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

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

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

.c-main.sh-18 .hc-lead {
  margin-bottom: 0;
}

@media not screen and (max-width: 768px), print {
  .SH18-section {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-section {
    padding: 16rem 4rem 0;
  }
}

.SH18-lead {
  line-height: 2;
}
@media not screen and (max-width: 768px), print {
  .SH18-lead {
    text-align: center;
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    margin-bottom: 5.6rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-lead {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-lead {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .SH18-lead {
    --font-size-base: 1.2;
  }
}
@media screen and (min-width: 1201px) {
  .SH18-lead {
    --font-size-base: 1.05;
  }
}

.flow02-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media not screen and (max-width: 768px), print {
  .flow02-text {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .flow02-text {
    margin-top: 1rem;
  }
}
.flow02-text > div {
  width: 61.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flow02-text p {
  width: 28rem;
}
@media not screen and (max-width: 768px), print {
  .flow02-text p {
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .flow02-text p {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}

@media not screen and (max-width: 768px), print {
  .SH18-image {
    width: 92rem;
    margin: 7rem auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-image {
    margin-top: 7rem;
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .SH18-program__flow {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program__flow img {
    height: 70rem;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program__flow img {
    width: auto;
    height: 50rem;
  }
}

.SH18-point {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .SH18-point {
    flex-direction: column;
  }
}

.SH18-point__box {
  background: #52bbb2;
}
@media not screen and (max-width: 768px), print {
  .SH18-point__box {
    width: 31rem;
    height: 28rem;
    padding: 3.5rem;
    margin: 0 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-point__box {
    width: 80%;
    height: auto;
    padding: 2rem 3.5rem 3.5rem;
    margin: 0 auto;
  }
}
.SH18-point__box h3 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}
@media not screen and (max-width: 768px), print {
  .SH18-point__box h3 {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-point__box h3 {
    font-size: calc(33 * var(--font-size-base) * 0.1rem);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #fff;
  }
}
.SH18-point__box h3 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .SH18-point__box h3 span {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH18-point__box h3 span {
    font-size: calc(45 * var(--font-size-base) * 0.1rem);
  }
}
.SH18-point__box p {
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
@media not screen and (max-width: 768px), print {
  .SH18-point__box p {
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH18-point__box p {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH18-point__box + .SH18-point__box {
    margin-top: 5rem;
  }
}

.flow03-title {
  text-align: center;
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .flow03-title {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .flow03-title {
    font-size: calc(36 * var(--font-size-base) * 0.1rem);
    margin-bottom: 3rem;
  }
}

.SH18-program dl {
  display: flex;
  align-items: stretch;
  position: relative;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.SH18-program dl.SH18-program00 {
  margin-bottom: 6rem;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl.SH18-program00 dd {
    padding: 2rem 3rem 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl.SH18-program00 dd {
    padding: 2rem 3rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl.SH18-program04 dd {
    display: flex;
    align-items: center;
  }
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl.SH18-program04 dd .program-point {
    width: 100%;
  }
}
.SH18-program dl dt {
  background: #9a9999;
  color: #fff;
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl dt {
    padding: 2rem;
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    width: 27rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl dt {
    font-size: calc(32 * var(--font-size-base) * 0.1rem);
    padding: 2rem 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.SH18-program dl dt span {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl dt span {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl dt span {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
    margin-right: 3rem;
  }
}
.SH18-program dl dt span strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl dt span strong {
    font-size: calc(28 * var(--font-size-base) * 0.1rem);
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl dt span strong {
    font-size: calc(42 * var(--font-size-base) * 0.1rem);
    margin-left: 1rem;
  }
}
.SH18-program dl dt.program00 {
  background: #53565a;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl dt.program00 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl dt.program00 {
    font-size: calc(32.5 * var(--font-size-base) * 0.1rem);
  }
}
.SH18-program dl dd {
  background: #eeeeee;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl dd {
    width: 73rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl dd {
    width: 100%;
    padding: 2rem 4rem 4rem 4rem;
  }
}
.SH18-program dl .program-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl .program-point {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl .program-point {
    flex-direction: column;
    align-items: flex-start;
  }
}
.SH18-program dl .program-point ul li {
  position: relative;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl .program-point ul li {
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl .program-point ul li {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
    padding-left: 2.5rem;
  }
}
.SH18-program dl .program-point ul li::after {
  display: block;
  content: "";
  background-color: #53565a;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl .program-point ul li::after {
    top: 1.2rem;
    height: 0.8rem;
    width: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl .program-point ul li::after {
    top: 1.8rem;
    height: 1.4rem;
    width: 1.4rem;
  }
}
.SH18-program dl .program-point > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl .program-point > div {
    padding: 2rem 3rem 2rem 0;
    width: 35.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl .program-point > div {
    border-top: 1px solid #b5b5b5;
    width: 100%;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.SH18-program dl .program-point .program-point__text {
  position: relative;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl .program-point .program-point__text {
    border-left: 1px solid #b5b5b5;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl .program-point .program-point__text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.SH18-program dl .program-point .program-point__text h4 {
  color: #fff;
  background: #17a99f;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl .program-point .program-point__text h4 {
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
    width: 28.9rem;
    height: 3.5rem;
    border-radius: 0.4rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl .program-point .program-point__text h4 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
    padding: 1rem;
    margin-right: 2rem;
    width: 4em;
    flex-shrink: 0;
  }
}
@media not screen and (max-width: 768px), print {
  .SH18-program dl .program-point .program-point__text p {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH18-program dl .program-point .program-point__text p {
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
  }
}
.SH18-program figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4rem;
  margin-bottom: 2rem;
}
.SH18-program figure img {
  width: 2.8rem;
  height: auto;
}

.SH18-graph {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .SH18-graph {
    flex-direction: column;
  }
}
@media not screen and (max-width: 768px), print {
  .SH18-graph img {
    width: 40.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-graph img {
    width: 80%;
  }
}
.SH18-graph picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .SH18-graph picture {
    width: 5.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-graph picture {
    width: 15rem;
    height: auto;
    margin: 6rem 0;
  }
}
@media not screen and (max-width: 768px), print {
  .SH18-graph picture img {
    width: 100%;
  }
}

@media not screen and (max-width: 768px), print {
  .SH18-graph__text {
    width: 39.4rem;
  }
}
.SH18-graph__text h3 {
  font-weight: 700;
  color: #17a99f;
  position: relative;
}
@media not screen and (max-width: 768px), print {
  .SH18-graph__text h3 {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-graph__text h3 {
    font-size: calc(32 * var(--font-size-base) * 0.1rem);
    margin-bottom: 2rem;
  }
}
.SH18-graph__text h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #17a99f;
  border-radius: 0.1rem;
  margin-top: 0.5rem;
}
.SH18-graph__text ul {
  margin-bottom: 5rem;
}
.SH18-graph__text ul:last-child {
  margin-bottom: 0;
}
.SH18-graph__text ul li {
  position: relative;
}
@media not screen and (max-width: 768px), print {
  .SH18-graph__text ul li {
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-graph__text ul li {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
    padding-left: 2.5rem;
  }
}
.SH18-graph__text ul li::after {
  display: block;
  content: "";
  background-color: #53565a;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media not screen and (max-width: 768px), print {
  .SH18-graph__text ul li::after {
    top: 1.2rem;
    height: 0.8rem;
    width: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH18-graph__text ul li::after {
    top: 1.8rem;
    height: 1.4rem;
    width: 1.4rem;
  }
}

.hc-voice {
  margin-top: 8rem;
}

.SH-voice .c-heading.type-2 {
  font-weight: 700;
  text-align: center;
}
@media not screen and (max-width: 768px), print {
  .SH-voice .c-heading.type-2 {
    font-size: calc(28 * var(--font-size-base) * 0.1rem);
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH-voice .c-heading.type-2 {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
    margin-bottom: 2rem;
  }
}
.SH-voice .c-heading.type-2::after {
  display: none;
}

.SH-voice__list {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media not screen and (max-width: 768px), print {
  .SH-voice__list {
    width: 100rem;
    margin: 0 auto;
    padding: 3rem;
  }
}
.SH-voice__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media not screen and (max-width: 768px), print {
  .SH-voice__list li {
    width: 50%;
    height: 14rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH-voice__list li {
    width: 100%;
    padding: 2.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid;
  }
}
@media not screen and (max-width: 768px), print {
  .SH-voice__list li img {
    width: 6rem;
    height: 6rem;
    margin-right: 2.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH-voice__list li img {
    width: 12rem;
    height: auto;
    flex-shrink: 0;
    margin-right: 3rem;
  }
}
.SH-voice__list li p {
  font-weight: 500;
  line-height: 1.75;
}
@media not screen and (max-width: 768px), print {
  .SH-voice__list li p {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH-voice__list li p {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
@media not screen and (max-width: 768px), print {
  .SH-voice__list li:first-child, .SH-voice__list li:nth-child(3) {
    border-right: 1px solid;
  }
  .SH-voice__list li:first-child, .SH-voice__list li:nth-child(2) {
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  .SH-voice__list li:last-child {
    border-bottom: none;
  }
}

.SH18-program__flow-inner {
  width: 92rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .SH18-program__flow-inner {
    width: 100rem;
  }
}
.SH18-program__flow-inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.SH18-program__flow-inner ul li {
  width: 26rem;
  height: 26rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #eee;
}
@media only screen and (max-width: 768px) {
  .SH18-program__flow-inner ul li {
    width: 29rem;
    height: 29rem;
  }
}
.SH18-program__flow-inner ul li img {
  width: 15rem;
  height: auto;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .SH18-program__flow-inner ul li img {
    width: 18rem;
  }
}
.SH18-program__flow-inner ul li span {
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
  line-height: 1.4em;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .SH18-program__flow-inner ul li span {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
.SH18-program__flow-inner ul li::before {
  width: 2.2rem;
  height: 2.9rem;
  content: "";
  display: block;
  background: url(../images/SH18/flow01_sankaku.png) no-repeat center/2.2rem auto;
  position: absolute;
  right: -4.8rem;
  top: 11rem;
}
@media only screen and (max-width: 768px) {
  .SH18-program__flow-inner ul li::before {
    width: 2.6rem;
    height: 3.2rem;
    content: "";
    display: block;
    background: url(../images/SH18/flow01_sankaku.png) no-repeat center/contain;
    position: absolute;
    right: -4.5rem;
    top: 13rem;
  }
}
.SH18-program__flow-inner ul li::after {
  width: 2.7rem;
  height: 6.3rem;
  content: "";
  display: block;
  background: url(../images/SH18/flow01_arrow.png) no-repeat center/2.7rem auto;
  position: absolute;
  right: 0rem;
  left: 0;
  bottom: -8rem;
  margin: auto;
}
.SH18-program__flow-inner ul li:nth-child(3)::before {
  display: none;
}
.SH18-program__flow-inner h3 {
  width: 92rem;
  height: 9rem;
  border-radius: 1.1rem;
  background-color: #53565a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(22 * var(--font-size-base) * 0.1rem);
}
.SH18-program__flow-inner h3::before {
  width: 7.4rem;
  height: 5.5rem;
  content: "";
  background: url(../images/SH18/flow01_fukidashi.png) no-repeat center/7.4rem auto;
  display: block;
  margin-right: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .SH18-program__flow-inner h3 {
    width: 100rem;
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}/*# sourceMappingURL=SH18.css.map */