@charset "UTF-8";
img {
  vertical-align: bottom;
  max-width: 100%
}
h2 {
  font-size: 36px;
}
.container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
.container_s {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.flexbox {
  display: flex;
  justify-content: space-between;
}
.flexbox div {
  width: 32%;
}
/* メインビジュアル */
.hero {
  background: url("../images/main_bg.jpg") no-repeat top left;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0 0;
  color: #ffffff;
}
.hero h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 20px;
  padding-top: 70px;
}
.hero p {
  font-size: 30px;
}
.hero .main_copy {
  width: 50%;
  display: flex;
  justify-content: center;
}
.hero .main_img {
  text-align: right;
  width: 50%;
}
.hero .main_img img {
  width: 745px;
  height: auto;
}
.hero .main_img_a {
  position: relative;
  width: 745px;
  max-width: 100%;
  height: 531px;
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 20s infinite;
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
.image:nth-of-type(4) {
  animation-delay: 15s;
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* なぜ */
.what {
  padding: 150px 0;
}
.what h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 70px;
  line-height: 1.9em;
}
.what .num {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
.what span {
  color: #6fa600;
  font-weight: 500;
}
/* 動画で知る */
.movie {
  padding: 150px 0;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
}
.movie h2 {
  font-size: 40px;
  margin-bottom: 50px;
}
.movie img {
  border-radius: 10px;
}
.movie p {
  font-size: 20px;
  margin-top: 10px;
}
/* 機能紹介 */
.introduction {
  padding: 150px 0;
}
.introduction h2 {
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
}
.introduction h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}
.introduction p {
  font-size: 18px;
  line-height: 1.9em;
}
.introduction img {
  border-radius: 10px;
}
.introduction .txt {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.introduction .flex {
  display: flex;
  align-items: center;
}
.introduction .flex_reverse {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.introduction .flex div, .introduction .flex_reverse div {
  width: 50%;
  margin-bottom: 50px;
}
/* 導入プラン */
.plan {
  padding: 150px 0;
  background: url("../images/plan_bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.plan h2 {
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
  color: #ffffff;
}
.green {
  color: #6fa500;
}
.plan p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.plan p span {
  font-size: 30px;
}
.plan .flexbox {
  align-items: stretch;
}
.plan .flexbox div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
.plan .flexbox div img {
  height: 180px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.plan ul {
  margin-top: 20px;
}
.plan li {
  background-color: #ffffff;
  width: fit-content;
}
/* ユーザーの声 */
.voice {
  padding: 150px 0;
}
.voice h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.voice h3 {
  font-size: 18px;
  margin-bottom: 60px;
}
.voice ul {
  margin-bottom: 60px;
}
.voice ul li {
  font-size: 30px;
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 30px;
}
.voice .parent {
  display: flex;
  justify-content: space-between;
}
.voice .child {
  display: flex;
  flex-direction: column;
  width: 32%;
}
.voice .grandchild {
  flex-grow: 1;
  color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  line-height: 1.6em;
  background-color: #6fa500;
  box-sizing: border-box;
}
.voice .user {
  background: url("../images/voice_icon.png") no-repeat left top;
  padding: 20px 0 20px 70px;
  line-height: 1.6em;
  font-size: 14px;
}
/* 公式代理店です */
.agency {
  padding: 150px 0;
  background-color: #333333;
  color: #ffffff;
}
.agency h2 {
  font-size: 56px;
  margin-bottom: 100px;
  color: #ffffff;
  text-align: center;
}
.agency ol {
  font-size: 30px;
  counter-reset: count 0;
  margin-bottom: 70px;
}
.agency li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.agency li {
  padding: 20px 0;
  border-bottom: solid 1px #5c5c5c;
}
.agency .box_data {
  text-align: right;
}
/* 公式代理店（詳細ページ） */
.agency_in {
  padding: 150px 0;
  text-align: center;
}
.agency_in h2 {
  font-size: 56px;
  margin-bottom: 50px;
  text-align: center;
}
.agency_in h3 {
  font-size: 26px;
  margin: 0 auto 70px auto;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  background-color: #6fa600;
}
.agency_in ol {
  counter-reset: count 0;
  margin-bottom: 70px;
  text-align: left;
}
.agency_in li h4:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  font-size: 30px;
  color: #6fa600;
}
.agency_in li {
  padding: 40px 0;
  border-bottom: solid 1px #5c5c5c;
}
.agency_in h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #6fa600;
}
/* サービス */
.service {
  padding: 150px 0;
  background-color: #efefef;
}
.service h2 {
  font-size: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.service_box {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
  align-items: center;
}
.service_box h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.7em;
}
.service_box_img {
  margin-right: 20px;
  width: 200px;
  flex-shrink: 0;
}
a.bt_white {
  color: #000000;
  padding: 20px 20px 20px 35px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.5s;
}
/* ボタン */
.box_contact {
  padding: 150px 0;
  background-color: #efefef;
  text-align: center;
}
.box_contact2 {
  padding: 150px 0;
  text-align: center;
}
blockquote {
  font-size: 13px;
  margin-top: 20px;
}
a.bt_gray {
  color: #ffffff;
  padding: 30px 0;
  background-color: #333333;
  border-radius: 10px;
  display: block;
  font-size: 20px;
  width: 48%;
  margin-bottom: 80px;
  transition: 0.5s;
}
a.bt_contact {
  color: #ffffff;
  padding: 40px 0;
  background-color: #c80052;
  border-radius: 10px;
  display: block;
  font-size: 30px;
  transition: 0.5s;
}
a.bt_white:hover, a.bt_gray:hover, a.bt_contact:hover {
  opacity: .6;
}
@media screen and (max-width: 1259px) {
  .container, .container_m, .container_s {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .pc-vis {
    display: none !important;
  }
  .sp-vis {
    display: block;
  }
  .flexbox {
    display: block;
  }
  .flexbox div {
    width: 100%;
  }
  /* メインビジュアル */
  .hero {
    background: url("../images/main_bg.jpg") no-repeat top left;
    background-size: cover;
    display: block;
    padding: 80px 0 0 0;
  }
  .hero .main_copy {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .hero .main_img {
    text-align: right;
    width: 100%;
    margin-bottom: -130px;
  }
  .hero .main_img img {
    width: 95%;
    height: auto;
  }
  /* なぜ */
  .what {
    padding: 250px 0 150px;
  }
  .what .flexbox div {
    margin-bottom: 50px;
  }
  /* 動画で知る */
  .movie {
    padding: 150px 0;
    text-align: center;
    background-color: #333333;
    color: #ffffff;
  }
  .movie .flexbox div {
    margin-bottom: 50px;
  }
  .movie h2 {
    font-size: 50px;
    margin-bottom: 100px;
  }
  .movie img {
    width: 100%;
    height: auto;
  }
  .movie p {
    font-size: 24px;
    margin-top: 10px;
  }
  /* 機能紹介 */
  .introduction {
    padding: 200px 0 150px;
  }
  .introduction h2 {
    font-size: 40px;
    line-height: 1.9em;
    margin-bottom: 70px;
  }
  .introduction h3 {
    margin-bottom: 30px;
  }
  .introduction p {
    font-size: 24px;
  }
  .introduction img {
    border-radius: 10px;
  }
  .introduction .txt {
    padding: 0;
  }
  .introduction .flex {
    display: block;
    margin-bottom: 150px;
  }
  .introduction .flex_reverse {
    display: block;
    flex-direction: row;
    margin-bottom: 150px;
  }
  .introduction .flex div, .introduction .flex_reverse div {
    width: 100%;
  }
  /* 導入プラン */
  .plan {
    padding: 200px 0;
    background: url("../images/plan_bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .plan h2 {
    font-size: 50px;
    margin-bottom: 80px;
  }
  .plan p {
    font-size: 30px;
  }
  .plan p span {
    font-size: 60px;
  }
  .plan .flexbox div img {
    height: 200px;
    margin-bottom: 30px;
  }
  .plan .flexbox div {
    margin-bottom: 40px;
    padding: 50px 20px;
  }
  .plan ul {
    margin-top: 20px;
  }
  .plan li {
    background-color: #ffffff;
    width: fit-content;
  }
  /* ユーザーの声 */
  .voice {
    padding: 200px 0;
  }
  .voice h2 {
    font-size: 50px;
  }
  .voice h3 {
    font-size: 24px;
  }
  .voice ul {
    margin-bottom: 60px;
  }
  .voice ul li {
    font-size: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .voice .parent {
    display: block;
  }
  .voice .child {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .voice .user {
    background: url("../images/voice_icon.png") no-repeat left top;
    padding: 20px 0 20px 70px;
    line-height: 1.6em;
    font-size: 22px;
  }
  /* 公式代理店です */
  .agency {
    padding: 200px 0;
  }
  .agency h2 {
    font-size: 50px;
    line-height: 1.7em;
  }
  .agency ol {
    font-size: 34px;
    line-height: 1.7em;
    counter-reset: count 0;
    margin-bottom: 70px;
  }
  .agency li:before {
    content: counter(count) ". ";
    counter-increment: count 1;
  }
  .agency li {
    padding: 30px 0 30px 1em;
    text-indent: -1em;
  }
  .agency .box_data {
    text-align: center;
  }
  /* 公式代理店（詳細ページ） */
  .agency_in {
    padding: 150px 0;
    text-align: center;
  }
  .agency_in h2 {
    line-height: 1.5em;
  }
  .agency_in h3 {
    font-size: 24px;
  }
  .agency_in li h4:before {
    content: counter(count) ". ";
    counter-increment: count 1;
    font-size: 36px;
    color: #6fa600;
  }
  .agency_in li {
    padding: 60px 0;
  }
  .agency_in h4 {
    font-size: 36px;
    text-indent: -1em;
    padding-left: 1em;
  }
  /* サービス */
  .service {
    padding: 180px 0;
  }
  .service h2 {
    font-size: 50px;
    margin-bottom: 80px;
  }
  .service_box {
    display: block;
    border-radius: 15px;
  }
  .service_box h3 {
    margin-bottom: 10px;
  }
  .service_box_img {
    text-align: center;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .service_box_img img {
    width: 250px;
    height: auto;
  }
  /* ボタン */
  a.bt_gray {
    font-size: 26px;
    width: 100%;
    margin-bottom: 50px;
  }
  a.bt_contact {
    color: #ffffff;
    padding: 40px 0;
    background-color: #c80052;
    border-radius: 10px;
    display: block;
    font-size: 30px;
  }
  blockquote {
    font-size: 22px;
    margin-top: 20px;
  }
}