<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* リセット */
body {
  margin: 0;
}

h2,
p {
  margin: 0;
}


/* 共通 */
.graduate,
.graduate *,
.follow_area,
.follow_right,
footer {
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.marker {
  background: linear-gradient(transparent 60%, #FFE43F 60%);
}

.detail {
  padding: 60px 0 100px;
}

.sec_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}

.bk_bl {
  background-color: #ceeeff;
}

/* メインビジュアル */
.mv_area {
  width: 100%;
  background-image: url(../img/pc_mv.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.top_logo {
  position: absolute;
  width: 18%;
  top: 10px;
  left: 10px;
  max-width: 200px;
}

.pc_mv_text {
  display: block;
  width: 60%;
  padding: 9% 0 14% 0;
  margin: 0 auto;
}

/* 申し込みボタン ログインボタン  */

.form_btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app_btn,
.login_btn {
  position: relative;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffa001;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1.1px;
  width: 19%;
  height: 54px;
  max-width: 500px;
  padding: 0 2%;
  margin: 0 1%;
}

.app_btn::before,
.login_btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  border-radius: 3px;
}

.app_btn:hover,
.login_btn:hover {
  opacity: 0.7;
}

.login_btn {
  background-color: #fff;
  border: #ffa001 2px solid;
  color: #ffa001;
}

.login_btn::before {
  border-top: 3px solid #ffa001;
  border-right: 3px solid #ffa001;
}


.sec_explain {
  padding-top: 70px;
  padding-bottom: 20px;
}

.sec_title {
  font-size: 40px;
  color: #0098e7;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: bold;
}

/* エフラボ卒業生支援とは */
.lead {
  padding-bottom: calc(13vw + 10px);
  position: relative;
  overflow: hidden;
}

.lead::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #ceeeff;
  border-left: 100vw solid transparent;
}

.lead .sec_title {
  width: 90%;
  max-width: 830px;
  margin: 0 auto;
}

.lead .sec_title&gt;img {
  width: 100%;
}

.explain_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.explain_flex .explain_txt {
  width: 56%;
  color: #272727;
}

.explain_txt h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.explain_txt p {
  font-size: 16px;
  line-height: 1.5;
}

.explain_flex&gt;.img {
  width: 40%;
  margin-left: 4%;
}

.explain_flex&gt;.img&gt;img {
  width: 100%;
}


/* サービス対象者 */
.target {
  padding-bottom: calc(15vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: #ceeeff;
}

.target::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff;
  border-left: 100vw solid transparent;
}


.target_box {
  background-color: #fff;
  border-radius: 10px;
  border: #0098e7 2px solid;
  padding: 40px 10%;
}

.target_box&gt;p {
  text-align: center;
  font-size: 22px;
  color: #272727;
  line-height: 1.5;
}

.target_box a {
  color: #3426f0;
}

/* サービスの流れ */
.flow .sec_inner {
  position: relative;
  padding: 0 6% 35px;
  background: linear-gradient(transparent 60%, #0098e7 0%);
}

.flow .sec_inner::before {
  content: '';
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 35px solid #0098e7;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}

.flow_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.flow_item {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #0098e7;
  margin: 0 1.5%;
  padding: 10px 1% 30px;
  width: 25%;
  position: relative;
}

.flow_item:first-child {
  margin-left: 0;
}

.flow_item:last-child {
  margin-right: 0;
}

.flow_item&gt;img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.flow_item&gt;h3 {
  text-align: center;
  font-size: 20px;
  color: #39598E;
  margin: 20px auto 10px;
  font-weight: bold;
}

.flow_item&gt;p {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  color: #272727;
}


.circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffc94f;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.support_flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 140px;
}

.support_item {
  width: 25%;
  padding: 2%;
  text-align: center;
  color: #272727;
}

.support_item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto;
  line-height: 1.5;
}

.support_item p {
  font-size: 15px;
  line-height: 1.5;
}

.support_item&gt;img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.small {
  font-size: 23px;
  letter-spacing: 1.2px;
}

.blue {
  color: #0BB6D9;
}

.orange {
  color: #ffb100;
}

/* 90%は転職する時代 */

.comment_txt {
  text-align: center;
  line-height: 3;
  margin: 0;
  letter-spacing: 1.2px;
  margin-bottom: 140px;
  background-image: url(../img/bk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #272727;
  font-size: 17px;
}

.comment_img {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.comment_img&gt;img {
  display: block;
  width: 100%;
}

.company_flex {
  padding: 3% 5% 4%;
  border: #0098e7 2px solid;
  border-radius: 10px;
  margin-bottom: 50px;
}

.company_flex&gt;p&gt;img {
  width: 100px;
  vertical-align: bottom;
}

.company_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_img&gt;img {
  width: 19%;
  display: block;
  margin-right: 1%;
}

.company_flex h2 {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  color: #0098e7;
  margin-bottom: 10px;
}

.company_flex p {
  margin-bottom: 20px;
  color: #272727;
  font-size: 17px;
}

.company_flex h2,
.company_flex p {
  line-height: 1.5;
}

footer {
  background-color: #0098e7;
  padding: 20px 4% 130px;
  margin-top: 70px;
  text-align: center;
}

.footer_nav {
  margin-bottom: 20px;
}

footer .footer_nav a {
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
  border-right: #fff solid 1px;
  font-size: 12px;
}

footer .footer_nav a:last-child {
  border-right: none;
}

.jot_logo {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.jot_logo&gt;img {
  width: 100%;
}

/* 追従 */
.follow_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000009e;
  width: 100%;
}

.follow_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.follow_inner .form_btn_area {
  width: 50%;
}

.follow_inner&gt;a {
  display: block;
  width: 48%;
  margin-right: 1%;
  max-width: 300px;
}

.follow_inner&gt;a&gt;img {
  width: 100%;
}


.follow_inner .form_btn_area&gt;a {
  width: 48%;
  max-width: 300px;
}


/* 右側追従 */

.follow_right {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #fff;
  border: 1px solid #0098e7;
  border-radius: 10px 0 0 10px;
  position: fixed;
  right: 0;
  top: 40px;
  padding: 10px;
}

.follow_right a {
  font-size: 16px;
  font-weight: bold;
  color: #0098e7;
  text-decoration: none;
  display: block;
}

.mail_icon {
  width: 20px;
}

/* フェードイン用のCSS */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width:1280px) {
  .follow_inner&gt;a {
    width: 29%;
  }

  .follow_inner .form_btn_area {
    width: 70%;
  }

  .follow_inner .form_btn_area&gt;a {
    width: 48%;
    font-size: 17px;
  }

  .app_btn::before,
  .login_btn::before {
    right: 14px;
    width: 10px;
    height: 10px;
  }

  .app_btn,
  .login_btn {
    font-size: 15px;
    width: 36%;
  }

}

@media screen and (max-width:1080px) {

  .detail {
    padding: 40px 0 100px;
  }

  .sec_inner {
    padding: 0 6%;
  }

  .sec_explain {
    padding-top: 10px;
  }

  .lead .sec_title {
    width: 73%;
    margin-bottom: 30px;
  }

  .explain_txt h3 {
    font-size: 20px;
  }

  .explain_txt p {
    font-size: 15px;
  }

  .sec_title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .lead {
    padding-bottom: calc(12vw + 10px);
  }

  .target {
    padding-bottom: calc(12vw + 10px);
  }

  .target_box&gt;p {
    font-size: 17px;
  }

  .flow_item {
    margin: 0 1%;
  }

  .flow_item&gt;img {
    width: 44%;
  }

  .flow_item&gt;h3 {
    font-size: 18px;
  }

  .flow_item&gt;p {
    font-size: 14px;
  }

  .circle {
    width: 35px;
    height: 35px;
  }

  .support_flex {
    margin-bottom: 100px;
  }

  .support_item {
    padding: 1% 1.5%;
  }

  .support_item h3 {
    font-size: 17px;
  }

  .comment_txt {
    font-size: 16px;
    line-height: 2.3;
  }

  .comment_img {
    margin: 0 auto 10px;
  }

  .company_flex h2 {
    font-size: 28px;
  }

  .company_flex p {
    font-size: 16px;
  }

  .comment_txt {
    margin-bottom: 120px;
  }

  .explain_flex&gt;.img {
    width: 50%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width:780px) {

  .sec_title {
    font-size: 23px;
    margin-bottom: 20px
  }

  .lead .sec_title {
    width: 90%;
  }

  .comment_img {
    width: 90%;
  }

  .explain_flex {
    flex-direction: column-reverse;
  }

  .explain_flex .explain_txt {
    width: 100%;
  }

  .flow_flex {
    flex-wrap: wrap
  }

  .flow_item {
    width: 48%;
    margin: 0 0 4%;
  }

  .flow .sec_inner {
    background: linear-gradient(transparent 24%, #0098e7 0%);
    padding: 0 4%;
  }

  .support_item {
    width: 48%;
    padding: 2% 0;
  }

  .app_btn,
  .login_btn {
    width: 44%;
  }

}

@media screen and (max-width:480px) {

  .sp_none {
    display: none;
  }

  .mv_area {
    background-image: url(../img/sp_mv.jpg);
  }

  .top_logo {
    width: 34%;
  }

  .pc_mv_text {
    width: 98%;
    padding: 50% 0 74% 0;
  }

  .form_btn_area {
    padding: 0 4%;
    flex-wrap: wrap;
  }

  .app_btn,
  .login_btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec_inner {
    padding: 0 4%;
  }

  .sec_title {
    font-size: 20px;
  }

  .detail {
    padding: 30px 0 100px;
  }

  .target_box {
    padding: 20px 2%;
  }

  .target_box&gt;p {
    font-size: 12px;
  }

  .explain_txt h3 {
    text-align: center;
    font-size: 18px;
  }

  .explain_txt p {
    font-size: 12px;
  }

  .flow_item&gt;h3 {
    font-size: 15px;
  }

  .flow_item&gt;p {
    font-size: 12px;
  }

  .small {
    font-size: 14px;
  }

  .support_item h3 {
    font-size: 13px;
    margin: 5px auto;
  }

  .support_item p {
    font-size: 12px;
    text-align: left;
  }

  .comment_txt {
    font-size: 12px;
  }

  .company_flex h2 {
    font-size: 18px;
  }

  .company_flex p {
    font-size: 12px;
  }

  .company_flex&gt;p&gt;img {
    width: 50px;
  }

  .follow_right {
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
    text-align: center;
    width: 75px;
    height: 75px;
    font-size: 10px;
    text-align: center;
    border-radius: 100px;
    top: 10px;
    right: 5px;
  }

  .follow_right a {
    font-size: 12px;
    line-height: 1.1;
  }

  .follow_right img {
    display: block;
    margin: 0 auto 5px;
  }

  .follow_inner .form_btn_area {
    width: 60%;
    flex-wrap: nowrap;
    padding: 0;
  }

  .follow_inner&gt;a {
    width: 39%;
  }

  .follow_inner .form_btn_area&gt;a {
    height: 34px;
    font-size: 12px;
  }

  .follow_inner .app_btn::before,
  .follow_inner .login_btn::before {
    content: none;
  }

  .follow_inner .app_btn,
  .follow_inner .login_btn {
    margin-bottom: 0;
  }

}</pre></body></html>