@charset "UTF-8";
.top {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  height: 70vh;
}
.top-wrap {
  width: 100%;
  position: relative;
}
.top-wrap__title {
  position: absolute;
  top: 25%;
  left: 15%;
}
.top-wrap__title h1 {
  font-size: 96px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 109px;
}
.top-wrap__img {
  width: 100%;
  height: 70vh;
}
.top-wrap__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 20%;
}
.top-wrap__text {
  display: flex;
  font-size: 32px;
  font-weight: 700;
  padding-left: 10px;
  padding-top: 20px;
}
.top-wrap__text__japan span {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.2em 0.2em;
}
.top-wrap__text__sub {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.top-wrap__text__sub p {
  letter-spacing: 0;
}
.__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.about-wrap {
  margin-top: 160px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  grid-template-rows: repeat(20, 25px); /* 5行 */
  width: 100%;
  padding: 20px;
  gap: 50px 60px;
}
.about-wrap__news {
  width: 100%;
  background-color: #F0F0F0;
  grid-column: 1 / 1;
  grid-row: 1 / 8;
  padding: 1%;
}
.about-wrap__title {
  font-size: 32px;
  width: 20%;
  padding-bottom: 10px;
  border-bottom: #0ab1d3 solid 3px;
  margin: 30px 30px 0 15px;
}
.about-wrap__news__list {
  padding-top: 20px;
}
.about-wrap__news__list__item {
  font-family: , sans-serif;
}
.about-wrap__news__list__item__txt {
  display: flex;
  padding: 30px 20px 20px 40px;
}
.about-wrap__news__list__item__date {
  width: 16%;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
}
.about-wrap__news__list__item__kinds {
  width: 15%;
  font-size: 16px;
  font-weight: 500;
  color: #0ab1d3;
  text-align: start;
}
.about-wrap__news__list__item__text {
  width: 70%;
}
.about-wrap__more a {
  background: #0ab1d3;
  width: 25%;
  padding: 18px 30px 18px 20px;
  text-align: center;
  margin: 5px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-align: start;
}
.about-wrap__more a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.2px;
  right: 20px;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #000;
  transition: 0.3s;
}
.about-wrap__more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-135deg);
  transition: 0.3s;
}
.about-wrap__more a:hover::before {
  right: -10px;
  width: 60px;
}
.about-wrap__more a:hover::after {
  right: -10px;
}
.about-wrap__more {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 90%;
  height: 50px;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.about-wrap__mores a {
  background: #0ab1d3;
  width: 75%;
  padding: 18px 30px 18px 20px;
  text-align: center;
  margin: 5px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-align: start;
}
.about-wrap__mores a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.2px;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #000;
  transition: 0.3s;
}
.about-wrap__mores a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-135deg);
  transition: 0.3s;
}
.about-wrap__mores a:hover::before {
  right: -10px;
  width: 50px;
}
.about-wrap__mores a:hover::after {
  right: -10px;
}
.about-wrap__mores {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 90%;
  height: 50px;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.about-wrap__media {
  padding: 1%;
  grid-column: 2 / 2;
  grid-row: 1 / 10;
  width: 100%;
  background-color: #F0F0F0;
}
.about-wrap__media__list__item {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 180px;
  background-color: #fff;
  justify-content: center;
}
.about-wrap__media__list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-wrap__media__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  margin-top: 40px;
  margin: 0 auto;
  width: 90%;
  justify-content: center;
}
.about-wrap__more a {
  color: #fff;
  font-size: 16px;
}
.about-wrap__mores a {
  color: #fff;
  font-size: 16px;
}
.about-wrap__books {
  width: 100%;
  background-color: #F0F0F0;
  grid-column: 1 / 1;
  grid-row: 8 / 16;
  padding: 1%;
}
.about-wrap__books__body {
  width: 90%;
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
.about-wrap__books__body__right__subtitle {
  line-height: 1.5;
  font-size: 16px;
}
.about-wrap__books__body__left {
  width: 42%;
}
.about-wrap__books__body__left img {
  width: 100%;
}
.about-wrap__books__right {
  width: 50%;
  font-family: Noto Sans JP, sans-serif;
}
.about-wrap__books__body__right__title {
  font-size: 20px;
  padding-bottom: 20px;
}
.about-wrap__books__body__right__txt {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 20px;
}
.about-wrap__books__body__right__img {
  width: 100%;
}
.about-wrap__profile {
  padding: 1%;
  width: 100%;
  grid-column: 2 / 2;
  grid-row: 10 / 17;
}
.about-wrap__profile__body__bottom__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-wrap__profile__body__bottom__right img {
  width: 100%;
  height: 100%;
  aspect-ratio: 57 / 67;
  object-fit: cover;
}
.about-wrap__profile__body__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-wrap__profile__body__bottom__left {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.about-wrap__books__body {
  padding-top: 40px;
}
.about-wrap__profile__body__top__txt {
  width: 95%;
  font-size: 16px;
  line-height: 1.8;
  padding-top: 40px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.banar {
  width: 100%;
  grid-column: 1 / 1;
  grid-row: 16 / 16;
  height: 150px;
  justify-content: center;
}
.banar img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: center;
  justify-content: center;
}
footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  margin-top: 160px;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .about-wrap__news__list__item__txt {
  display: flex;
  padding: 20px 20px 20px 20px;
  }
  .about-wrap__media__list__item {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 120px;
    background-color: #fff;
    justify-content: center;
  }
  .about-wrap__profile__body__bottom__right img {
    width: 80%;
    height: 100%;
    aspect-ratio: 57 / 75;
    object-fit: cover;
  }
  .__inner {
    max-width: 960px;
    margin: 40px auto;
  }
  .about-wrap__title {
    font-size: 28px;
    width: 25%;
    padding-bottom: 10px;
    border-bottom: #0ab1d3 solid 3px;
    margin: 30px 30px 0 15px;
  }
  .about-wrap__news__list__item__date {
    width: 25%;
    font-size: 16px;
    font-weight: 400;
    text-align: start;
  }
  .about-wrap__media {
    padding: 1%;
    grid-column: 2 / 2;
    grid-row: 1 / 9;
    width: 100%;
    background-color: #e3e3e3;
  }
  .about-wrap__profile {
    padding: 1%;
    width: 100%;
    grid-column: 2 / 2;
    grid-row: 9 / 17;
  }
  .about-wrap__books__right {
    width: 55%;
    font-family: Noto Sans JP, sans-serif;
  }
  .about-wrap__books__body {
    width: 90%;
    display: flex;
    gap: 15px;
    margin: 0 auto;
  }
  .about-wrap {
    gap: 50px 60px;
  }
  .about-wrap__books__body__left {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .about-wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .__inner {
    max-width: 764px;
    margin: 40px auto;
  }
  .top-wrap__title {
    position: absolute;
    top: 22%;
    left: 5%;
  }
  .top-wrap__title h1 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 80px;
  }
  .about-wrap__title {
    width: 14%;
    margin: 30px 30px 0 30px;
  }
  .about-wrap__books__body__left {
    width: 40%;
  }
  .about-wrap__books__body__right__txt {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .about-wrap__books__body {
    padding-bottom: 20px;
  }
  .about-wrap__news {
    padding: 0;
  }
  .about-wrap__media {
    padding: 0;
  }
  .about-wrap__books {
    padding: 0;
  }
  .about-wrap__profile {
    padding: 0;
  }
  .top-wrap__img {
    height: 45vh;
  }
  .top {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    height: 45vh;
  }
  @media screen and (max-width: 770px) {
    .__inner {
      width: 90%;
      margin: 40px auto;
    }
    .top-wrap__title h1 {
      font-size: 64px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 70px;
    }
    .top-wrap__title {
      position: absolute;
      top: 22%;
      left: 2%;
    }
    .about-wrap__news__list__item__txt {
      display: flex;
      padding: 10px;
    }
    .about-wrap__media__list__item {
      height: 140px;
      width: 200px;
    }
    .about-wrap__title {
      font-size: 28px;
      width: 25%;
      padding-bottom: 10px;
      border-bottom: #0ab1d3 solid 3px;
      margin: 30px 30px 0 15px;
    }
    .about-wrap__profile__body__top__txt {
      width: 95%;
      font-size: 16px;
      line-height: 1.8;
      padding-top: 20px;
      margin: 0 auto;
      padding-bottom: 20px;
    }
    .top-wrap__text {
      display: flex;
      font-size: 24px;
      font-weight: 700;
      padding-left: 10px;
      padding-top: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .top {
      height: 30vh;
    }
    .top-wrap__img {
      height: 30vh;
    }
    .top-wrap__title h1 {
      font-size: clamp(1.5rem, -0.2143rem + 8.5714vw, 3rem);
      font-weight: 700;
      letter-spacing: 0;
      line-height: clamp(1.875rem, 0.4464rem + 7.1429vw, 3.125rem);
    }
    .top-wrap__text {
      padding-top: 10px;
      font-size: clamp(1rem, 0.7143rem + 1.4286vw, 1.25rem);
    }
    .about-wrap__media__list__item {
      width: 150px;
      height: 100px;
    }
    .about-wrap__more a {
      width: 35%;
      font-size: 14px;
    }
    .about-wrap__mores  {
      justify-content: start;
      padding-left:0;
    }
    .about-wrap__mores a {
      width: 100%;
      font-size: 14px;
    }
    .about-wrap__profile__body__bottom__left {
      width: 50%;
    }
    .about-wrap__books__body {
      display: flex;
      flex-direction: column;
    }
    .about-wrap__books__body__left {
      width: 70%;
      margin: 0 auto;
    }
    .about-wrap__books__right {
      width: 100%;
      margin-top: 20px;
    }
    .about-wrap__title {
      width: 30%;
    }
    .about-wrap__news__list__item__date {
      width: 25%;
      font-size: 14px;
      font-weight: 400;
      text-align: start;
    }
    .about-wrap__news__list__item__kinds {
      width: 20%;
      font-size: 14px;
      font-weight: 500;
      color: #0ab1d3;
      text-align: center;
    }
    .about-wrap__news__list__item__text {
      width: 60%;
      font-size: 14px;
    }
    .about-wrap__profile__body__top__txt {
      width: 95%;
      font-size: 14px;
      line-height: 1.8;
      padding-top: 20px;
      margin: 0 auto;
      padding-bottom: 20px;
    }
  }
}
@media screen and (max-width: 400px) {
  .about-wrap__media__list__item {
    width: 120px;
    height: 80px;
  }
  .about-wrap__title {
    width: 35%;
    font-size: 24px;
  }
  .about-wrap__more {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .banar {
    height: 120px;
  }
  .__inner {
    width: 87%;
  }
  .about-wrap__news__list__item__date {
    font-size: 12px;
  }
  .about-wrap__news__list__item__kinds {
    font-size: 12px;
  }
  .about-wrap__news__list__item__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  .about-wrap__media__list__item {
    width: 100px;
    height: 60px;
  }
}