@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
textarea {
  white-space: revert;
}
*,
::after,
::before {
  box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
ol[role="list"],
ul[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
a {
  text-decoration: none;
}
button {
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-family: "Shippori Mincho", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  height: auto;
}
@media (min-width: 1025px) {
  .lg-hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .md-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}
@media screen and (max-width: 359px) {
  body,
  html {
    font-size: 2.32vw;
  }
}
.f-min {
  font-family: "Shippori Mincho", serif;
}
.f-normal {
  font-family: "Noto Sans JP", sans-serif;
}
.main {
  overflow: hidden;
}
.kv-men-photo,
.kv-women-photo {
  width: 100%;
  animation: photozooout 3.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.kv-men-photo {
  background: url("../img/men.png") no-repeat center center / cover;
  overflow: hidden;
}
.kv-women-photo {
  background: url("../img/women.png") no-repeat center center / cover;
}
@media screen and (max-width: 1024px) {
  .kv-men-photo,
  .kv-women-photo {
    background-size: contain;
  }
}
@keyframes photozooout {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.kv .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: none;
}
@media screen and (max-width: 767px) {
  .kv .copy img {
    width: 62px;
    height: 290px;
  }
}
.kv .sld {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 80px;
  overflow: hidden;
  font-size: 1.1rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  color: #000;
  z-index: 2;
}
.kv .sld::before,
.kv .sld::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49%;
  width: 1px;
}
.kv .sld::before {
  background: rgba(17, 17, 17, 0.3);
  height: 70px;
}
.kv .sld::after {
  background: #111;
  height: 30px;
}
.kv .sld::after {
  height: 30px;
  animation: sld 1.5s ease infinite;
}
@media screen and (min-width: 768px) {
  .kv .sld {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .kv .sld {
    right: 10%;
    font-size: 1rem;
  }
}
@keyframes sld {
  0% {
    transform: translateY(-40px);
  }
  50%,
  100% {
    transform: translateY(30px);
  }
}
@keyframes sldsp {
  0% {
    transform: translateY(-20px);
  }
  50%,
  100% {
    transform: translateY(30px);
  }
}
.page-home {
  position: relative;
  margin: 100px;
  padding: 10% 5%;
  font-family: "Shippori Mincho", serif;
}
.page-home .bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #a0d8ea;
  transition: all 1.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
  z-index: -1;
}
.page-home .bg.is-inview {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-home {
    margin: 0 1px 100px;
    padding: 75px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-home {
    margin: 0 1px 50px;
    padding: 50px 25px 25px;
  }
}
.js-fade {
  opacity: 0;
  transition: opacity 1.8s, transform 1.8s;
}
.js-fade.is-inview {
  opacity: 1;
  transition-delay: 0.15s;
}
.js-fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.8s, transform 1.8s;
}
.js-fadeup.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.text-span,
.text-span2 {
  overflow: hidden;
  opacity: 0;
}
.text-span.show,
.text-span2.show {
  opacity: 1;
}
.text-span2 span {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateX(40px) skewX(-10deg) scale(1.05);
  transform: translateX(40px) skewX(-10deg) scale(1.05);
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}
.text-span2.show span {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0) skewX(0) scale(1);
  transform: translateX(0) skewX(0) scale(1);
}
.text-span span {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1.25s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.text-span.show span {
  transform: translate(0, 0);
}
.text-span.show span:nth-child(1) {
  transition-delay: 0.01s;
}
.text-span.show span:nth-child(2) {
  transition-delay: 0.07s;
}
.text-span.show span:nth-child(3) {
  transition-delay: 0.14s;
}
.text-span.show span:nth-child(4) {
  transition-delay: 0.21s;
}
.text-span.show span:nth-child(5) {
  transition-delay: 0.28s;
}
.text-span.show span:nth-child(6) {
  transition-delay: 0.35s;
}
.text-span.show span:nth-child(7) {
  transition-delay: 0.42s;
}
.text-span.show span:nth-child(8) {
  transition-delay: 0.49s;
}
.text-span.show span:nth-child(9) {
  transition-delay: 0.56s;
}
.text-span.show span:nth-child(10) {
  transition-delay: 0.63s;
}
.text-span.show span:nth-child(11) {
  transition-delay: 0.7s;
}
.text-span.show span:nth-child(12) {
  transition-delay: 0.77s;
}
.text-span.show span:nth-child(13) {
  transition-delay: 0.84s;
}
.text-span.show span:nth-child(14) {
  transition-delay: 0.91s;
}
.text-span.show span:nth-child(15) {
  transition-delay: 0.98s;
}
.text-span.show span:nth-child(16) {
  transition-delay: 1.05s;
}
.text-span.show span:nth-child(17) {
  transition-delay: 1.12s;
}
.text-span.show span:nth-child(18) {
  transition-delay: 1.19s;
}
.text-span.show span:nth-child(19) {
  transition-delay: 1.26s;
}
.text-span.show span:nth-child(20) {
  transition-delay: 1.33s;
}
.text-span2.show span:nth-child(1) {
  transition-delay: 0.01s;
}
.text-span2.show span:nth-child(2) {
  transition-delay: 0.07s;
}
.text-span2.show span:nth-child(3) {
  transition-delay: 0.14s;
}
.text-span2.show span:nth-child(4) {
  transition-delay: 0.21s;
}
.text-span2.show span:nth-child(5) {
  transition-delay: 0.28s;
}
.text-span2.show span:nth-child(6) {
  transition-delay: 0.35s;
}
.text-span2.show span:nth-child(7) {
  transition-delay: 0.42s;
}
.text-span2.show span:nth-child(8) {
  transition-delay: 0.49s;
}
.text-span2.show span:nth-child(9) {
  transition-delay: 0.56s;
}
.text-span2.show span:nth-child(10) {
  transition-delay: 0.63s;
}
.text-span2.show span:nth-child(11) {
  transition-delay: 0.7s;
}
.text-span2.show span:nth-child(12) {
  transition-delay: 0.77s;
}
.text-span2.show span:nth-child(13) {
  transition-delay: 0.84s;
}
.text-span2.show span:nth-child(14) {
  transition-delay: 0.91s;
}
.text-span2.show span:nth-child(15) {
  transition-delay: 0.98s;
}
.text-span2.show span:nth-child(16) {
  transition-delay: 1.05s;
}
.text-span2.show span:nth-child(17) {
  transition-delay: 1.12s;
}
.text-span2.show span:nth-child(18) {
  transition-delay: 1.19s;
}
.text-span2.show span:nth-child(19) {
  transition-delay: 1.26s;
}
.text-span2.show span:nth-child(20) {
  transition-delay: 1.33s;
}
.text-span2.show span:nth-child(21) {
  transition-delay: 1.4s;
}
.text-span2.show span:nth-child(22) {
  transition-delay: 1.47s;
}
.text-span2.show span:nth-child(23) {
  transition-delay: 1.54s;
}
.text-span2.show span:nth-child(24) {
  transition-delay: 1.61s;
}
.text-span2.show span:nth-child(25) {
  transition-delay: 1.67s;
}
.text-span2.show span:nth-child(26) {
  transition-delay: 1.74s;
}
.text-span2.show span:nth-child(27) {
  transition-delay: 1.81s;
}
.text-span2.show span:nth-child(28) {
  transition-delay: 1.88s;
}
.text-span2.show span:nth-child(29) {
  transition-delay: 1.95s;
}
.text-span2.show span:nth-child(30) {
  transition-delay: 2.02s;
}
.text-span2.show span:nth-child(31) {
  transition-delay: 2.09s;
}
.text-span2.show span:nth-child(32) {
  transition-delay: 2.16s;
}
.text-span2.show span:nth-child(33) {
  transition-delay: 2.23s;
}
.text-span2.show span:nth-child(34) {
  transition-delay: 2.3s;
}
.text-span2.show span:nth-child(35) {
  transition-delay: 2.37s;
}
.text-span2.show span:nth-child(36) {
  transition-delay: 2.44s;
}
.text-span2.show span:nth-child(37) {
  transition-delay: 2.51s;
}
.text-span2.show span:nth-child(38) {
  transition-delay: 2.58s;
}
.text-span2.show span:nth-child(39) {
  transition-delay: 2.65s;
}
.text-span2.show span:nth-child(40) {
  transition-delay: 2.72s;
}
.text-span2.show span:nth-child(41) {
  transition-delay: 2.79s;
}
.text-span2.show span:nth-child(42) {
  transition-delay: 2.86s;
}
.text-span2.show span:nth-child(43) {
  transition-delay: 2.93s;
}
.text-span2.show span:nth-child(44) {
  transition-delay: 3s;
}
.text-span2.show span:nth-child(45) {
  transition-delay: 3.07s;
}
.text-span2.show span:nth-child(46) {
  transition-delay: 3.14s;
}
.text-span2.show span:nth-child(47) {
  transition-delay: 3.21s;
}
.text-span2.show span:nth-child(48) {
  transition-delay: 3.28s;
}
.text-span2.show span:nth-child(49) {
  transition-delay: 3.35s;
}
.text-span2.show span:nth-child(50) {
  transition-delay: 3.42s;
}
footer {
  padding: 100px 25px 50px;
  font-family: "EB Garamond", serif;
  text-align: center;
}
footer small {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 25px 25px;
  }
  footer small {
    font-size: 1rem;
  }
}
#scroolltop {
  position: fixed;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  color: #000;
  text-transform: uppercase;
  z-index: 2;
}
#scroolltop:hover {
  opacity: 0.8;
  text-decoration: none;
}
#scroolltop.show {
  opacity: 1;
}
#scroolltop::before,
#scroolltop::after {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  content: "";
  position: absolute;
  background-color: #000;
}
#scroolltop::before {
  bottom: 20px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 1px;
  height: 40px;
}
#scroolltop::after {
  top: -44px;
  right: 0;
  left: -6px;
  margin-right: auto;
  margin-left: auto;
  width: 10px;
  height: 1px;
  transform: rotate(-45deg);
}
#scroolltop:hover::before {
  height: 60px;
}
#scroolltop:hover::after {
  top: -64px;
}
#scroolltop {
  right: 30px;
  bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #scroolltop {
    display: none;
  }
}
.box {
  max-width: 1200px;
  margin: 0 auto;
}
.sec {
  margin: 200px auto 0;
}
@media screen and (max-width: 767px) {
  .sec {
    margin: 50px auto 0;
  }
}
/* message
------------------------------------------ */
.message {
  position: relative;
}
.message-inner {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.message-box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .message-inner {
    width: calc(100% - 48px);
  }
}
.message figure {
  position: relative;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .message figure {
    width: 32%;
    margin-right: 2%;
  }
  .message figure:nth-child(3n) {
    margin-right: 0;
  }
  .message figure:nth-child(n + 4) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .message figure:nth-child(n + 2) {
    margin-top: 24px;
  }
}
.message figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.message figure:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.message figure figcaption {
  padding: 3em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.message figure figcaption::before,
.message figure figcaption::after {
  pointer-events: none;
}
.message figure figcaption,
.message figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.message figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.message figure h2 {
  margin: 0;
  padding: 20% 0 20px 0;
  word-spacing: -0.15em;
  font-weight: 300;
}
.message figure h2 span {
  font-weight: 800;
}
.message figure p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  letter-spacing: 1px;
  font-size: 68.5%;
}
.message figure p span {
  padding: 10px 15px;
  background-color: #11b180;
  color: #fff;
  line-height: 1;
}
.message figure figcaption::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.message figure figcaption::before,
.message figure p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.message figure:hover figcaption::before,
.message figure:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal__container {
  background-color: #fff;
  padding: 50px 50px 30px 50px;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .modal__container {
    max-height: 86vh;
    padding: 20px;
  }
}
.modal__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #11b180;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  outline: none;
  transition: all 0.3s;
}
.modal__btn:hover {
  background-color: #fff;
  color: #11b180;
}
.modal__btn::before,
.modal__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 27px;
  background: #fff;
}
.modal__btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__btn:hover::before,
.modal__btn:hover::after {
  background: #11b180;
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
/* student modal
------------------------------------------ */
.st-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.st-box.type2 {
  justify-content: flex-start;
}
.st-txt {
  width: 60%;
  padding: 50px 60px 50px 70px;
  background-color: rgba(255, 255, 255, 0.88);
}
@media screen and (max-width: 767px) {
  .st-txt {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
}
.st-txt .st-ttl {
  font-size: 2rem;
  /*color: #00afad;*/
  color: #11b180;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .st-txt .st-ttl {
    font-size: 1.8rem;
  }
}
.st-txt .st-msg {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .st-txt .st-msg {
    padding: 15px 0;
  }
}
.st-txt .st-msg p:nth-child(n + 2) {
  padding-top: 15px;
}
.st-txt .st-course {
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .st-txt .st-course {
    font-size: 1.2rem;
    text-align: left;
  }
  .st-txt .st-course span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .st-bg-photo {
    background: none !important;
  }
}
@media screen and (min-width: 768px) {
  .st-photo {
    display: none;
  }
}
.note {
  font-size: 1.3rem;
}
.note-list ol {
  margin: 0;
  padding: 0;
}
.note-list li {
  display: flex;
  font-size: 1.3rem;
}
.note-list li div:first-child {
  padding-right: 0.5em;
}
.note-list.note-number li div:first-child {
  width: 2.5em;
}
.note-list.note-number li div:last-child {
  flex: 1 0 0;
}
.note-list li:nth-child(n + 2) {
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .note-list li {
    font-size: 1.2rem;
  }
}
/* header
------------------------------------------ */
.logo {
  position: absolute;
  top: 90px;
  left: 100px;
  z-index: 4;
  opacity: 0;
  transform: translate3d(0, -40px, 0);
  transition: opacity 1.24s cubic-bezier(0.54, 0, 0, 0.99) 0.2s, transform 1.06s cubic-bezier(0.54, 0, 0, 0.99) 0.14s;
}
.logo.-is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .logo {
    top: 24px;
    left: 20px;
    width: 154px;
  }
}
/* kv
------------------------------------------ */
.slick-list {
  _zoom: 1;
  overflow: hidden;
}
.kv {
  position: relative;
  overflow: hidden !important;
}
.kv-ttl {
  position: absolute;
  left: 120px;
  top: 50%;
  z-index: 10;
  line-height: 1.02;
  opacity: 0;
  transform: translateY(-50%) translate3d(0, 40px, 0);
  transition: opacity 1.24s cubic-bezier(0.54, 0, 0, 0.99) 0.2s, transform 1.06s cubic-bezier(0.54, 0, 0, 0.99) 0.14s;
}
.kv-ttl p {
  display: flex;
  margin-bottom: 10px;
}
.kv-ttl p span {
  padding: 10px 15px;
  background-color: #11b180;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}
.kv-ttl h1 {
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}
.kv-ttl.-is-show {
  opacity: 1;
  transform: translateY(-50%) translate3d(0, 0, 0);
}
.kv-msg p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18rem;
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  white-space: nowrap;
  line-height: 12rem;
  font-weight: 400;
  animation-name: scrolltext;
  animation-duration: 80s;
  animation-duration: 120s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: bottom 1s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition-delay: 0s;
  transition-delay: 0.7s;
  width: 418.717rem;
  text-transform: uppercase;
}
@keyframes scrolltext {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
.kv-slide {
  width: 100vw;
  height: 100vh;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.slide-img {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.srd {
  position: absolute;
  bottom: 164px;
  right: 100px;
  width: 2px;
  height: 140px;
  line-height: 0;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.8s ease 0.3s;
  display: none;
}
.srd.-is-show {
  opacity: 1;
}
.srd .srd-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  overflow: hidden;
  background: #faf6ec;
  background: rgba(255, 255, 255, 0.19);
}
.srd .srd-line span {
  display: block;
  z-index: 10;
  width: 1px;
  height: 140px;
  background-color: #fff;
  -webkit-animation: scroll 2.4s infinite cubic-bezier(0.54, 0, 0, 0.99);
  animation: scroll 2.4s infinite cubic-bezier(0.54, 0, 0, 0.99);
}
@-webkit-keyframes scroll {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  85% {
    transform: translate3d(0, 98%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes scroll {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  85% {
    transform: translate3d(0, 98%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
@media screen and (max-width: 767px) {
  .kv-ttl {
    left: 24px;
  }
  .kv-ttl p {
    justify-content: center;
  }
  .kv-ttl p span {
    font-size: 3.6254vw;
  }
  .kv-ttl h1 {
    font-size: 7.013vw;
    text-align: center;
  }
  .kv-msg p {
    font-size: 8rem;
    line-height: 5rem;
  }
  .kv-slide {
    height: 50vh;
  }
  .slide-img {
    height: 50vh;
  }
  .srd {
    display: none;
  }
}
main {
  overflow-x: hidden;
  overflow-y: hidden;
}
.ttl {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}
.ttl::before,
.ttl::after {
  content: "";
  position: absolute;
  top: 0;
  border-top-style: solid;
}
.ttl::before {
  left: -50vw;
  width: 100vw;
  margin-left: 50%;
  border-top-width: 1px;
  border-top-color: #ddd;
}
.ttl::after {
  left: 0;
  width: 100px;
  border-top-width: 3px;
  /*border-top-color: #a0d8ea;*/
  border-top-color: #11b180;
}
.ttl h2 {
  padding-top: 15px;
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.ttl span {
  display: flex;
  align-items: center;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  /*color: #8bd0e6;*/
  color: #11b180;
  line-height: 1;
  text-transform: uppercase;
}
.ttl h2 em {
  font-style: normal;
  font-size: 3rem;
}
.ttl-pb0 {
  padding-bottom: 0;
}
.ttl-bd0::before,
.ttl-bd0::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .ttl {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .ttl h2 {
    padding-top: 15px;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .ttl span {
    font-size: 1.4rem;
  }
  .ttl h2 em {
    font-size: 1.8rem;
  }
}
/* result
------------------------------------------ */
.result {
  position: relative;
}
.result-box {
  margin-top: 50px;
  padding: 40px;
  background-color: rgba(160, 216, 234, 0.45);
}
.result-inner {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.result .updete {
  padding: 15px 15px 0 0;
  font-size: 1.3rem;
}
.result-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 15px;
  border-bottom: 3px solid #fff;
}
.result-ttl h3 {
  flex: 1 0 0;
  font-size: 2rem;
  line-height: 1.5;
}
.result-ttl p {
  width: 5em;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}
.result ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.result ul li {
  width: 30%;
  margin-right: 5%;
  padding: 15px;
  border-bottom: 1px solid #fff;
}
.result ul li dl {
  display: flex;
  justify-content: space-between;
}
.result-ttl p::after,
.result ul li dd::after {
  content: "名";
}
.result .note {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .result ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .result-inner {
    width: calc(100% - 48px);
  }
  .result .updete {
    padding: 15px 0 0 0;
    font-size: 1.2rem;
  }
  .result-box {
    margin-top: 24px;
    padding: 20px;
  }
  .result-ttl {
    padding: 0 0 15px;
    border-bottom-width: 2px;
  }
  .result-ttl h3 {
    font-size: 1.6rem;
  }
  .result-ttl p {
    width: 3em;
  }
  .result ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .result ul li {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
  .result .note {
    padding-top: 20px;
  }
}
/* seminnar
------------------------------------------ */
.seminnar {
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(160, 216, 234, 0.2);
}
.seminnar-title {
  position: absolute;
  top: 0;
  right: 100px;
  padding: 1.5em 1em;
  background-color: #fff;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.seminnar-inner {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.seminnar li {
  padding: 40px;
  background-color: #fff;
}
.seminnar li:nth-child(n + 2) {
  margin-top: 40px;
}
.seminnar .inner {
  display: flex;
  justify-content: space-between;
}
.seminnar .inner .txt {
  flex: 1 0 0;
  padding-right: 3.5em;
}
.seminnar .inner .photo {
  width: 320px;
}
.seminnar .s-ttl {
  padding-left: 1em;
  border-left: 3px solid #a0d8ea;
  line-height: 1;
}
.seminnar .s-ttl span {
  display: block;
  font-size: 1.5rem;
}
.seminnar .s-ttl h3 {
  padding-top: 0.5em;
  font-size: 2.2rem;
  /*color: #11b180;*/
}
.seminnar .txt p {
  padding: 2em 0 0 0;
}
.seminnar dl {
  margin-top: 2em;
}
.seminnar dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #a0d8ea;
}
@media screen and (max-width: 767px) {
  .seminnar {
    margin-top: 50px;
    padding: 0 24px 50px;
  }
  .seminnar-inner {
    width: 100%;
  }
  .seminnar li {
    padding: 20px;
  }
  .seminnar li:nth-child(n + 2) {
    margin-top: 24px;
  }
  .seminnar .inner {
    flex-direction: column;
  }
  .seminnar .inner .txt {
    flex: 1 0 0;
    padding-right: 0;
    order: 2;
  }
  .seminnar .inner .photo {
    order: 1;
    width: auto;
  }
  .seminnar .s-ttl {
    margin-top: 24px;
    padding-left: 1em;
  }
  .seminnar .s-ttl span {
    font-size: 1.4rem;
  }
  .seminnar .s-ttl h3 {
    padding-top: 0.5em;
    font-size: 1.8rem;
  }
  .seminnar .txt p {
    padding: 20px 0 0 0;
  }
  .seminnar dl {
    margin-top: 20px;
  }
}
/* support
------------------------------------------ */
.support {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.support-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}
.support-ttl::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 1);
  width: 1px;
  height: 100%;
}
.support-txt {
  order: 1;
}
.support ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgb(160, 216, 234);
  background: linear-gradient(45deg, rgba(160, 216, 234, 1) 0%, rgba(230, 244, 250, 1) 100%);
}
.support ul li {
  position: relative;
  width: calc(100% / 3);
}
.support ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 1);
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.support ul li::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 1);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.support ul li .inner {
  padding: 4.5em 2.5em;
}
.support ul li .inner span,
.support ul li .inner h3 {
  display: block;
  text-align: center;
}
.support ul li .inner span {
  font-size: 1.6rem;
}
.support ul li .inner h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em 0 1em;
  font-size: 2.4rem;
  line-height: 1.5;
}
.support ul li .inner p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .support {
    width: calc(100% - 48px);
  }
  .support ul {
    margin-top: 20px;
  }
  .support ul li {
    width: 100%;
  }
  .support ul li .inner {
    padding: 2em 1.5em;
  }
  .support ul li .inner h3 {
    padding: 0.25em 0 1em;
    font-size: 2rem;
    line-height: 1.5;
  }
}
/* license
------------------------------------------ */
.license {
  width: calc(100% - 100px);
  max-width: 1200px;
}
.license .lead {
  padding-bottom: 40px;
  font-size: 1.8rem;
}
.license table {
  width: 100%;
  margin-bottom: 1.5em;
}
.license table th,
.license table td {
  padding: 1.2em 1em;
}
.license table thead th {
  background-color: rgba(160, 216, 234, 1);
  border-left: 1px dotted #aaa;
}
.license table thead th,
.license table tbody td {
  border-left: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
}
.license table thead th:not(:first-of-type) {
  width: 16%;
}
.license table thead th:first-child,
.license table tbody td:first-child {
  border-left: none;
}
.license table tbody tr:nth-child(even) {
  background-color: rgba(160, 216, 234, 0.2);
}
.license table tbody tr td:nth-child(n + 2) {
  text-align: center;
}
.license table tbody td sup {
  font-size: 1.1rem;
}
.license table tbody td .note1,
.license table tbody td .note2,
.license table tbody td .note3 {
  display: inline-flex;
  justify-content: center;
  position: relative;
  padding: 0 1em;
}
.license table tbody td .note1::after,
.license table tbody td .note2::after,
.license table tbody td .note3::after {
  position: absolute;
  top: -0.8em;
  right: 0.3em;
  font-size: 1rem;
}
.license table tbody td .note1::after {
  content: "※1";
}
.license table tbody td .note2::after {
  content: "※2";
}
.license table tbody td .note3::after {
  content: "※3";
}
@media screen and (max-width: 767px) {
  .license {
    width: calc(100% - 48px);
  }
  .license h2 {
    font-size: 2rem;
  }
  .license .lead {
    padding: 0 0 20px;
    font-size: 1.4rem;
  }
  .license table {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .license table th,
  .license table td {
    padding: 1.5em 0.1em;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .license table th {
    font-size: 1rem;
  }
  .license table thead th:not(:first-of-type) {
    width: 14%;
  }
  .license table tbody td .note1,
  .license table tbody td .note2,
  .license table tbody td .note3 {
    padding: 0 1.25em;
  }
  .license table tbody td .note1::after,
  .license table tbody td .note2::after,
  .license table tbody td .note3::after {
    font-size: 0.9rem;
  }
}
.st-txt .st-campuslife {
  margin-top: 4rem;
}

.st-txt .st-campuslife h4 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #11b180;
  line-height: 1.6;
}

.st-txt .st-campuslife h4::after {
  content: "";
  margin-left: 5px;
  border-top: 1px solid #11b180;
  flex-grow: 1;
}

.st-txt .st-campuslife ul {
  margin-top: 1rem;
}
.st-txt .st-campuslife li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.st-txt .st-campuslife li:nth-child(n + 2) {
  border-top: 1px dashed #ccc;
}
.st-txt .st-campuslife li:last-child {
  padding-bottom: 0;
}
.st-txt .st-campuslife dl dt,
.st-txt .st-campuslife dl dd {
  font-size: 1.3rem;
}
.st-txt .st-campuslife dl dt {
  color: #11b180;
}
@media screen and (min-width: 768px) {
  .st-txt .st-campuslife dl {
    display: flex;
    justify-content: space-between;
  }
  .st-txt .st-campuslife dl dt {
    width: 6rem;
  }
  .st-txt .st-campuslife dl dd {
    flex: 1 0 0;
  }
}

.archive {
  width: calc(100% - 100px);
  max-width: 1200px;
}

.archive ul {
  display: flex;
  flex-wrap: wrap;
}

.archive ul li a {
  padding: 30px 15px;
  display: block;
  background-color: #11b180;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  transition: all 0.4s;
}
.archive ul li a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px){
	.archive ul li {
 width: 30%;
	margin-right: 5%;
}
	.archive ul li:nth-child(3n){
		margin-right: 0;
	}
	.archive ul li:nth-child(n+4){
		margin-top: 2.5%;
	}
}

@media screen and (max-width: 767px) {
  .archive {
    width: calc(100% - 48px);
  }
	.archive ul{
		justify-content: space-between;
	}
  .archive ul li {
    width: 48%;
  }
	.archive ul li:nth-child(n+3){
		margin-top: 4%;
	}
  .archive ul li a {
    padding: 15px;
    font-size: 1.6rem;
  }
}
.kv-slide-2022 .slide-img:first-child {
  background-image: url("../2022/img/kv2022-01.jpg");
}
.kv-slide-2022 .slide-img:nth-child(2) {
  background-image: url("../2022/img/kv2022-02.jpg");
}
.kv-slide-2022 .slide-img:nth-child(3) {
  background-image: url("../2022/img/kv2022-03.jpg");
}

.st2022-01 {
  background: url("../2022/img/st2022-01.jpg") no-repeat 0 0 / cover;
}
.st2022-02 {
  background: url("../2022/img/st2022-02.jpg") no-repeat 0 0 / cover;
}
.st2022-03 {
  background: url("../2022/img/st2022-03.jpg") no-repeat 0 0 / cover;
}
.st2022-04 {
  background: url("../2022/img/st2022-04.jpg") no-repeat 0 0 / cover;
}
.st2022-05 {
  background: url("../2022/img/st2022-05.jpg") no-repeat 0 0 / cover;
}
.st2022-06 {
  background: url("../2022/img/st2022-06.jpg") no-repeat 0 0 / cover;
}
.st2022-07 {
  background: url("../2022/img/st2022-07.jpg") no-repeat 0 0 / cover;
}
.st2022-08 {
  background: url("../2022/img/st2022-08.jpg") no-repeat 0 0 / cover;
}
.st2022-09 {
  background: url("../2022/img/st2022-09.jpg") no-repeat 0 0 / cover;
}
.st2022-10 {
  background: url("../2022/img/st2022-10.jpg") no-repeat 0 0 / cover;
}
.kv-slide-2023 .slide-img:first-child {
  background-image: url("../2023/img/st2023-01.jpg");
}
.kv-slide-2023 .slide-img:nth-child(2) {
  background-image: url("../2023/img/st2023-02.jpg");
}
.kv-slide-2023 .slide-img:nth-child(3) {
  background-image: url("../2023/img/st2023-03.jpg");
}
.st2023-01 {
  background: url("../2023/img/st2023-01.jpg") no-repeat 0 0 / cover;
}
.st2023-02 {
  background: url("../2023/img/st2023-02.jpg") no-repeat 0 0 / cover;
}
.st2023-03 {
  background: url("../2023/img/st2023-03.jpg") no-repeat 0 0 / cover;
}
.st2023-04 {
  background: url("../2023/img/st2023-04.jpg") no-repeat 0 0 / cover;
}
.st2023-05 {
  background: url("../2023/img/st2023-05.jpg") no-repeat 0 0 / cover;
}
.st2023-06 {
  background: url("../2023/img/st2023-06.jpg") no-repeat 0 0 / cover;
}
.st2023-07 {
  background: url("../2023/img/st2023-07.jpg") no-repeat 0 0 / cover;
}
.st2023-08 {
  background: url("../2023/img/st2023-08.jpg") no-repeat 0 0 / cover;
}
.kv-slide-2024 .slide-img:first-child {
  background-image: url("../2024/img/st2024-02.jpg");
}
.kv-slide-2024 .slide-img:nth-child(2) {
  background-image: url("../2024/img/st2024-03.jpg");
}
.kv-slide-2024 .slide-img:nth-child(3) {
  background-image: url("../2024/img/st2024-04.jpg");
}
.kv-slide-2024 .slide-img:nth-child(4) {
  background-image: url("../2024/img/st2024-05.jpg");
}
.kv-slide-2024 .slide-img:nth-child(5) {
  background-image: url("../2024/img/st2024-06.jpg");
}
.st2024-01 {
  background: url("../2024/img/st2024-01.jpg") no-repeat 0 0 / cover;
}
.st2024-02 {
  background: url("../2024/img/st2024-02.jpg") no-repeat 0 0 / cover;
}
.st2024-03 {
  background: url("../2024/img/st2024-03.jpg") no-repeat 0 0 / cover;
}
.st2024-04 {
  background: url("../2024/img/st2024-04.jpg") no-repeat 0 0 / cover;
}
.st2024-05 {
  background: url("../2024/img/st2024-05.jpg") no-repeat 0 0 / cover;
}
.st2024-06 {
  background: url("../2024/img/st2024-06.jpg") no-repeat 0 0 / cover;
}
