.subVisual {
  height: 600px;
  position: relative;
}
.subVisual > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subVisual .txt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.subVisual .txt span {
  display: block;
  margin-bottom: 40px;
}
.subVisual .txt h2 {
  margin-bottom: 60px;
  font-size: 2.25rem;
}
.subVisual .txt p {
  font-size: 1.125rem;
}

.subNav {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.subNav > ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
.subNav > ul > li {
  position: relative;
  width: calc(50% - 30px);
  max-width: 300px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.subNav > ul > li:first-of-type {
  width: 60px;
  border-left: 1px solid #ddd;
  background-color: #ddd;
}
.subNav > ul > li:first-of-type a {
  justify-content: center;
  padding: 0;
}
.subNav > ul > li:first-of-type a:after {
  display: none;
}
.subNav > ul > li > a {
  display: flex;
  box-sizing: border-box;
  padding-left: 10px;
  align-items: center;
  height: 60px;
  position: relative;
}
.subNav > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #232323;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.subNav > ul > li ul {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 61px;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 0;
  display: none;
}
.subNav > ul > li ul li a {
  display: flex;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
}

.subTitle {
  padding: 100px 0;
  text-align: center;
}
.subTitle span {
  display: block;
  margin-bottom: 20px;
  font-size: 1.125rem;
}
.subTitle h2 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.subTitle p {
  font-size: 1.125rem;
}

.intro .biglogo {
  margin-bottom: 80px;
}
.intro .reasons {
  border: 8px solid transparent;
  border-radius: 20px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #ef5e5e, #dddc7b);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
}
.intro .reasons .why {
  background: url("/img/sub1-1img.png") no-repeat 100% 100%;
  padding: 60px 80px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}
.intro .reasons2 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro .reasons2 > ul > li {
  width: calc(50% - 40px);
  margin-bottom: 80px;
}
.intro .reasons2 > ul > li .redbar {
  margin-bottom: 20px;
}
.intro .reasons2 > ul > li b {
  font-weight: 500;
  font-size: 42px;
  display: block;
  margin-bottom: 20px;
}
.intro .reasons2 > ul > li b span {
  font-weight: 300;
  font-size: 40px;
}
.intro .reasons2 > ul > li article ul {
  margin-bottom: 10px;
  display: flex;
}
.intro .reasons2 > ul > li article ul.double li:last-child {
  margin-left: 30px;
}
.intro .reasons2 > ul > li article p {
  text-align: center;
}
.intro .reasons2 > ul > li article p span {
  color: #555;
  display: inline-block;
  padding-bottom: 4px;
  line-height: 2rem;
  border-bottom: 1px solid #ddd;
  font-size: 1.25rem;
}
.intro .reasons2 > ul > li article p span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/img/chat.png");
  position: relative;
  margin-right: 6px;
  top: 4px;
}
.intro .reasons3 {
  margin-bottom: 80px;
}
.intro .reasons3 .redbar {
  margin-bottom: 20px;
}
.intro .reasons3 b {
  font-weight: 500;
  font-size: 42px;
  display: block;
  margin-bottom: 20px;
}
.intro .reasons3 b span {
  font-weight: 300;
  font-size: 40px;
}
.intro .reasons3 ul {
  display: flex;
  justify-content: space-between;
}
.intro .reasons3 ul li {
  height: 130px;
  width: calc(50% - 20px);
}
.intro .reasons3 ul li:last-of-type a {
  background: url("/img/sub1-1card (1).png") no-repeat 0 0;
}
.intro .reasons3 ul li a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: url("/img/sub1-1card (2).png") no-repeat 0 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
}
.intro .reasons3 ul li a p {
  font-size: 1.125rem;
  margin: 0 10px;
  text-align: center;
}
.intro .reasons3 ul li a figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro .history {
  min-height: 400px;
}
.intro .history .hisBtn {
  display: flex;
  margin-bottom: 80px;
}
.intro .history .hisBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.6666666667%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 10px;
  font-weight: bold;
  color: #bbb;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  border-bottom: 1px solid #bbb;
}
.intro .history .hisBtn a.on {
  border-bottom: 4px solid #67c351;
  color: #67c351;
}
.intro .history .hisTarget {
  display: flex;
  justify-content: center;
}
.intro .history .hisTarget p {
  display: none;
}
.intro .history .hisTarget p.on {
  display: block;
}

@media (max-width: 768px) {
  .intro .biglogo {
    margin-bottom: 40px;
    box-sizing: border-box;
    max-width: 240px;
  }
  .intro .reasons {
    border: 6px solid transparent;
    margin-bottom: 40px;
  }
  .intro .reasons .why {
    background: url("/img/sub1-1img.png") no-repeat 100% 100%/300px;
    padding: 40px 20px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }
  .intro .reasons2 > ul {
    flex-direction: column;
  }
  .intro .reasons2 > ul > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .intro .reasons2 > ul > li .redbar {
    margin-bottom: 10px;
  }
  .intro .reasons2 > ul > li p {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .intro .reasons2 > ul > li p span {
    font-size: 20px;
  }
  .intro .reasons3 {
    margin-bottom: 40px;
  }
  .intro .reasons3 .redbar {
    margin-bottom: 14px;
  }
  .intro .reasons3 b {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .intro .reasons3 b span {
    font-size: 20px;
  }
  .intro .reasons3 ul {
    flex-direction: column;
    align-items: center;
  }
  .intro .reasons3 ul li {
    height: 130px;
    margin-bottom: 12px;
    width: 100%;
    max-width: 400px;
  }
  .intro .history {
    min-height: 400px;
  }
  .intro .history .hisBtn {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .intro .history .hisBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333333333%;
    height: 40px;
  }
}
.brain h3.sub-tit2 {
  margin-bottom: 40px;
}
.brain p.fs20.mb80 {
  text-align: center;
}
.brain .imost-effect {
  padding: 100px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 100px;
}
.brain .imost-effect b {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border-radius: 20px;
  width: 334px;
  height: 40px;
  font-weight: 300;
}
.brain .imost-effect b span {
  color: #67c351;
}
.brain .imost-effect .gradation-radiant {
  display: flex;
  justify-content: space-between;
}
.brain .imost-effect .gradation-radiant li {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 90px;
  color: #fff;
  font-weight: bold;
  font-size: 1.75rem;
}
.brain .imost-effect .gradation-radiant li:not(:last-child) {
  margin-right: 10px;
}
.brain .imost-effect .gradation-radiant li:nth-child(1) {
  background-image: linear-gradient(143deg, #ff5353 60%, #ffed53);
}
.brain .imost-effect .gradation-radiant li:nth-child(2) {
  background-image: linear-gradient(143deg, #fd4d90 60%, #f3b132);
}
.brain .imost-effect .gradation-radiant li:nth-child(3) {
  background-image: linear-gradient(143deg, #f15d87, #b93fff);
}
.brain .imost-effect .gradation-radiant li:nth-child(4) {
  background-image: linear-gradient(143deg, #8771f3 40%, #de4dfd);
}
.brain .imost-effect .gradation-radiant li:nth-child(5) {
  background-image: linear-gradient(143deg, #3a73e6 60%, #4df7fd);
}
.brain .imost-effect .gradation-radiant li:nth-child(6) {
  background-image: linear-gradient(143deg, #c142ce 40%, #ff4faa);
}
.brain .brainsynaps {
  margin-bottom: 100px;
  display: flex;
}
.brain .brainsynaps figure {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  display: flex;
  justify-content: center;
}
.brain .brainsynaps .iconarea {
  width: 50%;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.brain .brainsynaps .iconarea img {
  margin-bottom: 40px;
}
.brain .brainsynaps .iconarea p {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0;
  font-weight: 500;
  margin-bottom: 20px;
}
.brain .brainsynaps .iconarea p.fs26 {
  color: #555;
  font-weight: bold;
}
.brain .brainsynaps .iconarea p.dft {
  font-size: 1.25rem;
  line-height: 40px;
  color: #666;
  letter-spacing: -1.5px;
}
.brain .brainsynaps .iconarea p span {
  font-weight: bold;
}
.brain .synaps-way {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.brain .synaps-way li:not(:last-child) {
  margin-right: 10px;
}
.brain .synaps-way li a figure {
  margin-bottom: 30px;
}
.brain .synaps-way li a span.num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #67c351;
  color: #fff;
  font-family: "Lato", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.brain .synaps-way li a p.fs20 {
  text-align: center;
  font-size: 1.25rem;
  color: #666;
  font-weight: 500;
}
.brain .brainimg {
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
}

@media (max-width: 768px) {
  .brain h3.sub-tit2 {
    margin-bottom: 20px;
  }
  .brain .imost-effect {
    padding: 60px 0;
    margin-bottom: 50px;
  }
  .brain .imost-effect b {
    font-size: 16px;
    width: 240px;
    height: 40px;
  }
  .brain .imost-effect .gradation-radiant {
    flex-wrap: wrap;
    width: 280px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .brain .imost-effect .gradation-radiant li {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .brain .imost-effect .gradation-radiant li:not(:last-child) {
    margin-right: 0;
  }
  .brain .brainsynaps {
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }
  .brain .brainsynaps figure {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .brain .brainsynaps .iconarea {
    width: 100%;
    padding-left: 20px;
  }
  .brain .brainsynaps .iconarea img {
    margin-bottom: 20px;
  }
  .brain .brainsynaps .iconarea p {
    padding: 0 20px;
  }
  .brain .synaps-way {
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }
  .brain .synaps-way li {
    margin-bottom: 20px;
  }
  .brain .synaps-way li:not(:last-child) {
    margin-right: 0;
  }
  .brain .synaps-way li a figure {
    margin-bottom: 20px;
  }
  .brain .synaps-way li a span.num {
    margin-bottom: 20px;
  }
  .brain .synaps-way li a p.fs20 {
    text-align: center;
  }
  .brain .brainimg {
    display: flex;
    justify-content: center;
    padding-top: 2.5rem;
  }
}
.team .captain {
  display: flex;
  margin-bottom: 80px;
}
.team .captain figure {
  margin-right: 50px;
}
.team .captain .cap-infor {
  width: calc(100% - 513px);
}
.team .captain .cap-infor .cap-intro {
  display: flex;
  margin-bottom: 60px;
}
.team .captain .cap-infor .cap-intro span {
  font-size: 60px;
  font-weight: bold;
  color: #f14d77;
}
.team .captain .cap-infor .cap-intro span:first-child {
  margin-right: 20px;
}
.team .captain .cap-infor .cap-intro span:last-child {
  margin-left: 20px;
  align-self: flex-end;
  display: block;
  height: 40px;
}
.team .captain .cap-infor .cap-intro div {
  line-height: 58px;
}
.team .captain .cap-infor .cap-intro div b {
  font-size: 46px;
  font-weight: bold;
}
.team .captain .cap-infor .cap-intro div p {
  font-size: 34px;
}
.team .captain .cap-infor .cap-profile {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 40px;
}
.team .captain .cap-infor .cap-profile li {
  font-size: 24px;
}
.team .captain .cap-infor .cap-profile li:not(:last-child) {
  padding-right: 10px;
}
.team .captain .cap-infor .cap-profile li:nth-of-type(3) {
  position: relative;
}
.team .captain .cap-infor .cap-profile li:nth-of-type(3):after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bbb;
  position: absolute;
}
.team .captain .cap-infor .cap-profile li b {
  font-size: 34px;
  font-weight: bold;
  margin-right: 10px;
}
.team .captain .cap-infor .cap-profile-detail {
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 24px 35px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.team .captain .cap-infor .cap-profile-detail b {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 24px;
  width: 120px;
  position: relative;
}
.team .captain .cap-infor .cap-profile-detail b:before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #888;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateX(-50px);
}
.team .captain .cap-infor .cap-profile-detail p {
  padding-top: 0px;
  white-space: pre-line;
  font-size: 0.875rem;
  line-height: 2em;
}

@media (max-width: 1024px) {
  .team .captain {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
  .team .captain figure {
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .team .captain .cap-infor {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .team .captain .cap-infor .cap-intro {
    margin-bottom: 30px;
  }
  .team .captain .cap-infor .cap-intro span {
    font-size: 30px;
  }
  .team .captain .cap-infor .cap-intro div {
    line-height: 38px;
  }
  .team .captain .cap-infor .cap-intro div b {
    font-size: 26px;
    font-weight: bold;
  }
  .team .captain .cap-infor .cap-intro div p {
    font-size: 20px;
  }
  .team .captain .cap-infor .cap-profile {
    margin-bottom: 20px;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .team .captain .cap-infor .cap-profile-detail {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .team .captain .cap-infor .cap-profile-detail b {
    margin-bottom: 14px;
  }
}
.profession .links-contents ul li {
  border-radius: 0 50px 0 0;
  display: flex;
}
.profession .links-contents ul li:nth-of-type(1) {
  background-color: #3162bc;
}
.profession .links-contents ul li:nth-of-type(2) {
  background-color: #f4bd53;
}
.profession .links-contents ul li:nth-of-type(3) {
  background-color: #fb8989;
}
.profession .links-contents ul li:nth-of-type(4) {
  background-color: #5dc080;
}
.profession .links-contents ul li:not(:last-child) {
  margin-bottom: 40px;
}
.profession .links-contents ul li figure img {
  display: block;
}
.profession .links-contents ul li .text {
  box-sizing: border-box;
  padding: 40px;
  color: #fff;
  display: flex;
  flex: 1;
  padding-right: 80px;
}
.profession .links-contents ul li .text .left b {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 60px;
}
.profession .links-contents ul li .text .left b:before {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background-color: #fff;
  margin-bottom: 20px;
}
.profession .links-contents ul li .text > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  align-self: flex-end;
  flex-shrink: 0;
}
.profession .sub1-4tel {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 1.25rem;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 20px;
  border: 1px solid #555;
  width: 90%;
  max-width: 360px;
  height: 90px;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.profession .sub1-4tel img {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .profession .links-contents ul li {
    flex-direction: column;
    align-items: center;
  }
  .profession .links-contents ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .profession .links-contents ul li figure img {
    display: block;
  }
  .profession .links-contents ul li .text {
    padding-right: 20px;
  }
  .profession .links-contents ul li .text .left b {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .profession .links-contents ul li .text > a {
    width: 80px;
    height: 80px;
    margin-left: 20px;
  }
}/*# sourceMappingURL=sub.css.map */