#about.inner {
  max-width: 1400px;
  width: 100%;
}
#about-message {
  display: flex;
  margin-left: calc((100% - 1000px) / 2);
  max-width: 95%;
}
.about-message-left {
  width: 54%;
}
.about-message-right {
  width: 48%;
  margin-left: -2%;
}
.about-message-h1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 70px 0 54px;
  line-height: 1.7;
}
.about-message-h1 span {
  background: repeating-linear-gradient(-45deg, #fff135, #fff135 2px, transparent 2px, transparent 5px) 0 95%/100% 23% no-repeat;
}
.about-message-left-txtZone {
  background-color: #f9f9f5;
  padding: 52px 10% 52px 5%;
}
.about-message-left-title {
  font-size: 24px;
  font-weight: 600;
  color: #bb9300;
  line-height: 1.7;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
.about-message-left-txt-span {
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}
.about-message-left-txt-span:last-of-type {
  margin-bottom: 0;
}
.tamai-name {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  margin-top: 22px;
}
.tamai-position {
  font-size: 13px;
  line-height: 2.3;
  margin-bottom: 22px;
}
.tamai-detail {
  margin-left: 10%;
}
.aboutIndia-left {
  width: 37%;
  margin-top: -50px;
}
.aboutIndia-right {
  width: 65%;
  margin-left: -2%;
}
.aboutIndia-right .about-message-left-txtZone {
  padding: 52px 5% 52px 10%;
}
.aboutIndia-left-img2 {
  margin-top: 26px;
}
#aboutIndia-wrapper {
  display: flex;
}
.message section {
  margin-bottom: 100px;
}
.idea-txt.about-message-left-txtZone {
  background-color: #fff;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -120px;
  max-width: 65%;
  padding: 52px 5% 0 5%;
}
#profile .btn-box a {
  margin-right: auto;
  margin-left: auto;
}
.profile-work {
  padding: 45px 6%;
  background-color: #f9f9f5;
  color: #4f4f4f;
  margin-top: 22px;
}
.profile-work-title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 12px;
  font-weight: 600;
}
.profile-work-num {
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 0;
  margin-bottom: 12px;
}
.profile-work-list li {
  list-style-type: none;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.profile-work-list {
  margin-bottom: 32px;
}
.profile-name-en {
  margin-top: 20px;
  color: #ffdc00;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.profile-name-ja {
  color: #202020;
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 28px;
}
.profile-about {
  font-size: 1.8rem;
  font-weight: 600;
  background: repeating-linear-gradient(-45deg,
          #fff135,
          #fff135 2px,
          transparent 2px,
          transparent 5px) 0 95%/100% 36% no-repeat;
  margin-bottom: 42px;
  padding-bottom: 4px;
  display: inline-block;
}
.profileWrapper {
  display: flex;
  justify-content: space-around;
}
.profile-left {
  width: 45%;
}
.profile-right {
  width: 50%;
}
.book-title {
  font-size: 21px;
  border-top: none;
  background-color: #ffdc00;
  font-weight: 600;
  padding: 21px 1.1em;
  border-bottom: 5px solid #ffff00;
  color: #38393e;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
.book-inner {
  max-width: 892px;
  width: 90%;
  margin: -20px auto 70px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 30px;
}
.book-inner-book {
  width: 39%;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
.book-inner-txt {
  width: 47%;
}
.book-inner-txt-date {
  color: #ffdc00;
  font-size: 18px;
  font-weight: 600;
}
.book-inner-txt-company {
  font-size: 16px;
  margin-bottom: 16px;
}
.book-inner-txt-txt {
  font-size: 16px;
  line-height: 1.7;
}
.book-inner-txt-caution {
  font-size: 16px;
  margin: 24px 0;
}
.book-inner-txt-title {
  font-size: 2.7rem;
  margin: 8px 0 14px;
  font-weight: 600;
}
.book-another {
  font-size: 18px;
  text-align: center;
  padding: 60px 0;
  background-color: #f9f9f5;
}
.book-another-lineup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -32px;
}
.book-another-lineup-s {
  width: 14.8%;
}
.book-another-lineup-m {
  width: 26.3%;
}

@media screen and (max-width: 1080px) {
  .about-message-h1 br {
    display: inline-block;
  }
  #about-message {
    max-width: 100%;
    margin-left: auto;
  }
  #about.inner {
    padding-right: 0;
  }
  #idea, #profile, #book {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .book-another-lineup {
    margin-top: -18px;
  }
  .book-inner-txt-title {
    font-size: 2.4rem;
    margin: 5px 0 10px;
  }
  .book-inner-txt-date {
    font-size: 15px;
  }
  .book-inner-txt {
    width: 100%;
    margin-top: 18px;
    font-size: 15px;
  }
  .book-inner-book {
    width: 100%;
    max-width: 400px;
    margin: -16px auto 0;
  }
  .book-inner {
    margin-top: 0;
    display: block;
  }
  .book-another {
    padding: 36px 0;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 1.6;
  }
  .book-title {
    font-size: 18px;
    line-height: 1.6;
    padding: 8px 0.8rem 10px;
    margin-bottom: 24px;
  }
  .profile-work-list {
    font-size: 1.4rem;
  }
  .profile-right-img {
    margin-top: 26px;
  }
  .profile-name-en {
    font-size: 15px;
  }
  .profile-name-ja {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .profile-about {
    font-size: 1.4rem;
    margin-bottom: 34px;
  }
  .profile-left {
    width: 95%;
    margin: 0 auto;
  }
  .profile-right {
    width: 100%;
  }
  .profileWrapper {
    display: block;
  }
  .book-inner-txt-company {
    font-size: 15px;
  }
  .about-message-left-txt-span {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
  }
  .about-message-left-title {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .about-message-h1 {
    font-size: 2.7rem;
    margin: 28px 0 18px;
  }
  #about.inner {
    display: block;
  }
  .book-another-lineup-s {
    width: 33%;
  }
  .book-another-lineup-m {
    width: 49%;
  }
  .message section {
    margin-bottom: 50px;
  }
  html #about.inner {
    padding-right: 25px;
  }
  html #about-message {
    width: 100%;
    display: block;
  }
  .about-message-left {
    width: 100%;
  }
  .about-message-left-txtZone {
    padding: 28px 5% 28px 5%;
  }
  .aboutIndia-right .about-message-left-txtZone {
    padding: 28px 5% 28px 5%;
  }
  .idea-txt.about-message-left-txtZone {
    padding: 28px 5% 0 5%;
    margin-top: -25px;
    max-width: 100%;
  }

  .book-inner-txt-txt {
    font-size: 15px;
  }
  .book-inner-txt-caution {
    font-size: 15px;
    margin: 22px 0;
  }
  .about-message-right {
    width: 100%;
    margin-left: 0;
    margin-top: 34px;
  }
  .tamai-detail {
    margin-left: 0;
  }
  .tamai-name {
    font-size: 2.1rem;
  }
  #aboutIndia.inner {
    width: 100%;
  }
  #aboutIndia-wrapper {
    flex-wrap: wrap;
  }
  .aboutIndia-left {
    order: 2;
    width: 100%;
  }
  .aboutIndia-right {
    order: 1;
    width: 100%;
  }
  .india-pics {
    display: flex;
    justify-content: space-between;
    margin-top: 78px;
  }
  .aboutIndia-left-img {
    width: 49%;
    margin-top: 0;
  }
  .idea-img {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  #about-message {
    max-width: 1200px;
  }
}