@charset "UTF-8";

/* top */
.top-title-sub {
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  padding: 20px 0 0 1px;
  opacity: 0;
  transform: translateX(-20px);
}

/* vision */
.vision {
  width: 100%;
  height: auto;
  padding: 150px 0 0 0;
}
.vision-inner {
  width: 90%;
  margin: 0 auto;
}
.vision-title {
  font-size: 5.2em;
  text-align: center;
  color: #1a4472;
}
.vision-title-sub {
  font-size: 2.2em;
  line-height: 40px;
  text-align: center;
  padding: 30px 0 20px 0;
}
.vision-txt {
  font-size: 1.6em;
  line-height: 30px;
  text-align: center;
}

/* mission */
.mission {
  width: 100%;
  height: auto;
  padding: 150px 0 0 0;
}
.mission-inner {
  width: 90%;
  margin: 0 auto;
}
.mission-title {
  font-size: 5.2em;
  text-align: center;
  color: #1a4472;
}
.mission-title-sub {
  font-size: 2.2em;
  line-height: 40px;
  text-align: center;
  padding: 30px 0 20px 0;
}
.mission-txt {
  font-size: 1.6em;
  line-height: 30px;
  text-align: center;
}

/* message */
.message {
  width: 100%;
  height: auto;
  padding: 250px 0 0 0;
}
.message-img {
  width: 200px;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -100px;
  z-index: 10;
}
.message-inner {
  width: 90%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 180px 80px 70px 80px;
  position: relative;
}
.message-title {
  font-size: 2.2em;
  text-align: center;
}
.message-txt {
  font-size: 1.6em;
  line-height: 30px;
  padding: 40px 0;
}
.message-txt-sub {
  font-size: 1.5em;
  text-align: right;
}

/* number */
.number {
  width: 100%;
  height: auto;
  padding: 150px 0 0 0;
}
.number-title {
  font-size: 5.2em;
  text-align: center;
  color: #1a4472;
}
.number-title-sub {
  font-size: 2.2em;
  line-height: 40px;
  text-align: center;
  padding: 20px 0 0 0;
}
.number-inner {
  width: 1200px;
  margin: 70px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.number-box {
  box-sizing: border-box;
  padding: 80px 50px;
}
.box-t {
  border-top: 6px solid #fffdf9;
  border-right: none;
  border-bottom: 3px solid #fffdf9;
  border-left: none;
}
.box-l {
  border-top: 3px solid #fffdf9;
  border-right: 3px solid #fffdf9;
  border-bottom: 3px solid #fffdf9;
  border-left: none;
}
.box-r {
  border-top: 3px solid #fffdf9;
  border-right: none;
  border-bottom: 3px solid #fffdf9;
  border-left: 3px solid #fffdf9;
}
.box-b {
  border-top: 3px solid #fffdf9;
  border-right: none;
  border-bottom: 6px solid #fffdf9;
  border-left: none;
}
.b100 {
  width: 1200px;
}
.b50 {
  width: 600px;
}
.number-box-title {
  font-size: 2em;
  text-align: center;
  padding: 0 0 30px 0;
}
.number-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.number-img-90 {
  width: 100%;
  max-width: 900px;
  margin: 10px auto 0 auto;
}

/* history */
.history {
  width: 100%;
  height: auto;
  padding: 150px 0 0 0;
}
.history-title {
  font-size: 5.2em;
  text-align: center;
  color: #1a4472;
}
.history-title-sub {
  font-size: 2.2em;
  line-height: 40px;
  text-align: center;
  padding: 20px 0 0 0;
}
.history-img {
  width: 90%;
  max-width: 900px;
  margin: 50px auto 0 auto;
}

/* support */
.support {
  width: 100%;
  height: auto;
  padding: 150px 0;
}
.support-title {
  font-size: 5.2em;
  text-align: center;
  color: #1a4472;
}
.support-title-sub {
  font-size: 2.2em;
  line-height: 40px;
  text-align: center;
  padding: 20px 0 0 0;
}
.support-img {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0 auto;
}
.top-title-sub {
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  padding: 20px 0 0 1px;
  opacity: 0;
  transform: translateX(-20px);
}
.welfare-title-wrap {
  text-align: center;
  margin: 100px 0 0 0;
}
.welfare-title {
  font-size: 2.2em;
  line-height: 40px;
}
.welfare-ul {
  width: 90%;
  max-width: 1200px;
  margin: 10px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.welfare-ul li {
  width: 32%;
  margin: 20px 0 0 0;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welfare-ul-num {
  font-size: 2em;
  color: #fff;
}
.welfare-ul-txt {
  font-size: 1.6em;
  color: #fff;
}
.welfare-ul-img {
  width: 50px;
}
.bgb1 {
  background-color: #7c92ab;
}
.bgb2 {
  background-color: #506a8d;
}
.bgb3 {
  background-color: #254370;
}
.welfare-note {
  width: 90%;
  max-width: 1200px;
  margin: 25px auto 0 auto;
}
.welfare-note {
  font-size: 1.4em;
  text-align: right;
}

@media screen and (max-width:1240px) {
  /* number */
  .number-inner {
    width: 90%;
    display: block;
  }
  .number-box {
    padding: 80px 0;
  }
  .box-t {
    border-top: 6px solid #fff;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .box-l {
    border-top: 6px solid #fff;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .box-r {
    border-top: 6px solid #fff;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .box-b {
    border-top: 6px solid #fff;
    border-right: none;
    border-bottom: 6px solid #fff;
    border-left: none;
  }
  .b100 {
    width: 100%;
  }
  .b50 {
    width: 100%;
  }
}

@media screen and (max-width:1080px) {
  /* support */
  .welfare-ul li {
    width: 49%;
    margin: 20px 0 0 0;
    padding: 15px 25px;
  }
}

@media screen and (max-width:980px) {
  /* top */
  .top-title-sub {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width:767px) {
  /* top */
  .top-title-sub {
    font-size: 16px;
    padding: 15px 0 0 1px;
  }
  /* vision */
  .vision {
    padding: 80px 0 0 0;
  }
  .vision-title {
    font-size: 3.4em;
  }
  .vision-title-sub {
    font-size: 1.8em;
    line-height: 28px;
    padding: 25px 0 20px 0;
  }
  .vision-txt {
    font-size: 1.3em;
    line-height: 23px;
  }
  /* mission */
  .mission {
    padding: 80px 0 0 0;
  }
  .mission-title {
    font-size: 3.4em;
  }
  .mission-title-sub {
    font-size: 1.8em;
    line-height: 28px;
    padding: 25px 0 20px 0;
  }
  .mission-txt {
    font-size: 1.3em;
    line-height: 23px;
  }
  /* message */
  .message {
    padding: 175px 0 0 0;
  }
  .message-img {
    width: 150px;
    top: -90px;
    margin-left: -75px;
  }
  .message-inner {
    padding: 120px 20px 50px 20px;
    position: relative;
  }
  .message-title {
    font-size: 1.7em;
  }
  .message-txt {
    font-size: 1.3em;
    line-height: 23px;
    padding: 30px 0;
  }
  .message-txt-sub {
    font-size: 1.3em;
  }
  /* number */
  .number {
    padding: 80px 0 0 0;
  }
  .number-title {
    font-size: 3.4em;
  }
  .number-title-sub {
    font-size: 1.8em;
    line-height: 28px;
    padding: 20px 0 0 0;
  }
  .number-inner {
    margin: 50px auto 0 auto;
  }
  .number-box {
    padding: 50px 0;
  }
  .box-t {
    border-top: 4px solid #fff;
  }
  .box-l {
    border-top: 4px solid #fff;
  }
  .box-r {
    border-top: 4px solid #fff;
  }
  .box-c {
    border-top: 4px solid #fff;
  }
  .box-b {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  .number-box-title {
    font-size: 1.7em;
    padding: 0 0 30px 0;
  }
  /* history */
  .history {
    padding: 80px 0 0 0;
  }
  .history-title {
    font-size: 3.4em;
  }
  .history-title-sub {
    font-size: 1.8em;
    line-height: 28px;
    padding: 20px 0 0 0;
  }
  .history-img {
    margin: 40px auto 0 auto;
  }
  /* support */
  .support {
    padding: 80px 0;
  }
  .support-title {
    font-size: 3.4em;
  }
  .support-title-sub {
    font-size: 1.8em;
    line-height: 28px;
    padding: 20px 0 0 0;
  }
  .support-img {
    margin: 50px auto 0 auto;
  }
  .welfare-title {
    font-size: 1.6em;
    line-height: 28px;
    margin: 60px 0 0 0;
  }
  .welfare-ul {
    margin: 0 auto;
    display: block;
  }
  .welfare-ul li {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 15px 20px;
  }
  .welfare-ul-num {
    font-size: 1.6em;
  }
  .welfare-ul-txt {
    font-size: 1.5em;
  }
  .welfare-ul-img {
    width: 50px;
  }
  .welfare-note {
    margin: 20px auto 0 auto;
  }
  .welfare-note {
    font-size: 1.2em;
  }
}