@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1 'Noto Sans JP', san-serif;
  -webkit-font-feature-settings: "palt";
          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: #61b87c;
}
.header_kv {
  margin: 0 auto;
  max-width: 1366px;
}

.kv_logo {
  position: absolute;
  top: 12%;
  width: 17.7vw;
  left: 50%;
  max-width: 243px;
}
@media (max-width: 800px) {
  .kv_logo {
    top: 12.8%;
    width: 24.2vw;
    left: 36%;
  }
}

.corner {
  padding: 56px 15px 60px;
  background-size: 2000px;
  background-position: center top;
}
.corner_hd {
  max-width: 511px;
  margin: 0 auto 58px;
}
.corner_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: 800px) {
  .corner_formbtn {
    max-width: 70.666667vw;
    background-size: contain !important;
    height: 14vw;
    width: 100%;
  }
}

.theme {
  margin-bottom: 40px;
}
.theme_ttl {
  padding-bottom: 12px;
  color: #61b87c;
  font-size: 2.8rem;
  line-height: 1.25;
}
@media (max-width: 800px) {
  .theme_ttl {
    font-size: 2rem;
  }
}
.theme_time {
  position: relative;
  display: inline-block;
  height: 26px;
  margin-bottom: 40px;
  padding: 0 8px 0 14px;
  color: #61b87c;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 26px;
  background: #fff954;
}
@media (max-width: 800px) {
  .theme_time {
    margin-bottom: 4vw;
    font-size: 1.1rem;
    height: 20px;
    line-height: 20px;
  }
}
.theme_time:before {
  position: absolute;
  display: block;
  top: 0;
  left: 5px;
  width: 3px;
  height: 26px;
  background: #61b87c;
  content: '';
}
@media (max-width: 800px) {
  .theme_time:before {
    height: 20px;
  }
}
.theme_info {
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .theme_info {
    margin-bottom: 6.4vw;
  }
}

@media (max-width: 800px) {
  .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;
  }
}
.theme {
  padding: 76px 15px 70px;
  background: #e1f8e4;
}
.theme_hd {
  width: 517px;
  margin: 0 auto 70px;
}
.theme_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.theme_profile {
  margin: 0 auto 34px;
  color: #4f4e4e;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 800px) {
  .theme_profile {
    letter-spacing: unset;
  }
}
.theme_profile p {
  font-size: 1.9rem;
}
@media (max-width: 800px) {
  .theme_profile p {
    font-size: 1.5rem;
  }
}
.theme_profile p .theme_profile_hira {
  font-size: 1.7rem;
}
@media (max-width: 800px) {
  .theme_profile p .theme_profile_hira {
    font-size: inherit;
  }
}
.theme_profile_smaller {
  font-size: 1.4rem !important;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .theme_profile_smaller {
    font-size: 1.5rem !important;
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .theme_profile {
    font-size: 1.8rem;
    margin-bottom: 4vw;
  }
}
.theme_form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.theme_formbtn {
  width: 357px;
  height: 54px;
  margin: 0 auto;
  background: url(../../img/theme_form_on.png) no-repeat;
  background-size: contain;
  display: block;
}
.theme_txt {
  max-width: 860px;
}
.theme_txt p {
  font-size: 1.6rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media (max-width: 800px) {
  .theme_txt p {
    font-size: 1.4rem;
  }
}
.theme_lecturer_img {
  float: right;
  padding-left: 40px;
}
.theme_lecturer_img img {
  border: #61b87c 2px dotted;
  width: 254px;
  height: 243px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .theme_lecturer_img img {
    width: 100%;
    height: 32vw;
  }
}
@media (max-width: 800px) {
  .theme_lecturer_img {
    width: 32.6vw;
    margin-top: 7vw;
    padding-left: 3.2vw;
  }
}
.theme_lecturer_name {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.theme_lecturer_name span {
  color: #47ac66;
  font-size: 1.6rem;
}

.event {
  padding: 82px 15px 70px;
  background: #f8f8e1;
}
@media (max-width: 800px) {
  .event {
    padding: 11vw 4vw 7vw;
  }
}
.event_hd {
  width: 517px;
  margin: 0 auto 72px;
}
@media (max-width: 800px) {
  .event_hd {
    width: 73.8666667vw;
    margin: 0 auto 9.2vw;
  }
}
.event_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.event_txt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.25;
}
@media (max-width: 800px) {
  .event_txt {
    font-size: 1.8rem;
    margin-bottom: 6.6vw;
  }
}
.event_info dl {
  width: 48%;
  font-size: 2.1rem;
  color: #4f4e4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
.event_info dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
  margin-right: 28px;
}
.event_info dl dt img {
  width: 91px;
}
.event_info dl dd img {
  width: 60px;
}
@media (max-width: 800px) {
  .event_info dl dd img {
    width: 4.8rem;
    min-width: 4rem;
  }
}
.event_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 28px;
  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: 800px) {
  .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: 10% !important;
  margin-right: 30px;
}
.event_detail_location dd {
  margin-right: 18px;
}
.event_detail_location dd a {
  margin-left: 26px;
}
.event_detail_location_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: 800px) {
  .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: 800px) {
  .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: 800px) {
  .event_detail_sp dl dt {
    margin-right: 4vw;
    width: 14.2%;
  }
}
@media (max-width: 800px) {
  .event_detail_sp_location {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.event_formbtn {
  display: block;
  width: 481px;
  height: 76px;
  margin: 0 auto;
  background: url(../../img/event_btn_on.png) no-repeat;
  background-size: contain;
  margin-top: 76px;
}
@media (max-width: 800px) {
  .event_formbtn {
    max-width: 70.666667vw;
    background-size: contain !important;
    margin-top: 7vw;
    height: 14vw;
  }
}
.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: 800px) {
  .event_formbtn--upper {
    max-width: 70.666667vw;
    background-size: contain !important;
    margin-top: 4vw;
    height: 14vw;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .theme {
    padding: 11vw 4vw 7vw;
    margin-bottom: 3.5vw;
  }
  .theme_hd {
    width: 73.8666667vw;
    margin: 0 auto 9.2vw;
  }
  .theme_inner {
    display: block;
  }
  .theme_txt {
    font-size: 1.8rem;
  }
  .theme_formbtn {
    max-width: 68.666667vw;
    height: 14vw;
  }
}
.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 34px;
  border-image-slice: 8 0 8 0;
  border-image-width: 4px 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_copy {
  padding: 15px 10px;
  color: #4eb56e;
  font-size: 1.3rem;
  text-align: center;
  background: #fff954;
}

.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: 800px) {
  .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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
  .sns li {
    width: 45px;
    margin: 0 10px 0 0;
  }
  .sns li:first-child {
    width: 35px;
  }
}
.is-top {
  position: fixed;
  bottom: 75px;
  right: 0;
  display: block;
  width: 100px;
  text-decoration: none;
}

@media (max-width: 800px) {
  .is-top {
    position: relative;
    bottom: inherit;
    display: block !important;
    width: 90px;
    margin: 0 auto 33px;
  }
}
.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 (max-width: 800px) {
  .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 #61b87c;
}

.event_bnr_sp {
  display: none;
}

.theme .event_bnr div {
  margin: 30px auto 0;
}

@media (max-width: 800px) {
  .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 #61b87c;
  }

  .event_bnr {
    display: none;
  }
}
.event_detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .event_detail_inner {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.event_detail_inner dd img {
  vertical-align: middle;
}

.formbtn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .formbtn_wrapper {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */