@charset "UTF-8";

section.wrapper:nth-child(odd) {
  background: #f7f7f5;
  z-index: -10;
}

section.wrapper:nth-child(odd)::before {
  background: #f7f7f5;
}

section.wrapper:nth-child(even) {
  background: #fff;
}

section.wrapper:nth-child(even)::before {
  background: #fff;
}

.fv_wrapper {
  position: relative;
  height: 660px;
}


.fv_wrapper .inner {
  top: 180px;
  margin: 0 auto;
}

.txt_wrap {
  width: 60%;
  padding: 180px 0 0 0;
  margin: 0 0 0 auto;
}

.ceo_name {
  display: flex;
  flex-direction: column;
}

.ceo_name .txt {
  display: block;
  color: #fff;
  background: #000;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.96px;
  padding: 0 8px 0;
  margin: 0 0 4px auto;
  width: fit-content;
}

/* .ceo_name .txt:last-child { */
.ceo_name .txt {
  font-weight: 700;
}

.ceo_career {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 32px;
  line-height: 160%;
}

.fv_bg {
  position: absolute;
  top: 0;
  width: 75%;
  max-width: 890px;
  height: 518px;
  overflow: hidden;
  clip-path: polygon(0px 0px, 100% 0, calc(100% - 150px) 100%, 0 100%);
  z-index: -10;
}

.fv_bg img {
  min-height: 590px;
  height: 80%;
  max-height: 666px;
  margin: -34px 0 0 -20%;
}

.ttl_3.ttl_standard {
  font-size: 24px;
}

.ttl_3.ttl_standard span {
  display: block;
  margin: 0 0 4px 0;
}

.emphasis {
  font-size: 20px;
  font-weight: 700;
}

.emphasis span {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 780px) {
  .fv_wrapper {
    padding: 0 0 80px;
  }

  .ttl_3.ttl_standard {
    font-size: 22px;
  }

  .fv_bg {
    width: 95%;
    height: 295px;
    clip-path: polygon(0px 0px, 100% 0, calc(100% - 85px) 100%, 0 100%);
    max-width: 590px;
  }

  .fv_bg img {
    min-height: 355px;
    width: auto;
    margin: -24px 0 0 -50px;
  }

  @media screen and (max-width: 500px) {
    .fv_bg img {
      min-height: 295px;
      height: 295px;
      width: auto;
      margin: -10px 0 0 -100px;
    }
  }

  .ceo_career {
    padding: 0;
  }

  .txt_wrap {
    width: 100%;
  }

  .ttl_3.ttl_standard {
    margin-bottom: 24px;
  }
}