/* 
 * Colortone
 * cta : https://hihayk.github.io/scale/#4/6/50/80/-51/67/20/14/e45e5e/228/94/94/white
 * base: https://hihayk.github.io/scale/#4/6/50/80/-51/-30/20/14/b60000/182/0/0/white
 * sub : https://hihayk.github.io/scale/#4/6/50/80/-51/67/20/14/4b4242/75/66/66/white
*/
@charset "UTF-8";
p {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.header__guidance {
  background: #B60000; /* #9f0000 */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 400px;
}
.header__guidanceInner {
  display: flex;
  justify-content: center;
}
.header__guidanceInner img {
  object-fit: contain;
}
.header__guidanceText {
  margin-left: 12px;
  text-align: left;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2px;
}
main {
  font-size: 1.6rem;
}
.main__inner, #footer {
  width: calc(100% - 400px);
}
section {
  width: 100%;
  margin: 0;
}
section .satisfaction__inner,
section .about__inner,
section .problem__inner,
section .solution__inner,
section .product__inner,
section .cta__inner,
section .voice__inner,
section .flow__inner,
section .qa__inner
 {
  margin: 0 auto;
  padding: 10rem 0;
  text-align: center;
  max-width: 1000px;
}
section .about__inner,
section .solution__inner,
section .product__inner,
section .voice__inner,
section .flow__inner,
section .qa__inner,
section .cta__inner,
section .postscript__inner
{
  width: calc(80% + 2rem);
}
section h2 {
  margin: 0 0 5rem;
  font-size: clamp(2.4rem, 3.12vw, 5.0rem);
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}
.mv {
  height: 500px;
  background-position: center;
}
.mv__inner {
  height: 100%;
  margin: 0 auto;
  background-position: 50% 50%;
  background-image: url(/wholesale/assets/images/mv-background.png);
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.mv__listWrapper {
  padding: 0;
  width: 100%;
}
.mv__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.mv__itemContent {
  color: #fff;
  max-width: 150px;
  max-height: 150px;
  width: calc((100vw / 4) - 2rem);
  height: calc((100vw / 4) - 2rem);
  background:#fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.mv__itemContent p {
  text-align: center;
  font-size: 1.4rem;
}
.mv__itemContent.first {
  background: #281C00;
}
.mv__itemContent.second {
  background:#093354; /* #364B00 */
}
.mv__itemContent.third {
  background: #615200;
}
.mv__itemContent.fourth {
  background:#6F9336; /* #785A22; */
}
.mv__itemContent.fifth {
  background: #FDAB47; /* #8C7166 */
}
.mv__itemBody .attention, .mv__textWrapper .attention {
  font-size: 130%;
}
.mv__textWrapper {
  position: relative;
  width: 100%;
}
.mv__textWrapper>h1 {
  margin: 0 auto;
  width: 70%;
  padding: 2rem;
  background:rgba(255,255,255,0.8);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: clamp(2.0rem, 2.7vw, 3.2rem);
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}
.mv__textWrapper>h1 .attention {
  padding: 0 0.5rem;
}
.mv__textWrapper .balloon {
  position: absolute;
  top: -30px;
  right: 10%;
}
.mv__textWrapper .balloon,
.mv__textWrapper .balloon:before,
.mv__textWrapper .balloon:after,
.mv__textWrapper .balloon__body,
.mv__textWrapper .balloon__body:before
 {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #B60000;
}
.mv__textWrapper .balloon:before {
  transform: rotate(-22deg);
  content: '';
}
.mv__textWrapper .balloon:after {
  transform: rotate(22deg);
  content: '';
}
.mv__textWrapper .balloon__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  z-index: 1;
}
.mv__textWrapper .balloon__body:before {
  transform: rotate(45deg);
  content: '';
  z-index: -1;
}
.mv__textWrapper .balloon__body>p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  transform: rotate(15deg);
}
.mv__btnWrapper {
  padding: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  width: 100%;
}
.contents>.cta:first-child {
  background-color:#fff ;
}
.contents>.cta:first-child .cta__inner {
  padding: 5rem 0 0;
}
.satisfaction.site__owner .satisfaction__inner {
  padding-bottom: 0;
}
.satisfaction.site__user .satisfaction__inner {
  padding-top: 3rem;
}
.satisfaction__mainMessageText {
  margin-bottom: 2rem;
  font-weight: 700;
}
.satisfaction__mainMessageText>.attention {
  color: #B60000;
  font-size: 8rem;
  font-weight: bold;
}
.satisfaction__subMessage {
  margin: 0 4rem;
}
.satisfaction__subMessageText {
  margin-bottom: 0.5rem;
}
.satisfaction.site__owner .satisfaction__subMessageText {
  text-align: left;
  margin: 1rem;
  font-size: 1.6rem;
  max-width: 800px;
  margin: 0 auto;
}
.satisfaction__listWrapper {
  width: 100%;
  margin: 2rem auto;
}
.satisfaction__list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.satisfaction__itemContent {
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  max-width: 360px;
  height: 100%;
  overflow-wrap: break-word;
  background:#FFFFFF;
  padding:1rem;
  text-align:center;
  background-color:#F4DECC;
  font-weight:bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.satisfaction__itemBody {
  font-size: clamp(1.6rem, 2.08vw, 2rem);
}
.satisfaction__itemSub {
  font-size: 90%;
  font-weight: normal;
}
.satisfaction__itemContent:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.satisfaction__itemContent.left:before,
.satisfaction__itemContent.right:before {
  top: -22px;
  border-style: solid;
  border-color: transparent transparent #F4DECC transparent;
}
.satisfaction__itemContent.left:before {
  left: 50%;
  border-width: 0 0 22px 28px;
}
.satisfaction__itemContent.right:before {
  right: 50%;
  border-width: 0 28px 22px 0;
}
.about {
  background-color: #efefef;
}
.about h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.about h2 img{
  height: auto;
  width: 300px;
}
.about__textWrapper {
  margin: 0;
}
.about__textWrapper p {
  text-align: left;
  margin: 1rem;
  font-size: 1.6rem;
  max-width: 800px;
  margin: 0 auto;
}
.about__textWrapper>p>a,
.flow__item>p>a {
  color: #025bbb;
  text-decoration: underline #025bbb;
}
.about__image {
  padding-top: 2rem;
}
.about__image>img {
  padding: 2rem;
  object-fit: contain;
}
.problem__list {
  padding-top: 1.5rem;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  gap: 2rem;
}
.problem__listItem {
  position: relative;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100% / 2 - 2rem);
  min-height: 120px;
  background-color: #F4DECC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight:bold;
}
.problem__itemHead {
  position:absolute;
  color: #fff;
  font-size: 16px;
  width: 80px;
  line-height: 1.6;
  top: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #670000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.problem__itemHead>.number {
  font-size: 20px;
}
.problem__itemBody {
  font-weight:bold;
  font-size: clamp(1.6rem, 2.08vw, 2.4rem);
  padding: 2rem;
}
.solution h2>.attention {
  color: #A22000;
}
.solution__list {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  gap: 2rem;
}
.solution__listItem {
  position: relative;
  padding: 3rem 2rem;
  text-align: left;
  width: 100%;
  min-height: 100px;
  background-color: #efefef;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.solution__itemHead {
  font-size: clamp(2.0rem, 2.6vw, 3.0rem);
  padding: 2rem 0;
}
.solution__itemHead>.head {
  position:absolute;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 120px;
  line-height: 2.2;
  top: 0;
  left: 0;
  background: #670000;
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.solution__itemBody {
  font-size: 2rem;
  font-weight: normal;
  padding-left: 2rem;
  padding: 0.3em 0 0 2rem;
  list-style-type: none;
  border: none;
}
.solution__itemBody p:not(:first-child) {
  padding-top: 1rem;
}
.solution__itemBody li {
  position: relative;
  padding: 0.3em 0 0.3em 1.6em;
  line-height: 1.8;
  font-weight: 700;
}
.solution__itemBody li::after,
.solution__itemBody li::before {
  content: '';
  position: absolute;
}
.solution__itemBody li::before {
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  margin: 0;
  padding: 0;
  content: '\f138';
  color: #670000;
}
.product {
  background-color: #F4DECC;
}
.product__list {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  gap: 2rem;
}
.product__listItem {
  text-align: center;
  min-height: 380px;
  font-size: 1.8rem;
  font-weight: 700;
  width: calc((100% / 2) - 2rem);
}
.product__itemHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(1.8rem, 2.34vw, 2.2rem);
  height: 7rem;
}
.product__itemContent img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.product__itemDetail {
  text-align: left;
  font-size: clamp(1.4rem, 1.82vw, 1.8rem);
  font-weight: normal;
  padding: 0.5rem 1rem;
}
.voice__list {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  gap: 2rem;
}
.voice__listItem {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  width: calc((100% / 2) - 2rem);
}
.voice__itemContent {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  line-height: 1.4em;
  background-color: #fff;
  border: solid 1px #dde0e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.voice__itemContent * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.voice__itemContent img {
  width: 100%;
  vertical-align: top;
  opacity: 0.85;
  object-fit: cover;
}
.voice__itemContent .siteImage {
  max-height: 320px;
}
.voice__itemContent figcaption {
  width: 100%;
  background-color: #fff;
  padding: 25px;
  position: relative;
}
.voice__itemContent figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #fff;
}
.voice__itemContent .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 120px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.voice__itemContent h3 {
  margin: 0 0 2rem;
  font-weight: 400;
}
.voice__itemContent p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}
.flow {
  background-color: #efefef;
}
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
}
.flow__list>li {
  position: relative;
}
.flow__list>li::after {
  content: '';
  position: absolute;
  top: 105%;
  left: 50%;
  width: 30px;
  height: 20px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #C3C0C3;
  transform: translateX(-50%);
  z-index: 1;
}
.flow__list>li:last-child::after {
  content: none;
}
.flow__itemContent {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  min-height: 150px;
}
.flow__itemContent .flow__itemHead {
  padding: 0 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #938D91;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow__itemContent .flow__itemHead .number {
  padding-left: 3px;
  font-size: 3rem;
}
.flow__itemContent .flow__item {
  text-align: left;
  padding: 2rem 3rem;
}
.flow__itemTitle {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.2;
  overflow: visible;
}
.flow__itemBody {
  font-size: 1.8rem;
}
.qa__list {
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.qa__list dt {
  display: flex;
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 700;
}
.qa__list dt::before,
.qa__list dd::before {
  margin-right: 1rem;
}
.qa__list dt::before {
  content: "Q.";
  color: #B60000;
}
.qa__list dd {
  display: flex;
  margin: 0;
  padding: 2rem;
  background-color: #F4DECC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #333333;
}
.qa__list dd:not(:last-child) {
  margin-bottom: 4rem;
}
.qa__list dd::before {
  content: "A.";
  color: #B60000;
}
.cta {
  background-color: #efefef;
}
.cta .cta__inner p {
  padding: 0 0 2rem;
}
.cta .textWrapper {
  margin-top: 2rem;
  padding: 1rem;
}
.cta .textWrapper p {
  font-size: 1.4rem;
}
.product+.cta {
  background-color: #F4DECC;
}
.product+.cta>.cta__inner {
  padding-top: 0;
}
section .postscript__inner {
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
}
.postscript__inner .textWrapper p {
  text-align: left;
  font-size: 1.4rem;
}
/* フォーム部品 */
#fixedForm {
  border: none;
  border-left: solid 1px #dde0e4;
}
.fixedForm {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
  box-sizing: border-box;
  width: 400px;
  height: 100%;
  max-height: 100%;
  padding-top: 80px;
  background-color: #fff;
  border: solid 1px #707070;
  transition: height 0.2s;
}
.fixedForm__iframe {
  width: 100%;
  height: 2000px;
  border: none;
  overflow-y: hidden;
}
.fixedForm__content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.fixedForm__closeButton {
  display: none;
}
@keyframes fadeOut {
  0% {
    background-color: #F4DECC;
  }
  100% {
    background-color: #fff;
  }
}
/* 共通部品 */
.btnWrapper {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.sectionGap {
  position: relative;
  margin: 0;
}
.step__arrow {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 10;
  width: 200px;
  height: 50px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #efefef;
  transform: translateX(-50%);
}
.btn {
  margin: 0;
  max-width: 360px;
  width: calc(100% - 2rem);
  height: 80px;
  font-size: clamp(2.6rem, 3.39vw, 2.8rem);
  background-color: #B60000;
  color: #fff;
  border: 0;
  border-bottom: 5px solid #A22000;
}
.btn:hover {
  color: #fff;
  background: #C2223E;
}
.btn-c {
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.btn-c:before {
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  right: 1.5rem;
  margin: 0;
  padding: 0;
  content: '\f138';
}
@media (min-width: 1280px) {
  .fixedForm__iframe.bgcolor {
    background-color: #F4DECC;
    animation: fadeOut 1.5s linear forwards;
  }
}
@media (max-width: 1400px) {
  .mv__textWrapper>.balloon {
    display: none;
  }
  .header__menu {
    display: none;
  }
}
@media (max-width: 1279px) {
  html:has(aside.fixedForm--open) {
    overflow: hidden;
  }
  /* フォーム部品 */
  .fixedForm {
    display: none;
    width: 100vw;
    height: 100%;
    padding-top: 50px;
  }
  .fixedForm--open {
    display: block;
  }
  .fixedForm__closeButton {
    position: absolute;
    top: 50px;
    right: 0;
    display: block;
    padding-right: 20px;
    cursor: pointer;
  }
  .fixedForm__closeButton span {
    color: #4B4242;
    font-size: 3rem;
  }
  .header__guidance {
    display: none;
  }
  .main__inner, #footer {
    width: 100%;
  }
  .mv__inner {
    gap: 1rem;
    padding: 40px 1rem 0;
  }
  .mv__list {
    gap: 1rem 2rem;
  }
  .mv__itemContent {
    color: #fff;
    max-width: 140px;
    max-height: 140px;
    width: calc((100vw / 2) - 2rem);
    height: calc((100vw / 2) - 2rem);
  }
  section .satisfaction__inner,
  section .about__inner,
  section .problem__inner,
  section .solution__inner,
  section .product__inner,
  section .voice__inner,
  section .flow__inner,
  section .qa__inner,
  section .cta__inner
  {
    max-width: 1024px;
    width: 100%;
    padding: 3rem 1rem;
  }
  .mv__textWrapper>h1 {
    padding: 1rem;
    width: 100%;
  }
  .mv__btnWrapper {
    display: none;
  }
  .satisfaction__list {
    gap: 1rem;
  }
  .satisfaction__itemContent {
    width: calc((100vw / 2) - 2rem);
  }
  .satisfaction__subMessage {
    margin: 0 1rem;
  }
  .about__image>img {
    max-width: calc((100% / 2) - 1rem);
    max-height: 200px;
    padding: 0rem;
  }
  .problem__list {
    padding-top: 0rem;
    gap: 1rem;
  }
  .problem__listItem {
    padding: 0;
    width: calc((100vw / 2) - 2rem);
  }
  .problem__itemHead {
    font-size: 1.4rem;
  }
  .problem__itemHead>.number {
    font-size: 1.6rem;
  }
  .solution__itemHead>.head {
    width: 100%;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
  .solution__itemBody {
    padding: 0.3em 0 0 0.5rem;
  }
  .voice__list {
    gap: 1rem;
  }
  .voice__listItem {
    width: calc((100% / 2) - 1rem);
  }
  .flow__itemContent {
    min-height: 180px;
  }
  .flow__itemContent .flow__itemHead {
    padding: 0 2rem;
  }
  .flow__itemContent .flow__item {
   padding: 1.5rem;
  }
  .flow__itemTitle {
  font-size:1.8rem;
  line-height: 1.4;
  padding: 0 0 1rem;
  }
  .flow__itemBody {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .mv {
    height: 640px;
  }
  .product__listItem {
    width: calc(100% - 1rem);
  }
  .voice__listItem {
    width: calc(100% - 1rem);
  }
  .contents>.cta:first-child {
    background-color: transparent;
    position: fixed;
    width: 180px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 251;
  }
  .contents>.cta:first-child .cta__inner {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .contents>.cta:first-child .cta__inner .btnWrapper {
    flex-direction: row;
    justify-content: right;
    height: 100%;
    gap: 1px;
  }
  .contents>.cta:first-child .cta__inner .btnWrapper .btn-c {
    width: 90px;
    height: 100%;
    font-size: 1rem;
    line-height: 1.3;
    gap: 0;
    padding: .5rem 2rem .5rem .5rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .contents>.cta:first-child .cta__inner .btnWrapper .btn-c:first-child {
    background-color: #B60000; /* spヘッダのctaの色を左右で分ける場合変更 */
  }
  .contents>.cta:first-child .cta__inner .btnWrapper .btn-c:last-child {
    background-color: #B60000; /* #A22000 spヘッダのctaの色を左右で分ける場合変更 */
  }
  .contents>.cta:first-child .cta__inner .btnWrapper .btn-c:before {
    font-size: 1.6rem;
    right: .5rem;
    line-height: 0;
    top: 50%;
  }
  .cta__inner .btnWrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}