@charset "UTF-8";
/* 古いclassの崩れ対策 */
.NotoBold {
  font-weight: bold;
}

/*********************
  common
********************/
.roumu-lp {
  overflow-x: clip;
  overflow-y: visible;
  color: #3E3A39;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem);
  line-height: 1.75;
  background: #FFFFFF;
}
.roumu-lp *,
.roumu-lp *::before,
.roumu-lp *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.roumu-lp a {
  color: inherit;
  text-decoration: none;
}
.roumu-lp ul,
.roumu-lp ol {
  margin: 0;
  padding: 0;
}
.roumu-lp li {
  list-style: none;
}
.roumu-lp em {
  font-style: normal;
}
.roumu-lp figure {
  margin: 0;
  line-height: 1;
}
.roumu-lp img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.roumu-section {
  position: relative;
  padding: clamp(60px, 8vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .roumu-section {
    padding: 56px 16px;
  }
}

.roumu-section__inner,
.roumu-cta__inner {
  width: min(1000px, 100%);
  margin: 0 auto;
}

.roumu-section-heading {
  margin-bottom: clamp(36px, 5vw, 64px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .roumu-section-heading {
    margin-bottom: 34px;
  }
}
.roumu-section-heading p {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(250px, 70vw);
  min-height: 42px;
  margin: 0 0 20px;
  padding: 0 20px;
  border: 2px solid #F9BB00;
  border-radius: 999px;
  color: #F9BB00;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  line-height: 1;
  background: #FFFFFF;
}
.roumu-section-heading p::before, .roumu-section-heading p::after {
  position: absolute;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.roumu-section-heading p::before {
  bottom: -14px;
  border-top: 14px solid #F9BB00;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.roumu-section-heading p::after {
  bottom: -10px;
  border-top: 11px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
@media screen and (max-width: 767px) {
  .roumu-section-heading p {
    min-width: min(240px, 76vw);
    min-height: 38px;
  }
  .roumu-section-heading p::before {
    bottom: -12px;
    border-top-width: 12px;
    border-right-width: 9px;
    border-left-width: 9px;
  }
  .roumu-section-heading p::after {
    bottom: -8px;
    border-top-width: 9px;
    border-right-width: 7px;
    border-left-width: 7px;
  }
}
.roumu-section-heading h2 {
  position: relative;
  margin: 0;
  padding-bottom: 28px;
  font-size: 22px;
  font-size: clamp(1.375rem, 1.0113636364rem + 1.8181818182vw, 2.375rem);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
.roumu-section-heading h2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: min(190px, 40vw);
  height: 16px;
  margin: auto;
  background: url("../img/common/h2_bottom_arrow.webp") center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .roumu-section-heading h2 {
    padding-bottom: 26px;
    line-height: 1.35;
  }
  .roumu-section-heading h2::after {
    height: 15px;
  }
}

.white-bg .roumu-section__inner .roumu-section-heading p {
  background-color: #F9BB00;
  color: #FFFFFF;
}
.white-bg .roumu-section__inner .roumu-section-heading p::after {
  border-top: 11px solid #F9BB00;
}

/*********************
  hero
********************/
.roumu-hero {
  position: relative;
  z-index: 0;
  min-height: 690px;
  padding: 25px 25px 0;
  background: url("../img/hero/keyvisual_background.webp") center/cover no-repeat, radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.42) 0 12%, transparent 13%), linear-gradient(135deg, #ffc000 0%, #ff9300 56%, #f47c00 100%);
  isolation: isolate;
}
.roumu-hero::before, .roumu-hero::after {
  position: absolute;
  border-radius: 999px;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.roumu-hero::before {
  top: 24px;
  right: 0;
  width: 34%;
  height: 280px;
  border-radius: 0;
  background-image: radial-gradient(rgba(171, 53, 0, 0.22) 2px, transparent 2px);
  background-size: 15px 15px;
}
.roumu-hero::after {
  right: -110px;
  bottom: 60px;
  width: 380px;
  height: 380px;
  background: rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 1024px) {
  .roumu-hero {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .roumu-hero {
    padding: 15px 15px 30px;
  }
}

.roumu-hero__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(28px, 4vw, 48px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1024px) {
  .roumu-hero__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .roumu-hero__inner {
    gap: 22px;
  }
}

.roumu-hero__content {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .roumu-hero__content {
    padding-bottom: 0;
  }
}

.roumu-hero__eyebrow,
.roumu-hero__lead {
  margin: 0 0 10px;
  padding: 0.4em 0.2em;
  color: #070707;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  text-shadow: 2px 2px 0 #FFFFFF;
}
@media screen and (max-width: 767px) {
  .roumu-hero__eyebrow,
  .roumu-hero__lead {
    margin-bottom: 8px;
    padding: 0.42em 0.35em;
    font-size: clamp(17px, 5.2vw, 20px);
    line-height: 1.25;
  }
}

.roumu-hero__eyebrow {
  padding-right: 18px;
  font-size: 16px;
  font-size: clamp(1rem, 0.5rem + 2.5vw, 2.375rem);
}
.roumu-hero__eyebrow em {
  position: relative;
  font-size: 145%;
  white-space: nowrap;
}
.roumu-hero__eyebrow em:nth-of-type(1)::before, .roumu-hero__eyebrow em:nth-of-type(1)::after,
.roumu-hero__eyebrow em:nth-of-type(2)::before,
.roumu-hero__eyebrow em:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 30px;
}
.roumu-hero__eyebrow em:nth-of-type(1)::before,
.roumu-hero__eyebrow em:nth-of-type(2)::before {
  -webkit-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
  border-left: 3px solid #070707;
  border-top: 3px solid #070707;
}
.roumu-hero__eyebrow em:nth-of-type(1)::after,
.roumu-hero__eyebrow em:nth-of-type(2)::after {
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
  border-right: 3px solid #070707;
  border-bottom: 3px solid #070707;
  margin-right: 0.1em;
}
.roumu-hero__eyebrow em:nth-of-type(2),
.roumu-hero__eyebrow em:nth-of-type(3) {
  color: #FF8200;
}
.roumu-hero__eyebrow em:nth-of-type(2) {
  margin-left: 0.16em;
}
@media screen and (max-width: 767px) {
  .roumu-hero__eyebrow {
    padding-right: 0.35em;
  }
  .roumu-hero__eyebrow em {
    font-size: 135%;
  }
  .roumu-hero__eyebrow em:nth-of-type(1)::before, .roumu-hero__eyebrow em:nth-of-type(1)::after,
  .roumu-hero__eyebrow em:nth-of-type(2)::before,
  .roumu-hero__eyebrow em:nth-of-type(2)::after {
    width: 8px;
    height: 18px;
    border-width: 2px;
  }
  .roumu-hero__eyebrow em:nth-of-type(1)::before,
  .roumu-hero__eyebrow em:nth-of-type(2)::before {
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
    border-left: 2px solid #070707;
    border-top: 2px solid #070707;
  }
  .roumu-hero__eyebrow em:nth-of-type(1)::after,
  .roumu-hero__eyebrow em:nth-of-type(2)::after {
    -webkit-transform: translateY(0.15em);
            transform: translateY(0.15em);
    border-right: 2px solid #070707;
    border-bottom: 2px solid #070707;
  }
}

.roumu-hero__lead {
  position: relative;
  margin-bottom: 22px;
  font-size: 15px;
  font-size: clamp(0.9375rem, 0.4602272727rem + 2.3863636364vw, 2.25rem);
}
.roumu-hero__lead em {
  padding-top: 0.15em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #F9BB00 0.1em, rgba(0, 0, 0, 0) 0.1em);
}

.roumu-hero__title {
  margin: 0;
  color: #FFFFFF;
  font-size: 68px;
  font-size: clamp(4.25rem, 3.3409090909rem + 4.5454545455vw, 6.75rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.roumu-hero__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #070707;
  font-size: 17px;
  font-size: clamp(1.0625rem, 0.5852272727rem + 2.3863636364vw, 2.375rem);
  line-height: 1.5;
  text-align: center;
  text-shadow: 2px 2px 0 #FFFFFF;
}
.roumu-hero__title span br {
  display: none;
}
.roumu-hero__title span::before, .roumu-hero__title span::after {
  content: "";
  display: block;
  width: 3px;
  height: 60px;
  background-color: #070707;
  border-radius: 100px;
}
.roumu-hero__title span::before {
  margin-right: 0.75em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.roumu-hero__title span::after {
  margin-left: 0.75em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.roumu-hero__title img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .roumu-hero__title {
    font-size: clamp(38px, 13vw, 48px);
  }
  .roumu-hero__title span {
    margin-bottom: 6px;
    line-height: 1.35;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
  }
  .roumu-hero__title span br {
    display: inline;
  }
  .roumu-hero__title span::before, .roumu-hero__title span::after {
    width: 2px;
    height: 46px;
  }
}
@media screen and (max-width: 420px) {
  .roumu-hero__title {
    font-size: 42px;
  }
}

figure.roumu-hero__visual {
  width: min(600px, 100%);
  margin: 0 auto 0;
  text-align: center;
}
figure.roumu-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.roumu-hero__badges {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  position: absolute;
  bottom: -37px;
}
.roumu-hero__badges li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 174px;
  min-height: 74px;
  padding: 12px 20px;
  border-radius: 999px;
  color: #F9BB00;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.5340909091rem + 0.4545454545vw, 0.875rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  background: #070707;
}
.roumu-hero__badges li em {
  color: #FFFFFF;
  font-size: 180%;
}
.roumu-hero__badges li span {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .roumu-hero__badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .roumu-hero__badges li {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 9px 6px;
    font-size: clamp(8px, 2.55vw, 10px);
  }
  .roumu-hero__badges li em {
    font-size: 165%;
  }
  .roumu-hero__badges li span {
    font-size: 88%;
  }
}

.roumu-hero__form {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 0 25px;
  padding: 24px;
  border: 1px solid rgba(118, 58, 0, 0.08);
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 22px 48px rgba(7, 7, 7, 0.22);
          box-shadow: 0 22px 48px rgba(7, 7, 7, 0.22);
}
.roumu-hero__form .roumu-hero__form-label {
  font-size: 12px;
  text-align: center;
  color: #FF8200;
  margin-bottom: 0.5em;
}
.roumu-hero__form h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.7840909091rem + 0.4545454545vw, 1.125rem);
}
.roumu-hero__form h2 em {
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 6px;
  color: #FFFFFF;
  background-color: #ffaa22;
}
@media screen and (max-width: 1024px) {
  .roumu-hero__form {
    width: min(420px, 100%);
    margin: 0 auto 44px;
  }
}
@media screen and (max-width: 767px) {
  .roumu-hero__form {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 22px;
    border-radius: 14px;
  }
  .roumu-hero__form h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.45;
  }
}

/*********************
  logo strip
********************/
.roumu-logo-strip {
  padding: 22px 24px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .roumu-logo-strip {
    padding: 18px 16px;
  }
}

.roumu-logo-strip__inner {
  max-width: 1400px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 32px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roumu-logo-strip__inner img {
  display: block;
  width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .roumu-logo-strip__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .roumu-logo-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 8px;
    gap: 14px 18px;
  }
}

/*********************
  problem
********************/
.roumu-problem {
  padding-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(88%, #FFFFFF));
  background: linear-gradient(180deg, #efefef 0, #FFFFFF 88%);
}

/*********************
  point
********************/
.roumu-point {
  background: url("../img/point/point_background.webp") center/cover no-repeat, radial-gradient(circle at 14% 15%, rgba(255, 205, 71, 0.24) 0 18%, transparent 19%), #FEF2CB;
}
.roumu-point .roumu-section-heading {
  margin-bottom: 44px;
}
.roumu-point .roumu-section-heading p {
  min-width: auto;
  min-height: auto;
  margin-bottom: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.roumu-point .roumu-section-heading p::before, .roumu-point .roumu-section-heading p::after {
  display: none;
}
.roumu-point .roumu-section-heading h2 {
  padding-bottom: 0;
  font-size: 28px;
  font-size: clamp(1.75rem, 1.6136363636rem + 0.6818181818vw, 2.125rem);
  line-height: 1.2;
  font-weight: 800;
}
.roumu-point .roumu-section-heading h2::after {
  display: none;
}

.roumu-point__heading-logo img {
  display: block;
  width: min(450px, 80vw);
  margin: 0 auto 15px;
}

.roumu-point__small-text {
  font-size: 70%;
}

.roumu-point__cards {
  display: grid;
  gap: 32px;
}

.roumu-point-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(640px, 100%);
  min-height: 206px;
  padding: 28px 34px;
  border-radius: 28px;
  background: -webkit-gradient(linear, left top, right top, from(#F9BB00), to(#ffe900));
  background: linear-gradient(90deg, #F9BB00 0%, #ffe900 100%);
  -webkit-box-shadow: 10px 12px 26px rgba(255, 130, 0, 0.25);
          box-shadow: 10px 12px 26px rgba(255, 130, 0, 0.25);
}
.roumu-point-card:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .roumu-point-card {
    grid-template-columns: 1fr;
    margin: 0;
  }
  .roumu-point-card:nth-child(even) {
    margin: 0;
  }
}

.roumu-point-card__content {
  position: relative;
  z-index: 1;
}
.roumu-point-card__content > h3, .roumu-point-card__content > p {
  font-size: 16px;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .roumu-point-card__content > h3, .roumu-point-card__content > p {
    display: inline;
  }
  .roumu-point-card__content > h3 br, .roumu-point-card__content > p br {
    display: none;
  }
}
.roumu-point-card__content em {
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FF8200));
  background-image: linear-gradient(transparent 80%, #FF8200 0%);
}

p.roumu-point-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #FFFFFF;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-size: clamp(1.875rem, 1.6477272727rem + 1.1363636364vw, 2.5rem);
  margin-bottom: 10px;
}
p.roumu-point-card__label::after {
  content: attr(data-number);
  font-size: 200%;
  font-weight: inherit;
  line-height: 0.8;
}

figure.roumu-point-card__image {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 50%;
}
figure.roumu-point-card__image img {
  display: block;
}
@media screen and (max-width: 767px) {
  figure.roumu-point-card__image {
    width: min(240px, 85%);
    margin: 0 auto;
  }
}

ul.roumu-point-card__check-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  text-align: left;
}
ul.roumu-point-card__check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  font-size: clamp(0.9375rem, 0.8920454545rem + 0.2272727273vw, 1.0625rem);
  font-weight: 900;
  line-height: 1.45;
}
ul.roumu-point-card__check-list li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/point/point_checkmark.svg") center/contain no-repeat;
  content: "";
}

/*********************
  compare
********************/
.roumu-compare {
  background: #FFF8E5;
  overflow: visible;
}

.roumu-compare__table-wrap {
  position: relative;
  margin: 100px auto 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .roumu-compare__table-wrap {
    margin-top: 34px;
    overflow: visible;
    padding: 22px 0 0;
  }
}

.roumu-compare__table {
  position: relative;
  display: grid;
  grid-template-columns: 0.67fr 1fr 0.77fr 0.77fr;
  margin: 0 auto;
  border-radius: 25px;
  background: transparent;
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0 16px 28px rgba(196, 120, 0, 0.08));
          filter: drop-shadow(0 16px 28px rgba(196, 120, 0, 0.08));
}
@media screen and (max-width: 1024px) {
  .roumu-compare__table {
    min-width: 720px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 767px) {
  .roumu-compare__table {
    grid-template-columns: minmax(1em, 0.45fr) minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    border-radius: 18px;
    -webkit-filter: none;
            filter: none;
    -webkit-box-shadow: 0 10px 22px rgba(196, 120, 0, 0.1);
            box-shadow: 0 10px 22px rgba(196, 120, 0, 0.1);
  }
}

.roumu-compare__row {
  display: contents;
}

.roumu-compare__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3E3A39;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.5340909091rem + 0.4545454545vw, 0.875rem);
  line-height: 1.35;
  text-align: center;
  background: #FFFFFF;
}
.roumu-compare__cell .roumu-compare__cell-inner {
  width: calc(100% - 40px);
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 6px;
  border-top: 1px dashed #CCCED0;
}
.roumu-compare__cell small {
  display: block;
  font-size: 9px;
  font-size: clamp(0.5625rem, 0.5170454545rem + 0.2272727273vw, 0.6875rem);
}
.roumu-compare__cell:nth-child(4n+1) {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .roumu-compare__cell {
    min-width: 0;
    font-size: clamp(9px, 2.75vw, 11px);
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .roumu-compare__cell .roumu-compare__cell-inner {
    width: calc(100% - 8px);
    padding: 12px 0;
    min-width: 0;
  }
}

.roumu-compare__row:first-child .roumu-compare__cell .roumu-compare__cell-inner,
.roumu-compare__row:nth-child(2) .roumu-compare__cell--marugoto .roumu-compare__cell-inner {
  border-top: none;
}

.roumu-compare__cell--label {
  color: #070707;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.5113636364rem + 0.5681818182vw, 0.9375rem);
}

.roumu-compare__cell--marugoto {
  position: relative;
  z-index: 1;
  border-bottom-color: rgba(255, 255, 255, 0.28);
  color: #FFFFFF;
  -webkit-box-shadow: 0 12px 24px rgba(196, 120, 0, 0.16);
          box-shadow: 0 12px 24px rgba(196, 120, 0, 0.16);
  font-size: 12px;
  font-size: clamp(0.75rem, 0.6818181818rem + 0.3409090909vw, 0.9375rem);
  font-weight: 700;
  background-color: #FF8200;
}
.roumu-compare__cell--marugoto .roumu-compare__cell-inner {
  border-top: 1px dashed #FFFFFF;
}

.roumu-compare__row--head .roumu-compare__cell {
  min-height: 170px;
  background: #FFFFFF;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem);
}
.roumu-compare__row--head .roumu-compare__cell:first-child {
  border-radius: 25px 0 0 0;
}
.roumu-compare__row--head .roumu-compare__cell:last-child {
  border-radius: 0 25px 0 0;
}
.roumu-compare__row--head .roumu-compare__cell--marugoto {
  border-radius: 50px 50px 0 0;
  border-bottom-color: rgba(255, 255, 255, 0.28);
  background-color: #F9BB00;
  font-size: 16px;
  font-size: clamp(1rem, 0.9545454545rem + 0.2272727273vw, 1.125rem);
  padding: 0;
  height: calc(100% + 20px);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .roumu-compare__row--head .roumu-compare__cell {
    min-height: 116px;
    font-size: clamp(9px, 2.8vw, 11px);
  }
  .roumu-compare__row--head .roumu-compare__cell:first-child {
    border-radius: 18px 0 0 0;
  }
  .roumu-compare__row--head .roumu-compare__cell:last-child {
    border-radius: 0 18px 0 0;
  }
  .roumu-compare__row--head .roumu-compare__cell--marugoto {
    border-radius: 28px 28px 0 0;
    height: calc(100% + 12px);
    font-size: clamp(10px, 3vw, 12px);
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

.roumu-compare__speech {
  position: absolute;
  top: 8px;
  left: calc(20.87% - 110px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 172px;
  height: 172px;
  padding: 22px 20px 18px;
  border-radius: 50%;
  color: #070707;
  font-weight: 800;
  line-height: 1.24;
  text-align: center;
  background: #FEF2CB;
  -webkit-box-shadow: 4px 4px 12px rgba(255, 130, 0, 0.25);
          box-shadow: 4px 4px 12px rgba(255, 130, 0, 0.25);
}
.roumu-compare__speech::after {
  position: absolute;
  top: 50%;
  right: -28px;
  width: 42px;
  height: 36px;
  background: #FEF2CB;
  clip-path: polygon(0 20%, 100% 50%, 0 80%);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.roumu-compare__speech img {
  display: block;
  width: 42px;
  height: auto;
  margin: 0 auto 8px;
}
.roumu-compare__speech p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.6590909091rem + 0.4545454545vw, 1rem);
}
@media screen and (max-width: 1024px) {
  .roumu-compare__speech {
    left: 44px;
    width: 150px;
    height: 150px;
    padding: 18px 16px 14px;
  }
  .roumu-compare__speech img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .roumu-compare__speech {
    display: none;
  }
}

.roumu-compare__row:last-child .roumu-compare__cell--marugoto {
  border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 767px) {
  .roumu-compare__row:last-child .roumu-compare__cell--marugoto {
    border-radius: 0 0 28px 28px;
  }
}

.roumu-compare__row:last-child .roumu-compare__cell:first-child {
  border-radius: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .roumu-compare__row:last-child .roumu-compare__cell:first-child {
    border-radius: 0 0 0 18px;
  }
}

.roumu-compare__row:last-child .roumu-compare__cell:last-child {
  border-radius: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .roumu-compare__row:last-child .roumu-compare__cell:last-child {
    border-radius: 0 0 18px 0;
  }
}

.roumu-compare__attention {
  position: relative;
  z-index: 2;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

img.roumu-compare__logo {
  display: block;
  max-width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  img.roumu-compare__logo {
    max-width: 92%;
  }
}

img.roumu-compare__image {
  width: auto;
  display: block;
  height: 90px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  img.roumu-compare__image {
    height: 48px;
    margin: 6px auto;
  }
}

.roumu-compare__cell--marugoto img.roumu-compare__image {
  height: 110px;
}
@media screen and (max-width: 767px) {
  .roumu-compare__cell--marugoto img.roumu-compare__image {
    height: 60px;
  }
}

.roumu-compare__service-name {
  font-size: 16px;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.25rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .roumu-compare__service-name {
    font-size: clamp(10px, 3.1vw, 12px);
    line-height: 1.3;
  }
}

.roumu-compare__mark {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .roumu-compare__mark {
    width: 18px;
    height: 18px;
  }
}

.roumu-compare__mark--circle,
.roumu-compare__mark--double {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.roumu-compare__mark--double::before {
  position: absolute;
  inset: 4px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  .roumu-compare__mark--double::before {
    inset: 3px;
    border-width: 2px;
  }
}

.roumu-compare__mark--triangle::before {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 22px solid currentColor;
  border-left: 12px solid transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.roumu-compare__mark--triangle::after {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #FFFFFF;
  border-left: 8px solid transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .roumu-compare__mark--triangle::before {
    border-right-width: 9px;
    border-bottom-width: 16px;
    border-left-width: 9px;
  }
  .roumu-compare__mark--triangle::after {
    top: 5px;
    border-right-width: 6px;
    border-bottom-width: 10px;
    border-left-width: 6px;
  }
}

.roumu-compare__mark--cross::before, .roumu-compare__mark--cross::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}
.roumu-compare__mark--cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.roumu-compare__mark--cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .roumu-compare__mark--cross::before, .roumu-compare__mark--cross::after {
    width: 22px;
  }
}

/*********************
  plan
********************/
.roumu-plan__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(560px, 100%);
  margin: 0 auto;
}
.roumu-plan__cards h3 {
  margin: 0;
  padding: 16px 20px 14px;
  color: #FFFFFF;
  font-size: 24px;
  font-size: clamp(1.5rem, 1.3636363636rem + 0.6818181818vw, 1.875rem);
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.25;
  text-align: center;
  background: #FF8200;
}
@media screen and (max-width: 767px) {
  .roumu-plan__cards {
    width: 100%;
  }
}

.roumu-plan-card {
  overflow: hidden;
  border: 6px solid #FF8200;
  border-radius: 28px;
  background: #FFFFFF;
  -webkit-box-shadow: 8px 8px 20px rgba(255, 130, 0, 0.25);
          box-shadow: 8px 8px 20px rgba(255, 130, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .roumu-plan-card {
    border-width: 5px;
    border-radius: 20px;
  }
}

.roumu-plan-card__body {
  padding: 15px 70px 20px;
}
@media screen and (max-width: 767px) {
  .roumu-plan-card__body {
    padding: 22px 18px 24px;
  }
}

.roumu-plan-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
  color: #3E3A39;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.roumu-plan-card__price span:first-child {
  font-size: 21px;
  font-size: clamp(1.3125rem, 1.1988636364rem + 0.5681818182vw, 1.625rem);
}
.roumu-plan-card__price .price_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.roumu-plan-card__price span:nth-of-type(2) {
  font-size: 21px;
  font-size: clamp(1.3125rem, 1.1988636364rem + 0.5681818182vw, 1.625rem);
}
.roumu-plan-card__price strong {
  color: #FF8200;
  font-size: 48px;
  font-size: clamp(3rem, 2.7727272727rem + 1.1363636364vw, 3.625rem);
  font-weight: 800;
  line-height: 0.9;
}
.roumu-plan-card__price small {
  font-size: 10px;
  font-size: clamp(0.625rem, 0.5795454545rem + 0.2272727273vw, 0.75rem);
}
.roumu-plan-card__price img {
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 86px;
  height: auto;
  margin-left: 6px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 1024px) {
  .roumu-plan-card__price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .roumu-plan-card__price img {
    width: 76px;
  }
}
@media screen and (max-width: 767px) {
  .roumu-plan-card__price {
    gap: 4px;
    white-space: normal;
  }
  .roumu-plan-card__price strong {
    font-size: clamp(44px, 14vw, 54px);
  }
  .roumu-plan-card__price img {
    width: 70px;
    margin-left: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.roumu-plan-card__content {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roumu-plan-card__content figure {
  margin: 0;
}
.roumu-plan-card__content figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .roumu-plan-card__content {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .roumu-plan-card__content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .roumu-plan-card__content figure {
    width: min(180px, 70%);
    margin: 0 auto;
  }
}

.roumu-plan-card__text p {
  margin: 0 0 10px;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.7045454545rem + 0.2272727273vw, 0.875rem);
  font-weight: 400;
  line-height: 1.6;
}

.roumu-plan-card__hours {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #FCDF86;
  background: #FFFFFF;
  padding: 6px;
}
.roumu-plan-card__hours .uptime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.roumu-plan-card__hours .uptime span {
  display: block;
  font-size: 11px;
  font-size: clamp(0.6875rem, 0.6420454545rem + 0.2272727273vw, 0.8125rem);
  font-weight: 700;
  line-height: 1.35;
}
.roumu-plan-card__hours .uptime_detail {
  display: grid;
  grid-template-columns: auto 0.5fr;
  grid-template-areas: "label label" "num unit";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.roumu-plan-card__hours .uptime_detail em {
  grid-area: label;
  display: block;
  padding: 3px 8px;
  margin: 6px;
  color: #FFFFFF;
  font-style: normal;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.5795454545rem + 0.2272727273vw, 0.75rem);
  font-weight: 700;
  line-height: 1.2;
  background: #FF8200;
}
.roumu-plan-card__hours .uptime_detail b {
  grid-area: num;
  display: block;
  color: #FF8200;
  font-size: 28px;
  font-size: clamp(1.75rem, 1.5681818182rem + 0.9090909091vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
}
.roumu-plan-card__hours .uptime_detail span {
  grid-area: unit;
  display: block;
  justify-self: start;
  padding-right: 8px;
  color: #3E3A39;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.5795454545rem + 0.2272727273vw, 0.75rem);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  margin-bottom: -18px;
}
@media screen and (max-width: 767px) {
  .roumu-plan-card__hours {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .roumu-plan-card__hours {
    grid-template-columns: 1fr;
  }
  .roumu-plan-card__hours .uptime {
    padding: 6px 0 2px;
  }
  .roumu-plan-card__hours .uptime_detail {
    grid-template-columns: 1fr auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*********************
  task
********************/
.roumu-task {
  background: #FFF8E5;
}

.roumu-task__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 45px);
}
.roumu-task__grid article {
  text-align: center;
}
.roumu-task__grid h3 {
  margin: 0 0 10px;
  color: #f07a00;
  font-size: 16px;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
}
.roumu-task__grid figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(260px, 90%);
  aspect-ratio: 1;
  margin: 0 auto 10px;
}
.roumu-task__grid figure img {
  display: block;
  width: 82%;
  height: auto;
}
.roumu-task__grid ul {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  gap: 6px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.roumu-task__grid li {
  position: relative;
  padding-left: 1.2em;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.7045454545rem + 0.2272727273vw, 0.875rem);
  font-weight: 700;
  line-height: 1.45;
}
.roumu-task__grid li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #FF8200;
  content: "・";
}
@media screen and (max-width: 1024px) {
  .roumu-task__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .roumu-task__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/*********************
  flow
********************/
.roumu-flow {
  background: #FFFFFF;
}

.roumu-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  counter-reset: flow;
}
.roumu-flow__steps li {
  position: relative;
  padding: 38px 14px 20px;
  border: 4px solid transparent;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF8E5), to(#FFF8E5)) padding-box, -webkit-gradient(linear, left top, right top, from(#FF8200), color-stop(50%, #F9BB00), to(#f9e000)) border-box;
  background: linear-gradient(#FFF8E5, #FFF8E5) padding-box, linear-gradient(90deg, #FF8200 0%, #F9BB00 50%, #f9e000 100%) border-box;
}
.roumu-flow__steps li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -54px;
  z-index: 1;
  width: 60px;
  height: 16px;
  background: radial-gradient(circle at 8px center, #f9e000 0 7px, transparent 8px), radial-gradient(circle at calc(100% - 8px) center, #FF8200 0 7px, transparent 8px), -webkit-gradient(linear, left top, right top, from(#f9e000), to(#FF8200)) center/calc(100% - 16px) 4px no-repeat;
  background: radial-gradient(circle at 8px center, #f9e000 0 7px, transparent 8px), radial-gradient(circle at calc(100% - 8px) center, #FF8200 0 7px, transparent 8px), linear-gradient(90deg, #f9e000 0%, #FF8200 100%) center/calc(100% - 16px) 4px no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.roumu-flow__steps span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 2;
  padding: 5px 25px;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 20px;
  font-size: clamp(1.25rem, 1.1590909091rem + 0.4545454545vw, 1.5rem);
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  line-height: 1;
  background-color: #FF8200;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 4px 4px 8px rgba(255, 130, 0, 0.25);
          box-shadow: 4px 4px 8px rgba(255, 130, 0, 0.25);
}
.roumu-flow__steps figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 74px;
  margin: 0 0 16px;
}
.roumu-flow__steps figure img {
  display: block;
  width: auto;
  max-width: 82px;
  max-height: 74px;
}
.roumu-flow__steps h3 {
  margin: 0 0 8px;
  color: #FF8200;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}
.roumu-flow__steps p {
  margin: 0;
  font-size: 10px;
  font-size: clamp(0.625rem, 0.5795454545rem + 0.2272727273vw, 0.75rem);
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .roumu-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .roumu-flow__steps li::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .roumu-flow__steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .roumu-flow__steps li {
    padding: 36px 18px 22px;
  }
}

/*********************
  system
********************/
.roumu-system {
  background: #FFF8E5;
}

.roumu-system__logos-wrap {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 20px;
  padding: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem);
  border-radius: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 8px 8px 20px rgba(255, 130, 0, 0.25);
          box-shadow: 8px 8px 20px rgba(255, 130, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .roumu-system__logos-wrap {
    padding: 24px 22px;
  }
}

.roumu-system__logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px) clamp(12px, 2.4vw, 28px);
}
.roumu-system__logos li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 52px;
}
.roumu-system__logos li img {
  display: block;
  width: min(150px, 100%);
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .roumu-system__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .roumu-system__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }
  .roumu-system__logos li {
    min-height: 44px;
  }
  .roumu-system__logos li img {
    width: min(118px, 100%);
  }
}
@media screen and (max-width: 420px) {
  .roumu-system__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.roumu-system__note {
  margin: 42px 0 0;
  font-size: 13px;
  font-size: clamp(0.8125rem, 0.7670454545rem + 0.2272727273vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

/*********************
  cta
********************/
.roumu-cta {
  position: relative;
  padding: clamp(68px, 8vw, 104px) 24px clamp(72px, 8vw, 110px);
  text-align: center;
  background: url("../img/cta/cta_background.webp") center/cover no-repeat;
}
.roumu-cta h2 {
  margin: 0 0 28px;
}
.roumu-cta h2 img {
  display: block;
  width: min(380px, 74vw);
  height: auto;
  margin: 0 auto;
}
.roumu-cta p {
  margin: 0 0 60px;
  color: #3E3A39;
  font-size: 17px;
  font-size: clamp(1.0625rem, 0.9715909091rem + 0.4545454545vw, 1.3125rem);
  font-weight: 500;
  line-height: 1.9;
}
.roumu-cta p em {
  font-weight: 900;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FF8200));
  background-image: linear-gradient(transparent 80%, #FF8200 0%);
}
.roumu-cta a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(530px, 100%);
  min-height: 82px;
  padding: 14px 116px 14px 56px;
  border: 3px solid #FFFFFF;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 24px;
  font-size: clamp(1.5rem, 1.3636363636rem + 0.6818181818vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(#FF8200), color-stop(50%, #F9BB00), to(#f9e000));
  background: linear-gradient(90deg, #FF8200 0%, #F9BB00 50%, #f9e000 100%);
  -webkit-box-shadow: 0 12px 24px rgba(196, 120, 0, 0.2);
          box-shadow: 0 12px 24px rgba(196, 120, 0, 0.2);
}
.roumu-cta a:hover {
  opacity: 0.8;
}
.roumu-cta a {
  -webkit-box-shadow: 4px 4px 8px rgba(255, 130, 0, 0.25);
          box-shadow: 4px 4px 8px rgba(255, 130, 0, 0.25);
}
.roumu-cta a::before {
  margin-right: 18px;
  content: "→";
  font-weight: 400;
}
.roumu-cta a img {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 118px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .roumu-cta {
    padding-top: 58px;
    padding-bottom: 64px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .roumu-cta h2 img {
    width: min(300px, 84vw);
  }
  .roumu-cta p {
    margin-bottom: 34px;
    text-align: left;
  }
  .roumu-cta a {
    min-height: 72px;
    padding: 12px 82px 12px 28px;
    font-size: clamp(19px, 5.8vw, 24px);
  }
  .roumu-cta a img {
    right: 12px;
    width: 92px;
  }
  .roumu-cta br {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .roumu-cta a {
    padding: 12px 68px 12px 18px;
  }
  .roumu-cta a::before {
    margin-right: 8px;
  }
  .roumu-cta a img {
    width: 76px;
  }
}

/*********************
  thanks
********************/
.roumu-lp--thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.roumu-lp--thanks .roumu-footer {
  margin-top: auto;
}

.roumu-thanks {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(72px, 10vw, 120px) 24px;
  overflow: hidden;
  background: url("../img/hero/keyvisual_background.webp") center/cover no-repeat, radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.42) 0 12%, transparent 13%), linear-gradient(135deg, #ffc000 0%, #ff9300 56%, #f47c00 100%);
  isolation: isolate;
}
.roumu-thanks::before, .roumu-thanks::after {
  position: absolute;
  border-radius: 999px;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.roumu-thanks::before {
  top: 32px;
  right: 0;
  width: 34%;
  height: 280px;
  border-radius: 0;
  background-image: radial-gradient(rgba(171, 53, 0, 0.2) 2px, transparent 2px);
  background-size: 15px 15px;
}
.roumu-thanks::after {
  right: -120px;
  bottom: -100px;
  width: 360px;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .roumu-thanks {
    padding: 56px 18px;
  }
}

.roumu-thanks__inner {
  width: min(860px, 100%);
  margin: 0 auto;
}

figure.roumu-thanks__logo {
  width: min(320px, 82vw);
  margin: 0 auto 28px;
}

.roumu-thanks__card {
  padding: clamp(36px, 6vw, 64px);
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  text-align: center;
  -webkit-box-shadow: 0 24px 56px rgba(7, 7, 7, 0.22);
          box-shadow: 0 24px 56px rgba(7, 7, 7, 0.22);
}
@media screen and (max-width: 767px) {
  .roumu-thanks__card {
    padding: 32px 22px;
    border-radius: 20px;
  }
  .roumu-thanks__card br {
    display: none;
  }
}

.roumu-thanks__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  min-height: 36px;
  margin: 0 0 18px;
  padding: 0 18px;
  border-radius: 999px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  background: #f07a00;
}

.roumu-thanks__card h1 {
  margin: 0 0 24px;
  color: #f07a00;
  font-size: 20px;
  font-size: clamp(1.25rem, 1.0681818182rem + 0.9090909091vw, 1.75rem);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  line-height: 1.35;
}

.roumu-thanks__card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
.roumu-thanks__card p + p {
  margin-top: 8px;
}

.roumu-thanks__actions {
  margin-top: 36px;
  text-align: center;
}
.roumu-thanks__actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(#FF8200), to(#F9BB00));
  background: linear-gradient(90deg, #FF8200, #F9BB00);
  -webkit-box-shadow: 0 12px 24px 0 rgba(240, 122, 0, 0.25);
  box-shadow: 0 12px 24px 0 rgba(240, 122, 0, 0.25);
}
.roumu-thanks__actions a:hover {
  opacity: 0.8;
}
.roumu-thanks__actions a {
  min-width: min(360px, 100%);
  min-height: 64px;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 18px;
  font-size: clamp(1.125rem, 1.0340909091rem + 0.4545454545vw, 1.375rem);
  line-height: 1.3;
  font-weight: 600;
}
.roumu-thanks__actions a::before {
  margin-right: 12px;
  content: "→";
}

/*********************
  footer
********************/
.roumu-footer {
  padding: 28px 24px;
  color: #FFFFFF;
  background: #3E3A39;
}
@media screen and (max-width: 767px) {
  .roumu-footer {
    padding: 28px 18px;
  }
}

.roumu-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1000px, 100%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .roumu-footer__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
    text-align: center;
  }
}

.roumu-footer__logo {
  max-width: 180px;
}

.roumu-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 18px;
}
.roumu-footer__nav a {
  color: #FFFFFF;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.7272727273rem + 0.1136363636vw, 0.8125rem);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.roumu-footer__nav a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .roumu-footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.roumu-footer__copy {
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .roumu-footer__copy {
    white-space: normal;
  }
}

/*********************
  case 事例
********************/
.roumu-case {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
.roumu-case .img_flame {
  width: 62%;
  margin: 1.3rem auto 1rem auto;
}
.roumu-case .img_flame figure {
  width: 100%;
  margin: 0;
}
.roumu-case .splide {
  max-width: 1280px;
  margin: 26px auto 0;
  padding-bottom: 45px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .roumu-case .splide {
    margin-top: 18px;
    padding-bottom: 38px;
  }
}
.roumu-case .splide ul.case-list.splide__list {
  height: auto;
}
.roumu-case .case-items_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roumu-case .case-items_inner {
  margin: 0 12px;
  overflow: hidden;
  border: 1px solid #F9BB00;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .roumu-case .case-items_inner {
    margin: 0 6px;
    border-radius: 20px;
  }
}
.roumu-case .case-items_inner h3 {
  min-height: 130px;
  padding: 0 18px 14px;
  font-size: 0.98rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .roumu-case .case-items_inner h3 {
    min-height: auto;
  }
}
.roumu-case .case-items_inner p.company_name {
  padding: 0 20px 30px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .roumu-case .case-items_inner p.company_name {
    padding: 0 16px 24px;
  }
}
.roumu-case .client_main-img {
  position: relative;
  aspect-ratio: 1.6;
  margin: 0;
  overflow: hidden;
}
.roumu-case .client_main-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.roumu-case .client_logo {
  width: 28%;
  margin: 10px auto 6px auto;
}
.roumu-case .case-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0.7rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .roumu-case .case-tag-list {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.roumu-case .industry,
.roumu-case .headcount {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
  padding: 0.2rem 0.5rem 0;
  background-color: #F9BB00;
  font-size: 0.68rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .roumu-case .industry,
  .roumu-case .headcount {
    padding: 0.1rem 0.4rem 0;
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 420px) {
  .roumu-case .case-tag-list {
    margin-bottom: 0.65rem;
  }
}
.roumu-case .splide__arrow--prev {
  left: 0;
}
.roumu-case .splide__arrow--next {
  right: 0;
}
.roumu-case .splide__pagination {
  bottom: 0;
}
.roumu-case .splide__pagination__page.is-active {
  background-color: #F9BB00;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*********************
  フォーム
********************/
.hbspt-form {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .hbspt-form {
    font-size: 16px;
  }
}
.hbspt-form input.hs-input[type=text],
.hbspt-form input.hs-input[type=email],
.hbspt-form input.hs-input[type=tel],
.hbspt-form textarea.hs-input {
  width: 100% !important;
  padding: 8px;
  margin: 0;
  border: 1px solid #CCCED0;
  background-color: #FFFFFF;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: inherit;
  border-radius: 4px;
  font-weight: 400;
  color: #3E3A39;
}
@media screen and (max-width: 767px) {
  .hbspt-form input.hs-input[type=text],
  .hbspt-form input.hs-input[type=email],
  .hbspt-form input.hs-input[type=tel],
  .hbspt-form textarea.hs-input {
    font-size: 16px;
  }
}
.hbspt-form input.hs-input[type=text]:hover,
.hbspt-form input.hs-input[type=email]:hover,
.hbspt-form input.hs-input[type=tel]:hover,
.hbspt-form textarea.hs-input:hover {
  border-color: #F9BB00;
}
.hbspt-form select.hs-input {
  width: 100% !important;
  margin: 0;
  padding: 6px;
  border: 1px solid #CCCED0;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .hbspt-form select.hs-input {
    font-size: 16px;
  }
}
.hbspt-form textarea.hs-input {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .hbspt-form textarea.hs-input {
    font-size: 16px;
  }
}
.hbspt-form fieldset {
  margin-top: 8px !important;
  max-width: none !important;
  font-weight: 700;
  font-size: 12px;
  color: #070707;
}
.hbspt-form .hs-form-required {
  font-size: 0 !important;
}
.hbspt-form label.hs-error-msg {
  color: #FF2C2C;
  font-size: 70%;
  font-weight: bold;
}
.hbspt-form .hs_error_rollup {
  margin-top: 5px;
  padding: 2px;
  text-align: center;
  color: #FF2C2C;
  font-size: 80%;
  font-weight: bold;
  background-color: rgba(255, 44, 44, 0.1);
}
.hbspt-form .hs-field-desc {
  font-size: 10px;
  font-weight: 400;
}
.hbspt-form a {
  color: #F9BB00;
  text-decoration: underline;
}
.hbspt-form a:hover {
  text-decoration: none;
}

.hs-submit input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  border-radius: 4px;
  background: #f07a00;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: bold;
}
.hs-submit input[type=submit]:hover {
  background: #F9BB00;
}