header nav ul li.about {
  border-bottom: 2px solid #fff;
}

.titleArea {
  background-image: url(../images/mainimg.jpg);
}

.readArea {
  background-color: #2A4576;
  color: #fff;
  text-align: center;
  padding: 100px max(5vw, 20px) 80px;
}
@media screen and (max-width: 960px) {
  .readArea {
    padding: 50px max(5vw, 20px) 40px;
  }
}
.readArea h3 {
  font-size: 6rem;
}
@media screen and (max-width: 1200px) {
  .readArea h3 {
    font-size: clamp(23px, 5vw, 100px);
  }
}
.readArea h3 {
  font-weight: 600;
}
.readArea .text {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .readArea .text {
    font-size: clamp(14px, 1.6666666667vw, 100px);
  }
}
.readArea .text {
  line-height: 230%;
  margin: 70px 0 60px;
}
@media screen and (max-width: 960px) {
  .readArea .text {
    margin: 30px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .readArea .text {
    text-align: left;
    line-height: 180%;
  }
}
.readArea .name {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .readArea .name {
    font-size: clamp(14px, 1.6666666667vw, 100px);
  }
}

.copy {
  max-width: 1400px;
  margin: -30px auto 50px;
}
@media screen and (max-width: 1200px) {
  .copy {
    margin-top: -20px;
  }
}
@media screen and (max-width: 800px) {
  .copy {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}

.aboutArea {
  margin: 0 max(5vw, 20px) 100px;
}
@media screen and (max-width: 960px) {
  .aboutArea {
    margin-bottom: 40px;
  }
}
.aboutArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutArea .text {
  width: 50%;
}
@media screen and (max-width: 668px) {
  .aboutArea .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.aboutArea .text table {
  width: 100%;
  border-collapse: collapse;
}
.aboutArea .text table tr th, .aboutArea .text table tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  line-height: 180%;
}
@media screen and (max-width: 1200px) {
  .aboutArea .text table tr th, .aboutArea .text table tr td {
    padding: 15px 0;
  }
}
.aboutArea .text table tr th {
  white-space: nowrap;
}
.aboutArea .text table {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
}
.aboutArea .text table tr th {
  white-space: nowrap;
  padding-right: 20px;
}
.aboutArea .text table tr td a {
  text-decoration: underline;
}
.aboutArea .text table tr td .torihiki {
  display: flex;
  flex-wrap: wrap;
}
.aboutArea .text table tr td .torihiki li {
  width: 50%;
}
@media screen and (max-width: 1367px) {
  .aboutArea .text table tr td .torihiki li {
    width: 100%;
  }
}
.aboutArea .photo {
  width: calc(50% - max(5vw, 20px));
}
@media screen and (max-width: 668px) {
  .aboutArea .photo {
    width: 100%;
  }
}
.aboutArea .photo .p01 {
  width: 79%;
  margin: 0 0 90px auto;
}
@media screen and (max-width: 960px) {
  .aboutArea .photo .p01 {
    margin-bottom: 30px;
  }
}
.aboutArea .photo .p02 {
  width: 65%;
}

.historyArea {
  margin: 0 max(5vw, 20px) 100px;
}
@media screen and (max-width: 960px) {
  .historyArea {
    margin-bottom: 40px;
  }
}
.historyArea > section {
  max-width: 1200px;
  margin: 0 auto;
}
.historyArea > section h3 {
  margin-bottom: 20px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .historyArea > section h3 {
    margin-bottom: 0;
  }
}
.historyArea > section h3 strong {
  display: inline-block;
  font-family: "Afacad", sans-serif;
  line-height: 100%;
  font-size: 7rem;
}
@media screen and (max-width: 1200px) {
  .historyArea > section h3 strong {
    font-size: clamp(35px, 5.8333333333vw, 100px);
  }
}
.historyArea > section h3 strong {
  vertical-align: middle;
  margin-bottom: 20px;
}
.historyArea > section h3 span.jp {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .historyArea > section h3 span.jp {
    font-size: clamp(14px, 1.25vw, 100px);
  }
}
.historyArea > section h3 span.jp {
  font-weight: 600;
  margin-left: 20px;
}
.historyArea > section table {
  width: 100%;
  border-collapse: collapse;
}
.historyArea > section table tr th, .historyArea > section table tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  line-height: 180%;
}
@media screen and (max-width: 1200px) {
  .historyArea > section table tr th, .historyArea > section table tr td {
    padding: 15px 0;
  }
}
.historyArea > section table tr th {
  white-space: nowrap;
}
.historyArea > section table tr th {
  width: 130px;
}