@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 128px 30px;
  margin-top: 37px;
  font-family: "Noto Sans JP", sans-serif;
}
.member-list .member-it {
  width: calc(33.33% - 20px);
  position: relative;
}
.member-list .member-it .avata {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.member-list .member-it .avata img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-list .member-it .info {
  padding: 43px 0 0;
  max-width: 282px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.member-list .member-it .option {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #989898;
  margin-bottom: 0;
}
.member-list .member-it .name {
  font-weight: 900;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  color: #000;
}
.member-list .member-it .des {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 36px;
  letter-spacing: 0.05em;
}
.member-list .member-it .link {
  display: block;
  font-size: 19px;
  line-height: 23px;
  color: #116277;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 7px;
  text-align: center;
  max-width: 256px;
  border: 2px solid #116277;
  border-radius: 26px;
  transition: all 0.3s;
  margin: 0 auto;
  font-family: "Barlow";
  margin-top: auto;
  width: 100%;
}
.member-list .member-it .link:hover {
  background: #116277;
  color: #fff;
  opacity: 1;
}
.member-content {
  padding-bottom: 110px;
  margin-top: 120px;
}
.author-top-inner {
  padding: 0 48px 56px;
  border-bottom: 1px solid #dbdbdb;
}
.author-top-inner {
  display: flex;
  align-items: center;
}
.author-top-inner .featured {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
.author-top-inner .featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-top-inner .info {
  width: calc(100% - 300px);
  padding-left: 101px;
}
.author-top-inner .info .option {
  font-size: 12px;
  line-height: 17px;
  color: #116277;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.author-top-inner .info .name {
  font-weight: 900;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 22px;
  letter-spacing: 0.05em;
}
.author-top-inner .info .name span {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  line-height: 14px;
  color: #116277;
  font-weight: 500;
}
.author-top-inner .info .des {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 25px;
  max-width: 802px;
}
.author-top-inner .author-social {
  display: flex;
  gap: 16px;
}
.author-top-inner .author-social img {
  height: 29px;
}
.author-post {
  padding: 136px 0 62px;
}
.author-title {
  margin-bottom: 48px;
  text-align: center;
}
.author-title .title {
  margin-bottom: 13px;
  font-size: 35px;
  line-height: 50px;
  color: #000;
  font-weight: 900;
  text-align: center;
}
.author-title .sub-title {
  color: #116277;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
}
.author-post .author-link {
  padding-top: 77px;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 45px;
}
.author-post .author-link .view-post {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 26px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 9px 66px;
  font-family: "Barlow";
  cursor: pointer;
}
.author-post .sec {
  margin-bottom: 179px;
}
.author-request-box {
  background: #e0e9ec;
  padding: 64px 74px 75px;
}
.author-content {
  padding-bottom: 107px;
  margin-top: 120px;
  font-family: "Noto Sans JP", sans-serif;
}
.author-request .author-title {
  margin-bottom: 32px;
}
.author-request .des {
  font-size: 21px;
  line-height: 33px;
  letter-spacing: 0.02em;
  font-family: "Barlow";
  font-weight: 400;
  margin: 0 0 25px;
  color: #000;
}
.author-request .benefit {
  margin: 0 0 59px;
  padding: 0;
}
.author-request .benefit li {
  display: block;
  margin-bottom: 0;
  padding-left: 36px;
  font-size: 21px;
  line-height: 39px;
  font-weight: 600;
  font-family: "Barlow";
  color: #000;
  position: relative;
  letter-spacing: 0.15em;
}
.author-request .benefit li:before {
  width: 23px;
  height: 23px;
  background: url(../images/member/check.svg) no-repeat center center/100% 100%;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
}
.author-request-form .form-group p {
  display: flex;
  align-items: center;
}
.author-request-form .form-group p .wpcf7-form-control-wrap {
  width: calc(100% - 304px);
  display: block;
}
.author-request-form .form-group {
  margin-bottom: 18px;
}
.author-request-form input,
.author-request-form textarea {
  border: 1px solid #d1d1d1;
  background: #fff;
  height: 56px;
  width: 100%;
  font-family: "Barlow";
  font-size: 20px;
}
.author-request-form label {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
  color: #000;
  font-family: "Barlow";
  width: 304px;
}
.author-request-form label span {
  font-size: 16px;
  color: #c34040;
  font-weight: 500;
  display: inline-block !important;
}
.author-request-form textarea {
  height: 205px;
  resize: none;
}
.author-request-form .form-group-textarea {
  margin-top: 32px;
}
.author-request-form .form-group-textarea p {
  align-items: flex-start;
}
.author-request-form .btn-submit {
  margin-top: 33px;
  display: block;
  border: 1px solid #fff;
  font-size: 27px;
  line-height: 1;
  padding: 34px 155px 34px 63px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  font-family: "Barlow";
  width: auto;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  background: url(../images/member/right.svg) #116277 no-repeat right 62px
    center/66px auto;
  /* margin-left: 304px; */
  height: auto;
  max-width: max-content;
  width: 100%;
}
.form-input {
  display: flex;
  justify-content: flex-end;
}
.form-input .form-submit {
  width: calc(100% - 304px);
}
.author-request-form .btn-submit:hover {
  opacity: 0.8;
}
.on-sp {
  display: none !important;
}
.member-banner {
  background: url(../images/member/bg-banner.png) no-repeat center center/cover;
  padding: 63px 0 100px;
  color: #fff;
  margin-bottom: 53px;
}
.member-banner .banner-info .title {
  text-stroke: 1px rgba(255, 255, 255, 1) !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 1) !important;
  font-size: 118px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0 0 28px;
  color: transparent;
  text-transform: uppercase;
}
.member-banner .banner-info p {
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 2;
  margin: 0;
  font-weight: 500;
  max-width: 595px;
}
.member-banner .banner-info .sub {
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 12px;
  margin: 0 0 26px;
  max-width: 100%;
}
.member-banner .banner-info .sub:after {
  content: "";
  width: 168px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  margin-left: 8px;
  margin-bottom: 5px;
}
.notion-post {
  font-weight: 700;
  text-align: center;
}
.body-active .breadcrumbWrap > ul > li > a,
.breadcrumbWrap > ul > li > p,
.body-active .breadcrumbWrap > ul > li > span {
  font-weight: 500;
}
.author-request-form .btn-submit.btn-submit-sp {
  display: none;
}
.author-request-form .btn-submit.btn-submit-sp + span {
  opacity: 0;
  display: none;
}
div.wpcf7 .ajax-loader{
  position: absolute;
}
div.wpcf7 .ajax-loader.is-active{
  position: unset
}
@media (max-width: 899px) {
  .author-request-form .form-group p {
    display: block;
  }
  .author-request-form label {
    width: 100%;
    margin-bottom: 30px;
  }
  .author-request-form .form-group p .wpcf7-form-control-wrap {
    width: 100%;
  }
  .form-input {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .member-list {
    display: block;
  }
  .member-list .member-it {
    width: 100%;
    margin-bottom: 9.33vw;
    display: flex;
  }
  .member-list .member-it:last-child {
    margin-bottom: 0;
  }
  .member-list .member-it .avata {
    width: 27.78vw;
    height: 27.78vw;
  }
  .member-list .member-it .info {
    padding: 0 0 0 7.33vw;
    width: calc(100% - 27.78vw);
    max-width: calc(100% - 27.78vw);
  }
  .member-list .member-it .option {
    font-size: 1.33vw;
    line-height: 1.89vw;
    margin-bottom: 0.56vw;
  }
  .member-list .member-it .name {
    font-size: 3.22vw;
    line-height: 4.56vw;
    margin-bottom: 2vw;
  }
  .member-list .member-it .des {
    font-size: 2.22vw;
    line-height: 4.22vw;
    margin-bottom: 3.78vw;
  }
  .member-list .member-it .link {
    font-size: 2.44vw;
    line-height: 2.89vw;
    padding: 1.67vw 2.22vw;
    border-width: 0.22vw;
    width: 100%;
    min-width: 100%;
    border-radius: 11.11vw;
  }
  .member-content {
    padding-bottom: 14.78vw;
    margin-top: 60px;
  }
  .author-content {
    margin-top: 60px;
  }
  .author-top-inner {
    padding: 0 0 11.89vw;
    flex-wrap: wrap;
  }
  .author-top-inner .featured {
    width: 38.89vw;
    height: 38.89vw;
  }
  .on-sp {
    display: block !important;
  }
  .on-pc {
    display: none !important;
  }
  .author-top-inner .des {
    width: 100%;
    margin-top: 7.33vw;
    font-size: 2.89vw;
    line-height: 5.11vw;
    letter-spacing: 0.05em;
  }
  .author-top-inner .info {
    width: calc(100% - 38.89vw);
    padding-left: 7.22vw;
  }
  .author-top-inner .info .option {
    font-size: 2.33vw;
    line-height: 3.44vw;
    margin-bottom: 1vw;
  }
  .author-top-inner .info .name {
    font-size: 5.22vw;
    line-height: 7.56vw;
    margin-bottom: 1.67vw;
  }
  .author-top-inner .info .name span {
    margin: 0;
    display: block;
    font-size: 1.89vw;
    line-height: 2.78vw;
    margin-top: 0.56vw;
  }
  .author-top-inner .author-social {
    gap: 4vw;
  }
  .author-top-inner .author-social img {
    height: 6vw;
  }
  .author-post {
    padding: 18.11vw 0 0;
  }
  .author-title {
    margin-bottom: 15.44vw;
  }
  .author-title .title {
    margin-bottom: 2.22vw;
    font-size: 6.22vw;
    line-height: 9vw;
  }
  .author-title .sub-title {
    font-size: 3.33vw;
    line-height: 4.78vw;
  }
  .author-content {
    padding-bottom: 0;
  }
  .author-post .sec {
    margin-bottom: 19.89vw;
  }
  .member-banner {
    background: #116277;
    padding: 5.67vw 0 8.67vw;
    margin-bottom: 12vw;
  }
  .member-banner .banner-info .title {
    margin: 0 0 2.78vw;
    font-size: 9vw;
  }
  .member-banner .banner-info p {
    font-size: 1.67vw;
    max-width: 100%;
  }
  .member-banner .banner-info .sub {
    font-size: 1.33vw;
    margin: 0 0 2.44vw;
  }
  .member-banner .banner-info .sub:after {
    width: 18.67vw;
    height: 0.11vw;
    margin-left: 0.89vw;
    margin-bottom: 0.33vw;
  }
  .author-request-box {
    padding: 8.667vw 4.9vw 7.111vw ;
    margin-bottom: 13.556vw;
  }
  .author-request .title {
    font-size: 4.778vw;
    line-height: 1.2;
    position: relative;
    padding-bottom: 2.778vw;
    margin-bottom: 6.333vw;
  }
  .author-request .title::before {
    content: "";
    width: 7.778vw;
    height: 0.333vw;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .author-request .sub-title {
    display: none;
  }
  .author-request .des {
    font-size: 3.111vw;
    line-height: 1.52;
    letter-spacing: 0.02em;
    margin-bottom: 1.667vw;
  }
  .form-input .form-submit {
    width: 100%;
  }
  .author-request .benefit li {
    padding-left: 6vw;
    font-size: 3.667vw;
    line-height: 1.5;
    letter-spacing: 0.105em;
    margin-bottom: 1.111vw;
  }
  .author-request .benefit li:before {
    width: 3.667vw;
    height: 3.667vw;
    top: 1vw;
  }
  .author-request .benefit {
    margin-bottom: 7.667vw;
  }
  .author-request-form label {
    font-size: 3.556vw;
    letter-spacing: 0.055em;
    margin-bottom: 2.889vw;
  }
  .author-request-form label span {
    font-size: 2.889vw;
  }
  .author-request-form .form-group {
    margin-bottom: 4.444vw;
  }
  .author-request-form input {
    height: 8.111vw;
  }
  input,
  textarea,
  select {
    padding: 1.111vw 1.667vw;
  }
  .author-request-form textarea {
    height: 43.111vw;
  }
  .form-input {
    display: block;
  }
  .author-request-form .btn-submit {
    display: none;
  }
  .author-request-form .btn-submit + span {
    opacity: 0;
    display: none;
  }
  .author-request-form .btn-submit.btn-submit-sp {
    display: block;
  }
  .author-request-form .btn-submit.btn-submit-sp + span {
    opacity: 1;
    display: inline-block;
  }
  .author-request-form .btn-submit {
    max-width: 100%;
    font-size: 4vw;
    line-height: 1;
    padding: 4.778vw 20.556vw 4.778vw 9.333vw;
    text-align: center;
    background-size: 10.667vw 3vw;
    background-position: 88% center;
    margin-top: 6.444vw;
  }
  .author-request-form .form-group-textarea{
    margin-top: 0;
    margin-bottom: 0;
  }
  .author-request-form input, .author-request-form textarea{
    font-size: 4vw;
    line-height: 1;
  }
}

/*追加css*/
.member-content .breadcrumbCatePages{
  padding: 0 8vw;
}

.author-content .breadcrumbCatePages{
  padding-top: 30px;
}

.author-content .breadcrumbCatePages ul{
  padding: 0 8vw 30px;
}


@media (max-width: 640px) {
  .member-content .breadcrumbCatePages{
    padding: 0 20px;
  }
  .author-content .breadcrumbCatePages{
    padding: 0 20px; 
  }
}
