@charset "UTF-8";
/*行間reset*/
/*レスポンシブ*/
/*
@include lineHeightCrop;
@include sp($sm){}
*/
/*基本*/
body {
  width: 100%;
  position: relative;
  background-color: #FAF8F7;
  color: #333333;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

#wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #wrap {
    width: 100%;
  }
}

p {
  line-height: 1.7;
}
p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}

img {
  max-width: 100%;
}

/*改行・文字*/
@media screen and (max-width: 1000px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp_br {
    display: inline;
  }
}

h2,
h3,
h4 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
h2::before,
h3::before,
h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
h2::after,
h3::after,
h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

/*まとめて*/
/*本番*/
/*スマホメニュー*/
.btn_menu {
  display: none;
}
@media screen and (max-width: 1000px) {
  .btn_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background-color: #ED646D;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10002;
    transition: 0.3s;
    border-radius: 0px 0px 0px 2.6666666667vw;
    cursor: pointer;
  }
  .btn_menu .inner {
    width: 60%;
    height: auto;
  }
  .btn_menu span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin: 2.1333333333vw auto;
    transition: all 0.5s ease;
  }
}

.active_btn {
  right: 86.6666666667vw;
  transition: 0.3s;
  transform: rotate(360deg);
}
.active_btn span:nth-of-type(1) {
  transform: rotate(45deg) translate(1.6vw, 2.1333333333vw);
}
.active_btn span:nth-of-type(2) {
  opacity: 0;
}
.active_btn span:nth-of-type(3) {
  transform: rotate(-45deg) translate(1.6vw, -1.8666666667vw);
}

.side_menu {
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 1000px) {
  .side_menu {
    width: 86.6666666667vw;
    height: 100vh;
    position: fixed;
    right: -86.6666666667vw;
    z-index: 10001;
    background-color: #FAF8F7;
    transition: 0.3s;
  }
}
.side_menu nav a {
  font-size: 20px;
  font-size: 1.0416666667vw;
  margin: 0 1em;
  transition: 0.3s;
}
.side_menu nav a:hover {
  color: #ED646D;
}
@media screen and (max-width: 1000px) {
  .side_menu nav a {
    font-size: 24px;
    font-size: 6.4vw;
    display: block;
    margin: 1.2em 1em;
  }
}
.side_menu .reservation_other {
  display: none;
}
@media screen and (max-width: 1000px) {
  .side_menu .reservation_other {
    display: block;
  }
  .side_menu .reservation_other a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 66.6666666667vw;
    margin-inline: auto;
    font-size: 24px;
    font-size: 6.4vw;
    height: 18.6666666667vw;
    border-radius: 4vw;
    position: relative;
  }
  .side_menu .reservation_other a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 2.1333333333vw solid transparent;
    border-bottom: 2.1333333333vw solid transparent;
    border-left: 2.1333333333vw solid #ffffff;
    border-right: 0;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .side_menu .reservation_other a:first-of-type {
    background-color: #ED646D;
  }
  .side_menu .reservation_other a:last-of-type {
    background-color: #1DB3D1;
    margin-top: 2.6666666667vw;
  }
}

.active_menu {
  right: 0vw;
}

.top {
  position: relative;
  padding-top: 1.0416666667vw;
  /*deco_top*/
}
@media screen and (max-width: 1000px) {
  .top {
    padding-top: 5.3333333333vw;
  }
}
.top .inner {
  z-index: 10;
}
.top .organizing {
  text-align: center;
}
.top h1 {
  width: 58.8020833333vw;
  height: auto;
  margin-inline: auto;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1000px) {
  .top h1 {
    width: 90vw;
    margin-top: 6.6666666667vw;
  }
}
.top h1 img {
  width: 100%;
}
.top .day_img {
  width: 49.4270833333vw;
  height: auto;
  margin-inline: auto;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1000px) {
  .top .day_img {
    margin-top: 5.3333333333vw;
    width: 85.3333333333vw;
  }
}
.top .points {
  display: flex;
  justify-content: center;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 1000px) {
  .top .points {
    margin-top: 4vw;
  }
}
.top .points li {
  background-color: #ED646D;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 0.4166666667vw 4.4270833333vw;
  font-size: 45px;
  font-size: 2.34375vw;
  margin: 0 0.5208333333vw;
  border-radius: 200px;
}
@media screen and (max-width: 1000px) {
  .top .points li {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin: 0 1.3333333333vw;
    padding: 2.6666666667vw 8vw;
  }
}
.top .welcome {
  font-size: 45px;
  font-size: 2.34375vw;
  margin-top: 3.125vw;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  .top .welcome {
    margin-top: 5.3333333333vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.top .deco_top {
  position: absolute;
  z-index: 1;
  display: none;
}
.top .deco_l_01 {
  width: 6.4583333333vw;
  top: 1.0416666667vw;
  left: 16.0416666667vw;
}
@media screen and (max-width: 1000px) {
  .top .deco_l_01 {
    width: 20.5333333333vw;
    top: -1.3333333333vw;
    left: -1.6vw;
  }
}
.top .deco_l_02 {
  width: 15.3645833333vw;
  top: 3.3854166667vw;
  left: -2.0833333333vw;
}
.top .deco_l_03 {
  width: 8.0729166667vw;
  top: 22.65625vw;
  left: 4.1666666667vw;
}
@media screen and (max-width: 1000px) {
  .top .deco_l_03 {
    width: 20.8vw;
    transform: rotate(37deg);
    top: 24vw;
    left: auto;
    right: -0.8vw;
  }
}
.top .deco_l_04 {
  width: 2.6041666667vw;
  top: 31.8229166667vw;
  left: -0.3645833333vw;
}
@media screen and (max-width: 1000px) {
  .top .deco_l_04 {
    width: 6.6666666667vw;
    top: 65.0666666667vw;
    left: -1.0666666667vw;
  }
}
.top .deco_l_05 {
  width: 4.6875vw;
  top: 32.96875vw;
  left: 14.5833333333vw;
}
@media screen and (max-width: 1000px) {
  .top .deco_l_05 {
    width: 14.1333333333vw;
    top: 24.2666666667vw;
    left: -0.5333333333vw;
  }
}
.top .deco_l_06 {
  width: 19.7916666667vw;
  top: 33.4895833333vw;
  left: 1.875vw;
}
.top .deco_r_01 {
  width: 8.3333333333vw;
  top: 1.8229166667vw;
  right: 15.625vw;
}
.top .deco_r_02 {
  width: 18.75vw;
  top: 2.34375vw;
  right: -2.34375vw;
}
.top .deco_r_03 {
  width: 5.46875vw;
  top: 16.09375vw;
  right: 2.0833333333vw;
}
.top .deco_r_04 {
  width: 5.46875vw;
  top: 22.8645833333vw;
  right: 10.0520833333vw;
}
@media screen and (max-width: 1000px) {
  .top .deco_r_04 {
    width: 12vw;
    transform: rotate(60deg);
    top: 2.1333333333vw;
    right: 7.2vw;
  }
}
.top .deco_r_05 {
  width: 5.9895833333vw;
  top: 33.90625vw;
  right: -0.5729166667vw;
}
.top .deco_r_06 {
  width: 4.5833333333vw;
  top: 33.90625vw;
  right: 19.84375vw;
}
@media screen and (max-width: 1000px) {
  .top .deco_r_06 {
    width: 12.2666666667vw;
    top: 65.0666666667vw;
    right: -1.3333333333vw;
  }
}
.top .deco_r_07 {
  width: 11.1979166667vw;
  top: 33.3333333333vw;
  right: 6.40625vw;
}
.top .deco_t_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .top .deco_t_sp {
    display: block;
    position: absolute;
    z-index: 1;
    width: 91.7333333333vw;
    top: 181.3333333333vw;
    left: 3.4666666667vw;
  }
}

/*イントロ*/
.intro {
  background-color: #fff;
  margin-top: 9.8958333333vw;
  padding-top: 6.25vw;
  padding-bottom: 12.5vw;
  background-image: url("img/book_02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  position: relative;
  z-index: 10;
}
.intro::before {
  content: "";
  width: 100%;
  height: 3.9583333333vw;
  position: absolute;
  top: -3.90625vw;
  left: 0;
  background-image: url("img/book_01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media screen and (max-width: 1000px) {
  .intro {
    margin-top: 58.6666666667vw;
    padding-top: 14.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
.intro .schedule {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .intro .schedule {
    flex-wrap: wrap;
    padding: 0 5vw;
  }
}
.intro .schedule li {
  width: 32.8125vw;
  margin: 0 0.78125vw;
  border: 3px solid #1DB3D1;
  border-radius: 1.5625vw;
  color: #1DB3D1;
  text-align: center;
  padding: 2.0833333333vw 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .intro .schedule li {
    width: 100%;
    padding: 2.6666666667vw 0;
    border: 2px solid #1DB3D1;
  }
}
.intro .schedule li:nth-of-type(1) {
  background-image: url("img/img_lecture_01.svg");
  background-size: 6.40625vw;
  background-position: top 0.8854166667vw right 1.3020833333vw;
}
@media screen and (max-width: 1000px) {
  .intro .schedule li:nth-of-type(1) {
    background-size: 13.3333333333vw;
    background-position: top 3.2vw right 2.6666666667vw;
  }
}
.intro .schedule li:nth-of-type(2) {
  background-image: url("img/img_lecture_02.svg");
  background-size: 4.84375vw;
  background-position: top 0.8854166667vw right 1.0416666667vw;
}
@media screen and (max-width: 1000px) {
  .intro .schedule li:nth-of-type(2) {
    background-size: 12vw;
    margin-top: 4vw;
    background-position: top 2.6666666667vw right 2.6666666667vw;
  }
}
.intro .schedule li h3 {
  font-size: 45px;
  font-size: 2.34375vw;
}
@media screen and (max-width: 1000px) {
  .intro .schedule li h3 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.intro .schedule li p {
  font-size: 40px;
  font-size: 2.0833333333vw;
  margin-top: 0.5em;
}
@media screen and (max-width: 1000px) {
  .intro .schedule li p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.intro .catch h2 {
  margin-top: 5.2083333333vw;
  color: #ED646D;
  text-align: center;
  font-size: 60px;
  font-size: 3.125vw;
}
@media screen and (max-width: 1000px) {
  .intro .catch h2 {
    font-size: 24px;
    font-size: 6.4vw;
    margin-top: 13.3333333333vw;
  }
}
.intro .catch .content_catch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1000px) {
  .intro .catch .content_catch {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .intro .catch .content_catch {
    flex-wrap: wrap;
  }
}
.intro .catch .content_catch img {
  width: 28.3854166667vw;
  margin-right: 2.8645833333vw;
}
@media screen and (max-width: 1000px) {
  .intro .catch .content_catch img {
    width: 80vw;
    margin-right: 0;
    margin-inline: auto;
  }
}
.intro .catch .content_catch .txt_area {
  font-size: 24px;
  font-size: 1.25vw;
}
@media screen and (max-width: 1000px) {
  .intro .catch .content_catch .txt_area {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 0 5vw;
    margin-top: 1.2em;
  }
}
.intro .catch .content_catch .txt_area h4 {
  background-color: #F29299;
  color: #fff;
  padding: 1em;
  border-radius: 0.78125vw;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 1000px) {
  .intro .catch .content_catch .txt_area h4 {
    text-align: center;
    margin-top: 4vw;
    border-radius: 4vw;
  }
}
.intro .deco_c_01 {
  position: absolute;
  width: 21.4583333333vw;
  right: 4.1666666667vw;
  bottom: -7.8125vw;
}
@media screen and (max-width: 1000px) {
  .intro .deco_c_01 {
    display: none;
  }
}

/*ここがすごい*/
.corner {
  position: relative;
}
.corner .amazing_points {
  display: flex;
  justify-content: center;
  margin-top: 6.25vw;
}
@media screen and (max-width: 1000px) {
  .corner .amazing_points {
    display: block;
    margin-top: 13.3333333333vw;
  }
}
.corner .amazing_points img {
  width: 27.34375vw;
  margin-right: 70px;
}
@media screen and (max-width: 1000px) {
  .corner .amazing_points img {
    display: block;
    margin-right: 0;
    width: 53.3333333333vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1000px) {
  .corner .amazing_points .txt_points {
    width: 100%;
    padding: 0 5vw;
    margin-top: 5.3333333333vw;
  }
}
.corner .amazing_points .txt_points h3 {
  color: #ED646D;
  font-size: 40px;
  font-size: 2.0833333333vw;
  position: relative;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1000px) {
  .corner .amazing_points .txt_points h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    text-align: center;
    padding-top: 13.3333333333vw;
  }
}
.corner .amazing_points .txt_points h3::before {
  content: "";
  width: 12.65625vw;
  height: 5.0520833333vw;
  background-image: url("img/sb.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .corner .amazing_points .txt_points h3::before {
    width: 33.3333333333vw;
    height: 13.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.corner .amazing_points .txt_points p {
  margin-top: 1.5625vw;
  width: 41.6666666667vw;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .corner .amazing_points .txt_points p {
    width: 100%;
    margin-top: 1em;
  }
}
.corner .deco_c_02 {
  position: absolute;
  width: 13.8020833333vw;
  left: -0.78125vw;
  bottom: 27.0833333333vw;
}
@media screen and (max-width: 1000px) {
  .corner .deco_c_02 {
    display: none;
  }
}

/*各見出し・コーナタイトル*/
.h2_content {
  color: #ED646D;
  text-align: center;
  font-size: 60px;
  font-size: 3.125vw;
}
@media screen and (max-width: 1000px) {
  .h2_content {
    font-size: 30px;
    font-size: 8vw;
  }
}
.h2_content span {
  display: inline-block;
  padding-left: 4.1666666667vw;
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (max-width: 1000px) {
  .h2_content span {
    padding-left: 0;
    padding-top: 9.3333333333vw;
    background-position: top center;
  }
}

/*講演会*/
.lecture {
  margin-top: 7.8125vw;
}
@media screen and (max-width: 1000px) {
  .lecture {
    margin-top: 13.3333333333vw;
  }
}
.lecture .h2_content span {
  background-image: url("img/icon_h2_mic.svg");
  background-size: 3.125vw;
}
@media screen and (max-width: 1000px) {
  .lecture .h2_content span {
    background-size: 9.3333333333vw;
  }
}
.lecture .lecture_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1000px) {
  .lecture .lecture_inner {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .lecture .lecture_inner {
    display: block;
  }
}
.lecture .lecture_inner img {
  width: 21.4583333333vw;
  margin-right: 3.6458333333vw;
}
@media screen and (max-width: 1000px) {
  .lecture .lecture_inner img {
    display: block;
    width: 42.6666666667vw;
    margin-inline: auto;
  }
}
.lecture .lecture_inner .txt_area h3 {
  font-size: 40px;
  font-size: 2.0833333333vw;
  color: #ED646D;
  padding-bottom: 1.5625vw;
  border-bottom: 3px solid #ED646D;
}
@media screen and (max-width: 1000px) {
  .lecture .lecture_inner .txt_area h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    text-align: center;
    border: none;
    margin-top: 4vw;
  }
}
.lecture .lecture_inner .txt_area p {
  font-size: 30px;
  font-size: 1.5625vw;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 1000px) {
  .lecture .lecture_inner .txt_area p {
    text-align: center;
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.flow {
  background-color: #C6ECF3;
  margin-top: 7.8125vw;
  padding: 5.2083333333vw 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .flow {
    margin-top: 13.3333333333vw;
    padding: 13.3333333333vw 0;
  }
}
.flow .deco_c_03 {
  position: absolute;
  width: 10.2604166667vw;
  right: 4.53125vw;
  top: -4.6875vw;
}
@media screen and (max-width: 1000px) {
  .flow .deco_c_03 {
    width: 26.1333333333vw;
    right: 2.9333333333vw;
    bottom: -8vw;
  }
}
.flow .deco_c_04 {
  position: absolute;
  width: 6.6145833333vw;
  left: 4.4270833333vw;
  bottom: -5.2083333333vw;
}
@media screen and (max-width: 1000px) {
  .flow .deco_c_04 {
    width: 14.6666666667vw;
    left: 5.3333333333vw;
    bottom: -10.6666666667vw;
  }
}
.flow .h2_content span {
  background-image: url("img/icon_h2_flag.svg");
  background-size: 2.7604166667vw;
}
@media screen and (max-width: 1000px) {
  .flow .h2_content span {
    background-size: 8vw;
  }
}
.flow .flow_inner {
  margin-top: 3.125vw;
}
@media screen and (max-width: 1000px) {
  .flow .flow_inner {
    margin-top: 8vw;
  }
}
.flow .flow_inner .flow_ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .flow .flow_inner .flow_ul {
    display: block;
  }
}
.flow .flow_inner .flow_ul li {
  width: 21.4583333333vw;
  background-color: #fff;
  margin: 0 1.3020833333vw;
  padding: 7.8125vw 1.8229166667vw 1.8229166667vw 1.8229166667vw;
  border-radius: 1.5625vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
.flow .flow_inner .flow_ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.3020833333vw solid transparent;
  border-bottom: 1.3020833333vw solid transparent;
  border-left: 1.3020833333vw solid #ed646d;
  border-right: 0;
  position: absolute;
  right: -1.953125vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .flow .flow_inner .flow_ul li:before {
    border-top: 6.6666666667vw solid #ed646d;
    border-left: 6.6666666667vw solid transparent;
    border-right: 6.6666666667vw solid transparent;
    border-bottom: 0;
    right: auto;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -9.6vw;
  }
}
.flow .flow_inner .flow_ul li:last-of-type::before {
  content: none;
}
@media screen and (max-width: 1000px) {
  .flow .flow_inner .flow_ul li {
    padding: 24vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    width: 90vw;
    margin: 0;
    margin-inline: auto;
    margin-top: 12vw;
    border-radius: 4vw;
  }
  .flow .flow_inner .flow_ul li:first-of-type {
    margin-top: 0;
  }
}
.flow .flow_inner .flow_ul li img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.flow .flow_inner .flow_ul li:nth-of-type(1) img {
  width: 8.3333333333vw;
  top: -1.0416666667vw;
}
@media screen and (max-width: 1000px) {
  .flow .flow_inner .flow_ul li:nth-of-type(1) img {
    width: 26.6666666667vw;
    top: -5.3333333333vw;
  }
}
.flow .flow_inner .flow_ul li:nth-of-type(2) img {
  width: 11.4583333333vw;
  top: -1.3020833333vw;
}
@media screen and (max-width: 1000px) {
  .flow .flow_inner .flow_ul li:nth-of-type(2) img {
    width: 35.7333333333vw;
    top: -4vw;
  }
}
.flow .flow_inner .flow_ul li:nth-of-type(3) img {
  width: 5.8333333333vw;
  top: 0.5208333333vw;
}
@media screen and (max-width: 1000px) {
  .flow .flow_inner .flow_ul li:nth-of-type(3) img {
    width: 16.2666666667vw;
    top: 3.2vw;
  }
}
.flow .flow_inner .flow_ul li .Alignment {
  flex-grow: 1;
}
.flow .flow_inner .flow_ul li h4 {
  font-size: 36px;
  font-size: 1.875vw;
  text-align: center;
  color: #ED646D;
}
@media screen and (max-width: 1000px) {
  .flow .flow_inner .flow_ul li h4 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.flow .flow_inner .flow_ul li p {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 20px;
  font-size: 1.0416666667vw;
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .flow .flow_inner .flow_ul li p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

/*present*/
.present_inner {
  width: 69.5833333333vw;
  margin-inline: auto;
  background-color: #ED646D;
  border-radius: 2.6041666667vw;
  margin-top: 5.2083333333vw;
  padding-top: 2.6041666667vw;
  padding-bottom: 3.6458333333vw;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .present_inner {
    width: 90vw;
    margin-top: 13.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.present_inner::before {
  content: "";
  position: absolute;
  width: 10.15625vw;
  height: 10.1041666667vw;
  left: -2.8645833333vw;
  top: -2.6041666667vw;
  background-image: url("img/sb_event.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1000px) {
  .present_inner::before {
    width: 24vw;
    height: 24vw;
    top: -8.8vw;
  }
}
.present_inner h3 {
  color: #fff;
  font-size: 60px;
  font-size: 3.125vw;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .present_inner h3 {
    font-size: 30px;
    font-size: 8vw;
  }
}
.present_inner h3::before {
  content: "";
  width: 3.90625vw;
  height: 3.3854166667vw;
  background-image: url("img/deco_card.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 5.46875vw;
  top: 1.3020833333vw;
}
@media screen and (max-width: 1000px) {
  .present_inner h3::before {
    width: 14.9333333333vw;
    height: 13.3333333333vw;
  }
}
.present_inner h3 span {
  font-size: 0.666em;
}
.present_inner .ul_present {
  display: flex;
  justify-content: center;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 1000px) {
  .present_inner .ul_present {
    display: block;
    padding: 0 5.3333333333vw;
    margin-top: 4vw;
  }
}
.present_inner .ul_present li {
  background-color: #fff;
  width: 19.7916666667vw;
  margin-right: 1.5625vw;
  padding: 6.5104166667vw 0 1.5625vw 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .present_inner .ul_present li {
    width: 100%;
    margin-top: 5.3333333333vw;
    padding: 4.2666666667vw;
    padding: 30.6666666667vw 4.2666666667vw 6.6666666667vw 4.2666666667vw;
  }
  .present_inner .ul_present li:first-of-type {
    margin-top: 0;
  }
}
.present_inner .ul_present li:last-of-type {
  margin-right: 0;
}
.present_inner .ul_present li img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.present_inner .ul_present li:nth-of-type(1) img {
  width: 6.4583333333vw;
  top: 1.0416666667vw;
}
@media screen and (max-width: 1000px) {
  .present_inner .ul_present li:nth-of-type(1) img {
    width: 23.7333333333vw;
    top: 6.6666666667vw;
  }
}
.present_inner .ul_present li:nth-of-type(2) img {
  width: 6.6145833333vw;
  top: -2.03125vw;
}
@media screen and (max-width: 1000px) {
  .present_inner .ul_present li:nth-of-type(2) img {
    width: 21.8666666667vw;
    top: 2.6666666667vw;
  }
}
.present_inner .ul_present li:nth-of-type(3) img {
  width: 13.5416666667vw;
  top: -1.0416666667vw;
}
@media screen and (max-width: 1000px) {
  .present_inner .ul_present li:nth-of-type(3) img {
    width: 44.2666666667vw;
    top: 5.3333333333vw;
  }
}
.present_inner .ul_present li h4 {
  font-size: 26px;
  font-size: 1.3541666667vw;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .present_inner .ul_present li h4 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.present_inner .ul_present li h4 .red {
  color: #ED646D;
}
.present_inner .ul_present li h4 .blue {
  color: #1DB3D1;
}
.present_inner .ul_present li h4 .small {
  font-size: 0.7em;
}
.present_inner .ul_present li p {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  text-align: center;
  margin-top: 1em;
}
.present_inner .ul_present li p a {
  color: #1DB3D1;
  text-decoration: underline;
}

.attention {
  text-align: center;
  margin-top: 1em;
}

/*参加施設*/
.bosyu {
  width: 52.0833333333vw;
  margin-inline: auto;
  padding: 2.6041666667vw;
  text-align: center;
  background-color: #fff;
  margin-top: 3.125vw;
}
@media screen and (max-width: 1000px) {
  .bosyu {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .bosyu {
    width: 90vw;
    padding: 6.6666666667vw;
  }
}
.bosyu p {
  font-size: 36px;
  font-size: 1.875vw;
  color: #1DB3D1;
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  .bosyu p {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.bosyu a {
  display: block;
  font-size: 24px;
  font-size: 1.25vw;
  margin-top: 0.8em;
}
.bosyu a span {
  color: #ED646D;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .bosyu a {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.school {
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 1000px) {
  .school {
    margin-top: 13.3333333333vw;
  }
}
.school .h2_content span {
  background-image: url("img/icon_h2_school.svg");
  background-size: 4.53125vw;
  padding-left: 5.5729166667vw;
}
@media screen and (max-width: 1000px) {
  .school .h2_content span {
    background-size: 10.6666666667vw;
    padding-left: 0;
  }
}
.school .click {
  margin-top: 3.125vw;
  text-align: center;
  font-size: 30px;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1000px) {
  .school .click {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .school .click {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.school ul {
  display: grid;
  grid-template-columns: repeat(3, 20.8333333333vw);
  place-content: center;
  gap: 1.5625vw;
  margin-top: 1.8229166667vw;
  margin-top: 3.125vw;
  /* 要素間の間隔 */
}
@media screen and (max-width: 1000px) {
  .school ul {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .school ul {
    margin-top: 5.3333333333vw;
    padding: 0 5vw;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.school ul li {
  background: #1DB3D1;
  border-radius: 0.78125vw;
  background-image: url("img/icon_link_w.svg");
  background-repeat: no-repeat;
  background-position: right 0.78125vw bottom 0.78125vw;
  background-size: 1.0416666667vw;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .school ul li {
    border-radius: 4vw;
    background-position: right 4vw bottom 4vw;
    background-size: 4vw;
  }
}
.school ul li a {
  font-size: 26px;
  font-size: 1.3541666667vw;
  color: #fff;
  font-weight: 900;
  height: 5.7291666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.school ul li a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.school ul li a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1000px) {
  .school ul li a {
    font-size: 18px;
    font-size: 4.8vw;
    height: 20vw;
  }
}
.school .now {
  text-align: center;
  margin-top: 1em;
}

/*フェア概要*/
.about {
  margin-top: 7.8125vw;
}
@media screen and (max-width: 1000px) {
  .about {
    margin-top: 13.3333333333vw;
  }
}
.about .h2_content span {
  background-image: url("img/icon_h2_doc.svg");
  background-size: 2.5520833333vw;
  padding-left: 3.59375vw;
}
@media screen and (max-width: 1000px) {
  .about .h2_content span {
    padding-left: 0;
    background-size: 6.4vw;
  }
}
.about .wrap_about {
  width: 62.5vw;
  margin-inline: auto;
  margin-top: 3.125vw;
  background-color: #fff;
  font-size: 20px;
  font-size: 1.0416666667vw;
  padding: 3.6458333333vw;
}
@media screen and (max-width: 1000px) {
  .about .wrap_about {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .about .wrap_about {
    width: 90vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 8vw;
  }
}
.about .wrap_about dl {
  display: flex;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px dotted #9E9E9E;
}
@media screen and (max-width: 1000px) {
  .about .wrap_about dl {
    border-top: 1px dotted #9E9E9E;
    flex-wrap: wrap;
  }
}
.about .wrap_about dl:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.about .wrap_about dl dt {
  width: 8em;
  color: #ED646D;
}
@media screen and (max-width: 1000px) {
  .about .wrap_about dl dt {
    width: 100%;
  }
}
.about .wrap_about dl dd {
  line-height: 1.5;
}
.about .wrap_about dl dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.about .wrap_about dl dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1000px) {
  .about .wrap_about dl dd {
    margin-top: 0.5em;
  }
}

/*アクセス*/
.access {
  margin-top: 7.8125vw;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .access {
    margin-top: 13.3333333333vw;
  }
}
.access .deco_c_05 {
  position: absolute;
  width: 20.8333333333vw;
  left: 2.6041666667vw;
  top: -15.8854166667vw;
}
@media screen and (max-width: 1000px) {
  .access .deco_c_05 {
    display: none;
  }
}
.access .h2_content span {
  background-image: url("img/icon_h2_map.svg");
  background-size: 2.1354166667vw;
  padding-left: 3.1770833333vw;
}
@media screen and (max-width: 1000px) {
  .access .h2_content span {
    padding-left: 0;
    background-size: 5.3333333333vw;
  }
}
.access .gmap {
  margin-top: 3.125vw;
  width: 67.7083333333vw;
  height: 26.0416666667vw;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .access .gmap {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .access .gmap {
    width: 100%;
    padding: 0 5vw;
    height: 58.6666666667vw;
  }
}
.access p {
  font-size: 24px;
  font-size: 1.25vw;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .access p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

/*フッター*/
footer {
  margin-top: 10.4166666667vw;
  text-align: center;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1000px) {
  footer {
    margin-top: 26.6666666667vw;
    padding-bottom: 8vw;
  }
}

.deco_c_06 {
  position: absolute;
  width: 10.5729166667vw;
  right: 4.6875vw;
  bottom: 4.9479166667vw;
}
@media screen and (max-width: 1000px) {
  .deco_c_06 {
    width: 26.6666666667vw;
    right: -2.6666666667vw;
    bottom: 25.3333333333vw;
  }
}

/*fixed*/
.fixedlink_wrap {
  position: fixed;
  right: 2.6041666667vw;
  bottom: 2.6041666667vw;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .fixedlink_wrap {
    width: 100%;
    right: 0;
    bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  .fixedlink_wrap .inner {
    display: flex;
    justify-content: center;
  }
}
.fixedlink_wrap a {
  display: block;
  width: 23.4375vw;
}
@media screen and (max-width: 1000px) {
  .fixedlink_wrap a {
    width: 42.9333333333vw;
  }
}
.fixedlink_wrap a:last-of-type {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1000px) {
  .fixedlink_wrap a:last-of-type {
    margin-top: 0;
    margin-left: 4vw;
  }
}

/*施設詳細*/
.facility_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10002;
}
.facility_overlay .facility_inner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facility_overlay .facility_inner .item_facility {
  width: 1000px;
  max-width: 100%;
  background-color: #fff;
  padding: 30px;
  height: 80vh;
  overflow: scroll;
}
@media screen and (max-width: 1000px) {
  .facility_overlay .facility_inner .item_facility {
    width: 90vw;
    padding: 5.3333333333vw;
    box-sizing: border-box;
  }
}
.facility_overlay .facility_inner .item_facility img {
  width: 500px;
  max-width: 100%;
  display: block;
  margin-inline: auto;
}
.facility_overlay .facility_inner .item_facility table {
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .facility_overlay .facility_inner .item_facility table {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.facility_overlay .facility_inner .item_facility table tr {
  border-bottom: 1px dotted #9E9E9E;
  padding: 0.5em 0;
}
@media screen and (max-width: 1000px) {
  .facility_overlay .facility_inner .item_facility table tr {
    display: block;
  }
}
.facility_overlay .facility_inner .item_facility table tr:last-of-type {
  border: none;
}
.facility_overlay .facility_inner .item_facility table th,
.facility_overlay .facility_inner .item_facility table td {
  padding: 0.5em 0;
}
@media screen and (max-width: 1000px) {
  .facility_overlay .facility_inner .item_facility table th,
  .facility_overlay .facility_inner .item_facility table td {
    display: block;
    padding: 0.3em 0;
    width: 100%;
  }
}
.facility_overlay .facility_inner .item_facility table th {
  padding-right: 1.5em;
  vertical-align: middle;
  color: #ED646D;
  white-space: nowrap;
}
.facility_overlay .facility_inner .item_facility table td {
  line-height: 1.5;
  white-space: normal;
}
.facility_overlay .facility_inner .item_facility table td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.facility_overlay .facility_inner .item_facility table td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.facility_overlay .facility_inner .item_facility table td a {
  color: #1DB3D1;
  text-decoration: underline;
}
.facility_overlay .facility_inner .item_facility .close_facility {
  display: block;
  text-align: center;
  margin-top: 1.5em;
  font-size: 16px;
  cursor: pointer;
  color: #ED646D;
}

.item_facility {
  display: none;
}

.active_facility {
  display: block !important;
}

/*アニメ*/
.inview_object {
  opacity: 0;
  transition: 0.4s;
}

.inview_anime {
  opacity: 1;
  transition-delay: 0.4s;
}

/*追加*/
.img_present_top {
  display: none;
}
@media screen and (max-width: 1000px) {
  .img_present_top {
    display: block;
    width: 90vw;
    margin-top: 5.3333333333vw;
    margin-inline: auto;
  }
}/*# sourceMappingURL=common.css.map */