@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.5em;
  font-size: 14px;
  font-family: Verdana, Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif !important;
  word-break: break-all;
}

img {
  max-width: 100%;
}

main {
  padding: 40px 0 0;
}

.link_btn {
  display: block;
  border-radius: 30px;
  background-color: #fff;
  color: #247B9B;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 16px 3%;
  max-width: 260px;
  margin: 20px auto 0;
}

/* 背景色 */
.bk_blue {
  background-color: #247B9B;
  color: #fff;
}

.bk_white {
  background-color: #fff;
  color: #247B9B;
}

.mv_area {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.sec {
  padding: 80px 3% 0;
}

.sec .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.sec .inner p {
  text-align: left;
  font-size: 17px;
  line-height: 1.5;
}


.sec_tit {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
  margin-bottom: 30px;
}


.bk_blue .sec_tit {
  border-bottom: 2px solid #fff;
}

.bk_white .sec_tit {
  border-bottom: 2px solid #247B9B;

}



/* ご利用学校名 */
.sec_scl {
  padding-bottom: 60px;
}

.scl_area {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.scl_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px 3% 10px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.scl_list li {
  color: #247B9B;
  margin: 0 10px 10px;
}

/* 就職サポート一覧 */
.support_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.support_txt {
  width: 70%;
  flex: 1;
  margin-right: 10%;
  text-align: left;
}

.support_txt h3 {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #247B9B;
  margin-bottom: 20px;
}


.support_img {
  display: block;
  width: 20%;
  aspect-ratio: 175 / 173;
}

/* エフラボWEBの活用について */
.sec_web {
  padding-bottom: 60px;
}

.web_img {
  display: block;
  width: 360px;
  max-width: 100%;
  margin: 0 auto 20px;
}

/* お問い合わせ */

.sec_contact {
  padding-bottom: 60px;
}

.sec_contact h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.sec_contact p {
  text-align: center !important;
}

.btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 3%;
  border: 2px solid #fff;
  border-radius: 40px;
  margin: 20px 2%;
  transition: all 0.3s ease-out;
}

.contact_btn:hover {
  transform: scale(1.05);
  opacity: 0.7;
}

.contact_icon {
  width: 30px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .sec {
    padding: 40px 4% 10px;
  }

  .sec .inner p {
    font-size: 16px;
    line-height: 1.5;
  }

  .mv_area {
    padding: 20px 2% 0;
  }

  .sec_tit {
    font-size: 22px;
  }

  /* ご利用学校名 */
  .sec_scl {
    padding-bottom: 40px;
  }

  /* 就職サポート一覧 */
  .support_list li {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }

  .support_txt {
    flex: auto;
    width: 100%;
    margin-right: 0;
  }

  .support_txt p {
    width: 100%;
  }

  .support_img {
    width: 240px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  /* エフラボWEBの活用について */
  .sec_web {
    padding-bottom: 40px;
  }

  /* お問い合わせ */

  .sec_contact {
    padding-bottom: 40px;
  }

  .btn_area {
    margin-top: 30px;
  }

  .contact_btn {
    margin: 0 10px 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {

  .sec_tit {
    font-size: 20px;
  }

  .sec .inner p {
    font-size: 14px;
  }
}