:root {
  --font-size-base: 1;
  --text-size-scale: 1.2;
}

.c-main.sh-16 .hc-mv {
  margin-bottom: 0;
}

.c-main.sh-16 .c-heading.type-2 small {
  font-family: "Noto Sans JP", sans-serif;
}
@media not screen and (max-width: 768px), print {
  .c-main.sh-16 .c-heading.type-2 small {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}

@media not screen and (max-width: 768px), print {
  .c-main.sh-16 .hc-section__inner {
    width: 110rem;
  }
}
@media not screen and (max-width: 768px), print {
  .c-main.sh-16 .hc-section__inner + .hc-section__inner {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-main.sh-16 .hc-section__inner + .hc-section__inner {
    margin-top: 15rem;
  }
}

.hc-voice__body {
  width: calc(100% - 10rem);
  flex-basis: calc(100% - 10rem);
}

.hc-voice__name {
  font-weight: 400;
  line-height: 1.2em;
}
@media not screen and (max-width: 768px), print {
  .hc-voice__name {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .hc-voice__name {
    font-size: calc(22.5 * var(--font-size-base) * 0.1rem);
    margin-top: 1.5rem;
  }
}

.SH16-lead {
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .SH16-lead {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    line-height: 2;
    margin-bottom: 7rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-lead {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10rem;
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    line-height: 1.8em;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-lead {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .SH16-lead {
    --font-size-base: 1.2;
  }
}
@media screen and (min-width: 1201px) {
  .SH16-lead {
    --font-size-base: 1.05;
  }
}
@media not screen and (max-width: 768px), print {
  .SH16-lead.t-center {
    text-align: center;
  }
}

.sub-heading {
  font-weight: 700;
  text-align: center;
}
@media not screen and (max-width: 768px), print {
  .sub-heading {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
    margin-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .sub-heading {
    font-size: calc(36 * var(--font-size-base) * 0.1rem);
    margin-bottom: 5rem;
  }
}

@media not screen and (max-width: 768px), print {
  .SH16-program__flow {
    margin: 9rem auto 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-program__flow {
    margin-bottom: 12rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH16-program__flow img {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-program__flow img {
    margin-bottom: 10rem;
  }
}

.SH16-program {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .SH16-program {
    flex-direction: column;
  }
}

.SH16-program__item {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .SH16-program__item {
    width: 53rem;
    height: 16.8rem;
    margin-bottom: 4rem;
    padding: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-program__item {
    width: 100%;
    height: 28rem;
    margin: 0 auto;
    justify-content: flex-start;
    padding: 2rem 4rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH16-program__item img {
    width: 11rem;
    height: 11rem;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-program__item img {
    width: 14rem;
    height: 14rem;
    margin-right: 4rem;
  }
}
.SH16-program__item h3 {
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .SH16-program__item h3 {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-program__item h3 {
    font-size: calc(36 * var(--font-size-base) * 0.1rem);
    margin-bottom: 1rem;
  }
}
.SH16-program__item p {
  line-height: 1.8;
}
@media not screen and (max-width: 768px), print {
  .SH16-program__item p {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH16-program__item p {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH16-program__item + .SH16-program__item {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .SH16-flow .SH16-image {
    overflow-y: scroll;
  }
  .SH16-flow .SH16-image img {
    width: auto;
    height: 85rem;
  }
}

@media not screen and (max-width: 768px), print {
  .SH16-point01 .SH16-image {
    width: 74.2rem;
    margin: 0 auto;
  }
}

@media not screen and (max-width: 768px), print {
  .SH16-point02 .SH16-image {
    width: 100rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-point02 .SH16-image {
    overflow-y: scroll;
  }
  .SH16-point02 .SH16-image img {
    width: auto;
    height: 80rem;
  }
}

.SH16-event {
  background: url(../images/SH16/SH16-event__bg.jpg) no-repeat center center/100% auto;
}
@media not screen and (max-width: 768px), print {
  .SH16-event {
    padding: 5rem 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-event {
    padding: 5rem;
    background-color: #ececea;
    background-image: none;
  }
}

@media not screen and (max-width: 768px), print {
  .SH16-event .c-heading.type-2 {
    margin-bottom: 0;
  }
}
@media not screen and (max-width: 768px), print {
  .SH16-event .c-heading.type-2 span {
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH16-event .c-heading.type-2 span {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}
.SH16-event .c-heading.type-2::after {
  background: #9a9999;
  margin-top: 2rem;
}

.SH16-event__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .SH16-event__inner {
    flex-direction: column-reverse;
  }
}
@media not screen and (max-width: 768px), print {
  .SH16-event__inner img {
    width: 33.3rem;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-event__inner img {
    width: 30rem;
    height: auto;
    margin: 0 auto;
  }
}
.SH16-event__inner p {
  line-height: 2;
}
@media not screen and (max-width: 768px), print {
  .SH16-event__inner p {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    margin-left: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH16-event__inner p {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    margin-bottom: 5rem;
  }
}

@media not screen and (max-width: 768px), print {
  .c-heading.type-2.sh16-voice span:first-child {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .c-heading.type-2.sh16-voice span:first-child {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}

.SH16-image-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner {
    width: 110rem;
  }
}
.SH16-image-inner::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 4rem;
  background: url(../images/SH16/SH16-img03-arrow01.png) no-repeat center center/contain;
  position: absolute;
  top: 21.5rem;
  left: 49rem;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner::before {
    left: 54rem;
  }
}
.SH16-image-inner::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2.6rem;
  background: url(../images/SH16/SH16-img03-arrow02.png) no-repeat center center/contain;
  position: absolute;
  top: 47.6rem;
  left: 75rem;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner::after {
    left: 82.5rem;
  }
}
.SH16-image-inner .SH16-image-left {
  width: 46.7rem;
  height: 45.8rem;
  background-color: #98999d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3.5rem 0;
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-left {
    width: 51.7rem;
  }
}
.SH16-image-inner .SH16-image-left > h3 {
  color: #fff;
  font-size: calc(24 * var(--font-size-base) * 0.1rem);
  line-height: 1em;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-left > h3 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.SH16-image-inner .SH16-image-left .SH16-image-box {
  width: 40rem;
  height: 14.8rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-left .SH16-image-box {
    width: 45rem;
  }
}
.SH16-image-inner .SH16-image-left .SH16-image-box h4 {
  color: #98999d;
  font-size: calc(30 * var(--font-size-base) * 0.1rem);
  line-height: 1em;
  margin-bottom: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-left .SH16-image-box h4 {
    font-size: calc(34 * var(--font-size-base) * 0.1rem);
  }
}
.SH16-image-inner .SH16-image-left .SH16-image-box p {
  text-align: center;
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
  line-height: 1.4em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-left .SH16-image-box p {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.SH16-image-inner .SH16-image-right {
  width: 46.7rem;
  height: 45.8rem;
  background-color: #00bfb3;
  padding-top: 3.5rem;
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-right {
    width: 51.7rem;
  }
}
.SH16-image-inner .SH16-image-right > h3 {
  color: #fff;
  font-size: calc(24 * var(--font-size-base) * 0.1rem);
  line-height: 1em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-right > h3 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.SH16-image-inner .SH16-image-right ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SH16-image-inner .SH16-image-right ul li {
  width: 40rem;
  height: 9.6rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.1rem;
  text-align: center;
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
  font-weight: 500;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-right ul li {
    width: 45rem;
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.SH16-image-inner .SH16-image-orangebox {
  width: 46.7rem;
  height: 11.5rem;
  background-color: #ff8200;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 53.2rem;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-orangebox {
    width: 51.7rem;
    margin-left: 58.2rem;
  }
}
.SH16-image-inner .SH16-image-orangebox p {
  color: #fff;
  font-size: calc(22 * var(--font-size-base) * 0.1rem);
  line-height: 1.4em;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .SH16-image-inner .SH16-image-orangebox p {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}/*# sourceMappingURL=SH16.css.map */