@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700;800;900&display=swap");
body.header1-fix.header1-show #HeaderArea1 {
  transform: translateY(-100%);
}

html.menuon {
  overscroll-behavior: none;
  overflow: hidden;
}

body.menuon {
  overscroll-behavior: none;
}

@media print, screen and (min-width: 768px) {
  a.em_Corporatetop {
    display: none !important;
  }
  .em_sp:not(.em_pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .em_pc:not(.en_sp) {
    display: none !important;
  }
}
.em_En {
  font-family: "Poppins", sans-serif;
}

.em_ib {
  display: inline-block !important;
  padding: 0 !important;
  background: unset !important;
  font-size: unset !important;
  color: inherit;
  font-weight: inherit;
}

#em_Header {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
}
#em_Header .em_HeaderInner {
  max-width: 1305px;
  padding: 0 15px 0 15px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#em_Header .em_HeaderInner * {
  box-sizing: border-box;
}
#em_Header .em_HeaderInner .em_Title {
  color: #fff !important;
  font-size: 14px;
  padding-left: 0;
  font-weight: 600;
}
#em_Header .em_HeaderInner .em_Title a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #em_Header .em_HeaderInner {
    background: none;
    height: 48px;
  }
  #em_Header .em_HeaderInner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

#SiteIdentity .Title {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#SiteIdentity .Title .pitop {
  color: #0c0c0c;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 83%;
  padding-bottom: 1px;
}
#SiteIdentity .Title .pitop:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cc0000;
}
@media (max-width: 767px) {
  #SiteIdentity .Title .pitop {
    display: none;
  }
}

#em_MenuButton {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  height: 58px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
}
#em_MenuButton > span {
  display: grid;
  width: 36px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
#em_MenuButton > span span {
  position: absolute;
  display: block;
  width: 50%;
  height: 1.6px;
  background: #000;
  top: calc(50% - 0.8px);
  left: 25%;
}
#em_MenuButton > span span:nth-child(1) {
  transition: opacity 0.2s;
}
#em_MenuButton > span span:nth-child(2) {
  top: calc(50% - 6px);
  transition: top 0.2s 0.2s, transform 0.2s 0s;
}
#em_MenuButton > span span:nth-child(3) {
  top: calc(50% + 4px);
  transition: top 0.2s 0.2s, transform 0.2s 0s;
}
@media screen and (max-width: 767px) {
  #em_MenuButton {
    height: 48px;
  }
}
#em_MenuButton.menuon > span span:nth-child(1) {
  opacity: 0;
}
#em_MenuButton.menuon > span span:nth-child(2) {
  transform: rotate(45deg);
  top: calc(50% - 0.8px);
  transition: top 0.2s 0s, transform 0.2s 0.2s;
}
#em_MenuButton.menuon > span span:nth-child(3) {
  transform: rotate(-45deg);
  top: calc(50% - 0.8px);
  transition: top 0.2s 0s, transform 0.2s 0.2s;
}

#em_HeaderBarNav {
  margin-right: 43px;
  position: relative;
  height: 100%;
}
#em_HeaderBarNav .em_HeaderBarNavTitle {
  cursor: pointer;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 100%;
  display: grid;
  place-content: center;
  width: 190px;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding-top: 0em;
  position: relative;
}
#em_HeaderBarNav .em_HeaderBarNavTitle::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transition: width 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  #em_HeaderBarNav .em_HeaderBarNavTitle {
    font-size: 15px;
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  #em_HeaderBarNav .em_HeaderBarNavTitle:hover::after {
    width: 0;
  }
}
@media screen and (min-width: 768px) {
  #em_HeaderBarNav:hover ul {
    left: 0;
    transition: left 0s 0s;
  }
  #em_HeaderBarNav:hover ul li {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #em_HeaderBarNav .em_HeaderBarNavTitle.entryon + ul {
    left: 0;
    transition: left 0s 0s;
  }
  #em_HeaderBarNav .em_HeaderBarNavTitle.entryon + ul li {
    transform: translateY(0);
    opacity: 1;
  }
}
#em_HeaderBarNav ul {
  overflow: hidden;
  left: -100vw;
  transition: left 0s 0.2s;
  position: absolute;
  top: 100%;
  min-width: 100%;
}
#em_HeaderBarNav ul li {
  transition: left 0s, opacity 0.2s, transform 0.2s;
  transform: translateY(-100%);
  opacity: 0;
}
#em_HeaderBarNav ul li {
  border-top: 1px solid #fff;
  width: 100%;
}
#em_HeaderBarNav ul li a {
  background: rgba(0, 0, 0, 0.65);
  display: block;
  color: #fff;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  #em_HeaderBarNav ul li a:hover {
    background: #fff;
    color: #000;
  }
}

#em_GlobalNav {
  transition: left 0s 0s, transform 0.3s 0s ease, opacity 0.3s 0s ease, background-color 0.3s 0s ease;
  transform-origin: center top;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 0;
  color: #fff;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#em_GlobalNav:not(.menuon) {
  left: -100%;
  background: rgba(3, 77, 128, 0);
  opacity: 0;
  transition: left 0s 0.3s, transform 0.3s 0s ease, opacity 0.3s 0s ease, background-color 0.3s 0s ease;
}
#em_GlobalNav div.note {
  position: fixed;
  bottom: 35px;
  left: 0px;
  width: 100%;
  padding: 0 10px;
}
#em_GlobalNav div.note p {
  width: 1275px;
  max-width: 100%;
  text-align: left;
  font-size: 12px;
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin: auto;
}
#em_GlobalNav a {
  color: #fff;
  text-decoration: none;
}
#em_GlobalNav > ul {
  padding-bottom: 80px;
  width: auto;
  position: relative;
  z-index: 2;
  gap: 5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#em_GlobalNav > ul > li {
  flex: 1;
  min-width: 360px;
}
#em_GlobalNav > ul > li hgroup {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  line-height: 1.2;
}
#em_GlobalNav > ul > li hgroup .em_En {
  font-size: 31px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.075em;
}
#em_GlobalNav > ul > li hgroup .em_Ja {
  font-size: 25px;
}
#em_GlobalNav > ul > li ul {
  padding: 20px 0 0;
}
#em_GlobalNav > ul > li ul li {
  pointer-events: all;
}
#em_GlobalNav > ul > li ul li a {
  display: block;
  padding: 8px 0 8px 20px;
  background: url(../image/arrow_nav.svg) left 0.8em no-repeat;
  transition: 0.3s ease;
  border-radius: 0.5rem;
  line-height: 1.4;
  white-space: wrap;
}
#em_GlobalNav > ul > li ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  background-position: 5px center;
}
@media screen and (max-width: 767px) {
  #em_GlobalNav {
    width: calc(100% - 40px);
    padding: 0 20px 10px;
    display: block;
    overflow: scroll;
    position: absolute;
    z-index: -2;
  }
  #em_GlobalNav div.note {
    margin-top: 50px;
    position: static;
    padding: 0;
    font-size: 12px;
    padding-bottom: 180px;
    width: auto;
  }
  #em_GlobalNav div.note p {
    width: auto;
  }
  #em_GlobalNav a {
    height: auto;
    color: #fff;
    text-decoration: none;
  }
  #em_GlobalNav > ul {
    height: auto;
    height: auto;
    z-index: -2;
    position: relative;
    gap: 40px;
    display: block;
    margin-top: 100px;
    padding-bottom: 0px;
  }
  #em_GlobalNav > ul > li {
    margin-top: 40px;
    flex: 1;
    min-width: unset;
  }
  #em_GlobalNav > ul > li hgroup {
    padding-bottom: 15px;
  }
  #em_GlobalNav > ul > li hgroup .em_En {
    font-size: 24px;
  }
  #em_GlobalNav > ul > li hgroup .em_Ja {
    font-size: 18px;
  }
  #em_GlobalNav > ul > li ul {
    padding: 15px 0 0;
  }
  #em_GlobalNav > ul > li ul li a {
    padding: 8px 0 8px 20px;
  }
}

.em_contents {
  color: #000;
  background: url(../image/top/main_bg.jpg) center top repeat-y;
  width: 100%;
  margin-top: -56px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .em_contents {
    margin-top: -48px;
  }
}
.em_contents *,
.em_contents *:before,
.em_contents *:after {
  box-sizing: inherit;
}
.em_contents img {
  max-width: 100%;
}
.em_contents figure {
  margin: 0;
  padding: 0;
}
.em_contents a {
  color: #000;
  text-decoration: none;
}
.em_contents h2 {
  margin: 0;
  padding: 0;
  background: unset;
}
.em_contents h2 span {
  color: inherit;
}
.em_contents .em_Top_Hgroup {
  line-height: 1;
}
.em_contents .em_Top_Hgroup .em_En {
  margin: 0;
  font-size: 85px;
  font-weight: bold;
  line-height: 1;
}
.em_contents .em_Top_Hgroup h2 {
  font-size: 30px;
  padding-left: 8px;
  font-weight: 700;
}
.em_contents .em_Inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .em_contents .em_Inner {
    max-width: 100vw;
    padding: 0 20px;
  }
}
.em_contents .em_Inner2 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.em_contents .em_CategoryNav {
  padding-bottom: 10px;
}
.em_contents .em_CategoryNav ul {
  display: flex;
  gap: 10px;
}
.em_contents .em_CategoryNav ul li a {
  position: relative;
  display: block;
}
.em_contents .em_CategoryNav ul li a figure {
  overflow: hidden;
}
.em_contents .em_CategoryNav ul li a figure img {
  transition: transform 0.25s ease-in-out;
}
.em_contents .em_CategoryNav ul li a div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.em_contents .em_CategoryNav ul li a div .em_Main {
  font-size: 26px;
  display: inline-flex;
  gap: 0.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.em_contents .em_CategoryNav ul li a div .em_Main span {
  background: #fff;
  font-weight: 500;
  padding: 0 0.2em;
  display: inline-block;
  color: #000;
}
.em_contents .em_CategoryNav ul li a div .em_ViewMore {
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.em_contents .em_CategoryNav ul li a:hover figure img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .em_contents .em_CategoryNav {
    margin-top: 150px;
    padding-bottom: 50px;
  }
  .em_contents .em_CategoryNav ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .em_contents .em_CategoryNav ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 50vw;
  }
  .em_contents .em_CategoryNav ul li a figure {
    width: 100%;
    height: 100%;
  }
  .em_contents .em_CategoryNav ul li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .em_contents .em_CategoryNav ul li a div .em_Main {
    font-size: 22px;
  }
  .em_contents .em_CategoryNav ul li a div .em_ViewMore {
    bottom: 20px;
    color: #fff;
    font-size: 15px;
  }
}

.em_scrollin.em_scregular {
  transition: opacity 0.8s ease-in-out, transform 0.9s ease-in-out;
}
.em_scrollin.em_scregular:not(.on) {
  transform: translateY(0.5rem);
  opacity: 0;
}
.em_scrollin.em_scregular:not(.on).still {
  transform: translateY(0rem);
}

.em_scrollin.em_sclist > * {
  opacity: 0;
}
.em_scrollin.em_sclist.on > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.em_scrollin.em_sclist.on > *:nth-child(1) {
  transition-delay: 0s;
}
.em_scrollin.em_sclist.on > *:nth-child(2) {
  transition-delay: 0.15s;
}
.em_scrollin.em_sclist.on > *:nth-child(3) {
  transition-delay: 0.3s;
}
.em_scrollin.em_sclist.on > *:nth-child(4) {
  transition-delay: 0.45s;
}
.em_scrollin.em_sclist.on > *:nth-child(5) {
  transition-delay: 0.6s;
}
.em_scrollin.em_sclist.on > *:nth-child(6) {
  transition-delay: 0.75s;
}
.em_scrollin.em_sclist.on > *:nth-child(7) {
  transition-delay: 0.9s;
}
.em_scrollin.em_sclist.on > *:nth-child(8) {
  transition-delay: 1.05s;
}
.em_scrollin.em_sclist.on > *:nth-child(9) {
  transition-delay: 1.2s;
}
.em_scrollin.em_sclist.on > *:nth-child(10) {
  transition-delay: 1.35s;
}
.em_scrollin.em_sclist.on > *:nth-child(11) {
  transition-delay: 1.5s;
}
.em_scrollin.em_sclist.on > *:nth-child(12) {
  transition-delay: 1.65s;
}

/*--------------------------------------------------------------
interview slider
--------------------------------------------------------------*/
.em_WorkWorkInterview {
  position: relative;
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
}
.em_WorkWorkInterview .em_WorkWorkInterviewSliderWrapper {
  overflow: hidden;
  width: 100vw;
  margin-top: 80px;
}
.em_WorkWorkInterview .em_WorkWorkInterviewSlider {
  position: relative;
  width: 2500px;
  margin-left: calc(50% - 1250px);
}
.em_WorkWorkInterview .swiper-wrapper {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 100%;
}
.em_WorkWorkInterview .swiper-wrapper > li {
  width: 340px;
  height: auto;
}
.em_WorkWorkInterview .swiper-wrapper > li a {
  height: 100%;
}
.em_WorkWorkInterview .swiper-wrapper > li figure {
  width: 100%;
  height: auto;
  height: 436px;
  overflow: hidden;
  position: relative;
}
.em_WorkWorkInterview .swiper-wrapper > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s ease-in-out;
}
.em_WorkWorkInterview .swiper-wrapper > li figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 26px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.em_WorkWorkInterview .swiper-wrapper > li div {
  height: calc(100% - 440px);
  background: #000;
  margin-top: 4px;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5625;
}
.em_WorkWorkInterview .swiper-wrapper > li div ul {
  margin-top: 10px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  color: #baffff;
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  line-height: 1;
}
.em_WorkWorkInterview .swiper-wrapper > li div ul li {
  line-height: 1.6;
}
.em_WorkWorkInterview .swiper-wrapper > li:hover figure img {
  transform: scale(1.1);
}
.em_WorkWorkInterview .swiper-button-prev,
.em_WorkWorkInterview .swiper-button-next {
  left: calc(50% + 510px);
  width: 58px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0;
  display: block;
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  top: 200px;
}
.em_WorkWorkInterview .swiper-button-prev::before,
.em_WorkWorkInterview .swiper-button-next::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../image/top/arrow_slider.svg) center center no-repeat;
  content: "";
  z-index: 2;
}
.em_WorkWorkInterview .swiper-button-prev::after,
.em_WorkWorkInterview .swiper-button-next::after {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(270deg, #000000, #5a5a5a);
  content: "";
  z-index: 1;
  transition: opacity 0.25s ease-in-out;
}
.em_WorkWorkInterview .swiper-button-prev:hover::after,
.em_WorkWorkInterview .swiper-button-next:hover::after {
  opacity: 0.5;
}
.em_WorkWorkInterview .swiper-button-next {
  left: unset;
  right: calc(50% + 510px);
}
.em_WorkWorkInterview .swiper-button-next::before {
  transform: rotate(180deg);
}
.em_WorkWorkInterview .em_WorkInterviewBtn {
  margin-top: 70px;
  text-align: center;
}
.em_WorkWorkInterview .em_WorkInterviewBtn a {
  display: inline-grid;
  place-content: center;
  color: #fff;
  min-width: 200px;
  padding: 0 3em;
  height: 50px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: #888;
}
.em_WorkWorkInterview .em_WorkInterviewBtn a::after {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(270deg, #000000, #5a5a5a);
  content: "";
  z-index: -1;
  transition: opacity 0.25s ease-in-out;
}
.em_WorkWorkInterview .em_WorkInterviewBtn a:hover::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .em_WorkWorkInterview {
    margin-top: 100px;
    width: 100%;
    overflow: hidden;
  }
  .em_WorkWorkInterview .em_WorkWorkInterviewSliderWrapper {
    overflow: hidden;
    width: 100vw;
    margin-top: 60px;
  }
  .em_WorkWorkInterview .em_WorkWorkInterviewSlider {
    width: 100vw;
    margin-left: unset;
  }
  .em_WorkWorkInterview .swiper-wrapper {
    display: flex;
  }
  .em_WorkWorkInterview .swiper-wrapper > li figure {
    width: 100%;
    aspect-ratio: unset;
    height: 76vw;
    overflow: hidden;
  }
  .em_WorkWorkInterview .swiper-wrapper > li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 10%;
       object-position: center 10%;
    transition: 0.25s ease-in-out;
  }
  .em_WorkWorkInterview .swiper-wrapper > li figure figcaption {
    font-size: 22px;
  }
  .em_WorkWorkInterview .swiper-wrapper > li div {
    margin-top: 4px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5625;
    height: calc(100% - 76vw - 4px);
  }
  .em_WorkWorkInterview .swiper-wrapper > li div ul {
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    color: #baffff;
    display: flex;
  }
  .em_WorkWorkInterview .swiper-button-prev,
.em_WorkWorkInterview .swiper-button-next {
    left: calc(100vw - 52px);
    width: 48px;
    top: 50vw;
  }
  .em_WorkWorkInterview .swiper-button-prev::before,
.em_WorkWorkInterview .swiper-button-next::before {
    background-size: 80% auto;
  }
  .em_WorkWorkInterview .swiper-button-prev::after,
.em_WorkWorkInterview .swiper-button-next::after {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(270deg, #000000, #5a5a5a);
    content: "";
    z-index: 1;
    transition: opacity 0.25s ease-in-out;
  }
  .em_WorkWorkInterview .swiper-button-prev:hover::after,
.em_WorkWorkInterview .swiper-button-next:hover::after {
    opacity: 0.5;
  }
  .em_WorkWorkInterview .swiper-button-next {
    left: unset;
    right: calc(100vw - 52px);
  }
  .em_WorkWorkInterview .em_WorkInterviewBtn {
    margin-top: 70px;
  }
  .em_WorkWorkInterview .em_WorkInterviewBtn a {
    height: 50px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #888;
  }
  .em_WorkWorkInterview .em_WorkInterviewBtn a:hover::after {
    opacity: 0;
  }
}

/*--------------------------------------------------------------
top
--------------------------------------------------------------*/
#em_TopContents .em_TopBtn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  width: 340px;
  height: 340px;
  aspect-ratio: 1/1;
  background: #fff;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
#em_TopContents .em_TopBtn .em_Main {
  height: 280px;
  text-align: center;
  display: grid;
  place-content: center;
  font-size: 26px;
  font-weight: 500;
}
#em_TopContents .em_TopBtn .em_ViewMore {
  height: 60px;
  display: flex;
  align-items: flex-start;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#em_TopContents .em_TopBtn:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #em_TopContents .em_TopBtn {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  #em_TopContents .em_TopBtn .em_Main {
    height: 82%;
    place-content: center;
    font-size: 22px;
  }
  #em_TopContents .em_TopBtn .em_ViewMore {
    height: 18%;
    font-size: 15px;
  }
  #em_TopContents .em_Top_Hgroup {
    line-height: 1;
  }
  #em_TopContents .em_Top_Hgroup .em_En {
    font-size: 40px;
  }
  #em_TopContents .em_Top_Hgroup h2 {
    font-size: 21px;
    padding-left: 8px;
  }
}
#em_TopContents #em_Mv {
  position: relative;
  height: calc(100vh - 106px);
}
#em_TopContents #em_Mv .em_Mv_heading {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  font-weight: 600;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: min(59px, 4.2vw);
  letter-spacing: 0.1em;
}
#em_TopContents #em_Mv .em_Mv_photo {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
#em_TopContents #em_Mv .em_Mv_photo li {
  -webkit-animation: em_Mv_photoanim 24s 0s infinite;
          animation: em_Mv_photoanim 24s 0s infinite;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#em_TopContents #em_Mv .em_Mv_photo li img {
  -webkit-animation: em_MvImg_photoanim 24s 0s infinite ease-out;
          animation: em_MvImg_photoanim 24s 0s infinite ease-out;
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#em_TopContents #em_Mv .em_Mv_photo li:nth-last-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#em_TopContents #em_Mv .em_Mv_photo li:nth-last-child(1) img {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
#em_TopContents #em_Mv .em_Mv_photo li:nth-last-child(2) {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
#em_TopContents #em_Mv .em_Mv_photo li:nth-last-child(2) img {
  -webkit-animation-delay: -7.2s;
          animation-delay: -7.2s;
}
#em_TopContents #em_Mv .em_Mv_photo li:nth-last-child(3) {
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}
#em_TopContents #em_Mv .em_Mv_photo li:nth-last-child(3) img {
  -webkit-animation-delay: -13.2s;
          animation-delay: -13.2s;
}
#em_TopContents #em_Mv .em_Mv_photo li:nth-last-child(4) {
  -webkit-animation-delay: -18s;
          animation-delay: -18s;
}
#em_TopContents #em_Mv .em_Mv_photo li:nth-last-child(4) img {
  -webkit-animation-delay: -19.2s;
          animation-delay: -19.2s;
}
@-webkit-keyframes em_Mv_photoanim {
  0% {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
  }
  20% {
    opacity: 1;
    z-index: 5;
  }
  25% {
    opacity: 0;
    z-index: 5;
  }
  90% {
    opacity: 0;
    z-index: 5;
  }
  95% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 1;
    z-index: 10;
  }
}
@keyframes em_Mv_photoanim {
  0% {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
  }
  20% {
    opacity: 1;
    z-index: 5;
  }
  25% {
    opacity: 0;
    z-index: 5;
  }
  90% {
    opacity: 0;
    z-index: 5;
  }
  95% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 1;
    z-index: 10;
  }
}
@-webkit-keyframes em_MvImg_photoanim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes em_MvImg_photoanim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  #em_TopContents #em_Mv {
    height: calc(100svh - 106px);
  }
  #em_TopContents #em_Mv .em_Mv_heading {
    font-size: min(63px, 4.2vw);
    font-size: 7.5vw;
    text-align: center;
  }
  #em_TopContents #em_Mv .em_Mv_photo li img {
    -o-object-position: 25% top;
       object-position: 25% top;
  }
  #em_TopContents #em_Mv .em_Mv_photo li:nth-child(2) img {
    -o-object-position: 70% top;
       object-position: 70% top;
  }
  #em_TopContents #em_Mv .em_Mv_photo li:nth-child(3) img {
    -o-object-position: 40% top;
       object-position: 40% top;
  }
  #em_TopContents #em_Mv .em_Mv_photo li:nth-child(4) img {
    -o-object-position: 80% top;
       object-position: 80% top;
  }
}

#em_TopMessage {
  background: url(../image/top/message_bg.jpg) center center/cover;
  width: 100%;
}
#em_TopMessage .em_TopMessage_Inner {
  padding: 80px 0;
  margin: auto;
  width: 100%;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 900px;
  color: #fff;
}
#em_TopMessage .em_TopMessage_Inner h2 {
  padding-top: 1em;
  width: 50%;
  font-family: "Poppins", sans-serif;
  font-size: min(85px, 9.5vw);
  font-weight: bold;
}
#em_TopMessage .em_TopMessage_Inner div {
  width: auto;
}
#em_TopMessage .em_TopMessage_Inner div p {
  font-size: 16px;
  line-height: 2.625;
}
@media screen and (max-width: 767px) {
  #em_TopMessage {
    background: url(../image/top/message_bg.jpg) center center/cover;
  }
  #em_TopMessage .em_TopMessage_Inner {
    width: auto;
    padding: 0px 0 50px;
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 900px;
    color: #fff;
  }
  #em_TopMessage .em_TopMessage_Inner h2 {
    width: auto;
    font-family: "Poppins", sans-serif;
    font-size: min(100px, 9.5vw);
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 40px rgba(12, 41, 62, 0.3);
    padding-left: 20px;
  }
  #em_TopMessage .em_TopMessage_Inner div {
    width: auto;
    margin-top: 50px;
    padding: 0 20px;
  }
  #em_TopMessage .em_TopMessage_Inner div p {
    text-shadow: 0 0 40px rgba(12, 41, 62, 0.5);
    font-size: 15px;
    line-height: 2;
  }
}

#em_TopFirst hgroup p {
  margin-top: 1em;
}
#em_TopFirst .em_TopFirstList {
  margin-top: 100px;
}
#em_TopFirst .em_TopFirstList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.8965517241%;
  gap: 80px;
}
#em_TopFirst .em_TopFirstList li + li {
  margin-top: 110px;
}
#em_TopFirst .em_TopFirstList li:nth-child(even) {
  flex-direction: row-reverse;
}
#em_TopFirst .em_TopFirstList li > div {
  width: 340px;
  flex-grow: 0;
  flex-shrink: 0;
}
#em_TopFirst .em_TopFirstList li > div .em_TopFirstListBodytxt {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  #em_TopFirst .em_TopFirstList {
    margin-top: 80px;
  }
  #em_TopFirst .em_TopFirstList li {
    display: block;
  }
  #em_TopFirst .em_TopFirstList li + li {
    margin-top: 60px;
  }
  #em_TopFirst .em_TopFirstList li:nth-child(even) {
    flex-direction: row-reverse;
  }
  #em_TopFirst .em_TopFirstList li > figure {
    margin: 0 -20px;
  }
  #em_TopFirst .em_TopFirstList li > div {
    margin-top: 0;
    width: auto;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
  }
  #em_TopFirst .em_TopFirstList li > div .em_TopBtn {
    margin-top: -18vw;
    aspect-ratio: 3/2;
  }
  #em_TopFirst .em_TopFirstList li > div .em_TopFirstListBodytxt {
    text-align: left;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.7777777778;
  }
}

#em_Work {
  margin-top: 8rem;
  overflow: hidden;
}
#em_Work hgroup {
  text-align: center;
}
#em_Work .em_WorkWork {
  margin-top: 40px;
}
#em_Work .em_WorkWork.system {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #em_Work .em_WorkWork.system {
    margin-top: 80px;
  }
}
#em_Work .em_WorkWork a {
  display: block;
  position: relative;
  z-index: 2;
}
#em_Work .em_WorkWork a figure {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#em_Work .em_WorkWork a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease-in-out;
}
#em_Work .em_WorkWork .em_Inner {
  height: 460px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
}
#em_Work .em_WorkWork .em_Inner .em_TopBtn {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#em_Work .em_WorkWork .em_Inner .em_TopBtn .em_En {
  height: 60px;
  display: flex;
  align-items: flex-end;
}
#em_Work .em_WorkWork .em_Inner .em_TopBtn .em_Main {
  height: calc(100% - 120px);
}
#em_Work .em_WorkWork .em_TopBtnWrapper:hover figure img {
  transform: scale(1.03);
}
#em_Work .em_WorkWork .em_TopBtnWrapper:hover .em_Inner .em_TopBtn {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  #em_Work .em_WorkWork {
    margin-top: 40px;
  }
  #em_Work .em_WorkWork .em_Inner {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #em_Work .em_WorkWork .em_Inner .em_TopBtn {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-sizing: border-box;
    aspect-ratio: 3/2;
  }
  #em_Work .em_WorkWork .em_Inner .em_TopBtn .em_En {
    height: 18%;
  }
  #em_Work .em_WorkWork .em_Inner .em_TopBtn .em_Main {
    height: 64%;
  }
}
#em_Work > section hgroup .em_En {
  font-size: 70px !important;
}
@media screen and (max-width: 767px) {
  #em_Work > section hgroup .em_En {
    font-size: 40px !important;
  }
}
#em_Work .em_WorkTraining {
  margin-top: 100px;
}
#em_Work .em_WorkTraining a.em_TopBtn {
  text-align: center;
  height: 350px;
  background: url(../image/top/training_ph.jpg) center center/auto 101%;
  width: 100%;
  border: none;
  text-align: center;
  color: #fff;
  transition: background-size 0.25s ease-in-out;
}
#em_Work .em_WorkTraining a.em_TopBtn .em_Main span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  font-weight: 500;
  color: #000;
}
#em_Work .em_WorkTraining a.em_TopBtn:hover {
  background-size: auto 105%;
}
@media screen and (max-width: 767px) {
  #em_Work .em_WorkTraining {
    margin-top: 100px;
  }
  #em_Work .em_WorkTraining a.em_TopBtn {
    height: auto;
    aspect-ratio: 2/1;
    background: url(../image/top/training_ph.jpg) center center/cover;
    width: 100%;
  }
  #em_Work .em_WorkTraining a.em_TopBtn .em_Main span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    font-weight: 400;
  }
}

#em_Recruitment {
  margin-top: 200px;
}
#em_Recruitment hgroup {
  text-align: center;
}
#em_Recruitment hgroup p.em_En {
  font-size: 85px !important;
}
#em_Recruitment ul {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5%;
}
#em_Recruitment ul li {
  width: 31%;
}
#em_Recruitment ul li a {
  max-width: 100%;
  border: 1px solid #000;
  width: auto;
  height: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 350px;
  transition: 0.25s ease-in-out;
  color: #000;
}
#em_Recruitment ul li a div {
  height: calc(100% - 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  color: #000;
}
#em_Recruitment ul li a div .em_Ja {
  font-size: 26px;
  line-height: 1.5;
}
#em_Recruitment ul li a div .em_En {
  font-size: 10px;
}
#em_Recruitment ul li a .em_ViewMore {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-top: 1px solid #000;
}
#em_Recruitment ul li a:hover {
  background: #000;
  color: #fff;
}
#em_Recruitment ul li a:hover div p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #em_Recruitment {
    margin-top: 150px;
  }
  #em_Recruitment hgroup {
    text-align: center;
  }
  #em_Recruitment hgroup p.em_En {
    font-size: 40px !important;
  }
  #em_Recruitment ul {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #em_Recruitment ul li {
    width: auto;
  }
  #em_Recruitment ul li a {
    height: 210px;
    justify-content: center;
    width: 350px;
    max-width: 90vw;
  }
  #em_Recruitment ul li a div {
    height: calc(100% - 56px);
  }
  #em_Recruitment ul li a div .em_Ja {
    font-size: 22px;
  }
  #em_Recruitment ul li a div .em_En {
    font-size: 10px;
  }
  #em_Recruitment ul li a .em_ViewMore {
    height: 56px;
  }
}

#em_Closing {
  margin-top: 200px;
  height: 900px;
  background: url(../image/top/closing_bg.jpg) center center/cover;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  #em_Closing {
    margin-top: 150px;
    height: 100vw;
    display: grid;
    font-size: min(24px, 6.5vw);
    text-align: center;
    padding: 0 20px;
  }
}

/*--------------------------------------------------------------
inteview
--------------------------------------------------------------*/
#em_Interview #em_Mv {
  padding-top: 150px;
  margin-bottom: 100px;
}
#em_Interview #em_Mv p.em_En {
  font-size: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
}
#em_Interview #em_Mv h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
#em_Interview #em_Mv .em_Body {
  margin-top: 50px;
  text-align: center;
}
#em_Interview #em_Mv .em_Note {
  font-size: 14px;
  text-align: center;
  margin-top: 2em;
}
#em_Interview .em_List {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#em_Interview .em_List > li {
  width: calc(50% - 25px);
}
#em_Interview .em_List > li a {
  height: 100%;
  position: relative;
}
#em_Interview .em_List > li figure {
  width: 100%;
  height: auto;
  height: 240px;
  overflow: hidden;
  position: relative;
}
#em_Interview .em_List > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s ease-in-out;
}
#em_Interview .em_List > li figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 26px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
#em_Interview .em_List > li div {
  height: calc(100% - 240px);
  background: #000;
  margin-top: 4px;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5625;
}
#em_Interview .em_List > li div .em_Catch {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 1em;
}
#em_Interview .em_List > li div ul {
  margin-top: 10px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  color: #baffff;
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  line-height: 1;
}
#em_Interview .em_List > li div ul li {
  line-height: 1.6;
}
#em_Interview .em_List > li:hover figure img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #em_Interview #em_Mv {
    padding-top: 100px;
    margin-bottom: 60px;
  }
  #em_Interview #em_Mv p.em_En {
    font-size: min(50px, 12vw);
  }
  #em_Interview #em_Mv h1 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #em_Interview #em_Mv .em_Body {
    margin-top: 40px;
    text-align: left;
  }
  #em_Interview #em_Mv .em_Note {
    font-size: 13px;
    text-align: left;
    margin-top: 1em;
  }
  #em_Interview .em_List {
    gap: 40px;
  }
  #em_Interview .em_List > li {
    width: 100%;
  }
  #em_Interview .em_List > li a {
    height: 100%;
    position: relative;
  }
  #em_Interview .em_List > li figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1.75/1;
  }
  #em_Interview .em_List > li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #em_Interview .em_List > li figure figcaption {
    font-size: 26px;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }
  #em_Interview .em_List > li div {
    height: auto;
    padding: 20px;
  }
  #em_Interview .em_List > li div .em_Catch {
    font-size: 17px;
  }
  #em_Interview .em_List > li div .Prof {
    font-size: 14px;
  }
  #em_Interview .em_List > li div ul {
    margin-top: 10px;
    padding-top: 10px;
    flex-wrap: wrap;
    line-height: 1;
  }
  #em_Interview .em_List > li div ul li {
    font-size: 13px;
  }
  #em_Interview .em_List > li:hover figure img {
    transform: scale(1.1);
  }
}

#em_InterviewSingle #em_Mv {
  position: relative;
}
#em_InterviewSingle #em_Mv figure {
  width: 100%;
  height: auto;
  aspect-ratio: 144/63;
  position: relative;
  z-index: 1;
}
#em_InterviewSingle #em_Mv figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#em_InterviewSingle #em_Mv hgroup {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 80px;
  text-align: right;
  padding-right: 20px;
  z-index: 2;
}
#em_InterviewSingle #em_Mv hgroup .em_En {
  font-size: min(70px, 5vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: -0.1em;
}
#em_InterviewSingle #em_Mv hgroup h2 {
  font-size: 30px;
  font-size: min(30px, 3vw);
  font-weight: 600;
}
#em_InterviewSingle #em_Mv > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#em_InterviewSingle #em_Mv > div .em_Inner {
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 100px;
  justify-content: flex-end;
  align-items: center;
}
#em_InterviewSingle #em_Mv > div p {
  display: inline-flex;
  flex-direction: column;
  gap: 0.8em;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: min(30px, 3vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
#em_InterviewSingle #em_Mv > div p span {
  padding: 0.1em 0.4em 0.2em;
  display: inline-block;
  background: #baffff;
}
@media screen and (max-width: 767px) {
  #em_InterviewSingle #em_Mv {
    position: relative;
  }
  #em_InterviewSingle #em_Mv figure {
    width: 100%;
    height: auto;
    aspect-ratio: 4/4;
  }
  #em_InterviewSingle #em_Mv hgroup {
    padding-top: 70px;
  }
  #em_InterviewSingle #em_Mv hgroup .em_En {
    font-size: min(70px, 5vw);
    font-size: 7vw;
    font-weight: bold;
    line-height: 1;
  }
  #em_InterviewSingle #em_Mv hgroup h2 {
    font-size: 3.5vw;
  }
  #em_InterviewSingle #em_Mv > div {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #em_InterviewSingle #em_Mv > div .em_Inner {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    justify-content: flex-end;
    align-items: flex-end;
    position: static;
    margin: 0;
  }
  #em_InterviewSingle #em_Mv > div p {
    font-size: min(30px, 5vw);
    gap: 0.4em;
  }
}
#em_InterviewSingle #em_Profile .em_Inner > div {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  border-bottom: 1px solid #000;
}
#em_InterviewSingle #em_Profile .em_Inner > div > div p {
  font-size: 16px;
  line-height: 1;
}
#em_InterviewSingle #em_Profile .em_Inner > div > div p.name {
  font-size: 24px;
  margin: 0.3em 0;
  letter-spacing: 0.15em;
}
#em_InterviewSingle #em_Profile .em_Inner > div > div ul {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 16px;
}
#em_InterviewSingle #em_Profile .em_Inner > div > div ul li {
  line-height: 1;
  padding: 0.2em 0.5em 0.3em;
  background: #baffff;
  border-radius: 3px;
}
#em_InterviewSingle #em_Profile .em_Inner > div p.note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #em_InterviewSingle #em_Profile .em_Inner > div {
    padding: 40px 0;
    display: block;
  }
  #em_InterviewSingle #em_Profile .em_Inner > div > div p {
    font-size: 16px;
    line-height: 1;
  }
  #em_InterviewSingle #em_Profile .em_Inner > div > div p.name {
    font-size: 24px;
    margin: 0.3em 0;
  }
  #em_InterviewSingle #em_Profile .em_Inner > div > div ul {
    margin-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }
  #em_InterviewSingle #em_Profile .em_Inner > div p.note {
    margin-top: 20px;
    font-size: 12px;
  }
}
#em_InterviewSingle .em_InterviewBlock {
  overflow: hidden;
  margin-top: 120px;
  overflow: hidden;
}
#em_InterviewSingle .em_InterviewBlock h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  gap: 0.8em 0;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: min(30px, 3vw);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
}
#em_InterviewSingle .em_InterviewBlock h2 span {
  padding: 0.1em 0.4em 0.2em;
  color: #000;
  display: inline-block;
  background: #baffff;
}
#em_InterviewSingle .em_InterviewBlock p {
  font-size: 16px;
  line-height: 2.75;
}
#em_InterviewSingle .em_InterviewBlock p.em_Note {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
#em_InterviewSingle .em_InterviewBlock.type_1 figure {
  margin-top: 120px;
  margin-right: -170px;
}
#em_InterviewSingle .em_InterviewBlock.type_2 .body {
  display: flex;
  margin-right: -170px;
  gap: 70px;
}
#em_InterviewSingle .em_InterviewBlock.type_2 .body p {
  width: 640px;
  flex-grow: 0;
  flex-shrink: 0;
}
#em_InterviewSingle .em_InterviewBlock.type_2 .body figure {
  padding-top: 10px;
}
#em_InterviewSingle .em_InterviewBlock.type_2 .body figure img {
  vertical-align: bottom;
  max-height: 410px;
}
#em_InterviewSingle .em_InterviewBlock.type_3 figure {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #em_InterviewSingle .em_InterviewBlock {
    margin-top: 100px;
  }
  #em_InterviewSingle .em_InterviewBlock h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 0.5em 0;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1;
    color: #000;
  }
  #em_InterviewSingle .em_InterviewBlock h2 span {
    font-size: min(22px, 5.5vw);
    padding: 0.1em 0.4em 0.2em;
    color: #000;
    display: inline-block;
    background: #baffff;
  }
  #em_InterviewSingle .em_InterviewBlock p {
    font-size: 15px;
    line-height: 2;
  }
  #em_InterviewSingle .em_InterviewBlock p.em_Note {
    font-size: 13px;
  }
  #em_InterviewSingle .em_InterviewBlock.type_1 figure {
    margin-top: 80px;
    margin-right: -20px;
  }
  #em_InterviewSingle .em_InterviewBlock.type_2 .body {
    display: block;
    margin-right: 0px;
  }
  #em_InterviewSingle .em_InterviewBlock.type_2 .body p {
    width: auto;
  }
  #em_InterviewSingle .em_InterviewBlock.type_2 .body figure {
    padding-top: 0;
    margin-top: 80px;
  }
  #em_InterviewSingle .em_InterviewBlock.type_2 .body figure img {
    max-height: 410px;
  }
  #em_InterviewSingle .em_InterviewBlock.type_3 figure {
    margin-top: 120px;
  }
}
#em_InterviewSingle .em_column {
  margin: 120px 0;
  overflow: hidden;
}
#em_InterviewSingle .em_column hgroup {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
#em_InterviewSingle .em_column hgroup .em_En {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  background: #baffff;
  padding: 0.4em 40px;
}
#em_InterviewSingle .em_column hgroup h2 {
  background: #baffff;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  padding: 0 1em;
  display: grid;
  place-content: center;
  padding-bottom: 0.1em;
}
#em_InterviewSingle .em_column .body {
  margin-top: 10px;
  background: #baffff;
  padding: 40px;
  position: relative;
}
#em_InterviewSingle .em_column .body::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: #baffff;
  position: absolute;
  left: 100%;
  top: 0;
}
#em_InterviewSingle .em_column .body h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
#em_InterviewSingle .em_column .body p {
  font-size: 16px;
  line-height: 2.75;
}
@media screen and (max-width: 767px) {
  #em_InterviewSingle .em_column {
    margin: 100px 0;
  }
  #em_InterviewSingle .em_column hgroup {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  #em_InterviewSingle .em_column hgroup .em_En {
    font-size: 17px;
    padding: 0.4em 20px;
  }
  #em_InterviewSingle .em_column hgroup h2 {
    font-size: 17px;
    font-weight: bold;
    padding: 0.5em 20px;
    display: grid;
    place-content: center;
  }
  #em_InterviewSingle .em_column .body {
    margin-top: 8px;
    padding: 30px 0 30px 20px;
    position: relative;
  }
  #em_InterviewSingle .em_column .body h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
  }
  #em_InterviewSingle .em_column .body p {
    font-size: 15px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  #em_InterviewSingle .em_CategoryNav {
    margin-top: 80px !important;
  }
}

#em_Interview .em_CategoryNav,
#em_InterviewSingle .em_CategoryNav,
#em_WorkSe .em_CategoryNav,
#em_WorkSystem .em_CategoryNav {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  #em_Interview .em_CategoryNav,
#em_InterviewSingle .em_CategoryNav,
#em_WorkSe .em_CategoryNav,
#em_WorkSystem .em_CategoryNav {
    margin-top: 80px;
  }
}
#em_Interview .em_WorkWorkInterview,
#em_InterviewSingle .em_WorkWorkInterview,
#em_WorkSe .em_WorkWorkInterview,
#em_WorkSystem .em_WorkWorkInterview {
  margin-top: 200px;
}
#em_Interview .em_WorkWorkInterview hgroup,
#em_InterviewSingle .em_WorkWorkInterview hgroup,
#em_WorkSe .em_WorkWorkInterview hgroup,
#em_WorkSystem .em_WorkWorkInterview hgroup {
  text-align: center;
}
#em_Interview .em_WorkWorkInterview hgroup .em_En,
#em_InterviewSingle .em_WorkWorkInterview hgroup .em_En,
#em_WorkSe .em_WorkWorkInterview hgroup .em_En,
#em_WorkSystem .em_WorkWorkInterview hgroup .em_En {
  font-size: 85px;
}
#em_Interview .em_WorkWorkInterview hgroup h2,
#em_InterviewSingle .em_WorkWorkInterview hgroup h2,
#em_WorkSe .em_WorkWorkInterview hgroup h2,
#em_WorkSystem .em_WorkWorkInterview hgroup h2 {
  font-size: 28px;
}
#em_Interview .em_ColumnSection .em_ColumnInner,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner,
#em_WorkSe .em_ColumnSection .em_ColumnInner,
#em_WorkSystem .em_ColumnSection .em_ColumnInner {
  border: 1px solid #000;
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}
#em_Interview .em_ColumnSection .em_ColumnInner .em_En,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_En,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_En,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_En {
  width: 54px;
  background: #000;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#em_Interview .em_ColumnSection .em_ColumnInner .em_En span,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_En span,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_En span,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_En span {
  padding-top: 0.25em;
  display: inline-block;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  transform: rotate(-90deg);
  letter-spacing: 0.15em;
}
#em_Interview .em_ColumnSection .em_ColumnInner .em_Body,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_Body,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_Body,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_Body {
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
#em_Interview .em_ColumnSection .em_ColumnInner .em_Body h2,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_Body h2,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_Body h2,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_Body h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
#em_Interview .em_ColumnSection .em_ColumnInner .em_Body figure,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_Body figure,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_Body figure,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_Body figure {
  margin-left: 30px;
  flex-shrink: 0;
  width: 55%;
  position: relative;
  min-height: 250px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
#em_Interview .em_ColumnSection .em_ColumnInner .em_Body figure img,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_Body figure img,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_Body figure img,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_Body figure img {
  width: 49%;
  min-width: 210px;
  height: auto;
}
@media (max-width: 767px) {
  #em_Interview .em_CategoryNav,
#em_InterviewSingle .em_CategoryNav,
#em_WorkSe .em_CategoryNav,
#em_WorkSystem .em_CategoryNav {
    margin-top: 150px;
  }
  #em_Interview .em_WorkWorkInterview,
#em_InterviewSingle .em_WorkWorkInterview,
#em_WorkSe .em_WorkWorkInterview,
#em_WorkSystem .em_WorkWorkInterview {
    margin-top: 150px;
  }
  #em_Interview .em_WorkWorkInterview hgroup,
#em_InterviewSingle .em_WorkWorkInterview hgroup,
#em_WorkSe .em_WorkWorkInterview hgroup,
#em_WorkSystem .em_WorkWorkInterview hgroup {
    text-align: center;
  }
  #em_Interview .em_WorkWorkInterview hgroup .em_En,
#em_InterviewSingle .em_WorkWorkInterview hgroup .em_En,
#em_WorkSe .em_WorkWorkInterview hgroup .em_En,
#em_WorkSystem .em_WorkWorkInterview hgroup .em_En {
    font-size: 40px;
  }
  #em_Interview .em_WorkWorkInterview hgroup h2,
#em_InterviewSingle .em_WorkWorkInterview hgroup h2,
#em_WorkSe .em_WorkWorkInterview hgroup h2,
#em_WorkSystem .em_WorkWorkInterview hgroup h2 {
    font-size: 20px;
  }
  #em_Interview .em_WorkWorkInterview + .em_CategoryNav,
#em_InterviewSingle .em_WorkWorkInterview + .em_CategoryNav,
#em_WorkSe .em_WorkWorkInterview + .em_CategoryNav,
#em_WorkSystem .em_WorkWorkInterview + .em_CategoryNav {
    margin-top: 80px;
  }
  #em_Interview .em_ColumnSection .em_ColumnInner .em_En,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_En,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_En,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_En {
    width: 44px;
  }
  #em_Interview .em_ColumnSection .em_ColumnInner .em_En span,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_En span,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_En span,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_En span {
    font-size: 17px;
  }
  #em_Interview .em_ColumnSection .em_ColumnInner .em_Body,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_Body,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_Body,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_Body {
    padding: 25px;
    flex-direction: column;
    gap: 20px;
  }
  #em_Interview .em_ColumnSection .em_ColumnInner .em_Body h2,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_Body h2,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_Body h2,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_Body h2 {
    font-size: 18px;
  }
  #em_Interview .em_ColumnSection .em_ColumnInner .em_Body figure,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_Body figure,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_Body figure,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_Body figure {
    margin-left: 0;
    width: 100%;
    min-height: unset;
    flex-direction: column;
  }
  #em_Interview .em_ColumnSection .em_ColumnInner .em_Body figure img,
#em_InterviewSingle .em_ColumnSection .em_ColumnInner .em_Body figure img,
#em_WorkSe .em_ColumnSection .em_ColumnInner .em_Body figure img,
#em_WorkSystem .em_ColumnSection .em_ColumnInner .em_Body figure img {
    width: 100%;
    max-width: 300px;
    min-width: unset;
    height: auto;
  }
}

#em_FirstInterview .em_CategoryNav,
#em_FirstViewpoint .em_CategoryNav,
#em_FirstCompany .em_CategoryNav,
#em_WorkSe .em_CategoryNav,
#em_WorkSystem .em_CategoryNav,
#em_InterviewSingle .em_CategoryNav,
#em_Interview .em_CategoryNav {
  margin-top: 80px;
  padding-bottom: 90px;
}
#em_FirstInterview .em_CategoryNav hgroup,
#em_FirstViewpoint .em_CategoryNav hgroup,
#em_FirstCompany .em_CategoryNav hgroup,
#em_WorkSe .em_CategoryNav hgroup,
#em_WorkSystem .em_CategoryNav hgroup,
#em_InterviewSingle .em_CategoryNav hgroup,
#em_Interview .em_CategoryNav hgroup {
  text-align: center;
  margin-bottom: 40px;
}
#em_FirstInterview .em_CategoryNav hgroup .em_En,
#em_FirstViewpoint .em_CategoryNav hgroup .em_En,
#em_FirstCompany .em_CategoryNav hgroup .em_En,
#em_WorkSe .em_CategoryNav hgroup .em_En,
#em_WorkSystem .em_CategoryNav hgroup .em_En,
#em_InterviewSingle .em_CategoryNav hgroup .em_En,
#em_Interview .em_CategoryNav hgroup .em_En {
  font-size: 80px;
}
#em_FirstInterview .em_CategoryNav ul li a div,
#em_FirstViewpoint .em_CategoryNav ul li a div,
#em_FirstCompany .em_CategoryNav ul li a div,
#em_WorkSe .em_CategoryNav ul li a div,
#em_WorkSystem .em_CategoryNav ul li a div,
#em_InterviewSingle .em_CategoryNav ul li a div,
#em_Interview .em_CategoryNav ul li a div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 210px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background-color 0.25s ease-in-out;
}
#em_FirstInterview .em_CategoryNav ul li a div .category,
#em_FirstInterview .em_CategoryNav ul li a div .em_More,
#em_FirstViewpoint .em_CategoryNav ul li a div .category,
#em_FirstViewpoint .em_CategoryNav ul li a div .em_More,
#em_FirstCompany .em_CategoryNav ul li a div .category,
#em_FirstCompany .em_CategoryNav ul li a div .em_More,
#em_WorkSe .em_CategoryNav ul li a div .category,
#em_WorkSe .em_CategoryNav ul li a div .em_More,
#em_WorkSystem .em_CategoryNav ul li a div .category,
#em_WorkSystem .em_CategoryNav ul li a div .em_More,
#em_InterviewSingle .em_CategoryNav ul li a div .category,
#em_InterviewSingle .em_CategoryNav ul li a div .em_More,
#em_Interview .em_CategoryNav ul li a div .category,
#em_Interview .em_CategoryNav ul li a div .em_More {
  height: 31.9047619048%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  flex-wrap: 0;
  flex-shrink: 0;
  letter-spacing: 0.1em;
}
#em_FirstInterview .em_CategoryNav ul li a div .em_More,
#em_FirstViewpoint .em_CategoryNav ul li a div .em_More,
#em_FirstCompany .em_CategoryNav ul li a div .em_More,
#em_WorkSe .em_CategoryNav ul li a div .em_More,
#em_WorkSystem .em_CategoryNav ul li a div .em_More,
#em_InterviewSingle .em_CategoryNav ul li a div .em_More,
#em_Interview .em_CategoryNav ul li a div .em_More {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
#em_FirstInterview .em_CategoryNav ul li a div .em_Body,
#em_FirstViewpoint .em_CategoryNav ul li a div .em_Body,
#em_FirstCompany .em_CategoryNav ul li a div .em_Body,
#em_WorkSe .em_CategoryNav ul li a div .em_Body,
#em_WorkSystem .em_CategoryNav ul li a div .em_Body,
#em_InterviewSingle .em_CategoryNav ul li a div .em_Body,
#em_Interview .em_CategoryNav ul li a div .em_Body {
  height: 36.1904761905%;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#em_FirstInterview .em_CategoryNav ul li a:hover div,
#em_FirstViewpoint .em_CategoryNav ul li a:hover div,
#em_FirstCompany .em_CategoryNav ul li a:hover div,
#em_WorkSe .em_CategoryNav ul li a:hover div,
#em_WorkSystem .em_CategoryNav ul li a:hover div,
#em_InterviewSingle .em_CategoryNav ul li a:hover div,
#em_Interview .em_CategoryNav ul li a:hover div {
  background: black;
}
@media screen and (max-width: 767px) {
  #em_FirstInterview .em_CategoryNav,
#em_FirstViewpoint .em_CategoryNav,
#em_FirstCompany .em_CategoryNav,
#em_WorkSe .em_CategoryNav,
#em_WorkSystem .em_CategoryNav,
#em_InterviewSingle .em_CategoryNav,
#em_Interview .em_CategoryNav {
    margin-top: 40px;
  }
  #em_FirstInterview .em_CategoryNav hgroup,
#em_FirstViewpoint .em_CategoryNav hgroup,
#em_FirstCompany .em_CategoryNav hgroup,
#em_WorkSe .em_CategoryNav hgroup,
#em_WorkSystem .em_CategoryNav hgroup,
#em_InterviewSingle .em_CategoryNav hgroup,
#em_Interview .em_CategoryNav hgroup {
    text-align: center;
    margin-bottom: 40px;
  }
  #em_FirstInterview .em_CategoryNav hgroup h2,
#em_FirstViewpoint .em_CategoryNav hgroup h2,
#em_FirstCompany .em_CategoryNav hgroup h2,
#em_WorkSe .em_CategoryNav hgroup h2,
#em_WorkSystem .em_CategoryNav hgroup h2,
#em_InterviewSingle .em_CategoryNav hgroup h2,
#em_Interview .em_CategoryNav hgroup h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #em_FirstInterview .em_CategoryNav,
#em_FirstViewpoint .em_CategoryNav,
#em_FirstCompany .em_CategoryNav,
#em_WorkSe .em_CategoryNav,
#em_WorkSystem .em_CategoryNav,
#em_InterviewSingle .em_CategoryNav,
#em_Interview .em_CategoryNav {
    margin-top: 80px;
    padding-bottom: 50px;
  }
  #em_FirstInterview .em_CategoryNav hgroup .em_En,
#em_FirstViewpoint .em_CategoryNav hgroup .em_En,
#em_FirstCompany .em_CategoryNav hgroup .em_En,
#em_WorkSe .em_CategoryNav hgroup .em_En,
#em_WorkSystem .em_CategoryNav hgroup .em_En,
#em_InterviewSingle .em_CategoryNav hgroup .em_En,
#em_Interview .em_CategoryNav hgroup .em_En {
    font-size: 40px;
  }
  #em_FirstInterview .em_CategoryNav ul,
#em_FirstViewpoint .em_CategoryNav ul,
#em_FirstCompany .em_CategoryNav ul,
#em_WorkSe .em_CategoryNav ul,
#em_WorkSystem .em_CategoryNav ul,
#em_InterviewSingle .em_CategoryNav ul,
#em_Interview .em_CategoryNav ul {
    padding: 0 20px;
  }
  #em_FirstInterview .em_CategoryNav ul li a,
#em_FirstViewpoint .em_CategoryNav ul li a,
#em_FirstCompany .em_CategoryNav ul li a,
#em_WorkSe .em_CategoryNav ul li a,
#em_WorkSystem .em_CategoryNav ul li a,
#em_InterviewSingle .em_CategoryNav ul li a,
#em_Interview .em_CategoryNav ul li a {
    height: 250px;
  }
  #em_FirstInterview .em_CategoryNav ul li a div,
#em_FirstViewpoint .em_CategoryNav ul li a div,
#em_FirstCompany .em_CategoryNav ul li a div,
#em_WorkSe .em_CategoryNav ul li a div,
#em_WorkSystem .em_CategoryNav ul li a div,
#em_InterviewSingle .em_CategoryNav ul li a div,
#em_Interview .em_CategoryNav ul li a div {
    width: 170px;
  }
  #em_FirstInterview .em_CategoryNav ul li a div .category,
#em_FirstInterview .em_CategoryNav ul li a div .em_More,
#em_FirstViewpoint .em_CategoryNav ul li a div .category,
#em_FirstViewpoint .em_CategoryNav ul li a div .em_More,
#em_FirstCompany .em_CategoryNav ul li a div .category,
#em_FirstCompany .em_CategoryNav ul li a div .em_More,
#em_WorkSe .em_CategoryNav ul li a div .category,
#em_WorkSe .em_CategoryNav ul li a div .em_More,
#em_WorkSystem .em_CategoryNav ul li a div .category,
#em_WorkSystem .em_CategoryNav ul li a div .em_More,
#em_InterviewSingle .em_CategoryNav ul li a div .category,
#em_InterviewSingle .em_CategoryNav ul li a div .em_More,
#em_Interview .em_CategoryNav ul li a div .category,
#em_Interview .em_CategoryNav ul li a div .em_More {
    height: 31.9047619048%;
    align-items: center;
    font-size: 12px;
  }
  #em_FirstInterview .em_CategoryNav ul li a div .em_More,
#em_FirstViewpoint .em_CategoryNav ul li a div .em_More,
#em_FirstCompany .em_CategoryNav ul li a div .em_More,
#em_WorkSe .em_CategoryNav ul li a div .em_More,
#em_WorkSystem .em_CategoryNav ul li a div .em_More,
#em_InterviewSingle .em_CategoryNav ul li a div .em_More,
#em_Interview .em_CategoryNav ul li a div .em_More {
    font-size: 13px;
  }
  #em_FirstInterview .em_CategoryNav ul li a div .em_Body,
#em_FirstViewpoint .em_CategoryNav ul li a div .em_Body,
#em_FirstCompany .em_CategoryNav ul li a div .em_Body,
#em_WorkSe .em_CategoryNav ul li a div .em_Body,
#em_WorkSystem .em_CategoryNav ul li a div .em_Body,
#em_InterviewSingle .em_CategoryNav ul li a div .em_Body,
#em_Interview .em_CategoryNav ul li a div .em_Body {
    height: 36.1904761905%;
    font-size: 16px;
  }
  #em_FirstInterview .em_CategoryNav ul li a:hover div,
#em_FirstViewpoint .em_CategoryNav ul li a:hover div,
#em_FirstCompany .em_CategoryNav ul li a:hover div,
#em_WorkSe .em_CategoryNav ul li a:hover div,
#em_WorkSystem .em_CategoryNav ul li a:hover div,
#em_InterviewSingle .em_CategoryNav ul li a:hover div,
#em_Interview .em_CategoryNav ul li a:hover div {
    background: black;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #em_FirstInterview .em_CategoryNav,
#em_FirstViewpoint .em_CategoryNav,
#em_FirstCompany .em_CategoryNav,
#em_WorkSe .em_CategoryNav,
#em_WorkSystem .em_CategoryNav,
#em_InterviewSingle .em_CategoryNav,
#em_Interview .em_CategoryNav {
    margin-top: 40px;
  }
  #em_FirstInterview .em_CategoryNav hgroup,
#em_FirstViewpoint .em_CategoryNav hgroup,
#em_FirstCompany .em_CategoryNav hgroup,
#em_WorkSe .em_CategoryNav hgroup,
#em_WorkSystem .em_CategoryNav hgroup,
#em_InterviewSingle .em_CategoryNav hgroup,
#em_Interview .em_CategoryNav hgroup {
    text-align: center;
    margin-bottom: 40px;
  }
  #em_FirstInterview .em_CategoryNav hgroup h2,
#em_FirstViewpoint .em_CategoryNav hgroup h2,
#em_FirstCompany .em_CategoryNav hgroup h2,
#em_WorkSe .em_CategoryNav hgroup h2,
#em_WorkSystem .em_CategoryNav hgroup h2,
#em_InterviewSingle .em_CategoryNav hgroup h2,
#em_Interview .em_CategoryNav hgroup h2 {
    font-size: 20px;
  }
}

#em_FirstInterview {
  overflow: hidden;
}
#em_FirstInterview #em_Mv {
  position: relative;
}
#em_FirstInterview #em_Mv figure {
  width: 100%;
  height: 630px;
}
#em_FirstInterview #em_Mv figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#em_FirstInterview #em_Mv > .em_h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#em_FirstInterview #em_Mv h2 {
  padding: 80px 20px 0;
  max-width: 1320px;
  width: 100%;
  margin: auto !important;
  color: #000;
  font-size: 62px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
#em_FirstInterview #em_Mv > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#em_FirstInterview #em_Mv > div .em_Inner {
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
}
@media screen and (min-width: 768px) {
  #em_FirstInterview #em_Mv > div .em_Inner p {
    width: 340px;
    height: 170px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
  }
  #em_FirstInterview #em_Mv > div .em_Inner p + p {
    margin-top: -1px;
    font-size: 24px;
  }
  #em_FirstInterview #em_Mv > div .em_Inner p span {
    display: block;
    line-height: 1.6;
    font-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  #em_FirstInterview #em_Mv {
    position: relative;
  }
  #em_FirstInterview #em_Mv figure {
    height: 100vw;
    width: 100%;
  }
  #em_FirstInterview #em_Mv figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #em_FirstInterview #em_Mv > .em_h2 {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
  #em_FirstInterview #em_Mv h2 {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: min(36px, 9.5vw);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    letter-spacing: 0.075em;
    width: 100%;
    height: 100vw;
    padding-right: 20px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }
  #em_FirstInterview #em_Mv > div {
    position: static;
    margin-top: 20px;
  }
  #em_FirstInterview #em_Mv > div .em_Inner {
    padding-top: 0;
  }
  #em_FirstInterview #em_Mv > div .em_Inner p {
    font-size: 19px;
    font-weight: bold;
  }
  #em_FirstInterview #em_Mv > div .em_Inner p:first-child {
    font-size: 22px;
  }
  #em_FirstInterview #em_Mv > div .em_Inner p br {
    display: none;
  }
  #em_FirstInterview #em_Mv > div .em_Inner p span {
    font-size: 75%;
    display: block;
  }
}
#em_FirstInterview #em_Lead {
  margin-top: 40px;
}
#em_FirstInterview #em_Lead p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #em_FirstInterview #em_Lead p {
    font-size: 16px;
  }
}
#em_FirstInterview .em_SectionRegular {
  margin-top: 200px;
}
#em_FirstInterview .em_SectionRegular h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 90px;
}
#em_FirstInterview .em_SectionRegular h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 130px;
  height: 1px;
  background: #000;
  top: 0.8em;
  right: calc(100% + 30px);
}
#em_FirstInterview .em_SectionRegular p {
  font-size: 16px;
  line-height: 2.75;
}
#em_FirstInterview .em_SectionRegular p strong {
  background: #baffff;
  font-weight: bold;
}
#em_FirstInterview .em_SectionRegular p.em_Note {
  margin-top: 0.5em;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0;
}
#em_FirstInterview .em_SectionRegular.type_1 .body {
  display: flex;
  gap: 50px;
}
#em_FirstInterview .em_SectionRegular.type_1 .body p {
  width: 660px;
}
#em_FirstInterview .em_SectionRegular.type_1 .body figure {
  padding-top: 10px;
  margin-right: -170px;
}
#em_FirstInterview .em_SectionRegular.type_1 .body figure img {
  max-height: 520px;
}
#em_FirstInterview .em_SectionRegular.type_2 figure {
  margin-top: 50px;
}
#em_FirstInterview .em_SectionRegular.type_2 figure ul {
  display: flex;
  gap: 10px;
}
#em_FirstInterview .em_SectionRegular.type_2 figure div {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #em_FirstInterview .em_SectionRegular {
    margin-top: 100px;
  }
  #em_FirstInterview .em_SectionRegular h2 {
    font-size: 18px;
    letter-spacing: 0em;
    position: relative;
    margin-bottom: 40px;
  }
  #em_FirstInterview .em_SectionRegular h2:before {
    width: 130px;
    top: 0.8em;
    right: calc(100% + 10px);
  }
  #em_FirstInterview .em_SectionRegular p {
    font-size: 15px;
    line-height: 2;
  }
  #em_FirstInterview .em_SectionRegular p.em_Note {
    font-size: 12px;
  }
  #em_FirstInterview .em_SectionRegular.type_1 .body {
    display: block;
  }
  #em_FirstInterview .em_SectionRegular.type_1 .body p {
    width: auto;
  }
  #em_FirstInterview .em_SectionRegular.type_1 .body figure {
    padding-top: 40px;
    margin-right: -20px;
  }
  #em_FirstInterview .em_SectionRegular.type_1 .body figure img {
    max-height: 400px;
  }
  #em_FirstInterview .em_SectionRegular.type_2 figure {
    margin: 40px -20px;
  }
  #em_FirstInterview .em_SectionRegular.type_2 figure ul {
    display: flex;
    gap: 10px;
  }
  #em_FirstInterview .em_SectionRegular.type_2 figure div {
    margin-top: 40px;
  }
}
#em_FirstInterview #em_closing {
  margin-top: 200px;
  position: relative;
}
#em_FirstInterview #em_closing .em_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
#em_FirstInterview #em_closing p {
  font-size: 36px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #em_FirstInterview #em_closing {
    margin-top: 100px;
    position: relative;
    height: 100vw;
  }
  #em_FirstInterview #em_closing figure {
    width: 100%;
    height: 100%;
  }
  #em_FirstInterview #em_closing img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% center;
       object-position: 20% center;
  }
  #em_FirstInterview #em_closing .em_inner {
    justify-content: flex-end;
  }
  #em_FirstInterview #em_closing p {
    font-size: 20px;
    line-height: 2;
    text-align: left;
    margin-right: 5vw;
  }
}

#em_FirstViewpoint #em_Mv {
  height: calc(100vh - 106px);
  width: 100%;
}
#em_FirstViewpoint #em_Mv figure {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#em_FirstViewpoint #em_Mv figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#em_FirstViewpoint #em_Mv .em_Inner {
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
#em_FirstViewpoint #em_Mv hgroup {
  color: #fff;
}
#em_FirstViewpoint #em_Mv hgroup h1 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#em_FirstViewpoint #em_Mv hgroup p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0.8em;
}
#em_FirstViewpoint section.em_Theme {
  height: 815px;
  width: 100%;
  position: relative;
}
#em_FirstViewpoint section.em_Theme figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#em_FirstViewpoint section.em_Theme figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#em_FirstViewpoint section.em_Theme .em_Inner {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
}
#em_FirstViewpoint section.em_Theme .em_Main {
  color: #fff;
}
#em_FirstViewpoint section.em_Theme .em_Main .theme {
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
}
#em_FirstViewpoint section.em_Theme .em_Main h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#em_FirstViewpoint section.em_Theme .em_Main .em_Body {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 0.7em;
}
#em_FirstViewpoint section.em_Theme .em_Main .em_Note {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0.4em;
}
#em_FirstViewpoint section.em_Theme .em_Solution {
  margin-top: 100px;
}
#em_FirstViewpoint section.em_Theme .em_Solution .em_En {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  background: #62b6ff;
  line-height: 36px;
  color: #fff;
  width: 205px;
  text-align: center;
  border-top-right-radius: 12px;
}
#em_FirstViewpoint section.em_Theme .em_Solution div {
  background: #fff;
  padding: 24px;
}
#em_FirstViewpoint section.em_Theme .em_Solution div h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  margin: auto;
}
#em_FirstViewpoint section.em_Theme .em_Solution div p {
  margin-top: 0.3em;
  font-size: 16px;
  line-height: 1.75;
}
#em_FirstViewpoint section.em_Theme .em_Solution div .em_Note {
  font-size: 14px;
}
#em_FirstViewpoint section.em_Theme.em_Closing .em_Inner {
  justify-items: center;
  align-items: center;
}
#em_FirstViewpoint section.em_Theme.em_Closing p {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #em_FirstViewpoint #em_Mv {
    height: calc(100svh - 106px);
    overflow: hidden;
  }
  #em_FirstViewpoint #em_Mv figure {
    height: calc(100svh - 106px);
  }
  #em_FirstViewpoint #em_Mv hgroup h1 {
    font-size: min(32px, 8vw);
  }
  #em_FirstViewpoint #em_Mv hgroup p {
    font-size: 16px;
  }
  #em_FirstViewpoint section.em_Theme {
    height: auto;
    padding: 50vw 0 40px;
    background: #fff;
  }
  #em_FirstViewpoint section.em_Theme figure {
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
  }
  #em_FirstViewpoint section.em_Theme .em_Main {
    background: #fff;
    color: #000;
    padding: 20px 20px 0;
  }
  #em_FirstViewpoint section.em_Theme .em_Main .theme {
    font-size: 40px;
  }
  #em_FirstViewpoint section.em_Theme .em_Main h2 {
    font-size: 21px;
  }
  #em_FirstViewpoint section.em_Theme .em_Main .em_Body {
    font-size: 15px;
  }
  #em_FirstViewpoint section.em_Theme .em_Main .em_Note {
    font-size: 13px;
  }
  #em_FirstViewpoint section.em_Theme .em_Solution {
    margin-top: 30px;
  }
  #em_FirstViewpoint section.em_Theme .em_Solution .em_En {
    font-size: 18px;
    line-height: 32px;
    width: 180px;
    border-top-right-radius: 8px;
  }
  #em_FirstViewpoint section.em_Theme .em_Solution div {
    padding: 20px;
    background: #f0f0f0;
  }
  #em_FirstViewpoint section.em_Theme .em_Solution div h3 {
    font-size: 17px;
    line-height: 1.6;
    font-weight: bold;
    color: #000;
    margin: auto;
  }
  #em_FirstViewpoint section.em_Theme .em_Solution div p {
    font-size: 15px;
  }
  #em_FirstViewpoint section.em_Theme .em_Solution div .em_Note {
    font-size: 13px;
  }
  #em_FirstViewpoint section.em_Theme.em_Closing {
    aspect-ratio: 1/1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
  }
  #em_FirstViewpoint section.em_Theme.em_Closing .em_Inner {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
  }
  #em_FirstViewpoint section.em_Theme.em_Closing p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: min(24px, 6.5vw);
  }
}

#em_FirstCompany #em_Mv {
  height: 650px;
  position: relative;
  padding-top: 310px;
  margin-bottom: 160px;
}
#em_FirstCompany #em_Mv figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 500px;
}
#em_FirstCompany #em_Mv figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#em_FirstCompany #em_Mv hgroup {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}
#em_FirstCompany #em_Mv hgroup h2 {
  width: 30.9090909091%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background: #fff;
  font-size: 26px;
  line-height: 1.7;
  text-align: center;
  padding: 15px;
  font-weight: 500;
  color: #000;
}
#em_FirstCompany #em_Mv hgroup h2 span {
  color: #000;
  display: inline-block;
  font-size: unset;
  background: unset;
  margin: unset;
  padding: unset;
  font-weight: unset;
}
#em_FirstCompany #em_Mv hgroup p {
  width: 61.8181818182%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8888888889;
  margin-bottom: 2em;
}
@media (max-width: 1100px) {
  #em_FirstCompany #em_Mv figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1100/500;
  }
}
#em_FirstCompany .em_Reason {
  margin-top: 150px;
  position: relative;
  z-index: 2;
}
#em_FirstCompany .em_Reason .em_Body {
  margin-top: 80px;
}
#em_FirstCompany .em_Reason .em_Body p {
  letter-spacing: 0.05em;
}
#em_FirstCompany .em_Reason .em_Body p.em_Note {
  margin-top: 1em;
  font-size: 12px;
  font-weight: 400;
}
#em_FirstCompany .em_Reason > figure {
  width: 100%;
  height: 380px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, calc(50% - 620px) 0, calc(50% - 620px) 220px, calc(50% + 40px) 220px, calc(50% + 40px) 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(50% - 620px) 0, calc(50% - 620px) 220px, calc(50% + 40px) 220px, calc(50% + 40px) 0, 100% 0, 100% 100%, 0 100%);
}
#em_FirstCompany .em_Reason > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  #em_FirstCompany .em_Reason > figure {
    -webkit-clip-path: polygon(0 0, 0 220px, 640px 220px, 640px 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 0 220px, 640px 220px, 640px 0, 100% 0, 100% 100%, 0 100%);
  }
}
#em_FirstCompany .em_Reason hgroup {
  height: 380px;
  margin-bottom: 100px;
}
#em_FirstCompany .em_Reason hgroup h2 {
  font-size: 100px;
  line-height: 0.8;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
}
#em_FirstCompany .em_Reason hgroup p {
  font-size: 30px;
  line-height: 1.7333333333;
  margin-top: 0.5em;
  font-weight: 500;
}
#em_FirstCompany .em_Flow {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0.8181818182%;
}
#em_FirstCompany .em_Flow li {
  width: 19.2727272727%;
  height: auto;
  aspect-ratio: 212/179;
  background: url(../image/first/company/reason01_frame.svg) left top/contain no-repeat;
}
#em_FirstCompany .em_Flow li h3 {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: auto;
  aspect-ratio: 213/90;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-feature-settings: "palt";
  color: #000;
}
#em_FirstCompany .em_Flow li p {
  text-align: center;
  width: 100%;
  height: auto;
  aspect-ratio: 213/90;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: min(16px, 1.8vw);
}
#em_FirstCompany .em_Flow li:nth-child(n+6) {
  width: 100%;
  background: none;
  aspect-ratio: unset;
  border: 1px solid #000;
  border-left-width: min(8px, 0.8vw);
  padding-left: min(50px, 3vw);
}
#em_FirstCompany .em_Flow li:nth-child(n+6) h3 {
  aspect-ratio: unset;
  width: 100%;
  height: min(64px, 8vw);
  border-bottom: 1px solid #000;
}
#em_FirstCompany .em_Flow li:nth-child(n+6) p {
  aspect-ratio: unset;
  width: 100%;
  height: min(64px, 8vw);
}
#em_FirstCompany .em_Column {
  margin-top: 80px;
  border: 1px solid #000;
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}
#em_FirstCompany .em_Column .em_Body {
  margin: 0;
}
#em_FirstCompany .em_Column .em_En {
  width: 54px;
  background: #000;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#em_FirstCompany .em_Column .em_En span {
  padding-top: 0.25em;
  display: inline-block;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  transform: rotate(-90deg);
  letter-spacing: 0.15em;
  white-space: nowrap;
}
#em_FirstCompany .em_Column .em_Body {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#em_FirstCompany .em_Column .em_Body h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
#em_FirstCompany .em_Column .em_Body .em_txt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
}
#em_FirstCompany .em_Column .em_Body .em_txt p {
  font-weight: 400;
}
#em_FirstCompany .em_Column .em_Body .em_Right {
  padding: 30px;
  border-left: 1px solid #000;
  width: 48%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#em_FirstCompany .em_Column .em_Body .em_Right h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color: #000;
}
#em_FirstCompany .em_Column .em_Body .em_Right h3 + p {
  color: #000;
  font-size: 10px;
  margin-top: 0.5em;
  font-weight: 400;
  margin-bottom: 1em;
}
#em_FirstCompany .em_Column .em_Body .em_Right figure + p {
  margin-top: 1em;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 500;
}
#em_FirstCompany .em_Column .em_Body .em_Right.em_Logo {
  width: 40%;
}
#em_FirstCompany .em_Chart h3 {
  border: 1px solid #000;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.6;
  padding: 0.3em 1em;
}
#em_FirstCompany .em_Photos {
  margin-top: 100px;
}
#em_FirstCompany .em_Photos ul {
  display: flex;
  justify-content: space-between;
}
#em_FirstCompany .em_Photos ul li {
  width: 10.6944444444%;
}
#em_FirstCompany .em_Photos ul li:nth-child(2) {
  width: 14.1666666667%;
}
#em_FirstCompany .em_Photos ul li:nth-child(3) {
  width: 22.4305555556%;
}
#em_FirstCompany .em_Photos ul li:nth-child(4) {
  width: 7.1527777778%;
}
#em_FirstCompany .em_Photos ul li:nth-child(5) {
  width: 15.7638888889%;
}
#em_FirstCompany .em_Photos ul li:nth-child(6) {
  width: 10.625%;
}
#em_FirstCompany .em_Photos ul li:nth-child(7) {
  width: 12.5%;
}
#em_FirstCompany section.em_More {
  margin-top: 80px;
}
#em_FirstCompany section.em_More h2 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}
#em_FirstCompany section.em_More a {
  display: block;
  position: relative;
}
#em_FirstCompany section.em_More a figure {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
#em_FirstCompany section.em_More a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease-in-out;
}
#em_FirstCompany section.em_More a div {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 210px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 35px;
  transition: background-color 0.25s ease-in-out;
}
#em_FirstCompany section.em_More a div .category,
#em_FirstCompany section.em_More a div .em_More {
  height: 31.9047619048%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-wrap: 0;
  flex-shrink: 0;
  letter-spacing: 0.1em;
}
#em_FirstCompany section.em_More a div .em_More {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
#em_FirstCompany section.em_More a div .em_Body {
  height: 36.1904761905%;
  font-size: 26px;
  line-height: 1.5555555556;
  text-align: center;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#em_FirstCompany section.em_More a:hover figure img {
  transform: scale(1.05);
}
#em_FirstCompany section.em_More a:hover div {
  background: #000;
}
#em_FirstCompany .em_Closing {
  margin-top: 120px;
  height: 815px;
  width: 100%;
  position: relative;
}
#em_FirstCompany .em_Closing figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#em_FirstCompany .em_Closing figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#em_FirstCompany .em_Closing .em_Inner {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
#em_FirstCompany .em_Closing p {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  #em_FirstCompany #em_Mv {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    position: relative;
    padding-top: 0;
    margin-bottom: 80px;
  }
  #em_FirstCompany #em_Mv figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(48px + 50vw);
    aspect-ratio: unset;
    background: #000;
  }
  #em_FirstCompany #em_Mv figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #em_FirstCompany #em_Mv hgroup {
    padding-top: calc(48px + 5vw);
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  #em_FirstCompany #em_Mv hgroup h2 {
    width: 40vw;
    height: auto;
    aspect-ratio: 1/1;
    font-size: min(18px, 5vw);
    padding: 15px 5px;
    margin-bottom: 5vw;
  }
  #em_FirstCompany #em_Mv hgroup p {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #em_FirstCompany .em_Reason {
    margin-top: 80px;
  }
  #em_FirstCompany .em_Reason .em_Body {
    margin-top: 50px;
  }
  #em_FirstCompany .em_Reason > figure {
    width: 100%;
    height: 200px;
    position: static;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 270px 100%, 270px calc(100% - 40px), 0 calc(100% - 40px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 270px 100%, 270px calc(100% - 40px), 0 calc(100% - 40px));
  }
  #em_FirstCompany .em_Reason > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #em_FirstCompany .em_Reason hgroup {
    margin-top: -2em;
    height: unset;
    margin-bottom: 50px;
  }
  #em_FirstCompany .em_Reason hgroup h2 {
    font-size: 40px;
  }
  #em_FirstCompany .em_Reason hgroup p {
    font-size: 16px;
  }
  #em_FirstCompany .em_Flow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  #em_FirstCompany .em_Flow li {
    width: 270px;
    height: auto;
    aspect-ratio: unset;
    height: 172px;
    background: url(../image/first/company/reason01_frame_sp.svg) left top/contain no-repeat;
  }
  #em_FirstCompany .em_Flow li h3 {
    height: 90px;
    font-size: px;
    aspect-ratio: unset;
  }
  #em_FirstCompany .em_Flow li p {
    text-align: center;
    width: 100%;
    height: 60px;
    aspect-ratio: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 15px;
  }
  #em_FirstCompany .em_Flow li:nth-child(6) {
    margin-top: 40px;
  }
  #em_FirstCompany .em_Flow li:nth-child(n+6) {
    width: 100%;
    border-left-width: 1px;
    border-top: 8px solid #000;
    height: auto;
    aspect-ratio: unset;
  }
  #em_FirstCompany .em_Flow li:nth-child(n+6) h3 {
    aspect-ratio: unset;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #000;
  }
  #em_FirstCompany .em_Flow li:nth-child(n+6) p {
    aspect-ratio: unset;
    width: 100%;
    height: auto;
    padding: 0.5em 0.5em 0.7em;
  }
  #em_FirstCompany .em_Column {
    margin-top: 80px;
    border: 1px solid #000;
    border-radius: 24px;
    display: flex;
    overflow: hidden;
  }
  #em_FirstCompany .em_Column .em_Body {
    margin: 0;
  }
  #em_FirstCompany .em_Column .em_En {
    width: 44px;
  }
  #em_FirstCompany .em_Column .em_En span {
    font-size: 17px;
  }
  #em_FirstCompany .em_Column .em_Body {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #em_FirstCompany .em_Column .em_Body h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.6em;
  }
  #em_FirstCompany .em_Column .em_Body .em_txt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
  }
  #em_FirstCompany .em_Column .em_Body .em_Right {
    padding: 20px;
    width: 100%;
    border-left: none;
    border-top: 1px solid #000;
  }
  #em_FirstCompany .em_Column .em_Body .em_Right h3 {
    font-size: 18px;
  }
  #em_FirstCompany .em_Column .em_Body .em_Right.em_Logo {
    width: 100%;
  }
  #em_FirstCompany .em_Chart h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 50px;
    padding: 0.5em 1em;
  }
  #em_FirstCompany .em_Chart figure {
    text-align: center;
  }
  #em_FirstCompany .em_Chart figure img {
    width: 280px;
  }
  #em_FirstCompany .em_Photos {
    margin-top: 70px;
  }
  #em_FirstCompany .em_Photos ul {
    display: flex;
    justify-content: space-between;
  }
  #em_FirstCompany .em_Photos ul li:nth-child(1) {
    display: none;
    width: 18.0327868852%;
  }
  #em_FirstCompany .em_Photos ul li:nth-child(2) {
    display: none;
    width: 23.887587822%;
  }
  #em_FirstCompany .em_Photos ul li:nth-child(3) {
    width: 47.1532846715%;
  }
  #em_FirstCompany .em_Photos ul li:nth-child(4) {
    width: 15.0364963504%;
  }
  #em_FirstCompany .em_Photos ul li:nth-child(5) {
    width: 33.1386861314%;
  }
  #em_FirstCompany .em_Photos ul li:nth-child(6) {
    display: none;
    width: 17.9156908665%;
  }
  #em_FirstCompany .em_Photos ul li:nth-child(7) {
    display: none;
    width: 21.0772833724%;
  }
  #em_FirstCompany section.em_More {
    margin-top: 80px;
  }
  #em_FirstCompany section.em_More h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  #em_FirstCompany section.em_More a {
    display: block;
    position: relative;
  }
  #em_FirstCompany section.em_More a figure {
    height: 210px;
  }
  #em_FirstCompany section.em_More a div {
    height: 170px;
    width: 170px;
    left: 0;
    right: 0;
  }
  #em_FirstCompany section.em_More a div .category,
#em_FirstCompany section.em_More a div .em_More {
    height: 31.9047619048%;
    align-items: center;
    font-size: 12px;
  }
  #em_FirstCompany section.em_More a div .em_More {
    font-size: 13px;
  }
  #em_FirstCompany section.em_More a div .em_Body {
    height: 36.1904761905%;
    font-size: 16px;
  }
  #em_FirstCompany .em_Closing {
    height: auto;
    aspect-ratio: 1/1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
  }
  #em_FirstCompany .em_Closing .em_Inner {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
  }
  #em_FirstCompany .em_Closing p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: min(24px, 5.5vw);
  }
}

/*--------------------------------------------------------------
se, system
--------------------------------------------------------------*/
#em_WorkSe h3,
#em_WorkSystem h3 {
  color: #000;
}
#em_WorkSe .em_List,
#em_WorkSystem .em_List {
  display: flex;
  gap: 50px 40px;
  flex-wrap: wrap;
}
#em_WorkSe .em_List li,
#em_WorkSystem .em_List li {
  width: calc(50% - 20px);
  border-left: 5px solid #000;
  padding: 0.5em 0 0.8em 18px;
}
#em_WorkSe .em_List li h3,
#em_WorkSystem .em_List li h3 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}
#em_WorkSe #em_Mv,
#em_WorkSystem #em_Mv {
  height: 650px;
  position: relative;
  padding-top: 310px;
  margin-bottom: 120px;
}
#em_WorkSe #em_Mv figure,
#em_WorkSystem #em_Mv figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 500px;
}
#em_WorkSe #em_Mv figure img,
#em_WorkSystem #em_Mv figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#em_WorkSe #em_Mv hgroup,
#em_WorkSystem #em_Mv hgroup {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}
#em_WorkSe #em_Mv hgroup h2,
#em_WorkSystem #em_Mv hgroup h2 {
  width: 30.9090909091%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background: #fff;
  font-size: 26px;
  line-height: 1.7;
  text-align: center;
  padding: 15px;
  font-weight: 500;
}
#em_WorkSe #em_Mv hgroup h2 span,
#em_WorkSystem #em_Mv hgroup h2 span {
  display: inline-block;
  font-size: unset;
  background: unset;
  margin: unset;
  padding: unset;
  font-weight: unset;
}
#em_WorkSe #em_Mv hgroup p,
#em_WorkSystem #em_Mv hgroup p {
  width: 61.8181818182%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8888888889;
}
@media (max-width: 1100px) {
  #em_WorkSe #em_Mv figure,
#em_WorkSystem #em_Mv figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1100/500;
  }
}
#em_WorkSe .em_WorkSection,
#em_WorkSystem .em_WorkSection {
  margin-top: 150px;
}
#em_WorkSe .em_WorkSection .em_HeadingBarBefore,
#em_WorkSystem .em_WorkSection .em_HeadingBarBefore {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
}
#em_WorkSe .em_WorkSection hgroup,
#em_WorkSystem .em_WorkSection hgroup {
  margin-bottom: 50px;
}
#em_WorkSe .em_WorkSection hgroup .em_HeadingBar,
#em_WorkSystem .em_WorkSection hgroup .em_HeadingBar {
  display: inline-block;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  padding: 0 0 0 0;
  margin-bottom: 30px;
  padding-left: 64px;
}
#em_WorkSe .em_WorkSection hgroup .em_HeadingBar::before,
#em_WorkSystem .em_WorkSection hgroup .em_HeadingBar::before {
  margin-left: -64px;
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
#em_WorkSe .em_WorkSection hgroup .em_HeadingBar:nth-of-type(n + 2),
#em_WorkSystem .em_WorkSection hgroup .em_HeadingBar:nth-of-type(n + 2) {
  margin-top: 100px;
}
#em_WorkSe .em_WorkSection hgroup:not(:has(p)) .em_HeadingBar,
#em_WorkSystem .em_WorkSection hgroup:not(:has(p)) .em_HeadingBar {
  margin-bottom: 0;
}
#em_WorkSe #em_Scope .em_flow,
#em_WorkSystem #em_Scope .em_flow {
  display: flex;
}
#em_WorkSe #em_Scope .em_flow li,
#em_WorkSystem #em_Scope .em_flow li {
  width: 20%;
}
#em_WorkSe #em_Scope .em_flow li h3,
#em_WorkSystem #em_Scope .em_flow li h3 {
  height: 90px;
  background: url(../image/work/se/scope_frame.svg) center top/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 500;
}
#em_WorkSe #em_Scope .em_flow li p,
#em_WorkSystem #em_Scope .em_flow li p {
  font-size: 14px;
  line-height: 1.5333333333;
  padding-right: 20px;
}
#em_WorkSe #em_Scope .em_flow li:nth-child(4) h3,
#em_WorkSystem #em_Scope .em_flow li:nth-child(4) h3 {
  background-image: url(../image/work/se/scope_frame_gray.svg);
  color: #333;
}
#em_WorkSe #em_Scope .em_num,
#em_WorkSystem #em_Scope .em_num {
  font-weight: bold;
}
#em_WorkSe #em_Scope .em_num .num,
#em_WorkSystem #em_Scope .em_num .num {
  display: inline-flex;
  width: 1.4em;
  height: 1.4em;
  background: #000;
  color: #fff;
  vertical-align: middle;
  margin-right: 0.5em;
  justify-content: center;
  align-items: center;
  font-size: 80%;
  line-height: 1;
  position: relative;
  top: -0.1em;
}
#em_WorkSe #em_Scope .em_Scope,
#em_WorkSystem #em_Scope .em_Scope {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
#em_WorkSe #em_Scope .em_Scope li,
#em_WorkSystem #em_Scope .em_Scope li {
  border-top: 3px #000 solid;
  position: relative;
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#em_WorkSe #em_Scope .em_Scope li::before,
#em_WorkSystem #em_Scope .em_Scope li::before {
  content: "";
  display: block;
  width: 11px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: -7px;
  left: -3px;
}
#em_WorkSe #em_Scope .em_Scope li:nth-child(1),
#em_WorkSystem #em_Scope .em_Scope li:nth-child(1) {
  width: 20%;
}
#em_WorkSe #em_Scope .em_Scope li:nth-child(2),
#em_WorkSystem #em_Scope .em_Scope li:nth-child(2) {
  width: 45%;
}
#em_WorkSe #em_Scope .em_Scope li:nth-child(3),
#em_WorkSystem #em_Scope .em_Scope li:nth-child(3) {
  border-color: #666;
  width: 15%;
}
#em_WorkSe #em_Scope .em_Scope li:nth-child(3) p,
#em_WorkSystem #em_Scope .em_Scope li:nth-child(3) p {
  font-weight: 400;
  color: #666;
}
#em_WorkSe #em_Scope .em_Scope li:nth-child(3)::before,
#em_WorkSystem #em_Scope .em_Scope li:nth-child(3)::before {
  display: none;
}
#em_WorkSe #em_Scope .em_Scope li:nth-child(4),
#em_WorkSystem #em_Scope .em_Scope li:nth-child(4) {
  width: 20%;
}
#em_WorkSe #em_Scope .em_description,
#em_WorkSystem #em_Scope .em_description {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#em_WorkSe #em_Scope .em_description li,
#em_WorkSystem #em_Scope .em_description li {
  width: calc(50% - 15px);
  border: 1px solid #000;
  border-top-width: 5px;
  padding: 30px 0 20px 40px;
}
#em_WorkSe #em_Scope .em_description li h3,
#em_WorkSystem #em_Scope .em_description li h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  font-size: 21px;
  margin-bottom: 20px;
}
#em_WorkSe #em_Scope .em_description li p,
#em_WorkSystem #em_Scope .em_description li p {
  padding-right: 20px;
}
#em_WorkSe #em_career ul,
#em_WorkSystem #em_career ul {
  margin: auto 60px;
  display: flex;
  gap: 2px;
}
#em_WorkSe #em_career ul li,
#em_WorkSystem #em_career ul li {
  width: 25%;
}
#em_WorkSe #em_career ul li .em_Upper,
#em_WorkSystem #em_career ul li .em_Upper {
  height: 320px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
#em_WorkSe #em_career ul li .em_Upper .em_Icon,
#em_WorkSystem #em_career ul li .em_Upper .em_Icon {
  width: 100%;
  padding-left: 15%;
}
#em_WorkSe #em_career ul li .em_Upper h2,
#em_WorkSystem #em_career ul li .em_Upper h2 {
  width: 100%;
  height: 80px;
  background: #25d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
}
#em_WorkSe #em_career ul li .em_Upper h2 span,
#em_WorkSystem #em_career ul li .em_Upper h2 span {
  padding: 0;
  color: #fff;
  background: unset;
  white-space: nowrap;
}
#em_WorkSe #em_career ul li .em_Upper h2 span span,
#em_WorkSystem #em_career ul li .em_Upper h2 span span {
  font-size: 80% !important;
}
#em_WorkSe #em_career ul li:nth-of-type(2) .em_Upper .em_Icon,
#em_WorkSystem #em_career ul li:nth-of-type(2) .em_Upper .em_Icon {
  padding-left: 30%;
}
#em_WorkSe #em_career ul li:nth-of-type(2) .em_Upper h2,
#em_WorkSystem #em_career ul li:nth-of-type(2) .em_Upper h2 {
  height: 140px;
  background: #2fbad6;
}
#em_WorkSe #em_career ul li:nth-of-type(3) .em_Upper .em_Icon,
#em_WorkSystem #em_career ul li:nth-of-type(3) .em_Upper .em_Icon {
  padding-left: 30%;
}
#em_WorkSe #em_career ul li:nth-of-type(3) .em_Upper h2,
#em_WorkSystem #em_career ul li:nth-of-type(3) .em_Upper h2 {
  height: 200px;
  background: #32a0d8;
}
#em_WorkSe #em_career ul li:nth-of-type(4) .em_Upper .em_Icon,
#em_WorkSystem #em_career ul li:nth-of-type(4) .em_Upper .em_Icon {
  padding-left: 30%;
}
#em_WorkSe #em_career ul li:nth-of-type(4) .em_Upper h2,
#em_WorkSystem #em_career ul li:nth-of-type(4) .em_Upper h2 {
  height: 260px;
  background: #396cd0;
}
#em_WorkSe #em_career ul li p,
#em_WorkSystem #em_career ul li p {
  padding: 0.7em;
  font-size: 15px;
}
#em_WorkSe #em_Training .em_WorkSectionSection + .em_WorkSectionSection,
#em_WorkSe #em_Training .em_WorkSectionSection + .em_WorkSectionSection,
#em_WorkSystem #em_Training .em_WorkSectionSection + .em_WorkSectionSection,
#em_WorkSystem #em_Training .em_WorkSectionSection + .em_WorkSectionSection {
  margin-top: 120px;
}
#em_WorkSe #em_Training .em_Policy figure,
#em_WorkSe #em_Training .em_Policy figure,
#em_WorkSystem #em_Training .em_Policy figure,
#em_WorkSystem #em_Training .em_Policy figure {
  padding: 50px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
}
#em_WorkSe #em_Training .em_Policy figure img,
#em_WorkSe #em_Training .em_Policy figure img,
#em_WorkSystem #em_Training .em_Policy figure img,
#em_WorkSystem #em_Training .em_Policy figure img {
  max-width: 1000px;
  width: 100%;
}
#em_WorkSe #em_Training .em_Program figure,
#em_WorkSe #em_Training .em_Program figure,
#em_WorkSystem #em_Training .em_Program figure,
#em_WorkSystem #em_Training .em_Program figure {
  text-align: center;
}
#em_WorkSe #em_Training .em_Program figure .chart,
#em_WorkSe #em_Training .em_Program figure .chart,
#em_WorkSystem #em_Training .em_Program figure .chart,
#em_WorkSystem #em_Training .em_Program figure .chart {
  max-width: 1000px;
  width: 100%;
}
#em_WorkSe #em_Training .em_Program dl,
#em_WorkSe #em_Training .em_Program dl,
#em_WorkSystem #em_Training .em_Program dl,
#em_WorkSystem #em_Training .em_Program dl {
  max-width: 1000px;
  margin: 50px auto;
  border: 1px solid #6c91d5;
  padding: 10px;
}
#em_WorkSe #em_Training .em_Program dl div,
#em_WorkSe #em_Training .em_Program dl div,
#em_WorkSystem #em_Training .em_Program dl div,
#em_WorkSystem #em_Training .em_Program dl div {
  font-size: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(76, 204, 183, 0.25);
}
#em_WorkSe #em_Training .em_Program dl div + div,
#em_WorkSe #em_Training .em_Program dl div + div,
#em_WorkSystem #em_Training .em_Program dl div + div,
#em_WorkSystem #em_Training .em_Program dl div + div {
  margin-top: 2px;
}
#em_WorkSe #em_Training .em_Program dl div:nth-child(2),
#em_WorkSe #em_Training .em_Program dl div:nth-child(2),
#em_WorkSystem #em_Training .em_Program dl div:nth-child(2),
#em_WorkSystem #em_Training .em_Program dl div:nth-child(2) {
  background: rgba(32, 201, 208, 0.25);
}
#em_WorkSe #em_Training .em_Program dl div:nth-child(3),
#em_WorkSe #em_Training .em_Program dl div:nth-child(3),
#em_WorkSystem #em_Training .em_Program dl div:nth-child(3),
#em_WorkSystem #em_Training .em_Program dl div:nth-child(3) {
  background: rgba(48, 186, 215, 0.25);
}
#em_WorkSe #em_Training .em_Program dl div:nth-child(4),
#em_WorkSe #em_Training .em_Program dl div:nth-child(4),
#em_WorkSystem #em_Training .em_Program dl div:nth-child(4),
#em_WorkSystem #em_Training .em_Program dl div:nth-child(4) {
  background: rgba(49, 161, 217, 0.25);
}
#em_WorkSe #em_Training .em_Program dl div:nth-child(5),
#em_WorkSe #em_Training .em_Program dl div:nth-child(5),
#em_WorkSystem #em_Training .em_Program dl div:nth-child(5),
#em_WorkSystem #em_Training .em_Program dl div:nth-child(5) {
  background: rgba(57, 108, 208, 0.25);
}
#em_WorkSe #em_Training .em_Program dl div dt,
#em_WorkSe #em_Training .em_Program dl div dt,
#em_WorkSystem #em_Training .em_Program dl div dt,
#em_WorkSystem #em_Training .em_Program dl div dt {
  width: 11.5em;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 5px 15px;
  color: #133575;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #6c91d5;
}
#em_WorkSe #em_Training .em_Program dl div dd,
#em_WorkSe #em_Training .em_Program dl div dd,
#em_WorkSystem #em_Training .em_Program dl div dd,
#em_WorkSystem #em_Training .em_Program dl div dd {
  padding: 12px 12px 12px 30px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #em_WorkSe #em_Training .em_Program dl,
#em_WorkSe #em_Training .em_Program dl,
#em_WorkSystem #em_Training .em_Program dl,
#em_WorkSystem #em_Training .em_Program dl {
    margin: 40px auto;
    padding: 8px;
  }
  #em_WorkSe #em_Training .em_Program dl div,
#em_WorkSe #em_Training .em_Program dl div,
#em_WorkSystem #em_Training .em_Program dl div,
#em_WorkSystem #em_Training .em_Program dl div {
    font-size: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #em_WorkSe #em_Training .em_Program dl div dt,
#em_WorkSe #em_Training .em_Program dl div dt,
#em_WorkSystem #em_Training .em_Program dl div dt,
#em_WorkSystem #em_Training .em_Program dl div dt {
    width: auto;
    padding: 15px 5px 2px;
    font-size: 16px;
    border-right: none;
    border-bottom: 1px solid #6c91d5;
  }
  #em_WorkSe #em_Training .em_Program dl div dd,
#em_WorkSe #em_Training .em_Program dl div dd,
#em_WorkSystem #em_Training .em_Program dl div dd,
#em_WorkSystem #em_Training .em_Program dl div dd {
    padding: 8px 12px 12px;
    font-size: 14px;
  }
}
#em_WorkSe #em_Training .em_Education ul,
#em_WorkSe #em_Training .em_Education ul,
#em_WorkSystem #em_Training .em_Education ul,
#em_WorkSystem #em_Training .em_Education ul {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#em_WorkSe #em_Training .em_Education ul li,
#em_WorkSe #em_Training .em_Education ul li,
#em_WorkSystem #em_Training .em_Education ul li,
#em_WorkSystem #em_Training .em_Education ul li {
  width: calc(50% - 25px);
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}
#em_WorkSe #em_Training .em_Education ul li .num,
#em_WorkSe #em_Training .em_Education ul li .num,
#em_WorkSystem #em_Training .em_Education ul li .num,
#em_WorkSystem #em_Training .em_Education ul li .num {
  width: 70px;
  flex-shrink: 0;
  flex-grow: 0;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #133575;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #133575;
}
#em_WorkSe #em_Training .em_Education ul li div h4,
#em_WorkSe #em_Training .em_Education ul li div h4,
#em_WorkSystem #em_Training .em_Education ul li div h4,
#em_WorkSystem #em_Training .em_Education ul li div h4 {
  color: #133575;
  font-size: 21px;
  margin-bottom: 0.7em;
}
#em_WorkSe #em_Training .em_Education ul li div h5,
#em_WorkSe #em_Training .em_Education ul li div h5,
#em_WorkSystem #em_Training .em_Education ul li div h5,
#em_WorkSystem #em_Training .em_Education ul li div h5 {
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
#em_WorkSe #em_Training .em_Education ul li div p.note,
#em_WorkSe #em_Training .em_Education ul li div p.note,
#em_WorkSystem #em_Training .em_Education ul li div p.note,
#em_WorkSystem #em_Training .em_Education ul li div p.note {
  font-size: 80%;
  margin-top: 0.5em;
}
#em_WorkSe .em_ColumnSection,
#em_WorkSystem .em_ColumnSection {
  margin-top: 150px;
}
@media (max-width: 767px) {
  #em_WorkSe .em_List,
#em_WorkSystem .em_List {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  #em_WorkSe .em_List li,
#em_WorkSystem .em_List li {
    width: 100%;
  }
  #em_WorkSe .em_List li h3,
#em_WorkSystem .em_List li h3 {
    font-size: 18px;
  }
  #em_WorkSe #em_Mv,
#em_WorkSystem #em_Mv {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    position: relative;
    padding-top: 0;
    margin-bottom: 80px;
  }
  #em_WorkSe #em_Mv figure,
#em_WorkSystem #em_Mv figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(48px + 50vw);
    aspect-ratio: unset;
    background: #000;
  }
  #em_WorkSe #em_Mv figure img,
#em_WorkSystem #em_Mv figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #em_WorkSe #em_Mv hgroup,
#em_WorkSystem #em_Mv hgroup {
    padding-top: calc(48px + 5vw);
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  #em_WorkSe #em_Mv hgroup h2,
#em_WorkSystem #em_Mv hgroup h2 {
    width: 40vw;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 21px;
    padding: 15px;
    margin-bottom: 5vw;
  }
  #em_WorkSe #em_Mv hgroup p,
#em_WorkSystem #em_Mv hgroup p {
    width: 100%;
    font-size: 16px;
  }
  #em_WorkSe .em_WorkSection,
#em_WorkSystem .em_WorkSection {
    margin-top: 60px;
  }
  #em_WorkSe .em_WorkSection .em_HeadingBarBefore,
#em_WorkSystem .em_WorkSection .em_HeadingBarBefore {
    font-size: 28px;
    margin-bottom: 60px;
  }
  #em_WorkSe .em_WorkSection hgroup,
#em_WorkSystem .em_WorkSection hgroup {
    margin-bottom: 50px;
  }
  #em_WorkSe .em_WorkSection hgroup .em_HeadingBar,
#em_WorkSystem .em_WorkSection hgroup .em_HeadingBar {
    font-size: 22px;
    padding-left: 57px;
  }
  #em_WorkSe .em_WorkSection hgroup .em_HeadingBar::before,
#em_WorkSystem .em_WorkSection hgroup .em_HeadingBar::before {
    margin-left: -57px;
    content: "";
    width: 36px;
    margin-right: 21px;
    top: -0.1em;
  }
  #em_WorkSe .em_WorkSection hgroup .em_HeadingBar:nth-of-type(n + 2),
#em_WorkSystem .em_WorkSection hgroup .em_HeadingBar:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  #em_WorkSe #em_Scope .em_ScopeChart,
#em_WorkSystem #em_Scope .em_ScopeChart {
    display: flex;
    gap: 20px;
  }
  #em_WorkSe #em_Scope .em_flow,
#em_WorkSystem #em_Scope .em_flow {
    flex-direction: column;
    display: flex;
  }
  #em_WorkSe #em_Scope .em_flow li,
#em_WorkSystem #em_Scope .em_flow li {
    width: 100%;
    display: flex;
    height: 150px;
    gap: 10px;
  }
  #em_WorkSe #em_Scope .em_flow li h3,
#em_WorkSystem #em_Scope .em_flow li h3 {
    width: 90px;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    background: url(../image/work/se/scope_frame_sp.svg) center top/contain no-repeat;
    font-size: 16px;
  }
  #em_WorkSe #em_Scope .em_flow li h3 > span,
#em_WorkSystem #em_Scope .em_flow li h3 > span {
    width: 100%;
    text-align: center;
  }
  #em_WorkSe #em_Scope .em_flow li p,
#em_WorkSystem #em_Scope .em_flow li p {
    margin-top: 20px;
    font-size: 15px;
    padding-right: 0;
  }
  #em_WorkSe #em_Scope .em_flow li:nth-child(4) h3,
#em_WorkSystem #em_Scope .em_flow li:nth-child(4) h3 {
    background-image: url(../image/work/se/scope_frame_gray_sp.svg);
  }
  #em_WorkSe #em_Scope .em_num,
#em_WorkSystem #em_Scope .em_num {
    font-weight: bold;
  }
  #em_WorkSe #em_Scope .em_num .num,
#em_WorkSystem #em_Scope .em_num .num {
    display: inline-flex;
    width: 1.4em;
    height: 1.4em;
    background: #000;
    color: #fff;
    vertical-align: middle;
    margin-right: 0.5em;
    justify-content: center;
    align-items: center;
    font-size: 80%;
    line-height: 1;
    position: relative;
    top: -0.1em;
  }
  #em_WorkSe #em_Scope .em_Scope,
#em_WorkSystem #em_Scope .em_Scope {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    flex-grow: 0;
    flex-shrink: 0;
    width: 60px;
  }
  #em_WorkSe #em_Scope .em_Scope li,
#em_WorkSystem #em_Scope .em_Scope li {
    width: 100%;
    border-top: 0;
    border-left: 3px #000 solid;
    position: relative;
    padding-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #em_WorkSe #em_Scope .em_Scope li div,
#em_WorkSystem #em_Scope .em_Scope li div {
    padding-left: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #em_WorkSe #em_Scope .em_Scope li p,
#em_WorkSystem #em_Scope .em_Scope li p {
    writing-mode: vertical-rl;
    font-size: 13px;
  }
  #em_WorkSe #em_Scope .em_Scope li p .num,
#em_WorkSystem #em_Scope .em_Scope li p .num {
    transform: rotate(-90deg);
    position: relative;
    left: -0.1em;
    margin-bottom: 0.2em;
  }
  #em_WorkSe #em_Scope .em_Scope li::before,
#em_WorkSystem #em_Scope .em_Scope li::before {
    width: 11px;
    top: -7px;
    left: -7px;
  }
  #em_WorkSe #em_Scope .em_Scope li:nth-child(1),
#em_WorkSystem #em_Scope .em_Scope li:nth-child(1) {
    width: unset;
    height: 20%;
  }
  #em_WorkSe #em_Scope .em_Scope li:nth-child(2),
#em_WorkSystem #em_Scope .em_Scope li:nth-child(2) {
    width: unset;
    height: 45%;
  }
  #em_WorkSe #em_Scope .em_Scope li:nth-child(3),
#em_WorkSystem #em_Scope .em_Scope li:nth-child(3) {
    width: unset;
    border-color: #666;
    height: 15%;
  }
  #em_WorkSe #em_Scope .em_Scope li:nth-child(3) p,
#em_WorkSystem #em_Scope .em_Scope li:nth-child(3) p {
    font-weight: 400;
    color: #666;
  }
  #em_WorkSe #em_Scope .em_Scope li:nth-child(3)::before,
#em_WorkSystem #em_Scope .em_Scope li:nth-child(3)::before {
    display: none;
  }
  #em_WorkSe #em_Scope .em_Scope li:nth-child(4),
#em_WorkSystem #em_Scope .em_Scope li:nth-child(4) {
    width: unset;
    height: 20%;
  }
  #em_WorkSe #em_Scope .em_description,
#em_WorkSystem #em_Scope .em_description {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  #em_WorkSe #em_Scope .em_description li,
#em_WorkSystem #em_Scope .em_description li {
    width: 100%;
    border: 1px solid #000;
    border-top-width: 5px;
    padding: 20px 0 20px 20px;
  }
  #em_WorkSe #em_Scope .em_description li h3,
#em_WorkSystem #em_Scope .em_description li h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  #em_WorkSe #em_Scope .em_description li p,
#em_WorkSystem #em_Scope .em_description li p {
    padding-right: 20px;
  }
  #em_WorkSe #em_career ul,
#em_WorkSystem #em_career ul {
    margin: auto auto;
    display: flex;
    gap: 2px;
  }
  #em_WorkSe #em_career ul li,
#em_WorkSystem #em_career ul li {
    width: 25%;
  }
  #em_WorkSe #em_career ul li .em_Upper,
#em_WorkSystem #em_career ul li .em_Upper {
    height: 320px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
  }
  #em_WorkSe #em_career ul li .em_Upper .em_Icon,
#em_WorkSystem #em_career ul li .em_Upper .em_Icon {
    width: 100%;
    padding-left: 15%;
  }
  #em_WorkSe #em_career ul li .em_Upper h2,
#em_WorkSystem #em_career ul li .em_Upper h2 {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    padding: 8px;
  }
  #em_WorkSe #em_career ul li .em_Upper h2 span,
#em_WorkSystem #em_career ul li .em_Upper h2 span {
    background: unset;
    color: #fff;
    text-align: center;
  }
  #em_WorkSe #em_career ul li .em_Upper h2 .em_ib,
#em_WorkSystem #em_career ul li .em_Upper h2 .em_ib {
    font-size: 75% !important;
  }
  #em_WorkSe #em_career ul li:nth-of-type(2) .em_Upper .em_Icon,
#em_WorkSystem #em_career ul li:nth-of-type(2) .em_Upper .em_Icon {
    padding-left: 30%;
  }
  #em_WorkSe #em_career ul li:nth-of-type(2) .em_Upper h2,
#em_WorkSystem #em_career ul li:nth-of-type(2) .em_Upper h2 {
    height: 140px;
  }
  #em_WorkSe #em_career ul li:nth-of-type(3) .em_Upper .em_Icon,
#em_WorkSystem #em_career ul li:nth-of-type(3) .em_Upper .em_Icon {
    padding-left: 30%;
  }
  #em_WorkSe #em_career ul li:nth-of-type(3) .em_Upper h2,
#em_WorkSystem #em_career ul li:nth-of-type(3) .em_Upper h2 {
    height: 200px;
  }
  #em_WorkSe #em_career ul li:nth-of-type(4) .em_Upper .em_Icon,
#em_WorkSystem #em_career ul li:nth-of-type(4) .em_Upper .em_Icon {
    padding-left: 30%;
  }
  #em_WorkSe #em_career ul li:nth-of-type(4) .em_Upper h2,
#em_WorkSystem #em_career ul li:nth-of-type(4) .em_Upper h2 {
    height: 260px;
  }
  #em_WorkSe #em_career ul li p,
#em_WorkSystem #em_career ul li p {
    padding: 0.7em 0.5em 0 0;
    font-size: 14px;
  }
  #em_WorkSe #em_Training .em_WorkSectionSection + .em_WorkSectionSection,
#em_WorkSe #em_Training .em_WorkSectionSection + .em_WorkSectionSection,
#em_WorkSystem #em_Training .em_WorkSectionSection + .em_WorkSectionSection,
#em_WorkSystem #em_Training .em_WorkSectionSection + .em_WorkSectionSection {
    margin-top: 120px;
  }
  #em_WorkSe #em_Training .em_Policy figure,
#em_WorkSe #em_Training .em_Policy figure,
#em_WorkSystem #em_Training .em_Policy figure,
#em_WorkSystem #em_Training .em_Policy figure {
    padding: 20px 20px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
  }
  #em_WorkSe #em_Training .em_Policy figure img,
#em_WorkSe #em_Training .em_Policy figure img,
#em_WorkSystem #em_Training .em_Policy figure img,
#em_WorkSystem #em_Training .em_Policy figure img {
    max-width: 1000px;
    width: 100%;
  }
  #em_WorkSe #em_Training .em_Program figure,
#em_WorkSe #em_Training .em_Program figure,
#em_WorkSystem #em_Training .em_Program figure,
#em_WorkSystem #em_Training .em_Program figure {
    text-align: center;
    overflow: auto;
    position: relative;
    cursor: pointer;
  }
  #em_WorkSe #em_Training .em_Program figure .scroll,
#em_WorkSe #em_Training .em_Program figure .scroll,
#em_WorkSystem #em_Training .em_Program figure .scroll,
#em_WorkSystem #em_Training .em_Program figure .scroll {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    justify-content: center;
    align-items: center;
  }
  #em_WorkSe #em_Training .em_Program figure .scroll .icon,
#em_WorkSe #em_Training .em_Program figure .scroll .icon,
#em_WorkSystem #em_Training .em_Program figure .scroll .icon,
#em_WorkSystem #em_Training .em_Program figure .scroll .icon {
    display: inline-block;
    -webkit-animation: icon-animation 2s ease-in-out infinite alternate;
            animation: icon-animation 2s ease-in-out infinite alternate;
  }
  @-webkit-keyframes icon-animation {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes icon-animation {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  #em_WorkSe #em_Training .em_Program figure .chart,
#em_WorkSe #em_Training .em_Program figure .chart,
#em_WorkSystem #em_Training .em_Program figure .chart,
#em_WorkSystem #em_Training .em_Program figure .chart {
    width: 800px;
  }
  #em_WorkSe #em_Training .em_Education ul,
#em_WorkSe #em_Training .em_Education ul,
#em_WorkSystem #em_Training .em_Education ul,
#em_WorkSystem #em_Training .em_Education ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  #em_WorkSe #em_Training .em_Education ul li,
#em_WorkSe #em_Training .em_Education ul li,
#em_WorkSystem #em_Training .em_Education ul li,
#em_WorkSystem #em_Training .em_Education ul li {
    width: 100%;
    gap: 20px;
  }
  #em_WorkSe #em_Training .em_Education ul li .num,
#em_WorkSe #em_Training .em_Education ul li .num,
#em_WorkSystem #em_Training .em_Education ul li .num,
#em_WorkSystem #em_Training .em_Education ul li .num {
    width: 60px;
    font-size: 28px;
  }
  #em_WorkSe #em_Training .em_Education ul li div h4,
#em_WorkSe #em_Training .em_Education ul li div h4,
#em_WorkSystem #em_Training .em_Education ul li div h4,
#em_WorkSystem #em_Training .em_Education ul li div h4 {
    font-size: 18px;
  }
  #em_WorkSe #em_Training .em_Education ul li div h5,
#em_WorkSe #em_Training .em_Education ul li div h5,
#em_WorkSystem #em_Training .em_Education ul li div h5,
#em_WorkSystem #em_Training .em_Education ul li div h5 {
    font-weight: bold;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
  }
  #em_WorkSe .em_ColumnSection,
#em_WorkSystem .em_ColumnSection {
    margin-top: 100px;
  }
}

/*--------------------------------------------------------------
recruitment
--------------------------------------------------------------*/
#em_RecruitmentContents #em_Mv {
  height: 360px;
  position: relative;
  margin-bottom: 150px;
}
#em_RecruitmentContents #em_Mv figure {
  width: 100%;
  height: 100%;
}
#em_RecruitmentContents #em_Mv figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#em_RecruitmentContents #em_Mv > div {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  width: 100%;
  padding-top: 56px;
}
#em_RecruitmentContents #em_Mv > div .em_Inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#em_RecruitmentContents #em_Mv > div .em_Inner h1 {
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 0.05em;
}
#em_RecruitmentContents #em_Mv > div .em_Inner h2 {
  font-size: 18px;
  letter-spacing: 0.05em;
}
#em_RecruitmentContents .em_RecruitmentBlock + .em_RecruitmentBlock {
  margin-top: 150px;
}
#em_RecruitmentContents .em_RecruitmentBlock h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.7;
  padding-bottom: 0.1em;
  margin-bottom: 80px;
  padding-left: 30px;
  position: relative;
}
#em_RecruitmentContents .em_RecruitmentBlock h2::before {
  content: "";
  width: 6px;
  height: 1.2em;
  background: #000;
  position: absolute;
  top: 0.3em;
  left: 0;
}
#em_RecruitmentContents .em_RecruitmentBlock h3 {
  display: inline-block;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  padding: 0 0 0 0;
  margin-bottom: 50px;
}
#em_RecruitmentContents .em_RecruitmentBlock h3::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
#em_RecruitmentContents .em_RecruitmentBlock h3:nth-of-type(n + 2) {
  margin-top: 100px;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription {
  border-bottom: 1px solid #000;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription div {
  border-top: 1px solid #000;
  display: flex;
  font-size: 17px;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription div dt,
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription div dd {
  padding: 30px 10px;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription div dt {
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription div dd .small {
  margin-top: 0.5em;
  font-size: 80%;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow {
  max-width: 860px;
  margin: auto;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li {
  height: 90px;
  display: flex;
  gap: 2px;
  position: relative;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li + li {
  margin-top: 36px;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li + li::before {
  content: "";
  display: block;
  width: 32px;
  height: 24px;
  background: #fcee84;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, -100%);
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li p {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  background: #4cccb7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li:nth-child(2) p {
  background: #25d6d6;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li:nth-child(3) p {
  background: #2fbad6;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li:nth-child(4) p {
  background: #32a0d8;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li:nth-child(5) p {
  background: #32a0d8;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li:nth-child(6) p {
  background: #396cd0;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_Btn {
  margin-top: 100px;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_Btn p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_Btn a {
  display: flex;
  width: 100%;
  height: 140px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  font-weight: bold;
  gap: 15px;
  transition: border 0.25s ease-in-out, color 0.25s ease-in-out;
  border: 2px solid #fff;
}
#em_RecruitmentContents .em_RecruitmentBlock .em_Btn a:hover {
  color: #163b83;
  border: 2px solid #163b83;
}
#em_RecruitmentContents .em_RecruitmentBlock ul.note {
  margin-top: 50px;
}
#em_RecruitmentContents .em_RecruitmentBlock ul.note li {
  font-size: 13px;
  line-height: 1.6;
  padding-left: 1.1em;
  text-indent: -1em;
}
#em_RecruitmentContents .em_CategoryNav {
  margin-top: 200px;
}
#em_RecruitmentContents .em_CategoryNav hgroup {
  text-align: center;
}
#em_RecruitmentContents .em_CategoryNav hgroup p.em_En {
  font-size: 85px !important;
}
#em_RecruitmentContents .em_CategoryNav ul {
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5%;
}
#em_RecruitmentContents .em_CategoryNav ul li {
  width: 31%;
}
#em_RecruitmentContents .em_CategoryNav ul li a {
  max-width: 100%;
  border: 1px solid #000;
  width: auto;
  height: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 350px;
  transition: 0.25s ease-in-out;
}
#em_RecruitmentContents .em_CategoryNav ul li a div {
  position: static;
  height: calc(100% - 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
}
#em_RecruitmentContents .em_CategoryNav ul li a div .em_Ja {
  font-size: 26px;
  line-height: 1.5;
}
#em_RecruitmentContents .em_CategoryNav ul li a div .em_En {
  font-size: 10px;
}
#em_RecruitmentContents .em_CategoryNav ul li a .em_ViewMore {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-top: 1px solid #000;
}
#em_RecruitmentContents .em_CategoryNav ul li a:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #em_RecruitmentContents .em_CategoryNav {
    margin-top: 150px;
  }
  #em_RecruitmentContents .em_CategoryNav hgroup {
    text-align: center;
  }
  #em_RecruitmentContents .em_CategoryNav hgroup p.em_En {
    font-size: 40px !important;
  }
  #em_RecruitmentContents .em_CategoryNav hgroup h2.Heading {
    font-size: 20px;
  }
  #em_RecruitmentContents .em_CategoryNav ul {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #em_RecruitmentContents .em_CategoryNav ul li {
    width: auto;
  }
  #em_RecruitmentContents .em_CategoryNav ul li a {
    height: 210px;
    justify-content: center;
    width: 350px;
    max-width: 90vw;
  }
  #em_RecruitmentContents .em_CategoryNav ul li a div {
    height: calc(100% - 56px);
  }
  #em_RecruitmentContents .em_CategoryNav ul li a div .em_Ja {
    font-size: 22px;
  }
  #em_RecruitmentContents .em_CategoryNav ul li a div .em_En {
    font-size: 10px;
  }
  #em_RecruitmentContents .em_CategoryNav ul li a .em_ViewMore {
    height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  #em_RecruitmentContents #em_Mv {
    height: 320px;
    margin-bottom: 100px;
  }
  #em_RecruitmentContents #em_Mv > div {
    padding-top: 36px;
  }
  #em_RecruitmentContents #em_Mv > div .em_Inner h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  #em_RecruitmentContents #em_Mv > div .em_Inner h2 {
    font-size: 14px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock + .em_RecruitmentBlock {
    margin-top: 100px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock h2 {
    font-size: 28px;
    margin-bottom: 60px;
    padding-left: 30px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock h2::before {
    width: 5px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock h3::before {
    content: "";
    width: 36px;
    margin-right: 21px;
    top: -0.1em;
  }
  #em_RecruitmentContents .em_RecruitmentBlock h3:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription {
    border-bottom: 1px solid #000;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription div {
    border-top: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription div dt,
#em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription div dd {
    padding: 20px 0px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentDescription div dt {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: bold;
    padding-bottom: 0;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li {
    height: 70px;
    gap: 2px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li + li {
    margin-top: 28px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li + li::before {
    width: 24px;
    height: 18px;
    top: -5px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_RecruitmentFlow .flow li p {
    font-size: 18px;
    padding: 0 10px;
    flex-direction: column;
    line-height: 1.3;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_Btn {
    margin-top: 100px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_Btn p {
    font-size: 18px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_Btn a {
    text-align: center;
    height: 120px;
    font-size: 21px;
    padding: 0 10px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_Btn a img {
    max-width: 80%;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_Btn a .txt {
    padding-left: 25px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock .em_Btn a .icon {
    width: 25px;
  }
  #em_RecruitmentContents .em_RecruitmentBlock ul.note {
    margin-top: 30px;
  }
}
#em_RecruitmentContents .em_Anchor {
  padding-top: 100px;
  display: block;
}
#em_RecruitmentContents .em_RecruitmentFaqNav ul {
  display: flex;
  gap: 20px;
}
#em_RecruitmentContents .em_RecruitmentFaqNav ul li a {
  display: block;
  width: 8em;
  height: 2.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 4px;
  transition: 0.25s ease-in-out;
}
#em_RecruitmentContents .em_RecruitmentFaqNav ul li a:hover {
  color: #fff;
  border: 1px solid #163b83;
  background: #163b83;
}
#em_RecruitmentContents .em_RecruitmentFaq li {
  border-top: 1px solid #000;
  padding: 30px 0;
}
#em_RecruitmentContents .em_RecruitmentFaq li:last-child {
  border-bottom: 1px solid #000;
}
#em_RecruitmentContents .em_RecruitmentFaq li .question {
  font-size: 19px;
  font-weight: 500;
  padding-left: 70px;
}
#em_RecruitmentContents .em_RecruitmentFaq li .question .q {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  display: inline-block;
  margin-left: -70px;
  width: 70px;
  padding-left: 20px;
}
#em_RecruitmentContents .em_RecruitmentFaq li .answer {
  margin-top: 20px;
  padding-left: 70px;
}
#em_RecruitmentContents .em_RecruitmentFaq li .answer a {
  text-decoration: underline;
  color: #396cd0;
}
#em_RecruitmentContents .em_RecruitmentFaq li .answer a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #em_RecruitmentContents .em_RecruitmentFaqNav ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  #em_RecruitmentContents .em_RecruitmentFaq li {
    padding: 25px 0;
  }
  #em_RecruitmentContents .em_RecruitmentFaq li .question {
    font-size: 18px;
    padding-left: 30px;
  }
  #em_RecruitmentContents .em_RecruitmentFaq li .question .q {
    font-size: 19px;
    margin-left: -30px;
    width: 30px;
    padding-left: 0px;
  }
  #em_RecruitmentContents .em_RecruitmentFaq li .answer {
    margin-top: 20px;
    padding-left: 0px;
  }
}

/*--------------------------------------------------------------
recruitment
--------------------------------------------------------------*/
/*# sourceMappingURL=employ.css.map */