@charset "UTF-8";
/*-----------------------------------------
MV
-----------------------------------------*/
.mv {
  margin-bottom: 30px;
}

.mv .mv_inner {
  position: relative;
}

.mv .mv_inner .img img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: 50px;
  }
}

/*-----------------------------------------
共通パーツ
-----------------------------------------*/
.box h2.title {
  text-align: center;
  overflow: hidden;
  margin-bottom: 2em;
  letter-spacing: 0.2em;
}

.box h2.title span {
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
}

.box h2.title span::before, .box h2.title span::after {
  display: block;
  background: linear-gradient(90deg, #b12f8b, #0061ae);
  width: 15vw;
  max-width: 120px;
  height: 2px;
  position: absolute;
  top: 50%;
  content: "";
}

.box h2.title span::before {
  right: 100%;
  transform: translate(-0.5em, -50%);
}

.box h2.title span::after {
  left: 100%;
  transform: translate(0.5em, -50%);
}

@media screen and (min-width: 769px) {
  .box h2.title span {
    font-size: 3rem;
  }
  .box h2.title span::before {
    transform: translate(-1em, -50%);
  }
  .box h2.title span::after {
    transform: translate(1em, -50%);
  }
}

/*-----------------------------------------
aiKKについて
-----------------------------------------*/
.sec_about .box .txt {
  max-width: 820px;
  margin: 0 auto 1em;
}

.sec_about .box .txt:nth-last-of-type(1) {
  margin-bottom: 0;
}

/*-----------------------------------------
会社概要
-----------------------------------------*/
.sec_profile .box .details {
  border: solid 1px #0769a5;
}

.sec_profile .box .details dl {
  border-bottom: solid 1px #0769a5;
}

.sec_profile .box .details dl:nth-last-of-type(1) {
  border: none;
}

.sec_profile .box .details dl dt {
  background-color: rgba(166, 209, 240, 0.3);
  color: #0769a5;
  padding: 0.5em 1em;
}

.sec_profile .box .details dl dd {
  padding: 0.5em 1em;
}

.sec_profile .box .details dl dd .logo {
  display: inline-block;
  height: 2em;
  width: auto;
  margin-right: .2em;
}

.sec_profile .box .details dl dd .link {
  color: #29AAE1;
  text-decoration: underline;
}

.sec_profile .box .details dl dd .link.linkMail {
  color: #4d4d4d;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
}

.sec_profile .box .details dl dd .link.linkMail::before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background-image: url(../images/icon_company_mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  .sec_profile .box .details dl {
    display: flex;
  }
  .sec_profile .box .details dl dt {
    width: 20%;
    padding: 0.5em 1em;
    text-align: right;
  }
  .sec_profile .box .details dl dd {
    width: 80%;
    padding: 0.5em 1em;
  }
}

/*-----------------------------------------

-----------------------------------------*/
/*-----------------------------------------

-----------------------------------------*/
/*-----------------------------------------

-----------------------------------------*/
/*# sourceMappingURL=style.css.map */