@charset "UTF-8";

/* cmp_header */
.cmp_header {
  background: none;
}

/* message */
#message {
  padding-bottom: 1.4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #message {
    padding-bottom: 0;
  }
}
#message > .text {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #message {
    flex-direction: row;
    align-items: center;
  }
  #message > .text {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6rem;
    flex-basis: 74.7rem;
    box-sizing: border-box;
  }
  #message > .photo {
    flex-basis: 105.3rem;
  }
}
#message h2 {
  padding: 0.35em 0;
  margin: 0;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: calc(36 / 23 * 1em);
  -webkit-text-decoration-color: rgb(0, 0, 0);
  text-decoration-color: rgb(0, 0, 0);
  text-underline-offset: calc(36 / 23 * -0.75em);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  #message h2 {
    font-size: 4.4rem;
    text-decoration-thickness: calc(68 / 44 * 1em);
    text-underline-offset: calc(68 / 44 * -0.75em);
  }
}
#message .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  #message .desc {
    padding: 0.5em 0;
    font-size: 2rem;
    line-height: 2;
  }
}
#message .desc p {
  margin: 0;
  letter-spacing: 0.05em;
}
#message .photo {
  margin-left: calc(50% - 50vw);
  order: -10;
}
@media screen and (min-width: 768px) {
  #message .photo {
    margin-left: calc(50% - 50vw);
  }
}
#message .photo .image {
  width: 35.8rem;
}
@media screen and (min-width: 768px) {
  #message .photo .image {
    width: 114.8rem;
  }
}
#message .photo .image img {
  width: 100%;
  border-radius: 0 6px 6px 0;
}
@media screen and (min-width: 768px) {
  #message .photo .image img {
    border-radius: 0 10px 10px 0;
  }
}

/* video */
#video {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #video {
    padding-top: 15.2rem;
    margin: 7.8rem auto;
    max-width: 141rem;
  }
}
#video h2 {
  padding: 2.6rem 1.8rem 8.4rem 1.8rem;
  padding: 3rem 1.8rem calc(3rem + 5.8rem) 1.8rem;
  max-width: 29.1rem;
  box-sizing: border-box;
  background-color: rgb(241, 241, 241);
}
@media screen and (min-width: 768px) {
  #video h2 {
    padding: 10.8rem 9rem;
    max-width: 117rem;
  }
}
#video h2 span {
  position: relative;
  z-index: 20;
}
#video h2.cmp_heading .dsc {
  padding-bottom: 0;
  margin-bottom: 0;
}
#video .video {
  margin-top: -5.8rem;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 32.4rem;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #video .video {
    margin-top: 0;
    margin-left: 0;
    border-radius: 10px;
    width: 87rem;
    position: absolute;
    bottom: 6rem;
    right: 0;
  }
}
#video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* employee */
#employee {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}
@media screen and (min-width: 768px) {
  #employee {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}
#employee .slide {
  padding-top: 0.8rem;
  padding-bottom: 7.8rem;
  margin: 0 auto;
  max-width: 25rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #employee .slide {
    padding-top: 2.2rem;
    max-width: 160rem;
  }
}
#employee .swiper {
  overflow: visible;
}
#employee .swiper-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
#employee .swiper-slide {
  flex-basis: 25rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #employee .swiper-slide {
    flex-basis: 50rem;
  }
  #employee .swiper-wrapper > li.is-odd {
    padding-top: 7.6rem;
  }
}
#employee article a {
  display: flex;
  flex-direction: column;
}
#employee article h3 {
  padding: 0.28em 0;
  margin: 1em 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #employee article h3 {
    padding: 0.15em 0;
    font-size: 2.3rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
#employee article ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #employee article ul {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.3rem;
    column-gap: 1.3rem;
  }
}
#employee article .pos {
  padding: 0.3rem 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: calc(1.26 / 14 * 1em);
  color: rgb(255, 255, 255);
  background-color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  #employee article .pos {
    padding: 0.7rem 1em;
    font-size: 1.6rem;
  }
}
#employee article .joined {
  padding: 0.75em 1em;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: calc(1.26 / 14 * 1em);
}
@media screen and (min-width: 768px) {
  #employee article .joined {
    font-size: 1.6rem;
  }
}
#employee article .photo {
  order: -10;
  aspect-ratio: 500 / 670;
}
#employee article .photo .image {
  width: 25rem;
}
@media screen and (min-width: 768px) {
  #employee article .photo .image {
    width: 50rem;
  }
}
#employee article .photo .image img {
  width: 100%;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  #employee article .photo .image img {
    border-radius: 10px;
  }
}
#employee .slide .navigation {
  position: absolute;
  top: 15rem;
  left: -4.2rem;
  right: -4.2rem;
  z-index: 10;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #employee .slide .navigation {
    margin: auto;
    top: 0;
    bottom: 0;
    left: -15.4rem;
    right: -15.4rem;
  }
}
#employee .slide .navigation > div {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255) url(../images/ico_arrow4.svg) no-repeat 50% 50% / auto 1.6rem;
  pointer-events: auto;
  cursor: pointer;
  transition: 0.2s opacity ease-out;
}
@media screen and (min-width: 768px) {
  #employee .slide .navigation > div {
    width: 10.4rem;
    height: 10.4rem;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background-size: 1.9rem 3.2rem;
  }
}
#employee .slide .navigation > div:first-of-type {
  scale: -1 1;
}
#employee .slide .navigation > div:hover {
  opacity: 0.75;
}
#employee .slide .navigation > div svg {
  display: none;
}

/* positions */
#positions h2 {
  border-bottom: 1px solid rgb(230, 230, 230);
}
#positions .contents {
  padding-top: 2rem;
  padding-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  #positions .contents {
    padding-top: 10rem;
    padding-bottom: 19.6rem;
    margin: 0 auto;
    max-width: 120rem;
  }
}
#positions .contents p.closed {
  padding: 0.1em 0 0.1em 1em;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-left: 3px solid rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  #positions .contents p.closed {
    font-size: 2rem;
    border-left-width: 6px;
  }
}
