@charset "UTF-8";
/**
 * mixins and functions
 * @version 1.0
 */
/* ------------------------
wp content
------------------------ */
/* --------------------
採用情報 common
-------------------- */
.page-recruit .l-header {
  background: rgba(0, 0, 0, 0.8);
}
.page-recruit .l-header__logo {
  width: 22%;
  max-width: 314px;
}
.page-recruit .l-header__nav .nav-list {
  margin-right: 0;
}
.page-recruit .l-header__nav .nav-list .nav-item > a,
.page-recruit .l-header__nav .nav-list .nav-item > button {
  color: #FFF;
}
.page-recruit .l-header__nav .nav-list .nav-item > a:hover,
.page-recruit .l-header__nav .nav-list .nav-item > button:hover {
  opacity: 0.7;
}
.page-recruit .l-header__btn {
  width: 17%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .page-recruit .l-header .ham__button span {
    background: #FFF;
  }
  .page-recruit .l-header__logo {
    width: 100%;
    max-width: 157px;
  }
  .page-recruit .l-header .sp-nav .l-header__nav .nav-list .nav-item > a,
  .page-recruit .l-header .sp-nav .l-header__nav .nav-list .nav-item > button {
    color: inherit;
    background-image: url("/wp-content/themes/elwsc/images/icon/icon_arrow01_red.svg");
    background-repeat: no-repeat;
    background-size: 0.5em;
    background-position: center right 5.8%;
  }
  .page-recruit .l-header .sp-nav .l-header__nav .nav-list .nav-item > a:hover,
  .page-recruit .l-header .sp-nav .l-header__nav .nav-list .nav-item > button:hover {
    opacity: 1;
  }
  .page-recruit .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu button {
    background-image: none;
  }
  .page-recruit .l-header .sp-nav .l-header__btn {
    width: 100%;
    max-width: 100%;
  }
}
.page-recruit .c-catch-eng {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.page-recruit .c-catch-eng {
  display: inline-block;
  font-size: 14vw;
  line-height: 1;
  white-space: nowrap;
  transform: skewX(-8deg);
}
.page-recruit .c-catch-eng.pink {
  color: #f5e0e0;
}
.page-recruit .c-catch-eng.red {
  color: #cc3333;
}
.page-recruit .c-catch-eng.gray {
  color: #d7e3e4;
}
@media screen and (max-width: 768px) {
  .page-recruit .c-catch-eng {
    font-size: 17vw;
  }
}
.page-recruit .c-icon-arrow04 {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100vh;
  background-color: #cc3333;
  overflow: hidden;
}
.page-recruit .c-icon-arrow04::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  mask: url("/wp-content/themes/elwsc/images/icon/icon_arrow04.svg") no-repeat;
  -webkit-mask: url("/wp-content/themes/elwsc/images/icon/icon_arrow04.svg") no-repeat;
  mask-size: 30%;
  -webkit-mask-size: 30%;
  mask-position: center center;
  -webkit-mask-position: center center;
}
.page-recruit .c-icon-arrow04__white {
  background-color: #FFF;
}
.page-recruit .c-icon-arrow04__white::after {
  background-color: #cc3333;
}
@media screen and (max-width: 768px) {
  .page-recruit .c-icon-arrow04 {
    width: 50px;
    height: 50px;
  }
}

/* --------------------
採用情報 top
-------------------- */
.p-recruitTop-mv {
  width: 100%;
  min-width: 1200px;
  background: url("/wp-content/themes/elwsc/images/page/recruit/home/mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
}
.p-recruitTop-mv__content {
  width: 100%;
  height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.p-recruitTop-mv__content .eng,
.p-recruitTop-mv__content .ja {
  width: 100%;
  display: block;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.p-recruitTop-mv__content .eng {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.p-recruitTop-mv__content .eng {
  font-size: 80px;
  letter-spacing: 0.06em;
}
.p-recruitTop-mv__content .ja {
  font-size: 36px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-recruitTop-mv {
    width: 100%;
    min-width: 100%;
    padding-top: 40px;
  }
  .p-recruitTop-mv__content {
    width: 100%;
    height: 150vw;
    max-height: calc(100vh - 40px);
    gap: 3vw;
  }
  .p-recruitTop-mv__content .eng {
    width: auto;
    font-size: 16vw;
    white-space: nowrap;
    text-align: left;
  }
  .p-recruitTop-mv__content .ja {
    font-size: 4.2vw;
    white-space: nowrap;
    padding-left: 0.7em;
  }
}

.p-recruitTop-message {
  background-image: url("/wp-content/themes/elwsc/images/page/recruit/home/bg_message.png"), linear-gradient(to top, #f1f5f6, transparent);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  position: relative;
  overflow: hidden;
  padding-top: 9vw;
}
.p-recruitTop-message .eng {
  position: absolute;
  top: 0;
  right: -1vw;
  z-index: 0;
}
.p-recruitTop-message__title {
  position: relative;
  padding-bottom: 40px;
}
.p-recruitTop-message__title .ja {
  display: block;
  font-size: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-recruitTop-message__catch p {
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.6em;
}
.p-recruitTop-message__catch p:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-recruitTop-message {
    background-size: auto 150%;
    padding-top: 9vw;
  }
  .p-recruitTop-message__title {
    padding-bottom: 20px;
  }
  .p-recruitTop-message__title .ja {
    font-size: 26px;
  }
  .p-recruitTop-message__catch p {
    padding-bottom: 1em;
  }
  .p-recruitTop-message__catch p:last-of-type {
    padding-bottom: 0;
  }
}

.p-recruitTop-link01 {
  background: #d7e3e4;
}
.p-recruitTop-link01__content .link-list {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
.p-recruitTop-link01__content .link-list .item {
  width: 47%;
  max-width: 580px;
}
.p-recruitTop-link01__content .link-list .item a {
  display: block;
  width: 100%;
  height: 260px;
  padding: 25px 40px;
  background-image: url("/wp-content/themes/elwsc/images/page/recruit/home/bnr01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #FFF;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  color: inherit;
  position: relative;
}
.p-recruitTop-link01__content .link-list .item a .name {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.p-recruitTop-link01__content .link-list .item a .icon {
  position: absolute;
  bottom: -25px;
  right: -25px;
}
.p-recruitTop-link01__content .link-list .item.item-service a {
  background-image: url("/wp-content/themes/elwsc/images/page/recruit/home/bnr02.jpg");
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-recruitTop-link01__content .link-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .p-recruitTop-link01__content .link-list .item {
    width: 90%;
    max-width: 400px;
  }
  .p-recruitTop-link01__content .link-list .item a {
    height: 40vw;
    max-height: 180px;
    padding: 15px 25px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .p-recruitTop-link01__content .link-list .item a .name {
    font-size: 20px;
  }
  .p-recruitTop-link01__content .link-list .item a .icon {
    bottom: -10px;
    right: -10px;
  }
  .p-recruitTop-link01__content .link-list .item a:hover {
    opacity: 1;
  }
  .p-recruitTop-link01__content .link-list .item a:active {
    opacity: 0.7;
  }
}

.p-recruitTop-recruitment {
  background: url("/wp-content/themes/elwsc/images/page/recruit/home/bg_recruitment.png") no-repeat;
  background-size: auto 100%;
  background-position: top right;
}
.p-recruitTop-recruitment__title {
  padding-bottom: 35px;
  text-indent: -0.2em;
}
.p-recruitTop-recruitment__content .link-list .item {
  width: 84%;
  max-width: 1000px;
  margin-bottom: 4%;
}
.p-recruitTop-recruitment__content .link-list .item:last-of-type {
  margin-bottom: 0;
}
.p-recruitTop-recruitment__content .link-list .item .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  height: 15.3vw;
  max-height: 200px;
  min-height: 180px;
  padding: 25px 40px;
  background-color: #d7e3e4;
  background-image: url("/wp-content/themes/elwsc/images/page/recruit/home/bnr03.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  color: inherit;
  position: relative;
}
.p-recruitTop-recruitment__content .link-list .item .inner .name {
  width: 100%;
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.p-recruitTop-recruitment__content .link-list .item .inner .link-wrap a {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: inherit;
  line-height: 1;
  border-right: 2px solid #99a5a6;
  padding-right: 1.2em;
}
.p-recruitTop-recruitment__content .link-list .item .inner .link-wrap a:last-of-type {
  border-right: none;
  padding-right: 0;
  padding-left: 1.2em;
}
.p-recruitTop-recruitment__content .link-list .item .inner .link-wrap a:hover {
  opacity: 1;
  color: #cc3333;
}
.p-recruitTop-recruitment__content .link-list .item .inner .text {
  width: 100%;
  display: block;
  line-height: 1.3;
  text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.6), -3px -3px 10px rgba(255, 255, 255, 0.6), -3px 3px 10px rgba(255, 255, 255, 0.6), 3px -3px 10px rgba(255, 255, 255, 0.6);
}
.p-recruitTop-recruitment__content .link-list .item .inner .icon {
  position: absolute;
  bottom: -25px;
  right: -25px;
}
.p-recruitTop-recruitment__content .link-list .item.item-newgraduate {
  margin-left: auto;
}
.p-recruitTop-recruitment__content .link-list .item.item-midcareer .inner {
  background-image: url("/wp-content/themes/elwsc/images/page/recruit/home/bnr04.png");
}
@media screen and (max-width: 768px) {
  .p-recruitTop-recruitment {
    padding-bottom: 50px;
  }
  .p-recruitTop-recruitment__title {
    padding-bottom: 5vw;
    text-indent: -0.1em;
  }
  .p-recruitTop-recruitment__content .link-list .item {
    width: 90%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px;
  }
  .p-recruitTop-recruitment__content .link-list .item:last-of-type {
    margin-bottom: 0;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner {
    height: 40vw;
    max-height: 180px;
    min-height: 160px;
    padding: 15px 20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-position: center right -70px;
    position: relative;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #d7e3e4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner .name {
    padding-bottom: 0.3em;
    font-size: 18px;
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.3), -3px -3px 10px rgba(255, 255, 255, 0.3), -3px 3px 10px rgba(255, 255, 255, 0.3), 3px -3px 10px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner .link-wrap {
    position: relative;
    z-index: 1;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner .link-wrap a {
    font-size: 22px;
    border-right: 1px solid #99a5a6;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner .link-wrap a:last-of-type {
    border-right: none;
    padding-right: 0;
    padding-left: 1.2em;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner .link-wrap a:hover {
    opacity: 1;
    color: inherit;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner .link-wrap a:active {
    opacity: 1;
    color: #cc3333;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner .text {
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.3), -3px -3px 10px rgba(255, 255, 255, 0.3), -3px 3px 10px rgba(255, 255, 255, 0.3), 3px -3px 10px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
  }
  .p-recruitTop-recruitment__content .link-list .item .inner .icon {
    bottom: -10px;
    right: -10px;
  }
}

.l-recruit-layout01 {
  padding: 0;
}
.l-recruit-layout01__content .content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  overflow: hidden;
}
.l-recruit-layout01__content .text {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8vw;
}
.l-recruit-layout01__content .text p {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.l-recruit-layout01__content .image {
  width: 70%;
  height: 31vw;
  min-height: 370px;
  position: relative;
}
.l-recruit-layout01__content .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
.l-recruit-layout01__content .image .eng {
  position: absolute;
  bottom: -2vw;
  right: -1vw;
}
.l-recruit-layout01__content a:hover {
  opacity: 0.6;
}
.l-recruit-layout01__content a:hover img {
  opacity: 1;
}
.l-recruit-layout01__reverse .l-recruit-layout01__content .content-wrap {
  flex-direction: row-reverse;
}
.l-recruit-layout01__reverse .l-recruit-layout01__content .image .eng {
  left: -1vw;
}
@media screen and (max-width: 768px) {
  .l-recruit-layout01__content .text {
    width: 30%;
  }
  .l-recruit-layout01__content .text p {
    font-size: 3.5vw;
  }
  .l-recruit-layout01__content .image {
    width: 70%;
    height: 32vw;
    min-height: auto;
  }
  .l-recruit-layout01__content .image .eng {
    font-size: 14vw;
  }
  .l-recruit-layout01__content a:hover {
    opacity: 1;
  }
  .l-recruit-layout01__content a:hover img {
    opacity: 1;
  }
  .l-recruit-layout01__content a:active {
    opacity: 0.6;
  }
  .l-recruit-layout01__content a:active img {
    opacity: 1;
  }
}

.p-recruitTop-member {
  background: #cc3333;
}
.p-recruitTop-member a {
  color: #FFF;
}
.p-recruitTop-about {
  background: #FFF;
}
.p-recruitTop-about a {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .p-recruitTop-about {
    margin-bottom: 10px;
    border-bottom: 1px solid #d7e3e4;
  }
}

/* --------------------
採用情報 page
-------------------- */
.l-recruit .title-large {
  color: inherit;
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
  padding: 0;
  padding-bottom: 50px;
  margin-bottom: 60px;
  position: relative;
}
.l-recruit .title-large::after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  border-radius: 100vh;
  background: #cc3333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l-recruit .title-large .sub {
  font-size: 30px;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-recruit .title-large {
    font-size: 24px;
    padding-bottom: 1.4em;
    margin-bottom: 1.4em;
  }
  .l-recruit .title-large::after {
    width: 80px;
    height: 5px;
  }
  .l-recruit .title-large .sub {
    display: block;
    font-size: 18px;
  }
}
.l-recruit__flow {
  padding: 60px 0;
}
.l-recruit__flow .c-service-flow .content-item a {
  pointer-events: none;
}
.l-recruit__product .c-product-banner01 {
  background: #d7e3e4;
}
.l-recruit__product .c-product-banner01 a {
  pointer-events: none;
}
.l-recruit__case_study {
  margin-top: 100px;
  padding: 80px 0;
  background: #d7e3e4;
}
.l-recruit__case_study a {
  pointer-events: none;
}
.l-recruit__btn-toCorporate {
  padding-top: 80px;
}
.l-recruit__btn-toCorporate .text {
  padding-bottom: 20px;
}
.l-recruit__btn-toCorporate .text p {
  text-align: center;
  font-size: 18px;
}
.l-recruit__btn-toCorporate .btn-toCorporate-item {
  max-width: 520px;
}
.l-recruit .company-in-numbers {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  gap: 40px;
}
.l-recruit .company-in-numbers:first-of-type {
  margin-top: 40px;
}
.l-recruit .company-in-numbers .wp-block-column {
  width: 50%;
  padding: 20px;
  padding-top: 10px;
  border: 1px solid #88aeb2;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-recruit .company-in-numbers {
    margin-bottom: 25px;
    gap: 25px;
  }
  .l-recruit .company-in-numbers:first-of-type {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-recruit__flow {
    padding: 40px 0 40px;
  }
  .l-recruit__flow .c-service-flow .content-item {
    max-height: 371px;
    gap: 12px;
  }
  .l-recruit__flow .c-service-flow .content-item img {
    height: 104px;
  }
  .l-recruit__flow .c-service-flow .detail-list li {
    font-size: 12px;
    padding-bottom: 0.5em;
  }
  .l-recruit__flow .c-service-flow .detail-list li:last-of-type {
    padding-bottom: 0;
  }
  .l-recruit__case_study {
    margin-top: 50px;
    padding: 40px 0;
  }
  .l-recruit__btn-toCorporate {
    padding-top: 40px;
  }
  .l-recruit__btn-toCorporate .text {
    padding-bottom: 1em;
  }
  .l-recruit__btn-toCorporate .text p {
    font-size: 15px;
    line-height: 1.4;
  }
  .l-recruit__btn-toCorporate .btn-toCorporate-item {
    width: 90%;
  }
}

/* --------------------
採用情報 社員紹介
-------------------- */
.l-member-archive {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-member-archive {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-main:has(.l-member-archive) {
    padding-bottom: 0;
  }
  .l-main:has(.l-member-archive) .section-sales {
    padding-bottom: 80px;
  }
}
.l-member-list01__section {
  background: #FFF;
  padding: 80px 0;
}
.l-member-list01__section:first-of-type {
  padding-top: 0;
}
.l-member-list01__section:nth-of-type(even) {
  background: #d7e3e4;
}
.l-member-list01__post-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 45px 20px;
}
.l-member-list01__post-list::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: transparent;
}
.l-member-list01__post-item {
  width: 30%;
}
.l-member-list01__post-item .photo {
  width: 100%;
  position: relative;
}
.l-member-list01__post-item .photo a {
  display: block;
  width: 100%;
  height: 260px;
  border: 1px solid #f4f4f4;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
}
.l-member-list01__post-item .photo a:hover {
  opacity: 0.7;
}
.l-member-list01__post-item .photo a:hover img {
  opacity: 1;
}
.l-member-list01__post-item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-member-list01__post-item .photo .noimage {
  width: 100%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  color: rgba(0, 0, 0, 0.4);
}
.l-member-list01__post-item .photo .icon {
  display: block;
  width: 30px;
  height: 30px;
  background-size: 8px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.l-member-list01__post-item .text {
  padding-top: 0.8em;
}
.l-member-list01__post-item .text .lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #cc3333;
  padding-bottom: 0.3em;
}
.l-member-list01__post-item .text .name {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}
.l-member-list01__post-item .text .name span {
  display: block;
}
.l-member-list01__new-member {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.l-member-list01__new-member .item {
  width: 100%;
  max-width: 600px;
}
.l-member-list01__new-member .item .photo {
  display: block;
  width: 100%;
  height: 304px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.l-member-list01__new-member .item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-member-list01__new-member .item .photo .noimage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  color: rgba(0, 0, 0, 0.4);
}
.l-member-list01__new-member .item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 1em;
}
.l-member-list01__new-member .item .text {
  padding-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .l-member-list01__section {
    padding: 40px 0;
  }
  .l-member-list01__section:first-of-type {
    padding-top: 0;
  }
  .l-member-list01__post-list {
    gap: 5vw 0;
  }
  .l-member-list01__post-list::after {
    width: 47%;
  }
  .l-member-list01__post-item {
    width: 47%;
  }
  .l-member-list01__post-item .photo a {
    height: 40vw;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .l-member-list01__post-item .photo a:hover {
    opacity: 1;
  }
  .l-member-list01__post-item .photo a:hover img {
    opacity: 1;
  }
  .l-member-list01__post-item .photo a:active {
    opacity: 0.7;
  }
  .l-member-list01__post-item .photo a:active img {
    opacity: 1;
  }
  .l-member-list01__post-item .photo .noimage {
    height: 40vw;
  }
  .l-member-list01__post-item .photo .icon {
    width: 6vw;
    height: 6vw;
    background-size: 30%;
    bottom: 2vw;
    right: 2vw;
  }
  .l-member-list01__post-item .text {
    padding-top: 0.5em;
  }
  .l-member-list01__post-item .text .lead {
    font-size: 13px;
    padding-bottom: 0.3em;
  }
  .l-member-list01__post-item .text .name {
    font-size: 12px;
    gap: 0.3em 0.8em;
  }
  .l-member-list01__post-item .text .name span {
    display: block;
    line-height: 1.4;
  }
  .l-member-list01__new-member {
    margin-top: 35px;
  }
  .l-member-list01__new-member .item {
    width: 100%;
  }
  .l-member-list01__new-member .item .photo {
    width: 100%;
    height: 45vw;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .l-member-list01__new-member .item .title {
    font-size: 16px;
    padding-top: 0.8em;
  }
  .l-member-list01__new-member .item .text {
    padding-top: 0.5em;
  }
}

.l-postType-member .introduction {
  background: #d7e3e4;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.l-postType-member .introduction .image {
  width: 480px;
  min-width: 480px;
  height: 400px;
}
.l-postType-member .introduction .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-postType-member .introduction .image .noimage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  color: rgba(0, 0, 0, 0.4);
}
.l-postType-member .introduction .text {
  width: 100%;
  padding: 40px 32px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0 0;
}
.l-postType-member .introduction .text p {
  padding: 0;
  margin: 0;
}
.l-postType-member .introduction .text .lead {
  width: 100%;
  color: #cc3333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: auto;
  padding-bottom: 0.7em;
}
.l-postType-member .introduction .text .name {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.8em;
}
.l-postType-member .introduction .text .join {
  width: 100%;
}
.l-postType-member .introduction .text .comment {
  width: 100%;
  border-top: 1px solid #FFF;
  margin-top: 1em;
  padding-top: 1em;
  line-height: 1.5;
}
.l-postType-member .interview {
  padding: 80px 0 0;
}
.l-postType-member .interview .question {
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
  padding-left: 1.5em;
  text-indent: -0.65em;
}
.l-postType-member .interview .question:first-of-type {
  margin-top: 0;
}
.l-postType-member .interview .question::before {
  content: "Q";
  display: inline-block;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-postType-member .interview .question {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 0.7em;
  }
  .l-postType-member .interview .question:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-postType-member .introduction {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: block;
  }
  .l-postType-member .introduction .image {
    width: 100%;
    min-width: 100%;
    height: 75vw;
  }
  .l-postType-member .introduction .text {
    width: 100%;
    padding: 20px 20px;
    display: block;
  }
  .l-postType-member .introduction .text .lead {
    width: 100%;
    font-size: 18px;
    padding-bottom: 0.6em;
  }
  .l-postType-member .introduction .text .name {
    width: 100%;
    font-size: 16px;
    gap: 0.8em;
  }
  .l-postType-member .introduction .text .join {
    width: 100%;
    font-size: 13px;
  }
  .l-postType-member .introduction .text .comment {
    width: 100%;
    font-size: 13px;
    margin-top: 0.7em;
    padding-top: 0.7em;
  }
  .l-postType-member .interview {
    padding: 40px 0 0;
  }
}
/*# sourceMappingURL=index.css.map */