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

html {
  scroll-behavior: smooth;
}

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

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

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

@media not screen and (max-width: 768px), print {
  .SH25-txt {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-txt {
    margin-bottom: 7rem;
  }
}

.SH25-txt__text {
  line-height: 2;
}
@media not screen and (max-width: 768px), print {
  .SH25-txt__text {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH25-txt__text {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH25-txt__text {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .SH25-txt__text {
    --font-size-base: 1.2;
  }
}
@media screen and (min-width: 1201px) {
  .SH25-txt__text {
    --font-size-base: 1.05;
  }
}

@media not screen and (max-width: 768px), print {
  .SH25-image {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-image {
    overflow-y: scroll;
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-image img {
    width: auto;
    height: 45rem;
  }
}

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

.SH25-lead {
  line-height: 2;
}
@media not screen and (max-width: 768px), print {
  .SH25-lead {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    margin-bottom: 5.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-lead {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    margin-bottom: 5rem;
  }
}

.SH25-contents {
  border: 1px solid;
  display: flex;
  align-items: center;
}
@media not screen and (max-width: 768px), print {
  .SH25-contents {
    width: 94rem;
    height: 16rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-contents {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.SH25-contents dt {
  height: 100%;
  line-height: 2;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .SH25-contents dt {
    width: 18rem;
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    border-right: 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-contents dt {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    border-bottom: 1px solid;
    width: 100%;
    padding: 2rem 0;
  }
}
.SH25-contents dd {
  height: 100%;
  line-height: 2;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media not screen and (max-width: 768px), print {
  .SH25-contents dd {
    width: 76rem;
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-contents dd {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    padding: 2rem;
  }
}

.bg-green {
  background: #effffe;
}
@media not screen and (max-width: 768px), print {
  .bg-green {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .bg-green {
    padding: 10rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .bg-green .SH25-section {
    padding-top: 0;
  }
}

@media not screen and (max-width: 768px), print {
  .SH25-nav {
    width: 84rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-nav {
    width: 90%;
    margin: 0 auto;
  }
}
.SH25-nav > h3 {
  text-align: center;
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .SH25-nav > h3 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-nav > h3 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
    margin-bottom: 2rem;
  }
}

.SH25-nav ul {
  border-top: 1px solid #9a9999;
  border-bottom: 1px solid #9a9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not screen and (max-width: 768px), print {
  .SH25-nav ul {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-nav ul {
    flex-direction: column;
    padding: 2rem 0;
  }
}
@media not screen and (max-width: 768px), print {
  .SH25-nav ul li {
    width: 50%;
    border-right: 1px solid #d9d9d6;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-nav ul li {
    width: 100%;
    margin-bottom: 4rem;
    border-bottom: 1px solid #d9d9d6;
  }
}
.SH25-nav ul li:last-child {
  border-right: unset;
}
@media only screen and (max-width: 768px) {
  .SH25-nav ul li:last-child {
    border-bottom: unset;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-nav ul li:last-child {
    margin-bottom: 0;
  }
}
.SH25-nav ul li a {
  display: block;
}
@media not screen and (max-width: 768px), print {
  .SH25-nav ul li a {
    background: url(../images/SH25/SH25-arrow.png) no-repeat bottom center/22px auto;
    padding: 0 3rem 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-nav ul li a {
    background: url(../images/SH25/SH25-arrow.png) no-repeat bottom 2rem center/3rem auto;
    padding: 0 3rem 5rem;
  }
}

.SH25-nav__title {
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  border-bottom: 1px solid;
}
@media not screen and (max-width: 768px), print {
  .SH25-nav__title {
    font-size: calc(21 * var(--font-size-base) * 0.1rem);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    min-height: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-nav__title {
    font-size: calc(31.5 * var(--font-size-base) * 0.1rem);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH25-nav__title span {
    display: block;
    font-size: calc(15 * var(--font-size-base) * 0.1rem);
  }
}

.SH25-nav__text {
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .SH25-nav__text {
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH25-nav__text {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
  }
}

@media not screen and (max-width: 768px), print {
  .SH25-section .c-button {
    height: 7rem;
    margin: 0 auto;
    display: inline-flex;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-section .c-button {
    height: 12rem;
    width: 90%;
  }
}
.SH25-section .c-button span {
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .SH25-section .c-button span {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-section .c-button span {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    margin-right: 3rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH25-section .c-button svg {
    width: 4.6rem;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-section .c-button svg {
    width: 8rem;
    height: auto;
  }
}

.SH25-btn {
  display: flex;
  justify-content: center;
}

.SH25-counseling {
  border: 1px solid #e1e0e0;
}
@media not screen and (max-width: 768px), print {
  .SH25-counseling {
    width: 110rem;
    border-radius: 1rem;
    padding: 7rem 8rem;
    margin: 14rem auto;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-counseling {
    width: 90%;
    padding: 4rem;
    margin: 10rem auto;
    border-radius: 1rem;
    overflow: hidden;
  }
}
.SH25-counseling .SH25-image {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling .SH25-image {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .SH25-counseling img {
    width: auto;
    height: 30rem;
  }
}

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

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

.SH25-counseling-img {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img {
    height: 80vw;
  }
}
.SH25-counseling-img .SH25-counseling-img-01,
.SH25-counseling-img .SH25-counseling-img-03 {
  width: 24.3rem;
  padding-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-01,
  .SH25-counseling-img .SH25-counseling-img-03 {
    width: 48vw;
  }
}
.SH25-counseling-img .SH25-counseling-img-01 section,
.SH25-counseling-img .SH25-counseling-img-03 section {
  width: 20.4rem;
  height: 9.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  color: #fff;
  background-color: #9a9999;
  border-radius: 1rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-01 section,
  .SH25-counseling-img .SH25-counseling-img-03 section {
    width: 30rem;
    height: 13.5rem;
    padding: 0 2rem;
  }
}
.SH25-counseling-img .SH25-counseling-img-01 section h4,
.SH25-counseling-img .SH25-counseling-img-03 section h4 {
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
  border-bottom: 2px solid #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 0.8rem;
  margin-bottom: 0.6rem;
  line-height: 1em;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-01 section h4,
  .SH25-counseling-img .SH25-counseling-img-03 section h4 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.SH25-counseling-img .SH25-counseling-img-01 section p,
.SH25-counseling-img .SH25-counseling-img-03 section p {
  text-align: center;
  font-size: calc(14 * var(--font-size-base) * 0.1rem);
  line-height: 1.4em;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-01 section p,
  .SH25-counseling-img .SH25-counseling-img-03 section p {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.SH25-counseling-img .SH25-counseling-img-03 section {
  background-color: #ff8200;
}
.SH25-counseling-img .SH25-counseling-img-02 {
  width: 33.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02 {
    width: 50rem;
    position: relative;
    margin: 0 10vw;
  }
}
.SH25-counseling-img .SH25-counseling-img-02 section {
  width: 33.4rem;
  height: 10.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  color: #fff;
  background-color: #17a99f;
  border-radius: 1rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02 section {
    width: 50rem;
    height: 15.6rem;
  }
}
.SH25-counseling-img .SH25-counseling-img-02 section h4 {
  font-size: calc(20 * var(--font-size-base) * 0.1rem);
  border-bottom: 2px solid #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 0.8rem;
  line-height: 1em;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02 section h4 {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
}
.SH25-counseling-img .SH25-counseling-img-02 section p {
  text-align: center;
  font-size: calc(14 * var(--font-size-base) * 0.1rem);
  line-height: 1.4em;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02 section p {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.SH25-counseling-img .SH25-counseling-img-02 picture {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 17rem;
  margin-top: -5.5rem;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02 picture {
    width: 58vw;
    height: 58vw;
    margin: -9vw auto 0;
    padding-top: 24rem;
  }
}
.SH25-counseling-img .SH25-counseling-img-02 picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 29.1rem;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02 picture img {
    width: 58vw;
    height: 58vw;
  }
}
.SH25-counseling-img .SH25-counseling-img-02 picture span {
  font-size: calc(13 * var(--font-size-base) * 0.1rem);
  line-height: 1.3em;
  position: relative;
  z-index: 10;
  width: 11rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02 picture span {
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
    width: 16rem;
  }
}
.SH25-counseling-img .SH25-counseling-img-02 .fukidashi {
  position: absolute;
  left: -0.8rem;
  bottom: 1.5rem;
  width: 8.2rem;
  height: 9.7rem;
  background: url(../images/SH25/SH25-program-fukidashi.png) no-repeat bottom center/8.2rem auto;
  color: #fff;
  text-align: center;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02 .fukidashi {
    left: -2.8rem;
    bottom: 7.5rem;
    width: 14rem;
    height: 16rem;
    background: url(../images/SH25/SH25-program-fukidashi.png) no-repeat bottom center/contain;
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    line-height: 1.3em;
    padding-top: 2.5rem;
  }
}
.SH25-counseling-img .SH25-counseling-img-02::before {
  content: "";
  display: block;
  position: absolute;
  width: 5.4rem;
  height: 3.2rem;
  background: url(../images/SH25/SH25-program-arrow.png) no-repeat center/contain;
  left: -4.5rem;
  bottom: 13rem;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02::before {
    width: 7.4rem;
    height: 5.2rem;
    left: -5.8rem;
    bottom: 26.5rem;
  }
}
.SH25-counseling-img .SH25-counseling-img-02::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.4rem;
  height: 3.2rem;
  background: url(../images/SH25/SH25-program-arrow.png) no-repeat center/contain;
  right: -4.6rem;
  bottom: 13rem;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img .SH25-counseling-img-02::after {
    width: 7.4rem;
    height: 5.2rem;
    right: -5.8rem;
    bottom: 26.5rem;
  }
}
.SH25-counseling-img picture {
  height: 29.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4.5rem;
}
@media only screen and (max-width: 768px) {
  .SH25-counseling-img picture {
    width: 48vw;
    height: 48vw;
    margin-top: -3vw;
  }
  .SH25-counseling-img picture img {
    width: auto;
    height: 36rem;
  }
}/*# sourceMappingURL=SH25.css.map */