@charset "UTF-8";
/* about
----------------------------------------------- */
.about .block {
  padding: 110px 0 100px;
}

.hdlbox.aboutus {
  transform: translateY(-55%);
}

.about .aboutdet {
  max-width: 1080px;
  margin: 0 auto 110px;
  line-height: 2.25em;
}

.about .aboutlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -20px 0;
}

.about .aboutlist li {
  width: 48%;
  margin: 20px 0;
}

.about .aboutlist a {
  display: block;
  overflow: hidden;
  position: relative;
}

.about .aboutlist a:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about .aboutlist a .aboutimg img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transform: scale(1);
}

.about .aboutlist a:hover .aboutimg img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.about .aboutlist .arrowico {
  right: 25px;
  bottom: 20px;
}

.about .aboutlist .aboutcont {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 40px;
  color: #fff;
  z-index: 1;
}

.about .aboutlist .abouten {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.0;
}

.about .aboutlist .aboutjp {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .about .aboutlist a:hover .aboutimg img {
    transform: scale(1);
  }

  .about .aboutlist .aboutcont {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .about .block {
    padding: 50px 0 50px 24px;
  }

  .about .aboutdet {
    margin: 0 auto 35px;
  }

  .about .aboutlist {
    display: block;
    margin: 0;
    padding: 0 10px;
  }

  .about .aboutlist li {
    width: auto;
    margin: 0;
  }

  .about .aboutlist li + li {
    margin-top: 20px;
  }

  .about .aboutlist .arrowico {
    right: 17px;
    bottom: 13px;
  }

  .about .aboutlist .aboutcont {
    bottom: 15px;
    padding: 0 20px;
  }

  .about .aboutlist .abouten {
    font-size: 1.8rem;
    line-height: 1.0;
  }

  .about .aboutlist .aboutjp {
    font-size: 2.2rem;
  }
}
@media (max-width: 280px) {
  .about .aboutlist .abouten {
    font-size: 25px;
  }
}
.aboutknow {
  margin-top: 90px;
}

.aboutknow .hdm {
  margin-bottom: 60px;
}

.aboutknow .knowlist {
  display: flex;
}

.aboutknow .knowlist li {
  width: calc((100% - 72px)/4);
  margin-right: 24px;
}

.aboutknow .knowlist li:nth-child(4n) {
  margin-right: 0;
}

.aboutknow .knowlist a {
  display: block;
  overflow: hidden;
  position: relative;
}

.aboutknow .knowlist a:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.aboutknow .knowlist a .knowimg img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transform: scale(1);
}

.aboutknow .knowlist a:hover .knowimg img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.aboutknow .knowlist .arrowico {
  right: 20px;
  bottom: 20px;
}

.aboutknow .knowlist .knowcont {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 70px 0 35px;
  color: #fff;
  z-index: 1;
}

.aboutknow .knowlist .knowen {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5em;
}

.aboutknow .knowlist .knowjp {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .aboutknow .knowlist {
    flex-wrap: wrap;
    margin: -20px 0;
    justify-content: space-between;
  }

  .aboutknow .knowlist li {
    width: 48%;
    margin: 20px 0;
  }

  .aboutknow .knowlist a:hover .knowimg img {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .aboutknow {
    margin-top: 70px;
  }

  .aboutknow .hdm {
    margin-bottom: 30px;
  }

  .aboutknow .knowlist {
    margin: -10px 0;
  }

  .aboutknow .knowlist li {
    margin: 10px 0;
  }

  .aboutknow .knowlist .arrowico {
    right: 10px;
    bottom: 10px;
  }

  .aboutknow .knowlist .knowcont {
    bottom: 50%;
    transform: translateY(50%);
    padding: 0 15px;
  }

  .aboutknow .knowlist .knowen {
    font-size: 29px;
    line-height: 1.3em;
  }

  .aboutknow .knowlist .knowjp {
    font-weight: 700;
    font-size: 11px;
  }
}
@media (max-width: 280px) {
  .aboutknow .knowlist .knowen {
    font-size: 20px;
  }

  .aboutknow .knowlist .arrowico {
    width: 30px;
    height: 30px;
  }
}
/* about-data
----------------------------------------------- */
.data .block {
  padding: 125px 0 90px;
}

.databox .datatit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.databox .datatit .datatitin {
  display: block;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 2em;
  border-bottom: 1px #222 solid;
}

.databox .dataico {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.databox .datacont {
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
}

.databox .datanum {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 70px;
  line-height: 1;
  color: #ea002a;
}

.databox .datanote {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

/* 左から配置 */
.databox .datadown {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

.databox .datadown .downinner {
  width: calc((100% - 23px)/2);
  margin-right: 23px;
}

.databox .datadown .downinner:nth-child(2n) {
  margin-right: 0;
}

.databox .datadown .downmain {
  background: #f6f6f7;
  padding: 30px 10px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.databox .datadown .downmain .dataico {
  margin-top: 50px;
}

.databox .datadown .downmain .datacont {
  margin-top: 25px;
}

.databox .datadown .downmain .datanum {
  font-size: 78px;
}

/* 右から配置 */
.databox .dataup {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}

.databox .dataup .upinner {
  width: calc((100% - 23px)/2);
  margin-left: 23px;
}

.databox .dataup .upinner:nth-child(2n) {
  margin-left: 0;
}

.databox .dataup .upmain {
  background: #f6f6f7;
  padding: 30px 10px 20px;
  margin-bottom: 20px;
}

.databox .dataup .upmain .dataico {
  margin-top: 100px;
}

.databox .dataup .upmain .datacont {
  margin-top: 50px;
}

.databox .dataup .upmain .datanum {
  font-size: 78px;
}

.databox .datatwo {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.databox .datatwo li {
  background: #f6f6f7;
  min-height: 340px;
  width: calc((100% - 24px)/2);
  margin: 0 23px 20px 0;
  padding: 30px 10px 20px;
}

.databox .datatwo li:nth-child(2n) {
  margin-right: 0;
}

.databox .datatwo .dataico {
  margin-top: 25px;
}

.databox .datatwo .dataico.flextop {
  align-items: flex-start;
}

.databox .datatwo .datacont {
  margin-top: 25px;
}

.databox .datatwo .dataman {
  position: relative;
  display: inline-block;
}

.databox .datatwo .dataman:before {
  position: absolute;
  content: "男性";
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #222;
  line-height: 1.5em;
  left: 0;
  bottom: 100%;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.databox .datatwo .datawoman {
  position: relative;
  display: inline-block;
}

.databox .datatwo .datawoman:before {
  position: absolute;
  content: "女性";
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #222;
  line-height: 1.5em;
  left: 0;
  bottom: 100%;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.databox .datafour {
  display: flex;
  align-items: stretch;
}

.databox .datafour li {
  background: #f6f6f7;
  min-height: 340px;
  width: calc((100% - 69px)/4);
  margin: 0 23px 0 0;
  padding: 15px 10px 20px;
}

.databox .datafour li:nth-child(4n) {
  margin-right: 0;
}

.databox .datafour .dataico {
  margin-top: 10px;
}

.databox .datafour .datacont {
  margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .databox .datafour li {
    min-height: inherit;
  }

  .databox .datatwo li {
    min-height: inherit;
  }
}
@media (max-width: 1024px) {
  .databox .datadown,
  .databox .dataup {
    display: block;
  }

  .databox .datadown .downinner,
  .databox .dataup .upinner {
    width: auto;
    margin-left: 0;
  }

  .databox .datadown .downinner:nth-child(2n),
  .databox .dataup .upinner:nth-child(2n) {
    margin-left: 0;
  }

  .databox .datafour {
    flex-wrap: wrap;
  }

  .databox .datafour li {
    width: calc((100% - 24px)/2);
    margin: 0 23px 20px 0;
  }

  .databox .datafour li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .data .block {
    padding: 70px 0 50px 0;
  }

  .databox .datatit .datatitin {
    font-size: 14px;
  }

  .databox .datacont {
    font-size: 12px;
  }

  .databox .datanum {
    font-size: 38px;
  }

  .databox .datanote {
    font-size: 10px;
  }

  .databox .datadown .downmain,
  .databox .dataup .upmain {
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
  }

  .databox .datadown .downmain .datatitin,
  .databox .dataup .upmain .datatitin {
    font-size: 16px;
  }

  .databox .datadown .downmain .dataico,
  .databox .dataup .upmain .dataico {
    margin-top: 20px;
  }

  .databox .datadown .downmain .datacont,
  .databox .dataup .upmain .datacont {
    margin-top: 30px;
    font-size: 14px;
  }

  .databox .datadown .downmain .datanum,
  .databox .dataup .upmain .datanum {
    font-size: 50px;
  }

  .databox .datatwo {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .databox .datatwo li {
    min-height: 210px;
    width: calc((100% - 15px)/2);
    margin: 0 15px 15px 0;
    padding: 15px 10px;
  }

  .databox .datatwo .dataico {
    margin-top: 15px;
  }

  .databox .datatwo .datacont {
    margin-top: 20px;
  }

  .databox .datatwo .dataman:before {
    font-size: 12px;
  }

  .databox .datatwo .datawoman:before {
    font-size: 12px;
  }

  .databox .datafour li {
    min-height: 210px;
    width: calc((100% - 15px)/2);
    margin: 0 15px 15px 0;
    padding: 15px 10px;
  }

  .databox .datafour .dataico {
    margin-top: 20px;
  }

  .databox .datafour .datacont {
    margin-top: 20px;
  }

  .databox .dataico.ico01 img {
    max-width: 250px;
  }

  .databox .dataico.ico02 img {
    width: 52px;
  }

  .databox .dataico.ico03 img {
    width: 42px;
  }

  .databox .dataico.ico04 img {
    width: 44px;
  }

  .databox .dataico.ico05 img {
    width: 60px;
  }

  .databox .dataico.ico06 img {
    width: 40px;
  }

  .databox .dataico.ico07 img {
    width: 40px;
  }

  .databox .dataico.ico08 img {
    width: 40px;
  }

  .databox .dataico.ico09 img {
    width: 35px;
  }
}
/* about-outline
----------------------------------------------- */
.outarea,
.outinner {
  padding: 0;
}

.outanchor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.outanchor li {
  width: 260px;
  margin-right: 45px;
}

.outanchor li a {
  display: block;
  padding: 0 0 10px 0;
  border-bottom: 1px #222 solid;
}

.outanchor li a .anchorin {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px 0 0;
  position: relative;
}

.outanchor li a .anchorin:before {
  position: absolute;
  content: "";
  background: url(../img/common/arrow_down.svg) center center no-repeat;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 16px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 0;
}

.outanchor li a:hover .anchorin:before {
  animation: arrowud 0.3s;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

@-webkit-keyframes arrowud {
  from {
    top: 30%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .outinner {
    padding: 0 0 0 5%;
  }

  .outanchor li a:hover .anchorin:before {
    animation: none;
  }
}
@media (max-width: 767px) {
  .outarea {
    padding: 0;
  }

  .outinner {
    padding: 0;
  }

  .outanchor {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .outanchor li {
    width: 83%;
    margin: 0;
  }

  .outanchor li + li {
    margin-top: 35px;
  }
}
.outvision {
  padding: 80px 0 50px;
}

.outvision .hdm {
  margin-bottom: 60px;
}

.outvision .visiontxt {
  margin-bottom: 50px;
}

.outvision .visiondet {
  background: #ea002a;
  display: flex;
  height: 250px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 0 10%;
  line-height: 2.1em;
  align-items: center;
  margin-bottom: -190px;
  position: relative;
  z-index: 1;
}

.outvision .visiondet:before {
  position: absolute;
  content: "";
  background: #ea002a;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}

.outvision .visionlar {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 20px;
}

.outvision .visionlar picture {
  width: 96%;
}

.outvision .visionlar img {
  width: 100%;
  -webkit-border-radius: 9px 0 0 9px;
  -moz-border-radius: 9px 0 0 9px;
  -ms-border-radius: 9px 0 0 9px;
  -o-border-radius: 9px 0 0 9px;
  border-radius: 9px 0 0 9px;
}

.outvision .visioncont {
  border-bottom: 1px #babdbe solid;
  padding: 50px 5px;
}

.outvision .visioncont .visiontit {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 50px;
}

.outvision .visioncont .visioncap {
  margin-bottom: 30px;
}

.outvision .visioncont .visionlist li + li {
  margin-top: 10px;
}

.outvision .visioncont .visionlist li {
  padding-left: 25px;
  position: relative;
}

.outvision .visioncont .visionlist li:before {
  position: absolute;
  content: "";
  background: #ea002a;
  width: 7px;
  height: 7px;
  left: 0;
  top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

@media (max-width: 1400px) {
  .outvision .visionlar picture {
    width: calc(100% - 15px);
  }
}
@media (max-width: 1024px) {
  .outvision .visiondet {
    padding: 0 5%;
    font-size: 26px;
    line-height: 1.8em;
    height: 200px;
    margin-bottom: -150px;
  }
}
@media (max-width: 767px) {
  .outvision {
    padding: 70px 0 50px 24px;
  }

  .outvision .hdm {
    margin-bottom: 25px;
  }

  .outvision .visionlar {
    margin-bottom: 15px;
  }

  .outvision .visionlar picture {
    width: 100%;
  }

  .outvision .visionlar img {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
  }

  .outvision .visiondet {
    height: 150px;
    font-size: 16px;
    padding: 0 7%;
    line-height: 2.1em;
    margin: 0 -24px -100px 20px;
  }

  .outvision .visiondet:before {
    display: none;
  }

  .outvision .visioncont {
    padding: 35px 0;
  }

  .outvision .visioncont .visiontit {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 30px;
  }

  .outvision .visioncont .visionlist li + li {
    margin-top: 15px;
  }

  .outvision .visioncont .visionlist li {
    padding-left: 15px;
  }

  .outvision .visioncont .visionlist li:before {
    top: 9px;
  }
}
.outprofile {
  padding: 100px 0 90px;
}

.outprofile .hdm {
  margin-bottom: 10px;
}

.outprofile .proflist li {
  padding: 35px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px #babdbe solid;
  position: relative;
}

.outprofile .proflist li:before {
  position: absolute;
  content: "";
  background: #ea002a;
  width: 150px;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 0;
}

.outprofile .proflist .proftit {
  width: 230px;
  padding: 0 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.outprofile .proflist .profcont {
  flex: 1;
  padding: 0 10px;
  line-height: 1.875em;
  font-weight: 500;
}

.outprofile .proflist .profaddr + .profaddr {
  margin-top: 25px;
}

.outprofile .proflist .profmap {
  display: inline-block;
  border: 1px #222 solid;
  padding: 5px 15px 5px 35px;
  background: url(../img/about/outline/ico_map.svg) 10px center no-repeat;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0.03em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.outprofile .proflist .profmap:hover {
  color: #ea002a;
}

@media (max-width: 1024px) {
  .outprofile .proflist .profmap:hover {
    color: #222;
  }
}
@media (max-width: 767px) {
  .outprofile {
    padding: 50px 0 50px 24px;
  }

  .outprofile .proflist li {
    padding: 30px 0;
    display: block;
  }

  .outprofile .proflist li:before {
    width: 30%;
  }

  .outprofile .proflist .proftit {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }

  .outprofile .proflist .profcont {
    padding: 0;
    line-height: 1.6em;
  }

  .outprofile .proflist .profaddr + .profaddr {
    margin-top: 30px;
  }

  .outprofile .proflist .profmap {
    margin-top: 15px;
  }

  .outprofile .proflist .profname {
    font-weight: 700;
  }
}
/* ourjob
----------------------------------------------- */
.ourjob .hdm {
  margin-bottom: 80px;
}

.hdlbox.hdljob {
  transform: translateY(-55%);
}

.jobnavi {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.jobnavi .jobdet {
  display: flex;
  height: 110px;
  align-items: flex-start;
}

.jobnavi .jobsearch {
  display: flex;
  align-items: stretch;
  border: 2px #ea002a solid;
}

.jobnavi .jobsearch li {
  width: 50%;
}

.jobnavi .jobsearch li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 26px;
  line-height: 1.5em;
  color: #ea002a;
  font-weight: 700;
  padding: 0 10px;
  letter-spacing: 0.3em;
  height: 86px;
  background: #fff;
  position: relative;
}

.jobnavi .jobsearch li + li a {
  letter-spacing: 0.1em;
}

.jobnavi .jobsearch li a.on {
  background: #ea002a;
  color: #fff;
}

.jobnavi .jobsearch li a.on:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 24px solid #ea002a;
  border-bottom: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  z-index: 0;
}

.searchbox {
  display: none;
}

#organize {
  display: block;
}

.jobmap {
  padding: 360px 0 125px;
}

.jobintro {
  padding: 90px 0 50px;
}

.jobintro:before {
  max-height: 860px;
}

.organizemap img {
  width: 100%;
}

.organizepop {
  display: none;
}

#popbox {
  display: none;
}

.occupamap {
  overflow-x: scroll;
  padding: 0 0 45px;
  height: 540px;
}
@media screen and (max-width: 767px) {
  .occupamap {
    height: 385px;
  }
}
.occupamap .jspHorizontalBar {
  height: 10px;
}
@media screen and (max-width: 767px) {
  .occupamap .jspHorizontalBar {
    height: 5px;
  }
}
.occupamap .jspHorizontalBar .jspTrack {
  background-color: #eeefef;
}
.occupamap .jspHorizontalBar .jspDrag {
  background-color: #525b5c;
}

.occupamap img {
  max-width: none;
}

.occupamap::-webkit-scrollbar {
  width: 10px;
  background: #eeefef;
}

.occupamap::-webkit-scrollbar:horizontal {
  height: 10px;
  background: #eeefef;
}

.occupamap::-webkit-scrollbar-thumb {
  background: #525b5c;
}

.occupamap::-webkit-scrollbar-thumb:horizontal {
  background: #525b5c;
}

.occupadet {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 35px;
}

.occupanavi {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 440px;
}

.occupanavi li {
  margin: 10px 15px 10px 0;
}

.occupanavi li a {
  border: 1px #ea002a solid;
  display: flex;
  height: 50px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 160px;
  font-size: 18px;
  color: #ea002a;
  line-height: 1.5em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.occupanavi li a:hover {
  background: #ea002a;
  color: #fff;
}

.occupanavi li a.current {
  background: #ea002a;
  color: #fff;
}

.occupalist {
  margin-bottom: -220px;
}
@media screen and (min-width: 768px) {
  .occupalist[data-current="role03"] .item03 {
    margin-top: 150px;
  }
  .occupalist[data-current="role03"] .item05 {
    margin-top: 100px;
  }
  .occupalist[data-current="maj02"] .item04 {
    margin-top: 150px;
  }
}

.occupalist_dummy {
  display: none;
}

.occupalist li {
  width: 46%;
  float: left;
  margin-bottom: 220px;
  margin-top: -160px;
}
.occupalist li:not(.text) {
  display: none;
}
.occupalist li.active {
  display: block;
}

.occupalist li + li {
  margin-top: 0;
}

.occupalist li:nth-child(2n) {
  float: right;
}

.occupalist .occupabox {
  background: #fff;
  padding: 125px 30px 30px;
  border: 4px #f6f6f7 solid;
  position: relative;
}

.occupalist .occupabox:before {
  position: absolute;
  content: "";
  right: -8px;
  top: -8px;
  width: 48px;
  height: 48px;
  border-top: 8px #ea002a solid;
  border-right: 8px #ea002a solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}

.occupalist .occupaintro {
  position: absolute;
  background: #ea002a;
  width: 65%;
  left: 0;
  bottom: calc(100% - 95px);
  color: #fff;
  padding: 25px;
  z-index: 1;
}

.occupalist .occupaintro .occupatype {
  font-size: 20px;
  line-height: 1.5em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.occupalist .occupaintro .occupatype .sml {
  font-size: 17px;
}

.occupalist .occupaintro .occupatype:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.occupalist .occupaintro .slogan {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
}

.occupalist .occupaitem + .occupaitem {
  margin-top: 30px;
}

.occupalist .occupaitem a {
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
  position: relative;
}

.occupalist .occupaitem .arrowico {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: 1px #ea002a solid;
}

.occupalist .occupaitem .itemimg {
  width: 190px;
  overflow: hidden;
  margin-right: 6.3%;
}

.occupalist .occupaitem .itemtit {
  margin-bottom: 10px;
  min-height: 4.5em;
}

.occupalist .occupaitem .itemtxt {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 400;
}

.occupalist .occupaitem .itemimg img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transform: scale(1);
}

.occupalist .occupaitem a:hover .itemimg img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.occupalist .occupaitem a:hover .itemtit {
  color: #ea002a;
}

.occupalist .occupatalk {
  color: #ea002a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: -40px;
}

.occupalist .occupatalk span {
  display: block;
  font-size: 34px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .occupalist li {
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .occupanavi {
    margin: -10px 0 280px;
  }

  .occupanavi li a:hover {
    background: #fff;
    color: #ea002a;
  }

  .occupalist {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .occupalist li {
    width: 560px;
    float: none;
    margin-top: 0;
    margin-bottom: 150px;
  }

  .occupalist li + li {
    margin-top: 0;
  }

  .occupalist li:nth-child(2n) {
    float: none;
  }

  .occupalist .occupaitem a:hover .itemimg img {
    transform: scale(1);
  }

  .occupalist .occupaitem a:hover .itemtit {
    color: #222;
  }
}
@media (max-width: 767px) {
  .ourjob .hdm {
    margin-bottom: 30px;
  }

  .jobnavi {
    top: 60px;
    padding: 0 0 0 24px;
  }

  .jobnavi .jobdet {
    height: 80px;
    line-height: 2.25;
  }

  .jobnavi .jobsearch li a {
    font-size: 12px;
    height: 48px;
  }

  .jobnavi .jobsearch li a.on:before {
    border-top: 10px solid #ea002a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }

  .jobmap {
    padding: 250px 0 50px 24px;
  }

  .jobintro {
    padding: 50px 0 20px 24px;
  }

  .jobintro:before {
    max-height: 690px;
  }

  .organizepop {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
  }

  .organizepop a {
    display: flex;
    width: 180px;
    height: 40px;
    border: 1px #222 solid;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .organizepop a img {
    margin-left: 10px;
    width: 13px;
  }

  .popboximg {
    width: 100%;
  }

  .fancybox-close {
    display: none;
  }

  .popclose {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ea002a;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 1;
  }

  .fancybox-skin {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .occupamap {
    padding: 0 0 25px;
  }

  .occupamap img {
    height: 360px;
  }

  .occupamap::-webkit-scrollbar {
    width: 8px;
    background: #eeefef;
  }

  .occupamap::-webkit-scrollbar:horizontal {
    height: 8px;
    background: #eeefef;
  }

  .occupamap::-webkit-scrollbar-thumb {
    background: #525b5c;
  }

  .occupamap::-webkit-scrollbar-thumb:horizontal {
    background: #525b5c;
  }

  .occupadet {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .occupanavi {
    margin: -8px 0 160px;
  }

  .occupanavi li {
    margin: 8px 10px 8px 0;
  }

  .occupanavi li a {
    height: 34px;
    padding: 0 15px;
    min-width: 64px;
    font-size: 1.4rem;
  }

  .occupalist {
    margin-bottom: -135px;
    margin-left: -24px;
  }

  .occupalist li {
    width: 100%;
  }

  .occupalist .occupabox {
    padding: 100px 12px 30px;
    border: 2px #f6f6f7 solid;
  }

  .occupalist .occupabox:before {
    right: -4px;
    top: -4px;
    width: 26px;
    height: 26px;
    border-top: 4px #ea002a solid;
    border-right: 4px #ea002a solid;
  }

  .occupalist .occupaintro {
    width: 68%;
    bottom: calc(100% - 70px);
    padding: 20px 15px;
  }

  .occupalist .occupaintro .occupatype {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .occupalist .occupaintro .occupatype .sml {
    font-size: 13px;
    display: block;
  }

  .occupalist .occupaintro .occupatype:before {
    width: 30px;
    height: 1px;
  }

  .occupalist .occupaintro .slogan {
    font-size: 12px;
    line-height: 1.6;
  }

  .occupalist .occupaitem + .occupaitem {
    margin-top: 35px;
  }

  .occupalist .occupaitem a {
    padding: 0 10px 0 0;
    align-items: stretch;
  }

  .occupalist .occupaitem .arrowico {
    width: 30px;
    height: 30px;
  }

  .occupalist .occupaitem .itemimg {
    width: 100px;
    margin-right: 15px;
  }

  .occupalist .occupaitem .itemin {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .occupalist .occupaitem .itemtit {
    min-height: inherit;
    font-size: 12px;
  }

  .occupalist .occupaitem .itemtxt {
    font-size: 12px;
  }

  .occupalist .occupatalk {
    font-size: 13px;
    margin-top: -90px;
  }

  .occupalist .occupatalk span {
    font-size: 27px;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
}
@media (max-width: 280px) {
  .jobnavi .jobdet {
    height: auto;
    min-height: 80px;
    margin-bottom: 5px;
  }

  .jobnavi .jobsearch li a {
    font-size: 10px;
  }

  .occupanavi li a {
    height: auto;
    padding: 5px 15px;
    min-height: 40px;
    line-height: 1.3em;
  }

  .occupalist .occupaintro {
    width: 80%;
  }

  .occupalist .occupaintro .slogan {
    font-size: 11px;
  }
}
/* interview
----------------------------------------------- */
.interview {
  background: #fff;
}

.intermain {
  background: #fff;
}

.intermain .inmainbox {
  max-width: 1500px;
  margin: 0 auto;
  aspect-ratio: 1500 / 610;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.intermain .inmainin {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.intermain .inmainen {
  font-size: 100px;
  color: #ea002a;
  font-weight: 500;
  line-height: 1.1em;
}

.intermain .inmainjp {
  font-size: 38px;
  line-height: 1.5em;
  font-weight: 700;
  padding-bottom: 30px;
  position: relative;
}

.intermain .inmainjp:before {
  position: absolute;
  content: "";
  width: 36px;
  height: 3px;
  background: #ea002a;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}

.intermain .inmaintxt {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.25em;
  margin-top: 35px;
}

.intermain .inmv img {
  -webkit-border-radius: 5.0%;
  -moz-border-radius: 5.0%;
  -ms-border-radius: 5.0%;
  -o-border-radius: 5.0%;
  border-radius: 5.0%;
}

.intermain .inmv01 {
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: 0;
  width: 19.5%;
}

.intermain .inmv02 {
  position: absolute;
  left: 10%;
  bottom: 80px;
  z-index: 0;
  width: 17.5%;
}

.intermain .inmv03 {
  position: absolute;
  left: 22%;
  top: 82px;
  z-index: 0;
  width: 9.5%;
}

.intermain .inmv04 {
  position: absolute;
  right: 10%;
  top: 30px;
  z-index: 0;
  width: 17.5%;
}

.intermain .inmv05 {
  position: absolute;
  right: 15px;
  bottom: 80px;
  z-index: 0;
  width: 19.5%;
}

.intermain .inmv06 {
  position: absolute;
  right: 22%;
  bottom: 134px;
  z-index: 0;
  width: 9.5%;
}


@media (min-width: 768px) and (max-width: 1250px) {

  .intermain .inmainbox {
    aspect-ratio: 1500 / 700;
  }

  .intermain .inmv01 {
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 0;
    width: 17.5%;
  }

  .intermain .inmv02 {
    position: absolute;
    left: 10%;
    bottom: 80px;
    z-index: 0;
    width: 15.5%;
  }

  .intermain .inmv03 {
    position: absolute;
    left: 22%;
    top: 82px;
    z-index: 0;
    width: 7.5%;
  }

  .intermain .inmv04 {
    position: absolute;
    right: 10%;
    top: 30px;
    z-index: 0;
    width: 15.5%;
  }

  .intermain .inmv05 {
    position: absolute;
    right: 15px;
    bottom: 80px;
    z-index: 0;
    width: 17.5%;
  }

  .intermain .inmv06 {
    position: absolute;
    right: 22%;
    bottom: 134px;
    z-index: 0;
    width: 7.5%;
  }

  .intermain .inmainen {
    font-size: 8.0rem;
  }
  .intermain .inmainjp {
    font-size: 3.0rem;
  }
  .intermain .inmaintxt {
    font-size: 1.6rem;
    line-height: 1.8;
  }

}

@media (max-width: 767px) {
  .intermain .inmainbox {
    aspect-ratio: 1500 / 700;
  }

  .intermain .inmv01 {
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 0;
    width: 15.5%;
  }

  .intermain .inmv02 {
    position: absolute;
    left: 10%;
    bottom: 80px;
    z-index: 0;
    width: 13.5%;
  }

  .intermain .inmv03 {
    position: absolute;
    left: 22%;
    top: 82px;
    z-index: 0;
    width: 5.5%;
  }

  .intermain .inmv04 {
    position: absolute;
    right: 10%;
    top: 30px;
    z-index: 0;
    width: 13.5%;
  }

  .intermain .inmv05 {
    position: absolute;
    right: 15px;
    bottom: 80px;
    z-index: 0;
    width: 15.5%;
  }

  .intermain .inmv06 {
    position: absolute;
    right: 22%;
    bottom: 134px;
    z-index: 0;
    width: 5.5%;
  }

  .intermain .inmainen {
    font-size: 6.0rem;
  }
  .intermain .inmainjp {
    font-size: 2.6rem;
  }
  .intermain .inmaintxt {
    font-size: 1.4rem;
    line-height: 1.6;
  }

}

@media (max-width: 425px) {
  .intermain .inmainbox {
    aspect-ratio: 1500 / 900;
  }

  .intermain .inmv01 {
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 0;
    width: 16.0%;
  }

  .intermain .inmv02 {
    position: absolute;
    left: 7.5%;
    bottom: 70px;
    z-index: 0;
    width: 14.0%;
  }

  .intermain .inmv03 {
    position: absolute;
    left: 16.0%;
    top: 80px;
    z-index: 0;
    width: 8.0%;
  }

  .intermain .inmv04 {
    position: absolute;
    right: 7.5%;
    top: 40px;
    z-index: 0;
    width: 14.0%;
  }

  .intermain .inmv05 {
    position: absolute;
    right: 15px;
    bottom: 50px;
    z-index: 0;
    width: 16.0%;
  }

  .intermain .inmv06 {
    position: absolute;
    right: 16.0%;
    bottom: 110px;
    z-index: 0;
    width: 8.0%;
  }

  .intermain .inmainen {
    font-size: 4.25rem;
  }
  .intermain .inmainjp {
    font-size: 2.0rem;
    padding-bottom: 20px;
  }
  .intermain .inmaintxt {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 20px;
  }

}

.interbox {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0;
}

.interbox .interlist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.interbox .interlist li {
  width: 43.75%;
  margin-bottom: 210px;
}

.interbox .interlist li:nth-child(2n) {
  transform: translateY(160px);
}

.interbox .interlist .interitem {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.interbox .interlist .interitem .interimg {
  overflow: hidden;
  width: 100%;
}

.interbox .interlist .interitem .interimg img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transform: scale(1);
}

.interbox .interlist .interitem:hover .interimg img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.interbox .interlist .interitem .intercont {
  width: 86%;
  background: #ea002a;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 25px;
  color: #fff;
  margin-top: -105px;
  position: relative;
}

.interbox .interlist .interitem .arrowico {
  right: 20px;
  bottom: 20px;
  border: 1px #fff solid;
  width: 40px;
  height: 40px;
}

.interbox .interlist .interitem .intertit {
  font-size: 20px;
  line-height: 1.8em;
}

.interbox .interlist .interitem .interdate {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 400;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .interbox .interlist .interitem:hover .interimg img {
    transform: scale(1);
  }

  .interbox .interlist li {
    width: 47%;
    margin-bottom: 210px;
  }

  .interbox .interlist .interitem .intercont {
    width: 90%;
  }

  .interbox .interlist .interitem .intertit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .interbox {
    margin: 90px auto 0;
    padding: 0 15px;
  }

  .interbox .interlist li {
    width: 46%;
    margin-bottom: 60px;
  }

  .interbox .interlist li:nth-child(2n) {
    transform: translateY(60px);
  }

  .interbox .interlist .interitem .intercont {
    width: 93%;
    min-height: 150px;
    padding: 15px;
    margin-top: -50px;
  }

  .interbox .interlist .interitem .arrowico {
    right: 12px;
    bottom: 14px;
    width: 25px;
    height: 25px;
  }

  .interbox .interlist .interitem .intertit {
    font-size: 11px;
    line-height: 1.6em;
  }

  .interbox .interlist .interitem .interdate {
    font-size: 10px;
    line-height: 1.6em;
    padding-right: 25px;
  }

  .interbox .interlist .interitem .datedet {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* detail
----------------------------------------------- */
.detailmain {
  padding: 0 0 100px;
}

.detailmain .demainbox {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.detailmain .demainin {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.detailmain .demainimg {
  max-width: 65%;
}

.detailmain .demainimg img {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.detailmain .demaincont {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}

.detailmain .demaincap {
  background: #fff;
  font-size: 35px;
  color: #ea002a;
  font-weight: 700;
  line-height: 1.71em;
  padding: 35px 50px;
  position: relative;
}

.detailmain .demaincap:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-left: 12px #ea002a solid;
  border-top: 12px #ea002a solid;
  left: -12px;
  top: -12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}

.detailmain .demainnd {
  padding: 70px 50px 0;
}

.detailmain .demainname {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.detailmain .demaindate {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

@media (max-width: 1024px) {
  .detailmain .demainimg {
    max-width: 80%;
  }

  .detailmain .demaincap {
    font-size: 30px;
    padding: 25px 30px;
  }

  .detailmain .demainnd {
    padding: 40px 20px 0;
  }
}
@media (max-width: 767px) {
  .detailmain {
    padding: 40px 0 80px;
  }

  .detailmain .demainbox {
    padding: 0 0 0 30px;
  }

  .detailmain .demainin {
    flex-direction: column;
  }

  .detailmain .demainimg {
    max-width: none;
    padding-left: 12px;
  }

  .detailmain .demainimg img {
    width: 100%;
    -webkit-border-radius: 13px 0 0 13px;
    -moz-border-radius: 13px 0 0 13px;
    -ms-border-radius: 13px 0 0 13px;
    -o-border-radius: 13px 0 0 13px;
    border-radius: 13px 0 0 13px;
  }

  .detailmain .demaincont {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -25px;
    z-index: 1;
  }

  .detailmain .demaincap {
    width: 73%;
    font-size: 18px;
    padding: 20px 25px;
  }

  .detailmain .demaincap:before {
    width: 35px;
    height: 35px;
    border-left: 6px #ea002a solid;
    border-top: 6px #ea002a solid;
    left: -6px;
    top: -6px;
  }

  .detailmain .demainnd {
    padding: 20px 25px 0;
  }

  .detailmain .demainname {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .detailmain .demaindate {
    font-size: 13px;
  }
}
.detblock {
  padding: 110px 0 90px;
}

.detblock:before {
  width: 100% !important;
}

.detailflex {
  display: flex;
  align-items: flex-start;
}

.detailflex .fleximg {
  width: 400px;
  height: 760px;
  flex-shrink: 0;
  margin-right: 10%;
  position: relative;
}

.detailflex .fleximg .fleximgin {
  position: absolute;
  right: 0;
  top: 0;
  width: 550px;
  z-index: 0;
}

.detailflex .fleximg .fleximgin img {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.detailflex .flexin {
  flex: 1;
}

.detailflex .flexin h2,
.detailflex .flexin h3,
.detailflex .flexin h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}

.detailflex .flexin h2:before,
.detailflex .flexin h3:before,
.detailflex .flexin h4:before {
  position: absolute;
  content: "";
  background: #ea002a;
  width: 36px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.detailflex .flexin p {
  line-height: 2.25em;
}

.detailflex .flexin p + h2,
.detailflex .flexin p + h3,
.detailflex .flexin p + h4 {
  margin-top: 90px;
}

@media (max-width: 1024px) {
  .detailflex .fleximg {
    width: 40%;
    margin-right: 5%;
  }

  .detailflex .flexin p + h2,
  .detailflex .flexin p + h3,
  .detailflex .flexin p + h4 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .detblock {
    padding: 60px 0 40px;
  }

  .detailflex {
    display: block;
  }

  .detailflex .fleximg {
    width: 92%;
    height: auto;
    margin: 0 0 50px -24px;
  }

  .detailflex .fleximg .fleximgin {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    z-index: 0;
  }

  .detailflex .fleximg .fleximgin img {
    width: 100%;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
  }

  .detailflex .flexin h2,
  .detailflex .flexin h3,
  .detailflex .flexin h4 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
  }

  .detailflex .flexin h2:before,
  .detailflex .flexin h3:before,
  .detailflex .flexin h4:before {
    width: 26px;
    height: 2px;
  }

  .detailflex .flexin p + h2,
  .detailflex .flexin p + h3,
  .detailflex .flexin p + h4 {
    margin-top: 60px;
  }
}
.mywork {
  margin-top: 200px;
  background: #f6f6f7;
  padding: 75px 30px 55px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  position: relative;
}

.mywork .myworktit {
  background: url(../img/interview/detail/pop_work.png) center center no-repeat;
  position: absolute;
  width: 210px;
  height: 108px;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  color: #ea002a;
  font-weight: 700;
  z-index: 0;
}

.mywork .myworktxt {
  font-size: 22px;
  font-weight: 700;
  color: #ea002a;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 767px) {
  .mywork {
    margin-top: 90px;
    padding: 50px 30px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .mywork .myworktit {
    background: url(../img/interview/detail/pop_work.png) center center no-repeat;
    background-size: 133px 68px;
    width: 133px;
    height: 68px;
    top: -30px;
    padding: 15px 0;
    font-size: 19px;
  }

  .mywork .myworktxt {
    font-size: 16px;
  }
}
/* top
----------------------------------------------- */
.top #header .headerin {
  justify-content: flex-end;
}

.top #header .headerlogo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.top #header .headerlogo a {
  width: 220px;
  height: 220px;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f6f6f7;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}

.top #header .headerlogo .logo {
  margin: 0 0 10px;
}

.top #header .headerlogo .logoin {
  flex-direction: column;
  align-items: center;
}

.top #header .headerlogo .logojp {
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .top #header .headerlogo a {
    width: 110px;
    height: 110px;
    padding: 0;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
  }

  .top #header .headerlogo .logo {
    margin: 0 0 8px;
  }

  .top #header .headerlogo .logojp {
    margin: 0 0 10px;
  }

  .top #header .navbar-collapse .headerin {
    justify-content: space-between;
  }

  .top #header .navbar-collapse .headerlogo {
    position: relative;
    left: auto;
    top: auto;
  }

  .top #header .navbar-collapse .headerlogo a {
    width: auto;
    height: auto;
    padding: 20;
    flex-direction: row;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  .top #header .navbar-collapse .headerlogo .logo {
    margin: 0 10px 0 0;
  }

  .top #header .navbar-collapse .headerlogo .logoin {
    flex-direction: column;
    align-items: flex-start;
  }

  .top #header .navbar-collapse .headerlogo .logojp {
    margin: 0;
  }
}
.toplar {
  font-size: 150px;
  line-height: 0.7;
  font-weight: 500;
  -webkit-text-stroke: 1px #ea002a;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .toplar {
    font-size: 80px;
  }
}
@media (max-width: 320px) {
  .toplar {
    font-size: 60px;
  }
}
.thdcont .thdcap {
  color: #ea002a;
  font-weight: 700;
  line-height: 1.6em;
}

.thdcont .thdtxt {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-top: 15px;
  padding-bottom: 40px;
  position: relative;
}

.thdcont .thdtxt:before {
  position: absolute;
  content: "";
  background: #ea002a;
  width: 36px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.thdcont .thddet {
  margin-top: 25px;
  line-height: 2.25em;
}

@media (min-width: 1025px) and (max-width: 1032px) {
  .thdcont .thdtxt {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .thdcont .thdcap {
    font-size: 12px;
  }

  .thdcont .thdtxt {
    font-size: 30px;
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .thdcont .thdtxt:before {
    width: 21px;
    height: 2px;
  }

  .thdcont .thddet {
    margin-top: 20px;
  }
}
@media (max-width: 280px) {
  .thdcont .thdtxt {
    font-size: 28px;
  }
}
.tnews {
  margin-top: 110px;
}

.tnews .tnewsbox {
  background: #fff;
  padding: 45px 30px 0;
}

.tnews .tnewshd {
  text-align: center;
  font-size: 50px;
  color: #ea002a;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 40px;
}

.tnews .tnewslist {
  max-width: 1000px;
  margin: 0 auto;
}

.tnews .tnewslist li {
  border-top: 1px #dcdede solid;
  padding: 50px 0;
}

.tnews .tnewslist .tnewsitem {
  display: flex;
  padding: 0 50px 0 0;
  position: relative;
}

.tnews .tnewslist .tnewsitem .tnewsimg {
  width: 148px;
  margin-right: 4.2%;
  flex-shrink: 0;
  overflow: hidden;
}

.tnews .tnewslist .tnewsitem .tnewsimg img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transform: scale(1);
}

.tnews .tnewslist .tnewsitem:hover .tnewsimg img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.tnews .tnewslist .tnewsitem .tnewsin {
  flex: 1;
}

.tnews .tnewslist .tnewsitem .tnewsdate {
  font-size: 13px;
  line-height: 1.6em;
  color: #251414;
  margin-bottom: 25px;
}

.tnews .tnewslist .tnewsitem:hover .tnewstxt {
  color: #ea002a;
}

.tnews .tnewslist .tnewsitem .arrowico {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px #bbbebf solid;
  background: #fff;
}

.tnews .tnewslist .tnewsitem .arrowico:before {
  background: url(../img/common/arrow_r_gy.svg) center center no-repeat;
}

.tnews .tnewslist .tnewsitem:hover .arrowico {
  background: #ea002a;
  border: 1px #ea002a solid;
}

.tnews .tnewslist .tnewsitem:hover .arrowico:before {
  background: url(../img/common/arrow_r_wh.svg) center center no-repeat;
}

@media (max-width: 1024px) {
  .tnews .tnewslist .tnewsitem:hover .tnewsimg img {
    transform: scale(1);
  }

  .tnews .tnewslist .tnewsitem:hover .tnewstxt {
    color: #222;
  }

  .tnews .tnewslist .tnewsitem:hover .arrowico {
    background: #fff;
    border: 1px #bbbebf solid;
  }

  .tnews .tnewslist .tnewsitem:hover .arrowico:before {
    background: url(../img/common/arrow_r_gy.svg) center center no-repeat;
  }
}
@media (max-width: 767px) {
  .tnews {
    margin-top: 60px;
  }

  .tnews .tnewsbox {
    padding: 45px 24px 30px;
  }

  .tnews .tnewshd {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .tnews .tnewslist li {
    padding: 38px 0 20px;
  }

  .tnews .tnewslist .tnewsitem {
    padding: 0 40px 0 0;
  }

  .tnews .tnewslist .tnewsitem .tnewsimg {
    width: 74px;
    margin-right: 6%;
  }

  .tnews .tnewslist .tnewsitem .tnewsin {
    flex: 1;
  }

  .tnews .tnewslist .tnewsitem .tnewsdate {
    font-size: 12px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
  }

  .tnews .tnewslist .tnewsitem .tnewstxt {
    font-size: 13px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .tnews .tnewslist .tnewsitem .arrowico {
    width: 30px;
    height: 30px;
  }

  .tnews .tnewslist .tnewsitem .arrowico:before {
    background: url(../img/common/arrow_r_gy.svg) center center no-repeat;
    background-size: 6px 8px;
  }

  .tnews .tnewslist .tnewsitem:hover .arrowico:before {
    background: url(../img/common/arrow_r_gy.svg) center center no-repeat;
    background-size: 6px 8px;
  }
}
.tculture {
  margin-top: 100px;
}

.tculture .tculbox {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.tculture .tculbox .thdcont {
  padding-bottom: 10px;
  margin-right: 6%;
}

.tculture .tculnavi {
  margin-top: 80px;
  display: flex;
}

.tculture .tculnavi li {
  width: calc((100% - 4px)/2);
  margin-right: 4px;
}

.tculture .tculnavi li:nth-child(2n) {
  margin-right: 0;
}

.tculture .tculnavi .tculitem {
  display: block;
  position: relative;
}

.tculture .tculnavi .tculitem:before {
  position: absolute;
  content: "";
  background: rgba(34, 34, 34, 0.1);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tculture .tculnavi .tculitem .tculimg {
  overflow: hidden;
}

.tculture .tculnavi .tculitem .tculimg img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transform: scale(1);
}

.tculture .tculnavi .tculitem:hover .tculimg img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.tculture .tculnavi .tculitem .arrowico {
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
}

.tculture .tculnavi .tculitem .tculcont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 150px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  z-index: 2;
}

.tculture .tculnavi .tculitem .tculen {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.0;
}

.tculture .tculnavi .tculitem .tculjp {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .tculture .tculbox {
    padding: 0;
    flex-direction: column;
  }

  .tculture .tculbox .thdcont {
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
  }

  .tculture .tculnavi {
    flex-direction: column;
  }

  .tculture .tculnavi li {
    width: 100%;
    margin: 0;
  }

  .tculture .tculnavi li:nth-child(2n) {
    margin: 10px 0 0;
  }

  .tculture .tculnavi .tculitem:hover .tculimg img {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .tculture {
    margin-top: 80px;
  }

  .tculture .tculbox .thdcont {
    margin: 0 0 30px;
  }

  .tculture .tculnavi {
    margin-top: 25px;
  }

  .tculture .tculnavi .tculitem .arrowico {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .tculture .tculnavi .tculitem .tculcont {
    padding: 0 35px;
  }

  .tculture .tculnavi .tculitem .tculen {
    font-size: 1.8rem;
  }

  .tculture .tculnavi .tculitem .tculjp {
    font-size: 2.2rem;
  }
}
.tmember {
  padding: 80px 0 0;
  margin-top: 60px;
  position: relative;
}

.tmember:before {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 550px;
  z-index: 0;
}

.tmember .tmembox {
  max-width: 1080px;
  margin: 0 auto 35px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.tmember .tmemarrow {
  display: flex;
  align-items: center;
  width: 220px;
  justify-content: space-between;
  margin-left: auto;
  background: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  line-height: 1.0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.tmember .tmemarrow .arrowin {
  border: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  position: relative;
}

.tmember .tmemarrow .arrowin:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tmember .tmemarrow .arrowin:hover {
  background: #ea002a;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.tmember .tmemarrow .pause-play-btn {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border: 0;
    transition: all 0.3s !important;
}

.tmember .tmemarrow .pause-play-btn:hover {
  background: #ea002a;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.tmember .tmemarrow .pause-play-btn::after {
    content: '';
    width: 5px;
    height: 13px;
    border-width: 0 3px 0 3px;
    border-color: transparent #ea002a transparent #ea002a;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tmember .tmemarrow .slick-num {
  font-family: "FSEmeric", sans-serif;
  font-weight: bold;
}
.tmember .tmemarrow .slick-num .now-count {
  font-size: 2.4rem;
}

.tmember .tmemarrow .pause-play-btn:hover:after {
    border-color: transparent #fff transparent #fff;
}

.tmember .tmemarrow .pause-play-btn.playback {
  background: #efefef;
}

.tmember .tmemarrow .pause-play-btn.playback::after {
    width: 0;
    height: 0;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ea002a; 
}

.tmember .tmemarrow .memprev:before {
  background: url(../img/common/arrow_l_rd.svg) center center no-repeat;
}

.tmember .tmemarrow .memnext:before {
  background: url(../img/common/arrow_r_rd.svg) center center no-repeat;
}

.tmember .tmemarrow .memprev:hover:before {
  background: url(../img/common/arrow_l_wh.svg) center center no-repeat;
  animation: arrowrl 0.2s;
}

.tmember .tmemarrow .memnext:hover:before {
  background: url(../img/common/arrow_r_wh.svg) center center no-repeat;
  animation: arrowlr 0.2s;
}

.tmember .tmemhd {
  display: flex;
  padding: 0 30px;
  justify-content: flex-end;
  margin-bottom: -30px;
}

.tmember .memslider {
  position: relative;
  z-index: 1;
}

.tmember .memslider .slick-track {
  padding: 30px 0;
}

.tmember .memslider .slick-slide {
  margin: 0 20px;
}

.tmember .memslider .memitem {
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  border-radius: 16px 60px 16px 16px;
  background: linear-gradient(270deg, #fff 0%, #f5f5f5 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.tmember .memslider .memitem:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.tmember .memslider .memitem .memimg {
  overflow: hidden;
}

.tmember .memslider .memitem .memimg img {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transform: scale(1);
  border-radius: 16px 60px 16px 16px;
}

.tmember .memslider .memitem .memcont {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background: transparent;
  padding: 12px 8px 20px;
  z-index: 0;
  border-radius: 0 0 16px 16px;
  transition: all 0.6s;
}

.tmember .memslider .memitem .memcont:hover {
  background: 0;
}

.tmember .memslider .memitem .memcont .memtit {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 15px;
}

.memitem .memcont .entry-job-type {
    color: #222;
    font-size: 1.3rem;
}
.memitem .memcont .entry-job-type:before {
    content: "\025cf";
    color: #ccc;
    margin-right: 5px;
    display: inline;
}
.memitem .memcont .entry-job-type._freshers:before {
    color: #e8ac0a;
}
.memitem .memcont .entry-job-type._career:before {
    color: #00a4c2;
}

.tmember .memslider .memitem .memcont .arrowico {
  right: 20px;
  bottom: 20px;
  border: 1px #bbbebf solid;
  width: 40px;
  height: 40px;
  background: #fff;
  display: none;
}

.tmember .memslider .memitem .memdate {
  font-size: 1.3rem;
  padding: 0 40px 0 0;
  line-height: 1.6;
}
.tmember .memslider .memitem ._job{
  display: block;
  font-weight: bold;
  font-size: 1.475rem;
  margin-top: 15px;
  line-height: 1.6;
}
.tmember .memslider .memitem ._job ._small{
  display: inline-block;
  font-size: 1.25rem;
  margin-left: 4px;
}


.tmember .memslider .memitem .memcont .arrowico:before {
  background: url(../img/common/arrow_r_gy.svg) center center no-repeat;
}

.tmember .memslider .memitem:hover .memcont .arrowico {
  background: #ea002a;
  border: 1px #fff solid;
}

.tmember .memslider .memitem:hover .memcont .arrowico:before {
  background: url(../img/common/arrow_r_wh.svg) center center no-repeat;
}

@media (max-width: 1200px) {
  .tmember .tmemarrow {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .tmember .tmemarrow {
    flex-shrink: 0;
  }

  .tmember .tmemarrow .arrowin:hover {
    background: #fff;
  }

  .tmember .tmemarrow .memprev:hover:before {
    background: url(../img/common/arrow_l_rd.svg) center center no-repeat;
    animation: none;
  }

  .tmember .tmemarrow .memnext:hover:before {
    background: url(../img/common/arrow_r_rd.png) center center no-repeat;
    animation: none;
  }

  .tmember .tmemhd {
    padding: 0;
  }

  .tmember .memslider .slick-slide {
    margin: 0 20px;
  }

  .tmember .memslider .memitem:hover .memimg img {
    transform: scale(1);
  }

  .tmember .memslider .memitem:hover .memcont {
    background: #fff;
  }

  .tmember .memslider .memitem:hover .memcont .arrowico {
    background: #fff;
    border: 1px #bbbebf solid;
  }

  .tmember .memslider .memitem:hover .memcont .arrowico:before {
    background: url(../img/common/arrow_r_gy.svg) center center no-repeat;
  }

  .tmember .memslider .memitem:hover .memtit {
    color: #222;
  }

  .tmember .memslider .memitem:hover .memdate {
    color: #222;
  }
}
@media (max-width: 767px) {
  .tmember {
    padding: 50px 0 0;
    margin-top: 35px;
  }

  .tmember:before {
    height: 450px;
  }

  .tmember .tmembox {
    margin: 0 auto 20px;
    flex-direction: column;
    align-items: flex-end;
  }

  .tmember .tmembox .thdcont {
    width: 100%;
    padding: 0 0 30px;
  }

  .tmember .tmemarrow {
    width: 240px;
    margin: 0 auto;
  }

  .tmember .tmemarrow .arrowin,
  .tmember .tmemarrow .pause-play-btn {
    width: 40px;
    height: 40px;
  }

  .tmember .memslider .slick-slide {
    margin: 0 10px;
  }

  .tmember .tmemhd {
    margin-bottom: -20px;
  }

  .tmember .memslider .memitem .memcont {
    padding: 12px 8px 20px;
    z-index: 0;
  }
  .tmember .memslider .memitem .memcont .memtit {
    font-size: 1.6rem;
  }
  .memitem .memcont .entry-job-type {
    font-size: 1.2rem;
  }

  .tmember .memslider .memitem .memcont .arrowico {
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .tmember .memslider .memitem .memdate {
    font-size: 1.2rem;
    margin-top: 0;
    padding: 0;
    line-height: 1.6;
  }
}
@media (max-width: 280px) {
  .tmember .memslider .memitem .memtit {
    font-size: 12px;
  }

  .tmember .memslider .memitem .memdate {
    font-size: 10px;
  }
}
.tjob {
  margin-top: 60px;
  padding: 66px 0 50px;
  position: relative;
}

.tjob:before {
  position: absolute;
  content: "";
  background: #fff;
  right: 0;
  top: 0;
  width: 69%;
  height: 100%;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  z-index: 0;
}

.tjob .tjobbox {
  display: flex;
  padding: 0 0 0 8.3%;
  align-items: flex-start;
}

.tjob .tjobbox .tjobimg {
  margin-right: 35px;
  flex-shrink: 0;
  position: relative;
}

.tjob .tjobbox .tjobimg .imglar img {
  width: 460px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.tjob .tjobbox .tjobimg .imgsml {
  position: absolute;
  right: -55px;
  bottom: -22px;
  z-index: 1;
}

.tjob .tjobbox .tjobimg .imgsml img {
  width: 175px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}

.tjob .tjobbox .tjobin {
  padding: 0 0 0 225px;
  position: relative;
}

.tjob .tjobbox .tjobin .toplar {
  position: absolute;
  top: -35px;
  left: 0;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  z-index: 0;
}

.viewmore {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
}

.viewmore a {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 0 0 80px;
  font-weight: 700;
  color: #ea002a;
  letter-spacing: 0.02em;
  position: relative;
}

.viewmore a .arrowico {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: 1px #ea002a solid;
}

@media (max-width: 1200px) {
  .tjob .tjobbox .tjobin {
    padding: 0 0 0 130px;
  }
}
@media (max-width: 1024px) {
  .tjob:before {
    width: calc(100% - 30px);
  }

  .tjob .tjobbox .tjobimg {
    margin: 0;
  }

  .tjob .tjobbox {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }

  .tjob .tjobbox .tjobin {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tjob {
    margin-top: 40px;
    padding: 0 0 50px;
  }

  .tjob:before {
    position: absolute;
    content: "";
    background: #fff;
    right: 0;
    top: auto;
    bottom: 0;
    width: calc(100% - 50px);
    height: calc(100% - 30px);
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    -o-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
  }

  .tjob .tjobbox {
    display: flex;
    align-items: flex-start;
  }

  .tjob .tjobbox .tjobimg {
    width: 50.6vw;
  }

  .tjob .tjobbox .tjobimg .imglar img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .tjob .tjobbox .tjobimg .imgsml {
    width: 23.3vw;
    right: -18vw;
    bottom: -8vw;
  }

  .tjob .tjobbox .tjobimg .imgsml img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }

  .tjob .tjobbox .tjobin {
    padding: 0 0 0 85px;
  }

  .tjob .tjobbox .tjobin .toplar {
    top: auto;
    bottom: -30px;
  }

  .viewmore {
    margin-top: 30px;
  }

  .viewmore a {
    height: 50px;
    padding: 0 0 0 65px;
  }

  .viewmore a .arrowico {
    width: 50px;
    height: 50px;
  }
}
.tabout {
  margin-top: 100px;
  padding: 100px 0;
  position: relative;
}

.tabout:before {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  top: 0;
  width: 64.7%;
  height: 100%;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  z-index: 0;
}

.tabout .taboutbox {
  display: flex;
  padding: 0 1.5% 0 5%;
  align-items: flex-start;
}

.tabout .taboutbox .taboutimg {
  margin-left: 50px;
  flex-shrink: 0;
  position: relative;
}

.tabout .taboutbox .taboutimg .imglar img {
  width: 460px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.tabout .taboutbox .taboutimg .imgsml {
  position: absolute;
  left: -90px;
  bottom: -30px;
  z-index: 1;
}

.tabout .taboutbox .taboutimg .imgsml img {
  width: 203px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}

.tabout .taboutbox .taboutin {
  padding: 0 200px 0 0;
  position: relative;
}

.tabout .taboutbox .taboutin .toplar {
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  z-index: 0;
}

@media (max-width: 1200px) {
  .tabout .taboutbox .taboutin {
    padding: 0 120px 0 0;
  }
}
@media (max-width: 1024px) {
  .tabout:before {
    width: calc(100% - 30px);
  }

  .tabout .taboutbox .taboutimg {
    margin: 0;
  }

  .tabout .taboutbox {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }

  .tabout .taboutbox .taboutin {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tabout {
    margin-top: 30px;
    padding: 60px 0 45px;
  }

  .tabout:before {
    position: absolute;
    content: "";
    background: #fff;
    width: calc(100% - 50px);
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
  }

  .tabout .taboutbox .taboutin {
    padding: 0 80px 0 0;
    margin-bottom: 10px;
  }

  .tabout .taboutbox .taboutin .toplar {
    top: -45px;
  }

  .tabout .taboutbox {
    display: flex;
    align-items: flex-end;
  }

  .tabout .taboutbox .taboutimg {
    width: 50.6vw;
  }

  .tabout .taboutbox .taboutimg .imglar img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .tabout .taboutbox .taboutimg .imgsml {
    width: 22.1vw;
    left: -11.46vw;
    bottom: -3.73vw;
  }

  .tabout .taboutbox .taboutimg .imgsml img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
}
.topmain {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.topmain .maininner {
  padding: 0 0 0 9%;
  position: relative;
}

.topmain .mainslider img {
  display: block;
  width: 100%;
  -webkit-border-radius: 20px 20px 20px 40px;
  -moz-border-radius: 20px 20px 20px 40px;
  -ms-border-radius: 20px 20px 20px 40px;
  -o-border-radius: 20px 20px 20px 40px;
  border-radius: 20px 20px 20px 40px;
}

.topmain .mainslider .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  top: calc(100% + 20px);
  left: 40px;
  font-size: 0;
  z-index: 1;
}

.topmain .mainslider .slick-dots li {
  margin-right: 13px;
  font-size: 0;
}

.topmain .mainslider .slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: #fff;
  width: 50px;
  height: 2px;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: 0;
}

.topmain .mainslider .slick-dots li.slick-active button {
  background: #ea002a;
}

.topmain .maincont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 130px 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 0;
}

.topmain .maincont .maineng {
  background: #fff;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5em;
  color: #ea002a;
  padding: 2px 25px;
}

.topmain .maincont .maineng .engline {
  display: inline-block;
}

.topmain .maincont .mainjps {
  margin-top: 17px;
  background: #fff;
  font-size: 16px;
  line-height: 1.6em;
  color: #ea002a;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 5px 25px;
}

.topmain .mainnews {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 800px;
  height: 80px;
  background: #ea002a;
  padding: 10px 6.875%;
  display: flex;
  align-items: center;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  z-index: 2;
}

.topmain .mainnews .newslink {
  margin-right: 15%;
  display: flex;
  align-items: center;
}

.topmain .mainnews .newslink .newstit {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6em;
  margin: 6px 20px 0 0;
  flex-shrink: 0;
}

.topmain .mainnews .newslink .newstxt {
  font-size: 16px;
  line-height: 1.25em;
}

.topmain .mainnews .newslink .newstxt a {
  display: block;
  color: #fff;
  position: relative;
}

.topmain .mainnews .newslink .newstxt a:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform .3s;
}

.topmain .mainnews .newslink .newstxt a:hover:before {
  transform: scale(0, 1);
  transform-origin: right top;
}

.topmain .mainnews .newsarrow {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
}
.topmain .mainnews .newsarrow a span::before {
  width: 6px;
  height: 8px;
}

.topmain .mainnews .newsarrow a {
  display: block;
  padding-left: 50px;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.topmain .mainnews .newsarrow .arrowico {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px #fff solid;
  background: #ea002a;
}

.topmain .mainnews .newsarrow a:hover .arrowico {
  background: #fff;
}

.scrolldown {
  position: absolute;
  bottom: 30px;
  left: 3.6%;
  height: 120px;
  z-index: 2;
}

.scrolldown span {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  bottom: calc(100% + 25px);
  display: block;
  line-height: 1;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #222;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #222;
}

@keyframes circlemove {
  0% {
    top: 0;
  }
  100% {
    top: 90%;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1250px) {
  .topmain .mainslider .slick-dots {
    left: 20px;
    top: calc(100% + 35px);
  }

  .topmain .mainnews {
    padding: 0 4%;
  }

  .topmain .mainnews .newslink {
    margin-right: 10%;
  }
}
@media (max-width: 1200px) {
  .topmain .maininner {
    padding: 0 0 0 13%;
    position: relative;
  }
}
@media (min-width: 1100px) and (max-width: 1260px) {
  .topmain .maincont {
    padding: 0 0 100px 15%;
  }
}
@media (min-width: 1025px) and (max-width: 1099px) {
  .topmain .maincont {
    padding: 0 0 80px 15%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .topmain .mainslider .slick-dots {
    top: calc(100% + 60px);
  }

  .tabout {
    margin-top: 115px;
  }
}
@media (max-width: 1024px) {
  .topmain .maininner {
    padding: 0;
  }

  .topmain .maincont {
    padding: 0 5%;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .topmain .maincont {
    padding-top: 15%;
  }
}

@media (max-width: 1024px) {
  .topmain .mainslider .slick-dots {
    left: auto;
    right: 0;
    padding: 0 40px;
  }

  .topmain .mainnews {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-left: 13%;
    height: auto;
    padding: 20px 40px;
    display: block;
    margin-top: 100px;
  }

  .topmain .mainnews .newslink {
    margin: 0 0 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .topmain .mainnews .newslink .newstit {
    margin: 0 0 10px;
  }

  .topmain .mainnews .newslink .newstxt a:before {
    transform: scale(1, 1);
  }

  .topmain .mainnews .newslink .newstxt a:hover:before {
    transform: scale(1, 1);
  }

  .scrolldown {
    bottom: auto;
    left: 30px;
    top: calc(100% + 60px);
  }

  .topmain .mainnews .newsarrow a:hover .arrowico {
    background: #ea002a;
  }
}
@media (max-width: 767px) {
  .topmain .mainslider img {
    display: block;
    width: 100%;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
    -ms-border-radius: 0 0 0 25px;
    -o-border-radius: 0 0 0 25px;
    border-radius: 0 0 0 25px;
  }

  .topmain .maincont {
    padding: 0 10px;
  }

  .topmain .maincont .maineng {
    background: none;
    font-size: 21px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .topmain .maincont .maineng .engline {
    display: block;
    background: #fff;
    padding: 0 15px;
  }

  .topmain .maincont .mainjps {
    margin-top: 10px;
    font-size: 10px;
    padding: 3px 15px;
  }

  .topmain .mainnews {
    padding: 20px 25px;
    margin-top: 60px;
  }

  .topmain .mainnews .newslink {
    margin: 0 0 25px;
  }

  .topmain .mainnews .newslink .newstit {
    font-size: 12px;
  }

  .topmain .mainnews .newslink .newstxt {
    font-size: 13px;
  }

  .topmain .mainnews .newsarrow a {
    padding-left: 40px;
    font-size: 12px;
  }

  .topmain .mainnews .newsarrow .arrowico {
    width: 30px;
    height: 30px;
  }

  .topmain .mainslider .slick-dots {
    top: calc(100% + 15px);
    padding: 0 25px;
  }

  .topmain .mainslider .slick-dots li {
    margin-right: 10px;
  }

  .topmain .mainslider .slick-dots li button {
    width: 45px;
  }

  .scrolldown {
    left: 20px;
    height: 80px;
    top: calc(100% + 50px);
  }

  .scrolldown span {
    bottom: calc(100% + 20px);
    font-size: 12px;
  }

  .scrolldown:before {
    left: -3px;
    width: 8px;
    height: 8px;
  }
}
