@charset "UTF-8";
@counter-style em-decimal {
  symbols: "０" "１" "２" "３" "４" "５" "６" "７" "８" "９";
  system: numeric;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  word-break: break-all;
  -webkit-font-kerning: auto;
          font-kerning: auto;
}

a {
  color: inherit;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

input {
  background: none;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
}

select {
  background: none;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
}

.anchor {
  scroll-margin-top: 150px;
}
@media screen and (max-width: 1050px) {
  .anchor {
    scroll-margin-top: 70px;
  }
}

.wp-block-post-content .speechbubble {
  display: grid;
  gap: 8px 20px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "img name" "img txt";
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .speechbubble {
    gap: 4px 10px;
  }
}
.wp-block-post-content .speechbubble__img {
  border-radius: 50%;
  grid-area: img;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px !important;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .speechbubble__img {
    width: 48px !important;
    height: 48px !important;
  }
}
.wp-block-post-content .speechbubble__name {
  color: #969696;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  grid-area: name;
  line-height: 2em !important;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .speechbubble__name {
    font-size: 1rem;
    line-height: 2em;
  }
}
.wp-block-post-content .speechbubble__comment {
  background-color: #EFF7FE;
  border-radius: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  grid-area: txt;
  line-height: 2em;
  padding: 20px 32px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .speechbubble__comment {
    font-size: 1.4rem;
    line-height: 2em;
    padding: 12px 20px;
  }
}
.wp-block-post-content .speechbubble__comment::before {
  background-color: #EFF7FE;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 100%;
  top: 16px;
  width: 10px;
}
.wp-block-post-content .speechbubble__comment_modify_backgray {
  background-color: #F5F6F7;
}
.wp-block-post-content .speechbubble__comment_modify_backgray::before {
  background-color: #F5F6F7;
}
.wp-block-post-content .odtComment__title {
  -webkit-align-items: center;
          align-items: center;
  color: #2b5ad9;
  display: -webkit-flex;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 0 20px;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 2em;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .odtComment__title {
    padding-bottom: 8px;
  }
}
.wp-block-post-content .odtComment__title::before {
  background-color: #2b5ad9;
  content: "";
  display: block;
  height: 1px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .odtComment__title::before {
    width: 20px;
  }
}
.wp-block-post-content .odtComment__title::after {
  background-color: #2b5ad9;
  content: "";
  display: block;
  height: 1px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .odtComment__title::after {
    width: 20px;
  }
}
.wp-block-post-content .odtComment__unit {
  background-color: #F5F6F7;
  border: 1px solid #D0D0D0;
  display: grid;
  gap: 0 40px;
  grid-template-columns: auto 1fr;
  padding: 32px 60px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .odtComment__unit {
    gap: 0 12px;
    padding: 14px 16px 16px 14px;
  }
}
.wp-block-post-content .odtComment__img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .odtComment__img {
    width: 40px;
    height: 40px;
  }
}
.wp-block-post-content .odtComment__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2em;
}
.wp-block-post-content .notes {
  border: 1px solid #D0D0D0;
  font-size: 1.4rem;
  padding: 14px 30px 16px;
  margin-bottom: 2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .notes {
    padding: 14px 20px 16px;
  }
}
.wp-block-post-content .aboutPeople {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background-color: #F5F6F7;
  display: -webkit-flex;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 40px;
  padding: 32px 60px;
}
.wp-block-post-content .aboutPeople + .aboutPeople {
  margin-top: -20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .aboutPeople {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    padding: 14px 16px;
  }
  .wp-block-post-content .aboutPeople + .aboutPeople {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.wp-block-post-content .aboutPeople__img {
  border-radius: 50%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .aboutPeople__img {
    width: 48px;
    height: 48px;
  }
}
.wp-block-post-content .aboutPeople__text {
  font-size: 1.4rem;
  line-height: 2;
  padding-top: 19px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .aboutPeople__text {
    padding-top: 0px;
  }
}
.wp-block-post-content .interviewTextBlock {
  display: grid;
  gap: 8px;
}
.wp-block-post-content .interviewTextBlock__q {
  font-weight: 700;
  position: relative;
}
.wp-block-post-content .interviewTextBlock__q::before {
  content: "―― ";
  letter-spacing: -0.1em;
  margin-right: 0.2em;
}
.wp-block-post-content .books {
  background: #f5f6f7;
}
.wp-block-post-content .books__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(min(145px, 100%), 18.125%) minmax(auto, 495px);
  -webkit-justify-content: center;
          justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .books__inner {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr);
    padding: 30px;
  }
}
.wp-block-post-content .books__imgWrap {
  place-self: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .books__imgWrap {
    max-width: 145px;
  }
}
.wp-block-post-content .books__img {
  display: block;
  width: 100%;
}
.wp-block-post-content .books__content {
  align-self: center;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .books__content {
    gap: 8px;
  }
}
.wp-block-post-content .books__title {
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .books__title {
    font-size: 1.6rem;
  }
}
.wp-block-post-content .books__desc {
  font-size: 1.4rem;
  line-height: 2;
}
.wp-block-post-content .eye__title {
  -webkit-align-items: center;
          align-items: center;
  color: #2b5ad9;
  display: -webkit-flex;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 0 20px;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 2em;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .eye__title {
    padding-bottom: 8px;
  }
}
.wp-block-post-content .eye__title::before {
  background-color: #2b5ad9;
  content: "";
  display: block;
  height: 1px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .eye__title::before {
    width: 20px;
  }
}
.wp-block-post-content .eye__title::after {
  background-color: #2b5ad9;
  content: "";
  display: block;
  height: 1px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .eye__title::after {
    width: 20px;
  }
}
.wp-block-post-content .eye__wrap {
  display: grid;
  gap: 8px 30px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  grid-template-areas: "img txt";
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .eye__wrap {
    gap: 4px 10px;
  }
  .wp-block-post-content .eye__wrap + .speechbubble {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.wp-block-post-content .eye__img {
  border-radius: 50%;
  grid-area: img;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .eye__img {
    width: 48px;
    height: 48px;
  }
}
.wp-block-post-content .eye__comment {
  background-color: #F5F6F7;
  border-radius: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  grid-area: txt;
  line-height: 2em;
  padding: 20px 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .eye__comment {
    font-size: 1.4rem;
    line-height: 2em;
    padding: 12px 20px;
  }
}
.wp-block-post-content .eye__comment::before {
  background-color: #F5F6F7;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 100%;
  top: 16px;
  width: 10px;
}