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

@media not screen and (max-width: 768px), print {
  .c-main.sh-26 .c-heading.type-2 {
    margin-bottom: 3rem;
  }
}

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

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

@media not screen and (max-width: 768px), print {
  .c-main.sh-26 .hc-lead {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-main.sh-26 .hc-lead {
    margin-bottom: 10rem;
  }
}

@media not screen and (max-width: 768px), print {
  .hc-section__lead {
    text-align: center;
  }
}

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

@media not screen and (max-width: 768px), print {
  .SH26-image {
    width: 110rem;
    margin: 7rem auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-image {
    margin-top: 7rem;
    overflow-y: scroll;
  }
  .SH26-image img {
    width: 100rem;
    height: auto;
  }
}
@media not screen and (max-width: 768px), print {
  .SH26-image.is-sample {
    width: 70rem;
  }
}

.SH26-career__flow {
  background: #f4f4f4;
}
@media not screen and (max-width: 768px), print {
  .SH26-career__flow {
    margin-top: 10rem;
    margin-bottom: 15rem;
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-career__flow {
    margin-bottom: 15rem;
    padding: 4rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH26-career__flow img {
    width: 94rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .SH26-program__flow {
    overflow-x: auto;
    overflow-y: visible;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-program__flow > div {
    width: 100rem;
  }
}

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

.SH26-graph {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media not screen and (max-width: 768px), print {
  .SH26-graph {
    width: 89.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-graph {
    flex-direction: column;
    margin-top: 6rem;
  }
}
.SH26-graph .SH26-graph__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
@media not screen and (max-width: 768px), print {
  .SH26-graph .SH26-graph__item {
    width: 37.6rem;
  }
}
@media not screen and (max-width: 768px), print, print, print {
  .SH26-graph .SH26-graph__item::after {
    display: block;
    content: "";
    width: 2px;
    height: 50.7rem;
    background: #b5b5b5;
    position: absolute;
    right: -7.5rem;
    top: 0;
  }
}
@media not screen and (max-width: 768px), print {
  .SH26-graph .SH26-graph__item:last-child::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-graph .SH26-graph__item {
    margin-bottom: 5rem;
  }
  .SH26-graph .SH26-graph__item::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #b5b5b5;
    margin-top: 5rem;
  }
  .SH26-graph .SH26-graph__item:last-child::after {
    display: none;
  }
}
.SH26-graph .SH26-graph__item p {
  font-weight: 700;
  text-align: center;
}
@media not screen and (max-width: 768px), print {
  .SH26-graph .SH26-graph__item p {
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
    margin-bottom: 3.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-graph .SH26-graph__item p {
    font-size: calc(28 * var(--font-size-base) * 0.1rem);
    margin-bottom: 3.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-graph .SH26-graph__item img {
    width: 80%;
  }
}

@media not screen and (max-width: 768px), print {
  .SH26-voice {
    margin-top: 9rem;
  }
}
.SH26-voice h3 {
  font-weight: 700;
  text-align: center;
}
@media not screen and (max-width: 768px), print {
  .SH26-voice h3 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-voice h3 {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
    margin-bottom: 6rem;
  }
}

.SH26-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 {
  .SH26-voice__list {
    width: 100rem;
    margin: 0 auto;
    padding: 3rem;
  }
}
.SH26-voice__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media not screen and (max-width: 768px), print {
  .SH26-voice__list li {
    width: 50%;
    height: 14rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-voice__list li {
    width: 100%;
    padding: 2.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid;
  }
}
@media not screen and (max-width: 768px), print {
  .SH26-voice__list li img {
    width: 6rem;
    height: 6rem;
    margin-right: 2.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-voice__list li img {
    width: 12rem;
    height: auto;
    flex-shrink: 0;
    margin-right: 3rem;
  }
}
.SH26-voice__list li p {
  font-weight: 500;
  line-height: 1.75;
}
@media not screen and (max-width: 768px), print {
  .SH26-voice__list li p {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH26-voice__list li p {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
@media not screen and (max-width: 768px), print {
  .SH26-voice__list li:first-child, .SH26-voice__list li:nth-child(3) {
    border-right: 1px solid;
  }
  .SH26-voice__list li:first-child, .SH26-voice__list li:nth-child(2) {
    border-bottom: 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  .SH26-voice__list li:last-child {
    border-bottom: none;
  }
}/*# sourceMappingURL=SH26.css.map */