.intro__box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: url(/assets/img/common/bg_common_pink.jpg) no-repeat center/cover;
  padding: 20px 20px 20px 20px;
  color: #EB6DA5;
  font-weight: 500;
}
.intro__box-heading {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
.intro__box-heading::after {
  content: "";
  width: 130px;
  height: 126px;
  background: url(/assets/img/counseling/bg_heading.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -60px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.intro__box-heading .en {
  font-size: 3.3rem;
  font-family: "Yellowtail", cursive;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
  top: -1em;
  left: -0.3em;
}
.intro__box-heading b {
  display: inline-block;
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 0 0 #EB6DA5;
          box-shadow: 3px 3px 0 0 #EB6DA5;
  font-size: clamp(2.7rem, 2.7vw, 2.8rem);
  padding: 8px 10px 4px;
  border: solid 1px;
}
.intro__box-txt {
  font-size: clamp(2.3rem, 2.3vw, 2.6rem);
  font-family: "Zen Kaku Gothic New";
}
.intro__box-img {
  text-align: center;
}

.counselor__item {
  border: solid 2px #1CB9EE;
  padding: 3px;
  text-align: center;
  background: url(/assets/img/common/bg_common_blue.jpg) no-repeat top center;
  height: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.counselor__item.is-orange {
  background-image: url(/assets/img/common/bg_common_orange.jpg);
  border-color: #F08637;
}
.counselor__item.is-orange .counselor__item-inner {
  border-color: #F08637;
}
.counselor__item.is-orange .counselor__item-heading {
  color: #F08637;
}
.counselor__item.is-yellow {
  background-image: url(/assets/img/common/bg_common_yellow.jpg);
  border-color: #F8B500;
}
.counselor__item.is-yellow .counselor__item-inner {
  border-color: #F8B500;
}
.counselor__item.is-yellow .counselor__item-heading {
  color: #F8B500;
}
.counselor__item-inner {
  border: solid 1px #1CB9EE;
  padding: 15px;
  height: 100%;
}
.counselor__item-heading {
  font-weight: 500;
  color: #1CB9EE;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}
.counselor__item-heading b {
  display: block;
  font-weight: 500;
  font-size: 2.6rem;
}
.counselor__box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: url(/assets/img/common/bg_common_pink.jpg) no-repeat center/cover;
  color: #EB6DA5;
  padding: 23px 40px;
}
.counselor__box-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  font-weight: 500;
}
.counselor__box-unit dt {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counselor__box-unit dt b {
  font-size: 3.2rem;
  margin-right: 10px;
}
.counselor__box-tel {
  background: #fff;
  padding: 20px 30px;
  text-align: center;
}
.counselor__box-tel a {
  color: #EB6DA5;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.counselor__box-tel a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}
@media screen and (min-width: 1000px) {
  .intro__box {
    padding-left: 50px;
  }
  .counselor__item-heading span {
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .counselor__item-txt {
    font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  }
  .counselor__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .intro__box {
    padding: 20px 15px;
  }
  .intro__box-heading .en {
    font-size: 2rem;
  }
  .intro__box-heading b {
    font-size: 1.8rem;
  }
  .intro__box-txt {
    font-size: 1.6rem;
  }
  .counselor__item-heading b {
    font-size: 2.2rem;
  }
  .counselor__box {
    padding: 15px 13px;
  }
  .counselor__box-unit dl {
    width: 80%;
  }
  .counselor__box-unit dt {
    font-size: 1.4rem;
  }
  .counselor__box-unit dt b {
    font-size: 2.2rem;
  }
  .counselor__box-unit dd {
    font-size: 1.4rem;
  }
  .counselor__box-img {
    width: 20%;
  }
  .counselor__box-tel a {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .intro__box-img {
    max-width: 452px;
  }
  .counselor__item-inner {
    padding: 18px 15px;
  }
  .counselor__box-tel {
    width: 44%;
    max-width: 384px;
    padding: 28px 30px;
  }
}
@media screen and (max-width: 999px) {
  .counselor__item-heading {
    font-size: 1.6rem;
  }
  .counselor__box-unit {
    margin-bottom: 15px;
  }
  .counselor__box-tel {
    margin: 0 auto;
  }
}