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

html {
  font-size: 62.5%;
}

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

ol,
li {
  list-style: none;
}

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

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
main {
  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: 100%;
  bottom: 5px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  main .h1_box .h_tit {
    right: 0;
    width: calc(100% - 30px);
  }
}
main .h1_box .h_tit br {
  display: none;
}

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

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

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

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

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

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

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

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 820px) {
  .pt80 {
    padding-top: 40px;
  }
}

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

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

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

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

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

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

.light_bg {
  background: #fcf7ee;
}

.main_color {
  color: #567031;
}

.sub_color {
  color: #c0b781;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: clamp(1.7rem, 4vw, 1.8rem);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
  line-height: 1.4;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  min-height: 60px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  background: #333;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .btn {
    width: 90%;
  }
}
.btn::before {
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  right: -30px;
  background: #59554a;
  border-radius: 50px;
}
.btn::after {
  transform: rotate(-45deg);
}
.btn.w100 {
  width: 100%;
  max-width: 100%;
}
.btn .text {
  width: 100%;
  position: relative;
  padding: 15px 4em;
}
@media screen and (max-width: 767px) {
  .btn .text {
    padding: 15px 3em;
  }
}
.btn .text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  transition: transform 0.4s ease, opacity 0.2s ease;
}
.btn .text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s ease, opacity 0.2s ease;
}
.btn .big {
  font-size: 1.35em;
}
.btn:hover .text:before,
.btn:hover .text:after {
  transform: translateX(10px);
  opacity: 0;
}

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

.more_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  /* ホバーエフェクト */
}
.more_btn text {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.more_btn .arrow_circle {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #c0b781;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.more_btn .arrow_circle .arrow {
  position: absolute;
  width: 14px;
  height: 14px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  left: -15px;
}
.more_btn .arrow_circle .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 20px;
  height: 1px;
  background-color: #333;
  transform: translateY(-50%);
  transition: transform 0.4s ease, opacity 0.2s ease;
}
.more_btn .arrow_circle .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.4s ease, opacity 0.2s ease;
}
.more_btn:hover .arrow_circle {
  background-color: #567031;
}
.more_btn:hover .arrow {
  transform: translateX(10px);
  opacity: 0;
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 500;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

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

.archive_title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
}
.archive_title .color {
  color: #567031;
}
.archive_title .en {
  display: block;
  font-size: 1.5rem;
  font-family: YakuHanJP, "Jost", sans-serif;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.archive_title .en:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #c0b781;
  padding-right: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.catch {
  font-size: clamp(1.7rem, 2vw, 1.8rem);
  text-align: center;
}

.breadcrumbs {
  font-size: 1.2rem;
  margin-bottom: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0.1em 0 0.2em;
    background: #f9f9f9;
    overflow-x: scroll;
  }
}

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

.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #444;
  color: #fff;
  padding: 10px 0;
}
.foot_fixed_bnr .inner {
  align-items: center;
  justify-content: center;
}
.foot_fixed_bnr .tel .num {
  font-size: 4rem;
  line-height: 1;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .foot_fixed_bnr .tel .num {
    font-size: 2.6rem;
  }
}
.foot_fixed_bnr .tel .num:before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 0.7em;
  position: relative;
  left: -6px;
  top: -2px;
}
.foot_fixed_bnr .tel .attend {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    align-items: flex-end;
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 5px;
    z-index: 800;
  }
  .footer_floating_sp .item {
    position: relative;
  }
  .footer_floating_sp .item a {
    display: block;
  }
}

/*----------------------------------------------------
	BANNER
----------------------------------------------------*/
.banner_list {
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner_list {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.banner_list.w2 {
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .banner_list.w2 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner_list.w2 {
    flex-direction: column;
  }
}
.banner_list.w2 .item {
  width: calc(50% - 15px);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner_list.w2 .item {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.banner_list.w2 .item.contact {
  border: 2px solid #315897;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 2vw, 2.6rem);
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  text-align: left;
  box-shadow: 0 3px #254270;
  background: #f6f9ff;
}
.banner_list.w2 .item.contact .flex {
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .banner_list.w2 .item.contact .flex {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 820px) {
  .banner_list.w2 .item.contact .flex {
    gap: 8px;
    padding: 10px 8px;
  }
}
.banner_list.w2 .item.contact .label {
  background: #315897;
  color: #fff;
  border-radius: 50px;
  aspect-ratio: 1/1;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
@media screen and (max-width: 1100px) {
  .banner_list.w2 .item.contact .label {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.banner_list.w2 .item.contact:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .banner_list.w2 .item.contact:after {
    right: 2px;
  }
}
.banner_list.w2 .item.contact .color {
  color: #315897;
}
@media screen and (max-width: 767px) {
  .banner_list.w2 .item.contact .color {
    font-size: 1.3em;
  }
}
.banner_list.w2 .item.tel {
  border: 2px solid #c01a1a;
  box-shadow: 0 3px #931414;
}
.banner_list.w2 .item.tel .flex {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .banner_list.w2 .item.tel .flex {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .banner_list.w2 .item.tel .flex {
    flex-direction: column;
  }
}
.banner_list.w2 .item.tel .label {
  background: #c01a1a;
  color: #fff;
  font-size: clamp(2rem, 2vw, 2.6rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  line-height: 1.2;
  height: 100%;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .banner_list.w2 .item.tel .label {
    padding: 20px 5px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .banner_list.w2 .item.tel .label {
    width: 100%;
    padding: 5px;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }
}
.banner_list.w2 .item.tel .label .mini {
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .banner_list.w2 .item.tel .label .mini {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .banner_list.w2 .item.tel .label .mini {
    font-size: 1.6rem;
  }
}
.banner_list.w2 .item.tel .tel_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner_list.w2 .item.tel .tel_text {
    margin-bottom: 3px;
  }
}
.banner_list.w2 .item.tel .tel_text .catch {
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .banner_list.w2 .item.tel .tel_text .catch {
    margin-bottom: 3px;
  }
}
.banner_list.w2 .item.tel .tel_text .tel_anime {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 820px) {
  .banner_list.w2 .item.tel .tel_text .tel_anime {
    width: 30px;
    height: 30px;
  }
}
.banner_list.w2 .item.tel .tel_text .tel_anime svg {
  width: 100%;
  height: 100%;
  fill: #c01a1a;
}
.banner_list.w2 .item.tel .tel_text .num {
  font-family: "Oswald", sans-serif;
  font-size: 5.5rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .banner_list.w2 .item.tel .tel_text .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 820px) {
  .banner_list.w2 .item.tel .tel_text .num {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner_list.w2 .item.tel .tel_text .num {
    font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
  }
}
.banner_list.w2 .item.sougi,
.banner_list.w2 .item.houji {
  overflow: hidden;
  border-radius: 10px;
}
.banner_list.w2 .item.sougi a,
.banner_list.w2 .item.houji a {
  padding: 10px;
  display: block;
  overflow: hidden;
  background: url(../img/common/bg.svg);
  background-size: 40%;
}
.banner_list.w2 .item.sougi .main_title,
.banner_list.w2 .item.houji .main_title {
  text-align: center;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.4rem, 4vw, 2.8rem);
  font-weight: 600;
}
.banner_list.w2 .item.sougi .more,
.banner_list.w2 .item.houji .more {
  font-size: clamp(1.5rem, 4vw, 1.6rem);
  text-align: right;
  white-space: nowrap;
}
.banner_list.w2 .item.sougi .more:after,
.banner_list.w2 .item.houji .more:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-left: 5px;
  color: #c0b781;
}
.banner_list.w2 .item.sougi {
  background: linear-gradient(0deg, #fff 0%, #f3eef7 100%);
  border: 1px solid #60336f;
  box-shadow: 0 4px #60336f;
}
.banner_list.w2 .item.sougi .main_title {
  color: #60336f;
}
.banner_list.w2 .item.houji {
  background: linear-gradient(0deg, #fff 0%, #f1f3fa 100%);
  border: 1px solid #315897;
  box-shadow: 0 4px #315897;
}
.banner_list.w2 .item.houji .main_title {
  color: #315897;
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #header.contact_header .head_belt .inner {
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
  }
  #header.contact_header .head_belt .inner .logo_area img {
    max-width: 140px;
  }
}
#header .head_submenu {
  background: #567031;
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  #header .head_submenu {
    display: none;
  }
}
#header .head_submenu .inner {
  align-items: center;
}
#header .head_submenu .h_tit {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: inherit;
  font-size: 1.1rem;
}
#header .head_submenu .links {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: auto;
}
#header .head_submenu .links li {
  line-height: 1;
}
#header .head_submenu .links li a {
  color: #fff;
  font-size: 1.3rem;
}
#header .head_submenu .links li a i {
  padding-right: 4px;
}
#header .head_belt {
  position: fixed;
  padding: 10px 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
}
#header .head_belt.fixed {
  position: fixed;
  background: #fff;
  top: 0;
}
@media screen and (max-width: 1100px) {
  #header .head_belt {
    padding: 10px;
    border-bottom-width: 2px;
  }
  #header .head_belt .inner {
    padding: 0;
  }
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
  }
}
#header .head_belt .inner .logo_area {
  position: relative;
}
#header .head_belt .inner .logo_area img {
  width: 190px;
}
@media screen and (max-width: 1100px) {
  #header .head_belt .inner .logo_area img {
    max-width: 130px;
  }
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_r:not(.spin) {
    display: none;
  }
}
#header .head_belt .inner .head_r .tel {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 0;
}
#header .head_belt .inner .head_r .tel .tel_num {
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  margin-top: -10px;
  margin-left: 10px;
}
#header .head_belt .inner .head_r .tel .lead {
  font-size: 1.5rem;
  display: inline-block;
  color: #de8414;
  width: 100%;
  border: 1px solid;
  border-radius: 50px;
  line-height: 1.2;
}
#header .head_belt .hurry_btn .head_f {
  background: #de8414;
  color: #fff;
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 45px;
  line-height: 1.2;
  position: relative;
  border-radius: 5px;
}
#header .head_belt .hurry_btn .head_f::before {
  content: url(../img/common/hurry_icon.png);
  position: absolute;
  left: 15px;
  top: 30%;
}
#header .head_belt .hurry_btn .head_f::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}
#header .head_belt .hurry_btn .head_f span {
  font-size: 1.4rem;
  display: block;
}
#header .head_belt .hurry_btn a {
  display: block;
}

body:not(.home) .head_belt {
  background: #fff;
}

.under_page_head {
  background: url(../img/common/head_bg.jpg);
  background-size: contain;
  color: #567031;
  padding: 110px 0 40px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .under_page_head {
    padding: 70px 0 20px;
    background-size: cover;
    margin: 0;
  }
}
.under_page_head .title {
  font-size: clamp(2.6rem, 4vw, 3rem);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .under_page_head .title {
    width: 100%;
  }
}
.under_page_head .title:has(.parent) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .under_page_head .title:has(.parent) {
    align-items: center;
  }
}
.under_page_head .title .parent {
  font-size: 0.7em;
  background: #928849;
  color: #fff;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 1;
}

/*----------------------------------------------------
	グロナビ
----------------------------------------------------*/
.navigation_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .navigation_sp {
    display: block;
  }
  .navigation_sp .nav_list_wrap {
    padding: 80px 20px;
    width: 100%;
    height: 100vh;
    background: #faf4e6;
    text-align: center;
    right: 0;
    top: -200%;
    position: fixed;
    transition: all 0.3s;
    z-index: 800;
  }
  .navigation_sp .nav_list_wrap .title {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .navigation_sp .nav_list_wrap .contact {
    margin-bottom: 30px;
  }
  .navigation_sp .nav_list_wrap .contact a {
    display: block;
    text-align: left;
    font-weight: bold;
    padding: 14px 10px 14px 55px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px #ccc;
    margin: 0 auto 10px;
    position: relative;
    font-size: 2rem;
    border: 1px solid;
  }
  .navigation_sp .nav_list_wrap .contact a:before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
    font-size: 30px;
  }
  .navigation_sp .nav_list_wrap .contact a.tel {
    color: #de8414;
    background: #fdf9f3;
  }
  .navigation_sp .nav_list_wrap .contact a.tel .tel_anime {
    position: absolute;
    left: 15px;
    transform: translateY(-50%);
    top: 50%;
    height: 30px;
  }
  .navigation_sp .nav_list_wrap .contact a.tel .time {
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
    padding-left: 1em;
  }
  .navigation_sp .nav_list_wrap .contact a.service {
    color: #567031;
    background: #f7f8f5;
  }
  .navigation_sp .nav_list_wrap .contact a.service:before {
    content: "\f1bb";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
  }
  .navigation_sp .nav_list_wrap .contact a.mail {
    color: #11137a;
    background: #f3f3f8;
  }
  .navigation_sp .nav_list_wrap .contact a.mail:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
  }
  .navigation_sp .nav_list_wrap .contact a.line {
    padding: 0;
    border-color: #0ac654;
  }
  .navigation_sp .nav_list_wrap .contact a.line img {
    border-radius: 5px;
    overflow: hidden;
  }
  .navigation_sp .nav_list_wrap .nav_list .nav_item a,
  .navigation_sp .nav_list_wrap .nav_list .nav_item .ac_title {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #aaa;
    text-align: left;
    position: relative;
    z-index: 3;
  }
  .navigation_sp .nav_list_wrap .nav_list .nav_item:not(.accordion) a::after {
    content: "\f054";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #666;
    font-size: 0.7em;
    position: absolute;
    right: 0.5em;
    transform: translateY(-50%);
    top: 50%;
  }
  .navigation_sp .nav_list_wrap .nav_list .accordion {
    position: relative;
  }
  .navigation_sp .nav_list_wrap .nav_list .accordion__toggle {
    display: block;
    width: 15px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 2;
    background: unset;
    border: unset;
    padding: 0;
  }
  .navigation_sp .nav_list_wrap .nav_list .accordion__toggle:before,
  .navigation_sp .nav_list_wrap .nav_list .accordion__toggle:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #444;
    position: absolute;
    right: 2px;
    top: 50%;
  }
  .navigation_sp .nav_list_wrap .nav_list .accordion__toggle:after {
    transform: scale(1, 1) rotate(90deg);
    transition: 0.3s ease transform;
  }
  .navigation_sp .nav_list_wrap .nav_list .accordion__toggle[aria-expanded="true"]:after {
    transform: rotate(0);
    opacity: 0;
  }
  .navigation_sp .nav_list_wrap .nav_list .accordion__toggle.is-open::after {
    transform: rotate(0);
  }
  .navigation_sp .nav_list_wrap .nav_list .tgl_menu {
    display: none;
  }
  .navigation_sp .nav_list_wrap .nav_list .tgl_menu .nav_item a {
    padding-left: 1em;
  }
  .navigation_sp .nav_list_wrap .nav_list .tgl_menu .nav_item a::after {
    content: "\f0da";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
  }
}
.navigation_sp .toggle_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .navigation_sp .toggle_btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 999;
  }
  .navigation_sp .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 1px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .navigation_sp .toggle_btn span:nth-child(1) {
    top: 35%;
  }
  .navigation_sp .toggle_btn span:nth-child(2) {
    top: 50%;
  }
  .navigation_sp .toggle_btn span:nth-child(3) {
    top: 65%;
  }
}
.navigation_sp.open .nav_list_wrap {
  top: 0;
  overflow-y: scroll;
}
.navigation_sp.open .toggle_btn span:nth-child(1) {
  transform: translateY(5px) rotate(-315deg);
}
.navigation_sp.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.navigation_sp.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

@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: 768px) {
  .nav {
    position: relative;
  }
  .nav .nav_list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
  }
  .nav .nav_list .nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
    position: relative;
  }
  .nav .nav_list .nav_item a {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  .nav .nav_list .nav_item:last-of-type a {
    border-bottom: 0;
    background: #de8414;
    color: #fff;
    border-radius: 50px;
    padding: 5px 40px;
    line-height: 1.2;
    position: relative;
  }
  .nav .nav_list .nav_item:last-of-type a::after {
    content: "\f054";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
  }
  .nav .nav_list .nav_item:last-of-type a .big {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
  }
  .nav .nav_list .nav_item .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    z-index: 100;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    white-space: nowrap;
  }
  .nav .nav_list .nav_item .tgl_menu:after {
    content: "";
    border: none;
  }
  .nav .nav_list .nav_item .tgl_menu ul {
    margin: 0 auto;
    padding: 5px 0;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a {
    text-align: left;
    display: block;
    font-size: 1.5rem;
    color: #333;
    padding: 5px 10px;
  }
  .nav .nav_list .nav_item .tgl_menu ul li a:before {
    content: "\f138";
    font-family: "Font Awesome 6 free";
    color: #567031;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 5px;
  }
  .nav .nav_list .nav_item .pulldown ul:after {
    border: none;
  }
  .hamburger_text {
    display: none;
  }
}
@media only screen and (min-width: 1101px) {
  .nav .nav_list {
    gap: 30px;
  }
  .nav .nav_list .nav_item:last-of-type a {
    padding: 5px 60px;
  }
}
/*----------------------------------------------------
	バナー
----------------------------------------------------*/
.column_banner {
  padding: 0 0 100px;
}
@media screen and (max-width: 1100px) {
  .column_banner {
    padding: 0 0 50px;
  }
}
.column_banner.banner_top {
  padding-top: 60px;
}
.column_banner a:hover {
  opacity: 1;
}

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

.contents_list {
  padding: 60px 15px;
}
@media screen and (max-width: 820px) {
  .contents_list .list {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.contents_list .list .item {
  width: calc(25% - 15px);
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #fff 0%, #f8f2e4 100%);
}
@media screen and (max-width: 820px) {
  .contents_list .list .item {
    width: calc(50% - 3px);
  }
}
.contents_list .list .item a {
  position: relative;
  padding: 10px 10px 5px 20px;
  background: url(../img/common/bg.svg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .contents_list .list .item a {
    padding: 10px;
    justify-content: space-between;
    height: 100%;
  }
}
.contents_list .list .item a .title {
  font-size: 2.4rem;
  color: #565040;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  line-height: 1.4;
}
.contents_list .list .item a .more {
  font-size: clamp(1.5rem, 3vw, 1.6rem);
  text-align: right;
  white-space: nowrap;
}
.contents_list .list .item a .more:after {
  content: "\f138";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-left: 5px;
  color: #c0b781;
}
.contents_list .list .item.family {
  background: linear-gradient(0deg, #fff 0%, #f3eef7 100%);
}
.contents_list .list .item.family .title {
  color: #60336f;
}
.contents_list .list .item.jumoku {
  background: linear-gradient(0deg, #fff 0%, #eef3eb 100%);
}
.contents_list .list .item.jumoku .title {
  color: #567031;
}
.contents_list .list .item.hoji {
  background: linear-gradient(0deg, #fff 0%, #f1f3fa 100%);
}
.contents_list .list .item.hoji .title {
  color: #315897;
}

/*----------------------------------------------------
	記事一覧
----------------------------------------------------*/
.column_knowledge {
  position: relative;
  padding: 0;
}
.column_knowledge:before {
  content: url(../img/common/knowledge_bg.png);
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 0;
}
.column_knowledge:after {
  content: "";
  display: block;
  background: #faf4e6;
  width: 90vw;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 820px) {
  .column_knowledge:after {
    width: 100%;
  }
}
.column_knowledge.bg .inner {
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  .column_knowledge.bg .inner {
    padding: 60px 15px;
  }
}
.column_knowledge.bg:after {
  width: 100%;
  border-radius: 0;
}
.column_knowledge .inner {
  max-width: 1100px;
  padding: 100px 15px 80px;
}
@media screen and (max-width: 767px) {
  .column_knowledge .inner {
    padding: 80px 15px 60px;
  }
}
.column_knowledge .archive_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .column_knowledge .archive_title {
    padding-left: 1em;
  }
}
.column_knowledge .splide__news:not(.is-active) {
  visibility: visible;
}
.column_knowledge .splide__news:not(.is-active) .knowledge_row {
  gap: 10px;
}
.column_knowledge .splide__news:not(.is-active) .splide__slide {
  width: calc(25% - 8px);
}
@media screen and (max-width: 767px) {
  .column_knowledge .splide__news:not(.is-active) .splide__slide {
    width: 100%;
  }
}
.column_knowledge .knowledge_row {
  margin: 0 auto 30px;
}
.column_knowledge .knowledge_row li > .flex {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  flex-direction: column;
  gap: 5px;
  height: 100%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .column_knowledge .knowledge_row li > .flex {
    margin: 0 10px;
  }
}
.column_knowledge .knowledge_row li .img_box {
  aspect-ratio: 3/2;
  background: #eee;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #eee;
}
.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 .date_flex {
  width: 100%;
  align-items: center;
  gap: 0;
}
.column_knowledge .knowledge_row li .title {
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  flex: 1;
}
.column_knowledge .knowledge_row li .time {
  font-family: YakuHanJP, "Jost", sans-serif;
  font-size: 1.3rem;
}
.column_knowledge .knowledge_row li .text {
  font-size: 1.5rem;
}
.column_knowledge .knowledge_row li .cat {
  color: #567031;
  border-bottom: 1px dashed;
}
.column_knowledge .knowledge_row li .cat span {
  color: #333;
}

/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
/*------スライドショー------------------------------*/
.splide__pagination {
  bottom: 15px;
}
.splide__pagination__page {
  border: 1px solid #ccc;
}
.splide__pagination__page.is-active {
  border: 1px solid #c0b781;
  background: #c0b781;
}
.splide__arrow {
  width: 40px;
  height: 40px;
  background: #c0b781;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .splide__arrow svg {
    width: 1em;
  }
}
.splide__arrow--next {
  right: -20px;
}
@media screen and (max-width: 820px) {
  .splide__arrow--next {
    right: -10px;
  }
}
.splide__arrow--prev {
  left: -20px;
}
@media screen and (max-width: 820px) {
  .splide__arrow--prev {
    left: -10px;
  }
}
.splide__arrow svg {
  fill: #fff;
  width: 1em;
  height: 1em;
}

.slide_wrap {
  position: relative;
}

.main_visual {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #eee;
}
.main_visual .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  gap: 20px;
  z-index: 2;
  padding: 70px 0;
}
@media screen and (max-width: 820px) {
  .main_visual .inner {
    padding: 70px 0 0;
  }
}
.main_visual .big {
  z-index: 3;
  text-align: center;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7333333333), -2px 2px 10px rgba(0, 0, 0, 0.7333333333), 2px 2px 10px rgba(0, 0, 0, 0.7333333333), -2px 2px 10px rgba(0, 0, 0, 0.7333333333);
  font-weight: bold;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .main_visual .big {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .big {
    font-size: 1.8rem;
  }
}
.main_visual .pen {
  width: auto;
  height: 440px;
  position: relative;
  padding: 20px 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .main_visual .pen {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .pen {
    padding: 12px 40px;
    height: 310px;
  }
}
.main_visual .pen:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.3;
}
.main_visual .pen img {
  position: relative;
  height: 100%;
  z-index: 2;
}
.main_visual .bgimg {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .main_visual .bgimg {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .bgimg {
    height: 520px;
  }
}

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

.front_news {
  position: relative;
  overflow: unset;
  padding-bottom: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3% 5% 0 10%;
  border-radius: 0 10px 0 0;
  margin-top: -4%;
  z-index: 2;
  margin-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .front_news {
    width: 100%;
    padding: 3% 5%;
    border-radius: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .front_news {
    padding: 30px 15px;
    margin: 0 auto 50px;
  }
}
.front_news .archive_title {
  margin-right: auto;
}
.front_news .flex {
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .front_news .flex {
    flex-direction: column;
    gap: 10px;
  }
}
.front_news .news_list {
  min-width: 600px;
}
@media screen and (max-width: 1100px) {
  .front_news .news_list {
    min-width: unset;
    width: 100%;
  }
}
.front_news .news_list li {
  border-top: 1px solid #ccc;
}
.front_news .news_list li:last-of-type {
  border-bottom: 1px solid #ccc;
}
.front_news .news_list li a {
  padding: 5px 10px;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front_news .news_list li a {
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
.front_news .news_list li .time {
  color: #777;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .front_news .news_list li .title {
    width: 100%;
  }
}

/*----------------------------------------------------
	特長コーナー
----------------------------------------------------*/
.front_greeting {
  overflow: unset;
  background: #faf4e6;
}
.front_greeting:before {
  content: "";
  max-width: 1413px;
  height: 829px;
  background: url(../img/top/greeting_bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 6%;
  margin: auto;
}
.front_greeting .bg_r {
  position: absolute;
  right: 0;
  top: 11%;
  width: 30vw;
  max-width: 493px;
}
@media screen and (max-width: 1500px) {
  .front_greeting .bg_r {
    top: 6%;
  }
}
@media screen and (max-width: 820px) {
  .front_greeting .bg_r {
    top: 2%;
    width: 38vw;
  }
}
@media screen and (max-width: 767px) {
  .front_greeting .bg_r {
    top: 19%;
  }
}
.front_greeting .bg_l {
  position: absolute;
  left: 0;
  top: 16%;
  width: 30vw;
  max-width: 477px;
}
@media screen and (max-width: 1500px) {
  .front_greeting .bg_l {
    top: 6%;
  }
}
@media screen and (max-width: 767px) {
  .front_greeting .bg_l {
    top: 11.5%;
    width: 30vw;
  }
}
.front_greeting .wrap {
  padding-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .front_greeting .wrap {
    padding-bottom: 20%;
  }
}
.front_greeting .banner_list {
  top: -50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .front_greeting .banner_list {
    margin: 0 auto 10px;
  }
}
.front_greeting .symbol {
  display: block;
  margin: 0 auto 60px;
  width: 180px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.5;
}
@media screen and (max-width: 820px) {
  .front_greeting .symbol {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .front_greeting .symbol {
    width: 80px;
    margin-bottom: 30px;
  }
}
.front_greeting .greeting_title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-bottom: 60px;
}
.front_greeting .greeting_title .main_color {
  font-size: 1.1em;
}
.front_greeting .greeting_lead {
  position: relative;
  text-align: center;
  padding: 15px 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .front_greeting .greeting_lead {
    text-align: left;
  }
}
.front_greeting .greeting_lead:before,
.front_greeting .greeting_lead:after {
  content: "";
  width: 55px;
  height: 20px;
  background-image: radial-gradient(#c0b781 30%, transparent 24%);
  background-position: 17px 18px;
  background-size: 20px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.front_greeting .greeting_lead:after {
  top: unset;
  bottom: -20px;
}
.front_greeting .service_list__wrap {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list__wrap {
    margin-bottom: 30px;
  }
}
.front_greeting .service_list__wrap:before {
  content: "";
  width: 90%;
  height: 222px;
  background: #fffdf6;
  position: absolute;
  left: 0;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list__wrap:before {
    height: 90%;
    bottom: -5%;
  }
}
.front_greeting .service_list__wrap:nth-child(2):before {
  left: unset;
  right: 0;
}
.front_greeting .service_list__wrap:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list__wrap:last-of-type {
    margin-bottom: 40px;
  }
}
.front_greeting .service_list .inner.flex {
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  .front_greeting .service_list .inner.flex {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list .inner.flex {
    flex-direction: column;
    gap: 30px;
  }
}
.front_greeting .service_list .item {
  width: calc(50% - 15px);
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list .item {
    width: 100%;
  }
}
.front_greeting .service_list .item:nth-child(2) {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .front_greeting .service_list .item:nth-child(2) {
    padding: 0;
  }
}
.front_greeting .service_list .item .title {
  color: #fff;
  border-radius: 50px;
  padding: 8px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.front_greeting .service_list .item img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.front_greeting .service_list .item .lead {
  margin-bottom: 1em;
}
.front_greeting .service_list .item.jumoku .title {
  background: #567031;
}
.front_greeting .service_list .item.bochi .title {
  background: #565040;
}
.front_greeting .service_list .item.sougi .title {
  background: #60336f;
}
.front_greeting .service_list .item.hoji .title {
  background: #324070;
}
.front_greeting .service_list .item:hover .arrow_circle {
  background-color: #567031;
}
.front_greeting .service_list .item:hover .arrow {
  transform: translateX(10px);
  opacity: 0;
}

.front_reason {
  background: url(../img/top/select_bg.png), linear-gradient(180deg, rgb(250, 244, 230) 0%, rgb(255, 255, 255) 10%);
  background-repeat: no-repeat;
  background-position: center 13%;
}
.front_reason__select {
  padding: 10% 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .front_reason__select {
    padding: 30px 0 60px;
  }
}
.front_reason__select .reason_title {
  font-size: clamp(2.6rem, 3vw, 3.6rem);
  margin-bottom: 40px;
}
.front_reason__select .reason_title .main_color {
  font-size: 1.1em;
}
.front_reason__select .reason_title .big {
  font-size: 1.3em;
}
.front_reason__select .reason_lead {
  position: relative;
  padding: 15px 0;
  line-height: 2;
}
.front_reason__select .reason_lead:before,
.front_reason__select .reason_lead:after {
  content: "";
  width: 55px;
  height: 20px;
  background-image: radial-gradient(#c0b781 30%, transparent 24%);
  background-position: 17px 18px;
  background-size: 20px 20px;
  position: absolute;
  left: 0;
  top: -20px;
  margin: auto;
}
.front_reason__select .reason_lead:after {
  top: unset;
  bottom: -20px;
}
.front_reason__select img {
  position: absolute;
  right: 0;
  top: 10%;
  max-width: 720px;
  width: 40vw;
}
@media screen and (max-width: 1100px) {
  .front_reason__select img {
    top: 0;
    width: 38vw;
  }
}
.front_reason__list .list_title {
  text-align: center;
  font-size: clamp(2.8rem, 4vw, 3.8rem);
  line-height: 1.2;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .front_reason__list .list_title {
    margin-bottom: 40px;
  }
}
.front_reason__list .list_title .mini {
  display: block;
  font-size: 0.6em;
}
.front_reason__list .list_title .big {
  font-size: 1.8em;
}
.front_reason__list .list_title .mark {
  background: linear-gradient(0deg, #fad680 0%, #fad680 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  padding: 0 10px;
}
.front_reason__list .flex {
  counter-reset: number 0;
  gap: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1300px) {
  .front_reason__list .flex {
    width: 90%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 1100px) {
  .front_reason__list .flex {
    width: 100%;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 820px) {
  .front_reason__list .flex {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .front_reason__list .flex {
    flex-direction: column;
  }
}
.front_reason__list .flex .item {
  width: calc(33.3333333333% - 5px);
  max-width: 360px;
  text-align: center;
  position: relative;
  aspect-ratio: 1/1;
  border: 1px solid #567031;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .front_reason__list .flex .item {
    width: 90%;
    flex-direction: row;
    gap: 10px;
    margin: 0 auto;
    aspect-ratio: unset;
    border-radius: 10px;
    padding: 10px 0 10px 30px;
    justify-content: flex-start;
  }
}
.front_reason__list .flex .item:before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #567031;
  font-size: clamp(4.5rem, 5vw, 7.2rem);
  line-height: 1;
  position: absolute;
  left: -55px;
  top: 1%;
  background: url(../img/top/leaf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 1100px) {
  .front_reason__list .flex .item:before {
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .front_reason__list .flex .item:before {
    left: -20px;
  }
}
.front_reason__list .flex .item:after {
  content: "";
  width: 50px;
  height: 20px;
  border-top: 1px solid #567031;
  position: absolute;
  top: 10%;
  left: 6%;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .front_reason__list .flex .item:after {
    width: 40px;
    height: 35px;
    top: 6%;
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .front_reason__list .flex .item:after {
    left: -20px;
  }
}
.front_reason__list .flex .item img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .front_reason__list .flex .item img {
    max-height: 80px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .front_reason__list .flex .item img {
    margin-bottom: 0;
    max-width: 80px;
  }
}
.front_reason__list .flex .item .lead {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .front_reason__list .flex .item .lead {
    font-size: 1.7rem;
  }
}

/*----------------------------------------------------
	お問い合わせコーナー
----------------------------------------------------*/
.column_contact {
  background: url(../img/common/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0;
}
@media screen and (max-width: 820px) {
  .column_contact {
    padding: 8% 0;
  }
}
.column_contact .flex {
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .column_contact .flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.column_contact .contact {
  width: 100%;
  max-width: 430px;
  color: #fff;
}
.column_contact .contact a {
  color: #fff;
}
@media screen and (max-width: 820px) {
  .column_contact .contact {
    width: 100%;
  }
}
.column_contact .contact .tel_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact .tel_text {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    box-shadow: 0 5px;
  }
}
.column_contact .contact .tel_text .tel_anime {
  height: 35px;
}
.column_contact .contact .tel_text .tel_anime svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}
.column_contact .contact .tel_text .num {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .column_contact .contact .tel_text .num {
    display: none;
  }
}
.column_contact .contact .tel_text .text {
  display: none;
}
@media screen and (max-width: 767px) {
  .column_contact .contact .tel_text .text {
    display: block;
    font-family: "YakuHanMincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 3rem;
    line-height: 1.2;
  }
}
.column_contact .contact .attend {
  text-align: center;
  font-size: 1.4rem;
}
.column_contact .contact .contact_btn {
  font-size: 2rem;
  background: #315897;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  margin: 10px auto;
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.column_contact .contact .contact_btn:after {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  font-size: 0.7em;
}
.column_contact .contact .contact_btn.white {
  color: #333;
  background: #fff;
}
.column_contact .contact.faq {
  max-width: 260px;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 820px) {
  .column_contact .contact.faq {
    max-width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .contact.faq {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.column_contact .contact.faq a {
  background: #567031;
}
.column_contact .contact.faq a img {
  width: 30px;
  height: 30px;
}
.column_contact .contact.faq a span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

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

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq_box {
  max-width: 1020px;
  margin: 0 auto 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.faq_box .question {
  position: relative;
  color: #fff;
  cursor: pointer;
}
.faq_box .question:before {
  position: absolute;
  counter-increment: number;
  content: "Q";
  display: inline-block;
  color: #567031;
  background: #fff;
  font-family: YakuHanJP, "Jost", sans-serif;
  font-weight: 400;
  border: 1px solid;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq_box .question:before {
    left: 10px;
    width: 25px;
    height: 25px;
  }
}
.faq_box .question .open_btn {
  background: #eef1ea;
  width: 100%;
  text-align: left;
  padding: 20px 40px 20px 80px;
  border: 0;
  color: #333;
  cursor: pointer;
  line-height: 1.4;
  font-size: clamp(1.8rem, 4vw, 2rem);
}
@media screen and (max-width: 767px) {
  .faq_box .question .open_btn {
    padding-left: 45px;
  }
}
.faq_box .question .open_btn::after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.faq_box .question.open .open_btn::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq_box .answer {
  padding: 20px 20px 20px 80px;
  position: relative;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .faq_box .answer {
    padding-left: 45px;
  }
}
.faq_box .answer:before {
  content: "A";
  position: absolute;
  left: 0;
  top: 15px;
  background: #fff;
  font-family: YakuHanJP, "Jost", sans-serif;
  font-weight: 400;
  border: 1px solid;
  color: #de8414;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq_box .answer:before {
    left: 10px;
    top: 22px;
    width: 25px;
    height: 25px;
  }
}
.faq_box .title {
  margin-bottom: 20px;
}
.faq_box a {
  display: inline-block;
  color: #de8414;
  text-decoration: underline;
}
.faq_box a[href^="tel:"]:before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 3px;
}

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

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

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

@media screen and (max-width: 820px) {
  #pagetop {
    right: 10px;
    bottom: 100px;
  }
  #pagetop a {
    width: 48px;
    height: 48px;
  }
  #pagetop a:after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 80px;
  }
}
body.page-template-form #pagetop {
  bottom: 30px;
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime svg {
  width: 30px;
  height: 30px;
  fill: #de8414;
}
.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;
  }
}

@media screen and (max-width: 1100px) {
  .plan_comparison .table_wrap {
    overflow-y: scroll;
  }
}
.plan_comparison .comparison {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  max-width: 1200px;
}
.plan_comparison .comparison .con_title {
  background: #eef1ea;
  font-size: 1.8rem;
}
.plan_comparison .comparison .plan_title {
  background: #eee;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.plan_comparison .comparison th,
.plan_comparison .comparison td {
  border: 1px solid #ccc;
  padding: 1em;
  white-space: nowrap;
}
.plan_comparison .comparison .price_cell {
  font-weight: 600;
}
.plan_comparison .comparison .price_cell .num {
  font-family: YakuHanJP, "Jost", sans-serif;
  font-size: 1.2em;
  line-height: 1;
}
.plan_comparison .comparison .price_cell .ippan {
  font-weight: bold;
  margin-bottom: 10px;
}
.plan_comparison .comparison .price_cell .club_notax {
  color: #de8414;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.plan_comparison .comparison .price_cell .club_notax .num {
  font-size: 2.5em;
}
.plan_comparison .comparison .discount {
  color: #de8414;
}
.plan_comparison .comparison .discount .num {
  font-family: YakuHanJP, "Jost", sans-serif;
  font-size: 2em;
  line-height: 1;
}
.plan_comparison .comparison .flow {
  text-align: center;
  gap: 5px;
  justify-content: center;
}
.plan_comparison .comparison .flow li {
  font-size: 1.8rem;
  padding: 10px;
  background: #eee;
  writing-mode: vertical-rl;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  text-align: center;
  padding-top: 60px;
  color: #5c5c5c;
  font-weight: 600;
}

@media screen and (max-width: 820px) {
  .error-404 {
    padding: 40px 0;
  }
}
.error-404 .btn {
  margin-top: 50px;
}

.error-404 .icon_404 {
  background: #fff;
  font-size: 9rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
  .error-404 .icon_404 {
    font-size: 7rem;
  }
}
.error-404 .icon_404 span {
  text-shadow: 2px 0 0 #567031, 0 2px 0 #567031, -2px 0 0 #567031, 0 -2px 0 #567031;
  color: #fff;
}
/*# sourceMappingURL=common.css.map */
