@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #1A1C4A;
  letter-spacing: 0.05em;
  padding-right: 65px;
}
body.noscroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #1A1C4A;
}
a:hover {
  opacity: 0.8;
}

.img img {
  width: 100%;
}

div, a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
  overflow: hidden;
}

input, select, textarea {
  box-sizing: border-box;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #C9C9C9;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #C9C9C9;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #C9C9C9;
}

.en {
  font-family: "Montserrat", sans-serif;
}

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

.is-tb {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .is-tb {
    display: block !important;
  }
}

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

body {
  height: 100%;
}

.fv {
  position: relative;
  padding: 12vh 0 0;
  height: 115vh;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 10vh 0 0;
    height: 148vh;
  }
}
.fv .bg_gray {
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  transition: transform 1.5s ease;
  background: #E8E8ED;
}
.fv .bg_gray.on {
  transform: translateX(0);
  z-index: -1;
}
.fv .inner {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .fv .inner {
    padding: 0 6.13%;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_ttl1 {
    display: none !important;
  }
}
.fv .inner .fv_ttl1 p {
  font-family: "Unica One", cursive;
  font-size: 135px;
  line-height: 0.65;
  white-space: nowrap;
  letter-spacing: -0.05em;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.fv .inner .fv_ttl1 p.on {
  opacity: 1;
}
.fv .inner .fv_ttl1 .border1 {
  width: 16%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 24px;
  transform: translateX(10px);
  -webkit-animation: border1 1.5s ease;
          animation: border1 1.5s ease;
}
@-webkit-keyframes border1 {
  0% {
    width: 2px;
  }
  100% {
    width: 16%;
  }
}
@keyframes border1 {
  0% {
    width: 2px;
  }
  100% {
    width: 16%;
  }
}
.fv .inner .fv_ttl1 .border2 {
  width: 88%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 24px;
  transform: translateX(10px);
  -webkit-animation: border2 1.5s ease;
          animation: border2 1.5s ease;
}
@-webkit-keyframes border2 {
  0% {
    width: 2px;
  }
  100% {
    width: 88%;
  }
}
@keyframes border2 {
  0% {
    width: 2px;
  }
  100% {
    width: 88%;
  }
}
.fv .inner .fv_ttl1 .border3 {
  width: 98%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 24px;
  transform: translateX(10px);
  -webkit-animation: border3 1.5s ease;
          animation: border3 1.5s ease;
}
@-webkit-keyframes border3 {
  0% {
    width: 2px;
  }
  100% {
    width: 98%;
  }
}
@keyframes border3 {
  0% {
    width: 2px;
  }
  100% {
    width: 98%;
  }
}
.fv .inner .fv_ttl2 {
  display: none;
}
.fv .inner .fv_ttl2 p {
  font-family: "Unica One", cursive;
  font-size: 135px;
  line-height: 0.65;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: -0.05em;
  opacity: 0;
  transition: opacity 1.5s ease;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_ttl2 p {
    font-size: 70px;
  }
}
.fv .inner .fv_ttl2 p.on {
  opacity: 1;
}
.fv .inner .fv_ttl2 .border {
  transform: translateX(6px);
}
.fv .inner .fv_ttl2 .border6 {
  width: 25%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 20px;
  -webkit-animation: border6 1.5s ease;
          animation: border6 1.5s ease;
}
@-webkit-keyframes border6 {
  0% {
    width: 2px;
  }
  100% {
    width: 25%;
  }
}
@keyframes border6 {
  0% {
    width: 2px;
  }
  100% {
    width: 25%;
  }
}
.fv .inner .fv_ttl2 .border7 {
  width: 70%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 20px;
  -webkit-animation: border7 1.5s ease;
          animation: border7 1.5s ease;
}
@-webkit-keyframes border7 {
  0% {
    width: 2px;
  }
  100% {
    width: 70%;
  }
}
@keyframes border7 {
  0% {
    width: 2px;
  }
  100% {
    width: 70%;
  }
}
.fv .inner .fv_ttl2 .border8 {
  width: 69%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 20px;
  -webkit-animation: border8 1.5s ease;
          animation: border8 1.5s ease;
}
@-webkit-keyframes border8 {
  0% {
    width: 2px;
  }
  100% {
    width: 69%;
  }
}
@keyframes border8 {
  0% {
    width: 2px;
  }
  100% {
    width: 69%;
  }
}
.fv .inner .fv_ttl2 .border9 {
  width: 25%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 20px;
  -webkit-animation: border9 1.5s ease;
          animation: border9 1.5s ease;
}
@-webkit-keyframes border9 {
  0% {
    width: 2px;
  }
  100% {
    width: 25%;
  }
}
@keyframes border9 {
  0% {
    width: 2px;
  }
  100% {
    width: 25%;
  }
}
.fv .inner .fv_ttl2 .border10 {
  width: 50%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 20px;
  -webkit-animation: border10 1.5s ease;
          animation: border10 1.5s ease;
}
@-webkit-keyframes border10 {
  0% {
    width: 2px;
  }
  100% {
    width: 50%;
  }
}
@keyframes border10 {
  0% {
    width: 2px;
  }
  100% {
    width: 50%;
  }
}
.fv .inner .fv_ttl2 .border11 {
  width: 75%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 20px;
  -webkit-animation: border11 1.5s ease;
          animation: border11 1.5s ease;
}
@-webkit-keyframes border11 {
  0% {
    width: 2px;
  }
  100% {
    width: 75%;
  }
}
@keyframes border11 {
  0% {
    width: 2px;
  }
  100% {
    width: 75%;
  }
}
.fv .inner .fv_sub_ttl1 {
  margin: 40px 0 0;
}
.fv .inner .fv_sub_ttl1 p {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 1.5s ease;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_sub_ttl1 p {
    font-size: 36px;
  }
}
.fv .inner .fv_sub_ttl1 p.on {
  opacity: 1;
}
.fv .inner .fv_ttl {
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_ttl {
    display: none !important;
  }
}
.fv .inner .fv_ttl p {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.fv .inner .fv_ttl p.on {
  opacity: 1;
}
.fv .inner .fv_ttl p:first-child img {
  width: 70%;
}
.fv .inner .fv_ttl p:nth-of-type(2) img {
  width: 69%;
}
.fv .inner .fv_ttl .border4 {
  width: 70%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 24px;
  transform: translate(0, -12px);
  -webkit-animation: border4 1.5s ease;
          animation: border4 1.5s ease;
}
@-webkit-keyframes border4 {
  0% {
    width: 2px;
  }
  100% {
    width: 70%;
  }
}
@keyframes border4 {
  0% {
    width: 2px;
  }
  100% {
    width: 70%;
  }
}
.fv .inner .fv_ttl .border5 {
  width: 69%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 24px;
  transform: translate(0, -12px);
  -webkit-animation: border5 1.5s ease;
          animation: border5 1.5s ease;
}
@-webkit-keyframes border5 {
  0% {
    width: 2px;
  }
  100% {
    width: 69%;
  }
}
@keyframes border5 {
  0% {
    width: 2px;
  }
  100% {
    width: 69%;
  }
}
.fv .inner .fv_ttl3 {
  position: relative;
  z-index: 2;
  display: none;
  margin: 0 0 12px;
}
.fv .inner .fv_ttl3 p {
  height: 50px;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.fv .inner .fv_ttl3 p img {
  height: 100%;
  width: auto;
}
.fv .inner .fv_ttl3 p.on {
  opacity: 1;
}
.fv .inner .fv_ttl3 .border12 {
  width: 96%;
  height: 3px;
  background: #1A1C4A;
  margin: 0 0 17px;
  transform: translateY(-2px);
  -webkit-animation: border12 1.5s ease;
          animation: border12 1.5s ease;
}
@-webkit-keyframes border12 {
  0% {
    width: 2px;
  }
  100% {
    width: 96%;
  }
}
@keyframes border12 {
  0% {
    width: 2px;
  }
  100% {
    width: 96%;
  }
}
.fv .inner .fv_ttl3 .border13 {
  width: 52%;
  height: 3px;
  background: #1A1C4A;
  transform: translateY(-2px);
  margin: 0 0 17px;
  -webkit-animation: border13 1.5s ease;
          animation: border13 1.5s ease;
}
@-webkit-keyframes border13 {
  0% {
    width: 2px;
  }
  100% {
    width: 52%;
  }
}
@keyframes border13 {
  0% {
    width: 2px;
  }
  100% {
    width: 52%;
  }
}
.fv .inner .fv_ttl3 .border14 {
  width: 79%;
  height: 3px;
  background: #1A1C4A;
  transform: translateY(-2px);
  margin: 0 0 17px;
  -webkit-animation: border14 1.5s ease;
          animation: border14 1.5s ease;
}
@-webkit-keyframes border14 {
  0% {
    width: 2px;
  }
  100% {
    width: 79%;
  }
}
@keyframes border14 {
  0% {
    width: 2px;
  }
  100% {
    width: 79%;
  }
}
.fv .inner .fv_ttl3 .border15 {
  width: 69%;
  height: 3px;
  background: #1A1C4A;
  transform: translateY(-2px);
  margin: 0 0 17px;
  -webkit-animation: border15 1.5s ease;
          animation: border15 1.5s ease;
}
@-webkit-keyframes border15 {
  0% {
    width: 2px;
  }
  100% {
    width: 69%;
  }
}
@keyframes border15 {
  0% {
    width: 2px;
  }
  100% {
    width: 69%;
  }
}
.fv .inner .fv_ttl_en {
  margin: 0 0 150px;
  position: relative;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_ttl_en {
    margin: 0 0 110px;
  }
}
.fv .inner .fv_ttl_en p {
  font-family: "Unica One", cursive;
  font-size: 36px;
  line-height: 1.27;
  opacity: 0;
  transition: opacity 1.5s ease;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_ttl_en p {
    font-size: 20px;
  }
}
.fv .inner .fv_ttl_en p.on {
  opacity: 1;
}
.fv .fv_copy {
  position: relative;
  z-index: 2;
  display: none;
}
.fv .fv_copy h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.55;
  margin: 0 0 25px;
  opacity: 0;
  transition: opacity 1.5s ease;
}
@media screen and (max-width: 768px) {
  .fv .fv_copy h2 {
    font-size: 26px;
    margin: 0 0 11px;
  }
}
.fv .fv_copy h2.on {
  opacity: 1;
}
.fv .fv_copy p {
  padding: 10px 18px;
  background: #1A1C4A;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  opacity: 0;
  transition: opacity 1.5s ease;
}
@media screen and (max-width: 768px) {
  .fv .fv_copy p {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.fv .fv_copy p.on {
  opacity: 1;
}
.fv .fv_img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-40%, 40%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fv .fv_img {
    top: 50vh;
    right: 45%;
  }
}
.fv .fv_img img {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .fv .fv_img img {
    height: auto;
    transform: scale(2);
  }
}
.fv .fv_img.on {
  opacity: 1;
  -webkit-animation: swipe 0.5s ease 1s forwards;
          animation: swipe 0.5s ease 1s forwards;
}
@-webkit-keyframes swipe {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: translate(-40%, 40%);
  }
  80% {
    opacity: 0;
  }
  99% {
    opacity: 0;
    transform: translate(0, 40%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 40%);
  }
}
@keyframes swipe {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: translate(-40%, 40%);
  }
  80% {
    opacity: 0;
  }
  99% {
    opacity: 0;
    transform: translate(0, 40%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 40%);
  }
}

.scroll-wrapper {
  position: absolute;
  right: 20px;
  top: 45%;
  width: 12px;
  height: 200px;
  transform: translateY(0);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .scroll-wrapper {
    right: 50%;
    top: unset;
    bottom: 17%;
    transform: translate(100%, 0);
    height: 50px;
  }
}
.scroll-wrapper p {
  position: absolute;
  top: -4vw;
  transform: rotate(90deg) translate3d(0, 0, 0);
  transform-origin: left center;
  font-weight: lighter;
  font-size: 12px;
  letter-spacing: 1.2em;
}
@media screen and (max-width: 1250px) {
  .scroll-wrapper p {
    top: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .scroll-wrapper p {
    text-align: center;
    top: -2vh;
    left: 5px;
    font-size: 8px;
    letter-spacing: 1.2em;
    transform: rotate(0) translate3d(-50%, 0, 0);
  }
}
.scroll-wrapper .scroll {
  top: 12vh;
  width: 1px;
  height: 45px;
  background: #000;
  position: absolute;
  -webkit-animation: scroll 1.1s ease infinite;
  animation: scroll 1.1s ease infinite;
}
@media screen and (max-width: 768px) {
  .scroll-wrapper .scroll {
    height: 40px;
    top: 2vh;
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 60px;
  }
  49% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 60px;
  }
}
@keyframes scroll {
  0% {
    height: 60px;
  }
  49% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes scroll {
    0% {
      height: 45px;
    }
    49% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: 45px;
    }
  }
  @keyframes scroll {
    0% {
      height: 45px;
    }
    49% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: 45px;
    }
  }
}

.fv_topic {
  margin: 85px 0 0;
  background: #1A1C4A;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .fv_topic {
    padding: 14.7px 6.13%;
  }
}
.fv_topic .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .fv_topic .inner {
    display: block;
  }
}
.fv_topic a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .fv_topic a {
    display: block;
    margin: 0 0 20px;
  }
}
.fv_topic a .head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .fv_topic a .head {
    margin: 0 0 16px;
  }
}
.fv_topic a .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-right: 38px;
}
.fv_topic a .date {
  font-size: 16px;
  color: #fff;
  margin-right: 62px;
}
.fv_topic a .txt {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fv_topic a .txt {
    font-size: 14px;
  }
}
.fv_topic .more {
  display: block;
  text-align: center;
  color: #fff;
  width: 134px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  border-radius: 16px;
  border: 1px solid #fff;
  position: unset !important;
}
@media screen and (max-width: 1000px) {
  .fv_topic .more {
    margin: 0 auto;
  }
}

.seminar {
  padding: 70px 0 145px;
}
@media screen and (max-width: 768px) {
  .seminar {
    padding: 15.4% 0 14.6%;
  }
}
.seminar .ttl_box {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .seminar .ttl_box {
    padding: 0;
  }
}

.message {
  padding: 20px 0 0;
}
.message .ttl_box {
  border-bottom: 1px solid #1A1C4A;
}
.message .ttl_box .sec_ttl {
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .message .ttl_box .sec_ttl {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 0.8;
    font-size: 30px;
  }
}
.message .ttl_box .sub_ttl {
  display: none;
}
.message .ttl_box .inner2 {
  display: flex;
  max-width: 975px;
  margin: 0 auto;
  padding: 0 18px;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message .ttl_box .inner2 {
    display: block;
  }
}
.message .sec_content {
  border-bottom: 1px solid #1A1C4A;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .message .sec_content {
    margin: 0 auto 40px;
  }
}
.message .sec_content .content_box {
  max-width: 975px;
  margin: 0 auto;
  padding: 33px 26px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message .sec_content .content_box {
    flex-direction: column-reverse;
    padding: 5.6% 0 9.6%;
    align-items: center;
  }
}
.message .sec_content .content_box .bg_box {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 98%;
  height: 100%;
  background: #EFF0F7;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .message .sec_content .content_box .bg_box {
    right: 6px;
  }
}
.message .sec_content .content_box::before, .message .sec_content .content_box::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 1px;
  height: calc(100% + 40px);
  background-color: #1A1C4A;
}
.message .sec_content .content_box::before {
  left: 10px;
}
.message .sec_content .content_box::after {
  right: 10px;
}
.message .sec_content .content_box .content {
  width: 55%;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .message .sec_content .content_box .content {
    padding-left: 0;
    width: 75%;
  }
}
.message .sec_content .content_box .content h3 {
  font-weight: 600;
  font-size: 31px;
  line-height: 1.6;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .message .sec_content .content_box .content h3 {
    font-size: 22px;
    margin: 0 0 24px;
  }
}
.message .sec_content .content_box .content h3 span {
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", serif;
  border-bottom: 1px solid #1A1C4A;
  line-height: 1;
}
.message .sec_content .content_box .content .affilication {
  font-size: 14px;
  line-height: 1.64;
  font-weight: bold;
  margin: 0 0 13px;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .message .sec_content .content_box .content .affilication {
    padding-left: 0;
  }
}
.message .sec_content .content_box .content .name {
  width: 176px;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .message .sec_content .content_box .content .name {
    padding-left: 0;
  }
}
.message .sec_content .content_box .content .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .message .sec_content .content_box .content .more {
    position: relative;
    margin: 30px auto;
  }
}
.message .sec_content .content_box .sub_ttl2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .message .sec_content .content_box .sub_ttl2 {
    font-size: 15px;
    letter-spacing: 0.25em;
    font-weight: bold;
    display: block;
  }
}
.message .sec_content .content_box .img {
  width: 220px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .message .sec_content .content_box .img {
    padding-top: 0;
    width: 240px;
    margin: 30px auto 24px;
  }
}

.contents {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 12% 0 16%;
  }
}


/*# 2025.03 closure */

.onlysp{
	display: none;
}
.closure{
	font-family: YuMincho, "Yu Mincho", serif;
	padding: 145px 0 200px;
}
.closure_inner{
	max-width: 770px;
	margin: 0 auto;
	padding: 0 20px;
}

.closure_ttl{
	font-size: 36px;
	font-weight: bold;
    line-height: 1.55;
	margin-bottom: 100px;
}
.closure_txt{
    font-size: 15px;
    line-height: 2;
}
.closure_txt + .closure_txt{
	margin-top: 60px;
}
.closure_contact{
	text-decoration: underline;
}
	
@media screen and (max-width: 768px) {
.onlypc{
	display: none;
}
.onlysp{
	display: inline;
}
.closure{
	padding: 16% 0 20%;
}
.closure_inner{
	padding: 0 6.13%;
}

.closure_ttl{
	font-size: 26px;
	margin-bottom: 12%;
}
.closure_txt + .closure_txt{
	margin-top: 30px;
}

}


/*# sourceMappingURL=top.css.map */