@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
.fadein {
  opacity: 0;
  transition: all 1.5s;
}
.fadein.delay1 {
  transition-delay: 0.5s;
}
.fadein.delay2 {
  transition-delay: 0.25s;
}

.fadein.active {
  opacity: 1;
}

/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1 "Noto Sans JP", san-serif;
  font-feature-settings: "palt";
  color: #4f4e4e;
  background: #ffffff;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header_inner {
  position: relative;
  background: #4f86c6;
}
.header_kv {
  margin: 0 auto;
  max-width: 1366px;
}

.personality {
  position: absolute;
  max-width: 252px;
  bottom: -68%;
  right: -40%;
  width: 18.44vw;
}
.personality:hover {
  opacity: 0.8;
}
@media (max-width:768px) {
  .personality {
    bottom: -95%;
    right: -8%;
    width: 30.93vw;
  }
}

.kv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 54.4rem;
  width: 39.824vw;
}
@media (max-width:768px) {
  .kv_logo {
    width: 72.53vw;
    top: 42%;
    left: 52%;
  }
}

.corner {
  padding: 82px 15px 68px;
  background-size: 2000px;
  background-position: center top;
}
.corner_wrapper {
  display: flex;
  gap: 3rem;
}
@media (max-width:768px) {
  .corner_wrapper {
    display: block;
  }
}
.corner_hd {
  max-width: 511px;
  margin: 0 auto 58px;
}
.corner_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
.corner_info {
  max-width: 1354px;
  margin: 0 auto;
}
.corner_txt {
  line-height: 1.875;
  margin: 0 auto 48px;
}
.corner_formbtn {
  background: url(../../img/corner_form_on.png) no-repeat;
  height: 78px;
  display: block;
  max-width: 486px;
  width: 46%;
  margin: auto;
  background-size: contain;
}
@media (max-width:768px) {
  .corner_formbtn {
    max-width: 70.666667vw;
    background-size: contain !important;
    height: 14vw;
    width: 100%;
  }
}

.lecturer {
  margin-bottom: 22px;
  padding: 76px 15px 62px;
  background: #e1f1f7;
}
.lecturer_hd {
  width: 522px;
  margin: 0 auto 70px;
}
.lecturer_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.lecturer_name {
  color: #666666;
  font-size: 2.4rem;
  font-weight: bold;
}
.lecturer_name_ruby {
  font-size: 1.6rem;
}
.lecturer_profile {
  margin: 0 auto 34px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width:768px) {
  .lecturer_profile {
    letter-spacing: unset;
  }
}
.lecturer_profile p {
  font-size: 1.9rem;
}
@media (max-width:768px) {
  .lecturer_profile p {
    font-size: 1.5rem;
  }
}
.lecturer_profile p .lecturer_profile_hira {
  font-size: 1.7rem;
}
@media (max-width:768px) {
  .lecturer_profile p .lecturer_profile_hira {
    font-size: inherit;
  }
}
.lecturer_profile_smaller {
  font-size: 1.4rem !important;
  margin-top: 10px;
}
@media (max-width:768px) {
  .lecturer_profile_smaller {
    font-size: 1.5rem !important;
    margin-top: 0;
  }
}
@media (max-width:768px) {
  .lecturer_profile {
    font-size: 1.8rem;
    margin-bottom: 4vw;
  }
}
.lecturer_form {
  flex: 0 1 50%;
}
.lecturer_formbtn {
  width: 355px;
  height: 54px;
  margin: 0 auto;
  background: url(../../img/corner_form_on.png) no-repeat;
  background-size: contain;
  display: block;
}
.lecturer_formbtn02 {
  width: 355px;
  height: 54px;
  margin: 0 auto;
  background: url(../../img/corner_form_on02.png) no-repeat;
  background-size: contain;
  display: block;
}
.lecturer_txt {
  max-width: 860px;
}
.lecturer_txt p {
  font-size: 1.6rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media (max-width:768px) {
  .lecturer_txt p {
    font-size: 1.4rem;
  }
}
.lecturer_txt_strong {
  font-weight: bold !important;
  margin-top: 3.2rem;
}
@media (max-width:768px) {
  .lecturer_txt_strong {
    margin-top: 2.2rem;
  }
}
.lecturer_img {
  float: right;
  padding-left: 40px;
}
.lecturer_img img {
  border: #588cc9 2px dotted;
  width: 254px;
  height: 243px;
  object-fit: cover;
  object-position: center top;
}
@media (max-width:768px) {
  .lecturer_img img {
    width: 100%;
    height: 32vw;
  }
}
@media (max-width:768px) {
  .lecturer_img {
    width: 32.6vw;
    margin-top: 7vw;
    padding-left: 3.2vw;
  }
}
.lecturer_ttl {
  font-size: 2.8rem;
  line-height: 1.25;
  color: #4f86c6;
}
@media (max-width:768px) {
  .lecturer_ttl {
    font-size: 2rem;
    margin-bottom: 0.7rem;
  }
}
.lecturer_ttl_wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media (max-width:768px) {
  .lecturer_ttl_wrapper {
    display: block;
  }
}
.lecturer_time {
  position: relative;
  display: inline-block;
  height: 26px;
  margin-bottom: 2.2rem;
  padding: 0 8px 0 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 26px;
  background: #4f86c6;
  color: #fff;
}
@media (max-width:768px) {
  .lecturer_time {
    margin-bottom: 4vw;
    font-size: 1.1rem;
    height: 20px;
    line-height: 20px;
  }
}
.lecturer_time:before {
  background-color: #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 5px;
  width: 3px;
  height: 26px;
  content: "";
}
@media (max-width:768px) {
  .lecturer_time:before {
    height: 20px;
  }
}
.lecturer_info {
  margin-bottom: 55px;
}
@media (max-width:768px) {
  .lecturer_info {
    margin-bottom: 6.4vw;
  }
}

@media (max-width:768px) {
  .corner {
    padding: 9.6vw 7vw 9.8vw;
  }
  .corner_hd {
    width: 72.8vw;
    margin: 0 auto 3.4vw;
    padding: 0 0 3.4vw;
  }
  .corner_ttl {
    margin-bottom: 2.8vw;
    font-size: 2rem;
  }
  .corner_time {
    margin-bottom: 2.8vw;
  }
  .corner_txt {
    font-size: 1.4rem;
    margin-bottom: 6vw;
  }
}
.event {
  padding: 82px 15px 70px;
  background: #e9f1fa;
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  .event {
    margin-bottom: 0;
  }
}
@media (max-width:768px) {
  .event {
    padding: 11vw 4vw 7vw;
    margin-bottom: 0;
  }
}
.event_hd {
  width: 522px;
  margin: 0 auto 68px;
}
@media (max-width:768px) {
  .event_hd {
    width: 73.8666667vw;
    margin: 0 auto 9.2vw;
  }
}
.event_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.event_txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.25;
}
@media (max-width:768px) {
  .event_txt {
    font-size: 1.8rem;
    margin-bottom: 6.6vw;
    text-align: left;
  }
}
.event_info dl {
  width: 48%;
  font-size: 2.1rem;
  display: flex;
  line-height: 1.4;
}
.event_info dl dt {
  flex-shrink: 0;
  width: 26%;
  margin-right: 28px;
}
.event_info dl dt img {
  width: 124px;
}
.event_info dl dd img {
  width: 60px;
}
@media (max-width:768px) {
  .event_info dl dd img {
    width: 4.8rem;
    min-width: 4rem;
  }
}
.event_detail {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-bottom: 32px;
  background-image: linear-gradient(to right, #b6b5a7 6px, transparent 6px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.event_detail_smaller {
  font-size: 1.5rem;
  margin-right: 26px;
}
@media (max-width:768px) {
  .event_detail_smaller {
    font-size: 1.2rem;
    margin-right: 3vw;
  }
}
.event_detail_location {
  display: block;
  padding-bottom: 28px;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, #b6b5a7 6px, transparent 6px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.event_detail_location dl {
  width: 100%;
  line-height: 1.6;
}
.event_detail_location dt {
  width: 12.4% !important;
  margin-right: 30px;
}
.event_detail_location dd {
  margin-right: 18px;
}
.event_detail_location dd a {
  margin-left: 26px;
}
.event_detail_location_wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
}
@media (min-width:767px) and (max-width: 800px) {
  .event_detail_location_wrap {
    line-height: 30px !important;
  }
}
@media (max-width:768px) {
  .event_detail_location_wrap {
    line-height: 1.2;
  }
}
@media (min-width:767px) and (max-width: 800px) {
  .event_detail_sp dl {
    line-height: 30px !important;
  }
}
@media (max-width:768px) {
  .event_detail_sp dl {
    line-height: 1.2;
    font-size: 1.4rem;
    width: 100%;
    padding-bottom: 2.8vw;
    margin-bottom: 2.8vw;
    background-image: linear-gradient(to right, #b6b5a7 4px, transparent 4px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
@media (max-width:768px) {
  .event_detail_sp dl dt {
    margin-right: 4vw;
    width: 20%;
  }
}
@media (max-width:768px) {
  .event_detail_sp_location {
    align-items: flex-start !important;
  }
}
.event_detail_wrapper {
  margin-bottom: 9rem;
}
@media (max-width:768px) {
  .event_detail_wrapper {
    margin-bottom: 6.6vw;
  }
}
.event_formbtn {
  display: block;
  width: 481px;
  height: 76px;
  margin: 0 auto;
  background-size: contain;
  margin-top: 86px;
}
@media (max-width:768px) {
  .event_formbtn {
    width: 63.86vw;
    margin-top: 7vw;
    height: 10.13vw;
  }
}
.event_formbtn--upper {
  display: block;
  max-width: 481px;
  width: 46%;
  height: 76px;
  margin: 0 auto;
  background: url(../../img/event_btn_on.png) no-repeat;
  background-size: contain;
  margin-top: 0;
}
@media (max-width:768px) {
  .event_formbtn--upper {
    max-width: 70.666667vw;
    background-size: contain !important;
    margin-top: 4vw;
    height: 14vw;
    width: 100%;
  }
}

@media (max-width:768px) {
  .lecturer {
    padding: 11vw 4vw 7vw;
    margin-bottom: 3.5vw;
  }
  .lecturer_hd {
    width: 73.8666667vw;
    margin: 0 auto 9.2vw;
  }
  .lecturer_inner {
    display: block;
  }
  .lecturer_txt {
    font-size: 1.8rem;
  }
  .lecturer_formbtn {
    max-width: 68.666667vw;
    height: 14vw;
  }
}
.footer_inner {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 33px 34px;
  border-image-slice: 8 0 8 0;
  border-image-width: 3px 0px 0px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat stretch;
  border-image-source: url(../../img/topics_bd.png);
  border-style: solid;
}
.footer_tfm {
  display: block;
  width: 127px;
  margin-right: 26px;
}
.footer_bo {
  display: block;
  width: 203px;
  margin-right: 26px;
}
@media (max-width:768px) {
  .footer_bo {
    margin: 0 auto 33px;
  }
}
.footer_copy {
  padding: 15px 10px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background: #4f86c6;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.sns > li {
  width: 31px;
  margin: 0 6px 0 0;
}

.sns li:first-child {
  width: 25px;
}

.sns > li img {
  width: 100%;
  height: auto;
}

@media (max-width:768px) {
  .footer_inner {
    display: block;
    margin-bottom: 33px;
    border-image-slice: 8 0 8 0;
    border-image-width: 0px 0px 4px 0px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat stretch;
    border-image-source: url(../../img/topics_bd.png);
    border-style: solid;
  }
  .footer_tfm {
    width: 164px;
    margin: 0 auto 33px;
  }
  .sns {
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    gap: 1rem;
  }
  .sns li {
    width: 45px;
  }
  .sns li:first-child {
    width: 35px;
  }
}
.is-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  display: block;
  max-width: 63px;
  width: 100%;
  text-decoration: none;
}
@media (max-width:768px) {
  .is-top {
    position: relative;
    bottom: inherit;
    display: block !important;
    width: 90px;
    margin: 0 auto 33px;
    right: 0;
  }
}

.profile {
  max-width: 400px;
  margin: 0 auto;
}
.profile p:nth-of-type(2) {
  margin: 15px 0 0 0;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

@media (min-width: 1001px) {
  .common-footer-pc {
    display: block;
  }
  .common-footer-sp {
    display: none;
  }
}
@media (max-width: 1000px) {
  .common-footer-sp {
    display: block;
  }
  .common-footer-pc {
    display: none;
  }
}
@media (max-width:768px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
}
.corner .event_bnr {
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 10px 0 0 0;
  border-top: 2px dotted;
}

.event_bnr_sp {
  display: none;
}

.lecturer .event_bnr div {
  margin: 30px auto 0;
}

@media (max-width:768px) {
  .event_bnr_sp {
    display: block;
  }
  .event_bnr_sp div {
    text-align: center;
  }
  .event_bnr_sp div img {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: 7vw auto 0;
  }
  .corner .event_bnr_sp {
    margin: 7vw 0 0 0;
    border-top: 2px dotted;
  }
  .event_bnr {
    display: none;
  }
}
.event_detail_inner {
  display: flex;
  align-items: center;
}
@media (max-width:768px) {
  .event_detail_inner {
    align-items: baseline;
  }
}
.event_detail_inner dd img {
  vertical-align: middle;
}

.formbtn_wrapper {
  display: flex;
}
@media (max-width:768px) {
  .formbtn_wrapper {
    display: block;
  }
}

.btn01 {
  position: relative;
  width: 50%;
  max-width: 48.7rem;
  height: 7.9rem;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width:768px) {
  .btn01 {
    margin-top: 0;
    width: 68.66vw;
    height: 14vw;
  }
  .btn01:first-child {
    margin-bottom: 3vw;
  }
}
.btn01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.btn01:hover img:nth-of-type(2) {
  opacity: 0;
}

.btn02 {
  position: relative;
  width: 35.6rem;
  height: 5.4rem;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width:768px) {
  .btn02 {
    margin-top: 0;
    width: 64.66vw;
    height: 14vw;
  }
}
.btn02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.btn02:hover img:nth-of-type(2) {
  opacity: 0;
}

.btn03 {
  position: relative;
  width: 48.6rem;
  height: 7.8rem;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width:768px) {
  .btn03 {
    margin-top: 0;
    width: 68.66vw;
    height: 14vw;
  }
}
.btn03 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.btn03:hover img:nth-of-type(2) {
  opacity: 0;
}

.location_name {
  margin-right: 18px;
}/*# sourceMappingURL=style.css.map */