/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.work_section {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .work_section {
    padding-block: 3rem 4rem;
  }
}
.work_section.benefit {
  background-color: var(--bg-sub);
}
.work_section.culture .work_title {
  flex-direction: row-reverse;
}
.work_section.culture .work_wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .work_section.culture .work_wrap {
    flex-direction: column-reverse;
  }
}
.work_section.support {
  background-color: var(--bg-sub);
}
@media screen and (max-width: 767px) {
  .work_section.support {
    padding-bottom: 0;
  }
}
.work_inner {
  padding-inline: 3rem;
  margin-inline: auto;
  max-width: calc(1600px + 6rem);
}
@media screen and (max-width: 767px) {
  .work_inner {
    padding-inline: 2rem;
  }
}
.work_title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work_title {
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
  }
}
.work_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-size: 10px 1px;
  background-image: linear-gradient(to right, #818181 8px, transparent 2px);
  background-repeat: repeat-x;
  bottom: 0;
}
.work_title .en {
  color: #818181;
  font-size: 12rem;
  font-weight: 100;
  margin-bottom: -0.2em;
}
.work_title .en > span:nth-of-type(1) {
  color: var(--color-home);
}
@media screen and (max-width: 767px) {
  .work_title .en {
    font-size: 6rem;
  }
}
.work_title .ja {
  font-size: 2.1rem;
  font-weight: 500;
  margin-inline: 1em;
}
@media screen and (max-width: 767px) {
  .work_title .ja {
    font-size: 1.6rem;
    margin-inline: 0.8em;
  }
}
.work_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .work_container {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
.work_item {
  display: grid;
  grid-template-rows: auto 1fr;
}
.work_item .image {
  width: 100%;
}
.work_item .text {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2509803922);
  margin-inline: 4rem;
  margin-top: -8rem;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 767px) {
  .work_item .text {
    margin-inline: 1rem;
    margin-top: -3rem;
  }
}
.work_item .text > h3 {
  text-align: center;
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  color: #fff;
  padding-block: 0.8em 0.7em;
  background-color: var(--bg-main);
}
@media screen and (max-width: 767px) {
  .work_item .text > h3 {
    font-size: 1.8rem;
  }
}
.work_item .text > p.readText {
  background-color: #fff;
  font-size: max(1.4rem, 14px);
  padding: 2rem 3rem 2.5rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .work_item .text > p.readText {
    padding: 1.5rem 2.5rem;
  }
}
.work_wrap {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .work_wrap {
    flex-direction: column-reverse;
  }
}
.work_wrap .text_wrap {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .work_wrap .text_wrap {
    width: 100%;
  }
}
.work_wrap .text {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2509803922);
}
.work_wrap .text + .text {
  margin-top: 2rem;
}
.work_wrap .text > h3 {
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  color: #fff;
  padding: 0.8em 3rem 0.7em;
  background-color: var(--bg-main);
}
@media screen and (max-width: 767px) {
  .work_wrap .text > h3 {
    font-size: 1.8rem;
    padding: 0.8em 2.5rem 0.7em;
  }
}
.work_wrap .text > p.readText {
  background-color: #fff;
  font-size: max(1.4rem, 14px);
  padding: 2rem 3rem 2.5rem;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .work_wrap .text > p.readText {
    padding: 1.5rem 2.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .work_wrap .image_wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */