@charset "UTF-8";
.mv img,
.image img {
  vertical-align: bottom;
  width: 100%;
}
.mv__txt {
  background-color: #666;
  color: #fff;
}
.mv__right .image {
  overflow: hidden;
}
.mv__txt > div > h3 {
  font-weight: normal;
}
.section-02 h4 + * {
  margin-top: 10px;
}
.section-02 h5 + p {
  margin-top: 5px;
}
.career {
  margin-top: 10px;
}
.career > li {
  padding-left: 1.2em;
  position: relative;
}
.career > li:not(:first-child) {
  margin-top: 5px;
}
.career > li > i {
  left: 0;
  line-height: 1.7;
  position: absolute;
  top: 0;
}
.career > li > span {
  display: inline-block;
  vertical-align: top;
}
.career li > i + span {
  margin-right: 1em;
}
.career li > i + span > span {
  display: inline-block;
  text-align: right;
  width: 2em;
}
.notes > li {
  padding-left: 1em;
  position: relative;
}
.notes > li::before {
  content: "\203B";
  left: 0;
  position: absolute;
  top: 0;
}
.notes > li > span {
  display: inline-block;
}
.order-1 {
 -webkit-order: 1; 
 order: 1; 
}
.order-2 {
 -webkit-order: 2; 
 order: 2; 
}
@media screen and (min-width: 769px) {
  /* tab */
  .tab .current a {
    border-bottom: solid 2px #cb2828;
    color: #313131;
  }
  /* mv */
  .mv {
    position: relative;
  }
  .mv__txt,
  .mv__image02 {
    position: absolute;
    right: 0;
    width: 440px;
  }
  .mv__txt {
    -webkit-align-items: center;
    align-items: center;
    background-color: #666;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .mv__image01 {
    width: 600px;
  }
  .mv__image02 {
    height: 240px;
    top: 0;
  }
  .mv__txt {
    bottom: 0;
    height: 220px;
  }
  .mv__txt p > span,
  .mv__txt  h3 > span {
    display: block;
  }
  .section {
    margin-bottom: 75px;
  }
  .section-02 {
    margin-top: 60px;
  }
  .mv__txt {
    font-size: 2rem;
  }
  .mv__txt h3 > span:first-child {
    font-size: 4rem;
  }
  .section-02 h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 481px) {
  .mv__txt > div > h3 {
    margin-top: .5em;
  }
  .section-02--col2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-02--col2 .txt {
    width: 60%;
  }
  .section-02--col2 .image {
    width: 35%;
  }
  .notes {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 481px) and  (max-width: 768px) {
  .mv__txt p > span:first-child {
    font-size: 1.8rem;
  }
  .mv__txt h3 > span:first-child {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  /* mv */
  .mv__txt {
    padding: 10px;
  }
  .mv__txt p,
  .mv__txt  h3 {
    letter-spacing: -.4em;
    display: inline-block;
  }
  .mv__txt p > span,
  .mv__txt  h3 > span {
    display: inline-block;
    letter-spacing: normal;
  }
  .mv__txt p > span:not(:last-child),
  .mv__txt  h3 > span:not(:last-child) {
    margin-right: 5px;
  }
  .mv__txt h3 {
    margin-top: 5px;
  }
  .mv__txt p {
    font-size: 1.6rem;
    margin-right: 10px;
  }
  .section {
    margin-bottom: 50px;
  }
  .mv {
    margin-top: 15px;
  }
  .section-02 {
    margin-top: 40px;
  }
  .section-02 h4 {
    font-size: 1.6rem;
  }
  .section-02 h5 {
    font-size: 1.4rem;
  }
  .notes {
    font-size: 1rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .mv__txt p > span:first-child {
    font-size: 1.6rem;
  }
  .mv__txt h3 > span:first-child {
    font-size: 2.5rem;
  }
  .section-02 .image {
    margin-top: 20px;
  }
}