@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
h1 {
  margin-bottom: 0 !important;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

.hp_fs14 {
  font-size: 14px;
}

.hp_fs18 {
  font-size: 18px;
}

.hp_fs20 {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .hp_md_fs20 {
    font-size: 20px;
  }
}

.hp_c_main {
  color: #0F478C;
}

.hp_c_accent {
  color: #8DC21F;
}

.hp_fw_500 {
  font-weight: 500;
}

* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.75;
}

.ly_main {
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .ly_main {
    padding: 70px 0 0;
  }
}

.bl_section_title {
  text-align: center;
  position: relative;
}
.bl_section_title::after {
  position: absolute;
  content: "";
  top: 54%;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 8px;
}
@media screen and (min-width: 992px) {
  .bl_section_title::after {
    top: 57%;
  }
}
.bl_section_title span {
  display: block;
}
.bl_section_title__en {
  font-size: 32px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .bl_section_title__en {
    font-size: 48px;
  }
}
.bl_section_title__ja {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .bl_section_title__ja {
    font-size: 24px;
  }
}

.modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}

.bl_modal_img {
  margin-bottom: 30px;
}
.bl_modal_btn {
  display: block;
  color: white;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 25px;
  font-size: min(4.375vw, 20px);
  margin-bottom: 15px;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .bl_modal_btn {
    margin-bottom: 0;
    padding: 5px 50px;
  }
}
.bl_modal_btn:hover {
  opacity: 0.7;
}
.bl_modal_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  background-image: url("../img/arrow.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bl_modal_btn:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .bl_modal_btn_wrap {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}
.bl_modal_btn__hp {
  background-color: #0F478C;
  border: 1px solid #0F478C;
}
.bl_modal_btn__ig {
  background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
  border: 1px solid white;
}
.bl_modal_btn__yt {
  background-color: #ff0033;
}
.bl_modal_btn__tt {
  background-color: #000;
}
.bl_modal_btn_wrap {
  margin-bottom: 20px;
}

.ly_header {
  position: absolute;
  width: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .ly_header {
    height: 70px;
    padding: 0 40px;
  }
}
.ly_header_logo {
  width: 68px;
  margin-bottom: 0;
}
.ly_header_logo a:hover img {
  opacity: 0.7;
}
.ly_header_logo img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .ly_header_logo {
    width: 112px;
  }
}
.ly_header_catch {
  margin-left: 32px;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.ly_header_catch span {
  color: #73c1b8;
}

.bl_hero {
  text-align: center;
  margin-bottom: 40px;
  background-image: url("../img/bg_hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bl_hero_img {
  padding: 30px 5px 15px;
}
@media screen and (min-width: 576px) {
  .bl_hero_outline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.bl_outline {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  align-items: flex-start;
  align-items: stretch;
}
@media screen and (min-width: 576px) {
  .bl_outline {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .bl_outline {
    display: block;
    width: 24.5%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .bl_outline {
    display: block;
    width: 22%;
  }
}
.bl_outline_heading {
  background-color: #0F478C;
  color: white;
  font-weight: 500;
  display: flex;
  padding: 2px 8px;
  margin-right: 10px;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 576px) {
  .bl_outline_heading {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .bl_outline_heading {
    margin-right: 0;
    justify-content: center;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .bl_outline_heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .bl_outline_heading::after {
    position: absolute;
    content: "";
    bottom: -9.5px;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: #0F478C;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.bl_outline_body {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .bl_outline_body {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .bl_outline_body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_outline_body {
    font-size: 16px;
  }
}

.bl_news {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .bl_news {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .bl_news_inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .bl_news_inner {
    max-width: 1200px;
  }
}
.bl_news .bl_section_title {
  color: #8DC21F;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bl_news .bl_section_title {
    margin-bottom: 0;
    margin-right: 40px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .bl_news .bl_section_title {
    margin-right: 60px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .bl_news .bl_section_title {
    margin-right: 80px;
    margin-left: 80px;
  }
}
.bl_news .bl_section_title::after {
  background-image: url("../img/i_section_title__news.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bl_news_list {
    flex-grow: 1;
  }
}
.bl_news_item {
  background-color: #EEFBD1;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .bl_news_item {
    display: flex;
    padding: 10px 15px;
  }
}
.bl_news_item:last-child {
  margin-bottom: 0;
}
.bl_news_date {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .bl_news_date {
    margin-right: 15px;
  }
}
.bl_news_body {
  margin-bottom: 0;
}

.bl_exhibit {
  background-color: #0F478C;
  padding: 30px 10px;
}
@media screen and (min-width: 992px) {
  .bl_exhibit {
    padding: 50px 10px;
  }
}
.bl_exhibit .bl_section_title {
  margin-top: max(-15.625vw, -60px);
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bl_exhibit .bl_section_title {
    margin-top: -65px;
  }
}
@media screen and (min-width: 992px) {
  .bl_exhibit .bl_section_title {
    margin-top: -95px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_exhibit .bl_section_title {
    margin-top: -105px;
  }
}
.bl_exhibit .bl_section_title::after {
  display: none;
}
.bl_exhibit_inner {
  padding-left: 0;
  padding-right: 0;
}
.bl_exhibit_list {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_exhibit_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.bl_exhibit_item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bl_exhibit_item {
    width: 48%;
  }
}
@media screen and (min-width: 992px) {
  .bl_exhibit_item {
    width: 32%;
    margin-bottom: 30px;
  }
}
.bl_exhibit_item a {
  color: #0F478C;
  background-color: white;
  border: 1px solid white;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.3);
  padding: 10px 25px;
  transition: all 0.3s;
  position: relative;
}
.bl_exhibit_item a:hover {
  color: white;
  background-color: #8DC21F;
  border: 1px solid #8DC21F;
}
.bl_exhibit_item a:hover::after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.bl_exhibit_item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url("../img/arrow.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: invert(17%) sepia(38%) saturate(4109%) hue-rotate(201deg) brightness(98%) contrast(90%);
}
.bl_exhibit_item a.is_close {
  pointer-events: none;
}
.bl_exhibit_item a.is_close::after {
  display: none;
  opacity: 0;
}

.bl_map {
  padding: 50px 10px;
  background-image: url("../img/bg_map.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .bl_map {
    padding: 70px 10px;
  }
}
.bl_map .bl_section_title {
  color: #0F478C;
  margin-bottom: 30px;
}
.bl_map .bl_section_title::after {
  background-image: url("../img/i_section_title__map.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.un_gmap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: min(100%, 400px);
  height: 0;
  overflow: hidden;
  margin-bottom: 80px;
}
.un_gmap iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
}

.bl_inquiry .el_phone {
  font-weight: 700;
  color: white;
  font-size: 28px;
  background-color: #8DC21F;
  border-radius: 50px;
  margin: auto;
  position: relative;
  max-width: 300px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_inquiry .el_phone {
    font-size: 40px;
    max-width: 450px;
  }
}
.bl_inquiry .el_phone::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background-image: url("../img/i_phone.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bl_inquiry .el_phone::before {
    width: 50px;
    height: 50px;
  }
}
.bl_inquiry .el_phone span {
  display: inline-block;
  padding-left: 25px;
}

.ly_footer {
  padding: 40px 0;
  color: white;
  background-color: #0F478C;
}
.ly_footer_top {
  padding: 0 15px;
}
.ly_footer_logo {
  width: 150px;
  margin: 0 auto;
}
.ly_footer_logo img {
  transition: all 0.3s;
}
.ly_footer_logo:hover img {
  opacity: 0.7;
}
.ly_footer_cr {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.ly_footer_cr a {
  color: white;
}
.ly_footer_cr a:hover {
  text-decoration: none;
}

.el_site_logo {
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .el_site_logo {
    width: 400px;
  }
}
.el_site_logo a img {
  transition: all 0.3s;
}
.el_site_logo a:hover img {
  opacity: 0.7;
}

.un_page_logo {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .un_page_logo {
    margin: 10px 100px;
    width: 160px;
  }
}
.un_page_logo a:hover img {
  opacity: 0.7;
}
.un_page_logo img {
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */