/* media query */
.mainArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  .mainArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .mainArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .mainArea {
    width: calc(100% - 40px);
  }
}
.mainArea > section {
  width: calc(50% - 20px);
  background-color: #f5f5f5;
  margin-bottom: 40px;
  border-radius: 0 50px 50px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1700px) {
  .mainArea > section {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section {
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section {
    border-radius: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section {
    margin-bottom: 20px;
  }
}
.mainArea > section * {
  line-height: 140%;
}
.mainArea > section .titleArea {
  width: 40%;
  padding: 30px;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .mainArea > section .titleArea {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section .titleArea {
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section .titleArea {
    padding: 20px;
  }
}
.mainArea > section .titleArea > h4 {
  font-size: 4rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .mainArea > section .titleArea > h4 {
    font-size: 3rem;
  }
}
.mainArea > section .titleArea > h4 span {
  font-size: 5.8rem;
  display: inline-block;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .mainArea > section .titleArea > h4 span {
    font-size: 4.8rem;
  }
}
.mainArea > section .titleArea > h4 span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../../common/images/icon_arrow_w.svg) no-repeat center/contain;
  vertical-align: middle;
  margin: 0 12px;
}
.mainArea > section .titleArea > p.text {
  margin-bottom: 20px;
  line-height: 155%;
  font-size: 1.7rem;
}
.mainArea > section .titleArea > p.caption {
  font-size: 1.4rem;
  margin-top: 5px;
}
.mainArea > section .detailArea {
  width: 60%;
  padding: 40px 30px 20px;
}
@media screen and (max-width: 1700px) {
  .mainArea > section .detailArea {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .mainArea > section .detailArea {
    width: 100%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section .detailArea {
    padding: 20px;
  }
}
.mainArea > section .detailArea > h5 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section .detailArea > h5 {
    font-size: 2.3rem;
  }
}
.mainArea > section.jinzai .titleArea {
  background-color: #ED9F00;
}
.mainArea > section.eisei .titleArea {
  background-color: #5F90CC;
}
.mainArea > section.syokuji .titleArea {
  background-color: #ed6d46;
}
.mainArea > section.chiiki .titleArea {
  background-color: #EF858C;
}
.mainArea > section.saigai .titleArea {
  background-color: #8FC31F;
}/*# sourceMappingURL=index.css.map */