.aside-highschool-job {
  background-color: #39b54a;
  padding-top: 46px;
  padding-bottom: 46px;
  color: #ffffff;
}

@media screen and (min-width: 960px) {
  .aside-highschool-job {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.aside-highschool-job__heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .aside-highschool-job__heading {
    font-size: 2.8rem;
  }
}

.aside-highschool-job__heading::before {
  display: block;
  content: attr(data-en-title);
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .18em;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  .aside-highschool-job__heading::before {
    margin-bottom: 20px;
  }
}

.aside-highschool-job__paragraph {
  text-align: center;
}

.aside-highschool-job__button {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}

.aside-highschool-job__button__anchor {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
  color: #333333;
  padding: 17px 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 960px) {
  .aside-highschool-job__button__anchor {
    padding: 27px 20px;
  }
}

.aside-highschool-job__button__anchor__inner {
  position: relative;
  padding-right: 25px;
}

.aside-highschool-job__button__anchor__inner::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  background-image: url("/assets/images/common/ico_arrow_green.svg");
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.aside-highschool-job__button__anchor:hover {
  opacity: .7;
}

.highschool-message-sibling {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (min-width: 960px) {
  .highschool-message-sibling {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.highschool-message-sibling__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 20px;
}

@media screen and (min-width: 960px) {
  .highschool-message-sibling__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    overflow: visible;
  }
}

.highschool-message-sibling__list__item {
  margin-left: -7.5px;
  margin-right: -7.5px;
  white-space: nowrap;
  position: relative;
}

@media screen and (min-width: 960px) {
  .highschool-message-sibling__list__item {
    margin-left: -15px;
    margin-right: -15px;
    white-space: normal;
  }
}

.highschool-message-sibling__list__item::before {
  content: '';
  display: block;
  background-image: url("/assets/images/highschool/bg_message_line.svg");
  background-size: cover;
  position: absolute;
  width: 24px;
  height: 106px;
  left: -21px;
  bottom: -8px;
}

@media screen and (min-width: 650px) {
  .highschool-message-sibling__list__item::before {
    width: 28px;
    height: 126px;
    left: -25px;
    bottom: -24px;
  }
}

.highschool-message-message_01 .highschool-message-sibling__list__item--01 {
  pointer-events: none;
}

.highschool-message-message_01 .highschool-message-sibling__list__item--01 .highschool-message-sibling__list__item__image img {
  opacity: .5;
}

.highschool-message-message_01 .highschool-message-sibling__list__item--01 .highschool-message-sibling__list__item__image::before {
  opacity: 1;
}

.highschool-message-message_02 .highschool-message-sibling__list__item--02 {
  pointer-events: none;
}

.highschool-message-message_02 .highschool-message-sibling__list__item--02 .highschool-message-sibling__list__item__image img {
  opacity: .5;
}

.highschool-message-message_02 .highschool-message-sibling__list__item--02 .highschool-message-sibling__list__item__image::before {
  opacity: 1;
}

.highschool-message-sibling__list__item__anchor {
  display: block;
}

.highschool-message-sibling__list__item__anchor:hover .highschool-message-sibling__list__item__image {
  position: relative;
}

.highschool-message-sibling__list__item__anchor:hover .highschool-message-sibling__list__item__image img {
  opacity: .5;
}

.highschool-message-sibling__list__item__anchor:hover .highschool-message-sibling__list__item__image::before {
  content: '';
  display: block;
  background-image: url("/assets/images/highschool/message/img_message_cover.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.highschool-message-sibling__list__item__image {
  width: 260px;
}

@media screen and (min-width: 960px) {
  .highschool-message-sibling__list__item__image {
    width: auto;
  }
}

.highschool-message-sibling__list__item__image img {
  max-width: 380px;
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.highschool-message-sibling__list__item__image::before {
  content: '';
  display: block;
  background-image: url("/assets/images/highschool/message/img_message_cover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 260px;
  max-height: 219px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 960px) {
  .highschool-message-sibling__list__item__image::before {
    max-width: 380px;
    max-height: 320px;
  }
}

.highschool-message-sibling__list__item__text {
  padding-left: 30px;
  margin-top: 20px;
}

.highschool-message-sibling__list__item__text__name {
  font-size: 1.9rem;
  font-weight: 700;
}

@media screen and (min-width: 650px) {
  .highschool-message-sibling__list__item__text__name {
    font-size: 2.1rem;
  }
}

.highschool-message-sibling__list__item__text__kana {
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  color: #39b54a;
  letter-spacing: .18em;
  margin-top: 10px;
}

@media screen and (min-width: 650px) {
  .highschool-message-sibling__list__item__text__kana {
    font-size: 1.2rem;
  }
}

.highschool-message-sibling__list__item__text__occupation {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (min-width: 650px) {
  .highschool-message-sibling__list__item__text__occupation {
    font-size: 1.6rem;
  }
}

.highschool-index-heading {
  font-size: 2.2rem;
  line-height: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .highschool-index-heading {
    font-size: 2.8rem;
  }
}

.highschool-index-heading::before {
  content: attr(data-en-title);
  color: #39b54a;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .18em;
  display: block;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (min-width: 960px) {
  .highschool-index-heading::before {
    margin-bottom: 10px;
  }
}

.highschool-index-heading--center {
  text-align: center;
}

.highschool-index-hero {
  height: 400px;
  background-image: url("/assets/images/highschool/bg_hero.jpg");
  background-size: cover;
  background-position: right 10% center;
}

@media screen and (min-width: 650px) {
  .highschool-index-hero {
    background-size: 150%;
    background-position: right center;
  }
}

@media screen and (min-width: 960px) {
  .highschool-index-hero {
    background-size: cover;
    height: 620px;
    background-position: right 25% center;
  }
}

@media screen and (min-width: 1440px) {
  .highschool-index-hero {
    background-position: center;
  }
}

.highschool-index-hero__container {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .highschool-index-hero__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
}

.highschool-index-hero__container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#39b54a), color-stop(30%, #39b54a), to(rgba(57, 181, 74, 0)));
  background: -webkit-linear-gradient(bottom, #39b54a 0%, #39b54a 30%, rgba(57, 181, 74, 0) 100%);
  background: linear-gradient(0deg, #39b54a 0%, #39b54a 30%, rgba(57, 181, 74, 0) 100%);
}

@media screen and (min-width: 960px) {
  .highschool-index-hero__container::before {
    height: 100%;
    bottom: auto;
    top: 0;
    left: 0;
    width: 700px;
    background: -webkit-gradient(linear, left top, right top, from(#39b54a), color-stop(50%, #39b54a), to(rgba(57, 181, 74, 0)));
    background: -webkit-linear-gradient(left, #39b54a 0%, #39b54a 50%, rgba(57, 181, 74, 0) 100%);
    background: linear-gradient(90deg, #39b54a 0%, #39b54a 50%, rgba(57, 181, 74, 0) 100%);
  }
}

.highschool-index-hero__container::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background-color: #39b54a;
}

.highschool-index-hero__box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.highschool-index-hero__box__heading {
  color: #ffffff;
  position: relative;
}

.highschool-index-hero__box__heading__company {
  display: inline-block;
  font-size: 5.4vw;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  padding-bottom: 3px;
  line-height: normal;
  position: absolute;
  top: 1vw;
  left: 18vw;
}

@media screen and (min-width: 650px) {
  .highschool-index-hero__box__heading__company {
    font-size: 3.7rem;
    left: 134px;
  }
}

.highschool-index-hero__box__heading__company::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.highschool-index-hero__box__heading__title {
  display: block;
  font-size: 22vw;
  font-family: 'Damion', cursive;
}

@media screen and (min-width: 650px) {
  .highschool-index-hero__box__heading__title {
    font-size: 15.4rem;
  }
}

.highschool-index-hero__box__heading__title::before {
  content: '';
  display: block;
  background-image: url("/assets/images/highschool/ico_pen.svg");
  width: 20vw;
  height: 15.1vw;
  background-size: cover;
  position: absolute;
  top: 2.7vw;
  left: 56.5vw;
}

@media screen and (min-width: 650px) {
  .highschool-index-hero__box__heading__title::before {
    width: 121px;
    height: 90px;
    top: 34px;
    left: 399px;
  }
}

.highschool-index-hero__box__lead {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: .18em;
  color: #ffffff;
  margin-top: 5px;
}

.highschool-index-text-button {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .highschool-index-text-button {
    margin-top: 30px;
  }
}

.highschool-index-text-button__anchor {
  position: relative;
  padding-right: 25px;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.highschool-index-text-button__anchor::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  background-image: url("/assets/images/common/ico_arrow_green.svg");
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.highschool-index-text-button__anchor:hover,
a:hover .highschool-index-text-button__anchor {
  color: #39b54a;
}

@media screen and (min-width: 960px) {
  .highschool-index-paragraph {
    font-size: 1.6rem;
  }
}

.highschool-index-satisfaction {
  padding-top: 40px;
  padding-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .highschool-index-satisfaction {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.highschool-index-satisfaction__container {
  position: relative;
}

.highschool-index-satisfaction__icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.highschool-index-satisfaction__icon img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}

.highschool-index-satisfaction__icon img[src*="ico_satisfaction_01"] {
  width: 43px;
  height: 38px;
  top: -20px;
  left: 30px;
}

@media screen and (min-width: 650px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_01"] {
    left: 60px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_01"] {
    width: 86px;
    height: 76px;
    left: 0;
  }
}

.highschool-index-satisfaction__icon img[src*="ico_satisfaction_02"] {
  width: 36px;
  height: 37px;
  top: 70px;
  left: 10px;
}

@media screen and (min-width: 650px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_02"] {
    top: 140px;
    left: 20px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_02"] {
    width: 73px;
    height: 74px;
    left: -50px;
  }
}

.highschool-index-satisfaction__icon img[src*="ico_satisfaction_03"] {
  width: 27px;
  height: 39px;
  top: 90px;
  left: 70px;
}

@media screen and (min-width: 650px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_03"] {
    left: 130px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_03"] {
    width: 54px;
    height: 78px;
    left: 150px;
  }
}

.highschool-index-satisfaction__icon img[src*="ico_satisfaction_04"] {
  width: 47px;
  height: 40px;
  top: 230px;
  left: 30px;
}

@media screen and (min-width: 650px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_04"] {
    left: 80px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_04"] {
    width: 95px;
    height: 81px;
    left: 60px;
  }
}

.highschool-index-satisfaction__icon img[src*="ico_satisfaction_05"] {
  width: 32px;
  height: 36px;
  top: -12px;
  left: auto;
  right: 60px;
}

@media screen and (min-width: 650px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_05"] {
    right: 90px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_05"] {
    width: 64px;
    height: 72px;
  }
}

.highschool-index-satisfaction__icon img[src*="ico_satisfaction_06"] {
  width: 34px;
  height: 44px;
  top: 70px;
  left: auto;
  right: 15px;
}

@media screen and (min-width: 960px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_06"] {
    width: 69px;
    height: 89px;
  }
}

.highschool-index-satisfaction__icon img[src*="ico_satisfaction_07"] {
  width: 73px;
  height: 87px;
  top: 200px;
  left: auto;
  right: 20px;
}

@media screen and (min-width: 650px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_07"] {
    top: 160px;
    right: 90px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-index-satisfaction__icon img[src*="ico_satisfaction_07"] {
    width: 146px;
    height: 175px;
    right: 110px;
  }
}

.highschool-index-gallery-welfare {
  padding-top: 25px;
  padding-bottom: 45px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .highschool-index-gallery-welfare {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}

.highschool-index-gallery-welfare::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: #f2f2f2;
}

@media screen and (min-width: 960px) {
  .highschool-index-gallery-welfare::before {
    height: 70%;
    max-height: 450px;
  }
}

.highschool-index-gallery-welfare__container {
  max-width: 1060px;
}

.highschool-index-gallery-welfare__columns {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 650px) {
  .highschool-index-gallery-welfare__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (min-width: 650px) {
  .highschool-index-gallery-welfare__columns__column {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.highschool-index-gallery-welfare__columns__column:nth-child(2) {
  margin-top: 40px;
}

@media screen and (min-width: 650px) {
  .highschool-index-gallery-welfare__columns__column:nth-child(2) {
    margin-top: 0;
  }
}

.highschool-index-gallery-welfare__card__box {
  margin-top: -50px;
  padding-left: 45px;
}

@media screen and (min-width: 960px) {
  .highschool-index-gallery-welfare__card__box {
    margin-top: -100px;
    padding-left: 90px;
  }
}

.highschool-index-gallery-welfare__card__box__text {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #ffffff;
}

.highschool-index-gallery-welfare__card__box__text__paragraph {
  font-size: 1.6rem;
}

.highschool-job-list {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.highschool-job-list__row {
  padding: 16px 0 15px;
}

@media screen and (min-width: 650px) {
  .highschool-job-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.highschool-job-list__row:not(:first-child) {
  border-top: 1px solid #e1e1e1;
}

.highschool-job-list__term {
  min-width: 200px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-item-align: normal;
  align-self: normal;
  line-height: 2em;
  font-weight: 700;
}

@media screen and (min-width: 650px) {
  .highschool-job-list__term {
    padding-right: 0;
    font-weight: 500;
  }
}

.highschool-satisfaction-lead {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-lead {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.highschool-satisfaction-lead__container {
  max-width: 696px;
}

.highschool-satisfaction-lead__paragraph {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: .075em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-lead__paragraph {
    font-size: 1.8rem;
  }
}

.highschool-satisfaction-lead__paragraph:not(:first-child) {
  margin-top: 30px;
}

.highschool-satisfaction-content {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.highschool-satisfaction-content__container {
  max-width: 696px;
  position: relative;
}

.highschool-satisfaction-content__heading {
  padding-left: 60px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__heading {
    padding-left: 80px;
  }
}

.highschool-satisfaction-content__heading:not(:first-child) {
  margin-top: 50px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__heading:not(:first-child) {
    margin-top: 100px;
  }
}

.highschool-satisfaction-content__heading::before {
  content: '';
  display: block;
  background-image: url("/assets/images/highschool/ico_person.svg");
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 35px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__heading::before {
    width: 43px;
    height: 50px;
    top: calc(50% - 25px);
  }
}

.highschool-satisfaction-content__heading::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 13px 5px 0;
  border-color: transparent #e9f7ec transparent transparent;
  position: absolute;
  top: calc(50% - 6px);
  left: 60px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__heading::after {
    top: calc(50% - 13px);
    left: 80px;
    border-width: 11px 26px 11px 0;
  }
}

.highschool-satisfaction-content__heading__balloon {
  display: block;
  color: #39b54a;
  background-color: #e9f7ec;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4166em;
  padding: 15px;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__heading__balloon {
    font-size: 2.4rem;
    padding: 20px;
  }
}

.highschool-satisfaction-content__paragraph {
  font-size: 1.6rem;
  line-height: 2.125em;
  letter-spacing: .06em;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__paragraph {
    margin-top: 40px;
  }
}

.highschool-satisfaction-content__image {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__image {
    margin-top: 60px;
  }
}

.highschool-satisfaction-content__image__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__image__list {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.highschool-satisfaction-content__image__list__item {
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__image__list__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.highschool-satisfaction-content__icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__icon {
    display: block;
  }
}

.highschool-satisfaction-content__icon img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}

.highschool-satisfaction-content__icon img[src*="ico_satisfaction_01"] {
  width: 43px;
  height: 38px;
  top: 20px;
  left: -30px;
}

@media screen and (min-width: 650px) {
  .highschool-satisfaction-content__icon img[src*="ico_satisfaction_01"] {
    left: 60px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__icon img[src*="ico_satisfaction_01"] {
    width: 86px;
    height: 76px;
    left: -150px;
  }
}

.highschool-satisfaction-content__icon img[src*="ico_satisfaction_02"] {
  width: 36px;
  height: 37px;
  top: 1000px;
  left: auto;
  right: -50px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__icon img[src*="ico_satisfaction_02"] {
    width: 61px;
    height: 62px;
  }
}

.highschool-satisfaction-content__icon img[src*="ico_satisfaction_03"] {
  width: 27px;
  height: 39px;
  left: 70px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__icon img[src*="ico_satisfaction_03"] {
    width: 54px;
    height: 78px;
    top: 380px;
    left: -210px;
  }
}

.highschool-satisfaction-content__icon img[src*="ico_satisfaction_04"] {
  width: 47px;
  height: 40px;
  top: 170px;
  left: auto;
  right: 0;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__icon img[src*="ico_satisfaction_04"] {
    width: 95px;
    height: 81px;
    right: -160px;
  }
}

.highschool-satisfaction-content__icon img[src*="ico_satisfaction_05"] {
  width: 32px;
  height: 36px;
  top: 815px;
  left: -110px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__icon img[src*="ico_satisfaction_05"] {
    width: 64px;
    height: 72px;
  }
}

.highschool-satisfaction-content__icon img[src*="ico_satisfaction_07"] {
  width: 73px;
  height: 87px;
  top: 1100px;
  left: -250px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__icon img[src*="ico_satisfaction_07"] {
    width: 122px;
    height: 146px;
  }
}

.highschool-satisfaction-content__icon img[src*="ico_satisfaction_08"] {
  top: 520px;
  left: auto;
  right: 20px;
}

@media screen and (min-width: 960px) {
  .highschool-satisfaction-content__icon img[src*="ico_satisfaction_08"] {
    width: 84px;
    height: 66px;
    right: -116px;
  }
}

.highschool-satisfaction-content__icon img[src*="ico_satisfaction_09"] {
  width: 84px;
  height: 89px;
  top: 1250px;
  left: auto;
  right: -180px;
}

.highschool-message-detail-hero {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.highschool-message-message_01 .highschool-message-detail-hero {
  background-image: url("/assets/images/highschool/message/message_01/bg_hero.jpg");
}

.highschool-message-message_02 .highschool-message-detail-hero {
  background-image: url("/assets/images/highschool/message/message_02/bg_hero.jpg");
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-hero {
    background-position: center;
  }
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-hero {
    height: 700px;
  }
}

.highschool-message-detail-hero__container {
  max-width: 1280px;
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}

.highschool-message-detail-hero__box {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-hero__box {
    position: static;
  }
}

.highschool-message-detail-hero__box__heading {
  font-size: 5vw;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.724em;
  color: #39b54a;
  margin-top: 10px;
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-hero__box__heading {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-hero__box__heading {
    font-size: 2.9rem;
  }
}

.highschool-message-detail-hero__box__occupation {
  margin-top: 20px;
  font-size: 3vw;
  font-weight: 700;
  color: #ffffff;
  background-color: #38b64b;
  padding: 2vw 3vw;
  display: inline-block;
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-hero__box__occupation {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-hero__box__occupation {
    font-size: 1.6rem;
    padding: 20px;
  }
}

.highschool-message-detail-hero__kana {
  font-size: 16vw;
  font-family: 'Damion', cursive;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -3vw;
  white-space: nowrap;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-hero__kana {
    font-size: 20rem;
    bottom: -34px;
  }
}

.highschool-message-detail-intro {
  padding-top: 40px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-intro {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media screen and (min-width: 1050px) {
  .highschool-message-detail-intro {
    margin-right: -40px;
    margin-left: -40px;
  }
}

.highschool-message-detail-intro__columns {
  position: relative;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__columns__column {
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.highschool-message-detail-intro__columns__column:nth-child(1) {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.highschool-message-detail-intro__columns__column:nth-child(2) {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.highschool-message-detail-intro__box {
  margin-left: auto;
  height: 100%;
  color: #39b54a;
  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;
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__box {
    padding: 0;
    width: 520px;
    height: 440px;
  }
}

.highschool-message-detail-intro__box__inner__heading {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__box__inner__heading {
    font-size: 4.2rem;
  }
}

.highschool-message-detail-intro__box__inner__department {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.75em;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__box__inner__department {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}

.highschool-message-detail-intro__box__inner__info {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.75em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__box__inner__info {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

.highschool-message-detail-intro__box__icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.highschool-message-detail-intro__box__icon img {
  position: absolute;
  width: 100%;
  max-width: 100%;
}

.highschool-message-detail-intro__box__icon img[src*="ico_intro_01"] {
  width: 53px;
  height: 48px;
  top: 20px;
  left: 10px;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__box__icon img[src*="ico_intro_01"] {
    width: 107px;
    height: 97px;
    top: 60px;
    left: 10px;
  }
}

.highschool-message-detail-intro__box__icon img[src*="ico_intro_02"] {
  width: 47px;
  height: 44px;
  top: 10px;
  right: 20px;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__box__icon img[src*="ico_intro_02"] {
    width: 94px;
    height: 89px;
    top: 60px;
    right: 20px;
  }
}

.highschool-message-detail-intro__box__icon img[src*="ico_intro_03"] {
  width: 48px;
  height: 55px;
  left: 20px;
  bottom: 0;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__box__icon img[src*="ico_intro_03"] {
    width: 97px;
    height: 111px;
    left: 20px;
    bottom: 30px;
  }
}

.highschool-message-detail-intro__box__icon img[src*="ico_intro_04"] {
  width: 75px;
  height: 55px;
  right: 20px;
  bottom: 0;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-intro__box__icon img[src*="ico_intro_04"] {
    width: 151px;
    height: 110px;
    right: 0;
    bottom: 50px;
  }
}

.highschool-message-detail-intro__image {
  width: 100%;
}

.highschool-message-detail-intro__image img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.highschool-message-detail-section {
  margin-top: 60px;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-section {
    margin-top: 100px;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media screen and (min-width: 1050px) {
  .highschool-message-detail-section {
    margin-right: -40px;
    margin-left: -40px;
  }
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-section__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-section__columns__column {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.highschool-message-detail-section__columns__column:nth-child(1) {
  max-width: 640px;
  width: 100%;
}

.highschool-message-detail-section__columns__column:nth-child(2) {
  max-width: 530px;
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-section__columns__column:nth-child(2) {
    margin-top: 0;
  }
}

.highschool-message-detail-section__columns--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.highschool-message-detail-section__image img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-section__question {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1050px) {
  .highschool-message-detail-section__question {
    padding-right: 40px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-section__columns--reverse .highschool-message-detail-section__question {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1050px) {
  .highschool-message-detail-section__columns--reverse .highschool-message-detail-section__question {
    padding-right: 0;
    padding-left: 40px;
  }
}

.highschool-message-detail-section__question__group:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 650px) {
  .highschool-message-detail-section__question__group:not(:first-child) {
    margin-top: 30px;
  }
}

.highschool-message-detail-section__question__q {
  color: #39b54a;
}

.highschool-message-detail-section__question__q:not(:last-child) {
  margin-bottom: 0;
}

.highschool-message-detail-section__question__a:not(:first-child) {
  margin-top: 8px;
}

.highschool-message-detail-sibling {
  margin-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-sibling {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-sibling__container {
    max-width: 860px;
  }
}

.highschool-message-detail-sibling__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 20px 20px;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-sibling__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    overflow: visible;
  }
}

.highschool-message-detail-sibling__list__item {
  margin-left: -15px;
  margin-right: -15px;
  white-space: nowrap;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-sibling__list__item {
    width: calc(100% / 3);
    white-space: normal;
  }
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-sibling__list__item:nth-child(n+4) {
    margin-top: 60px;
  }
}

.highschool-message-message_01 .highschool-message-detail-sibling__list__item--01 .highschool-message-detail-sibling__list__item__image {
  position: relative;
}

.highschool-message-message_01 .highschool-message-detail-sibling__list__item--01 .highschool-message-detail-sibling__list__item__image::before {
  content: '';
  display: block;
  background-image: url("/assets/images/university/img_message_cover.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.highschool-message-message_01 .highschool-message-detail-sibling__list__item--01 .highschool-message-detail-sibling__list__item__image img {
  position: relative;
  z-index: 1;
  opacity: .5;
}

.highschool-message-message_02 .highschool-message-detail-sibling__list__item--02 .highschool-message-detail-sibling__list__item__image {
  position: relative;
}

.highschool-message-message_02 .highschool-message-detail-sibling__list__item--02 .highschool-message-detail-sibling__list__item__image::before {
  content: '';
  display: block;
  background-image: url("/assets/images/university/img_message_cover.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.highschool-message-message_02 .highschool-message-detail-sibling__list__item--02 .highschool-message-detail-sibling__list__item__image img {
  position: relative;
  z-index: 1;
  opacity: .5;
}

.highschool-message-message_03 .highschool-message-detail-sibling__list__item--03 .highschool-message-detail-sibling__list__item__image {
  position: relative;
}

.highschool-message-message_03 .highschool-message-detail-sibling__list__item--03 .highschool-message-detail-sibling__list__item__image::before {
  content: '';
  display: block;
  background-image: url("/assets/images/university/img_message_cover.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.highschool-message-message_03 .highschool-message-detail-sibling__list__item--03 .highschool-message-detail-sibling__list__item__image img {
  position: relative;
  z-index: 1;
  opacity: .5;
}

.highschool-message-message_04 .highschool-message-detail-sibling__list__item--04 .highschool-message-detail-sibling__list__item__image {
  position: relative;
}

.highschool-message-message_04 .highschool-message-detail-sibling__list__item--04 .highschool-message-detail-sibling__list__item__image::before {
  content: '';
  display: block;
  background-image: url("/assets/images/university/img_message_cover.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.highschool-message-message_04 .highschool-message-detail-sibling__list__item--04 .highschool-message-detail-sibling__list__item__image img {
  position: relative;
  z-index: 1;
  opacity: .5;
}

.highschool-message-message_05 .highschool-message-detail-sibling__list__item--05 .highschool-message-detail-sibling__list__item__image {
  position: relative;
}

.highschool-message-message_05 .highschool-message-detail-sibling__list__item--05 .highschool-message-detail-sibling__list__item__image::before {
  content: '';
  display: block;
  background-image: url("/assets/images/university/img_message_cover.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.highschool-message-message_05 .highschool-message-detail-sibling__list__item--05 .highschool-message-detail-sibling__list__item__image img {
  position: relative;
  z-index: 1;
  opacity: .5;
}

.highschool-message-message_06 .highschool-message-detail-sibling__list__item--06 .highschool-message-detail-sibling__list__item__image {
  position: relative;
}

.highschool-message-message_06 .highschool-message-detail-sibling__list__item--06 .highschool-message-detail-sibling__list__item__image::before {
  content: '';
  display: block;
  background-image: url("/assets/images/university/img_message_cover.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.highschool-message-message_06 .highschool-message-detail-sibling__list__item--06 .highschool-message-detail-sibling__list__item__image img {
  position: relative;
  z-index: 1;
  opacity: .5;
}

.highschool-message-detail-sibling__list__item__anchor {
  display: block;
}

.highschool-message-detail-sibling__list__item__image {
  width: 260px;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-sibling__list__item__image {
    width: auto;
  }
}

.highschool-message-detail-sibling__list__item__image img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.highschool-message-detail-sibling__list__item__text {
  margin-top: 20px;
}

.highschool-message-detail-sibling__list__item__text__name {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-right: 25px;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-sibling__list__item__text__name {
    font-size: 2.1rem;
    padding-right: 30px;
  }
}

.highschool-message-detail-sibling__list__item__text__name::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  background-image: url("/assets/images/common/ico_arrow.svg");
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.highschool-message-detail-sibling__list__item__text__kana {
  margin-top: 10px;
  color: #003299;
  font-family: "Roboto", sans-serif;
  letter-spacing: .18em;
  font-weight: 500;
  font-size: 1.2rem;
}

.highschool-message-detail-sibling__list__item__text__occupation {
  font-size: 1.5rem;
  margin-top: 18px;
}

@media screen and (min-width: 960px) {
  .highschool-message-detail-sibling__list__item__text__occupation {
    font-size: 1.6rem;
  }
}

.highschool-welfare-lead {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-lead {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.highschool-welfare-lead__box {
  background-color: #ffffff;
  padding: 30px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-lead__box {
    padding: 50px;
  }
}

.highschool-welfare-lead__box__paragraph {
  font-size: 2.2rem;
  line-height: 1.678em;
  font-weight: 700;
  text-align: center;
  color: #39b54a;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-lead__box__paragraph {
    font-size: 2.8rem;
  }
}

.highschool-welfare-content {
  padding-top: 40px;
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content {
    padding-top: 80px;
  }
}

.highschool-welfare-content__image-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-list {
    margin-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.highschool-welfare-content__image-list__item {
  width: calc(100% / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-list__item {
    width: calc(100% / 3);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.highschool-welfare-content__image-list__item:nth-child(n+3) {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-list__item:nth-child(n+3) {
    margin-top: 0;
  }
}

.highschool-welfare-content__image-list__item:nth-child(n+4) {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-list__item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.highschool-welfare-content__image-bigger {
  padding-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-bigger {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}

.highschool-welfare-content__image-bigger__container {
  max-width: 1320px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-bigger__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.highschool-welfare-content__image-bigger__columns:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-bigger__columns:not(:first-child) {
    margin-top: 60px;
  }
}

.highschool-welfare-content__image-bigger__columns:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-bigger__columns:not(:last-child) {
    margin-bottom: 60px;
  }
}

.highschool-welfare-content__image-bigger__columns__column {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-bigger__columns__column {
    width: 50%;
  }
}

.highschool-welfare-content__image-bigger__columns__column:nth-child(2) {
  padding-left: 0;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-bigger__columns__column:nth-child(2) {
    margin-top: 0;
    padding-left: 60px;
  }
}

.highschool-welfare-content__image-bigger__columns--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.highschool-welfare-content__image-bigger__columns--reverse .highschool-welfare-content__image-bigger__columns__column:nth-child(2) {
  padding-right: 0;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__image-bigger__columns--reverse .highschool-welfare-content__image-bigger__columns__column:nth-child(2) {
    padding-right: 60px;
    padding-left: 0;
  }
}

.highschool-welfare-content__value {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.highschool-welfare-content__value__heading {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__heading {
    font-size: 2.4rem;
  }
}

.highschool-welfare-content__value__heading:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__heading:not(:first-child) {
    margin-top: 60px;
  }
}

.highschool-welfare-content__value__heading__inner {
  color: #ffffff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 15px;
  line-height: calc(1.5em + 15px);
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #ffffff), color-stop(50%, #39b54a));
  background: -webkit-linear-gradient(right, #ffffff 50%, #39b54a 50%);
  background: linear-gradient(to left, #ffffff 50%, #39b54a 50%);
  background-size: 200% 100%;
  background-position: left bottom;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__heading__inner {
    padding: 10px 30px;
    line-height: calc(1.5em + 20px);
  }
}

.ios .highschool-welfare-content__value__heading__inner {
  line-height: calc(1.5em + 15px);
}

@media screen and (min-width: 960px) {
  .ios .highschool-welfare-content__value__heading__inner {
    line-height: calc(1.5em + 26px);
  }
}

.highschool-welfare-content__value__list {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__list {
    margin-top: 40px;
  }
}

.highschool-welfare-content__value__list--01 {
  max-width: 500px;
}

.highschool-welfare-content__value__list--02 {
  max-width: 560px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__list--02 {
    padding-left: 60px;
  }
}

.highschool-welfare-content__value__list__item {
  font-size: 1.8rem;
  letter-spacing: .06em;
  line-height: 2.1em;
  position: relative;
  padding-left: 30px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__list__item {
    font-size: 2.0rem;
    padding-left: 40px;
  }
}

.highschool-welfare-content__value__list__item::before {
  content: '';
  display: block;
  background-image: url("/assets/images/highschool/ico_check.svg");
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 13px;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__list__item::before {
    width: 23px;
    height: 17px;
  }
}

.highschool-welfare-content__value__list__item__emphasis {
  font-weight: 700;
  color: #39b54a;
}

.highschool-welfare-content__value__result {
  margin-top: 30px;
  padding-top: 40px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__result {
    margin-top: 50px;
    padding-top: 55px;
  }
}

.highschool-welfare-content__value__result::before {
  content: '';
  display: block;
  background-image: url("/assets/images/highschool/ico_value_result.svg");
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: calc(50% - 17px);
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__result::before {
    width: 34px;
    height: 34px;
  }
}

.highschool-welfare-content__value__result__box {
  background-color: #fff;
  padding: 30px;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__result__box {
    padding: 40px;
  }
}

.highschool-welfare-content__value__result__box__paragraph {
  font-size: 2.2rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #39b54a;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .highschool-welfare-content__value__result__box__paragraph {
    font-size: 2.8rem;
  }
}

.highschool-gallery-content {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .highschool-gallery-content {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.highschool-gallery-content::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 215px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/highschool/gallery/bg_content_first.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}

.highschool-gallery-content::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: calc(14.9vw + 215px);
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/highschool/gallery/bg_content.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: repeat-y;
}

.highschool-gallery-content__container {
  max-width: 1060px;
  position: relative;
  z-index: 1;
}

.highschool-gallery-content__heading {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: 'Damion', cursive;
  color: #39b54a;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}

@media screen and (min-width: 960px) {
  .highschool-gallery-content__heading {
    font-size: 4.2rem;
    padding-bottom: 25px;
  }
}

.highschool-gallery-content__heading::before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #39b54a;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}

.highschool-gallery-content__lead {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: .06em;
  font-weight: 500;
  text-align: center;
}

.highschool-gallery-content__columns {
  margin-top: 50px;
}

@media screen and (min-width: 650px) {
  .highschool-gallery-content__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  .highschool-gallery-content__columns {
    margin-top: 107px;
  }
}

@media screen and (min-width: 650px) {
  .highschool-gallery-content__columns__column:nth-child(1) {
    width: calc(57.143% + 100px);
    margin-right: -100px;
  }
}

@media screen and (min-width: 650px) {
  .highschool-gallery-content__columns__column:nth-child(2) {
    width: calc(42.857% + 100px);
    margin-left: -100px;
  }
}

@media screen and (min-width: 650px) {
  .highschool-gallery-content__columns--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

@media screen and (min-width: 650px) {
  .highschool-gallery-content__columns--reverse .highschool-gallery-content__columns__column:nth-child(1) {
    margin-right: 0;
    margin-left: -100px;
  }
}

@media screen and (min-width: 650px) {
  .highschool-gallery-content__columns--reverse .highschool-gallery-content__columns__column:nth-child(2) {
    margin-left: 0;
    margin-right: -100px;
  }
}

.highschool-gallery-content__image {
  position: relative;
}

.highschool-gallery-content__image::before {
  content: '';
  background-image: url("/assets/images/highschool/gallery/bg_image_shadow.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (min-width: 960px) {
  .highschool-gallery-content__image::before {
    top: 20px;
    left: 20px;
  }
}

.highschool-gallery-content__image img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}

.highschool-gallery-content__box {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 30px;
  margin-top: 20px;
}

@media screen and (min-width: 650px) {
  .highschool-gallery-content__box {
    margin-top: 25vw;
  }
}

@media screen and (min-width: 960px) {
  .highschool-gallery-content__box {
    padding: 60px;
  }
}

@media screen and (min-width: 1140px) {
  .highschool-gallery-content__box {
    margin-top: 280px;
  }
}

.highschool-gallery-content__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.highschool-gallery-content__box__inner__number {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #39b54a;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media screen and (min-width: 960px) {
  .highschool-gallery-content__box__inner__number {
    font-size: 5.0rem;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.highschool-gallery-content__box__inner__text {
  margin-left: 15px;
}

@media screen and (min-width: 960px) {
  .highschool-gallery-content__box__inner__text {
    margin-left: 20px;
  }
}

.highschool-gallery-content__box__inner__text__heading {
  font-size: 1.8rem;
  letter-spacing: .06em;
  font-weight: 700;
  color: #39b54a;
}

@media screen and (min-width: 960px) {
  .highschool-gallery-content__box__inner__text__heading {
    font-size: 2.2rem;
    font-weight: 500;
  }
}

.highschool-gallery-content__box__inner__text__paragraph {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 2em;
  letter-spacing: .06em;
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  .highschool-gallery-content__box__inner__text__paragraph {
    font-size: 1.6rem;
  }
}
