#career #kv {
  height: 520px;
  background: url(../../person/images/career/kv.png) center bottom/cover no-repeat;
  margin-bottom: 70px;
}

#career #kv h2 {
  width: 100%;
  height: 60%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #career #kv {
    height: 80vw;
    background-position: right bottom;
    background-size: auto 100%;
  }
}

#career #index {
  width: 960px;
  margin: auto;
  margin-bottom: 120px;
}

#career #index ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#career #index ul li {
  width: 50%;
}

#career #index ul li:nth-child(even) {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

#career #index ul li a {
  display: block;
  position: relative;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  background: url(../../person/images/career/index-bg.svg) left 14% top/55% no-repeat;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#career #index ul li a figure {
  width: 30%;
}

#career #index ul li a article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#career #index ul li a article ins {
  background: none;
  margin-bottom: 20px;
  display: block;
}

#career #index ul li a article h3 {
  font-size: 18px;
  line-height: 1.5em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  white-space: nowrap;
}

#career #index ul li a article span {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  display: block;
}

#career #index ul li a:hover {
  background-size: 60%;
}

#career #index ul li a:hover article span {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #career #index {
    width: 90%;
    margin-bottom: 15vw;
  }
  #career #index ul {
    display: block;
  }
  #career #index ul li {
    width: 100%;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    margin-bottom: 5vw;
  }
  #career #index ul li a {
    padding-top: 5vw;
  }
  #career #index ul li a figure {
    width: 25%;
  }
  #career #index ul li a article ins img {
    height: 7vw;
  }
  #career #index ul li a article h3 {
    font-size: 4vw;
  }
  #career #index ul li a article span img {
    height: 5vw;
  }
}

#career section:nth-of-type(odd) {
  background: #f5f5f5;
}

#career section .case {
  width: 960px;
  margin: auto;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 50px 0;
}

#career section .case figure {
  width: 210px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

#career section .case figure img {
  margin-bottom: 20px;
}

#career section .case figure .name {
  line-height: 1.5em;
}

#career section .case figure .name strong {
  color: #108ACA;
  font-size: 26px;
}

#career section .case article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#career section .case article ins {
  border-bottom: solid 1px #108ACA;
  display: block;
  background: none;
  padding: 15px;
  margin-bottom: 25px;
}

#career section .case article .content {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#career section .case article .content .article {
  width: 57%;
}

#career section .case article .content .article h3 {
  font-size: 20px;
  color: #108ACA;
  line-height: 1.6em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 0.5em;
}

#career section .case article .content .article p {
  color: #333;
}

#career section .case article .content .history {
  width: 37%;
}

#career section .case article .content .history ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(../../person/images/career/arrow.svg) left 10% bottom no-repeat;
}

#career section .case article .content .history ul li:last-child {
  background: none;
}

#career section .case article .content .history ul li.noarrow {
  background: none;
  padding-bottom: 0;
}

#career section .case article .content .history ul li .arrow {
  font-size: 14px;
  background: url(../../person/images/career/arrow.svg) left 10% center no-repeat;
  padding-left: 13%;
  padding-top: 0.5em;
}

#career section .case article .content .history ul li dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#career section .case article .content .history ul li dl dt {
  background: #108ACA;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  width: 6em;
  padding: 0.5em 0;
  border-radius: 2em;
  text-align: center;
}

#career section .case article .content .history ul li dl dd {
  font-size: 14px;
  line-height: 1.6em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #career section .case {
    width: 95%;
    padding: 5vw 0;
    padding-right: 5%;
  }
  #career section .case figure {
    width: 30%;
    -webkit-transform: translateY(-15vw);
    -ms-transform: translateY(-15vw);
    transform: translateY(-15vw);
  }
  #career section .case figure .name {
    font-size: 3.5vw;
  }
  #career section .case figure .name strong {
    font-size: 5.5vw;
  }
  #career section .case article ins {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  #career section .case article ins img {
    height: 7vw;
  }
  #career section .case article .content {
    display: block;
  }
  #career section .case article .content .article {
    width: 100%;
    margin-bottom: 10vw;
  }
  #career section .case article .content .article h3 {
    font-size: 4vw;
  }
  #career section .case article .content .history {
    width: 100%;
  }
  #career section .case article .content .history ul li dl dt {
    font-size: 4vw;
  }
  #career section .case article .content .history ul li dl dd {
    font-size: 3.5vw;
  }
}
