@charset "UTF-8";
body {
  font-family: "Kiwi Maru";
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.flow .section_title {
  padding-top: 37px;
  padding-top: 2.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .flow .section_title {
    font-size: 2rem;
  }
}

.flow__inner {
  padding: 0 75px;
  padding: 0 4.6875rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .flow__inner {
    max-width: 35rem;
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .flow__inner {
    padding: 0 4.6875rem;
    max-width: 75rem;
  }
}

.flow-box {
  border: 1px solid #009244;
  border-radius: 1.25rem;
  width: 226px;
  width: 14.125rem;
  min-height: 150px;
  min-height: 9.375rem;
  padding: 0 7px;
  padding: 0 0.4375rem;
  margin: 0 auto;
  -webkit-box-shadow: 0.25rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, .25);
          box-shadow: 0.25rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, .25);
}

.flow-box__num-body {
  width: 52px;
  width: 3.25rem;
  height: 22px;
  height: 1.375rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #A0C141;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.num {
  font-family: "Noto Sans";
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}

.flow-box__title {
  padding-top: 14px;
  padding-top: 0.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #009244;
  display: grid;
  place-items: center;
  font-weight: 500;
}

.flow-box_text {
  padding-top: 12px;
  padding-top: 0.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #222;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .df-2box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 600px) {
  .mt-2box {
    margin-top: 5.875rem;
  }
}

@media screen and (min-width: 768px) {
  .box1-box2 {
    display: none;
  }
}

.box3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .box3 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .df-3box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.125rem;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.mv {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  height: 234px;
  height: 14.625rem;
  background-color: #BBDB95;
  display: grid;
  place-items: center;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .mv {
    display: none;
  }
}

.mv__text-body {
  display: block;
  width: 300px;
  width: 18.75rem;
  height: 50px;
  height: 3.125rem;
}

.mv__text-body {
  background-color: rgba(255, 255, 255, .6);
  display: grid;
  place-items: center;
  z-index: 20;
}

.mv__text {
  font-size: 20px;
  font-size: 1.25rem;
  color: #009244;
}

.price {
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 271px;
  padding-bottom: 16.9375rem;
}

.price__inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (min-width: 600px) {
  .price__inner {
    max-width: 48rem;
  }
}
@media screen and (min-width: 768px) {
  .price__inner {
    padding: 0 4.6875rem;
    max-width: 75rem;
  }
}

@media screen and (min-width: 600px) {
  .price .section_title {
    font-size: 2rem;
  }
}

.price-card__body {
  min-width: 285px;
  min-width: 17.8125rem;
  width: 100%;
  font-family: "Noto Sans";
  border: 2px solid #009244;
  border: 0.125rem solid #009244;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(158, 161, 155, .85);
          box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(158, 161, 155, .85);
}

.price-card__title {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 21px;
  font-size: 1.3125rem;
  text-shadow: 0 3px 3px rgba(0, 0, 0, .25);
  text-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, .25);
  padding: 16px;
  padding: 1rem;
  display: grid;
  place-items: center;
  border-radius: 0.75rem 0.75rem 0 0;
  background-color: #A0C141;
  font-weight: 500;
}

.price-card__title.text-gold {
  font-weight: 900;
  text-shadow: 1px 3px 2px #009244;
  text-shadow: 0.0625rem 0.1875rem 0.125rem #009244;
  -webkit-text-stroke: 0.5px #A28E69;
}

.price-box {
  font-family: inherit;
  display: grid;
  place-items: center;
}

p.price-box__price {
  font-family: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  padding: 8px;
  padding: 0.5rem;
}

.price-box__tax {
  font-family: "Noto Sans";
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
}

.text-body {
  font-family: "Noto Sans";
  background-color: rgba(187, 219, 149, .2);
  padding: 0 11px 20px;
  padding: 0 0.6875rem 1.25rem;
  border-radius: 0 0 0.75rem 0.75rem;
}

.text-body__halfcircle {
  font-family: "Noto Sans";
  width: 104px;
  width: 6.5rem;
  height: 48px;
  height: 3rem;
  border-radius: 0 0 4rem 4rem;
  background: #A0C141;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-body__subtitle {
  font-family: "Noto Sans";
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  padding-top: 7px;
  padding-top: 0.4375rem;
}

@media screen and (min-width: 600px) {
  .text1__wrapper {
    text-align: center;
  }
}

.text-body__text1 {
  text-align: left;
  display: inline-block;
}

p.text-body__text1 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  line-height: 1.6;
  font-family: "Noto Sans";
}

.text-body__text2 {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.6;
  font-family: "Noto Sans";
}

.text-body__text1,
.text-body__text2 {
  font-family: "Noto Sans";
  color: #000;
}

.text-body__text2 .text2-1 {
  font-family: "Noto Sans";
}

.text-body__text2 .text2-2 {
  font-family: "Noto Sans";
}

.text-body__text1 span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: inherit;
  border-bottom: solid 2px #fd691c;
}

@media screen and (min-width: 600px) {
  .df-text2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .df-text2 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sm-hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.card-list__item + .card-list__item {
  margin-top: 76px;
  margin-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  .card-list__item + .card-list__item {
    margin-top: 0.875rem;
    margin-left: 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .card-list__item {
    max-width: calc(33.333% - 34.66667px);
    width: 100%;
    margin-top: 0.875rem;
  }
}

.osusume-img {
  position: relative;
}

.osusume-img img {
  position: absolute;
  width: 170px;
  width: 10.625rem;
  top: -40px;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.triangle {
  background-color: #A0C141;
  width: 30px;
  width: 1.875rem;
  height: 23px;
  height: 1.4375rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  display: block;
  margin: 25px auto;
  margin: 1.5625rem auto;
}

@media screen and (min-width: 600px) {
  .triangle {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: 3.75rem auto;
  }
}

@media screen and (min-width: 600px) {
  .triangle.t-2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .triangle.t-2 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .triangle.t-3 {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
