@charset "UTF-8";

/* philosophy */
.philosophy {
  width: 100%;
}
.philosophy-txt-wrap {
  width: 90%;
  margin: 0 auto;
}
.philosophy-txt-1 {
  font-size: 3em;
  font-weight: 700;
  line-height: 48px;
}
.philosophy-txt-2 {
  font-size: 1.6em;
  line-height: 32px;
  padding: 50px 0 0 0;
}

/* mvv */
.mvv-wrap {
  width: 90%;
  margin: 0 auto;
}
.mvv-title {
  font-size: 2.4em;
  letter-spacing: 1px;
  color: #73a1cd;
}
.mvv-head {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 48px;
  margin: 30px 0 0 0;
}
.mvv-inner {
  width: 100%;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.mvv-img {
  width: 35%;
  margin: 0;
}
.mvv-txt-wrap {
  width: 60%;
  margin: 0;
}
.mvv-txt {
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  margin: 25px 0 0 0;
  padding: 30px;
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.05);
}
.mvv-txt:first-child {
  margin: 0;
}
.mvv-txt-1 {
  font-size: 1.4em;
  border-bottom: 1px dashed #d9dee7;
  padding: 0 0 15px 0;
}
.mvv-txt-1 span {
  font-size: 2em;
}
.mvv-txt-2 {
  font-size: 1.8em;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.mvv-txt-3 {
  font-size: 1.4em;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.green {
  color: #779855;
}
.yellow {
  color: #e49d29;
}
.blue {
  color: #208199;
}
.mvv-br {
  display: block;
}
.mvv-sub-title {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 46px;
  margin: 50px 0 0 0;
}
.mvv-sub-txt {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  margin: 15px 0 0 0;
}
.mvv-ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mvv-ul li {
  box-sizing: border-box;
  width: 32%;
  background-color: rgba(255,255,255,0.7);
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.05);
  border-radius: 10px;
  margin: 30px 0 0 0;
  padding: 50px;
}
.mvv-ul-txt {
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 0 0;
}
.mvv-ul-txt-sub {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 15px 0 0 0;
}
.mvv-ul-icon {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 100px;
}

/* company */
.company {
  width: 100%;
}
.company-wrap {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.company-wrap div {
  font-size: 1.6em;
  line-height: 30px;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.7);
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.05);
  padding: 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(15px);
}
.company-wrap div a {
  color: #73a1cd;
}
.company-glt {
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  width: 30%;
  margin: 0 1% 0 0;
}
.company-grt {
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  width: 69%;
  margin: 0;
}
.company-gl {
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  width: 30%;
  margin: 1% 1% 0 0;
}
.company-gr {
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  width: 69%;
  margin: 1% 0 0 0;
}

/* history */
.history-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.history-l {
  width: 90px;
}
.history-r {
  width: auto;
}
.history-svg {
  width: 20px;
}
.history-box {
  width: 100%;
  height: 100px;
  display: flex;
  opacity: 0;
  transform: translateX(-10px);
}
.history-year {
  font-size: 1.6em;
  line-height: 20px;
  width: 130px;
}
.history-txt-wrap {
  width: auto;
}
.history-txt {
  font-size: 1.6em;
  line-height: 20px;
  padding: 0 0 10px 0;
}
.ball {
  fill: #7db9e1;
  visibility: hidden;
}

@media screen and (max-width: 1023px) {
  /* mvv */
  .mvv-inner {
    margin: 50px auto 0 auto;
    display: block;
  }
  .mvv-img {
    width: 50%;
    margin: 0 auto;
  }
  .mvv-txt-wrap {
    width: 100%;
    margin: 0;
  }
  .mvv-txt:first-child {
    margin: 50px 0 0 0;
  }
  .mvv-br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* philosophy */
  .philosophy-txt-1 {
    font-size: 2.2em;
    line-height: 44px;
  }
  .philosophy-txt-2 {
    font-size: 1.4em;
    line-height: 28px;
    padding: 30px 0 0 0;
  }
  /* mvv */
  .mvv-title {
    font-size: 2em;
  }
  .mvv-head {
    font-size: 1.8em;
    line-height: 36px;
    margin: 20px 0 0 0;
  }
  .mvv-inner {
    margin: 30px auto 0 auto;
  }
  .mvv-img {
    width: 80%;
    margin: 0 auto;
  }
  .mvv-txt-wrap {
    width: 100%;
    margin: 0;
  }
  .mvv-txt {
    border-radius: 5px;
    margin: 25px 0 0 0;
    padding: 30px;
  }
  .mvv-txt:first-child {
    margin: 35px 0 0 0;
  }
  .mvv-txt-1 {
    font-size: 1.3em;
    padding: 0 0 15px 0;
  }
  .mvv-txt-1 span {
    font-size: 1.8em;
  }
  .mvv-txt-2 {
    font-size: 1.5em;
    margin: 12px 0 0 0;
  }
  .mvv-txt-3 {
    font-size: 1.2em;
    line-height: 20px;
    margin: 10px 0 0 0;
  }
  .mvv-br {
    display: block;
  }
  .mvv-sub-title {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 36px;
    margin: 40px 0 0 0;
  }
  .mvv-sub-txt {
    font-size: 1.3em;
    line-height: 25px;
    margin: 10px 0 0 0;
  }
  .mvv-ul {
    display: block;
    margin: 0 auto;
  }
  .mvv-ul li {
    width: 100%;
    border-radius: 5px;
    margin: 20px 0 0 0;
    padding: 30px;
  }
  .mvv-ul-txt {
    font-size: 1.6em;
    margin: 25px 0 0 0;
  }
  .mvv-ul-txt-sub {
    font-size: 1.2em;
    line-height: 20px;
    margin: 15px 0 0 0;
  }
  .mvv-ul-icon {
    max-width: 80px;
  }
  /* company */
  .company-wrap div {
    font-size: 1.2em;
    line-height: 22px;
    padding: 15px;
  }
  .company-glt {
    border-radius: 5px 0 0 5px;
    width: 35%;
    margin: 0 1% 0 0;
  }
  .company-grt {
    border-radius: 0 5px 5px 0;
    width: 64%;
    margin: 0;
  }
  .company-gl {
    border-radius: 5px 0 0 5px;
    width: 35%;
    margin: 1% 1% 0 0;
  }
  .company-gr {
    border-radius: 0 5px 5px 0;
    width: 64%;
    margin: 1% 0 0 0;
  }
  /* history */
  .history-l {
    width: 10%;
  }
  .history-r {
    width: 90%;
  }
  .history-box {
    display: flex;
  }
  .history-year {
    font-size: 1.2em;
    line-height: 20px;
    width: 20%;
  }
  .history-txt-wrap {
    width: 80%;
  }
  .history-txt {
    font-size: 1.2em;
    line-height: 20px;
  }
}