@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;
  position: relative;
}
.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;
  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 {
  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: 10vw auto 20vw 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: 10vw;
  }
}
.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);
  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__Sec {
  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 {
  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 {
    left: inherit;
    right: -50px;
    top: -3vw;
    width: 100px;
  }
}
@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;
}

/*==================================*/
/*spEv2027 v2*/
/*==================================*/
@media print, screen and (min-width: 768px) {
  .spEv2027_Mv__main__ca--v2 .spEv2027_Mv__main__ca__name {
    padding: 20px;
  }
}
.spEv2027_Mv__main__ca--v2 .spEv2027_Mv__main__ca__name img {
  vertical-align: bottom;
}
@media print, screen and (min-width: 768px) {
  .spEv2027_Mv__main__ca--v2 .spEv2027_Mv__main__ca__name img {
    width: min(180px, 16vw);
  }
}

@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main__ca--v2,
  .spEv2027_Mv__main--type2 .spEv2027_Mv__main__ca--v2 {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__main__ca--v2 .spEv2027_Mv__main__ca__name,
  .spEv2027_Mv__main--type2 .spEv2027_Mv__main__ca--v2 .spEv2027_Mv__main__ca__name {
    padding: 10px 5px;
    line-height: 1;
  }
}

.spEv2027_Mv__more a {
  display: inline-block;
  font-size: 1.8rem;
  margin: 20px 0;
  padding: 10px 20px 10px 40px;
  border: 2px solid #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: url("/assets/images/special/sp_evolution2027/v2/ar_u_b_y_w.svg") no-repeat left 15px center;
  background-size: 15px;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_Mv__more a {
    font-size: 1.4rem;
    background: url("/assets/images/special/sp_evolution2027/v2/ar_u_b_y_w.svg") no-repeat left 5px center;
    background-size: 12px;
    padding: 10px 10px 10px 20px;
  }
}

.spEv2027_index__btn2 a {
  display: inline-block;
  padding: 10px 20px 10px 40px;
  border: 2px solid #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: url("/assets/images/special/sp_evolution2027/v2/ar_u_b_y.svg") no-repeat left 10px center;
  background-size: 15px;
}

.spEv2027_indexMore {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.spEv2027_indexMore a {
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-out;
  opacity: 1;
}
.spEv2027_indexMore a:hover {
  background-image: none;
  background-color: #000;
}
.spEv2027_indexMore__clm {
  text-align: center;
  width: 50%;
  padding: 90px 60px;
  background-image: linear-gradient(180deg, #c4972f 60%, #cea94e 100%);
}
@media only screen and (max-width: 767px) {
  .spEv2027_indexMore__clm {
    padding: 30px 10px;
  }
}
.spEv2027_indexMore__clm.-type2 {
  background-image: linear-gradient(180deg, #00796d 40%, #299082 99%);
}
.spEv2027_indexMore__clm p {
  padding: 30px 20px 30px 20px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  border: 2px solid #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  border-radius: 6px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .spEv2027_indexMore__clm p {
    font-size: 1.6rem;
    padding: 30px 10px;
  }
}
.spEv2027_indexMore__clm p span {
  display: inline-block;
  background: url("/assets/images/special/sp_evolution2027/v2/ar_u_b_y_w.svg") no-repeat bottom 0px center;
  background-size: 60px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_indexMore__clm p span {
    background-size: 30px;
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .spEv2027--detail .spEv2027_Mv {
    min-height: 600px;
    height: auto;
  }
}
.spEv2027--detail .spEv2027_Mv__area__item {
  margin-left: auto;
}
.spEv2027--detail .spEv2027_Mv__area__item img {
  object-position: 50% 30%;
}
.spEv2027--detail .spEv2027_Mv__main {
  width: 100%;
}
.spEv2027--detail .spEv2027__bg__clm {
  width: 100%;
}

.spEv2027__mc__head--small {
  padding: 0;
  margin-bottom: 20px;
}
.spEv2027__mc__head--small .spEv2027__mc__head__ttl {
  font-size: 4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .spEv2027__mc__head--small .spEv2027__mc__head__ttl {
    font-size: 2.2rem;
  }
}
.spEv2027__mc__head--small .spEv2027__mc__head__ttl__main img {
  width: 70px;
}

.spEv2027__ttl--big {
  font-size: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .spEv2027__ttl--big {
    font-size: 3.2rem;
  }
}

.spEv2027_header {
  position: relative;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spEv2027_header {
    padding: 10px 0;
  }
}
.spEv2027_header__inner {
  position: relative;
}
.spEv2027_header__logo {
  width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .spEv2027_header__logo {
    margin: 0;
    width: 180px;
  }
}
.spEv2027_header__logo img {
  width: 100%;
}
.spEv2027_header .p_btn {
  position: absolute;
  top: 15px;
  right: 0;
  min-width: 130px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_header .p_btn {
    font-size: 1.2rem;
    top: 5px;
    min-width: 60px;
    padding: 10px 10px 10px 30px;
    background-size: 16px;
  }
}

.spEv2027_hr {
  height: 120px;
}

.spEv2027_point {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
  width: auto;
}
.spEv2027_point__clm {
  width: 50%;
  position: relative;
  padding: 12vw 90px 90px 90px;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .spEv2027_point__clm {
    width: auto;
    padding: 50vw 5vw 20vw 5vw;
  }
}
.spEv2027_point__clm__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spEv2027_point__clm__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.spEv2027_point__clm__inner {
  color: #fff;
  position: relative;
}
.spEv2027_point__ttl {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F5C34E;
}
@media only screen and (max-width: 767px) {
  .spEv2027_point__ttl {
    font-size: 2.4rem;
  }
}
.spEv2027_point__info {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .spEv2027_point__info {
    font-size: 1.6rem;
  }
}
.spEv2027_point__ic {
  font-size: 4.5rem;
  display: flex;
  margin-bottom: 10px;
  margin-left: -12px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_point__ic {
    font-size: 3.4rem;
  }
}
.spEv2027_point__ic span {
  display: inline-block;
}
.spEv2027_point__ic__head {
  font-size: 1rem;
  writing-mode: vertical-rl;
  display: inline-block;
  margin-right: 0;
}
.spEv2027_point__ic__num {
  border: 1px solid #fff;
  padding: 5px;
}
.spEv2027_point__ttlSub {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  font-size: 10rem;
  color: transparent;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_point__ttlSub {
    font-size: 6rem;
  }
}

.spEv2027__wt {
  color: #fff;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.35);
}

.spEv2027_sch__item {
  position: relative;
  display: flex;
}
.spEv2027_sch__item + * {
  margin-top: 60px;
}
.spEv2027_sch__item:nth-of-type(2) .spEv2027_sch__ttl {
  background-color: #c48b2f;
}
.spEv2027_sch__item:nth-of-type(3) .spEv2027_sch__ttl {
  background-color: #c47e2f;
}
.spEv2027_sch__item:nth-of-type(4) .spEv2027_sch__ttl {
  background-color: #c4722f;
}
.spEv2027_sch__item:nth-of-type(4) .spEv2027_sch__ttl {
  background-color: #c4652f;
}
.spEv2027_sch__ttl {
  width: 8em;
  font-weight: bold;
  margin-right: 2px;
  color: #fff;
  background-color: #c4972f;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_sch__ttl {
    padding: 10px;
    width: 20%;
  }
}
.spEv2027_sch__ttl .fontEn {
  font-size: 4rem;
}
.spEv2027_sch__body {
  flex: 1;
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_sch__body {
    padding: 10px;
  }
}
.spEv2027_sch__body ul li {
  font-size: 1.8rem;
  background: url("/assets/images/special/sp_evolution2027/v2/ic_ar_bb.svg") no-repeat top 0.4em left;
  background-size: 20px;
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_sch__body ul li {
    font-size: 1.4rem;
  }
}
.spEv2027_sch__body ul * + * {
  margin-top: 10px;
}
.spEv2027_sch__itemArrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: none;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spEv2027_sch__itemArrow {
    bottom: 0;
    width: 40px;
    height: 40px;
  }
}
.spEv2027_sch__itemArrow img {
  width: 85%;
}

.spEv2027_career .p_ttl2 {
  font-size: 2.6rem;
  line-height: 1.5;
}
.spEv2027_career p {
  font-size: 1.6rem;
}

.spEv2027_courseInfo__item {
  position: relative;
  margin-bottom: 90px;
}
.spEv2027_courseInfo__itemMain {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__itemMain {
    display: block;
  }
}
.spEv2027_courseInfo__mv {
  min-height: 40vw;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__mv {
    min-height: inherit;
    height: 60vw;
  }
}
.spEv2027_courseInfo__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.spEv2027_courseInfo__main {
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 20px max(8.3vw, 60px) 40px max(8.3vw, 60px);
  background: url("/assets/images/special/sp_evolution2027/v2/set2/info_c_bg.jpg") no-repeat top center #000;
  background-size: 150%;
  color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__main {
    width: auto;
    padding: 30px 20px;
  }
}
.spEv2027_courseInfo__main.-type2 {
  background: url("/assets/images/special/sp_evolution2027/v2/set2/info_c_bg2.jpg") no-repeat top center #000;
}
.spEv2027_courseInfo__ttl {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__ttl {
    font-size: 3.6rem;
    width: calc(100% - 75px);
  }
}
.spEv2027_courseInfo__ttl__icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(95%, -35%);
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__ttl__icon {
    transform: translate(100%, -20px);
    width: 75px;
  }
}
.spEv2027_courseInfo__ttlSub {
  font-size: 10rem;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
  margin: 40px -8.3vw 10px -8.3vw;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__ttlSub {
    font-size: 6rem;
    margin: 10px -20px 10px -20px;
  }
}
.spEv2027_courseInfo__info {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__info {
    font-size: 1.6rem;
  }
}
.spEv2027_courseInfo__kw {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__kw {
    font-size: 1.6rem;
  }
}
.spEv2027_courseInfo__kw li {
  background-color: #000;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.spEv2027_courseInfo__kw li p {
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, #51d4b1, #dff022, #51d4b1, #dff022);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spEv2027_courseInfo__kw.-type2 li p {
  background: linear-gradient(90deg, #71d9ff, #9e6ecf, #71d9ff, #9e6ecf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spEv2027_courseInfo__route {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__route {
    font-size: 1.6rem;
  }
}
.spEv2027_courseInfo__route li {
  background-color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.spEv2027_courseInfo__data {
  padding: 60px 0;
  background-color: rgba(223, 234, 232, 0.9);
}
.spEv2027_courseInfo__cat {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  display: inline-block;
  color: #00796d;
}
.spEv2027_courseInfo__cat.-typ2 {
  color: #9e6ecf;
}

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