@charset "UTF-8";
/* =====================
  アコールについて
 ======================= */
.about_fv {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

.about_fv_bg {
  position: relative;
}

.about_fv_bg img {
  width: 100%;
}

.about_fv_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 0;
  top: 0;
}

.about_fv_bg.anim {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
}

.about_fv_bg.anim.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}

.about_fv_txt {
  width: 100%;
  max-width: 1140px;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 50px;
}

.about_fv h2 {
  margin-bottom: 24px;
}

.about_fv h2.anim {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
}

.about_fv h2.anim img {
  width: auto;
}

.about_fv h2.anim.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.about_fv h3.anim {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
}

.about_fv h3.anim img {
  width: auto;
}

.about_fv h3.anim.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transition-delay: 6.5s;
          transition-delay: 6.5s;
}

.about_fv_logo {
  width: 100%;
  max-width: 1140px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-right: 24px;
}

.about_fv_logo img {
  margin-left: auto;
  width: auto;
}

.about_fv_logo.anim {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
}

.about_fv_logo.anim.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transition-delay: 10.5s;
          transition-delay: 10.5s;
}

.about_section {
  margin-bottom: 90px;
}

.about_title {
  position: relative;
}

.about_title_bg {
  position: relative;
}

.about_title_bg img {
  width: 100%;
}

.about_title_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  top: 0;
}

.about_title h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36px;
  margin: auto;
  color: #fff;
  font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_title h1 i {
  font-size: 20px;
  font-style: normal;
}

.about_txt h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 46px;
  color: #3BA0D9;
  font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 32px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #3BA0D9;
}

@media all and (-ms-high-contrast: none) {
  .about_txt h2 {
    width: 260px;
    text-align: center;
  }
}

.about_txt h3 {
  margin-bottom: 32px;
  font-size: 20px;
}

.about_txt p + p {
  margin-top: 1.5em;
}

.about_txt .ceo {
  margin: -50px 0 0 auto;
  padding-right: 50px;
  width: 200px;
}

.about_txt .ceo p img {
  width: auto;
}

.about_txt .ceo .name {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
}

.company_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #d4d1cb solid 1px;
}

.company_dl + .company_dl {
  border-top: 0;
}

.company_dl dt {
  width: 140px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #DEEFF6;
}

.company_dl dd {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.group_box .txt_box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
}

.group_box .pic_box {
  width: 300px;
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.history h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 24px;
}

.history_table {
  margin-top: 112px;
  width: 100%;
  border-top: #d4d1cb solid 1px;
  border-left: #d4d1cb solid 1px;
  border-right: #d4d1cb solid 1px;
}

.history_table th {
  border-bottom: #d4d1cb solid 1px;
  width: 120px;
  height: 70px;
  background: #deeff6;
  vertical-align: middle;
  font-weight: 400 !important;
}

.history_table td {
  border-bottom: #d4d1cb solid 1px;
  height: 70px;
  vertical-align: middle;
  padding: 10px 30px;
  background: #fff;
}

/* スマホ
  ------------------------ */
@media (max-width: 768px) {
  .about_fv {
    margin-bottom: 0;
  }
  .about_fv_txt {
    top: 126px;
    left: 30px;
    right: auto;
    padding-left: 0;
    max-width: 285px;
  }
  .about_fv h2 {
    width: 285px;
  }
  .about_fv h3 {
    width: 282px;
  }
  .about_fv_logo {
    bottom: 35px;
    right: 35px;
    left: auto;
    padding-right: 0;
    width: 117px;
  }
  .about_section {
    margin-bottom: 36px;
  }
  .about_title {
    margin: 0 -15px 36px;
  }
  .about_title h1 {
    font-size: 22px;
  }
  .about_title h1 i {
    font-size: 14px;
  }
  .about_txt h2 {
    margin-bottom: 40px;
    font-size: 24px;
    padding-bottom: 7px;
  }
  .about_txt h3 {
    margin-bottom: 25px;
  }
  .about_txt .ceo {
    margin: 12px auto 0;
    padding: 0;
  }
  .about_txt .ceo p img {
    margin: 0 auto;
  }
  .company_dl {
    display: block;
  }
  .company_dl dt {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    padding: 5px;
  }
  .company_dl dd {
    display: block;
    padding: 5px 20px 5px 20px;
    text-align: center;
    letter-spacing: 0;
  }
  .group_box {
    display: block;
    padding: 0 15px;
  }
  .group_box .txt_box {
    padding: 0;
    margin-bottom: 20px;
  }
  .group_box .pic_box {
    width: 100%;
    margin-left: 0;
  }
  .history h3 {
    margin-bottom: 20px;
  }
  .history_table {
    margin-top: 20px;
  }
  .history_table th {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px;
  }
  .history_table td {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px 20px 5px 20px;
  }
}

@media (max-width: 1060px) and (min-width: 769px) {
  .about_fv_txt {
    top: 28px;
  }
}

@media (max-width: 768px) and (min-width: 500px) {
  .about_fv_txt {
    max-width: 450px;
    width: 100%;
    top: 24vw;
    left: 8vw;
  }
  .about_fv h2 {
    width: 100%;
  }
  .about_fv h3 {
    width: 100%;
  }
  .about_fv_logo {
    width: 200px;
  }
  .about_fv_logo p {
    width: 100%;
  }
  .about_fv_logo p img {
    width: 100%;
  }
}
/*# sourceMappingURL=about.css.map */