@charset "UTF-8";
/* ーーーーー リセット系 ーーーーー */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 40pt;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 24pt;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  list-style: none;
}

img {
  width: 100%;
}

:root {
  --pink01: #e85298;
  --black01: #000000;
}

/* ーーーーー リセット系ここまで ーーーーー */
p {
  font-size: min(3.8vw, 16px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.all_wrap {
  background-color: white;
}
.all_wrap .contents_wrap {
  position: relative;
  background-color: white;
}
.all_wrap .contents_wrap.lp02 {
  background-color: #edede3;
}
.all_wrap .contents_wrap .content_inner {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  padding: 0px 5%;
}
.all_wrap .contents_wrap #bottomLinkBox .content_inner {
  padding: 0px 2%;
}
@media screen and (max-width: 768px) {
  .all_wrap .contents_wrap #bottomLinkBox .content_inner {
    padding: 0px 5%;
  }
}
.all_wrap header {
  position: relative;
  background-color: white;
  padding: 20px 5%;
}
@media screen and (max-width: 768px) {
  .all_wrap header {
    padding: 10px 2%;
  }
}
.all_wrap .header_rogoWrap_box .header_rogo.rogo01_02,
.all_wrap .header_rogoWrap_box .siteTop_link {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .all_wrap .header_rogoWrap_box .header_rogo.rogo01_02,
  .all_wrap .header_rogoWrap_box .siteTop_link {
    width: 102px;
  }
}
@media screen and (max-width: 350px) {
  .all_wrap .header_rogoWrap_box .header_rogo.rogo01_02,
  .all_wrap .header_rogoWrap_box .siteTop_link {
    width: 24vw;
  }
}
.all_wrap .header_rogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .all_wrap .header_rogoWrap {
    gap: 18px;
  }
}
.all_wrap .header_rogoWrap .header_rogo {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .all_wrap .header_rogoWrap .header_rogo {
    width: 114px;
  }
}
.all_wrap #contents .contents_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  row-gap: 20px;
  margin-bottom: 40px;
}
.all_wrap #contents .contents_box li {
  width: 48%;
  border: 1px solid gray;
  text-align: center;
  padding: 24px 2%;
}
.all_wrap #contents .contents_box li .category_icon {
  display: block;
  width: 27%;
  margin: 0 auto 6px;
}
.all_wrap footer {
  background-color: var(--black01);
  padding: 20px 0;
}
.all_wrap footer .copyright {
  font-size: 13px;
  line-height: 1.6;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .all_wrap footer .copyright {
    font-size: min(3.3vw, 11px);
  }
}

#floating {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #floating {
    right: 8px;
    bottom: 10px;
  }
}
#floating .floating_banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #floating .floating_banner_wrap {
    row-gap: 10px;
  }
}
#floating .floating_banner_wrap .floating_banner {
  width: 53px;
}
@media screen and (max-width: 768px) {
  #floating .floating_banner_wrap .floating_banner {
    width: 33px;
  }
}
#floating .floating_banner_wrap .floating_banner .link {
  -webkit-filter: drop-shadow(4px 4px 0px rgba(104, 104, 104, 0.5));
          filter: drop-shadow(4px 4px 0px rgba(104, 104, 104, 0.5));
}
@media screen and (max-width: 768px) {
  #floating .floating_banner_wrap .floating_banner .link {
    -webkit-filter: drop-shadow(3px 3px 0px rgba(104, 104, 104, 0.5));
            filter: drop-shadow(3px 3px 0px rgba(104, 104, 104, 0.5));
  }
}

.Moving {
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-name: randomSwing;
          animation-name: randomSwing;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  will-change: transform;
}

@-webkit-keyframes randomSwing {
  0% {
    -webkit-transform: translateY(0) rotate(var(--rot-start, -7deg));
            transform: translateY(0) rotate(var(--rot-start, -7deg));
  }
  50% {
    -webkit-transform: translateY(var(--move-y, -4px)) rotate(var(--rot-end, 7deg));
            transform: translateY(var(--move-y, -4px)) rotate(var(--rot-end, 7deg));
  }
  100% {
    -webkit-transform: translateY(0) rotate(var(--rot-start, -7deg));
            transform: translateY(0) rotate(var(--rot-start, -7deg));
  }
}

@keyframes randomSwing {
  0% {
    -webkit-transform: translateY(0) rotate(var(--rot-start, -7deg));
            transform: translateY(0) rotate(var(--rot-start, -7deg));
  }
  50% {
    -webkit-transform: translateY(var(--move-y, -4px)) rotate(var(--rot-end, 7deg));
            transform: translateY(var(--move-y, -4px)) rotate(var(--rot-end, 7deg));
  }
  100% {
    -webkit-transform: translateY(0) rotate(var(--rot-start, -7deg));
            transform: translateY(0) rotate(var(--rot-start, -7deg));
  }
}
.header_rogoWrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comingSoon_02 {
  display: block;
  max-width: 250px;
  width: 90%;
  margin: -32px auto 30px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .comingSoon_02 {
    max-width: 120px;
    width: 90%;
    margin: -16px auto 10px;
  }
}

@media screen and (max-width: 768px) {
  .PC-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

/* ハンバーガーメニュー */
.sp-header-nav_box_ham {
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  right: 0;
  top: 0px;
  width: 70px;
  height: 70px;
  z-index: 8;
}

.sp-header-nav_box_ham_line {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #1A1A1A;
  width: 30px;
  height: 2px;
}

.line-1 {
  top: 25px;
  right: 17.5px;
}

.line-2 {
  top: 35px;
  right: 17.5px;
}

.line-3 {
  top: 45px;
  right: 17.5px;
}

.clicked .line-1 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 35px;
}

.clicked .line-2 {
  opacity: 0;
}

.clicked .line-3 {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
  top: 35px;
}

.sp-nav_nav-list {
  position: fixed;
  width: 100%;
  top: -1000px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* overflow: scroll; */
  height: 100%;
  z-index: 7;
}

.sp-nav_nav-list_box {
  list-style: none;
  text-align: center;
  background-color: white;
  padding: 10% 0;
}

.sp-nav_nav-list_box_list {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

.sp-nav_nav-list_box_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sp-nav_nav-list_box_list a {
  color: #B8AB82;
  font-size: 20px;
}

.nav-opened {
  top: 0px;
}

.is-z {
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .sp-header-nav_box_ham {
    position: fixed;
    right: 5.3%;
    top: 6px;
    width: 50px;
    height: 40px;
    background-color: #D0AD60;
    z-index: 15;
  }
  .sp-header-nav_box_ham_line {
    background-color: #B8AB82;
    width: 30px;
    height: 2px;
  }
  .line-1 {
    top: 10px;
    right: 10px;
  }
  .line-2 {
    top: 20px;
    right: 10px;
  }
  .line-3 {
    top: 30px;
    right: 10px;
  }
  .clicked .line-1 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 20px;
  }
  .clicked .line-2 {
    opacity: 0;
  }
  .clicked .line-3 {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
    top: 20px;
  }
  .sp-nav_nav-list {
    z-index: 10;
  }
  .sp-nav_nav-list_box {
    padding: 10% 0;
  }
  .sp-nav_nav-list_box_list {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
  }
  .sp-nav_nav-list_box_list:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .sp-nav_nav-list_box_list a {
    color: #B8AB82;
    font-size: 20px;
  }
}
/* ハンバーガーメニューここまで */
h1.KV01 {
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  h1.KV01 {
    margin-bottom: 16px;
  }
}
h1.KV02 {
  margin-bottom: 103px;
}
@media screen and (max-width: 768px) {
  h1.KV02 {
    margin-bottom: 2vw;
  }
}

h2.supportTitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2.supportTitle {
    margin-bottom: 5px;
  }
}

#intro .TOPmenu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-bottom: 96px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #intro .TOPmenu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    margin-bottom: 60px;
  }
}
#intro .TOPmenu_wrap.lp02 {
  gap: 2%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #intro .TOPmenu_wrap.lp02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7%;
    row-gap: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #intro .TOPmenu_wrap.lp02::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dotted black;
    left: 0;
    top: 50%;
  }
}
#intro .TOPmenu_wrap.lp02 .TOPmenu {
  position: relative;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  #intro .TOPmenu_wrap.lp02 .TOPmenu {
    width: 46.5%;
  }
}
@media screen and (max-width: 768px) {
  #intro .TOPmenu_wrap.lp02 .TOPmenu::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dotted black;
    right: -9%;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #intro .TOPmenu_wrap.lp02 .TOPmenu:nth-child(2)::after, #intro .TOPmenu_wrap.lp02 .TOPmenu:nth-child(4)::after {
    display: none;
  }
}
#intro .TOPmenu_wrap .TOPmenu {
  width: 31.3333333333%;
}
@media screen and (max-width: 768px) {
  #intro .TOPmenu_wrap .TOPmenu {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #intro .TOPmenu_wrap .TOPmenu .link.lp02 {
    display: block;
    margin-bottom: 2vw;
  }
}
#intro.lp02 {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #intro.lp02 {
    padding-bottom: 9vw;
  }
}

.contetnts_AllBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  .contetnts_AllBox {
    row-gap: 60px;
  }
}
.contetnts_AllBox.lp02 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .contetnts_AllBox.lp02 {
    margin-bottom: 60px;
  }
}
.contetnts_AllBox .contetnts_section {
  padding-bottom: 50px;
  background-color: #edede3;
}
@media screen and (max-width: 768px) {
  .contetnts_AllBox .contetnts_section {
    padding-bottom: 30px;
  }
}
.contetnts_AllBox .contetnts_section.lp02 {
  padding-bottom: 0;
}
.contetnts_AllBox .contetnts_section .content_inner {
  position: relative;
}
.contetnts_AllBox .contetnts_section .content_inner::before {
  position: absolute;
  content: "";
  width: 50vw;
  height: calc(100% + 25px);
  top: 25px;
  left: -42vw;
}
@media screen and (max-width: 768px) {
  .contetnts_AllBox .contetnts_section .content_inner::before {
    width: 10%;
    height: calc(100% + 10px);
    top: 20px;
    left: 0%;
  }
}
.contetnts_AllBox .contetnts_section .content_inner.contents02_01::before {
  content: none;
}
.contetnts_AllBox .contetnts_section .content_inner.contents01_01::before {
  background: url("../image/diagonal_BG01.png") center/cover no-repeat, #209482;
}
@media screen and (max-width: 768px) {
  .contetnts_AllBox .contetnts_section .content_inner.contents01_01::before {
    background-image: url("../image/diagonal_BG01_sp.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
}
.contetnts_AllBox .contetnts_section .content_inner.contents01_02::before {
  background: url("../image/diagonal_BG01.png") center/no-repeat, #324a93;
}
@media screen and (max-width: 768px) {
  .contetnts_AllBox .contetnts_section .content_inner.contents01_02::before {
    background: url("../image/diagonal_BG01_sp.png") center/cover no-repeat, #324a93;
  }
}
.contetnts_AllBox .contetnts_section .content_inner.contents01_03::before {
  background: url("../image/diagonal_BG01.png") center/cover no-repeat, #e2535d;
}
@media screen and (max-width: 768px) {
  .contetnts_AllBox .contetnts_section .content_inner.contents01_03::before {
    background: url("../image/diagonal_BG01_sp.png") center/cover no-repeat, #e2535d;
  }
}

.innerWrap {
  position: relative;
  z-index: 1;
}

.categoryTitle {
  max-width: 460px;
  width: 90%;
  display: block;
  margin: -25px auto 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .categoryTitle {
    max-width: 360px;
    width: 85%;
    margin: -20px auto 20px;
  }
}
.categoryTitle.lp02 {
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .categoryTitle.lp02 {
    width: 100%;
    margin: 0 auto 2vw;
  }
}

.selection_EX_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  row-gap: 22px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .selection_EX_Wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    row-gap: 25px;
  }
}
.selection_EX_Wrap .selection_EX {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .selection_EX_Wrap .selection_EX {
    width: 100%;
  }
}

.Linkbtn,
.miniBtn {
  max-width: 570px;
  width: 90%;
  display: block;
}
@media screen and (max-width: 768px) {
  .Linkbtn,
  .miniBtn {
    width: 100%;
  }
}

.hoverBtnWrap {
  position: relative;
  display: block;
}
.hoverBtnWrap img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.hoverBtnWrap .defaultBtn,
.hoverBtnWrap .hoverBtn {
  position: absolute;
  top: 0;
  left: 0;
}
.hoverBtnWrap .defaultBtn {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.hoverBtnWrap .hoverBtn {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.hoverBtnWrap:hover .defaultBtn {
  opacity: 0;
}
.hoverBtnWrap:hover .hoverBtn {
  opacity: 1;
}

.Linkbtn_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .Linkbtn_Wrap {
    margin-bottom: 5px;
  }
}
.Linkbtn_Wrap .Linkbtn {
  width: 90%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .Linkbtn_Wrap .Linkbtn {
    width: 100%;
  }
}
.Linkbtn_Wrap .Linkbtn.big:hover {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
@media screen and (max-width: 768px) {
  .Linkbtn_Wrap .Linkbtn.coming {
    width: 110px;
    margin: 0 auto 7px;
  }
}

.miniBtn_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
}
.miniBtn_Wrap .miniBtn {
  display: block;
}

.Recommendation_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .Recommendation_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}

.general_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .general_wrap {
    row-gap: 12px;
    margin-bottom: 20px;
  }
}

.support_intro_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support_intro_wrap {
    row-gap: 18px;
  }
}

.scholarship_AllWrap {
  position: relative;
  background-color: #fff4e3;
  border-radius: 20px;
  padding: 60px 3% 40px;
}
@media screen and (max-width: 768px) {
  .scholarship_AllWrap {
    padding: 40px 5% 30px;
  }
}

.student01 {
  position: absolute;
  width: 97px;
}
@media screen and (max-width: 768px) {
  .student01 {
    width: 50px;
  }
}
.student01.student01_01 {
  top: -100px;
  left: 52px;
}
@media screen and (max-width: 768px) {
  .student01.student01_01 {
    top: -50px;
    left: 9px;
  }
}
.student01.student01_02 {
  top: -100px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .student01.student01_02 {
    top: -50px;
    right: 9px;
  }
}

.scholarship_flow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.scholarship_flow_wrap .scholarship {
  border-bottom: 2px solid #f08c1e;
  padding-bottom: 30px;
}
.scholarship_flow_wrap .scholarship:last-of-type {
  border: 0;
}

.chance_Allwrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.chance_Allwrap_box .chance_Allwrap {
  max-width: 815px;
  width: 100%;
}
.chance_Allwrap_box.lp02 {
  margin-top: 40px;
}

.chance_Allwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chance_Allwrap .chance_fukidashi {
  max-width: 430px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .chance_Allwrap .chance_fukidashi {
    width: 100%;
  }
}

.bigbanner_wrap .bigbanner {
  display: block;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
}

.bottomLink_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 27px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .bottomLink_contents {
    row-gap: 15px;
    margin-top: 16vw;
  }
}
.bottomLink_contents .guide_link01 {
  position: relative;
}
.bottomLink_contents .guide_link01 .book {
  position: absolute;
  bottom: 0;
  right: 4%;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .bottomLink_contents .guide_link01 .book {
    bottom: 1%;
    right: -4%;
    width: 35%;
  }
}

.bottomLink_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bottomLink_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
.bottomLink_wrap .bottomLink {
  width: 31.3333333333%;
}
@media screen and (max-width: 768px) {
  .bottomLink_wrap .bottomLink {
    width: 100%;
  }
}

#bottomLinkBox {
  padding-bottom: 100px;
}

#KV {
  position: relative;
  overflow: hidden;
  padding-top: 2vw;
}
@media screen and (max-width: 768px) {
  #KV {
    padding-top: 0vw;
  }
}
#KV.lp02 {
  padding-top: 3vw;
}
#KV .content_inner {
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  #KV .content_inner {
    padding: 0 0;
  }
}
#KV .All_topBG {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#KV .All_topBG img {
  height: 606px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  #KV .All_topBG img {
    height: 62vw;
  }
}
#KV .All_topBG img.lp02 {
  height: 620px;
}
@media screen and (max-width: 1000px) {
  #KV .All_topBG img.lp02 {
    height: 63vw;
  }
}
#KV .KV {
  position: relative;
  z-index: 1;
}
#KV .KV .mainTitle {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#KV .KV .KV_character {
  position: absolute;
  width: 25%;
}
#KV .KV .KV_character.KV_character01_01 {
  width: 25%;
  left: 0%;
  bottom: -3%;
}
@media screen and (max-width: 768px) {
  #KV .KV .KV_character.KV_character01_01 {
    z-index: 1;
    width: 25%;
    left: 4%;
    bottom: -7%;
  }
}
#KV .KV .KV_character.KV_character01_02 {
  width: 25%;
  right: -6%;
  top: 28%;
}
@media screen and (max-width: 768px) {
  #KV .KV .KV_character.KV_character01_02 {
    z-index: 1;
    width: 25%;
    right: -2%;
    top: 88%;
  }
}
#KV .KV .KV_character.KV_character02_01 {
  width: 17%;
  left: -1%;
  bottom: -17%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #KV .KV .KV_character.KV_character02_01 {
    left: 8%;
    bottom: 8%;
  }
}
#KV .KV .KV_character.KV_character02_02 {
  width: 17%;
  right: -1%;
  top: -4%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #KV .KV .KV_character.KV_character02_02 {
    right: 5%;
    top: 4%;
  }
}
#KV .KV .KV_character_sub {
  position: absolute;
  width: 20%;
}
#KV .KV .KV_character_sub.sub01_01 {
  width: 42%;
  left: 0%;
  top: -27%;
}
#KV .KV .KV_character_sub.sub01_02 {
  width: 23%;
  left: 40%;
  top: -40%;
}
#KV .KV .KV_character_sub.sub02_01 {
  width: 26%;
  right: 2%;
  top: -4%;
}

.category_intro {
  position: relative;
  background-image: url(../image/category_introBG_02.png);
  padding: 45px 0;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .category_intro {
    padding: 5vw 0 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .category_intro.lp02 {
    margin-bottom: 4vw;
  }
}

.category_introMask {
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3800px;
}
@media screen and (max-width: 768px) {
  .category_introMask {
    width: 2000px;
  }
}

.category_introMask_wrap {
  overflow: hidden;
}

.category_intro_contents {
  position: relative;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .category_intro_contents.lp02 {
    margin-bottom: 6vw;
  }
}

.FacultyTitle {
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.FacultyTitle.FacultyTitle {
  background-color: #209482;
}
@media screen and (max-width: 768px) {
  .FacultyTitle.lp02 {
    padding: 2vw 0;
  }
}

.entrance_flow_box .entrance_flow_box_inner {
  background-color: white;
  padding: 30px 5%;
}
@media screen and (max-width: 768px) {
  .entrance_flow_box .entrance_flow_box_inner {
    padding: 4vw 5%;
  }
}

.entrance_flow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entrance_flow_wrap {
    row-gap: 6vw;
  }
}
.entrance_flow_wrap .entrance_flow {
  position: relative;
}
.entrance_flow_wrap .entrance_flow::after {
  position: absolute;
  background-image: url(../image/entrance_flow_arrow01_01.png);
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 50%;
  bottom: -42px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .entrance_flow_wrap .entrance_flow::after {
    width: 3vw;
    height: 3vw;
    bottom: -4vw;
  }
}
.entrance_flow_wrap .entrance_flow:last-of-type::after {
  content: none;
}

.FacultyTitle_contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .FacultyTitle_contents_wrap {
    row-gap: 4vw;
  }
}

.character {
  position: absolute;
  width: 127px;
}
.character.character02_01 {
  width: 127px;
  right: -14px;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .character.character02_01 {
    width: 22%;
    right: 6%;
    bottom: -28%;
  }
}
.character.character02_02 {
  width: 116px;
  right: -30px;
  bottom: -37px;
}
@media screen and (max-width: 768px) {
  .character.character02_02 {
    width: 20%;
    right: 3%;
    bottom: -34%;
  }
}
.character.character02_03 {
  width: 116px;
  right: 43px;
  bottom: -11px;
}
@media screen and (max-width: 768px) {
  .character.character02_03 {
    width: 21%;
    right: 0%;
    bottom: -15%;
  }
}
.character.character02_04 {
  width: 116px;
  right: 32px;
  bottom: -42px;
}
@media screen and (max-width: 768px) {
  .character.character02_04 {
    width: 21%;
    right: 3%;
    bottom: -31%;
  }
}

.Features_EXWrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .Features_EXWrapBox {
    row-gap: 10vw;
  }
}

.Features_EXWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  position: relative;
}
.Features_EXWrap::before {
  content: "";
  background-color: black;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .Features_EXWrap::before {
    bottom: -5vw;
    height: 1px;
  }
}
.Features_EXWrap:last-of-type::before {
  content: none;
}

.Features_EX_innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.Features_EX_inner_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Features_EX_inner_range .leftSide {
  width: 69%;
}
.Features_EX_inner_range .rightSide {
  width: 31%;
}
.Features_EX_inner_range .rightSide.Features_EX03_link {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .Features_EX_inner_range .rightSide.Features_EX03_link {
    margin-top: 18vw;
  }
}

.Features_EX03_03_01,
.Features_EX04_01_01 {
  margin-bottom: 30px;
}

.js_fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}
.js_fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js_AC_content {
  padding-bottom: 6px;
  list-style: none;
}

.js_acLabel {
  cursor: pointer;
  position: relative;
}

.ac-content {
  display: none;
}

.icon-wrap {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .icon-wrap {
    width: 15px;
    height: 15px;
  }
}

.icon-wrap.open {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.ac-close_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac-close {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ac-close {
    font-size: 12px;
    margin-top: 5vw;
  }
}

.subheadingWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .subheadingWrap {
    margin-bottom: 2vw;
  }
}
.subheadingWrap .subheading {
  display: inline-block;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .subheadingWrap .subheading {
    width: 25vw;
  }
}
/*# sourceMappingURL=style.css.map */
