@charset "UTF-8";
/* Scss Document */
/*色*/
/*v2024*/
/*font*/
/*==================================*/
/*spEv2027*/
/*==================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.spEv2027_jp {
  font-family: "Noto Serif JP", serif;
}

.spEv2027_color1 {
  color: #87131b;
}

.spEv2027 {
  position: relative;
}

.spEv2027__bg {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
}
.spEv2027__bg__clm {
  width: 50%;
  height: 100%;
}
.spEv2027__bg__clm video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.spEv2027__bg.js-bgchange1 {
  width: 100vw;
}
.spEv2027__bg.js-bgchange1 .spEv2027__bg__clm {
  width: 100%;
}
.spEv2027__bg.js-bgchange1 .spEv2027__bg__clm--type2 {
  display: none;
}
.spEv2027__bg.js-bgchange2 {
  width: 100vw;
}
.spEv2027__bg.js-bgchange2 .spEv2027__bg__clm {
  width: 100%;
}
.spEv2027__bg.js-bgchange2 .spEv2027__bg__clm--type2 {
  display: block;
}
.spEv2027__bg.js-bgchange2 .spEv2027__bg__clm--type1 {
  display: none;
}

.spEv2027_Mv {
  position: relative;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .spEv2027_Mv {
    min-height: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv {
    height: calc(100vh - 55px);
    height: calc(100svh - 55px);
  }
}
.spEv2027_Mv__area {
  display: flex;
  justify-content: space-between;
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__area {
    min-height: 105vw;
  }
}
.spEv2027_Mv__area__item {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.spEv2027_Mv__area__item img {
  vertical-align: bottom;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.spEv2027_Mv__head {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .spEv2027_Mv__head {
    height: 600px;
    max-width: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__head {
    width: 35vw;
    height: 82vw;
    padding-top: 20vw;
  }
}
.spEv2027_Mv__head__main {
  display: flex;
  align-items: center;
  position: relative;
}
.spEv2027_Mv__head__main > img {
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.8));
}
.spEv2027_Mv__head__sub {
  margin: 60px 20px 0 0;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.8));
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__head__sub {
    margin: 10vw 3vw 0 0;
  }
}
.spEv2027_Mv__head__new {
  position: absolute;
  right: 0;
  z-index: 2;
  transform: translate(70%, -25%);
  top: 0;
  filter: none;
}
@media print, screen and (min-width: 768px) {
  .spEv2027_Mv__head__new {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__head__new {
    width: 45%;
    transform: translate(60%, -35%);
  }
}
.spEv2027_Mv__mainSet {
  display: flex;
}
.spEv2027_Mv__main {
  padding: 20px 60px;
  color: #fff;
  width: 50%;
  background-image: linear-gradient(90deg, #c4972f 60%, #cea94e 100%);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main {
    padding: 10px 10px 20px 10px;
  }
}
.spEv2027_Mv__main h2 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .spEv2027_Mv__main h2 {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main h2 img {
    width: 100%;
  }
}
.spEv2027_Mv__main p {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main p {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.spEv2027_Mv__main__ca {
  position: absolute;
  display: inline-block;
  padding: 40px 40px 20px 60px;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  background-color: #c4972f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main__ca {
    padding: 10px;
    width: 28%;
  }
}
.spEv2027_Mv__main__ca__name {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
}
@media print, screen and (min-width: 768px) {
  .spEv2027_Mv__main__ca__name img {
    width: min(50px, 3.2vw);
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main__ca__name {
    padding: 20px 8px;
  }
}
.spEv2027_Mv__main--type2 {
  background-image: linear-gradient(-90deg, #00796d 40%, #299082 99%);
  text-align: right;
}
.spEv2027_Mv__main--type2 .spEv2027_Mv__main__ca {
  padding: 60px 60px 20px 40px;
  left: inherit;
  right: 0;
  background-color: #00796d;
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main--type2 .spEv2027_Mv__main__ca {
    padding: 10px;
    width: 28%;
  }
}
.spEv2027_Mv__main--type2 h2 {
  position: relative;
  left: inherit;
}
@media print, screen and (min-width: 768px) {
  .spEv2027_Mv__main--type2 h2 {
    right: -40px;
  }
}
.spEv2027_Mv__main__ca2 {
  position: absolute;
  display: inline-block;
  padding: 40px 40px 20px 60px;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  background-color: #c4972f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main__ca2 {
    padding: 10px;
    width: 25%;
  }
}
.spEv2027_Mv__main__ca2__name {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
}
@media print, screen and (min-width: 768px) {
  .spEv2027_Mv__main__ca2__name img {
    width: 2.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main__ca2__name {
    padding: 20px 8px;
  }
}
.spEv2027_Mv__note {
  position: absolute;
  width: 85%;
  margin: 0 auto;
  bottom: 5px;
  left: 0;
  right: 0;
  top: auto;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__note {
    font-size: 1rem;
  }
}

.spEv2027_index {
  display: flex;
}
.spEv2027_index__set {
  width: 50%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.spEv2027_index__set .spEv2027_index__set__inner,
.spEv2027_index__set .spEv2027_index__set__videoBg {
  position: sticky;
  top: 0;
}
.spEv2027_index__set__videoBg {
  position: relative;
  height: 10vw;
}
@media only screen and (max-width: 767px) {
  .spEv2027_index__set__videoBg {
    height: 30vw;
  }
}
.spEv2027_index__set__videoBg__item {
  position: relative;
  width: 100%;
  height: 100%;
}
.spEv2027_index__set__videoBg__item__video {
  width: 100%;
  height: 100%;
}
.spEv2027_index__set video {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.spEv2027_index__set__inner {
  width: 80%;
  margin: 0 auto 10vw auto;
}
@media only screen and (max-width: 767px) {
  .spEv2027_index__set__inner {
    width: 95%;
    margin: 0 auto;
  }
}
.spEv2027_index__list {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spEv2027_index__list {
    font-size: 1.6rem;
  }
}
.spEv2027_index__list li {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spEv2027_index__list li {
    margin-bottom: 60px;
  }
}
.spEv2027_index__list li > p {
  padding: 10px 60px;
  font-weight: 600;
  display: inline-block;
  background-image: linear-gradient(90deg, #c4972f 60%, #cea94e 100%);
  text-shadow: 0.6px 0.9px 9.3px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spEv2027_index__list li > p {
    min-width: 95%;
    padding: 10px 10px;
  }
}
.spEv2027_index__list li > p small {
  font-size: 70%;
  display: inline-block;
}
.spEv2027_index__list__new {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .spEv2027_index__list__new {
    top: 0;
    left: 50%;
    transform: translate(-50%, -98%);
  }
}
.spEv2027_index__list--type2 li > p {
  background-image: linear-gradient(-90deg, #00796d 40%, #299082 99%);
}
.spEv2027_index__list--type2 .spEv2027_index__list__new {
  left: inherit;
  right: 0;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 767px) {
  .spEv2027_index__list--type2 .spEv2027_index__list__new {
    right: inherit;
    top: 0;
    left: 50%;
    transform: translate(-50%, -98%);
  }
}
.spEv2027_index__btn {
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
}

.spEv2027__bgSec {
  background-color: #fff;
  position: relative;
}

.spEv2027__mc {
  position: relative;
}
.spEv2027__mc__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #092d57;
  width: 100%;
  height: 100%;
}
.spEv2027__mc.js-bgchange1 .spEv2027__mc__bg {
  animation: fadeInset 0.4s both;
}
.spEv2027__mc.js-bgchange2 .spEv2027__mc__bg {
  animation: fadeInset 0.4s both;
}
.spEv2027__mc__head {
  background-color: #fff;
  padding: 120px 0 30px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .spEv2027__mc__head {
    padding-bottom: 40px;
  }
}
.spEv2027__mc__head__ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .spEv2027__mc__head__ttl {
    font-size: 3.2rem;
  }
}
.spEv2027__mc__head__ttl__main {
  display: inline-block;
  position: relative;
  text-align: center;
}
.spEv2027__mc__head__ttl__main > span {
  display: block;
  margin: 0 auto;
  margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .spEv2027__mc__head__ttl__main > span {
    width: 20vw;
    margin-bottom: -20px;
  }
}
.spEv2027__mc__main {
  position: relative;
}

@keyframes fadeInset {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.spEv2027__ev {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .spEv2027__ev {
    min-height: 940px;
  }
}
.spEv2027__ev__head {
  background-image: linear-gradient(180deg, #c4972f 60%, #cea94e 100%);
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 30px;
  text-align: center;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .spEv2027__ev__head {
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__head {
    left: 0;
    padding: 10px 5px;
    width: 18vw;
  }
}
.spEv2027__ev__head.-type2 {
  background-image: linear-gradient(180deg, #00796d 40%, #299082 99%);
}
.spEv2027__ev__head__cat {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #c4972f;
  font-weight: 600;
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__head__cat {
    font-size: 2rem;
    margin-bottom: 10px;
    writing-mode: vertical-rl;
  }
}
.spEv2027__ev__head__cat.-type2 {
  color: #00796d;
}
.spEv2027__ev__head__ttl {
  font-size: 7.2rem;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0.6px 0.9px 9.3px rgba(0, 0, 0, 0.17);
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 500;
  position: relative;
  padding: 0.2em 0 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__head__ttl {
    font-size: 3rem;
  }
}
.spEv2027__ev__head__ttl > span {
  display: inline-block;
  margin-top: -0.5em;
}
.spEv2027__ev__head__ttl__note {
  font-size: 1.2rem;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 20%;
  left: -20px;
  font-weight: normal;
  white-space: nowrap;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__head__ttl__note {
    font-size: 1rem;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
  }
}
.spEv2027__ev__head__ttl:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #fff;
}
.spEv2027__ev__main {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__main {
    flex-direction: column;
  }
}
.spEv2027__ev__main > * {
  padding: 5vw 5vw;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__main > * {
    width: auto;
    padding: 0 0 20px 0;
    margin-left: 22vw;
  }
}
@media print, screen and (min-width: 768px) {
  #spEv2027__mc02 .spEv2027__ev__main {
    flex-direction: row-reverse;
  }
}
.spEv2027__ev__clm {
  color: #fff;
}
.spEv2027__ev__clm h2 {
  font-size: 4.3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__clm h2 {
    font-size: 2.8rem;
  }
}
.spEv2027__ev__clm p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__clm p {
    font-size: 1.4rem;
  }
}
.spEv2027__ev__clm__inner {
  margin-right: 5vw;
  padding-top: 8vw;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__clm__inner {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #spEv2027__mc02 .spEv2027__ev__clm__inner {
    margin-right: 0;
    margin-left: 5vw;
  }
}
.spEv2027__ev__visual__inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__visual__slide {
    margin-left: -20vw;
    margin-right: -20vw;
  }
}
.spEv2027__ev__visual__wa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  margin-left: 3vw;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__visual__wa {
    width: 120%;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #spEv2027__mc02 .spEv2027__ev__visual__wa {
    margin-left: 0;
    margin-right: 3vw;
  }
}
.spEv2027__ev__visual__wa img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spEv2027__ev__kinjitu {
  margin-top: 20px;
}
.spEv2027__ev__kinjitu span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px;
}
.spEv2027__ev__parts1 {
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .spEv2027__ev__parts1 {
    top: -7vw;
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__parts1 {
    position: relative;
    width: 25vw;
    left: 25vw;
    top: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  #spEv2027__mc02 .spEv2027__ev__parts1 {
    top: 40px;
  }
}
.spEv2027__ev__parts2 {
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .spEv2027__ev__parts2 {
    top: 25%;
    left: 0;
    transform: translate(-90%, 0);
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__parts2 {
    position: relative;
    width: 25vw;
    left: 65vw;
    margin: -10vw 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #spEv2027__mc02 .spEv2027__ev__parts2 {
    top: -5vw;
    left: inherit;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #spEv2027__mc02 .spEv2027__ev__parts2 {
    margin: -15vw 0 0 0;
    width: 20vw;
  }
}
.spEv2027__ev__parts3 {
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .spEv2027__ev__parts3 {
    top: 3vw;
    right: 0;
    transform: translate(90%, 0);
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__parts3 {
    position: relative;
    width: 25vw;
    left: 45vw;
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #spEv2027__mc02 .spEv2027__ev__parts3 {
    width: 30vw;
  }
}
.spEv2027__ev__parts4 {
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .spEv2027__ev__parts4 {
    bottm: 0;
    left: 0;
    transform: translate(-80%, -80%);
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__parts4 {
    position: relative;
    width: 25vw;
    left: -10vw;
    margin-top: -10vw;
  }
}
@media print, screen and (min-width: 768px) {
  #spEv2027__mc02 .spEv2027__ev__parts4 {
    transform: translate(-80%, -60%);
  }
}
@media only screen and (max-width: 767px) {
  #spEv2027__mc02 .spEv2027__ev__parts4 {
    width: 35vw;
    margin-top: -20vw;
  }
}
.spEv2027__ev__parts5 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  transform: translate(-20%, 25%);
}
@media only screen and (max-width: 767px) {
  .spEv2027__ev__parts5 {
    right: inherit;
    left: 0;
    width: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  #chatbot-toggle_button {
    bottom: 5px !important;
  }
}

.spEv2027__ttl {
  font-size: 2.6rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.spEv2027__ttl:after {
  content: "";
  display: block;
  height: 1px;
  width: 90px;
  margin: 20px auto 0px auto;
  background-color: #87131b;
}

.spEv2027__course__slide__set {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .spEv2027__course__slide__set {
    padding: 10px;
  }
}
.spEv2027__course__slide .slick-track {
  display: flex;
}
.spEv2027__course__slide .slick-slide {
  height: auto !important;
}
.spEv2027__course__slide.slick-dotted.slick-slider {
  padding-bottom: 50px !important;
}
.spEv2027__course__item {
  display: flex;
  padding: 60px;
  background-color: #f0f0f0;
  border-radius: 10px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .spEv2027__course__item {
    display: block;
    padding: 20px 15px;
  }
}
.spEv2027__course__item__main {
  flex: 1;
}
.spEv2027__course__item__main h4 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spEv2027__course__item__main h4 {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.spEv2027__course__item__main p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .spEv2027__course__item__main p {
    font-size: 1.2rem;
  }
}
.spEv2027__course__item__main__icon {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-110%, -50%);
}
@media only screen and (max-width: 767px) {
  .spEv2027__course__item__main__icon {
    transform: translate(-30%, -100%);
  }
}
.spEv2027__course__item__img {
  width: 40%;
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .spEv2027__course__item__img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.spEv2027__course__item__img img {
  border-radius: 10px;
}

.spEv2027__lead span {
  font-size: 1.6rem;
  line-height: 2.4;
  font-weight: bold;
  color: #fff;
  background-color: #0E4668;
  padding: 0.3em 1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/*opening*/
#spEv2027_Mv__area__item01 img,
#spEv2027_Mv__area__item02 img,
.spEv2027_Mv__head,
.spEv2027_Mv__main > p, .spEv2027_Mv__main > h2, .spEv2027_Mv__main__ca__name {
  opacity: 0;
}

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