@charset "UTF-8";
/* media query */
.aboutArea > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > div {
    margin: 20px 0 0;
  }
}
.aboutArea > div > section {
  width: calc(50% - 10px);
  background-color: #3071B9;
  padding: 50px;
  border-radius: 50px;
}
@media all and (max-width: 1200px) {
  .aboutArea > div > section {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .aboutArea > div > section {
    border-radius: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > div > section {
    width: 100%;
  }
  .aboutArea > div > section:not(:last-child) {
    margin-bottom: 15px;
  }
}
.aboutArea > div > section * {
  color: #fff;
}
.aboutArea > div > section > h4 {
  font-size: 3rem;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 15px;
}
@media all and (max-width: 1200px) {
  .aboutArea > div > section > h4 {
    font-size: 2.5rem;
  }
}
.aboutArea > div > section > p {
  font-size: 1.7rem;
  line-height: 150%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > div > section > p {
    font-size: 1.6rem;
  }
}

.subArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media all and (max-width: 1400px) {
  .subArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .subArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .subArea {
    width: calc(100% - 40px);
  }
}
.subArea h4 {
  font-size: 2.6rem;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 20px;
}
.subArea p.text {
  font-size: 1.8rem;
}
.subArea .unei {
  background-color: #3071B9;
  padding: 30px 50px;
  border-radius: 50px;
  margin: 30px 0 0;
}
@media screen and (max-width: 960px) {
  .subArea .unei {
    padding: 30px;
    border-radius: 30px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea .unei {
    padding: 20px;
  }
}
.subArea .unei h5 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .subArea .unei h5 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
.subArea .unei > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subArea .unei > div dl {
  width: calc(50% - 5px);
  background-color: #f5f5f5;
  padding: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea .unei > div dl {
    width: 100%;
    margin-bottom: 3px;
  }
}
.subArea .unei > div dl:nth-child(1) {
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 960px) {
  .subArea .unei > div dl:nth-child(1) {
    border-radius: 30px 0 0 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea .unei > div dl:nth-child(1) {
    border-radius: 30px 30px 0 0;
  }
}
.subArea .unei > div dl:nth-child(2) {
  border-radius: 0 50px 0 0;
}
@media screen and (max-width: 960px) {
  .subArea .unei > div dl:nth-child(2) {
    border-radius: 0 30px 0 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea .unei > div dl:nth-child(2) {
    border-radius: 0;
  }
}
.subArea .unei > div dl:nth-child(3) {
  border-radius: 0 0 0 50px;
}
@media screen and (max-width: 960px) {
  .subArea .unei > div dl:nth-child(3) {
    border-radius: 0 0 0 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea .unei > div dl:nth-child(3) {
    border-radius: 0;
  }
}
.subArea .unei > div dl:nth-child(4) {
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 960px) {
  .subArea .unei > div dl:nth-child(4) {
    border-radius: 0 0 30px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea .unei > div dl:nth-child(4) {
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 960px) {
  .subArea .unei > div dl {
    border-radius: 30px;
    padding: 30px;
  }
}
.subArea .unei > div dl dt {
  font-size: 2.2rem;
  color: #3071B9;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .subArea .unei > div dl dt {
    font-size: 1.9rem;
  }
}
.subArea .unei > div dl dd {
  font-size: 1.8rem;
  line-height: 150%;
}
@media screen and (max-width: 668px) {
  .subArea .unei > div dl dd {
    font-size: 1.6rem;
  }
}
.subArea .topic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.subArea .topic > section {
  width: calc(50% - 20px);
  background-color: #f5f5f5;
  padding: 40px 50px 50px;
  border-radius: 50px;
}
@media all and (max-width: 1400px) {
  .subArea .topic > section {
    width: calc(50% - 10px);
    padding: 20px 30px 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea .topic > section {
    width: 100%;
  }
  .subArea .topic > section:first-child {
    margin-bottom: 10px;
  }
}
.subArea .topic > section > h5 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .subArea .topic > section > h5 {
    font-size: 2.3rem;
  }
}
.subArea .topic > section > p.copy {
  color: #3071B9;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.subArea .topic > section > p.copy::before {
  content: "＼";
  margin-right: 10px;
  font-size: 2.5rem;
}
.subArea .topic > section > p.copy::after {
  content: "／";
  margin-left: 10px;
  font-size: 2.5rem;
}
.subArea .topic > section > p.text {
  font-size: 1.8rem;
  line-height: 140%;
}

.historyArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1400px) {
  .historyArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .historyArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .historyArea {
    width: calc(100% - 40px);
  }
}
.historyArea > h4 {
  font-size: 3rem;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .historyArea > h4 {
    font-size: 2.6rem;
  }
}
.historyArea > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .historyArea > div {
    justify-content: flex-start;
  }
}
.historyArea > div > section.year {
  width: calc(20% - 20px);
  background-color: #f5f5f5;
  padding: 30px 0 30px 30px;
  border-radius: 50px;
  margin-bottom: 20px;
}
@media all and (max-width: 1400px) {
  .historyArea > div > section.year {
    padding: 20px 0 20px 20px;
    border-radius: 30px;
  }
}
@media all and (max-width: 1200px) {
  .historyArea > div > section.year {
    width: calc(33.3333333333% - 14px);
  }
  .historyArea > div > section.year:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .historyArea > div > section.year {
    width: 100%;
  }
  .historyArea > div > section.year:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.historyArea > div > section.year > h5 {
  font-weight: 900;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.historyArea > div > section.year > h5::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-right: 5px;
  border-top: 1px solid #333;
  vertical-align: middle;
}
.historyArea > div > section.year > section h6 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 130%;
}
.historyArea > div > section.year > section p.photo {
  margin-bottom: 15px;
}
.historyArea > div > section.year > section p.photo img {
  border-radius: 20px 0 0 20px;
}
.historyArea > div > section.year > section p.copy {
  font-size: 3.7rem;
  font-weight: 900;
  color: #3071B9;
  line-height: 140%;
  margin: 3px 0 5px;
}
@media all and (max-width: 1200px) {
  .historyArea > div > section.year > section p.copy {
    font-size: 3rem;
  }
}
.historyArea > div > section.year > section p.copy small {
  margin-left: 3px;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 140%;
}
.historyArea > div > section.year > section p.text {
  font-size: 1.8rem;
  line-height: 140%;
}
.historyArea > div > section.year > section p.text small {
  font-size: 1.3rem;
  line-height: 140%;
}
.historyArea > div > section.year h5,
.historyArea > div > section.year h6,
.historyArea > div > section.year .copy,
.historyArea > div > section.year .text {
  margin-right: 30px;
}
@media all and (max-width: 1200px) {
  .historyArea > div > section.year h5,
  .historyArea > div > section.year h6,
  .historyArea > div > section.year .copy,
  .historyArea > div > section.year .text {
    margin-right: 20px;
  }
}
.historyArea > p.notes {
  font-size: 1.5rem;
  line-height: 140%;
  text-indent: -0.9em;
  padding-left: 0.9em;
}
.historyArea > p.notes small {
  font-size: 1.3rem;
  line-height: 140%;
}/*# sourceMappingURL=index.css.map */