@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: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
}
body .b-fixed {
  position: fixed;
  width: 100%;
}

ol,
li {
  list-style: none;
}

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

.outside {
  position: relative;
}
.outside::after {
  content: "\f08e";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  color: #8a8a8a;
}

@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
----------------------------------------------------*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

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

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

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

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

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

.column {
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .column {
    margin-bottom: 30px;
  }
}
.column--bg-top {
  background: url(../img/common/bg-top.svg) no-repeat;
  background-size: contain;
  background-color: #fefafd;
  padding: 120px 0 80px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .column--bg-top {
    padding: 80px 0 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .column--bg-top {
    padding: 60px 0 30px !important;
  }
}
.column--bg-flower {
  background: url(../img/common/bg_faq_pc.jpg) no-repeat center bottom;
  background-size: contain;
  padding: 0 0 80px;
}
@media screen and (max-width: 820px) {
  .column--bg-flower {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .column--bg-flower {
    background: url(../img/common/bg_faq_sp.jpg) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 30px;
  }
}
.column .access_detail {
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .column .access_detail {
    font-size: 1.4rem;
  }
}
.column .access_detail i {
  margin-right: 0.5rem;
  color: #c1438c;
}
.column--mgb {
  margin-bottom: 0;
}
.column--mgb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 820px) {
  .column--mgb80 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .column--mgb80 {
    padding-bottom: 30px !important;
  }
}

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

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

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: unset !important;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  max-width: 360px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50px;
  padding: 20px 10px;
  margin: 30px 0;
  background: #c1438c;
  margin: 0 auto;
  display: block;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .btn {
    width: 100%;
  }
}
.btn:after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.btn.w100 {
  width: 100%;
  max-width: 100%;
}
.btn--mgb {
  margin-bottom: 50px;
}

.close_btn {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #c1438c;
  position: relative;
}
@media screen and (max-width: 480px) {
  .close_btn {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
}

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

.sec_title {
  font-size: 4.2rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
.sec_title .icon {
  display: block;
}
.sec_title .sub_title {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .sec_title .sub_title {
    font-size: 2rem;
    line-height: 1.4;
    display: inline-block;
  }
}
.sec_title .sub_title span {
  font-size: 125%;
}
@media screen and (max-width: 480px) {
  .sec_title .sub_title span {
    font-size: 110%;
  }
}
.sec_title .main_title span {
  font-size: 5rem;
}
.sec_title .main_title {
  font-size: 4.2rem;
  color: #c1438c;
}
@media screen and (max-width: 767px) {
  .sec_title .main_title {
    font-size: 3rem;
  }
}
.sec_title .point {
  color: #c1438c;
}
.sec_title--line {
  position: relative;
  display: inline-block;
}
.sec_title--line::before, .sec_title--line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 1px;
  background: #c1438c;
}
.sec_title--line::before {
  left: -140px;
}
.sec_title--line::after {
  right: -140px;
}
.sec_title .area_name {
  color: #c1438c;
}

.read_title {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 10px;
  text-align: center;
}
.read_title .read_wrap {
  background: #c1438c;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .read_title .read_wrap {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
}

.fukidashi_title {
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  text-align: center;
}
.fukidashi_title .big {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: #c1438c;
}
.fukidashi_title .red {
  color: #e51f31;
}
.fukidashi_title .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -35px;
}
@media screen and (max-width: 820px) {
  .fukidashi_title .wrap {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .fukidashi_title .wrap {
    margin-bottom: 0;
  }
}
.fukidashi_title .wrap .text {
  padding: 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fukidashi_title .wrap .text {
    padding-bottom: 0;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  .fukidashi_title .wrap .text .time_text {
    font-size: 2.4rem;
  }
}
.fukidashi_title .wrap .icon {
  width: 17px;
  height: 41px;
}
.fukidashi_title .wrap .icon--right {
  transform: scale(-1, 1);
}
.fukidashi_title .wrap--mgb {
  margin-bottom: 0;
}

.catch {
  font-size: 1.8rem;
  color: #505455;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .catch {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .catch--sp_small {
    font-size: 1.6rem;
  }
}
.catch .point {
  color: #e51f31;
}

.breadcrumbs {
  font-size: 1.2rem;
  margin: 10px 0 30px;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs p {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .breadcrumbs p::-webkit-scrollbar {
    border: none;
    background: none;
    height: 6px;
  }
  .breadcrumbs p::-webkit-scrollbar-thumb {
    background: #f5f5f5;
    border-radius: 3px;
  }
}

main {
  position: relative;
}
main .h1_box {
  position: absolute;
  bottom: 1rem;
  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;
  width: 60vw;
}
@media screen and (max-width: 1100px) {
  main .h1_box .h_tit {
    width: 80vw;
  }
}
main .h1_box .h_tit br {
  display: none;
}
main .column:last-child {
  margin-bottom: 0;
}

section:last-child {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  section:last-child {
    padding-bottom: 80px;
  }
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
}

.mourner_bnr {
  position: fixed;
  left: 0;
  bottom: 15%;
  z-index: 99;
}
.mourner_bnr a {
  width: 222px;
  height: 168px;
  background: url(../img/common/mourner_bnr_pc1.png);
  display: block;
}
.mourner_bnr a:hover {
  background: url(../img/common/mourner_bnr_pc2.png);
  opacity: 1;
}

.mourner_bnr_sp {
  display: none;
}

@media screen and (max-width: 820px) {
  .mourner_bnr {
    display: none !important;
  }
  .mourner_bnr_sp {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .mourner_bnr_sp img {
    border-radius: 5px;
  }
}
.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #c1438c;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr {
    display: none;
  }
}
.foot_fixed_bnr .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}
.foot_fixed_bnr .inner .mini {
  font-size: 1.3rem;
}
.foot_fixed_bnr_tel {
  display: flex;
  align-items: center;
  position: relative;
}
.foot_fixed_bnr_tel .tel_wrap {
  position: absolute;
  bottom: -12px;
  left: 0;
}
.foot_fixed_bnr_tel .tel_area {
  margin-left: 100px;
  color: #fff;
  display: flex;
  align-items: end;
  gap: 10px;
}
.foot_fixed_bnr_tel .tel_area .tel_text {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}
.foot_fixed_bnr_tel .tel_area .tel_anime {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}
.foot_fixed_bnr_tel .tel_area .tel_anime svg {
  fill: #fff;
  width: 32px;
  height: 32px;
}
.foot_fixed_bnr_tel .tel {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.foot_fixed_bnr_tel .tel_num {
  font-family: "Oswald", sans-serif;
  font-size: 4.4rem;
  font-weight: normal;
}
.foot_fixed_bnrs {
  display: flex;
  gap: 10px;
  align-items: end;
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .footer_floating_sp {
    display: flex;
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 5px;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    gap: 5px;
    z-index: 800;
  }
  .footer_floating_sp li .tel_anime_bnr .tel_anime {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 13px;
    top: 10px;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #header .menu-box_sp2 {
    display: block;
  }
  #header.scroll .menu-box_sp2 {
    position: fixed;
    top: 0;
    z-index: 900;
    background: #fff;
  }
}
#header .inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
#header .head_belt {
  background: #fff;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  #header .head_belt {
    padding: 15px 10px;
  }
}
#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;
  max-width: 1200px;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  #header .head_belt .inner {
    gap: 10px;
  }
}
#header .head_belt .inner .logo_area {
  position: relative;
}
#header .head_belt .inner .logo_area img {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .logo_area img {
    max-width: 200px;
  }
}
#header .head_belt .inner .area_field {
  text-align: center;
  margin-top: 26px;
}
#header .head_belt .inner .head_l {
  align-items: center;
  gap: 15px;
  width: calc(600% - 15px);
  justify-content: flex-start;
}
#header .head_belt .inner .head_l .back_front {
  border: 1px solid;
  padding: 0 20px 0 10px;
  position: relative;
  font-size: 1.4rem;
  display: block;
}
#header .head_belt .inner .head_l .back_front::after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
#header .head_belt .inner .head_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#header .head_belt .inner .head_area .area_name {
  line-height: 1;
}
#header .head_belt .inner .head_btns {
  gap: 5px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_btns {
    display: none;
  }
}
#header .head_belt .inner .head_btns li a {
  display: block;
  border-radius: 6px;
  min-width: 130px;
  text-align: center;
}
#header .head_belt .inner .head_btns li a .main_text, #header .head_belt .inner .head_btns li a .sub_text {
  padding: 5px;
  line-height: 1;
}
#header .head_belt .inner .head_btns li a .main_text {
  font-weight: bold;
}
#header .head_belt .inner .head_btns li a .sub_text {
  color: #fff;
  font-size: 1.4rem;
}
#header .head_belt .inner .head_btns li.flower a {
  border: solid 1px #c1438c;
}
#header .head_belt .inner .head_btns li.flower a .sub_text {
  background: #c1438c;
}
#header .head_belt .inner .head_btns li.recruit {
  position: relative;
}
#header .head_belt .inner .head_btns li.recruit a {
  border: solid 1px #1f3563;
}
#header .head_belt .inner .head_btns li.recruit a .sub_text {
  background: #1f3563;
}
#header .head_belt .inner .head_btns li.recruit .recruit_dropdown {
  display: none;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px;
  list-style: none;
  border: 1px solid #1f3563;
  z-index: 300;
  margin-top: 10px;
}
#header .head_belt .inner .head_btns li.recruit .recruit_dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 10px solid #1f3563;
  border-top: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#header .head_belt .inner .head_btns li.recruit .recruit_dropdown li {
  margin-bottom: 5px;
}
#header .head_belt .inner .head_btns li.recruit .recruit_dropdown li:last-child {
  margin-bottom: 0;
}
#header .head_belt .inner .head_btns li.recruit .recruit_dropdown li a {
  background: #1f3563;
  color: #fff;
  border-radius: 6px;
  padding-right: 14px;
}
#header .head_belt .inner .head_btns li.recruit .recruit_dropdown li a .outside::after {
  color: #fff;
}
#header .head_belt .inner .head_r {
  width: calc(400% - 15px);
  gap: 15px;
}
@media screen and (max-width: 820px) {
  #header .head_belt .inner .head_r {
    display: none;
  }
}
#header .head_belt .inner .head_r .tel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
#header .head_belt .inner .head_r .tel .lead {
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  list-style: 1;
}
#header .head_belt .inner .head_r .tel .tel_num {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -10px;
  color: #e51f31;
  transform: scale(0.9, 1);
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
  gap: 10px;
}
#header .head_belt .inner .flex {
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #header.mourner_header .head_belt .inner .head_l {
    text-align: center;
  }
}
#header.mourner_header .head_belt .inner .head_r {
  width: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  #header.mourner_header .head_belt .inner .head_r {
    gap: 10px;
  }
}
@media screen and (max-width: 820px) {
  #header.mourner_header .head_belt .inner .head_r {
    display: block;
  }
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.navigation_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .navigation_sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
  }
  .navigation_sp .nav_flex {
    border-top: 1px solid #eee;
    background: #fafafa;
    gap: 0;
  }
  .navigation_sp .nav_flex > li {
    width: calc(20% - 0px);
  }
  .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.1rem;
    font-weight: 600;
  }
  .navigation_sp .nav_flex > li .link_txt i {
    font-size: 2rem;
    margin-bottom: 3px;
    color: #c1438c;
  }
  .navigation_sp .nav_flex .menu_btn {
    height: 60px;
    text-align: center;
  }
  .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: #c1438c;
    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: absolute;
    width: 100vw;
    height: 80vh;
    left: 0;
    bottom: 60px;
    background: #eee;
    overflow-y: scroll;
    padding: 20px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .title {
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_lead {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin: 20px auto 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_lead .big {
    display: block;
    font-size: 2.6rem;
    color: #d70524;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_feature {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .top_urgency_feature li {
    width: 48%;
    text-align: center;
    background: #ffd800;
    color: #000;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 3px 0;
    border-radius: 5px;
  }
  .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;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex .link_front {
    background: #fff;
    border: 1px solid;
    padding: 5px 10px;
    color: #c1438c;
  }
  .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 .link_btn a {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    text-align: left;
    font-weight: 600;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a: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 {
    padding: 0;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .img {
    width: 100px;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a i {
    color: #c1438c;
    font-size: 2rem;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a .text {
    padding-right: 30px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp {
    margin-bottom: 30px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul {
    flex-wrap: wrap;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li {
    width: calc(50% - 10px);
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: left;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li a {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .area_list_sp ul li:after {
    content: "\f105";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .search_box {
    background: unset;
    margin: 0 auto 30px;
    padding: 0;
  }
  .navigation_sp .nav_flex .menu_btn.hurry {
    background: #e51f31;
  }
  .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;
    border: 1px solid #fa4341;
    padding: 10px;
    background: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li {
    position: relative;
    margin-bottom: 5px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li:before {
    line-height: 1;
    position: absolute;
    left: 0;
    color: #fa4341;
    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 #c1438c;
    background: #c1438c;
    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 .hurry_function {
    text-align: left;
    font-size: 1.7rem;
  }
}

@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;
    margin-bottom: 10px;
    position: relative;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.6666666667%;
    border-left: 1px solid #cccccc;
    font-weight: bold;
  }
  .nav .nav_list .nav_item.pulldown a::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    margin-left: 10px;
  }
  .nav .nav_list .nav_item a {
    font-size: 1.6rem;
    text-align: center;
    display: block;
    width: 100%;
  }
  .nav .nav_list .nav_item a span {
    display: block;
    font-size: 1rem;
    color: #6d6060;
  }
  .nav .nav_list .nav_item.home .icon {
    width: 20px;
    height: 20px;
    fill: #c1438c;
  }
  .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;
  }
  .nav .nav_list .nav_item .tgl_menu ul.dwn_plan li {
    width: 30%;
  }
  .nav .nav_list .nav_item .tgl_menu ul.dwn_plan li a {
    margin-top: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu ul li {
    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;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a::after {
    display: none;
  }
  .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: #c1438c;
    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;
    max-width: 800px !important;
    gap: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu ul.area_link_list--limited li {
    width: calc(33.3333333333% - 20px);
  }
  .nav .nav_list .nav_item .dwn_hall li {
    width: 23%;
  }
  .nav .nav_list .nav_item .dwn_plan {
    justify-content: unset;
  }
  .nav .nav_list .nav_item .dwn_plan li img {
    object-fit: cover;
    width: 100%;
    height: 190px;
    display: block;
  }
  .nav .nav_list .nav_item.home {
    width: 60px;
  }
  .nav .nav_list .nav_item.home a {
    line-height: 1;
  }
  .nav .nav_list .nav_item.hurry {
    border-left: none;
  }
  .nav .nav_list .nav_item.hurry a {
    color: #fff;
    line-height: 1.4;
    background: #e51f31;
    border-radius: 6px;
    padding: 15px 0;
  }
  .nav .nav_list .nav_item.hurry a span {
    color: #fff;
  }
  .nav .nav_list .nav_item.hurry p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav .nav_list .nav_item.hurry .icon {
    width: 20px;
    height: 20px;
    fill: #ffef57;
    margin-right: 5px;
  }
  .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;
  }
  #gnav.fixed .nav_list .nav_item.hurry a {
    border-radius: 0;
  }
}
/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #f7f7f7;
  font-size: 1.5rem;
  padding: 80px 0;
}
@media screen and (max-width: 1100px) {
  #footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    padding: 30px 0 120px;
  }
}
#footer .footer_wrap .main_menu {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #footer .footer_wrap .main_menu {
    padding: 0 30px;
  }
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .main_menu {
    padding: 0 15px;
    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;
  }
  #footer .footer_wrap .company_info .company_detail {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_wrap .company_info .company_detail {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
#footer .footer_wrap .company_info .company_info_logo {
  mix-blend-mode: multiply;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #footer .footer_wrap .company_info .company_info_logo img {
    max-width: 250px;
  }
}
#footer .footer_wrap .company_info .company_info_logo .area_name {
  color: #c1438c;
  font-size: 2.4rem;
  font-weight: 600;
}
#footer .footer_wrap .company_info .company_info_add {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .company_info .company_info_add {
    margin-bottom: 0;
  }
}
#footer .footer_wrap .company_info_link {
  border: 1px solid #333;
  padding: 2px 0;
  display: block;
  text-align: center;
  margin-top: 20px;
}
#footer .footer_wrap .footer_menu {
  width: 70%;
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-left: 200px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_wrap .footer_menu {
    margin-left: 5%;
    gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .footer_menu {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu ul {
    width: calc(50% - 15px);
  }
}
#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.child_link ul {
  width: 100%;
}
#footer .footer_wrap .sns_icpn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .sns_icpn {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_wrap .sns_icpn {
    flex-direction: column;
    gap: 10px;
  }
}
#footer .footer_wrap .sns_icpn li a {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .sns_icpn li a {
    gap: 10px;
  }
}
#footer .footer_wrap .sns_icpn li a .icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 480px) {
  #footer .footer_wrap .sns_icpn li a .icon {
    width: 30px;
    height: 30px;
  }
}
#footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #footer .footer_inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_inner {
    padding: 0 15px;
  }
}
#footer .footer_search {
  padding-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_search {
    padding-bottom: 60px;
  }
}
#footer .footer_area_title {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
}
#footer .footer_area_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 12%, #333 12%, #333 100%);
}
@media screen and (max-width: 820px) {
  #footer .footer_area_title::before {
    background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 20%, #333 20%, #333 100%);
  }
}
#footer .footer_area_title .icon {
  width: 26px;
  height: 27px;
}
#footer .footer_area_title .icon, #footer .footer_area_title a {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
}
#footer .footer_area_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  #footer .footer_area_list {
    width: calc(50% - 15px);
  }
}
#footer .footer_area_hall {
  margin-bottom: 1rem;
}
#footer .footer_area_menu {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_area_menu {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_area_menu {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_area_menu {
    font-size: 1.4rem;
    gap: 10px;
  }
  #footer .footer_area_menu .footer_area_list {
    width: 100%;
    gap: 10px;
  }
}
#footer .area_name {
  font-weight: bold;
}
#footer .footer_area_hall_list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-left: 20px;
}
#footer .footer_sub_menu {
  background: #fff;
  padding: 20px;
}
#footer .footer_sub_list {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 820px) {
  #footer .footer_sub_list {
    flex-wrap: wrap;
    gap: 30px 60px;
    justify-content: start;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_sub_list {
    flex-direction: column;
    gap: 15px;
  }
}
#footer .footer_sub_list li a {
  position: relative;
}
#footer .footer_sub_list li a::before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
}
#footer .footer_sub_list ul {
  display: flex;
  gap: 60px;
  margin-left: 30px;
}
@media screen and (max-width: 820px) {
  #footer .footer_sub_list ul {
    gap: 80px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_sub_list ul {
    margin-left: 15px;
  }
}
#footer .footer_sub_list .recruit_menu {
  display: flex;
  color: #333333;
}
@media screen and (max-width: 820px) {
  #footer .footer_sub_list .recruit_menu {
    margin-left: -15px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_sub_list .recruit_menu {
    flex-direction: column;
  }
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  background: #f1f1f1;
  padding: 20px;
}
#footer.limited {
  padding: 0;
}

/*----------------------------------------------------
	記事一覧
----------------------------------------------------*/
.column_voice {
  background: #fff4fc;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .column_voice {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.column_voice .splide__track {
  overflow: visible !important;
}
.column_voice .splide__arrow {
  top: calc(50% - 25px);
}
.column_voice .splide__arrow--prev {
  left: -40px !important;
}
@media screen and (max-width: 1250px) {
  .column_voice .splide__arrow--prev {
    left: 0 !important;
  }
}
.column_voice .splide__arrow--next {
  right: -40px !important;
}
@media screen and (max-width: 1250px) {
  .column_voice .splide__arrow--next {
    right: 0 !important;
  }
}
.column_voice .splide__arrow {
  opacity: 0.8;
}
.column_voice .cat {
  display: none;
  font-size: 1.2rem;
  background: #666;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_voice .cat {
    font-size: 1rem;
  }
}
.column_voice .voice_row {
  margin-bottom: 30px;
}
.column_voice .voice_row li {
  background: #fff;
  position: relative;
  border-radius: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li {
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li a {
    border-radius: 5px;
  }
}
.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%;
  object-fit: cover;
  object-position: center;
}
.column_voice .voice_row li .rbox {
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row li .rbox {
    padding: 10px;
  }
}
.column_voice .voice_row li .rbox .title {
  margin-bottom: 16px;
  font-size: 1.6rem;
}
@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 .date {
  font-size: 1.4rem;
  margin-bottom: 13px;
  color: #666;
}
@media screen and (max-width: 820px) {
  .column_voice .voice_row li .rbox .date {
    margin-bottom: 5px;
  }
}
@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;
  }
}
.column_voice .voice_row li .rbox .star {
  color: #ff8300;
  font-size: 1.8rem;
}
.column_voice .voice_row li .rbox .plan_name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@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.4rem;
  background: #fefafd;
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column_voice .voice_row li .rbox .plan_name span {
    margin-right: 0;
  }
}
@media screen and (max-width: 820px) {
  .column_voice .btn {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .column_voice .splide {
    width: 90%;
    margin: 0 auto;
  }
}

.column_event {
  background: #fafafa;
  padding: 80px 0;
}
@media screen and (max-width: 820px) {
  .column_event {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .column_event {
    padding: 30px 0;
  }
}
.column_event .inner {
  max-width: 1000px;
}
.column_event .event_news {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .column_event .event_news {
    margin-bottom: 30px;
  }
}
.column_event .event_row {
  margin-bottom: 30px;
  flex-direction: column;
}
.column_event .event_row li {
  position: relative;
  border-radius: 5px;
}
.column_event .event_row li a {
  padding: 10px 0;
  border-bottom: 1px solid #c7c6c8;
  display: block;
  position: relative;
}
.column_event .event_row li a::after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  color: #bcbbbc;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .column_event .event_row li {
    border: 0;
  }
}
.column_event .rbox {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .column_event .rbox {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
}
.column_event .rbox .title {
  width: 75%;
  margin-right: 2rem;
}
@media screen and (max-width: 820px) {
  .column_event .rbox .title {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .column_event .rbox .title {
    font-size: 1.7rem;
    width: 100%;
    padding-right: 20px;
  }
}
.column_event .event_detail {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  width: 25%;
}
@media screen and (max-width: 820px) {
  .column_event .event_detail {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .column_event .event_detail {
    width: 100%;
    justify-content: flex-end;
  }
}
.column_event .cat {
  background: #d24b99;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.column_knowledge {
  margin-top: 50px;
  position: relative;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .column_knowledge {
    padding: 0;
  }
}
.column_knowledge .sec_title {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .column_knowledge .sec_title {
    margin-bottom: 20px;
  }
}
.column_knowledge .knowledge_news {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .column_knowledge .knowledge_news {
    margin-bottom: 30px;
  }
}
.column_knowledge .knowledge_row {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .column_knowledge .knowledge_row {
    flex-direction: column;
    gap: 15px;
  }
}
.column_knowledge .knowledge_row li {
  background: #fff;
  width: calc(50% - 15px);
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: solid 1px #c7c6c8;
  padding: 15px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .column_knowledge .knowledge_row li {
    width: 100%;
  }
}
.column_knowledge .knowledge_row li a {
  display: flex;
}
@media screen and (max-width: 480px) {
  .column_knowledge .knowledge_row li a {
    justify-content: space-around;
  }
}
.column_knowledge .knowledge_row li .img_box {
  width: 30%;
  aspect-ratio: 1/1; /* 正方形 */
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .column_knowledge .knowledge_row li .img_box {
    width: calc(50% - 15px);
  }
}
.column_knowledge .knowledge_row li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.column_knowledge .knowledge_row li .cat {
  display: none;
}
.column_knowledge .knowledge_row li .rbox {
  width: 70%;
  padding: 10px 20px 0;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .column_knowledge .knowledge_row li .rbox {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .column_knowledge .knowledge_row li .rbox {
    width: calc(50% - 15px);
    padding: 0;
  }
}
.column_knowledge .knowledge_row li .rbox .date {
  font-size: 1.4rem;
  text-align: right;
}
.column_knowledge .knowledge_row li .rbox .date,
.column_knowledge .knowledge_row li .rbox .title {
  display: block;
}
.column_knowledge .knowledge_row li .rbox .text {
  display: block;
  font-size: 1.4rem;
  color: #444;
}
@media screen and (max-width: 767px) {
  .column_knowledge .knowledge_row li .rbox .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.column_knowledge .knowledge_row li .rbox .title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_knowledge .knowledge_row li .rbox .title {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.column_knowledge .knowledge_row li .knowledge_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .column_knowledge .knowledge_row li .knowledge_detail {
    flex-direction: column;
    align-items: end;
  }
}
.column_knowledge .knowledge_row li .knowledge_category {
  font-size: 1.4rem;
  background: #d24b99;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
}

/*----------------------------------------------------
	事前相談
----------------------------------------------------*/
.column_consultation {
  text-align: center;
}
.column_consultation .consultation_catch {
  background: #e51f31;
  color: #fff;
  font-size: 2.6rem;
  border-radius: 8px 8px 0 0;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .column_consultation .consultation_catch {
    font-size: 2rem;
    font-weight: bold;
  }
}
.column_consultation .consultation_block {
  border-left: solid 1px #c7c6c8;
  border-right: solid 1px #c7c6c8;
  border-bottom: solid 1px #c7c6c8;
  border-radius: 0 0 8px 8px;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .column_consultation .consultation_block {
    padding: 15px;
  }
}
.column_consultation .consultation_list {
  max-width: 1078px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 820px) {
  .column_consultation .consultation_list {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .column_consultation .consultation_list {
    gap: 20px;
  }
}
.column_consultation .consultation_text {
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .column_consultation .consultation_text {
    font-size: 1.4rem;
  }
}
.column_consultation .consultation_box {
  width: calc(50% - 15px);
  align-items: center;
}
@media screen and (max-width: 820px) {
  .column_consultation .consultation_box {
    width: 100%;
  }
  .column_consultation .consultation_box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 480px) {
  .column_consultation .consultation_box {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .column_consultation .consultation_photo {
    width: calc(30% - 8px);
  }
}

/*----------------------------------------------------
	資料請求
----------------------------------------------------*/
.column_contact {
  padding: 0;
  margin-bottom: 60px;
}
.column_contact::before {
  content: "";
  background: url(../img/common/contact_bg.jpg);
  width: 960px;
  height: 670px;
  position: absolute;
  right: 0;
  z-index: -1;
  padding: 0;
}
@media screen and (max-width: 820px) {
  .column_contact::before {
    content: none;
  }
}
.column_contact .contact_wrap {
  width: 50%;
  padding: 60px;
  padding-left: 0;
  background: #fff;
  float: left;
}
@media screen and (max-width: 1100px) {
  .column_contact .contact_wrap {
    width: 60%;
    padding: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .column_contact .contact_wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.column_contact .contact_wrap .contact_title {
  color: #c1438c;
  font-size: 2.4rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_contact .contact_wrap .contact_title {
    font-size: 2rem;
    padding-top: 30px;
  }
}
.column_contact .contact_wrap .doc_box {
  border-top: 1px solid #c1438c;
  border-bottom: 1px solid #c1438c;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column_contact .contact_wrap .doc_box {
    padding: 20px;
  }
}
.column_contact .contact_wrap .doc_box_title {
  color: #c1438c;
  margin-bottom: 10px;
}
.column_contact .contact_wrap .doc_box_title span {
  color: #333;
  border-bottom: 0;
  padding-left: 1rem;
}
.column_contact .contact_wrap .doc_box_laber {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.column_contact .contact_wrap .doc_box_laber p {
  width: calc(50% - 15px);
  background: #f6f908;
  color: #333;
  border-radius: 45px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_wrap .doc_box_laber p {
    width: 100%;
  }
}
.column_contact .btn {
  position: relative;
}
.column_contact .btn .contact_img {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .column_contact .btn .contact_img {
    display: none;
  }
}
.column_contact .sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .column_contact .sp_img {
    display: block;
  }
}

/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
/*------スライドショー------------------------------*/
.splide__hall {
  margin-bottom: 20px;
  padding: 0 50px;
}
@media screen and (max-width: 820px) {
  .splide__hall {
    padding: 0;
  }
}
.splide__news .splide__arrow--next {
  right: 20px;
}
@media screen and (max-width: 820px) {
  .splide__news .splide__arrow--next {
    right: 0;
  }
}
.splide__news .splide__arrow--prev {
  left: 20px;
}
@media screen and (max-width: 820px) {
  .splide__news .splide__arrow--prev {
    left: 0;
  }
}
.splide__track.newslist {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .splide__track.newslist {
    padding-bottom: 30px;
  }
  .splide__track.newslist a {
    margin: 0 20px;
    display: block;
  }
}
.splide__slide.thum {
  opacity: 0.3;
  transition: all 0.3s;
}
.splide__slide.thum.is-active {
  opacity: 1;
  border: 0 !important;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  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 #c1438c;
  background: #c1438c !important;
}

.slide_wrap {
  position: relative;
}

#main_slider {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  #main_slider {
    display: none;
  }
}
#main_slider .splide__arrow {
  opacity: 0.96;
}

#main_slider_sp {
  display: none;
}
@media screen and (max-width: 820px) {
  #main_slider_sp {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #main_slider_sp {
    margin-bottom: 10px;
  }
}

.area_main_visual {
  position: relative;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .area_main_visual {
    aspect-ratio: 4/3;
    margin-bottom: 30px;
  }
  .area_main_visual img {
    width: 100%;
  }
}
.area_main_visual img {
  width: 100%;
}
.area_main_visual .text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  padding: 30px 0;
  text-shadow: 0px 0px 3px #c1438c;
}
@media screen and (max-width: 1100px) {
  .area_main_visual .text_wrap {
    left: 40px;
    gap: 15px;
  }
}
@media screen and (max-width: 820px) {
  .area_main_visual .text_wrap {
    left: 1rem;
  }
}
@media screen and (max-width: 783px) {
  .area_main_visual .text_wrap {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .area_main_visual .text_wrap {
    top: 0;
  }
}
.area_main_visual .text_wrap .area_read {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
.area_main_visual .text_wrap .sub_title {
  font-size: clamp(1.6rem, 2vw, 2.9rem);
  line-height: 1;
}
.area_main_visual .text_wrap .sub_title span {
  border: solid 1px #fff;
  border-radius: 30px;
  padding: 5px 20px;
  margin-right: 0.5rem;
  color: #fffc0d;
}
.area_main_visual .text_wrap .main_title {
  font-size: clamp(1.7rem, 2.9vw, 2.8rem);
  line-height: 1;
}
.area_main_visual .text_wrap .main_title span {
  font-size: 142%;
}
.area_main_visual .text_wrap .price {
  font-size: clamp(1.7rem, 2.9vw, 2rem);
  position: relative;
}
.area_main_visual .text_wrap .price span {
  white-space: nowrap;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 820px) {
  .area_main_visual .text_wrap .price {
    text-align: center;
  }
  .area_main_visual .text_wrap .price span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 783px) {
  .area_main_visual .text_wrap .price {
    text-align: center;
  }
  .area_main_visual .text_wrap .price span {
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
  }
}
.area_main_visual .text_wrap .price img {
  max-width: 426px;
}
@media screen and (max-width: 820px) {
  .area_main_visual .text_wrap .price img {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .area_main_visual .text_wrap .price img {
    width: 80%;
  }
}
.area_main_visual .note {
  font-size: 1.4rem;
  line-height: 1;
}
.area_main_visual .note.sp {
  display: none;
}
@media screen and (max-width: 783px) {
  .area_main_visual .note.sp {
    font-size: 1rem;
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
}
@media screen and (max-width: 783px) {
  .area_main_visual .note.pc {
    display: none;
  }
}

/*------トップバナー------------------------------*/
.column_banner_top {
  padding-bottom: 50px;
}

.category .column_banner_top {
  padding-bottom: 100px;
}

/*------ニュース一覧コーナー------------------------------*/
.column_news {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .column_news {
    margin-bottom: 0;
  }
}
.column_news .news_text {
  padding-left: 10%;
}
@media screen and (max-width: 820px) {
  .column_news .news_text {
    padding-left: 0;
  }
}
.column_news .news_title {
  display: flex;
  align-items: center;
  color: #222;
  font-size: 2.4rem;
  transform: scale(0.9, 1);
  font-weight: 200;
}
.column_news .news_title:before, .column_news .news_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.column_news .news_title:before {
  margin-right: 1rem;
}
.column_news .news_title:after {
  margin-left: 1rem;
}

/*------エリアマップ------------------------------*/
.column_map {
  text-align: center;
  position: relative;
  background: url(../img/common/bg-top.svg) no-repeat top, url(../img/common/bg-bottom.svg) no-repeat bottom;
  background-size: contain;
  background-color: #fefafd;
  padding: 120px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .column_map {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .column_map {
    padding: 60px 0;
  }
  .column_map .map_text {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .column_map {
    margin-bottom: 0;
  }
  .column_map .map_text {
    margin-bottom: 30px;
  }
}
.column_map .sp_hall_name {
  margin-bottom: 30px;
}

/*------特徴コーナー------------------------------*/
.column_feature {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .column_feature {
    padding: 60px 0 40px;
  }
}
.column_feature .catch {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .column_feature .catch {
    margin-bottom: 30px;
  }
}
.column_feature .feature_list_box {
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .column_feature .feature_list_box {
    padding: 0;
    gap: 15px;
  }
  .column_feature .feature_list_box .feature_text {
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .column_feature .feature_list_box {
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.column_feature .feature_list_box .hvr-sink:nth-child(1) {
  width: 100%;
}
.column_feature .feature_list_box .hvr-sink {
  width: calc(50% - 15px);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .column_feature .feature_list_box .hvr-sink {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 480px) {
  .column_feature .feature_list_box .hvr-sink {
    width: 100%;
  }
}
.column_feature .feature_list_box .hvr-sink .flex {
  align-items: center;
}
@media screen and (max-width: 480px) {
  .column_feature .feature_list_box .flex--half {
    flex-direction: column;
    gap: 0;
  }
}
.column_feature .feature_list_box .flex--half .feature_text {
  width: calc(50% - 15px);
}
@media screen and (max-width: 480px) {
  .column_feature .feature_list_box .flex--half .feature_text {
    width: 100%;
  }
}
.column_feature .feature_list_box .feature_text_box {
  padding: 30px;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .column_feature .feature_list_box .feature_text_box {
    padding: 15px;
  }
}
.column_feature .feature_list_box .feature_title {
  font-size: 2.8rem;
  justify-content: flex-start;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
  line-height: 1.2;
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  .column_feature .feature_list_box .feature_title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 820px) {
  .column_feature .feature_list_box .feature_title {
    font-size: 2.2rem;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 480px) {
  .column_feature .feature_list_box .feature_title {
    gap: 10px;
    width: 100%;
  }
}
.column_feature .feature_list_box .feature_title .num {
  font-family: "Manrope", sans-serif;
  font-weight: 100;
  font-size: 8.2rem;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .column_feature .feature_list_box .feature_title .num {
    font-size: 6rem;
  }
}

/*------プロフェッショナル------------------------------*/
.column_professional {
  background: url(../img/top/professional_bg.jpg) no-repeat top;
  background-size: contain;
  background-color: #faf7f0;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .column_professional {
    background: url(../img/top/professional_bg_sp.jpg) no-repeat top;
    background-position-y: -3%;
    background-color: #faf7f0;
    padding: 30px 0;
  }
}
.column_professional .sec_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .column_professional .sec_title {
    margin-bottom: 30px;
  }
}
.column_professional .sec_title .icon {
  width: 55px;
  height: 101px;
  fill: #f5d169;
}
@media screen and (max-width: 767px) {
  .column_professional .sec_title .icon {
    width: 30px;
    height: 55px;
  }
}
.column_professional .sec_title .icon--right {
  transform: scale(-1, 1);
}
.column_professional .sec_title .main_title {
  color: #fff;
}
.column_professional .professional_list_box {
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .column_professional .professional_list_box {
    flex-direction: column;
  }
}
.column_professional .professional_block {
  width: calc(33.3333333333% - 10px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .column_professional .professional_block {
    width: 100%;
    display: flex;
  }
  .column_professional .professional_block .professional_photo {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .column_professional .professional_block {
    flex-direction: column;
  }
  .column_professional .professional_block .professional_photo {
    width: 100%;
  }
}
.column_professional .professional_text_box {
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  .column_professional .professional_text_box {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .column_professional .professional_text_box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .column_professional .professional_text_box {
    padding: 15px;
  }
}
.column_professional .professional_title {
  color: #c1438c;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .column_professional .professional_title {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.column_professional .professional_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 1px;
  background: #c1438c;
}
.column_professional .professional_staff {
  width: calc(25% - 30px);
}
@media screen and (max-width: 480px) {
  .column_professional .professional_staff {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 480px) {
  .column_professional .professional_staff_list {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
}
.column_professional .professional_staff_name {
  color: #c1438c;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.column_professional .professional_staff_name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #c1438c;
}
.column_professional .professional_staff_photo {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

/*------サポート------------------------------*/
.column_support {
  text-align: center;
}
.column_support .sec_text {
  margin-bottom: 50px;
}
.column_support .support_photo, .column_support .support_text_box {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .column_support .support_photo, .column_support .support_text_box {
    width: 100%;
  }
}
.column_support .support_photo {
  border-radius: 8px;
}
.column_support .support_block {
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 820px) {
  .column_support .support_block {
    flex-direction: column;
    gap: 30px;
  }
}
.column_support .support_block:nth-child(odd) .support_text_box {
  padding: 30px 0 30px 50px;
}
@media screen and (max-width: 820px) {
  .column_support .support_block:nth-child(odd) .support_text_box {
    padding: 0;
  }
}
.column_support .support_block:nth-child(odd) .icon {
  width: 68px;
  height: 68px;
  fill: #e2b9d1;
}
.column_support .support_block:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .column_support .support_block:nth-child(even) {
    flex-direction: column;
  }
}
.column_support .support_block:nth-child(even) .support_text_box {
  padding: 30px 50px 30px 0;
}
@media screen and (max-width: 820px) {
  .column_support .support_block:nth-child(even) .support_text_box {
    padding: 0;
  }
}
.column_support .support_block:nth-child(even) .icon {
  width: 68px;
  height: 58px;
  fill: #e2b9d1;
}
.column_support .support_list_box {
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column_support .support_list_box {
    gap: 60px;
  }
}
.column_support .support_title {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: solid 1px #c7c6c8;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #c1438c;
}
@media screen and (max-width: 480px) {
  .column_support .support_title {
    font-size: 2rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.column_support .support_text {
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .column_support .support_text {
    margin-bottom: 30px;
  }
}

/*------投稿系一覧------------------------------*/
.column_info {
  background: url(../img/common/bg.png) no-repeat;
  padding: 60px 0;
}
.column_info .knowledge_wrap {
  margin-bottom: 100px;
}

/*------スタッフ紹介------------------------------*/
.column_staff .inner {
  background: #fafafa;
  border: 1px solid #eee;
}
.column_staff .staff_title {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 20px 0;
  border-bottom: 1px solid #C083A6;
}
.column_staff .staff_title span {
  color: #C083A6;
}
@media screen and (max-width: 820px) {
  .column_staff .staff_title {
    font-size: 2rem;
  }
}
.column_staff .staff_list_wrap {
  padding: 20px;
}
.column_staff .staff_list {
  overflow: hidden;
}
.column_staff .staff_list ul a {
  text-align: center;
  color: #C083A6;
  font-size: 1.6rem;
}
.column_staff .staff_list .swiper-button-prev {
  left: 0;
}
.column_staff .staff_list .swiper-button-prev i {
  color: #C083A6;
}
.column_staff .staff_list .swiper-button-next {
  right: 0;
}
.column_staff .staff_list .swiper-button-next i {
  color: #C083A6;
}
.column_staff .tel_wrap {
  display: flex;
  align-items: center;
  background: #C083A6;
  color: #fff;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .column_staff .tel_wrap {
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_staff .tel_wrap {
    padding-bottom: 20px;
  }
}
.column_staff .tel_wrap .tel_wrap_left p {
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .column_staff .tel_wrap .tel_wrap_left {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}
.column_staff .tel_wrap .tel_num {
  font-size: 4rem;
  color: #fff;
  transform: scale(0.9, 1);
}
.column_staff .tel_wrap .tel_num:before {
  content: "\f2a0";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  padding-right: 0.2em;
}
.column_staff .tel_wrap .tel_wrap_right {
  display: flex;
  gap: 10px;
}
.column_staff .tel_wrap .tel_wrap_right p {
  background: #fff;
  color: #C083A6;
  padding: 5px;
  border-radius: 5px;
}

/*------お急ぎの方への開閉ボタン------------------------------*/
.hurry_box {
  display: none;
}
@media screen and (max-width: 767px) {
  .hurry_box {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .hurry_box .open_btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: #fa4341;
    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 h3 {
    font-size: 2.6rem;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #fff;
  }
  .hurry_box .open_btn p {
    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: #fa4341;
    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: #fa4341;
    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;
  }
  .hurry_box .hurry_banner_box p {
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }
  .hurry_box .hurry_banner_box p .num {
    color: #fa4341;
    font-size: 1.3em;
  }
  .hurry_box .hurry_banner_box .column {
    padding: 0;
  }
}

.column_banner {
  text-align: center;
}
.column_banner.banner_top {
  padding-top: 60px;
}
.column_banner a:hover {
  opacity: 1;
}
.column_banner .banner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 783px) {
  .column_banner .banner {
    margin-bottom: 15px;
  }
}
.column_banner .banner--plan {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .column_banner .banner--plan {
    margin-top: 15px;
  }
}
.column_banner--time {
  text-align: center;
}
.column_banner--series {
  text-align: center;
}
.column_banner--series .banner_box {
  margin-bottom: 30px;
}
.column_banner--series .banner_title {
  display: inline-block;
  font-weight: bold;
  background: #c1438c;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
  padding: 10px 30px 30px;
  margin-bottom: 20px;
}
.column_banner--hurry .fukidashi_title {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .column_banner--under {
    margin-bottom: 60px;
  }
}

.banner_box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 783px) {
  .banner_box {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .banner_box .banner {
    margin-bottom: 0;
  }
}
.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;
    padding: 0;
  }
}
.banner_box li img {
  filter: drop-shadow(0 0 5px #ccc);
}
.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;
  }
}
.banner_box .w80 {
  width: 80%;
  display: block;
  margin: 10px auto 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .banner_box .w80 {
    width: 100%;
    margin: 0;
  }
}
.banner_box .w50 {
  width: 50%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 783px) {
  .banner_box .w50 {
    width: 100%;
  }
}
.banner_box .banner_sp_list {
  display: none;
}
@media screen and (max-width: 480px) {
  .banner_box .banner_sp_list {
    display: block;
    border-radius: 8px;
    padding: 10px;
  }
  .banner_box .banner_sp_list--hurry {
    background: #fce9eb;
  }
  .banner_box .banner_sp_list--hurry .title_wrap {
    color: #e51f31;
    text-align: left;
  }
  .banner_box .banner_sp_list--hurry ul li:last-child {
    position: relative;
  }
  .banner_box .banner_sp_list--hurry ul li:last-child::after {
    content: "";
    position: absolute;
    background: url(../img/top/hurry_img.png) no-repeat;
    background-size: contain;
    width: 84px;
    height: 91px;
    top: -71px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .banner_box .banner_sp_list--hurry ul li:last-child a {
    position: relative;
    z-index: 2;
  }
  .banner_box .banner_sp_list--think {
    background: #f4eef9;
  }
  .banner_box .banner_sp_list--think .title_wrap {
    color: #c1438c;
    text-align: right;
  }
  .banner_box .banner_sp_list--think ul {
    justify-content: flex-start;
  }
  .banner_box .banner_sp_list--think ul li {
    width: calc(33.3333333333% - 5px);
  }
  .banner_box .banner_sp_list--think ul li:first-child {
    position: relative;
  }
  .banner_box .banner_sp_list--think ul li:first-child::after {
    content: "";
    position: absolute;
    background: url(../img/top/think_img.png) no-repeat;
    background-size: contain;
    width: 84px;
    height: 87px;
    top: -67px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .banner_box .banner_sp_list--think ul li:first-child a {
    position: relative;
    z-index: 2;
  }
  .banner_box .banner_sp_list .title_wrap {
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
  }
  .banner_box .banner_sp_list .flex {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .banner_box--wide {
    flex-direction: column;
    gap: 15px;
  }
  .banner_box--wide .w50 {
    width: 100%;
  }
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.column_faq {
  text-align: center;
}
.column_faq .faq_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
.column_faq .faq_wrap .question, .column_faq .faq_wrap .answer {
  padding: 20px;
  border-radius: 6px;
}
.column_faq .faq_wrap .question_title, .column_faq .faq_wrap .answer_text {
  justify-content: start;
  gap: 20px;
}
.column_faq .faq_wrap .question_title .icon, .column_faq .faq_wrap .answer_text .icon {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.column_faq .faq_wrap .question_title {
  align-items: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_wrap .question_title {
    font-size: 1.7rem;
  }
}
.column_faq .faq_wrap .question_title .icon {
  color: #c1438c;
}
.column_faq .faq_wrap .question, .column_faq .faq_wrap .answer {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.column_faq .faq_wrap .question {
  background: #faf5f9;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .column_faq .faq_wrap .question {
    font-size: 1.6rem;
  }
}
.column_faq .faq_wrap .answer {
  background: #fff;
}
.column_faq .faq_wrap .answer a {
  text-decoration: underline;
  color: #c1438c;
}
.column_faq .faq_wrap:last-child {
  margin-bottom: 0;
}
.column_faq .faq_wrap .js-faq-question {
  cursor: pointer;
  background: #fff;
  border: solid 1px #c1438c;
  box-shadow: none;
  position: relative;
}
.column_faq .faq_wrap .js-faq-question:hover {
  opacity: 0.7;
}
.column_faq .faq_wrap .js-faq-question::after {
  content: "+";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #c1438c;
}
.column_faq .faq_wrap .js-faq-question.active::after {
  content: "\f068";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #c1438c;
}
.column_faq .faq_wrap .js-faq-question .question_title {
  padding-right: 20px;
}
.column_faq--under .faq_wrap {
  margin-bottom: 10px;
  gap: 0;
}
.column_faq--under .faq_wrap .question, .column_faq--under .faq_wrap .answer {
  box-shadow: none;
}
.column_faq--under .faq_wrap .question {
  background: #c1438c;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.column_faq--under .faq_wrap .question .icon {
  color: #fff;
}
.column_faq--under .faq_wrap .answer {
  border: solid 1px #c1438c;
  border-radius: 0 0 6px 6px;
}

/*----------------------------------------------------
	プラン一覧
----------------------------------------------------*/
.column_plan_list {
  text-align: center;
}
.column_plan_list .sec_title .icon {
  max-width: 74px;
  margin: 0 auto 20px;
}
.column_plan_list .plan_member {
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .column_plan_list .plan_member {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
.column_plan_list .plan_member .point {
  background: #fa4341;
  color: #fff;
  padding: 10px 40px;
  display: inline;
  border-radius: 50px;
  position: relative;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .column_plan_list .plan_member .point {
    font-size: 1.9rem;
    padding: 10px 15px;
  }
}
.column_plan_list .plan_member .point::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #fa4341;
  border-bottom: 0;
}
@media screen and (max-width: 480px) {
  .column_plan_list .plan_member .point::before {
    bottom: -7px;
  }
}
.column_plan_list .plan_member .red {
  color: #fa4341;
  line-height: 1;
}
.column_plan_list .plan_member .price {
  font-family: "Oswald", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .column_plan_list .plan_member .price {
    font-size: 3.1rem;
  }
}
.column_plan_list .jumokusou_bnr {
  display: flex;
  justify-content: center;
}

.plan_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin: 0 auto 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan_box {
    margin-bottom: 30px;
    gap: 15px;
  }
}
.plan_box li {
  width: calc(50% - 10px);
  text-align: center;
  box-shadow: 0 2px 5px #eee;
  background: #fff;
  border-radius: 5px;
  transition: 0.3s all;
}
.plan_box li:hover {
  box-shadow: 0 2px 8px #ccc;
}
@media screen and (max-width: 767px) {
  .plan_box li {
    width: 100%;
  }
}
.plan_box li.plan_kasoh {
  border: 1px solid #b78927;
}
.plan_box li.plan_kasoh .plan_box_catch {
  background: #b78927;
}
.plan_box li.plan_kasoh .plan_box_title {
  color: #b78927;
  line-height: 1.2;
}
.plan_box li.plan_kasoh .flow.in {
  background: #b78927;
}
.plan_box li.plan_kazokusoh {
  border: 1px solid #7521ac;
}
.plan_box li.plan_kazokusoh .plan_box_catch {
  background: #7521ac;
}
.plan_box li.plan_kazokusoh .plan_box_title {
  color: #7521ac;
  line-height: 1.2;
}
.plan_box li.plan_kazokusoh .flow.in {
  background: #7521ac;
}
.plan_box li.plan_kazokusoh .plan_box_info_wrap {
  position: relative;
}
.plan_box li.plan_kazokusoh .plan_box_info_wrap::after {
  content: "";
  background: url(../img/plan/recommend_icon.png) no-repeat;
  background-size: contain;
  width: 93px;
  height: 94px;
  position: absolute;
  top: 5px;
  right: 15px;
}
@media screen and (max-width: 480px) {
  .plan_box li.plan_kasoh .plan_box_sp-price {
    background: rgba(183, 137, 39, 0.1019607843);
  }
  .plan_box li.plan_kazokusoh .plan_box_sp-price {
    background: rgba(117, 33, 172, 0.1019607843);
  }
}
.plan_box .plan_box_catch {
  color: #fff;
  padding: 5px;
  display: block;
  line-height: 1.4;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .plan_box .plan_box_catch {
    font-size: 1.4rem;
  }
}
.plan_box .plan_box_catch::after {
  content: "\f0a9";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 820px) {
  .plan_box .plan_box_catch::after {
    right: 15px;
  }
}
.plan_box .plan_box_title {
  font-size: 3.7rem;
  margin: 0 0 5px;
}
@media screen and (max-width: 480px) {
  .plan_box .plan_box_title {
    font-size: 2.4rem;
  }
}
.plan_box .plan_box_img {
  width: 100%;
  margin: 0 0 10px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.plan_box .plan_box_img_sub {
  margin: 10px 0 0;
}
.plan_box .plan_box_info_wrap {
  padding: 20px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .plan_box .plan_box_info_wrap {
    padding: 15px;
    flex-direction: column-reverse;
  }
}
.plan_box .plan_box_info_wrap .num {
  font-family: "Oswald", sans-serif;
}
.plan_box .plan_box_info_wrap .plan_box_text_area {
  width: calc(55% - 5px);
}
@media screen and (max-width: 1100px) {
  .plan_box .plan_box_info_wrap .plan_box_text_area {
    width: 100%;
  }
}
.plan_box .plan_box_info_wrap .plan_box_img {
  width: calc(45% - 5px);
  border-radius: 8px;
}
@media screen and (max-width: 1100px) {
  .plan_box .plan_box_info_wrap .plan_box_img {
    width: 100%;
  }
}
.plan_box .plan_box_info_wrap .plan_box_people {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 0 5px;
  gap: 5px;
}
.plan_box .plan_box_info_wrap .plan_box_people .unit {
  font-size: 1.6rem;
}
.plan_box .plan_box_info_wrap .plan_box_people .unit-small {
  font-size: 1.2rem;
}
.plan_box .plan_box_info_wrap .plan_box_people .plan_box_flow {
  width: calc(75% - 3px);
}
.plan_box .plan_box_flow {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
  padding: 7px 0;
  white-space: nowrap;
}
.plan_box .flow {
  width: calc(33.3333333333% - 3px);
  color: #fff;
  border-radius: 4px;
  background: #ccc;
  padding: 5px;
  font-size: 1.4rem;
}
.plan_box .plan_box_discount {
  background: #f7f7f7;
  border: 1px solid #e0e0dc;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  padding: 3px 10px;
  border-radius: 8px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
.plan_box .plan_box_discount::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #f7f7f7;
  border-right: 1px solid #e0e0dc;
  border-bottom: 1px solid #e0e0dc;
  transform: translate(-50%, 55%) rotate(45deg);
  transform-origin: center center;
}
.plan_box .plan_box_discount .price {
  color: #fa4341;
}
.plan_box .plan_box_discount .num {
  font-size: 2.4rem;
}
.plan_box .plan_box_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .plan_box .plan_box_price {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.plan_box .plan_box_price .discount {
  color: #fa4341;
  font-size: 5.5rem;
  transform: scale(0.9, 1);
  position: relative;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .plan_box .plan_box_price .discount {
    font-size: 4.5rem;
  }
}
.plan_box .plan_box_price .discount .yen {
  font-size: 2.4rem;
  position: relative;
}
.plan_box .plan_box_price .discount .yen .tax {
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: -1.5rem;
}
.plan_box .plan_box_price .taxin {
  display: flex;
  align-items: end;
  font-size: 2.4rem;
  color: #222;
  margin-bottom: 10px;
  transform: scale(0.9, 1);
  line-height: 1;
}
.plan_box .plan_box_price .taxin .taxin_laber {
  display: block;
  font-size: 1.5rem;
}
.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;
    box-shadow: 0 5px #d1ccc4;
    background: #fff;
  }
  .plan_box_sp .plan_box_title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .plan_box_sp.plan_kasoh {
    border: 1px solid #9c7521;
  }
  .plan_box_sp.plan_kasoh .plan_box_sp-price {
    background: rgba(156, 117, 33, 0.1019607843);
  }
  .plan_box_sp.plan_kasoh .plan_box_title {
    color: #b78927;
  }
  .plan_box_sp.plan_kazokusoh {
    position: relative;
    border: 1px solid #631a92;
  }
  .plan_box_sp.plan_kazokusoh::after {
    content: "";
    background: url(../img/plan/recommend_icon.png) no-repeat;
    background-size: contain;
    width: 73px;
    height: 74px;
    position: absolute;
    top: -10px;
    right: -15px;
  }
  .plan_box_sp.plan_kazokusoh .plan_box_sp-price {
    background: rgba(99, 26, 146, 0.1019607843);
  }
  .plan_box_sp.plan_kazokusoh .plan_box_title {
    color: #7521ac;
  }
  .plan_box_sp-info {
    padding: 10px;
    gap: 10px;
    align-items: center;
  }
  .plan_box_sp-info-title {
    width: 55%;
  }
  .plan_box_sp-info-title .title {
    font-size: 2.4rem;
  }
  .plan_box_sp-info-title .title span {
    font-size: 2rem;
  }
  .plan_box_sp-info-title .feature {
    line-height: 1.2;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .plan_box_sp-info-img {
    flex: 1;
    aspect-ratio: 600/400;
    overflow: hidden;
  }
  .plan_box_sp-price {
    padding: 10px;
    background: #eee;
    gap: 5px;
    align-items: center;
  }
  .plan_box_sp-price-discount {
    max-width: 40%;
  }
  .plan_box_sp-price-num {
    font-size: 1.5rem;
    text-align: right;
    font-family: "Oswald", sans-serif;
  }
  .plan_box_sp-price-num .ippan {
    font-size: 1.4rem;
  }
  .plan_box_sp-price-num .club_untax {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fa4341;
    white-space: nowrap;
  }
  .plan_box_sp-price-num .club_untax .num {
    font-size: 4rem;
    line-height: 1;
  }
  .plan_box_sp-price-num .club_untax .yen {
    position: relative;
  }
  .plan_box_sp-price-num .club_untax .yen .tax {
    font-size: 1rem;
    position: absolute;
    top: -7px;
    left: 0;
    white-space: nowrap;
  }
  .plan_box_sp-price-num .club_taxin {
    font-size: 1.6rem;
    opacity: 0.7;
    line-height: 1.5;
  }
}
/*----------------------------------------------------
	斎場一覧　簡易版
----------------------------------------------------*/
.column_hall_list .hall_list_title {
  text-align: left;
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  margin-bottom: 20px;
}
.column_hall_list .hall_list_title:before {
  content: "";
  background-image: url(../img/top/friends.jpg);
  width: 43px;
  height: 49px;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 15px;
}
.column_hall_list .area_hall_links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .column_hall_list .area_hall_links {
    gap: 10px;
    justify-content: flex-start;
  }
}
.column_hall_list .area_hall_links li {
  width: calc(20% - 25px);
}
@media screen and (max-width: 767px) {
  .column_hall_list .area_hall_links li {
    width: calc(50% - 10px);
  }
}
.column_hall_list .area_hall_links li a {
  display: block;
  font-weight: bold;
  color: #333;
  border: solid 1px #c1438c;
  text-align: center;
  border-radius: 5px;
  padding: 15px 10px;
  line-height: 1;
  position: relative;
  font-size: 1.8rem;
  border-bottom: solid 3px #c1438c;
  background: #fff;
}
.column_hall_list .area_hall_links li a::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.column_hall_list .area_hall_links li .txt_wrap {
  display: flex;
  justify-content: space-between;
}
.column_hall_list .area_hall_links li .txt_wrap .area_name {
  color: #fff;
  font-size: 2rem;
  padding: 10px 0 10px 30px;
}
.column_hall_list .area_hall_links li .txt_wrap .area_num {
  background: #fff;
  font-size: 1.8rem;
  padding: 15px 15px 15px 0;
  position: relative;
  font-weight: 700;
  border-radius: 0 0 4px 0;
}
.column_hall_list .area_hall_links li .txt_wrap .area_num:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  top: 0;
  left: -20px;
  border-radius: 100% 0 0 100%/50%;
  background: #fff;
  position: absolute;
}
.column_hall_list .part_hall_links {
  margin-bottom: 40px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .part_hall_links {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall_links {
    margin-bottom: 20px;
  }
}
.column_hall_list .part_hall_links li {
  width: calc(11.1111111111% - 8px);
  text-align: center;
  border: 1px solid #c1438c;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1;
}
.column_hall_list .part_hall_links li:hover {
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .column_hall_list .part_hall_links li {
    width: calc(25% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall_links li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .column_hall_list .part_hall_links li {
    width: calc(33.3333333333% - 8px);
  }
}
.column_hall_list .part_hall_links li a {
  padding: 5px 0;
  display: block;
}
.column_hall_list .part_hall_links li.active {
  background: #c1438c;
  color: #fff;
  position: relative;
}
.column_hall_list .part_hall_links li.active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #c1438c;
  border-bottom: 0;
}
@media screen and (max-width: 820px) {
  .column_hall_list .part_hall_links li.active::after {
    display: none;
  }
}
.column_hall_list .part_hall_archive_list {
  margin: 0 -15px;
  gap: 10px;
  flex-wrap: wrap;
}
.column_hall_list .part_hall_archive_list li {
  width: calc(50% - 8px);
}
.column_hall_list .part_hall_archive_list li a {
  padding: 10px;
  background: #c1438c;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 8px;
  display: block;
}
.column_hall_list .part_hall_archive_list .num {
  display: block;
  background: #fff;
  color: #c1438c;
  border-radius: 8px;
  line-height: 1.4;
}
.column_hall_list .part_hall_archive_list .num small {
  font-weight: normal;
}
.column_hall_list .part_hall_archive_list .area_name {
  position: relative;
  display: block;
}
.column_hall_list .part_hall_archive_list .area_name:after {
  content: "\f0a9";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.4rem;
  line-height: 1;
}
.column_hall_list .tab_contents {
  background: #ffffff;
  max-width: 1350px;
  margin: 0 auto 60px;
  padding: 40px 70px 30px;
}
@media screen and (max-width: 1350px) {
  .column_hall_list .tab_contents {
    width: 95%;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .tab_contents {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .column_hall_list .tab_contents {
    margin-bottom: 30px;
  }
}
.column_hall_list .hall_area_wrap {
  display: none;
}
.column_hall_list .hall_area_wrap.show {
  display: block;
}
.column_hall_list .part_hall_name {
  text-align: center;
  overflow: hidden;
}
.column_hall_list .part_hall_name span {
  font-size: 3.5rem;
  position: relative;
  display: inline;
}
.column_hall_list .part_hall_name span::before, .column_hall_list .part_hall_name span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background: #c1438c;
}
.column_hall_list .part_hall_name span::before {
  left: -130px;
}
.column_hall_list .part_hall_name span::after {
  right: -130px;
}
.column_hall_list .hall_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list {
    gap: 20px 10px;
  }
}
.column_hall_list .hall_list li {
  background: #fff;
  position: relative;
  width: calc(25% - 15px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  transition: 0.3s all;
  border-radius: 6px;
  overflow: hidden;
  border: solid 1px #d1bac7;
}
.column_hall_list .hall_list li:hover {
  box-shadow: 0 2px 8px #ccc;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_list li {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list li {
    width: calc(50% - 5px);
  }
}
.column_hall_list .hall_list a {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.column_hall_list .hall_list .hall_title {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list .hall_title {
    padding: 10px;
  }
  .column_hall_list .hall_list .hall_title .add, .column_hall_list .hall_list .hall_title .access_train {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.column_hall_list .hall_list .hall_title h3 {
  color: #c1438c;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list .hall_title h3 {
    font-size: 1.6rem;
  }
}
.column_hall_list .hall_list .hall_name {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.column_hall_list .part_hall_img {
  min-height: 190px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column_hall_list .part_hall_img {
    min-height: 120px;
  }
}
.column_hall_list .part_hall_img img {
  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 h3 {
  margin-bottom: 15px;
}
.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_hall_list.area-top .hall_info_box {
  margin-bottom: 0;
}
.column_hall_list .all_area_hall {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.column_hall_list--bg {
  padding: 80px 0;
  background: #faf7f0;
}
@media screen and (max-width: 820px) {
  .column_hall_list--bg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .column_hall_list--bg {
    padding: 30px 0;
  }
}
.column_hall_list--bg .hall_info_box {
  background: none !important;
}
.column_hall_list--area .hall_read_wrap {
  text-align: center;
}

/*----------------------------------------------------
	斎場一覧　詳細版
----------------------------------------------------*/
.column_hall_list .hall_info_box {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 60px;
}
.column_hall_list .hall_info_box a {
  border-bottom: 1px solid #eee;
  display: block;
}
.column_hall_list .hall_info_box a:hover .btn {
  background: #c1438c;
  color: #fff;
}
.column_hall_list .hall_info_box .hall_name {
  font-size: 2.2rem;
  text-align: left;
  color: #c1438c;
  margin-bottom: 10px;
}
.column_hall_list .hall_info_box .hall_name br {
  display: none;
}
.column_hall_list .hall_info_box .hall_detail {
  padding: 40px 0;
}
.column_hall_list .hall_info_box .flex {
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .flex {
    flex-wrap: wrap;
  }
}
.column_hall_list .hall_info_box .info_left {
  width: 340px;
  margin-right: 30px;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .info_left {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.column_hall_list .hall_info_box .info_left img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.column_hall_list .hall_info_box .info_right {
  width: calc(100% - 370px);
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column_hall_list .hall_info_box .info_right {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .info_right .google_link {
  border: 2px solid #4885ed;
  border-left: 10px solid #4885f0;
  padding: 5px 10px 5px 5px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s;
}
.column_hall_list .hall_info_box .info_right .google_link span {
  font-weight: 900;
  color: #fa4341;
  transition: all 0.3s;
}
.column_hall_list .hall_info_box .info_right .google_link::after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #4885ed;
  position: relative;
  left: 5px;
  transition: all 0.3s;
}
.column_hall_list .hall_info_box .info_right .google_link:hover {
  background: #4885ed;
  color: #fff;
  opacity: 1;
}
.column_hall_list .hall_info_box .info_right .google_link:hover span {
  color: #fff200;
}
.column_hall_list .hall_info_box .info_right .google_link:hover::after {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .google_link {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .tel {
    margin-bottom: 15px;
  }
}
.column_hall_list .hall_info_box .info_right .btn {
  padding: 10px;
  width: 300px;
  margin: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_info_box .info_right .btn {
    width: 100%;
  }
}
.column_hall_list .hall_info_box .feature_icon {
  display: flex;
  gap: 5px;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.column_hall_list .hall_info_box .feature_icon li {
  width: calc(16.6666666667% - 6px);
  border: 1px solid #5b430e;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  padding: 3px 0;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_info_box .feature_icon li {
    width: calc(50% - 15px);
  }
}
.column_hall_list .hall_info_box .feature_icon li::before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
  color: #c1438c;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 30px;
}
#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: #c1438c;
  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: 1100px) {
  #pagetop {
    display: none !important;
  }
}
/*----------------------------------------------------
	TAB
----------------------------------------------------*/
.tab_wrap {
  position: relative;
}
.tab_wrap .tab_list {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 10px;
  border-bottom: solid 2px #c1438c;
}
@media screen and (max-width: 820px) {
  .tab_wrap .tab_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tab_wrap .tab_list .tab_btn {
  width: calc(33.3333333333% - 15px);
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  padding: 5px;
  font-size: 1.8rem;
}
.tab_wrap .tab_list .tab_btn:hover {
  cursor: pointer;
}
.tab_wrap .tab_list .tab_btn.show {
  background: #c1438c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tab_wrap .tab_list .tab_btn {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .tab_wrap .tab_list .tab_btn {
    text-align: center;
    padding: 10px 0;
    font-size: 2rem;
    margin-right: 0;
    line-height: 1.2;
  }
  .tab_wrap .tab_list .tab_btn.show {
    padding: 10px 0;
  }
}
.tab_wrap .panel_area {
  position: relative;
  border-top: 2px solid #ccc;
  padding-top: 40px;
}
.tab_wrap .tab_contents {
  display: none;
}
.tab_wrap .tab_contents.show {
  display: block;
}
.tab_wrap.ver_kasoh .tab_list {
  border-color: #b78927;
}
.tab_wrap.ver_kasoh .tab_btn.show {
  background: #b78927;
}
.tab_wrap.ver_kazokusoh .tab_list {
  border-color: #7521ac;
}
.tab_wrap.ver_kazokusoh .tab_btn.show {
  background: #7521ac;
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@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 (min-width: 480px) and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smart_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime svg {
  width: 26px;
  height: 26px;
  fill: #fa4341;
}
.tel_anime svg .line1 {
  animation: fillAnimation1 infinite ease 1.5s;
}
.tel_anime svg .line2 {
  animation: fillAnimation2 infinite ease 1.5s;
}
.tel_anime svg .line3 {
  animation: fillAnimation3 infinite ease 1.5s;
}
@keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}

.banner_consultation_flower {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .banner_consultation_flower {
    margin-bottom: 30px;
  }
}

.splide__arrow {
  width: 50px;
  height: 50px;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.splide__arrow svg {
  display: none;
}

.splide__arrow--prev {
  background: url(../img/common/arrow_prev.png);
  background-size: contain;
}

.splide__arrow--next {
  background: url(../img/common/arrow_next.png);
  background-size: contain;
}

.column_seo {
  margin-top: -20px;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 820px) {
  .column_seo {
    margin-top: 0;
  }
}
.column_seo_wrap {
  padding: 25px;
  background: #fff;
  border: solid 1px #eee;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .column_seo_wrap {
    padding: 20px;
    margin-top: 0;
  }
}
.column_seo .title {
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.column_seo .text {
  font-size: 1.5rem;
}