@charset "UTF-8";
body {
  text-align: left;
}

p,
span {
  font-weight: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'), local('NotoSansJP-Regular'), local('NotoSansJP-Regular'), url('/font/NotoSansJP-Regular.woff2') format('woff2'), url('/font/NotoSansJP-Regular.woff2') format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSansJP-Bold'), local('NotoSansJP-Bold'), url('/font/NotoSansJP-Bold.woff2') format('woff2'), url('/font/NotoSansJP-Bold.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 900;
  src: local('NotoSansJP-Black'), local('NotoSansJP-Black'), url('/font/NotoSansJP-Black.woff2') format('woff2'), url('/font/NotoSansJP-Black.woff') format('woff');
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body .all-wrapper {
  font-family: 'NotoSansJP', 'Noto Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

a:link {
  color: #1e77c9;
  text-decoration: none;
}

a:visited {
  color: #1e77c9;
  text-decoration: none;
}

a:hover {
  color: #1e77c9;
  text-decoration: underline;
}

a:active {
  color: #1e77c9;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

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

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

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

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.p-contents__inner,
.p-merit__inner,
.p-desc__inner,
.p-howto__inner,
.p-campaignDisc__inner,
.p-type__inner,
.p-flow__inner,
.p-faq__inner,
.p-info__inner,
.l-contents {
  padding: 80px 24px;
}
@media screen and (min-width: 767px) {
  .p-contents__inner,
  .p-merit__inner,
  .p-desc__inner,
  .p-howto__inner,
  .p-campaignDisc__inner,
  .p-type__inner,
  .p-flow__inner,
  .p-faq__inner,
  .p-info__inner,
  .l-contents {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-black {
  font-weight: 900;
}

.u-block {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-center {
  text-align: center;
}

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

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

.u-fwb {
  font-weight: bold;
}

a[href*='tel:'] {
  pointer-events: inherit;
}
@media screen and (min-width: 767px) {
  a[href*='tel:'] {
    pointer-events: none;
  }
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.image {
  display: block;
  margin: auto;
}

.ico {
  vertical-align: middle;
}

.pdfIco {
  vertical-align: middle;
  margin-right: 4px;
}

.c-link {
  text-decoration: underline !important;
  color: #000 !important;
  transition: 0.2s;
}
.c-link:link {
  color: #000 !important;
}
.c-link:visited {
  color: #000 !important;
}
@media screen and (min-width: 767px) {
  .c-link:hover {
    opacity: 0.7;
  }
}
.c-link.-black {
  color: #000 !important;
}
.c-link.-black:link {
  color: #000 !important;
}
.c-link.-black:visited {
  color: #000 !important;
}

.text {
  line-height: 1.75;
}

.mt40 {
  margin-top: 40px !important;
}

.lh175 {
  line-height: 1.75;
}

.fz16 {
  font-size: 16px;
}

.text-gray {
  color: #999999;
}

.c-arrowLink {
  transition: 0.2s;
  transition-property: opacity;
  text-decoration: underline !important;
}
.c-arrowLink::after {
  margin-left: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .c-arrowLink:hover {
    opacity: 0.7;
    color: #fff !important;
    text-decoration: none;
  }
}
.c-arrowLink.-white {
  color: #fff;
}

.c-detail__detailBtn {
  cursor: pointer;
  margin-top: 24px;
  position: relative;
  margin-top: 24px;
  border-radius: 0;
  background: #fff;
  color: #0086ff;
  box-shadow: none;
  width: 100%;
  outline-color: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  border: none;
  transition: 0.2s;
  transition-property: opacity;
  text-align: left;
  display: block;
  border: 1px solid #0086ff;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .c-detail__detailBtn {
    padding: 12px;
    text-align: center;
  }
  .c-detail__detailBtn:hover {
    opacity: 0.7;
  }
}
.c-detail__detailBtn::after {
  content: '';
  border: 0;
  border-top: solid 2px #0086ff;
  border-right: solid 2px #0086ff;
  display: inline-block;
  width: 8px;
  height: 8px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 767px) {
  .c-detail__detailBtn::after {
    top: 22px;
    right: 230px;
  }
}
.c-detail__detailBtn.close {
  border-color: #999;
  background: #eee;
  color: #999;
}
.c-detail__detailBtn.close::after {
  border-color: #999;
  transform: translateY(-50%) rotate(320deg);
}
@media screen and (min-width: 767px) {
  .c-detail__detailBtn.close::after {
    top: 26px;
    border-color: #999;
  }
}

.c-label {
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  background: #6fba2c;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}

.p-headingLv2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
}
.p-headingLv2 span {
  background: linear-gradient(transparent 75%, rgba(111, 186, 44, 0.5) 75%);
}
@media screen and (min-width: 767px) {
  .p-headingLv2 {
    font-size: 40px;
  }
}

.p-campaignBtn {
  display: block;
  padding: 10px;
  background: #fff100;
  color: #023f98 !important;
  font-weight: bold;
  text-align: center;
  border-radius: 999px;
  border: 2px solid #004098;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-campaignBtn {
    width: 400px;
    margin: auto;
    transition: 0.2s;
    transition-property: opacity;
    font-size: 20px;
  }
  .p-campaignBtn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.p-mv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .p-mv {
    background: url('../_images/mv_pc_bg.jpg') no-repeat;
    background-size: cover;
    min-height: 600px;
    display: flex;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__innerWrap {
    width: 1100px;
    margin: auto;
  }
}
.p-mv__inner {
  background: url('../_images/mv_sp_bg.png') no-repeat;
  background-size: cover;
  min-height: 380px;
  padding: 75px 24px 24px;
}
@media screen and (min-width: 767px) {
  .p-mv__inner {
    padding: 40px 0 32px;
    background: none;
    max-width: 538px;
    min-height: auto;
  }
}
.p-mv__catchWrap {
  position: relative;
  max-width: 325px;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .p-mv__catchWrap {
    max-width: 538px;
  }
}

@media screen and (min-width: 767px) {
  .p-mv__img {
    display: block;
    margin: auto;
    width: 538px;
    height: 162px;
  }
}
.p-mv__textBox {
  padding: 24px 30px;
  background: #589063;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-mv__textBox {
    max-width: 539px;
    border-radius: 16px;
    background: rgba(75, 137, 87, 0.7);
  }
}
.p-mv__textBox .secondLine {
  display: block;
  font-size: 40px;
  font-size: 10.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-mv__textBox .secondLine {
    font-size: 54px;
  }
}
.p-mv__textBox .thirdLine {
  display: block;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 767px) {
  .p-mv__textBox .thirdLine {
    font-size: 24px;
  }
}
.p-mv__textBox .thirdLine .price {
  font-size: 28px;
  font-size: 7.4666666667vw;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 767px) {
  .p-mv__textBox .thirdLine .price {
    font-size: 32px;
  }
}
.p-mv__textBox .thirdLine .en {
  font-size: 20px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 767px) {
  .p-mv__textBox .thirdLine .en {
    font-size: 24px;
  }
}
.p-mv__textBox .thirdLine .tax {
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 767px) {
  .p-mv__textBox .thirdLine .tax {
    font-size: 14px;
  }
}

.p-contents__inner {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  .p-contents__inner {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.p-contents__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-contents__title {
    font-size: 32px;
  }
}
.p-contents__title > span {
  margin-top: 8px;
  line-height: 1.75;
  background: linear-gradient(transparent 75%, rgba(111, 186, 44, 0.5) 75%);
}
.p-contents__area {
  margin: 24px;
  padding: 20px;
  border: 1px solid #d32d26;
}
.p-contents__areaTitle {
  font-size: 16px;
  font-weight: bold;
}
.p-contents__em {
  font-size: 24px;
  color: #d32d26;
  font-weight: bold;
}
.p-contents__note {
  color: #d32d26;
}

.p-nav {
  padding: 40px 0;
}
@media screen and (min-width: 767px) {
  .p-nav {
    padding: 80px 0;
  }
}
.p-nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 767px) {
  .p-nav__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  .p-nav__item {
    width: 100%;
  }
}
.p-nav__link {
  position: relative;
  display: block;
}
.p-nav__link:hover,
.p-nav__link:active {
  text-decoration: none !important;
}
.p-nav__link:hover .p-nav__linkInner,
.p-nav__link:active .p-nav__linkInner {
  border: 2px solid #6fba2c;
  background: #6fba2c;
  color: #000 !important;
}
@media screen and (min-width: 767px) {
  .p-nav__link:hover .p-nav__linkInner,
  .p-nav__link:active .p-nav__linkInner {
    border: 2px solid #000;
    background: #6fba2c;
    color: 0 !important;
  }
}
.p-nav__link:hover .p-nav__linkInner:after,
.p-nav__link:active .p-nav__linkInner:after {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-nav__link {
    display: flex;
    flex-direction: column;
  }
  .p-nav__link::after {
    border-radius: 0 0 8px 8px;
    padding: 12px 0;
    content: '';
    display: block;
    background: #6fba2c;
  }
  .p-nav__link:hover {
    border-radius: 0;
  }
  .p-nav__link:hover::after {
    background: #000;
  }
  .p-nav__link > span {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .p-nav__link > span {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: 1.2px;
  }
}
.p-nav__linkInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px 12px 12px;
  border-radius: 4px;
  border: 2px solid #6fba2c;
  background: #fff;
  color: #000 !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-nav__linkInner {
    flex-direction: column;
    padding: 4px;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    line-height: 1.25;
    min-height: 72px;
    justify-content: center;
  }
}
.p-nav__linkInner:hover {
  border: 2px solid #08913d;
}
.p-nav__linkInner::after {
  content: '';
  display: inline-block;
  background-color: #000;
  width: 20px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 767px) {
  .p-nav__linkInner::after {
    position: absolute;
    display: block;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
}
.p-nav__linkArrow {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-nav__linkArrow {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-merit {
  background: #f0f8ea;
}
.p-merit .p-headingLv2 {
  line-height: 1;
}
.p-merit .bigsize {
  font-size: 54px;
  font-weight: bold;
  background: none;
}
.p-merit__title {
  margin: 8px auto;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-merit__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 767px) {
  .p-merit__title.-big {
    font-size: 32px;
  }
}
@media screen and (min-width: 767px) {
  .p-merit__blockWrap {
    margin-top: 40px;
    display: flex;
    gap: 32px;
  }
}
.p-merit__block {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .p-merit__block {
    margin-top: 0;
  }
}
.p-merit__block:not(:first-child) {
  margin-top: 32px;
}
@media screen and (min-width: 767px) {
  .p-merit__block:not(:first-child) {
    margin-top: 0;
  }
}
.p-merit__list {
  margin-top: 40px;
}
.p-merit__item {
  width: 100%;
  padding: 20px;
  border: 2px solid #6fba2c;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-merit__item {
    padding: 40px;
  }
}
.p-merit__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .p-merit__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-merit__flex {
  position: relative;
  margin: 24px auto 120px;
}
@media screen and (min-width: 767px) {
  .p-merit__flex {
    display: flex;
    gap: 32px;
  }
}
.p-merit__flex::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -80px;
  width: 280px;
  height: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #6fba2c;
  left: 50%;
  transform: translateX(-50%);
}
.p-merit__label {
  display: inline-block;
  border-radius: 999px;
  background: #6fba2c;
  padding: 5px 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-merit__label {
    font-size: 18px;
  }
}
.p-merit__em {
  padding: 11px;
  margin-bottom: 16px;
  background: #6fba2c;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}
.p-merit__em span {
  display: block;
  font-size: 16px;
}
.p-merit__em.-gray {
  background: #717171;
}
.p-merit__price {
  font-size: 40px;
  font-weight: bold;
}
.p-merit__en {
  font-size: 32px;
  font-weight: bold;
}
.p-merit__note {
  line-height: 1.5;
}
.p-merit__text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-merit__text {
    font-size: 20px;
  }
}
.p-merit__otoku {
  margin-top: 60px;
  position: relative;
  font-size: 22px;
  color: #d32d26;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-merit__otoku {
    font-size: 40px;
  }
}
.p-merit__otoku::before {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  background: url('../_images/arrowDown.svg') no-repeat;
  width: 30px;
  height: 34px;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .p-merit__otoku::before {
    width: 40px;
    height: 45px;
  }
}
.p-merit__otokuPrice {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  background: linear-gradient(transparent 80%, #fff100 0%);
  line-height: 1.25;
}
@media screen and (min-width: 767px) {
  .p-merit__otokuPrice {
    font-size: 60px;
  }
}
.p-merit__indent {
  display: block;
}
@media screen and (min-width: 767px) {
  .p-merit__indent {
    display: inline-block;
  }
}
.p-merit__omakase {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-merit__omakase {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
.p-merit__omakase > span {
  margin-top: 16px;
  line-height: 1.75;
  background: linear-gradient(transparent 75%, rgba(111, 186, 44, 0.5) 75%);
}
.p-merit__recom {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .p-merit__recom {
    gap: 40px;
  }
}
.p-merit__recomItem {
  margin-top: 40px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-merit__recomItem {
    margin-top: 0;
  }
  .p-merit__recomItem:first-child {
    grid-column: 1 / 3;
  }
}
.p-merit__recomItemTitle {
  padding: 8px;
  background: #6fba2c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-merit__recomItemTitle {
    font-size: 24px;
  }
}

.p-merit__recomItemImg {
  display: block;
  margin: 0 20px;
}
@media screen and (min-width: 767px) {
  .p-merit__recomItemImg .image {
    width: 1052px;
    height: 401px;
  }
  .p-merit__recomItemImg.-point .image {
    height: 500px;
  }
}

.p-merit__recomItemImg:not(:first-of-type) {
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .p-merit__recomItemImg:not(:first-of-type) {
    margin-top: 60px;
  }
}
.p-merit__recomItemText {
  padding: 16px 20px 20px;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-merit__recomItemText {
    font-size: 20px;
  }
  .p-merit__recomItemText.-center {
    text-align: center;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 767px) {
  .p-merit__priceDetail {
    display: flex;
    gap: 24px;
  }
  .p-merit__priceDetail .image {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 767px) {
  .p-merit__priceBox {
    text-align: left;
  }
}
@media screen and (min-width: 767px) {
  .p-merit .image.flex {
    width: 454px;
    height: 200px;
  }
}

.p-desc {
  background: #e26a11;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-desc__inner {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.p-desc .p-headingLv2 {
  text-align: left;
  font-size: 24px;
}
@media screen and (min-width: 767px) {
  .p-desc .p-headingLv2 {
    text-align: center;
    font-size: 32px;
  }
}
.p-desc__text {
  margin-top: 16px;
  line-height: 1.75;
}
.p-desc__link {
  margin-top: 16px;
}
.p-desc .c-link {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-desc .c-link {
    font-size: 20px;
  }
}

.p-howto {
  background: #e26a11;
}
.p-howto__list {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-howto__list {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.p-howto__item {
  margin-top: 40px;
  flex-shrink: 0;
  width: 312px;
}
@media screen and (min-width: 767px) {
  .p-howto__item:not(:first-child) {
    margin-left: 32px;
  }
}
.p-howto__btn {
  margin-top: 40px;
}
.p-howto__text {
  margin-top: 8px;
}

.p-campaignDisc {
  background: #e26a11;
}
.p-campaignDisc h3:not(:first-child) {
  margin-top: 24px;
}
.p-campaignDisc .c-listPoint {
  margin-top: 4px;
}
.p-campaignDisc__mt1 {
  margin-top: 10px;
}
.p-campaignDisc__mt2 {
  margin-top: 4px;
}

.discBox {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .discBox {
    font-size: 16px;
    width: 1100px;
    border-radius: 10px;
    padding: 40px;
  }
}

.c-heading01 {
  padding-left: 8px;
  border-left: 4px solid #000;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-heading01 {
    font-size: 20px;
  }
}

.c-listPoint {
  display: flex;
}
.c-listPoint::before {
  display: block;
  margin-top: 8px;
  flex-basis: 6px;
  flex-shrink: 0;
  margin-right: 4px;
  content: '';
  border-radius: 999px;
  background: #6fba2c;
  width: 6px;
  height: 6px;
}
.c-listPoint.-m::before {
  margin-top: 12px;
}
@media screen and (min-width: 767px) {
  .c-listPoint.-m::before {
    flex-basis: 10px;
    width: 10px;
    height: 10px;
  }
}

.p-type__subTitle {
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-type__subTitle {
    font-size: 40px;
  }
}
.p-type__subTitle .bigSize {
  font-size: 54px;
  font-size: 14.4vw;
}
@media screen and (min-width: 767px) {
  .p-type__subTitle .bigSize {
    font-size: 72px;
  }
}
.p-type__subTitle .u-black {
  font-size: 44px;
  font-size: 11.7333333333vw;
  background: linear-gradient(transparent 75%, rgba(255, 241, 0, 0.5) 50%);
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-type__subTitle .u-black {
    font-size: 54px;
  }
}
.p-type__process {
  margin-top: 40px;
}
.p-type__process .c-listPoint {
  margin-top: 16px;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .p-type__process .c-listPoint {
    font-size: 20px;
  }
}
.p-type__process .c-listPoint .small {
  display: block;
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .p-type__process .c-listPoint .small {
    display: inline;
    font-size: 14px;
  }
}
.p-type__processTitle {
  display: flex;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  background: #6fba2c;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-type__processInner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    width: 768px;
  }
}
.p-type__option {
  margin-top: 114px;
  position: relative;
}
.p-type__option::before {
  content: '';
  display: block;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url('../_images/plus.svg') no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .p-type__option::before {
    width: 60px;
    height: 60px;
  }
}
.p-type__option .title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-type__option .title {
    font-size: 32px;
  }
}
.p-type__option .text {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-type__option .text {
    font-size: 24px;
  }
}
.p-type__option .text .underline {
  background: linear-gradient(transparent 40%, #fff100 60%);
  line-height: 1;
}
.p-type__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 767px) {
  .p-type__card {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
}

.type-card {
  border: 1px solid #ccc;
  display: block;
  line-height: 1.25;
}
@media screen and (min-width: 767px) {
  .type-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 345px;
  }
}
.type-card:hover {
  text-decoration: none;
  color: #000;
}
.type-card img {
  display: block;
  margin: auto;
  width: 100%;
}
.type-card .manufacturer {
  font-weight: bold;
}
.type-card .type {
  margin-top: 12px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .type-card .type {
    font-size: 24px;
  }
}
.type-card .model {
  margin-top: 8px;
  font-weight: bold;
}
.type-card .price {
  margin-top: 12px;
  font-size: 32px;
  font-weight: bold;
}
.type-card .taxInclude {
  margin-top: 15px;
}
.type-card__textBlock {
  padding: 24px 24px 0;
}
@media screen and (min-width: 767px) {
  .type-card__textBlock {
    font-size: 14px;
  }
}
.type-card__note {
  padding: 12px 0 0;
  margin: 0 24px 24px;
  border-top: 1px solid #ccc;
  margin-top: 12px;
}
@media screen and (min-width: 767px) {
  .type-card__note {
    min-height: 138px;
  }
}
.type-card__note .c-listPoint:not(:first-child) {
  margin-top: 20px;
}

.p-flow {
  background: #f0f8ea;
}
.p-flow__list {
  margin-top: 40px;
}
.p-flow__item {
  position: relative;
  border-radius: 12px;
  border: 2px solid #6fba2c;
  background: #fff;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media screen and (min-width: 767px) {
  .p-flow__item {
    padding: 24px;
    margin: auto;
    width: 600px;
    gap: 26px;
  }
}
.p-flow__item:not(:last-child) {
  margin-bottom: 20px;
}
.p-flow__item:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -21px;
  width: 4px;
  height: 20px;
  background-image: linear-gradient(to bottom, #6fba2c, #6fba2c 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-y;
  background-size: 4px 8px;
}
@media screen and (min-width: 767px) {
  .p-flow__item .image {
    width: 120px;
    height: 120px;
  }
}
.p-flow__itemBox {
  flex: 1;
}
@media screen and (min-width: 767px) {
  .p-flow__itemBox {
    font-size: 20px;
  }
}
.p-flow__label {
  margin-bottom: 4px;
  display: inline-block;
  padding: 3px 14px;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #6fba2c;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-flow__label {
    font-size: 14px;
  }
}
.p-flow__text {
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .p-flow__text {
    font-size: 20px;
  }
}
.p-flow__img {
  flex-shrink: 0;
}

.p-faq {
  background: #f0f8ea;
}
.p-faq__question {
  position: relative;
  padding: 12px;
  background: #d7ecc4;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  text-align: left;
  font-weight: bold;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
  transition: 0.2s;
  transition-property: opacity;
}
@media screen and (min-width: 767px) {
  .p-faq__question {
    padding: 20px 24px;
    align-items: flex-start;
    font-size: 20px;
  }
  .p-faq__question:hover {
    opacity: 0.7;
  }
}
.p-faq__questionInner {
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.p-faq__answer {
  padding: 12px;
  font-weight: 400;
  text-align: left;
  background: #fff;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .p-faq__answer {
    padding: 20px 24px;
    font-size: 20px;
  }
}
.p-faq__details {
  border-top: 1px solid #ccc;
}
.p-faq__details:first-of-type {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .p-faq__details:first-of-type {
    margin-top: 60px;
  }
}
.p-faq__details:last-child {
  border-bottom: 1px solid #ccc;
}
.p-faq .faq-icon {
  margin-right: 12px;
}
.p-faq__para:not(:first-child) {
  margin-top: 16px;
}
.p-faq__note {
  margin-top: 16px;
  font-size: 12px;
}
.p-faq__button {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .p-faq__button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-faq__btn {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .p-faq__btn {
    margin-top: 40px;
  }
}
.p-faq__img {
  display: block;
  margin-top: 8px;
}
@media screen and (min-width: 767px) {
  .p-faq .faq-icon {
    width: 30px;
    height: 30px;
  }
}

.p-info {
  background: #91d951;
}
.p-info__inner {
  position: relative;
}
.p-info__block:not(:first-child) {
  margin-top: 24px;
}
.p-info__titleBlock {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .p-info__titleBlock {
    margin: auto;
    justify-content: center;
    text-align: center;
    max-width: 567px;
  }
}
.p-info__titleBlock .image {
  margin: inherit;
}
@media screen and (min-width: 767px) {
  .p-info__titleBlock .image {
    position: absolute;
    width: 240px;
    height: 242px;
    bottom: 118px;
    left: 0;
  }
}
.p-info__title {
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  font-size: 20px;
  background: linear-gradient(transparent 60%, rgba(255, 241, 0, 0.5) 60%);
}
@media screen and (min-width: 767px) {
  .p-info__title {
    font-size: 32px;
    text-align: center;
  }
}
.p-info__titleLine {
  margin-top: 12px;
  font-weight: 900;
  font-size: 6vw;
  background: linear-gradient(transparent 60%, rgba(255, 241, 0, 0.5) 60%);
  line-height: 1.25;
}
@media screen and (min-width: 321px) {
  .p-info__titleLine {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 767px) {
  .p-info__titleLine {
    font-size: 54px;
  }
}
.p-info__title-sub {
  font-size: 20px;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-info__title-sub {
    font-size: 28px;
    font-weight: bold;
  }
}
.p-info__free {
  margin-right: 4px;
  background: #fff;
  border-radius: 2px;
  padding: 3px;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  color: #000;
}
.p-info__phone {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-info__phone {
    margin-top: 16px;
  }
}
.p-info .ico {
  margin-right: 8px;
}
.p-info__phoneLink {
  font-size: 24px;
  font-weight: bold;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
}

.p-info__text:not(:first-child) {
  margin-top: 8px;
  letter-spacing: -0.05px;
}

@media screen and (min-width: 767px) {
  .p-info__text {
    font-size: 32px;
  }
  .p-info__text:not(:first-child) {
    margin-top: 16px;
  }
}

.p-info__note {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .p-info__note {
    font-size: 20px;
  }
}
.p-info__link {
  margin-top: 24px;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .p-info__link {
    text-align: center;
  }
  .p-info__link .ctaBtn.phone {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .p-info__link .ctaBtn {
    display: block;
    width: 400px;
    margin: auto;
  }
}
.p-info__link .callText {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-info__link .callText {
    margin-top: 60px;
    display: block;
    font-size: 62px;
    font-weight: bold;
    line-height: 1.25;
  }
}

.ctaBtn {
  display: block;
  padding: 12px 0;
  border-radius: 12px;
  background: #000;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .ctaBtn {
    padding: 17px 0;
    transition: 0.2s;
    transition-property: opacity;
    font-size: 20px;
  }
  .ctaBtn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
/*# sourceMappingURL=ev.css.map */
