@charset "UTF-8";
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  color: #231815;
  background-color: #fff;
  overflow-x: hidden;
}
body.fix {
  height: 100vh;
  overflow-y: hidden;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
em {
  font-style: normal;
}

.pc {
  display: block !important;
}

br.pc {
  font-size: 0;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  br.sp {
    font-size: 0;
  }
}
.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

.bold {
  font-weight: bold !important;
}

.c-green {
  color: #005f1b;
}

.al-c {
  text-align: center !important;
}

.al-l {
  text-align: left !important;
}

.al-r {
  text-align: right !important;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.ib {
  display: inline-block;
}

.mt-1em {
  margin-top: 1em;
}

.mt-1-5em {
  margin-top: 1.5em;
}

.mt-2em {
  margin-top: 2em;
}

.bg-c1 {
  position: relative;
}

.bg-c1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #bcddb6 url("../img/bg-stripe.svg") no-repeat top left/100% auto;
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-c2 {
  background-color: #fffbcd;
}

.bg-triangle {
  position: relative;
}
.bg-triangle::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  z-index: 10;
  border-top: 100px solid #bcddb6;
}
@media screen and (max-width: 767px) {
  .bg-triangle::after {
    border-top: 8vw solid #bcddb6;
  }
}

.marker {
  background: linear-gradient(transparent 65%, #fcc800 35%);
  margin: 0 3px;
  padding: 0;
  display: inline;
}

.c-text-link {
  color: #4478bd;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-text-link:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.link-flow {
  text-align: center;
  line-height: 1;
}
.link-flow .c-text-link {
  color: #0068b7;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .link-flow .c-text-link {
    font-size: 3.46vw;
  }
}

a[href$=".pdf"],
.doc {
  position: relative;
  padding-right: 0.4em;
}

a[href$=".pdf"]::after,
.doc::after {
  content: "";
  position: relative;
  right: -0.3em;
  bottom: 0.1em;
  margin: auto;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: middle;
  line-height: 1;
  background: url("../img/ico-doc.svg") no-repeat center center/contain;
}

a.no-icon {
  text-decoration: none;
  padding-right: 0;
}

a.no-icon::after {
  content: none;
  bottom: auto;
}

.l-wrapper {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-bottom: 30vw;
  }
}

/*----------------------*/
/*	PC TELリンク無効
/*----------------------*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*----------------------*/
/*	l-container
/*----------------------*/
.l-container,
.l-container-s,
.l-container-s,
.l-container-m {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container,
.l-container-s,
.l-container-s,
.l-container-m {
    width: 93.3%;
  }
}

.l-container {
  max-width: 1200px;
}

.l-container-s {
  max-width: 920px;
}

.l-container-m {
  max-width: 1080px;
}

.l-container-910 {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}

/*===========================================================*/
/*  header
/*===========================================================*/
.header {
  width: 100%;
  height: 95px;
  background: linear-gradient(0deg, #007b3a 0%, #003209 100%);
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header-inner {
  width: 90%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.header-title {
  height: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header-title {
    font-size: 16px;
    flex-direction: column;
  }
}
.header-title > span + span {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .header-title > span {
    margin-left: 0;
  }
}

/*===========================================================*/
/*  footer
/*===========================================================*/
/*----------------------*/
/*	topに戻る
/*----------------------*/
#page-top {
  background: #fff;
  border-radius: 50%;
  opacity: 0.9;
  width: 6rem;
  height: 6rem;
  position: fixed;
  bottom: 60px;
  right: 50px;
  cursor: pointer;
  z-index: 1001;
}
#page-top::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-top: solid 2px #231815;
  border-left: solid 2px #231815;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page-top {
    width: 4rem;
    height: 4rem;
    bottom: 7vw;
    right: 2%;
  }
  #page-top::before {
    width: 1rem;
    height: 1rem;
  }
}
/*===========================================================*/
/*  main
/*===========================================================*/
/*----------------------*/
/*	title
/*----------------------*/
.c-title-ver2 {
  width: 450px;
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #ee7800;
  border-radius: 30px;
  padding: 0.7em 1em;
}
@media screen and (max-width: 767px) {
  .c-title-ver2 {
    width: 64vw;
    font-size: 4vw;
    padding: 0.5em 1em;
  }
}

.c-section-box > .c-title-ver2:first-child {
  transform: translateY(-50%);
}

.c-title-ver3 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  line-height: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-title-ver3 {
    font-size: 4vw;
    margin-bottom: 2.66vw;
  }
}
.c-title-ver3::before, .c-title-ver3::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  .c-title-ver3::before, .c-title-ver3::after {
    height: 1px;
  }
}
.c-title-ver3::before {
  margin-right: 0.5em;
}
.c-title-ver3::after {
  margin-left: 0.5em;
}

.c-title-ver4 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-title-ver4 {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}

/*----------------------*/
/*	button
/*----------------------*/
.c-button {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  border-radius: 100vh;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-button:hover {
    right: -6px;
    bottom: -6px;
    opacity: 1;
  }
}
.c-button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: rgba(35, 24, 21, 0.3);
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-button::before {
    right: -0.8vw;
    bottom: -0.8vw;
  }
}

@media screen and (min-width: 768px) {
  .c-button:hover::before {
    background-color: transparent;
  }
}
.c-button--md {
  width: 440px;
}
@media screen and (max-width: 1199px) {
  .c-button--md {
    width: 36.66vw;
  }
}
@media screen and (max-width: 767px) {
  .c-button--md {
    width: 40.79vw;
  }
}

.c-button--ss {
  width: 350px;
}
@media screen and (max-width: 1199px) {
  .c-button--ss {
    width: 29.16vw;
  }
}
@media screen and (max-width: 767px) {
  .c-button--ss {
    width: 40.79vw;
  }
}

.c-button--s {
  width: 395px;
}
@media screen and (max-width: 1199px) {
  .c-button--s {
    width: 32.91vw;
  }
}
@media screen and (max-width: 767px) {
  .c-button--s {
    width: 48vw;
  }
}

/*----------------------*/
/*	text
/*----------------------*/
.c-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-text {
    font-size: 2.66vw;
  }
}

.c-text2 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}

.c-text3 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}

.c-text4 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}

.c-text5 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}

.c-text6 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-text6 {
    font-size: 3.46vw;
  }
}

.c-text-caution {
  font-size: 3.1rem;
  font-weight: bold;
  color: #005f1b;
  line-height: 1.25;
  text-align: center;
  background-color: #fff;
  padding: 0.8em 1em;
  border: 3px solid #005f1b;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .c-text-caution {
    width: 90%;
    margin: 0 auto;
    font-size: 3.73vw;
    border: 1px solid #005f1b;
    border-radius: 4vw;
  }
}
.c-text-caution > span {
  display: inline-block;
}

/*----------------------*/
/*	list
/*----------------------*/
.c-list-note > li {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .c-list-note > li {
    font-size: 2.66vw;
  }
}

.c-list-note > li:last-child {
  margin-bottom: 0;
}

.c-list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.l-section-info .c-list-note > li,
.caution .c-list-note > li {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-section-info .c-list-note > li,
.caution .c-list-note > li {
    font-size: 2.66vw;
  }
}

/*----------------------*/
/*	table
/*----------------------*/
.c-table {
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  width: 100%;
}
.c-table th,
.c-table td {
  vertical-align: middle;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 0.8em 1em;
}
@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    padding: 0.8em 1em;
  }
}
.c-table th {
  width: 26%;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #3d793b;
}
@media screen and (max-width: 767px) {
  .c-table th {
    font-size: 3.2vw;
    display: block;
    width: 100%;
  }
}
.c-table td {
  font-size: 2rem;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-table td {
    font-size: 3.46vw;
    display: block;
    width: 100%;
  }
}

/*----------------------*/
/*	section
/*----------------------*/
.c-section-box {
  background-color: #fff;
  padding: 0 5% 5.4%;
  box-shadow: 10px 10px 0 rgba(35, 24, 21, 0.3);
}
@media screen and (max-width: 767px) {
  .c-section-box {
    padding: 0 2.5% 2.5%;
    box-shadow: 3px 3px 0 rgba(35, 24, 21, 0.3);
  }
}

.l-section-intro {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-section-intro {
    padding-bottom: 4vw;
  }
}

.l-section-info {
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .l-section-info {
    padding: 5.33vw 0;
  }
}

/*----------------------*/
/*	kv
/*----------------------*/
.kv {
  padding: 50px 0 85px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .kv {
    padding: 4.16vw 0 7.08vw;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    padding: 4vw 0 8vw;
    overflow-x: hidden;
  }
}
.kv::before {
  content: "";
  width: 960px;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -2;
  pointer-events: none;
}
@media screen and (max-width: 1299px) {
  .kv::before {
    width: 73.8vw;
    top: -8.46vw;
  }
}
@media screen and (max-width: 767px) {
  .kv::before {
    width: 110.66vw;
    top: -1.87vw;
  }
}
.kv-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv-inner {
    width: 100%;
  }
}
.kv-free {
  color: #fff;
  background-color: #ee7800;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
}
.kv-logo-ja {
  width: 202px;
}
@media screen and (max-width: 1199px) {
  .kv-logo-ja {
    width: 16.8vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-logo-ja {
    padding-left: 4vw;
    width: 26.66vw;
    margin-bottom: 2.66vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-text {
    width: 83.73vw;
    margin: 0 auto 4vw;
    transform: translateX(3.5%);
  }
}
.kv-button {
  text-align: center;
  margin: -165px 0 30px;
}
@media screen and (max-width: 1199px) {
  .kv-button {
    margin: -13.75vw 0 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-button {
    margin: 0 0 2.66vw;
  }
}
.kv-text-area {
  margin: 120px 0 50px;
}
@media screen and (max-width: 1199px) {
  .kv-text-area {
    margin: 10vw 0 4.16vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-text-area {
    margin: 12vw 0 6.66vw;
  }
}
.kv-text-area .text + .text {
  margin-top: 1em;
}

.kv-feature-title {
  width: 714px;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .kv-feature-title {
    width: 58.66vw;
    margin: 0 auto 4vw;
  }
}
.kv-feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .kv-feature-list {
    gap: 1.33vw;
  }
}

/*----------------------*/
/*	benefits
/*----------------------*/
.benefits-head {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .benefits-head {
    padding-bottom: 5.33vw;
  }
}
.benefits-head-text {
  width: 686px;
  max-width: 100%;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .benefits-head-text {
    width: 80%;
    margin: 0 auto 4vw;
  }
}
@media screen and (max-width: 767px) {
  .benefits-head-text2 {
    width: 90%;
    margin: 0 auto;
  }
}
.benefits-body {
  background-color: #fffbcd;
  padding: 5.5%;
}
@media screen and (max-width: 767px) {
  .benefits-body {
    padding: 5% 4%;
  }
}
.benefits-box-ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background-color: #f5a33b;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .benefits-box-ttl {
    font-size: 4vw;
  }
}
.benefits-catch {
  margin-bottom: 1em;
}
.benefits-col {
  max-width: 910px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .benefits-col {
    margin: 0 auto 4vw;
  }
}
.benefits-col2 {
  max-width: 890px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .benefits-col2 {
    margin: 0 auto 6.66vw;
  }
}
.benefits-text {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .benefits-text {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 4vw;
    line-height: 1.5;
    margin: 0 -2% 4vw;
  }
}
.benefits-text .text-large {
  font-size: 2.8em;
}
.benefits-text .text-medium {
  font-size: 1.7em;
}
.benefits-text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .benefits-text span {
    display: inline;
  }
}
.benefits-text .text-line3 {
  line-height: 1.3;
}
.benefits-text2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .benefits-text2 {
    font-size: 2.66vw;
    margin-bottom: 0.5em;
  }
}
.benefits-table {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .benefits-table {
    margin-bottom: 1.33vw;
  }
}
.benefits-step {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .benefits-step {
    margin-bottom: 4vw;
  }
}
.benefits-step-title {
  font-size: 3rem;
  font-weight: bold;
  color: #005f1b;
  letter-spacing: 0.08em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #005f1b;
}
@media screen and (max-width: 767px) {
  .benefits-step-title {
    font-size: 4.53vw;
    text-align: center;
  }
}
.benefits-step-title .text-large {
  font-size: 1.5em;
}
.benefits-step-img {
  margin-top: -1px;
}
.benefits-caution {
  max-width: 870px;
  margin: 0 auto;
}

.c-catch {
  color: #ee7800;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-catch {
    font-size: 4vw;
  }
}
.c-catch > span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}

.c-catch > span::before,
.c-catch > span::after {
  content: "";
  height: 0.8em;
  display: inline-block;
  background: #ee7800;
  width: 1px;
  position: absolute;
  bottom: -0.1em;
}

.c-catch > span::before {
  left: 0;
  transform: rotate(-30deg);
}

.c-catch > span::after {
  right: 0;
  transform: rotate(30deg);
}

.c-catch-text {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-catch-text {
    font-size: 2.66vw;
  }
}
.c-catch-text > span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .c-catch-text > span {
    padding: 0 0.5em;
  }
}

.c-catch-text > span::before,
.c-catch-text > span::after {
  content: "";
  height: 1.57em;
  display: inline-block;
  background: #231815;
  width: 1px;
  position: absolute;
  bottom: -0.05em;
}

.c-catch-text > span::before {
  left: 0;
  transform: rotate(-30deg);
}

.c-catch-text > span::after {
  right: 0;
  transform: rotate(30deg);
}

/*----------------------*/
/*	best-deal
/*----------------------*/
.best-deal {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .best-deal {
    margin-top: 9.33vw;
  }
}
.best-deal-col {
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .best-deal-col {
    margin: 0 0 2.66vw;
  }
}
.best-deal-body {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .best-deal-body {
    margin-top: 5.33vw;
  }
}
.best-deal-text-wrap {
  display: inline-block;
  text-align: left;
}
.best-deal-text {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.best-deal-text2 {
  font-size: 3.7rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .best-deal-text2 {
    font-size: 4vw;
    text-align: center;
  }
}
.best-deal-text2.text-center {
  display: block;
  text-align: center;
}
.best-deal-note {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .best-deal-note {
    font-size: 2.66vw;
    /* font-weight: 500; */
  }
}
.best-deal-note.text-close {
  transform: translateY(-0.5em);
}
@media screen and (max-width: 767px) {
  .best-deal-note.text-close {
    transform: translate(2em, -0.5em);
  }
  .item2 .best-deal-note.text-close {
    transform: translateY(-0.5em);
  }
}
.best-deal-button {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .best-deal-button {
    margin-top: 2.66vw;
  }
}
.best-deal-item.item2 .best-deal-button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .best-deal-item.item2 .best-deal-button {
    margin-top: 1.5vw;
  }
}
.best-deal-button-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .best-deal-button-col2 {
    gap: 1.33vw;
  }
}
.best-deal-text-area {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .best-deal-text-area {
    margin-top: 4vw;
  }
}

.best-deal-item {
  padding: 45px 30px 70px 45px;
  background: url("../img/bg-beige.png") repeat-y top center/100% auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .best-deal-item {
    padding: 4vw 2.66vw 5.33vw;
  }
}

.best-deal-item::before,
.best-deal-item::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}

.best-deal-item::before {
  top: 0;
  left: 0;
  transform: translate(-30px, -30px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .best-deal-item::before {
    transform: translate(-45px, -45px) rotate(45deg);
  }
}

.best-deal-item::after {
  bottom: 0;
  right: 0;
  transform: translate(30px, 30px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .best-deal-item::after {
    transform: translate(45px, 45px) rotate(45deg);
  }
}

.best-deal-item + .best-deal-item {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .best-deal-item + .best-deal-item {
    margin-top: 2.66vw;
  }
}

/*----------------------*/
/*	more-benefits
/*----------------------*/
.more-benefits {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .more-benefits {
    padding-top: 10.66vw;
    padding-bottom: 5.33vw;
  }
}
.more-benefits-catch {
  width: 440px;
  max-width: 100%;
  margin: 70px auto 25px;
}
@media screen and (max-width: 767px) {
  .more-benefits-catch {
    width: 36vw;
    margin: 0 auto 2.66vw;
  }
}

.box-note {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .box-note {
    font-size: 2.66vw;
  }
}

.box-green {
  border: 1px solid #005f1b;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-green {
    margin-bottom: 3.73vw;
  }
}
.box-green::before, .box-green::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .box-green::before, .box-green::after {
    width: 15px;
    height: 15px;
  }
}
.box-green::before {
  top: -1px;
  left: -1px;
  background: url("../img/box-left-triangle.svg") no-repeat center center/contain;
}
.box-green::after {
  bottom: -1px;
  right: -1px;
  background: url("../img/box-right-triangle.svg") no-repeat center center/contain;
}
.box-green-cont {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .box-green-cont {
    margin-bottom: 2.66vw;
  }
}
.box-green-cont-img {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box-green-cont-img {
    margin-bottom: 2.66vw;
  }
}
.box-green-cont-text {
  flex: 1;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-green-title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #005f1b;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .box-green-title {
    font-size: 4vw;
  }
}
.box-green-title > span {
  display: inline-block;
}
.box-green-body {
  padding: 7.7% 2.7% 6.4%;
}
@media screen and (max-width: 767px) {
  .box-green-body {
    padding: 4% 3%;
  }
}
.box-green-text {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .box-green-text {
    font-size: 2.83vw;
  }
}
@media screen and (max-width: 767px) {
  .box-green-text {
    font-size: 2.93vw;
  }
}
.box-green-text .text-large {
  font-size: 5.7em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  transform: translateX(-0.1em);
  display: inline-block;
}
.box-green-text2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .box-green-text2 {
    font-size: 3.46vw;
  }
}
.box-green .box-inner {
  max-width: 920px;
  margin: 0 auto;
}

.box-yellow {
  border: 1px solid #f5a33b;
  border-radius: 21px;
}
@media screen and (max-width: 767px) {
  .box-yellow {
    border-radius: 2.72vw;
  }
}
.box-yellow-title {
  background-color: #f5a33b;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 1em;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .box-yellow-title {
    font-size: 3.2vw;
    padding: 0.5em 1em;
    border-radius: 2.66vw 2.66vw 0 0;
  }
}
.box-yellow-title > span {
  display: inline-block;
}
.box-yellow-body {
  padding: 4.16% 2.7% 5.5%;
}
.box-yellow-cont {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .box-yellow-cont {
    margin-bottom: 2.66vw;
  }
}
.box-yellow-cont-img {
  width: 988px;
  max-width: 100%;
  margin: 0 auto;
}
.box-yellow-cont-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-yellow-text {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1199px) {
  .box-yellow-text {
    font-size: 2.66vw;
  }
}
.box-yellow-text2 {
  color: #f5a33b;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .box-yellow-text2 {
    font-size: 3.46vw;
  }
}
.box-yellow .box-inner {
  max-width: 920px;
  margin: 0 auto;
}

/*----------------------*/
/*	more-best
/*----------------------*/
.more-best {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .more-best {
    padding-bottom: 5.33vw;
  }
}
.more-best-catch {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .more-best-catch {
    width: 54.4vw;
  }
}
.more-best-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .more-best-img {
    margin-bottom: 5.33vw;
  }
}
.more-best-text {
  color: #005f1b;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .more-best-text {
    font-size: 3.2vw;
    margin: 0 auto 8vw;
  }
}
.more-best-text > span {
  display: inline-block;
}
.more-best-note {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .more-best-note {
    margin-top: 4vw;
  }
}

.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .case-list {
    gap: 2.13vw;
  }
}
.case-list > li {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.8;
  background-color: #fff;
  border: 3px solid #005f1b;
  border-radius: 20px;
  padding: 50px 20px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-list > li {
    font-size: 2.66vw;
    padding: 5.33vw 1.33vw 2.66vw;
    border-radius: 10px;
    border: 2px solid #005f1b;
  }
}
.case-list > li::after {
  content: "";
  width: 78px;
  height: 78px;
  background-color: #005f1b;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .case-list > li::after {
    width: 9.06vw;
    height: 9.06vw;
  }
}
.case-list > li:nth-child(1)::after {
  background-image: url("../img/ico-cart.svg");
  background-position: center center;
  background-size: 45px auto;
}
@media screen and (max-width: 767px) {
  .case-list > li:nth-child(1)::after {
    background-size: 5.86vw auto;
  }
}
.case-list > li:nth-child(2)::after {
  background-image: url("../img/ico-light.svg");
  background-position: center center;
  background-size: 30px auto;
}
@media screen and (max-width: 767px) {
  .case-list > li:nth-child(2)::after {
    background-size: 3.73vw auto;
  }
}
.case-list > li:nth-child(3)::after {
  background-image: url("../img/ico-phone-yen.svg");
  background-position: center center;
  background-size: 30px auto;
}
@media screen and (max-width: 767px) {
  .case-list > li:nth-child(3)::after {
    background-size: 3.73vw auto;
  }
}

/*----------------------*/
/*	caution
/*----------------------*/
.caution {
  padding: 75px 0 60px;
}
@media screen and (max-width: 767px) {
  .caution {
    padding: 5.33vw 0 6.66vw;
  }
}
.caution-link {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .caution-link {
    margin-top: 4vw;
  }
}

/*----------------------*/
/*	cta
/*----------------------*/
.cta {
  padding: 30px 0 25px;
  background-color: #3d793b;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 4vw 0;
  }
}
.cta-button {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cta-button {
    margin-bottom: 2.66vw;
  }
}
.cta .c-text-link {
  color: #fff;
}

.foot-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/*----------------------*/
/*	animation
/*----------------------*/
.fade-in-up {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fade-out-down {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
/*----------------------*/
/*	modal
/*----------------------*/
.remodal-overlay {
  background: rgba(35, 24, 21, 0.51);
}

.remodal {
  max-width: 640px;
  background: transparent;
}

.modal {
  width: auto;
  position: relative;
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal {
    width: 90%;
  }
}
.modal-title {
  transform: translateY(50%);
}
.modal-title > span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  background-color: #f5a33b;
  border: 6px solid #e86b3b;
  border-radius: 26px;
  display: inline-block;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .modal-title > span {
    font-size: 4vw;
    border: 2px solid #e86b3b;
    border-radius: 2.4vw;
  }
}
.modal-cont {
  max-width: 700px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.modal-cont img {
  max-height: 80vh;
}
.modal-close {
  width: 45px;
  height: 45px;
  background: url("../img/close-btn.svg") no-repeat center center/contain;
  position: absolute;
  top: 1%;
  right: 0;
  left: auto;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .modal-close {
    width: 8vw;
    height: 8vw;
  }
}
.modal-close::before {
  content: none;
}

.step-flow > li {
  border: 1px solid #005f1b;
  background-color: #fff;
  box-shadow: 8px 8px 0 rgba(35, 24, 21, 0.3);
  padding: 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-flow > li {
    box-shadow: 0.8vw 0.8vw 0 rgba(35, 24, 21, 0.3);
  }
}
.step-flow > li:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #005f1b transparent transparent transparent;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .step-flow > li:not(:last-child)::before {
    border-width: 9px 5px 0 5px;
    bottom: -20px;
  }
}
.step-flow > li:not(:last-child) {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .step-flow > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.step-flow > li *:last-child {
  margin-bottom: 0;
}
.step-flow > li .c-list-note > li {
  font-size: 1.7rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .step-flow > li .c-list-note > li {
    font-size: 3.2vw;
  }
}
.step-flow-cont {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .step-flow-cont {
    gap: 2.13vw;
    margin-bottom: 2.66vw;
  }
}
.step-flow-text {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-flow-text {
    font-size: 3.46vw;
  }
}
.step-flow-text > span {
  display: inline-block;
}

.step-num {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #005f1b;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
}
@media screen and (max-width: 767px) {
  .step-num {
    width: 8vw;
    height: 8vw;
    background-size: 3.73vw auto;
  }
}

.step-flow > li:nth-child(1) .step-num {
  background-image: url("../img/step-num1.svg");
}

.step-flow > li:nth-child(2) .step-num {
  background-image: url("../img/step-num2.svg");
}

.step-flow > li:nth-child(3) .step-num {
  background-image: url("../img/step-num3.svg");
}

