#mainimg {
  background-image: url(../images/mainimg.jpg);
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #mainimg {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #mainimg {
    margin-bottom: 30px;
  }
}
#mainimg h2 {
  background-color: #fff;
  line-height: 130%;
  writing-mode: vertical-rl;
  padding: 30px 10px 80px;
  font-size: 3.7rem;
  font-weight: 400;
  position: absolute;
  right: 15%;
  bottom: -1em;
}
@media screen and (max-width: 960px) {
  #mainimg h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  #mainimg h2 {
    right: 10%;
    padding: 20px 10px 10px;
    font-size: 2.7rem;
  }
}

.firstArea {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 960px) {
  .firstArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .firstArea {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.firstArea .width {
  max-width: 650px;
  margin: 0 auto;
}
.firstArea .width .read {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .firstArea .width .read {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .firstArea .width .read {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 668px) {
  .firstArea .width .read {
    margin-bottom: 15px;
  }
}
.firstArea .width > section h3 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .firstArea .width > section h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .firstArea .width > section h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 668px) {
  .firstArea .width > section h3 {
    margin-bottom: 10px;
  }
}
.firstArea .width > section p {
  font-size: 1.5rem;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .firstArea .width > section p {
    font-size: 1.4rem;
    line-height: 190%;
  }
}
.firstArea .width > section p:not(:last-child) {
  margin-bottom: 30px;
}

.mainArea > section {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .mainArea > section {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.mainArea > section:nth-child(2n) {
  flex-direction: row-reverse;
}
.mainArea > section:nth-child(2n) .text {
  margin-left: auto;
  margin-right: 0;
}
.mainArea > section h3 {
  width: calc(50% - 50px);
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .mainArea > section h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section h3 {
    font-size: 2.5rem;
  }
}
.mainArea > section h3 small {
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .mainArea > section h3 small {
    font-size: 1.4rem;
  }
}
.mainArea > section h3 small span.red {
  color: #da2f23;
  font-size: 2.3rem;
}
@media screen and (max-width: 1200px) {
  .mainArea > section h3 small span.red {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section h3 {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section h3 {
    width: 100%;
  }
}
.mainArea > section h3 span.number {
  display: inline-block;
  margin-right: 10px;
  font-size: 3.8rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .mainArea > section h3 span.number {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section h3 span.number {
    font-size: 2.7rem;
  }
}
.mainArea > section .photo {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .mainArea > section .photo {
    width: 100%;
  }
}
.mainArea > section .text {
  width: calc(50% - 50px);
  margin: -20% auto 0 0;
}
.mainArea > section .text * {
  font-size: 1.5rem;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .mainArea > section .text * {
    font-size: 1.4rem;
    line-height: 190%;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section .text {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section .text {
    width: 100%;
    margin: 20px 0 0;
  }
}
.mainArea > section .text a {
  text-decoration: underline;
}
.mainArea > section .marginB_M {
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section .marginB_M {
    margin-bottom: 20px;
  }
}
.mainArea > section .marginB_S {
  margin-bottom: 15px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section .marginB_S {
    margin-bottom: 8px;
  }
}
.mainArea > section .notice {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
@media screen and (max-width: 668px) {
  .mainArea > section .notice {
    font-size: 1.3rem;
  }
}
.mainArea > section .notice a {
  text-decoration: underline;
}
.mainArea > section .notice a:hover {
  opacity: 0.7;
}
.mainArea > section .textOthers {
  width: calc(50% - 50px);
}
.mainArea > section .textOthers * {
  font-size: 1.5rem;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .mainArea > section .textOthers * {
    font-size: 1.4rem;
    line-height: 190%;
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section .textOthers {
    width: 100%;
  }
}

.lastArea {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 960px) {
  .lastArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .lastArea {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .lastArea {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.lastArea p {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .lastArea p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .lastArea p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .lastArea p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .lastArea p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 180%;
  }
}/*# sourceMappingURL=index.css.map */