@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 428px) {
  html {
    font-size: 3.738317757vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  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;
}

.box {
  background-color: #FFFAD8;
  position: relative;
}
.box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #FF3D22 transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  z-index: 3;
  top: -3px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .box::before {
    border-width: 0 30px 30px 30px;
    top: -4px;
    left: -20px;
  }
}
.box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #FF3D22 transparent transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: -3px;
  right: -10px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .box::after {
    border-width: 30px 30px 0 30px;
    bottom: -4px;
    right: -20px;
  }
}
.box.u-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box__link::after {
  content: "click";
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 12px;
  font-size: 0.75rem;
  color: #FF3D22;
  text-transform: uppercase;
  font-weight: 700;
  bottom: 18px;
  bottom: 1.125rem;
  right: 4px;
  right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .box__link::after {
    font-size: 1.3125rem;
    bottom: 7%;
    right: 1%;
  }
}
@media screen and (min-width: 1024px) {
  .box__link::after {
    bottom: 8%;
    right: 0;
  }
}

.box-text {
  text-align: center;
  font-weight: 900;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% - 2rem);
  padding-top: 28px;
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .box-text {
    gap: 1.375rem;
    width: 64%;
    padding: 1.75rem 2.25rem 1.25rem;
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.box-text span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #111;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .box-text span {
    font-size: 1.3125rem;
  }
}
.box-text .circle {
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .box-text .circle {
    font-size: 1.3125rem;
  }
}

.box-text__title span {
  color: #FF3D22;
  font-size: 25px;
  font-size: 1.5625rem;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff), color-stop(90%, #fff), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, #fff 60%, #fff 90%, transparent 90%);
  line-height: 1.2;
  padding-inline: 4px;
  padding-inline: 0.25rem;
}
@media screen and (min-width: 768px) {
  .box-text__title span {
    font-size: 3.1875rem;
  }
}

.box-text--sweets {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  gap: 0rem;
  margin-left: 0;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .box-text--sweets {
    margin-top: 0;
  }
}
.box-text--sweets .box-text__title span {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .box-text--sweets .box-text__title span {
    font-size: 3.875rem;
  }
}

.box__img {
  width: 100%;
  height: 212px;
  height: 13.25rem;
  background-color: #fff;
  margin-top: 22px;
  margin-top: 1.375rem;
  padding: 8px;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .box__img {
    height: 100%;
    width: 36%;
    margin-top: 0;
  }
}
.box__img img {
  margin: auto;
  width: auto;
  height: 100%;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: #FF3D22;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 15px;
  padding: 0.9375rem;
  border-radius: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 2rem;
    padding: 1.6875rem 10.75rem;
    width: auto;
  }
}
.btn::after {
  position: absolute;
  content: "";
  background: url("../images/common/icon-arrow-right.png") center/cover;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .btn::after {
    right: 3.125rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}

.circle {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FF3D22;
  color: #fff;
  padding: 12px;
  padding: 0.75rem;
}

.footer {
  text-align: center;
}

.footer__copyright {
  padding: 6px;
  padding: 0.375rem;
  background-color: #FF3D22;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}

.list {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .list {
    margin-top: 3.125rem;
  }
}

.list__item {
  background-color: #fff;
  padding: 10px 20px 20px;
  padding: 0.625rem 20px 1.25rem;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .list__item {
    gap: 3.125rem;
    padding: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .list__text {
    width: calc(50% - 0.625rem);
  }
}

.list__text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #FF3D22;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .list__text-title {
    text-align: left;
    font-size: 1.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.list__text-title span {
  font-size: 60px;
  font-size: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list__text-title span {
    font-size: 5.1875rem;
    margin-right: 2.125rem;
    padding-right: 1.75rem;
  }
  .list__text-title span::after {
    content: "";
    width: 2px;
    height: 60%;
    background: #FF3D22;
    position: absolute;
    right: 0;
    top: 56%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.list__text-detail {
  margin-top: 23px;
  margin-top: 1.4375rem;
  line-height: 1.75;
}
.list__text-detail ul {
  list-style-type: disc;
  list-style-position: inside;
}
.list__text-detail li::marker {
  color: #FF3D22;
  content: "● ";
}
.list__text-detail .red {
  color: #FF3D22;
  font-weight: bold;
}

.list__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .list__img {
    width: calc(50% - 3.125rem);
  }
}

.list__img-tag {
  position: absolute;
  bottom: -20px;
  bottom: -1.25rem;
  right: -20px;
  right: -1.25rem;
  background-color: #FDEC7A;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  height: 140px;
  height: 8.75rem;
  width: 140px;
  width: 8.75rem;
}
.list__img-tag span {
  display: block;
  color: #FF3D22;
  font-size: 33px;
  font-size: 2.0625rem;
}

.main {
  background: url(../images/common/bg.png);
  background-repeat: repeat;
}

.mv {
  position: relative;
  z-index: 3;
}

.mv__image {
  padding: 10px;
  padding: 0.625rem;
  margin: auto;
}

.pagetop {
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 20;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.pagetop__btn {
  position: relative;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  background: #FF3D22;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .pagetop__btn {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}
.pagetop__btn::before {
  position: absolute;
  top: 42%;
  left: 50%;
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.present-title {
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .present-title {
    width: 80%;
  }
}

.present {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .present {
    margin-top: 5rem;
  }
}

.present__box {
  margin-top: 30px;
  margin-top: 1.875rem;
  border: 3px solid #FF3D22;
}
@media screen and (min-width: 768px) {
  .present__box {
    margin-top: 3.125rem;
  }
}

.present__notes {
  background-color: #fff;
  color: #FF3D22;
  text-align: center;
  padding: 25px;
  padding: 1.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .present__notes {
    margin-top: 5rem;
    font-size: 1.5rem;
    padding: 3.125rem;
  }
}

.present__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .present__btn {
    margin-top: 5rem;
  }
}

.round-title {
  background-color: #FDEC7A;
  text-align: center;
  border-radius: 50px;
  font-size: 19px;
  font-size: 1.1875rem;
  padding-block: 10px;
  padding-block: 0.625rem;
}
@media screen and (min-width: 768px) {
  .round-title {
    font-size: 1.75rem;
  }
}

.section-top {
  text-align: center;
}

.section-top__lead {
  font-size: 17px;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .section-top__lead {
    font-size: 1.5625rem;
  }
}
.section-top__lead::before, .section-top__lead::after {
  content: "";
  width: 4px;
  height: 32px;
  height: 2rem;
  background-color: #FF3D22;
  border-radius: 50px;
}
.section-top__lead::before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.section-top__lead::after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.section-top__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  background-color: #FF3D22;
  color: #fff;
  padding-block: 10px;
  padding-block: 0.625rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-inline: -20px;
}
@media screen and (min-width: 768px) {
  .section-top__subtitle {
    font-size: 2rem;
    margin-inline: -6.25rem;
  }
}

.section-top__title {
  margin-inline: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .section-top__title {
    margin-top: 3.75rem;
  }
}

.section-top__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .section-top__img {
    margin-top: 3.75rem;
  }
}

.section-top__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .section-top__text {
    margin-top: 3.75rem;
    font-size: 1.3125rem;
  }
}

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

.section {
  padding-inline: 20px;
  padding-block: 60px;
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-inline: 25px;
  }
}
.section .inner {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
  padding: 50px 20px;
  padding: 3.125rem 20px;
}
@media screen and (min-width: 768px) {
  .section .inner {
    border-radius: 30px;
    padding: 6.25rem;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .u-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.u-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .u-column {
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .u-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.section-list {
  margin-top: 50px;
  margin-top: 3.125rem;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .section-list {
    margin-top: 3.75rem;
    margin-top: 5rem;
  }
}

.sec01 {
  background: #FDEC7A;
  padding-top: 110px;
  padding-top: 6.875rem;
  padding-bottom: 245px;
  padding-bottom: 15.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding-top: 0;
    margin-top: 8.375rem;
    padding-bottom: 20.25rem;
  }
}
.sec01 .inner {
  max-width: 1000px;
  position: relative;
}

.sec01__bg-top {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec01__bg-top {
    bottom: calc(100% - 6.25rem);
  }
}

.sec01__bg-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.sec01__illust {
  display: none;
}
@media screen and (min-width: 1440px) {
  .sec01__illust {
    display: block;
    position: absolute;
    z-index: 4;
  }
}
.sec01__illust-1 {
  top: 16%;
  left: -36%;
}
.sec01__illust-2 {
  top: 48%;
  right: -24%;
}
.sec01__illust-3 {
  bottom: -1%;
  left: -28%;
}

.sec01__lead {
  background-color: #fff;
  text-align: center;
  border-radius: 7.1875rem;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: -10px;
  margin-top: -0.625rem;
  padding-block: 30px;
  padding-block: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec01__lead {
    font-size: 2.1875rem;
    margin-top: -3.75rem;
    padding-top: 4.75rem;
    padding-bottom: 2.875rem;
  }
}

.sec01__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.sec02 {
  position: relative;
  z-index: 2;
  margin-top: -243px;
  margin-top: -15.1875rem;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding-top: 0;
    margin-top: -7.75rem;
  }
}
.sec02 .inner {
  background-color: #fff;
}
.sec02 .section-top__title {
  width: 174px;
  width: 10.875rem;
}
@media screen and (min-width: 768px) {
  .sec02 .section-top__title {
    width: 20rem;
  }
}
.sec02 .section-top__img {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.sec02__point {
  margin-top: 50px;
  margin-top: 3.125rem;
  gap: 40px;
  gap: 2.5rem;
}

.sec02__point-item {
  background-color: #FFFCEA;
  padding: 23px 20px 20px;
  padding: 1.4375rem 1.25rem 1.25rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sec02__point-item {
    width: calc(50% - 1.25rem);
  }
}

.sec02__point-img {
  width: 60%;
  margin-inline: auto;
}

.sec02__point-text {
  margin-top: 18px;
  margin-top: 1.125rem;
  background-color: #fff;
  padding: 24px 30px;
  padding: 1.5rem 1.875rem;
}
.sec02__point-text span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .sec02__point-text span {
    font-size: 1.5rem;
  }
}

.sec02__case {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.sec02__case-lead {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
}

.sec02__case-list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.sec02__case-item {
  background-color: #FFFCEA;
  padding: 50px 20px 32px;
  padding: 3.125rem 20px 2rem;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .sec02__case-item {
    padding: 1.0625rem 5.5rem 1.0625rem;
    gap: 4.25rem;
  }
}

.sec02__case-title {
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 20px;
  left: 1.25rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sec02__case-title {
    font-size: 1.9375rem;
    left: 2.5rem;
  }
}
.sec02__case-title span {
  display: block;
  font-size: 51px;
  font-size: 3.1875rem;
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .sec02__case-title span {
    font-size: 4.25rem;
  }
}

.sec02__case-img--01 {
  width: 66.5%;
}
@media screen and (min-width: 768px) {
  .sec02__case-img--01 {
    width: 27.8%;
  }
}
.sec02__case-img--02 {
  width: 77.5%;
}
@media screen and (min-width: 768px) {
  .sec02__case-img--02 {
    width: 32%;
  }
}
.sec02__case-img--03 {
  width: 66.8%;
}
@media screen and (min-width: 768px) {
  .sec02__case-img--03 {
    width: 29.8%;
  }
}

.sec02__case-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec02__case-text {
    width: 50%;
  }
}

.sec02__case-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FF3D22;
  font-size: 53px;
  font-size: 3.3125rem;
  font-weight: 900;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .sec02__case-price {
    margin-top: 0;
    font-size: 4.3125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec02__case-price .circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec02__case-price .circle {
    font-size: 1.5rem;
    margin-right: 0.9375rem;
  }
}
.sec02__case-price .yen {
  font-size: 31px;
  font-size: 1.9375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sec02__case-price .yen {
    font-size: 2.5625rem;
  }
}

.sec03 {
  background-color: rgba(255, 255, 255, .8);
}
.sec03 .inner {
  background-color: #FFFCEA;
}
.sec03 .section-top__title {
  width: 300px;
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .sec03 .section-top__title {
    width: 32.3125rem;
  }
}

.sec03__merit {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec03__merit {
    margin-top: 3.125rem;
  }
}

.sec03__achievement {
  margin-top: 30px;
  margin-top: 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec03__achievement {
    margin-top: 3.125rem;
  }
}

.sec03-achievement__item {
  background-color: #fff;
  padding: 25px;
  padding: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__item {
    width: calc(50% - 0.9375rem);
  }
}

.sec03-achievement__price {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__price {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec03-achievement__price-before {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 9px 15px;
  padding: 0.5625rem 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__price-before {
    font-size: 1rem;
    padding: 0.75rem 2.25rem;
  }
}
.sec03-achievement__price-before span {
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__price-before span {
    font-size: 0.8125rem;
  }
}
.sec03-achievement__price-before::after {
  position: absolute;
  content: "";
  display: block;
  background: #111;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  rotate: 90deg;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 12.124355653px;
  width: 14px;
  left: calc(100% + 0.25rem);
}
@media screen and (min-width: 768px) {
  .sec03-achievement__price-before::after {
    height: 18.1865334795px;
    width: 21px;
    left: calc(100% + 1.5rem);
  }
}

.sec03-achievement__price-after {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #FF3D22;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__price-after {
    font-size: 2.25rem;
  }
}
.sec03-achievement__price-after .tag {
  background-color: #FF3D22;
  color: #fff;
  display: block;
  font-size: 8px;
  font-size: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 6px;
  padding-inline: 0.375rem;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__price-after .tag {
    font-size: 0.8125rem;
  }
}
.sec03-achievement__price-after .yen {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__price-after .yen {
    font-size: 1.5625rem;
  }
}

.sec03-achievement__off {
  position: absolute;
  font-size: 27px;
  font-size: 1.6875rem;
  text-align: center;
  width: 74px;
  width: 4.625rem;
  height: 74px;
  height: 4.625rem;
  z-index: 3;
  font-weight: bold;
  top: 131px;
  top: 8.1875rem;
  right: 10px;
  right: 0.625rem;
}
.sec03-achievement__off p {
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__off {
    font-size: 2.625rem;
    width: 6.6875rem;
    height: 6.6875rem;
  }
}
.sec03-achievement__off .percent {
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__off .percent {
    font-size: 1.875rem;
  }
}
.sec03-achievement__off .off {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-top: -9px;
  margin-top: -0.5625rem;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__off .off {
    font-size: 1.5625rem;
  }
}

.sec03-achievement__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  line-height: 1.75;
}

.sec03-achievement__item:nth-child(n+3) .sec03-achievement__img {
  width: 42.2%;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__item:nth-child(n+3) .sec03-achievement__img {
    width: 46%;
  }
}
.sec03-achievement__item:nth-child(n+3) .sec03-achievement__item-tate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
  gap: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__item:nth-child(n+3) .sec03-achievement__item-tate {
    gap: 3rem;
  }
}
.sec03-achievement__item:nth-child(n+3) .sec03-achievement__off {
  position: static;
  margin-top: -30px;
  margin-top: -1.875rem;
}
.sec03-achievement__item:nth-child(n+3) .sec03-achievement__price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  gap: 2.25rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .sec03-achievement__item:nth-child(n+3) .sec03-achievement__price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.625rem;
  }
}
.sec03-achievement__item:nth-child(n+3) .sec03-achievement__price-before::after {
  left: 44%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: calc(100% + 0.875rem);
}
@media screen and (min-width: 768px) {
  .sec03-achievement__item:nth-child(n+3) .sec03-achievement__price-before::after {
    top: calc(100% + 1.5rem);
  }
}
.sec03-achievement__item:nth-child(n+3) .sec03-achievement__price-after .tag {
  margin-inline: auto;
}

.sec04 .inner {
  background-color: #fff;
}
.sec04 .section-top__title {
  width: 264px;
  width: 16.5rem;
}
@media screen and (min-width: 768px) {
  .sec04 .section-top__title {
    width: 22.9375rem;
  }
}
.sec04 .list__item {
  background-color: #FFFCEA;
}
.sec04 .present__notes {
  background-color: #FFFCEA;
}

.sec04__case {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  margin-top: 3.125rem;
  gap: 30px;
  gap: 1.875rem;
}

.sec04-case__item {
  background-color: #FFFCEA;
  padding: 20px;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec04-case__item {
    width: calc(50% - 0.9375rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .sec04-case__item-img {
    width: 44%;
  }
}

.sec04-case__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec04-case__item-text {
    width: 50%;
  }
}

.sec04-case__item-area {
  font-weight: 700;
}

.sec04-case__item-price {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #FF3D22;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}
.sec04-case__item-price .yen {
  font-size: 31px;
  font-size: 1.9375rem;
}

.sec04-case__item-desc {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .sec04-case__item-desc {
    height: 3rem;
    font-size: 0.75rem;
  }
}

.sec04-case__item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.sec04-case__item-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #fff;
  padding: 8px 6px;
  padding: 0.5rem 0.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec04-case__item-detail-item {
    font-size: 0.9375rem;
  }
}
.sec04-case__item-detail-item span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sec04-case__item-detail-item span {
    font-size: 0.75rem;
  }
}

.sec05 {
  background-color: rgba(255, 255, 255, .8);
}
.sec05 .inner {
  background-color: #FFFCEA;
}
.sec05 .section-top__title {
  width: 160px;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .sec05 .section-top__title {
    width: 17.0625rem;
  }
}

.sec05__voice {
  margin-top: 50px;
  margin-top: 3.125rem;
  gap: 20px;
  gap: 1.25rem;
  counter-reset: num;
}

.sec05-voice__item {
  background: #fff;
  padding: 47px 52px 26px;
  padding: 2.9375rem 3.25rem 1.625rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sec05-voice__item {
    width: 33%;
  }
}
.sec05-voice__item::before {
  content: "";
  height: 45px;
  width: 90px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #FDEC7A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -7px;
  top: -0.4375rem;
  left: -30px;
  left: -1.875rem;
}
.sec05-voice__item::after {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  display: block;
  position: absolute;
  font-size: 54px;
  font-size: 3.375rem;
  top: -8px;
  top: -0.5rem;
  left: 10px;
  left: 0.625rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.sec05-voice__item-text {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.sec05__item-fuki {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}

.fuki__top {
  font-size: 34px;
  font-size: 2.125rem;
  background-color: #FDEC7A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 35px 2px;
  padding: 0.0625rem 2.1875rem 0.125rem;
  border-radius: 3.125rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fuki__top {
    font-size: 2.25rem;
  }
}
.fuki__top::after {
  position: absolute;
  content: "";
  display: block;
  background: #FDEC7A;
  height: 18.1865334795px;
  width: 21px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  top: 96%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1, -1);
          transform: translateX(-50%) scale(1, -1);
}

.fuki__result {
  color: #FF3D22;
  background-color: #fff;
  padding: 42px 47px 43px;
  padding: 2.625rem 2.9375rem 2.6875rem;
  border-radius: 1.25rem;
  margin-top: -16px;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fuki__result {
    font-size: 2.25rem;
    padding: 2.125rem;
  }
}

.sec06 .inner {
  background-color: #fff;
}
.sec06 .section-top__title {
  width: 254px;
  width: 15.875rem;
}
@media screen and (min-width: 768px) {
  .sec06 .section-top__title {
    width: 27.375rem;
  }
}
.sec06 .list__item {
  background-color: #FFFCEA;
}

.sec06__voice {
  margin-top: 50px;
  margin-top: 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  gap: 1.875rem;
}

.sec06-voice__item {
  background-color: #FFFCEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
  padding: 30px 25px;
  padding: 1.875rem 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec06-voice__item {
    padding: 2.1875rem 2.625rem;
  }
}
.sec06-voice__item::before {
  content: "";
  height: 30px;
  width: 60px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #FF3D22;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  top: -0.3125rem;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .sec06-voice__item {
    width: calc(50% - 0.9375rem);
  }
}

.sec06-voice__img {
  width: 140px;
  width: 8.75rem;
}

.sec06-voice__text-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec06-voice__text-title {
    font-size: 1.5rem;
  }
}

.sec06-voice__text-desc {
  margin-top: 18px;
  margin-top: 1.125rem;
}
/*# sourceMappingURL=styles.css.map */

  .btn_wrap{
    text-align: center;
  }
  .btn{
    transition:all 0.3s;
  }
  .btn:hover{
    cursor: pointer;
    opacity:0.7;
  }
  /* footer
  ---------------------------------------------*/
  footer {
    background: #efefef;
    text-align: center;
    padding-top: 20px;
    margin-top: 80px;
  }
  footer a {
    color:#333;
  }
  .footer2 {
    background: #333;
    color: white;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }