section.lead {
  padding-bottom: 135px;
  background: url(../img/lead_bg.gif) repeat center center;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.lead {
    padding-bottom: 50px;
  }
}
section.lead ul.breadcrumbs {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  translate: -50% 0;
}
section.lead .lead01 {
  display: flex;
  align-items: center;
  min-height: 695px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.lead .lead01 {
    min-height: 60vw;
    margin-bottom: 38px;
    padding-top: 30vw;
  }
}
section.lead .lead01 > img {
  max-width: 1270px;
  width: 95%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.lead .lead01 > img {
    width: 100%;
    clip-path: polygon(0 0, 95% 0, 95% 100%, 0% 100%);
    -o-object-position: top;
       object-position: top;
  }
}
section.lead .lead01 .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
section.lead .lead01 .inner p.jp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 18px;
  line-height: 1;
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  section.lead .lead01 .inner p.jp {
    font-size: 48px;
  }
}
@media screen and (max-width: 500px) {
  section.lead .lead01 .inner p.jp {
    font-size: 32px;
  }
}
section.lead .lead01 .inner p.jp,
section.lead .lead01 .inner p.jp * {
  font-weight: bold;
}
section.lead .lead01 .inner p.jp span {
  display: inline-table;
  margin-bottom: -1px;
  border: 1px solid #000;
  border-collapse: collapse;
  background-color: #fff;
}
section.lead .lead01 .inner p.jp span:nth-of-type(1) {
  margin-right: 1.4em;
}
section.lead .lead01 .inner p.jp span:nth-of-type(2) {
  margin-right: 0.7em;
}
section.lead .lead01 .inner p.jp span i {
  --space: 10px;
  display: table-cell;
  max-width: calc(1em + var(--space) * 2);
  min-width: calc(1em + var(--space) * 2);
  padding: var(--space);
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.lead .lead01 .inner p.jp span i {
    --space: 8px;
  }
}
@media screen and (max-width: 500px) {
  section.lead .lead01 .inner p.jp span i {
    --space: 5px;
  }
}
section.lead .lead01 .inner p.jp span i.yellow {
  border: 1px solid #000;
  background-color: #f5db4e;
}
section.lead .lead01 .inner p.f-hind {
  line-height: 1.2;
  color: #fff;
  font-style: italic;
  font-size: 45px;
  filter: drop-shadow(1px 1px 1px #666);
}
@media screen and (max-width: 768px) {
  section.lead .lead01 .inner p.f-hind {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  section.lead .lead01 .inner p.f-hind {
    font-size: 22px;
  }
}
section.lead .lead02 {
  background: url(../img/lead02_img.png) no-repeat right center/50vw auto;
}
@media screen and (max-width: 768px) {
  section.lead .lead02 {
    padding-bottom: 60vw;
    background-position: left bottom;
    background-size: 100% auto;
  }
}
section.lead .lead02 .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
section.lead .lead02 .inner hgroup {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.lead .lead02 .inner hgroup {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
}
section.lead .lead02 .inner hgroup p {
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  section.lead .lead02 .inner hgroup p {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  section.lead .lead02 .inner hgroup p {
    margin: 5px;
  }
}
section.lead .lead02 .inner hgroup h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  section.lead .lead02 .inner hgroup h2 {
    align-items: flex-start;
  }
}
section.lead .lead02 .inner hgroup h2 span {
  padding: 20px 30px;
  border: 2px solid #000;
  background-color: #ebebeb;
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.lead .lead02 .inner hgroup h2 span {
    padding: 8px 12px;
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  section.lead .lead02 .inner hgroup h2 span:nth-of-type(1) {
    margin-right: 100px;
  }
}
section.lead .lead02 .inner hgroup h2 span:nth-of-type(2) {
  margin: -2px 50px 0 0;
}
@media screen and (max-width: 768px) {
  section.lead .lead02 .inner hgroup h2 span:nth-of-type(2) {
    margin: -2px 0 0 0;
  }
}
section.lead .lead02 .inner .txt {
  width: 50%;
  margin-top: -1px;
  padding: 30px;
  border: 2px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.lead .lead02 .inner .txt {
    width: 100%;
    padding: 24px 5%;
  }
}
section.lead .lead02 .inner .txt p {
  background: linear-gradient(110deg, #000 50%, rgba(204, 204, 204, 0.8) 50%) no-repeat 100% 0/225%;
  -webkit-background-clip: text;
          background-clip: text;
  line-height: 2;
  color: transparent;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.lead .lead02 .inner .txt p {
    line-height: 1.8;
    font-size: 18px;
  }
}

section.staff {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 180px;
  padding: 60px 0 110px;
  background-color: #6f6f6f;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.staff {
    margin-bottom: 68px;
    padding: 24px 0 58px;
  }
}
section.staff::before {
  content: "";
  width: 100%;
  height: 120px;
  background-color: inherit;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
}
@media screen and (max-width: 768px) {
  section.staff::before {
    height: 10vw;
  }
}
section.staff .inner {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  width: 90%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  section.staff .inner {
    margin-bottom: 28px;
  }
}
section.staff .inner hgroup {
  color: #fff;
}
section.staff .inner hgroup p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.staff .inner hgroup p {
    font-size: 18px;
  }
}
section.staff .inner hgroup h2 {
  font-size: 45px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  section.staff .inner hgroup h2 {
    font-size: 36px;
  }
}
section.staff ul.slider {
  display: flex;
  flex-direction: column;
  max-width: 1500px;
  width: 100%;
  margin-bottom: 95px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.staff ul.slider {
    margin-bottom: 48px;
  }
}
section.staff ul.slider::before {
  content: "";
  width: 100%;
  height: 195px;
  background: url(../img/staff_bg.png) repeat-x 0 0/1800px auto;
  animation: bg-slide 25s linear infinite;
}
@media screen and (max-width: 768px) {
  section.staff ul.slider::before {
    height: 13vw;
    background-size: 110% auto;
  }
}
@keyframes bg-slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1800px 0;
  }
}
section.staff ul.slider .slick-list {
  overflow: visible;
}
section.staff ul.slider li.slick-slide {
  margin: 0 15px;
  position: relative;
  transition: translate 1s;
}
section.staff ul.slider li.slick-slide.slick-active {
  translate: 0 -60px;
}
@media screen and (max-width: 768px) {
  section.staff ul.slider li.slick-slide.slick-active {
    translate: 0 -34px;
  }
}
section.staff ul.slider li.slick-slide .txt {
  padding: 40px 30px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  section.staff ul.slider li.slick-slide .txt {
    font-size: 20px;
  }
}
section.staff ul.slider li.slick-slide .txt h3,
section.staff ul.slider li.slick-slide .txt p {
  font-weight: bold;
}
section.staff ul.slider li.slick-slide .txt h3 {
  margin-bottom: 16px;
}
section.staff ul.slider li.slick-slide .txt span {
  font-size: 16px;
}
section.staff ul.slider button.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0;
  transition: 0.3s;
  position: absolute;
  top: 60%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  section.staff ul.slider button.slick-arrow {
    width: 40px;
    height: 40px;
  }
}
section.staff ul.slider button.slick-arrow {
  cursor: pointer;
}
section.staff ul.slider button.slick-arrow:hover {
  background-color: #fff;
}
section.staff ul.slider button.slick-arrow:hover::after {
  border-color: #000;
}
section.staff ul.slider button.slick-arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  border-width: 2px;
  border-color: #fff;
  rotate: 45deg;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  section.staff ul.slider button.slick-arrow::after {
    width: 12px;
    height: 12px;
  }
}
section.staff ul.slider button.slick-arrow.slick-prev {
  left: 1%;
  translate: 50% -50%;
}
section.staff ul.slider button.slick-arrow.slick-prev::after {
  border-left-style: solid;
  border-bottom-style: solid;
  translate: 25% 0;
}
section.staff ul.slider button.slick-arrow.slick-next {
  right: 1%;
  translate: -50% -50%;
}
section.staff ul.slider button.slick-arrow.slick-next::after {
  border-right-style: solid;
  border-top-style: solid;
  translate: -25% 0;
}
section.staff .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  section.staff .copy {
    flex-direction: column;
    gap: 18px 0;
  }
}
section.staff .copy img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.staff .copy img {
    max-width: 480px;
    width: 90%;
  }
}
section.staff .copy p {
  line-height: 2.4;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  section.staff .copy p {
    line-height: 2;
    font-size: 22px;
  }
}
section.staff .copy p span {
  padding: 0.3em 0 0.3em 0.5em;
  background: linear-gradient(90deg, #000 33%, #fff 66%) no-repeat 0 0/300% auto;
  font-weight: bold;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  section.staff .copy p span {
    padding: 0.2em 0 0.2em 0.4em;
  }
}

section.figure {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  section.figure {
    margin-bottom: 76px;
  }
}
section.figure hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px;
  line-height: 1;
}
section.figure hgroup p {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.figure hgroup p {
    font-size: 18px;
  }
}
section.figure hgroup h2 {
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.figure hgroup h2 {
    font-size: 36px;
  }
}
section.figure .cntWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  gap: 15px;
  filter: drop-shadow(0 0 1px #000);
}
section.figure .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 45px) / 4);
  padding: 25px 25px 40px;
  background-color: #fff;
  line-height: 1;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}
@media screen and (max-width: 768px) {
  section.figure .cntWrap .cntBox {
    width: calc((100% - 30px) / 2);
    padding: 25px 5% 30px;
  }
}
@media screen and (max-width: 500px) {
  section.figure .cntWrap .cntBox {
    width: 100%;
  }
}
section.figure .cntWrap .cntBox:nth-of-type(2n) {
  background-color: var(--bc-yellow);
}
section.figure .cntWrap .cntBox h3 {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.figure .cntWrap .cntBox h3 {
    font-size: 20px;
  }
}
section.figure .cntWrap .cntBox figure {
  max-width: 150px;
  width: 100%;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  section.figure .cntWrap .cntBox figure {
    max-width: 120px;
  }
}
section.figure .cntWrap .cntBox figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.figure .cntWrap .cntBox p {
  font-size: 90px;
}
@media screen and (max-width: 768px) {
  section.figure .cntWrap .cntBox p {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  section.figure .cntWrap .cntBox p {
    font-size: 40px;
  }
}
section.figure .cntWrap .cntBox p,
section.figure .cntWrap .cntBox p span,
section.figure .cntWrap .cntBox p i {
  font-weight: bold;
}
section.figure .cntWrap .cntBox p i {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  section.figure .cntWrap .cntBox p i {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */
