@charset "UTF-8";

/* home 
-------------------------------------------------------------*/
/* .main_visual  */
.main_visual {
  justify-content: center;
  align-items: center;
  height: 730px;
  display: flex;
  background: url(../../img/home/main_img.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.main_visual .inner {
  position: relative;
}

.main_visual .img {
  position: absolute;
  top: -70px;
  right: -130px;
}

.main_visual .box_txt {
  width: 600px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.main_visual .box_txt h2 {
  font-size: 75px;
  font-weight: normal;
  line-height: 60px;
}

.main_visual .box_txt .txt_01 {
  font-size: 32px;
  line-height: 44px;
  margin: 25px 0;
}

.main_visual .box_txt .txt_02 {
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
  background: #fff;
  color: #14558b;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/**/
.b_ttl {
  font-size: 42px;
  line-height: 68px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.b_ttl img {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: -1;
}

.b_ttl02 {
  font-size: 42px;
  line-height: 30px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.b_ttl02 span {
  font-family: "Raleway";
  font-size: 14px;
  display: block;
  line-height: 21px;
  margin-top: 20px;
}

.b_ttl02 img {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: -1;
}

.txt_y {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.txt_y:before {
  content: '';
  width: 100%;
  height: 8px;
  background: #fffc00;
  position: absolute;
  bottom: 11px;
  left: 0;
  z-index: -1;
}

.block {
  padding: 80px 0;
}

/* box_popular */
#box_popular,
.box_popular {
  background: url(../../img/home/bg_dot.png) repeat top left, url(../../img/home/bg_01.gif) no-repeat top center;
  background-size: auto, cover;
}

#box_popular .b_ttl {
  font-weight: 100;
}

#box_popular .b_ttl span {
  font-weight: bold;
}

.list_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.list_01 .ttl_bl {
  font-size: 14px;
  font-weight: bold;
  color: #015db2;
  line-height: 30px;
  margin-bottom: 10px;
}

.list_01 li {
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 0 1px 1px 0;
  width: 33%;
  padding: 40px;
}

.list_01 li p span {
  font-size: 22px;
  font-weight: bold;
}

/* box_comp */
#box_comp {
  background: url(../../img/home/bg_02.jpg) no-repeat top center;
  background-size: cover;
  height: 440px;
  color: #fff;
  padding-top: 75px;
}

#box_comp .b_ttl {
  font-weight: bold;
  margin-bottom: 15px;
}

#box_comp .b_ttl img {
  top: -120px;
}

#box_comp .title {
  background: #f2e900;
  color: #015db2;
  font-family: 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  line-height: 38px;
  margin: 0 auto 60px;
  text-align: center;
  width: 410px;
}

#box_comp .title span {
  font-size: 24px;
}

.bg_w {
  background: #fff;
  padding: 50px 0;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}

.list_02 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#box_comp .client_slider {
  display: none;
}

.m_b30 {
  margin-bottom: 30px;
}

/* block_01 */
#block_01 {
  background: #d7e5f0 url(../../img/home/bg_03.png) no-repeat top center;
  background-size: 100%;
  padding: 160px 0 25px;
  position: relative;
  z-index: 10;
}

#block_01 .b_ttl02 img {
  top: -115px;
}

.list_cases {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_cases > li {
  background: #fff;
  margin-bottom: 50px;
  /*min-height: 520px;*/
  position: relative;
  width: 47.4%;
}

.list_cases > li .img {
  height: 270px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.list_cases > li .img img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
}

.list_cases > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.list_cases li .box_txt {
  padding: 40px 30px 30px;
  position: relative;
}

.list_cases li .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.list_cases li .case_num {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 34px;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 10;
}

.list_cases li .case_num:before {
  content: '';
  border-bottom: 34px solid #00c7bf;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  height: 0;
  width: 92%;
  position: absolute;
  left: 0;
  z-index: -1;
}

.list_cases li .case_num span {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.list_03 li {
  padding-left: 12px;
  position: relative;
}

.list_03 li:before {
  content: '●';
  color: #00c7bf;
  font-size: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

/*.list_cases li .case_box_txt {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #e2e2e2;
	width: 414px;
	position: absolute;
	bottom: 30px;
	left: 30px;
}*/
.list_cases li .case_box_txt {
  padding: 20px 30px;
  border-top: 1px solid #e2e2e2;
}

.list_cases li .txt_bl {
  font-size: 20px;
  font-weight: bold;
  color: #015db2;
}

.list_cases li .txt_num {
  font-size: 30px;
  font-weight: bold;
}

/**/
#block_02 {
  background: url(../../img/home/bg_04.gif) repeat top left;
}

#block_02 .b_ttl02 img {
  top: -90px;
}

.box_func {
  position: relative;
  z-index: 10;
}

.list_func {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.list_func > li {
  position: relative;
  margin: 0 5px 30px;
}

.list_func li a img {
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.list_04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_04 li {
  background: #777777;
  color: #fff;
  font-size: 12px;
  margin-bottom: 6px;
  padding-top: 3px;
  text-align: center;
  width: 137px;
  line-height: 24px;
}

.box_hide {
  background: #fff;
  font-family: 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  line-height: 19px;
  display: none;
  padding: 20px;
  width: 320px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 99;
}

.box_hide:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 35px 0 0 20px;
  border-color: #FFF transparent transparent transparent;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.15));
  position: absolute;
  bottom: -32px;
  left: 200px;
  transform: rotate(-10deg);
  z-index: 5;
}

.box_hide02 {
  width: 235px;
}

.box_hide02:after {
  border-width: 35px 20px 0 0;
  top: -32px;
  left: auto;
  right: 95px;
  transform: rotate(190deg);
}

.box_hide02 .list_04 li {
  width: 95px;
}

#box_hide01 {
  left: -140px;
  top: -275px;
}

#box_hide02 {
  left: -35px;
  top: -232px;
}

#box_hide02:after {
  left: 100px;
}

#box_hide03 {
  right: -150px;
  top: -275px;
}

#box_hide03:after {
  border-width: 35px 20px 0 0;
  left: 75px;
  transform: rotate(15deg);
}

#box_hide04 {
  left: -30px;
  bottom: -205px;
}

#box_hide05 {
  left: 0;
  bottom: -210px;
}

#box_hide05:after {
  right: 135px;
}

#box_hide06 {
  right: -60px;
  bottom: -305px;
}

#box_hide06:after {
  border-width: 35px 0 0 20px;
  transform: rotate(175deg);
}

#box_hide07 {
  right: -75px;
  bottom: -250px;
}

#box_hide07:after {
  right: 135px;
  border-width: 35px 0 0 20px;
  transform: rotate(175deg);
}

.box_hide .list_03 {
  margin-top: 5px;
}

.box_hide .list_03 li {
  margin-bottom: 5px;
}

.box_hide .list_03 li:before {
  font-size: 6px;
}

#box_hide04 .list_04 li,
#box_hide05 .list_04 li:last-child,
#box_hide06 .list_04 li:last-child {
  width: 100%;
}

#box_hide07 .list_04 li:nth-child(3n) {
  width: 120px;
}

#box_hide07 .list_04 li:last-child {
  width: 70px;
}

/* block_03 */
#block_03 {
  background: url(../../img/home/bg_05.gif) no-repeat top left;
  background-size: cover;
  height: 606px;
}

#block_03 .b_ttl02,
#block_03 .b_ttl02 span {
  color: #fff;
}

.list_system {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.list_system li {
  position: relative;
}

.list_system li .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.list_system li a {
  display: inline-block;
  color: #fff;
  background: #000;
  line-height: 46px;
  margin: 0 auto;
  width: 280px;
  text-align: center;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.list_system li a:hover {
  text-decoration: none;
}

.list_system li a i {
  position: absolute;
  top: 17px;
  right: 20px;
}

.list_system li .pic,
.list_system li .imgArea_box {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.list_system li .pic img,
.list_system li .imgArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.list_system li .imgArea_box {
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.list_system li .imgArea {
  text-align: center;
  width: 95%;
}

.list_system li .imgArea ul {
  position: relative;
}

.list_system li .imgArea ul li {
  position: absolute;
  background: #0C53B3;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 90px;
  height: 90px;
  border-radius: 45px;
}

.list_system li .imgArea ul li:first-child {
  top: -50px;
  line-height: 90px;
}

.list_system li .imgArea ul li:last-child {
  top: -50px;
  line-height: 24px;
  padding-top: 20px;
  right: 0;
}

.list_system li .imgArea img {
  width: 90%;
  height: auto;
  margin-bottom: 20px;
}

.list_system .box_txt {
  background: #fff;
  padding: 30px 60px 45px;
  text-align: center;
  min-height: 175px;
}

/* block_04 */
#block_04 {
  background: url(../../img/home/bg_06.jpg) no-repeat top left;
  background-size: cover;
  padding: 178px 0 80px;
}

#block_04 .b_ttl02 img {
  top: -175px;
}

.box_steps {
  position: relative;
  z-index: 10;
}

.box_steps > p {
  margin: 25px 0;
}

.box_step {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  font-family: 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.box_steps .ttl_step {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  float: left;
}

.box_steps .ttl_step span {
  font-size: 18px;
  color: #015db2;
}

.box_steps .ttl_step span.num {
  font-size: 30px;
  display: inline-block;
  margin: 0 40px 0 10px;
  vertical-align: middle;
}

.box_steps .txt_r {
  float: right;
  border: 1px solid #00c7bf;
  font-size: 14px;
  text-align: center;
  width: 170px;
}

.box_steps .txt_r span:before {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #00c7bf;
  position: absolute;
  top: 10px;
  right: -8px;
}

.box_steps .txt_r span {
  background: #00c7bf;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
  float: left;
  position: relative;
  width: 94px;
}

/* block_05 */

#block_05 {
  background: url(../../img/home/bg_07.gif) repeat top left;
}

#block_05 .b_ttl02 img {
  top: -65px;
}

/* block_06 */
#block_06{
  padding: 160px 0;
}
#block_06 .inner{
  display: flex;
  align-items: center;
  background: #fff;
}

#block_06 .box_txt{
  padding: 50px;
}

#block_06 .box_txt h4{
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 30px;
}

#block_06 .box_txt p{
  font-family: "Raleway";
  font-size: 28px;
  display: block;
  line-height: 150%;
  font-weight: bold;
}

#block_06 .box_txt,
#block_06 .img{
  width: 50%;
}

#block_06 .img img{
  width: 100%;
}

.box_faq {
  background: #fff;
  border: 1px solid #015db2;
  margin-bottom: 30px;
  padding: 20px;
}

.box_faq dt {
  background: url(../../img/home/icon_q.gif) no-repeat left top;
  border-bottom: 1px solid #015db2;
  color: #015db2;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 35px 10px;
  margin-bottom: 20px;
}

.box_faq dd {
  background: url(../../img/home/icon_a.gif) no-repeat left top;
  padding: 0 35px;
  position: relative;
}

.box_faq dd i {
  color: #015db2;
  font-size: 18px;
  padding-top: 30px;
}

.box_faq dd div.ac_menu.active {
  padding-bottom: 30px !important;
  height: auto;
}

.box_faq dd p {
  margin-bottom: 15px;
}

.box_faq dd.ac_menu {
  transition: .5s ease all;
  height: 85px;
  overflow: hidden;
}

.box_faq dd.ac_menu.active {
  padding-bottom: 30px !important;
  height: auto;
}

.box_faq dd.ac_menu div.faq_more {
  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;
}

.box_faq dd.ac_menu.active .faq_more {
  background: none;
}

.box_faq dd.ac_menu.active i {
  transform: rotate(180deg);
  padding-bottom: 30px;
  padding-top: 0;
}

.link_more {
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 18px;
  line-height: 46px;
  margin: 0 auto;
  position: relative;
  width: 280px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.link_more:hover {
  text-decoration: none;
}

.link_more i {
  position: absolute;
  top: 15px;
  right: 20px;
}

@media screen and (max-width: 1400px) and (min-width: 1000px) {
  body {
    min-width: 100%;
  }

  .main_visual .img {
    top: -20px;
    right: -3%;
    width: 40%;
  }

  .main_visual .img img,
  .list_cases > li img,
  .list_system li img,
  #box_comp .b_ttl img {
    width: 100%;
  }

  .bg_w {
    width: 90%;
  }

  .list_system {
    width: 98%;
  }

  .list_system li {
    width: 33%;
  }

  .list_system .box_txt {
    min-height: 195px;
  }

  .list_cases > li {
    min-height: auto;
  }
}



.list_system li {
  width: 33%;
}

.slick-slide img {
backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.contact_space .tell_img{
	float: right;
    padding: 15px 55px;
}