@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.commonCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonIndent {
  margin-left: 1rem;
  text-indent: -1rem;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    max-width: 100%;
    height: auto;
  }
}
.mt00 {
  margin-top: 0;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb00 {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt00 {
  padding-top: 0;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb00 {
  padding-bottom: 0;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.flat-body a {
  text-decoration: none;
}
.flat-body img {
  display: block;
  width: 100%;
}

.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}
br.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}

.flat-body-inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .flat-body-inner {
    padding-inline: 10px;
  }
}

.flat-body-inner-s {
  width: min(100%, 1120px);
  padding-inline: 20px;
  margin-inline: auto;
}

.flat-body-inner-xs {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .flat-body-inner-xs {
    padding-inline: 16px;
  }
}

.flat-body-inner-spNone {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .flat-body-inner-spNone {
    padding-inline: 0px;
  }
}

/* ======================================== */
/* ボタン */
/* ======================================== */
.flat-body_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 420px);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #0a6d3d;
  padding: 18px;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .flat-body_btn:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body_btn {
    font-size: 18px;
  }
}
.flat-body_btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../../img/campaign/flat-body/icon_arrow-right-wh.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .flat-body_btn::before {
    width: 22px;
    right: 14px;
  }
}
.flat-body_btn.--white {
  color: #0e9352;
  background-color: #ffffff;
  border: 2px solid #0e9352;
}
.flat-body_btn.--white.--arrow-up::before {
  background: url("../../img/campaign/flat-body/icon_arrow-up-green.svg") no-repeat center center/contain;
}
.flat-body_btn.--small {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .flat-body_btn.--small {
    font-size: 20px;
  }
}

.flat-body_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4477777778;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .flat-body_link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body_link {
    gap: 4px;
    font-size: min(4vw, 15px);
    padding-left: 20px;
  }
}

/* ======================================== */
/* セクションタイトル */
/* ======================================== */
.flat-body_headGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.flat-body_headline_sub {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  opacity: 0.5;
  text-transform: capitalize;
}
.flat-body_headline_sub.--white {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .flat-body_headline_sub {
    font-size: 13px;
  }
}
.flat-body_headline {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  line-height: 1.4523809524;
  text-align: center;
  color: #333;
}
.flat-body_headline.--white {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .flat-body_headline {
    font-size: 36px;
  }
}

/* ======================================== */
/* 共通スタイル スライダー */
/* ======================================== */
.flat-body-splide {
  /* スライド コンテンツ */
  /* ページネーション、矢印 */
}
.flat-body-splide_slide {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  /* スライド 画像 */
}
@media (any-hover: hover) {
  .flat-body-splide_slide:hover {
    background-color: #9cceb5;
  }
}
.flat-body-splide_slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 324/244;
  -o-object-fit: cover;
     object-fit: cover;
}
.flat-body-splide_slide:nth-child(n+2) {
  border-left: 1px solid #cccccc;
}
.flat-body-splide_link {
  display: block;
  padding: 18px;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_link {
    padding: 15px;
  }
}
.flat-body-splide_body {
  margin-top: 15px;
}
.flat-body-splide_text {
  min-height: 90px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #0e9352;
}
.flat-body-splide_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.flat-body-splide_price .label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.4375;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_price .label {
    font-size: 15px;
  }
}
.flat-body-splide_price .price_number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_price .price_number {
    font-size: 42px;
  }
}
.flat-body-splide_price .fraction {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 35px;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_price .fraction {
    font-size: 30px;
  }
}
.flat-body-splide_price .small {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
  color: #333333;
  align-self: flex-end;
  padding-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_price .small {
    font-size: 15px;
  }
}
.flat-body-splide_controls {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_controls {
    position: relative;
    margin-top: 10px;
  }
}
.flat-body-splide_pagination {
  display: flex;
  gap: 10px;
  position: static;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_pagination {
    gap: 6px;
    position: absolute;
  }
}
.flat-body-splide_pagination .splide_pagination_page {
  width: 14px;
  height: 14px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_pagination .splide_pagination_page {
    width: 10px;
    height: 10px;
  }
}
.flat-body-splide_pagination .is-active {
  background: #0e9352;
  transform: scale(1);
}
.flat-body-splide_arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  position: absolute;
  top: -75px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_arrows {
    gap: 8px;
    position: static;
  }
}
.flat-body-splide_arrow {
  width: 50px;
  height: 50px;
  position: static;
  transform: translateY(0%);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .flat-body-splide_arrow {
    width: 30px;
    height: 30px;
  }
}
.flat-body-splide_arrow[aria-label="Go to last slide"] {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .flat-body-splide_arrow:hover {
    opacity: 0.7;
  }
}
.flat-body-splide_arrow.splide__arrow--prev {
  scale: -1;
}

/* ================================================================================ */
/* キャンペーン  */
/* ================================================================================ */
.flat-body-benefits {
  overflow: hidden;
}
.flat-body-benefits_banner {
  display: block;
  transition: 0.3s ease;
  position: relative;
}
@media (any-hover: hover) {
  .flat-body-benefits_banner:hover {
    opacity: 0.7;
  }
}
.flat-body-benefits_banner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_banner {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.flat-body-benefits_banner-text {
  display: none;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_banner-text {
    display: block;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 20.8px;
    margin-top: 8px;
  }
}
.flat-body-benefits_content {
  background-color: #eff7f2;
  padding-block: 80px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_content {
    padding-block: 68px;
    margin-top: 10px;
  }
}
.flat-body-benefits_description {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_description {
    font-size: 16px;
  }
}
.flat-body-benefits_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 74px;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_list {
    gap: 50px;
    padding-top: 56px;
  }
}
.flat-body-benefits_item {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
}
.flat-body-benefits_item:nth-child(1) {
  padding: 56px 60px 30px;
}
@media screen and (max-width: 900px) {
  .flat-body-benefits_item:nth-child(1) {
    padding: 56px 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_item:nth-child(1) {
    padding: 42px 22px 22px 12px;
  }
}
.flat-body-benefits_item:nth-child(1) .flat-body-benefits_body {
  flex: 1;
  padding-left: 34px;
}
@media screen and (max-width: 1000px) {
  .flat-body-benefits_item:nth-child(1) .flat-body-benefits_body {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_item:nth-child(1) .flat-body-benefits_body {
    text-align: center;
  }
}
.flat-body-benefits_item:nth-child(2) {
  padding: 80px 60px 60px;
}
@media screen and (max-width: 1000px) {
  .flat-body-benefits_item:nth-child(2) {
    padding: 80px 16px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_item:nth-child(2) {
    padding: 46px 10px 30px;
  }
}
.flat-body-benefits_label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background-color: #f6e929;
  border-radius: 100vh;
  padding: 5px 56px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_label {
    padding: 4px 40px;
  }
}
.flat-body-benefits_label::before {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  background-color: #f6e929;
  -webkit-clip-path: polygon(65% 0, 0 0, 100% 100%);
          clip-path: polygon(65% 0, 0 0, 100% 100%);
  position: absolute;
  top: 90%;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_label::before {
    width: 22px;
    height: 12px;
    top: 90%;
    left: 10px;
  }
}
.flat-body-benefits_label_text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.92;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_label_text {
    font-size: 14px;
  }
}
.flat-body-benefits_label_number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_label_number {
    font-size: 21px;
  }
}
.flat-body-benefits_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_column {
    flex-direction: column;
  }
}
.flat-body-benefits_body_text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_body_text {
    font-size: 18px;
  }
}
.flat-body-benefits_body_text strong {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #ffffff;
  background-color: #0e9352;
  padding-inline: 4px;
  margin-top: 4px;
}
@media screen and (max-width: 900px) {
  .flat-body-benefits_body_text strong {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_body_text strong {
    font-size: 24px;
    margin-inline: auto;
  }
}
.flat-body-benefits_body_text.--center {
  text-align: center;
}
.flat-body-benefits_body_text.--center strong {
  margin-inline: auto;
}
.flat-body-benefits_body_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_body_note {
    margin-top: 6px;
  }
}
.flat-body-benefits_image {
  width: 50%;
}
.flat-body-benefits_image img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits_image {
    width: 100%;
  }
}
.flat-body-benefits-splide {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .flat-body-benefits-splide {
    margin-top: 20px;
  }
}
.flat-body-benefits-splide .splide__track {
  overflow: visible;
}
.flat-body-benefits-splide .price {
  padding-right: 14px;
}

.flat-body-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .flat-body-details {
    margin-top: 40px;
  }
}
.flat-body-details_wrap {
  display: flex;
  gap: 4.6296296296%;
}
@media only screen and (max-width: 768px) {
  .flat-body-details_wrap {
    flex-direction: column;
    gap: 18px;
  }
}
.flat-body-details_title {
  flex: 0 0 145px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4222222222;
  text-align: center;
  color: #0e9352;
  background-color: #f6e929;
  border-radius: 100vh;
  padding: 8px;
}
@media only screen and (max-width: 768px) {
  .flat-body-details_title {
    flex: auto;
    width: 120px;
    font-size: 16px;
    padding: 5px;
    margin-inline: auto;
  }
}
.flat-body-details_body {
  flex: 1;
}

.flat-body-period_text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .flat-body-period_text {
    font-size: 16px;
  }
  .flat-body-period_text.sp_center {
    text-align: center;
  }
}
.flat-body-period_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 10px;
}

.flat-body-target_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.flat-body-target_note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .flat-body-target_note {
    margin-top: 14px;
  }
}

.flat-body-flow_steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flat-body-flow_steps {
    flex-direction: column;
    gap: 46px;
  }
}
.flat-body-flow_steps::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  background: url("../../img/campaign/flat-body/flow_step-arrow.svg") no-repeat center center/contain;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .flat-body-flow_steps::before {
    rotate: 90deg;
  }
}
.flat-body-flow_step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 45.197740113%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px 36px;
}
@media screen and (max-width: 900px) {
  .flat-body-flow_step {
    padding: 28px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-flow_step {
    gap: 18px;
    width: 100%;
    padding: 28px 20px;
  }
}
.flat-body-flow_step-img {
  width: 70px;
}
@media screen and (max-width: 900px) {
  .flat-body-flow_step-img {
    width: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-flow_step-img {
    width: 70px;
  }
}
.flat-body-flow_step-content {
  flex: 1;
}
.flat-body-flow_step-description {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .flat-body-flow_step-description {
    line-height: 1.6;
  }
}
.flat-body-flow_step-description .small {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.flat-body-notes_list {
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .flat-body-notes_list {
    margin-top: 0px;
  }
}
.flat-body-notes_item {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .flat-body-notes_item {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ================================================================================ */
/* おすすめ  */
/* ================================================================================ */
.flat-body-recommend {
  margin-block: 100px;
  overflow: hidden;
  /* スライド */
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend {
    margin-block: 80px;
  }
}
.flat-body-recommend_title {
  width: min(100%, 575px);
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend_title {
    width: min(100%, 310px);
  }
}
.flat-body-recommend_title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flat-body-recommend-splide {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend-splide {
    margin-top: 30px;
  }
}
.flat-body-recommend-splide .splide__track {
  overflow: visible;
}
.flat-body-recommend-splide_link {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend-splide_link {
    padding: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend-splide_body {
    margin-top: 10px;
  }
}
.flat-body-recommend-splide_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.flat-body-recommend-splide_price {
  padding-right: 12px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend-splide_price {
    padding-right: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend-splide_price .label {
    font-size: 13px;
  }
}
.flat-body-recommend-splide .price_number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 42px;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend-splide .price_number {
    font-size: 20px;
  }
}
.flat-body-recommend-splide .fraction {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend-splide .fraction {
    font-size: 15px;
  }
}
.flat-body-recommend-splide .small {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
  color: #333333;
  align-self: flex-end;
  padding-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .flat-body-recommend-splide .small {
    font-size: 13px;
  }
}

/* ================================================================================ */
/* トラックを探す  */
/* ================================================================================ */
.flat-body-search {
  background-color: #0e9352;
  padding-block: 100px;
}
@media only screen and (max-width: 768px) {
  .flat-body-search {
    padding-block: 80px;
  }
}
.flat-body-search_filters {
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  .flat-body-search_filters {
    margin-top: 40px;
  }
}
.flat-body-search_head {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .flat-body-search_head {
    text-align: center;
  }
}
.flat-body-search_filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .flat-body-search_filter-list {
    gap: 8px;
    margin-top: 10px;
  }
}
.flat-body-search_filter-item {
  width: calc(20% - 8px);
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  color: #0e9352;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 12px;
  transition: 0.3s ease;
  box-shadow: 0px 4px 0px #0a6d3d;
  cursor: pointer;
}
@media (any-hover: hover) {
  .flat-body-search_filter-item:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-search_filter-item {
    width: calc(50% - 4px);
  }
  .flat-body-search_filter-item:first-child {
    width: 100%;
  }
}
.flat-body-search_filter-item[aria-pressed=true] {
  background-color: #9cceb5;
  box-shadow: 0px 2px 0px #0a6d3d;
}
@media (any-hover: hover) {
  .flat-body-search_filter-item[aria-pressed=true]:hover {
    box-shadow: 0px 2px 0px #0a6d3d;
    translate: 0 0px;
  }
}
.flat-body-search_sort {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 20px;
}
.flat-body-search_size {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 20px;
}
.flat-body-search_btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.flat-body-search_submit::before {
  display: none;
}

/* ================================================================================ */
/* CTA  */
/* ================================================================================ */
.flat-body-cta {
  padding-block: 80px 50px;
}
@media only screen and (max-width: 768px) {
  .flat-body-cta {
    padding-block: 0px;
  }
}
.flat-body-cta_container {
  background-color: #eff7f2;
  padding: 40px 24px 100px;
}
@media only screen and (max-width: 768px) {
  .flat-body-cta_container {
    width: 100vw;
    padding: 20px 24px 60px;
    margin-inline: calc(50% - 50vw);
  }
}
.flat-body-cta_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.92;
  text-align: center;
  margin-inline: auto;
  position: relative;
}
.flat-body-cta_note .number {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .flat-body-cta_note .number {
    font-size: 26px;
  }
}
.flat-body-cta_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .flat-body-cta_btns {
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-cta_btns {
    flex-direction: column;
    gap: 36px;
  }
}
.flat-body-cta_column {
  width: min(100%, 420px);
}
.flat-body-cta_column:nth-child(2) {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .flat-body-cta_column:nth-child(2) {
    padding-top: 0;
  }
}
.flat-body-cta_btn {
  margin-top: 4px;
}
.flat-body-cta_btn .cta-btn {
  border: 2px solid #0e9352;
  padding: 20px;
}
.flat-body-cta_btn .cta-btn::before {
  right: 26px;
}
@media only screen and (max-width: 768px) {
  .flat-body-cta_btn .cta-btn::before {
    right: 14px;
  }
}

/* ================================================================================ */
/* 特徴  */
/* ================================================================================ */
.flat-body-features {
  padding-block: 50px 120px;
  /* point */
  /* point 2 */
}
@media only screen and (max-width: 768px) {
  .flat-body-features {
    padding-block: 74px 52px;
  }
}
.flat-body-features_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-left: 28px;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_title {
    gap: 12px;
    padding-left: 0;
  }
}
.flat-body-features_title .image {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_title .image {
    width: min(100%, 195px);
  }
}
.flat-body-features_title .store {
  font-size: 42.13px;
  font-weight: 800;
  line-height: 2.2997863755;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_title .store {
    font-size: 20px;
  }
}
.flat-body-features_list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 20px;
  margin-right: 60px;
}
@media screen and (max-width: 1000px) {
  .flat-body-features_list {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-features_list {
    gap: 70px;
    margin-top: 40px;
  }
}
.flat-body-features_item {
  display: flex;
  gap: 7.0588235294%;
}
@media screen and (max-width: 900px) {
  .flat-body-features_item {
    gap: 3.488372093%;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-features_item {
    flex-direction: column;
    gap: 30px;
  }
}
.flat-body-features_body {
  width: 560px;
}
@media screen and (max-width: 900px) {
  .flat-body-features_body {
    width: 58.1395348837%;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-features_body {
    width: 100%;
  }
}
.flat-body-features_wrap {
  display: flex;
  align-items: flex-end;
  gap: 7.1428571429%;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_wrap {
    align-items: flex-start;
    gap: 34px;
    margin-inline: -10px;
  }
}
.flat-body-features_label {
  display: flex;
  flex-direction: column;
}
.flat-body-features_label::before {
  content: "";
  display: block;
  width: min(8.2142857143vw, 92px);
  aspect-ratio: 92/43;
  background: url("../../img/campaign/flat-body/point.webp") no-repeat center center/contain;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_label::before {
    width: 68px;
  }
}
.flat-body-features_label .number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: min(5.3571428571vw, 60px);
  letter-spacing: 0.03em;
  color: #0e9352;
  opacity: 0.8;
  position: relative;
  padding-left: 10px;
  margin-top: -16px;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_label .number {
    font-size: 44px;
  }
}
.flat-body-features_label .number::before {
  content: "";
  display: block;
  width: min(7.8571428571vw, 88px);
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #eff7f2;
  translate: 1% 0;
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: -1;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_label .number::before {
    width: 63px;
  }
}
.flat-body-features_headline {
  font-weight: bold;
  font-size: min(2.3214285714vw, 26px);
  letter-spacing: 0.03em;
  line-height: 1.6153846154;
  padding-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_headline {
    font-size: 18px;
    word-break: auto-phrase;
  }
}
.flat-body-features_headline strong {
  font-weight: bold;
  font-size: min(2.8571428571vw, 32px);
  letter-spacing: 0.03em;
  line-height: 1.3125;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_headline strong {
    font-size: 26px;
  }
}
.flat-body-features_detail {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 22px;
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_detail {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 24px;
    margin-left: 0;
  }
}
.flat-body-features_image {
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_image {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -10px;
  }
}
.flat-body-features_image::before {
  content: "";
  width: 100%;
  aspect-ratio: 390/260;
  background-color: #0e9352;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.flat-body-features_image img {
  height: 100%;
  aspect-ratio: 390/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.flat-body-features_btns {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .flat-body-features_btns {
    align-items: center;
  }
}

/* ================================================================================ */
/* お問い合わせ */
/* ================================================================================ */
.flat-body-contact {
  padding-block: 16px;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact {
    padding-block: 44px 52px;
  }
}
.flat-body-contact_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #0e9352;
  position: relative;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_note {
    font-size: 16px;
  }
}
.flat-body-contact_note .number {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_note .number {
    font-size: 20px;
  }
}
.flat-body-contact_note::before, .flat-body-contact_note::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_note::before, .flat-body-contact_note::after {
    width: 50px;
  }
}
.flat-body-contact_note::before {
  position: absolute;
  bottom: 20px;
  left: -90px;
  rotate: 45deg;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_note::before {
    bottom: 12px;
    left: -60px;
    rotate: 70deg;
  }
}
.flat-body-contact_note::after {
  position: absolute;
  bottom: 20px;
  right: -90px;
  rotate: 135deg;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_note::after {
    bottom: 12px;
    right: -60px;
    rotate: 110deg;
  }
}
.flat-body-contact_container {
  margin-top: 20px;
  border-radius: 12px;
  border: 6px solid #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_container {
    border: 4px solid #0e9352;
  }
}
.flat-body-contact_subtitle {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  padding: 16px 16px 20px;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_subtitle {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
.flat-body-contact_content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 40px 80px 50px;
}
@media screen and (max-width: 1000px) {
  .flat-body-contact_content {
    flex-direction: column;
    padding: 40px 24px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_content {
    padding: 24px 24px 26px;
  }
}
.flat-body-contact_body {
  width: 740px;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_body {
    width: 100%;
  }
}
.flat-body-contact_text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
}
.flat-body-contact_text .comment {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.92;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 100vh;
  padding: 10px 36px;
  margin-top: 20px;
  margin-right: 18px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_text .comment {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5625;
    text-align: center;
    padding: 12px 36px;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .flat-body-contact_text .comment::after {
    content: "";
    width: 72px;
    background: url("../../img/campaign/flat-body/contact_truck.webp") no-repeat center center/contain;
    position: absolute;
    top: 0%;
    right: 10px;
    translate: 0 -65%;
    aspect-ratio: 1;
  }
}
.flat-body-contact_text .comment::before {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(65% 0, 0 0, 100% 100%);
          clip-path: polygon(65% 0, 0 0, 100% 100%);
  position: absolute;
  top: 96%;
  left: 18px;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_text .comment::before {
    top: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_text.sp_center {
    max-width: 400px;
    margin-inline: auto;
  }
}
.flat-body-contact_img {
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_img {
    display: none;
  }
}
.flat-body-contact_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.734006734%;
  background-color: #eff7f2;
  border-radius: 0 0 12px 12px;
  padding: 60px 11.2794612795% 40px 24px;
}
@media screen and (max-width: 900px) {
  .flat-body-contact_footer {
    padding: 60px 3.5377358491% 40px 24px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_footer {
    padding: 20px 16px;
  }
}
.flat-body-contact_footer-img {
  width: 196px;
  position: relative;
  align-self: flex-end;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_footer-img {
    width: 111px;
    position: absolute;
    top: 0;
    left: 50%;
    translate: 60px -60%;
  }
}
.flat-body-contact_footer-img img {
  width: 196px;
  position: absolute;
  bottom: -46px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_footer-img img {
    width: 100%;
    position: static;
    bottom: 0;
  }
}
.flat-body-contact_phone {
  display: flex;
  align-items: center;
  gap: 26px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_phone {
    background-color: #ffffff;
    border: 3px solid #0e9352;
    box-shadow: 0px 4px 0px 0px #0e9352;
    padding: 4px 24px 4px;
    padding-right: 12px;
    gap: 22px;
    margin-top: 0px;
    margin-inline: auto;
    pointer-events: auto;
    width: 100%;
    max-width: 360px;
    justify-content: space-between;
  }
}
.flat-body-contact_phone::after {
  content: "";
  display: none;
  aspect-ratio: 1;
  background: url("../../img/campaign/flat-body/icon_arrow-right-green.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_phone::after {
    width: 22px;
    display: block;
  }
}
.flat-body-contact_phone-label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 100vh;
  padding: 3px 18px;
  position: absolute;
  top: 8px;
  left: 30px;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_phone-label {
    font-size: 10px;
    padding: 3px 8px;
    top: 0;
    left: 44px;
  }
}
.flat-body-contact_phone-label::before {
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(50% 0, 0 0, 100% 100%);
          clip-path: polygon(50% 0, 0 0, 100% 100%);
  position: absolute;
  top: 74%;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_phone-label::before {
    width: 10px;
    height: 8px;
    top: 90%;
    left: 6px;
    -webkit-clip-path: polygon(86% 0, 0 0, 100% 100%);
            clip-path: polygon(86% 0, 0 0, 100% 100%);
  }
}
.flat-body-contact_phone-name {
  font-size: 15.68px;
  letter-spacing: 0.5em;
  font-weight: 500;
  line-height: 2;
  text-align: right;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_phone-name {
    font-size: 11px;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
}
.flat-body-contact_phone-text {
  display: flex;
  align-items: center;
  gap: 4px;
}
.flat-body-contact_phone-text .icon {
  width: 34px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_phone-text .icon {
    width: 20px;
  }
}
.flat-body-contact_phone-text .icon img {
  width: 100%;
  height: 100%;
}
.flat-body-contact_phone-text .number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_phone-text .number {
    font-size: 32px;
  }
}
.flat-body-contact_phone-time {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .flat-body-contact_phone-time {
    font-size: 11px;
    letter-spacing: -0.07em;
    margin-top: 0px;
  }
}

/* ================================================================================ */
/* 平日サマーキャンペーン */
/* ================================================================================ */
.flat-body-current {
  padding-block: 64px 86px;
}
@media only screen and (max-width: 768px) {
  .flat-body-current {
    padding-block: 10px 44px;
  }
}
.flat-body-current_subtitle {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .flat-body-current_subtitle {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5555555556;
  }
}
.flat-body-current_img {
  display: block;
  transition: 0.3s ease;
  position: relative;
}
@media (any-hover: hover) {
  .flat-body-current_img:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .flat-body-current_img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.flat-body-current_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flat-body-current_text {
  display: none;
}
@media only screen and (max-width: 768px) {
  .flat-body-current_text {
    display: block;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-top: 12px;
  }
}
.recommend_headline_sub2 {
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #0e9352;
    text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
  .recommend_headline_sub2 {
    font-size: 16px;
  }
}
.recommend_headline_sub2::before, .recommend_headline_sub2::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  top: 50%;
  background-color: #0e9352;
}
.recommend_headline_sub2::before {
  left: -40px;
  transform: translate(0, -50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .recommend_headline_sub2::before {
    left: -24px;
  }
}
.recommend_headline_sub2::after {
  left: auto;
  right: -40px;
  transform: translate(0, -50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .recommend_headline_sub2::after {
    right: -24px;
  }
}/*# sourceMappingURL=flat-body.css.map */