@charset "UTF-8";
/* 目次 */
/* __00: 企業の担当者 */
/* __00: 学校教諭 */
/* __00: 高校3年生 */
/* __00: 在校生・卒業生 */
/* __00: 保護者の皆様へ */
/* __00: 再進学を検討 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
.ta-c {
  text-align: center !important;
}

/* 対象者別共通スタイル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.target section {
  padding: 75px 0;
}
.target section.bg_greenlite {
  background-color: rgba(131, 190, 62, 0.2) !important;
}
.target section.bg_greenlite .sec-title {
  margin: auto;
  width: 50%;
}
.target section.bg_dot {
  background: url(img_2025/guardian/bg01.png);
}
.target .inner {
  max-width: 1120px;
  margin: auto;
  width: 90%;
}
.target .title_en {
  font-family: Century Gothic, "serif";
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
.target p {
  font-size: 16px;
  line-height: 1.75 !important;
  padding: 0 !important;
}
.target .sec-ttl {
  padding: 0;
  position: relative;
}
.target .sec-ttl::before {
  background-image: url(https://jo-bi.jp/wp/wp-content/themes/jobi2017/img_2025/guardian/main_tl.png);
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
  height: 192px;
}
.target .sec-ttl .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.target .sec-ttl figure {
  width: 612px;
}
.target .sec-ttl figure img {
  width: 100%;
}
.target .sec-ttl .txt {
  width: 600px;
}
.target .sec-ttl .txt h1 {
  font-size: 32px;
  margin: 0 0 28px;
}
.target .sec-ttl .txt h2 {
  font-size: 20px;
  margin: 0 0 24px;
  line-height: 1.7;
}
.target .sec-ttl .txt p {
  font-size: 16px;
  font-weight: 400;
}
.target .sec-ttl .bg_on {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: left;
}
.target .sec-ttl .bg_on span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffe7ca));
  background: -webkit-linear-gradient(transparent 80%, #ffe7ca 80%);
  background: linear-gradient(transparent 80%, #ffe7ca 80%);
  display: inline-block;
}
.target .title_underbar {
  font-size: 2em !important;
  letter-spacing: 5px;
  line-height: 1.75 !important;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.target .title_underbar::after {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  margin: 10px auto 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #4da385), color-stop(50%, #dbdbdb));
  background: -webkit-linear-gradient(left, #4da385 50%, #dbdbdb 50%);
  background: linear-gradient(to right, #4da385 50%, #dbdbdb 50%);
}
.target .title_common {
  font-size: 2em;
  margin-bottom: 2rem;
}
.target h2.title_temp {
  font-size: 1.6em;
  padding: 15px 40px;
  background: url(img_2025/guardian/bg02.png) repeat;
  position: relative;
  margin: 0 auto 30px;
  line-height: 1.75;
  text-align: left;
}
.target h2.title_temp::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 40%;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #4da385;
  border-radius: 6px;
}
.target h3.title_temp {
  font-size: 1.4em;
  border-bottom: solid 1px #ccc;
  line-height: 1;
  padding: 0 0 15px 0;
  position: relative;
  margin: 0 auto 25px;
}
.target h3.title_temp::after {
  content: "";
  width: 30%;
  height: 1px;
  background: #4da385;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.target h4.title_temp {
  font-size: 1.2em;
  color: #000;
  padding: 0 0 0 1.2em;
  position: relative;
  margin: 40px auto 10px;
}
.target h4.title_temp::after {
  content: "●";
  position: absolute;
  color: #4da385;
  left: 0;
  top: 0;
  font-size: 0.9em;
}
.target .text_base {
  margin: 0 0 25px 0;
  line-height: 1.6;
  color: #000;
}
.target .table_base {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  margin: 0 auto 25px;
}
.target .table_base th,
.target .table_base td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
}
.target .table_base .table-head {
  background: #ddd;
  text-align: center;
  font-weight: bold;
}
.target .table_base .table-sub-head th {
  background: #eee;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
.target .table_base td {
  font-size: 0.9em;
}
.target .table_base a {
  text-decoration: underline;
  color: #4da385;
}
.target .content-separater + .content-separater {
  margin: 60px 0 0 0;
}
.target .btn_orange {
  width: 360px;
  background: url(../img/libs/orange-waku.png);
  text-align: center;
  margin: 0 auto 20px;
}
.target .btn_orange a {
  display: block;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.target .btn_orange a:hover {
  color: #fff;
  opacity: 0.7;
  letter-spacing: 1px;
}
.target .yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffef97));
  background: -webkit-linear-gradient(transparent 65%, #ffef97 35%);
  background: linear-gradient(transparent 65%, #ffef97 35%);
}
.target .koukun {
  border: 1px solid #000;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 1em;
  text-align: center;
}
.target .flex-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.4rem;
}
.target .list_article li {
  padding: 0 10px 45px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.target .list_article li::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img_2025/guardian/icon-link.png);
  background-size: 45px 45px;
}
.target .list_article li.list_article_btn::after {
  content: none;
}
.target .list_article li a {
  color: #595757 !important;
  display: block;
  height: 100%;
}
.target .list_article .article-number {
  width: 65px;
  text-align: center;
  color: #4da385;
  position: absolute;
  left: 15px;
  top: 15px;
}
.target .list_article .article-number .number-text {
  font-size: 2.5em;
  font-family: Century Gothic, "serif";
  line-height: 1 !important;
}
.target .list_article .article-number::after {
  content: "";
  width: 3px;
  height: 75px;
  background: #4da385;
  position: absolute;
  left: 2px;
  top: -35px;
}
.target .list_article .article-title {
  font-size: 1.2em;
  color: #4da385;
  line-height: 1.2;
  margin: 12px 0 15px 70px;
  min-height: 3em;
}
.target .list_article .article-text {
  font-size: 0.9em;
}
.target .text_strong {
  font-size: 2.5rem;
  line-height: 1.8;
  margin: 0 0 30px 0;
  text-align: center;
}
.target .block_under-college.floBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.4rem;
}
.target .block_under-college.floBox .ta-c {
  text-align: center;
}
.target .block_under-college.floBox .ta-c img {
  height: 200px;
}
.target .block_under-college.floBox p {
  line-height: 1.75;
  margin-top: 1em;
}
.target .list_point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.target .list_point li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img_2025/guardian/border01.png);
  position: relative;
}
.target .list_point li::after {
  content: "";
  width: 79px;
  height: 69px;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 11;
}
.target .list_point li:nth-child(1)::after {
  background-image: url(img_2025/guardian/point01.png);
}
.target .list_point li:nth-child(2)::after {
  background-image: url(img_2025/guardian/point02.png);
}
.target .list_point li:nth-child(3)::after {
  background-image: url(img_2025/guardian/point03.png);
}
.target .list_point li:nth-child(4)::after {
  background-image: url(img_2025/guardian/point04.png);
}
.target .list_point li .white-base {
  background: #fff;
  margin: 8px;
  height: calc(100% - 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  position: relative;
  z-index: 10;
}
.target .list_point li .point-title {
  color: #4da385;
  font-size: 1.3em;
  line-height: 1.5;
  padding: 10px 0 20px 100px;
}
.target .list_point li .point-title.line-hei {
  line-height: 2.8;
}
.target .list_point li .point-text {
  font-size: 92%;
  line-height: 1.6;
  min-height: 11em;
}
.target .bg_text {
  background-color: #9cce7c;
  color: #fff;
  font-size: 30px;
  line-height: 1.75;
  text-align: center;
}
.target .bg_text .yellow {
  color: #ffff00;
  font-size: 38px;
}

/* 保護者の皆様へ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.target.guardian .sec01 .flex-list {
  grid-template-columns: repeat(4, 1fr);
}
.target.guardian .sec01 .list_article li {
  border: 1px solid #4da385;
  padding: 15px 10px;
  position: relative;
}
.target.guardian .sec01 .list_article li::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 10px;
  width: 2px;
  height: 50px;
  background: #4da385;
}
.target.guardian .sec01 .list_article li::after {
  width: 30px;
  height: 30px;
  background-size: cover;
}
.target.guardian .sec01 .list_article li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.target.guardian .sec01 .list_article li .article-title {
  font-size: 1em;
  margin: 0 0 0 15px;
  min-height: inherit;
}
.target.guardian .sec01 .list_article li .number-text {
  color: #4da385;
  font-weight: bold;
  font-size: 1.2em;
  font-family: Century Gothic, "serif";
  line-height: 1 !important;
  margin-left: 10px;
}
.target.guardian .sec01 .list_article li .article-number::after {
  height: 50px;
  top: -25px;
}
.target.guardian .voice h3 {
  color: #4da385;
  font-size: 1.4em;
  line-height: 1.5;
  text-align: center;
}
.target.guardian .voice .block_guardian_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 1.5em auto;
}
.target.guardian .voice .block_guardian_flex li {
  list-style: none;
}
.target.guardian .voice .btn_orange {
  max-width: 90%;
}
.target.guardian .list_point {
  grid-template-columns: repeat(3, 1fr);
}
.target.guardian .block_guardian_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.target.guardian .block_guardian_flex > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30%;
}
.target.guardian .block_guardian_flex img {
  width: 100%;
}
.target.guardian .block_guardian_flex .bg-gray {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.target.guardian .block_guardian_flex .bg-gray h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #4da385;
  margin-bottom: 20px;
}
.target.guardian .title {
  color: #4da385;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 30px;
  font-size: 18px;
}
.target.guardian .list_oc-guardian {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  overflow: hidden;
}
.target.guardian .list_oc-guardian img {
  width: 100%;
}
.target.guardian .btn_center {
  text-align: center;
}
.target.guardian .btn_orange {
  width: 100%;
  max-width: 380px;
  border: 2px solid #4da385;
  border-radius: 50px;
  color: #4da385;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 20px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.target.guardian .btn_orange::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #4da385;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.target.guardian .btn_orange:hover {
  color: #fff;
  background: #4da385;
}
.target.guardian .btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.target.guardian .btn_list .btn_orange {
  margin: 0;
}

.whitewaku {
  padding: 30px 20px;
  background: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
  /*&::before {

      content: "";
      display:block;
      border-style: solid;
      border-width: 35px 35px 0 0;
      border-color: #83be3e33 transparent transparent transparent;
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 0;
  }
  &::after {
      content: "";
      display:block;
      border-style: solid;
      border-width: 0 0 35px 35px;
      border-color: transparent transparent #83be3e33 transparent;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
  }*/
}
.whitewaku .corner_tl,
.whitewaku .corner_rb {
  position: absolute;
  width: 34px !important;
  height: 34px !important;
}
.whitewaku .corner_tl {
  top: 0;
  left: 0;
}
.whitewaku .corner_rb {
  right: 0;
  bottom: 0;
}
.whitewaku h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #4da385;
}

@media only screen and (max-width: 1104px) {
  .target section {
    padding: 30px 0;
  }
  .target p {
    font-size: 14px;
  }
  .target .sec-ttl .inner {
    display: block;
  }
  .target .sec-ttl figure {
    width: 100%;
  }
  .target .sec-ttl .txt {
    width: 100%;
    padding: 50px 0 30px;
  }
  .target .sec-ttl .bg_on {
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
  }
  .target .title_common {
    font-size: 1.5em;
    text-align: center;
  }
  .target .title_underbar {
    font-size: 1.5em !important;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  .target h2.title_temp {
    font-size: 1.1em;
    padding: 12px 10px 12px 20px;
    background-size: 4px 4px;
    margin: 0 auto 25px;
  }
  .target h2.title_temp::after {
    width: 3px;
    left: 10px;
  }
  .target h3.title_temp {
    font-size: 1.1em;
    line-height: 1.4;
    padding: 0 0 10px 0;
    margin: 0 auto 20px;
  }
  .target h4.title_temp {
    font-size: 1em;
    margin: 30px auto 10px;
  }
  .target h4.title_temp::after {
    top: 2px;
  }
  .target .table_base {
    width: 100%;
    margin: 0 auto 20px;
  }
  .target .table_base.mb_more {
    margin-bottom: 30px;
  }
  .target .table_base th,
  .target .table_base td {
    padding: 6px;
  }
  .target .table_base th {
    font-size: 0.85em;
  }
  .target .table_base td {
    font-size: 0.75em;
  }
  .target .content-separater + .content-separater {
    margin: 40px 0 0 0;
  }
  .target .btn_orange {
    width: 300px;
    background-size: 300px 66px;
  }
  .target .btn_orange a {
    line-height: 66px;
    font-size: 1em;
  }
  .target .text_strong {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .target .koukun {
    font-size: 1.2em;
    padding: 0.75em;
  }
  .target .flex-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .target .list_article .article-title {
    min-height: 2em;
  }
  .target .list_article li + li {
    margin-top: 2rem;
  }
  .target .list_article .article-number::after {
    height: 65px;
    top: -25px;
  }
  .target .block_under-college.floBox {
    grid-template-columns: repeat(1, 1fr);
  }
  .target .list_point {
    gap: 2.5rem;
    margin: 50px 0 0 0;
  }
  .target .list_point .point-title {
    padding: 5px 0 15px;
    text-align: center;
  }
  .target .list_point .point-title.line-hei {
    line-height: 2;
  }
  .target .list_point .point-text {
    min-height: 0;
  }
  .target .list_point li::after {
    background-size: 60px 51px;
    background-repeat: no-repeat;
    left: -5px;
    top: -20px;
  }
  /* 保護者の皆様へ */
  .target.guardian .sec01 .flex-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .target.guardian .sec01 .list_article li::before {
    top: -10px;
    height: 55px;
  }
  .target.guardian .sec01 .list_article li + li {
    margin-top: 1em;
  }
  .target.guardian .sec01 .list_article .article-title {
    min-height: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .target.guardian .voice h3 {
    font-size: 1em;
  }
  .target.guardian .voice .block_guardian_flex {
    grid-template-columns: 1fr;
    margin: 1em auto 2em;
  }
  .target.guardian .voice .btn_orange {
    margin-bottom: 0;
  }
  .target.guardian .title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .target.guardian .list_point {
    grid-template-columns: repeat(1, 1fr);
  }
  .target.guardian .list_point .point-title {
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
  }
  .target.guardian .block_guardian_flex {
    display: block;
  }
  .target.guardian .list_oc-guardian {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .target.guardian .btn_orange {
    font-size: 15px;
    margin: 0 auto 20px;
  }
  .target.guardian .block_guardian_flex .bg-gray {
    padding: 20px;
    margin-bottom: 20px;
  }
  .whitewaku {
    margin: 0 auto 25px;
  }
}