@charset "UTF-8";

.mainVis {
  background: url(../images/bg-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.mainVis .mainVis_ttl {
  text-shadow: 1px 1px 0px #fff;
}

/*================================================
 * New Graduate
 ================================================*/
#graduate {
  position: relative;
  padding-bottom: 0;
}

h3.headline {
  font-size: 30px;
  border-bottom: 1px solid #084795;
}

#graduate:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 285vh 100vw;
  border-color: transparent transparent rgba(157, 190, 230, 0.1) transparent;
}

.intro .lead-ttl {
  font-family: 'rockness';
  text-align: center;
  color: #084795;
  font-size: 70px;
  margin-bottom: 0;
  letter-spacing: .05em;
  text-transform: capitalize;
  margin-bottom: 0;
}

.intro .lead-txt {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  font-size: 26px;
  text-align: center;
  padding-bottom: 30px;
}

/* interviewArea */
.interviewArea {
  margin-bottom: 80px;
}

.interviewArea img {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:768px) {
  h3.headline {
    font-size: 23px;
  }

  .intro .lead-ttl {
    font-size: 41px;
    font-weight: bold;
    white-space: nowrap;
  }

  .intro .lead-txt {
    font-size: 17px;
  }

  #graduate:before {
    top: 35%;
    border-width: 0 0 350vh 100vw;
  }

}

/*================================================
 * training/project/support
 ================================================*/
.training {
  margin-bottom: 60px;
}

.training .flex,
.project .flex,
.support .flex {
  margin-bottom: 30px;
}

.bg-image {
  height: 230px;
}

.bg-image.training01 {
  background: url(../images/img-01.jpg)no-repeat center;
  background-size: cover;
}

.bg-image.training02 {
  background: url(../images/img-02.jpg)no-repeat center;
  background-size: cover;
}

.bg-image.support01 {
  background: url(../images/img-03.jpg)no-repeat center top;
  background-size: cover;
}

.bg-image.support02 {
  background: url(../images/img-04.jpg)no-repeat center;
  background-size: cover;
}

.bg-image.support03 {
  background: url(../images/img-05.jpg)no-repeat center;
  background-size: cover;
}

/*project*/
.project {
  margin: 50px auto 70px;
}

.project .project-ttl {
  font-weight: bold;
  font-size: 20px;
}

.project .flex .project-icn {
  width: 28%;
  text-align: center;
  color: #084795;
  font-weight: bold;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.project .flex .project-icn i {
  font-size: 30px;
}

.project .flex .project-txt {
  width: 70%;
}

@media screen and (max-width:768px) {
  .project {
    margin: 50px auto 30px;
  }

  .project .flex {
    margin-bottom: 0;
  }

  .project .flex .project-icn,
  .project .flex .project-txt {
    width: 100%;
  }

  .project .flex .project-icn {
    margin: 10px 0;
  }

}


/*================================================
 * goal
 ================================================*/
#goal {
  background: url(../images/bg-spiral.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
}

#goal .spiral {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 2;
  font-size: 20px;
}

@media screen and (max-width:768px) {
  #goal {
    height: auto;
    padding-top: 10px;
    background-attachment: unset;
  }

  #goal .spiral {
    line-height: 1.8;
    font-size: 16px;
  }

}


/*================================================
 * member
 ================================================*/
#member {
  padding-top: 30px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: scroll;
  z-index: 2;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 150vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 20px 40px;
  position: absolute;
  top: 15%;
  transform: translate(-50%);
  width: 70%;
  color: #333;
}

.modal__content .memberName {
  font-size: 20px;
  border-bottom: 2px solid #084795;
  padding-bottom: 10px;
  padding-top: 70px;
}

.modal__content .slogan {
  color: #084795;
  font-size: 18px;
  font-weight: 600;
}

.modal__content dl {
  margin-top: 10px;
}

.modal__content dl dt {
  color: #084795;
  font-weight: bold;
  padding-bottom: 5px;
}

.modal__content dl dd {
  padding-bottom: 20px;
  font-size: 14px;
}

.js-close {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.js-modal-close i {
  font-size: 23px;
  color: #084795;
}

@media only screen and (max-width: 767px) {
  .modal {
    top: 0;
  }

  .modal__bg {
    height: 230vh;
  }

  .modal__content {
    padding: 30px 20px;
    width: 90%;
  }

  .modal__content .memberName {
    font-size: 17px;
    padding-top: 0;
  }

  .modal__content .slogan {
    font-size: 16px;
  }
}


/* =======================================================
  summary
* ======================================================= */
#summary .bannerArea {
  margin: 50px auto 80px;
}

#summary .bannerArea img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
}

#summary table {
  margin: 30px auto;
  width: 100%;
}

.tabBtn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabBtn li {
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 10px 60px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 17px;
  position: relative;
}

.tabBtn li.tab.is-active:after {
  position: absolute;
  content: "▼";
  bottom: -30px;
  left: 46%;
  font-size: 23px;
}

.tabBtn li.tab.is-active.sales:after {
  color: #084795;
}

.tabBtn li.tab.is-active.operator:after {
  color: #3297c7;
}

.tabBtn li.sales {
  background-color: #084795;
}

.tabBtn li.operator {
  background-color: #3297c7;
}

.panel {
  display: none;
  margin-bottom: 70px;
}

.panel.is-show {
  display: block;
}

.panel table,
td,
th {
  border: 1px solid #d0cece;
  border-collapse: collapse;
}

.panel td,
th {
  padding: 10px;
}

.panel th {
  width: 30%;
  color: #fff;
  vertical-align: middle;
}

.panel td {
  width: 70%;
  padding-left: 20px;
  font-size: 13px;
}

.panel td ul li {
  display: inline-block;
  background-color: #e0dede;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 20px;
  position: relative;
}

.panel td ul li:not(:last-child):after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  top: 9px;
  right: -18px;
  color: #333;
}

.sales th {
  background: #084795;
}

.operator th {
  background: #3297c7;
}

.entryImage a:hover {
  opacity: .7;
  transition: .3s;
}

@media screen and (max-width:768px) {
  #summary .bannerArea {
    margin: 30px auto 70px;
  }

  .tabBtn li {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px 0;
  }

  .tabBtn li.tab.is-active:after {
    bottom: -17px;
    font-size: 18px;
  }

  #summary table {
    margin: 10px 0;
  }

  .panel {
    margin-bottom: 30px;
  }

  .panel th {
    width: 25%;
    font-size: 13px;
  }

  .panel td {
    vertical-align: middle;
    padding-left: 10px;
  }

  .panel td ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .panel td ul li:not(:last-child):after {
    top: auto;
    bottom: -20px;
    right: 48%;
    transform: rotate(90deg);
  }

  .entryImage {
    padding: 0 15px;
  }

}


/* =======================================================
  jobsupport
* ======================================================= */
.jobsupport_ttl {
  background-color: #003e99;
  padding: 30px 10px;
  margin: 30px 0;
}

.jobsupport_ttl .circle {
  width: 17%;
  background-color: #fccc00;
  border-radius: 50%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0 20px;
}

.jobsupport_ttl .txt {
  width: 40%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.jobsupport_ttl .txt .first {
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: .1em;
}

.jobsupport_ttl .txt .second {
  font-size: 40px;
  margin-bottom: 0;
  letter-spacing: .15em;
}

.intro {
  margin-bottom: 40px;
  font-size: 20px;
}

/* 3つのポイント */
.job_point .job_point__list p {
  text-align: center;
  color: #003e99;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.job_point .job_point__list p::before,
.job_point .job_point__list p::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #003e99;
}

.job_point .job_point__list p::before {
  margin-right: 20px;
}

.job_point .job_point__list p::after {
  margin-left: 20px;
}

.job_point .job_point__list ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

/* 新卒就職紹介サポートなら */
.rate {
  background-color: #0f396f;
  text-align: center;
  margin: 30px 0;
  padding: 10px 10px 20px;
}

.rate p {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}

.rate ul li {
  width: 20%;
  background-color: #fff;
  color: #111;
  font-size: 18px;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 1.3;
  margin: 0 20px;
  padding: 10px;
}

.rate ul li strong {
  color: #ff0000;
  font-size: 38px;
}

.rate ul li span {
  font-size: 23px;
}

/* サポート費用０円 */
.free {
  background-color: #0f396f;
  margin-bottom: 30px;
}

.free .free_img {
  width: 20%;
  margin-top: -30px;
}

.free ul {
  padding-left: 50px;
}

.free ul li {
  color: #fff;
  list-style-type: disc;
  font-size: 17px;
}

.free .free_price {
  background-color: #fff;
  font-size: 20px;
  padding: 5px 10px 13px 10px;
  max-width: 440px;
  line-height: 1;
  margin: 20px 0 20px 30px;
  text-align: center;
}

.free .free_price strong {
  color: #ff0000;
  font-size: 38px;
}

.free .free_price span {
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .jobsupport_ttl {
    position: relative;
    padding: 50px 10px 20px 10px;
  }

  .jobsupport_ttl .circle {
    width: 40%;
    padding: 10px;
    font-size: 15px;
    position: absolute;
    top: -30px;
    left: 0;
  }

  .jobsupport_ttl .txt {
    width: 100%;
    text-align: center;
  }

  .jobsupport_ttl .txt .first {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .jobsupport_ttl .txt .second {
    font-size: 26px;
  }

  .intro {
    margin-bottom: 20px;
    font-size: 15px;
  }

  /* 3つのポイント */
  .job_point .job_point__list p {
    font-size: 18px;
  }

  .job_point .job_point__list p::before,
  .job_point .job_point__list p::after {
    width: 55px;
  }

  .job_point .job_point__list ul {
    padding-left: 10px;
    padding-bottom: 15px;
  }

  .job_point .job_point__list ul li {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .job_point .job_point__list ul li::first-line {
    text-indent: -1.5em;
  }

  /* 新卒就職紹介サポートなら */
  .rate p {
    font-size: 20px;
  }

  .rate ul li {
    width: 45%;
    font-size: 17px;
    margin: 0 5px;
  }

  /* そんなに確率が上がるの？ */
  .why {
    position: relative;
    margin-bottom: 60px;
  }

  .why .w65 {
    width: 85%;
    margin: 0 auto 0 0;
  }

  .why .w15 {
    position: absolute;
    width: 25%;
    top: 0;
    right: 0;
  }

  /* サポート費用０円 */
  .free {
    position: relative;
    padding: 20px 10px;
  }

  .free .free_img {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 37%;
    margin-top: 0;
  }

  .free ul {
    padding-left: 15px;
  }

  .free ul li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .free .free_price {
    font-size: 17px;
    padding: 10px 10px 13px 20px;
    margin: 20px 0 20px 0px;
    text-align: left;
  }


}