@charset "UTF-8";

/* home
-------------------------------------------------------------*/

.contents {
  margin-top: 118px;
  letter-spacing: -0.05em;
}

.section {
  padding: 80px 0;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

h3.title {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  margin-bottom: 45px;
}

h2.title {
  margin-bottom: 50px;
  text-align: center;
}

h2.title span {
  font-size: 30px;
  line-height: 150%;
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
}

h2.title span::after {
  content: "";
  background: #013384;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* main_v */

#main_v {
  background: url(../../img/home/main_bg.jpg) center no-repeat;
  background-size: cover;
  height: 610px;
  position: relative;
  display: flex;
  align-items: center;
}

#main_v .inner {
  max-width: 1240px;
}

#main_v .box_txt {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 150%;
  max-width: 565px;
  width: 47%;
  padding: 7vw 0;
}

#main_v .box_txt .main_ttl img {
  width: 100%;
}

#main_v .box_txt .main_ttl_y {
  background: #fedc00;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-size: 24px;
  margin: 40px 0 20px;
  padding: 12px 14px;
}

#main_v .box_txt .txt {
  margin-bottom: 5px;
}

#main_v .box_txt .txt span.box {
  border: 1px solid #ffffff;
  display: inline-flex;
  margin: 0 0 0 5px;
  padding: 6px 10px;
}

#main_v .box_img {
  width: 33%;
  position: absolute;
  left: calc(47% + 22px);
  bottom: 0;
}

#main_v .box_img img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  #main_v .box_txt {
    font-size: 18px;
  }
  #main_v .box_txt .main_ttl_y {
    font-size: 20px;
  }
}

@media screen and (max-width: 1080px) {
  #main_v .box_txt {
    font-size: 16px;
  }
}

/* section00 */
 #section00{
  background: url(../../img/home/bg_01.jpg) center repeat;
 }

#section00 .title {
  text-align: left;
}

#section00 h3.title {
  font-size: 20px;
  margin-bottom: 50px;
}

#section00 .inner {
  max-width: 1240px;
}

#section00 .box_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
  width: 56%;
}

#section00 .box_txt ul li {
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}

#section00 .box_txt ul li + li {
  margin-top: 20px;
}

#section00 .box_txt ul li span.num {
  background: #013384;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 150%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -3px;
  text-align: center;
}

/* slide_video */

#section00 .slide_video {
  background: url(../../img/home/iphone.png) no-repeat top left;
  background-size: contain;
  margin-bottom: 0;
  width: 300px;
  height: 597px;
}

#section00 .item_video {
  height: 597px;
}

#section00 .item_video video {
  position: relative;
  width: 260px;
  height: 511px;
  top: 43px;
  left: 20px;
  z-index: 5;
}

#section00 .item_video:not(.slick-active) {
  opacity: 0;
}

#section00 .slick-dots {
  bottom: auto;
  top: 55px;
  right: -122px;
  width: auto;
}

#section00 .slick-dots::after {
  content: "";
  background: url(../../img/home/arrow_left.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: -8px;
  height: 12px;
  width: 9px;
}

#section00 .slick-dots li {
  display: block;
  margin: 0 auto;
  height: 44px;
  width: 114px;
  text-align: center;
}

#section00 .slick-dots li button {
  margin: auto;
  padding: 0;
  height: 100%;
  width: 100%;
}

#section00 .slick-dots li button:before {
  background: #fff;
  border: 2px solid #013384;
  color: #013384;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -0.05em;
  opacity: 1;
  height: 100%;
  width: 100%;
}

#section00 .slick-dots li.slick-active button:before {
  background: #013384;
  color: #fff;
  opacity: 1;
}

#section00 .slick-dots li:first-child button:before {
  content: "未交付画面";
}

#section00 .slick-dots li:nth-child(2) button:before {
  content: "交付可画面";
}

@media screen and (min-width: 769px) {
  #section00 .slick-dots li:first-child button:before {
    border-radius: 6px 6px 0 0;
  }
  #section00 .slick-dots li:last-child button:before {
    border-radius: 0 0 6px 6px;
  }
  #section00 .slick-dots li button:before {
    width: calc(100% - 4px);
  }
}

/* section01 */

#section01 {
  position: relative;
  color: #ffffff;
  height: 933px;
}

#section01::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #2e6abf;
  z-index: -1;
}

#section01::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #013384;
  z-index: -1;
}

#section01 h2.title {
  margin-bottom: 30px;
}

#section01 h2.title span::after {
  background: #fff;
}

#section01 h3.title {
  font-size: 20px;
}

#section01 .inner {
  position: relative;
}

#section01 .txt01 {
  position: absolute;
  right: 36px;
  top: 167px;
}

#section01 .txt02 {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 283px;
}

#section01 .txt03 {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 283px;
}

#section01 .box_txt h3 span.span01 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  display: inline-block;
  padding: 4px 28px 4px;
  margin-bottom: 15px;
}

#section01 .box_txt.txt02 h3 span.span01 {
  top: -45px;
  position: absolute;
  right: 0;
}

#section01 .box_txt > span {
  font-size: 15px;
  font-weight: 500;
  background: #3b7ad3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: table;
  padding: 20px 20px 18px;
}

#section01 .txt02 > span {
  background: #0f47a2;
}

/* section02 */

#section02 {
  background: url(../../img/home/bg_01.jpg) center repeat;
}

#section02 .case_step {
  position: relative;
}

#section02 .case_step li {
  font-weight: bold;
  width: 30%;
}

#section02 .case_step .num {
  color: #013384;
  font-size: 40px;
  font-style: italic;
  line-height: 150%;
  margin-bottom: 15px;
  text-align: center;
}

#section02 .case_step .title {
  font-size: 20px;
}

#section02 .case_step span {
  background: #013384;
  color: #ffffff;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin: 15px 8px 15px 0;
}

/* section03 */

#section03 {
  background: #013384;
  color: #ffffff;
}

#section03 .title span::after {
  background: #ffffff;
}

/* section04 */

#section04 {
  background: url(../../img/home/bg_01.jpg) center repeat;
}

#section04 .title {
  margin-bottom: 50px;
}

#section04 .case_study {
  margin-bottom: 60px;
  position: relative;
  padding: 65px 0;
}

#section04 .case_study._02 {
  margin-bottom: 0;
}

#section04 .case {
  position: relative;
  z-index: 1;
}

#section04 .case_study .box_txt {
  color: #fff;
  font-size: 18px;
  padding: 60px 0 60px 450px;
}

#section04 .case_study._02 .box_txt {
  padding: 60px 450px 60px 0;
}

#section04 .case_study .img_case {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#section04 .case_study .img_case_bg {
  background: #013384;
  position: absolute;
  right: 0;
  top: 0;
  height: 380px;
  width: 65.625%;
  max-width: 1260px;
}

#section04 .case_study._02 .img_case_bg {
  right: unset;
  left: 0;
}

#section04 .case_study._02 .img_case {
  right: 0;
  left: unset;
}

#section04 .case_study h4 {
  font-size: 34px;
  line-height: 150%;
  margin-bottom: 20px;
}

/* section05 */

#section05 {
  background: #f0f6fa;
}

#section05 h2.title {
  margin-bottom: 70px;
}

#section05 .function li {
  background: #fff;
  box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-size: 15px;
  padding: 50px 20px;
  position: relative;
  width: 30%;
}

#section05 .function .note {
  background: #ef9e3d;
  color: #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  font-size: 15px;
  font-weight: bold;
  max-width: 180px;
  height: 33px;
  padding: 5px 30px 5px;
  position: absolute;
  left: 0;
  top: -15px;
  text-align: center;
}

#section05 .function .img_function {
  text-align: center;
}

#section05 .function h3.title {
  color: #013384;
  margin: 20px 0 5px;
  text-align: left;
}

/* section07 */

#section07 {
  background: #013384;
  color: #fff;
}

#section07 h2.title span::after {
  background: #fff;
}

#section07 h3.title {
  border: 1px solid #fff;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px 20px 6px;
}

#section07 .price {
  font-weight: bold;
  justify-content: flex-start;
}

#section07 .price_box {
  width: 470px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
  background: #fff;
  padding: 50px 20px 50px 45px;
  margin: 0 50px 20px 0;
  align-items: center;
  justify-content: center;
}

#section07 .price_box .txt_gr {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #d3d3d3;
}

#section07 .price_box .txt_bl {
  color: #013384;
  font-size: 18px;
}

#section07 .box_txt {
  font-weight: bold;
}

#section07 .box_txt .ttl {
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 20px;
}

/* quality */

#quality {
  padding: 100px 5vw;
  position: relative;
  margin: 100px 0;
}

#quality::after {
  background: #f7f8fa;
  border-radius: 50px 0 0 50px;
  content: "";
  position: absolute;
  left: 5vw;
  top: 0;
  height: 100%;
  width: calc(100% - 5vw);
  z-index: -1;
}

#quality .inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

#quality .title span::after {
  width: 80px;
}

#quality .txt16 {
  font-size: 16px;
  line-height: 21px;
}

#quality ul {
  margin-top: 60px;
}

#quality ul li {
  width: 31.5%;
}

#quality ul li .ttl {
  color: #013384;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  min-height: 65px;
}

#quality ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  margin-bottom: 40px;
}

#quality ul li .btn-securi {
  margin-top: 25px;
}

#quality ul li .btn-securi a {
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #f57724;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding: 14px 20px;
  transition: all 0.5s ease 0s;
}

#quality ul li .btn-securi a:hover {
  opacity: 0.7;
}

/* qa */

#qa {
  position: relative;
}

#qa li {
  margin-bottom: 30px;
  border: 1px solid #c9c9c9;
}

#qa li:last-child {
  margin-bottom: 0;
}

#qa li a {
  color: #333;
}

#qa li dl {
  padding: 20px;
}

#qa li dl dt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 0 10px 35px;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
}

#qa li dl dd {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 35px;
  position: relative;
}

#qa li dl dt:before {
  width: 22px;
  height: 26px;
  top: -1px;
  left: 0;
  display: block;
  background: url(../../img/common/icon_question.gif) left top no-repeat;
  content: "";
  position: absolute;
}

#qa li dl dd:before {
  width: 23px;
  height: 23px;
  top: -1px;
  left: 0;
  display: block;
  background: url(../../img/common/icon_answer.gif) left top no-repeat;
  content: "";
  position: absolute;
}

/* 文字数制限アコーディオン用 */

#qa li dl dd.ac_menu {
  transition: 0.5s ease all;
  overflow: hidden;
}

#qa li dl dd.ac_menu.active {
  padding-bottom: 30px !important;
  height: auto;
}

#qa li dl dd.ac_menu div.faq_more {
  display: none;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  height: 50px;
  left: 50%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, #fff 90%);
  cursor: pointer;
  position: absolute;
}

#qa li dl dd.ac_menu.active .faq_more {
  background: none;
}

#qa li dl dd.ac_menu div.faq_more i {
  font-size: 23px;
  padding-top: 30px;
}

#qa li dl dd.ac_menu.active i {
  transform: rotate(180deg);
  padding-bottom: 30px;
  padding-top: 0;
}

/* もっと見るボタン */

#qa .btn-more a {
  border-radius: 7px;
  font-size: 20px;
  font-weight: bold;
  color: #ff6400;
  text-align: center;
  margin: 0 auto;
  padding: 21px;
  border: 1px #ff6400 solid;
  width: 500px;
  display: block;
}

/* section09 */

#section09 {
  background: #013384;
  color: #fff;
}

#section09 h2.title span::after {
  background: #fff;
}

#section09 .img_demo {
  margin-bottom: 75px;
  text-align: center;
}

#section09 .exam {
  border: 1px solid #ffffff;
  font-weight: bold;
  padding: 50px 70px;
  position: relative;
  width: 100%;
}

#section09 .exam h3 {
  position: absolute;
  width: 100%;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#section09 .exam h3 span {
  background: #013384;
  font-size: 18px;
  padding: 0 25px;
  text-align: center;
}

#section09 .exam .txt01 {
  font-size: 15px;
  padding-bottom: 20px;
}

#section09 .exam .box_txt {
  max-width: 660px;
  width: 77%;
}

#section09 .exam .box_txt dl dt {
  background: #ffffff;
  color: #013384;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  max-width: 200px;
  width: 30%;
}

#section09 .exam .box_txt dl dd {
  background: #0f47a2;
  color: #ffffff;
  padding: 5px 10px;
  width: 70%;
}

#section09 .exam .box_txt dl div + div {
  margin-top: 10px;
}
