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

@media not screen and (max-width: 768px), print {
  .SH13-section {
    width: 110rem;
    margin: 0 auto;
    padding-top: 11rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH13-section {
    margin-top: 9rem;
    margin-bottom: 9rem;
    padding: 0 4rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH13-section.is-cmp {
    width: 110rem;
    padding-top: 0;
  }
}

.c-main.sh-13 .c-heading.type-2 small {
  font-family: "Noto Sans JP", sans-serif;
}
@media not screen and (max-width: 768px), print {
  .c-main.sh-13 .c-heading.type-2 small {
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .c-main.sh-13 .c-heading.type-2 small {
    font-size: calc(33 * var(--font-size-base) * 0.1rem);
  }
}
.c-main.sh-13 .c-heading.type-2 small span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media not screen and (max-width: 768px), print {
  .c-main.sh-13 .c-heading.type-2 small span {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .c-main.sh-13 .c-heading.type-2 small span {
    font-size: calc(42 * var(--font-size-base) * 0.1rem);
  }
}

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

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

.SH13-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 {
  .SH13-nav ul {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .SH13-nav ul {
    flex-direction: column;
    padding: 1rem 0;
  }
}
@media not screen and (max-width: 768px), print {
  .SH13-nav ul li {
    width: 33.3333333333%;
    border-right: 1px solid #d9d9d6;
  }
}
@media only screen and (max-width: 768px) {
  .SH13-nav ul li {
    width: 100%;
    margin-bottom: 4rem;
    border-bottom: 1px solid #d9d9d6;
  }
}
.SH13-nav ul li:last-child {
  border-right: unset;
}
@media only screen and (max-width: 768px) {
  .SH13-nav ul li:last-child {
    border-bottom: unset;
  }
}
@media only screen and (max-width: 768px) {
  .SH13-nav ul li:last-child {
    margin-bottom: 0;
  }
}
.SH13-nav ul li a {
  display: block;
}
@media not screen and (max-width: 768px), print {
  .SH13-nav ul li a {
    background: url(../images/SH13/SH13-arrow.png) no-repeat bottom center/22px auto;
    padding: 0 3rem 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH13-nav ul li a {
    background: url(../images/SH13/SH13-arrow.png) no-repeat bottom 2rem center/3rem auto;
    padding: 0 3rem 5rem;
  }
}

.SH13-nav__title {
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  border-bottom: 1px solid;
}
@media not screen and (max-width: 768px), print {
  .SH13-nav__title {
    font-size: calc(15 * var(--font-size-base) * 0.1rem);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH13-nav__title {
    font-size: calc(22.5 * var(--font-size-base) * 0.1rem);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
}
.SH13-nav__title span {
  font-family: "Montserrat", sans-serif;
  display: block;
}
@media not screen and (max-width: 768px), print {
  .SH13-nav__title span {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH13-nav__title span {
    font-size: calc(36 * var(--font-size-base) * 0.1rem);
  }
}

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

.SH13-lead {
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .SH13-lead {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    line-height: 2;
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH13-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) {
  .SH13-lead {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .SH13-lead {
    --font-size-base: 1.2;
  }
}
@media screen and (min-width: 1201px) {
  .SH13-lead {
    --font-size-base: 1.05;
  }
}

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

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

@media not screen and (max-width: 768px), print {
  .SH13-image {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH13-image {
    overflow-x: scroll;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH13-image img {
    width: auto;
    height: 80rem;
  }
}

@media not screen and (max-width: 768px), print {
  .SH13-image.counseling {
    margin-bottom: 0;
  }
}

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

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

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

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

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

@media only screen and (max-width: 768px) {
  .SH13-image-inner {
    width: 125rem;
  }
}

.SH13-section__text-left {
  position: absolute;
}

.SH13-section__text {
  display: flex;
  letter-spacing: 0.1em;
}

.SH13-section__text h3 {
  background: #f0f0ef;
  width: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .SH13-section__text h3 {
    width: 33rem;
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}

.SH13-section__text:nth-child(2) {
  margin-top: 5rem;
}

.SH13-section__text:nth-child(3) {
  margin: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .SH13-section__text:nth-child(3) {
    margin: 2.4rem 0;
  }
}

.SH13-section__text:nth-child(4) {
  margin-bottom: 5rem;
}

.SH13-section__link {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 2rem;
  padding-left: 1.8rem;
  padding-right: 2.5rem;
  padding-top: 2rem;
  width: calc(100% - 30rem);
}
@media only screen and (max-width: 768px) {
  .SH13-section__link {
    width: calc(100% - 33rem);
  }
}

.SH13-section__link a {
  border-radius: 1rem;
  font-size: 2.1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2rem;
  padding-top: 1rem;
  width: 36.5rem;
  margin-right: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .SH13-section__link a {
    border-radius: 1rem;
    font-size: 2.6rem;
    padding-bottom: 1.3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.3rem;
    width: 42rem;
    margin-right: 3rem;
  }
}

.SH13-section__link.link-bl {
  background: #c2dfea;
}

.SH13-section__link.link-bl a {
  background: #3595b9;
}

.SH13-section__link.link-bl::after {
  background: url(../images/SH13/SH13-arrow_bk.png) no-repeat;
  background-size: 3.2rem 1.9rem;
  bottom: -3.6rem;
  content: "";
  display: block;
  height: 1.9rem;
  left: 30rem;
  right: 0;
  margin: auto;
  position: absolute;
  width: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .SH13-section__link.link-bl::after {
    left: 36rem;
  }
}

.SH13-section__link.link-gr {
  background: #beeae7;
}

.SH13-section__link.link-gr a {
  background: #00bfb3;
}

.SH13-section__link.link-gr::after {
  background: url(../images/SH13/SH13-arrow_tate.png) no-repeat;
  background-size: 3.2rem 7.9rem;
  bottom: -9.6rem;
  content: "";
  display: block;
  height: 7.9rem;
  left: 30rem;
  right: 0;
  margin: auto;
  position: absolute;
  width: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .SH13-section__link.link-gr::after {
    left: 36rem;
  }
}

.SH13-section__link.link-pk {
  background: #fed8da;
}

.SH13-section__link.link-pk a {
  background: #e0686c;
}

.SH13-section__link.link-pk::after {
  background: url(../images/SH13/SH13-arrow_bk.png) no-repeat;
  background-size: 3.2rem 1.9rem;
  bottom: -3.6rem;
  content: "";
  display: block;
  height: 1.9rem;
  left: 30rem;
  right: 0;
  margin: auto;
  position: absolute;
  width: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .SH13-section__link.link-pk::after {
    left: 36rem;
  }
}

.SH13-section__link a {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 700;
}

.SH13-section__link p {
  font-weight: 500;
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .SH13-section__link p {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.SH13-section__link p br {
  display: none;
}

.SH13-section__text.link-or a {
  align-items: center;
  background: #ff8200;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  position: relative;
  border-radius: 1rem;
  font-size: 2.1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2rem;
  padding-top: 1rem;
  width: 43.2rem;
  margin-right: 2.1rem;
  margin-left: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .SH13-section__text.link-or a {
    border-radius: 1rem;
    font-size: 2.6rem;
    padding-bottom: 1.3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.3rem;
    width: 52.5rem;
  }
}

.SH13-section__text.link-or a::before {
  background: url(../images/SH13/SH13-arrow_or.png) no-repeat center right/contain;
  content: "";
  display: block;
  height: 3rem;
  position: absolute;
  right: -7.4rem;
  width: 8.5rem;
}

.SH13-section__text.link-or a::after {
  background: url(../images/SH13/SH13-arrow_wh.png) no-repeat;
  content: "";
  display: block;
  height: 1.1rem;
  width: 1.8rem;
}

.SH13-section__text.link-gy h4 {
  background: #d9d9d6;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(22 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .SH13-section__text.link-gy h4 {
    height: 7.5rem;
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
.SH13-section__text.link-gy h4 span {
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .SH13-section__text.link-gy h4 span {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}

.SH13-counseling-img {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .SH13-counseling-img {
    height: 80vw;
  }
}
.SH13-counseling-img .SH13-counseling-img-01,
.SH13-counseling-img .SH13-counseling-img-03 {
  width: 24.3rem;
  padding-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .SH13-counseling-img .SH13-counseling-img-01,
  .SH13-counseling-img .SH13-counseling-img-03 {
    width: 48vw;
  }
}
.SH13-counseling-img .SH13-counseling-img-01 section,
.SH13-counseling-img .SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-01 section,
  .SH13-counseling-img .SH13-counseling-img-03 section {
    width: 30rem;
    height: 13.5rem;
    padding: 0 2rem;
  }
}
.SH13-counseling-img .SH13-counseling-img-01 section h4,
.SH13-counseling-img .SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-01 section h4,
  .SH13-counseling-img .SH13-counseling-img-03 section h4 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.SH13-counseling-img .SH13-counseling-img-01 section p,
.SH13-counseling-img .SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-01 section p,
  .SH13-counseling-img .SH13-counseling-img-03 section p {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.SH13-counseling-img .SH13-counseling-img-03 section {
  background-color: #ff8200;
}
.SH13-counseling-img .SH13-counseling-img-02 {
  width: 33.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .SH13-counseling-img .SH13-counseling-img-02 {
    width: 50rem;
    position: relative;
    margin: 0 10vw;
  }
}
.SH13-counseling-img .SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-02 section {
    width: 50rem;
    height: 15.6rem;
  }
}
.SH13-counseling-img .SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-02 section h4 {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
}
.SH13-counseling-img .SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-02 section p {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
.SH13-counseling-img .SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-02 picture {
    width: 58vw;
    height: 58vw;
    margin: -9vw auto 0;
    padding-top: 24rem;
  }
}
.SH13-counseling-img .SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-02 picture img {
    width: 58vw;
    height: 58vw;
  }
}
.SH13-counseling-img .SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-02 picture span {
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
    width: 16rem;
  }
}
.SH13-counseling-img .SH13-counseling-img-02 .fukidashi {
  position: absolute;
  left: -0.8rem;
  bottom: 1.5rem;
  width: 8.2rem;
  height: 9.7rem;
  background: url(../images/SH13/SH13-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) {
  .SH13-counseling-img .SH13-counseling-img-02 .fukidashi {
    left: -2.8rem;
    bottom: 7.5rem;
    width: 14rem;
    height: 16rem;
    background: url(../images/SH13/SH13-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;
  }
}
.SH13-counseling-img .SH13-counseling-img-02::before {
  content: "";
  display: block;
  position: absolute;
  width: 5.4rem;
  height: 3.2rem;
  background: url(../images/SH13/SH13-program-arrow.png) no-repeat center/contain;
  left: -4.5rem;
  bottom: 13rem;
}
@media only screen and (max-width: 768px) {
  .SH13-counseling-img .SH13-counseling-img-02::before {
    width: 7.4rem;
    height: 5.2rem;
    left: -5.8rem;
    bottom: 26.5rem;
  }
}
.SH13-counseling-img .SH13-counseling-img-02::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.4rem;
  height: 3.2rem;
  background: url(../images/SH13/SH13-program-arrow.png) no-repeat center/contain;
  right: -4.6rem;
  bottom: 13rem;
}
@media only screen and (max-width: 768px) {
  .SH13-counseling-img .SH13-counseling-img-02::after {
    width: 7.4rem;
    height: 5.2rem;
    right: -5.8rem;
    bottom: 26.5rem;
  }
}
.SH13-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) {
  .SH13-counseling-img picture {
    width: 48vw;
    height: 48vw;
    margin-top: -3vw;
  }
  .SH13-counseling-img picture img {
    width: auto;
    height: 36rem;
  }
}/*# sourceMappingURL=SH13.css.map */