@charset "UTF-8";
@import url("global.css");
@view-transition {
  navigation: auto;
}
/* ------------------------------
 Index
------------------------------ */
.eventlist {
  margin: 0 -22px 20px;
  display: flex;
  flex-wrap: wrap;
}
.eventlist li {
  flex-basis: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 22px;
  margin-bottom: 70px;
}
.eventlist li.new a {
  position: relative;
}
.eventlist li.new a::before {
  content: "NEW";
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
  width: 60px;
  height: 60px;
  border: #fff 2px solid;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #2d2d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
.eventlist li.end a:hover .image img {
  filter: none;
}
.eventlist li.end a .image::before {
  opacity: 1;
}
.eventlist li.end a .image::after {
  content: "終了しました";
  transform: none;
  opacity: 1;
}
.eventlist li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eventlist li a:hover .image img {
  filter: blur(3px);
}
.eventlist li a:hover .image::before {
  opacity: 1;
}
.eventlist li a:hover .image::after {
  opacity: 1;
  transform: none;
}
.eventlist li a .image {
  position: relative;
  height: 0;
  padding-top: 66.7%;
  z-index: 0;
  overflow: hidden;
}
.eventlist li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.eventlist li a .image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.8);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.eventlist li a .image::after {
  content: "詳しくみる \0bb";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 21px;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transform: translateX(-20px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eventlist li a .cat {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 32px;
  box-sizing: border-box;
  border: #fff 2px solid;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: -12px 0 -20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eventlist li a .cat.seminar {
  background-color: #338F9E;
}
.eventlist li a .cat.consul {
  background-color: #339E73;
}
.eventlist li a .cat.openhouse {
  background-color: #4F90C6;
}
.eventlist li a .title {
  font-weight: 700;
  line-height: 1.5;
  margin: 32px 10px 15px;
}
.eventlist li a .data {
  margin: auto 10px 0;
  font-size: 15px;
  line-height: 1.5;
}
.eventlist li a .data dt {
  float: left;
  clear: left;
}
.eventlist li a .data dd {
  margin: 0 0 5px 82px;
}

/* ------------------------------
 Post-Page
------------------------------ */
.post-page #contents {
  padding-top: 160px;
}
.post-page #contents .toparea {
  position: relative;
  z-index: 2;
}
.post-page #contents .mainimage {
  width: 600px;
  margin-left: calc(50% - 600px);
}
.post-page #contents .mainimage img {
  width: 100%;
}
.post-page #contents .mainblock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  text-align: left;
}
.post-page #contents .mainblock .main {
  width: 600px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-page #contents .mainblock .post_title {
  position: relative;
  padding-bottom: 60px;
}
.post-page #contents .mainblock .post_title .cat {
  margin-bottom: 20px;
  display: flex;
}
.post-page #contents .mainblock .post_title .cat a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 3px 20px;
  border-radius: 3px;
}
.post-page #contents .mainblock .post_title .cat.seminar a {
  background-color: #338F9E;
}
.post-page #contents .mainblock .post_title .cat.consul a {
  background-color: #339E73;
}
.post-page #contents .mainblock .post_title .cat.openhouse a {
  background-color: #4F90C6;
}
.post-page #contents .mainblock .post_title .cat .end {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-left: 20px;
  display: block;
}
.post-page #contents .mainblock .post_title .cat .end::before, .post-page #contents .mainblock .post_title .cat .end::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #8f8f8f;
  vertical-align: 5px;
  margin: 0 20px;
}
.post-page #contents .mainblock .post_title .h {
  font-size: 22px;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.post-page #contents .mainblock .post_title .title {
  position: absolute;
  left: -65px;
  top: 25px;
  width: 30px;
}
.post-page #contents .mainblock .post_title .title::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #8f8f8f;
  display: block;
  margin: 0 0 20px 8px;
}
.post-page #contents .mainblock .post_title .title span {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: .15em;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 21px;
  display: block;
  letter-spacing: .2em;
  line-height: 1.2;
}
.post-page #contents .btn_to_form {
  margin: 0 auto;
  max-width: 800px;
}
.post-page #contents .btn_to_form a {
  display: flex;
  border-radius: 100px;
  background-color: #575757;
  color: #fff;
  text-align: center;
  padding: 15px;
  justify-content: center;
  align-items: center;
}
.post-page #contents .btn_to_form a .text {
  display: block;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 18px;
  margin-right: 10px;
  line-height: 1.3;
}
.post-page #contents .btn_to_form a .text br {
  display: none;
}
.post-page #contents .btn_to_form a .arrow {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.post-page #contents .btn_to_form a .arrow i {
  animation: scrollDown 1.5s ease infinite;
}
.post-page #contents .btn_to_form a:hover {
  background-color: #8f8f8f;
}
.post-page #contents .btn_to_form .end {
  display: block;
  border-radius: 100px;
  background-color: #575757;
  color: #fff;
  padding: 15px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.post-page #contents .block {
  margin: 100px 0;
}
.post-page #contents .data_area {
  margin-top: 50px;
}
.post-page #contents .data_area .data {
  border: #e7e7e7 1px solid;
  border-radius: 10px;
  padding: 40px 0 60px;
  margin-bottom: -30px;
}
.post-page #contents .data_area dl {
  max-width: 800px;
  margin: 0 auto;
  border-top: #e7e7e7 1px solid;
  display: flex;
  align-self: center;
  padding: 25px 30px;
  line-height: 1.5;
}
.post-page #contents .data_area dl:first-of-type {
  border-top: none;
}
.post-page #contents .data_area dl dt {
  width: 90px;
  flex-shrink: 0;
  position: relative;
  margin-right: 8px;
}
.post-page #contents .data_area dl dt::after {
  content: "：";
  position: absolute;
  right: 0;
}
.post-page #contents .block_area .post_body_wrap {
  text-align: center;
}
.post-page #contents .block_area .post_body_wrap .postbody {
  display: inline-block;
  text-align: left;
}
.post-page #contents .blocktitle {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
.post-page #contents .blocktitle span {
  display: block;
}
.post-page #contents .blocktitle span.jp {
  font-size: 28px;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.post-page #contents .blocktitle span.en {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #8f8f8f;
}
.post-page #contents .slidearea {
  margin: 0 auto 50px;
}
.post-page #contents .slidearea + .mapblock {
  margin-top: 80px;
}
.post-page #contents .mapblock .add {
  margin: -20px 0 20px;
}
.post-page #contents .mapblock .map {
  height: 680px;
  position: relative;
}
.post-page #contents .mapblock .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-page .tel_block {
  background-color: #fff;
  padding: 80px 0;
}
.post-page .endblock .text {
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 80px;
  font-size: 18px;
}
.post-page .pageback {
  margin: 40px 0 -30px;
  position: relative;
  z-index: 2;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .eventlist {
    margin: 0 -1vw 20px;
  }
  .eventlist li {
    padding: 0 1vw;
  }
  .eventlist li a .title {
    margin: 32px .5vw 15px;
  }
  .eventlist li a .data {
    margin: auto 5px 0;
    font-size: 14px;
  }
  .eventlist li a .data dd {
    margin: 0 0 5px 75px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post-page #contents .mainblock .main {
    width: calc(100% - 50px);
    padding-left: 60px;
  }
  .post-page #contents .mainblock .post_title .h {
    font-size: 21px;
  }
  .post-page #contents .mainblock .post_title .title {
    left: -55px;
    top: 20px;
  }
  .post-page #contents .data_area .data {
    padding: 20px 40px 50px;
    margin-bottom: -30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .eventlist {
    margin: 0 -2vw 20px;
  }
  .eventlist li {
    flex-basis: 50%;
    padding: 0 2vw;
    margin-bottom: 60px;
  }
  .eventlist li.end a .image::after {
    font-size: 18px;
  }
  .eventlist li.end a:hover .image::before, .eventlist li.end a:hover .image::after {
    opacity: 1;
  }
  .eventlist li a:hover .image img {
    filter: none;
  }
  .eventlist li a:hover .image::before {
    opacity: 0;
  }
  .eventlist li a:hover .image::after {
    opacity: 0;
  }
  .eventlist li a .title {
    margin: 32px 1vw 15px;
  }
  .eventlist li a .data dd {
    margin: 0 0 5px 75px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post-page #contents {
    padding-top: 120px;
  }
  .post-page #contents .toparea {
    margin-bottom: 20px;
  }
  .post-page #contents .mainimage {
    width: 100%;
    margin: 0 auto 40px;
  }
  .post-page #contents .mainimage img {
    width: auto;
  }
  .post-page #contents .mainblock {
    position: static;
    text-align: left;
  }
  .post-page #contents .mainblock .main {
    width: auto;
    padding: 0 6vw 0 12vw;
    display: block;
  }
  .post-page #contents .mainblock .post_title {
    margin-bottom: 40px;
    padding: 0;
  }
  .post-page #contents .mainblock .post_title .h {
    font-size: 20px;
  }
  .post-page #contents .mainblock .post_title .title {
    left: -8vw;
    top: -40px;
    width: 20px;
  }
  .post-page #contents .mainblock .post_title .title::before {
    margin: 0 0 12px 5px;
  }
  .post-page #contents .mainblock .post_title .title span {
    font-size: 18px;
  }
  .post-page #contents .block {
    margin: 80px 0;
  }
  .post-page #contents .data_area {
    margin-top: 40px;
  }
  .post-page #contents .data_area .data {
    padding: 20px 30px 50px;
  }
  .post-page #contents .data_area dl dt {
    width: 84px;
    margin-right: 6px;
  }
  .post-page #contents .blocktitle {
    margin-bottom: 35px;
  }
  .post-page #contents .blocktitle span.jp {
    font-size: 24px;
  }
  .post-page #contents .mapblock .map {
    height: 600px;
  }
  .post-page .tel_block {
    padding: 40px 0 70px;
  }
  .post-page .pageback {
    margin: 40px 0 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .eventlist {
    margin: 0 0 20px;
    display: block;
  }
  .eventlist li {
    padding: 0;
  }
  .eventlist li a .title {
    margin: 28px 2vw 12px;
  }
  .eventlist li a .data {
    margin: auto 2vw 0;
    font-size: 13px;
  }

  /* ------------------------------
   Post-Page
  ------------------------------ */
  .post-page #contents {
    padding-top: 90px;
  }
  .post-page #contents .toparea {
    margin-bottom: 20px;
  }
  .post-page #contents .mainimage {
    margin-bottom: 30px;
  }
  .post-page #contents .mainblock .main {
    padding: 0 5vw 0 14vw;
  }
  .post-page #contents .mainblock .post_title {
    margin-bottom: 30px;
  }
  .post-page #contents .mainblock .post_title .cat {
    margin-bottom: 10px;
  }
  .post-page #contents .mainblock .post_title .cat a {
    font-size: 12px;
    padding: 3px 12px;
  }
  .post-page #contents .mainblock .post_title .cat .end {
    margin-left: 10px;
  }
  .post-page #contents .mainblock .post_title .cat .end::before, .post-page #contents .mainblock .post_title .cat .end::after {
    width: 20px;
    vertical-align: 5px;
    margin: 0 12px;
  }
  .post-page #contents .mainblock .post_title .h {
    font-size: 16px;
  }
  .post-page #contents .mainblock .post_title .title {
    left: -11vw;
    top: -30px;
    width: 20px;
  }
  .post-page #contents .mainblock .post_title .title::before {
    height: 60px;
  }
  .post-page #contents .mainblock .post_title .title span {
    font-size: 16px;
  }
  .post-page #contents .btn_to_form {
    margin: 10px -10px 0;
  }
  .post-page #contents .btn_to_form a {
    padding: 12px;
  }
  .post-page #contents .btn_to_form a .text {
    font-size: 16px;
  }
  .post-page #contents .btn_to_form .end {
    padding: 15px;
    font-size: 15px;
  }
  .post-page #contents .block {
    margin: 60px 0;
  }
  .post-page #contents .data_area {
    margin-top: 0;
  }
  .post-page #contents .data_area .data {
    border-radius: 5px;
    padding: 15px 5vw 40px;
    margin-bottom: -30px;
  }
  .post-page #contents .data_area dl {
    padding: 20px 15px;
  }
  .post-page #contents .data_area dl dt {
    width: 76px;
    margin-right: 4px;
  }
  .post-page #contents .blocktitle {
    margin-bottom: 30px;
  }
  .post-page #contents .blocktitle span {
    display: block;
  }
  .post-page #contents .blocktitle span.jp {
    font-size: 21px;
  }
  .post-page #contents .slidearea {
    margin: 0 auto 30px;
  }
  .post-page #contents .slidearea + .mapblock {
    margin-top: 60px;
  }
  .post-page #contents .mapblock .map {
    height: 400px;
  }
  .post-page .tel_block {
    padding: 0;
  }
  .post-page .endblock {
    padding-top: 0;
  }
  .post-page .endblock .text {
    margin-bottom: 50px;
    font-size: 14px;
  }
}

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