*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.3ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (min-width: 1210px) {
  html {
    font-size: 39.37%;
  }
}
@media screen and (max-width: 1209px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3698630137vw;
  }
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #000;
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.container {
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  display: block;
}

.red {
  color: #cf361c;
}

.green {
  color: #0f6739;
}

.tight {
  letter-spacing: 0.04em;
}

.tighter {
  letter-spacing: 0em;
}

.punct {
  letter-spacing: -0.1em;
}

.yakuhan {
  font-family: YakuHanJP;
}

.cta-btn {
  display: block;
  margin: auto;
  width: 58.5rem;
  transition: opacity 0.3s;
}
.cta-btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    width: 50.1rem;
  }
}

header {
  background: #c0ebd0;
}
header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top .site-logo {
  padding-top: 4.4rem;
}
header .header-top .site-logo img {
  width: 23.3rem;
}
header .header-phone {
  display: flex;
  align-items: center;
}
header .header-phone img {
  width: 8.7rem;
  margin-right: -2.5rem;
}
header .header-phone .number {
  font-size: 6.6rem;
  transform: scale(0.8, 1.1);
  margin-right: -5.5rem;
}
header .hero-main {
  position: relative;
}
header .hero-catch .catch-sub {
  width: 60.2rem;
  margin: -1.2rem 0 -4rem -2rem;
}
header .hero-catch .catch-main {
  width: 133.6rem;
  margin-bottom: 4rem;
}
header .hero-icons {
  margin-bottom: 3rem;
}
header .hero-icons ul {
  display: flex;
  margin-left: 5.4rem;
}
header .hero-icons ul .icons-item {
  width: 25rem;
  margin-right: 2.1rem;
}
header .hero-message {
  font-family: YakuHanJP, "Zen Kaku Gothic New";
  letter-spacing: 0.04em;
}
header .hero-message .biz {
  font-family: "BIZ UDPGothic";
  letter-spacing: -0.03em;
}
header .hero-sample {
  position: absolute;
}
header .hero-note {
  font-family: "BIZ UDPGothic";
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  header {
    background: url(../img/bg_hero.webp) center/cover no-repeat;
    padding: 0 4.9rem 3.4rem;
  }
  header .hero-achievement {
    position: absolute;
    top: 65rem;
    left: 91rem;
  }
  header .hero-achievement .achievement-item {
    margin-bottom: 1.6rem;
  }
  header .hero-achievement .achievement-item.item-1 {
    width: 45.3rem;
  }
  header .hero-achievement .achievement-item.item-2 {
    width: 78.4rem;
  }
  header .hero-message {
    position: absolute;
    top: 2rem;
    left: 55rem;
    font-size: 3.5rem;
    border: solid 0.57rem;
    border-radius: 1rem;
    padding: 0.5rem 1rem 1rem;
  }
  header .hero-sample {
    width: 50rem;
    top: 2rem;
    right: -2rem;
  }
  header .hero-note {
    margin-left: 8.8rem;
    font-size: 1.9rem;
    margin-bottom: 4.9rem;
    text-indent: -1.8em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  header {
    background: url(../img/bg_hero_sp.webp) center/cover no-repeat;
    padding-bottom: 2.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  header .header-top .site-logo {
    padding-top: 1.5rem;
  }
  header .header-top .site-logo img {
    width: 16.8rem;
  }
  header .header-phone img {
    width: 4.6rem;
    margin-right: -2rem;
  }
  header .header-phone .number {
    font-size: 4.2rem;
    margin-right: -3.8rem;
    letter-spacing: 0.18em;
  }
  header .hero-catch {
    z-index: 10;
    position: relative;
  }
  header .hero-catch .catch-sub {
    width: 49.5rem;
    margin: 0.5rem 0 -4rem -0.7rem;
  }
  header .hero-catch .catch-main {
    width: 71.3rem;
    margin-bottom: 4rem;
    margin-top: 3.8rem;
    margin-left: -1rem;
  }
  header .hero-icons {
    margin-top: -1.7rem;
    margin-bottom: 1.8rem;
  }
  header .hero-icons ul {
    margin-left: 4.7rem;
  }
  header .hero-icons ul .icons-item {
    width: 17rem;
    margin-right: 4.3rem;
  }
  header .hero-achievement .achievement-item {
    margin-left: 2rem;
    margin-bottom: 1.4rem;
  }
  header .hero-achievement .achievement-item.item-1 {
    width: 32.7rem;
  }
  header .hero-achievement .achievement-item.item-2 {
    width: 56.8rem;
  }
  header .hero-message {
    font-size: 2.3rem;
    border: solid 0.217rem;
    border-radius: 0.76rem;
    padding: 0.4rem 1rem 0.6rem;
    width: 64.8rem;
    margin: 2.3rem 0 2.9rem 2rem;
    letter-spacing: 0.08em;
  }
  header .hero-sample {
    top: 0.4rem;
    right: 2.3rem;
    width: 23.5rem;
    z-index: 1;
  }
  header .hero-note {
    position: absolute;
    font-size: 1rem;
    top: 80rem;
    left: 36rem;
    width: 33rem;
    line-height: 1.6;
  }
}

#concerns .concern {
  background: #e5e5e5;
}
#concerns .concern-title {
  width: 115.5rem;
  margin: 0 auto 2.6rem;
}
#concerns .concern-list {
  background: #fff;
  width: 145.2rem;
  margin: 0 auto;
  padding: 6.1rem 0 2.8rem 11.2rem;
  margin-bottom: 5.2rem;
}
#concerns .concern-list .list-item {
  position: relative;
  font-family: "BIZ UDPGothic";
  font-size: 4.6rem;
  font-weight: 400;
  letter-spacing: 0.6rem;
  padding-left: 12rem;
  margin-bottom: 4.1rem;
  line-height: 1.6;
}
#concerns .concern-list .list-item::before {
  content: "";
  display: inline-block;
  background: url(../img/ico_check@2x.webp) center/contain no-repeat;
  width: 7.5rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  filter: drop-shadow(0 2px 2px rgba(44, 38, 40, 0.98));
}
#concerns .concern-list .list-item strong {
  font-family: "BIZ UDPGothic";
  color: #cf361c;
}
@media screen and (min-width: 768px) {
  #concerns .concern {
    background: url(../img/bg_concerns.webp) center/cover no-repeat;
    padding: 9.5rem 0 5.6rem;
  }
  #concerns .concern-list .list-item:last-child {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  #concerns .concern {
    background: url(../img/bg_concerns_sp.webp) center/cover no-repeat;
    padding: 4.8rem 0 2rem;
  }
  #concerns .concern-title {
    width: 56.7rem;
    margin: 0 auto 2.6rem;
  }
  #concerns .concern-list {
    width: 65.2rem;
    padding: 4rem 0 0.1rem 2rem;
    margin-bottom: 3.2rem;
  }
  #concerns .concern-list .list-item {
    font-size: 3rem;
    padding-left: 7.7rem;
    margin-bottom: 3rem;
  }
  #concerns .concern-list .list-item::before {
    width: 4.2rem;
    height: 3.4rem;
  }
}
#concerns .arrow {
  width: 59.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #concerns .arrow {
    width: 22.7rem;
  }
}
#concerns .solution {
  position: relative;
  background: #fefff2;
}
#concerns .solution-title {
  width: 136.4rem;
  margin-left: 22rem;
  margin-bottom: 1rem;
}
#concerns .solution-text {
  margin-bottom: 7rem;
  font-family: "BIZ UDPMincho", serif;
  font-size: 4.7rem;
  text-align: center;
  line-height: 1.6;
}
#concerns .solution .illust {
  position: absolute;
  top: 38rem;
  left: 14.4rem;
  width: 22.5rem;
}
#concerns .solution .arrow {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  #concerns .solution {
    background: url(../img/bg_solution.webp) center/cover no-repeat;
    padding: 13rem 0 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  #concerns .solution {
    background: url(../img/bg_solution_sp.webp) center/cover no-repeat;
    padding: 5.2rem 0 4.7rem;
  }
  #concerns .solution-title {
    width: 62.5rem;
    margin: 0 0 10rem 6.6rem;
  }
  #concerns .solution-text {
    font-size: 3.5rem;
    width: 69.4rem;
    background: #fff;
    margin: 0 auto 4rem;
    border-radius: 4rem;
  }
  #concerns .solution-text.text-2 {
    line-height: 1.7;
  }
  #concerns .solution .illust {
    top: 33.6rem;
    left: 1.9rem;
    width: 17.8rem;
  }
  #concerns .solution .arrow {
    margin-top: 4.4rem;
  }
}

#points {
  background: #faf9f2;
  padding: 3.5rem 0 5rem;
}
#points .inner {
  max-width: 171rem;
  margin: auto;
}
#points .point-lead {
  font-size: 3.1rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.07em;
  margin-bottom: 7rem;
}
#points .point-title {
  margin: 0 auto 6rem;
  width: 134.7rem;
}
#points .point-item {
  position: relative;
}
#points .point-item .item-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 22.1rem;
  height: 10.2rem;
  border: 1rem double #23b171;
  color: #006835;
  line-height: 1;
}
#points .point-item .item-number .condensed {
  font-size: 3.3rem;
  transform: scaleX(0.7);
  letter-spacing: 0.3em;
  margin-right: -2rem;
}
#points .point-item .item-number .number {
  font-size: 7.3rem;
}
#points .point-item .item-title {
  font-size: 4rem;
}
#points .point-item .item-title strong {
  color: #cf361c;
}
#points .point-item .item-text {
  font-size: 2.8rem;
  line-height: 1.9;
}
#points .point-item .illust {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #points .point-item {
    margin-bottom: 6.3rem;
  }
  #points .point-item.item-3 {
    margin-top: 6.7rem;
  }
  #points .point-item.item-3 .item-header {
    padding-bottom: 3.2rem;
    margin-bottom: 2.7rem;
  }
  #points .point-item .item-header {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid #d1cfcf;
    padding-bottom: 2.8rem;
    margin-bottom: 1.9rem;
  }
  #points .point-item .item-number {
    margin-right: 3rem;
  }
  #points .point-item .item-text {
    width: 121rem;
    padding-left: 12.4rem;
  }
  #points .point-item.item-2 .illust {
    top: -32rem;
    right: 1rem;
    width: 37.7rem;
  }
  #points .point-item.item-3 .illust {
    top: -13.6rem;
    right: 7rem;
    width: 34.7rem;
  }
}
@media screen and (max-width: 767px) {
  #points {
    padding: 3.3rem 0 3rem;
  }
  #points .point-lead {
    font-size: 2.5rem;
    line-height: 1.9;
    margin-bottom: -9rem;
    z-index: 10;
    position: relative;
  }
  #points .point-title {
    margin: auto;
    width: 71.9rem;
  }
  #points .point-list {
    padding: 0 3rem;
  }
  #points .point-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2.8rem;
    margin-bottom: 1.9rem;
  }
  #points .point-item:not(:last-child) {
    border-bottom: 0.1rem solid #eae8e4;
  }
  #points .point-item .item-number {
    width: 16.4rem;
    height: 8.13rem;
    margin-bottom: 2rem;
  }
  #points .point-item .item-number .condensed {
    font-size: 2.5rem;
    margin-right: -2rem;
  }
  #points .point-item .item-number .number {
    font-size: 5.8rem;
  }
  #points .point-item .item-title {
    font-size: 4.5rem;
    line-height: 1.7;
    padding-top: 0.9rem;
    width: 67.2rem;
    height: 17rem;
    margin: 0 auto 3.6rem;
    text-align: center;
    background: #d7f2e1;
    border-radius: 4rem;
    font-family: "BIZ UDPMincho", serif;
  }
  #points .point-item .item-title strong {
    font-family: "BIZ UDPMincho", serif;
  }
  #points .point-item .item-text {
    font-size: 2.5rem;
    line-height: 1.61;
    width: 65.5rem;
    margin-left: 2rem;
  }
  #points .point-item.item-1 {
    margin-bottom: 18.2rem;
  }
  #points .point-item.item-1 .item-number {
    margin: -7.4rem auto 2rem;
  }
  #points .point-item.item-2 {
    margin-bottom: 21rem;
  }
  #points .point-item.item-2 .item-number {
    margin-left: 3rem;
  }
  #points .point-item.item-2 .illust {
    width: 27.8rem;
    top: -14.8rem;
    right: 9.4rem;
  }
  #points .point-item.item-3 .item-number {
    margin-left: 47rem;
  }
  #points .point-item.item-3 .illust {
    width: 19.5rem;
    top: -15rem;
    left: 11rem;
  }
}

#reasons .reason-header {
  padding: 11.1rem 0 4rem;
  background: #c0ebd0;
}
#reasons .reason-lead img {
  width: 157.4rem;
  margin: 0 auto 3.5rem;
}
#reasons .reason-sublead {
  font-size: 2.9rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "BIZ UDPMincho", serif;
}
#reasons .reason-title {
  padding: 3.7rem 0 3.2rem;
}
#reasons .reason-title img {
  width: 92.3rem;
  margin: auto;
}
#reasons .reason-body {
  background: #c0ebd0;
  padding-bottom: 8rem;
}
#reasons .reason-item {
  position: relative;
}
#reasons .reason-item .item-text {
  width: 100rem;
  font-size: 2.9rem;
  line-height: 1.82;
  line-height: calc(53.1 / 29);
}
#reasons .reason-item .item-text strong {
  color: #cf361c;
}
#reasons .reason-item .item-title,
#reasons .reason-item .item-text {
  position: relative;
  z-index: 10;
}
#reasons .reason-item .item-img {
  position: absolute;
  z-index: 10;
}
#reasons .reason-item.item-1::after, #reasons .reason-item.item-3::after, #reasons .reason-item.item-5::after {
  content: "";
  position: absolute;
  top: 3rem;
  bottom: 0;
  left: -11rem;
  right: 0;
  background-color: #8ae8ad;
  opacity: 0.34;
  transform: skewY(4deg);
  width: 192rem;
}
#reasons .reason-item.item-5::after {
  top: -4rem;
}
#reasons .reason-box {
  margin: 0 auto 8.2rem;
  padding: 4.7rem 3.3rem 5rem 4.6rem;
  width: 146.2rem;
  height: 64.3rem;
  background: #fff;
  border-radius: 1rem;
  font-size: 3rem;
  line-height: 1.9;
  filter: drop-shadow(0 0.2rem 0.2rem rgba(44, 38, 40, 0.98));
}
#reasons .reason-box .lg {
  font-size: 3.7rem;
  letter-spacing: 0.14em;
}
#reasons .reason-box .marker {
  background: #faf48b;
}
@media screen and (min-width: 768px) {
  #reasons .reason-sublead {
    letter-spacing: 0.21em;
  }
  #reasons .reason-item {
    width: 169.8rem;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
  }
  #reasons .reason-item.item-1 .item-title {
    width: 68.1rem;
    margin: 7.3rem 0 0 -7.4rem;
  }
  #reasons .reason-item.item-1 .item-text {
    padding-top: 6.9rem;
  }
  #reasons .reason-item.item-2 .item-title {
    width: 60.4rem;
    margin: 19rem 5.3rem 0 0;
  }
  #reasons .reason-item.item-2 .item-text {
    margin: 22.1rem 0 0 2rem;
  }
  #reasons .reason-item.item-2 .item-img {
    width: 18.6rem;
    right: 13.5rem;
  }
  #reasons .reason-item.item-3 {
    margin-bottom: 4rem;
  }
  #reasons .reason-item.item-3 .item-title {
    width: 60.1rem;
    margin: 3.5rem 0 0 -7rem;
  }
  #reasons .reason-item.item-3 .item-text {
    margin: 16.8rem 1rem 0 0;
  }
  #reasons .reason-item.item-3 .item-img {
    width: 32.2rem;
    left: 44.6rem;
    top: -8.5rem;
  }
  #reasons .reason-item.item-4 .item-title {
    width: 72rem;
    margin: 0.3rem 0.6rem 0 0;
  }
  #reasons .reason-item.item-4 .item-text {
    margin: 1rem 0 0 1.8rem;
  }
  #reasons .reason-item.item-5 .item-title {
    width: 62.5rem;
    margin: -5.6rem 0 12rem -7.3rem;
  }
  #reasons .reason-item.item-5 .item-text {
    margin: 9.8rem 1rem 0 0rem;
  }
  #reasons .reason-item.item-5 .item-img {
    width: 26.6rem;
    top: -13.6rem;
    left: 44.8rem;
  }
  #reasons .reason-item.item-2, #reasons .reason-item.item-4 {
    flex-direction: row-reverse;
  }
  #reasons .reason-box p {
    margin-bottom: 1.7rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #reasons .reason-header {
    padding: 6.3rem 0 2rem;
  }
  #reasons .reason-lead img {
    width: 68rem;
    margin: 0 auto 2.5rem;
  }
  #reasons .reason-title {
    padding: 5.3rem 0 6.2rem;
  }
  #reasons .reason-title img {
    width: 60rem;
  }
  #reasons .reason-body {
    padding: 4.8rem 0 8rem;
  }
  #reasons .reason-item .item-text {
    margin: auto;
    font-size: 2.5rem;
    line-height: 1.6;
  }
  #reasons .reason-item.item-1 .item-title {
    width: 67rem;
    margin-left: 1.4rem;
    margin-bottom: 3.8rem;
  }
  #reasons .reason-item.item-2 {
    margin-top: 7.7rem;
  }
  #reasons .reason-item.item-2 .item-title {
    width: 67.6rem;
    margin-left: 0.8rem;
    margin-bottom: 5rem;
  }
  #reasons .reason-item.item-2 .item-img {
    width: 20.7rem;
    transform: scale(-1, 1);
    top: -8rem;
    left: 14.5rem;
  }
  #reasons .reason-item.item-3 {
    margin-top: 8rem;
  }
  #reasons .reason-item.item-3 .item-title {
    width: 63.8rem;
    left: 1.8rem;
    margin-bottom: 2rem;
  }
  #reasons .reason-item.item-3 .item-img {
    width: 29rem;
    right: 8rem;
    top: -9rem;
  }
  #reasons .reason-item.item-4 .item-title {
    width: 66.6rem;
    margin-left: 1.9rem;
    margin-bottom: 2rem;
  }
  #reasons .reason-item.item-5 .item-title {
    width: 67.1rem;
    margin: 17.6rem 0 3.7rem 3rem;
  }
  #reasons .reason-item.item-5 .item-img {
    width: 29.3rem;
    top: -14rem;
    right: 6.3rem;
    transform: scale(-1, 1);
  }
  #reasons .reason-item .item-text {
    width: 64.6rem;
    font-size: 2.5rem;
  }
  #reasons .reason-item.item-1::after, #reasons .reason-item.item-3::after, #reasons .reason-item.item-5::after {
    left: 0rem;
    transform: skewY(14deg);
    width: 73rem;
    top: 8rem;
  }
  #reasons .reason-box {
    width: 68.798rem;
    height: 97.2rem;
    border-radius: 0.38rem;
    font-size: 3rem;
    margin-top: 6rem;
    padding: 3.3rem 2.6rem;
  }
  #reasons .reason-box p {
    line-height: 1.5;
  }
  #reasons .reason-box .lg {
    font-size: 3.8rem;
    margin-top: 1rem;
  }
}

#achievement .achievement-title {
  width: 129.9rem;
  margin: 6rem auto 7rem;
}
#achievement .achievement-info {
  width: 170rem;
  border: #aeeac4 double 2.2rem;
  background: #fefde2;
  margin: 0rem auto 5rem;
}
#achievement .achievement-info .note {
  text-align: center;
  margin: 5.6rem auto 2.7rem;
}
#achievement .achievement-info .note small {
  font-size: 2.3rem;
  text-shadow: 0 0 59px white;
  text-shadow: 1rem 1rem 1rem #fff, -1rem -1rem 1rem #fff, 0 0 2rem rgba(255, 255, 255, 0.3);
}
#achievement .achievement-media .media-item figcaption {
  font-size: 3rem;
  text-align: center;
  font-family: "BIZ UDPGothic";
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #achievement .achievement-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #achievement .achievement-info .info-item {
    border-bottom: #aeeac4 0.6rem solid;
    width: 149.4rem;
    display: flex;
    align-items: center;
    padding-left: 4rem;
    line-height: 2;
  }
  #achievement .achievement-info .info-item .item-title {
    width: 54rem;
    border-right: #aeeac4 0.6rem solid;
    display: flex;
    align-items: center;
  }
  #achievement .achievement-info .info-item .item-text {
    width: 95.4rem;
    font-size: 3.4rem;
    padding-left: 6rem;
    letter-spacing: 0.11em;
    line-height: calc(69 / 34);
    margin-top: 1rem;
    font-family: YakuHanJP, "Zen Kaku Gothic New";
  }
  #achievement .achievement-info .info-item.item-1 .item-title {
    height: 39.2rem;
  }
  #achievement .achievement-info .info-item.item-1 .item-title img {
    width: 46rem;
  }
  #achievement .achievement-info .info-item.item-2 .item-title {
    height: 40rem;
  }
  #achievement .achievement-info .info-item.item-2 .item-title img {
    width: 38rem;
  }
  #achievement .achievement-info .info-item.item-3 {
    border-bottom: none;
  }
  #achievement .achievement-info .info-item.item-3 .item-title {
    height: 35rem;
    padding-top: 6.6rem;
  }
  #achievement .achievement-info .info-item.item-3 .item-title img {
    width: 48.4rem;
  }
  #achievement .achievement-info .info-item.item-3 .item-text {
    padding-top: 7rem;
  }
  #achievement .achievement-media {
    margin: 0 auto 4rem;
    width: 146rem;
    display: flex;
    justify-content: space-between;
  }
  #achievement .achievement-media .media-item.item-1 {
    width: 61.4rem;
    margin-top: 5rem;
  }
  #achievement .achievement-media .media-item.item-2 {
    width: 75.5rem;
  }
}
@media screen and (max-width: 767px) {
  #achievement {
    padding-bottom: 6rem;
  }
  #achievement .achievement-title {
    width: 70rem;
    margin: 2rem auto 3.4rem;
  }
  #achievement .achievement-info {
    width: 68.6rem;
    border: #aeeac4 double 1rem;
    padding: 4.2rem 2.5rem 2.1rem;
    margin: 0rem auto 3rem;
  }
  #achievement .achievement-info .info-item {
    border-bottom: #aeeac4 0.4rem solid;
  }
  #achievement .achievement-info .info-item .item-title {
    margin-left: 1.2rem;
  }
  #achievement .achievement-info .info-item .item-text {
    font-size: 3rem;
  }
  #achievement .achievement-info .info-item.item-1 {
    padding-bottom: 3.8rem;
    margin-bottom: 4.6rem;
  }
  #achievement .achievement-info .info-item.item-1 .item-title img {
    width: 59.4rem;
    margin-bottom: 4.3rem;
  }
  #achievement .achievement-info .info-item.item-2 {
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
  }
  #achievement .achievement-info .info-item.item-2 .item-title img {
    width: 48.8rem;
    margin-bottom: 3rem;
  }
  #achievement .achievement-info .info-item.item-3 {
    padding-bottom: 2.6rem;
    margin-bottom: 6.5rem;
  }
  #achievement .achievement-info .info-item.item-3 .item-title {
    margin-bottom: 3rem;
  }
  #achievement .achievement-info .info-item.item-3 .item-title img {
    width: 54.7rem;
  }
  #achievement .achievement-info .note {
    text-align: left;
    margin: -4.3rem 0 0 1.8rem;
  }
  #achievement .achievement-info .note small {
    font-size: 1.9rem;
    line-height: 1.8;
  }
  #achievement .achievement-media {
    padding: 0 4rem;
  }
  #achievement .achievement-media .media-item figcaption {
    font-size: 2.1rem;
    margin-bottom: 2.7rem;
  }
}

#products .products-text {
  font-size: 3rem;
  margin: 0 auto 11.6rem;
  line-height: calc(51 / 30);
}
#products .products-tip {
  position: relative;
}
#products .products-tip .tip-header {
  color: #fff;
  background: #0f6739;
  display: flex;
  align-items: center;
  justify-content: center;
}
#products .products-tip .tip-img {
  position: absolute;
}
#products .products-tip .tip-box {
  position: relative;
  width: 135.5rem;
  height: 28rem;
  font-size: 3.3rem;
  border-radius: 2rem;
  background: #feffdf;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(94, 88, 91, 0.98);
  margin-left: 9rem;
  padding: 8.8rem 13rem 0 13rem;
}
#products .products-tip .tip-box strong {
  color: #cf361c;
}
#products .products-details {
  background: #c0ebd0;
}
#products .products-details .details-inner {
  width: 100%;
  padding-left: 10.4rem;
  padding-right: 10.4rem;
}
#products .products-details .stripe-bg {
  background: repeating-linear-gradient(120deg, #fffbdc 0rem, #fffbdc 0.2rem, transparent 0.2rem, transparent 0.5rem);
  padding: 1.7rem 1rem;
  display: inline-block;
}
#products .products-details .details-title {
  background: #fffbdc;
  border-radius: 1rem;
  text-align: center;
  padding: 1.4rem 11.8rem;
  font-size: 5rem;
  font-family: "BIZ UDPGothic";
  font-weight: 400;
}
#products .products-material .tape-size-table {
  margin-top: 1.5rem;
  font-family: "BIZ UDPGothic";
  font-weight: 400;
  width: 81.4rem;
  border-collapse: collapse;
}
#products .products-material .tape-size-table th {
  color: #fff;
  background: #0f6739;
  font-size: 2.3rem;
  width: 24.7rem;
  padding: 1.6rem 0;
  border-right: 0.3rem solid #d7f2e1;
  border-left: 0.3rem solid #009944;
}
#products .products-material .tape-size-table td {
  font-size: 2.2rem;
  background: #fff;
  text-align: center;
  border-bottom: 0.3rem solid #0f6739;
}
#products .products-material .tape-size-table td span {
  background: #d7f2e1;
  padding: 0.8rem 1.4rem;
}
#products .products-material .tape-size-table tr td:last-child {
  border-right: 0.3rem solid #0f6739;
}
#products .products-material .tape-size-table tr:first-child th {
  border-top: 0.3rem solid #009944;
}
#products .products-material .tape-size-table tr:last-child th {
  border-bottom: 0.3rem solid #009944;
}
#products .products-material .tape-size-table tr:not(:last-child) th {
  border-bottom: 0.3rem solid #fff;
}
#products .products-material .tape-size-table tr:first-child td {
  border-top: 0.3rem solid #0f6739;
}
#products .products-type .type-list .item-title .title {
  padding: 0.8rem 0rem;
  margin-bottom: 4rem;
  color: #fff;
  background: #0f6739;
  border-radius: 1rem;
  font-size: 3rem;
  font-family: "BIZ UDPGothic";
  text-align: center;
  width: 35rem;
}
#products .products-type .type-list .item-text {
  font-size: 3rem;
  font-family: "BIZ UDPGothic";
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #products .products-title {
    margin-bottom: 6rem;
  }
  #products .products-lead {
    width: 148rem;
    margin: auto;
    padding-bottom: 7rem;
  }
  #products .products-lead .lead-item {
    padding-left: 1.5rem;
  }
  #products .products-lead .item-1 {
    width: 146.4rem;
    margin-bottom: 5rem;
  }
  #products .products-lead .item-2 {
    width: 87.8rem;
    margin-bottom: 5rem;
  }
  #products .products-tip .tip-header {
    position: absolute;
    top: -7rem;
    left: 37rem;
    font-size: 3.9rem;
    width: 80.4rem;
    height: 12.6rem;
    border-radius: 4rem;
    border: 1.2rem double #fff;
    z-index: 10;
  }
  #products .products-tip .img-1 {
    width: 19.3rem;
    top: -3.5rem;
    left: 3.3rem;
    z-index: 10;
  }
  #products .products-details {
    padding-top: 7rem;
    background: url(../img/bg_products@2x.webp) center/cover no-repeat;
  }
  #products .products-size .size-diagrams {
    margin-left: 2.3rem;
    margin-right: 3.3rem;
  }
  #products .products-material {
    margin-left: 74.9rem;
    margin-top: -15.7rem;
    margin-bottom: 8.4rem;
  }
  #products .products-type {
    padding-bottom: 11rem;
  }
  #products .products-type .type-list {
    margin-top: 3rem;
    display: flex;
  }
  #products .products-type .type-list .list-item {
    width: calc(100% / 3);
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #products .products-type .type-list .list-item .item-text {
    margin-top: auto;
    padding-left: 0.3rem;
  }
  #products .products-type .type-list .list-item.item-1 .item-img {
    width: 102%;
    margin-bottom: 3rem;
  }
  #products .products-type .type-list .list-item.item-2 .item-img {
    width: 106%;
  }
  #products .products-type .type-list .list-item.item-2 .item-text {
    padding-bottom: 9rem;
  }
  #products .products-type .type-list .list-item.item-3 .item-img {
    width: 97%;
  }
  #products .products-type .type-list .list-item.item-3 .item-text {
    padding-bottom: 13.5rem;
  }
}
@media screen and (max-width: 767px) {
  #products .products-lead {
    padding: 0 4rem;
    margin-bottom: 6rem;
  }
  #products .products-lead .item-1 {
    width: 49rem;
    margin: 4.3rem auto;
  }
  #products .products-lead .item-2 {
    width: 60rem;
    margin: 0 auto 4rem;
  }
  #products .products-text {
    font-size: 2.5rem;
    margin: 0 auto 5rem;
    width: 62rem;
    line-height: 1.62;
  }
  #products .products-tip .tip-box {
    width: 64.6rem;
    height: 31.3rem;
    font-size: 3.4rem;
    border-radius: 0.76rem;
    margin-left: 0;
    padding: 2.9rem 0 0 4rem;
  }
  #products .products-tip .tip-header {
    flex-direction: column;
    width: 51.9rem;
    height: 17.7rem;
    border-radius: 3rem;
    border: 1.2rem double #fff;
    margin-bottom: 13rem;
    font-size: 4.2rem;
    text-align: center;
    margin: 0 auto 12.3rem;
    letter-spacing: 0.08em;
    padding-top: 1rem;
  }
  #products .products-tip .tip-header .lg {
    font-size: 4.8rem;
    letter-spacing: 0.08em;
  }
  #products .products-tip .img-1 {
    width: 17.8rem;
    top: 12.6rem;
    left: 1.3rem;
  }
  #products .products-tip .img-2 {
    width: 12.8rem;
    top: 13rem;
    right: 4rem;
  }
  #products .products-details {
    background: url(../img/bg_products_sp.webp) top center/100% repeat-y;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  #products .products-details .details-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #products .products-details .stripe-bg {
    width: 100%;
    padding: 1.4rem 1rem;
  }
  #products .products-details .details-title {
    border-radius: 1rem;
    padding: 1.4rem;
    font-size: 4.9rem;
  }
  #products .products-size .size-diagrams {
    width: 62.3rem;
    margin: 3rem 0 4rem 1.2rem;
  }
  #products .products-material .details-title {
    font-size: 4rem;
  }
  #products .products-material .tape-size-table {
    width: 100%;
    margin: 3rem auto 5rem;
  }
  #products .products-material .tape-size-table th {
    font-size: 2.5rem;
    letter-spacing: 0;
    width: 19.3rem;
    padding: 0.7rem 0;
  }
  #products .products-material .tape-size-table td {
    font-size: 2.3rem;
  }
  #products .products-material .tape-size-table td span {
    padding: 0.4rem 0.8rem;
  }
  #products .products-type .type-list {
    margin-top: 4rem;
  }
  #products .products-type .type-list .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #products .products-type .type-list .list-item .item-title .title {
    padding: 0.8rem 0rem;
    margin-bottom: 4rem;
    border-radius: 0.38rem;
    font-size: 4.8rem;
    width: 52.7rem;
  }
  #products .products-type .type-list .list-item .item-text {
    font-size: 2.5rem;
    width: 57.5rem;
    line-height: 1.6;
  }
  #products .products-type .type-list .list-item.item-1 {
    margin-bottom: 6rem;
  }
  #products .products-type .type-list .list-item.item-1 .item-img {
    width: 86%;
    margin-bottom: 5.8rem;
  }
  #products .products-type .type-list .list-item.item-2 {
    margin-bottom: 8rem;
  }
  #products .products-type .type-list .list-item.item-2 .item-img {
    width: 85%;
    margin-bottom: 7.5rem;
  }
  #products .products-type .type-list .list-item.item-3 .item-img {
    width: 86%;
    margin-bottom: 5rem;
  }
}

#price .price-lead {
  font-size: 4rem;
  border: double #0f6739 1.3rem;
  display: inline-block;
  padding: 1.6rem 3.7rem 1.5rem;
  margin-bottom: 4.8rem;
}
#price .price-lead .punct {
  margin-right: -2.6rem;
}
#price .price-lead strong {
  font-family: YakuHanJP, "Zen Kaku Gothic New";
}
#price .price-lead .biz {
  font-family: "BIZ UDPGothic";
  letter-spacing: -0.02em;
  transform: scaleX(0.9);
  display: inline-block;
}
#price .price-text {
  font-family: "BIZ UDPGothic";
  font-size: 3.5rem;
  margin-bottom: 2.3rem;
}
#price .price-img {
  position: absolute;
  width: 18.2rem;
  top: 2.5rem;
  right: 8rem;
}
#price .price-body {
  position: relative;
  width: 147.2rem;
  margin: 6.6rem auto 7rem;
}
#price .price-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 147.2rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 0.7rem #c8f5d2, 0 0 1.6rem rgba(200, 245, 210, 0.3), 0 0.2rem 0.2rem 0 rgba(94, 88, 91, 0.98);
}
#price .price-table th,
#price .price-table td {
  font-family: "BIZ UDPGothic";
  font-size: 3rem;
  text-align: center;
  vertical-align: middle;
  background: #d7f2e1;
  padding: 2.1rem 0;
}
#price .price-table thead th {
  width: 24%;
  padding: 0;
  line-height: 3;
}
#price .price-table thead th:first-child {
  width: 25%;
  border-right: 0.4rem solid #4fa74b;
}
#price .price-table tbody th {
  border-right: 0.4rem solid #4fa74b;
}
#price .price-table tbody tr:nth-child(odd) th,
#price .price-table tbody tr:nth-child(odd) td {
  background: #feffdf;
}
#price .price-table tbody .vertical-text {
  background: #d7f2e1 !important;
  border-top: 0.4rem solid #4fa74b;
  border-right: 0.4rem solid #4fa74b;
  padding: 1.3rem;
}
#price .price-table tbody .vertical-text img {
  width: 4.5rem;
  height: auto;
  margin: auto;
}
#price .price-table tbody tr:nth-child(3) th:not(.vertical-text),
#price .price-table tbody tr:nth-child(4) th,
#price .price-table tbody tr:nth-child(5) th,
#price .price-table tbody tr:nth-child(6) th {
  text-align: right;
  padding-right: 4.8rem;
}
#price .price-tax {
  color: #569677;
  font-family: "BIZ UDPGothic";
  font-size: 3.2rem;
  text-align: right;
  display: block;
}
#price .price-note {
  font-family: "BIZ UDPGothic";
  font-size: 3.5rem;
  display: flex;
  align-items: center;
  margin-top: -2.7rem;
}
#price .price-note::before {
  content: "";
  display: inline-block;
  background: url(../img/img_price02@2x.webp) center/contain no-repeat;
  width: 12.9rem;
  height: 9.1rem;
  margin-right: 3rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  #price {
    padding-bottom: 2rem;
  }
  #price .price-lead {
    font-size: 4.8rem;
    padding: 1.6rem 0 1.5rem;
    margin-bottom: 3.6rem;
    text-align: center;
    line-height: 1.3;
    width: 100%;
  }
  #price .price-lead strong {
    letter-spacing: 0.1em;
  }
  #price .price-text {
    font-size: 4.27rem;
    margin-bottom: 1.5rem;
    margin-left: 7rem;
  }
  #price .price-img {
    width: 16.6rem;
    top: 23rem;
    right: 5.3rem;
  }
  #price .price-body {
    width: 69.2rem;
    margin: 3.4rem auto 0;
  }
  #price .price-table {
    margin-bottom: 2rem;
  }
  #price .price-table th,
#price .price-table td {
    font-size: 3.3rem;
    line-height: 1.4;
    padding: 3.6rem 0rem;
  }
  #price .price-table th:not(:last-child),
#price .price-table td:not(:last-child) {
    border-right: 0.4rem solid #4fa74b;
  }
  #price .price-table thead th {
    line-height: 1.4;
    padding: 1.3rem 0;
  }
  #price .price-table thead th:first-child {
    width: 46%;
  }
  #price .price-table thead th:nth-child(2) {
    width: 18%;
  }
  #price .price-table thead th:nth-child(3) {
    width: 36%;
  }
  #price .price-table .border th {
    border-top: 0.4rem solid #4fa74b;
    padding: 3.4rem 0;
  }
  #price .price-table tbody tr:first-child td {
    padding: 1.3rem 0.8rem;
  }
  #price .price-table tbody tr:nth-child(2) td {
    padding: 3.5rem 0;
  }
  #price .price-table tbody tr:nth-child(3) th:not(.vertical-text),
#price .price-table tbody tr:nth-child(4) th,
#price .price-table tbody tr:nth-child(5) th,
#price .price-table tbody tr:nth-child(6) th {
    padding-right: 3.8rem;
  }
  #price .price-tax {
    font-size: 2.5rem;
  }
  #price .price-note {
    position: relative;
    font-size: 2.5rem;
    padding-left: 5rem;
    margin-top: 6.3rem;
  }
  #price .price-note::before {
    position: absolute;
    width: 11.1rem;
    height: 7.9rem;
    margin-right: 0;
    margin-left: 0;
    top: -9rem;
    left: 5rem;
  }
}

#message {
  padding: 13rem 0 12.6rem;
  background: #fffeef;
}
#message .message-title {
  width: 91.3rem;
  margin: 0 auto 12rem;
}
#message .message-box-outer {
  width: 169.8rem;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(94, 88, 91, 0.98);
  margin: 0 auto 11.8rem;
}
#message .message-box {
  width: 100%;
  border: #0f6739 solid 0.5rem;
  padding: 1rem 6.6rem 3.5rem 9.8rem;
}
#message .message-box .box-title {
  width: 90rem;
  margin: 0 auto -0.6rem;
  padding-right: 4.5rem;
}
#message .message-box .box-lead {
  width: 143.6rem;
  margin: 0 0 -1.5rem 1.4rem;
}
#message .message-box .box-lead img {
  width: 143.6rem;
}
#message .message-box .box-text {
  font-size: 3.8rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New";
}
@media screen and (max-width: 767px) {
  #message {
    padding: 7.5rem 0 7rem;
  }
  #message .message-title {
    width: 64.4rem;
    margin: 0 auto 5.8rem;
  }
  #message .message-box-outer {
    width: 64.6rem;
    padding: 0.5rem;
    margin: 0 auto 4rem;
  }
  #message .message-box {
    padding: 4rem 1.7rem 5.3rem;
  }
  #message .message-box .box-title {
    width: 58.1rem;
    margin: 0 auto 5rem;
    padding-right: 0;
  }
  #message .message-box .box-lead {
    width: 54.3rem;
    margin: 0 0 4.2rem 2.4rem;
  }
  #message .message-box .box-text {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.75;
  }
  #message .cta-btn {
    margin-top: 7rem;
  }
}

#voice .voice-title {
  margin-bottom: 6rem;
}
#voice .voice-item .item-title {
  font-family: YakuHanJP, "Zen Kaku Gothic New";
}
#voice .voice-item .customer-profile .customer-type {
  background: #feffdf;
  text-align: center;
}
#voice .voice-item .item-body {
  display: flex;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #voice {
    padding-bottom: 8.2rem;
  }
  #voice .voice-item .item-title {
    width: 146.5rem;
    font-size: 5rem;
    margin: auto;
    line-height: 1.3;
    color: #84ba98;
    padding-bottom: 2.8rem;
    border-bottom: 0.3rem solid #b2b1b0;
    margin-bottom: 3rem;
  }
  #voice .voice-item .item-title .em {
    color: #0f6739;
  }
  #voice .voice-item .item-body {
    width: 170rem;
  }
  #voice .voice-item .item-text {
    width: 120rem;
  }
  #voice .voice-item .item-text .text {
    font-size: 3rem;
    line-height: 1.77;
    margin-bottom: 2rem;
  }
  #voice .voice-item .customer-profile {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #voice .voice-item .customer-profile .customer-img {
    margin-bottom: 3rem;
  }
  #voice .voice-item .customer-profile .customer-type {
    width: 37.1rem;
    height: 10.9rem;
    padding-top: 0.8rem;
    font-size: 3.3rem;
    background: #feffdf;
    text-align: center;
    letter-spacing: 0.06em;
  }
  #voice .voice-item.item-1 {
    margin-bottom: 6.5rem;
  }
  #voice .voice-item.item-1 .item-title {
    padding-left: 5rem;
    text-indent: -2.6rem;
    letter-spacing: 0.04em;
  }
  #voice .voice-item.item-1 .item-title .wider {
    letter-spacing: 0.14em;
  }
  #voice .voice-item.item-1 .item-title .em {
    letter-spacing: 0.04em;
  }
  #voice .voice-item.item-1 .customer-profile {
    margin-right: 2rem;
    padding-top: 3.8rem;
  }
  #voice .voice-item.item-1 .customer-profile .customer-img {
    width: 26.5rem;
  }
  #voice .voice-item.item-2 .item-title {
    padding-left: 13rem;
    text-indent: -3rem;
    letter-spacing: 0.08em;
  }
  #voice .voice-item.item-2 .item-title .em {
    letter-spacing: 0.09em;
  }
  #voice .voice-item.item-2 .item-body {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #voice .voice-item.item-2 .item-text {
    margin-left: 2.4rem;
  }
  #voice .voice-item.item-2 .customer-profile {
    margin-right: 4.9rem;
  }
  #voice .voice-item.item-2 .customer-profile .customer-img {
    width: 30.8rem;
  }
}
@media screen and (max-width: 767px) {
  #voice {
    padding-bottom: 8.6rem;
  }
  #voice .voice-title {
    margin-bottom: 0;
  }
  #voice .voice-item .item-title {
    font-size: 4rem;
    color: #88c8a0;
    background: #fffee8;
    padding: 2.6rem 0 0 6rem;
    line-height: 1.3;
    text-indent: -2rem;
  }
  #voice .voice-item .item-title .em {
    color: #cf361c;
  }
  #voice .voice-item .customer-type {
    width: 38.2rem;
    height: 11.2rem;
    text-align: center;
    font-size: 3.1rem;
    padding: 1rem;
    margin-bottom: 7rem;
  }
  #voice .voice-item .item-body {
    flex-direction: column;
  }
  #voice .voice-item .item-text .text {
    font-size: 2.5rem;
    line-height: 1.6;
  }
  #voice .voice-item.item-1 {
    padding-bottom: 7.5rem;
    border-bottom: 0.1rem solid #b4b2b2;
  }
  #voice .voice-item.item-1 .item-title {
    letter-spacing: 0.04em;
    margin-bottom: 6rem;
    height: 20.3rem;
  }
  #voice .voice-item.item-1 .customer-img {
    width: 33.9rem;
    margin: 0 0 7rem 2rem;
  }
  #voice .voice-item.item-1 .customer-type {
    margin-bottom: 7rem;
  }
  #voice .voice-item.item-1 .item-text {
    width: 64.4rem;
  }
  #voice .voice-item.item-2 .item-title {
    margin-bottom: 7.2rem;
    height: 26.2rem;
  }
  #voice .voice-item.item-2 .customer-img {
    width: 33.5rem;
    margin: 0 0 7rem 2rem;
  }
  #voice .voice-item.item-2 .item-text {
    width: 66.4rem;
  }
}

#flow {
  padding-top: 11rem;
  padding-bottom: 4rem;
}
#flow .flow-title {
  width: 51.2rem;
  margin: 0 auto 9rem;
}
#flow .flow-list {
  margin: auto;
  width: 146.2rem;
}
#flow .flow-list .list-item {
  margin-bottom: 7.2rem;
}
#flow .flow-list .list-item:last-child {
  margin-top: 9rem;
}
#flow .step-box {
  display: flex;
  align-items: stretch;
  height: 29rem;
}
#flow .step-label {
  background: #156245;
  color: #fff;
  width: 38.3rem;
  font-size: 3.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(94, 88, 91, 0.98);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  text-align: center;
}
#flow .step-label .step-number {
  color: #faf48b;
}
#flow .step-label .step-number .text {
  font-family: "BIZ UDGothic";
  font-size: 4.8rem;
}
#flow .step-label .step-number .number {
  font-family: "BIZ UDGothic";
  font-size: 8.8rem;
  line-height: normal;
  letter-spacing: 0;
}
#flow .step-label .step-title {
  margin-top: 0.8rem;
  font-size: 3.6rem;
  font-family: "BIZ UDGothic";
}
#flow .step-label .step-title .sm {
  font-size: 98%;
}
#flow .step-label .step-title .xs {
  font-size: 80%;
}
#flow .step-label .step-title .biz {
  font-family: "BIZ UDPGothic";
  letter-spacing: -0.02em;
}
#flow .step-desc {
  display: flex;
  align-items: center;
  position: relative;
  background: #fffde9;
  padding: 0 3rem 0 4rem;
  line-height: 1.6;
  flex: 1;
  font-size: 1.1em;
  line-height: 1.8;
  box-shadow: 0 2px 2px 0 rgba(94, 88, 91, 0.98);
  border-radius: 0 0.6rem 0.6rem 0;
  overflow: visible;
  border-bottom: none;
  padding-bottom: 0;
}
#flow .step-desc .step-text {
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: YakuHanJP, "Zen Kaku Gothic New";
}
#flow .step-desc .step-text span {
  font-family: YakuHanJP, "Zen Kaku Gothic New";
}
#flow .step-desc .step-text .em {
  color: #cf361c;
  font-family: YakuHanJP, "Zen Kaku Gothic New";
  letter-spacing: 0.1em;
}
#flow .step-triangle {
  position: absolute;
  left: 25rem;
  bottom: -3rem;
  width: 20rem;
  height: 3rem;
  z-index: 2;
}
#flow .step-triangle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10rem solid transparent;
  border-right: 10rem solid transparent;
  border-top: 3.6rem solid #fffde9;
  filter: drop-shadow(0 2px 1px rgba(94, 88, 91, 0.98));
}
@media screen and (min-width: 768px) {
  #flow {
    background: url(../img/bg_flow@2x.webp) center/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #flow {
    background: url(../img/bg_flow_sp.webp) top center/100% repeat-y;
    padding-top: 7rem;
    padding-bottom: 12rem;
  }
  #flow .flow-title {
    width: 56.5rem;
    margin-bottom: 7.4rem;
  }
  #flow .flow-list {
    width: 69rem;
  }
  #flow .flow-list .list-item {
    margin-bottom: 9.7rem;
  }
  #flow .flow-list .list-item:last-child {
    margin-bottom: 0;
  }
  #flow .step-box {
    flex-direction: column;
    height: 45.4rem;
  }
  #flow .step-label {
    justify-content: start;
    align-items: center;
    height: 18.3rem;
    width: 100%;
    font-size: 3.7rem;
    display: flex;
    flex-direction: row;
    border-radius: 0.38rem 0.38rem 0 0;
    text-align: left;
  }
  #flow .step-label .step-number {
    margin-left: 3.6rem;
  }
  #flow .step-label .step-number .text {
    font-size: 5.8rem;
  }
  #flow .step-label .step-number .number {
    font-size: 10.6rem;
  }
  #flow .step-label .step-title {
    margin-top: 0;
    margin-left: 4.8rem;
  }
  #flow .step-label .step-title .sm {
    font-size: 88%;
  }
  #flow .step-label .step-title .xs {
    font-size: 70%;
  }
  #flow .step-desc {
    height: 27.3rem;
    padding: 0 1rem 0 1.8rem;
    border-radius: 0.38rem;
  }
  #flow .step-desc .step-text {
    font-size: 2.8rem;
    line-height: 1.48em;
  }
  #flow .step-triangle {
    left: 50%;
    transform: translateX(-50%);
    bottom: -3rem;
    width: auto;
    height: 3rem;
  }
  #flow .step-triangle:after {
    border-left: 4rem solid transparent;
    border-right: 4rem solid transparent;
    border-top: 1.8rem solid #fffde9;
  }
}

#faq {
  padding: 11rem 0 7rem;
}
#faq .faq-title {
  width: 54.2rem;
  margin: 0 auto 8rem;
}
#faq .faq-img {
  position: absolute;
  z-index: 0;
}
#faq .faq-img.img-1 {
  width: 21.6rem;
  top: -26.5rem;
  left: 7rem;
}
#faq .faq-img.img-2 {
  width: 24.4rem;
  right: 4.3rem;
  top: -26rem;
}
#faq .faq-list {
  position: relative;
  width: 142.1rem;
  margin: 0 auto 7rem;
}
#faq .faq-item {
  margin-bottom: 4.4rem;
  z-index: 10;
  position: relative;
}
#faq .faq-ques {
  display: flex;
  align-items: center;
  height: 18.2rem;
  margin-bottom: 0.1rem;
  background: #70ba8b;
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.4;
  border-radius: 1rem 1rem 1rem 0;
  box-shadow: 0 2px 2px 0 rgba(94, 88, 91, 0.98);
  letter-spacing: 0;
}
#faq .faq-ques .ico-q {
  font-size: 7.9rem;
  font-family: "BIZ UDPGothic";
  padding-left: 5.2rem;
  letter-spacing: 0;
  margin-right: 4.5rem;
}
#faq .faq-ques p {
  letter-spacing: 0.11em;
}
#faq .faq-item.item-1 .faq-ques .ico-q, #faq .faq-item.item-2 .faq-ques .ico-q {
  margin-right: 5.7rem;
}
#faq .faq-answer {
  display: flex;
  align-items: center;
  height: 21.5rem;
  background: #fcfde5;
  border-radius: 0 1rem 1rem 1rem;
  box-shadow: 0 2px 2px 0 rgba(94, 88, 91, 0.98);
}
#faq .faq-answer .ico-a {
  font-size: 7.1rem;
  font-family: "BIZ UDPGothic";
  padding-left: 5.8rem;
  margin-right: 2rem;
}
#faq .faq-answer p {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: YakuHanJP, "Zen Kaku Gothic New";
}
#faq .faq-answer strong {
  color: #cf361c;
  letter-spacing: 0.06em;
  font-family: YakuHanJP, "Zen Kaku Gothic New";
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 4.5rem 0 7.5rem;
  }
  #faq .faq-title {
    width: 61.2rem;
    margin-bottom: 15.5rem;
  }
  #faq .faq-img.img-1 {
    width: 20.5rem;
    top: -25.5rem;
    left: 1rem;
  }
  #faq .faq-img.img-2 {
    width: 17.5rem;
    right: -1.9rem;
    top: -24.5rem;
  }
  #faq .faq-list {
    width: 68rem;
    margin: 0 auto 7rem;
  }
  #faq .faq-item {
    margin-bottom: 3.3rem;
  }
  #faq .faq-ques {
    height: 14.5rem;
    font-size: 3rem;
    border-radius: 0.38rem 0.38rem 0.38rem 0;
  }
  #faq .faq-ques .ico-q {
    font-size: 7.2rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
  }
  #faq .faq-item.item-1 .faq-ques .ico-q, #faq .faq-item.item-2 .faq-ques .ico-q {
    margin-right: 2rem;
  }
  #faq .faq-answer {
    height: 19.6rem;
    border-radius: 0 0.38rem 0.38rem 0.38rem;
    padding-right: 2.5rem;
  }
  #faq .faq-answer .ico-a {
    font-size: 6rem;
    padding-left: 3.5rem;
  }
  #faq .faq-answer p {
    font-size: 2.5rem;
  }
}

footer {
  background: #d7f2e1;
  padding: 4.1rem 0 2.7rem;
}
footer .site-logo {
  width: 15.8rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 3.1rem 0 2rem;
  }
  footer .site-logo {
    width: 19.8rem;
  }
}

/*# sourceMappingURL=style.css.map */
