@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : support.css                               */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
main {
  padding-bottom: 200px;
}

.section {
  margin-top: 100px;
}
.section:first-of-type {
  margin-top: 105px;
}
.section.bg_color {
  background: #F9F9F8;
  padding: 120px 0;
}

.mt01 {
  margin-top: 64px;
}

.title_l {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #199778;
  line-height: 1.5;
}
.title_l .icon {
  display: inline-block;
  margin-right: 16px;
}

.btn_grade {
  width: 56.45%;
  max-width: 700px;
  margin: 96px auto;
}
.btn_grade a {
  display: block;
  background: #199778;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 35px 20px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 750px) {
  .btn_grade a:hover {
    background: #0F775D;
  }
}
.btn_grade .icon {
  display: inline-block;
  margin-right: 8px;
}

.sec_title {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 16px;
  margin-bottom: 48px;
}
.sec_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #C9CFCE;
}
.sec_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 3px;
  background: #199778;
}
.sec_title .english {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #199778;
  border-radius: 0 50px 50px 0;
  font-size: 18px;
  font-weight: bold;
  color: #199778;
  line-height: 1;
  padding: 5px 15px;
  margin-right: 15px;
}
.sec_title .english .large {
  font-size: 30px;
}
.sec_title .text_s {
  font-size: 16px;
}

.sec_middle_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 24px;
}
.sec_middle_title .text_s {
  font-size: 24px;
}

.line {
  background: linear-gradient(transparent 50%, #F7F27A 0);
}

#commute_style {
  padding-top: 104px;
  margin-top: -104px;
}

.sec_intro {
  display: flex;
  gap: 5.65%;
}

.sec_intro__text {
  width: 50%;
}

.sec_lead {
  font-size: 28px;
  font-weight: bold;
  color: #199778;
  line-height: 1.5;
}

.sec_text {
  margin-top: 20px;
}

.sec_intro__img {
  width: 44.35%;
}

.sec_intro__other {
  align-self: flex-start;
  width: 44.35%;
  border: 2px solid #199778;
  border-radius: 20px;
  padding: 20px 45px;
}
.sec_intro__other .list_wrap {
  display: flex;
  gap: 3.26%;
  border-bottom: 1px dashed #199778;
  padding-bottom: 16px;
}
.sec_intro__other .list_wrap:last-of-type {
  border-bottom: none;
  padding: 16px 0 0 0;
}
.sec_intro__other .list_wrap .title {
  flex-shrink: 0;
  font-weight: bold;
  color: #199778;
  line-height: 1.2;
}
.sec_intro__other .list_wrap .list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  line-height: 1.5;
}
.sec_intro__other .list_wrap .list li {
  display: flex;
  gap: 5px;
}

.sec_other {
  background: #FBFBF2;
  border-radius: 10px;
  padding: 14px 35px;
  margin-top: 24px;
}
.sec_other .text_color {
  font-weight: bold;
  color: #199778;
}

.lead_sec {
  background: #FBFBF2;
  padding: 120px 0;
  margin-top: 64px;
}
.lead_sec .icon_wrap {
  text-align: center;
}
.lead_sec .lead_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 4.84%;
}
.lead_sec .title {
  text-align: center;
  margin-top: 16px;
}
.lead_sec .title span {
  display: inline-block;
  border-bottom: 4px solid #EFD40C;
  font-size: 48px;
  font-weight: bold;
  color: #199778;
  line-height: 1.5;
  padding-bottom: 10px;
}
.lead_sec .sub_text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #199778;
  line-height: 1.2;
  margin-top: 24px;
}
.lead_sec .sub_text::before, .lead_sec .sub_text::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #199778;
  border-radius: 20px;
}
.lead_sec .sub_text::before {
  margin-right: 0.8em;
  transform: rotate(-40deg);
}
.lead_sec .sub_text::after {
  margin-left: 0.8em;
  transform: rotate(40deg);
}
.lead_sec .lead_text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}
.lead_sec .lead_text .lead_bold {
  font-size: 20px;
  font-weight: bold;
}

.study_sec .study_cards {
  display: flex;
  gap: 1.61%;
  margin-top: 32px;
}
.study_sec .study_badge {
  background: #199778;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 14px 10px;
}
.study_sec .study_content {
  background: #FBFBF2;
  padding: 20px 24px;
}
.study_sec .study_card {
  width: 32.26%;
}
.study_sec .study_card__number {
  text-align: center;
}
.study_sec .study_card__number span {
  display: inline-block;
  border-bottom: 2px solid #199778;
  text-align: center;
  -webkit-text-stroke: 3px #199778;
  paint-order: stroke;
  font-size: 48px;
  font-weight: 900;
  color: #EDF8EE;
  line-height: 1;
  padding-bottom: 5px;
}
.study_sec .study_card__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #199778;
  margin-top: 15px;
}
.study_sec .study_card__text {
  font-size: 16px;
  margin-top: 15px;
}

.friend_sec .friend_img {
  margin-top: 32px;
}

.career_sec .career_content_wrap {
  margin-top: 64px;
}
.career_sec .career_content_wrap .career_title {
  font-size: 24px;
  font-weight: bold;
  color: #199778;
  line-height: 1;
}
.career_sec .career_content_wrap .career_text {
  margin-top: 10px;
}
.career_sec .career_cards {
  display: flex;
  gap: 1.61%;
  margin-top: 24px;
}
.career_sec .career_card {
  width: 32.26%;
}
.career_sec .career_card__name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
.career_sec .career_card__name.kokusai {
  color: #F08300;
}
.career_sec .career_card__name.comp {
  color: #009CDE;
}
.career_sec .career_card__name.art {
  color: #EB6EA5;
}
.career_sec .career_card__name .icon {
  display: inline-block;
  flex-shrink: 0;
}

.mental_sec .mental_cards {
  display: flex;
  gap: 3.23%;
  margin-top: 83px;
}
.mental_sec .mental_card {
  width: 48.39%;
}
.mental_sec .mental_card .title {
  font-size: 24px;
  font-weight: bold;
  color: #199778;
  line-height: 1.2;
}
.mental_sec .mental_card .img {
  margin-top: 24px;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  main {
    padding-bottom: 120px;
  }
  .section {
    margin-top: 60px;
  }
  .section.bg_color {
    padding: 48px 0;
  }
  .mt01 {
    margin-top: 32px;
  }
  .title_l {
    font-size: 20px;
  }
  .title_l .icon {
    display: inline-block;
    width: 30px;
    margin-right: 8px;
  }
  .btn_grade {
    width: 100%;
    max-width: 100%;
    margin: 42px auto;
  }
  .btn_grade a {
    font-size: 16px;
    padding: 18px 10px;
  }
}
@media screen and (max-width: 750px) and (min-width: 750px) {
  .btn_grade a:hover {
    background: #199778;
  }
}
@media screen and (max-width: 750px) {
  .btn_grade .icon {
    display: inline-block;
    margin-right: 8px;
  }
  .sec_title {
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
  .sec_title::before {
    height: 2px;
  }
  .sec_title::after {
    width: 60px;
    height: 2px;
  }
  .sec_title .english {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 5px;
  }
  .sec_title .english .large {
    font-size: 20px;
  }
  .sec_title .text_s {
    display: block;
    font-size: 13px;
    margin-top: 2px;
  }
  .sec_middle_title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .sec_middle_title .text_s {
    font-size: 14px;
  }
  #commute_style {
    padding-top: 62px;
    margin-top: -62px;
  }
  .sec_intro {
    flex-direction: column;
    gap: 15px 0;
  }
  .sec_intro__text {
    width: 100%;
  }
  .sec_lead {
    font-size: 18px;
  }
  .sec_text {
    margin-top: 10px;
  }
  .sec_intro__img {
    width: 100%;
  }
  .sec_intro__other {
    width: 100%;
    padding: 17px 22px;
  }
  .sec_intro__other .list_wrap {
    gap: 1.34%;
    padding-bottom: 13px;
  }
  .sec_intro__other .list_wrap:last-of-type {
    padding: 13px 0 0 0;
  }
  .sec_intro__other .list_wrap .title {
    font-size: 18px;
  }
  .sec_intro__other .list_wrap .list {
    gap: 5px 0;
  }
  .sec_intro__other .list_wrap .list li .icon {
    flex-shrink: 0;
    width: 24px;
  }
  .sec_other {
    padding: 14px 20px;
    margin-top: 10px;
  }
  .lead_sec {
    padding: 48px 0;
    margin-top: 32px;
  }
  .lead_sec .icon_wrap {
    width: 80px;
    margin: 0 auto;
  }
  .lead_sec .lead_flex {
    position: relative;
    display: block;
  }
  .lead_sec .title {
    margin-top: 8px;
  }
  .lead_sec .title span {
    border-width: 2px;
    font-size: 24px;
    padding-bottom: 5px;
  }
  .lead_sec .illust {
    position: absolute;
    bottom: 0;
    width: 10.39%;
  }
  .lead_sec .illust_l {
    left: 0;
  }
  .lead_sec .illust_r {
    right: 0;
  }
  .lead_sec .sub_text {
    font-size: 14px;
  }
  .lead_sec .sub_text::before, .lead_sec .sub_text::after {
    height: 20px;
  }
  .lead_sec .sub_text::before {
    margin-right: 0.8em;
  }
  .lead_sec .sub_text::after {
    margin-left: 0.8em;
  }
  .lead_sec .sec_title {
    margin-top: 48px;
  }
  .lead_sec .lead_text {
    font-size: 14px;
    margin-top: 20px;
  }
  .lead_sec .lead_text .lead_bold {
    font-size: 18px;
  }
  .study_sec .study_cards {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 32px;
  }
  .study_sec .study_badge {
    font-size: 18px;
    padding: 12px 10px;
  }
  .study_sec .study_content {
    padding: 20px;
  }
  .study_sec .study_card {
    width: 100%;
  }
  .study_sec .study_card__number span {
    font-size: 36px;
    padding-bottom: 15px;
  }
  .study_sec .study_card__title {
    font-size: 22px;
    margin-top: 10px;
  }
  .study_sec .study_card__text {
    font-size: 14px;
    margin-top: 10px;
  }
  .friend_sec .friend_img {
    width: 100%;
    overflow-x: auto;
    margin-top: 10px;
  }
  .friend_sec .friend_img img {
    width: 830px;
    max-width: none;
  }
  .career_sec .career_content_wrap {
    margin-top: 60x;
  }
  .career_sec .career_content_wrap .career_title {
    font-size: 20px;
  }
  .career_sec .career_cards {
    flex-direction: column;
    gap: 25px 0;
    margin-top: 32px;
  }
  .career_sec .career_card {
    width: 100%;
  }
  .career_sec .career_card__name {
    gap: 15px;
    margin-top: 5px;
  }
  .mental_sec .mental_cards {
    flex-direction: column;
    gap: 18px 0;
    margin-top: 18px;
  }
  .mental_sec .mental_card {
    width: 100%;
  }
  .mental_sec .mental_card .title {
    font-size: 20px;
  }
  .mental_sec .mental_card .img {
    margin-top: 5px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=about_support.css.map */