@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
  font-size: 1.2rem;
  line-height: 2.8;
}
@media (max-width: 767px) {
  sup {
    font-size: 1rem;
    line-height: 2.4;
  }
}

sub {
  vertical-align: text-bottom;
  font-size: 1.2rem;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
  }
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: normal;
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

:target {
  scroll-margin-top: 105px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 60px;
  }
}
html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  background: url(../images/bg.jpg) repeat-y;
  background-size: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "M PLUS 1", "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.68;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 800px) {
  body {
    font-size: 1.3rem;
  }
}

.txt-blue {
  color: #409445;
}

.txt-blue02 {
  color: #ffee00;
}

.txt-orange {
  color: #fc8a06;
}

.txt-orange02 {
  color: #e3110f;
}

.txt-green {
  color: #70c32a;
}

.annotion {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.annotion.gray {
  color: #838383;
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

a[href^=tel] {
  cursor: default;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.container.wide {
  max-width: 1260px;
}
.container.narrow {
  max-width: 900px;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.vab {
  vertical-align: bottom;
  position: relative;
  bottom: 5px;
  left: 11px;
}

.mt_45 {
  margin-top: 45px;
}

.w-370 {
  width: 370px;
}

.bold {
  font-weight: bold;
}

.input_100 {
  -webkit-appearance: none;
  appearance: none;
  background: #f6f6f6;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
  width: 100%;
  min-height: 50px;
}

.input_120px {
  -webkit-appearance: none;
  appearance: none;
  background: #f6f6f6;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
  width: min(20vw, 120px);
  min-height: 50px;
  margin: 0 12px;
}

.input_153px {
  -webkit-appearance: none;
  appearance: none;
  background: #f6f6f6;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
  width: 153px;
  min-height: 50px;
}

.input_287px {
  -webkit-appearance: none;
  appearance: none;
  background: #f6f6f6;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
  width: 287px;
  min-height: 50px;
}

.contact {
  height: 195px;
}

.u_line {
  text-decoration: underline 2px #d5bd5b;
  text-underline-offset: 0.15em;
}

.hissu {
  padding: 5px 14px;
  background-color: #bca03f;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}

.pc-only {
  display: block;
}

.pc-only_inline {
  display: inline;
}

.pc_tab-only_inline {
  display: inline;
}

.pc_tab-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only_inline {
  display: none;
}

.tab-only {
  display: none;
}

.sp02-only {
  display: none;
}

@media (max-width: 1024px) {
  .col2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tab-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sec04_ttl01 {
    width: 90%;
    margin: 0 auto 17.5px;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .pc-only_inline {
    display: none;
  }
  .pc_tab-only_inline {
    display: none;
  }
  .pc_tab-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only_inline {
    display: inline;
  }
  .tab-only {
    display: none;
  }
  .col2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact {
    height: 330px;
  }
  .u_deco {
    padding-bottom: 22px;
    position: relative;
  }
  .u_deco .u_deco::before {
    width: 15px;
    height: 2px;
  }
  .container {
    margin: 0 auto;
    width: 90%;
  }
  .w-370 {
    width: 450px;
  }
  .c_ttl01 {
    font-size: 3.5rem;
  }
  .c_ttl02 {
    font-size: 3.7rem;
  }
  .hissu {
    font-size: 1.8rem;
  }
  .input_287px {
    width: 153px;
  }
  .sec01_ttl01 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec02_ttl01 {
    width: 70%;
    margin: 0 auto 17.5px;
  }
  .sec04_ttl01 {
    width: 95%;
    margin: 0 auto 17.5px;
  }
  .sec05_ttl01 {
    width: 95%;
    margin: 0 auto 17px;
  }
  .sec06_ttl01 {
    width: 70%;
    margin: 0 auto 30px;
  }
  .sec07_ttl01 {
    width: 60%;
    margin: 0 auto 20px;
  }
  .btn-more {
    font-size: 1.9rem;
    min-height: 50px;
    max-width: 225px;
    padding: 10px 0 10px 70px;
  }
  .btn-more::after {
    width: 21.5px;
    height: 21.5px;
    right: 14px;
  }
}
@media (max-width: 600px) {
  .btn-more {
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }
  .sp02-only {
    display: block;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 67px;
  background: #fff;
  border-bottom: 1px solid #F3F2C9;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  align-items: center;
  padding: 20px 36px 25px 43px;
}
@media (max-width: 767px) {
  .header {
    padding: 12px 10px 10px;
    height: 43px;
    align-items: flex-end;
    justify-content: center;
  }
}
.header .h-logo {
  position: relative;
  max-width: 242px;
}
@media (max-width: 767px) {
  .header .h-logo {
    max-width: 130px;
    margin-right: 16px;
    top: 1px;
  }
}
.header .h-logo img {
  width: 100%;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__right img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .header__right img {
    max-width: 122px;
  }
}

.hero img {
  width: 100%;
}
.hero__area {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hero {
    margin-top: 20px;
  }
  .hero__area {
    width: 96%;
  }
}
.marker {
  background: linear-gradient(transparent 75%, #ffeb51 75%);
}

.red {
  color: #E3110F;
}

.el_note {
  margin: 15px auto 0;
  padding: 0 24px;
  max-width: 612px;
  width: 100%;
  font-size: 10px;
}
.el_note__large {
  padding: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .el_note__large {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .el_note {
    padding: 0 20px;
  }
}

.el_link {
  text-decoration: underline;
}
.el_link:hover {
  text-decoration: none;
}

.top__ttl {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 34px;
}
@media (max-width: 767px) {
  .top__ttl {
    font-size: 20px;
  }
}
.top__ttl .small {
  font-size: 26px;
}
@media (max-width: 767px) {
  .top__ttl .small {
    font-size: 18px;
  }
}
.top__ttl .small02 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .top__ttl .small02 {
    font-size: 18px;
  }
}
.top__ttl .small03 {
  font-size: 47px;
}
@media (max-width: 767px) {
  .top__ttl .small03 {
    font-size: 18px;
  }
}
.top__ttl .large {
  font-size: 64px;
}
@media (max-width: 767px) {
  .top__ttl .large {
    font-size: 26px;
  }
}
.top__ttl .large--first {
  position: relative;
  top: 5px;
}
.top__ttl .large02 {
  font-size: 67px;
}
@media (max-width: 767px) {
  .top__ttl .large02 {
    font-size: 24px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .top__ttl .large02 {
    font-size: 28px;
  }
}
.top__ttl .large03 {
  font-size: 57px;
}
@media (max-width: 767px) {
  .top__ttl .large03 {
    font-size: 25px;
  }
}

.feature-cards {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .feature-cards {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.feature-cards_container {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 767px) {
  .feature-cards_container {
    max-width: 300px;
    width: 100%;
    margin: 15px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
}
.feature-cards_item a {
  position: relative;
  display: block;
  text-align: center;
  min-height: 197px;
  padding: 9px 0 0;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  border: 4px solid #000;
  transition: 0.3s ease;
  overflow: hidden;
}
.feature-cards_item a:hover {
  transform: translateY(10px);
}
@media (max-width: 767px) {
  .feature-cards_item a {
    min-height: 130px;
    border: 3px solid #000;
  }
}
@media (max-width: 767px) {
  .feature-cards_item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .feature-cards_item:nth-child(2n) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .feature-cards_item:nth-child(n+3) {
    margin-top: 15px;
  }
}
.feature-cards_btm {
  left: 0;
  bottom: 0;
  position: absolute;
  background: #409445;
  height: 34px;
  width: 100%;
}
.feature-cards_btm::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 15px;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  background: #fff;
  clip-path: polygon(0 0, 50% 99%, 100% 0);
}
@media (max-width: 767px) {
  .feature-cards_btm::before {
    width: 29px;
    height: 10px;
    left: 50%;
    top: 9px;
  }
}
@media (max-width: 767px) {
  .feature-cards_btm {
    height: 24px;
  }
}
.feature-cards .card-number {
  position: relative;
}
.feature-cards .card-number img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .feature-cards .card-number {
    height: 22px;
    bottom: 2px;
    left: 1px;
  }
}
.feature-cards .card-content {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
  height: 92px;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  .feature-cards .card-content {
    font-size: 15px;
    height: 60px;
  }
}
.feature-cards .basic-text .big01 {
  font-size: 44px;
  line-height: 0.7;
}
@media (max-width: 767px) {
  .feature-cards .basic-text .big01 {
    font-size: 34px;
  }
}
.feature-cards .basic-text .big02 {
  font-size: 36px;
  line-height: 0.7;
}
@media (max-width: 767px) {
  .feature-cards .basic-text .big02 {
    font-size: 27px;
  }
}
.feature-cards .basic-text .big03 {
  font-size: 33px;
}
@media (max-width: 767px) {
  .feature-cards .basic-text .big03 {
    font-size: 20px;
  }
}
.feature-cards .basic-text .symbol02 {
  font-size: 36px;
  position: relative;
  top: 2px;
  margin-left: -6px;
}
@media (max-width: 767px) {
  .feature-cards .basic-text .symbol02 {
    font-size: 24px;
    position: relative;
    top: 2px;
    margin-left: -4px;
  }
}
.feature-cards .basic-text--5th {
  line-height: 1.2;
}
.feature-cards .card-header {
  color: #409445;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-cards .card-label {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 800;
}
@media (max-width: 767px) {
  .feature-cards .card-label {
    font-size: 16px;
  }
}
.feature-cards .card-number {
  position: relative;
  padding-top: 3px;
  margin-left: 3px;
}
.feature-cards .top__ttl {
  font-size: 60px;
  font-weight: 800;
  color: #E3110F;
}
@media (max-width: 767px) {
  .feature-cards .top__ttl {
    font-size: 22px;
  }
}
.feature-cards .top__ttl .large {
  font-size: 110px;
  line-height: 1;
}
@media (max-width: 767px) {
  .feature-cards .top__ttl .large {
    font-size: 45px;
  }
}

.feature__container {
  background: #fff;
  border: solid 4px #000;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .feature__container {
    border: solid 3px #000;
  }
}
.feature__container:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .feature__container:not(:last-child) {
    margin-bottom: 40px;
  }
}
.feature__container__num03 {
  padding-bottom: 25px;
}
.feature__container__num04 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .feature__container__num04 {
    padding-bottom: 10px;
  }
}
.feature__ttl {
  background: #fff;
  border: solid 8px #409445;
  border-radius: 5px;
  width: 930px;
  margin: 80px auto 45px;
  outline: solid 4px #0c361c;
  position: relative;
  height: 140px;
  text-align: center;
  color: #409445;
  font-weight: 800;
}
@media (max-width: 767px) {
  .feature__ttl {
    border: solid 4px #409445;
    height: 120px;
    width: 86%;
    margin: 40px auto;
    outline: solid 3px #0c361c;
  }
}
.feature__ttl::before {
  position: absolute;
  background: #409445;
  border: solid 3px #0c361c;
  content: "";
  width: 980px;
  height: 18px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .feature__ttl::before {
    bottom: -17px;
    width: 112%;
  }
}
.feature__ttl::after {
  position: absolute;
  content: "";
  background: url(../images/eg_chara_aieba_02.png) no-repeat center/contain;
  width: 180px;
  height: 206px;
  bottom: -61px;
  right: -117px;
  z-index: 2;
}
@media (max-width: 767px) {
  .feature__ttl::after {
    width: 78px;
    height: 90px;
    bottom: -27px;
    right: -43px;
  }
}
.feature__ttl .ribbon {
  width: 250px;
  margin: -55px auto 0;
}
@media (max-width: 767px) {
  .feature__ttl .ribbon {
    width: 190px;
    margin: -37px auto 0;
  }
}
.feature__ttl--inr {
  padding-top: 19px;
  position: relative;
  height: 76px;
}
@media (max-width: 767px) {
  .feature__ttl--inr {
    padding-top: 5px;
  }
}
.feature__ttl--inr::before {
  position: absolute;
  content: "";
  background: url(../images/board-item01.png) no-repeat;
  background-size: contain;
  width: 123px;
  height: 30px;
  bottom: -25px;
  left: 100px;
}
@media (max-width: 767px) {
  .feature__ttl--inr::before {
    content: none;
    width: 113px;
    height: 27px;
    bottom: -39px;
    left: 5px;
  }
}
.feature__ttl--inr::after {
  position: absolute;
  background: url(../images/board-item02.png) no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 58px;
  bottom: -7px;
  left: 14px;
}
@media (max-width: 767px) {
  .feature__ttl--inr::after {
    bottom: 0px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .feature__ttl--inrf2 {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .feature__ttl--inrf3 {
    padding-top: 12px;
  }
}
.feature__ttl--basic {
  font-size: 48px;
}
@media (max-width: 767px) {
  .feature__ttl--basic {
    font-size: 20px;
  }
}
.feature__ttl--red {
  color: #e3110f;
}
.feature__ttl--min {
  font-size: 39px;
}
@media (max-width: 767px) {
  .feature__ttl--min {
    font-size: 16px;
  }
}
.feature__ttl .big {
  font-size: 87px;
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  .feature__ttl .big {
    font-size: 60px;
    line-height: 0.5;
  }
}
.feature__ttl .mid {
  font-size: 56px;
}
@media (max-width: 767px) {
  .feature__ttl .mid {
    font-size: 32px;
  }
}
.feature__ttl .symbol03 {
  font-size: 65px;
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  .feature__ttl .symbol03 {
    font-size: 55px;
    line-height: 0.5;
  }
}
.feature__ttl .number {
  font-size: 68px;
}
@media (max-width: 767px) {
  .feature__ttl .number {
    font-size: 37px;
    line-height: 0.7;
  }
}
.feature__main-txt {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .feature__main-txt {
    font-size: 18px;
  }
}
.feature__main-txt .big {
  font-size: 40px;
}
@media (max-width: 767px) {
  .feature__main-txt .big {
    font-size: 24px;
  }
}
.feature__note-txt.center {
  text-align: center;
}
.feature__note-txt {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.feature__summary {
  background: #409445;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  position: relative;
  border-radius: 0 0 15px 15px;
  padding: 28px 0 28px 150px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .feature__summary {
    font-size: 16px;
    padding: 15px 5px 15px 68px;
    text-align: left;
  }
}
.feature__summary::after {
  position: absolute;
  background: url(../images/eg_chara_watton_03.png) no-repeat;
  background-size: contain;
  content: "";
  width: 140px;
  height: 185px;
  bottom: -2px;
  left: 100px;
}
@media (max-width: 767px) {
  .feature__summary::after {
    width: 75px;
    height: 99px;
    bottom: -2px;
    left: -14px;
  }
}
.feature__summary span {
  color: #ffee00;
}
.feature .feature-01__img {
  width: 700px;
  margin: 0 auto;
}
.feature .feature-02__wrapper {
  position: relative;
  font-size: 14px;
  max-width: 800px;
  width: 95%;
  margin: 30px auto 0;
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  .feature .feature-02__wrapper {
    padding-bottom: 10px;
  }
}
.feature .feature-02__inner {
  max-width: 563px;
  width: 100%;
  margin: 0 auto;
}
.feature .feature-02__ttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 28px;
  color: #fff;
  padding: 20px;
  font-weight: 800;
  background: #409445;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .feature .feature-02__ttl {
    font-size: 20px;
    padding: 12px 10px;
  }
}
.feature .feature-02__ttl--min {
  position: relative;
  font-size: 20px;
  padding: 14px 20px;
}
.feature .feature-02__txt {
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .feature .feature-02__txt {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
  }
}
.feature .feature-02__tableWrap {
  max-width: 540px;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.feature .feature-02__table {
  border-collapse: collapse;
  background: #fff;
}
.feature .feature-02__table__top {
  background: #7CB17F;
  color: #fff;
}
.feature .feature-02__table__body tr:nth-child(2n) {
  background: #F6F6F6;
}
.feature .feature-02__table td, .feature .feature-02__table th {
  font-weight: 800;
  text-align: center;
  padding: 5px;
}
.feature .feature-02__table tr td:not(:last-child), .feature .feature-02__table tr th:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}
.feature .feature-02__cont01, .feature .feature-02__cont02 {
  position: relative;
  border-radius: 15px;
  padding: 36px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .feature .feature-02__cont01, .feature .feature-02__cont02 {
    padding: 30px 10px;
  }
}
.feature .feature-02__cont01 {
  background: #f7f7f7;
}
.feature .feature-02__cont01Txt {
  font-weight: 700;
  margin-bottom: 15px;
}
.feature .feature-02__cont02 {
  background: #ffe557;
  padding: 100px 36px 36px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .feature .feature-02__cont02 {
    padding: 50px 12px 30px;
    margin-top: 30px;
  }
}
.feature .feature-relief {
  max-width: 1100px;
  margin: 0 auto;
}
.feature .feature-relief .pill-grid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .feature .feature-relief .pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.feature .feature-relief .pill {
  background: #ED7700;
  border-radius: 11px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .feature .feature-relief .pill {
    font-size: 12px;
    padding: 12px 5px;
  }
}
@media (max-width: 767px) {
  .feature .feature-relief .partner {
    max-width: 150px;
    margin: 0 auto 10px;
  }
}
.feature .feature-relief .google_review {
  font-size: 66px;
  font-weight: 800;
  color: #FFE557;
  position: relative;
  padding-left: 61px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .feature .feature-relief .google_review {
    font-size: 45px;
    padding-left: 55px;
  }
}
.feature .feature-relief .google_review::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  left: 0;
  bottom: 15px;
  background: url(../images/star.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .feature .feature-relief .google_review::before {
    width: 44px;
    height: 44px;
    bottom: 8px;
  }
}
.feature .feature-relief__card {
  border-radius: 20px;
  padding: 20px 25px 40px;
  background: #FFE557;
}
@media (max-width: 767px) {
  .feature .feature-relief__card {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px 20px;
  }
}
.feature .feature-relief__card.feature-relief__card {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .feature .feature-relief__card.feature-relief__card {
    margin-top: 40px;
  }
}
.feature .feature-relief__erexInner {
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding: 20px 50px 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feature .feature-relief__erexInner {
    padding: 20px 15px 20px;
    margin-bottom: 20px;
  }
}
.feature .feature-relief__header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feature .feature-relief__header {
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
  }
}
.feature .feature-relief__title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .feature .feature-relief__title {
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.feature .feature-relief__title__multi {
  margin-bottom: 15px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .feature .feature-relief__title__center {
    text-align: center;
  }
}
.feature .feature-relief__title .big {
  font-size: 49px;
}
@media (max-width: 767px) {
  .feature .feature-relief__title .big {
    font-size: 42px;
  }
}
.feature .feature-relief__title .red {
  font-size: 34px;
}
@media (max-width: 767px) {
  .feature .feature-relief__title .red {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .feature .feature-relief__badge {
    max-width: 124px;
    margin: 0 auto 10px;
  }
}
.feature .feature-relief__desc p + p {
  margin-top: 1em;
}
.feature .feature-relief__block {
  max-width: 941px;
  width: 100%;
  margin: 0 auto;
}
.feature .feature-relief__support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
@media (max-width: 767px) {
  .feature .feature-relief__support {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.feature .feature-relief__support .l-img {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}
.feature .feature-relief__support .l-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .feature .feature-relief__support .l-img {
    height: 170px;
  }
}
.feature .feature-relief__support .l-ttl {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .feature .feature-relief__support .l-ttl {
    text-align: left;
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.feature .feature-relief__voice {
  display: grid;
  gap: 24px 30px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 885px;
  margin: 0 auto 45px;
}
@media (max-width: 767px) {
  .feature .feature-relief__voice {
    grid-template-columns: 1fr;
    margin: 0 auto 30px;
  }
}
.feature .feature-relief__voice > li {
  background: #fff;
  border-radius: 16px;
  padding: 18px 28px 20px;
}
@media (max-width: 767px) {
  .feature .feature-relief__voice > li {
    padding: 14px 18px 20px;
  }
}
.feature .feature-relief__voice .l-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.feature .feature-relief__voice .l-img {
  margin-right: 10px;
  background: #FFE557;
  border-radius: 100px;
  min-width: 66px;
  min-height: 66px;
  width: 66px;
  height: 66px;
}
.feature .feature-relief__voice .l-ttl {
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .feature .feature-relief__voice .l-ttl {
    line-height: 1.3;
  }
}
.feature .feature-relief__voice .l-txt {
  font-size: 12px;
}
.feature .feature-relief__voice .l-age {
  font-size: 12px;
  color: #767676;
  font-weight: 700;
}
.feature .feature-relief__review {
  display: grid;
  grid-template-columns: 1fr 595px;
  gap: 18px;
}
@media (max-width: 767px) {
  .feature .feature-relief__review {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.feature .feature-relief__review__item {
  background: #409445;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
}
.feature .feature-relief__review__lay {
  display: flex;
}
@media (max-width: 767px) {
  .feature .feature-relief__review__lay {
    display: block;
  }
}
.feature .feature-relief__review__layImg {
  max-width: 222px;
  width: 100%;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .feature .feature-relief__review__layImg {
    max-width: 100%;
    margin: 0 auto 15px;
  }
}
.feature .feature-relief__review__layImg img {
  object-fit: contain;
}
.feature .feature-relief__review__layDesc {
  flex: 1;
}
.feature .feature-relief__review__lTtl {
  font-size: 14px;
  margin-bottom: 5px;
}
.feature .feature-relief__review__lTxt {
  font-size: 12px;
}
.feature .feature-relief__review__ttl {
  text-align: center;
  line-height: 1.3;
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .feature .feature-relief__review__ttl {
    font-size: 22px;
  }
}
.feature .feature-relief__review__ttl__nb {
  margin-bottom: 0;
}
.feature .feature-relief__review__smallTtl {
  font-size: 18px;
}
@media (max-width: 767px) {
  .feature .feature-relief__review__smallTtl {
    font-size: 16px;
    line-height: 1.7;
  }
}
.feature .feature-relief__review .item01 {
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .feature .feature-relief__review .item01 {
    padding: 30px 15px;
  }
}
.feature .feature-relief__review .item02 {
  padding: 15px 15px 40px;
}
@media (max-width: 767px) {
  .feature .feature-relief__review .item02 {
    padding: 30px 15px;
  }
}
.feature .feature-relief__quality {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.feature .feature-relief__quality > li {
  display: grid;
  align-items: center;
  grid-template-columns: 156px 1fr;
  gap: 37px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
}
@media (max-width: 767px) {
  .feature .feature-relief__quality > li {
    grid-template-columns: 110px 1fr;
    gap: 20px;
    font-size: 16px;
  }
}
.feature .feature-relief__quality > li + li {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .feature .feature-relief__quality .l-txt {
    font-size: 12px;
  }
}
.feature .feature-relief__note {
  text-align: right;
  font-size: 13px;
  padding-right: 45px;
}

.recommend {
  background: #fff;
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  .recommend {
    padding: 50px 0;
  }
}
.recommend .top__ttl {
  font-size: 60px;
  color: #409445;
  font-weight: 900;
}
@media (max-width: 767px) {
  .recommend .top__ttl {
    font-size: 30px;
  }
}
.recommend .accordion__style {
  margin-top: 25px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .recommend .accordion__style {
    border-radius: 24px;
  }
}
.recommend .accordion__style:hover {
  background: #FFFFF1;
}
.recommend .accordion__style + .accordion__style {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .recommend .accordion__style + .accordion__style {
    margin-top: 15px;
  }
}
.recommend .accordion__btn {
  cursor: pointer;
  padding: 18px 65px 18px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .recommend .accordion__btn {
    padding: 10px 40px 10px 10px;
  }
}
.recommend .accordion__btn.is-open {
  transition: 0.3s ease;
}
.recommend .accordion__btn.is-open .accordion__open-ico::after {
  transform: rotate(0) translateX(-50%);
}
.recommend .accordion__desc {
  display: none;
  position: relative;
  padding: 0px 30px 18px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .recommend .accordion__desc {
    padding: 0px 10px 15px;
  }
}
.recommend .accordion__desc__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .recommend .accordion__desc__inner {
    align-items: flex-start;
  }
}
.recommend .accordion__ttl {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4em;
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .recommend .accordion__ttl {
    font-size: 16px;
  }
}
.recommend .accordion__open-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 18px;
}
@media (max-width: 767px) {
  .recommend .accordion__open-ico {
    right: 6px;
    top: 2px;
  }
}
.recommend .accordion__open-ico::before, .recommend .accordion__open-ico::after {
  content: "";
  position: absolute;
  display: block;
  background: #000;
  top: 50%;
  left: 50%;
}
.recommend .accordion__open-ico::before {
  width: 18px;
  height: 2px;
  transform: translateX(-50%);
}
.recommend .accordion__open-ico::after {
  width: 18px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}
.recommend .accordion_icon {
  background: #409445;
  color: #fff;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: grid;
  place-content: center;
  line-height: 1;
  margin-right: 14px;
  min-width: 43px;
  width: 43px;
  height: 43px;
  left: 0;
  border-radius: 50px;
}
.recommend .accordion_icon__answer {
  background: #FFE557;
  color: #409445;
}
@media (max-width: 767px) {
  .recommend .accordion_icon {
    font-size: 17px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-right: 12px;
  }
}

.whatevergreen {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .whatevergreen {
    padding: 30px 0 50px;
  }
}
.whatevergreen .top__ttl {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .whatevergreen .top__ttl {
    margin-bottom: 15px;
  }
}
.whatevergreen .top__ttl::before {
  position: absolute;
  content: "";
  background: url(../images/whatevergreen_ttl_deco.png) center/contain no-repeat;
  width: 143px;
  height: 90px;
  top: -55px;
  transform: translateX(-50%);
  left: 21%;
}
@media (max-width: 767px) {
  .whatevergreen .top__ttl::before {
    width: 80px;
    height: 53px;
    left: 11%;
    top: -35px;
  }
}
.whatevergreen__subttl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .whatevergreen__subttl {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
.whatevergreen__subttl .large {
  font-size: 35px;
}
@media (max-width: 767px) {
  .whatevergreen__subttl .large {
    font-size: 22px;
  }
}
.whatevergreen__img {
  max-width: 652px;
  margin: 0 auto;
}
.whatevergreen__attempt {
  border: 4px solid #007a00;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .whatevergreen__attempt {
    border: none;
  }
}
.whatevergreen__attempt__inner {
  margin: 0 0 35px;
  padding: 80px 20px 20px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__inner {
    padding: 0;
  }
}
.whatevergreen__attempt__ttl {
  text-align: center;
  position: relative;
  font-weight: 800;
  font-size: 42px;
  background: #fff;
  color: #409445;
  padding: 0 20px;
  width: fit-content;
  margin: 0 auto -40px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__ttl {
    font-size: 24px;
    padding: 0;
    margin: 0 auto 12px;
  }
}
.whatevergreen__attempt__ttl .small {
  margin-bottom: 25px;
  font-size: 37px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__ttl .small {
    font-size: 18px;
  }
}
.whatevergreen__attempt__txt {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.whatevergreen__attempt__txt .marker {
  font-size: 24px;
  background: linear-gradient(transparent 75%, #FFEB51 75%);
}
@media (max-width: 767px) {
  .whatevergreen__attempt__txt .marker {
    font-size: 20px;
  }
}
.whatevergreen__attempt__img {
  max-width: 481px;
  margin: 0 auto 25px;
}
.whatevergreen__attempt__txt02 {
  text-align: center;
  font-weight: 800;
  font-size: 21px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__txt02 {
    text-align: left;
    font-size: 16px;
  }
}
.whatevergreen__attempt__txt02 .large {
  font-size: 31px;
  color: #409445;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__txt02 .large {
    font-size: 20px;
  }
}
.whatevergreen__attempt__box {
  background: #FFFED6;
  position: relative;
  margin-top: 45px;
  padding: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__box {
    margin-top: 40px;
    padding: 25px 20px;
    display: block;
  }
}
.whatevergreen__attempt__box .l-img {
  max-width: 196px;
  width: 100%;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__box .l-img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.whatevergreen__attempt__box .l-desc {
  max-width: 377px;
  flex: 1;
}
.whatevergreen__attempt__box .l-ttl {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__box .l-ttl {
    font-size: 18px;
  }
}
.whatevergreen__attempt__box .l-ttl .green {
  color: #409445;
  font-size: 26px;
}
.whatevergreen__attempt__box .l-ttl .large {
  font-size: 30px;
}
.whatevergreen__attempt__box .l-annotion {
  font-weight: 400;
  line-height: 1.4;
  font-size: 13px;
}
@media (max-width: 767px) {
  .whatevergreen__attempt__box .l-annotion {
    font-size: 12px;
  }
}
.whatevergreen__eco__ttl {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .whatevergreen__eco__ttl {
    font-size: 18px;
  }
}
.whatevergreen__eco__list {
  max-width: 600px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .whatevergreen__eco__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.whatevergreen__eco__list li {
  border-radius: 10px;
  overflow: hidden;
  background: #409445;
  border: 3px solid #409445;
  text-align: center;
}
.whatevergreen__eco__listTtl {
  font-size: 22px;
  padding: 12px 0 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .whatevergreen__eco__listTtl {
    font-size: 21px;
  }
  .whatevergreen__eco__listTtl img {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.whatevergreen__eco__listTtl > span {
  margin-left: 8px;
}
.whatevergreen__eco__listDesc {
  background: #fff;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
}
.whatevergreen__eco__listDesc .large {
  font-size: 37px;
  color: #E3110F;
}
@media (max-width: 767px) {
  .whatevergreen__eco__listDesc .large {
    font-size: 32px;
  }
}
.whatevergreen__erex__layout {
  margin-top: 60px;
  background: #f8f8f8;
  padding: 45px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .whatevergreen__erex__layout {
    display: block;
    padding: 25px 20px;
  }
}
.whatevergreen__erex__layout .l-img {
  width: 36.5%;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .whatevergreen__erex__layout .l-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.whatevergreen__erex__layout .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whatevergreen__erex__layout .l-desc {
  flex: 1;
  font-weight: 400;
}
.whatevergreen__erex__layout .l-ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #007a00;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .whatevergreen__erex__layout .l-ttl {
    font-size: 20px;
  }
}

.price-note {
  position: relative;
  padding: 150px 0 68px;
  background: #fff;
}
@media (max-width: 767px) {
  .price-note {
    padding: 50px 0;
  }
}
.price-note__ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .price-note__ttl {
    font-size: 24px;
  }
}
.price-note_graph {
  background: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  padding: 38px 120px 30px;
  max-width: 941px;
  margin: 0 auto 51px;
}
@media (max-width: 767px) {
  .price-note_graph {
    padding: 30px 5px;
    margin-bottom: 30px;
    border: 2px solid #000;
  }
}
.price-note_list {
  max-width: 941px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}
@media (max-width: 767px) {
  .price-note_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.price-note_item {
  position: relative;
  padding: 25px 30px 25px;
  border-radius: 20px;
}
.price-note_item::before {
  content: "";
  position: absolute;
}
.price-note_item .l-ttl {
  font-size: 28px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .price-note_item .l-ttl {
    font-size: 21px;
  }
}
.price-note_item .l-txt {
  font-size: 18px;
}
@media (max-width: 767px) {
  .price-note_item .l-txt {
    font-size: 15px;
  }
}
.price-note_item__num01 {
  background: #F9F5A5;
}
.price-note_item__num01::before {
  width: 156px;
  height: 179px;
  right: -15px;
  bottom: 0;
  background: url(../images/eg_chara_aieba_02.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  .price-note_item__num01::before {
    width: 116px;
    height: 133px;
    right: -5px;
  }
}
.price-note_item__num01 .l-ttl {
  color: #409445;
}
.price-note_item__num02 {
  background: #fff;
  border: 2px solid #CDCDCD;
}
.price-note_item__num02::before {
  width: 107px;
  height: 127px;
  right: 10px;
  bottom: 0;
  background: url(../images/eg_chara_watton_02.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  .price-note_item__num02::before {
    width: 87px;
    height: 103px;
    right: 1px;
  }
}
.price-note_item__num02 .l-ttl {
  color: #515151;
}

.bl_flow {
  position: relative;
  padding: 60px 0 150px;
}
@media (max-width: 767px) {
  .bl_flow {
    padding: 40px 0 60px;
  }
}
.bl_flow::after {
  content: "";
  position: absolute;
  background: url(../images/cta_suribachi.png) no-repeat center/cover;
  height: max(105px, 7.29vw);
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl_flow .top__ttl {
  font-size: 60px;
  color: #409445;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bl_flow .top__ttl {
    font-size: 30px;
  }
}
.bl_flow_subTtl {
  text-align: center;
  font-weight: 800;
  font-size: 23px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .bl_flow_subTtl {
    font-size: 18px;
  }
}
.bl_flow_subTtl__large {
  font-size: 38px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .bl_flow_subTtl__large {
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 6px;
    margin-left: 9px;
  }
}
.bl_flow_pop {
  max-width: 469px;
  margin: 0 auto 20px;
}
.bl_flow_pop img {
  object-fit: contain;
}
.bl_flow_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 105px;
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .bl_flow_list {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 40px;
  }
}
.bl_flow_list > li {
  background: #fff;
  padding: 12px 20px;
  border-radius: 20px;
  border: 4px solid #000;
  position: relative;
}
.bl_flow_list > li:not(:first-child)::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #000;
  width: 30px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  left: -68px;
}
@media (max-width: 767px) {
  .bl_flow_list > li:not(:first-child)::before {
    top: -36px;
    left: 50%;
    width: 40px;
    height: 18px;
    transform: translateX(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
.bl_flow_list .l-img {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.bl_flow_list02 {
  max-width: 842px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .bl_flow_list02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 12px;
  }
}
.bl_flow_list02 .l-txt {
  margin-top: 20px;
  display: grid;
  place-content: center;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  min-height: 70px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .bl_flow_list02 .l-txt {
    font-size: 17px;
    min-height: auto;
  }
}
.bl_flow_step {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .bl_flow_step {
    max-width: 180px;
  }
}

.campaign-terms {
  background: #FFFFDA;
  padding: 72px 0 150px;
}
@media (max-width: 767px) {
  .campaign-terms {
    padding: 40px 0 80px;
  }
}
.campaign-terms .top__ttl {
  font-size: 60px;
  color: #409445;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .campaign-terms .top__ttl {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.campaign-terms__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.campaign-terms__list {
  text-indent: 1em;
}
.campaign-terms__other {
  margin-top: 30px;
}

.cta {
  padding: 20px 0;
  background: #409445;
}
@media (max-width: 767px) {
  .cta {
    padding: 10px 0;
  }
}
.cta__btn {
  position: relative;
  padding: 9px 20px 18px;
  max-width: 613px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2;
  background: #FFEE00;
  border-radius: 100px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .cta__btn {
    padding: 4px 12px 7px;
    max-width: 92%;
    font-size: 16px;
  }
}
.cta__btn::before {
  content: "";
  position: absolute;
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 37px;
  height: 37px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cta__btn::before {
    width: 27px;
    height: 27px;
    right: 15px;
  }
}
.cta__btn:hover {
  background: #fff;
}
.cta__btn__green, .cta__btn__white {
  background: #409445;
  color: #fff;
  font-size: 38px;
  max-width: 1042px;
  padding: 24px 30px 32px;
}
@media (max-width: 767px) {
  .cta__btn__green, .cta__btn__white {
    padding: 4px 0 7px;
    max-width: 100%;
    font-size: 16px;
  }
}
.cta__btn__green .cta__btn__big, .cta__btn__white .cta__btn__big {
  font-size: 56px;
  line-height: 1;
}
@media (max-width: 767px) {
  .cta__btn__green .cta__btn__big, .cta__btn__white .cta__btn__big {
    font-size: 32px;
  }
}
.cta__btn__green .cta__btn__arrow, .cta__btn__white .cta__btn__arrow {
  background: url(../images/arrow_w.svg) no-repeat center/contain;
  margin-left: 14px;
  width: 47px;
  height: 47px;
}
@media (max-width: 767px) {
  .cta__btn__green .cta__btn__arrow, .cta__btn__white .cta__btn__arrow {
    width: 27px;
    height: 27px;
    margin-left: 10px;
  }
}
.cta__btn__green::before, .cta__btn__white::before {
  content: none;
}
.cta__btn__green:hover, .cta__btn__white:hover {
  background: #FFEE00;
  color: #000;
}
.cta__btn__green:hover .cta__btn__arrow, .cta__btn__white:hover .cta__btn__arrow {
  background: url(../images/arrow.svg) no-repeat center/contain;
}
.cta__btn__white {
  color: #409445;
  background: #fff;
}
.cta__btn__white .cta__btn__arrow {
  background: url(../images/arrow_g.svg) no-repeat center/contain;
}
.cta__btn__white:hover {
  background: #FFEE00;
}
.cta__btn__big {
  line-height: 1;
  font-size: 45px;
}
@media (max-width: 767px) {
  .cta__btn__big {
    font-size: 32px;
  }
}
.cta__noBg {
  background: none;
  padding: 62px 0 76px;
}
@media (max-width: 767px) {
  .cta__noBg {
    padding: 42px 0 46px;
  }
}
.cta__last {
  padding: 50px 0 57px;
}
@media (max-width: 767px) {
  .cta__last {
    padding: 30px 0;
  }
}
.cta__top {
  margin-top: -2px;
}

.btnFixed {
  position: fixed;
  width: 100%;
  bottom: -120px; /* 初期は画面外 */
  transition: bottom 0.2s ease-out;
  z-index: 999;
}

.btnFixed.is-visible {
  bottom: 0; /* 画面内に表示 */
}

.el_footerLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .el_footerLinks {
    margin: 40px auto 0;
    flex-direction: column;
  }
}
.el_footerLinks > li:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .el_footerLinks > li:not(:last-child) {
    margin-right: 0;
  }
}
.el_footerLinks > li a {
  display: inline-block;
}
.el_footerLinks > li a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 10px 0;
}

footer {
  background-color: #fff;
}
footer small {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
footer .footer_nav {
  height: 51px;
  background-color: #F5F5F5;
}
footer .footer_nav .container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
footer .footer_nav .container a:nth-child(2) {
  margin-left: 20px;
}
footer .footer_nav a {
  display: flex;
  align-items: center;
}
footer .footer_nav a:hover {
  text-decoration: underline;
}
footer .copyright {
  padding: 27px 0 48px;
}
footer .copyright small {
  display: block;
  margin-top: 20px;
}
footer .copyright_img {
  width: 198px;
}
footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}
footer .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #409445;
  color: #fff;
  transition: transform 0.5s;
  position: relative;
  z-index: 0;
}
footer .pagetop a:hover {
  background-color: #FFF840;
  color: #409445;
}
@media (max-width: 767px) {
  footer small {
    font-size: 1.2rem;
  }
  footer .footer_nav {
    height: 40px;
  }
  footer .footer_nav .container {
    justify-content: center;
  }
  footer .copyright {
    padding: 22.5px 0 37.5px;
  }
  footer .copyright small {
    margin-top: 12.5px;
    font-size: 1.1rem;
  }
  footer .copyright_img {
    width: 155px;
  }
}