.firstCopy {
  padding: 0 5vw 50px;
}
.firstCopy p {
  font-size: 1.7rem;
  line-height: 220%;
}
@media screen and (max-width: 1367px) {
  .firstCopy p {
    font-size: 1.615rem;
  }
}
@media screen and (max-width: 1200px) {
  .firstCopy p {
    font-size: 1.53rem;
  }
}
@media screen and (max-width: 960px) {
  .firstCopy p {
    font-size: 1.445rem;
  }
}
@media screen and (max-width: 800px) {
  .firstCopy p {
    font-size: 1.36rem;
  }
}
@media screen and (max-width: 668px) {
  .firstCopy p {
    font-size: max(1.275rem, 13px);
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .firstCopy p {
    font-size: max(1.19rem, 13px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .firstCopy p {
    text-align: left;
    line-height: 180%;
  }
}
.firstCopy p strong {
  font-size: 1.2em;
  display: inline-block;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fcf49b 50%, #fcf49b 100%);
  line-height: 120%;
  margin: 0 3px;
  padding: 0 3px;
}

.mainArea {
  padding: 100px 5vw;
  position: relative;
}
@media screen and (max-width: 960px) {
  .mainArea {
    padding: 50px 5vw;
  }
}
.mainArea::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1000px;
  left: 0;
  top: 0;
  background-color: #273C6A;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 0 100%);
}
@media screen and (max-width: 1200px) {
  .mainArea::after {
    height: 700px;
  }
}
@media screen and (max-width: 960px) {
  .mainArea::after {
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea::after {
    height: 300px;
  }
}
.mainArea > section {
  max-width: 1560px;
  margin: 0 auto;
}
.mainArea > section > h3 {
  font-size: 2.6041666667vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 50px;
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .mainArea > section > h3 {
    font-size: calc(50rem * 0.1 * 0.6);
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section > h3 {
    font-size: calc(50rem * 0.1 * 0.55);
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section > h3 {
    font-size: calc(50rem * 0.1 * 0.5);
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section > h3 {
    font-size: calc(50rem * 0.1 * 0.45);
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .mainArea > section > h3 {
    font-size: calc(50rem * 0.1 * 0.4);
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section > h3 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.mainArea > section .step {
  max-width: 1200px;
  margin: 0 auto;
  /*display:flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
.mainArea > section .step > section {
  /*width: calc(50% - 25px);*/
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 5px 5px 0 0 rgba(34, 34, 34, 0.1);
  border: 1px solid rgba(34, 34, 34, 0.1);
  position: relative;
}
@media screen and (max-width: 960px) {
  .mainArea > section .step > section {
    /*width: calc(50% - 14px);*/
    margin-top: 24px;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section .step > section {
    /*width:100%;*/
  }
}
.mainArea > section .step > section > h4 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 20px 0 0 -10px;
  width: 100px;
  color: #fff;
  background: #324D88;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 1367px) {
  .mainArea > section .step > section > h4 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainArea > section .step > section > h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section .step > section > h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section .step > section > h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section .step > section > h4 {
    font-size: max(1.5rem, 13px);
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .mainArea > section .step > section > h4 {
    font-size: max(1.4rem, 13px);
  }
}
.mainArea > section .step > section > h4 strong {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.7rem;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 1367px) {
  .mainArea > section .step > section > h4 strong {
    font-size: 2.565rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainArea > section .step > section > h4 strong {
    font-size: 2.43rem;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section .step > section > h4 strong {
    font-size: 2.295rem;
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section .step > section > h4 strong {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section .step > section > h4 strong {
    font-size: max(2.025rem, 13px);
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .mainArea > section .step > section > h4 strong {
    font-size: max(1.89rem, 13px);
  }
}
.mainArea > section .step > section > h4::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 10px #142241;
}
.mainArea > section .step > section > div {
  padding: 20px 30px 30px;
}
@media screen and (max-width: 960px) {
  .mainArea > section .step > section > div {
    padding: 20px;
  }
}
.mainArea > section .step > section > div * {
  font-size: 1.7rem;
}
@media screen and (max-width: 1367px) {
  .mainArea > section .step > section > div * {
    font-size: 1.615rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainArea > section .step > section > div * {
    font-size: 1.53rem;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section .step > section > div * {
    font-size: 1.445rem;
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section .step > section > div * {
    font-size: 1.36rem;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section .step > section > div * {
    font-size: max(1.275rem, 13px);
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .mainArea > section .step > section > div * {
    font-size: max(1.19rem, 13px);
  }
}
.mainArea > section .step > section > div * a {
  text-decoration: underline;
}
.mainArea > section .step > section > div ul.photo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.mainArea > section .step > section > div ul.photo li {
  width: calc(25% - 12px);
}
.mainArea > section .step > section > div ul.photo li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 960px) {
  .mainArea > section .step > section > div ul.photo li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .mainArea > section .step > section > div ul.photo li:not(:last-child) {
    margin-right: 0;
  }
  .mainArea > section .step > section > div ul.photo li:nth-child(2n+1) {
    margin-right: 10px;
  }
}/*# sourceMappingURL=index.css.map */