html, body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 840px;
}

.header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  align-content: space-between;
}

.header__name {
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  align-items: flex-end;
}

.header__name--jp {
  width: fit-content;
  margin-top: -1.00px;
  color: #333333;
  font-size: 32px;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  font-family: "Hiragino Sans", Helvetica;
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
}

.header__name--en {
  position: relative;
  width: fit-content;
  font-family: "DM Sans", Helvetica;
  font-weight: 600;
  color: #4695D4;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30.8px;
  white-space: nowrap;
}

.header__nav {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.header__navitem {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.header__navitem--link {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  text-decoration: none;
}

.header__navitem--link {
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.header__navitem--link:hover {
  background-color: rgba(15, 88, 164, 0.05);
}

.header__navitem--link:active {
  transform: translateY(1px);
}

.header__navitem--txt {
  position: relative;
  width: fit-content;
  font-family: "Hiragino Sans", Helvetica;
  font-weight: 600;
  color: #0F58A4;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1;
  white-space: nowrap;
  font-style: normal;
}

.header__navitem--btn {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  background-color: #0F58A4;
  border-radius: 49.5px;
  transform: rotate(90.00deg);
  aspect-ratio: 1;
}

.header__navitem--btnimg {
  position: relative;
  width: 10px;
  height: 5.89px;
  margin-left: -0.75px;
  margin-right: -0.75px;
  transform: rotate(-90.00deg);
  aspect-ratio: 0.59;
}

.career {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.career__img {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

.career__txtarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.career__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.career__section--titlewrapper,
.books__detail > header,
.books__index--titlewrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0px 0px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-left-width: 5px;
  border-left-style: solid;
  border-color: #0F58A4;
}

.career__section--title,
.books__detail > header > h3,
.books__index--title {
  width: fit-content;
  margin: 0px;
  font-family: "Hiragino Sans", Helvetica;
  color: #0F58A4;
  font-size: 20px;
  line-height: 150%;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
}

.career__section--txt {
  align-self: stretch;
  font-family: "Hiragino Sans", Helvetica;
  color: #555555;
  font-size: 14px;
  line-height: 179.99999523162842%;
  position: relative;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
}

.books {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.sectionTitleWrapper {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #0F58A4;
}

.sectionTitle {
  flex: 1;
  margin: 0;
  color: #0F58A4;
  font-size: 24px;
  line-height: 150%;
  position: relative;
  font-family: "Hiragino Sans", Helvetica;
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
}

.booksWrapper {
  display: flex;
  gap: 32px;
}

.books__bookcover {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.books__bookcover--img {
  position: relative;
  width: 240px;
  height: 336px;
  background-size: cover;
  background-position: 50% 50%;
}

.books__bookcover--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 28px;
  position: relative;
  flex: 0 0 auto;
  background-color: #0F58A4;
  border-radius: 8px;
  text-decoration: none;
}

.books__bookcover--link:hover {
  background-color: rgba(15, 88, 164, 0.9);
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

.books__bookcover--link:focus {
  outline: 2px solid #0F58A4;
  outline-offset: 2px;
}

.books__bookcover--linktxt {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Hiragino Sans", Helvetica;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  white-space: nowrap;
  font-style: normal;
}

.books__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.books__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.books__detail--logo {
  position: relative;
  width: 160px;
  height: 18.82px;
}

.career__section--txt ul,
.books__detail p,
.books__detail ul {
  align-self: stretch;
  font-family: "Hiragino Sans", Helvetica;
  color: #333333;
  font-size: 14px;
  line-height: 179.99999523162842%;
  position: relative;
  font-weight: 300;
  letter-spacing: 0px;
  font-style: normal;
  margin: 0;
}

.career__section--txt ul,
.books__detail ul,
.books__index--list ul {
  list-style: disc;
  margin-left: 1em;
}

.career__section--txt ul li::marker,
.books__detail ul li::marker,
.books__index--list ul li::marker {
  font-size: 10px;
}

.career__section--txt ul li span,
.books__detail ul li span,
.books__index--list ul li span {
  vertical-align: -0.1em;
}

.books__index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.books__index--list {
  position: relative;
  align-self: stretch;
  font-family: "Hiragino Sans", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  font-style: normal;
}

.enterpriseSeminar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.enterpriseSeminarWrapper {
  display: flex;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.enterpriseSeminarItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  width: 266.67px;
  text-decoration: none;
}

.enterpriseSeminarItem__img {
  position: relative;
  width: 266.67px;
  height: 151.85px;
  object-fit: cover;
}

.enterpriseSeminarItem__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  flex-grow: 1;
  justify-content: space-between;
}

.enterpriseSeminarItem__info--recommend {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 12px;
  color: #4695D4;
}

.enterpriseSeminarItem__info--title {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Hiragino Sans", Helvetica;
  color: #333333;
  font-size: 16px;
  line-height: 179.99999523162842%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
  word-break: break-all;
}

.enterpriseSeminarItem__info--time {
  font-family: 'Hiragino Sans';
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
}

.enterpriseSeminarItem__info--time strong {
  font-weight: 600;
}

.enterpriseSeminarItem__info--tags {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.enterpriseSeminarItem__info--blanktags {
  height: 22px;
}

.articles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.articlesWrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: fit-content;
  text-decoration: none;
}

.articles__img {
  position: relative;
  width: 320px;
  height: 182.22px;
  object-fit: cover;
}

.articles__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  justify-content: space-between;
}

.articles__info--body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.articles__info--title {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Hiragino Sans", Helvetica;
  color: #333333;
  font-size: 16px;
  line-height: 179.99999523162842%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
  word-break: break-all;
}

.articles__info--summary {
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.articles__info--footer {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  justify-content: space-between;
}

.articles__info--tagwrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
  border: 1px solid;
  border-color: #0F58A4;
}

.articles__info--tag {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans JP", Helvetica;
  color: #0F58A4;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
}

.articles__info--date {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Hiragino Sans", Helvetica;
  font-weight: 300;
  color: #333333;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 179.99999523162842%;
  white-space: nowrap;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .content {
    width: 310px;
  }

  .header__navitem--txt {
    font-size: 12px;
  }

  .career {
    flex-direction: column;
  }

  .career__imgwrapper {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .career__img {
    width: 110px;
    height: 110px;
  }

  .header__name--jp {
    font-size: 20px;
  }

  .header__name--en {
    font-size: 12px;
  }

  .career__section--title,
  .books__detail > header > h3 {
    font-size: 16px;
  }

  .career__section--titlewrapper,
  .books__detail > header,
  .books__index--titlewrapper {
    padding-left: 16px;
  }

  .booksWrapper {
    flex-direction: column;
  }

  .enterpriseSeminar {
    gap: 16px;
  }

  .enterpriseSeminarWrapper {
    flex-direction: column;
    gap: 24px;
  }

  .enterpriseSeminarItem {
    width: 100%;
  }

  .enterpriseSeminarItem__img {
    width: 310px;
    height: 176.53px;
  }

  .articles {
    gap: 16px;
  }

  .articlesWrapper {
    flex-direction: column;
    gap: 16px;
  }

  .articles__info--summary {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}