@charset "UTF-8";
:root {
  --jhm-color: #B9B1DD;  /* ベースカラー */
  --jhm-color-dark: #e7213f; /* ボタンに使用 */
  --jhm-color-thin: #00000020; /* 今は不使用 */
  --jhm-color-text: #8469a8; /* 今は不使用 */
  --jhm-color-shadow: #786DA840; /* ボタンの影 */
  --beige-color:#D48D75; /* ベージュ */

  --aie-color: #c5edff; /* ベースカラー */
  --aie-color-dark: #c5edff; /* ボタンにカラー */
  --aie-color-dark2: #559ec5; /* 今は不使用 */
  --aie-color-thin: #C0D3E6; /* 今は不使用 */
  --aie-color-text:#6C9DC5; /* 今は不使用 */
  --aie-color-shadow:#B3997020; /* ボタンの影 */
  --aie-color-table-head:#ffe0e4; /* 入試概要 */
}
/* 追加要素用CSS */
/* 改行用 */
.br1440on {
  display: none;
}

.br1024on {
  display: none;
}

.br768on {
  display: none;
}

.br480on {
  display: none;
}

.br375on {
  display: none;
}

/* レスポンシブ時の切り替え用 */
.sp1440on {
  display: none;
}

.sp1024on {
  display: none;
}

.sp768on {
  display: none;
}

.sp480on {
  display: none;
}

.sp375on {
  display: none;
}

@media screen and (max-width: 1440px) {
  .br1440off {
    display: none;
  }

  .sp1440off {
    display: none;
  }

  .br1440on {
    display: block;
  }

  .sp1440on {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .br1024off {
    display: none;
  }

  .sp1024off {
    display: none;
  }

  .br1024on {
    display: block;
  }

  .sp1024on {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br768off {
    display: none;
  }

  .sp768off {
    display: none;
  }

  .br768on {
    display: block;
  }

  .sp768on {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .br480off {
    display: none;
  }

  .sp480off {
    display: none;
  }

  .br480on {
    display: block;
  }

  .sp480on {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .br375off {
    display: none;
  }

  .sp375off {
    display: none;
  }

  .br375on {
    display: block;
  }

  .sp375on {
    display: block;
  }
}

body {
  word-break: break-word;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.common_info {
  background-color: #bba953 !important;
}

.aie_info {
  background-color: var(--aie-color) !important;
}

.jhm_info {
  background-color: var(--jhm-color);
}

@font-face {
  font-family: "kb1";
  src: url("../fonts/koburina_std_w1.woff") format("woff");
}

@font-face {
  font-family: "kb3";
  src: url("../fonts/koburina_std_w3.woff") format("woff");
}

@font-face {
  font-family: "kb6";
  src: url("../fonts/koburina_std_w6.woff") format("woff");
}

.kb1 {
  font-family: "kb1";
}

.kb2 {
  font-family: "kb3";
}

.kb3 {
  font-family: "kb6";
}

.l-header.fixed-header {
  position: fixed;
  top: 20px;
  z-index: 1111111;
  width: 93%;
  max-width: 1260px;
  left: 0;
  right: 0;
  border-radius: 10px;
  min-width: 1024px;
}

@media (max-width: 768px) {
  .l-header.fixed-header {
    display: block !important;
    min-width: inherit;
  }
  .p-header {
    padding: 8px 12px;
    padding-top: 8px;
    border-radius: 10px;
  }
  .p-drawer__logo {
    height: 120px;
  }
}

.home .home-intro.-i .home-intro__row3 .btn,
.home .home-intro.-j .home-intro__row3 .btn {
  position: relative;
}

.home .home-intro.-i .home-intro__row3 .btn::after,
.home .home-intro.-j .home-intro__row3 .btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  right: 0;
  left: 0;
  top: -15px;
  margin: auto;
}

.home .home-intro.-i .home-intro__row3 .btn::after {
  background-color: #000;
}

.home .home-intro.-j .home-intro__row3 .btn::after {
  background-color: #fff;
}

.home .fac-slick {
  max-width: 900px;
  margin-bottom: 3rem;
}

.home .fac-slick .img {
  margin-bottom: 0 !important;
}

.home .fac-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  cursor: pointer;
}

.home .fac-slick .slick-arrow.prev {
  left: -15px;
  background-image: url(../img/new/n_arrow_b.svg);
  transform: rotate(-180deg);
  height: 12px;
}

.home .fac-slick .slick-arrow.next {
  right: -15px;
  background-image: url(../img/new/n_arrow_b.svg);
  height: 12px;
}

.home .news .news_wrap_list .news_list_item .list_item .info {
  width: 28%;
  min-width: 310px;
}

.home .news .news_wrap_list .news_list_item .text {
  width: 72%;
}

.home .news .news_wrap_list .news_list_item .text .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .front-footer .p-cta {
    display: none;
  }
}

footer .p-logo-sns__logo .logo:first-child {
  max-width: 270px;
}

footer small {
  letter-spacing: 0.8px;
}

.p-header__nav li:hover .ac-menu {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 18px);
  padding: 0;
  border-radius: 10px;
}

.p-header__nav li .ac-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  background: linear-gradient(to right, #c5edff 0%, #c5edff 50%, #e7213f 50%, #e7213f 100%);
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  padding: 0;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.p-header__nav li .ac-menu.p3 {
  background: linear-gradient(to right, #c5edff 0%, #c5edff 33.333%, #e7213f 33.333%, #e7213f 66.666%, #fff 66.666%, #ffff 100%);
}

.p-header__nav li .ac-menu.jhm {
  background: linear-gradient(to right, #e7213f 0%, #e7213f 50%, #c5edff 50%, #c5edff 100%);
}

/* .p-header__nav li .ac-menu.p2 .school-box.j {
  background-color: #222222;
}
.p-header__nav li .ac-menu.p2 .school-box.i {
  background-color: #00ADB9;
} */

.p-header__nav li .ac-menu .school-box {
  display: flex;
}

.p-header__nav li .ac-menu.p1 {
  max-width: 50%;
  right: auto;
}

.p-header__nav li .ac-menu.p1 .school-box {
  width: 100%;
}

.p-header__nav li .ac-menu.p2 .school-box {
  width: 50%;
  padding: 16px 2%;
}

.p-header__nav li .ac-menu.p2 .school-box:first-child {
  margin-right: 0;
}

.p-header__nav li .ac-menu.p3 .school-box {
  width: calc(100% / 3);
  margin-right: 0;
  padding: 16px 2%;
}

.p-header__nav li .ac-menu.p3 .school-box:last-child {
  margin-right: 0%;
}

.p-header__nav li .ac-menu .school-box .school-name {
  width: 66px;
}
.p-header__nav li .ac-menu.p6 .school-box.j .school-name {
  width: 76px;
}

.p-header__nav li .ac-menu .school-box .school-name p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}
.p-header__nav li .ac-menu .school-box.i .school-name p {
  color: #000;
}

.p-header__nav li .ac-menu .school-box .common-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 66px);
  gap: 16px 2%;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
.p-header__nav li .ac-menu.p3 .school-box.j .common-list {
  width: calc(100% - 76px);
}

.p-header__nav li .ac-menu.p3 .school-box.i-j .common-list {
  border-left: 1px solid #000;
}

.p-header__nav li .ac-menu.p3 .school-box .common-list {
  width: 100%;
}
.p-header__nav li .ac-menu.p3 .school-box .common-list .list-item {
  width: 90%;
  max-width: 220px;
}

.p-header__nav li .ac-menu .school-box .common-list .list-item {
  width: 49%;
  height: fit-content;
}

.p-header__nav li .ac-menu .school-box .common-list .list-item a {
  padding: 0 0 0 25px;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  font-weight: 400;
  color: #fff;
  border: 1px solid;
  padding: 0.8em;
  padding-left: 1.8em;
  border-radius: 5px;
}
.p-header__nav li .ac-menu .school-box.i .common-list .list-item a {
  color: #000;
}
.p-header__nav li .ac-menu .school-box .common-list.fz14 .list-item a {
  padding-left: 1.5em;
  line-height: 1.4;
  font-size: 1.3rem;
}

.p-header__nav li .ac-menu .school-box .common-list .list-item a::before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  /* left: 12px; */
  left: 8px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-header__nav li .ac-menu .school-box.i-j .school-name p ,
.p-header__nav li .ac-menu .school-box.i-j .common-list .list-item a {
  color: #000;
}

.p-header__nav li .ac-menu .school-box.i-j .common-list .list-item a::before {
  background-image: url(../img/arrow-ij.png);
}


.p-header__nav li .ac-menu .school-box.i .common-list .list-item a::before {
  /* background-image: url(../img/arrow-i.png); */
}


.p-header__nav li .ac-menu .school-box.j .common-list .list-item a::before {
  background-image: url(../img/arrow-j.png);
}

.ac-click-menu {
  display: none;
}

.ac-click-menu .school-box .school-name {
  padding: 10px 25px;
}

.ac-click-menu .school-box .school-name p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.ac-click-menu .school-box.i .school-name p {
  color: #000;
}

.ac-click-menu .school-box.i .school-name {
  background-color: #c5edff;
}

.ac-click-menu .school-box.j .school-name {
  background-color: #e7213f;
}

.ac-click-menu .school-box.i-j .school-name {
  background-color: #F5F5F5;
}

.ac-click-menu .school-box .common-list a {
  font-size: 12px;
  padding: 10px 25px;
  background-color: #fff;
  color: #333;
}

.p-drawer__list .list-item > a:hover {
  opacity: 1;
}

.p-drawer__logo {
  visibility: hidden;
}

.p-drawer__list .list2 {
  flex-wrap: wrap;
}

.p-drawer__list .list2 li {
  padding: 1.5rem 1rem;
  width: 50%;
  box-sizing: border-box;
}

.p-drawer__list .list2 li a {
  padding: 0;
}

.p-header__logo a:first-child picture {
  margin-right: 20px;
}

.p-header__logo a.aie_link picture {
  max-width: 210px;
  display: inline-block;
}

.p-header__logo a.jhm_link picture {
  max-width: 250px;
  display: inline-block;
}

.under-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 3;
}

.under-fixed .flex-box {
  display: flex;
  justify-content: center;
}

.under-fixed .flex-box .fixed-link {
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-weight: bold;
}

.under-fixed .flex-box .fixed-link.aie-link {
  background-color: #6fc8d8;
}

.under-fixed .flex-box .fixed-link.jhm-link {
  background-color: #c92833;
}

@media (max-width: 768px) {
  .under-fixed .flex-box .fixed-link.aie-link.sp768on {
    background-color: #6fc8d8;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }

  .under-fixed .flex-box .fixed-link.aie-link.sp768on:nth-child(4) {
    border-right: 0px solid #fff;
  }
}

@media (max-width: 768px) {
  .under-fixed .flex-box .fixed-link.jhm-link.sp768on {
    background-color: #c92833;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }

  .under-fixed .flex-box .fixed-link.jhm-link.sp768on:nth-child(4) {
    border-right: 0px solid #fff;
  }
}

.page-7,
.page-112,
.page-115 {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .page-7,
  .page-112,
  .page-115 {
    padding-bottom: 0;
  }
}

.body-wrapper.page-224 .support__foot .c-btn {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  min-width: inherit;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .body-wrapper.page-224 .support__foot .c-btn {
    flex-direction: column;
  }
}

.body-wrapper.page-224 .support__foot .c-btn .btn__inner {
  width: 30%;
  border: 0;
  min-width: 240px;
}

@media (max-width: 768px) {
  .body-wrapper.page-224 .support__foot .c-btn .btn__inner {
    width: 100%;
  }
}

.body-wrapper.page-224 .support__foot .c-btn .btn__inner:first-child {
  background-color: #cfb283;
  margin-right: 1%;
}

@media (max-width: 768px) {
  .body-wrapper.page-224 .support__foot .c-btn .btn__inner:first-child {
    margin-bottom: 1%;
    margin-right: 0;
  }
}

.body-wrapper.page-224 .support__foot .c-btn .btn__inner:last-child {
  background-color: #c81421;
}

.anime {
  transition: 0.5s;
}

.opa:hover {
  opacity: 0.6;
}

.employ .i-employ_list {
}

.employ .i-employ_list > li {
  padding: 0 0 40px 0;
}

.employ .i-employ_list h3 {
  font-size: 1.8rem;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #000;
}

.employ .i-employ_list p {
  font-size: 1.4rem;
}

.employ .i-employ_list > li ul li {
  font-size: 1.4rem;
  margin: 0 0 20px 0;
}

.page-224 .copyBox {
  margin-bottom: 30px;
}

.page-224 .copyBox h3 {
  margin: 70px auto;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #803400;
  text-align: center;
  margin-bottom: 30px;
}

.page-224 .copyBox .sec-title {
  color: #803400;
  border: 1px solid #803400;
  padding: 10px 5px;
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  text-align: center;
}

.page-224 .support_flexBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-224 .support_flexBox ul li {
  margin: 0 2% 50px 0;
  width: 36%;
}

.page-224 .support_flexBox ul li:last-child {
  margin-bottom: 0;
}

.page-224 .support_flexBox ul li:nth-child(2n) {
  margin-right: 0;
}

.page-224 .support_flexBox ul li .imgBox {
  width: 70%;
  margin: auto;
}

.page-224 .support_flexBox ul li:first-child .imgBox {
  max-width: 430px;
}

.page-224 .support_flexBox ul li:last-child .imgBox {
  max-width: 180px;
}

.page-224 .support_flexBox ul li:first-child .apartment-detail {
  max-width: 330px;
  margin: auto;
}

.page-224 .support_flexBox ul li:last-child .apartment-detail {
  max-width: 240px;
  margin: auto;
}

.page-224 .support_flexBox ul li p {
  line-height: 1.6;
}

.page-224 .support_flexBox ul li p a {
  transition: all 0.3s;
  word-break: break-all;
  border-bottom: 1px solid transparent;
}

.page-224 .support_flexBox ul li .apartment-url a {
  padding-right: 20px;
  color: #cf121a;
  border-bottom: 1px solid transparent;
}

.page-224 .blankLink {
  position: relative;
}

.page-224 .blankLink::before,
.blankLink::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
}

.page-224 .blankLink::before {
  background-color: #fff;
  border: 1px solid;
  right: -5px;
  top: 10px;
  bottom: 0;
  margin: auto;
}

.page-224 .blankLink::after {
  background-color: #000;
  border: 1px solid #000;
  top: 0;
  bottom: 4px;
  margin: auto;
  right: 0;
}

@media (max-width: 768px) {
  .page-224 .support_flexBox ul {
    flex-direction: column;
  }

  .page-224 .support_flexBox ul li {
    margin: 0 0% 30px 0;
    width: 100%;
  }

  .page-224 .support_flexBox ul li p {
    font-size: 14px;
    margin: 0 0 0.5rem;
  }

  .page-224 .copyBox h3 {
    margin: 50px auto 35px;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .page-224 .copyBox .sec-title {
    font-size: 17px;
    font-size: 1.1rem;
  }

  .page-224 .support_flexBox ul li .imgBox {
    width: 70%;
    margin: 0;
  }

  .page-224 .support_flexBox ul li:first-child .imgBox {
    max-width: 300px;
  }

  .page-224 .support_flexBox ul li:last-child .imgBox {
    max-width: 300px;
  }

  .page-224 .support_flexBox ul li:first-child .apartment-detail {
    max-width: 100%;
    margin: auto;
  }

  .page-224 .support_flexBox ul li:last-child .apartment-detail {
    max-width: 100%;
    margin: auto;
  }
}

.column.single h3 {
  position: relative;
  padding: 0.5em;
  color: white;
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: bold;
}

.column.single h3::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
}

.column.single.blog_aie h3 {
  background: #cfb283;
}

.column.single.blog_aie h3::before {
  border-right: solid 20px rgb(121 100 65);
}

.column.single.blog_j h3 {
  background: #c91420;
}

.column.single.blog_j h3::before {
  border-right: solid 20px rgb(123 0 9);
}

.column.single h4 {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .column.single .post_single__head__title {
    font-size: 2rem;
  }

  .column.single h3 {
    font-size: 18px;
  }

  p {
    margin: 0 0 1rem;
    line-height: 1.6;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .column.single .post_single__head__title {
    font-size: 1.8rem;
  }

  .column.single h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  p {
    margin: 0 0 1rem;
    font-size: 14px;
  }
}

.jopnecampus .faq_list dl dt::before,
.jopnecampus .faq_list dl dd::before {
  margin-right: 10px;
}

/* 色味 */

.c-schoolname.-i,
.c-course_btn .btn_inner.-gold,
.course_aie-course_bridal
  .aie-c-supplement__contents
  .aie-c-supplement__contents__info
  dl
  dt,
.under-fixed .flex-box .fixed-link.aie-link,
.body-wrapper.page-7 #home_support .support .btn_wrap .btn:first-child a {
  background-color: var(--aie-color-dark);
}

.c-schoolname.-j,
.c-course_btn .btn_inner.-black,
.under-fixed .flex-box .fixed-link.jhm-link {
  background-color: var(--jhm-color-dark);
}

.feature-reason__head .title {
  background-color: var(--aie-color);
  color: var(--aie-color-dark);
}

.c-btn.-blue .c-btn__inner ,
.l-footer .c-btn.-blue .c-btn__inner,
#i_home_intro .home-intro__row4 .c-btn.-blue .c-btn__inner,
.home-life__container .c-btn.-blue .c-btn__inner {
  background-color: var(--aie-color-dark);
  border: 1px solid var(--aie-color-dark);
}
.-i .feature-reason__list .list-item .txt {
  color: var(--aie-color-dark);
}

.feature-reason.-j .feature-reason__head .title {
  color: #000;
  border: 2px solid #000;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.feature-reason.-j .feature-reason__head .title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
  top: 0;
  left: -40px;
}

.body-wrapper.page-117 .feature #tab_content_2 .feature-intro__txt,
.feature-reason.-j,
.company #tab_content_2,
.company .employ_list {
  background-color: var(--jhm-color-dark)
}

.-j .feature-reason__list .list-item {
  border: 2px solid #000;
  box-shadow: 5px 5px 0 #e8cd5d;
}

.-j .feature-reason__list .list-item .txt {
  color: #000;
}

.c-btn.-red .c-btn__inner {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
}

.feature-collab__wrapper {
  border: 10px solid var(--aie-color);
  border-right: 10px solid #d5dbd3;
}

.feature-collab__wrapper::before {
  background: #d5dbd3;
}

.feature-collab__wrapper::after {
  background: #d5dbd3;
}

.c-btn.-red .c-btn__inner {
  background-color: var(--jhm-color-dark);
  border: 1px solid var(--jhm-color-dark);
}
/* 
.l-footer .container {
  width: 94%;
  max-width: 1266px;
  margin: auto;
} */

/* @media screen and (max-width: 768px) {
  .l-footer .container {
    width: 86%;
  }
} */

.l-footer .container .c-wrapper .c-inner.c_border {
  position: relative;
  /* padding-top: 71px;
  margin-bottom: 50px; */
  border-top: 1px solid;
}
.l-footer .container .c-wrapper {
  max-width: 100%;
}
/* .l-footer .container .c-wrapper .c-inner.c_border::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 71px);
  background-color: #222222;
  margin: auto;
} */


.p-sitemap {
  padding: 71px 4% 50px;
}
.p-sitemap.-i {
  background-color: #c5edff;
}
.p-sitemap.-j {
  height: 100%;
  background-color: #e7213f;
}

.p-sitemap__list {
  justify-content: flex-start;
  gap: calc(64 / 590 * 100%);
  flex-wrap: wrap;
}
.p-sitemap__list .list {
  width: fit-content;
}

.p-sitemap.-i .p-sitemap__list .list__item > a {
  background-color: initial !important;
  padding: 6px 0;
}

.p-sitemap.-i .p-sitemap__list .list__item > a:hover {
  color: #F19FC3;
  opacity: 1;
}

.p-sitemap .p-sitemap__list .list-child {
  padding-left: 16px;
}
.p-sitemap.-j .p-sitemap__list .list-child {
  border-left: 1px solid #fff;
}
.p-sitemap.-i .p-sitemap__list .list-child {
  border-left: 1px solid #CA9961;
}

.p-sitemap__list .list-child__item a {
  font-weight: 500;
  padding-left: 0;
  color: #fff;
}
.p-sitemap.-i .p-sitemap__list .list-child__item a {
  color: #000;
}
.p-sitemap__list .list-child__item a::before {
  display: none;
}

.p-sitemap.-j .p-sitemap__list .list__item > a {
  background-color: initial !important;
  padding: 6px 0;
  color: #fff;
}

.p-sitemap.-j .p-sitemap__list .list__item > a:hover {
  color: #000;
  opacity: 1;
}

.body-wrapper.page-117 .feature #tab_content_2 .feature-intro__txt {
  color: #000;
}


/* .p-header__nav li .ac-menu .school-box.i .school-name,
.aie-flow-page .aie-flow-contents .aie-flow-list dl dt {
  background-color: #00ADB9;
}

.aie-flow-page .aie-flow-contents .aie-flow-list dl dt::after {
  border-color: #00ADB9 transparent transparent transparent;
}

.p-header__nav li .ac-menu .school-box.j {
  background-color: #222222;
}
.p-header__nav li .ac-menu .school-box.j .school-name {
  background-color: #222222;
}

.c-application_bg.-aie,
.aie-flow-page .aie-flow-contents {
  background-color: #f7f7f7;
} */

.aie-ao .p-app_block .ao-flow,
.aie-scholaship .c-application_tableA .table.-aie tbody tr td:nth-child(1),
.aie-support .available_inner,
.aie-flow-page .aie-flow-contents .aie-flow-list dl dd {
  background-color: var(--aie-color-shadow);
}
.aie-flow-page .aie-flow-contents .aie-flow-list dl dd .syutsugan-btn  {
  background-color: var(--aie-color-dark);
}

.c-application_titleB_inner.-aie .text {
  border-left: 5px solid var(--aie-color-dark);
}

.c-application_titleB_inner.-j .text {
  border-left: 5px solid var(--jhm-color-dark);
}

/* 共通 */

.new_container .aie-c-info .aie-c-info__pic {
  width: 42%;
  margin-right: 8%;
  margin-top: 4%;
}

.new_container .aie-c-features {
  background-image: none;
}

.new_container .aie-c-features .aie-c-features_list .flex_box {
  display: flex;
}

.new_container .aie-c-features .aie-c-features_list .flex_box .box {
  flex: 0 0 32%;
  margin-right: 2%;
}

.new_container .aie-c-features .aie-c-features_list .flex_box .box:last-child {
  margin-right: 0;
}

.new_container .aie-c-features .aie-c-features_list .flex_box .box .text {
  margin-top: 3%;
}

.new_container .aie-c-features .aie-c-features_list .flex_box .box .text p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.new_container .aie-c-voice .aie-c-voice__info .aie-c-voice__name {
  width: 200px;
}

.new_container .aie-c-features .pick h3 {
  font-size: 32px;
  margin-top: 0;
  text-align: left;
  font-weight: bold;
  text-align: center;
}

.new_container .aie-c-features .pick h3.up {
  font-size: 36px;
}

.new_container .aie-c-features .pick {
  margin-top: 5%;
}

/*
.new_container .aie-c-features .pick .flex_box {
display: flex;
align-items: center;
margin-top: 4%;
}

.new_container .aie-c-features .pick .flex_box .left {
flex: 0 0 34%;
margin-right: 1%;
}

.new_container .aie-c-features .pick .flex_box .left h4 {
margin-top: 0;
}

.new_container .aie-c-features .pick .flex_box .left h4 span {
font-size: 2.4rem;
background-color: #f9a534;
color: #fff;
}


.new_container .aie-c-features .pick .flex_box .right {
flex: 0 0 65%;
display: flex;
}

.new_container .aie-c-features .pick .flex_box .right .img {
flex: 0 0 48.5%;
margin-right: 3%;
}

.new_container .aie-c-features .pick .flex_box .right .img:last-child {
margin-right: 0%;
} */

.new_container
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__pic {
  width: 80%;
  margin: 0 auto;
  margin-top: 3%;
  display: flex;
  justify-content: center;
}

.new_container
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__pic
  img {
  width: 48.5%;
  margin-right: 3%;
}

.new_container
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__pic
  img:last-child {
  margin-right: 0;
}

.new_container
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__txt {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.new_container
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__txt
  h3 {
  text-align: center;
}

.new_container
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__txt
  span {
  display: inline-block;
  color: white;
  padding: 10px 20px;
  background-color: #91cbd9;
  border-radius: 30px;
  margin: 20px 0;
  font-weight: bold;
}

.new_container
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__txt
  p {
  text-align: left;
}

.new_container .aie-c-features .pick .aie-c-supplement__contents__wrapper {
  margin-top: 3%;
}

.new_container .aie-c-supplement__contents.sup_content {
  display: block;
}

.new_container .aie-c-supplement__contents.sup_content .flex_box {
  display: flex;
  flex-wrap: wrap;
}

.new_container .aie-c-supplement__contents.sup_content .flex_box .box {
  display: flex;
  align-items: center;
  flex: 0 0 48.5%;
  margin-right: 3%;
}

.new_container
  .aie-c-supplement__contents.sup_content
  .flex_box
  .box:nth-child(2n) {
  margin-right: 0;
}

.new_container
  .aie-c-supplement__contents.sup_content
  .flex_box
  .box:nth-child(n + 3) {
  margin-top: 5%;
}

.new_container .aie-c-supplement__contents.sup_content .flex_box .box .img {
  flex: 0 0 47%;
  margin-right: 3%;
}

.new_container .aie-c-supplement__contents.sup_content .flex_box .box .text {
  flex: 0 0 50%;
}

.new_container .aie-c-supplement__contents.sup_content .flex_box .box .text h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10%;
  line-height: 1.4;
}

.new_container .aie-c-supplement__contents.sup_content .flex_box .box .text p {
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  .new_container .aie-c-section {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .new_container .aie-c-features .aie-c-features_list .flex_box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .new_container .aie-c-features .aie-c-features_list .flex_box .box {
    flex: 0 0 49%;
  }

  .new_container
    .aie-c-features
    .aie-c-features_list
    .flex_box
    .box:nth-child(2) {
    margin-right: 0;
  }

  .new_container
    .aie-c-features
    .aie-c-features_list
    .flex_box
    .box:last-child {
    margin-top: 5%;
  }

  .new_container .aie-c-features .pick .flex_box {
    flex-direction: column;
  }

  .new_container .aie-c-features .pick .flex_box .left {
    margin-right: 0;
    margin-bottom: 3%;
  }

  .new_container .aie-c-features .pick .flex_box .left h4 {
    margin-bottom: 3%;
  }

  .new_container .aie-c-supplement__contents.sup_content .flex_box .box {
    display: block;
  }

  .new_container .aie-c-supplement__contents.sup_content .flex_box .box {
    flex: 0 0 49%;
    margin-right: 2%;
  }

  .new_container .aie-c-supplement__contents.sup_content .flex_box .box .img {
    margin-right: 0;
    margin-bottom: 8%;
  }

  .new_container
    .aie-c-supplement__contents.sup_content
    .flex_box
    .box
    .text
    h4 {
    margin-bottom: 6%;
  }

  .new_container
    .aie-c-supplement__contents.sup_content
    .flex_box
    .box
    .text
    p {
    letter-spacing: 0.01em;
  }

  .new_container .aie-c-features .pick h3 {
    text-align: center;
  }

  .new_container .aie-c-section {
    padding-left: 0;
    padding-right: 0;
  }

  .new_container
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper
    .aie-c-supplement__contents__pic {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .new_container .aie-c-features .aie-c-features_list .flex_box {
    display: block;
  }

  .new_container .aie-c-features .aie-c-features_list .flex_box .box {
    margin-right: 0;
  }

  .new_container
    .aie-c-features
    .aie-c-features_list
    .flex_box
    .box:nth-child(n + 2) {
    margin-top: 8%;
  }

  .new_container .aie-c-features .aie-c-features_list .flex_box .box .text {
    margin-top: 4%;
  }

  .new_container .p-title {
    background-position: center;
  }

  .new_container .aie-c-features .aie-c-features_list .flex_box .box .text p {
    font-size: 2.1rem;
  }

  .new_container .aie-c-features .pick {
    margin-top: 15%;
  }

  .new_container .aie-c-features .pick h3 {
    font-size: 24px;
    text-align: center;
  }

  .new_container .aie-c-features .pick .flex_box {
    margin-top: 6%;
  }

  .new_container .aie-c-features .pick .flex_box .left h4 span {
    font-size: 2rem;
  }

  .new_container .aie-c-features .pick .flex_box .left {
    margin-right: 0;
    margin-bottom: 6%;
  }

  .new_container .aie-c-features .pick .flex_box .left p {
    line-height: 2;
  }

  .new_container .aie-c-supplement__contents.sup_content .flex_box {
    display: block;
  }

  .new_container .aie-c-supplement__contents.sup_content .flex_box .box {
    margin-right: 0;
  }

  .new_container
    .aie-c-supplement__contents.sup_content
    .flex_box
    .box
    .text
    h4 {
    font-size: 2rem;
  }

  .new_container
    .aie-c-supplement__contents.sup_content
    .flex_box
    .box:nth-child(n + 2) {
    margin-top: 10%;
  }

  .new_container .aie-c-section {
    padding-left: 0;
    padding-right: 0;
  }

  .new_container .aie-c-voice .aie-c-voice__info .aie-c-voice__name {
    width: 100%;
  }

  .new_container
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper
    .aie-c-supplement__contents__txt
    p {
    line-height: 1.6;
  }

  .new_container
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper
    .aie-c-supplement__contents__txt {
    width: 100%;
  }

  .new_container .aie-c-features .pick h3.up {
    font-size: 28px;
  }

  .new_container
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper
    .aie-c-supplement__contents__pic {
    display: block;
  }

  .new_container
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper
    .aie-c-supplement__contents__pic
    img {
    width: 100%;
    margin-right: 0%;
    margin-top: 10%;
  }

  .new_container .aie-c-voice .aie-c-voice__info .aie-c-voice__name {
    width: 100%;
  }

  .new_container
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper
    .aie-c-supplement__contents__txt
    p {
    line-height: 1.8;
  }
}

/* エステ */

.course_aie-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_img::before {
  background-image: url(../img/course_aie-course/esthetician.png);
  transform: rotate(-10deg);
}

.course_aie-course_esthe .p-title {
  background-image: url(../img/esthe/esthe_bg.jpg);
}

.course_aie-course_esthe .aie-c-fv .aie-c-title img {
  transform: rotate(-10deg);
}

.new_container
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__txt
  h3 {
  margin-bottom: 5%;
}

/* アロマ */

.course_aie-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_img.-aroma::before {
  background-image: url(../img/course_aie-course/aromatherapist.png);
}

.course_aie-course_aroma .p-title {
  background-image: url(../img/course_aie-course_aroma/aroma_bg.jpg);
}

.course_aie-course_aroma .aie-c-fv .aie-c-title img {
  position: absolute;
  width: 240px;
  top: -65px;
  left: 200px;
}

.course_aie-course_aroma .aie-c-features .pick .flex_box .left h4 span {
  background-color: #46a06d;
}

@media screen and (max-width: 1024px) {
  .course_aie-course_aroma .aie-c-fv .aie-c-title img {
    width: 200px;
    top: -35px;
  }
}

/* メイク */

.course_aie-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_img.-make::before {
  background-image: url(../img/course_aie-course/Makeartist.png);
  transform: rotate(-10deg);
}

.course_aie-course_make .aie-c-info .aie-c-info__pic {
  margin-top: 6%;
}

.course_aie-course_make .p-title {
  background-image: url(../img/course_aie-course/mv_bg.jpg);
}

.course_aie-course_make .aie-c-fv .aie-c-title img {
  transform: rotate(-10deg);
  width: 240px;
}

.course_aie-course_make .aie-c-features .pick .content {
  margin-top: 3%;
}

.course_aie-course_make
  .aie-c-features
  .pick
  .content
  .aie-c-supplement__contents__txt {
  text-align: center;
}

.course_aie-course_make
  .aie-c-features
  .pick
  .content
  .aie-c-supplement__contents__txt
  h3 {
  text-align: center;
  margin-bottom: 40px;
}

.course_aie-course_make
  .aie-c-features
  .pick
  .content
  .aie-c-supplement__contents__pic {
  display: flex;
  justify-content: center;
  width: 100%;
}

.course_aie-course_make
  .aie-c-features
  .pick
  .content
  .aie-c-supplement__contents__pic
  img {
  width: 33.3%;
}

.course_aie-course_make .aie-c-voice .aie-c-voice__info .aie-c-voice__name {
  width: 280px;
}

.course_aie-course_make .aie-c-h3 {
  font-size: 2.1rem;
}

@media screen and (max-width: 1200px) {
  .course_aie-course_make
    .aie-c-features
    .pick
    .content
    .aie-c-supplement__contents__txt
    h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 40px 0;
    letter-spacing: 0.2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .course_aie-course_make
    .aie-c-features
    .pick
    .content
    .aie-c-supplement__contents__txt
    p {
    line-height: 1.6;
  }

  .course_aie-course_make
    .aie-c-features
    .pick
    .content
    .aie-c-supplement__contents__pic {
    display: block;
  }

  .course_aie-course_make
    .aie-c-features
    .pick
    .content
    .aie-c-supplement__contents__pic
    img {
    width: 100%;
    margin-bottom: 5%;
  }

  .course_aie-course_make
    .aie-c-features
    .pick
    .content
    .aie-c-supplement__contents__pic
    img:last-child {
    margin-bottom: 0;
  }

  .course_aie-course_make .aie-c-voice .aie-c-voice__info .aie-c-voice__name {
    width: 100%;
  }
}

/* ブライダル */

.course_aie-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_img.-bridal::before {
  background-image: url(../img/course_aie-course/Bridalbeauty.png);
  transform: rotate(-10deg);
}

.course_aie-course_bridal .p-title {
  background-image: url(../img/course_aie-course_bridal/mv_bg.jpg);
}

.course_aie-course_bridal .aie-c-voice .aie-c-voice__info .aie-c-voice__name {
  width: 280px;
}

.course_aie-course_bridal .aie-c-qualified .aie-c-qualified__txt {
  width: 62%;
}

.course_aie-course_bridal
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__pic
  img:last-child {
  margin-right: 0;
}

.course_aie-course_bridal
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__txt {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}

.course_aie-course_bridal
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__txt
  h3 {
  text-align: center;
  margin-bottom: 0;
}

.course_aie-course_bridal
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__txt
  span {
  display: inline-block;
  color: white;
  padding: 10px 20px;
  background-color: #91cbd9;
  border-radius: 30px;
  margin: 20px 0;
  font-weight: bold;
}

.course_aie-course_bridal
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper
  .aie-c-supplement__contents__txt
  p {
  text-align: left;
}

.course_aie-course_bridal
  .aie-c-features
  .pick
  .aie-c-supplement__contents__wrapper {
  margin-top: 3%;
}

@media screen and (max-width: 1024px) {
  .course_aie-course_bridal
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .course_aie-course_bridal
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper
    .aie-c-supplement__contents__txt {
    width: 100%;
  }

  .course_aie-course_bridal
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper
    .aie-c-supplement__contents__pic {
    width: 100%;
    margin-top: 5%;
  }

  .course_aie-course_bridal
    .aie-c-features
    .pick
    .aie-c-supplement__contents__wrapper {
    margin-top: 6%;
  }

  .course_aie-course_bridal .aie-c-voice .aie-c-voice__info .aie-c-voice__name {
    width: 100%;
  }
}

/* ネイル */

.course_aie-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_img.-nail::before {
  background-image: url(../img/course_aie-course/Neilist.png);
  transform: rotate(-10deg);
}

.course_aie-course_nail .p-title {
  background-image: url(../img/course_aie-course_nail/mv_bg.png);
}

.course_aie-course_nail .aie-c-fv .aie-c-title img,
.course_aie-course_bridal .aie-c-fv .aie-c-title img {
  transform: rotate(-10deg);
}

@media screen and (max-width: 768px) {
  .new_container .aie-c-voice .aie-c-voice__info .aie-c-voice__name {
    width: 100%;
  }
}

/* からきめ */
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .button_list
  a {
  width: 16.6%;
  padding-left: 1%;
  font-size: 1.2rem;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .button_list
  a:nth-child(1) {
  background-color: #f5ea4e;
  background-position: left 5px center;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .button_list
  a:nth-child(2) {
  background-color: #6fc8d8;
  background-position: left 5px center;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .button_list
  a:nth-child(3) {
  background-color: #EE86A8;
  background-position: left 5px center;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .button_list
  a:nth-child(4) {
  background-color: #ffb756;
  background-position: left 5px center;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .button_list
  a:nth-child(5) {
  background-color: #757CBB;
  background-position: left 5px center;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .button_list
  a:nth-child(6) {
  background-color: #b1636e;
  background-position: left 5px center;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(1) {
  border: 3px solid #f5ea4e;
}
.karakime .content_bg .content_wrap .content_inner .item_wrap.item02 .item_list .list_wrap:nth-child(1) .box dl dt {
  border-left: 5px solid #f5ea4e;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(2) {
  border: 3px solid #6fc8d8;
}
.karakime .content_bg .content_wrap .content_inner .item_wrap.item02 .item_list .list_wrap:nth-child(2) .box dl dt {
  border-left: 5px solid #6fc8d8;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(3) {
  border: 3px solid #EE86A8;
}
.karakime .content_bg .content_wrap .content_inner .item_wrap.item02 .item_list .list_wrap:nth-child(3) .box dl dt {
  border-left: 5px solid #EE86A8;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(4) {
  border: 3px solid #ffb756;
}
.karakime .content_bg .content_wrap .content_inner .item_wrap.item02 .item_list .list_wrap:nth-child(4) .box dl dt {
  border-left: 5px solid #ffb756;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(5) {
  border: 3px solid #757CBB;
}
.karakime .content_bg .content_wrap .content_inner .item_wrap.item02 .item_list .list_wrap:nth-child(5) .box dl dt {
  border-left: 5px solid #757CBB;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7) {
  border: 3px solid #b1636e;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(1)
  .label {
  background: #f5ea4e;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(2)
  .label {
  background: #6fc8d8;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(3)
  .label {
  background: #EE86A8;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(4)
  .label {
  background: #ffb756;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(5)
  .label {
  background: #757CBB;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .label {
  background: #b1636e;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .text
  h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1%;
}

.karakime .content_bg .content_wrap .content_inner .plus {
  width: 8%;
  margin: 3% auto;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year {
  display: flex;
  width: 80%;
  margin-bottom: 4%;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .con {
  display: flex;
  border-top: 2px solid #b1636e;
  border-bottom: 2px solid #b1636e;
  flex: 0 0 40%;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year_img {
    margin-bottom: 3rem;
  }

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .annual {
  font-size: 18px;
  background-color: #b1636e;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  padding: 12px 0.3rem;
  text-align: center;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .con
  .event_box
  .month {
  padding-bottom: 4%;
  border-bottom: 1px solid #b1636e;
  margin-bottom: 8%;
  text-align: center;
  color: #b1636e;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .con.pon
  .event_box
  .month {
  padding-bottom: 7%;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .con
  .event_box
  .event {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .con
  .event_box {
  text-align: center;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .con:first-child
  .event_box {
  flex: 0 0 50%;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .con
  .event_box {
  flex: 0 0 50%;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .con.pon {
  margin-right: 2%;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .con.pon
  .event_box {
  flex: 0 0 33.3%;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(7)
  .box
  .year
  .licence {
  flex: 0 0 15%;
  text-align: center;
  background-color: #b1636e;
  border-radius: 20px;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
}

.karakime .content_bg .content_wrap .content_inner .item_wrap.item04 {
  overflow: auto;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03 {
  left: 1183px;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .line {
  width: 1600px;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .intro {
  border: 2px solid #be9374;
  color: #be9374;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .profile
  dl
  dt {
  color: #be9374;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n01
  .inner
  ul
  li:nth-child(1),
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n02
  .inner
  ul
  li:nth-child(1) {
  margin-bottom: 94px;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(1) {
  margin-bottom: 94px;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(1)
  p {
  padding: 25px 0 8px 0;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(1)::after {
  border-top: 50px solid #6fc8d8;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(2) {
  margin-bottom: 100px;
  background: #b1636e;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(2)
  p {
  padding: 19px 0 10px 0;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(2)::after {
  border-top: 50px solid #b1636e;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(3)::after {
  border-top: 50px solid #6fc8d8;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .progress_img.-n11 {
  right: 160px;
  top: 432px;
  font-weight: bold;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .progress_img.-n10 {
  left: 862px;
  top: 605px;
  font-weight: bold;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li {
  background: #6fc8d8;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(3) {
  margin-bottom: 72px;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(3)
  p {
  padding: 22px 0 11px 0;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li::after {
  border-top: 50px solid #6fc8d8;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(4) {
  background: #83d1db;
  margin-bottom: 72px;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(4)
  p {
  padding: 28px 0 11px 0;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(4)::after {
  border-top: 50px solid #83d1db;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(5) {
  margin-bottom: 119px;
  background: #be9374;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(5)
  p {
  padding: 20px 0 7px 0;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(5)::after {
  border-top: 50px solid #be9374;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(6) {
  margin-bottom: 98px;
  background: #be9374;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(6)
  p {
  padding: 13px 0 13px 0;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li::after {
  border-top: 50px solid #be9374;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(7) {
  margin-bottom: 69px;
  background: #be9374;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(7)
  p {
  padding: 32px 0 20px 0;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(8) {
  margin-bottom: 80px;
  background: #be9374;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .type.-n03
  .inner
  ul
  li:nth-child(8)
  p {
  padding: 10px 0 6px 0;
}
.karakime .content_bg .content_wrap .content_inner .item_wrap.item02 .item_list .list_wrap .box .mds {
  margin-bottom: 3rem;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year {
    width: 92%;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .con {
    flex: 0 0 41.5%;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .con
    .annual {
    font-size: 16px;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .con
    .event_box
    .event {
    font-size: 13px;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .button_list
    a {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .button_list
    a {
    font-size: 1.3rem;
  }

  .karakime .content_bg .content_wrap .content_inner .plus {
    width: 25%;
    margin: 10% auto;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .text {
    margin-top: 5%;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .text
    h3 {
    margin-bottom: 5%;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year {
    display: block;
    width: 100%;
    margin-bottom: 10%;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .annual {
    writing-mode: inherit;
    padding: 0.5rem 0;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .con {
    border-top: transparent;
    margin-bottom: 15%;
    position: relative;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .con::before {
    position: absolute;
    content: "";
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/karakime/karakime_arrow.png);
    width: 34px;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 108%;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .con.pon {
    margin-right: 0;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .con
    .event_box {
    padding: 8px 0 10px;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .con
    .event_box
    .month {
    font-size: 16px;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .con
    .event_box
    .event {
    font-size: 15px;
  }

  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(7)
    .box
    .year
    .licence {
    width: 50%;
    margin: 0 auto;
  }
}

/* アイサロン */

.facility_aie-about_salon .salon-contents__head {
  background-image: url(../img/facility_aie-about_salon/salon_bg_01.jpg);
}

.facility_aie-about_salon .salon-contents__head .salon-label {
  background-color: #de989a;
}

.facility_aie-about_salon .salon-contents__body__inner .item__content p {
  padding: 20px 10px;
}

.jwebopnecampus .p-title {
  background-image: url(../img/jwebopnecampus/bg_kv_01.png);
}

/* 最速 */

.feature_j-hm-about_stylistdebut
  .st-point
  .st-point__item
  .st-point__item__info {
  width: 100%;
}

.feature_j-hm-about_stylistdebut
  .st-point
  .st-point__item
  .st-point__item__info
  .img {
  margin-bottom: 5%;
}

.feature_j-hm-about_stylistdebut .st-point .st-point__item__salon {
  width: 50%;
  margin: 0 auto;
}

.br480on {
  display: none;
}

@media screen and (max-width: 768px) {
  .feature_j-hm-about_stylistdebut
    .st-point
    .st-point__item
    .st-point__item__salon {
    width: 100%;
  }

  .feature_j-hm-about_stylistdebut
    .st-correction
    .st-correction__info
    h2::after {
    top: 60px;
    transform: translateX(-40px);
  }

  .br480off {
    display: none;
  }

  .br480on {
    display: block;
  }
}

/* j専攻 */

.course_j-hm-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_inner
  .target_inner
  dd
  ul
  li {
  display: flex;
}

.course_j-hm-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_inner
  .target_inner
  dd
  ul
  li
  span {
  margin-right: 5px;
}

.course_j-hm-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_img::before {
  background-image: url(../img/course/j/hairmake/hair_stylist.png);
  transform: rotate(-10deg);
}

.course_j-hm-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .-make
  .content_img::before {
  background-image: url(../img/course/j/stylist/hair_make.png);
  transform: rotate(-10deg);
}

.course_j-hm-course_stylist .j-c-fv .j-c-title img,
.course_j-hm-course_hairmake .j-c-fv .j-c-title img {
  transform: rotate(-10deg);
}

.course_j-hm-course_stylist .j-c-voice .j-c-voice__info .j-c-voice__name,
.course_j-hm-course_hairmake .j-c-voice .j-c-voice__info .j-c-voice__name {
  width: 200px;
}

.course_j-hm-course_stylist .j-c-features {
  background-image: url(../img/course/j/stylist/curriculum_mv.png);
}

.body-wrapper.page-195 .course_j-hm-course_hairmake .j-c-features {
  background-image: url(../img/course/j/hairmake/curriculum_mv.png);
  background-size: contain;
}

.course_j-hm-course_hairmake .j-c-extension_inner {
  width: 98%;
  margin: 0 auto;
  margin-top: 10%;
  /* align-items: flex-start; */
  align-items: inherit;
  background-color: transparent;
}

.course_j-hm-course_hairmake .j-c-extension_inner .content {
  width: 49%;
  margin-right: 1%;
  padding: 1rem;
  background-color: #000;
}

.course_j-hm-course_hairmake .j-c-extension_inner .content:first-child .img {
  width: 95%;
  margin: 0 auto;
}

.course_j-hm-course_hairmake .j-c-extension_inner .content:last-child {
  margin-right: 0;
}

.course_j-hm-course_hairmake .j-c-extension_inner .content .j-c-h3 span {
  font-size: 5rem;
}

.course_j-hm-course_hairmake .j-c-extension_inner .content_img ul li {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .course_j-hm-course_hairmake .j-c-extension_inner .content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  .course_j-hm-course_hairmake .j-c-extension_inner .content:last-child {
    margin-right: auto;
  }

  .course_j-hm-course_hairmake .j-c-h3 span {
    top: -25px;
  }

  .course_j-hm-course_hairmake .j-c-extension_inner .content:first-child .img {
    width: 100%;
  }

  .course_j-hm-course_stylist .j-c-features {
    background-image: none;
  }
}

@media screen and (max-width: 480px) {
  .course_j-hm-course_hairmake .j-c-extension_inner .content {
    width: 100%;
    margin-bottom: 8%;
  }

  .course_j-hm-course_hairmake .j-c-extension_inner .content .j-c-h3 span {
    font-size: 3rem;
  }

  .course_j-hm-course_hairmake .j-c-extension_inner .content_img ul li {
    width: 90%;
    margin: 0 auto;
  }

  .course_j-hm-course_hairmake
    .j-c-extension_inner
    .content_img
    ul
    li:first-child {
    margin-bottom: 5%;
  }
}

/* 選ばれる理由 */
.body-wrapper.page-117 .feature #tab_content_2 .feature-intro__txt {
  padding: 6rem 0 5rem;
  /* color: #fff; */
}

.br1024on {
  display: none;
}

.body-wrapper.page-117
  .feature
  .feature-reason.-i
  .feature-reason__list
  .list-item:nth-child(1)
  .list-item__img {
  background-image: url(../../assets/img/feature/feature_reason_img02_i.png);
}

.body-wrapper.page-117
  .feature
  .feature-reason.-i
  .feature-reason__list
  .list-item:nth-child(2)
  .list-item__img {
  background-image: url(../img/feature/feature_reason_img01_i.png);
}

@media screen and (max-width: 1024px) {
  .br1024on {
    display: block;
  }
}

/* トップページ */

.f13 {
  font-size: 13px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.c-wrapper.-left {
  margin: 0;
}

.c-wrapper.-right {
  margin: 0;
}

.c-wrapper.-half {
  max-width: 100%;
}

.c-btn.-gold .c-btn__inner {
  background-color: var(--aie-color-dark);
  border-color: var(--aie-color-dark);
  border-radius: 0;
  box-shadow: -12px -12px 0 var(--aie-color-shadow);
}

.c-btn .c-btn__inner {
  border-radius: 0;
  box-shadow: -12px -12px 0 var(--aie-color-shadow);
}

.home-intro__row3 {
  padding: 1rem 0 8rem;
  position: relative;
}

/* #j_home_intro .home-intro__row3 {
  padding-top: 4.4rem;
} */

.home-intro.-j {
  background-color: var(--jhm-color-dark)
}

#j_home_campuslife {
  position: relative;
}

#j_home_campuslife,
.home-life.-j {
  background-color: transparent;
}

.home .home-intro.-i .home-intro__row3 .btn::after,
.home .home-intro.-j .home-intro__row3 .btn::after {
  display: none;
}

.home-intro__row3 .txt01 {
  margin-bottom: 4rem;
  font-size: 2rem;
  color: #000;
}

.c-btn.-red .c-btn__inner {
  /* background-color: #000; */
  border-radius: 0;
  box-shadow: -12px -12px 0 var(--jhm-color-thin);
  /* border: 1px solid #000; */
}

/* .home-intro__row3::before {
  position: absolute;
  content: "";
  background-image: url(../img/new/text1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 5% 0;
  left: 0;
  bottom: 0rem;
} */

#j_home_intro .home-intro__row3::before {
  background-image: url(../img/new/j_text1.png);
  padding: 6.8% 0;
  left: 0;
}

#i_home_intro .home-intro__row4 .c-wrapper.-left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/new/bg1.png);
  padding: 4vw 3vw;
  padding-top: 5%;
}

#j_home_intro .home-intro__row4 {
  background-color: #fff;
}

#j_home_intro .home-intro__row4 .c-wrapper.-right {
  position: relative;
  background-color: var(--jhm-color-dark);
}

.home-intro.-i .home-intro__txt::before,
.home-intro.-j .home-intro__txt::before {
  display: none;
}

#j_home_intro .home-intro__row4 .c-wrapper.-right .txt_img {
  margin-left: 12rem;
  width: 28%;
  margin-top: 15%;
}

#i_home_intro .home-intro__row4 .c-wrapper.-left .text_box {
  background-color: #fff;
  padding: 4rem;
  text-align: left;
  margin-top: 8%;
  position: relative;
}

#j_home_intro .home-intro__row4 .c-wrapper.-right .text_box {
  color: #fff;
  padding: 7rem 12rem;
  text-align: left;
  margin-top: -5%;
  position: relative;
}

#i_home_intro .home-intro__row4 .c-wrapper.-left .text_box::before,
#i_home_intro .home-intro__row4 .c-wrapper.-left .text_box::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#i_home_intro .home-intro__row4 .c-wrapper.-left .text_box::before {
  background-image: url(../img/new/item1.png);
  width: 17vw;
  height: 16vw;
  top: 2vw;
  right: 1vw;
}

#i_home_intro .home-intro__row4 .c-wrapper.-left .text_box::after {
  background-image: url(../img/new/item2.png);
  width: 14vw;
  height: 13vw;
  bottom: 10vw;
  right: -4vw;
}

#i_home_intro .home-intro__row4 .c-wrapper.-left .text_box .txt2,
#j_home_intro .home-intro__row4 .c-wrapper.-right .text_box .txt2 {
  font-size: 34px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.706;
  margin-bottom: 4%;
}
#i_home_intro .home-intro__row4 .c-wrapper.-left .text_box .txt2,
.aie-top .about_wrap .contents_item_title h2 {
  color: var(--aie-color-text);
}

#i_home_intro .home-intro__row4 .btn {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 10%;
  transform: inherit;
  position: inherit;
  bottom: 0;
  left: 0;
  background-color: var(--aie-color-dark);
  border-radius: 0;
  box-shadow: -15px -15px 0 var(--aie-color-shadow);
}

#j_home_intro .home-intro__row4 .btn {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 10%;
  transform: inherit;
  position: inherit;
  bottom: 0;
  left: 0;
}

.home-life__wrapper {
  padding: 8% 0 4rem;
}

.home-life.-i .home-life__wrapper,
.home-life.-j .home-life__wrapper {
  background-image: none;
}

.home-life__container {
  width: 100%;
}

#i_home_campuslife .home-life__head .title,
#j_home_campuslife .home-life__head .title {
    height: auto;
    text-align: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
}

#i_home_campuslife .home-life__list.-primary li .text_box,
#j_home_campuslife .home-life__list.-primary li .text_box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/bg2.png);
  padding: 9vw 4vw 4vw;
  color: #fff;
  text-align: left;
  letter-spacing: 0.04em;
  position: relative;
  max-height: 500px;
}

#i_home_campuslife .home-life__list.-primary li .text_box::before,
#i_home_campuslife .home-life__list.-primary li .text_box::after {
  position: absolute;
  content: "";
  background-color: #fff;
}

#i_home_campuslife .home-life__list.-primary li .text_box::before {
  width: 1px;
  height: 25vw;
  left: 25px;
  bottom: 0%;
}

#i_home_campuslife .home-life__list.-primary li .text_box::after {
  height: 1px;
  width: 33vw;
  left: 0;
  bottom: 25px;
}

#i_home_campuslife .home-life__list.-primary li .text_box .img {
  width: 58%;
  margin: 0;
}

#i_home_campuslife .home-life__list.-primary li .text_box h3 {
  margin-bottom: 5%;
}

#i_home_campuslife .home-life__list.-primary li .text_box h3 span {
  background-color: #fff;
  color: var(--aie-color-dark);
  font-weight: bold;
}

#i_home_campuslife .home-life__list.-primary li .text_box .n_btn {
  position: relative;
  color: #fff;
  font-weight: bold;
}

#j_home_campuslife .home-life__list.-primary li .text_box .n_btn {
  position: relative;
  color:var(--beige-color);
  font-weight: bold;
}

#i_home_campuslife .home-life__list.-primary li .text_box .n_btn::before,
#j_home_campuslife .home-life__list.-primary li .text_box .n_btn::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/n_arrow.svg);
  width: 28px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
}
#j_home_campuslife .home-life__list.-primary li .text_box .n_btn::before {
  background-image: url(../img/new/np_arrow_30.png);
}

#j_home_campuslife .home-life__list.-primary li .text_box {
  background-image: url(../img/new/bg5.png);
  padding: 1.3vw 3vw 5.6vw;
}

#j_home_campuslife .home-life__list.-primary li .text_box .img {
  width: 80%;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0;
}

#j_home_campuslife .home-life__list.-primary li .text_box .title {
  background-color: unset;
  border: 0;
  padding: 1rem 0;
  color: var(--beige-color);
  margin-bottom: 2rem;
}

.home-life__list {
  margin-bottom: 3%;
}

.home-life-item .title {
  padding: 0;
  border-radius: 0;
  border: transparent;
  padding-bottom: 0.3rem;
}

#i_home_campuslife .home-life-item .title,
.aie-top .canpass_wrap_contents .contents_item_wrap .info .category .-gold,
.aie-top .canpass_wrap_contents .contents_item:nth-child(n + 2) .contents_item_wrap .category_inner span {
  color: var(--aie-color-text);
  border-bottom: 2px solid var(--aie-color-text);
}

#home_column .column {
  padding-left: 5.333%;
  padding-right: 5.333%;
  position: relative;
}

#home_column .column_wrap_title {
  text-align: left;
}

#home_column .column_wrap_title h2 {
  width: 63px;
}

#home_column .column_wrap_contents .contents {
  padding-left: 0;
  padding-right: 0;
}
#home_column #home_column_j .column_wrap_contents .contents {
  justify-content: unset;
}
#home_column .column_wrap_contents .contents_item {
  border-radius: 0;
}

#home_column .column_wrap_contents .contents_item a .material .time {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 14px;
  color: #9f9d9c;
}

#home_column .column_wrap_contents .contents_item a .visual .ctg {
  border-radius: 0;
}

#home_column_i .column_wrap_contents .contents_item a .visual .ctg {
  background-color: var(--aie-color-thin);
}

#home_column_i .column_wrap_contents .contents_item a .visual .ctg span {
  color: var(--aie-color-text);
}

#home_column .column_wrap_contents .btn_wrap {
  position: absolute;
  top: 4vw;
  right: 6vw;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

#home_column .column_wrap_contents .btn_wrap::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/n_arrow_b.svg);
  width: 28px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
}

.home-life.-j .home-life__container {
  background-color: transparent;
}

#j_home_campuslife .home-life.-j .home-life__wrapper {
  padding-top: 0%;
}

#j_home_campuslife .home-life__head .title {
  width: 70%;
  margin-top: 11.7%;
  margin-left: 7%;
}

.home-life__list li {
  color: #000;
}

.home-life.-j .home-life__list .home-life-item .title {
  color: #000;
  border: transparent;
  border-bottom: 1px solid #000;
  position: relative;
  background-color: #fff;
  padding: 2.5% 2% 2%;
}

.home-life.-j .home-life__list.pon .home-life-item .img {
  margin-bottom: -2vw;
}
#i_home_campuslife,
.home-life.-i .home-life__wrapper,
.home-life.-i .home-life__container,
#home_column #home_column_i {
  background-color: #f5f6fa;
}

#home_column #home_column_j {
  background-color: unset;
  position: relative;
}
#home_column #home_column_j::after {
  content: "";
  position: absolute;
  background-color: #E9EFE4;
  top: 0;
  left: 0;
  width: 60%;
    height: 245px;
    z-index: -1;
}
#home_column #home_column_j::before {
  content: "";
  position: absolute;
  background-image: url(../img/new/img_mask.png);
  width: 40%;
  height: 11vw;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#home_column_j .column_wrap_contents .contents_item a .visual .ctg,
.j-top .column_wrap_contents .contents_item a .visual .ctg {
  position: relative;
  background: unset;
  left: unset;
  bottom: unset;
  padding: 20px 0px;
  border-bottom: 1px solid #62784B;
      border-radius: 0;
}

.j-top .column_wrap_contents .contents_item a .visual .ctg span {
  color: #62784B;
}
#home_column_j .column_wrap_contents .contents_item a .visual .ctg span {
  color: #000;
}

#home_column_j .column_wrap_contents .contents_item,.j-top .column_wrap_contents .contents_item {
  border: 5px solid #5e7050;
  box-shadow: unset;
  margin: 0;
}

#home_column .column {
  padding-bottom: 4rem;
}

#home_opencampus .opnecanpass_wrap_contents .btn_wrap .btn.-red .c-btn__inner {
  background-color: var(--jhm-color-dark);
  border: 1px solid var(--jhm-color-dark);
  box-shadow: -12px -12px 0 var(--jhm-color-shadow);
}

#home_opencampus .opnecanpass {
  background: linear-gradient(
    90deg,
    var(--aie-color) 0%,
    var(--aie-color) 50%,
    var(--jhm-color) 50%,
    var(--jhm-color)
  );
}

#home_opencampus .opnecanpass_wrap {
  background: #ffffff url(../img/new/open_canpass_bg.png) right top/contain;
  background-repeat: no-repeat;
}

#home_opencampus .opnecanpass_wrap_contents .heading .title {
  width: 61%;
  margin: -5% auto 0;
}

#home_opencampus .opnecanpass_wrap_contents {
  position: relative;
}
#home_opencampus .opnecanpass_wrap_contents .btn_wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}

#home_opencampus .opnecanpass_wrap_contents::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/bg7.png);
  height: 29vw;
  right: 0;
  bottom: -12vw;
  width: 25%;
  z-index: 1;
}

#home_opencampus .opnecanpass_wrap_contents::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/item3.png);
  width: 8vw;
  height: 7vw;
  bottom: 0%;
  left: 2%;
}

#home_opencampus
  .opnecanpass_wrap
  .online_explain_wrap
  .contents
  .text
  .btn_wrap
  .btn {
  margin: 0 2.5%;
  max-width: 430px;
  width: 44%;
}

#home_opencampus
  .opnecanpass_wrap
  .online_explain_wrap
  .btn_wrap
  .btn.-red
  .c-btn__inner {
  background-color: var(--jhm-color-dark);
  border: 1px solid var(--jhm-color-dark);
  box-shadow: -12px -12px 0 var(--jhm-color-shadow);
}

#home_opencampus .opnecanpass_wrap_contents .btn_wrap .btn {
  margin: 0 1.5rem;
  max-width: 536px;
  width: 35%;
}

#home_recommend .recommend {
  background: #ffffff no-repeat url(../img/new/recommend.png) center/cover;
}

#home_recommend .recommend_wrap_catch p {
  font-size: 2.9rem;
}

#home_recommend .recommend_wrap_catch p span {
  color: #dac7aa;
}

#home_recommend .recommend_wrap .btn_wrap a {
  box-shadow: none;
  margin-top: 5%;
}

#home_facility .facility_wrap .contents .sub_title {
  line-height: 1.7;
}

.home .fac-slick {
  max-width: 100%;
}

#home_support .support_wrap .sub_title h3 {
  font-weight: 500;
}

#home_facility .facility_wrap .btn_wrap .btn .c-btn__inner {
  box-shadow: -12px -12px 0 #d7d8da;
}

#home_facility .facility_wrap .btn_wrap .btn {
  margin-right: 4rem;
}

#home_facility .facility_wrap .btn_wrap .btn:last-child {
  margin-right: 0;
}

#home_news .news_wrap .btn_wrap .c-btn.-black .c-btn__inner {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  color: #000;
}

#home_news .news_wrap .btn_wrap .c-btn.-black .c-btn__inner .btn__txt {
  position: relative;
}

#home_news .news_wrap .btn_wrap .c-btn.-black .c-btn__inner .btn__txt::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/n_arrow_b.svg);
  width: 28px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
}

.c-btn {
  height: 8rem;
}

.c-btn .c-btn__inner {
  line-height: 8rem;
}

.p-cta__btn {
  width: 50%;
}

.p-cta__btn .btn {
  width: 45%;
  margin-right: 4%;
}

.p-cta__btn .btn:last-child {
  margin-right: 0;
}

.p-cta__btn .btn a {
  text-align: left;
  padding-left: 3rem;
}

.c-btn .c-btn__inner .btn__arrow {
  background-image: url(../img/new/n_arrow.svg);
  width: 28px;
 height: 8px;
}

.p-cta__btn .c-btn.-red .c-btn__inner {
  background-color: var(--jhm-color-dark);
  border: 2px solid var(--jhm-color-dark);
  box-shadow: -12px -12px 0 var(--jhm-color-shadow);
}

.body-wrapper.page-7 #home_support .support .btn_wrap .btn:last-child a {
  background-color: var(--jhm-color-dark);
  border: 2px solid var(--jhm-color-dark);
  box-shadow: -12px -12px 0 var(--jhm-color-shadow);
}

.p-cta {
  /* background-color: transparent;
  background-image: url(../img/new/bg8.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: var(--aie-color-thin);
}

#home_recommend .recommend,
#home_facility .facility,
#home_support .support {
  border: transparent;
}

#home_support .support::before,
#home_support .support::after {
  display: none;
}

.p-address__wrapper {
  background: #f0f1f5 no-repeat url(../img/new/address_img.png) bottom
    right/contain;
}

.body-wrapper.page-7 #home_support .support .btn_wrap .btn:first-child {
  margin-right: 40px;
}

#home_facility .facility_wrap .contents .img {
  margin: 0 1rem 6rem;
}

/* aie */

.aie-top
  .mv_wrap
  .slider_wrap
  .aie_slider
  .slick-dots
  li.slick-active
  button:before {
  color: #9b6a70;
}

.aie-top .school_concept_wrap .concept_title .concept span {
  color: var(--aie-color-text)
}

.aie-top .about_wrap {
  padding: 6rem 9vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/bg1.png);
}

.aie-top .about_wrap .contents .contents_img {
  flex: 0 0 43%;
  margin-right: 7%;
}

.aie-top .column_wrap_contents .contents_item {
  border-radius: 0;
}

.aie-top .facility_wrap .contents .title_wrap h2,
.aie-top .support_wrap .title_wrap h2,
#home_facility .facility_wrap .contents .title_wrap h2,
#home_support .support_wrap .title_wrap h2 {
  width: 10%;
}

.aie-top .recommend_wrap_title .title h2 {
  width: 12%;
}

.aie-top .news_wrap_head .title_wrap h2 {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .aie-top .facility_wrap .contents .title_wrap h2,
  .aie-top .support_wrap .title_wrap h2,
  #home_facility .facility_wrap .contents .title_wrap h2,
  #home_support .support_wrap .title_wrap h2 {
    width: 20%;
  }

  .aie-top .recommend_wrap_title .title h2,
  .aie-top .news_wrap_head .title_wrap h2 {
    width: 22%;
  }

  .under-fixed .flex-box .fixed-link.aie-link.sp768on {
    background-color: var(--aie-color-dark);
  }
}

@media screen and (max-width: 480px) {
  .aie-top .recommend_wrap_title .title h2 {
    width: 35%;
  }

  .aie-top .facility_wrap .contents .title_wrap h2,
  .aie-top .support_wrap .title_wrap h2,
  #home_facility .facility_wrap .contents .title_wrap h2,
  #home_support .support_wrap .title_wrap h2 {
    width: 25%;
  }
}

.aie-top .about_wrap .contents_item_title {
  margin: 0;
}

.aie-top .about_wrap::after {
  display: none;
}

.aie-top .about_wrap .contents_item {
  flex: 0 0 50%;
  margin: 0;
}

.aie-top .about_wrap .contents_item_title h2 {
  font-size: 34px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.706;
  margin-bottom: 4%;
  width: 100%;
}

.aie-top .about_wrap .text_box {
  background-color: #fff;
  padding: 4rem;
  text-align: left;
  position: relative;
}

.aie-top .about_wrap .text_box::before,
.aie-top .about_wrap .text_box::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aie-top .about_wrap .text_box::before {
  background-image: url(../img/new/item1.png);
  width: 17vw;
  height: 16vw;
  top: 2vw;
  right: 1vw;
}

.aie-top .about_wrap .text_box::after {
  background-image: url(../img/new/item2.png);
  width: 14vw;
  height: 13vw;
  bottom: 0vw;
  right: -4vw;
}

.aie-top .course {
  padding: 6rem 9vw;
  background-color: #f5f6fa;
}

.aie-top .course h2 {
  width: 6.6vw;
  margin: 0 auto;
}

.aie-top .course .block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4%;
}

.aie-top .course .block .box {
  flex: 0 0 49%;
  margin-right: 2%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aie-top .course .block .box a {
  padding: 5% 3%;
  display: block;
}

.aie-top .course .block .box:nth-child(2n) {
  margin-right: 0;
}

.aie-top .course .block .box h3 {
  width: 48%;
}

.aie-top .course .block .box:nth-child(2) h3 {
  width: 28%;
}

.aie-top .course .block .box:nth-child(4) h3 {
  width: 38%;
}

.aie-top .course .block .box:nth-child(5) h3 {
  width: 60%;
}
.aie-top .course .block .box h3 img {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(100%) contrast(200%);
  opacity: 0.7;
}
.aie-top .course .block .box .btn img {
  filter:invert(100%) sepia(100%) saturate(100%) hue-rotate(150deg) brightness(200%) contrast(100%);
}
.aie-top .course .block .box:last-child .btn img {
  filter:unset;
}
.aie-top .course .block .box:last-child h3 img {
opacity: 1;
}
.aie-top .course .block .box p {
  font-weight: bold;
  line-height: 1.7;
  margin-top: 5%;
  color: #d7adb7;
}

.aie-top .course .block .box:nth-child(2) p {
  color: #baa6c5;
}

.aie-top .course .block .box:nth-child(3) p {
  color: #95c5d6;
}

.aie-top .course .block .box:nth-child(4) p {
  color: #e8be89;
}

.aie-top .course .block .box:nth-child(5) p {
  color: #98c198;
}

.aie-top .course .block .box p span {
  background-color: #fff;
}

.aie-top .course .block .box .btn {
  width: 40px;
  height: 40px;
}

.aie-top .course .block .box:nth-child(n + 3) {
  margin-top: 2%;
}

.aie-top .course .block .box:last-child {
  display: flex;
  border: 1px solid #9b6a70;
  align-items: center;
  justify-content: center;
}

.aie-top .course .block .box:last-child h3,
.aie-top .course .block .box:last-child .btn {
  margin: 0 auto;
}

.aie-top .course .block .box:last-child .btn {
  margin-top: 5%;
}

.aie-top .canpass {
  padding: 0 0 2%;
}

.aie-top .canpass.-aie {
  background-color: transparent;
}

.aie-top .canpass_wrap_title {
  text-align: left;
}

.aie-top .canpass_wrap_title h2 {
  width: 20%;
}

.aie-top .canpass_wrap {
  padding: 6rem 9vw;
}

.aie-top .canpass_wrap_contents .contents_item:first-child .text_box {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/bg2.png);
  padding: 9vw 4vw 4vw;
  color: #fff;
  text-align: left;
  letter-spacing: 0.04em;
  position: relative;
  max-height: 500px;
}

.aie-top .canpass_wrap_contents .contents_item:first-child .text_box::before,
.aie-top .canpass_wrap_contents .contents_item:first-child .text_box::after {
  position: absolute;
  content: "";
  background-color: #fff;
}

.aie-top .canpass_wrap_contents .contents_item:first-child .text_box::before {
  width: 1px;
  height: 25vw;
  left: 25px;
  bottom: 0%;
}

.aie-top .canpass_wrap_contents .contents_item:first-child .text_box::after {
  height: 1px;
  width: 33vw;
  left: 0;
  bottom: 25px;
}

.aie-top .canpass_wrap_contents .contents_item:first-child .text_box .img {
  width: 26%;
}

.aie-top .canpass_wrap_contents .contents_item:first-child .text_box h3 {
  margin-bottom: 5%;
}

.aie-top .canpass_wrap_contents .contents_item:first-child .text_box h3 span {
  background-color: #fff;
  color: var(--aie-color-dark);
  font-weight: bold;
}

.aie-top .canpass_wrap_contents .contents_item:first-child .text_box .n_btn {
  position: relative;
  color: #fff;
  font-weight: bold;
}

.aie-top
  .canpass_wrap_contents
  .contents_item:first-child
  .text_box
  .n_btn::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/n_arrow.svg);
  width: 28px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
}

.aie-top .canpass_wrap_contents .contents_item_wrap .info .category_inner {
  border-radius: 0;
}

.aie-top
  .canpass_wrap_contents
  .contents_item:nth-child(n + 2)
  .contents_item_wrap
  .category_inner
  span {
  font-size: 1.6rem;
}

.aie-top .canpass_wrap_contents .contents_item_wrap .info .category .-gold {
  border: transparent;
  padding: 0;
  padding-bottom: 0.5rem;
}

.aie-top .canpass .btn_wrap {
  margin-top: 3%;
}

.aie-top .canpass .btn_wrap .c-btn {
  height: 6rem;
}

.aie-top .canpass .btn_wrap .c-btn.-blue .c-btn__inner {
  line-height: 6rem;
}

.aie-top .column {
  padding: 6rem 9vw 8rem;
  background-color: transparent;
  position: relative;
}

.aie-top .column_wrap_title h2 {
  width: 63px;
}

.aie-top .column_wrap_title {
  text-align: left;
}

.aie-top .column_wrap_contents .contents_item a .visual .ctg {
  background-color: var(--aie-color-thin);
  border-radius: 0;
}

.aie-top .column_wrap_contents .contents_item a .visual .ctg span {
  color: var(--aie-color-dark2);
  font-size: 1.3rem;
}

.aie-top .column_wrap_contents .contents_item a .material .time {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  color: #9f9d9c;
}

.aie-top .column_wrap_contents .contents_item a .visual {
  margin: 0 0 4rem;
}

.aie-top .column_wrap_contents .btn_wrap {
  position: absolute;
  top: 6vw;
  right: 13vw;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.aie-top .column_wrap_contents .btn_wrap::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/n_arrow_b.svg);
  width: 28px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
}

#home_opencampus
  .opnecanpass_wrap
  .online_explain_wrap
  .contents
  .text
  .title
  .main_title,
.aie-top
  .opnecanpass_wrap
  .online_explain_wrap
  .contents
  .text
  .title
  .main_title {
  width: 50%;
}

.aie-top .opnecanpass_wrap .online_explain_wrap .contents .text .btn_wrap {
  margin-top: 5%;
}

.aie-top
  .opnecanpass_wrap
  .online_explain_wrap
  .contents
  .text
  .btn_wrap
  .c-btn.-blue
  .c-btn__inner {
  background-color: var(--aie-color-dark);
  border: 1px solid var(--aie-color-dark);
}

.aie-top
  .opnecanpass_wrap
  .online_explain_wrap
  .contents
  .text
  .btn_wrap
  .c-btn
  .c-btn__inner {
    box-shadow: -12px -12px 0 var(--aie-color-shadow);
}

.aie-top .opnecanpass_wrap {
  border-radius: 0;
  background: #ffffff url(../img/new/open_canpass_bg.png) right top/contain;
  background-repeat: no-repeat;
}

.aie-top .opnecanpass_wrap_contents .heading .title {
  width: 61%;
  margin: -5% auto 0;
}

.aie-top .opnecanpass {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/bg1.png);
}

.aie-top .opnecanpass_wrap .online_explain {
  border-radius: 0;
  background-color: #F5EEE2;
}

.aie-top .opnecanpass_wrap_contents,
.j-top .opnecanpass_wrap_contents {
  position: relative;
}

.aie-top .opnecanpass_wrap_contents::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/aie_item0.png);
  width: 18vw;
  height: 12vw;
  bottom: -2%;
  left: 5%;
}

.aie-top .opnecanpass_wrap_contents::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/aie_item00.png);
  width: 22vw;
  height: 29vw;
  bottom: -12%;
  right: 0%;
  z-index: 1;
}
.j-top .opnecanpass_wrap_contents::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/jhm/j_item00.png);
  width: 22vw;
  height: 29vw;
  bottom: -12%;
  right: 0%;
  z-index: 1;
}
@media (max-width: 767px) {
  .j-top .opnecanpass_wrap_contents::after {
    display: none;
  }
}

.aie-top .recommend {
  background: #ffffff no-repeat url(../img/new/recommend.png) center/cover;
}

.aie-top .recommend_wrap_catch p {
  font-size: 2.9rem;
}

.aie-top .recommend_wrap_catch p span {
  color: #dac7aa;
}

.aie-top .recommend_wrap .btn_wrap .c-btn.-white .c-btn__inner {
  box-shadow: none;
}

.aie-top .c-btn,
.j-top .c-btn {
  height: 6rem;
}

.aie-top .c-btn .c-btn__inner,
.j-top .c-btn .c-btn__inner {
  line-height: 6rem;
}

#home_facility .facility,
.aie-top .facility,
.j-top .facility {
  background: #ffffff url(../img/new/facility_bg.jpg);
  background-position: right 15%;
  background-size: 35%;
  background-repeat: no-repeat;
}

.aie-top .facility_wrap .contents .sub_title {
  line-height: 1.7;
}

.aie-top .facility .c-btn:first-child {
  margin-right: 3rem;
}

.aie-top .facility .c-btn.-black .c-btn__inner {
  box-shadow: -12px -12px 0 #d7d8da;
}

.aie-top .support .c-btn.-black .c-btn__inner {
  background-color: #3b3e48;
  box-shadow: -12px -12px 0 #d7d8da;
}

.aie-top .news .btn_wrap .btn__inner {
  position: relative;
}

.aie-top .news .btn_wrap .btn__inner .btn__txt {
  font-weight: bold;
  font-size: 14px;
}

.aie-top .news_wrap_head .btn_wrap {
  margin-top: 2%;
}

.aie-top .news .btn_wrap .btn__arrow {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/new/n_arrow_b.svg);
  width: 28px;
  height: 8px;
  top: 0;
  right: -40px;
  bottom: 0;
  margin: auto;
}

.home-spmv.-i {
  background: no-repeat url(../img/new/home_spmv_i.png) top left/cover;
}

.home-spmv.-j {
  background: no-repeat url(../img/new/home_spmv_j.png) top right/cover;
}

#home_news .news_wrap_list .news_list_item .list_item .info .ctg,
.aie-top .news_wrap_list .news_list_item .list_item .info .ctg {
  border-radius: 4px;
}

.aie-top .news_wrap_list .news_list_item .list_item .info .ctg.aie_info,
#home_news .news_wrap_list .news_list_item .list_item .info .ctg.aie_info {
  background-color: var(--aie-color) !important;
}

.aie-top .news_wrap_list .news_list_item .list_item .info .ctg.common_info,
#home_news .news_wrap_list .news_list_item .list_item .info .ctg.common_info {
  background-color: #e1e2e6 !important;
}

#home_news .news_wrap_list .news_list_item .list_item .info .ctg.jhm_info {
  background-color: var(--jhm-color) !important;
}

.aie-top .news_wrap_list .news_list_item .list_item .info .ctg span,
#home_news .news_wrap_list .news_list_item .list_item .info .ctg span {
  color: #262626;
  font-size: 13px;
}

.aie-top .news_wrap_list .news_list_item .list_item .time,
.j-top .news_wrap_list .news_list_item .list_item .time,
#home_news .news_wrap_list .news_list_item .list_item .time {
  font-family: poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

@media screen and (max-width: 1024px) {
  .aie-top .about_wrap,
  .aie-top .course,
  .aie-top .canpass_wrap,
  .aie-top .column {
    padding: 6rem 5vw;
  }

  .aie-top .opnecanpass_wrap .online_explain_wrap .contents {
    width: 92%;
  }
}

@media screen and (max-width: 768px) {
  .c-btn .c-btn__inner {
    line-height: 3.5rem;
  }

  .c-btn.-gold .c-btn__inner {
    box-shadow: none;
    border: 1px solid var(--aie-color-dark);
  }

  .c-btn.-red .c-btn__inner {
    box-shadow: none;
  }

  .aie-top .about_wrap .contents_item::after {
    display: none;
  }

  .aie-top .about_wrap .text_box {
    text-align: center;
  }

  .aie-top .about_wrap .text_box .pc {
    margin-bottom: 5%;
  }

  .aie-top .about_wrap .text_box::before {
    width: 30vw;
    height: 27vw;
    top: 1vw;
    right: 0vw;
  }

  .aie-top .about_wrap .text_box::after {
    background-image: url(../img/new/item2.png);
    width: 20vw;
    height: 20vw;
    bottom: 8vw;
    right: 0vw;
  }

  .aie-top .course h2 {
    width: 12vw;
  }

  .aie-top .course .block .box p {
    font-size: 18px;
  }

  .aie-top .canpass_wrap_title h2 {
    width: 25%;
  }

  .aie-top .canpass_wrap_contents .contents_item:first-child .text_box .img {
    width: 60%;
  }

  .aie-top .canpass_wrap_contents .contents_item:first-child .text_box {
    padding: 4vw 4vw 6vw;
    color: #fff;
  }

  .aie-top .canpass_wrap_contents .contents_item:first-child .text_box::before {
    height: 31vw;
    left: 15px;
  }

  .aie-top .canpass_wrap_contents .contents_item:first-child .text_box::after {
    width: 50vw;
    bottom: 15px;
  }

  .aie-top .canpass .btn_wrap {
    margin-top: 6%;
  }

  .aie-top .opnecanpass_wrap_contents .heading .sub_title {
    text-align: center;
  }

  .aie-top .opnecanpass_wrap_contents .heading .title {
    width: 75%;
  }

  .aie-top .opnecanpass_wrap_contents::before,
  .aie-top .opnecanpass_wrap_contents::after {
    display: none;
  }

  .aie-top .column_wrap_contents .btn_wrap {
    top: 11vw;
  }

  .p-cta__btn {
    width: 100%;
    text-align: center;
  }

  .p-cta__head .title {
    height: 9rem;
    text-align: center;
  }

  .p-cta__desc {
    text-align: center;
  }

  .p-cta__btn .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }

  .p-cta__btn .btn:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .aie-top .about_wrap,
  .aie-top .course,
  .aie-top .canpass_wrap,
  .aie-top .column {
    padding: 4rem 2.8vw;
  }

  .aie-top .about_wrap .contents_item_title h2 {
    font-size: 21px;
  }

  .aie-top .about_wrap .text_box .pc {
    margin-bottom: 15%;
  }

  .aie-top .course h2 {
    width: 22vw;
  }

  .aie-top .course .block {
    display: block;
    margin-top: 8%;
  }

  .aie-top .course .block .box {
    margin-right: 0;
  }

  .aie-top .course .block .box:nth-child(n + 2) {
    margin-top: 5%;
  }

  .aie-top .canpass_wrap_title {
    text-align: center;
  }

  .aie-top .canpass_wrap {
    width: 100%;
  }

  .aie-top .canpass_wrap_contents .contents_item:first-child .text_box::after,
  .aie-top .canpass_wrap_contents .contents_item:first-child .text_box::before {
    display: none;
  }

  .aie-top .canpass_wrap_title h2 {
    width: 45%;
    margin: 0 auto;
  }

  .f16 {
    font-size: 14px;
  }

  .aie-top .canpass_wrap_contents .contents_item:first-child .text_box {
    padding: 6vw 2vw 8vw;
  }

  .aie-top .canpass_wrap_contents .contents_item:first-child .text_box .img {
    width: 80%;
  }

  .aie-top .canpass_wrap_contents .contents_item:first-child .text_box p {
    font-size: 13px;
  }

  .aie-top .canpass .btn_wrap {
    margin-top: 8%;
  }

  .aie-top .opnecanpass_wrap {
    background: #fff;
  }

  .aie-top .opnecanpass_wrap_contents .heading .title {
    width: 100%;
    margin: -16% auto 0;
  }

  .aie-top .opnecanpass_wrap_contents .heading .sub_title {
    text-align: left;
  }

  .aie-top .recommend_wrap_catch p {
    font-size: 2rem;
  }

  .aie-top .facility {
    background-size: 80%;
    background-position: 140% 30% !important;
  }

  .aie-top .news_wrap_head .btn_wrap {
    display: none;
  }

  .aie-top .news .btn_wrap .btn__arrow {
    background-image: url(../img/new/n_arrow.svg);
    top: 10px;
    right: 20px;
  }

  .aie-top .news .sp_only .c-btn.-black .c-btn__inner {
    background-color: var(--aie-color-dark);
    border: 1px solid var(--aie-color-dark);
  }

  .br480off {
    display: none;
  }

  .p-cta__desc {
    text-align: left;
  }
}

/* jhm */

.j-top {
  background-color: transparent;
}

.j-top .school_concept_wrap .concept_title .concept,
.j-top .news_wrap_list.news-top .news_list_item .list_item .time,
.j-top .news_wrap_list.news-top .news_list_item .list_item .title a,
.j-top .about_wrap .contents_item_text {
  color: #000;
}

.j-top .concept_img_wrap {
  margin-bottom: -4%;
}

.j-top .about_wrap .contents_item_text::after {
  display: none;
}

.j-top .about_wrap {
  background-color: var(--jhm-color-dark);
  padding: 0;
}

.j-top .about_wrap .contents_item_title h2 {
  font-size: 34px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.706;
  margin-bottom: 4%;
  width: 100%;
}

.j-top .about_wrap .contents .contents_img {
  flex: 0 0 50%;
}

.j-top .about_wrap .contents_item {
  flex: 0 0 50%;
  position: relative;
  padding: 5rem;
}

.j-top .about_wrap .contents_item .title_img {
  max-width: 200px;
  margin: 0;
  width: 35%;
}
.j-top .about_wrap .contents_item_title p,
.j-top .about_wrap .contents_item_title h2 {
  color: #fff;
}

.j-top .about_wrap .text_box .pc {
  margin-bottom: 10%;
}

.j-top .c-btn.-blue .c-btn__inner {
  background-color: #000000;
  border: 1px solid #000000;
}

.j-top .c-btn .c-btn__inner {
  box-shadow: -12px -12px 0 #00000020;
}

.j-top .course {
  position: relative;
}

.j-top .course .container {
  padding: 6rem 9vw;
  background-image: url(../img/new/dot_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.j-top .course .container h2 {
  width: 40%;
  margin: auto;
  margin-bottom: 3%;
}

.j-top .course .container .block {
  display: flex;
  margin-top: 3%;
}

.j-top .course .container .block .box {
  flex: 0 0 49%;
  margin-right: 2%;
}

.j-top .course .container .block .box:last-child {
  margin-right: 0;
}

.j-top .course .container .btn_box {
  margin-top: 5%;
  text-align: center;
}

.j-top .canpass_wrap,
.j-top .canpass.-j {
  background-color: transparent;
}
.j-top .canpass {
  position: relative;
}
.j-top .canpass::after,
.j-top .canpass::before {
  content: "";
  position: absolute;
  background-image: url(../img/new/mask_01.png);
  width: 30%;
  height: 17.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  z-index: -1;
}
.j-top .canpass::before {
  bottom: 0;
  right: 0;
}
.j-top .canpass::after {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.j-top .canpass_wrap_title h2 {
  width: 55%;
  margin: auto;
}

.j-top .canpass_wrap_contents .contents_item:first-child .text_box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/new/jhm/life_bg.png);
  padding: 1.3vw 3vw 5.6vw;
}

.j-top .canpass_wrap_contents .contents_item:first-child .text_box .img {
  width: 55%;
}

.j-top .canpass_wrap_contents .contents_item:first-child .text_box h3 {
  margin-bottom: 3%;
  margin-top: 1%;
}

.j-top .canpass_wrap_contents .contents_item:first-child .text_box h3 span {
  /* background-color: var(--jhm-color-dark); */
  /* border: 2px solid var(--jhm-color-dark); */
  padding: 1rem 0;
  color: #d48d75;
}

.j-top .canpass_wrap_contents .contents_item:first-child .text_box .n_btn {
  color: #fff;
  position: relative;
}

.j-top
  .canpass_wrap_contents
  .contents_item:first-child
  .text_box
  .n_btn::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/n_arrow.svg);
  width: 28px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
}

.j-top
  .canpass_wrap_contents
  .contents_item:not(:first-child)
  .contents_item_wrap,
.j-top .canpass_wrap_contents .contents_item_wrap .info .category .-white span {
  color: #000;
}

.body-wrapper.page-115
  .j-top
  .canpass
  .canpass_wrap_contents
  .contents_item:nth-child(n + 2)
  .contents_item_wrap
  .category_inner {
  padding: 0;
  background-color: #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  padding: 2.5% 2% 2%;
  border-radius: 0;
  position: relative;
}

.j-top .canpass_wrap_contents .contents_item_wrap .info .text p {
  font-size: 13px;
}

.j-top
  .canpass_wrap_contents
  .contents_item:not(:first-child)
  .contents_item_wrap
  .info {
  margin-top: -18%;
}

.j-top .canpass {
  padding: 0 0 1%;
}

.j-top .canpass .btn_wrap {
  margin-top: 3%;
}

.j-top .opnecanpass {
  background-color: var(--jhm-color-dark);
}

.body-wrapper.page-115 .j-top .opnecanpass .opnecanpass_wrap {
  border-radius: 0;
  background: #ffffff url(../img/new/jhm/open_canpass_bg.png) right top/100% 77%;
  background-repeat: no-repeat;
}

.j-top .opnecanpass_wrap_contents .heading .title {
  width: 42%;
  margin: 0 auto 4rem;
}

.j-top
  .opnecanpass_wrap
  .online_explain_wrap
  .contents
  .text
  .title
  .main_title {
  width: 50%;
}

.j-top .column {
  background-color: transparent;
  padding-top: 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
}
.j-top .column::after {
  content: "";
  background-color: #E9EFE4;
  z-index: -1;
  width: 80%;
  height: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.j-top .column::before{
  bottom: 0;
  content: "";
  position: absolute;
  background-image: url(../img/new/mask_01.png);
  width: 30%;
  height: 17.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  z-index: -1;
}

.j-top .column_wrap_title {
  text-align: left;
  margin-top: 6%;
}

.j-top .column_wrap_title h2 {
  width: 15%;
  max-width: 100px;
}

.j-top .column_wrap_contents .btn_wrap {
  position: absolute;
  top: 3vw;
  right: 10vw;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.j-top .column_wrap_contents .btn_wrap::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new/n_arrow_b.svg);
  width: 28px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
}

.j-top .recommend {
  background: #ffffff no-repeat url(../img/new/recommend.png) center/cover;
}

.j-top .recommend_wrap_catch p {
  font-size: 2.9rem;
}

.j-top .recommend_wrap_catch p span {
  color: #dac7aa;
}

.j-top .recommend_wrap .btn_wrap .c-btn.-white .c-btn__inner {
  box-shadow: none;
}

.body-wrapper.page-115 .j-top .facility .container {
  padding-left: 9vw;
  padding-right: 9vw;
}

.j-top .facility_wrap .contents .sub_title {
  line-height: 1.7;
}

.body-wrapper.page-115 .j-top .facility .container .btn_wrap .btn:first-child {
  margin-right: 4%;
}

.j-top .support_wrap .title_wrap {
  width: 55%;
  text-align: center;
  margin: 0 auto 4rem;
}

.j-top .support .c-btn.-black .c-btn__inner {
  background-color: #3b3e48;
  box-shadow: -12px -12px 0 #d7d8da;
}

.j-top .news_wrap_head .title {
  width: 11%;
}

.j-top .news_wrap_head .btn_wrap {
  margin-top: 2%;
}

.j-top .news .btn_wrap .btn__inner {
  position: relative;
}

.j-top .news .btn_wrap .btn__inner .btn__txt {
  font-weight: bold;
  font-size: 14px;
}

.j-top .news .btn_wrap .btn__arrow {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/new/n_arrow_b.svg);
  width: 28px;
  height: 8px;
  top: 0;
  right: -40px;
  bottom: 0;
  margin: auto;
}

.j-top .news_wrap_list .news_list_item .list_item .info .ctg {
  border-radius: 4px;
}

.j-top .news_wrap_list .news_list_item .list_item .info .ctg.common_info {
  background-color: #e1e2e6 !important;
}

.j-top .news_wrap_list .news_list_item .list_item .info .ctg span {
  color: #000;
}

.j-top .opnecanpass_wrap .online_explain {
  border-radius: 0;
  background-color: #E9EFE4;
}
.j-top .opnecanpass_wrap .online_explain_wrap .contents .text .btn_wrap .btn a {
  background-color: #62784B;
  border-color: #62784B;
  box-shadow: -12px -12px 0 #62784B40;
}

@media screen and (max-width: 1024px) {
  .body-wrapper.page-115 .j-top .opnecanpass .opnecanpass_wrap {
    background: #ffffff url(../img/new/jhm/open_canpass_bg.png) right
      top/contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .j-top .about_wrap .contents_item_title .text_box {
    text-align: center;
  }

  .j-top .about_wrap .contents .contents_img {
    margin-right: 0;
    margin-bottom: 4%;
  }

  .j-top .course .container,
  .j-top .about_wrap {
    padding: 4rem 5vw;
  }

  .j-top .canpass_wrap {
    padding: 5.6rem 0;
  }

  .j-top .canpass_wrap_contents .contents_item:first-child .text_box .img {
    width: 75%;
  }

  .j-top .canpass_wrap_contents .contents_item:first-child .text_box h3 {
    font-size: 18px;
  }

  .j-top .opnecanpass_wrap .online_explain_wrap .contents .text .btn_wrap {
    margin-top: 7%;
  }

  .body-wrapper.page-115 .j-top .facility .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* .j-top .support_wrap .title {
  width: 40%;
  margin: 0 auto;
  } */

  .facility_aie-about .faiab-ai {
    background-color: #F5FDFF;
  }

  .aie-top .news .btn_wrap .btn__arrow,
  .j-top .news .btn_wrap .btn__arrow {
    background-image: url(../img/new/n_arrow.svg);
    top: 10px;
    right: 20px;
  }

  .j-top
    .canpass_wrap_contents
    .contents_item:not(:first-child)
    .contents_item_wrap
    .info {
    margin-top: -5%;
  }
}

@media screen and (max-width: 480px) {
  .j-top .about_wrap .contents_item_title h2 {
    font-size: 21px;
    max-width: 200px;
  }

  .j-top .course .container,
  .j-top .about_wrap {
    padding: 2rem 2.8vw;
  }

  .j-top .course .container .block {
    display: block;
    margin-top: 6%;
  }

  .j-top .course .container .block .box {
    margin-right: 0%;
    margin-bottom: 5%;
  }

  .j-top .course .container .block .box:last-child {
    margin-bottom: 0;
  }

  .j-top .course .container .btn_box {
    margin-top: 15%;
    text-align: center;
  }

  .j-top .canpass.-j {
    margin-top: 10%;
  }

  .j-top .course .container h2 {
    width: 50%;
  }

  .j-top .canpass_wrap_title h2 {
    width: 65%;
  }

  .j-top .canpass_wrap_contents .contents_item:first-child .text_box h3 {
    font-size: 16px;
  }

  .j-top .canpass_wrap_contents .contents_item:first-child .text_box h3 span {
    padding: 0.1rem 0;
  }

  .j-top .canpass_wrap_contents .contents_item:first-child .text_box .img {
    width: 95%;
  }

  .body-wrapper.page-115 .j-top .opnecanpass .opnecanpass_wrap {
    background-image: none;
    padding-top: 3rem;
  }

  .j-top .opnecanpass_wrap_contents .heading {
    padding: 0 1.5rem 0;
  }

  .j-top .opnecanpass_wrap_contents .heading .title {
    width: 100%;
  }

  .j-top
    .opnecanpass_wrap
    .online_explain_wrap
    .contents
    .text
    .title
    .main_title {
    width: 100%;
    margin-bottom: 0;
  }

  .j-top .column {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .j-top .column_wrap_title h2 {
    width: 25%;
  }

  .j-top .column_wrap_contents .btn_wrap {
    top: 8vw;
    right: 17vw;
  }

  .j-top .recommend_wrap_catch p {
    font-size: 2rem;
  }

  .j-top .facility_wrap .contents .title_wrap h2 {
    width: 60%;
  }

  .j-top .support_wrap .title_wrap {
    width: 60%;
  }

  .j-top .news_wrap_head .title {
    width: 30%;
    margin: 0;
  }

  .j-top .news {
    padding: 3rem 0;
  }
}

.jopnecampus .flow__head .photo_01 {
  top: -50px;
}

.aieopnecampus .salon-name,
.aieopnecampus .videos__item dt,
.aieopnecampus .introduction__slider__item__title,
.employ .employ_list,
.employment_job_j_license .content ul.process li,
.feature_j-hm-about_stylistdebut .st-interview,
.facility_aie-about .faiab-j,
.campuslife_schedule .event.-j {
  background-color: #F4F4F4;
}

.employment_job_j_license .content ul.process li::after {
  border-left: 20px solid var(--jhm-color-dark)
}

.employment_job_j_license .content h3 {
  border-left: 5px solid var(--jhm-color-dark);
}

.jopnecampus .c-btn.-gold .c-btn__inner,
.body-wrapper.page-224 .support__foot .c-btn .btn__inner:last-child {
  background-color: var(--jhm-color-dark);
  border: 1px solid var(--jhm-color-dark);
  box-shadow: -12px -12px 0 var(--jhm-color-shadow);
}

.jopnecampus .c-btn.-black .c-btn__inner {
  box-shadow: -12px -12px 0 var(--jhm-color-thin);
}

.aieopnecampus .merit {
  border: #809973 5px solid;
}

.aieopnecampus .c-btn.-red .c-btn__inner {
  background-color: var(--jhm-color);
  border: 1px solid var(--jhm-color);
  box-shadow: -12px -12px 0 var(--jhm-color-shadow);
}

.employment_job_aie_license .license-contents__head .title span {
  background: linear-gradient(
    180deg,
    transparent,
    transparent 75%,
    var(--aie-color) 75%,
    var(--aie-color)
  );
}

.employment_job_aie_license .license-item {
  border: 8px solid var(--aie-color);
}

.employment_job_j_license .content table td strong,
.employment_job_j_license .content-section-item.-exam h4 {
  color: var(--jhm-color-dark)
}

.jwebopnecampus .salon-name,
.jwebopnecampus .page_navi ul,
.jwebopnecampus .schedule .tags li,
.aiewebopnecampus .salon-name,
.aiewebopnecampus .belt,
.aiewebopnecampus .introduction__slider__item__title,
.body-wrapper.page-224 .support__foot .c-btn .btn__inner:first-child,
.karakime .content_bg .content_wrap .content_inner .item_wrap.item02 h2,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .label.-n02,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .label.-n03,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .line.-n04
  p,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .line.-n05
  p,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .line.-n06
  p,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .line.-n07
  p,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .line.-n08
  p {
  background-color: var(--aie-color-dark);
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .label.-n02::after,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .label.-n03::after {
  border-top: 29px solid var(--aie-color-dark);
}

.aiewebopnecampus .belt .btn a {
  border: var(--aie-color-dark) 2px solid;
}

.jwebopnecampus .notes {
  border: var(--aie-color-dark) 1px solid;
}

.jwebopnecampus .notes a {
  color: var(--aie-color-dark);
}

.aiewebopnecampus .introduction__slider__item__lead,
.aiewebopnecampus .introduction__slider__item__text__lead li::before {
  color: var(--aie-color-text);
}

.karakime .content_bg .content_wrap .content_inner .item_wrap.item01 h2,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .label.-n01,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .line.-n01
  p,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .line.-n02
  p,
.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .line.-n03
  p {
  background-color: var(--aie-color-dark);
}

.karakime
  .content_bgz
  .content_wrap
  .content_inner
  .item_wrap.item04
  .progress_wrap
  .label.-n01::after {
  border-top: 29px solid var(--aie-color-text);
}

.aiewebopnecampus .c-btn.-blue .c-btn__inner {
  background-color: var(--aie-color-dark);
  border: var(--aie-color-dark) 2px solid;
}

.jwebopnecampus .l-main,
.jwebopnecampus .title,
.jwebopnecampus .schedule__content__meta__date .date,
.aiewebopnecampus .l-main,
.aiewebopnecampus .merit,
.aiewebopnecampus .features .program__title,
.solo .heading_lv2,
.karakime .content_bg,
.blog_aie .l-main {
  background-color: var(--aie-color-dark);
}
.jwebopnecampus .information {
  border-color: var(--aie-color-dark);
}
.jwebopnecampus .bg_box {
  background-color: var(--aie-color-shadow);
}
.jwebopnecampus .faq_list dl {
  border: var(--aie-color) 5px solid;
}

.body-wrapper.page-224 .support__foot .c-btn .btn__inner:first-child {
  margin-right: 4%;
}

.karakime .content_bg .content_wrap .intro h1 {
  background: linear-gradient(to top, var(--aie-color-dark) 25%, transparent 25% 100%);
}

.campuslife_schedule .event-item .title {
  border: 2px solid var(--aie-color-dark);
  color: var(--aie-color-dark);
}

.js-tabs li a .c-schoolname.-i::after {
  border-top: 8px solid var(--aie-color-dark);
}

.js-tabs li a .c-schoolname.-j::after {
  border-top: 8px solid var(--jhm-color-dark);
}
.jopnecampus .title,
.jopnecampus .page_navi ul {
  background-color: var(--jhm-color-dark);

}

.blog_aie .category__list li a {
  border: var(--aie-color-dark) 1px solid;
  color: #000;
}

.blog_aie .post__category li {
  background-color: var(--aie-color);
  color: #000;
  border-radius: 4px;
}

.facility_aie-about .faiab-ai .faiab-ai__list .faiab-ai__list__item h3 {
  color: var(--aie-color);
}

.facility_aie-about .medium {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #F4F29B 0%)
    repeat scroll 0 0;
}

.facility_aie-about
  .faiab-ai
  .faiab-ai__list
  .faiab-ai__list__item
  .faiab-ai__list__item__pic
  span {
  background-color: var(--aie-color);
}

.access .content_wrap .building dl dd ul li {
  border: 8px solid var(--aie-color-dark);
}

.body-wrapper.page-230 .current {
  background-color: var(--aie-color-dark);
}

.access .content_wrap .building dl dd ul li:nth-child(2) {
  border-color: var(--jhm-color-dark);
}

.blog_j .salon-name,
.body-wrapper.page-232 .current {
  background-color: var(--jhm-color-dark);
}

.blog_j .post_single__head__category a {
  background-color: var(--jhm-color);
  color: #000;
  border-radius: 4px;
}

.blog_j .category__list li a {
  border: var(--jhm-color-dark) 1px solid;
  /* color: var(--jhm-color-dark); */
  color: #000;
}

.blog_j .post__date {
  color: var(--jhm-color-dark);
}
.j-flow-page .j-flow-contents .j-flow-list dl dt {
  background-color: var(--jhm-color-dark);
}
.j-flow-page .j-flow-contents .j-flow-list dl dt::after {
border-color: var(--jhm-color-dark) transparent transparent transparent;
}
/* 高校1･2年生の方へ */

.highschool .p-title {
  background-image: url(../img/new/guardian_title_bg_pc.png) !important;
}

.highschool-content.-j .button_area01 li a {
  background: url(../img/highschool/ic_arrow_right.png) no-repeat right 11px
    center #000;
}

.highschool-content.-i .button_area01 li a {
  background-color: var(--aie-color-dark);
}

.highschool-content .content_wrap .col3_area.area-j01 dt {
  border-color: #000;
}

.highschool-content .content_wrap .col3_area.area-j01 ul li span {
  background-color: #000;
}

@media screen and (max-width: 480px) {
  .highschool .p-title {
    background-image: url(../img/new/guardian_title_bg_sp.png) !important;
  }
}

.news .pager .c-btn.-red .c-btn__inner {
  background-color: #000;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
}

.news .news__category,
.news .news_single__head__category a {
  border-radius: 4px;
}

/* 保護者の方へ */

.guardian-intro.-i dt:nth-child(1) {
  background-color: var(--aie-color-dark);
}

.guardian-intro.-i dt:nth-child(2) {
  color: var(--aie-color-dark);
}

.guardian-content .button_list01 li a {
  background: url(../img/guardian/guardian_ic_arrow_right_ffffff.png) no-repeat
    right 11px center var(--aie-color-dark);
}

.guardian-content .button_list03 a {
  background: url(../img/guardian/guardian_ic_arrow_right_ffffff.png) no-repeat
    right 11px center var(--aie-color-dark);
}

.guardian .introduction .button_list li:nth-child(1) a,
.guardian .introduction .button_list li:nth-child(3) a {
  background-color:  var(--aie-color-dark);
}

.guardian-intro.-j dt:nth-child(1),
.guardian-content.-j .content_button01 li a,
.guardian .introduction .button_list li:nth-child(2) a,
.guardian .introduction .button_list li:nth-child(4) a {
  background-color: var(--jhm-color-dark);
}

.guardian-content.-j .content_button02 li:nth-child(2) a {
  background: url(../img/guardian/guardian-j_img04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aie-support .support_flow .flow_img {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.aie-support .alone_scholaship_flow dl dt {
  color: var(--aie-color-dark);
}

.j-support .alone_scholaship_flow dl dt,
.jopnecampus .schedule__content__meta__date .time {
  color: var(--jhm-color-dark);
}

.jopnecampus .salon-name,
.jopnecampus .schedule .tags li,
.jopnecampus .schedule__content__meta__date .date {
  background-color: var(--jhm-color-dark);
}

.jopnecampus .information {
  border: var(--jhm-color-dark) 10px solid;
}

.news .news__category {
  color: #000;
}

.news .news__category.common_info {
  background-color: #e1e2e6 !important;
}

.blog_aie .post_single__head__category a {
  background-color: var(--aie-color);
  color: #000;
  border-radius: 4px;
}

.blog .post__category li {
  border-radius: 4px;
}

.home .slick-dots li button:before {
  display: none;
}

.home-intro__row2 .sl-jhm .slick-dots {
  bottom: -35px;
}

.home-intro.-j .home-intro__slider .slick-dots li.slick-active {
  background-color: #e7cd5d;
}

.j-top
  .mv_wrap
  .slider_wrap
  .aie_slider
  .slick-dots
  li.slick-active
  button:before {
  color: var(--jhm-color-dark);
}

.j-top .facility_wrap .contents .title_wrap h2 {
  width: 30%;
}

.j-top .recommend_wrap_title .title h2 {
  width: 10.6%;
}

@media screen and (max-width: 768px) {
  .under-fixed .flex-box .fixed-link.jhm-link.sp768on {
    background-color: var(--jhm-color-dark);
  }
}

.course_aie-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_inner
  .target_inner
  dd
  ul
  li {
  display: flex;
}

.course_aie-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_inner
  .target_inner
  dd
  ul
  li
  span {
  margin-right: 5px;
}

.facility_aie-about_salon .salon-contents__head .salon-name {
  background-color: var(--aie-color-dark);
}

.facility_aie-about_salon .salon-contents__body {
  background-color: var(--aie-color);
}

.jwebopnecampus .events__body ul li:nth-child(1) figcaption {
  background-color: #f5ea4e;
}

.jwebopnecampus .events__body ul li:nth-child(2) figcaption {
  background-color: #6fc8d8;
}

.jwebopnecampus .events__body ul li:nth-child(3) figcaption {
  background-color: #6fc8d8;
}

.jwebopnecampus .events__body ul li:nth-child(4) figcaption {
  background-color: #ffb756;
}

.jwebopnecampus .events__body ul li:nth-child(5) figcaption {
  background-color: #757CBB;
}

.aieopnecampus .features__item dt::before {
  background-color: var(--jhm-color-dark);
}

/* 2022-0311  */

.c-application_tableB .table.-aie tbody tr td div .new_text li,
.c-application_tableB .table.-j tbody tr td .new_text li {
  display: flex;
  /* align-items: flex-start; */
  border: 1px solid #ccc;
}
.c-application_tableB .table.-aie tbody tr td div .new_text .left,
.c-application_tableB .table.-j tbody tr td div .new_text .left,
.c-application_tableB .table.-aie tbody tr td div .new_text .right,
.c-application_tableB .table.-j tbody tr td div .new_text .right {
  padding: 8px;
}
.c-application_tableB .table.-aie tbody tr td div .new_text li:nth-child(n+2),
.c-application_tableB .table.-j tbody tr td .new_text li:nth-child(n+2) {
  border-top: transparent;
}
.c-application_tableB .table.-aie tbody tr td div .new_text .left,
.c-application_tableB .table.-j tbody tr td div .new_text .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 15%;
  margin-bottom: 0;
}
.c-application_tableB .table.-aie tbody tr td div .new_text .right,
.c-application_tableB .table.-j tbody tr td div .new_text .right {
  flex: auto;
  border-left: 1px solid #ccc;
  margin-bottom: 0;
}

.c-application_tableB .table.-aie tbody tr td div .new_text .right span,
.c-application_tableB .table.-j tbody tr td div .new_text .right span {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-application_tableB .table.-aie tbody tr td div .new_text .right span,
  .c-application_tableB .table.-j tbody tr td div .new_text .right span {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .c-application_tableB .table.-aie tbody tr td div .new_text li,
  .c-application_tableB .table.-j tbody tr td div .new_text li {
    display: block;
  }

  .c-application_tableB .table.-aie tbody tr td div .new_text .right,
  .c-application_tableB .table.-j tbody tr td div .new_text .right {
    margin-right: 0;
  }

  .c-application_tableB .table.-aie tbody tr td div .new_text .right span,
  .c-application_tableB .table.-j tbody tr td div .new_text .right span {
    margin-bottom: 4%;
    font-size: 15px;
  }

  .c-application_tableB
    .table.-aie
    tbody
    tr
    td
    div
    .new_text
    .right
    span:last-child,
  .c-application_tableB
    .table.-j
    tbody
    tr
    td
    div
    .new_text
    .right
    span:last-child {
    margin-bottom: 0;
  }
}

.aie-ao .note {
  margin: 2rem 0 0;
  line-height: 2;
}

.aie-fees .c-application_tableA .table.-aie tbody .beige,
.aie-fees .c-application_tableA .table.-aie tbody tr td:nth-child(1),
.aie-fees .c-application_tableA .table.-aie tbody tr td:nth-child(2),
.c-application_tableB .table.-aie tbody tr td:first-child,
.aie-support .c-application_tableA .table.-aie tbody tr td:nth-child(1),
.aie-support .c-application_tableB .table.-aie tbody tr td .c-application_tableA .table.-aie thead tr td,
.c-application_tableA .table.-aie .head,
.aie-outline
  .c-application_tableA
  .table.-aie
  tbody
  tr:first-child
  td:first-child {
  background-color: var(--aie-color-shadow);
}
.c-application_tableA .table.-j .head,
.c-application_tableA .table.-j .head,
.c-application_tableB .table.-j tbody tr td:first-child {
  background-color: #efefef;
}
.c-application_tableA .table.-aie .head td div {
  color: #000;
}

.c-application_tableB .table.-aie tbody tr td div {
  padding: 24px 29px;
}

@media screen and (max-width: 768px) {
  .c-application_tableB .table.-aie tbody tr td div {
    padding: 8px 32px;
  }
}

@media screen and (max-width: 480px) {
  .c-application_tableB .table.-aie tbody tr td div {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
}

.j-fees .l-header .p-title {
  background-image: url(../img/application/j/fees_mv.jpg);
}

.course_j-hm-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_inner
  .target_inner_content.-red {
  background-color: #000;
  border: solid 1px #000;
}

.course_j-hm-course .list_inner .major-panel .panel-group .panel .content_img {
  padding-right: 30rem;
}

.course_j-hm-course .list_inner {
  margin-bottom: 52rem;
}

.course_aie-course
  .list_inner
  .major-panel
  .panel-group
  .panel
  .content_img.-hairs {
  padding: 0px 27rem 0 0;
}

@media screen and (max-width: 1024px) {
  .course_j-hm-course
    .list_inner
    .major-panel
    .panel-group
    .panel
    .content_img {
    padding-right: 14rem;
  }

  .course_j-hm-course .list_inner {
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .course_j-hm-course
    .list_inner
    .major-panel
    .panel-group
    .panel
    .content_img {
    padding: 0;
  }

  .course_aie-course
    .list_inner
    .major-panel
    .panel-group
    .panel
    .content_img.-hairs {
    padding: 0;
  }
}

.course_j-hm-course_stylist .j-c-fv .j-c-title {
  color: #000;
  background-color: #978fbe;
}

.course_j-hm-course_stylist .j-c-fv .j-c-course {
  border: 2px solid #000;
}

.course_j-hm-course_stylist .j-c-curriculum {
  background: linear-gradient(90deg, #978fbe, #978fbe);
}

.course_j-hm-course_stylist .esthe_bg_d {
  background-color: #978fbe;
}

.course_j-hm-course_stylist .j-c-features {
  background-size: 535px;
}

.course_j-hm-course_stylist .j-c-collaboration_inner .content_inner .text,
.course_j-hm-course_hairmake .j-c-collaboration_inner .content_inner .text {
  background-color: var(--jhm-color-dark);
}

.course_j-hm-course_hairmake .j-c-fv .j-c-title {
  width: 640px;
  background-color: #9a526d;
  color: #000;
}

.course_j-hm-course_hairmake .j-c-fv .j-c-course {
  border: 2px solid #000;
}

.course_j-hm-course_hairmake .j-c-fv .j-c-title img {
  top: -45px;
}

.course_j-hm-course_hairmake .j-c-curriculum {
  background: linear-gradient(90deg, #9a526d, #9a526d);
}

.course_j-hm-course_hairmake .esthe_bg_d {
  background-color: #9a526d;
}

.course_aie-course_aroma .aie-c-fv .aie-c-title img {
  transform: rotate(-8deg);
  top: -120px;
}

.course_aie-course_aroma .aie-c-fv .aie-c-title {
  top: 45%;
}

.new_container .aie-c-features .pick h3.up {
  width: 100%;
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
  margin: 0 0 50px 0;
}

.new_container .aie-c-features .pick h3.up span {
  display: inline-block;
  width: 100%;
  font-size: 5vw;
  font-weight: bold;
  color: #e5e5e5;
  position: absolute;
  top: -9px;
  left: 0;
  z-index: -1;
  letter-spacing: 0.1em;
}

.course_aie-course_aroma .aie-c-supplement__contents {
  background-color: #67bd8c;
  /* background-color: #46a06d; */
}

.course_aie-course_esthe .aie-c-supplement__contents {
  background-color: #f8b861;
}

.course_aie-course_nail .aie-c-supplement__contents {
  background-color: #ab95c0;
}

.new_container .aie-c-features .aie-c-features_list .flex_box .box .text .sf {
  text-align: right;
  line-height: 1.4;
}

.course_aie-course_bridal .aie-c-supplement__contents {
  background-color: #c8e9f1;
}

.course_aie-course_bridal
  .aie-c-supplement__contents
  .aie-c-supplement__contents__info {
  margin-top: 0;
  margin-bottom: 30px;
}

.course_aie-course_make .aie-c-supplement__contents {
  background-color: #f2b4b3;
}

.guardian-content.-j .content_wrap01 ul.flex01 li .j_img01,
.guardian-content.-j .content_wrap01 ul.flex01 li .j_img02,
.guardian-content.-j .content_wrap01_sp .j_img01,
.guardian-content.-j .content_wrap01_sp .j_img02 {
  max-width: 100%;
}

/* 2022-0314 */
.guardian-content.-j .content_button02 li {
  width: 49% !important;
}

.guardian-content.-j .content_button02 li a {
  background-image: inherit !important;
  line-height: 1.5;
}

.guardian-content.-j .button_list01 li a {
  background: url(../img/guardian/guardian_ic_arrow_right_ffffff.png) no-repeat
    right 11px center #9E8ACC !important;
}

.guardian-content.-j .content_button02 li a span {
  background-color: transparent !important;
  display: block;
  margin-bottom: 5px;
  padding: 0 30px;
  background: url(../img/guardian/guardian_ic_arrow_right_ffffff.png) no-repeat
    right 11px center #c91420;
}

@media (max-width: 768px) {
  .guardian-content.-j .content_button02 li {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(5) {
  position: relative;
  margin-bottom: 60px;
}

.karakime
  .content_bg
  .content_wrap
  .content_inner
  .item_wrap.item02
  .item_list
  .list_wrap:nth-child(5)
  .note-text {
  position: absolute;
  top: calc(100% + 10px);
  left: 50px;
  line-height: 1;
  margin: 0;
}

@media (max-width: 768px) {
  .karakime
    .content_bg
    .content_wrap
    .content_inner
    .item_wrap.item02
    .item_list
    .list_wrap:nth-child(5)
    .note-text {
    left: 0px;
    font-size: 14px;
  }
}

.employment_job_graduate .p-title {
  background-image: url(../img/employment_job/graduate_title_bg.jpg);
}

@media (max-width: 480px) {
  .employment_job_graduate .p-title {
    background-image: url(../img/employment_job/graduate_title_bgSP.jpg);
  }
}

@media (min-width: 769px) {
  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(1) {
    order: 1;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(2) {
    order: 3;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(3) {
    order: 5;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(5) {
    order: 7;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(6) {
    order: 9;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(7) {
    order: 11;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(9) {
    order: 13;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(10) {
    order: 15;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(12) {
    order: 17;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(13) {
    order: 19;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(14) {
    order: 21;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(16) {
    order: 23;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(19) {
    order: 25;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(23) {
    order: 27;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(4) {
    order: 2;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(8) {
    order: 4;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(11) {
    order: 6;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(15) {
    order: 8;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(17) {
    order: 10;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(18) {
    order: 12;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(20) {
    order: 14;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(21) {
    order: 16;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(22) {
    order: 18;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(24) {
    order: 20;
  }

  .employment_job_aie_license
    .license-contents__list
    .license-item:nth-child(25) {
    order: 22;
  }
}

/* 2022-0315 */
.course_j-hm-course_hairmake .j-c-extension_inner .content .sub_title h4 {
  font-size: 2.2rem;
  line-height: 1.4;
}

.campuslife_club .section__list ul {
  justify-content: flex-start;
}

.campuslife_club .section__list ul li {
  width: 33%;
}

.employment_job_aie_license .real .title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

.employment_job_aie_license .real {
  margin-top: 5%;
}

.employment_job_aie_license .real .title span {
  padding: 0 0 5px;
  background: linear-gradient(
    180deg,
    transparent,
    transparent 75%,
    var(--aie-color) 75%,
    var(--aie-color)
  );
}

.employment_job_aie_license .real .block {
  display: flex;
  margin-top: 4%;
  padding: 0 40px 0;
}

.employment_job_aie_license .real .block .left {
  flex: 0 0 35%;
}

.employment_job_aie_license .real .block .left h3 {
  text-align: center;
  font-size: 2.5rem;
  color: #483c2f;
  font-weight: bold;
  margin-top: 3%;
}

.employment_job_aie_license .real .block .left .list {
  margin-top: 5%;
  font-weight: 500;
  position: relative;
}

.employment_job_aie_license .real .block .left .list::before {
  /* position: absolute; */
  /* content: ""; */
  /* background-image: url(../img/new/real_text.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  height: 52%;
  bottom: -2vw;
  right: 0;
}

.employment_job_aie_license .real .block .left .list li {
  color: #baa1c3;
  font-size: 2rem;
  line-height: 2;
}

.employment_job_aie_license .real .block .right {
  flex: 0 0 65%;
}

.employment_job_aie_license .real .block .right.flex {
  display: flex;
}

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


  .employment_job_aie_license .real .block {
    display: block;
  }

  .employment_job_aie_license .real .block .left .list {
    width: 50%;
    margin: 0 auto;
    margin-top: 3%;
  }

  .employment_job_aie_license .real .block .left {
    margin-bottom: 8%;
  }

}

@media screen and (max-width: 768px) {
  .employment_job_aie_license .real .block .left .list {
    width: 65%;
    margin-top: 3%;
  }

  .employment_job_aie_license .real .block .left .list::before {
    width: 33%;
    height: 53%;
    bottom: -5vw;
    right: -27px;
  }

  .employment_job_aie_license .real .block .left {
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 480px) {
  .employment_job_aie_license .real {
    margin-top: 15%;
  }

  .employment_job_aie_license .real .block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .employment_job_aie_license .real .title {
    font-size: 2rem;
  }

  .employment_job_aie_license .real .block .left h3 {
    font-size: 1.8rem;
    margin-top: 10%;
  }

  .employment_job_aie_license .real .block .left .list {
    width: 100%;
  }

  .employment_job_aie_license .real .block .left .list li {
    font-size: 1.6rem;
  }



  .employment_job_aie_license .real .block .left .list::before {
    width: 25%;
    height: 37%;
    bottom: -3vw;
    right: -9px;
  }

  .employment_job_aie_license .real .block .right.flex {
    display: block;
  }
}

.add__pager .pager__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.add__pager .c-btn.-blue .c-btn__inner {
  background-color: #f897a4;
  border-color: #f897a4;
}

.single__jhm__blog.add__pager .c-btn.-red .c-btn__inner {
  background-color: #595959;
  border-color: #595959;
}

@media (max-width: 768px) {
  .blog .pager.add__pager {
    margin: 0;
    margin-top: 50px;
  }

  .add__pager .pager__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .add__pager .pager__list .c-btn {
    margin-bottom: 30px;
  }

  .add__pager .pager__list .c-btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .c-btn .c-btn__inner {
    line-height: 4.5rem;
  }
}
.home-intro__txt {
  padding-bottom: 0;
}
#j_home_intro {
  background-color: var(--jhm-color-dark);
}
#i_home_intro .home-intro__txt {
  background-color: #fff;
  padding: 2.5vw;
  padding-top:0;
}
.home-intro__row4 .logo--notxt {
  height: auto;
  width: 95%;
  margin: auto;
  margin-bottom: 7%;
}
.home-intro__row4 p {
  margin-bottom: 2.4rem;
}
#j_home_campuslife{
  position: relative;
}
#j_home_campuslife::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/new/img_mask.png);
  width: 40%;
  height: 11vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  z-index: -1;
}
#j_home_intro .home-intro__row4 .c-wrapper .n_img {
  position: relative;
}
#j_home_intro .home-intro__row4 .c-wrapper .n_img::after {
  content: "";
  position: absolute;
  top: 100%;
  background-image: url(../img/new/mask_group.png);
  width: 65%;
  height: 18vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  opacity: .3;
}
#home_opencampus .opnecanpass_wrap .online_explain_wrap .contents {
  padding-bottom: 4rem;
}

.aie-top .about_wrap .contents {
  background-color: #fff;
}
.aie-top .school_concept_wrap .concept_img {
    margin-bottom: 12px;
}
@media (max-width:480px) {
  .j-top .facility_wrap {
    padding: 2.4rem 0;
  }
  .j-top .facility_wrap .contents .title_wrap h2 {
    width: 75%;
    margin-left: -10%;
}
.j-top .support_wrap .title_wrap {
  width: 90%;
  margin-left: 0%;
}
.j-top .course .container h2 {
  width: 75%;
}
.j-top .canpass_wrap_title {
  margin: 0 0 2rem;
}
.j-top .canpass_wrap_title h2 {
  width: 95%;
}
.j-top .canpass::after, .j-top .canpass::before {
  width: 70%;
  height: 38.5vw;
}
.j-top .column::before {
  width: 59%;
  height: 37.5vw;
}
.j-top .about_wrap .contents_item {
    padding: 2rem;
}
.j-top .about_wrap {
  padding: 0;
}
.aie-top .opnecanpass_wrap .online_explain_wrap .contents .text .title .main_title {
  width: 90%;
}
}
@media (min-width:768px) {
  .add_news .c-wrapper.-w1200 {
    display: flex;
      margin: auto;
      justify-content: center;
      width: 90%;
      margin-top: 6%;
  }
 .j-top .add_news .news_wrap_head,
 .aie-top .add_news .news_wrap_head {
    margin: 0;
    width: 10%;
    margin-right: 6%;
  }
.j-top .add_news .news_wrap_list,
.aie-top .add_news .news_wrap_list {
  width: 84%;
}
.j-top .add_news .news_wrap_head .title,
.aie-top .add_news .news_wrap_head .title,
.aie-top .add_news .news_wrap_head .title_wrap h2 {
  width:100%;
}
}
.opnecanpass .c-btn.-blue .c-btn__inner{
  background-color: var(--aie-color-text);
  border-color: var(--aie-color-text);
  box-shadow: -12px -12px 0 #6c9dc540;
}
.employment_job_graduate #tab_content_2.js-tab-content,
.campuslife_voice .c-wrapper.-right .block,
.sitemap #tab_content_2,
.highschool #tab_content_2,
.guardian-intro.-j,
.guardian-content.-j,
.guardian #tab_content_2 {
  background-color: var(--jhm-color-dark);
}
.sitemap #tab_content_2 .list>li>a {
  background-color: #e7213f;
}

.aieinformation .p-information {
  background-color: #F5FDFF;
}


/* 追加コンテンツ */

.jwebopnecampus .bg_box__head .photo_01 {
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 22%;
}
.course_aie-course_bridal .esthe_bg_d {
  margin-bottom: 2%;
}
.aie_add_wrapper{
  width: 70%;
  min-width: 980px;
  margin: auto;
  background-color: #20a5c5;
      padding: 3%;
}
.aie_add_wrapper .head_flex_box {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 2px solid #fff;
  margin-bottom: 14px;
}
.aie_add_wrapper .head_flex_box h4 {
  line-height: 1.4;
    font-size: 32px;
    font-weight: 700;
    width: 65%;
    color: #fff;
}
.aie_add_wrapper .head_flex_box .img_item {
  display: flex;
  align-items: center;
  width: 35%;
  justify-content: space-around;
}
.aie_add_wrapper .head_flex_box .img_item span {
  display: block;
  width: 20%;
}
.aie_add_wrapper .content_box h4 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  padding: 15px 0;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  width: 95%;
  background: #ffffff50;
  margin: auto;
}
.aie_add_wrapper .content_box .content_item {
  display: flex;
  margin-top: 5%;
}
.aie_add_wrapper .content_box .content_item .txt {
  width: 50%;
  color: #fff;
}
.aie_add_wrapper .content_box .content_item .content_box_img {
  width: 45%;
  margin-left: 5%;
}
.aie_add_wrapper .under_content_box {
  display: flex;
  align-items: center;
  margin-top: 3%;
}
.aie_add_wrapper .under_content_box .under_img_box{
  width: 20%;
}
.aie_add_wrapper .under_content_box .under_text_box{
  width: 75%;
  margin-left: 5%;
  color: #fff;

}
.aie_add_wrapper .under_content_box .under_text_box p {
  line-height: 1.7;
}
@media (max-width: 770px) {
  .aie_add_wrapper{
    min-width: unset;
    width: 93%;
  }
  .aie_add_wrapper .head_flex_box h4 {
    font-size: 24px;
    width: 60%;
  }
  .aie_add_wrapper .head_flex_box .img_item {
    width: 40%;
  }
  .aie_add_wrapper .content_box h4 {
    font-size: 17px;
    padding: 12px 0;
    width: 98%;
  }
  .aie_add_wrapper .content_box .content_item {
    display: block;
  }
  .aie_add_wrapper .content_box .content_item .txt {
    width: 100%;
    line-height: 1.8;
}
.aie_add_wrapper .content_box .content_item .content_box_img {
  width: 80%;
  margin: auto;
}
.aie_add_wrapper .under_content_box .under_text_box p {
  line-height: 1.4;
}
}
.on480 {
  display: none;
}
@media (max-width: 480px) {
  .on480 {
    display: block;
  }
.aie_add_wrapper .head_flex_box {
  display: block;
}
.aie_add_wrapper .head_flex_box h4 {
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.aie_add_wrapper .head_flex_box .img_item {
    width: 75%;
    margin: auto;
    margin-top: 4%;
}
.aie_add_wrapper .content_box h4 {
  font-size: 16px;
  line-height: 1.4;
}
.aie_add_wrapper .under_content_box {
  display: block;
  margin-top: 8%;
}
.aie_add_wrapper .under_content_box .under_img_box {
  width: 40%;
  margin: auto;
}
.aie_add_wrapper .under_content_box .under_text_box {
  width: 98%;
  margin: 4% auto;
}
.jwebopnecampus .bg_box__head .photo_01 {
  position: absolute;
  right: -10px;
  bottom: auto;
  width: 25%;
}
}


.facility_aie-about .faiab-j h3,
.facility_aie-about .faiab-j .backshampoo-box ,
.facility_aie-about .faiab-j p ,
.employ .employ_list h3 ,
.employ .employ_list p ,
.employ .employ_list>li ul li,
.company .company_list h3 ,
.company .company_list p,
.sitemap #tab_content_2 .list>li>ul>li>a ,
.guardian-intro.-j dt:nth-child(2) ,
.guardian-intro.-j dd ,
.employment_job_graduate .profile.-j .profile__intro p ,
.employment_job_j_license .content ul.process li,
.campuslife_schedule .event-item.-j p ,
.campuslife_schedule .event-item2.-j .title ,
.campuslife_schedule .event-item2.-j p {
  color: #000;
}

.company .c-col2__item .content,
.sitemap .sitemap__list,
.sitemap #tab_content_2 ,
.guardian-content.-j ,
.guardian-intro.-j ,
.guardian #tab_content_2 ,
.employment_job_graduate #tab_content_2.js-tab-content ,
.c-wrapper.-right .block {
  background-color: #F4F4F4;
}

.sitemap .sitemap__list .list>li>a {
  background-color: #00B0C7;
  color: #fff;
}
.guardian-intro.-j dt:nth-child(1) {
  color: #fff;
}

.blog_aie .l-main {
  background-color: #F5FDFF;
}

.blog_aie .post__date {
  color: #000;
}

.blog_j .post__category li {
  background-color: #9E8ACC;
}

.feature-reason__head .title {
  background-color: var(--aie-color-dark);
  /* color: #fff; */
  color: #000;
}

.employment_job_aie_license .license-item {
  border: 8px solid var(--aie-color-dark);
}

.facility_aie-about .faiab-ai ,
.c-application_bg.-aie ,
.facility_aie-about_salon .salon-contents__body {
  background-color: #F5FDFF;
}

.facility_aie-about .faiab-j h2 {
  width: 94%;
  margin: 0 auto 40px auto;
}

.p-information h2 {
  border-bottom: 1px solid var(--aie-color);
}

.campuslife_schedule .event-item.-j .title {
  color: var(--jhm-color-dark);
  border: 2px solid var(--jhm-color-dark);
}


.solo .support__body .support_caution {
	margin-top: 10px;
	font-size: 12px;
}
.solo .support__body .support_schedule h3 {
  font-weight: bold;
  font-size: 18px;
}
.support_schedule .block {
	display: flex;
  margin-top: 2.5%;
}
.support_schedule .block .box {
  position: relative;
  padding: 10px;
  flex: 0 0 23.5%;
  margin-right: 2%;
  border-radius: 10px;
  background-color: #f7f2e7;
  border: 1px solid #000;
}
.support_schedule .block .box::before {
  position: absolute;
  content: "→";
  top: 37%;
  right: -17px;
  margin: auto;
  font-size: 25px;
  z-index: -1;
}
.support_schedule .block .box:last-child {
  margin-right: 0;
}
.support_schedule .block .box:last-child::before {
  display: none;
}
.support_schedule .block .box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.support__item__body .sec03_block {
  display: flex;
  border: 1px solid #000;
}
.support__item__body .sec03_block .box {
  flex: 0 0 40%;
  text-align: center;
}
.support__item__body .sec03_block .box h4 {
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #000;
}
.support__item__body .sec03_block .box:first-child h4 {
  background-color: var(--aie-color-dark);
}
.support__item__body .sec03_block .box:last-child h4 {
  background-color: var(--jhm-color-dark);
}
.support__item__body .sec03_block .box .num {
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.support__item__body .sec03_block .box.center {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f2e7;
  flex: auto;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.support__item__body .sec03_block .box.center p {
  margin-bottom: 0;
  font-weight: bold;
}

@media (max-width: 480px) {
  .support_schedule {
    margin-top: 10%;
  }
  .support_schedule .block {
    display: block;
    margin-top: 6%;
  }
  .support_schedule .block .box {
    margin-right: 0;
    border-radius: 5px;
  }
  .support_schedule .block .box::before {
    top: auto;
    bottom: -35px;
    transform: rotate(90deg);
    right: 45%;
  }
  .support_schedule .block .box:nth-child(n+2) {
    margin-top: 8%;
  }
  .support__item__body .sec03_block .box.center {
    padding: 12px 0;
    order: 1;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid #000;
  }
  .support__item__body .sec03_block .box:first-child {
    order: 2;
  }
  .support__item__body .sec03_block .box:last-child {
    order: 3;
  }
  .support__item__body .sec03_block {
    flex-direction: column;
  }
  .support__item__body .sec03_block .box h4 {
    font-size: 14px;
  }
}


.j-top .news {
  margin-top: 30px;
}
.aie-top .add_news .btn_wrap,
.j-top .news .btn_wrap {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.aie-top .add_news .btn_wrap .btn,
.j-top .news .btn_wrap .btn {
  text-align: right;
}
.aie-top .news .btn_wrap .btn__inner .btn__txt,
.j-top .news .btn_wrap .btn__inner .btn__txt {
  font-size: 16px;
}
.eo-fullcalendar-loading {
  margin: auto;
  left: 0;
  right: 0;
  width: 100px;
}

@media (max-width: 480px) {
  /* .aie-top .add_news .btn_wrap .btn,
  .j-top .news .btn_wrap .btn  {
    text-align: center;
  } */
  .aie-top .news .news_wrap_head .title .title_wrap {
    text-align: left;
  }
}

.front-footer .c-col2 .c-col2__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-footer .c-col2 .c-col2__item:first-child {
  position: relative;
  background-image: url(../img/new/bg_aie.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.front-footer .c-col2 .c-col2__item:first-child::before {
  position: absolute;
  content: "";
  top: -5rem;
  left: 0;
  background-image: url(../../src/img//front/aie_footer_point1.png);
  width: 10vw;
  height: 14vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.front-footer .c-col2 .c-col2__item:last-child {
  position: relative;
  background-image: url(../img/new/bg_jhm.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}