@charset "UTF-8";
.target {
  display: block;
  position: relative;
  padding: 120px 0 0;
  margin: -120px 0 0;
  pointer-events: none; }

.no_single {
  padding: 30px;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  font: 1.7rem/1.5 dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500; }

/************************************/
body {
  background-color: #EFFEFE; }

header {
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  width: 100%; }

.header_all {
  width: calc(100% - 80px);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 25px 25px;
  border: 1px solid #c1d3da;
  border-top: none;
  padding: 0 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.header_ttl {
  width: 350px;
  font: 1.7rem/28px dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 5px;
  position: relative;
  z-index: 888; }
  .header_ttl span {
    margin: 0 15px 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    background: url("../images/logo.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 170/38;
    width: 100%;
    max-width: 170px;
    height: auto; }

.header_box {
  padding: 18px 0 8px;
  width: calc(100% - 370px); }
  .header_box .top {
    margin: 0 0 10px auto;
    max-width: 540px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .header_box .top a {
      font: 1.3rem/36px dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-decoration: none; }
    .header_box .top a.bnr {
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      display: block;
      width: fit-content;
      padding: 0 35px 0 25px;
      background-color: #fff;
      font: 1.4rem/36px dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em;
      border: 1px solid #c1d3da; }
      .header_box .top a.bnr:before {
        position: absolute;
        content: "";
        display: block;
        background-color: #DAFD21;
        height: 100%;
        width: 10px;
        top: 0;
        left: 0; }
      .header_box .top a.bnr:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #707070;
        border-right: 1px solid #707070;
        top: 51%;
        left: auto;
        right: 15px;
        transform: translate(0%, -50%) rotate(45deg); }
  .header_box .btm {
    margin: 0 0 0 auto;
    max-width: 745px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .header_box .btm a {
      font: 1.4rem/36px dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-decoration: none; }

.toggle {
  display: none; }

@media (hover: hover) {
  .header_ttl:hover {
    opacity: 0.5; }

  .header_box .top a:hover {
    text-underline-offset: 6px;
    text-decoration: underline; }
  .header_box .top a.bnr:hover {
    text-decoration: none;
    background-color: #DAFD21; }
  .header_box a:hover {
    text-underline-offset: 6px;
    text-decoration: underline; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .header_box {
    z-index: 888;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }
    .header_box .top {
      margin: 0 0 5px auto;
      max-width: 335px;
      width: 100%; }
      .header_box .top a {
        display: none; }
      .header_box .top.active {
        display: none; }
    .header_box .btm {
      display: none; }

  .toggle {
    margin: 0 0 0 25px;
    display: block;
    width: 60px;
    height: 60px;
    position: relative; }
    .toggle span {
      display: block;
      position: absolute;
      width: 44px;
      height: 1px;
      background-color: #707070;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .3s; }
      .toggle span:nth-of-type(1) {
        top: 33%; }
      .toggle span:nth-of-type(2) {
        top: 50%; }
      .toggle span:nth-of-type(3) {
        top: 67%; }
    .toggle.active span:nth-of-type(1) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(25deg); }
    .toggle.active span:nth-of-type(2) {
      top: 50%;
      opacity: 0; }
    .toggle.active span:nth-of-type(3) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(-25deg); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .header_box .top {
    display: none; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .header_ttl {
    width: 310px;
    font: 1.6rem/28px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-decoration: none;
    z-index: 888; }
    .header_ttl span {
      margin: 0 15px 0 0;
      width: 100%;
      max-width: 160px;
      height: auto; }

  .header_box {
    width: calc(100% - 310px);
    max-width: 60px; }

  .header_all {
    width: calc(100% - 60px);
    padding: 0 20px 0 20px; }

  .toggle {
    margin: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .header_ttl {
    width: 250px;
    font: 1.4rem/21px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-decoration: none;
    z-index: 888; }
    .header_ttl span {
      margin: 0 10px 0 0;
      width: 100%;
      max-width: 125px;
      height: auto; }

  .header_box {
    width: calc(100% - 250px);
    max-width: 40px; }

  .header_all {
    width: calc(100% - 20px);
    padding: 0 15px 0 20px;
    border-radius: 0 0 20px 20px; }

  .toggle {
    margin: 0;
    width: 40px;
    height: 40px; }
    .toggle span {
      width: 30px; } }
/*max-width:480px*/
/**************************/
.gnav {
  position: fixed;
  opacity: 0;
  z-index: -999;
  pointer-events: none;
  visibility: hidden; }

@media (max-width: 1280px) {
  .gnav {
    /*opacity: 1;
    pointer-events:all;
    visibility:visible;*/
    z-index: 777;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #EFFEFE;
    width: 100vw;
    height: 100vh;
    padding: 135px 0; }
    .gnav.active {
      opacity: 1;
      z-index: 777;
      pointer-events: all;
      visibility: visible; }

  nav {
    max-width: 1020px;
    width: calc(100% - 80px);
    margin: 0 auto; }

  .nav_btn {
    max-width: 620px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 30px; }
    .nav_btn a {
      border: 1px solid #C1D3DA;
      display: block;
      background-color: #fff;
      position: relative;
      max-width: 300px;
      width: calc((100% - 20px)/2);
      height: 80px;
      border-radius: 10px;
      overflow: hidden;
      padding: 0 0 0 100px;
      font: 1.7rem/80px dnp-shuei-gothic-kin-std, sans-serif;
      letter-spacing: 0.01em;
      font-weight: 500;
      text-decoration: none; }
      .nav_btn a:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 100%;
        display: block;
        background-color: #DAFD21;
        left: 0;
        top: 0; }
      .nav_btn a:after {
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 33px;
        transform: translate(0%, -50%); }
      .nav_btn a:nth-of-type(1)::after {
        background: url("../images/common/admissions05.svg") center center no-repeat;
        background-size: contain;
        width: 50px;
        height: 40px; }
      .nav_btn a:nth-of-type(2)::after {
        background: url("../images/common/admissions04.svg") center center no-repeat;
        background-size: contain;
        width: 50px;
        height: 40px; }

  .nav_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 840px;
    width: 100%;
    margin: 0 0 40px; }
    .nav_list a {
      padding: 25px 120px 25px 45px;
      display: block;
      position: relative;
      width: calc((100% - 40px)/2);
      font: 1.6rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.01em;
      border-bottom: 1px solid #C1D3DA;
      text-decoration: none; }
      .nav_list a:nth-of-type(1), .nav_list a:nth-of-type(2) {
        border-top: 1px solid #C1D3DA; }
      .nav_list a:before {
        position: absolute;
        content: "";
        display: block;
        background-color: #9CB4BE;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        top: 50%;
        left: 20px;
        transform: translate(0%, -50%); }
      .nav_list a:after {
        position: absolute;
        content: "";
        display: block;
        background: url("../images/common/news_arrow.svg") center center no-repeat;
        background-size: contain;
        width: 32px;
        height: 5px;
        top: 50%;
        left: auto;
        right: 10px;
        transform: translate(0%, -50%); }

  .nav_footer {
    border-bottom: 1px solid #C1D3DA;
    padding: 0 70px 20px 0;
    margin: 0 0 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    .nav_footer::before, .nav_footer::after {
      position: absolute;
      content: "";
      display: block;
      width: 66px;
      height: 90px;
      right: 0;
      bottom: 15px;
      transition: opacity .4s ease; }
    .nav_footer::before {
      background: url("../images/character01.svg") center center/contain no-repeat;
      animation: switch1 2s steps(1, end) infinite; }
    .nav_footer::after {
      background: url("../images/character02.svg") center center/contain no-repeat;
      animation: switch2 2s steps(1, end) infinite; }

  .nav_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 20px 0 0;
    width: 410px; }
    .nav_block a {
      text-decoration: none;
      display: block;
      width: fit-content;
      padding: 0 10px;
      height: 31px;
      border: 1px solid #707070;
      font: 1.4rem/31px dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em; }

  .nav_sns {
    width: calc(100% - 430px);
    max-width: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .nav_sns p {
      font: 1.3rem/36px dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em; }
    .nav_sns a {
      border-radius: 50%;
      display: block;
      width: 36px;
      height: 36px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background-color: #D3E7F0;
      margin: 0 0 0 10px;
      position: relative; }
      .nav_sns a:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%; }
      .nav_sns a.sns_in:before {
        background: url("../images/common/instagram.svg") center center no-repeat; }
      .nav_sns a.sns_x:before {
        background: url("../images/common/x.svg") center center no-repeat; }
      .nav_sns a.sns_fb:before {
        background: url("../images/common/facebok.svg") center center no-repeat; }
      .nav_sns a.sns_you:before {
        background: url("../images/common/youtube.svg") center center no-repeat; }
    .nav_sns div {
      width: fit-content;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .nav_sns div:nth-of-type(1) {
        margin: 0 7px 0 0; }

  .nav_footer_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .nav_footer_list a {
      font: 1.3rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em;
      text-decoration: none;
      margin: 0 15px 0 0;
      position: relative;
      padding: 0 0 0 15px; }
      .nav_footer_list a:before {
        position: absolute;
        content: "・";
        left: 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .gnav {
    overflow-y: scroll;
    padding: 135px 0 25%; }

  nav {
    max-width: 700px;
    width: calc(100% - 80px);
    margin: 0 auto; }

  .nav_btn {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px; }
    .nav_btn a {
      max-width: 400px;
      width: calc((100% - 30px)/2); }

  .nav_list a {
    width: calc((100% - 30px)/2);
    font: 1.6rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500; }

  .nav_footer {
    border-bottom: 1px solid #C1D3DA;
    padding: 0 70px 20px 0;
    margin: 0 0 20px;
    position: relative;
    display: block; }

  .nav_block {
    margin: 0 0 25px;
    width: 410px; }

  .nav_sns {
    width: 100%;
    max-width: 460px; }
    .nav_sns p {
      width: 115px; }
    .nav_sns div:nth-of-type(1) {
      margin: 0 0 10px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .gnav {
    overflow-y: scroll;
    padding: 135px 0 25%; }

  nav {
    max-width: 480px;
    width: calc(100% - 80px);
    margin: 0 auto; }

  .nav_btn {
    max-width: 100%;
    width: 100%;
    display: block; }
    .nav_btn a {
      max-width: 100%;
      width: 100%;
      margin: 0 0 15px; }

  .nav_list {
    display: block; }
    .nav_list a {
      max-width: 100%;
      width: 100%; }
      .nav_list a:nth-of-type(2) {
        border-top: none; }

  .nav_footer {
    border-bottom: 1px solid #C1D3DA;
    padding: 0 0 20px 0;
    margin: 0 0 20px;
    position: relative;
    display: block; }

  .nav_block {
    margin: 0 0 25px;
    max-width: 410px;
    width: 100%; }
    .nav_block a {
      margin: 0 0 5px; }

  .nav_sns {
    width: 100%;
    max-width: 460px;
    display: block; }

  .nav_footer_list li {
    margin: 0 0 10px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .gnav {
    overflow-y: scroll;
    padding: 85px 0 55%; }

  nav {
    max-width: 305px;
    width: calc(100% - 20px);
    margin: 0 auto; }

  .nav_btn {
    max-width: 100%;
    width: 100%;
    display: block; }
    .nav_btn a {
      max-width: 100%;
      width: 100%;
      margin: 0 0 10px;
      height: 65px;
      font: 1.5rem/65px dnp-shuei-gothic-kin-std, sans-serif;
      letter-spacing: 0.01em;
      font-weight: 500; }
      .nav_btn a:nth-of-type(1)::after, .nav_btn a:nth-of-type(2)::after {
        width: 45px;
        height: 36px; }

  .nav_list {
    display: block; }
    .nav_list a {
      max-width: 100%;
      width: 100%;
      font: 1.4rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      padding: 16px 100px 16px 35px; }
      .nav_list a:before {
        height: 6px;
        width: 6px;
        border-radius: 50%;
        top: 50%;
        left: 13px;
        transform: translate(0%, -50%); }
      .nav_list a:after {
        width: 20px;
        height: 5px;
        top: 50%;
        left: auto;
        right: 10px;
        transform: translate(0%, -50%); }

  .nav_footer:before, .nav_footer:after {
    display: none; }

  .nav_block {
    justify-content: flex-start;
    margin: 0 0 15px;
    max-width: 410px;
    width: 100%; }
    .nav_block a {
      margin: 0 10px 10px 0; }

  .nav_sns {
    width: 100%;
    max-width: 460px;
    display: block; }
    .nav_sns a {
      width: 26px;
      height: 26px; }
      .nav_sns a.sns_in:before {
        background-size: 15px; }
      .nav_sns a.sns_x:before {
        background-size: 13px; }
      .nav_sns a.sns_fb:before {
        background-size: 9px; }
      .nav_sns a.sns_you:before {
        background-size: 10px; }

  .nav_footer_list li {
    margin: 0 10px 13px 0; }
  .nav_footer_list a {
    margin: 0; } }
/*max-width:480px*/
@media (hover: hover) {
  .nav_btn a:hover {
    background-color: #DAFD21; }

  .nav_list a:hover {
    background-color: #fff; }

  .nav_block a:hover {
    background-color: #fff; }

  .nav_sns a:hover {
    transform: rotate(15deg); }

  .nav_footer_list a:hover {
    text-underline-offset: 6px;
    text-decoration: underline; } }
/**************************/
.footer_all {
  overflow: hidden;
  background-color: #fff;
  border-bottom: 60px solid #DAFD21;
  padding: 0 0 30px; }
  .footer_all .scroll {
    color: #e2ecf1;
    font: 11.5vw/1em "Inter", sans-serif;
    font-weight: 100;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 0 0;
    position: relative;
    transform: translateY(-13%); }
  .footer_all .footer_link {
    max-width: 1760px;
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch; }
    .footer_all .footer_link li:nth-of-type(1) {
      flex: 1;
      font: 1.3rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em; }
    .footer_all .footer_link a {
      font: 1.3rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em;
      text-decoration: none;
      margin: 0 0 0 15px;
      position: relative;
      padding: 0 0 0 15px; }
      .footer_all .footer_link a:before {
        position: absolute;
        content: "・";
        left: 0; }

@media (hover: hover) {
  .footer_all .footer_link a:hover {
    text-underline-offset: 6px;
    text-decoration: underline; } }
@media (min-width: 1920px) {
  .footer_all .scroll {
    font: 22.5rem/1em "Inter", sans-serif;
    font-weight: 100;
    letter-spacing: -0.02em; } }
/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_all .footer_link {
    max-width: 880px; }
    .footer_all .footer_link li:nth-of-type(1) {
      display: block; }
    .footer_all .footer_link li {
      display: none; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_all .footer_link {
    width: calc(100% - 60px);
    max-width: 640px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_all {
    padding: 0 0 60px;
    background-color: #fff;
    border-bottom: 30px solid #DAFD21;
    padding: 0 0 25px; }
    .footer_all .scroll {
      display: none; }
    .footer_all .footer_link {
      width: calc(100% - 40px);
      max-width: 335px; } }
/*max-width:480px*/
/**************************/
.footer_box {
  max-width: 1760px;
  width: calc(100% - 80px);
  margin: 0 auto 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #C1D3DA;
  padding: 30px 0 25px; }

.footer_left p {
  width: 370px;
  font: 2rem/28px dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 20px; }
  .footer_left p span {
    margin: 0 15px 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    background: url("../images/logo.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 170/38;
    width: 100%;
    max-width: 170px;
    height: auto; }
.footer_left address {
  font: 1.5rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 20px; }
  .footer_left address a {
    text-decoration: none; }
.footer_left div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end; }
  .footer_left div a {
    margin: 0 8px 0 0;
    text-decoration: none;
    display: block;
    width: fit-content;
    padding: 0 10px;
    height: 31px;
    border: 1px solid #707070;
    font: 1.4rem/31px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em; }

.footer_right {
  width: calc(100% - 500px);
  max-width: 600px; }
  .footer_right .footer_nav {
    max-width: 560px;
    width: 100%;
    margin: 0 0 55px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .footer_right .footer_nav a {
      text-decoration: none;
      min-width: 165px;
      font: 1.5rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      display: block;
      padding: 0 0 0 20px;
      position: relative;
      margin: 0 0 15px; }
      .footer_right .footer_nav a:before {
        position: absolute;
        content: "";
        display: block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #9CB4BE;
        left: 0;
        top: 10px; }
  .footer_right .sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 96px 0 0;
    position: relative; }
    .footer_right .sns::before, .footer_right .sns::after {
      position: absolute;
      content: "";
      display: block;
      width: 66px;
      height: 90px;
      right: 0;
      bottom: -5px;
      transition: opacity .4s ease; }
    .footer_right .sns::before {
      background: url("../images/character01.svg") center center/contain no-repeat;
      animation: switch1 2s steps(1, end) infinite; }
    .footer_right .sns::after {
      background: url("../images/character02.svg") center center/contain no-repeat;
      animation: switch2 2s steps(1, end) infinite; }
    .footer_right .sns p {
      font: 1.3rem/36px dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em; }
    .footer_right .sns a {
      border-radius: 50%;
      display: block;
      width: 36px;
      height: 36px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background-color: #D3E7F0;
      margin: 0 0 0 15px;
      position: relative; }
      .footer_right .sns a:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%; }
      .footer_right .sns a.sns_in:before {
        background: url("../images/common/instagram.svg") center center no-repeat; }
      .footer_right .sns a.sns_x:before {
        background: url("../images/common/x.svg") center center no-repeat; }
      .footer_right .sns a.sns_fb:before {
        background: url("../images/common/facebok.svg") center center no-repeat; }
      .footer_right .sns a.sns_you:before {
        background: url("../images/common/youtube.svg") center center no-repeat; }
    .footer_right .sns div {
      width: fit-content;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }

@media (hover: hover) {
  .footer_left div a:hover {
    background-color: #DAFD21; }

  .footer_right .footer_nav a:hover {
    text-underline-offset: 6px;
    text-decoration: underline; }
  .footer_right .sns a:hover {
    transform: rotate(15deg); } }
@media (min-width: 1920px) {
  .footer_all .scroll {
    font: 22.5rem/1em "Inter", sans-serif;
    font-weight: 100;
    letter-spacing: -0.02em; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .footer_left div {
    display: block; }
    .footer_left div a {
      margin: 0 0 10px;
      width: 155px;
      text-align: center; }

  .footer_right {
    width: calc(100% - 400px);
    max-width: 600px; }
    .footer_right .footer_nav {
      width: 100%;
      margin: 0 0 40px auto; }
    .footer_right .sns {
      margin: 0 0 0 auto;
      max-width: 430px;
      display: block; }
      .footer_right .sns::before, .footer_right .sns::after {
        bottom: -10px; }
      .footer_right .sns p {
        width: 120px; }
      .footer_right .sns div:nth-of-type(1) {
        margin: 0 0 15px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_box {
    max-width: 880px;
    padding: 35px 0 35px; }

  .footer_left {
    width: 100%; }
    .footer_left address {
      margin-bottom: 0; }
    .footer_left div {
      display: none; }

  .footer_right {
    display: none; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_box {
    width: calc(100% - 60px);
    max-width: 640px;
    padding: 35px 0 20px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_box {
    width: calc(100% - 40px);
    max-width: 335px;
    padding: 60px 0 20px; }

  .footer_left p {
    width: 325px;
    font: 1.7rem/26px dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    margin: 0 0 15px; }
    .footer_left p span {
      margin: 0 10px 0 0;
      max-width: 160px;
      height: auto; }
  .footer_left address {
    font: 1.4rem/1.8em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0; } }
/*max-width:480px*/
/*****************************************/
.page_top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  writing-mode: vertical-rl;
  font: 1.5rem/1em "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  z-index: -9999;
  opacity: 0;
  pointer-events: none;
  transition: .3s; }
  .page_top.active {
    z-index: 777;
    opacity: 1;
    pointer-events: all; }
  .page_top span {
    position: relative;
    padding: 70px 0 0;
    display: block; }
    .page_top span:hover {
      cursor: pointer; }
      .page_top span:hover:before {
        top: -5px; }
    .page_top span:before {
      position: absolute;
      content: "";
      width: 5px;
      height: 60px;
      display: block;
      background: url("../images/common/page_top.svg") center center no-repeat;
      background-size: contain;
      left: 3px;
      top: 0; }

@media (max-width: 768px) {
  .page_top {
    position: fixed;
    bottom: 10px;
    right: 10px; } }
/*max-width:768px*/
@media (max-width: 700px) {
  .page_top {
    position: fixed;
    bottom: 100px;
    right: 10px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_top {
    writing-mode: vertical-rl;
    font: 1.3rem/1em "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em; }
    .page_top span {
      padding: 50px 0 0; }
      .page_top span:hover {
        cursor: pointer; }
        .page_top span:hover:before {
          top: -5px; }
      .page_top span:before {
        position: absolute;
        content: "";
        width: 5px;
        height: 40px;
        top: 0; } }
/*max-width:480px*/
/************************************/
.sp_menu {
  position: fixed;
  left: 0;
  bottom: -100px;
  transition: .3s; }

/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .sp_menu {
    display: block;
    position: fixed;
    margin: 0 auto;
    left: 5px;
    z-index: 666;
    bottom: -100px;
    max-width: 768px;
    width: calc(100% - 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .sp_menu.active {
      bottom: 5px; }
    .sp_menu a {
      display: block;
      width: calc((100% - 10px)/2);
      background-color: #fff;
      border: 1px solid #C1D3DA;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      background-color: #fff;
      position: relative;
      max-width: 300px;
      width: calc((100% - 10px) / 2);
      height: 80px;
      border-radius: 10px;
      overflow: hidden;
      padding: 0 0 0 90px;
      font: 1.7rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
      letter-spacing: 0.01em;
      font-weight: 500;
      text-decoration: none; }
      .sp_menu a:before {
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 25px;
        transform: translate(0%, -50%); }
      .sp_menu a:after {
        position: absolute;
        content: "";
        display: block;
        background-color: #DAFD21;
        height: 100%;
        width: 10px;
        top: 0;
        left: 0; }
      .sp_menu a:nth-of-type(1) {
        margin: 0 5px 0 0; }
        .sp_menu a:nth-of-type(1)::before {
          background: url(../images/common/admissions05.svg) center center no-repeat;
          background-size: contain;
          width: 50px;
          height: 40px; }
      .sp_menu a:nth-of-type(2)::before {
        background: url(../images/common/admissions04.svg) center center no-repeat;
        background-size: contain;
        width: 50px;
        height: 40px; }
      .sp_menu a br {
        display: none; } }
/*max-width:768px*/
@media (max-width: 700px) {
  .sp_menu a br {
    display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .sp_menu a {
    max-width: 300px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 0 65px;
    font: 1.4rem/1.5em dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: 0.01em;
    font-weight: 500;
    text-decoration: none; }
    .sp_menu a:before {
      top: 50%;
      left: 18px;
      transform: translate(0%, -50%); }
    .sp_menu a:after {
      width: 10px;
      top: 0;
      left: 0; }
    .sp_menu a:nth-of-type(1)::before, .sp_menu a:nth-of-type(2)::before {
      width: 38px;
      height: 36px; } }
/*max-width:480px*/
