/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
  z-index: 1000;
}
.header-en-top {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 20px;
  background-color: #fff;
}
.header-logo {
  width: 68%;
  margin-right: 20px;
}
.header-logo a {
  display: flex;
  align-items: center;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header .en-visual {
  width: 100%;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}
.header .en-visual-list {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.header .en-visual-list-item {
  width: 100%;
  height: 250px;
  border: 10px solid #fff;
}
.header .en-visual-list-item:first-child a .en-visual-textbox img {
  height: 60px;
}
.header .en-visual-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.header .en-visual-list-item a::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 50px;
  width: 15px;
  height: 30px;
  background: center/cover no-repeat url(../images/common/en-arrow02.png);
  transition: all 0.4s;
}
.header .en-visual-list-item a:hover::before {
  right: 14px;
}
.header .en-visual-list-item a:hover .en-visual-img img {
  scale: 1.08;
}
.header .en-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.header .en-visual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.header .en-visual-textbox {
  width: 100%;
}
.header .en-visual-title {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.header .en-visual-title img {
  max-height: 70px;
}
.header-en-content {
  max-width: 940px;
  width: 100%;
}
.header-textbox {
  max-width: 379px;
  width: 100%;
}
.header-tel {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 21px;
  position: relative;
}
.header-tel .s-font {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  color: #7cc87e;
  margin-right: 10px;
}
.header-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header-text {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
.header-notice {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 10px;
}
.header-contact {
  max-width: 240px;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff !important;
  background-color: #7cc87e;
  position: relative;
}
.header-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s;
}
.header-contact:hover {
  opacity: 0.8;
}
.header-contact:hover::before {
  right: 8px;
}
.header-contact.accent {
  background: none;
  border: 1px solid #fff;
}
.header-insta:hover {
  opacity: 0.6;
}
.header-inner {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 1000;
  z-index: 10;
}
.header-content {
  max-width: 533px;
  width: 100%;
}
.header-flex {
  max-width: 308px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.08em;
  position: relative;
}
.header .global-nav-list-item a:hover {
  opacity: 0.5;
}
.header .global-nav-list-item.current a {
  opacity: 0.5;
}
.header .main-visual {
  width: 100%;
  height: 320px;
  background: center bottom/cover no-repeat url(../images/common/main-visual.png);
}
.header .main-visual-textbox {
  max-width: 1280px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .main-visual-textbox img {
  max-width: 300px;
  width: 75%;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.header .sub-visual-title {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.header .page-top {
  position: fixed;
  right: 37px;
  bottom: 35px;
  z-index: 1000;
}
.header .page-top:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}
.header #header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.header #header-fixed .global-nav a {
  color: #282828 !important;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  background: center bottom/cover no-repeat url(../images/top/top-about-bg.png);
}
.top-about-inner {
  text-align: center;
}
.top-about-title {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 27px;
}
.top-about-title .accent {
  font-size: 3rem;
}
.top-about-title .accent2 {
  font-size: 3rem;
  position: relative;
  z-index: 1;
}
.top-about-title .accent2::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 127px;
  height: 2px;
  background: center/contain no-repeat url(../images/top/top-about-dot.png);
}
.top-about-text {
  font-size: 1.55rem;
  line-height: 2;
  color: #fff;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 15px;
}
.top-about-text .accent {
  font-size: 1.75rem;
}

.top-fortune {
  margin-top: -1px;
  background: center top/cover no-repeat url(../images/top/top-fortune-bg.png);
}
.top-fortune-inner {
  max-width: 1280px;
}
.top-fortune-title {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.top-fortune-title .accent {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
.top-fortune-list {
  padding-top: 200px;
  margin-bottom: 30px;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.top-fortune-list::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 189px;
  height: 347px;
  background: center/contain no-repeat url(../images/top/top-fortune-img.png);
}
.top-fortune-list-item {
  max-width: 497px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top-fortune-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-fortune-list-title {
  font-size: 2.3rem;
  padding-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
}
.top-fortune-textbox {
  display: block;
  max-width: 415px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  color: #fff !important;
  text-align: center;
  padding: 25px;
  background-color: #7cc87e;
  position: relative;
  transition: all 0.4s;
}
.top-fortune-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/top-fortune-arrow.png);
  transition: all 0.4s;
}
.top-fortune-textbox:hover::before {
  right: 2px;
}
.top-fortune-icon {
  display: none;
}
.top-fortune-text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}

.top-concept {
  background: center top/cover no-repeat url(../images/top/top-concept-bg.png);
}
.top-concept-inner {
  color: #fff;
}
.top-concept-title {
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.top-concept-title .accent {
  font-size: 3rem;
}
.top-concept-text {
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
.top-concept-text:not(:last-of-type) {
  margin-bottom: 24px;
}
.top-concept-text:first-of-type {
  font-size: 1.8rem;
  font-weight: 700;
}
.top-concept-text:last-of-type {
  font-size: 1.8rem;
  font-weight: 700;
}

.top-feature {
  background: center top/cover no-repeat url(../images/top/top-feature-bg-sp.png);
}
.top-feature-title {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.top-feature-title .accent {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.top-feature-list {
  flex-direction: column;
  counter-reset: number 0;
}
.top-feature-list-item {
  max-width: 520px;
  width: 100%;
  text-align: center;
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.top-feature-list-item::before {
  position: absolute;
  content: "";
  right: 15px;
  bottom: 10px;
  font-size: 6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(124, 200, 126, 0.3);
  counter-increment: number 1;
  content: "0" counter(number);
}
.top-feature-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-feature-list-title {
  font-size: 2.1rem;
  line-height: 1;
  padding: 17px 0;
  margin-bottom: 21px;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
}
.top-feature-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
}

.top-case {
  background-color: #d7f1d8;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
  border-top: 15px solid #fff;
  position: relative;
}
.top-case-inner {
  max-width: none;
  padding-bottom: 150px;
  position: relative;
}
.top-case-inner::before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 80px;
  width: 200px;
  height: 49px;
  background: center/contain no-repeat url(../images/top/top-case-en.png);
}
.top-case-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 30px;
}
.top-case-list {
  align-items: flex-start;
  margin-bottom: 45px;
}
.top-case-list-item {
  max-width: 240px;
  width: 100%;
}
.top-case-list-item a {
  width: 100%;
  height: 100%;
}
.top-case-list-item a time {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
.top-case-list-item a:hover {
  opacity: 0.6;
}
.top-case-list-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}
.top-case-img {
  width: 100%;
  height: 210px;
  margin-bottom: 15px;
}
.top-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-case .swiper-wrapper {
  margin-bottom: 45px;
}
.top-case .swiper-button-prev {
  top: 140px;
  width: 80px;
  height: 80px;
  margin-top: 0;
  background: center/cover no-repeat url(../images/top/top-case-arrow-l.png);
}
.top-case .swiper-button-next {
  top: 140px;
  width: 80px;
  height: 80px;
  margin-top: 0;
  background: center/cover no-repeat url(../images/top/top-case-arrow-r.png);
}

.link-banner {
  width: 100%;
  min-height: 430px;
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
  border-bottom: 15px solid #fff;
}
.link-banner-inner {
  padding-top: 0;
}
.link-banner-list {
  margin-top: -80px;
  flex-direction: column;
}
.link-banner-list-item {
  max-width: 520px;
  width: 100%;
  height: 130px;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #fff;
  outline-offset: -6px;
  background: center/cover no-repeat url(../images/top/link-banner-box.png);
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  transition: all 0.4s;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover::before {
  right: 17px;
}
.link-banner-title {
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.link-banner-title .accent {
  display: block;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

.reserve {
  background: center top/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-banner {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 134px 15px 20px 15px;
  background: top right/270px 129px no-repeat url(../images/top/reserve-img.png), #ecffed;
  border: 1px solid #7cc87e;
  outline: 3px solid #fff;
  outline-offset: -4px;
  position: relative;
}
.reserve-banner::before {
  position: absolute;
  content: "";
  right: 3px;
  bottom: 3px;
  width: 40px;
  height: 40px;
  background: center/cover no-repeat url(../images/top/reserve-arrow-bg.png);
}
.reserve-banner::after {
  position: absolute;
  content: "";
  right: 15px;
  bottom: 10px;
  width: 13px;
  height: 26px;
  background: center/contain no-repeat url(../images/top/reserve-arrow.png);
  transition: all 0.4s;
}
.reserve-banner:hover {
  opacity: 0.8;
}
.reserve-banner:hover:after {
  right: 15px;
}
.reserve-title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.reserve-title .accent {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  margin-top: 5px;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12em;
}

.news {
  border: 15px solid #fff;
  background: center/cover no-repeat url(../images/top/news-bg.png);
}
.news-inner {
  position: relative;
}
.news-content {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.news-left {
  width: 256px;
  height: 169px;
  padding-top: 60px;
  z-index: 1;
}
.news-left::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 177px;
  height: 185px;
  background: center/contain no-repeat url(../images/top/news-box-bg.png);
  z-index: -1;
}
.news-section-title {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
}
.news-section-title .accent {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.02em;
  margin-top: 19px;
}
.news-textbox {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  padding: 25px 15px;
  background-color: #fff;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  transform: translateX(8px);
}
.news-accent {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 5px;
  padding: 5px 14px;
  color: #7cc87e;
  border: 1px solid #7cc87e;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-main time {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
}
.news-title {
  width: calc(100% - 120px);
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  transition: all 0.4s;
}
.news-thumbnail {
  width: 100px;
  height: 100px;
  display: none;
}
.news-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-thumbnail.thumbnail-on {
  display: block;
}
.news-content {
  width: 100%;
  position: relative;
}
.news .cmn-btn {
  color: #fff !important;
  background-color: #7cc87e;
}
.news .cmn-btn::before {
  background-color: #fff;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #7cc87e;
  border: 2px solid #7cc87e;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #7cc87e;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-img {
  text-align: center;
  margin: 0 auto 30px auto;
}
.news-detail-img img {
  max-width: 100%;
}
.news-detail-info-list {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #7cc87e;
  border-bottom: 1px solid #7cc87e;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #7cc87e;
  border-right: 1px solid #7cc87e;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #7cc87e !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  transform: translateY(-5px);
}

#news .news {
  border: none;
  background: #d7f1d8;
}
#news .news .cmn-title {
  color: #282828;
  text-shadow: none;
}
#news .news .cmn-title::before {
  background-color: #282828;
}
#news .news .cmn-title .accent {
  margin-bottom: 0;
}

/*========================================
about
==========================================*/
.concept {
  background: center/cover no-repeat url(../images/about/concept-bg.png);
}
.concept-inner {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.concept-title {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.concept-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: #fff;
}
.concept-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.9;
}
.concept-text:first-of-type {
  font-size: 2rem;
}
.concept-text:not(:last-of-type) {
  margin-bottom: 23px;
}

.feature {
  background: center/cover no-repeat url(../images/about/feature-bg.png);
  overflow: hidden;
}
.feature-inner {
  max-width: 1280px;
}
.feature-inner .cmn-title {
  line-height: 1.4;
  text-shadow: 0px 0px 20px rgba(16, 42, 6, 0.8), 0px 0px 20px rgba(16, 42, 6, 0.8), 0px 0px 20px rgba(16, 42, 6, 0.8);
}
.feature-inner .cmn-title .accent {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.feature-list {
  counter-reset: number 0;
}
.feature-list-item {
  flex-direction: column;
  position: relative;
}
.feature-list-item:not(:last-child) {
  margin-bottom: 35px;
}
.feature-list-title {
  font-size: 2.1rem;
  line-height: 1;
  padding: 15px 0;
  margin-bottom: 20px;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.feature-list-title::before {
  content: "";
  font-size: 2rem;
  color: #7cc87e;
  counter-increment: number 1;
  content: "Point0" counter(number) " / ";
  margin-bottom: 5px;
}
.feature-img {
  margin-bottom: 0;
}
.feature-textbox {
  max-width: 860px;
  width: 100%;
  padding: 25px 15px;
  position: relative;
  z-index: 1;
}
.feature-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.feature-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.feature-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.info {
  background: center/cover no-repeat url(../images/about/info-bg.png);
  border: 15px solid #fff;
}
.info-inner .cmn-title {
  color: #282828;
  text-shadow: none;
}
.info-inner .cmn-title::before {
  background-color: #282828;
}
.info-inner .cmn-title .accent {
  margin-bottom: 0;
}
.info-content {
  flex-direction: column;
}
.info-textbox {
  max-width: 510px;
  width: 100%;
  margin-bottom: 25px;
}
.info-table {
  width: 100%;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 15px 0;
  text-align: center;
  background-color: #469c49;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 15px 10px;
  background-color: #fff;
  border-top: 1px solid #469c49;
}
.info-link {
  display: inline-block;
  line-height: 1;
  color: #0030ff !important;
  padding-bottom: 7px;
  border-bottom: 1px solid #0030ff;
}
.info-map {
  max-width: 510px;
  width: 100%;
  height: 60vw;
  border: 1px solid #7cc87e;
  outline: 3px solid #fff;
  outline-offset: -4px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
}

/*========================================
fortune
==========================================*/
.fortune {
  background: center/cover no-repeat url(../images/fortune/fortune-bg.png);
}
.fortune-inner {
  text-align: center;
}
.fortune-inner .cmn-title {
  margin-bottom: 30px;
}
.fortune-text {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.fortune-text:not(:last-of-type) {
  margin-bottom: 16px;
}
.fortune-text:last-of-type {
  margin-bottom: 30px;
}
.fortune-text .accent {
  font-size: 1.9rem;
}
.fortune-wrap {
  padding-top: 150px;
  margin-top: -150px;
}
.fortune-wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
.fortune-content {
  padding: 15px 10px;
  background-color: #fff;
}
.fortune-content-text {
  font-size: 1.9rem;
  font-weight: 600;
}
.fortune-flex {
  flex-direction: column;
  margin-bottom: 25px;
}
.fortune-img {
  margin-bottom: 20px;
}
.fortune-textbox {
  max-width: 480px;
  width: 100%;
}
.fortune-sub-title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #469c49;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #469c49;
}
.fortune-text-list-item {
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  border-bottom: 1px dashed #c4c4c4;
}
.fortune-text-list-item::before {
  content: "";
  flex: none;
  width: 16px;
  height: 18px;
  margin-right: 9px;
  background: center/contain no-repeat url(../images/fortune/fortune-check.png);
}
.fortune-text-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.fortune-sub-text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: left;
}
.fortune-sub-text .accent {
  display: inline-block;
  font-size: 1.7rem;
  color: #6c2b9a;
  position: relative;
  z-index: 1;
}
.fortune-sub-text .accent::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(108, 43, 154, 0.1);
  z-index: -1;
}

.us {
  background: center/cover no-repeat url(../images/fortune/us-bg.png);
}
.us-inner {
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.us-inner .cmn-title {
  line-height: 1.3;
  margin-bottom: 35px;
}
.us-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #fff;
}
.us-text:not(:last-of-type) {
  margin-bottom: 21px;
}
.us-text.accent {
  font-size: 1.9rem;
  line-height: 1.5;
}

/*========================================
flow
==========================================*/
.consult {
  background: center/cover no-repeat url(../images/flow/consult-bg.png);
}
.consult-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.consult-text .accent {
  font-size: 1.9rem;
  line-height: 1.5;
}
.consult-list {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.consult-list-item {
  width: 49%;
  margin-bottom: 25px;
}

.price {
  background: right bottom/333px 301px no-repeat url(../images/flow/price-bg-r-b.png), center top/cover no-repeat url(../images/flow/price-bg.png);
}
.price-textbox {
  max-width: 790px;
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 30px 20px;
  background: left 7px bottom 7px/217px 235px no-repeat url(../images/flow/price-box-deco-l-b.png), right 7px bottom 7px/260px 236px no-repeat url(../images/flow/price-box-deco-r-b.png), #fff;
  outline: 1px solid #7cc87e;
  outline-offset: -5px;
}
.price-title {
  margin-bottom: 19px;
  flex-direction: column;
}
.price-title .main-price:first-of-type {
  margin-bottom: 10px;
}
.price-title .main-price:last-of-type {
  margin-top: 10px;
}
.price-title .main-price img {
  height: 70px;
}
.price-sub-title {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.price-sub-title::before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 0;
  width: 90%;
  height: 10px;
  background-color: #ecffed;
  z-index: -1;
}
.price-sub-title:nth-of-type(2) {
  padding-right: 15px;
}
.price-text-list {
  padding-top: 20px;
  border-top: 1px dashed #c4c4c4;
}
.price-text-list-item {
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.price-text-list-item::before {
  content: "";
  flex: none;
  width: 17px;
  height: 19px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/flow/price-check.png);
}
.price-text-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.price-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.price-text .accent {
  display: inline-block;
  line-height: 1;
  color: #0030ff !important;
  padding-bottom: 7px;
  border-bottom: 1px solid #0030ff;
}
.price .payment .cmn-title {
  color: #282828;
  text-shadow: 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255);
}
.price .payment .cmn-title::before {
  background-color: #282828;
}
.price .payment .cmn-title .accent {
  margin-bottom: 0;
}
.price .payment-text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  color: #282828;
  margin-bottom: 30px;
  text-shadow: 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255), 0px 0px 20px rgb(255, 255, 255);
}
.price .payment-text .accent {
  font-size: 2.3rem;
  font-weight: 700;
  color: #469c49;
}
.price .payment-textbox {
  padding: 50px 20px 20px 20px;
  background-color: #ffffff;
  border: 2px solid #a21818;
  outline: 4px solid #e6e6e6;
  outline-offset: -6px;
  position: relative;
}
.price .payment-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: fit-content;
  font-size: 2.7rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  background-color: #a21818;
}
.price .payment-title::before {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 16px;
  background: center/cover no-repeat url(../images/flow/payment-arrow.png);
}
.price .payment-sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 25px;
  color: #a21818;
}
.price .payment-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.price .payment-list-title {
  font-size: 2.1rem;
  line-height: 1;
  color: #a21818;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a21818;
}
.price .payment-sub-text .accent {
  display: inline-block;
  color: #a21818;
  position: relative;
  z-index: 1;
}
.price .payment-sub-text .accent::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(162, 24, 24, 0.07);
  z-index: -1;
}

.flow {
  background: center top/cover no-repeat url(../images/flow/flow-bg.png);
}
.flow-inner .cmn-title {
  font-size: 2.5rem;
  text-shadow: 0px 0px 20px rgba(16, 42, 6, 0.8), 0px 0px 20px rgba(16, 42, 6, 0.8), 0px 0px 20px rgba(16, 42, 6, 0.8);
}
.flow-list-item {
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 16px;
  background: center/cover no-repeat url(../images/flow/flow-arrow.png);
}
.flow-list-item:nth-child(2) .flow-list-title::before {
  background: center/cover no-repeat url(../images/flow/flow-icon02.png);
}
.flow-list-item:nth-child(3) .flow-list-title::before {
  background: center/cover no-repeat url(../images/flow/flow-icon03.png);
}
.flow-list-item:nth-child(4) .flow-list-title::before {
  background: center/cover no-repeat url(../images/flow/flow-icon04.png);
}
.flow-list-title {
  font-size: 2.1rem;
  font-weight: 400;
  padding-bottom: 10px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 12px;
  border-bottom: 1px solid #7cc87e;
}
.flow-list-title::before {
  content: "";
  flex: none;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/flow/flow-icon01.png);
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12em;
}

/*========================================
case
==========================================*/
.case {
  background-color: #d7f1d8;
  margin-top: 25px;
  border: 10px solid #fff;
}
.case-inner .cmn-title {
  color: #282828;
  text-shadow: none;
}
.case-inner .cmn-title::before {
  background-color: #282828;
}
.case-inner .cmn-title .accent {
  margin-bottom: 0;
}
.case-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}
.case-textbox {
  flex: 1;
}
.case-list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
}
.case-list-item {
  max-width: 240px;
  width: 49%;
  margin-bottom: 25px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
}
.case-list-item a:hover {
  opacity: 0.8;
}
.case-list-item a:hover .case-more {
  transform: translateX(8px);
}
.case-list-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #7cc87e;
}
.case-flex {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
}
.case-flex time {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 5px;
}
.case-age {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 4px 5px;
  margin-left: auto;
  background-color: #7cc87e;
  border-radius: 5px;
}
.case-img {
  max-width: 240px;
  width: 100%;
  max-height: 200px;
  height: 41vw;
  margin: 0 auto;
  margin-bottom: 13px;
  border: 2px solid #7cc87e;
  outline: 3px solid #fff;
  outline-offset: -5px;
}
.case-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}
.case-more {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #7cc87e;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s;
}
.case-more::after {
  content: "";
  width: 6px;
  height: 13px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/case/case-arrow.png);
}
.case-detail {
  background-color: #d7f1d8;
}
.case-detail-content {
  flex-direction: column;
}
.case-detail-img {
  max-width: 240px;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  margin-bottom: 25px;
  border: 2px solid #7cc87e;
  outline: 3px solid #fff;
  outline-offset: -5px;
}
.case-detail-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}
.case-detail-textbox {
  flex: 1;
}
.case-detail-title {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 13px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7cc87e;
}
.case-detail-flex {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.case-detail-flex time {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-right: 14px;
}
.case-detail-age {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 5px 6px;
  background-color: #7cc87e;
  border-radius: 5px;
}
.case-detail-body {
  font-size: 1.6rem;
  line-height: 2;
}
.case-detail-body img {
  max-width: 100%;
}

/*========================================
contact
==========================================*/
.contact-inner .cmn-title {
  color: #282828;
  text-shadow: none;
}
.contact-inner .cmn-title::before {
  background-color: #282828;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #7cc87e;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #7cc87e;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #7cc87e;
}

/*========================================
privacy
==========================================*/
.privacy-inner .cmn-title {
  color: #282828;
  text-shadow: none;
}
.privacy-inner .cmn-title::before {
  background-color: #282828;
}
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #7cc87e;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #7cc87e;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-inner .cmn-title {
  color: #282828;
  text-shadow: none;
}
.site-inner .cmn-title::before {
  background-color: #282828;
}
.site-list {
  flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #7cc87e;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #7cc87e;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #7cc87e;
  border-right: 1px solid #7cc87e;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.en-footer-bottom {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 9px 0 19px 0;
  text-align: center;
}

.footer-inner {
  padding: 35px 0;
}
.footer-logo {
  display: block;
  width: fit-content;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-left {
  max-width: 435px;
  width: 100%;
  margin-bottom: 25px;
}
.footer-right {
  max-width: 556px;
  width: 100%;
}
.footer-textbox {
  max-width: 379px;
  width: 100%;
  margin: 0 auto;
}
.footer-address {
  margin-bottom: 20px;
}
.footer-tel {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 21px;
  margin-bottom: 25px;
  position: relative;
}
.footer-tel .s-font {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  color: #7cc87e;
  margin-right: 10px;
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.footer-notice {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.footer-flex {
  flex-direction: column;
}
.footer-link {
  flex-direction: column;
  margin-bottom: 30px;
}
.footer-contact {
  max-width: 240px;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff !important;
  margin-bottom: 20px;
  background-color: #7cc87e;
  position: relative;
}
.footer-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s;
}
.footer-contact:hover {
  opacity: 0.8;
}
.footer-contact:hover::before {
  right: 8px;
}
.footer-contact.accent {
  max-width: 220px;
  background-color: #469c49;
}
.footer-insta:hover {
  opacity: 0.6;
}
.footer-nav {
  margin-bottom: 25px;
}
.footer-nav-list {
  justify-content: flex-start;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 20px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 21px;
}
.footer-nav-list-item a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-nav-list-item a::before {
  content: ">";
  margin-right: 9px;
}
.footer-nav-list-item a:hover {
  color: #7cc87e !important;
}
.footer-bottom {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
}/*# sourceMappingURL=style-sp.css.map */