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

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body.club #footer, body.inquiry #footer, body.consultation #footer {
  padding: 0;
}

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

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 80px 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 40px 0;
  }
}
.column.wave {
  background: #f3f9e9;
  position: relative;
  padding: 170px 0 80px;
}
@media screen and (max-width: 820px) {
  .column.wave {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .column.wave {
    padding: 60px 0 40px;
  }
}
.column.wave:before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 200px;
  background-image: url(../img/common/wave.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .column.wave:before {
    background-position: 30%;
  }
}
@media screen and (max-width: 767px) {
  .column.wave:before {
    background-size: contain;
    background-position: top;
  }
}
.column.wave2 {
  background: #f9f8ef;
  position: relative;
  padding: 170px 0 80px;
}
@media screen and (max-width: 820px) {
  .column.wave2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .column.wave2 {
    padding: 60px 0 40px;
  }
}
.column.wave2:before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 200px;
  background-image: url(../img/common/wave2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .column.wave2:before {
    background-position: 30%;
  }
}
@media screen and (max-width: 767px) {
  .column.wave2:before {
    background-size: contain;
    background-position: top;
  }
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

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

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

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

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

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

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

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

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: 2rem;
  max-width: 360px;
  width: 100%;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 80px;
  padding: 15px 10px;
  margin: 30px 0;
  background: #207c3b;
  margin: 0 auto;
  display: block;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .btn {
    width: 100%;
  }
}
.btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.btn.w100 {
  width: 100%;
  max-width: 100%;
}
.btn.light {
  background: #da793c;
}

.close_btn {
  display: block;
  padding: 6px 14px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #207c3b;
  position: relative;
}

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

.sec_title {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  color: #23160f;
  position: relative;
}
@media screen and (max-width: 820px) {
  .sec_title {
    margin-bottom: 30px;
  }
  .sec_title.time {
    font-size: 2.2rem;
  }
}
.sec_title .big {
  font-size: 1.2em;
}
.sec_title .small {
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 10px;
}
.sec_title .color {
  color: #207c3b;
}
.sec_title .red {
  color: #f73d3c;
}
.sec_title.white {
  color: #fff;
}
.sec_title.fuki {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_title.fuki {
    padding: 0 20px;
  }
}
.sec_title.fuki:before {
  content: "";
  transform: rotate(-25deg);
  left: 0;
}
.sec_title.fuki:after {
  content: "";
  transform: rotate(25deg);
  right: 0;
}
.sec_title.fuki:before, .sec_title.fuki:after {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #000;
}
@media screen and (max-width: 820px) {
  .sec_title.fuki:before, .sec_title.fuki:after {
    bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec_title.fuki:before, .sec_title.fuki:after {
    height: 30%;
  }
}

.catch {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .catch {
    text-align: left;
  }
}

.mark {
  background: linear-gradient(0deg, #fdfc99 0%, #fdfc99 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.breadcrumbs {
  font-size: 1.2rem;
  margin: 10px 0 30px;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}

main {
  position: relative;
}
main .h1_box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
main .h1_box .h_tit {
  color: #7f7e7e;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
  position: absolute;
  width: 60vw;
  bottom: 5px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  main .h1_box .h_tit {
    width: 80vw;
  }
}
main .h1_box .h_tit br {
  display: none;
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #207c3b;
  background-size: cover;
}
.foot_fixed_bnr .inner {
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.foot_fixed_bnr .inner .mini {
  font-size: 1.3rem;
}
.foot_fixed_bnr .footer_lady {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .footer_lady {
    display: none;
  }
}
.foot_fixed_bnr .box_tel {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .box_tel {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot_fixed_bnr .box_tel .tel_wrap {
    margin-right: 10px;
  }
  .foot_fixed_bnr .box_tel .tel_wrap span {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .foot_fixed_bnr .box_tel {
    margin-right: 0;
    width: auto;
  }
}
.foot_fixed_bnr .box_tel > .flex {
  align-items: center;
  gap: 5px;
}
.foot_fixed_bnr .box_tel .tel_anime {
  width: 35px;
  height: 35px;
}
.foot_fixed_bnr .box_tel .tel_anime svg {
  fill: #fff;
}
.foot_fixed_bnr .box_tel .tel_num {
  white-space: nowrap;
  font-size: 4rem;
  font-family: YakuHanJP, "Oswald", sans-serif;
  line-height: 1;
}
.foot_fixed_bnr .box_inquiry a {
  background: #fff;
  padding: 7px 10px;
  color: #eb2323;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  border: 1px solid #eb2323;
  line-height: 1.2;
  border-radius: 4px;
}
.foot_fixed_bnr .box_inquiry a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800;
  }
  .footer_floating_sp .catch {
    font-size: 1.6rem;
    color: #fff;
    margin: 0;
    text-align: center;
  }
  .footer_floating_sp .catch .color {
    text-decoration: underline;
    color: #ffee05;
  }
  .footer_floating_sp .flex {
    gap: 5px;
    align-items: center;
  }
  .footer_floating_sp .flex li {
    width: auto;
    position: relative;
  }
  .footer_floating_sp .flex li .tel_anime_bnr .tel_anime {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    transform: translateY(-50%);
    top: 50%;
  }
  .footer_floating_sp .flex li .tel_anime_bnr .tel_anime svg {
    fill: #fff;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
}
#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: 10px;
  }
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
  }
}
#header .head_belt .inner .logo_area {
  position: relative;
  align-items: center;
  gap: 10px;
}
#header .head_belt .inner .logo_area img {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .logo_area img {
    max-width: 150px;
  }
}
#header .head_belt .inner .logo_area p {
  font-weight: 600;
  font-size: 2rem;
  color: #207c3b;
  white-space: nowrap;
}
#header .head_belt .inner .logo_area .sougo {
  display: inline-block;
  border: 1px solid;
  color: #207c3b;
  padding: 0.2em 1.2em 0.2em 0.5em;
  font-size: 1.4rem;
}
#header .head_belt .inner .logo_area .sougo:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7em;
}
#header .head_belt .inner .area_field {
  text-align: center;
  margin-top: 26px;
}
#header .head_belt .inner .head_l {
  align-items: center;
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  gap: 20px;
}
#header .head_belt .inner .head_r .kyouka_btn {
  border: 1px solid #207c3b;
  border-radius: 6px;
  line-height: 1;
  font-weight: 700;
}
#header .head_belt .inner .head_r .kyouka_btn a {
  display: block;
  padding: 15px 30px;
  position: relative;
}
#header .head_belt .inner .head_r .kyouka_btn a:after {
  content: "";
  border: 5px solid #207c3b;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#header .head_belt .inner .head_r .tel_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#header .head_belt .inner .head_r .tel_wrap .flex {
  gap: 5px;
  align-items: center;
}
#header .head_belt .inner .head_r .tel_wrap .tel_anime {
  width: 30px;
  height: 30px;
}
#header .head_belt .inner .head_r .tel_num {
  gap: 5px;
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fb5250;
  font-family: YakuHanJP, "Oswald", sans-serif;
}
#header .head_belt .inner .head_r .tel_num .tel_anime {
  width: 30px;
  height: 30px;
}
#header .head_belt .inner .head_r .tel_num .num {
  position: relative;
}
#header .head_belt .inner .head_r .tel_num .num:after {
  content: "通話無料・24時間365日対応";
  display: block;
  position: absolute;
  font-size: 1.2rem;
  color: #333;
  left: 0;
  right: 0;
  margin: auto;
}
#header .head_belt .contact_btn {
  background-color: #306db8;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #header .nav {
    display: none;
  }
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.navigation_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .navigation_sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    z-index: 999;
    transition: top 0.3s;
  }
  .navigation_sp.visible {
    width: 100vw;
    top: 0;
  }
  .navigation_sp .nav_flex {
    border-top: 1px solid #eee;
    background: #fafafa;
    gap: 0;
  }
  .navigation_sp .nav_flex > li {
    width: 100%;
  }
  .navigation_sp .nav_flex > li .link_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: 600;
  }
  .navigation_sp .nav_flex > li .link_txt i {
    font-size: 2.2rem;
    color: #207c3b;
  }
  .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: #207c3b;
    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: calc(100vh - 60px);
    right: 0;
    top: 60px;
    background: #eee;
    overflow-y: scroll;
    padding: 20px 20px 80px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box.plan {
    padding: 20px 15px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .title {
    text-align: left;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 10px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn:after {
    content: "\f078";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.2s;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .sub_title.area_name_btn.open:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex .title {
    margin-bottom: 0;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_head_flex .link_front {
    background: #fff;
    border: 1px solid;
    padding: 5px 10px;
    color: #207c3b;
  }
  .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: 10px;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a.with_thm {
    padding: 0 15px 0 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%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .navigation_sp .nav_flex .menu_btn .menu_box .menu_list .link_btn a i {
    color: #207c3b;
    font-size: 2rem;
  }
  .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.firstnone {
    display: none;
  }
  .navigation_sp .nav_flex .menu_btn.firstnone.visible {
    display: block;
  }
  .navigation_sp .nav_flex .menu_btn.hurry {
    background: #eb2323;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .link_txt i {
    color: #fff;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point {
    text-align: left;
    margin-bottom: 15px;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li {
    position: relative;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 4px;
    white-space: nowrap;
    background: #fff;
    text-align: center;
    font-weight: 600;
    border: 1px solid #eb2323;
  }
  .navigation_sp .nav_flex .menu_btn.hurry .menu_box .hurry_point li:before {
    line-height: 1;
    position: absolute;
    left: 0;
    color: #eb2323;
    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 #207c3b;
    background: #207c3b;
    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 {
    border: 2px solid #207c3b;
    padding: 0.8em;
    text-align: left;
    background: #fff;
    font-size: 1.5rem;
  }
}

@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;
    position: relative;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #ccc;
  }
  .nav .nav_list .nav_item.pulldown > a {
    position: relative;
  }
  .nav .nav_list .nav_item.pulldown > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #ccc;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 1;
  }
  .nav .nav_list .nav_item a {
    padding: 10px 20px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 600;
  }
  .nav .nav_list .nav_item.home img {
    display: inline;
  }
  .nav .nav_list .nav_item.home span {
    display: none;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 100;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu .halls {
    justify-content: center;
    gap: 60px;
  }
  .nav .nav_list .nav_item .tgl_menu .halls a {
    display: block;
    text-align: left;
    padding: 0 0 5px;
  }
  .nav .nav_list .nav_item .tgl_menu .halls .dwn_plan .first a {
    font-weight: 700;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu .halls .dwn_plan .first a:before {
    content: "\f054";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #207c3b;
    padding-right: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu .halls .dwn_plan li:not(.first) a:before {
    content: "\f054";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #207c3b;
    padding-right: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu .halls .dwn_plan:has(.first) li:not(.first) a:before {
    content: "-";
  }
  .nav .nav_list .nav_item .tgl_menu .plans {
    justify-content: center;
  }
  .nav .nav_list .nav_item .tgl_menu .plans li {
    width: calc(33.3333333333% - 15px);
    max-width: 300px;
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu .plans li a {
    display: block;
    text-align: center;
    white-space: nowrap;
  }
  .nav .nav_list .nav_item .tgl_menu .plans li a .thumbnail img {
    aspect-ratio: 4/3;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .nav .nav_list .nav_item .tgl_menu .plans li a .thumbnail figcaption {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .nav .nav_list .nav_item .tgl_menu .plans li a .thumbnail figcaption:before {
    content: "\f054";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #207c3b;
    padding-right: 10px;
  }
  .nav .nav_list .nav_item.home a {
    line-height: 1;
    color: #207c3b;
    font-size: 1.8rem;
  }
  .nav .nav_list .nav_item.hurry {
    background: #eb2323;
    border-radius: 4px;
  }
  .nav .nav_list .nav_item.hurry a {
    color: #fff;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
  }
  .nav .nav_list .nav_item.hurry a:before {
    content: "";
    background-image: url(../img/common/hurry.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
  }
  .nav .nav_list .nav_item.hurry a .small {
    color: #fff;
    font-size: 1.2rem;
    display: block;
  }
  .hamburger_text {
    display: none;
  }
  #gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
}
/*----------------------------------------------------
	バナー
----------------------------------------------------*/
/*お急ぎの方への開閉ボタン*/
.hurry_box {
  display: none;
}
@media screen and (max-width: 767px) {
  .hurry_box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .hurry_box .open_btn {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    background: #eb2323;
    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;
    position: relative;
    left: 10px;
    transform: rotate(180deg);
  }
  .hurry_box .open_btn .title {
    font-size: 2.6rem;
    font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #fff;
  }
  .hurry_box .open_btn.active .fa-angle-up {
    transform: rotate(0deg);
  }
  .hurry_box .hurry_detail {
    display: none;
    margin-bottom: 20px;
  }
  .hurry_box .hurry_detail .title {
    color: #eb2323;
    background: linear-gradient(0deg, #fdfc99 0%, #fdfc99 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto 10px;
    text-align: center;
    font-size: 2.2rem;
  }
  .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";
    font-weight: 900;
    color: #eb2323;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
  }
  .hurry_box .reminder {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .hurry_box .reminder span {
    background: #eb2323;
    color: #fff;
    padding: 5px;
    display: block;
  }
}

.column_banner .sec_title {
  margin: 0 auto -20px;
}
@media screen and (max-width: 820px) {
  .column_banner .sec_title {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .column_banner .sec_title .sp_small {
    font-size: 1.7rem;
  }
}

.banner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .banner_box {
    gap: 10px;
  }
}
.banner_box li {
  width: calc(50% - 7px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 820px) {
  .banner_box li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .banner_box li {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
}
.banner_box li img {
  filter: drop-shadow(0 0 5px #ccc);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .banner_box li img {
    filter: unset;
  }
}
.banner_box .w100 {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner_box .w100 {
    margin: 0;
  }
}

/*----------------------------------------------------
	記事一覧
----------------------------------------------------*/
.splide:not(.is-overflow) .splide__list {
  justify-content: center;
}

#voice_slider .splide__pagination {
  bottom: 20px !important;
}

.column_voice {
  overflow: hidden;
  position: relative;
}
.column_voice:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/voice_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .column_voice {
    background-size: auto;
  }
}
.column_voice .sec_title {
  margin-bottom: 20px;
}
.column_voice .catch {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2rem);
  text-align: center !important;
}
.column_voice .cat {
  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;
    right: 20px;
  }
}
.column_voice .splide__track {
  overflow: visible;
}
.column_voice .voice_row {
  margin-bottom: 30px;
}
.column_voice .voice_row li {
  position: relative;
}
.column_voice .voice_row li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.column_voice .voice_row li .img_box {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_voice .voice_row li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column_voice .voice_row li .rbox {
  padding: 20px;
}
.column_voice .voice_row li .rbox .title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 900;
}
.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 {
  background: #f7f7f7;
  font-size: 1.4rem;
  padding: 10px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.column_voice .voice_row li .rbox .star span {
  color: #eb9b1d;
  font-size: 1.2em;
  padding-left: 1em;
}
.column_voice .voice_row li .rbox .plan {
  border: 1px solid #60ad76;
  background: #60ad76;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  padding-left: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.column_voice .voice_row li .rbox .plan span {
  background: #fff;
  font-size: 1.4rem;
  color: #333;
  padding: 10px;
  display: inline-block;
  flex: 1;
}
.column_voice .voice_row li .rbox .prof {
  justify-content: flex-start;
}

.column_event .event_row {
  margin-bottom: 30px;
}
.column_event .event_row li {
  position: relative;
}
.column_event .event_row li a {
  display: block;
  background: #fff;
  box-shadow: 0 4px 10px rgba(9, 110, 36, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.column_event .event_row li .img_box {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_event .event_row li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column_event .event_row li .rbox {
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .column_event .event_row li .rbox {
    padding: 10px;
  }
}
.column_event .event_row li .rbox .date {
  font-size: 1.5rem;
}
.column_event .event_row li .rbox .text {
  display: block;
  font-size: 1.4rem;
  color: #444;
}
.column_event .event_row li .rbox .title {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.column_knowledge {
  position: relative;
  background: #f3f9e9;
}
.column_knowledge .splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
}
.column_knowledge .knowledge_row {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 820px) {
  .column_knowledge .knowledge_row {
    display: flex;
    gap: unset;
  }
}
.column_knowledge .knowledge_row li {
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_knowledge .knowledge_row li {
    width: 90%;
    margin: 0 auto;
  }
}
.column_knowledge .knowledge_row li a {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 15px;
}
@media screen and (max-width: 820px) {
  .column_knowledge .knowledge_row li a {
    padding: 0;
    gap: 0;
    flex-direction: column;
  }
}
.column_knowledge .knowledge_row li .img_box {
  aspect-ratio: 1/1;
  width: 160px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .column_knowledge .knowledge_row li .img_box {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.column_knowledge .knowledge_row li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column_knowledge .knowledge_row li .rbox {
  flex: 1;
}
@media screen and (max-width: 820px) {
  .column_knowledge .knowledge_row li .rbox {
    padding: 20px;
  }
}
.column_knowledge .knowledge_row li .rbox .date {
  font-size: 1.5rem;
}
.column_knowledge .knowledge_row li .rbox .title {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
/*------スライドショー------------------------------*/
.splide__hall {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .splide__hall {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.splide__news .splide__arrow--next {
  right: -40px;
}
@media only screen and (max-width: 1300px) {
  .splide__news .splide__arrow--next {
    right: 0;
  }
}
.splide__news .splide__arrow--prev {
  left: -40px;
}
@media only screen and (max-width: 1300px) {
  .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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.splide__arrow {
  background: rgba(255, 255, 255, 0.6352941176);
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  color: #666;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--next {
  right: 8%;
}
.splide__arrow--next:before {
  content: "\f061";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
.splide__arrow--prev {
  left: 8%;
}
.splide__arrow--prev:before {
  content: "\f060";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
.splide__pagination {
  bottom: -25px !important;
  gap: 10px;
}
.splide__pagination__page {
  border: 0;
  width: 12px;
  height: 12px;
  margin: 0;
}
.splide__pagination__page.is-active {
  background: #207c3b !important;
  transform: unset;
}

#main_slider {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main_slider {
    display: none;
  }
}
#main_slider .splide__slide {
  display: block;
  max-width: 1600px;
}
#main_slider img {
  border-radius: 10px;
  overflow: hidden;
}

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

/*------トップ特徴------------------------------*/
.front_feature:not(:has(.wave2)) {
  background: #f9f8ef;
}
.front_feature .flex {
  flex-wrap: wrap;
  gap: 40px 20px;
}
.front_feature .flex > .item {
  width: calc(33.3333333333% - 15px);
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 10px rgba(9, 110, 36, 0.2);
}
@media screen and (max-width: 767px) {
  .front_feature .flex > .item {
    width: 96%;
    margin: 0 auto;
  }
}
.front_feature .flex > .item .label {
  background: #da793c;
  color: #fff;
  border-radius: 80px;
  width: 76px;
  height: 76px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 20px;
  top: -20px;
  opacity: 0.9;
}
.front_feature .flex > .item .label span {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: 3.2rem;
  display: block;
}
.front_feature .flex > .item .wrap {
  padding: 40px 20px;
}
@media screen and (max-width: 820px) {
  .front_feature .flex > .item .wrap {
    padding: 20px;
  }
}
.front_feature .flex > .item .img img {
  width: 100%;
}
.front_feature .flex > .item .title {
  text-align: center;
  font-size: clamp(1.9rem, 2vw, 2.2rem);
  margin-bottom: 20px;
}
.front_feature .flex > .item .title .color {
  color: #207c3b;
}
.front_feature .flex > .item .title .point {
  color: #eb2323;
}
.front_feature .flex > .item.wide {
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 820px) {
  .front_feature .flex > .item.wide {
    padding: 20px;
  }
}
.front_feature .flex > .item.wide .title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .front_feature .flex > .item.wide .title_wrap {
    gap: 10px;
  }
}
.front_feature .flex > .item.wide .title_wrap .title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
}
.front_feature .flex > .item.wide .label {
  position: unset;
}

.feature_support_list {
  max-width: 990px;
  margin: 0 auto 30px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 820px) {
  .feature_support_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .feature_support_list {
    grid-template-columns: 1fr;
  }
}
.feature_support_list .item {
  border: 1px solid #207c3b;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #fff;
}
.feature_support_list .item p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}

.front_member {
  background: url(../img/top/member_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .front_member {
    padding-top: 60px;
  }
}
.front_member .inner {
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #207c3b;
}
@media screen and (max-width: 820px) {
  .front_member .inner {
    padding: 30px 100px 20px;
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .front_member .inner {
    padding: 30px 20px 20px;
  }
}
.front_member .inner > .flex {
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .front_member .inner > .flex {
    flex-direction: column;
  }
  .front_member .inner > .flex img {
    width: 100%;
  }
}
.front_member .inner .circle {
  position: absolute;
  top: -40px;
  right: 150px;
}
@media screen and (max-width: 820px) {
  .front_member .inner .circle {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .front_member .inner .circle {
    width: 100px;
    top: 100px;
    right: 30px;
  }
}
.front_member .inner .sec_title {
  margin-bottom: 20px;
}
.front_member .lead {
  background: #207c3b;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  padding: 5px 35px;
  border-radius: 80px;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .front_member .lead {
    padding: 5px 20px;
    top: -20px;
  }
}
.front_member .info {
  flex: 1;
  background: #e6f4e2;
  padding: 30px;
  margin: 0 auto;
}
.front_member .info .point {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .front_member .info .point {
    flex-direction: column;
  }
}
.front_member .info .point .item {
  width: 230px;
  padding: 40px 10px 30px;
  background: #fff;
  outline: 1px solid #333;
  outline-offset: -10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .front_member .info .point .item {
    width: 80%;
    padding: 30px 10px 20px;
    margin: 0 auto;
  }
}
.front_member .info .point .item:before {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  color: #78c382;
  right: 0;
  left: 0;
  top: -15px;
  margin: auto;
  position: absolute;
  font-size: 4rem;
  line-height: 1;
  background: #fff;
  border-radius: 100px;
}
.front_member .info .catch {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.front_member .info .bnr {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.front_promiss {
  background: #f3f9e9;
}
.front_promiss .inner {
  position: relative;
  max-width: 1110px;
}
.front_promiss .lady {
  position: absolute;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 820px) {
  .front_promiss .lady {
    display: none;
  }
}
.front_promiss .sec_title {
  margin-bottom: 30px;
}
.front_promiss .promiss {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 820px) {
  .front_promiss .promiss {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .front_promiss .promiss {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.front_promiss .promiss .item {
  background: #fff;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #207c3b;
  outline: 1px solid #eee;
  outline-offset: -10px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .front_promiss .promiss .item {
    padding: 30px 20px 20px;
  }
}
.front_promiss .promiss .item .catch {
  margin: 0;
}
.front_promiss .promiss .item .num {
  position: absolute;
  top: 0;
  left: 20px;
  width: 60px;
  height: 50px;
  line-height: 50px;
  background-color: #db5419;
  color: #fff;
  font-weight: bold;
  font-size: clamp(2.4rem, 4vw, 2.8rem);
  text-align: center;
}
@media screen and (max-width: 820px) {
  .front_promiss .promiss .item .num {
    width: 50px;
  }
}
.front_promiss .promiss .item .num:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 10px 30px;
  border-color: transparent #db5419;
}
@media screen and (max-width: 820px) {
  .front_promiss .promiss .item .num:after {
    border-width: 0 25px 10px 25px;
  }
}
.front_promiss .promiss .item:first-of-type .num, .front_promiss .promiss .item:last-of-type .num {
  background-color: #da793c;
}
.front_promiss .promiss .item:first-of-type .num::after, .front_promiss .promiss .item:last-of-type .num::after {
  border-color: transparent #da793c;
}

/*----------------------------------------------------
	プラン一覧
----------------------------------------------------*/
.column_plan_list {
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .column_plan_list .plan_box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .column_plan_list .plan_box .plan_box_pc {
    width: calc(33.3333333333% - 15px);
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px 10px 6px 6px;
    padding: 0 20px 20px;
    overflow: hidden;
  }
  .column_plan_list .plan_box .plan_box_pc a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .column_plan_list .plan_box .plan_box_pc .plan_box_catch {
    color: #fff;
    padding: 5px;
    margin: 0 -20px 5px;
    display: block;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .column_plan_list .plan_box .plan_box_pc .plan_box_title {
    font-size: clamp(3rem, 4vw, 3.8rem);
    margin: 0 0 5px;
    font-weight: 700;
    position: relative;
  }
  .column_plan_list .plan_box .plan_box_pc .plan_box_title:before {
    content: "";
    width: 28px;
    height: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    display: block;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 80px;
  }
  .column_plan_list .plan_box .plan_box_pc .plan_box_title:after {
    content: "\f061";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 8px;
    transform: translateY(-50%);
    top: 50%;
    font-size: 1.2rem;
    z-index: 2;
  }
  .column_plan_list .plan_box .plan_box_pc .plan_box_title .small {
    font-size: 0.7em;
  }
  .column_plan_list .plan_box .plan_box_pc .plan_box_img {
    width: 100%;
    aspect-ratio: 2/1;
    max-height: 200px;
    border-radius: 10px;
    position: relative;
  }
  .column_plan_list .plan_box .plan_box_pc .plan_box_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .column_plan_list .plan_box .plan_box_pc .plan_box_info {
    margin-top: auto;
  }
  .column_plan_list .plan_box .plan_box_pc .flow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    align-items: center;
  }
  .column_plan_list .plan_box .plan_box_pc .flow .item {
    border-radius: 4px;
    padding: 8px 5px;
    border: 1px solid #b9b9b6;
    line-height: 1;
  }
  .column_plan_list .plan_box .plan_box_pc .ippan_untax {
    text-align: center;
    font-size: 1.5rem;
  }
  .column_plan_list .plan_box .plan_box_pc .ippan_untax .num {
    font-size: 1.2em;
    text-decoration: line-through;
    font-family: YakuHanJP, "Oswald", sans-serif;
  }
  .column_plan_list .plan_box .plan_box_pc .discount {
    background: #f7f7f7;
    border: 1px solid #ccc;
    font-size: 2rem;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
  }
  .column_plan_list .plan_box .plan_box_pc .discount .num {
    font-size: 1.4em;
    font-family: YakuHanJP, "Oswald", sans-serif;
    font-weight: 500;
  }
  .column_plan_list .plan_box .plan_box_pc .discount .color {
    color: #eb2323;
  }
  .column_plan_list .plan_box .plan_box_pc .discount:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #ccc;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
  }
  .column_plan_list .plan_box .plan_box_pc .discount::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #f7f7f7;
    border-bottom: 0;
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
  }
  .column_plan_list .plan_box .plan_box_pc .club_untax {
    color: #eb2323;
    font-family: YakuHanJP, "Oswald", sans-serif;
    position: relative;
    line-height: 1;
    font-weight: 700;
    font-size: 2.6rem;
    margin: 0 auto 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .column_plan_list .plan_box .plan_box_pc .club_untax:before {
    content: "会員価格";
    display: block;
    line-height: 1;
    font-size: 0.6em;
    text-align: left;
  }
  .column_plan_list .plan_box .plan_box_pc .club_untax .num {
    font-size: 5.6rem;
    font-weight: 500;
  }
  .column_plan_list .plan_box .plan_box_pc .club_untax .yen {
    position: relative;
  }
  .column_plan_list .plan_box .plan_box_pc .club_untax .yen .tax {
    font-size: 0.5em;
    position: absolute;
    left: 0;
    top: -5px;
    white-space: nowrap;
  }
  .column_plan_list .plan_box .plan_box_pc .club_untax.ippan:before {
    content: none;
  }
  .column_plan_list .plan_box .plan_box_pc .club_taxin {
    font-size: 1.2rem;
    color: #222;
    line-height: 1;
    margin: 0 auto 10px;
  }
  .column_plan_list .plan_box .plan_box_pc .club_taxin .num {
    font-family: YakuHanJP, "Oswald", sans-serif;
    font-size: 1.6em;
    font-weight: 500;
  }
}
@media screen and (max-width: 820px) {
  .column_plan_list .plan_box .plan_box_pc {
    width: calc(50% - 5px);
  }
}
.column_plan_list .plan_simple {
  border: 1px solid #dc7417;
}
.column_plan_list .plan_simple .plan_box_catch {
  background: #dc7417;
}
.column_plan_list .plan_simple .plan_box_title {
  color: #dc7417;
}
.column_plan_list .plan_simple .plan_box_title:after {
  color: #dc7417;
}
.column_plan_list .plan_simple .flow .in {
  background: #dc7417;
  border-color: #dc7417;
  color: #fff;
}
.column_plan_list .plan_simple .flow .in img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(69%) saturate(630%) hue-rotate(349deg) brightness(114%) contrast(92%);
}
.column_plan_list .plan_simple .more {
  background: #dc7417;
}
.column_plan_list .plan_oneday {
  border: 1px solid #559c2e;
}
.column_plan_list .plan_oneday .plan_box_catch {
  background: #559c2e;
}
.column_plan_list .plan_oneday .plan_box_title {
  color: #559c2e;
}
.column_plan_list .plan_oneday .plan_box_title:after {
  color: #559c2e;
}
.column_plan_list .plan_oneday .flow .in {
  background: #559c2e;
  border-color: #559c2e;
  color: #fff;
}
.column_plan_list .plan_oneday .flow .in img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(10%) saturate(2851%) hue-rotate(55deg) brightness(76%) contrast(84%);
}
.column_plan_list .plan_oneday .more {
  background: #559c2e;
}
.column_plan_list .plan_family {
  border: 1px solid #ee3077;
}
.column_plan_list .plan_family .plan_box_catch {
  background: #ee3077;
}
.column_plan_list .plan_family .plan_box_title {
  color: #ee3077;
}
.column_plan_list .plan_family .plan_box_title:after {
  color: #ee3077;
}
.column_plan_list .plan_family .flow .in {
  background: #ee3077;
  border-color: #ee3077;
  color: #fff;
}
.column_plan_list .plan_family .flow .in img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(45%) saturate(1481%) hue-rotate(302deg) brightness(100%) contrast(90%);
}
.column_plan_list .plan_family .more {
  background: #ee3077;
}
.column_plan_list .plan_family .plan_box_img:before {
  content: "";
  background-image: url(../img/common/reccomend.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
  position: absolute;
  right: 10px;
  top: -10px;
}
.column_plan_list .temple {
  max-width: 630px;
  margin: 60px auto 0;
  border-top: 3px solid #b99850;
  border-bottom: 3px solid #b99850;
  padding: 20px 10px;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_plan_list .temple {
    gap: 20px;
    flex-direction: column;
  }
}
.column_plan_list .temple .info {
  flex: 1;
}
.column_plan_list .temple .info .catch {
  font-size: clamp(1.8rem, 4vw, 2rem);
  text-align: left;
  margin-bottom: 10px;
}
.column_plan_list .temple .info .catch .big {
  font-size: 1.5em;
}
.column_plan_list .temple .info .catch .color {
  color: #b99850;
}
.column_plan_list .temple .info .caution {
  font-size: 1.4rem;
}
.column_plan_list .temple img {
  width: 250px;
}

.page-template-area_pages .column_plan_list .temple {
  display: none;
}

body.page-plan .column_plan_list {
  padding: 0;
  background: unset;
}

@media screen and (max-width: 820px) {
  .plan_box .plan_box_sp {
    border-radius: 10px;
    box-shadow: 0 5px #d1ccc4;
    background: #fff;
    margin: 0 auto 20px;
    width: 100%;
  }
  .plan_box .plan_box_sp__wrap {
    padding: 10px;
    gap: 10px;
    align-items: center;
  }
  .plan_box .plan_box_sp__wrap .info {
    flex: 1;
    text-align: center;
  }
  .plan_box .plan_box_sp__wrap .info .feature {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .plan_box .plan_box_sp__wrap .info .plan_box_title {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .plan_box .plan_box_sp__wrap .info .plan_box_title .small {
    font-size: 0.8em;
  }
  .plan_box .plan_box_sp__wrap .plan_box_img {
    width: 40%;
    aspect-ratio: 3/2;
    position: relative;
  }
  .plan_box .plan_box_sp__wrap .plan_box_img:before {
    width: 55px;
    height: 55px;
    top: -20px;
    right: -20px;
  }
  .plan_box .plan_box_sp__wrap .plan_box_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .plan_box .plan_box_sp__price {
    gap: 5px;
    justify-content: center;
    align-items: center;
    padding: 0 15px 10px;
  }
  .plan_box .plan_box_sp__price:has(.discount) {
    justify-content: space-between;
  }
  .plan_box .plan_box_sp__price .num {
    font-family: YakuHanJP, "Oswald", sans-serif;
    line-height: 1;
  }
  .plan_box .plan_box_sp__price .discount {
    text-align: center;
    line-height: 1.4;
    padding: 5px;
    background: #f3f9e9;
    font-size: 1.5rem;
  }
  .plan_box .plan_box_sp__price .discount .discount_catch {
    font-weight: 600;
  }
  .plan_box .plan_box_sp__price .discount .discount_price {
    font-weight: bold;
    color: #eb2323;
  }
  .plan_box .plan_box_sp__price .discount .discount_price .num {
    font-size: 1.3em;
    font-weight: 400;
  }
  .plan_box .plan_box_sp__price .discount .ippan {
    font-size: 1.3rem;
  }
  .plan_box .plan_box_sp__price .club {
    text-align: right;
  }
  .plan_box .plan_box_sp__price .club .club_untax {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #eb2323;
    white-space: nowrap;
  }
  .plan_box .plan_box_sp__price .club .club_untax .num {
    font-size: 2em;
    letter-spacing: 0;
    font-weight: 500;
  }
  .plan_box .plan_box_sp__price .club .club_untax .yen {
    position: relative;
  }
  .plan_box .plan_box_sp__price .club .club_untax .yen .tax {
    font-size: 1rem;
    position: absolute;
    top: -13px;
    right: 0;
    white-space: nowrap;
  }
  .plan_box .plan_box_sp__price .club .club_taxin {
    font-size: 1.5rem;
  }
  .plan_box .plan_box_sp .more {
    text-align: center;
    color: #fff;
    position: relative;
  }
  .plan_box .plan_box_sp .more:after {
    content: "\f138";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
  }
}
/*----------------------------------------------------
	斎場一覧　簡易版
----------------------------------------------------*/
.column_hall_list .fuki_label {
  background: #da793c;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 0 30px;
  border-radius: 80px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 600;
  position: relative;
}
.column_hall_list .fuki_label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #da793c;
  border-bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -7px;
  margin: auto;
}
.column_hall_list .fuki_label .big {
  font-size: 1.3em;
}
.column_hall_list .hall_list {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list {
    gap: 20px;
  }
}
.column_hall_list .hall_list .item {
  width: calc(25% - 15px);
  position: relative;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  justify-content: flex-start;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list .item {
    width: 90%;
    margin: 0 auto;
  }
}
.column_hall_list .hall_list .item a {
  flex-direction: column;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list .item a {
    padding-bottom: 0;
  }
}
.column_hall_list .hall_list .item .img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: -20px -20px 0;
  position: relative;
}
.column_hall_list .hall_list .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.column_hall_list .hall_list .item .img .label {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 2px 10px;
  font-size: 1.4rem;
  border-radius: 80px;
  text-align: center;
  color: #fff;
}
.column_hall_list .hall_list .item .img .label.view {
  background: #da793c;
}
.column_hall_list .hall_list .item .img .label.public_hall {
  background: #207c3b;
}
.column_hall_list .hall_list .item .name {
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 15px;
  font-weight: 600;
}
.column_hall_list .hall_list .item .name span {
  color: #207c3b;
  display: block;
}
.column_hall_list .hall_list .item .adrs {
  line-height: 1.2;
  margin: 0 auto 5px;
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: 1.5rem;
}
.column_hall_list .hall_list .item .adrs:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #7f605a;
  padding-right: 5px;
}
.column_hall_list .hall_list .item .train {
  margin: 0 auto 5px;
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list .item .train {
    margin-bottom: 10px;
  }
}
.column_hall_list .hall_list .item .train:before {
  content: "\f239";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #7f605a;
  padding-right: 5px;
}
.column_hall_list .hall_list .item .sp_links {
  display: none;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list .item .sp_links {
    display: grid;
    grid-template-columns: 53% 45%;
    gap: 5px;
    padding: 0 15px 20px;
  }
}
.column_hall_list .hall_list .item .btn {
  display: block;
  line-height: 1.2;
  background: #fff;
  color: #207c3b;
  border: 1px solid;
  padding: 10px;
  font-size: 1.5rem;
}
.column_hall_list .hall_list .item .btn::after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #207c3b;
  right: 15px;
}
.column_hall_list .hall_list .item .btn.tel_btn {
  background: #eb2323;
  border: 0;
  color: #fff;
}
.column_hall_list .hall_list .item .btn.tel_btn::before {
  content: "\f2a0";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  transform: translateY(-50%);
  top: 50%;
}
.column_hall_list .hall_list .item .btn.tel_btn:after {
  border-left-color: #fff;
}
.column_hall_list .hall_list .item .btn:after {
  font-size: 1.4rem;
}
.column_hall_list .hall_list .item.public_hall {
  width: calc(50% - 15px);
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .column_hall_list .hall_list .item.public_hall {
    width: 90%;
    flex-direction: column;
    flex: unset;
  }
}
.column_hall_list .hall_list .item.public_hall a {
  flex-direction: row;
  align-items: center;
  flex: 0 0 100%;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list .item.public_hall a {
    flex-direction: column;
  }
}
.column_hall_list .hall_list .item.public_hall .img {
  width: 50%;
  margin: -20px 0 -20px -20px;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list .item.public_hall .img {
    width: unset;
    margin: -20px -20px 0;
  }
}
.column_hall_list .hall_list .item.public_hall .info {
  flex: 1;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list .item.public_hall .info {
    flex: unset;
    width: 100%;
  }
}
.column_hall_list .hall_list .item.public_hall .info .name {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .column_hall_list .hall_list .item.public_hall .info .name {
    text-align: center;
  }
}
.column_hall_list .part_hall_img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column_hall_list .part_hall_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/*----------------------------------------------------
	事前相談
----------------------------------------------------*/
.column_consultation .list {
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .column_consultation .list {
    flex-wrap: wrap;
  }
}
.column_consultation .list .item {
  width: calc(33.3333333333% - 17px);
  padding: 0 30px 40px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .column_consultation .list .item {
    width: 100%;
    max-width: 500px;
    padding: 0 20px 20px;
    margin: 0 auto;
  }
}
.column_consultation .list .item:after {
  content: "";
  width: 100%;
  height: 70%;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .column_consultation .list .item:after {
    height: 60%;
  }
}
.column_consultation .list .item .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .column_consultation .list .item .wrap {
    gap: 10px;
    display: grid;
    grid-template-columns: 30% 1fr;
  }
}
.column_consultation .list .item .num {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #da793c;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-size: clamp(3.8rem, 4vw, 4.8rem);
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .column_consultation .list .item .num {
    top: 50px;
    left: -10px;
  }
}
.column_consultation .list .item .num .label {
  display: block;
  font-size: clamp(1rem, 4vw, 1.5rem);
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .column_consultation .list .item .num .label {
    font-size: 1rem;
  }
}
.column_consultation .list .item .list_title {
  font-size: clamp(2.2rem, 4vw, 2.4rem);
  text-align: center;
  line-height: 1.4;
}
.column_consultation .list .item .list_title .color {
  color: #207c3b;
}
.column_consultation .list .item .list_lead {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .column_consultation .list .item .list_lead {
    grid-column: 1/3;
  }
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #f4f4ef;
  font-size: 1.5rem;
  padding: 0 0 90px;
  font-weight: 700;
}
#footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap {
    flex-wrap: wrap;
  }
}
#footer .footer_wrap .company_info {
  width: 290px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .company_info {
    width: 100%;
    margin-bottom: 40px;
  }
}
#footer .footer_wrap .company_info_logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 186px;
  width: 100%;
  margin-bottom: 10px;
}
#footer .footer_wrap .company_info_logo img {
  margin-bottom: 10px;
}
#footer .footer_wrap .company_info_logo .area_name {
  color: #207c3b;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
#footer .footer_wrap .company_info_add {
  margin-bottom: 40px;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .company_info_add {
    margin-bottom: 20px;
  }
}
#footer .footer_wrap .company_info .guide_lead {
  font-size: 1.2rem;
  padding-top: 1em;
}
#footer .footer_wrap .footer_menu {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  #footer .footer_wrap .footer_menu {
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
  }
  #footer .footer_wrap .footer_menu ul {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_menu ul {
    width: 100%;
  }
}
#footer .footer_wrap .footer_menu 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 .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq_wrap {
  max-width: 1020px;
  margin: 0 auto 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.faq_wrap .question {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  background: #f3f9e9;
  padding: 20px 20px 20px 50px;
  border: unset;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question {
    padding: 10px 10px 10px 30px;
  }
}
.faq_wrap .question .question_mark {
  position: absolute;
  content: "Q.";
  color: #207c3b;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  left: 20px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question .question_mark {
    left: 10px;
  }
}
.faq_wrap .answer {
  padding: 20px 20px 20px 50px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer {
    padding: 10px 10px 10px 30px;
  }
}
.faq_wrap .answer .answer_mark {
  position: absolute;
  content: "A.";
  color: #207c3b;
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  left: 20px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer .answer_mark {
    left: 10px;
  }
}
.faq_wrap a {
  display: inline-block;
  color: #eb2323;
  text-decoration: underline;
}
.faq_wrap a[href^="tel:"]:before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 3px;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 30px;
}
@media screen and (max-width: 820px) {
  #pagetop {
    right: 10px;
    bottom: 100px;
  }
}
#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: #207c3b;
  border-radius: 50%;
}
@media screen and (max-width: 820px) {
  #pagetop a {
    width: 48px;
    height: 48px;
  }
}
#pagetop a:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 820px) {
  #pagetop a:after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
}

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