@charset "UTF-8";

/* 目次 */
/* __00: 企業の担当者 */
/* __00: 学校教諭 */
/* __00: 高校3年生 */
/* __00: 在校生・卒業生 */
/* __00: 保護者の皆様へ */
/* __00: 再進学を検討 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-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;
  }
}


/* 対象者別共通スタイル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.target section {
  padding: 75px 0;
}
.target section.bg_orange {
  background-color: #fdf3e9;
}
  .target section.bg_orange .sec-title {
    margin: auto;
    width: 50%;
  }
.target section.bg_dot {
  background: url(../img/libs/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 .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.target .sec-ttl figure {
  width: 480px;
}
.target .sec-ttl figure img { width: 100%;}
.target .sec-ttl .txt {
  width: 600px;
}
.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: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-linear-gradient(left, #f39800 50%, #dbdbdb 50%);
  background: -o-linear-gradient(left, #f39800 50%, #dbdbdb 50%);
  background: linear-gradient(to right, #f39800 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/libs/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: #f39800;
  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: #f39800;
  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: #f39800;
  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;
}
.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: #f39800;
}
.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: 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;
  box-sizing: border-box;
  position: relative;
}
.target .list_article .article-number {
  width: 65px;
  text-align: center;
  color: #f39800;
  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: #f39800;
  position: absolute;
  left: 2px;
  top: -35px;
}
.target .list_article .article-title {
  font-size: 1.2em;
  color: #f39800;
  line-height: 1.2;
  margin: 12px 0 15px 70px;
  min-height: 3em;
}
.target .list_article .article-text {
  font-size: 0.9em;
}
.target .list_article a {
  color: #595757 !important;
  display: block;
  height: 100%;
}
.target .list_article li::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/for/icon-link.png);
  background-size: 45px 45px;
}
.target .list_article li.list_article_btn::after {
  content: none;
}
.target .text_strong {
  font-size: 1.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 {
  box-sizing: border-box;
  background: url(../img/for/border01.png);
  position: relative;
}
.target .list_point li .white-base {
  background: #fff;
  margin: 8px;
  height: calc(100% - 16px);
  box-sizing: border-box;
  padding: 12px;
  position: relative;
  z-index: 10;
}
.target .list_point .point-title {
  color: #f39800;
  font-size: 1.3em;
  line-height: 1.5;
  padding: 10px 0 20px 100px;
}
.target .list_point .point-title.line-hei {
  line-height: 2.8;
}
.target .list_point .point-text {
  font-size: 92%;
  line-height: 1.6;
  min-height: 11em;
}
.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/for/point01.png);}
.target .list_point li:nth-child(2)::after {
  background-image: url(../img/for/point02.png);}
.target .list_point li:nth-child(3)::after {
  background-image: url(../img/for/point03.png);}
.target .list_point li:nth-child(4)::after {
  background-image: url(../img/for/point04.png);}
.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;
}



/* 企業の担当者 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.company .top_txt,
.company p {
  line-height: 1.75;
}

.company .tbl-set .bg-g {
  background-color: #f7f8f8;
  font-weight: bold;
}
.company .tbl-set table th, .company .tbl-set table td {
  border: 1px solid #DCDDDD !important;
}
.company .tbl-set table th {
  text-align: center;
  padding: 10px 0 !important;
  vertical-align: middle;
}
.company .tbl-set table td {
  font-weight: normal !important;
  text-align: left;
  padding: 5px !important;
  font-size: 75%;
  line-height: 1.4em;
  vertical-align: top;
}

.company .tbl-set table tbody th {
  background: #f7f8f8;
  line-height: 1.3;
}

.company .tbl-set table thead th:nth-of-type(1) {
  width: 15%;
}

.company .tbl-set table thead th:nth-of-type(2) {
  width: 12%;
}

.company .tbl-set table thead th:nth-of-type(3) {
  width: 16%;
}

.company .tbl-set table thead th:nth-of-type(4) {
  width: 27%;
}

.company .tbl-set table thead th:nth-of-type(5) {
  width: 30%;
}

.company .border-box1 {
  border: 1px dotted #999;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px;
}

.company .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.company p {
  margin: 8px 0;
}

.company .sec-02, .company .sec-04 {
  padding: 35px 0 35px;
  background: url(../img/libs/bg01.png);
}

.company .sec-02 .inner, .company .sec-04 .inner {
  width: 1040px;
  margin: 0 auto !important;
}

.company .sec-03 {
  line-height: 28px;
}
.company .tbl-set {
  margin-bottom: 50px;
}

.target.company .sec-ttl {
  background: #F5F5F5;
}
.target.company .visual17 {
  align-items: center;
  display: flex;
}
.target.company .visual17 li {
  flex: 1;
}
.target.company .visual17 li:nth-child(2){
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.target.company .visual17 li a {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.target.company .btn_list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.target.company .btn_orange {
  width: 100%;
  max-width: 380px;
  border: 2px solid #f39800;
  border-radius: 50px;
  color: #f39800;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 20px 15px;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
.target.company .btn_orange:after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #f39800;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.target.company .btn_orange:hover {
  color: #fff;
  background: #f39800;
}

@media only screen and (max-width: 769px){
  .company .sec-02 .inner, .company .sec-04 .inner {
    width: 95%;
    margin: 0 auto;
  }
  .company .bg_on {
    margin: 20px 0 30px;
  }
  .company .title {
    font-size: 18px;
    text-align: center;
  }
  .company .top_txt,
  .company p {
    font-size: .85em;
    line-height: 1.55;
  }
  .company .border-box1 {
    padding: 5%;
  }

  .target.company .visual17 li a {
    font-size: .65em;
  }
  .target.company .btn_list {
    gap: 1rem;
  }
}



/* 学校教諭 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.target.hsteacher h2.title_temp {
  color: #f39800;
}
.target.hsteacher h3.title_temp {
  border: none;
  font-size: 2em;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap:10px;
}
.target.hsteacher h3.title_temp .ja {
  color: #f39800;
}
.target.hsteacher h3.title_temp .en {
  font-size: 40%;
}
.target.hsteacher h3.title_temp::after {
  content: none;
}
.target.hsteacher .text-center {
  text-align: center;
}
.target.hsteacher .sec01 .temp_box {
  border: 2px solid #f39800;
  border-radius: 15px;
  padding: 2.5em 2em;
}
.target.hsteacher .sec01 .temp_box p {
  font-weight: bold;
}
.target.hsteacher .sec01 .text_base {
  color: #f39800;
  font-size: 1.6em;
  margin-bottom: .5em;
  text-align: center;
}
.target.hsteacher .sec01 .temp_box_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.target.hsteacher .sec01 .content-separater {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.target.hsteacher .sec04 figure img { width: 100%;}
.target.hsteacher .sec04 .temp_box {
  border: 2px solid #f39800;
  border-radius: 15px;
  padding: 2.5em 2em;
  margin: auto;
  width: 85%;
}
.target.hsteacher .sec04 .temp_flex {
  display: grid;
  grid-template-columns: 55% auto;
  gap: 2em;
}
.target.hsteacher .sec04 .temp_flex div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.target.hsteacher .sec04 .temp_flex a {
  background: linear-gradient(90deg, #EC6A71 0%, #F5AA00 100%);
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 100vw;
  position: relative;
}
.target.hsteacher .sec04 .temp_flex a::after {
  width: 8px;
  height: 8px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.target.hsteacher .sec04 .temp_flex a:hover {
  opacity: .7;
}
.target.hsteacher .sec04 h3 {
  border-top: 2px solid #f39800;
  border-bottom: 2px solid #f39800;
  color: #f39800;
  font-size: 1.6em;
  margin: 2em auto 1em;
  padding: 1em 0;
  text-align: center;
}
.target.hsteacher .sec04 .address {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}



/* 高校3年生 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.target.student3 .text_strong {
  text-align: left;
}
.target.student3 section.course-link {
  background: linear-gradient(180deg, #fff 0%, #fff 15%, #fdf3e9 15%, #fdf3e9 100%);
}
.target.student3 section.course-link img {
  width: 100%;
}
.target.student3 section.course-link .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.target.student3 section.course-link .box {
  margin-top: 30px;
  width: calc(100% / 3 - 20px);
}
.target.student3 section.course-link a.course-top {
  position: relative;
}
.target.student3 section.course-link a.course-top::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(../img/course/arrow01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}
.target.student3 section.course-link a p {
  background: #4398cd;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 0 10px !important;
}
.target.student3 section.course-link li {
  font-weight: bold;
  margin-top: 8px;
  padding-left: 1em;
  position: relative;
}
.target.student3 section.course-link li::before {
  content: "●";
  position: absolute;
  color: #4398cd;
  left: 0;
  top: 1px;
  font-size: 0.9em;
}
.target.student3 section.course-link .box:nth-child(2) a.course-top::after {
  background-image: url(../img/course/arrow02.png);}
.target.student3 section.course-link .box:nth-child(2) a p {
  background: #dc5973;}
.target.student3 section.course-link .box:nth-child(2) li::before {
  color: #dc5973;}
.target.student3 section.course-link .box:nth-child(3) a.course-top::after {
  background-image: url(../img/course/arrow03.png);}
.target.student3 section.course-link .box:nth-child(3) a p {
  background: #8c989f;}
.target.student3 section.course-link .box:nth-child(3) li::before {
  color: #8c989f;}
.target.student3 section.course-link .box:nth-child(4) a.course-top::after {
  background-image: url(../img/course/arrow04.png);}
.target.student3 section.course-link .box:nth-child(4) a p {
  background: #c59f4d;}
.target.student3 section.course-link .box:nth-child(4) li::before {
  color: #c59f4d;}
.target.student3 section.course-link .box:nth-child(5) a.course-top::after {
  background-image: url(../img/course/arrow05.png);}
.target.student3 section.course-link .box:nth-child(5) a p {
  background: #57A45E;}
.target.student3 section.course-link .box:nth-child(5) li::before {
  color: #57A45E;}
.target.student3 section.course-link .box:nth-child(6) a.course-top::after {
  background-image: url(../img/course/arrow06.png);}
.target.student3 section.course-link .box:nth-child(6) a p {
  background: #e88d24;}
.target.student3 section.course-link .box:nth-child(6) li::before {
  color: #e88d24;}
.target.student3 section.course-link .box:nth-child(7) a.course-top::after {
  background-image: url(../img/course/arrow07.png);}
.target.student3 section.course-link .box:nth-child(7) a p {
  background: #9d478e;}
.target.student3 section.course-link .box:nth-child(7) li::before {
  color: #9d478e;}



/* 在校生・卒業生 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.target.graduater .sec-title {
  color: #EC881E;
  font-size: clamp(20px, 32/1366* 100vw, 32px);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
}
.target.graduater .sec-title .en {
  color: #000;
  transform: scale(0.5);}
.target.graduater .text_base {
  text-align: center;}
.target.graduater .flex {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(3, 1fr);}
.target.graduater .flex .box {
  background: #FEEBBE;
  border-radius: 15px;
  padding: 2em;
  text-align: center;}
.target.graduater .flex .box h3 {
  color: #EC881E;
  font-size: clamp(16px, 22/1366* 100vw, 22px);
  margin-bottom: 15px;}
.target.graduater .flex .box .text {
  color: #000;
  font-size: clamp(12px, 16/1366* 100vw, 16px);
  line-height: 1.75;
  margin-bottom: 15px;}
.target.graduater .btn_orange2 {
  max-width: 400px;
  margin: auto;}
.target.graduater .btn_orange2 a {
  width: 100%;
  background-image: linear-gradient(90deg, rgba(236, 106, 113, 1), rgba(245, 170, 0, 1));
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: clamp(12px, 16/1366* 100vw, 16px);
  font-weight: bold;
  text-align: center;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;}
.target.graduater .btn_orange2 a:after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);}
.target.graduater .btn_orange2 a:hover {
  opacity: 0.7;
  letter-spacing: 1px;}



/* 保護者の皆様へ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.target.guardian .sec01 .flex-list {
  grid-template-columns: repeat(4, 1fr);
}
.target.guardian .sec01 .list_article li {
  border: 1px solid #f39800;
  padding: 15px 10px;
}
.target.guardian .sec01 .list_article li::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 10px;
  width: 2px;
  height: 50px;
  background: #f39800;
}
.target.guardian .sec01 .list_article li::after {
  width: 30px;
  height: 30px;
  background-size: cover;
}
.target.guardian .sec01 .list_article a {
  align-items: center;
  display: flex;
}
.target.guardian .sec01 .list_article .article-title {
  font-size: 1em;
  margin: 0 0 0 15px;
  min-height: inherit;
}
.target.guardian .sec01 .list_article .number-text {
  color: #f39800;
  font-weight: bold;
  font-size: 1.2em;
  font-family: Century Gothic, "serif";
  line-height: 1 !important;
  margin-left: 10px;
}
.target.guardian .sec01 .list_article .article-number::after {
  height: 50px;
  top: -25px;
}
.target.guardian .voice h3 {
  color: #f39800;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.target.guardian .block_guardian_flex > * {
  flex: 1;
  min-width: 30%;
}
.target.guardian .block_guardian_flex img { width: 100%;}
.target.guardian .white-waku {
  padding: 30px 20px;
  background: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
}
.target.guardian .white-waku h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f39800;
}
.target.guardian .white-waku::before {
  content: "";
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #FAE9D9 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.target.guardian .white-waku::after {
  content: "";
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #FAE9D9 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
.target.guardian .title {
  color: #f39800;
  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 #f39800;
  border-radius: 50px;
  color: #f39800;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 20px 15px;
  position: relative;
  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 #f39800;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.target.guardian .btn_orange:hover {
  color: #fff;
  background: #f39800;
}
.target.guardian .block_guardian_flex .bg-gray {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.target.guardian .block_guardian_flex .bg-gray h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #f39800;
  margin-bottom: 20px;
}
.target.guardian .btn_list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.target.guardian .btn_list .btn_orange {
  margin: 0;
}



/* 再進学を検討 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.target.college {
  background-image: url(../img/for/bg-dot.jpg);
}
.target.college img { width: 100%;}
.target.college .sec-title {
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
  .target.college .sec-title h2 {
    font-size: 40px;
    font-weight: bold;}
  .target.college .sec-title p {
    font-size: 24px;
    line-height: 1.35 !important;
    margin: 10px 0 0;}
.target.college .text_type {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
  .target.college .text_type span {
    background:linear-gradient(transparent 60%, #ffe05c 60%);}
  .target.college .text_type:last-of-type {
    margin-top: 60px;}
.target.college .button-wrapper {
  max-width: 360px;
  margin: 50px auto;
}
  .target.college .button-wrapper a {
    background: #fff;
    border: 1px solid #fd9302;
    border-radius: 50px;
    color: #fd9302;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding: 15px 10px 18px;
    position: relative;
    text-align: center;}
  .target.college .button-wrapper a::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 2rem;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin: auto;
    border-top: 1px solid #fd9302;
    border-right: 1px solid #fd9302;}
  .target.college .button-wrapper a:hover {
    background-color: #fd9302;
    color: #fff;}
  .target.college .button-wrapper a:hover::after {
    border-color: #fff;}
.target.college .btn_orange {
  width: 100%;
  max-width: 380px;
  border: 2px solid #f39800;
  border-radius: 50px;
  color: #f39800;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 15px;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
  .target.college .btn_orange:after {
    width: 10px;
    height: 10px;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    position: absolute;
    margin: auto;
    border: 2px solid #f39800;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);}
  .target.college .btn_orange:hover {
    color: #fff;
    background: #f39800;}
.target.college .page-ttl {
  padding: 0;
}
.target.college .pagejump {
  background-image: linear-gradient(90deg, #e07a00, #f5aa00);
  margin-top: -1px;
  padding: 30px 0;
}
  .target.college .pagejump .flex-box {
    display: flex;
    justify-content: space-between;}
  .target.college .pagejump .flex-box li {
    width: calc(100% / 5 - 10px);}
  .target.college .pagejump .flex-box li a {
    background: #fff;
    border-radius: 30px;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    position: relative;
    text-align: center;}
  .target.college .pagejump .flex-box li a:hover {
    opacity: .7;}
  .target.college .pagejump .flex-box li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../img/kengai/arrow.png) no-repeat center/18px 18px;
  }
.target.college .data {
  position: relative;
}
.target.college .data::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 50%;
  background: #FDF3E9;
  mix-blend-mode: multiply;
}
.target.college .data-lead {
  max-width: 860px;
  margin: auto;
  padding-bottom: 75px;
}
.target.college .data-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 860px;
  margin: auto;
  padding-top: 75px;
  position: relative;
  z-index: 1;
}
  .target.college .data-flex .txt-box {
    width: 55%;}
  .target.college .data-flex .bg-grad {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    line-height: 4 !important;}
  .target.college .data-flex .bg-grad span {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background-image: linear-gradient(90deg, #e07a00, #f5aa00);
    line-height: 1;
    padding: 0 10px 5px;}
  .target.college .data-flex .bg-line {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5 !important;
    text-align: center;}
  .target.college .data-flex .bg-line span {
    background: linear-gradient(transparent 60%, #ffe05c 60%);}
  .target.college .data-flex .bg-line span.big {
    background: none;
    font-size: 150%;}
  .target.college .data-flex .bg-line span.big2 {
    background: none;
    font-size: 125%;}
  .target.college .data-flex small {
    color: #000;
    display: block;
    font-size: 14px;
    text-align: right;
    width: 100%;}
  .target.college .data-flex .img-box {
    width: 45%;}
.target.college .area_interview {
  display: flex;
  margin-top: 30px;
}
  .target.college .img-flex .img-block {
    text-align: center;
    width: 50%;
    position: relative;}
  .target.college .img-flex .img-block::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 20em solid transparent;
    border-right: 4em solid #e07a00;
    position: absolute;
    z-index: 90;}
  .target.college .img-flex .img-block img {
    vertical-align: top;
    width: 100%;}
  .target.college .img-flex .text-block {
    width: calc(50% - 4em);
    background-image: linear-gradient(90deg, #e07a00, #f5aa00);
    color: #fff;
    padding: 2em;
    position: relative;}
  .target.college .img-flex .text-block .name {
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em;}
  .target.college .img-flex .text-block .class {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;}
  .target.college .img-flex .text-block p:last-child {
    position: absolute;
    right: 3em;
    bottom: 1em;
    font-size: 1.2em;}
  .target.college .img-flex .text-block::before,
  .target.college .img-flex .text-block::after {
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;}
  .target.college .img-flex .text-block::before {
    right: 2em;
    bottom: 2.2em;
    transform: rotate(0deg);}
  .target.college .img-flex .text-block::after {
    right: 2em;
    bottom: 2.2em;
    transform: rotate(90deg);}
  .target.college .img-flex.close .text-block::before {
    transform: rotate(45deg);}
  .target.college .img-flex.close .text-block::after {
    transform: rotate(-45deg);}
.target.college .interview-qa-box {
  display: none;
  margin-top: 40px;
  overflow: hidden;
}
  .target.college .interview-qa-box .dl_interview {
    float: left;
    width: 48%;
    margin: 0 0 3% 4%;}
  .target.college .interview-qa-box .dl_interview:nth-child(2n + 1) {
    clear: both;
    margin: 0 0 3% 0;}
  .target.college .interview-qa-box .dl_interview dt {
    color: #000;
    font-weight: bold;
    padding: 5px 0 5px 30px;
    position: relative;
    font-size: 1.2em;
    min-height: 2.5em;}
  .target.college .interview-qa-box .dl_interview dt .text-q {
    color: #f39800;
    font-weight: bold;
    font-size: 1.6em;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 1;
    font-family: "Century Gothic";
    font-style: italic;}
  .target.college .interview-qa-box .dl_interview dd {
    margin: 0 auto 10px;
    font-size: 0.9em;
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    color: #000;
    line-height: 1.75;
    min-height: 6em;}
  .target.college .interview-qa-box .dl_interview dd a {
      color: #f39800;
      text-decoration: underline;}
.target.college .sec_achieve .sec-title {
  width: 55%;
  margin: 0 auto 2rem;
}
.target.college .sec_achieve .contents {
  background: #fff;
  padding: 5%;
}
  .target.college .sec_achieve .contents-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
    .target.college .sec_achieve .contents-flex .text_type {
      margin: 0 auto 20px;
    }
    .target.college .sec_achieve .contents-flex picture {
      display: block;
      margin: auto;
      width: 77%;
    }
  .target.college .sec_achieve .text_type {
    margin: 50px auto;}
  .target.college .sec_achieve .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    max-width: 710px;}
  .target.college .sec_achieve .flex .txt-box {
    color: #af7b1e;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5 !important;
    margin-bottom: 40px;
    text-align: center;}
  .target.college .sec_achieve .flex .txt-box span {
    color: #bc1200;
    font-size: 125%;}
  .target.college .sec_achieve .flex .img-box {
    margin: auto;
    width: 80%;}
  .target.college .sec_achieve dl + dl {
    margin-top: 40px;}
  .target.college .sec_achieve dl dt {
    background-image: linear-gradient(90deg, #3ebfe4, #1a93e7);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 5px 5px 8px;
    text-align: center;}
  .target.college .sec_achieve dl:nth-of-type(2) dt {
    background-image: linear-gradient(90deg, #ea7391, #e71a44);}
  .target.college .sec_achieve dl:last-of-type dt {
    background-image: linear-gradient(90deg, #a0afb5, #52595c);}
  .target.college .sec_achieve dl dd {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px 0;
    justify-content: center;
    margin: 0 -5px;}
  .target.college .sec_achieve dl dd figure {
    margin: 0 5px;
    width: calc(100% / 3 - 10px);}
.target section.scholarship {
  background: #FDF3E9;
}
  .target section.scholarship .sec-title {
    margin-bottom: 1rem;
  }
.target.college .block-ttl {
  background-image: linear-gradient(90deg, #f5aa00, #e07a00);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
  padding: 5px 5px 8px !important;
  text-align: center;
}
.target.college .scholarship .inner {
  max-width: 880px;
}
.target.college .block-content {
  background-color: #fff;
  padding: 20px;
}
  .target.college .block-content .button-wrapper {
    margin: 30px auto 10px;}
  .target.college .block-content .flex {
    display: flex;
    justify-content: space-between;}
  .target.college .block-content .price {
    align-items: flex-end;
    color: #000;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    line-height: 1 !important;
    justify-content: center;
    width: 50%;}
  .target.college .block-content .price .strong {
    color: #bc1200;
    font-size: 200%;}
  .target.college .block-content .price .tag {
    border-radius: 30px;
    color: #fff;
    font-size: 65%;
    margin-left: 5px;
    padding: 3px 15px 5px;}
  .target.college .block-content .box-flex {
    display: flex;
    justify-content: space-between;
    width: 50%;}
  .target.college .block-content .box-flex dl {
    width: 100%;}
  .target.college .block-content .box-flex dl.w50 {
    width: calc(100% / 2 - 5px);}
  .target.college .block-content .box-flex dt {
    background: #e5e5e5;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    text-align: center;}
  .target.college .block-content .box-flex dd {
    background: #f9f9f9;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;}
  .target.college .block-content .box-flex dd small {
    font-size: 75%;}
  .target.college .block-content .flex.width-change .price { width: 60%;}
  .target.college .block-content .flex.width-change .box-flex { width: 40%;}
.target.college .scholarship-copy {
  margin: 80px auto 30px;
}
  .target.college .scholarship-copy p {
    color: #fd9302;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5 !important;
    text-align: center;}
  .target.college .scholarship-copy ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;}
  .target.college .scholarship-copy ul li {
    background: #fd9302;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
    padding: 5px 15px 8px;
    text-align: center;}
.target.college .scholarship-head {
  background: #808080;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  padding: 15px;
  position: relative;
  text-align: center;
}
  .target.college .scholarship-head::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0px;
    right: 2rem;
    width: 12px;
    height: 12px;
    transform: rotate(135deg);
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;}
  .target.college .scholarship-head.close::before {
    top: 5px;
    transform: rotate(-45deg);}
.target.college .scholarship-box {
  background: #f9f9f9;
  color: #000;
  display: none;
  overflow: hidden;
  padding: 30px;
}
.target.college .scholarship-box .course-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .target.college .scholarship-box .course-box {
    border-bottom: dashed 1px #8e8e8e;
    padding: 30px 0;
    text-align: center;
    width: calc(100% / 2 - 20px);}
  .target.college .scholarship-box .course-head {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5 !important;
    margin-bottom: 20px;}
  .target.college .scholarship-box .course-box ul li {
    color: #bc1200;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35}
  .target.college .scholarship-box .course-box ul li + li {
    margin-top: 10px;}
  .target.college .scholarship-box .course-box ul li span {
    font-size: 150%;
    line-height: .75;
    padding-left: 10px;}
  .target.college .scholarship-box .course-box ul li small {
    display: block;
    font-size: 80%;}
  .target.college .scholarship-box .course-box .button-wrapper {
    margin: 30px auto 0;
    padding: 10px 10px 15px;}
  .target.college .scholarship-box .course-box .button-wrapper a {
    padding: 10px 10px 15px;}
.target.college .scholarship-box .flow-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .target.college .scholarship-box .flow-box {
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    text-align: center;
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 200px;}
  .target.college .scholarship-box .flow-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fdef97 transparent;
    border-width: 0px 0px 25px 25px;}
  .target.college .scholarship-box .flow-box figure {
    position: absolute;
    left: 10px;
    top: -10px;
    width: 72px;
    height: 18px;}
  .target.college .scholarship-box .flow-box .flow-head {
    color: #fd9302;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5 !important;
    text-align: center;
    min-height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;}
  .target.college .scholarship-box .flow-box .button-wrapper {
    margin: 10px auto;
    width: 100%;}
.target.college .opencampus .sec-title {
  width: 75%;
  margin: 0 auto 1rem;
}
.target.college .campus-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
  .target.college .campus-flex .block {
    margin: 30px 15px 0;
    position: relative;
    width: calc(100% / 2 - 30px);}
  .target.college .campus-flex .bg-grad {
    color: #fff;
    line-height: 3 !important;
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    margin: auto;}
  .target.college .campus-flex .bg-grad span {
    background-image: linear-gradient(90deg, #f5aa00, #e07a00);
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 10px 5px;}
  .target.college .campus-flex .txt-box {
    background-color: #fdf3e9;
    box-sizing: border-box;
    padding: 40px 20px;
    text-align: center;}
  .target.college .campus-flex .head {
    color: #000;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 80px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25 !important;}
  .target.college .campus-flex .time {
    color: #000;
    font-size: 22px;
    font-weight: bold;}
  .target.college .campus-flex .time span {
    position: relative;}
  .target.college .campus-flex .time span::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url(../img/for/icon-clock.svg) no-repeat left center/cover;}
  .target.college .campus-flex ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;}
  .target.college .campus-flex ul li {
    background-color: #fd9302;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 5px 8px;
    width: calc(100% / 2 - 10px);}
.target.college section.examination {
  background: #FDF3E9;
}
.target.college section.examination .sec-title {
  margin: 0 auto 1rem;
  width: 70%;
}
.target.college table {
  border-collapse: collapse;
  margin: auto;
  max-width: 880px;
  width: 100%;
}
  .target.college table th,
  .target.college table td {
    box-sizing: border-box;
    line-height: 1.5;
    padding: 40px 30px;}
  .target.college table th {
    background: #fd9302;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    color: #ffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 30%;
    vertical-align: middle;}
  .target.college table td {
    background: #fff;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    font-size: 18px;
    width: 70%;}
  .target.college table tr:first-child th {
    border-top: 1px solid #c1c1c1;}
  .target.college table tr:first-child td {
    border-top: 1px solid #c1c1c1;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;}
  .target.college table tr:first-child p {
    font-size: 18px;
    width: 60%;}
  .target.college table tr:first-child figure {
    width: 35%;}
.target.college .bg-grad_red {
  margin-bottom: -30px;
  text-align: center;
}
  .target.college .bg-grad_red span {
    background: linear-gradient(transparent 70%, #ffe05c 70%);
    color: #bc1200;
    font-size: 24px;
    font-weight: bold;
    padding: 0 .5em;
    position: relative;}
  .target.college .bg-grad_red span:before {
    content: "";
    position: absolute;
    transform: rotate(-35deg);
    left: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    background: #bc1200;}
  .target.college .bg-grad_red span:after {
    content: "";
    position: absolute;
    transform: rotate(35deg);
    right: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    background: #bc1200;}
@media only screen and (max-width: 769px){
  .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%;
  }
  .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.hsteacher h3.title_temp {
    font-size: 1.4em;
    gap: 0;
    padding-bottom: 0;
  }
  .target.hsteacher .sec01 .content-separater {
    width: 90%;
  }
  .target.hsteacher .sec01 .text_base {
    font-size: 1.2em;
    margin-bottom: .25em;
  }
  .target.hsteacher .sec01 .temp_box {
    padding: 8% 5% 10%;
  }
  .target.hsteacher .sec01 .temp_box_flex {
    grid-template-columns: 1fr;
  }
  .target.hsteacher .sec04 h3 {
    font-size: 1.2em;
    margin: 1.5em auto .5em;
    padding: .5em 0;
  }
  .target.hsteacher .sec04 .address {
    font-size: 14px;
  }
  .target.hsteacher .sec04 .temp_box {
    padding: 8% 5%;
    width: 80%;
  }
  .target.hsteacher .sec04 .temp_flex {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  .target.hsteacher .sec04 .temp_flex a {
    margin-top: 1em;
  }

  /* 高校3年制 */
  .target.student3 .text_strong {
    font-size: 22px;
    line-height: 1.5 !important;
    text-align: center;
  }
  .target.student3 section.course-link {
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #fdf3e9 10%, #fdf3e9 100%)
  }
  .target.student3 section.course-link .box {
    margin-top: 20px;
    width: calc(100% / 2 - 10px)
  }
  .target.student3 section.course-link a p {
    font-size: 1em;
  }
  .target.student3 section.course-link a.course-top::after {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .target.student3 section.course-link li {
    font-size: .8em;
    line-height: 1.35;
    margin-top: 5px;
  }
  .target.student3 section.course-link li::before {
    font-size: 0.7em;
  }

  /* 在校生・卒業生 */
  .target.graduater .sec-title {
    margin-bottom: 15px !important;
  }
  .target.graduater .text_base {
    text-align: left;
  }
  .target.graduater .flex {
    grid-template-columns: 1fr;
    margin: auto;
    width: 90%;
  }
  .target.graduater .flex .box {
    padding: 2em 1.5em;
  }

  /* 保護者の皆様へ */
  .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: flex;
    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 .list_point .point-title {
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
  }
  .target.guardian .block_guardian_flex {
    display: block;
  }
  .target.guardian .white-waku {
    margin: 0 auto 25px;
  }
  .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;
  }

  /* 再進学を検討 */
  .target .title_en {
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1em;
  }
  .target .title_en span {
    font-size: 0.5em;
  }
  .target.college section {
    padding: 40px 0;
  }
  .target.college .page-ttl .inner {
    width: 100%;
  }
  .target.college .pagejump {
    padding: 20px 0 5px;
  }
    .target.college .pagejump .flex-box {
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -2.5px;}
    .target.college .pagejump .flex-box li {
      margin: 0 2.5px 20px;
      width: calc(100% / 3 - 5px)}
    .target.college .pagejump .flex-box li a {
      font-size: 10px;}
  .target.college .sec-title {
    margin-bottom: 20px;}
    .target.college .sec-title h2 {
      font-size: 25px;}
    .target.college .sec-title p {
      font-size: 20px;
      margin: 5px 0 0;}
  .target.college .text_type {
    font-size: 22px;
  }
    .target.college .text_type:last-of-type {
      margin-top: 40px;}
  .target.college .button-wrapper {
    margin: 30px auto;
    max-width: 280px;
  }
    .target.college .button-wrapper a {
      font-size: 15px;
      padding: 10px 10px 12px;}
    .target.college .button-wrapper a::after {
      right: 1.5em;}
  .target.college .data::after {
    height: calc(50% + 95px);
  }
  .target.college .data-lead {
    padding-bottom: 35px;
  }
  .target.college .data-flex {
    display: block;
    padding-top: 35px;
  }
    .target.college .data-flex .txt-box {
      width: 100%;}
    .target.college .data-flex .bg-grad {
      line-height: 3 !important;
      text-align: center;}
    .target.college .data-flex .bg-grad span {
      font-size: 20px;}
    .target.college .data-flex .bg-line {
      font-size: 20px;
      text-align: center;}
    .target.college .data-flex .img-box {
      margin-top: 20px;
      width: 100%;}
    .target.college .data-flex .img-box small {
      text-align: right;}
  .target section.bg_orange .sec-title {
    width: 85%;
  }
  .target.college .area_interview {
    display: block;
    margin-top: 20px;
  }
  .target.college .img-flex .img-block {
    width: 100%;
  }
    .target.college .img-flex .img-block::before {
      content: none;}
    .target.college .img-flex .text-block {
      box-sizing: border-box;
      padding: 1em 1em 2.5em;
      width: 100%;}
    .target.college .img-flex .text-block p {
      font-size: 14px;}
    .target.college .img-flex .text-block p:last-child {
      font-size: 12px;
      right: 3em;
      bottom: 1em;}
    .target.college .img-flex .text-block .name {
      font-size: 18px;
      line-height: 1.35 !important;
      padding-bottom: 5px !important;}
    .target.college .img-flex .text-block .class {
      font-size: 14px;
      line-height: 1.2 !important;
      margin-bottom: .5em;}
    .target.college .img-flex .text-block::before,
    .target.college .img-flex .text-block::after {
      width: 10px;
      height: 1px;}
    .target.college .img-flex .text-block::before {
      right: 1.2em;
      bottom: 1.4em;}
    .target.college .img-flex .text-block::after {
      right: 1.2em;
      bottom: 1.4em;}
  .target.college .interview-qa-box {
    margin-top: 20px;
  }
    .target.college .interview-qa-box .dl_interview {
      float: none;
      width: 100%;
      margin: 0 0 20px 0;}
    .target.college .interview-qa-box .dl_interview:nth-child(2n + 1) {
      clear: both;
      margin: 0 0 20px 0;}
    .target.college .interview-qa-box .dl_interview dt {
      padding: 0 0 8px 20px;
      font-size: 1em;
      line-height: 1.6;
      min-height: inherit;}
    .target.college .interview-qa-box .dl_interview dt .text-q {
      font-size: 1.4em;}
    .target.college .interview-qa-box .dl_interview dd {
      font-size: 0.8em;
      padding: 10px;
      min-height: inherit;
      line-height: 1.6;}
  .target.college .sec_achieve .sec-title {
    margin-bottom: 1rem;
    width: 90%;
  }
  .target.college .sec_achieve .contents-flex {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .target.college .sec_achieve .contents-flex picture {
    width: 90%;
  }
  .target.college .sec_achieve .text_type {
    margin: 30px auto;
  }
  .target.college .sec_achieve .flex {
    display: block;
  }
    .target.college .sec_achieve .flex .txt-box {
      font-size: 22px;}
    .target.college .sec_achieve .flex .txt-box span {
      line-height: 1;}
    .target.college .sec_achieve .flex .img-box {
      margin-top: 15px;
      width: 100%;}
  .target.college .sec_achieve dl dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .target.college .sec_achieve dl dd {
    display: block;
    margin: auto;
  }
    .target.college .sec_achieve dl dd figure {
      margin: 15px 0 0;
      width: 100%;
    }
  .target.college .block-ttl {
    font-size: 20px;
    margin-top: 30px;
  }
  .target.college .block-content {
    padding: 15px;
  }
    .target.college .block-content .flex {
      display: block;}
    .target.college .block-content .price {
      font-size: 20px;
      justify-content: center;
      margin-bottom: 20px;
      width: 100%;
    }
    .target.college .block-content .box-flex {
      width: 100%;}
    .target.college .block-content .box-flex dt {
      font-size: 14px;}
    .target.college .block-content .box-flex dd {
      font-size: 18px;}
    .target.college .block-content .flex.width-change .price { width: 100%;}
    .target.college .block-content .flex.width-change .box-flex { width: 100%;}
  .target.college .scholarship-copy {
    margin: 30px auto 20px;
  }
    .target.college .scholarship-copy ul {
      margin-bottom: 10px;}
    .target.college .scholarship-copy ul li {
      font-size: 12px;
      margin: 0 2px;}
    .target.college .scholarship-copy p {
      font-size: 18px;}
  .target.college .scholarship-head {
    font-size: 14px;
    margin-top: 20px;
  }
    .target.college .scholarship-head::before {
      right: 18px;
      width: 8px;
      height: 8px;
    }
  .target.college .scholarship-box {
    padding: 15px;
  }
    .target.college .scholarship-box .course-flex {
      display: block;}
    .target.college .scholarship-box .course-box {
      padding: 15px 0;
      width: 100%;}
    .target.college .scholarship-box .course-box:last-child {
      border-bottom: none;
      padding-bottom: 0;}
    .target.college .scholarship-box .course-head {
      font-size: 16px;
      margin-bottom: 10px;}
    .target.college .scholarship-box .course-box ul li {
      font-size: 15px;}
    .target.college .scholarship-box .course-box ul li span {
      padding-left: 5px;}
    .target.college .scholarship-box .course-box ul li small {
      display: inline-block;
      padding-left: 5px;}
    .target.college .scholarship-box .course-box .button-wrapper {
      margin-top: 15px;}
    .target.college .scholarship-box .flow-flex {
      display: block;}
    .target.college .scholarship-box .flow-box {
      margin: 30px 0 0;
      min-height: auto;
      width: 100%;}
    .target.college .scholarship-box .flow-box p {
      font-size: 14px;}
    .target.college .scholarship-box .flow-box .flow-head {
      font-size: 16px;
      min-height: auto;}
  .target.college .opencampus .sec-title {
    width: 80%;
    margin-bottom: .5rem;
  }
  .target.college .campus-flex {
    display: block;
    margin: auto;
  }
    .target.college .campus-flex .block {
      margin: 30px 0 0;
      width: 100%;}
    .target.college .campus-flex .bg-grad {
      bottom: 0;
      top: 20px;
      display: flex;
      gap: 10px;
      flex-direction: column;
      justify-content: center;
      align-items: center;}
    .target.college .campus-flex .bg-grad span {
      font-size: 18px;}
    .target.college .campus-flex .txt-box {
      padding: 20px 10px 20px;}
    .target.college .campus-flex .head {
      font-size: 20px;
      min-height: auto;}
    .target.college .campus-flex .time {
      font-size: 16px;
      margin-top: 5px;}
    .target.college .campus-flex .time span::before {
      left: -22px;
      width: 18px;
      height: 18px;}
    .target.college .campus-flex ul {
      justify-content: center;}
    .target.college .campus-flex ul li {
      font-size: 12px;
      margin: 0 2.5px;
      padding: 5px 15px 8px;
      width: auto;}
  .target.college table th,
  .target.college table td {
    padding: 10px;
  }
    .target.college table th {
      font-size: 16px;}
    .target.college table td {
      font-size: 14px;}
    .target.college table tr:first-child td {
      display: block;}
    .target.college table tr:first-child p {
      font-size: 14px;
      width: 100%;}
    .target.college table tr:first-child figure {
      margin: 10px auto 0;
      width: 70%;}
  .target.college .bg-grad_red {
    margin-bottom: -20px;
  }
    .target.college .bg-grad_red span {
      font-size: 20px;}
}


/* 高校１・2年生 */
body[class*=student1_2] .main-visual {
  max-width: 1120px;
  margin: auto;
}
body[class*=student1_2] .main-visual img {
  width: 100%;
}
body[class*=student1_2] .margin-wrap {
  max-width: 1120px;
  margin: auto;
  width: 90%;
}
body[class*=student1_2] section {
  margin: 6em auto;}
body[class*=student1_2] .arrow-wrapper .text {
  color: #EC881E;
  font-size: clamp(1.25rem, 1.1081rem + 0.3784vw, 1.625rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
body[class*=student1_2] .arrow-wrapper .arrow {
  padding-bottom: 20px;
  margin: auto;
  z-index: 2;
  display: block;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #f39800;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
body[class*=student1_2] .arrow-wrapper .arrow span {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #f39800;
  border-bottom: 1px solid #f39800;
}
body[class*=student1_2] .sub-title {
  padding-bottom: 10px;
  padding-top: 30px;
  position: relative;
}
body[class*=student1_2] .sub-title .heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
body[class*=student1_2] .sub-title .heading span {
  position: relative;
  color: #EC881E;
}
body[class*=student1_2] .sub-title .heading span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  transform: rotate(-40deg);
  top: 0;
  bottom: 0;
  left: -10%;
  margin: auto;
  background-color: #EC881E;
}
body[class*=student1_2] .sub-title .heading span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  transform: rotate(40deg);
  top: 0;
  bottom: 0;
  right: -10%;
  margin: auto;
  background-color: #EC881E;
}
body[class*=student1_2] .sub-title::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-linear-gradient(left, #f39800 50%, #dbdbdb 50%);
  background: -o-linear-gradient(left, #f39800 50%, #dbdbdb 50%);
  background: linear-gradient(to right, #f39800 50%, #dbdbdb 50%);
}
body[class*=student1_2] .sub-title img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}
body[class*=student1_2] .sub-title h2 {
  text-align: center;
  font-size: 42px;
  line-height: 1.5;
}
body[class*=student1_2] .sub-title h2 span {
  color: #f39800;
  font-size: 60px;
}
body[class*=student1_2] .merit-title {
  max-width: 900px;
  margin: 5em auto 0;
}
body[class*=student1_2] .merit-title .merit-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
body[class*=student1_2] .merit-title .merit-flex .num-box {
  width: 10%;
  margin-right: 10px;
  box-sizing: border-box;
  position: relative;
}
body[class*=student1_2] .merit-title .merit-flex .num-box::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f39800;
}
body[class*=student1_2] .merit-title .merit-flex .num {
  text-align: center;
  font-size: 50px;
  font-family: "Heebo", sans-serif;
  color: #4d4d4d;
  line-height: 1;
}
body[class*=student1_2] .merit-title .merit-flex .num span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
body[class*=student1_2] .merit-title .merit-flex .merit-text {
  width: auto;
  margin-bottom: 5px;
}
body[class*=student1_2] .merit-title .merit-flex .merit-text .text {
  color: #EC881E;
  font-size: 30px;
  font-weight: bold;
}
body[class*=student1_2] .merit-title .desire {
  width: 95%;
  margin: 3em auto;
  padding: 2em 0;
  background-color: #FFE7CA;
}
body[class*=student1_2] .merit-title .desire .desire-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body[class*=student1_2] .merit-title .desire .desire-flex .box {
  width: 45%;
}
body[class*=student1_2] .sub-title-text .text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: -1em;
}
body[class*=student1_2] .check-box .text {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 2.3em;
  line-height: 2;
}
body[class*=student1_2] .check-box .text::before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 20px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 3%;
  margin: auto;
}
body[class*=student1_2] .check-box .text.orange-check::before {
  background-image: url(../img/support-guide/check-btn03.png);
}
body[class*=student1_2] .visit-oc {
  position: relative;
  margin-top: 3em;
}
body[class*=student1_2] .visit-oc .btn {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
body[class*=student1_2] .btn {
  width: 100%;
  max-width: 350px;
  margin: 15px auto;
}
body[class*=student1_2] .btn a {
  background-color: #fff;
  display: block;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  color: #f39800;
  border: 1px solid #f39800;
  width: 100%;
}
body[class*=student1_2] .btn a::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #f39800;
  border-right: 1px solid #f39800;
}
body[class*=student1_2] .btn a.bg-orange {
  color: #fff;
  border: 1px solid #f39800;
  background-color: #f39800;
}
body[class*=student1_2] .btn a.bg-orange::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
body[class*=student1_2] .btn a.bg-orange:hover {
  color: #f39800;
  background-color: #fff;
}
body[class*=student1_2] .btn a:hover {
  background: #f39800;
  color: #fff;
}
body[class*=student1_2] .btn a.green {
  color: #00b900;
  border: 1px solid #00b900;
}
body[class*=student1_2] .btn a.green::after {
  border-top: 1px solid #00b900;
  border-right: 1px solid #00b900;
}
body[class*=student1_2] .btn a.green:hover {
  background-color: #00b900;
  color: #fff;
}
body[class*=student1_2] .btn a.purple {
  color: #c42e87;
  border: 1px solid #c42e87;
}
body[class*=student1_2] .btn a.purple::after {
  border-top: 1px solid #c42e87;
  border-right: 1px solid #c42e87;
}
body[class*=student1_2] .btn a.purple:hover {
  background-color: #c42e87;
  color: #fff;
}
body[class*=student1_2] .btn a.red {
  color: #fff;
  border: 1px solid #ff0000;
  background-color: #ff0000;
}
body[class*=student1_2] .btn a.red::before {
  content: "";
  position: absolute;
  background-image: url(../img/for/student1_2/youtube.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  border: 3px solid #ff0000;
  border-radius: 50%;
}
body[class*=student1_2] .btn a.red::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
body[class*=student1_2] .btn a.red:hover {
  background-color: #fff;
  color: #ff0000;
}
body[class*=student1_2] .orange {
  color: #f39800;
}
body[class*=student1_2] .green {
  color: #00b900;
}
body[class*=student1_2] .purple {
  color: #c42e87;
}
body[class*=student1_2] .ta_c {
  text-align: center;
}

body[class*=student1_2] .sec01 .flex-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2em;
}
body[class*=student1_2] .sec01 .flex-box .box {
  box-sizing: border-box;
  width: 31%;
  margin: 2% 1%;
}
body[class*=student1_2] .sec01 .merit-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
body[class*=student1_2] .sec01 .merit-flex .num-box {
  width: 15%;
  margin-right: 10px;
  box-sizing: border-box;
  position: relative;
}
body[class*=student1_2] .sec01 .merit-flex .num-box::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f39800;
}
body[class*=student1_2] .sec01 .merit-flex .num-box .num {
  text-align: center;
  font-size: 30px;
  color: #4d4d4d;
  line-height: 1.1;
  font-family: "Heebo", sans-serif;
}
body[class*=student1_2] .sec01 .merit-flex .num-box .num span {
  display: block;
  font-size: 11px;
}
body[class*=student1_2] .sec01 .merit-flex .merit-text {
  width: 80%;
}
body[class*=student1_2] .sec01 .merit-flex .merit-text .text {
  color: #f39800;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
body[class*=student1_2] .sec01 .text-box {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
body[class*=student1_2] .sec01 .text-box::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #f39800;
}
body[class*=student1_2] .sec01 .text-box .text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: -1px;
}
body[class*=student1_2] .sec01 .text-box .text span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

body[class*=student1_2] .sec02 .margin-wrap {
  max-width: 1000px;
}
body[class*=student1_2] .sec02 .request {
  background-image: url(../img/for/student1_2/bg02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
body[class*=student1_2] .sec02 .request .request-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body[class*=student1_2] .sec02 .request .request-flex .box {
  box-sizing: border-box;
  width: 40%;
  margin: 1%;
}
body[class*=student1_2] .sec02 .request .request-flex .box:nth-child(2){
  background: rgba(255, 255, 255, 0.9);
  padding: 1% 3%;
  width: 50%;
}
body[class*=student1_2] .sec02 .request .request-flex .box .text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
body[class*=student1_2] .sec02 .request .request-flex .box .text span {
  font-size: 46px;
  background: -webkit-linear-gradient(transparent 60%, #FFE7CA 0%);
  background: -o-linear-gradient(transparent 60%, #FFE7CA 0%);
  background: linear-gradient(transparent 60%, #FFE7CA 0%);
}
body[class*=student1_2] .sec02 .sns-wrapper {
  background-image: url(../img/for/student1_2/bg_orange.png);
  background-size: 80px 40px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
body[class*=student1_2] .sec02 .sns-wrapper .sns {
  margin: 3em auto 0;
  max-width: 1100px;
  width: 100%;
  position: relative;
  padding: 1.5em 0;
}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1em;
}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .box {
  width: 40%;
  box-sizing: border-box;
  padding: 1% 0.5%;
  margin: 1%;
  background-color: #fff;
}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .box .action {
  text-align: center;
}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .box .action.under_green {
  border-bottom: 2px solid #00b900;}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .box .action.under_purple {
  border-bottom: 2px solid #c42e87;}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .sns-icon {
  color: #000;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 25px 0;
}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .sns-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .sns-icon.line::before {
  left: -25%;
  background-image: url(../img/for/student1_2/line.png);
}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .sns-icon.instagram::before {
  left: -15%;
  background-image: url(../img/for/student1_2/insta.png);
}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .snsinfo-flex {
  display: flex;
  margin-top: 1em;
  align-items: center;
}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .text-box {
  width: 72%;}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .text-box .text {
  line-height: 1.5;}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .text-box .text:nth-child(1){
  margin-bottom: 10px;}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .text-box .text.green-check::before {
  background-image: url(../img/for/student1_2/check-btn01.png);}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .text-box .text.purple-check::before {
  background-image: url(../img/for/student1_2/check-btn02.png);}
body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .img-box {
  width: 22.5%;}
body[class*=student1_2] .sec02 .channel-wrapper {
  background: linear-gradient(180deg, #fff 0%, #fff 15%, #fdf3e9 15%, #fdf3e9 100%);
  margin: 0 calc(50% - 50vw);
  padding-bottom: 3em;
  width: 100vw;
}
body[class*=student1_2] .sec02 .channel {
  max-width: 992px;
  width: 100%;
  margin: auto;
}
body[class*=student1_2] .sec02 .channel .video-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body[class*=student1_2] .sec02 .channel .video-flex .box {
  margin-bottom: 5%;
  width: 48%;
}
body[class*=student1_2] .sec02 .channel .video-flex .box .title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
body[class*=student1_2] .sec02 .channel .video-flex .box .title.orange {
  color: #EC881E;
}
body[class*=student1_2] .sec02 .channel .video-flex .box .title .under_yellow {
  background: -webkit-linear-gradient(transparent 50%, #FFFA3E 0%);
  background: -o-linear-gradient(transparent 50%, #FFFA3E 0%);
  background: linear-gradient(transparent 50%, #FFFA3E 0%);
}
body[class*=student1_2] .sec02 .channel .video-flex .box .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body[class*=student1_2] .sec02 .channel .video-flex .box .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body[class*=student1_2] .sec04 .point {
  width: 90%;
  margin: 4em auto 0;
}
body[class*=student1_2] .sec04 .point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 0 0 3rem;
}
body[class*=student1_2] .sec04 .point__list-item {
  transform: skewX(-10deg);
}
body[class*=student1_2] .sec04 .point__list-item a {
  background-color: #FDE4C2;
  display: grid;
  width: calc(100% - 2rem);
  height: calc(220px - 2rem);
  flex-direction: column;
  position: relative;
  transition: opacity 0.3s ease;
  padding: 1rem 1rem 3rem;
}
body[class*=student1_2] .sec04 .point__list-item a:hover {
  opacity: 0.7;
}
body[class*=student1_2] .sec04 .point__list-item a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 4vw;
  height: 4vw;
  background-image: url("../img/home/arrow_right_point.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  right: 0;
  bottom: 0;
}
body[class*=student1_2] .sec04 .point__list-item .icon {
  border: none;
  position: absolute;
  width: 10vw;
  max-width: 135px;
  min-width: 55px;
  right: 1rem;
  top: 1rem;
  transform: skewX(10deg);
}
body[class*=student1_2] .sec04 .point__list-item .num {
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(1.875rem, 1.1891rem + 1.829vw, 3.6875rem);
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  opacity: 0.74;
}
body[class*=student1_2] .sec04 .point__list-item .txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, 0.6689rem + 0.8829vw, 1.875rem);
  font-weight: 600;
  color: #727171;
}

body[class*=student1_2] .sec05 .content-separater {
  background: linear-gradient(180deg, #fff 0%, #fff 15%, #fdf3e9 15%, #fdf3e9 100%);
  margin: 3em calc(50% - 50vw) 0;
  padding-bottom: 5em;
  width: 100vw;
}
body[class*=student1_2] .sec05 .flex-box img {
  width: 100%;
}
body[class*=student1_2] .sec05 .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: auto;
  width: 90%;
}
body[class*=student1_2] .sec05 .flex-box .box {
  margin-top: 30px;
  width: calc(100% / 3 - 20px);
}
body[class*=student1_2] .sec05 .flex-box a.course-top {
  position: relative;
}
body[class*=student1_2] .sec05 .flex-box a.course-top::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(../img/course/arrow01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}
body[class*=student1_2] .sec05 .flex-box a p {
  background: #4398cd;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 10px;
}
body[class*=student1_2] .sec05 .flex-box li {
  font-weight: bold;
  margin-top: 8px;
  padding-left: 1em;
  position: relative;
}
body[class*=student1_2] .sec05 .flex-box li::before {
  content: "●";
  position: absolute;
  color: #4398cd;
  left: 0;
  top: 1px;
  font-size: 0.9em;
}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(2) a.course-top::after {
  background-image: url(../img/course/arrow02.png);}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(2) a p {
  background: #dc5973;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(2) li::before {
  color: #dc5973;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(3) a.course-top::after {
  background-image: url(../img/course/arrow03.png);}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(3) a p {
  background: #8c989f;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(3) li::before {
  color: #8c989f;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(4) a.course-top::after {
  background-image: url(../img/course/arrow04.png);}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(4) a p {
  background: #c59f4d;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(4) li::before {
  color: #c59f4d;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(5) a.course-top::after {
  background-image: url(../img/course/arrow05.png);}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(5) a p {
  background: #57A45E;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(5) li::before {
  color: #57A45E;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(6) a.course-top::after {
  background-image: url(../img/course/arrow06.png);}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(6) a p {
  background: #e88d24;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(6) li::before {
  color: #e88d24;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(7) a.course-top::after {
  background-image: url(../img/course/arrow07.png);}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(7) a p {
  background: #9d478e;}
body[class*=student1_2] .sec05 .flex-box .box:nth-child(7) li::before {
  color: #9d478e;}

body[class*=student1_2] .sec06 .qa-wrapper {
  margin-top: 5em;
}
body[class*=student1_2] .sec06 .qa {
  max-width: 992px;
  width: 100%;
  margin: auto;
}
body[class*=student1_2] .sec06 .qa-list .list-q {
  padding: 2em 0 2em 4em;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  color: #000;
}
body[class*=student1_2] .sec06 .qa-list .list-q::before {
  content: "";
  background-image: url(../img/for/student1_2/question.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body[class*=student1_2] .sec06 .qa-list .list-a {
  color: #000;
  padding: 0 0 2em 5.5em;
  position: relative;
  line-height: 1.8;
}
body[class*=student1_2] .sec06 .qa-list .list-a::before {
  content: "";
  background-image: url(../img/for/student1_2/answer.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
}
body[class*=student1_2] .sec06 .qa-list .list-a .bg {
  background-color: #f4f4f4;
  padding: 1.5% 2.5%;
}
body[class*=student1_2] .sec06 .qa-list .list-a a {
  display: inline-block;
  color: #29a0d7;
  text-decoration-line: underline;
}
body[class*=student1_2] .sec06 .qa-list .list-a span {
  font-size: 22px;
  font-weight: bold;
}
body[class*=student1_2] .sec06 .qa-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 992px;
  margin: 3em auto 0;
}
body[class*=student1_2] .sec06 .qa-flex .box {
  width: 48%;
  padding: 3% 0;
  position: relative;
}
body[class*=student1_2] .sec06 .qa-flex .box.border-green {
  border: 1px solid #00b900;}
body[class*=student1_2] .sec06 .qa-flex .box.border-purple {
  border: 1px solid #c42e87;}
body[class*=student1_2] .sec06 .qa-flex .box.border-green::after {
  content: "";
  background-image: url(../img/for/student1_2/sns-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 96px;
  height: 96px;
  position: absolute;
  top: -10%;
  right: -5%;
}
body[class*=student1_2] .sec06 .qa-flex .box.border-purple::after {
  content: "";
  background-image: url(../img/for/student1_2/sns-03.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 96px;
  height: 96px;
  position: absolute;
  top: -10%;
  right: -5%;
}
body[class*=student1_2] .sec06 .qa-flex .box .qa-info {
  text-align: center;}
body[class*=student1_2] .sec06 .qa-flex .box .qa-info h4 {
  display: inline-block;
  position: relative;
}
body[class*=student1_2] .sec06 .qa-flex .box .qa-info h4.line::before {
  left: -30%;
  background-image: url(../img/for/student1_2/line.png);
}
body[class*=student1_2] .sec06 .qa-flex .box .qa-info h4.instagram::before {
  left: -22%;
  background-image: url(../img/for/student1_2/insta.png);
}
body[class*=student1_2] .sec06 .qa-flex .box .qa-info h4::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
body[class*=student1_2] .sec06 .qa-flex .box .text {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 0.7em;
}
@media only screen and (max-width: 769px){
  body[class*=student1_2] .main-visual {
    margin-top: 50px;}
  body[class*=student1_2] .arrow-wrapper {
    margin: 2em auto;}
  body[class*=student1_2] .sub-title {
    padding-top: 10px;}
  body[class*=student1_2] .sub-title h2 {
    font-size: 20px;}
  body[class*=student1_2] .sub-title h2 span {
    font-size: 30px;}
  body[class*=student1_2] .sub-title img {
    top: -80%;}
  body[class*=student1_2] .sub-title .heading {
    font-size: 14px;}
  body[class*=student1_2] .sub-title-text .text {
    font-size: 16px;
    margin-top: 2em;
  }
  body[class*=student1_2] .btn {
    width: 90%;
  }
  body[class*=student1_2] .visit-oc {
    max-width: 600px;
    width: 95%;
    margin: 3em auto 0;
  }
  body[class*=student1_2] .visit-oc .btn {
    bottom: 9%;
    left: 0;
    right: 0;
    margin: auto;
  }

  body[class*=student1_2] .merit-title {
    max-width: 400px;
    margin: 3em auto 0;
  }
  body[class*=student1_2] .merit-title .merit-flex {
    align-items: center;}
  body[class*=student1_2] .merit-title .merit-flex .num-box {
    width: 15%;
    margin-right: 0;
  }
  body[class*=student1_2] .merit-title .merit-flex .num {
    font-size: 32px;}
  body[class*=student1_2] .merit-title .merit-flex .num span {
    font-size: 12px;}
  body[class*=student1_2] .merit-title .merit-flex .merit-text {
    width: 75%;
    padding-left: 5%;
    margin-bottom: 0;
  }
  body[class*=student1_2] .merit-title .merit-flex .merit-text .text {
    font-size: 18px;
    line-height: 25px;
  }
  body[class*=student1_2] .merit-title .desire {
    padding: 1em 0;
    margin: 2em auto;
  }
  body[class*=student1_2] .merit-title .desire .desire-flex .box {
    width: 95%;
    text-align: center;
  }
  body[class*=student1_2] .check-box .text {
    font-size: 13.42px;
    padding-left: 2.5em;
  }
  body[class*=student1_2] .merit-title .desire .desire-flex .box .text {
    display: inline-block;
  }

  body[class*=student1_2] .sec01 .flex-box .box {
    margin: 2% 0 0;
    width: 100%;
  }
  body[class*=student1_2] .sec01 .text-box {
    margin-bottom: 30px;
  }

  body[class*=student1_2] .sec02 .request {
    background-image: url(../img/for/student1_2/bg02_sp.jpg);}
  body[class*=student1_2] .sec02 .request .request-flex .box {
    width: 100%;
    margin: 1% 0;
  }
  body[class*=student1_2] .sec02 .request .request-flex .box:nth-child(2) {
    width: 100%;
    margin: 1% auto;
    padding: 4% 0 2%;
  }
  body[class*=student1_2] .sec02 .request .request-flex .box .text {
    font-size: 15px;}
  body[class*=student1_2] .sec02 .request .request-flex .box .text span {
    font-size: 32px;}
  body[class*=student1_2] .sec02 .sns-wrapper .sns {
    max-width: 400px;
    width: 91%;
    padding: 2em 0;
    margin: 2em auto 0;
  }
  body[class*=student1_2] .sec02 .sns-wrapper .sns-flex {
    margin-top: 0;}
  body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .box {
    width: 100%;
    margin: 1% 0 10%;
    padding: 1%;
  }
  body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .box.margin {
    margin: 0;
    padding: 0;
  }
  body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .sns-icon {
    font-size: 15px;
    padding: 5%;
  }
  body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .sns-icon::before {
    width: 25px;
    height: 25px;
  }
  body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .sns-icon.line::before {
    left: -7%;}
  body[class*=student1_2] .sec02 .sns-wrapper .sns-flex .sns-icon.instagram::before {
    left: -4.5%;}
  body[class*=student1_2] .sec02 .channel {
    width: 90%;
    max-width: 400px;
  }
  body[class*=student1_2] .sec02 .channel .video-flex .box {
    margin-bottom: 2.5em;
    width: 100%;
  }

  body[class*=student1_2] .sec04 .point {
    margin-top: 2em;
  }
  body[class*=student1_2] .sec04 .point__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding: 0;
  }
  body[class*=student1_2] .sec04 .point__list-item:last-of-type {
    width: 100%;
  }
  body[class*=student1_2] .sec04 .point__list-item a {
    display: flex;
    height: 28vw;
    min-height: 100px;
    padding: .5rem .5rem 1rem;
    width: calc(100% - 1rem);
  }
  body[class*=student1_2] .sec04 .point__list-item a::before {
    width: 10vw;
    height: 10vw;
  }
  body[class*=student1_2] .sec04 .point__list-item .icon {
    top: .75rem;}

  body[class*=student1_2] .sec05 .content-separater {
    margin-top: 1em;
    padding-bottom: 2.5em;
  }
  body[class*=student1_2] .sec05 .flex-box .box {
    margin-top: 20px;
    width: calc(100% / 2 - 10px);
  }
  body[class*=student1_2] .sec05 .flex-box a p {
    font-size: 1em;
    padding: 5px 8px 8px;
  }
  body[class*=student1_2] .sec05 .flex-box li {
    font-size: .8em;
    line-height: 1.35;
    margin-top: 5px;
  }
  body[class*=student1_2] .sec05 .flex-box li::before {
    font-size: 0.7em;
  }

  body[class*=student1_2] .sec06 .qa-wrapper {
    margin-top: 2em;
  }
  body[class*=student1_2] .sec06 .qa-list .list-q {
    font-size: 14px;
    padding: 2em 0 2em 3.5em;
  }
  body[class*=student1_2] .sec06 .qa-list .list-q::before {
    width: 30px;
    height: 30px;
  }
  body[class*=student1_2] .sec06 .qa-list .list-a {
    font-size: 12px;
    padding: 0 0 2em 3.5em;
  }
  body[class*=student1_2] .sec06 .qa-list .list-a::before {
    width: 30px;
    height: 30px;
  }
  body[class*=student1_2] .sec06 .qa-list .list-a span {
    font-size: 14px;
  }
  body[class*=student1_2] .sec06 .qa-flex {
    margin: 3em auto 0;
    width: 95%;
  }
  body[class*=student1_2] .sec06 .qa-flex .box {
    width: 100%;
    padding: 5% 0;
  }
  body[class*=student1_2] .sec06 .qa-flex .box.border-green::after {
    width: 71px;
    height: 71px;
    top: -20%;
    right: -3%;
  }
  body[class*=student1_2] .sec06 .qa-flex .box.border-purple::after {
    width: 71px;
    height: 71px;
    top: -20%;
    right: -3%;
  }
  body[class*=student1_2] .sec06 .qa-flex .box.border-green {
    margin-bottom: 4em;
  }
  body[class*=student1_2] .sec06 .qa-flex .box .qa-info h4 {
    font-size: 14px;
  }
  body[class*=student1_2] .sec06 .qa-flex .box .qa-info h4.line::before {
    width: 25px;
    height: 25px;
    left: -30%;
  }
  body[class*=student1_2] .sec06 .qa-flex .box .qa-info h4.instagram::before {
    width: 25px;
    height: 25px;
    left: -20%;
  }
  body[class*=student1_2] .sec06 .qa-flex .box .text {
    font-size: 26px;
  }
  body[class*=student1_2] .sec06 .qa-flex .box .text.padding {
    padding: 0.7em 0;
  }
}
