.el_navBtn {
  max-width: 100%;
  position: relative;
  min-height: 72px;
  border-radius: 999px;
  background: var(--c-bl-bg);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 64px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .el_navBtn {
    min-height: 56px;
  }
}
.el_navBtn.is-disabled {
  background: #999999;
  color: #f4f4f4;
  padding-right: 16px;
  pointer-events: none;
  cursor: default;
}
.el_navBtn.is-disabled .el_navBtn_icon {
  display: none;
}
.el_navBtn_label {
  text-align: center;
  width: 100%;
  font-family: var(--font-dot);
}
.el_navBtn_icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--c-white);
}
.el_navBtn_icon img {
  display: block;
  width: 24px;
  height: auto;
}.bl_accessSec {
  max-width: var(--content-width);
  margin: 128px auto 0;
}
.bl_accessSec_ttl {
  max-width: 220px;
  margin: auto;
}
.bl_accessSec_lead {
  margin-top: 32px;
  text-align: center;
  font-size: max(16px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_accessSec_lead {
    font-size: max(16px, calc(20 * 100cqw / 520));
  }
}
.bl_accessSec_lead {
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.75;
}
.bl_accessSec_visual {
  margin-top: 24px;
}
.bl_accessSec_txt {
  margin-top: 32px;
  text-align: center;
  font-size: max(15px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_accessSec_txt {
    font-size: max(15px, calc(20 * 100cqw / 520));
  }
}
.bl_accessSec_txt {
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.75;
}
.bl_accessSec_btn {
  margin-top: 32px;
  text-align: center;
}
.bl_accessSec_btnLink {
  width: 350px;
}.el_bandTitle {
  width: 100%;
  background: var(--c-h3-bg);
  color: #fff;
  border-radius: 1.1em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 1em;
  font-size: clamp(16px, 20px, 28px);
}
@supports (font-size: 1cqw) {
  .el_bandTitle {
    font-size: clamp(16px, calc(20 * 100cqw / 520), 28px);
  }
}.bl_chushikokuMap .prefecture {
  cursor: pointer;
}
.bl_chushikokuMap .prefecture .cls-1 {
  cursor: pointer;
  transition: fill 0.2s ease, opacity 0.2s ease;
}
.bl_chushikokuMap .prefecture:hover .cls-1, .bl_chushikokuMap .prefecture:focus-visible .cls-1 {
  fill: #0f9ad9;
}

.bl_prefModal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 20px;
}
.bl_prefModal[hidden] {
  display: none !important;
}
.bl_prefModal_overlay {
  position: fixed;
  inset: 0;
  background: var(--c-modal-overlay);
}
.bl_prefModal_inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--modal-width));
}
.bl_prefModal_panel {
  border: 1px solid var(--c-bd);
  border-radius: var(--radius-modal);
  overflow: hidden;
  background: #fff;
}
.bl_prefModal_head {
  background: var(--c-bg-second);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
}
.bl_prefModal_head img {
  width: 19px;
}
.bl_prefModal_title {
  color: var(--c-white);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}
.bl_prefModal_body {
  padding: 18px;
}
.bl_prefModal_text {
  font-size: 15px;
  line-height: 1.85;
}
.bl_prefModal_close {
  display: block;
  height: 28px;
  min-width: 104px;
  margin: 12px auto 0;
  border: 1px solid var(--c-bd);
  border-radius: 999px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}.bl_dataSec {
  max-width: var(--content-width);
  margin: 96px auto 0;
}
.bl_dataSec_head {
  max-width: 172px;
  margin: auto;
}
.bl_dataSec_lead {
  margin-top: 32px;
  text-align: center;
  font-size: max(17px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_dataSec_lead {
    font-size: max(17px, calc(20 * 100cqw / 520));
  }
}
.bl_dataSec_lead {
  font-weight: bold;
  line-height: 1.75;
}
.bl_dataSec_intro {
  margin-top: 16px;
  line-height: 1.75;
  text-align: center;
  font-size: max(14px, 16px);
}
@supports (font-size: 1cqw) {
  .bl_dataSec_intro {
    font-size: max(14px, calc(16 * 100cqw / 520));
  }
}
.bl_dataSec_intro {
  font-feature-settings: "palt";
}
.bl_dataSec_card {
  max-width: 422px;
  margin: 32px auto 0;
  padding: 0 20px;
}
.bl_dataSec_schoolTtl {
  margin-top: 56px;
}
.bl_dataSec_schoolLead {
  margin-top: 1em;
  text-align: center;
}
.bl_dataSec_schoolLead span {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 14px;
}
.bl_dataSec_map {
  margin-top: 32px;
}.bl_footer {
  max-width: var(--content-width);
  margin: 32px auto 120px;
  text-align: center;
}
.bl_footer_snsTtl {
  font-size: max(18px, 22px);
}
@supports (font-size: 1cqw) {
  .bl_footer_snsTtl {
    font-size: max(18px, calc(22 * 100cqw / 520));
  }
}
.bl_footer_snsTtl {
  font-weight: 500;
  line-height: 1.4;
}
.bl_footer_snsList {
  margin-top: 28px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 48px;
}
.bl_footer_snsLink {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  height: 72px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.bl_footer_snsItem--instagram {
  margin-bottom: -4px;
}
.bl_footer_snsImg {
  display: block;
  height: auto;
}
.bl_footer_brand {
  margin-top: 88px;
  display: grid;
  place-items: center;
}
.bl_footer_logo {
  display: block;
  width: 337px;
  height: auto;
}
.bl_footer_address {
  margin-top: 32px;
  font-weight: 500;
  font-size: max(13px, 16px);
}
@supports (font-size: 1cqw) {
  .bl_footer_address {
    font-size: max(13px, calc(16 * 100cqw / 520));
  }
}
.bl_footer_address {
  line-height: 1.6;
}
.bl_footer_nav {
  margin-top: 32px;
}
.bl_footer_navList {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.bl_footer_navLink {
  position: relative;
  padding-right: 18px;
  font-size: max(14px, 16px);
}
@supports (font-size: 1cqw) {
  .bl_footer_navLink {
    font-size: max(14px, calc(16 * 100cqw / 520));
  }
}
.bl_footer_navLink {
  line-height: 1.3;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.bl_footer_navLink::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .bl_footer_snsLink:hover {
    opacity: 0.85;
    transform: translateY(-2px);
  }
  .bl_footer_navLink:hover {
    opacity: 0.75;
  }
  .bl_footer_navLink:hover::after {
    transform: translate(2px, -50%) rotate(45deg);
  }
}.bl_heroSec {
  padding: 88px 0 0;
}
.bl_heroSec_nav, .bl_heroSec_body {
  max-width: var(--content-width);
  margin: auto;
}
.bl_heroSec_desc {
  max-width: 460px;
  margin: 32px auto 0;
}
.bl_heroSec_txt {
  margin-top: 54px;
  text-align: center;
  font-size: max(16px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_heroSec_txt {
    font-size: max(16px, calc(20 * 100cqw / 520));
  }
}
.bl_heroSec_txt {
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .bl_heroSec_txt {
    font-size: 15px;
  }
}
.bl_heroSec_nav {
  margin-top: 40px;
}
.bl_heroSec_navList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .bl_heroSec_navList {
    column-gap: 12px;
    row-gap: 8px;
  }
  .bl_heroSec_navList .el_navBtn {
    padding-right: 48px;
  }
  .bl_heroSec_navList .el_navBtn_label {
    font-size: 13px;
  }
}
.bl_heroSec_navItem {
  min-width: 0;
}
.bl_heroSec_navLink {
  width: 100%;
  font-size: 15px;
}.el_profileModal_overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: var(--c-modal-overlay);
  padding: 16px;
  overflow-y: auto;
}
.el_profileModal_overlay[hidden] {
  display: none !important;
}
.el_profileModal_wrap {
  width: min(100%, var(--modal-width));
  display: grid;
  gap: 12px;
  justify-items: center;
}
.el_profileModal_content {
  width: 100%;
  background: #fff;
  border: 1px solid var(--c-bd);
  border-radius: 12px;
  overflow: hidden;
}
.el_profileModal_head {
  background: var(--c-bg-second);
  padding: 12px 16px;
}
.el_profileModal_headImg {
  display: block;
  width: auto;
  height: 104px;
  object-fit: cover;
}
.el_profileModal_body {
  padding: 24px 20px 28px;
  font-size: clamp(14px, 16px, 20px);
}
@supports (font-size: 1cqw) {
  .el_profileModal_body {
    font-size: clamp(14px, calc(16 * 100cqw / 520), 20px);
  }
}
.el_profileModal_body {
  line-height: 1.9;
  font-weight: 700;
}
.el_profileModal_body p {
  margin: 0;
}
.el_profileModal_foot {
  display: flex;
  justify-content: center;
}
.el_profileModal_close {
  display: block;
  height: 28px;
  min-width: 104px;
  border: 1px solid var(--c-bd);
  border-radius: 999px;
  background: var(--c-bg-second);
  color: var(--c-white);
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}.bl_lifeStyleSec {
  max-width: var(--content-width);
  margin: 120px auto 0;
}
.bl_lifeStyleSec_ttl {
  max-width: 315px;
  margin: auto;
}
.bl_lifeStyleSec_lead {
  margin-top: 32px;
  text-align: center;
  font-size: max(16px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_lifeStyleSec_lead {
    font-size: max(16px, calc(20 * 100cqw / 520));
  }
}
.bl_lifeStyleSec_lead {
  font-weight: bold;
  line-height: 1.75;
}
.bl_lifeStyleSec_intro {
  margin-top: 16px;
  line-height: 1.75;
  text-align: center;
  font-size: max(13px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_lifeStyleSec_intro {
    font-size: max(13px, calc(17 * 100cqw / 520));
  }
}
.bl_lifeStyleSec_block {
  margin-top: 28px;
}
.bl_lifeStyleSec_block:not(:first-child) {
  margin-top: 96px;
}
.bl_lifeStyleSec_txt {
  margin-top: 16px;
  line-height: 1.75;
  text-align: center;
  font-size: max(13px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_lifeStyleSec_txt {
    font-size: max(13px, calc(17 * 100cqw / 520));
  }
}
.bl_lifeStyleSec_dormGallery {
  margin-top: 32px;
}
.bl_lifeStyleSec_dormPhoto {
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
}
.bl_lifeStyleSec_dormPhoto:not(:first-child) {
  margin-top: 12px;
}
.bl_lifeStyleSec_btn {
  margin-top: 20px;
  text-align: center;
}
.bl_lifeStyleSec_btnLink {
  width: 450px;
}
.bl_lifeStyleSec_roomList {
  margin-top: 24px;
  display: grid;
  gap: 20px;
}
.bl_lifeStyleSec_roomCardBtn {
  border: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
.bl_lifeStyleSec_roomCardImg {
  width: 100%;
  display: block;
}
.bl_lifeStyleSec_modalBody {
  margin-top: 20px;
}
.bl_lifeStyleSec_modalLead {
  width: 80%;
  margin-left: -20px;
  padding: 8px 16px 10px 58px;
  border-radius: 0 999px 999px 0;
  background: var(--c-h3-bg);
  color: #fff;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
}
.bl_lifeStyleSec_modalLayout {
  margin-top: 32px;
  display: grid;
  place-items: center;
}
.bl_lifeStyleSec_modalLayout img {
  display: block;
  width: auto;
  height: 495px;
}
.bl_lifeStyleSec_modalLayout--okinawa img {
  height: 240px;
}
.bl_lifeStyleSec_modalText {
  margin-top: 32px;
}
.bl_lifeStyleSec_modalText p {
  margin: 0;
  font-size: max(14px, 15px);
}
@supports (font-size: 1cqw) {
  .bl_lifeStyleSec_modalText p {
    font-size: max(14px, calc(15 * 100cqw / 520));
  }
}
.bl_lifeStyleSec_modalText p {
  line-height: 1.8;
}
.bl_lifeStyleSec_modalGood {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}
.bl_lifeStyleSec_modalGoodTtl {
  margin: 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--c-h3-bg);
  color: #fff;
  text-align: center;
  font-size: max(13px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_lifeStyleSec_modalGoodTtl {
    font-size: max(13px, calc(17 * 100cqw / 520));
  }
}
.bl_lifeStyleSec_modalGoodTtl {
  line-height: 1.5;
  font-weight: 700;
}
.bl_lifeStyleSec_modalGoodList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.bl_lifeStyleSec_modalGoodItem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: start;
  overflow: visible;
}
.bl_lifeStyleSec_modalGoodVisual {
  position: relative;
  overflow: visible;
}
.bl_lifeStyleSec_modalGoodImg {
  margin: 0;
  overflow: visible;
}
.bl_lifeStyleSec_modalGoodImg img {
  display: block;
  width: 100%;
  height: auto;
}
.bl_lifeStyleSec_modalGoodTxt {
  margin: 0;
  font-size: max(13px, 15px);
}
@supports (font-size: 1cqw) {
  .bl_lifeStyleSec_modalGoodTxt {
    font-size: max(13px, calc(15 * 100cqw / 520));
  }
}
.bl_lifeStyleSec_modalGoodTxt {
  line-height: 1.7;
}
.bl_lifeStyleSec_modalGoodOverlay {
  position: absolute;
  bottom: -8px;
  right: -6px;
  width: 36px;
  z-index: 1;
  pointer-events: none;
}
.bl_lifeStyleSec_modalGoodOverlay img {
  display: block;
  width: 100%;
  height: auto;
}.bl_openCampusSec {
  max-width: var(--content-width);
  margin: 104px auto 0;
}
.bl_openCampusSec_ttl {
  max-width: 411px;
  margin: auto;
}
.bl_openCampusSec_lead {
  margin-top: 32px;
  text-align: center;
  font-size: max(17px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_openCampusSec_lead {
    font-size: max(17px, calc(20 * 100cqw / 520));
  }
}
.bl_openCampusSec_lead {
  font-weight: bold;
  line-height: 1.75;
}
.bl_openCampusSec_intro {
  margin-top: 16px;
  line-height: 1.75;
  text-align: center;
  font-size: max(14px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_openCampusSec_intro {
    font-size: max(14px, calc(17 * 100cqw / 520));
  }
}
.bl_openCampusSec_list {
  margin-top: 32px;
  display: grid;
  gap: 20px;
}
.bl_openCampusSec_cardBtn {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.bl_openCampusSec_cardImg {
  width: 100%;
  display: block;
}
.bl_openCampusSec_eventHeadingImg, .bl_openCampusSec_eventHeaderImg, .bl_openCampusSec_menuImg {
  width: 100%;
  display: block;
}
.bl_openCampusSec_event--main {
  margin-top: 32px;
}
.bl_openCampusSec_event--sub {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .bl_openCampusSec_event--sub {
    margin-top: 16px;
  }
}
.bl_openCampusSec_event--subOnly {
  margin-top: 32px;
}
.bl_openCampusSec_eventLead {
  margin-top: 32px;
  text-align: center;
  font-size: max(17px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_openCampusSec_eventLead {
    font-size: max(17px, calc(20 * 100cqw / 520));
  }
}
.bl_openCampusSec_eventLead {
  font-weight: bold;
  line-height: 1.75;
}
.bl_openCampusSec_eventDesc {
  margin-top: 20px;
  line-height: 1.75;
  text-align: center;
  font-size: max(14px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_openCampusSec_eventDesc {
    font-size: max(14px, calc(17 * 100cqw / 520));
  }
}
.bl_openCampusSec_menuImg {
  margin-top: 32px;
}
.bl_openCampusSec_btn {
  margin-top: 24px;
  text-align: center;
}
.bl_openCampusSec_btnLink {
  width: 248px;
}
.bl_openCampusSec_special {
  margin-top: 54px;
}
.bl_openCampusSec_specialLink {
  display: block;
}
.bl_openCampusSec_specialCap {
  margin-top: 8px;
  text-align: center;
  font-size: max(17px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_openCampusSec_specialCap {
    font-size: max(17px, calc(20 * 100cqw / 520));
  }
}
.bl_openCampusSec_specialCap {
  font-weight: bold;
}.bl_searchSec {
  max-width: var(--content-width);
  margin: 112px auto 0;
}
.bl_searchSec_ttl {
  max-width: 233px;
  margin: auto;
}
.bl_searchSec_lead {
  margin-top: 32px;
  text-align: center;
  font-size: max(17px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_searchSec_lead {
    font-size: max(17px, calc(20 * 100cqw / 520));
  }
}
.bl_searchSec_lead {
  font-weight: bold;
  line-height: 1.75;
}
.bl_searchSec_intro {
  margin-top: 16px;
  line-height: 1.75;
  text-align: center;
  font-size: max(14px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_searchSec_intro {
    font-size: max(14px, calc(17 * 100cqw / 520));
  }
}
.bl_searchSec_band {
  margin-top: 40px;
}
.bl_searchSec_band--departments {
  margin-top: 80px;
}
.bl_searchSec_txt {
  margin-top: 16px;
  line-height: 1.75;
  text-align: center;
  font-size: max(14px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_searchSec_txt {
    font-size: max(14px, calc(17 * 100cqw / 520));
  }
}
.bl_searchSec_examList {
  margin-top: 24px;
}
.bl_searchSec_examItem {
  text-align: center;
  font-size: max(17px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_searchSec_examItem {
    font-size: max(17px, calc(20 * 100cqw / 520));
  }
}
.bl_searchSec_examItem {
  font-weight: bold;
  line-height: 1.75;
}
.bl_searchSec_btn {
  margin-top: 28px;
  text-align: center;
}
.bl_searchSec_deptList {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 40px;
  column-gap: 24px;
}
@supports (column-gap: 1cqw) {
  .bl_searchSec_deptList {
    column-gap: 4.6153846154cqw;
  }
}
.bl_searchSec_deptList {
  padding: 0;
  list-style: none;
}
.bl_searchSec_deptItem {
  min-width: 0;
}
.bl_searchSec_deptCard {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bl_searchSec_deptPhoto {
  margin: 0;
  border: 1px solid var(--c-bd);
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 234/155;
}
.bl_searchSec_deptPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_searchSec_deptFaculty {
  margin-top: 12px;
  width: fit-content;
  min-height: 22px;
  padding: 2px 12px;
  border-radius: 999px;
  background: var(--c-label-bg);
  color: #fff;
  font-size: max(12px, 13px);
}
@supports (font-size: 1cqw) {
  .bl_searchSec_deptFaculty {
    font-size: max(12px, calc(13 * 100cqw / 520));
  }
}
.bl_searchSec_deptFaculty {
  font-weight: 700;
  line-height: 1.4;
}
.bl_searchSec_deptName {
  margin-top: 4px;
  font-size: max(14px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_searchSec_deptName {
    font-size: max(14px, calc(17 * 100cqw / 520));
  }
}
.bl_searchSec_deptName {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.bl_searchSec_deptBtn {
  margin-top: auto;
  padding-top: 8px;
}
.bl_searchSec_deptBtnLink {
  width: 100%;
  min-height: 40px;
  padding-right: 32px;
  font-size: max(14px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_searchSec_deptBtnLink {
    font-size: max(14px, calc(17 * 100cqw / 520));
  }
}
.bl_searchSec_supportList {
  margin-top: 40px;
  display: grid;
  row-gap: 12px;
}
.bl_searchSec_supportCard {
  margin: 0;
}
.bl_searchSec_supportLink {
  display: block;
}
.bl_searchSec_supportImg {
  display: block;
  width: 100%;
  height: auto;
}.bl_voiceSec {
  max-width: var(--content-width);
  margin: 104px auto 0;
}
.bl_voiceSec_ttl {
  max-width: 200px;
  margin: auto;
}
.bl_voiceSec_lead {
  margin-top: 32px;
  text-align: center;
  font-size: max(17px, 20px);
}
@supports (font-size: 1cqw) {
  .bl_voiceSec_lead {
    font-size: max(17px, calc(20 * 100cqw / 520));
  }
}
.bl_voiceSec_lead {
  font-weight: bold;
  line-height: 1.75;
}
.bl_voiceSec_intro {
  margin-top: 16px;
  line-height: 1.75;
  text-align: center;
  font-size: max(14px, 17px);
}
@supports (font-size: 1cqw) {
  .bl_voiceSec_intro {
    font-size: max(14px, calc(17 * 100cqw / 520));
  }
}
.bl_voiceSec_list {
  margin-top: 32px;
  display: grid;
  gap: 20px;
}
.bl_voiceSec_cardBtn {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.bl_voiceSec_cardImg {
  width: 100%;
  display: block;
}/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@keyframes fade-up-soft {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.is-observe-target {
  opacity: 0;
  transform: translateY(16px);
}

.is-observe-target.is-inview {
  animation: fade-up-soft 0.65s ease-out forwards;
}

.el_navBtn,
.bl_voiceSec_cardBtn,
.bl_lifeStyleSec_roomCardBtn,
.bl_menuModal_link,
.bl_sideMenu_link {
  transition: opacity 0.2s ease;
}

.el_navBtn:hover,
.bl_voiceSec_cardBtn:hover,
.bl_lifeStyleSec_roomCardBtn:hover,
.bl_menuModal_link:hover,
.bl_sideMenu_link:hover {
  opacity: 0.88;
}

.u_dIb {
  display: inline-block;
}

.u_spOnly {
  display: none !important;
}
@media (max-width: 767px) {
  .u_spOnly {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .u_noSp {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-observe-target,
  .is-observe-target.is-inview {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .el_navBtn,
  .bl_voiceSec_cardBtn,
  .bl_lifeStyleSec_roomCardBtn,
  .bl_menuModal_link,
  .bl_sideMenu_link {
    transition: none;
  }
  .el_navBtn:hover,
  .bl_voiceSec_cardBtn:hover,
  .bl_lifeStyleSec_roomCardBtn:hover,
  .bl_menuModal_link:hover,
  .bl_sideMenu_link:hover {
    opacity: 1;
  }
}:root {
  --content-width: 520px;
  --modal-width: 440px;
  --radius-modal: 12px;
  --font-base: 'Noto Sans JP', sans-serif;
  --font-dot: 'DotGothic16', sans-serif;
}

#okinawa {
  --c-bg: #ffe1d6;
  --c-bl-bg: #d6776b;
  --c-bg-second: #e27f71;
  --c-divider: #f3a66f;
  --c-bd: #d6776b;
  --c-font: #ff7042;
  --c-h3-bg: #f2c65e;
  --c-label-bg: #76beb7;
  --c-modal-overlay: rgba(214, 119, 107, 0.22);
}

#chushikoku {
  --c-bg: #7498c7;
  --c-bl-bg: #004098;
  --c-bg-second: #1074bc;
  --c-divider: #1074bc;
  --c-bd: #1074bc;
  --c-font: #1074bc;
  --c-h3-bg: #8f78d8;
  --c-label-bg: #f2c268;
  --c-modal-overlay: rgba(24, 75, 150, 0.18);
}.bl_menuTrigger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 120;
}

.bl_menuModal {
  display: none;
}

.el_menuBtn {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: var(--c-bg-second);
  color: var(--c-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  line-height: 1;
}

.el_menuBtn_icon {
  display: block;
  width: 28px;
  height: 18px;
  flex: 0 0 18px;
  background: linear-gradient(currentColor 0 0) center/100% 2px no-repeat;
  position: relative;
  transition: background-size 0.24s ease;
}

.el_menuBtn_icon::before,
.el_menuBtn_icon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 28px;
  height: 2px;
  background: currentColor;
  transform: translateX(-50%);
  transition: top 0.24s ease, bottom 0.24s ease, transform 0.24s ease;
}

.el_menuBtn_icon::before {
  top: 0;
}

.el_menuBtn_icon::after {
  bottom: 0;
}

.el_menuBtn_txt {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
}

.el_menuBtn [data-menu-label-close] {
  display: none;
}

.el_menuBtn[aria-expanded=true] [data-menu-label-open] {
  display: none;
}

.el_menuBtn[aria-expanded=true] [data-menu-label-close] {
  display: block;
}

.el_menuBtn[aria-expanded=true] .el_menuBtn_icon {
  background-size: 0 2px;
}

.el_menuBtn[aria-expanded=true] .el_menuBtn_icon::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.el_menuBtn[aria-expanded=true] .el_menuBtn_icon::after {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bl_menuModal_overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8px;
  overflow-y: auto;
  background: var(--c-modal-overlay);
}

.bl_menuModal_overlay[hidden] {
  display: none !important;
}

.bl_menuModal_panel {
  box-sizing: border-box;
  width: min(100%, 500px);
  min-height: 0;
  max-height: none;
  overflow: visible;
  border: 1px solid var(--c-bd);
  border-radius: 8px;
  background: var(--c-white);
  padding: 24px 24px 40px;
}

.bl_menuModal_head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 28px;
}

.bl_menuModal_logo {
  width: min(260px, 100%);
}

.bl_menuModal_list,
.bl_menuModal_subList {
  display: grid;
  gap: 12px;
}

.bl_menuModal_subList {
  margin-top: 18px;
}

.bl_menuModal_link {
  display: block;
}

.bl_menuModal_linkImg {
  display: block;
  width: 100%;
  height: auto;
}

.bl_menuModal_request {
  margin-top: 28px;
  margin-left: -24px;
  display: block;
}

.bl_menuModal_requestImg {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .bl_menuModal {
    display: block;
  }
  .bl_menuModal_overlay {
    justify-content: flex-start;
    padding-left: var(--menu-modal-main-left, 8px);
    padding-right: 8px;
  }
  .bl_menuModal_panel {
    width: auto;
    flex: 1 1 auto;
    max-width: var(--menu-modal-main-width, var(--main-content-width));
  }
}.bl_sideMenu {
  margin: auto;
  padding: 20px;
  max-width: 320px;
  background: var(--c-white);
  border: 1px solid var(--c-bd);
  border-radius: 8px;
}
.bl_sideMenu_ttl {
  width: 71px;
  margin: auto;
}
.bl_sideMenu_ttlImg {
  display: block;
  width: 100%;
  height: auto;
}
.bl_sideMenu_list {
  margin-top: 16px;
  display: grid;
  row-gap: 12px;
}
.bl_sideMenu_link {
  display: block;
}
.bl_sideMenu_linkImg {
  display: block;
  width: 100%;
  height: auto;
}.bl_sns {
  background: var(--c-bl-bg);
  border-radius: 10px;
  overflow: hidden;
  margin: auto 44px;
}
.bl_sns_ttl {
  padding: 12px;
  background: var(--c-white);
  text-align: center;
}
.bl_sns_ttl_img {
  height: 19px;
}
.bl_sns_body {
  padding: 28px;
}
.bl_sns_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 44px;
}
.bl_sns .el_lineIconImg {
  width: 36px;
}
.bl_sns .el_instagramIconImg {
  width: 69px;
  margin-bottom: -4px;
}
.bl_sns .el_youtubeIconImg {
  width: 59px;
}:root {
  --c-white: #ffffff;
  --main-content-width: min(35vw, 680px);
}

body {
  font-family: var(--font-base);
  background-color: var(--c-bg);
  color: var(--c-font);
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.ly_app {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 26px minmax(0, var(--main-content-width)) 26px minmax(0, 1fr) 26px;
  min-height: 100vh;
}

.ly_divider {
  background: var(--c-divider);
  overflow: hidden;
  background-image: var(--divider-bg-image);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 14px auto;
}

.ly_aside {
  --aside-bottom-offset: clamp(12px, 10vh, 80px);
  flex: 1;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 14px;
  padding-bottom: 24px;
}
.ly_aside__nav {
  padding-left: 44px;
  padding-right: 44px;
}

.ly_col__left .bl_header {
  text-align: left;
  padding-left: 44px;
  padding-right: 44px;
}
.ly_col__left .ly_aside__nav {
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
  margin-top: 136px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.ly_col__left .bl_sns {
  width: 100%;
  max-width: 350px;
  margin: auto auto var(--aside-bottom-offset);
}

.ly_col__right {
  justify-content: flex-start;
}
.ly_col__right .bl_sideMenu {
  width: 100%;
  margin: auto auto 0;
}
.ly_col__right .bl_requestBtn {
  margin-top: 40px;
  margin-bottom: var(--aside-bottom-offset);
}

.ly_main {
  --content-current-width: var(--main-content-width);
  width: 100%;
  max-width: none;
  min-width: 0;
  container-type: inline-size;
  background: var(--c-white);
  padding: 0 40px;
}

.el_logo {
  width: 176px;
}

.bl_requestBtn {
  margin: 0;
  width: 100%;
}
.bl_requestBtn a {
  display: block;
  width: min(100%, 370px);
  transition: opacity 0.2s ease;
}
.bl_requestBtn img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 370/63;
  object-fit: cover;
  object-position: left bottom;
}

.el_pageTop {
  position: sticky;
  bottom: 24px;
  margin: 40px -20px 0 auto;
  z-index: 20;
  display: block;
  width: 96px;
  transition: opacity 0.2s ease;
}

.el_pageTop img {
  display: block;
  width: 100%;
  height: auto;
}

@media (hover: hover) and (pointer: fine) {
  .ly_col__left .bl_sns_link {
    display: inline-block;
    transition: opacity 0.2s ease;
  }
  .ly_col__left .bl_sns_link:hover {
    opacity: 0.8;
  }
  .bl_requestBtn a:hover,
  .el_pageTop:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1024px) {
  .ly_app {
    grid-template-columns: 26px minmax(0, 1fr) 26px minmax(440px, 1fr) 26px;
  }
  .ly_col__right,
  .ly_divider--outerRight {
    display: none;
  }
}
@media (max-width: 767px) {
  .ly_col__left,
  .ly_col__right,
  .ly_divider--outerLeft,
  .ly_divider--outerRight {
    display: none;
  }
  .ly_app {
    grid-template-columns: 16px minmax(0, 1fr) 16px;
  }
  .ly_divider {
    background-size: 11px auto;
  }
  .ly_main {
    padding: 0 20px;
  }
}