@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body.b-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
body.fixed {
  overflow: hidden;
  height: 100%;
}
body.cat-voice main {
  background: #f7fbfb;
}
body.category-voice main {
  background: #f7fbfb;
  padding-top: 0;
}
body.hurry main, body.griefcare main, body.company main, body.member main, body.feature main {
  padding-top: 0;
}
body.hall main {
  padding-top: 0;
}
body.hall .column_hall_list {
  border-radius: 0;
  padding-top: 80px;
}
body.hall .column_hall_list:before {
  width: 80px;
  height: 50px;
  top: 15px;
}
body.page-template-hall_detail .column_voice {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  body.page-template-hall_detail .column_voice {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.hurry .column_plan_list, body.home .column_plan_list {
    padding-bottom: 60px;
  }
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
main {
  padding: 20px 0 40px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  main {
    padding-bottom: 60px;
  }
}
main .h1_box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
main .h1_box .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  main .h1_box .h_tit {
    right: 0;
    width: calc(100% - 30px);
  }
}
main .h1_box .h_tit br {
  display: none;
}

.column {
  padding: 0 0 60px 0;
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 0 0 30px 0;
  }
}

.inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  .inner.column {
    padding-bottom: 30px;
  }
}
.inner.w1100 {
  max-width: 1100px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 820px) {
  .pt120 {
    padding-top: 60px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .pb60 {
    padding-bottom: 30px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .pb80 {
    padding-bottom: 30px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.light_bg {
  background: #f7fbfb;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: 1.6rem;
  position: relative;
  line-height: 1.4;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 326px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50px;
  padding: 15px 10px;
  background: #354ba1;
  box-shadow: 4px 4px 0 #25387c;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 820px) {
  .btn {
    width: 100%;
  }
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 25px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn::before {
  transform: rotate(45deg);
}
.btn::after {
  transform: rotate(-45deg);
}
.btn.w100 {
  width: 100%;
  max-width: 100%;
}

.close_btn {
  display: block;
  padding: 5px 10px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #005fae;
  position: relative;
  font-size: clamp(1.5rem, 4vw, 1.6rem);
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

.sec_title {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.sec_title:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #11137a;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sec_title .color {
  color: #11137a;
}
.sec_title .mini {
  font-size: 0.8em;
}
.sec_title .big {
  font-size: 1.2em;
}
.sec_title .wrap {
  position: relative;
  z-index: 10;
}
.sec_title.hana {
  color: #482a0b;
  margin-top: 50px;
  margin-bottom: 80px;
  text-shadow: 1px 1px 0 #fff;
}
@media screen and (max-width: 767px) {
  .sec_title.hana {
    margin-top: 20px;
  }
}
.sec_title.hana img {
  width: 200px;
  position: absolute;
  right: 0;
  left: 0;
  top: 60px;
  margin: auto;
  z-index: 2;
}
.sec_title.hana:before {
  content: "";
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(255, 228, 76)), rgba(217, 250, 255, 0);
  border-radius: 50%;
  filter: blur(60px);
  width: min(100%, 160px);
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec_title.hana:before {
    width: min(100%, 120px);
  }
}
.sec_title.hana:after {
  content: none;
}

.catch {
  font-size: 1.8rem;
  text-align: center;
}

.breadcrumbs {
  font-size: 1.2rem;
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
}
.fixed_bnrs .flex {
  flex-direction: column;
  align-items: flex-end;
}
.fixed_bnrs img {
  filter: drop-shadow(0 4px 6px #ddd);
}

.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
}
.foot_fixed_bnr .inner {
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.foot_fixed_bnr .inner .f_tel {
  margin-right: auto;
  margin-left: 0;
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    background: rgba(51, 51, 51, 0.8588235294);
    flex-wrap: wrap;
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 5px;
    z-index: 800;
  }
  .footer_floating_sp li {
    width: calc(50% - 3px);
    position: relative;
  }
  .footer_floating_sp li .tel_anime_bnr .tel_anime {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 13px;
    transform: translateY(-50%);
    top: 50%;
  }
  .footer_floating_sp li .tel_anime_bnr .tel_anime svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  .footer_floating_sp li.title {
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 1;
  }
  .footer_floating_sp li.title .color {
    color: #fff200;
  }
  .footer_floating_sp li.title .color .num {
    font-size: 1.3em;
    font-family: YakuHanJP, "Oswald", sans-serif;
  }
}

/*----------------------------------------------------
	BANNER
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .column_banners {
    width: 94%;
    margin: 0 auto;
  }
}
.column_banners .flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column_banners .flex {
    gap: 10px;
  }
}
.column_banners .flex .item a {
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.column_banners .flex .w33 {
  width: calc(33.3333333333% - 14px);
}
@media screen and (max-width: 767px) {
  .column_banners .flex .w33 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.column_banners .flex .w50 {
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .column_banners .flex .w50 {
    width: 100%;
  }
}
.column_banners .flex .w100 {
  width: 100%;
}
.column_banners .flex img {
  filter: drop-shadow(0 3px 10px #eee);
}
@media screen and (max-width: 767px) {
  .column_banners .flex img {
    filter: none;
    width: 100%;
  }
}
.column_banners .flex img.telcatch {
  filter: unset;
  display: block;
  margin: 0 auto 10px;
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #header.contact_header .head_belt .inner {
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
  }
  #header.contact_header .head_belt .inner .logo_area img {
    max-width: 160px;
  }
  #header.contact_header .head_belt .inner .head_r {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
}
#header .head_submenu {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 820px) {
  #header .head_submenu {
    display: none;
  }
}
#header .head_submenu .links {
  justify-content: flex-start;
  gap: 0;
  flex-wrap: wrap;
}
#header .head_submenu .links li a {
  line-height: 1;
  color: #555;
  font-size: 1.3rem;
  border-right: 1px solid;
  padding: 0 10px;
}
#header .head_belt {
  background: #fff;
  position: relative;
  padding: 5px 0;
  border-bottom: 4px solid #005fae;
}
@media screen and (max-width: 1100px) {
  #header .head_belt {
    padding: 10px;
    border-bottom-width: 2px;
  }
  #header .head_belt .inner {
    padding: 0;
  }
}
#header .head_belt .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  position: absolute;
  width: 60vw;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .h_tit {
    width: 80vw;
  }
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
  }
}
#header .head_belt .inner .logo_area {
  position: relative;
}
#header .head_belt .inner .logo_area img {
  width: 290px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .logo_area img {
    max-width: 200px;
  }
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_r {
    display: none;
  }
}
#header .head_belt .inner .head_r .tel {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 0;
}
#header .head_belt .inner .head_r .tel .tel_num {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -10px;
  margin-left: 10px;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
#header .head_belt .inner .head_r .tel .lead {
  font-size: 1.5rem;
  display: inline-block;
  color: #dc394a;
  width: 100%;
  border: 1px solid;
  border-radius: 50px;
  line-height: 1.2;
}
#header .head_belt .hurry_btn .head_f {
  background: #dc394a;
  color: #fff;
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 45px;
  line-height: 1.2;
  position: relative;
  border-radius: 5px;
}
#header .head_belt .hurry_btn .head_f::before {
  content: url(../img/common/hurry_icon.png);
  position: absolute;
  left: 15px;
  top: 30%;
}
#header .head_belt .hurry_btn .head_f::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}
#header .head_belt .hurry_btn .head_f span {
  font-size: 1.4rem;
  display: block;
}
#header .head_belt .hurry_btn a {
  display: block;
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.navigation_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .navigation_sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    z-index: 999;
  }
  .navigation_sp .nav_flex {
    border-top: 1px solid #eee;
    background: #fafafa;
    gap: 0;
    height: 60px;
    justify-content: flex-end;
  }
  .navigation_sp .nav_flex > li {
    width: 100%;
  }
  .navigation_sp .nav_flex > li .link_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .navigation_sp .nav_flex > li .link_txt i {
    font-size: 2.4rem;
    color: #005fae;
  }
  .navigation_sp .nav_flex .menu_btn {
    text-align: center;
  }
  .navigation_sp .nav_flex .menu_btn.firstnone {
    display: none;
  }
  .navigation_sp .nav_flex .menu_btn.firstnone.visible {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .open_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: 600;
  }
  .navigation_sp .nav_flex .menu_btn .link_txt .close {
    background: #005fae;
    color: #fff;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box {
    display: none;
    z-index: 1;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    background: #eee;
    overflow-y: scroll;
    padding: 20px 20px 100px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box.plan {
    padding: 20px 10px 80px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box.plan .plan_box li {
    border-radius: 0;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .title {
    text-align: left;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn:after {
    content: "\f078";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.2s;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn.open:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex .title {
    margin-bottom: 0;
    font-weight: bold;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex .link_front {
    background: #fff;
    border: 1px solid;
    padding: 5px 10px;
    color: #005fae;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list.bnrs {
    width: 90%;
    margin: 0 auto 25px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list.bnrs .members {
    position: relative;
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list.bnrs .members .sales_num {
    position: absolute;
    color: #fff200;
    font-family: YakuHanJP, "Oswald", sans-serif;
    font-weight: bold;
    right: 37%;
    top: 34%;
    font-size: 4.5vw;
    line-height: 1;
    text-shadow: 1.5px 1px 0 #8e1604;
    z-index: 2;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn .accordion {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    text-align: left;
    font-weight: 600;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a:after,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn .accordion:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn .accordion.with_thm {
    padding: 0;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .img,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn .accordion.with_thm .img {
    width: 80px;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .img img,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn .accordion.with_thm .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .text,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn .accordion.with_thm .text {
    flex: 1;
    padding-right: 25px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a i,
.navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn .accordion i {
    color: #005fae;
    font-size: 2rem;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn .accordion:after {
    content: "+";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn.open .accordion:after {
    content: "\f068";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn.hurry {
    background: #dc394a;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt i {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point {
    text-align: left;
    margin-bottom: 15px;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li {
    position: relative;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 4px;
    white-space: nowrap;
    background: #fff;
    text-align: center;
    font-weight: 600;
    border: 1px solid #dc394a;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li:before {
    line-height: 1;
    position: absolute;
    left: 0;
    color: #dc394a;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box a {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .tel_point_flex {
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .tel_point_flex li {
    width: calc(50% - 0px);
    border: 1px solid #005fae;
    background: #005fae;
    font-weight: 600;
    font-size: 1.7rem;
    border-radius: 50px;
    white-space: nowrap;
    padding: 3px 5px;
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .column_banners .w50_tel .title {
    text-align: center;
    margin: 0;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_function {
    border: 2px solid #005fae;
    padding: 0.8em;
    text-align: left;
    background: #fff;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .navigation_sp .plan_box_sp {
    display: block;
  }
  .navigation_sp .plan_box_sp.mini .plan_box_sp-info {
    padding: 5px !important;
  }
  .navigation_sp.visible {
    width: 100vw;
  }
  .navigation_sp.visible .nav_flex > li {
    width: calc(25% - 0px);
  }
}

@media screen and (max-width: 1100px) {
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 900;
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  .black_bg.open {
    opacity: 0.8;
    visibility: visible;
  }
}
@media only screen and (min-width: 1101px) {
  .nav {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
  }
  .nav .nav_list .nav_item a {
    border-right: 2px solid;
    font-size: 1.6rem;
    text-align: center;
    color: #3d4060;
    font-weight: bold;
    width: 100%;
  }
  .nav .nav_list .nav_item:nth-last-child(2) a {
    border-right: 0;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    width: 100%;
    padding: 15px 0;
    background: #fff;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item .tgl_menu ul li {
    width: calc(25% - 15px);
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    min-width: 100px;
    white-space: nowrap;
    line-height: 30px;
    color: #333;
    border: 0;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p {
    font-size: 1.5rem;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p:before {
    content: "\f138";
    font-family: "Font Awesome 6 free";
    color: #005fae;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p span {
    display: inline-block;
    display: block;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a p span img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -5px;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list {
    justify-content: center;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list li {
    width: auto;
  }
  .nav .nav_list .nav_item .dwn_hall li {
    width: 23%;
  }
  .nav .nav_list .nav_item .dwn_plan li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 190px;
    display: block;
  }
  .nav .nav_list .nav_item.home a {
    line-height: 1;
  }
  .nav .nav_list .nav_item.hurry {
    background: #ca190f;
    position: relative;
    border-right: 0;
    flex: unset;
  }
  .nav .nav_list .nav_item.hurry:before {
    content: "\f071";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #fff200;
    position: absolute;
    left: 15px;
    transform: translateY(-50%);
    top: 50%;
    font-size: 1.4em;
  }
  .nav .nav_list .nav_item.hurry a {
    flex-direction: column;
    color: #fff;
    line-height: 1.3;
    padding: 10px 25px 10px 45px;
    font-weight: bold;
    border-left: 0;
    font-size: 1.8rem;
  }
  .nav .nav_list .nav_item.hurry a span {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
  }
  .nav .nav_list .nav_item .pulldown ul:after {
    border: none;
  }
  .hamburger_text {
    display: none;
  }
  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
}
/*----------------------------------------------------
	バナー
----------------------------------------------------*/
/*お急ぎの方への開閉ボタン*/
.hurry_box {
  display: none;
}
@media screen and (max-width: 767px) {
  .hurry_box {
    display: inline-block;
    width: 100%;
    padding: 0 15px 15px;
    margin-bottom: 30px;
  }
  .hurry_box .open_btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: #dc394a;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 100px;
    box-shadow: 3px 3px 0 #ad392a;
    border: 0;
    line-height: 1.4;
  }
  .hurry_box .open_btn .fa-angle-up {
    transition: all 0.3s;
    transform: rotate(180deg);
  }
  .hurry_box .open_btn .fa-angle-up:before {
    border-radius: 100px;
    margin: 0 5px;
  }
  .hurry_box .open_btn .title {
    font-size: 2.6rem;
    font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    font-weight: bold;
  }
  .hurry_box .open_btn .lead {
    font-size: 1.6rem;
    color: #ffe100;
  }
  .hurry_box .open_btn.active .fa-angle-up {
    transform: rotate(360deg);
  }
  .hurry_box .hurry_detail {
    display: none;
  }
  .hurry_box .hurry_detail li {
    font-size: 1.7rem;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 18px;
  }
  .hurry_box .hurry_detail li::before {
    content: "\f058";
    font-family: "Font Awesome 6 free";
    color: #dc394a;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
  .hurry_box .tel_btn {
    background: #073465;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 20px auto;
  }
  .hurry_box .tel_btn .flex {
    padding: 10px;
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
    gap: 0;
  }
  .hurry_box .tel_btn .flex .head_catch {
    width: 100%;
    color: #ffe100;
    font-size: 2rem;
    white-space: nowrap;
  }
  .hurry_box .tel_btn .flex .tel_anime {
    position: relative;
    top: 5px;
  }
  .hurry_box .tel_btn .flex .tel_anime svg {
    width: 50px;
    height: 50px;
    fill: #fff;
  }
  .hurry_box .tel_btn .flex .tel_txt {
    font-size: 3.5rem;
    font-weight: 800;
    white-space: nowrap;
    margin-left: 8px;
  }
  .hurry_box .tel_btn .flex .foot_catch {
    width: 100%;
    font-size: 1.7rem;
    white-space: nowrap;
  }
  .hurry_box .tel_btn .flex .foot_catch .big {
    font-size: 2.6rem;
    font-weight: 900;
  }
  .hurry_box .tel_btn .flex .foot_catch .tel_free {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .hurry_box .reminder {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .hurry_box .reminder span {
    background: #dc394a;
    color: #fff;
    padding: 5px;
    display: block;
  }
  .hurry_box .hurry_banner_box {
    border: 1px solid #eee;
    padding: 10px 0 20px 0;
    background: #f6f3ee;
    box-shadow: 0 0 3px #ccc;
    width: 96%;
    margin: 0 auto;
  }
  .hurry_box .hurry_banner_box p {
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  .hurry_box .hurry_banner_box p .num {
    color: #dc394a;
    font-size: 1.3em;
  }
  .hurry_box .hurry_banner_box .column_banners {
    width: 100%;
    padding: 0;
  }
  .hurry_box .hurry_banner_box .inner.flex {
    gap: 6px;
  }
}

.column_banner {
  padding: 0 0 100px;
}
@media screen and (max-width: 1100px) {
  .column_banner {
    padding: 0 0 50px;
  }
}
.column_banner.banner_top {
  padding-top: 60px;
}
.column_banner a:hover {
  opacity: 1;
}

.banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner_box li {
  width: auto;
}
@media screen and (max-width: 1100px) {
  .banner_box li {
    width: 49%;
    padding: 5px 0;
  }
}
@media screen and (max-width: 820px) {
  .banner_box li {
    width: 100%;
    text-align: center;
  }
}
.banner_box li img {
  filter: drop-shadow(0 0 5px #ccc);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.banner_box .w100 {
  width: 100%;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .banner_box .w100 {
    margin: 0;
  }
}

/*----------------------------------------------------
	記事一覧
----------------------------------------------------*/
.column_voice {
  background: #f7fbfb;
}
.column_voice:before {
  content: "";
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(217, 250, 255)), rgba(217, 250, 255, 0);
  border-radius: 50%;
  filter: blur(60px);
  width: min(100%, 200px);
  position: absolute;
  right: 0;
  left: 0;
  top: 40px;
  margin: auto;
}
.column_voice .cat {
  display: none;
}
.column_voice .voice_row {
  margin-bottom: 30px;
}
.column_voice .voice_row li {
  background: #fff;
  position: relative;
  border-radius: 5px;
  box-shadow: 4px 6px 6px #ebf2f5;
  border-radius: 10px;
  overflow: hidden;
}
.column_voice .voice_row li .img_box {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_voice .voice_row li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column_voice .voice_row li .rbox {
  padding: 15px;
}
.column_voice .voice_row li .rbox .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row li .rbox .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.column_voice .voice_row li .rbox .v_info {
  color: #3d4060;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}
.column_voice .voice_row li .rbox .v_info span {
  width: 40%;
  text-align: center;
  background: #e8f0f6;
  padding: 4px;
  border-radius: 4px;
  display: inline-block;
}
.column_voice .voice_row li .rbox .date {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row li .rbox .flex {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li .rbox .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li .rbox .plan_name {
    text-align: center;
  }
}
.column_voice .voice_row li .rbox .plan_name span {
  font-size: 1.6rem;
  background: #eee;
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li .rbox .plan_name span {
    margin-right: 0;
  }
}

.column_news {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_news {
    flex-direction: column;
    gap: 40px;
  }
}

.news_wrap {
  width: 50%;
  position: relative;
}
.news_wrap:before {
  content: "";
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(217, 250, 255)), rgba(217, 250, 255, 0);
  border-radius: 50%;
  filter: blur(60px);
  width: min(100%, 200px);
  position: absolute;
  right: 0;
  left: 0;
  top: -50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .news_wrap {
    width: 100%;
  }
}
.news_wrap .news_row {
  margin-bottom: 30px;
  display: unset !important;
}
@media screen and (max-width: 767px) {
  .news_wrap .news_row {
    margin: 0;
  }
}
.news_wrap .news_row li {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.news_wrap .news_row li a {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 15px;
  padding-right: 30px;
  border-radius: 10px;
  border: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .news_wrap .news_row li a {
    border: 0;
    flex-direction: column;
    gap: 10px;
  }
}
.news_wrap .news_row li .img_box {
  width: 50%;
  border-radius: 10px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_wrap .news_row li .img_box {
    width: 80%;
  }
}
.news_wrap .news_row li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news_wrap .news_row li .cat {
  display: none;
}
.news_wrap .news_row li .rbox {
  flex: 1;
}
.news_wrap .news_row li .rbox .date {
  font-size: 1.5rem;
  color: #666;
  font-family: YakuHanJP, "Oswald", sans-serif;
  margin-bottom: 10px;
}
.news_wrap .news_row li .rbox .date,
.news_wrap .news_row li .rbox .title {
  display: block;
}
.news_wrap .news_row li .rbox .text {
  display: block;
  font-size: 1.4rem;
  color: #444;
}
.news_wrap .news_row li .rbox .title {
  color: #354ba1;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

.fb_wrap {
  flex: 1;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fb_wrap {
    max-width: 300px;
  }
}

.column_knowledge {
  position: relative;
  background: #f7fbfb;
}
.column_knowledge:before {
  content: "";
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(217, 250, 255)), rgba(217, 250, 255, 0);
  border-radius: 50%;
  filter: blur(60px);
  width: min(100%, 200px);
  position: absolute;
  right: 0;
  left: 0;
  top: 40px;
  margin: auto;
}
.column_knowledge .splide__track {
  overflow: visible;
}
.column_knowledge .knowledge_row {
  margin-bottom: 30px;
}
.column_knowledge .knowledge_row li {
  transition: all 0.3s;
  background: #fff;
  position: relative;
  border-radius: 5px;
  box-shadow: 4px 6px 6px #ebf2f5;
  border-radius: 10px;
  overflow: hidden;
}
.column_knowledge .knowledge_row li .img_box {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_knowledge .knowledge_row li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column_knowledge .knowledge_row li .rbox {
  padding: 15px;
}
.column_knowledge .knowledge_row li .rbox .cat {
  background: #005fae;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 4px;
  padding: 2px 10px;
  line-height: 1;
}
.column_knowledge .knowledge_row li .rbox .title {
  margin: 10px 0 5px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .column_knowledge .knowledge_row li .rbox .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.column_knowledge .knowledge_row li .rbox .date {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
.column_knowledge .knowledge_row li .rbox .text {
  display: block;
  font-size: 1.5rem;
  color: #666;
}

/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
/*------スライドショー------------------------------*/
.splide__voice .splide__track {
  overflow: visible;
}
.splide__track.newslist {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .splide__track.newslist a {
    margin: 10px 20px 0;
    display: block;
  }
}
.splide__slide.thum {
  opacity: 0.3;
  transition: all 0.3s;
}
.splide__slide.thum.is-active {
  opacity: 1;
  border: 0;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.splide__slide__arrow--next {
  right: 7%;
}
.splide__pagination {
  bottom: 15px;
}
.splide__pagination__page {
  border: 1px solid #ccc;
}
.splide__pagination__page.is-active {
  border: 1px solid #354ba1;
  background: #354ba1;
}
.splide__arrow {
  width: 70px;
  height: 70px;
  background: #354ba1;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .splide__arrow svg {
    width: 1em;
  }
}
.splide__arrow--next {
  right: -40px;
}
@media screen and (max-width: 820px) {
  .splide__arrow--next {
    right: -10px;
  }
}
.splide__arrow--prev {
  left: -40px;
}
@media screen and (max-width: 820px) {
  .splide__arrow--prev {
    left: -10px;
  }
}
.splide__arrow svg {
  fill: #fff;
}
.splide__frontpage {
  padding-bottom: 25px;
}
.splide__frontpage .splide__track {
  border-bottom: 1px solid #eee;
}
.splide__frontpage .splide__arrow {
  background: #005fae;
  opacity: 0.6;
}
@media screen and (max-width: 820px) {
  .splide__frontpage .splide__arrow {
    width: 50px;
    height: 50px;
  }
}
.splide__frontpage .splide__arrow--next {
  right: -35px;
  justify-content: flex-start;
  padding-left: 12px;
}
@media screen and (max-width: 820px) {
  .splide__frontpage .splide__arrow--next {
    right: -25px;
    padding-left: 8px;
  }
}
.splide__frontpage .splide__arrow--prev {
  left: -35px;
  justify-content: flex-end;
  padding-right: 12px;
}
@media screen and (max-width: 820px) {
  .splide__frontpage .splide__arrow--prev {
    left: -25px;
    padding-right: 8px;
  }
}
.splide__frontpage .splide__pagination {
  bottom: 5px;
}
.splide__frontpage .splide__pagination__page.is-active {
  background: #005fae;
  border-color: #005fae;
}

.slide_wrap {
  position: relative;
}

#main_slider {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main_slider {
    display: none;
  }
}

#main_slider_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #main_slider_sp {
    display: block;
    overflow: hidden;
  }
}

/*----------------------------------------------------
	特長コーナー
----------------------------------------------------*/
.feature_head {
  background: linear-gradient(0deg, #fff, transparent), url(../img/common/plan_bg.jpg);
  background-size: cover;
  background-position: 10% 50%;
  overflow: visible;
  border-radius: 100px 100px 0 0;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .feature_head {
    border-radius: 50px 50px 0 0;
    padding-top: 40px;
    margin-top: 30px;
  }
}
.feature_head:before {
  content: "";
  width: 90px;
  height: 57px;
  background: url(../img/common/plan_icon.png);
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .feature_head:before {
    width: 60px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .feature_head .feature_list {
    flex-direction: column;
    gap: 40px;
  }
}
.feature_head .feature_list .item {
  flex: 1;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  position: relative;
}
.feature_head .feature_list .item:after {
  content: "\f103";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #23357e;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -25px;
  font-size: 3rem;
}
.feature_head .feature_list .item .label {
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 1.1;
  color: #23357e;
  background: #fff;
  box-shadow: 3px 3px #23357e;
  border-radius: 50px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -30px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .feature_head .feature_list .item .label {
    left: 10px;
  }
}
.feature_head .feature_list .item .label .mini {
  font-size: 1.6rem;
  display: block;
}
.feature_head .feature_list .item .label .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  font-style: italic;
  position: relative;
  right: 5px;
}
.feature_head .feature_list .item img {
  border-radius: 10px 10px 0 0;
}
.feature_head .feature_list .item .title {
  padding: 25px 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.feature_box {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .feature_box {
    padding-bottom: 20px;
  }
  .feature_box .catch {
    text-align: justify;
  }
}
.feature_box .title_wrap {
  position: relative;
  text-align: center;
}
.feature_box .title_wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #23357e;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
}
.feature_box .title_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: 200px;
  height: 90px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .feature_box .title_wrap:after {
    width: 100px;
  }
}
.feature_box .title_wrap .label {
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 1.1;
  color: #23357e;
  background: #f4f5f9;
  box-shadow: 3px 3px #23357e;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .feature_box .title_wrap .label {
    width: 70px;
    height: 70px;
  }
}
.feature_box .title_wrap .label .mini {
  font-size: 1.6rem;
  display: block;
}
.feature_box .title_wrap .label .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  font-style: italic;
  position: relative;
  right: 5px;
}
@media screen and (max-width: 767px) {
  .feature_box .title_wrap .label .num {
    font-size: 2.8rem;
  }
}
.feature_box .title_wrap .feature_title {
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.4rem, 4vw, 2.8rem);
  margin-bottom: 20px;
}
.feature_box .ziyuso {
  text-align: center;
  padding: 20px 40px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0 5%, #f7fbfb 15% 80%, transparent 95%), repeating-linear-gradient(#c1d9ea 0 1px, transparent 1px 3px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .feature_box .ziyuso {
    padding: 15px;
  }
}
.feature_box .ziyuso .title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: bold;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-bottom: 15px;
  color: #005fae;
}
@media screen and (max-width: 767px) {
  .feature_box .ziyuso iframe[src*="youtube.com"],
.feature_box .ziyuso iframe[src*="youtube-nocookie.com"] {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
}
.feature_box .activity_list {
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 30px;
}
.feature_box .activity_list:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .feature_box .activity_list {
    flex-direction: column;
    gap: 10px;
  }
}
.feature_box .activity_list .lead span {
  font-weight: bold;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3em;
  line-height: 2.5;
  background-color: #f2f8ee;
}
.feature_box .activity_list .lead:before {
  content: "";
  width: 36px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../img/top/city_icon.svg);
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .feature_box .activity_list .lead:before {
    display: none;
  }
}
.feature_box .activity_list .lead.blue span {
  background-color: #f7fbfb;
}
.feature_box .activity_list .lead.blue:before {
  background: url(../img/top/sdgs_icon.svg);
}
.feature_box.f1 .inner:before {
  content: url(../img/top/dot.png);
  position: absolute;
  left: -8%;
  top: -10%;
}
@media screen and (max-width: 767px) {
  .feature_box.f1 .inner:before {
    display: none;
  }
}
.feature_box.f1 .inner:after {
  content: url(../img/top/dot.png);
  position: absolute;
  right: -8%;
  bottom: -10%;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .feature_box.f1 .inner:after {
    display: none;
  }
}
.feature_box .staff_list {
  background: url(../img/top/staff_bg.jpg);
  background-position: bottom;
  background-size: auto 270px;
  background-repeat: repeat-x;
  padding-bottom: 80px;
}
.feature_box .staff_list .inner {
  background: #ecf0ec;
  padding: 20px;
  border: 1px solid #498f34;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .feature_box .staff_list .inner {
    width: 94%;
  }
}
.feature_box .staff_list .inner .wrap {
  background: #fff;
  padding: 20px 40px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .feature_box .staff_list .inner .wrap {
    padding: 20px 10px;
  }
}
.feature_box .staff_list .splide__list {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .feature_box .staff_list .splide__list {
    flex-wrap: wrap;
  }
}
.feature_box .staff_list .splide__list .splide__slide {
  width: calc(20% - 0px);
}
@media screen and (max-width: 820px) {
  .feature_box .staff_list .splide__list .splide__slide {
    width: calc(25% - 0px);
  }
}
@media screen and (max-width: 767px) {
  .feature_box .staff_list .splide__list .splide__slide {
    width: calc(50% - 0px);
  }
}
.feature_box .staff_list .title_box {
  align-items: center;
  justify-content: center;
  gap: 50px;
  border-bottom: 4px double;
}
@media screen and (max-width: 820px) {
  .feature_box .staff_list .title_box {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature_box .staff_list .title_box {
    gap: 10px;
    flex-direction: column;
  }
}
.feature_box .staff_list .title_box .title {
  font-weight: bold;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  position: relative;
  line-height: 1.2;
}
.feature_box .staff_list .title_box .title .color {
  color: #498f34;
}
.feature_box .staff_list .title_box .title:before, .feature_box .staff_list .title_box .title:after {
  content: "";
  background: #fff200;
  width: 4px;
  height: 50%;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 820px) {
  .feature_box .staff_list .title_box .title:before, .feature_box .staff_list .title_box .title:after {
    height: 20px;
  }
}
.feature_box .staff_list .title_box .title:before {
  left: -10px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 820px) {
  .feature_box .staff_list .title_box .title:before {
    left: -20px;
  }
}
.feature_box .staff_list .title_box .title:after {
  right: -10px;
  transform: rotate(30deg);
}
@media screen and (max-width: 820px) {
  .feature_box .staff_list .title_box .title:after {
    right: -20px;
  }
}
.feature_box .staff_list .splide__staff {
  margin-bottom: 15px;
}
.feature_box .staff_list .splide__staff .splide__arrow {
  width: 65px;
  height: 65px;
  background: #498f34;
}
@media screen and (max-width: 767px) {
  .feature_box .staff_list .splide__staff .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.feature_box .staff_list .splide__staff .splide__arrow--next {
  right: -30px;
}
@media screen and (max-width: 767px) {
  .feature_box .staff_list .splide__staff .splide__arrow--next {
    right: -15px;
  }
}
.feature_box .staff_list .splide__staff .splide__arrow--prev {
  left: -30px;
}
@media screen and (max-width: 767px) {
  .feature_box .staff_list .splide__staff .splide__arrow--prev {
    left: -15px;
  }
}
.feature_box .staff_list .splide__staff .splide__slide {
  padding: 8px;
}
.feature_box .staff_list .splide__staff .splide__slide .staff_wrap {
  background: #fff;
  box-shadow: 0 4px 8px rgba(217, 221, 224, 0.6117647059);
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.feature_box .staff_list .splide__staff .splide__slide .staff_wrap .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 10px;
}
.feature_box .staff_list .splide__staff .splide__slide .staff_wrap .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.feature_box .staff_list .splide__staff .splide__slide .staff_wrap .job {
  font-size: 1.5rem;
}
.feature_box .staff_list .splide__staff .splide__slide .staff_wrap .name {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.feature_box .staff_list .btn {
  background: #498f34;
  box-shadow: 4px 4px 0 #326722;
  position: absolute;
  right: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .feature_box .staff_list .btn {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .feature_box .staff_list .btn {
    max-width: 280px;
  }
}
.feature_box .after_list {
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .feature_box .after_list {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.feature_box .after_list .item {
  width: calc(25% - 15px);
  border: 1px solid #005fae;
  padding: 20px;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .feature_box .after_list .item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .feature_box .after_list .item {
    width: calc(50% - 5px);
    padding: 10px;
    gap: 5px;
  }
}
.feature_box .after_list .item img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .feature_box .after_list .item img {
    height: 50px;
  }
}
.feature_box .after_list .item .name {
  background: #e4edf6;
  border-radius: 50px;
  padding: 10px 5px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
.feature_box .after_list .item .name .mini {
  display: block;
  font-size: 0.8em;
}
.feature_box.f3 .catch {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .feature_box.f3 .catch {
    text-align: left;
  }
}

/*----------------------------------------------------
	プラン一覧
----------------------------------------------------*/
.column_plan_list .inner:before {
  content: url(../img/top/dot.png);
  position: absolute;
  right: -7%;
  top: 20%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .column_plan_list .inner:before {
    display: none;
  }
}
.column_plan_list .front_plan_title {
  text-align: center;
  font-size: clamp(2.8rem, 4vw, 4rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.column_plan_list .front_plan_title .mark {
  display: block;
  margin: 0 auto 20px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .column_plan_list .front_plan_title .mark {
    width: 40px;
    margin-bottom: 10px;
  }
}
.column_plan_list .front_plan_title .wrap {
  display: inline-block;
  background: #fff;
  padding: 0 1em;
  position: relative;
}
.column_plan_list .front_plan_title .wrap:before {
  content: "";
  height: 2px;
  background: #005fae;
  width: 200vw;
  margin: 0 calc(30% - 50vw);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.column_plan_list .front_plan_title .color {
  color: #11137a;
}
.column_plan_list .front_plan_title .mini {
  font-size: 0.8em;
}
.column_plan_list .sale_catch {
  text-align: center;
  font-size: clamp(2.6rem, 4vw, 3rem);
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  position: relative;
}
.column_plan_list .sale_catch:before {
  content: "";
  width: 2px;
  height: 30px;
  background: #333;
  position: absolute;
  left: -30px;
  bottom: 15%;
  margin: auto;
  transform: rotate(-40deg);
}
@media screen and (max-width: 767px) {
  .column_plan_list .sale_catch:before {
    height: 20%;
    left: -5px;
    transform: rotate(-35deg);
  }
}
.column_plan_list .sale_catch:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #333;
  position: absolute;
  right: -30px;
  bottom: 15%;
  margin: auto;
  transform: rotate(40deg);
}
@media screen and (max-width: 767px) {
  .column_plan_list .sale_catch:after {
    height: 20%;
    right: -5px;
    transform: rotate(35deg);
  }
}
.column_plan_list .sale_catch .mini {
  font-size: 0.7em;
}
.column_plan_list .sale_catch .color {
  color: #de581e;
  font-size: 1.2em;
}
.column_plan_list .sale_catch img {
  display: block;
  max-width: 330px;
  margin: 0 auto;
}
.column_plan_list .club_link {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_plan_list .club_link {
    width: 90%;
    margin: 0 auto;
  }
}

.plan_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .plan_box {
    gap: 10px;
  }
}
.plan_box li {
  overflow: hidden;
  width: calc(25% - 16px);
  text-align: center;
  box-shadow: 2px 4px 6px #e1dbd8;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s all;
}
.plan_box li:hover {
  box-shadow: 0 2px 8px #ccc;
}
@media screen and (max-width: 820px) {
  .plan_box li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .plan_box li {
    width: 100%;
  }
}
.plan_box li.plan_direct {
  border: 1px solid #5d7e36;
}
.plan_box li.plan_direct .plan_box_catch {
  background: #5d7e36;
}
.plan_box li.plan_direct .plan_box_title {
  color: #5d7e36;
}
.plan_box li.plan_direct .flow.in {
  background: #5d7e36;
}
.plan_box li.plan_direct .plan_box_discount {
  border-color: #5d7e36;
}
.plan_box li.plan_family {
  border: 1px solid #4486b9;
}
.plan_box li.plan_family .plan_box_catch {
  background: #4486b9;
}
.plan_box li.plan_family .plan_box_title {
  color: #4486b9;
}
.plan_box li.plan_family .flow.in {
  background: #4486b9;
}
.plan_box li.plan_family .plan_box_discount {
  border-color: #4486b9;
}
.plan_box li.plan_oneday {
  border: 1px solid #de7a8f;
}
.plan_box li.plan_oneday .plan_box_catch {
  background: #de7a8f;
}
.plan_box li.plan_oneday .plan_box_title {
  color: #de7a8f;
}
.plan_box li.plan_oneday .flow.in {
  background: #de7a8f;
}
.plan_box li.plan_oneday .plan_box_discount {
  border-color: #de7a8f;
}
.plan_box li.plan_original {
  border: 1px solid #989d47;
}
.plan_box li.plan_original .plan_box_catch {
  background: #989d47;
}
.plan_box li.plan_original .plan_box_title {
  color: #989d47;
}
.plan_box li.plan_original .flow.in {
  background: #989d47;
}
.plan_box li.plan_original .plan_box_discount {
  border-color: #989d47;
}
.plan_box li .medal {
  display: none;
}
.plan_box li.plan_family {
  position: relative;
  z-index: 1;
}
.plan_box li.plan_family .medal {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 10;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .plan_box li.plan_family .medal {
    top: 5px;
    right: 5px;
    width: 55px;
  }
}
.plan_box .plan_box_catch {
  color: #fff;
  padding: 5px;
  margin: 0 0 10px;
  display: block;
  line-height: 1.4;
  font-size: 1.4rem;
  position: relative;
}
.plan_box .plan_box_catch:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .plan_box .plan_box_catch {
    margin-bottom: 5px;
  }
}
.plan_box .plan_box_title {
  font-size: clamp(2.8rem, 4vw, 3rem);
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .plan_box .plan_box_title {
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.plan_box .plan_box_img {
  width: 94%;
  border-radius: 10px;
  margin: 0 0 10px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.plan_box .plan_box_img_sub {
  margin: 10px 0 0;
}
.plan_box .plan_box_info_wrap {
  padding: 0 10px 10px;
}
.plan_box .plan_box_flow {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
}
.plan_box .plan_box_flow .flow {
  flex: 1;
  color: #666;
  border-radius: 8px;
  background: #fff;
  padding: 8px 5px;
  border: 1px solid #eee;
}
.plan_box .plan_box_flow .flow.in {
  color: #fff;
}
.plan_box .ippan_price {
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 10px;
}
.plan_box .ippan_price .num {
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.plan_box .ippan_price .label {
  font-size: 1.5rem;
  position: relative;
}
.plan_box .ippan_price .label .tax {
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: -12px;
}
.plan_box .plan_box_discount {
  border: 1px solid;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px 10px;
  border-radius: 5px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 5px;
}
.plan_box .plan_box_discount .color {
  color: #e95272;
}
.plan_box .plan_box_discount .num {
  font-size: 2.4rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.plan_box .plan_box_price {
  margin-bottom: 10px;
}
.plan_box .plan_box_price .discount {
  color: #e95272;
  position: relative;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  align-items: flex-end;
  gap: 0;
  justify-content: center;
  white-space: nowrap;
  font-size: 5.4rem;
}
.plan_box .plan_box_price .discount .club {
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 5px;
}
.plan_box .plan_box_price .discount .num {
  letter-spacing: -1px;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
.plan_box .plan_box_price .discount .yen {
  font-size: 0.5em;
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-weight: 600;
}
.plan_box .plan_box_price .discount .yen .tax {
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: -15px;
}
.plan_box .plan_box_price .taxin {
  font-size: 2.4rem;
  color: #222;
  font-family: YakuHanJP, "Oswald", sans-serif;
  line-height: 1;
}
.plan_box .plan_box_price .taxin .taxin_laber {
  font-size: 1.4rem;
}
.plan_box .plan_box_price .taxin .taxin_yen {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .plan_box_sp {
    border: 2px solid #d1ccc4;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px #d1ccc4;
    background: #fff;
  }
  .plan_box_sp-info {
    padding: 5px 10px;
    gap: 10px;
    align-items: center;
  }
  .plan_box_sp-info-title {
    width: 55%;
  }
  .plan_box_sp-info-title .feature {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .plan_box_sp-info-img {
    flex: 1;
  }
  .plan_box_sp-price {
    padding: 5px 10px;
    background: #fafafa;
    gap: 10px;
    align-items: center;
  }
  .plan_box_sp-price-discount {
    text-align: center;
    line-height: 1.4;
  }
  .plan_box_sp-price-discount .discount_catch {
    font-weight: 600;
    color: #dc394a;
  }
  .plan_box_sp-price-discount .discount_price {
    font-weight: 600;
    font-size: 2rem;
    border: 1px solid;
    color: #dc394a;
    background: #fff;
    padding: 0 5px;
  }
  .plan_box_sp-price-discount .discount_price .num {
    font-size: 1.1em;
    font-family: YakuHanJP, "Oswald", sans-serif;
  }
  .plan_box_sp-price-num {
    font-size: 1.5rem;
    text-align: right;
  }
  .plan_box_sp-price-num .ippan {
    font-size: 1.4rem;
    font-family: YakuHanJP, "Oswald", sans-serif;
    font-weight: 400;
  }
  .plan_box_sp-price-num .club_untax {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #dc394a;
    white-space: nowrap;
  }
  .plan_box_sp-price-num .club_untax .num {
    font-size: 3.6rem;
    letter-spacing: -1px;
    font-family: YakuHanJP, "Oswald", sans-serif;
    font-weight: 500;
    line-height: 1;
  }
  .plan_box_sp-price-num .club_untax .yen {
    position: relative;
    font-weight: 600;
  }
  .plan_box_sp-price-num .club_untax .yen .tax {
    font-size: 1rem;
    position: absolute;
    top: -13px;
    right: 0;
    white-space: nowrap;
  }
  .plan_box_sp-price-num .club_taxin {
    font-size: 1.6rem;
    color: #dc394a;
  }
  .plan_box_sp-price-num .club_taxin .num {
    font-family: YakuHanJP, "Oswald", sans-serif;
    font-weight: 400;
  }
  .plan_box_sp .day {
    font-size: 1.4rem;
  }
  .plan_box_sp.mini {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    box-shadow: none !important;
  }
  .plan_box_sp.mini .plan_box_title {
    font-size: 2.4rem !important;
  }
  .plan_box_sp.mini .plan_box_sp-info {
    padding: 0 0 5px !important;
    gap: 5px !important;
  }
  .plan_box_sp.mini .plan_box_sp-info-title {
    flex: 1;
  }
  .plan_box_sp.mini .plan_box_sp-info-title .feature {
    white-space: nowrap;
    font-size: 1.4rem;
    letter-spacing: -0.1px;
  }
  .plan_box_sp.mini .plan_box_sp-info-img {
    width: 33% !important;
    flex: unset !important;
    aspect-ratio: 1/1;
  }
  .plan_box_sp.mini .plan_box_sp-info-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .plan_box_sp.mini .plan_box_sp-price {
    background: unset !important;
    padding: 0;
    justify-content: center;
  }
  .plan_box_sp.mini .club_untax {
    font-size: 1.5rem !important;
  }
  .plan_box_sp.mini .club_untax .num {
    font-size: 3rem !important;
  }
  .plan_box_sp.mini .club_taxin {
    font-size: 1.4rem !important;
    color: #333;
  }
  .plan_box_sp.mini .plan_box_sp-price-discount {
    background: #dc394a !important;
    color: #fff !important;
    border-radius: 4px;
    letter-spacing: -0.1px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 4px 2px;
  }
  .plan_box_sp.mini .plan_box_sp-price-discount .num {
    font-size: 1.1em;
    font-family: YakuHanJP, "Oswald", sans-serif;
    letter-spacing: -0.1px;
  }
  .plan_box_sp.mini .medal {
    right: unset !important;
    left: 23%;
    top: 15px !important;
  }
}
/*----------------------------------------------------
	斎場一覧　簡易版
----------------------------------------------------*/
.column_hall_list {
  background: url(../img/common/plan_bg.jpg);
  background-size: cover;
  overflow: visible;
  border-radius: 100px 100px 0 0;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .column_hall_list {
    border-radius: 50px 50px 0 0;
    padding-top: 40px;
  }
}
.column_hall_list:before {
  content: "";
  width: 90px;
  height: 57px;
  background: url(../img/common/plan_icon.png);
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .column_hall_list:before {
    width: 60px;
    height: 38px;
  }
}
.column_hall_list .hall_list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.column_hall_list .hall_list li {
  position: relative;
  flex: 1;
  box-shadow: 4px 4px 6px #cddce5;
  background: #fff;
  padding: 15px 15px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list li {
    padding: 6px;
    width: calc(50% - 5px);
    flex: unset;
  }
}
.column_hall_list .hall_list li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.column_hall_list .hall_list li .review {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 150px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list li .review {
    width: 100px;
    left: 10px;
    top: 10px;
  }
}
.column_hall_list .hall_list li .hall_title {
  position: relative;
}
.column_hall_list .hall_list li .hall_title .area {
  background: #005fae;
  color: #fff;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 8px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  font-size: clamp(1.5rem, 4vw, 1.6rem);
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list li .hall_title .area {
    padding: 6px 20px;
    top: -35px;
  }
}
.column_hall_list .hall_list li .hall_title .area:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -8px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 12px solid #005fae;
  border-bottom: 0;
}
.column_hall_list .hall_list li .hall_title .hall_name {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.column_hall_list .hall_list li .hall_title .hall_name:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  color: #354ba1;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list li .hall_title .hall_name:after {
    content: none;
  }
}
.column_hall_list .hall_list li .add {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin-top: auto;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list li .add {
    font-size: 1.5rem;
    white-space: wrap;
    padding: 5px;
  }
}
.column_hall_list .part_hall_img {
  width: 100%;
  aspect-ratio: 1.6/1.2;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .part_hall_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.column_hall_list .part_hall_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.column_hall_list .area_laber {
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid;
  border-radius: 30px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  width: 110px;
  margin: 10px auto;
}
.column_hall_list .readmore {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: right;
  font-weight: 600;
  padding: 0 5px 5px;
  margin-top: auto;
}
.column_hall_list .readmore::after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  padding-left: 10px;
}

/*----------------------------------------------------
	お問い合わせコーナー
----------------------------------------------------*/
.column_contact .sec_title .fuki {
  position: relative;
  display: inline-block;
}
.column_contact .sec_title .fuki:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #333;
  position: absolute;
  left: -30px;
  bottom: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .column_contact .sec_title .fuki:before {
    height: 40%;
    left: 0;
  }
}
.column_contact .sec_title .fuki:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #333;
  position: absolute;
  right: -30px;
  bottom: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .column_contact .sec_title .fuki:after {
    height: 40%;
    right: 0;
  }
}
.column_contact .sub_title {
  background: #337fbe;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 40px;
}
.column_contact .staff_list {
  max-width: 880px;
  margin-left: auto;
  margin-bottom: 40px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .column_contact .staff_list {
    flex-direction: column;
    padding-right: 0;
  }
}
.column_contact .staff_list .item {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_contact .staff_list .item {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.column_contact .staff_list .item .img {
  text-align: center;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .column_contact .staff_list .item .img {
    width: 100%;
  }
}
.column_contact .staff_list .item .text {
  flex: 1;
}
.column_contact .staff_list .item .text .staff_title {
  color: #354ba1;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_contact .staff_list .item .text .staff_title {
    margin-bottom: 10px;
  }
}
.column_contact .bnr_img {
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 1100px) {
  .column_contact .bnr_img {
    margin: 0 auto;
  }
}
.column_contact .lady_img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .column_contact .lady_img {
    height: 150px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .lady_img {
    display: none;
  }
}

/*----------------------------------------------------
	事前相談
----------------------------------------------------*/
.column_consultation {
  background-image: url(../img/top/consul_bg.jpg);
  background-size: cover;
  background-position: top center;
  overflow-y: auto;
}
.column_consultation .label {
  text-align: center;
  margin: 0 auto 20px;
  padding: 10px 30px;
  background: #871c4e;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.6rem);
  border-radius: 5px;
  line-height: 1.4;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.column_consultation .label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #871c4e;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: 0 auto;
}
.column_consultation .consul_title {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.column_consultation .consul_catch {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.column_consultation .catch {
  margin-bottom: 30px;
}
.column_consultation .list {
  gap: 30px;
  margin-bottom: 30px;
  counter-reset: consul 0;
}
@media screen and (max-width: 820px) {
  .column_consultation .list {
    flex-wrap: wrap;
  }
}
.column_consultation .list .item {
  width: calc(33.3333333333% - 17px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  font-weight: normal;
  counter-increment: number 1;
  border: 1px solid #eee;
}
@media screen and (max-width: 820px) {
  .column_consultation .list .item {
    width: 100%;
    padding: 20px;
  }
}
.column_consultation .list .item .list_title {
  color: #3d4060;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 20px;
}
.column_consultation .list .item .list_title span {
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
}
.column_consultation .list .item .list_title:before {
  content: "0" counter(number);
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: clamp(4rem, 4vw, 5rem);
  font-style: italic;
}
.column_consultation .list .item .list_lead {
  text-align: left;
}
.column_consultation .tour_title {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.column_consultation .tour_title .time {
  display: block;
  color: #e78722;
  position: relative;
}
.column_consultation .tour_title .time:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #e78722;
  position: absolute;
  left: -30px;
  bottom: 0;
  transform: rotate(-40deg);
  box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 767px) {
  .column_consultation .tour_title .time:before {
    height: 40%;
    left: 0;
  }
}
.column_consultation .tour_title .time:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #e78722;
  position: absolute;
  right: -30px;
  bottom: 0;
  transform: rotate(40deg);
  box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 767px) {
  .column_consultation .tour_title .time:after {
    height: 40%;
    right: 0;
  }
}
.column_consultation .btn {
  background: #fff;
  color: #25387c;
  border: 1px solid;
  box-shadow: 0 5px 0 #25387c;
  width: 100%;
  max-width: 400px;
}
.column_consultation .btn::before, .column_consultation .btn::after {
  background: #25387c;
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: url(../img/common/f_bg.jpg);
  background-size: cover;
  color: #fff;
  font-size: 1.5rem;
  padding: 80px 0 90px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 84px;
  }
}
#footer.contact {
  padding: 0;
}
#footer .footer_wrap {
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 0;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap {
    padding: 0 2%;
    flex-wrap: wrap;
  }
}
#footer .footer_wrap .company_info {
  width: 30%;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .company_info {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 5%;
  }
}
#footer .footer_wrap .company_info .logo {
  display: block;
  margin-bottom: 20px;
  max-width: 300px;
  width: 100%;
  background: #fff;
  padding: 20px;
}
#footer .footer_wrap .company_info .adrs {
  margin-bottom: 20px;
}
#footer .footer_wrap .company_info .sns {
  justify-content: flex-start;
}
#footer .footer_wrap .company_info .sns img {
  width: 40px;
}
#footer .footer_wrap .footer_menu {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  #footer .footer_wrap .footer_menu {
    margin-left: 5%;
    gap: 10px;
  }
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .footer_menu {
    width: 100%;
    flex-wrap: wrap;
  }
  #footer .footer_wrap .footer_menu ul {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu ul {
    width: 100%;
  }
}
#footer .footer_wrap .footer_menu a {
  color: #fff;
}
#footer .footer_wrap .footer_menu li {
  padding-bottom: 1rem;
}
#footer .footer_wrap .footer_menu li.child_link {
  padding-left: 2rem;
}
#footer .footer_wrap .footer_menu li.recruit {
  padding: 30px 0 0;
}
#footer .footer_wrap .footer_menu li.recruit img {
  max-width: 187px;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  background: #2067a4;
  padding: 4px 0;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq_wrap {
  max-width: 1020px;
  margin: 0 auto 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.faq_wrap .question {
  position: relative;
  color: #fff;
  cursor: pointer;
}
.faq_wrap .question .question_mark {
  position: absolute;
  counter-increment: number;
  content: "Q";
  display: inline-block;
  color: #005fae;
  background: #fff;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  border: 1px solid;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question .question_mark {
    left: 10px;
    width: 25px;
    height: 25px;
  }
}
.faq_wrap .question .open_btn {
  color: #fff;
  background: #669fd7;
}
.faq_wrap .answer {
  padding: 20px 20px 20px 80px;
  background: #f7fbfb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer {
    padding: 10px 10px 10px 40px;
  }
}
.faq_wrap .answer .answer_mark {
  position: absolute;
  counter-increment: number;
  content: "A";
  display: inline-block;
  color: #de581e;
  background: #fff;
  font-family: YakuHanJP, "Oswald", sans-serif;
  border: 1px solid;
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer .answer_mark {
    left: 10px;
    width: 25px;
    height: 25px;
  }
}
.faq_wrap .title {
  margin-bottom: 20px;
}
.faq_wrap a {
  display: inline-block;
  color: #dc394a;
  text-decoration: underline;
}
.faq_wrap a[href^="tel:"]:before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 3px;
}

.accordion .open_btn {
  position: relative;
  cursor: pointer;
  border: unset;
  width: 100%;
  padding: 0;
  text-align: left;
  padding: 20px 20px 20px 80px;
  background: unset;
}
@media screen and (max-width: 767px) {
  .accordion .open_btn {
    padding: 10px 35px 10px 40px;
  }
}
.accordion .open_btn:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  width: 24px;
  height: 2px;
  background: #fff;
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion .open_btn:before {
    width: 20px;
  }
}
.accordion .open_btn:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 21px;
  transition: all 0.3s;
  width: 2px;
  height: 24px;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .accordion .open_btn:after {
    height: 20px;
    right: 19px;
  }
}
.accordion .open_btn.open::after {
  transform: rotate(270deg);
  opacity: 0;
}

.front_about {
  background: url(../img/common/line.png);
  background-position: 80% 0;
  background-repeat: no-repeat;
}
.front_about .inner {
  border: 1px solid #354ba1;
  padding: 40px 60px;
  border-radius: 30px;
  box-shadow: 5px 5px 8px #f1f3f4;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 820px) {
  .front_about .inner {
    padding: 40px 15px;
    width: 94%;
  }
}
.front_about .about_title {
  text-align: center;
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  position: relative;
  padding-bottom: 2px;
}
.front_about .about_title:before {
  content: url(../img/common/book.png);
  position: absolute;
  left: -60px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .front_about .about_title:before {
    content: none;
  }
}
.front_about .about_title:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #354ba1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.front_about .about_title .color {
  color: #354ba1;
}
.front_about .about_wrap .title {
  font-size: 1.8rem;
  border-bottom: 1px solid #eee;
}
.front_about .about_wrap .title .open_btn {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .front_about .about_wrap .title .open_btn {
    padding: 20px 20px 20px 0;
  }
}
.front_about .about_wrap .title .open_btn:before, .front_about .about_wrap .title .open_btn:after {
  background: #354ba1;
}
@media screen and (max-width: 767px) {
  .front_about .about_wrap .title .mini {
    font-size: 0.9em;
    display: block;
  }
}
.front_about .about_wrap .detail {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .front_about .about_wrap .detail {
    padding: 20px 0;
    overflow-x: scroll;
  }
}
.front_about .about_wrap .detail .about_table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .front_about .about_wrap .detail .about_table {
    width: 1100px;
  }
}
.front_about .about_wrap .detail .about_table th {
  background: #eee;
  padding: 5px;
  border: 1px solid #ccc;
}
.front_about .about_wrap .detail .about_table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.front_about .about_wrap .detail .about_table td.nowrap {
  white-space: nowrap !important;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 150px;
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 50px;
  height: 50px;
  background: #005fae;
  border-radius: 50%;
}
#pagetop a:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 820px) {
  #pagetop {
    right: 10px;
    bottom: 90px;
  }
  #pagetop a {
    width: 48px;
    height: 48px;
  }
  #pagetop a:after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
}
/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime svg {
  width: 35px;
  height: 35px;
  fill: #dc394a;
}
.tel_anime svg .line1 {
  -webkit-animation: fillAnimation1 infinite ease 1.5s;
          animation: fillAnimation1 infinite ease 1.5s;
}
.tel_anime svg .line2 {
  -webkit-animation: fillAnimation2 infinite ease 1.5s;
          animation: fillAnimation2 infinite ease 1.5s;
}
.tel_anime svg .line3 {
  -webkit-animation: fillAnimation3 infinite ease 1.5s;
          animation: fillAnimation3 infinite ease 1.5s;
}
@-webkit-keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
/*# sourceMappingURL=common.css.map */