@charset "utf-8";
/* =======================================

	enterprise

======================================= */
.lead_title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.lead_txt {
  text-align: center;
}
.btn-wrap {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-saikatsu, .btn-adjustment {
  width: 360px;
  margin: 0 20px;
  border: none;
}
.btn a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
}
.btn .icon-arrow-b:after {
  position: absolute;
  right: 16px;
  top: 26px;
  font-size: .5em;
}
.btn-adjustment a {
  background: #4D99CC;
}
.btn-saikatsu a {
  background: #B50A42;
}
.btn-adjustment a:hover {
  background: #4D99CC;
}
.btn-saikatsu a:hover {
  background: #B50A42;
}
.heading {
  padding: 40px 20px 70px;
  color: #fff;
  position: relative;
}
.adjustment, .saikatsu {
  position: relative;
}
.adjustment::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  top: 120px;
  border-top-width: 0;
  border-right-width: calc(50vw - 600px);
  border-bottom-width: calc(50vw - 600px);
  border-left-width: 0;
  right: 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 2;
}
.saikatsu::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  top: 120px;
  border-top-width: 0;
  border-top-width: calc(50vw - 600px);
  border-right-width: calc(50vw - 600px);
  border-bottom-width: 0;
  border-left-width: 0;
  left: 0;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
}
.heading::after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  top: 100%;
  z-index: 1;
}
.heading-adjustment::after {
  border-top-width: 0;
  border-right-width: calc(50vw - 600px);
  border-bottom-width: calc(50vw - 600px);
  border-left-width: 0;
  right: 0;
}
.heading-adjustment::after {
  border-color: transparent #4D99CC transparent transparent;
}
.heading-saikatsu::after {
  border-top-width: calc(50vw - 600px);
  border-right-width: calc(50vw - 600px);
  border-bottom-width: 0;
  border-left-width: 0;
  left: 0;
}
.heading-saikatsu::after {
  border-color: #B50A42 transparent transparent transparent;
}
.heading-adjustment {
  background: #4D99CC;
}
.heading-saikatsu {
  background: #B50A42;
}
.heading_title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .8em;
}
.heading_title span {
  font-size: 10rem;
  font-weight: 500;
  position: relative;
  top: 4px;
  line-height: 1;
}
.heading-adjustment .heading_title span {
  color: #A6CCE5
}
.heading-saikatsu .heading_title span {
  color: #E9B5C6;
}
.heading_txt {
  color: #fff;
  text-align: center;
}
.adjustment .heading {
  background: #4D99CC;
}
.card {
  position: relative;
  margin-top: 40px;
}
.card-reverse::after {
  right: auto;
  left: 0;
}
.card .inner {
  position: static;
}
.card_figure {
  background: url("/img/enterprise/img_card01.jpg") center bottom no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 557px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.card_figure-reverse {
  left: auto;
  right: 0;
}
.card_figure02 {
  background: url("/img/enterprise/img_card02.jpg") center bottom no-repeat;
  background-size: cover;
}
.card_figure03 {
  background: url("/img/enterprise/img_card03.jpg") center bottom no-repeat;
  background-size: cover;
}
.card_figure04 {
  background: url("/img/enterprise/img_card04.jpg") center bottom no-repeat;
  background-size: cover;
}
.card_figure05 {
  background: url("/img/enterprise/img_card05.jpg") center bottom no-repeat;
  background-size: cover;
}
.card_figure06 {
  background: url("/img/enterprise/img_card06.jpg") center bottom no-repeat;
  background-size: cover;
}
.card_article {
  width: 600px;
  background: #fff;
  padding: 40px 0px 40px 80px;
  margin-left: auto;
  min-height: 557px;
}
.card_article-reverse {
  padding: 40px 80px 40px 0px;
  margin-left: 0;
  margin-right: auto;
}
.card_step {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.adjustment .card_step {
  color: #4D99CC;
}
.saikatsu .card_step {
  color: #B50A42;
}
.card_step span {
  font-size: 2.8rem;
}
.card_title {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 8px;
  line-height: 1.6;
}
.card_list {
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  border-top: 1px solid #CCC;
  margin-top: 23px;
}
.card_item {
  text-indent: -2em;
  padding: 10px 0 8px 2em;
  border-bottom: 1px solid #CCC;
  line-height: 1.4;
}
.card_item span {
  color: #4D99CC;
  font-size: 2rem;
  padding-right: .5em;
  vertical-align: middle;
}

.thumb_movie {
  max-width: 720px;
  margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
  .adjustment::before, .heading-adjustment::after {
    border-right-width: 6vw;
    border-bottom-width: 6vw;
  }
  .saikatsu::before, .heading-saikatsu::after {
    border-top-width: 6vw;
    border-right-width: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .lead_title {
    font-size: 2.8rem;
  }
  .lead_txt {
    text-align: left;
  }
  .btn-wrap {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-saikatsu, .btn-adjustment {
    margin: 20px auto 0;
  }
  .adjustment::before, .saikatsu::before {
    top: 60px;
  }
  .heading {
    padding: 40px 28px 70px;
  }
  .heading_title {
    font-size: 3.6rem;
  }
  .heading_title span {
    font-size: 8rem;
  }
  .heading_txt {
    text-align: left;
  }
  .card_article {
    width: 100%;
    padding: 220px 0 0;
    min-height: auto;
    background: transparent;
  }
  .card_figure {
    width: calc(100% - 28px);
    min-height: 200px;
  }
}