/*---------------------------------------------
    common
---------------------------------------------*/
/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  align-items: center;
  background: url(../images/mv_sub.jpg) no-repeat;
  background-size: cover;
  display: flex;
  height: 400px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .mv {
    height: 180px;
  }
}
.mv .page-title {
  color: #13ae67;
  display: inline-block;
  font-size: 3.6rem;
  padding: 2px 50px 0;
  text-shadow: 1px 1px 4px #fff;
}
@media screen and (max-width: 820px) {
  .mv .page-title {
    font-size: 2.4rem;
  }
}

.section-ttl {
  background: #13ae67;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0px 32px 2px;
}

/*---------------------------------------------
    main
---------------------------------------------*/
/*---------------------------------------------
    vision
---------------------------------------------*/
.vision {
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 40px;
  width: 86%;
}
.vision .section-ttl {
  margin-bottom: 16px;
}
.vision .inner {
  margin: 0 auto;
}
.vision .inner .txt {
  margin-bottom: 8px;
}
.vision .inner .sign {
  text-align: right;
}

/*---------------------------------------------
    profile
---------------------------------------------*/
.profile {
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 40px;
  width: 86%;
}
.profile .section-ttl {
  margin-bottom: 16px;
}
.profile .inner table {
  margin-bottom: 24px;
}
.profile .inner table caption {
  background: #13ae67;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  text-align: center;
  width: 80px;
}
.profile .inner table tbody tr th {
  width: 100px;
}
.profile .inner dl dt {
  background: #13ae67;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  text-align: center;
  width: 80px;
}
/*---------------------------------------------
    origin
---------------------------------------------*/
.origin {
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 40px;
  width: 86%;
}
.origin .section-ttl {
  margin-bottom: 16px;
}
.origin .inner {
  margin: 0 auto;
}
.origin .inner .img {
  margin: 0 auto 24px;
  width: 160px;
}
.origin .inner .img img {
  display: block;
}
.origin .inner .txt {
  margin-bottom: 1em;
}