@charset "UTF-8";
/*
	media settings
**************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

a * {
  pointer-events: none;
  text-decoration: none;
}

body {
  color: #222;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Oswald {
  font-weight: 500;
  font-family: Oswald;
}

.italic {
  font-style: italic;
}

.fsp50 {
  font-size: 50% !important;
}

.fsp60 {
  font-size: 60% !important;
}

.fsp70 {
  font-size: 70% !important;
}

.fsp80 {
  font-size: 80% !important;
}

.fsp90 {
  font-size: 90% !important;
}

.fsp110 {
  font-size: 110% !important;
}

.fsp120 {
  font-size: 120% !important;
}

.fsp130 {
  font-size: 130% !important;
}

.fsp140 {
  font-size: 140% !important;
}

.fsp150 {
  font-size: 150% !important;
}

.fsp160 {
  font-size: 160% !important;
}

.fsp170 {
  font-size: 170% !important;
}

.fsp180 {
  font-size: 180% !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.c-red {
  color: #D81618;
}

.c-org {
  color: #E46000;
}

.c-dorg {
  color: #E6480A;
}

.c-lorg {
  color: #E89900;
}

.c-wht {
  color: #fff;
}

.c-blk {
  color: #222;
}

.c-blu {
  color: #0078D0;
}

.c-gold {
  color: #C79826;
}

.c-yel {
  color: #FFD000;
}

.c-byel {
  color: #FFF000;
}

.c-lyel {
  color: #FFF4AC;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

ruby rt {
  font-size: 35%;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.spnone {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone {
    display: block !important;
  }
}

.pcnone {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

.spnone-flex {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone-flex {
    display: flex !important;
  }
}

.pcnone-flex {
  display: flex !important;
}
@media screen and (min-width: 769px) {
  .pcnone-flex {
    display: none !important;
  }
}

.section {
  padding: 3rem 0;
}

.section-padTop {
  padding: 3rem 0 0;
}

.section-top {
  padding: 6rem 0 3rem;
}

i,
em {
  font-style: normal;
}

a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
a.break-url {
  word-break: break-all;
  overflow-wrap: break-word;
}

sup {
  font-size: 70%;
  display: inline-block;
  transform: translatey(0.2rem);
}

.mark-text {
  font-style: normal;
  background: linear-gradient(transparent 70%, #FFF4AC 30%);
}

.mark-text02 {
  font-style: normal;
  background: linear-gradient(transparent 70%, #FFF6A6 30%);
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
  .section {
    padding: 4rem 0;
  }
  .section-padTop {
    padding: 4rem 0 0;
  }
  .section-top {
    padding: 8rem 0 4rem;
  }
}
/* common */
.inner {
  padding: 0 1.5rem;
  box-sizing: content-box;
}

.inner-narrow {
  padding: 0 1.5rem;
  box-sizing: content-box;
}

.inner-S {
  padding: 0 1.5rem;
  box-sizing: content-box;
}

.inner-SS {
  padding: 0 1.5rem;
  box-sizing: content-box;
}

@media screen and (min-width: 769px) {
  /* common */
  .inner {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 880px;
  }
  .inner-narrow {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-S {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-SS {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 420px;
  }
  .common-banner {
    margin: auto;
    max-width: 3.2rem;
  }
}
.header {
  background: #FFF;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.header-license {
  width: 100%;
  height: 5.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-license-wrap {
  padding: 0 1.5rem;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .header-license-wrap {
    width: 100%;
    margin: auto;
    padding: 0 3.2rem;
    max-width: 88rem;
  }
}
@media screen and (min-width: 769px) {
  .form_body .header-license-wrap {
    max-width: 70rem;
  }
}
.header-license-logo {
  width: 100%;
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.header-license-logo-img {
  position: relative;
  margin-right: 0.8rem;
}
@media screen and (min-width: 769px) {
  .header-license-logo-img {
    margin-right: 1rem;
  }
}
.header-license-logo-img img {
  width: 10.3rem;
  max-width: 100%;
  height: auto;
}
.header-code-text {
  font-size: 0.8rem;
  letter-spacing: -0.004rem;
  font-weight: 400;
}

/* footer */
.footer {
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-bottom: 10rem;
  }
}
.footer-links {
  padding: 1.5rem 0;
  background: #D81618;
}
.form_body .footer-links {
  background: #444;
}
.footer-link-list {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}
.footer-link-list li:first-child {
  margin-right: 2em;
}
.footer-link-list li a {
  color: #fff;
}
.footer-link-list li i {
  display: inline-block;
  margin-left: 1rem;
  color: #fff;
  font-weight: bold;
}
.footer-small {
  display: block;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 0.5rem 0;
}

.text-gold {
  position: relative;
  color: transparent;
  text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.3), 0 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
}
.text-gold::before {
  content: attr(data-text) "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(160deg, #F8D847 13.39%, #FDF7BF 28.36%, #E8C100 58.32%, #FFFCD1 96.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.text-shadow {
  text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.3), 0 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
}

.text-note {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.dot-line {
  border-bottom: 0.2rem dotted #C79826;
  display: inline;
}

.dot-line-yel {
  border-bottom: 0.2rem dotted #FFD000;
  display: inline;
}

.solid-line {
  border-bottom: 0.1rem solid #FFD000;
  display: inline;
}

.sankaku-arrow {
  width: 6.3rem;
  height: 2.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(to top, #D81618 0%, #fff 100%);
  margin: 1.5rem auto;
}

.sankaku-arrow.org {
  width: 6.3rem;
  height: 2.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(to top, #E89900 0%, #fff 100%);
  margin: 1.5rem auto;
}

.ank-link-btn {
  display: block;
  width: 90%;
  margin: 2rem auto 0;
  padding: 1.8rem 2rem;
  background: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.6rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .ank-link-btn {
    width: 100%;
  }
}
.ank-link-btn::after {
  content: "";
  background: url(../img/typcn_arrow-up.webp) no-repeat center center/cover;
  width: 1.85rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translatey(-50%);
}
.ank-link-btn.open::after {
  transform: translatey(-50%) rotate(180deg);
}
.ank-link-btn-content {
  font-size: 1.6rem;
}
.ank-link-btn-content table {
  margin-top: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .ank-link-btn-content table {
    width: 100%;
  }
}
.ank-link-btn-content table tr th {
  border: 1px solid #ccc;
  white-space: nowrap;
  vertical-align: middle;
  padding: 1rem;
  background: #FFF9E2;
  color: #E46000;
}
.ank-link-btn-content table tr td {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1rem;
  line-height: 1.4;
}

/* mv */
.section.mv {
  padding: 0;
}

.mv {
  width: 100%;
  background: linear-gradient(to bottom, #F02400, #FCAA01 84.5%, transparent 84.5%), linear-gradient(to bottom, transparent 80%, #FFF9E2 80%);
}
.mv-inner {
  max-width: 88rem;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mv-inner {
    padding-top: 1rem;
    padding-left: 6rem;
  }
}
.mv-head img {
  width: 100%;
}

.infoText {
  padding-bottom: 0;
  background: #FFF9E2;
}
.infoText-box {
  margin: auto;
  padding: 4rem 3rem 2.5rem;
  background: #fff;
  border: 0.2rem solid #D81618;
  border-radius: 0.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .infoText-box {
    width: 50rem;
  }
}
.infoText-box .time-sankaku {
  width: 2.2rem;
  height: 1.9rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  position: absolute;
  z-index: 1;
  bottom: -1.8rem;
  left: 50%;
  transform: translatex(-50%);
}
.infoText-box .time-sankaku-borderL {
  display: block;
  width: 0.2rem;
  height: 2.1rem;
  background: #D81618;
  position: absolute;
  bottom: -1.93rem;
  left: calc(50% - 0.55rem);
  transform: rotate(-33deg) translatex(-50%);
  z-index: 2;
  border-radius: 1rem;
}
.infoText-box .time-sankaku-borderR {
  display: block;
  width: 0.2rem;
  height: 2.1rem;
  background: #D81618;
  position: absolute;
  bottom: -2.03rem;
  left: calc(50% + 0.55rem);
  transform: rotate(33deg) translatex(-50%);
  z-index: 2;
  border-radius: 1rem;
}
.infoText-text {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .infoText-text {
    font-size: 1.6rem;
  }
}
.infoText .text-alert {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0.8rem 3rem 1rem;
  white-space: nowrap;
  background: #D81618;
  border-radius: 4rem;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (min-width: 769px) {
  .infoText .text-alert {
    font-size: 1.6rem;
  }
}
.infoText-text03 {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.infoText-text03 .text03-kakaku {
  display: inline-block;
  line-height: 1;
  font-size: 2rem;
}
.infoText-text03 .text03-num {
  font-size: 4.7rem;
  display: inline;
}
@media screen and (min-width: 769px) {
  .infoText-text03 .text03-num {
    font-size: 4.8rem;
  }
}
.infoText .text-cacheback {
  width: fit-content;
  white-space: nowrap;
  margin: auto;
  font-size: 2.2rem;
}
.infoText #top-timer {
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .infoText #top-timer {
    font-size: 1.6rem;
  }
}
.infoText #top-timer .timer-text {
  background: transparent;
  color: #222;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .infoText #top-timer .time-sp-text {
    position: relative;
  }
  .infoText #top-timer .time-sp-text::before {
    content: "";
    background: #222;
    width: 0.1rem;
    height: 1.8rem;
    position: absolute;
    left: -1rem;
    bottom: 0;
    transform: rotate(-35deg);
  }
  .infoText #top-timer .time-sp-text::after {
    content: "";
    background: #222;
    width: 0.1rem;
    height: 1.8rem;
    position: absolute;
    right: -1rem;
    bottom: 0;
    transform: rotate(35deg);
  }
}

.recommend {
  background: #F2F1EF;
}
.recommend-title {
  text-align: center;
  font-size: 2.6rem;
}
.recommend-text {
  text-align: center;
  font-size: 1.4rem;
}
.recommend-contents {
  margin: 2.4rem 0;
}
@media screen and (min-width: 769px) {
  .recommend-contents {
    display: flex;
  }
}
.recommend-item {
  width: 100%;
  border-radius: 0.4rem;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF9E1;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .recommend-item {
    margin-top: 0;
    margin-left: 2rem;
    width: 33.33%;
  }
}
.recommend-item:nth-child(1) {
  margin-left: 0;
}
.recommend-item-head {
  text-align: center;
  padding: 1.5rem 1.2rem 0.5rem;
  position: relative;
  margin-bottom: 3.5rem;
}
.--org .recommend-item-head {
  background: #E89900;
}
.--org .recommend-item-head::before {
  background: #E89900;
}
.--red .recommend-item-head {
  background: #D81618;
}
.--red .recommend-item-head::before {
  background: #D81618;
}
.--blue .recommend-item-head {
  background: #0078D0;
}
.--blue .recommend-item-head::before {
  background: #0078D0;
}
.recommend-item-head::before {
  content: "";
  width: 100%;
  height: 1.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1.45rem;
  left: 0;
}
.recommend-item-title {
  font-weight: 700;
}
.recommend-item-title.--01 {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}
.recommend-item-title.--02 {
  font-size: 2.2rem;
  width: fit-content;
  margin: auto;
  line-height: 1;
  padding: 0.5rem;
  border: 0.1rem solid #fff;
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .recommend-item-title.--02 {
    font-size: 2rem;
  }
}
.recommend-item-title.--03 {
  font-size: 1.6rem;
}
.recommend-item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .recommend-item-body {
    padding: 0 2rem;
    height: 13.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .recommend-item-body {
    height: 18rem;
  }
}
.recommend-item-body-desc-logo {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .recommend-item-body-desc-logo {
    width: 70%;
  }
}
.recommend-item-body-desc-tit {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .recommend-item-body-desc-tit {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .recommend-item-body-desc-tit {
    font-size: 1.2rem;
  }
}
.recommend-item-body-desc-number {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .recommend-item-body-desc-number {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .recommend-item-body-desc-number {
    font-size: 1.2rem;
  }
}
.recommend-item-body-desc-fig {
  position: relative;
}
@media screen and (max-width: 768px) {
  .recommend-item-body-desc-fig .nor-product-img {
    width: 8.5rem;
    height: auto;
  }
  .recommend-item-body-desc-fig .pal-product-img {
    width: 9.6rem;
    height: auto;
  }
  .recommend-item-body-desc-fig .rin-product-img {
    width: 10.4rem;
    height: auto;
  }
}
.recommend-item-body-desc-fig .ecojose-logo {
  position: absolute;
  bottom: 2.5rem;
  left: -0.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recommend-item-body-desc-fig .ecojose-logo {
    width: 65%;
  }
}
.recommend-item-cost {
  padding: 0 1rem;
}
.recommend-item-point {
  width: calc(100% - 2rem);
  margin: 2rem auto 0;
  border-radius: 0.6rem;
}
.--org .recommend-item-point {
  background: #FFFAE4;
  border: 0.1rem solid #E89900;
}
.--red .recommend-item-point {
  background: #FFEFEF;
  border: 0.1rem solid #D81618;
}
.--blue .recommend-item-point {
  background: #EAF2FF;
  border: 0.1rem solid #0078D0;
}
.recommend-item-point-tit {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.4rem 1.7rem 0.6rem 0;
}
.recommend-item-point-tit img {
  vertical-align: text-bottom;
  margin-right: 0.3rem;
}
.--org .recommend-item-point-tit {
  background: #E89900;
}
.--red .recommend-item-point-tit {
  background: #D81618;
}
.--blue .recommend-item-point-tit {
  background: #0078D0;
}
.recommend-item-point-text {
  padding: 1rem;
  font-size: 1.4rem;
}
.recommend-item-point-text > span {
  font-weight: 700;
}
.recommend-top {
  margin-top: 2rem;
  display: flex;
}
.recommend-top-item {
  width: 33.33%;
  border-radius: 0.6rem;
  overflow: hidden;
}
.recommend-top-item:nth-child(2) {
  margin: 0 0.5rem;
}
.recommend-top-item.--org {
  background: #FFFAE4;
  border: 0.1rem solid #E89900;
}
.recommend-top-item.--red {
  background: #FFEFEF;
  border: 0.1rem solid #D81618;
}
.recommend-top-item.--blue {
  background: #EAF2FF;
  border: 0.1rem solid #0078D0;
}
.recommend-top-item-tit {
  height: 4.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-bottom: 1rem;
}
.--org .recommend-top-item-tit {
  background: #E89900;
}
.--red .recommend-top-item-tit {
  background: #D81618;
}
.--blue .recommend-top-item-tit {
  background: #0078D0;
}
.recommend-top-item-tit::before {
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translatex(-50%);
}
.--org .recommend-top-item-tit::before {
  background: #E89900;
}
.--red .recommend-top-item-tit::before {
  background: #D81618;
}
.--blue .recommend-top-item-tit::before {
  background: #0078D0;
}
.recommend-top-item-desc {
  padding: 0 0.4rem 0.8rem 0.4rem;
}
.recommend-top-item-desc-text {
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.--org .recommend-top-item-desc-text {
  color: #E89900;
}
.--red .recommend-top-item-desc-text {
  color: #D81618;
}
.--blue .recommend-top-item-desc-text {
  color: #0078D0;
}
.recommend-top-item-desc-fig {
  text-align: center;
}
.recommend-top-item-desc-fig img {
  height: 6.5rem;
  width: auto;
}

.models {
  background: #FFF9E2;
}
.models-title {
  position: relative;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .models-title {
    font-size: 2rem;
  }
}
.models-title::before {
  content: "";
  background: url(../img/title-left-ashirai.webp) no-repeat center center/cover;
  width: 2.5rem;
  height: 6.3rem;
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translatey(-50%);
}
.models-title::after {
  content: "";
  background: url(../img/title-right-ashirai.webp) no-repeat center center/cover;
  width: 2.5rem;
  height: 6.3rem;
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translatey(-50%);
}
.models-ribonBlock {
  background: #D81618;
  border-radius: 0.6rem;
  padding: 0.5rem 0 0;
  margin-top: 2rem;
  box-shadow: 0 0.1rem 0.2px 0 rgba(0, 0, 0, 0.3), 0 0.2rem 0.6rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .models-ribonBlock {
    margin-top: 3rem;
  }
}
.models-ribonBlock-box {
  background: #fff;
  width: calc(100% - 1rem);
  margin: auto;
  padding: 2rem 2rem 3.5rem 2rem;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  position: relative;
}
.models-ribonBlock-box-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.models-ribonBlock-box-title--text {
  font-size: 1.3rem;
}
.models-ribonBlock-box-fig img {
  width: 100%;
}
.models-ribonBlock-box-yelBox {
  background: #F9DE66;
  border-radius: 0.6rem;
  padding: 0.5rem;
}
.models-ribonBlock-box-yelBox-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto 1rem;
}
.models-ribonBlock-box-yelBox-title-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.models-ribonBlock-box-yelBox-box {
  background: #FFF9E2;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  padding: 1rem;
}
.models-ribonBlock-box-yelBox-box--text {
  line-height: 1.8;
}
.models-ribonBlock-box-yelBox-box--text > span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
}
.models-ribonBlock-box-yelBox-box--text .text02 .textBg {
  background: #D81618;
  color: #fff;
  padding: 0.2rem 0.3rem 0.3rem 0.3rem;
}
.models-ribonBlock-box-hukidashi {
  width: 10.4rem;
  height: 3.4rem;
  background: #fff;
  border: 0.3rem solid #D81618;
  border-radius: 3rem;
  font-size: 1.6rem;
  color: #D81618;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.models-ribonBlock-box-hukidashi-arrow {
  width: 1rem;
  height: 1rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translatex(-50%);
  z-index: 1;
}
.models-ribonBlock-box-hukidashi-arrow::before {
  content: "";
  width: 0.3rem;
  height: 2.5rem;
  background: #D81618;
  border-radius: 1rem;
  position: absolute;
  left: 0.4rem;
  top: 0;
  transform: rotate(-28deg);
}
.models-ribonBlock-box-hukidashi-arrow::after {
  content: "";
  width: 0.3rem;
  height: 2.5rem;
  background: #D81618;
  border-radius: 1rem;
  position: absolute;
  right: 0.4rem;
  top: 0;
  transform: rotate(28deg);
}
.models-ribonBlock-downBox {
  padding: 3rem 0 3rem;
  overflow: hidden;
  position: relative;
}
.models-ribonBlock-downBox::before {
  content: "";
  background: url(../img/ribon-up.webp) no-repeat center center/cover;
  width: 4.85rem;
  height: 4.7rem;
  position: absolute;
  top: 0;
  left: -0.5rem;
}
.models-ribonBlock-downBox::after {
  content: "";
  background: url(../img/ribon-down.webp) no-repeat center center/cover;
  width: 4.85rem;
  height: 4.7rem;
  position: absolute;
  bottom: 0;
  right: -0.5rem;
}
.models-ribonBlock-downBox-text {
  color: #fff;
  line-height: 1.4;
}
.models-ribonBlock-downBox-text > span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.models-ribonBlock-downBox-text > span span {
  font-size: 2rem;
}
.models-ribonBlock-downBox-text .text01 {
  text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.3), 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.models-ribonBlock-downBox-text .text02 .text-vertical {
  line-height: 1.2;
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 0.5rem;
  transform: translatey(-0.3rem);
}
.models-ribonBlock-downBox-text .text-gold {
  font-size: 4rem;
}
.models-ribonBlock-downBox-text .text-gold.text02-txt01 {
  letter-spacing: -0.1rem;
}

.nocost {
  background: #FFF9E2;
}
.nocost-title {
  position: relative;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .nocost-title {
    font-size: 2rem;
  }
}
.nocost-title-stxt {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .nocost-title-stxt {
    font-size: 1.6rem;
  }
}
.nocost-title::before {
  content: "";
  background: url(../img/title-left-ashirai.webp) no-repeat center center/cover;
  width: 2.5rem;
  height: 6.3rem;
  position: absolute;
  top: 50%;
  left: -3.6rem;
  transform: translatey(-50%);
}
.nocost-title::after {
  content: "";
  background: url(../img/title-right-ashirai.webp) no-repeat center center/cover;
  width: 2.5rem;
  height: 6.3rem;
  position: absolute;
  top: 50%;
  right: -3.6rem;
  transform: translatey(-50%);
}

.guarantee {
  padding-bottom: 0;
}
.guarantee-hukidashi {
  border: 0.3rem solid #C79826;
  padding: 1.5rem;
  position: relative;
}
.guarantee-hukidashi .hukidashi-sannkaku {
  width: 2.2rem;
  height: 2rem;
  background: #fff;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translatex(-50%);
  z-index: 1;
}
.guarantee-hukidashi .hukidashi-sannkaku::before {
  content: "";
  width: 0.3rem;
  height: 2.5rem;
  background: #C79826;
  border-radius: 1rem;
  position: absolute;
  left: 0.4rem;
  top: 0;
  transform: rotate(-28deg);
}
.guarantee-hukidashi .hukidashi-sannkaku::after {
  content: "";
  width: 0.3rem;
  height: 2.5rem;
  background: #C79826;
  border-radius: 1rem;
  position: absolute;
  right: 0.4rem;
  top: 0;
  transform: rotate(28deg);
}
.guarantee-titleWrap {
  width: fit-content;
  margin: auto;
  position: relative;
  margin-bottom: 1rem;
}
.guarantee-titleWrap::before {
  content: "";
  background: url(../img/gold-leaf-left.webp) no-repeat center center/cover;
  width: 3.3rem;
  height: 6.8rem;
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translatey(-50%);
}
@media screen and (min-width: 769px) {
  .guarantee-titleWrap::before {
    left: -5rem;
  }
}
.guarantee-titleWrap::after {
  content: "";
  background: url(../img/gold-leaf-right.webp) no-repeat center center/cover;
  width: 3.3rem;
  height: 6.8rem;
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translatey(-50%);
}
@media screen and (min-width: 769px) {
  .guarantee-titleWrap::after {
    right: -5rem;
  }
}
.guarantee-titleSub {
  text-align: center;
  padding: 0.3rem 1.5rem;
  background: #D81618;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
}
.guarantee-titleSub::before {
  content: "";
  width: 1rem;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  position: absolute;
  left: -0.1rem;
  top: 0;
  z-index: 1;
}
.guarantee-titleSub::after {
  content: "";
  width: 1rem;
  height: 100%;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: #fff;
  position: absolute;
  right: -0.1rem;
  top: 0;
  z-index: 1;
}
.guarantee-title {
  font-size: 2.4rem;
  line-height: 1.2;
}
.guarantee-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .guarantee-text {
    font-size: 1.5rem;
  }
}
.guarantee .section-arrow {
  margin-top: 1rem;
}

.maker {
  padding-top: 0;
  padding-bottom: 0;
}
.maker-head {
  background: #D81618;
  padding: 2rem 0;
}
.maker-title {
  position: relative;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .maker-title {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.maker-title::before {
  content: "";
  background: url(../img/kirakira.webp) no-repeat center center/cover;
  width: 2.7rem;
  height: 2.65rem;
  position: absolute;
  top: -1rem;
  left: 0;
}
@media screen and (min-width: 769px) {
  .maker-title::before {
    left: -3.5rem;
  }
}
.maker-title::after {
  content: "";
  background: url(../img/kirakira.webp) no-repeat center center/cover;
  width: 2.7rem;
  height: 2.65rem;
  position: absolute;
  bottom: -1rem;
  right: 0;
}
@media screen and (min-width: 769px) {
  .maker-title::after {
    right: -3rem;
  }
}
.maker-logoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.3), 0 0.2rem 0.6rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .maker-logoBox {
    width: 34.5rem;
    margin: auto;
  }
}
.maker-list {
  background: #FFF6F6;
  padding: 2rem 0 4rem;
}
.maker-listWrap {
  display: flex;
  flex-wrap: wrap;
}
.maker-item {
  width: calc(50% - 0.4rem);
  background: #fff;
  border: 0.1rem solid #D81618;
  border-radius: 0.6rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.maker-item:nth-child(odd) {
  margin-right: 0.8rem;
}
.maker-item:nth-last-child(1) {
  margin-bottom: 0;
}
.maker-item:nth-last-child(2) {
  margin-bottom: 0;
}
.maker-item-inner {
  padding: 0.8rem;
}
.maker-item-logo-n {
  width: 9.5rem;
  height: 2rem;
}
.maker-item-logo-r {
  width: 7.75rem;
  height: 1.95rem;
}
.maker-item-logo-p {
  width: 7.8rem;
  height: 1.95rem;
}
.maker-item-title {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .maker-item-title {
    font-size: 1.6rem;
  }
}
.maker-item-list {
  margin-top: 0.5rem;
}
.maker-item-list.height01 {
  min-height: 2rem;
}
@media screen and (min-width: 769px) {
  .maker-item-list.height01 {
    min-height: 2.4rem;
  }
}
.maker-item-list.height02 {
  min-height: 4rem;
}
@media screen and (min-width: 769px) {
  .maker-item-list.height02 {
    min-height: 4.8rem;
  }
}
.maker-item-list.height03 {
  min-height: 6rem;
}
@media screen and (min-width: 769px) {
  .maker-item-list.height03 {
    min-height: 7.2rem;
  }
}
.maker-item-list.height04 {
  min-height: 8rem;
}
@media screen and (min-width: 769px) {
  .maker-item-list.height04 {
    min-height: 9.6rem;
  }
}
.maker-item-list.height05 {
  min-height: 10rem;
}
@media screen and (min-width: 769px) {
  .maker-item-list.height05 {
    min-height: 12rem;
  }
}
.maker-item-list.height06 {
  min-height: 12rem;
}
@media screen and (min-width: 769px) {
  .maker-item-list.height06 {
    min-height: 14.4rem;
  }
}
.maker-item-list.height07 {
  min-height: 14rem;
}
@media screen and (min-width: 769px) {
  .maker-item-list.height07 {
    min-height: 16.8rem;
  }
}
.maker-item-list.height08 {
  min-height: 16rem;
}
@media screen and (min-width: 769px) {
  .maker-item-list.height08 {
    min-height: 19.2rem;
  }
}
.maker-item-list li {
  font-size: 1.3rem;
  padding-left: 1.2rem;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .maker-item-list li {
    font-size: 1.6rem;
  }
}
.maker-item-list li::before {
  content: "・";
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.maker-item-list li + li {
  margin-top: 0.4rem;
}
.maker-item-fig {
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}
.maker-item-fig img {
  width: 100%;
}
.maker-item-hopeCost {
  padding: 0.5rem;
  background: #ECECEC;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
}
.maker-item-disCost {
  padding: 1rem 0.5rem;
  background: #D81618;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .maker-item-disCost {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .maker-item-disCost--cashText {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .maker-item-disCost--text01 {
    font-size: 1.2rem;
  }
}
.maker .sankaku-arrow {
  width: 3.5rem;
  height: 1.4rem;
  margin: 0 auto 1rem;
}

.otoku {
  border-top: 6px solid #474975;
  background: linear-gradient(0deg, #ECF2FA 0%, #ECF2FA 100%), #F4F6F8;
}
.otoku-titleBg {
  width: fit-content;
  white-space: nowrap;
  color: #639C5C;
  padding: 0.8rem 3rem 0.8rem 6rem;
  background: #fff;
  border-radius: 4rem;
  border: 0.2rem solid #639C5C;
  margin: 2rem auto 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.otoku-titleBg::before {
  content: "";
  background: url(../img/otoku-icon.webp) no-repeat center center/cover;
  width: 4.4rem;
  height: 5.9rem;
  position: absolute;
  bottom: 0.8rem;
  left: 1rem;
  z-index: 2;
}
.otoku-title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .otoku-pointWrap {
    display: flex;
    justify-content: space-between;
  }
}
.otoku-point {
  margin-top: 6rem;
  padding: 5rem 2rem 2.5rem;
  border-radius: 0.6rem;
  background: #FFF;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.3), 0 0.2rem 0.6rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .otoku-point {
    width: 48%;
  }
}
.otoku-point-titleBox {
  width: 26rem;
  height: 5.2rem;
  border-radius: 6.5rem;
  background: #D81618;
  margin-top: -7.7rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.otoku-point-num {
  font-size: 1.1rem;
  font-weight: 400;
}
.otoku-point-title {
  font-size: 1.9rem;
  line-height: 1;
  margin-top: 0;
}
.otoku-point-desc {
  font-size: 1.5rem;
}
.otoku-point-desc + .otoku-point-desc {
  margin-top: 1rem;
}
.otoku-fig {
  margin-top: 2.5rem;
  text-align: center;
}
.otoku-fig img {
  width: 20.5rem;
  height: 14.5rem;
}

.subsidiary {
  padding-bottom: 0;
  background: linear-gradient(180deg, #ECF2FA 0%, #FFF 100%), linear-gradient(180deg, #F4F6F8 0%, #FFF 100%);
}
.subsidiary-box {
  background: linear-gradient(0deg, #474975 0%, #474975 100%), #475BA3;
  padding: 2rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .subsidiary-box {
    width: 53rem;
    justify-content: center;
    margin: auto;
  }
}
.subsidiary-box::after {
  content: "";
  background: linear-gradient(0deg, #474975 0%, #474975 100%), #475BA3;
  width: 1.8rem;
  height: 1.1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.subsidiary-text {
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .subsidiary-text {
    line-height: 1.5;
  }
}
.subsidiary-text .text01 {
  font-size: 1.4rem;
}
.subsidiary-text .text02 {
  font-size: 1.8rem;
}
.subsidiary-fig {
  width: 10rem;
}
.subsidiary-fig img {
  width: 100%;
  height: auto;
}

.voice {
  background-image: linear-gradient(0deg, transparent calc(100% - 0.1rem), #f0f0f0 calc(100% - 0.1rem)), linear-gradient(90deg, transparent calc(100% - 0.1rem), #f0f0f0 calc(100% - 0.1rem));
  background-size: 1.6rem 1.6rem;
  background-repeat: repeat;
  background-position: center center;
  background-color: #F8FBFD;
  border-top: 0.6rem solid #0078D0;
}
.voice-titleSub {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
.voice-title {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  width: fit-content;
  margin: 0 auto 2rem;
  position: relative;
}
.voice-title::before {
  content: "";
  background: #0078D0;
  width: 0.1rem;
  height: 2.7rem;
  position: absolute;
  left: -1.5rem;
  bottom: 0.4rem;
  transform: rotate(-40deg);
}
.voice-title::after {
  content: "";
  background: #0078D0;
  width: 0.1rem;
  height: 2.7rem;
  position: absolute;
  right: -1.5rem;
  bottom: 0.4rem;
  transform: rotate(40deg);
}
@media screen and (min-width: 769px) {
  .voice-content {
    display: flex;
  }
}
.voice-item {
  padding: 2.4rem 2rem;
  border-radius: 0.6rem;
  background: #FFF;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.3), 0 0.2rem 0.6rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .voice-item {
    width: calc(33.33% - 1rem);
  }
}
.voice-item + .voice-item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .voice-item + .voice-item {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
.voice-item-title {
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 1rem;
  border-left: 0.3rem solid #0078D0;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
  .voice-item-title {
    min-height: 6.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.voice-item-text {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .voice-item-text {
    min-height: 16.8rem;
  }
}
.voice-item-meta {
  display: flex;
  align-items: center;
}
.voice-item-meta img {
  width: 8rem;
  height: 8rem;
}
.voice-item-meta-text {
  margin-left: 2rem;
  font-size: 1.5rem;
}

.nayami {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .nayami-fig {
    text-align: center;
    padding: 2.5rem 0 0;
    background: linear-gradient(0deg, #FFF 0%, #D7E1EA 48.17%, #9CACBD 100%), linear-gradient(0deg, #FFF 0%, #D7E1EA 48.17%, #D5DCE2 100%);
  }
}
.nayami-fig img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .nayami-fig img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .nayami-fig .sankaku-arrow {
    display: none;
  }
}
.nayami-title {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  width: fit-content;
  margin: 1rem auto 0;
  line-height: 1.4;
}
.nayami-title::before {
  content: "";
  background: url(../img/kirakira.webp) no-repeat center center/cover;
  width: 2.7rem;
  height: 2.65rem;
  position: absolute;
  top: -1rem;
  left: -3.2rem;
}
.nayami-title::after {
  content: "";
  background: url(../img/kirakira.webp) no-repeat center center/cover;
  width: 2.7rem;
  height: 2.65rem;
  position: absolute;
  bottom: -1rem;
  right: -3.2rem;
}

.flow {
  padding-top: 0;
  background: #FFF9E2;
}
.flow-titleBox {
  padding: 2rem 0;
  background: repeating-linear-gradient(45deg, #e7b95e, #e7b95e 0.07rem, #E89900 0.07rem, #E89900 1.5rem);
}
.flow-title {
  font-size: 2.6rem;
  text-align: center;
}
.flow-wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .flow-content {
    display: flex;
  }
}
.flow-item {
  border-radius: 0.6rem;
  background: #FFF;
  padding: 2rem;
}
@media screen and (min-width: 769px) {
  .flow-item {
    width: calc(33.33% - 2rem);
    padding: 1.5rem;
  }
}
.flow-item.lorg {
  border: 0.3rem solid #E89900;
}
.flow-item.org {
  border: 0.3rem solid #E46000;
}
.flow-item.red {
  border: 0.3rem solid #D81618;
}
.flow-item-num {
  width: fit-content;
  margin: 0 auto 0.5rem;
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 4rem;
}
@media screen and (min-width: 769px) {
  .flow-item-num {
    padding: 0.3rem 2rem;
  }
}
.flow-item-num.lorg {
  background: #E89900;
}
.flow-item-num.org {
  background: #E46000;
}
.flow-item-num.red {
  background: #D81618;
}
.flow-item-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .flow-item-title {
    min-height: 6.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.flow-item-text {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .flow-item-text {
    min-height: 12.8rem;
  }
}
.flow-item-fig {
  width: 100%;
}
.flow-item-fig img {
  width: 100%;
}
.flow-arrow {
  width: 5rem;
  height: 1.8rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 1rem auto;
}
@media screen and (min-width: 769px) {
  .flow-arrow {
    width: 2rem;
    height: 4rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin: auto 1rem;
  }
}
.flow-arrow.lorg {
  background: #E89900;
}
.flow-arrow.org {
  background: #E46000;
}
.flow-arrow.red {
  background: #D81618;
}

.service-area {
  padding-top: 0;
  background: #F4F9FF;
}
.service-area-titleBox {
  padding: 2rem 0;
  background: repeating-linear-gradient(45deg, #59a8e0, #59a8e0 0.07rem, #0078D0 0.07rem, #0078D0 1.5rem);
  margin-bottom: 2.5rem;
}
.service-area-title {
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service-area-title {
    font-size: 2.6rem;
  }
}
.service-area-text {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.3;
  margin: 1.5rem 0 2rem;
}
@media screen and (min-width: 769px) {
  .service-area-text {
    font-size: 2.4rem;
  }
}
.service-area-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-area-tag {
  background: #F05904;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 0.5rem 0.8rem 0.7rem;
  margin: 0.5rem;
  font-weight: 700;
  border-radius: 0.4rem;
}
@media screen and (min-width: 769px) {
  .service-area-tag {
    font-size: 1.6rem;
  }
}
.service-area-map {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .service-area-map {
    width: 42rem;
    height: 31.5rem;
  }
}
.service-area-map img {
  width: 100%;
  height: 100%;
}
.service-area-list {
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.service-area-listTitle {
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #0078D0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .service-area-listTitle {
    font-size: 1.8rem;
  }
}
.service-area-listTitle.acco-toggle {
  cursor: pointer;
}
.service-area-listTitle.acco-toggle::before {
  content: "ー";
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
}
.service-area-listTitle.acco-toggle.open::before {
  content: "＋";
}
.service-area-listText {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .service-area-listText {
    font-size: 1.5rem;
  }
}

.payment {
  padding-top: 0;
  background: #F4F9FF;
}
.payment-titleBox {
  padding: 2rem 0;
  background: repeating-linear-gradient(45deg, #59a8e0, #59a8e0 0.07rem, #0078D0 0.07rem, #0078D0 1.5rem);
}
.payment-title {
  font-size: 2.6rem;
  text-align: center;
}
.payment-text {
  font-size: 1.6rem;
  margin: 2rem 0;
}

.faq {
  padding-top: 0;
}
.faq-titleBox {
  padding: 2rem 0;
  background: repeating-linear-gradient(45deg, #e7b95e, #e7b95e 0.07rem, #E89900 0.07rem, #E89900 1.5rem);
}
.faq-title {
  font-size: 2.6rem;
  text-align: center;
}
.faq-content {
  margin-top: 3rem;
}
.faq-dl + .faq-dl {
  margin-top: 2rem;
}
.faq-dl dt > span {
  display: flex;
  align-items: flex-start;
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 0.1rem solid #CCC;
  background: #FFF9E2;
  padding: 1.6rem 1rem;
  line-height: 1.4;
}
.faq-dl dt > span > img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.faq-dl dt > div {
  display: flex;
  align-items: flex-start;
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 0.1rem solid #CCC;
  background: #FFF9E2;
  padding: 1.6rem 1rem;
  line-height: 1.4;
}
.faq-dl dt > div > img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.faq-dl dd > span {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.6rem 1rem;
}
@media screen and (min-width: 769px) {
  .faq-dl dd > span {
    font-size: 1.6rem;
  }
}
.faq-dl dd > span > img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.faq-dl dd > div {
  display: flex;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.6rem 1rem;
}
@media screen and (min-width: 769px) {
  .faq-dl dd > div {
    font-size: 1.6rem;
  }
}
.faq-dl dd > div > img {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.faq-dl dd table {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .faq-dl dd table {
    width: 100%;
  }
}
.faq-dl dd table tr th {
  border: 1px solid #ccc;
  white-space: nowrap;
  vertical-align: middle;
  padding: 1rem;
  background: #FFF9E2;
  color: #E46000;
}
.faq-dl dd table tr td {
  border: 1px solid #ccc;
  padding: 1rem;
  line-height: 1.4;
}

.pickup {
  background: url(../img/pickup-bg-sp.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .pickup {
    background: url(../img/pickup-bg-pc.jpg) no-repeat center center/cover;
  }
}
.pickup-title {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .pickup-title {
    font-size: 3.8rem;
  }
}
.pickup-title .redBox {
  display: inline-block;
  background: #D81618;
  padding-right: 1.4rem;
  padding-left: 0.5rem;
  margin-left: 1rem;
}
@media screen and (min-width: 769px) {
  .pickup-maker {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.pickup-maker-text {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .pickup-maker-text {
    margin-right: 2rem;
    text-align: left;
    margin-bottom: 0;
  }
}
.pickup-maker-logoBox {
  display: flex;
  justify-content: center;
}
.pickup-maker-logoBox figure {
  background: #fff;
  border-radius: 0.4rem;
  padding: 1rem 1.5rem;
  box-sizing: content-box;
}
.pickup-maker-logoBox-imgN {
  width: 6.3rem;
  height: 1.2rem;
}
.pickup-maker-logoBox-imgR {
  width: 4.7rem;
  height: 1.2rem;
  margin: 0 1rem;
}
.pickup-maker-logoBox-imgP {
  width: 4.7rem;
  height: 1.2rem;
}
.pickup-maker-logoBox img {
  width: 100%;
  height: auto;
  display: block;
}
.pickup-case {
  width: fit-content;
  margin: 2rem auto 1.5rem;
  font-size: 1.6rem;
  position: relative;
}
.pickup-case::before {
  content: "";
  background: #fff;
  width: 4rem;
  height: 0.1rem;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  left: -5rem;
  top: 50%;
  transform: translatey(-50%);
}
.pickup-case::after {
  content: "";
  background: #fff;
  width: 4rem;
  height: 0.1rem;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translatey(-50%);
}
.pickup-contents {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .pickup-contents {
    display: flex;
    margin-bottom: 2.5rem;
  }
}
.pickup-item {
  width: 100%;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.2);
  padding: 1.8rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pickup-item {
    width: 50%;
    padding: 2rem 1.8rem;
    align-items: flex-start;
  }
}
.pickup-item:nth-child(1) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .pickup-item:nth-child(1) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.pickup-item-desc {
  margin-right: 1rem;
}
.pickup-item-desc-tit {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 769px) {
  .pickup-item-desc-tit {
    font-size: 1.6rem;
  }
}
.pickup-item-desc-text01 {
  font-size: 1.2rem;
  line-height: 1.6;
}
.pickup-item-desc-text02 {
  width: fit-content;
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  position: relative;
}
.pickup-item-desc-text02::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  margin-top: -2px;
  border-top: solid 0.1rem #555;
  border-bottom: solid 0.1rem #555;
  position: absolute;
  left: -0.3rem;
  top: 51%;
}
.pickup-item-desc-cashtext {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .pickup-item-desc-cashtext {
    font-size: 1.2rem;
  }
}
.pickup-item-desc-text03 {
  margin-top: 1rem;
  line-height: 1;
}
.pickup-item-desc-text03 .text03-kakaku {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.2rem;
}
.pickup-item-desc-text03 .text03-num {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .pickup-item-desc-text03 .text03-num {
    font-size: 3rem;
  }
}
.pickup-item-fig {
  width: 12rem;
  height: 14.7rem;
}
.pickup-item-fig img {
  width: 100%;
}
.pickup-note {
  font-size: 1.1rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .pickup-note {
    text-align: center;
    font-size: 1.3rem;
  }
}

/* cta */
.cta {
  margin-top: 0;
}
.cta.cta-bg {
  background: linear-gradient(0deg, #FFF9E2 0%, #FFF 100%);
}
.cta.cta-bgbeg {
  background: #FFF9E2;
}
@media screen and (min-width: 769px) {
  .cta-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
  }
}
.cta-list.form_tel_box_cta li {
  width: 100%;
  height: 9rem;
}
@media screen and (min-width: 769px) {
  .cta-list.form_tel_box_cta li {
    height: 8.6rem;
    width: 38rem;
  }
}
.cta-list.form_tel_box_cta li a {
  text-decoration: none;
  transition: 0.3s all;
}
.cta-list.form_tel_box_cta li a.common-cta-tel .Oswald {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .cta-list.form_tel_box_cta li a.common-cta-tel {
    padding-right: 4rem;
  }
}
.cta-list.form_tel_box_cta li a:hover {
  opacity: 0.8;
}
.cta-list.form_tel_box_cta li a span > span {
  margin-bottom: 0.5rem;
}
.cta-list.form_tel_box_cta li a span > span.telText {
  font-size: 1.8rem;
}
.cta-list.form_tel_box_cta li a .cta-icon {
  margin-right: 1rem;
}
.cta-list.form_tel_box_cta li a::after {
  right: 2rem;
}
@media screen and (min-width: 769px) {
  .cta-list.form_tel_box_cta li a::after {
    right: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .cta-list li {
    width: 34.3rem;
    height: 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li {
    width: calc(100% - 3rem);
    height: 9.5rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li.noTopMargin {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li.web-list {
    height: 9.5rem;
  }
}
.cta-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  border-radius: 0.4rem;
}
.cta-list li a span > span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
  position: relative;
  text-align: center;
  text-shadow: 0rem 0.1rem 0.2rem rgba(0, 0, 0, 0.3), 0rem 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
}
.cta-list li a span > span.webText {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span.webText {
    font-size: 1.5rem;
  }
}
.cta-list li a span > span.revText {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span.revText {
    font-size: 1.6rem;
  }
}
.cta-list li a span > span.telText {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .cta-list li a span > span.telText {
    font-size: 2rem;
  }
}
.modal-content .cta-list li a span > span.telText {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span.telText {
    font-size: 1.4rem;
  }
}
.cta-list li a span > span b {
  font-size: 2rem;
}
.cta-list li a span > span.open-times {
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span.open-times {
    font-size: 1.1rem;
  }
}
.cta-list li a span > span.open-hours {
  font-size: 1.3rem;
  margin-top: 0.8rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cta-list li a span > span.open-hours {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span {
    font-size: 2.2rem;
  }
}
.cta-list li a::before {
  content: "";
  background: url(../img/btn-shadow.webp) no-repeat center center/cover;
  position: absolute;
  width: 100%;
  height: 4.5rem;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-list li a::after {
  content: "";
  background: url(../img/arrow-right-wht.webp) no-repeat center center/cover;
  position: absolute;
  width: 2rem;
  height: 1.7rem;
  top: 50%;
  right: 2.7rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a::after {
    right: 2rem;
  }
}
.cta-list li a.common-cta-web {
  border-radius: 6.7rem;
  background: #0078D0;
  box-shadow: 0rem 0.3rem 0.553rem 0.2rem rgba(0, 0, 0, 0.2), 0rem 1.1062rem 1.4381rem 0rem rgba(0, 0, 0, 0.1);
  color: #fff;
  padding-right: 3rem;
}
.cta-list li a.common-cta-web .cta-icon {
  width: 3.6rem;
  height: 4.6rem;
}
.footer-nav .cta-list li a.common-cta-web .cta-icon {
  width: 2.8rem;
  height: 3.6rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .cta-list li a.common-cta-web .cta-icon {
    width: 1.8rem;
    height: auto;
    margin-right: 0.5rem;
  }
}
.cta-list li a.common-cta-tel {
  border-radius: 67px;
  background: linear-gradient(0deg, #F05904 0%, #F05904 100%), #0078D0;
  box-shadow: 0rem 0.3rem 0.553rem 0.2rem rgba(0, 0, 0, 0.2), 0rem 1.1062rem 1.4381rem 0rem rgba(0, 0, 0, 0.1);
  color: #fff;
  padding-right: 3rem;
}
@media screen and (min-width: 769px) {
  .modal-content .cta-list li a.common-cta-tel {
    pointer-events: none;
  }
}
.cta-list li a.common-cta-tel .Oswald {
  font-size: 2.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a.common-cta-tel .Oswald {
    font-size: 2.6rem;
  }
}
.cta-list li a.common-cta-tel .cta-icon {
  width: 3.75rem;
  height: 3.8rem;
}
.footer-nav .cta-list li a.common-cta-tel .cta-icon {
  width: 3rem;
  height: 3rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .cta-list li a.common-cta-tel .cta-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}
.cta-list li + li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .cta-list li + li {
    margin-top: 0;
    margin-left: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .modal-content .cta-list li + li {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.cta-area .cta-list {
  margin-top: 0;
}
.cta-area .cta-list li {
  margin: 0 auto;
}
.cta-list .cta-icon {
  margin-right: 1.4rem;
}
.cta-head {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.7rem;
}
.cta-head-text02 {
  font-size: 2.2rem;
}
.cta-head-textHukidashi {
  position: relative;
  width: fit-content;
  margin: auto;
  line-height: 1.4;
}
.cta-head-textHukidashi::before {
  content: "";
  background: #222;
  width: 0.1rem;
  height: 68%;
  position: absolute;
  left: -1.1rem;
  bottom: 0.4rem;
  transform: rotate(-35deg);
}
.cta-head-textHukidashi.c-org::before {
  background: #F05904;
}
.cta-head-textHukidashi::after {
  content: "";
  background: #222;
  width: 0.1rem;
  height: 68%;
  position: absolute;
  right: -1.1rem;
  bottom: 0.4rem;
  transform: rotate(35deg);
}
.cta-head-textHukidashi.c-org::after {
  background: #F05904;
}

/* footer-nav */
.footer-nav {
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 1rem 0;
  }
}
.footer-nav.fixed {
  opacity: 1;
  transition: all 0.5s;
}
.footer-nav .cta-list {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .footer-nav .cta-list li {
    width: 30rem;
    height: 6rem;
  }
}
.footer-nav .cta-list li a {
  padding-right: 3.8rem;
}
.footer-nav .cta-list li a::after {
  content: "";
  background: url(../img/btn-wht-arrow-right.webp) no-repeat center center/cover;
  position: absolute;
  width: 0.525rem;
  height: 0.9rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.footer-nav .cta-list li a.common-cta-tel {
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .cta-list li a.common-cta-tel {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav .cta-list {
    display: flex;
  }
  .footer-nav .cta-list li {
    width: 17rem;
    height: 3.5rem;
  }
  .footer-nav .cta-list li a {
    font-size: 1.2rem;
    padding-right: 1.5rem;
  }
  .footer-nav .cta-list li a.common-cta-rev .Oswald {
    font-size: 2rem;
  }
  .footer-nav .cta-list li a.common-cta-rev {
    padding-right: 0;
  }
  .footer-nav .cta-list li a span {
    margin-bottom: 0;
  }
  .footer-nav .cta-list li + li {
    margin-top: 0;
  }
}
.footer-nav .cta-list .common-cta-web {
  box-shadow: none;
}
.footer-nav .cta-list .common-cta-rev {
  box-shadow: none;
}
.footer-nav .cta-list .common-cta-area {
  box-shadow: none;
}