#top .mv__container {
  position: relative;
}

#top .mv__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 911px;
  position: relative;
  overflow: hidden;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 1400px) {
  #top .mv__img {
    height: 60vw;
  }
}

@media screen and (max-width: 1000px) {
  #top .mv__img {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  #top .mv__img {
    height: 450px;
  }
}

#top .mv__img img {
  width: auto;
  height: 100%;
  max-width: none;
}

#top .mv__img--first {
  -webkit-animation: loop 300s -150s linear infinite;
  animation: loop 300s -150s linear infinite;
}

#top .mv__img--second {
  -webkit-animation: loop2 300s linear infinite;
  animation: loop2 300s linear infinite;
}

#top .mv__president {
  position: absolute;
  right: 13%;
  bottom: -15.5%;
}

@media screen and (max-width: 1400px) {
  #top .mv__president {
    bottom: -18.5%;
  }
}

@media screen and (max-width: 1000px) {
  #top .mv__president {
    bottom: -24.5%;
  }
}

@media screen and (max-width: 768px) {
  #top .mv__president {
    width: 250px;
    right: 3%;
    bottom: -33.5%;
  }
}

@media screen and (max-width: 640px) {
  #top .mv__president {
    width: 185px;
    bottom: -24.5%;
  }
}

@media screen and (max-width: 425px) {
  #top .mv__president {
    width: 150px;
    bottom: -19.5%;
  }
}

#top .mv__president img {
  -webkit-filter: brightness(.3);
  filter: brightness(.3);
  -webkit-transition: all .5s;
  transition: all .5s;
}

#top .mv__president img:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#top .mv__president::after {
  content: "";
  background-image: url(../../img/top/president_text.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 184px;
  height: 50px;
  top: 43%;
  left: 47%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 62%;
  pointer-events: none;
}

#top .mv a:hover img {
  opacity: 1;
}

#top .about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 160px 0;
}

@media screen and (max-width: 1000px) {
  #top .about__container {
    padding: 150px 0;
  }
}

@media screen and (max-width: 640px) {
  #top .about__container {
    display: block;
    padding: 100px 0 90px;
  }
}

@media screen and (max-width: 425px) {
  #top .about__container {
    padding: 80px 0 70px;
  }
}

#top .about-title {
  width: 30%;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  #top .about-title {
    width: 100%;
    margin-bottom: 20px;
  }
}

#top .about-title .m-title1__en {
  font-size: 70px;
  font-size: 4.375rem;
}

@media screen and (max-width: 1000px) {
  #top .about-title .m-title1__en {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 768px) {
  #top .about-title .m-title1__en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  #top .about-title .m-title1__en {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 425px) {
  #top .about-title .m-title1__en {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

#top .about-lead {
  width: 55%;
}

@media screen and (max-width: 640px) {
  #top .about-lead {
    width: 100%;
  }
}

#top .about-lead__text {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2.45;
  margin-bottom: 45px;
}

@media screen and (max-width: 1000px) {
  #top .about-lead__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  #top .about-lead__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 425px) {
  #top .about-lead__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

#top .services__inner {
  position: relative;
}

#top .services__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% - 648px);
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1600px) {
  #top .services__inner::before {
    width: calc(50% - 390px);
  }
}

@media screen and (max-width: 1200px) {
  #top .services__inner::before {
    width: calc(50% - 330px);
  }
}

@media screen and (max-width: 1000px) {
  #top .services__inner::before {
    height: 487.5px;
    width: calc(60% - -20px);
  }
}

@media screen and (max-width: 768px) {
  #top .services__inner::before {
    height: 365.5px;
  }
}

@media screen and (max-width: 640px) {
  #top .services__inner::before {
    content: none;
  }
}

#top .services__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  #top .services__box {
    display: block;
  }
}

#top .services__img {
  width: 700px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  #top .services__img {
    text-align: right;
  }
}

@media screen and (max-width: 1200px) {
  #top .services__img {
    width: 600px;
  }
}

@media screen and (max-width: 1000px) {
  #top .services__img {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  #top .services__img img {
    width: 510px;
  }
}

@media screen and (max-width: 1200px) {
  #top .services__img img {
    width: 450px;
  }
}

@media screen and (max-width: 1000px) {
  #top .services__img img {
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  #top .services__img img {
    width: 450px;
  }
}

@media screen and (max-width: 640px) {
  #top .services__img img {
    width: 100%;
  }
}

#top .services__text {
  margin-left: 115px;
}

@media screen and (max-width: 1600px) {
  #top .services__text {
    margin-left: 80px;
  }
}

@media screen and (max-width: 1200px) {
  #top .services__text {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1000px) {
  #top .services__text {
    margin-left: 0;
    padding: 60px 4.375%;
  }
}

@media screen and (max-width: 768px) {
  #top .services__text {
    padding: 45px 4.375%;
  }
}

@media screen and (max-width: 640px) {
  #top .services__text {
    padding: 30px 4.375% 35px;
  }
}

#top .services__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1;
}

@media screen and (max-width: 1600px) {
  #top .services__title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1200px) {
  #top .services__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  #top .services__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  #top .services__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 425px) {
  #top .services__title {
    font-size: 20px;
  }
}

#top .services__lead {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 75px;
}

@media screen and (max-width: 1600px) {
  #top .services__lead {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1200px) {
  #top .services__lead {
    font-size: 1.4vw;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1000px) {
  #top .services__lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  #top .services__lead {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 425px) {
  #top .services__lead {
    font-size: 13px;
  }
}

@media screen and (max-width: 330px) {
  #top .services__lead {
    font-size: 3.9vw;
  }
}

#top .services__inner01::before {
  background: linear-gradient(to bottom,
    #008468 0,
    #008468 200px,
    #111 200px,
    #111 205px,
    #263073 205px,
    #263073 270px,
    #111 270px,
    #111 275px,
    #f6a927 275px,
    #f6a927 575px
  );
}

@media screen and (max-width: 1600px) {
  #top .services__inner01::before {
    background: linear-gradient(to bottom,
      #008468 0,
      #008468 33%,
      #111 33%,
      #111 calc(33% + 5px),
      #263073 calc(33% + 5px),
      #263073 48%,
      #111 48%,
      #111 calc(48% + 5px),
      #f6a927 calc(48% + 5px),
      #f6a927 100%
    );
  }
}

@media screen and (max-width: 1000px) {
  #top .services__inner01::before {
    background: linear-gradient(to bottom,
      #008468 0,
      #008468 33%,
      #111 33%,
      #111 calc(33% + 5px),
      #263073 calc(33% + 5px),
      #263073 48%,
      #111 48%,
      #111 calc(48% + 5px),
      #f6a927 calc(48% + 5px),
      #f6a927 calc(100% - 5px),
      #111 calc(100% - 5px),
      #111 100%
    );
  }
}

#top .services__inner02::before {
  left: auto;
  right: 0;
  background: linear-gradient(to bottom,
    #de2f26 0,
    #de2f26 200px,
    #111 200px,
    #111 205px,
    #fff 205px,
    #fff 270px,
    #111 270px,
    #111 275px,
    #f6a927 275px,
    #f6a927 575px
  );
}

@media screen and (max-width: 1600px) {
  #top .services__inner02::before {
    background: linear-gradient(to bottom,
      #de2f26 0,
      #de2f26 33%,
      #111 33%,
      #111 calc(33% + 5px),
      #fff calc(33% + 5px),
      #fff 48%,
      #111 48%,
      #111 calc(48% + 5px),
      #f6a927 calc(48% + 5px),
      #f6a927 100%
    );
  }
}

@media screen and (max-width: 1000px) {
  #top .services__inner02::before {
    background: linear-gradient(to bottom,
      #de2f26 0,
      #de2f26 33%,
      #111 33%,
      #111 calc(33% + 5px),
      #fff calc(33% + 5px),
      #fff 48%,
      #111 48%,
      #111 calc(48% + 5px),
      #f6a927 calc(48% + 5px),
      #f6a927 calc(100% - 5px),
      #111 calc(100% - 5px),
      #111 100%
    );
  }
}

#top .services__inner02 .services__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#top .services__inner02 .services__text {
  margin-left: 0;
  margin-right: 115px;
}

@media screen and (max-width: 1600px) {
  #top .services__inner02 .services__text {
    margin-right: 80px;
  }
}

@media screen and (max-width: 1200px) {
  #top .services__inner02 .services__text {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1000px) {
  #top .services__inner02 .services__text {
    margin-right: 0;
    padding: 60px 4.375%;
  }
}

@media screen and (max-width: 768px) {
  #top .services__inner02 .services__text {
    padding: 45px 4.375%;
  }
}

@media screen and (max-width: 640px) {
  #top .services__inner02 .services__text {
    padding: 30px 4.375%;
  }
}

@media screen and (max-width: 1600px) {
  #top .services__inner02 .services__img {
    text-align: left;
  }
}

#top .services__inner03::before {
  background: linear-gradient(to bottom,
    #263073 0,
    #263073 200px,
    #111 200px,
    #111 205px,
    #de2f26 205px,
    #de2f26 270px,
    #111 270px,
    #111 275px,
    #fff 275px,
    #fff 575px
  );
}

@media screen and (max-width: 1600px) {
  #top .services__inner03::before {
    background: linear-gradient(to bottom,
      #263073 0,
      #263073 33%,
      #111 33%,
      #111 calc(33% + 5px),
      #de2f26 calc(33% + 5px),
      #de2f26 48%,
      #111 48%,
      #111 calc(48% + 5px),
      #fff calc(48% + 5px),
      #fff 100%
    );
  }
}

@media screen and (max-width: 1000px) {
  #top .services__inner03::before {
    background: linear-gradient(to bottom,
      #263073 0,
      #263073 33%,
      #111 33%,
      #111 calc(33% + 5px),
      #de2f26 calc(33% + 5px),
      #de2f26 48%,
      #111 48%,
      #111 calc(48% + 5px),
      #fff calc(48% + 5px),
      #fff calc(100% - 5px),
      #111 calc(100% - 5px),
      #111 100%
    );
  }
}

#top .company__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  #top .company__box {
    display: block;
  }
}

#top .company__img {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  #top .company__img {
    width: 100%;
  }
}

#top .company__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1000px) {
  #top .company__text {
    width: 100%;
    padding: 70px 4.375% 115px;
  }
}

@media screen and (max-width: 768px) {
  #top .company__text {
    padding: 50px 4.375% 95px;
  }
}

@media screen and (max-width: 640px) {
  #top .company__text {
    padding: 35px 4.375% 70px;
  }
}

#top .company__inner01 .company__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#top .company__inner01 .company__img img {
  height: 661px;
}

@media screen and (max-width: 1800px) {
  #top .company__inner01 .company__img img {
    height: auto;
  }
}

@media screen and (max-width: 1500px) {
  #top .company__inner01 .company__img img {
    height: 528px;
  }
}

@media screen and (max-width: 1000px) {
  #top .company__inner01 .company__img img {
    height: auto;
  }
}

#top .company__inner01 .company__text {
  margin-right: 178px;
}

@media screen and (max-width: 1500px) {
  #top .company__inner01 .company__text {
    margin-right: 120px;
  }
}

@media screen and (max-width: 1100px) {
  #top .company__inner01 .company__text {
    margin-right: 85px;
  }
}

@media screen and (max-width: 1000px) {
  #top .company__inner01 .company__text {
    margin-right: 0;
  }
}

#top .company__inner01 .company__title {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #top .company__inner01 .company__title {
    width: 50%;
  }
}

#top .company__inner01 .company__lead {
  font-size: 30px;
  font-weight: 700;
  line-height: 2.4;
  margin-bottom: 15px;
}

@media screen and (max-width: 1500px) {
  #top .company__inner01 .company__lead {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  #top .company__inner01 .company__lead {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  #top .company__inner01 .company__lead {
    font-size: 20px;
  }
}

@media screen and (max-width: 1820px) {
  #top .company__inner02 {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  #top .company__inner02 {
    border-bottom: 6px solid #111;
  }
}

@media screen and (max-width: 640px) {
  #top .company__inner02 {
    border-bottom: 3px solid #111;
  }
}

#top .company__inner02 .company__img img {
  height: 457px;
}

@media screen and (max-width: 1800px) {
  #top .company__inner02 .company__img img {
    height: auto;
  }
}

@media screen and (max-width: 1500px) {
  #top .company__inner02 .company__img img {
    height: 365px;
  }
}

@media screen and (max-width: 1000px) {
  #top .company__inner02 .company__img img {
    height: auto;
  }
}

#top .company__inner02 .company__text {
  margin-left: 178px;
}

@media screen and (max-width: 1500px) {
  #top .company__inner02 .company__text {
    margin-left: 120px;
  }
}

@media screen and (max-width: 1100px) {
  #top .company__inner02 .company__text {
    margin-left: 85px;
  }
}

@media screen and (max-width: 1000px) {
  #top .company__inner02 .company__text {
    margin-left: 0;
  }
}

#top .company__inner02 .company__title {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #top .company__inner02 .company__title {
    width: 85%;
  }
}

#top .company__inner02 .company__lead {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  #top .company__inner02 .company__lead {
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  #top .company__inner02 .company__lead br {
    display: none;
  }
}

#top .csr {
  padding: 140px 7%;
  background-image: url(../../img/top/csr_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1820px) {
  #top .csr {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  #top .csr {
    background-image: none;
    padding: 0;
    border-bottom: 6px solid #111;
  }
}

@media screen and (max-width: 640px) {
  #top .csr {
    border-bottom: 3px solid #111;
  }
}

#top .csr__container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 105px 0;
  background-image: url(../../img/top/csr_boxbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 6px solid #111;
}

@media screen and (max-width: 768px) {
  #top .csr__container {
    border: none;
    background-image: url(../../img/top/csr_boxbg__sp.png);
  }
}

@media screen and (max-width: 640px) {
  #top .csr__container {
    padding: 70px 0;
  }
}

#top .csr__inner {
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 0 75px;
  background-color: #111;
}

@media screen and (max-width: 1000px) {
  #top .csr__inner {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  #top .csr__inner {
    padding: 35px 0 60px;
  }
}

@media screen and (max-width: 425px) {
  #top .csr__inner {
    padding: 35px 6% 60px;
  }
}

#top .csr__box {
  text-align: center;
}

#top .csr .m-title1 {
  margin-bottom: 30px;
}

#top .csr__lead {
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #top .csr__lead {
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  #top .csr__lead {
    font-size: 13px;
  }
}

@media screen and (max-width: 350px) {
  #top .csr__lead {
    font-size: 3.6vw;
  }
}

#top .reccon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #top .reccon__container {
    display: block;
  }
}

#top .reccon__text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #top .reccon__text {
    width: 100%;
  }
}

#top .reccon__link {
  display: block;
  font-size: 60px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 70px 0;
}

@media screen and (max-width: 1000px) {
  #top .reccon__link {
    font-size: 45px;
  }
}

@media screen and (max-width: 768px) {
  #top .reccon__link {
    width: 100%;
    font-size: 40px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 640px) {
  #top .reccon__link {
    font-size: 35px;
    padding: 45px 4.375%;
  }
}

@media screen and (max-width: 425px) {
  #top .reccon__link {
    font-size: 30px;
  }
}

#top .reccon__recruit {
  border-right: 6px solid #111;
}

@media screen and (max-width: 768px) {
  #top .reccon__recruit {
    border-right: none;
    border-bottom: 6px solid #111;
  }
}

@media screen and (max-width:640px) {
  #top .reccon__recruit{
    border-bottom:3px solid #111
  }
}
