.bold {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #next header#header {
    margin-bottom: 70px;
  }
}

.header-area .photo-wrap img {
  width: 100%;
}

.lead-area {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .lead-area {
    margin-bottom: 100px;
  }
}
.lead-area .title-main {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lead-area .title-main {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lead-area .text-1 {
    margin-bottom: 1.5em;
    font-size: 14px;
  }
}

.contents .row-wrap {
  display: flex;
  gap: max(calc((100 / 1260) * 100vw), 100px);
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .contents .row-wrap {
    flex-direction: column;
    padding: 0 10px;
    gap: 30px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .contents .row-wrap:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .contents .row-wrap:nth-child(odd) .text-wrap {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .contents .row-wrap .photo-wrap {
    width: max(calc((450 / 1260) * 100vw), 450px);
  }
}
.contents .row-wrap .text-wrap {
  box-sizing: unset;
}
@media print, screen and (min-width: 768px) {
  .contents .row-wrap .text-wrap {
    width: 570px;
  }
}
@media only screen and (max-width: 767px) {
  .contents .row-wrap .text-wrap {
    margin: 0 10px;
  }
}
.contents .row-wrap .text-wrap .heading-wrap {
  margin-bottom: 1.8em;
}
.contents .row-wrap .text-wrap .heading-wrap .title-sub {
  font-size: 18px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .contents .row-wrap .text-wrap .heading-wrap .title-sub {
    font-size: 14px;
  }
}
.contents .row-wrap .text-wrap .heading-wrap .title-1 {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .contents .row-wrap .text-wrap .heading-wrap .title-1 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .contents .row-wrap .text-wrap .text-1 {
    margin-bottom: 1.5em;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

/*# sourceMappingURL=page_concept.css.map */
