@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoColorEmoji-Regular";
  src: url(/fonts/NotoColorEmoji/NotoColorEmoji-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*===========*/
/* admission */
/*===========*/
.admission .title-area {
  margin-bottom: min(170px, 16.6vw);
  background: url(/images/admission/heading_bg01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .admission .title-area {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .admission .title-area .heading-title {
    font-size: 20px;
  }
}
.admission .howto-area {
  margin-bottom: min(164px, 16.01vw);
}
@media (max-width: 767px) {
  .admission .howto-area {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .admission .howto-area .contents {
    padding: 0 16px;
  }
}
.admission .howto-area .howto-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 924px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .admission .howto-area .howto-list {
    max-width: 670px;
  }
}
.admission .howto-area .howto-list li {
  width: 38.5%;
}
@media (max-width: 767px) {
  .admission .howto-area .howto-list li {
    width: 33.3333%;
  }
}
.admission .howto-area .howto-list li:not(:last-child) {
  position: relative;
}
.admission .howto-area .howto-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 177px;
  background: #DB4B83;
}
@media (max-width: 767px) {
  .admission .howto-area .howto-list li:not(:last-child)::before {
    height: 85%;
  }
}
.admission .howto-area .howto-list li figure {
  text-align: center;
}
.admission .howto-area .howto-list li figure figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(30px, 2.92vw);
  color: #DB4B83;
  font-size: clamp(18px, 2.16vw, 26px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 767px) {
  .admission .howto-area .howto-list li figure figcaption {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.admission .howto-area .howto-list li figure img {
  display: block;
  max-width: 108px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .admission .howto-area .howto-list li figure img {
    max-width: 60px;
  }
}
.admission .link-area .box-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .admission .link-area .box-wrap {
    display: block;
  }
}
.admission .link-area .box-wrap .com-box01 {
  position: relative;
  /* width: 48%; 2つ並び */
  width: 32%; /*3つ並び*/
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .admission .link-area .box-wrap .com-box01 {
    max-width: 576px;
    width: 100%;
    margin: 0 auto 24px;
  }
}
@media (max-width: 767px) {
  .admission .link-area .box-wrap .com-box01 {
    max-width: 670px;
  }
}
.admission .link-area .box-wrap .com-box01::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.admission .link-area .box-wrap .com-box01 .inner {
  position: relative;
  height: 100%;
  padding: 48px 16px;
}
@media (max-width: 767px) {
  .admission .link-area .box-wrap .com-box01 .inner {
    padding: 16px 16px 24px;
  }
}
.admission .link-area .box-wrap .com-box01 p {
  margin-bottom: 0;
}
.admission .link-area .box-wrap .com-box01 p.ttl {
  margin-bottom: 30px;
  /* font-size: clamp(24px, 2vw, 28px); 2つ並び*/
  font-size: 20px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .admission .link-area .box-wrap .com-box01 p.ttl {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.admission .link-area .box-wrap .com-box01 p.guide-txt {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .admission .link-area .box-wrap .com-box01 p.guide-txt {
    position: initial;
    transform: translateY(0);
  }
}
.admission .link-area .box-wrap .com-box01 .bt-list {
  margin-bottom: 0;
}
.admission .link-area .box-wrap .com-box01 .bt {
  text-align: center;
}
.admission .link-area .box-wrap .com-box01 .bt:not(:last-child) {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .admission .link-area .box-wrap .com-box01 .bt:not(:last-child) {
    margin-bottom: 20px;
  }
}
.admission .link-area .box-wrap .com-box01 .bt a {
  min-width: 320px;
  margin: 0 auto;
  /*font-size: 20px; 2つ並び*/
}
@media (max-width: 767px) {
  .admission .link-area .box-wrap .com-box01 .bt a {
    min-width: 230px;
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .admission .link-area .box-wrap .com-box01 .bt a {
    min-width: 200px;
    font-size: 12px;
  }
}
.admission .link-area .box-wrap .com-box01.type01 {
  background: #76CECE;
}
@media (max-width: 1200px) {
  .admission .link-area .box-wrap .com-box01.type01 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .admission .link-area .box-wrap .com-box01.type01 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .admission .link-area .box-wrap .com-box01.type01 .inner {
    padding: 16px;
  }
}
.admission .link-area .box-wrap .com-box01.type01::before {
  background: #76CECE;
}
.admission .link-area .box-wrap .com-box01.type01 .ttl {
  color: #76CECE;
}
.admission .link-area .box-wrap .com-box01.type02 {
  background: #F280A6;
}
.admission .link-area .box-wrap .com-box01.type02::before {
  background: #F280A6;
}
.admission .link-area .box-wrap .com-box01.type02 .ttl {
  color: #F280A6;
}

/*===========*/
/* support */
/*===========*/
.support .com-dl-box01.type01 > dd, .support .com-dl-box01.type02 > dd, .support .com-dl-box02.type01 > dd, .support .com-dl-box02.type02 > dd {
  padding: 0;
}
.support .com-dl-box01.type01 > dd .table02, .support .com-dl-box01.type01 > dd .table03, .support .com-dl-box01.type02 > dd .table02, .support .com-dl-box01.type02 > dd .table03, .support .com-dl-box02.type01 > dd .table02, .support .com-dl-box02.type01 > dd .table03, .support .com-dl-box02.type02 > dd .table02, .support .com-dl-box02.type02 > dd .table03 {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.support .sec01 .bg03 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .support .sec01 .bg03 {
    padding-bottom: 24px;
  }
}
.support .sec01 .com-dl-box02 {
  margin-top: 32px;
  border-bottom-width: 2px;
}
@media (max-width: 767px) {
  .support .sec01 .com-dl-box02 {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .support .sec01 .table02, .support .sec01 .table03 {
    display: block;
  }
  .support .sec01 .table02 tbody, .support .sec01 .table02 tr, .support .sec01 .table03 tbody, .support .sec01 .table03 tr {
    display: block;
  }
  .support .sec01 .table02 td, .support .sec01 .table03 td {
    display: block;
    padding: 8px 16px;
    border-left: none;
  }
}
.support .sec01 .table02 th, .support .sec01 .table03 th {
  width: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .support .sec01 .table02 th, .support .sec01 .table03 th {
    display: block;
    width: 100%;
  }
}
.support .sec01 .table03 th {
  background-color: #76CECE;
  color: #FFF;
}
@media (max-width: 767px) {
  .support .sec01 .table03 th {
    display: block;
  }
}
.support .sec02 .bg01 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .support .sec02 .bg01 {
    padding-bottom: 24px;
  }
}
.support .sec02 .heading03 {
  text-align: center;
}
.support .sec02 .list-nv {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .support .sec02 .list-nv {
    margin-top: 24px;
  }
}
@media (min-width: 1023px) {
  .support .sec02 .list-nv li {
    width: 32%;
  }
}
@media (min-width: 1023px) {
  .support .sec02 .list-nv li span {
    padding: 16px 15%;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .support .sec02 .list-nv li span {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .support .sec02 .table03 {
    display: block;
  }
  .support .sec02 .table03 tbody, .support .sec02 .table03 tr {
    display: block;
  }
  .support .sec02 .table03 td {
    display: block;
    padding: 8px 16px;
    border-left: none;
  }
}
.support .sec02 .table03 th {
  width: 250px;
  background-color: #76CECE;
  text-align: center;
  color: #FFF;
}
@media (max-width: 767px) {
  .support .sec02 .table03 th {
    display: block;
    width: 100%;
    font-size: 20px;
  }
}
.support .sec02 .table03 tr:not(:last-child) th {
  border-bottom: 1px solid #FFF;
}
.support .sec02 .com-dl-box01 {
  margin-bottom: 16px;
}
.support .sec02 .com-dl-box01 dd + dd {
  border-top: 2px solid #76CECE;
}
.support .sec02 .data-sec02 dt {
  margin: 16px 0 16px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 767px) {
  .support .sec02 .data-sec02 dt {
    margin: 8px 0;
    font-size: 18px;
  }
}
.support .sec03 .bg02 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .support .sec03 .bg02 {
    padding-bottom: 24px;
  }
}
.support .sec03 .com-box01 .inner {
  padding-top: 32px;
  padding-bottom: 16px;
}
.support .sec03 .com-box01 .heading02 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #DB4B83;
  text-align: left;
}
.support .sec03 .com-dl-box02 dd {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 767px) {
  .support .sec03 .com-dl-box02 dd {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.support .sec03 .ac-menu {
  margin: 24px 0 16px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .support .sec03 .ac-menu {
    margin: 16px 0;
    font-size: 18px;
  }
}
.support .sec03 .ac-menu a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px calc(25px / 2) 0 calc(25px / 2);
  border-color: #DB4B83 transparent transparent transparent;
}
@media (max-width: 767px) {
  .support .sec03 .ac-menu a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px calc(20px / 2) 0 calc(20px / 2);
    border-color: #DB4B83 transparent transparent transparent;
  }
}
.support .sec03 .ac-menu.open {
  display: none;
}
.support .sec03 .ac-cts {
  display: none;
}
.support .sec03 .arrow {
  margin: 8px auto 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px calc(64px / 2) 0 calc(64px / 2);
  border-color: #F2AFC8 transparent transparent transparent;
}
@media (max-width: 767px) {
  .support .sec03 .arrow {
    margin: 8px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px calc(32px / 2) 0 calc(32px / 2);
    border-color: #F2AFC8 transparent transparent transparent;
  }
}
.support .sec03 .com-dl-box02 table {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .support .sec03 .com-dl-box02 table {
    display: block;
  }
  .support .sec03 .com-dl-box02 table tbody, .support .sec03 .com-dl-box02 table tr {
    display: block;
  }
}
.support .sec03 .com-dl-box02 table th {
  width: 220px;
  border: none;
  border-radius: 4px;
  border-bottom: 4px solid #FFF;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .support .sec03 .com-dl-box02 table th {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.support .sec03 .com-dl-box02 table td {
  border: none;
}
@media (max-width: 767px) {
  .support .sec03 .com-dl-box02 table td {
    display: block;
    width: 100%;
    padding: 8px 4px;
  }
}
.support .sec04 .bg01 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .support .sec04 .bg01 {
    padding-bottom: 24px;
  }
}
.support .sec04 .heading01 {
  color: #1E8C8C;
}
.support .sec04 .com-box01 .inner {
  padding-top: 32px;
  padding-bottom: 16px;
}
.support .sec04 .com-box01 .heading02 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #1E8C8C;
  text-align: left;
}
.support .sec04 .com-dl-box01.type01 .table03 th {
  width: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .support .sec04 .com-dl-box01.type01 .table03 th {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .support .sec04 .com-dl-box01.type01 .table03 {
    display: block;
  }
  .support .sec04 .com-dl-box01.type01 .table03 tbody, .support .sec04 .com-dl-box01.type01 .table03 tr, .support .sec04 .com-dl-box01.type01 .table03 td {
    display: block;
  }
  .support .sec04 .com-dl-box01.type01 .table03 td {
    padding: 8px;
    border-left: none;
  }
}
.support .sec04 .com-dl-box01 .data-bg-w {
  padding: 0 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .support .sec04 .com-dl-box01 .data-bg-w {
    padding: 0 8px;
  }
}
.support .sec04 .ac-box {
  margin-top: 24px;
  border: none;
  border-radius: 8px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .support .sec04 .ac-box {
    margin-top: 16px;
    border-radius: 4px;
  }
}
.support .sec04 .ac-box .table03 {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  .support .sec04 .ac-box .table03 {
    display: block;
  }
  .support .sec04 .ac-box .table03 tbody, .support .sec04 .ac-box .table03 tr {
    display: block;
  }
}
.support .sec04 .ac-box .table03 th {
  width: 234px;
  border-radius: 8px;
  border-bottom: 4px solid #FFF;
  text-align: center;
  background-color: #EBF7F7;
}
@media (max-width: 767px) {
  .support .sec04 .ac-box .table03 th {
    display: block;
    width: 100%;
  }
}
.support .sec04 .ac-box .table03 td {
  border: none;
}
@media (max-width: 767px) {
  .support .sec04 .ac-box .table03 td {
    display: block;
    width: 100%;
    padding: 4px;
  }
}
.support .sec04 .ac-box .ac-menu {
  position: relative;
  border-radius: 8px;
  padding-left: 32px;
  padding-right: 64px;
  text-align: left;
  color: #333;
  cursor: pointer;
}
@media (max-width: 767px) {
  .support .sec04 .ac-box .ac-menu {
    padding-left: 8px;
    padding-right: 32px;
    border-radius: 4px;
    font-size: 14px;
  }
}
.support .sec04 .ac-box .ac-menu::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  display: block;
  border-color: #333;
  border-style: solid;
  border-width: 0 3px 3px 0;
  height: 28px;
  vertical-align: middle;
  width: 28px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .support .sec04 .ac-box .ac-menu::after {
    right: 8px;
    top: 50%;
    margin-top: -10px;
    border-color: #333;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 10px;
    vertical-align: middle;
    width: 10px;
    transform: rotate(45deg);
  }
}
.support .sec04 .ac-box .ac-menu.open::after {
  top: 16px;
  border-color: #333;
  border-style: solid;
  border-width: 0 3px 3px 0;
  height: 28px;
  vertical-align: middle;
  width: 28px;
  transform: rotate(225deg);
}
@media (max-width: 767px) {
  .support .sec04 .ac-box .ac-menu.open::after {
    top: 50%;
    margin-top: -10px;
    border-color: #333;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 10px;
    vertical-align: middle;
    width: 10px;
    transform: rotate(225deg);
  }
}
.support .sec04 .ac-box .ac-cts {
  display: none;
  border: none;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .support .sec04 .ac-box .ac-cts {
    padding: 16px 8px;
  }
}
.support .sec05 .bg02 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .support .sec05 .bg02 {
    padding-bottom: 24px;
  }
}
.support .sec05 .com-box01 .inner {
  padding-top: 32px;
  padding-bottom: 16px;
}
.support .sec05 .com-box01 .heading02 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #DB4B83;
  text-align: left;
}
.support .sec05 .movie-btn .btn {
  display: block;
  padding: 16px;
  border-radius: 4px;
  border-bottom: 4px solid #F280A6;
  border-right: 4px solid #F280A6;
  background-color: #FFF;
  text-decoration: none;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 33px;
  line-height: 1.2;
  text-align: center;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .support .sec05 .movie-btn .btn {
    font-size: 16px;
  }
}
.support .sec05 .movie-btn .btn > span {
  position: relative;
  display: inline-block;
  padding: 0 64px;
}
@media (max-width: 767px) {
  .support .sec05 .movie-btn .btn > span {
    padding: 0 28px;
  }
}
.support .sec05 .movie-btn .btn > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  top: 50%;
  right: 0;
  margin-top: -22px;
  background: url(/images/admission/support/support_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .support .sec05 .movie-btn .btn > span::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.support .sec05 .movie-btn .btn:hover {
  border-color: transparent;
}
.support .sec05 .com-box02 {
  max-width: 880px;
  margin: 64px auto 0;
}
.support .sec05 .com-box02 .heading02 {
  margin-top: 0;
}
.support .sec05 .list-col02 li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .support .sec05 .list-col02 li {
    margin-bottom: 16px;
  }
}
.support .sec05 .data-contact dt span {
  color: #DB4B83;
}
.support .sec05 .data-contact .place {
  font-family: "NotoSansJP-Bold", sans-serif;
}
.support .sec05 .data-contact .tel {
  position: relative;
  padding-left: 32px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .support .sec05 .data-contact .tel {
    padding-left: 24px;
  }
}
.support .sec05 .data-contact .tel::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 38px;
  left: 0;
  top: 50%;
  margin-top: -19px;
  background: url(/images/admission/support/support_ic02.svg) no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media (max-width: 767px) {
  .support .sec05 .data-contact .tel::before {
    width: 16px;
    height: 28px;
    margin-top: -14px;
  }
}
.support .sec05 .data-contact .tel a {
  padding: 4px 0;
  font-size: 33px;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .support .sec05 .data-contact .tel a {
    font-size: 28px;
  }
}
.support .sec06 .bg03 {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .support .sec06 .bg03 {
    padding-top: 24px;
  }
}
@media (max-width: 1023px) {
  .support .sec06 .list-col02 {
    display: block;
  }
  .support .sec06 .list-col02 li {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 16px;
  }
}
.support .sec06 .box {
  padding: 0 16px;
  border: 3px solid #000;
  border-bottom-width: 5px;
  border-radius: 16px;
  background-color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  .support .sec06 .box {
    padding: 0 8px;
    boder-radius: 8px;
  }
}
.support .sec06 .box .title {
  margin: 48px 0 32px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 28px;
}
@media (max-width: 767px) {
  .support .sec06 .box .title {
    margin: 24px 0 16px;
    font-size: 16px;
  }
}
.support .sec06 .box.color01 {
  border-color: #76CECE;
}
.support .sec06 .box.color01 .title {
  color: #76CECE;
}
.support .sec06 .box.color02 {
  border-color: #F280A6;
}
.support .sec06 .box.color02 .title {
  color: #F280A6;
}

/*==========*/
/* expenses */
/*==========*/
.expenses .title-area {
  background: url(/images/admission/expenses/heading_bg01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .expenses .title-area {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .expenses .title-area .heading-title {
    font-size: 20px;
  }
}
.expenses .list-nv {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .expenses .list-nv {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .expenses .list-nv li {
    width: 32%;
    /*width: 23% 4つ並び*/
  }
}
.expenses .list-nv li a {
  display: flex;
  justify-content: center;
  height: 100%;
}
.expenses .list-nv li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1364px) {
  .expenses .list-nv li span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .expenses .list-nv li span {
    font-size: 12px;
  }
}
.expenses .list-nv li span.row2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.expenses .table-wrap {
  overflow-x: auto;
  margin-bottom: 32px;
}
.expenses .table02, .expenses .table03 {
  min-width: 720px;
  margin-bottom: 0;
}
.expenses .table02 thead th, .expenses .table03 thead th {
  font-size: 24px;
  line-height: 1.3;
  color: #FFF;
  border-left: 1px solid #FFF;
}
@media (max-width: 767px) {
  .expenses .table02 thead th, .expenses .table03 thead th {
    font-size: 16px;
  }
}
.expenses .table02 thead th span, .expenses .table03 thead th span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .expenses .table02 thead th span, .expenses .table03 thead th span {
    font-size: 12px;
  }
}
.expenses .table02 thead th:first-child, .expenses .table03 thead th:first-child {
  border-left: none;
}
.expenses .table02 th, .expenses .table02 td, .expenses .table03 th, .expenses .table03 td {
  padding: 16px 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .expenses .table02 th, .expenses .table02 td, .expenses .table03 th, .expenses .table03 td {
    padding: 8px;
  }
}
.expenses .table02 th .txt-v, .expenses .table02 td .txt-v, .expenses .table03 th .txt-v, .expenses .table03 td .txt-v {
  display: block;
  min-width: 1em;
  min-height: 6em;
  margin: 0 auto;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0;
}
.expenses .table02 thead th {
  background-color: #F280A6;
}
.expenses .table02 tbody th.border-l {
  border-left: 2px solid #F280A6;
}
.expenses .table03 thead th {
  background-color: #76CECE;
}
.expenses .table03 tbody th.border-l {
  border-left: 2px solid #76CECE;
}

/*===========*/
/* offering */
/*===========*/
.offering .list-nv {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .offering .list-nv {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .offering .list-nv li {
    width: 23%;
  }
}
.offering .list-nv li a {
  display: flex;
  justify-content: center;
  height: 100%;
}
.offering .list-nv li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1364px) {
  .offering .list-nv li span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .offering .list-nv li span {
    font-size: 12px;
  }
}
.offering .list-nv li span.row2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.offering .table-wrap {
  overflow-x: auto;
  margin-bottom: 32px;
}
.offering .table-wrap .table02, .offering .table-wrap .table03 {
  min-width: 720px;
  margin-bottom: 0;
}
.offering .table-wrap figure {
  min-width: 720px;
  text-align: center;
  background-color: #FFF;
}
.offering .table02 thead th, .offering .table03 thead th {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-left: 1px solid #FFF;
}
@media (max-width: 767px) {
  .offering .table02 thead th, .offering .table03 thead th {
    font-size: 14px;
  }
}
.offering .table02 thead th span, .offering .table03 thead th span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .offering .table02 thead th span, .offering .table03 thead th span {
    font-size: 12px;
  }
}
.offering .table02 thead th:first-child, .offering .table03 thead th:first-child {
  border-left: none;
}
.offering .table02 th, .offering .table02 td, .offering .table03 th, .offering .table03 td {
  padding: 16px 8px;
}
@media (max-width: 767px) {
  .offering .table02 th, .offering .table02 td, .offering .table03 th, .offering .table03 td {
    padding: 8px 4px;
  }
}
.offering .table02 td:first-child, .offering .table03 td:first-child {
  border-left: none;
}
.offering .table02 thead th {
  background-color: #F280A6;
}
.offering .table03 thead th {
  background-color: #76CECE;
}
.offering .sec01 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .offering .sec01 {
    padding-bottom: 24px;
  }
}
.offering .sec01 .table02 tbody th {
  width: 300px;
}
@media (max-width: 767px) {
  .offering .sec01 .table02 tbody th {
    width: 180px;
  }
}
.offering .sec01 .table02 td {
  text-align: center;
}
.offering .sec02 .bg01 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .offering .sec02 .bg01 {
    padding-bottom: 24px;
  }
}
.offering .sec02 .heading01 {
  color: #1E8C8C;
}
.offering .sec02 .note {
  margin-bottom: 32px;
  font-size: 18px;
  color: #DB4B83;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .offering .sec02 .table03 {
    display: block;
  }
  .offering .sec02 .table03 tbody, .offering .sec02 .table03 tr {
    display: block;
  }
  .offering .sec02 .table03 td {
    display: block;
    border-left: none;
    font-size: 13px;
  }
}
.offering .sec02 .table03 th {
  width: 300px;
}
@media (max-width: 767px) {
  .offering .sec02 .table03 th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.offering .sec02 .btn {
  max-width: 990px;
  margin: 32px auto;
}
.offering .sec02 .btn a {
  display: block;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
}
.offering .sec02 .btn a:hover {
  box-shadow: none;
}
.offering .sec02 .btn a:hover img {
  opacity: 1;
}
.offering .sec03 .bg03 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .offering .sec03 .bg03 {
    padding-bottom: 24px;
  }
}
.offering .sec03 .heading03 {
  text-align: center;
}
.offering .sec03 .note {
  margin-bottom: 32px;
  font-size: 18px;
  color: #DB4B83;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .offering .sec03 .sp-block {
    display: block;
  }
  .offering .sec03 .sp-block tbody, .offering .sec03 .sp-block tr {
    display: block;
  }
  .offering .sec03 .sp-block td {
    display: block;
    border-left: none;
    font-size: 13px;
  }
}
.offering .sec03 .sp-block th {
  width: 300px;
}
@media (max-width: 767px) {
  .offering .sec03 .sp-block th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .offering .sec03 .table-wrap .table03 {
    min-width: 400px;
  }
  .offering .sec03 .table-wrap .table03 th {
    font-size: 12px;
  }
}
.offering .sec03 .table-wrap .table03 td {
  text-align: center;
}
@media (max-width: 767px) {
  .offering .sec03 .table-wrap .table03 td {
    font-size: 12px;
  }
}
.offering .sec03 .list-col03 {
  align-items: stretch;
  justify-content: space-between;
}
.offering .sec03 .list-col03 li {
  width: 32%;
  margin: 0;
}
@media (max-width: 767px) {
  .offering .sec03 .list-col03 li {
    width: 90%;
    margin: 0 auto 16px;
  }
}
.offering .sec03 .list-col03 li .com-dl-box01,
.offering .sec03 .list-col03 li .com-dl-box02 {
  height: 100%;
}
.offering .sec03 .list-col03 li .com-dl-box01 dd,
.offering .sec03 .list-col03 li .com-dl-box02 dd {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .offering .sec03 .list-col03 li .com-dl-box01 dd,
.offering .sec03 .list-col03 li .com-dl-box02 dd {
    font-size: 16px;
  }
}
.offering .sec03 .list-col03 li .com-dl-box01 dd .inner,
.offering .sec03 .list-col03 li .com-dl-box02 dd .inner {
  width: 100%;
}
.offering .sec03 .list-flow {
  max-width: 640px;
  margin: 0 auto 32px;
}
.offering .sec03 .list-flow > li::after {
  content: "";
  display: block;
  margin: 8px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px calc(32px / 2) 0 calc(32px / 2);
  border-color: #F280A6 transparent transparent transparent;
}
.offering .sec03 .list-flow > li:last-child::after {
  content: none;
}
.offering .sec03 .list-flow .com-dl-box02 dt span {
  margin-right: 24px;
}
.offering .sec03 .theme-txt {
  text-align: center;
}
.offering .sec04 .bg01 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .offering .sec04 .bg01 {
    padding-bottom: 24px;
  }
}
.offering .sec04 .heading01 {
  color: #1E8C8C;
}
@media (max-width: 767px) {
  .offering .sec04 .table03 {
    display: block;
  }
  .offering .sec04 .table03 tbody, .offering .sec04 .table03 tr {
    display: block;
  }
  .offering .sec04 .table03 td {
    display: block;
    border-left: none;
    font-size: 13px;
  }
}
.offering .sec04 .table03 th {
  width: 250px;
}
@media (max-width: 767px) {
  .offering .sec04 .table03 th {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/*==========*/
/* guardian */
/*==========*/
.guardian .title-area {
  background: url(/images/admission/guardian/main_ma01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .guardian .title-area {
    background: url(/images/admission/guardian/main_ma01_sp.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.guardian .note {
  text-align: center;
}
@media (max-width: 767px) {
  .guardian .note {
    text-align: left;
  }
}
.guardian .sec01 .slide-main {
  display: flex;
  min-width: 100%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 58px 0 80px;
  -webkit-animation: 50s linear infinite sliderAnimation;
          animation: 50s linear infinite sliderAnimation;
}
.guardian .sec01 .slide-main li {
  position: relative;
  height: 358px;
  width: 588px;
  margin: 0 8px;
}
@media (max-width: 1279px) {
  .guardian .sec01 .slide-main li {
    height: 179px;
    width: 294px;
    margin: 0 4px;
  }
}
@-webkit-keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.guardian .sec02 .list-col03 {
  justify-content: space-evenly;
}
.guardian .sec02 .img-area {
  position: relative;
}
.guardian .sec02 .img-area .btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  margin-bottom: 0;
  z-index: 1;
}
.guardian .sec02 .img-area .btn .com-bt {
  min-width: 156px;
  margin: 0;
  font-size: 10px;
}
.guardian .sec02 .img-area .btn .com-bt:hover::before {
  top: 4px;
  left: 4px;
}
.guardian .sec02 .img-area .btn .com-bt span {
  padding: 0 24px;
  line-height: 35px;
  transform: translate(4px, 4px);
}
.guardian .sec02 .img-area .btn .com-bt span::after {
  right: 16px;
}
@media (max-width: 767px) {
  .guardian .sec02 .img-area .btn .com-bt span::after {
    right: 16px;
  }
}
.guardian .sec02 .heading04 {
  margin-top: 16px;
  color: #636466;
}
.guardian .sec03 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .guardian .sec03 {
    padding-top: 64px;
  }
}
.guardian .sec03 .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .guardian .sec03 .wrap {
    display: block;
    border: 1px solid #C1E1BA;
    border-radius: 16px;
  }
}
.guardian .sec03 .wrap .img {
  width: 54%;
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .guardian .sec03 .wrap .img {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.guardian .sec03 .wrap .txt {
  width: 40%;
}
@media (max-width: 1023px) {
  .guardian .sec03 .wrap .txt {
    width: 100%;
    padding: 0 16px;
  }
  .guardian .sec03 .wrap .txt figure {
    width: 80%;
    margin: 24px auto;
  }
}
.guardian .sec03 .wrap .txt .heading03 {
  line-height: 2;
}
@media (max-width: 1023px) {
  .guardian .sec03 .wrap .txt .heading03 {
    text-align: center;
  }
}
.guardian .sec03 .wrap .txt .btn {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .guardian .sec03 .wrap .txt .btn {
    text-align: center;
  }
}
.guardian .sec03 .list-btn {
  margin-top: 32px;
}
/*# sourceMappingURL=admission.css.map */