@charset "UTF-8";
@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
header {
  background-color: rgba(19, 157, 163, 0.75);
}
@media all and (max-width: 750px) {
  header.fixed {
    background-color: unset;
  }
}

main {
  margin-top: var(--header-hight);
}

/*----------------------------------------------------
MEMBER
----------------------------------------------------*/
#member {
  background-color: #f7f7f7;
  padding: 43px 0;
}
@media all and (min-width: 751px) {
  #member {
    padding: 68px 0 75px;
  }
}
#member .inner {
  --sp_padding: 42px;
  --pc_padding: 22%;
}
@media all and (min-width: 1441px) {
  #member .inner {
    --pc_padding: 320px;
  }
}
#member .title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #00787e;
  letter-spacing: 0.5em;
  font-size: 20px;
}
@media all and (min-width: 751px) {
  #member .title {
    font-size: 24px;
  }
}
#member ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 23px;
  margin-top: 37px;
}
@media all and (min-width: 751px) {
  #member ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 50px;
    margin-top: 42px;
  }
}
@media all and (min-width: 751px) {
  #member ul li {
    width: 46.6%;
  }
}
#member ul li .texts {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  #member ul li .texts {
    margin-top: 28px;
  }
}
#member ul li .texts .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8em;
  margin-bottom: 10px;
}
#member ul li .texts .name .jp {
  white-space: nowrap;
  color: #00787e;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  #member ul li .texts .name .jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #member ul li .texts .name .jp {
    font-size: 18px;
  }
}
#member ul li .texts .name .en {
  white-space: nowrap;
  color: #cae1e2;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  #member ul li .texts .name .en {
    font-size: 19px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #member ul li .texts .name .en {
    font-size: 16px;
  }
}
#member ul li .texts p {
  color: #00787e;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 11px;
  line-height: 1.72;
}
@media all and (min-width: 751px) {
  #member ul li .texts p {
    font-size: 13px;
    line-height: 1.84;
  }
}

/*----------------------------------------------------
インタビュー
----------------------------------------------------*/
#interview {
  overflow: hidden;
  padding: 40px 0 50px;
}
@media all and (min-width: 751px) {
  #interview {
    padding: 100px 0 126px;
  }
}
#interview .inner {
  --sp_padding: 22px;
  --pc_padding: 244px;
}
#interview .block .head {
  color: #00787e;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media all and (min-width: 751px) {
  #interview .block .head {
    font-size: 26px;
    margin-bottom: 34px;
  }
}
#interview .block .question {
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 0.8em;
}
@media all and (min-width: 751px) {
  #interview .block .question {
    font-size: 15px;
    line-height: 1.86;
  }
}
#interview .block .question::before {
  content: "―";
  -webkit-text-stroke: 1px #222222;
  margin-right: 0.5em;
}
#interview .block .text:not(:last-child) {
  margin-bottom: 1.5em;
}
#interview .block .text p {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.66;
}
@media all and (min-width: 751px) {
  #interview .block .text p {
    font-size: 14px;
    line-height: 2;
  }
}
#interview .block .text p:not(:last-child) {
  margin-bottom: 1em;
}
#interview .block .text p .name {
  font-weight: bold;
  margin-right: 0.5em;
}
#interview .block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-bottom: 1.5em;
}
@media all and (min-width: 751px) {
  #interview .block .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  #interview .block .wrap .image {
    width: 46.9vw;
  }
  #interview .block .wrap .texts {
    width: 49.6%;
  }
}
@media all and (min-width: 1441px) {
  #interview .block .wrap .image {
    width: 60%;
  }
}
#interview .block:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  #interview .block:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media all and (min-width: 751px) {
  #interview .block:nth-child(odd) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (min-width: 751px) {
  #interview .block:nth-child(odd) .wrap .image {
    margin-right: calc(50% - 50vw);
  }
}
@media all and (min-width: 1441px) {
  #interview .block:nth-child(odd) .wrap .image {
    margin-right: -15%;
  }
}
@media all and (min-width: 751px) {
  #interview .block:nth-child(even) .wrap .image {
    margin-left: calc(50% - 50vw);
  }
}
@media all and (min-width: 1441px) {
  #interview .block:nth-child(even) .wrap .image {
    margin-left: -15%;
  }
}