@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
main a:hover, main a img:hover {
  opacity: unset;
}

.main_visual {
  position: relative;
  margin-bottom: 20px;
  margin-top: 70px;
  /* 961- */
}
@media screen and (min-width: 961px) {
  .main_visual {
    margin-top: 0;
  }
}
.main_visual .main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -17%);
          transform: translate(-50%, -17%);
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  /* 751- */
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  /* 751- */
}
@media all and (min-width: 751px) {
  .main_visual .main_catch {
    font-size: 4vw;
  }
}
@media all and (min-width: 751px) {
  .main_visual .main_catch {
    -webkit-transform: translate(-50%, -26%);
            transform: translate(-50%, -26%);
  }
}
.main_visual .main_catch span {
  display: block;
  font-size: 28px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .main_visual .main_catch span {
    font-size: 5.5vw;
    margin: 20px auto 40px;
  }
}
.main_visual .main_catch span::after {
  content: "";
  position: absolute;
  background: #F6DD4F;
  width: 90%;
  height: 3px;
  bottom: -8px;
  left: 50%;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 751- */
}
@media all and (min-width: 751px) {
  .main_visual .main_catch span::after {
    height: 7px;
  }
}
.main_visual .main_catch span .employment_rate {
  font-size: 14px;
}
.main_visual .main_catch span span {
  display: unset;
  font-size: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .main_visual .main_catch span span {
    font-size: 4vw;
  }
}
.main_visual .main_catch span span::after {
  content: none;
}
.main_visual .main_note {
  position: absolute;
  bottom: 10px;
  right: 10%;
  color: #fff;
  font-size: 14px;
}
.main_visual .main_medal {
  position: absolute;
  top: 30px;
  right: 12%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 8%;
}

.city_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.city_logo {
  height: 44px;
  width: 44px;
  overflow: hidden;
  margin-right: 10px;
}

.section_ttl {
  text-align: center;
  font-size: 24px;
  color: #495839;
  font-weight: 600;
  border: none;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0px;
  line-height: 1.8;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_ttl {
    font-size: 34px;
    margin: 0 auto;
  }
}
.section_ttl span.en_l {
  font-size: 24px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_ttl span.en_l {
    font-size: 34px;
  }
}

.section_line {
  position: relative;
  width: 80px;
  margin: 10px auto 60px;
  padding: 0px 0 9px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_line {
    width: 136px;
  }
}
.section_line::before, .section_line::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  bottom: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_line::before, .section_line::after {
    width: 68px;
    height: 10px;
  }
}
.section_line::before {
  background: #495839;
  left: 0;
}
.section_line::after {
  background: #A9C190;
  right: 0;
}

.feature_area {
  margin: 50px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature_area {
    margin: 100px 0;
  }
}
.feature_area .feature_wrap > li:not(:last-child) {
  margin-bottom: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature_area .feature_wrap > li:not(:last-child) {
    margin-bottom: 80px;
  }
}
.feature_area .feature_ttl {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #f2cf39));
  background: linear-gradient(transparent 60%, #f2cf39 0);
  display: inline;
  padding: 0 2px !important;
  line-height: 1.8;
}
.feature_area .feature_list {
  max-width: 1200px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature_area .feature_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.feature_area .feature_list li {
  font-size: 18px;
  gap: 20px;
  margin: 10px 0 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature_area .feature_list li {
    width: 45%;
    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: 10px 0;
  }
}
.feature_area .feature_list li .feature_icon_wrap {
  /* -750 */
}
@media all and (max-width: 750px) {
  .feature_area .feature_list li .feature_icon_wrap {
    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: 20px;
  }
}
.feature_area .feature_list li .feature_icon {
  width: 110px;
  position: relative;
}
.feature_area .feature_list li .feature_icon_num {
  background: #495839;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0px;
  left: -10px;
}
.feature_area .feature_list li .feature_text {
  font-weight: bold;
  width: calc(100% - 130px);
  text-align: left;
  margin: 0 auto;
  /* -750 */
}
@media all and (max-width: 750px) {
  .feature_area .feature_list li .feature_text {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
.feature_area .feature_list.nowrap {
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}

.full-width_note {
  background: #fff !important;
  margin: 10px 0 0;
}
.full-width_note li.slick-slide {
  background: #F1F6EB;
}

.award_area {
  background: #FFFCE9;
  padding: 20px 0 60px;
}
.award_area .award_list {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.award_area .award_list li {
  text-align: center;
  color: #495839;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .award_area .award_list li {
    text-align: left;
    padding-left: 50px;
  }
}
.award_area .award_list li:not(:last-child) {
  margin-bottom: 10px;
}
.award_area .award_list li::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/resource/icon_award.svg);
  width: 35px;
  height: 28px;
  left: 0;
}

.process_area .process_note {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .process_area .process_note {
    font-size: 14px;
  }
}
.process_area .process_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  text-align: center;
  /* -750 */
}
@media all and (max-width: 750px) {
  .process_area .process_step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.process_area .process_step li {
  position: relative;
  /* -750 */
}
.process_area .process_step li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 23px;
  background-image: url(../../assets/images/resource/arrow_green.png);
  background-repeat: no-repeat;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  background-size: cover;
  /* 751- */
}
@media all and (min-width: 751px) {
  .process_area .process_step li:not(:last-child)::after {
    width: 17px;
    height: 37px;
  }
}
.process_area .process_step li .process_step_name {
  background: #495839;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  line-height: 1.2;
  padding: 2px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .process_area .process_step li .process_step_name {
    font-size: 17px;
  }
}
.process_area .process_step li .process_step_text {
  font-size: 13px;
  height: 70px;
  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;
  line-height: 1.2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .process_area .process_step li .process_step_text {
    font-size: 14px;
    height: 80px;
  }
}
@media all and (max-width: 750px) {
  .process_area .process_step li {
    width: 30%;
  }
  .process_area .process_step li:nth-child(1) {
    margin: 0 10px;
  }
}
.process_area .process_custom {
  margin: 60px 0;
}
.process_area .process_custom_text {
  font-size: 12px;
  text-align: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  .process_area .process_custom_text {
    font-size: 16px;
  }
}
.process_area .process_custom_ttl {
  text-align: center;
  font-size: 18px;
  color: #495839;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  .process_area .process_custom_ttl {
    font-size: 24px;
  }
}
.process_area .process_custom_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #F6DD4F;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.process_area .process_custom_list {
  gap: 20px;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  font-size: 16px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .process_area .process_custom_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}
.process_area .process_custom_list li {
  border-left: 8px solid #495839;
  /* 751- */
  /* -750 */
}
@media all and (min-width: 751px) {
  .process_area .process_custom_list li {
    width: 33%;
  }
}
@media all and (max-width: 750px) {
  .process_area .process_custom_list li {
    margin-bottom: 40px;
    position: relative;
  }
  .process_area .process_custom_list li::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #495839;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
  }
}
.process_area .process_custom_list li .process_custom_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  gap: 20px;
}
.process_area .process_custom_list li .process_custom_num p {
  color: #fff;
  background: #495839;
  font-size: 17px;
  padding: 5px 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 750px) {
	.process_area .process_custom_list li .process_custom_num p {
        width: 68px;
	}
}

.process_area .process_custom_list li .process_custom_num p span {
  font-size: 24px;
  margin: 0 0 3px 6px;
}
.process_area .process_custom_list li .process_custom_num .process_custom_desc {
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.process_area .process_custom_list li .process_custom_bottom {
  padding: 20px 10px 0px 20px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .process_area .process_custom_list li .process_custom_bottom {
    display: none;
  }
}
.process_area .process_custom_list li.active .process_custom_bottom {
  /* -750 */
}
@media all and (max-width: 750px) {
  .process_area .process_custom_list li.active .process_custom_bottom {
    display: block;
  }
}
.process_area .process_custom_list li.active::after {
  content: none;
}
.process_area .process_custom_list li .process_custom_bottom_text {
  position: relative;
  padding-bottom: 60px;
}
.process_area .process_custom_list li .process_custom_bottom_text::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 37px;
  background-image: url(../../assets/images/resource/arrow_green.png);
  background-repeat: no-repeat;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  z-index: -1;
  background-size: cover;
}
.process_area .process_custom_list li .process_custom_idea {
  color: #495839;
  position: relative;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  padding-bottom: 10px;
}
.process_area .process_custom_list li .process_custom_idea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: #F6DD4F;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.role_area {
  background: #F1F6EB;
  color: #495839;
  font-weight: bold;
  font-size: 16px;
  padding: 60px 0;
}
.role_area .section_sub {
  font-size: 22px;
  text-align: center;
  /* -750 */
}
@media all and (max-width: 750px) {
  .role_area .section_sub {
    font-size: 16px;
  }
}
.role_area .role_iamge {
  max-width: 1050px;
  margin: 0 auto;
}
.role_area .role_text {
  text-align: center;
  margin: 40px auto;
  /* -750 */
}
@media all and (max-width: 750px) {
  .role_area .role_text {
    text-align: left;
  }
}
.role_area .role_yellow_wrap {
  text-align: center;
  margin-bottom: 40px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .role_area .role_yellow_wrap {
    margin-bottom: 20px;
  }
}
.role_area .role_yellow {
  margin: 0 auto;
  color: #495839;
  position: relative;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #f2cf39));
  background: linear-gradient(transparent 60%, #f2cf39 0);
  display: inline;
  padding: 0 2px !important;
  line-height: 1.8;
}
.role_area .role_teacher {
  margin: 40px auto 0;
  max-width: 770px;
}
.role_area .role_teacher_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.role_area .role_teacher_wrap .role_teacher_image {
  width: 192px;
}
.role_area .role_teacher_wrap .teacher_text {
  width: 70%;
  text-align: left;
}
.role_area .teacher_head {
  /* -750 */
}
@media all and (max-width: 750px) {
  .role_area .teacher_head {
    margin-bottom: 10px;
  }
}
.role_area .teacher_name {
  font-size: 15px;
  font-weight: bold;
}
.role_area .teacher_name span {
  font-size: 18px;
  margin-left: 20px;
}
.role_area .teacher_desc {
  font-size: 14px;
}
.role_area .teacher_ttl {
  background: #495839;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  padding: 0 20px;
  border-radius: 5px;
  margin: 20px 0 15px;
}
.role_area .teacher_result ul li {
  position: relative;
  /* -750 */
}
.role_area .teacher_result ul li::before {
  content: "■";
  color: #A9C190;
  margin-right: 10px;
}
@media all and (max-width: 750px) {
  .role_area .teacher_result ul li {
    font-size: 14px;
	text-indent: -2em;
    padding-left: 2em;
  }
}

.voice_area .voice_item {
  background: #F1F6EB;
  padding: 40px;
  border-radius: 40px;
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .voice_area .voice_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 980px;
    margin: 0 auto 40px;
  }
}
.voice_area .voice_image {
  /* 751- */
  /* -750 */
}
@media all and (min-width: 751px) {
  .voice_area .voice_image {
    width: 30%;
  }
}
@media all and (max-width: 750px) {
  .voice_area .voice_image {
    width: 50%;
    margin: 0 auto;
  }
}
.voice_area .voice_text {
  /* 751- */
}
@media all and (min-width: 751px) {
  .voice_area .voice_text {
    width: 70%;
  }
}
.voice_area .voice_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #495839;
  /* -750 */
}
@media all and (max-width: 750px) {
  .voice_area .voice_ttl {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin: 20px auto;
  }
}
.voice_area .voice_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #A9C190;
  bottom: 0px;
  left: 0;
  z-index: 1;
}
.voice_area .voice_desc {
  font-size: 16px;
  line-height: 1.8;
}

.news_area {
  padding: 30px 0;
  background: #F1F6EB;
  /* 751- */
}
@media all and (min-width: 751px) {
  .news_area {
    padding: 60px 0;
  }
}

.news_list li {
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 2px solid #495839;
  /* -750 */
}
@media all and (max-width: 750px) {
  .news_list li {
    text-align: left;
    padding: 20px 0;
  }
}
.news_list li .news_date {
  width: 12%;
  display: block;
  margin-right: 30px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .news_list li .news_date {
    display: block;
    margin-bottom: 10px;
  }
}
.news_list li a {
  display: block;
  position: relative;
}
.news_list li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #495839;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list li a:hover::after {
  width: 100%;
}