@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #222;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.antique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-header .logo-area,
.c-header .toform-area a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header .toform-area {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}
.c-header .toform-area a {
  background-color: #f6b21b;
  height: 100%;
}
.c-header .toform-area a:focus-visible {
  background-color: #ffbb29;
}

.c-footer {
  padding-block: 2.5rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f6b21b),
    color-stop(67.79%, #fff)
  );
  background: linear-gradient(0deg, #f6b21b 0%, #fff 67.79%);
}
.c-footer .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
}
.c-footer .inner-block .link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer .inner-block .link-area a {
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.c-footer .inner-block .link-area a:focus-visible {
  -webkit-text-decoration: underline #222;
  text-decoration: underline #222;
}
.c-footer .inner-block small {
  font-size: 0.75rem;
  font-weight: 300;
}

.c-ttl01 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 1rem;
  margin-bottom: 2.5rem;
}
.c-ttl01 .subttl,
.c-ttl01 .ttl {
  line-height: 175%;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#888),
    to(#222)
  );
  background: linear-gradient(270deg, #888 0%, #222 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-ttl01 .subttl {
  font-size: 1.5rem;
}
.c-ttl01 .ttl {
  font-size: 2rem;
}
.c-ttl01 .border {
  background: #f6b21b;
  border-radius: 0px 1.25rem 0px 0px;
  width: 3.75rem;
  height: 0.5rem;
}
.c-ttl01 .sub {
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #f6b21b;
}

.c-ttl02 {
  font-size: 1.625rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}
.c-ttl02.small {
  font-size: 1.5rem;
}
.c-ttl02:not(.primary) .inn-txt {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#888),
    to(#222)
  );
  background: linear-gradient(270deg, #888 0%, #222 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-ttl02 .inn-txt {
  display: inline-block;
  padding-inline: calc(1em + 4px);
  position: relative;
}
.c-ttl02 .inn-txt::before,
.c-ttl02 .inn-txt::after {
  position: absolute;
  content: "";
  background: url("../img/line01.svg") no-repeat center center/contain;
  width: 1em;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-ttl02 .inn-txt::before {
  left: 0;
}
.c-ttl02 .inn-txt::after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.c-ttl02 .inn-txt.big {
  padding-inline: calc(2em + 4px);
}
.c-ttl02 .inn-txt.big::before,
.c-ttl02 .inn-txt.big::after {
  width: 2em;
  height: 2.9em;
}
.c-ttl02.primary .inn-txt {
  color: #f6b21b;
}
.c-ttl02.primary .inn-txt::before,
.c-ttl02.primary .inn-txt::after {
  background-image: url("../img/line03.svg");
}

.c-top-txt {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.c-btn01 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #222;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: translate 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  padding: 0.625rem 2.5rem;
}
.c-btn01.primary {
  background-color: #f6b21b;
}
.c-btn01:focus-visible {
  translate: 0 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-btn01.small {
  font-size: 0.875rem;
  padding: 0.625rem 1rem;
}

.c-loop,
.c-loop--toRight {
  width: 100%;
  overflow: hidden;
}
.c-loop .loop-list {
  padding-block: 1rem;
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-loop .loop-list li {
  margin-right: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 120px;
  height: 60px;
}
.c-loop .loop-list li img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-loop--toRight .loop-list {
  padding-block: 1rem;
  -webkit-animation: infinity-scroll-right 20s infinite linear 0.5s both;
  animation: infinity-scroll-right 20s infinite linear 0.5s both;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-loop--toRight .loop-list li {
  margin-right: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 120px;
  height: 60px;
}
.c-loop--toRight .loop-list li img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
html {
  font-size: 100%;
}

.home {
  /* --- お問い合わせセクション --- */
  /* --- お問い合わせセクション --- */
}
.home section:not(.mv-section):not(.logo-loop-section) {
  padding-bottom: 6.5rem;
}
.home
  section:not(.mv-section):not(.logo-loop-section):not(.onestop-section):not(
    .company-section
  ) {
  padding-top: 6.5rem;
}
.home .mv-section {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ffebbe),
    to(#f6b21b)
  );
  background: linear-gradient(270deg, #ffebbe 0%, #f6b21b 100%);
  padding-top: 2.25rem;
  position: relative;
  z-index: 2;
}
.home .mv-section > .inner-block {
  max-width: 1024px;
}
.home .mv-section > .inner-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../img/img-person-mv.png.webp") no-repeat right
    bottom/contain;
  z-index: -1;
}
.home .mv-section .mv-grid .main-ttl {
  grid-area: ttl;
}
.home .mv-section .mv-grid .main-ttl .small,
.home .mv-section .mv-grid .main-ttl .big .row {
  font-weight: 900;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#888),
    to(#222)
  );
  background: linear-gradient(270deg, #888 0%, #222 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .mv-section .mv-grid .main-ttl .small {
  font-size: 2rem;
  font-weight: 900;
}
.home .mv-section .mv-grid .main-ttl .big {
  font-size: 64px;
  line-height: 135%;
  font-weight: 900;
}
.home .mv-section .mv-grid .feature-list {
  grid-area: feature;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
  max-width: 31.5rem;
  margin-block: 1rem;
}
.home .mv-section .mv-grid .feature-list li {
  font-size: 0.875rem;
  font-weight: 900;
  color: #ffffff;
  border-radius: 40px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#888),
    to(#222)
  );
  background: linear-gradient(270deg, #888 0%, #222 100%);
  padding: 0.5em 1.1em;
}
.home .mv-section .mv-grid .circle-list {
  grid-area: circle;
  margin-bottom: 0.625rem;
}
.home .mv-section .mv-grid .circle-list li {
  aspect-ratio: 1;
  width: 120px;
  height: 120px;
}
.home .mv-section .mv-grid .circle-list li + li {
  margin-top: 4px;
}
.home .mv-section .mv-grid .cta-area {
  grid-area: cta;
  border-radius: 60px 60px 0px 0px;
  background: rgba(255, 255, 255, 0.9);
}
.home .mv-section .mv-grid .cta-area .inner-block {
  padding: 1.5rem;
}
.home .logo-loop-section {
  padding-block: 1.5rem;
}
.home .onestop-section {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff9ed),
    to(#fff)
  );
  background: linear-gradient(180deg, #fff9ed 0%, #fff 100%);
  padding-top: 4rem;
}
.home .onestop-section .before-after-area .before-area {
  justify-self: start;
}
.home .onestop-section .before-after-area .after-area {
  justify-self: end;
}
.home .onestop-section .before-after-area .arrow-area {
  width: 44px;
  height: 56px;
}
.home .onestop-section .before-after-area .arrow-area img {
  -o-object-fit: contain;
  object-fit: contain;
}
.home .onestop-section .flow-area {
  margin-top: 2.5rem;
  padding-block: 2.5rem;
  border: 1px solid #f6b21b;
  border-radius: 12px;
  background: #ffffff;
}
.home .onestop-section .flow-area .flow-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  padding-inline: 1rem;
  margin-bottom: 1.5rem;
}
.home .onestop-section .flow-area .flow-list li {
  border: 2px solid #f6b21b;
  border-radius: 6px;
  padding: clamp(0.625rem, 0.199rem + 0.667vw, 1rem);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0.625rem;
  text-align: center;
}
.home .onestop-section .flow-area .flow-list li .num {
  border-radius: 0px 40px 0px 0px;
  background: var(--main, #f6b21b);
  padding: 0.25rem 2.5rem 0.25rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #ffffff;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 130%;
}
.home .onestop-section .flow-area .flow-list li .desc {
  font-size: 1rem;
  line-height: 175%;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: left;
}
.home .onestop-section .flow-area .flow-list li .label-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.home .onestop-section .flow-area .flow-list li .label-box .label {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.8em;
  color: #ffffff;
  border-radius: 4px;
}
.home .onestop-section .flow-area .flow-list li .label-box .label.rpa {
  background: #ed7d32;
}
.home .onestop-section .flow-area .flow-list li .label-box .label.vba {
  background: #71ad47;
}
.home .onestop-section .flow-area .flow-list li .label-box .label.manual {
  background: #222;
  color: #f6b21b;
}
.home .onestop-section .flow-area .flow-list li .label-box .label.excel {
  background: #4472c4;
}
.home .onestop-section .flow-area .txt {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.04em;
  text-align: center;
}
.home .onestop-section .flow-area .txt .primary {
  color: #f6b21b;
}
.home .feature-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.home .feature-section .feature-list li + li {
  margin-top: 1.5rem;
}
.home .feature-section .feature-list li:nth-child(even) .contents-wrap {
  border-radius: 120px 6px 6px 6px;
}
.home .feature-section .feature-list li:nth-child(even) .contents-wrap::after {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(transparent),
    color-stop(50%, #f6b21b)
  );
  background: linear-gradient(270deg, transparent 0%, #f6b21b 50%);
  border-radius: 120px 6px 6px 6px;
}
.home
  .feature-section
  .feature-list
  li:nth-child(even)
  .contents-wrap
  .desc-area {
  text-align: right;
}
.home
  .feature-section
  .feature-list
  li:nth-child(even)
  .contents-wrap
  .desc-area
  .txt {
  text-align: left;
}
.home .feature-section .feature-list li .contents-wrap {
  border-radius: 6px 120px 6px 6px;
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 1.5rem;
}
.home .feature-section .feature-list li .contents-wrap::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(50%, #f6b21b)
  );
  background: linear-gradient(90deg, transparent 0%, #f6b21b 50%);
  border-radius: 6px 120px 6px 6px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: 0;
  left: -2px;
  bottom: 0;
  margin: auto;
  z-index: -2;
}
.home .feature-section .feature-list li .desc-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.home .feature-section .feature-list li .desc-area .ttl,
.home .feature-section .feature-list li .desc-area .sub,
.home .feature-section .feature-list li .desc-area .txt {
  line-height: 175%;
}
.home .feature-section .feature-list li .desc-area .num {
  color: #f6b21b;
  font-size: 80px;
  line-height: 1;
}
.home .feature-section .feature-list li .desc-area .ttl {
  font-size: 2rem;
}
.home .feature-section .feature-list li .desc-area .note {
  font-size: 0.75rem;
  font-weight: 300;
}
.home .feature-section .feature-list li .desc-area .sub {
  color: #666;
  font-size: 1.125rem;
}
.home .feature-section .feature-list li .desc-area .txt {
  font-size: 0.875em;
  font-weight: 400;
}
.home .case-section .case-list li {
  border: 1px solid #f6b21b;
  border-radius: 12px;
  padding: 1.5rem 1rem;
}
.home .case-section .case-list li .name,
.home .case-section .case-list li > .txt,
.home .case-section .case-list li .before-after-area {
  margin-bottom: 1.5rem;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .case-section .case-list li .name {
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
}
.home .case-section .case-list li > .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.home .case-section .case-list li > .txt {
  font-size: 1rem;
}
.home .case-section .case-list li .before-after-area .before-area,
.home .case-section .case-list li .before-after-area .after-area {
  border-radius: 4px;
  border: 1px solid #666;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.home .case-section .case-list li .before-after-area .before-area .ttl,
.home .case-section .case-list li .before-after-area .after-area .ttl {
  padding-block: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 900;
}
.home .case-section .case-list li .before-after-area .before-area .desc,
.home .case-section .case-list li .before-after-area .after-area .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0.625rem;
  font-size: 0.875rem;
  color: #666;
  font-weight: 700;
  gap: 0.625rem;
}
.home .case-section .case-list li .before-after-area .before-area {
  justify-self: start;
}
.home .case-section .case-list li .before-after-area .before-area .ttl {
  background: #666;
}
.home .case-section .case-list li .before-after-area .after-area {
  justify-self: end;
  border-color: #f6b21b;
}
.home .case-section .case-list li .before-after-area .after-area .ttl {
  background: #f6b21b;
}
.home .case-section .case-list li .before-after-area .arrow-area {
  width: 7px;
  height: 13px;
}
.home .case-section .case-list li .before-after-area .arrow-area img {
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
}
.home .case-section .case-list li .c-btn01 {
  justify-self: end;
}
.home .case-section .splide-arrow-box .splide__arrows .splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: inherit;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  z-index: 1;
  -webkit-transition: translate 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out;
}
.home
  .case-section
  .splide-arrow-box
  .splide__arrows
  .splide__arrow:focus-visible {
  translate: 0 10px;
}
.home .case-section .splide-arrow-box .splide__arrows .splide__arrow--prev {
  left: -50px;
}
.home .case-section .splide-arrow-box .splide__arrows .splide__arrow--prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.home .case-section .splide-arrow-box .splide__arrows .splide__arrow--next {
  right: -50px;
}
.home .case-section .splide__pagination {
  margin-top: 2.5rem;
  position: inherit;
  padding: inherit;
  bottom: inherit;
  gap: 40px;
}
.home .case-section .splide__pagination li {
  width: 24px;
  height: 24px;
}
.home .case-section .splide__pagination .splide__pagination__page {
  width: 24px;
  height: 24px;
  background: #d9d9d9;
  opacity: 1;
}
.home .case-section .splide__pagination .splide__pagination__page.is-active {
  background: #f6b21b;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.home .any-section .each + .each {
  margin-top: 4rem;
}
.home .any-section .each .ttl {
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 1.5rem;
}
.home .any-section .each .ttl .inn-txt {
  border-radius: 0px 40px 0px 0px;
  background: #f6b21b;
  font-size: 1.5em;
  padding: 0.25em 3.5em 0.25em 2.5em;
}
.home .any-section .business .splide__slide {
  border-radius: 12px;
}
.home .any-section .business .splide__slide p:first-of-type {
  margin-bottom: 0.625rem;
}
.home .any-section .department .splide__slide {
  border-radius: 40px;
}
.home .any-section .department .splide__slide p:first-of-type {
  margin-bottom: 0.625rem;
}
.home .any-section .tool .splide__slide {
  border-radius: 6px 40px;
  padding-block: 0.625rem;
  min-width: 15rem;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-rows: 1fr auto;
}
.home .any-section .tool .splide__slide img {
  max-height: 60px;
}
.home .any-section .tool .splide__slide p {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  margin-bottom: 0;
}
.home .any-section .slide-02 {
  margin-top: 1.5rem;
}
.home .any-section .splide__list {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.home .any-section .splide__slide {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #f6b21b;
}
.home .any-section .splide__slide p {
  line-height: 175%; /* 28px */
  letter-spacing: 0.04em;
}
.home .any-section .splide__slide p:first-of-type {
  font-size: 1rem;
  font-weight: 700;
}
.home .any-section .splide__slide p:nth-of-type(2) {
  font-size: 0.875rem;
  font-weight: 400;
}
.home .plan-section {
  text-align: center;
}
.home .plan-section .plan-txt {
  border: 2px solid #f6b21b;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.home .plan-section .txt {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #f6b21b;
}
.home .qa-section li {
  border-radius: 6px;
  border: 1px solid #f6b21b;
}
.home .qa-section li + li {
  margin-top: 1rem;
}
.home .qa-section li.is-active .question-area .ico-open {
  rotate: 180deg;
}
.home .qa-section li .question-area {
  width: 100%;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
}
.home .qa-section li .question-area:focus-visible {
  background-color: #fff9ed;
}
.home .qa-section li .question-area .qa-icon,
.home .qa-section li .question-area .inn-txt {
  line-height: 175%;
  letter-spacing: 0.04em;
}
.home .qa-section li .question-area .qa-icon {
  font-size: 2rem;
  font-weight: 700;
  color: #f6b21b;
}
.home .qa-section li .question-area .inn-txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
}
.home .qa-section li .question-area .ico-open {
  background: url("../img/ico-arrow-down04.svg") no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1;
  -webkit-transition: rotate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out;
}
.home .qa-section li .answer-area {
  width: 100%;
  padding: 0.5rem 1.5rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
  position: relative;
}
.home .qa-section li .answer-area .qa-icon,
.home .qa-section li .answer-area .inn-txt {
  letter-spacing: 0.04em;
}
.home .qa-section li .answer-area .qa-icon {
  font-size: 2rem;
  font-weight: 700;
  line-height: 85%;
  color: #f6b21b;
}
.home .qa-section li .answer-area .inn-txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 175%;
}
.home .company-section .company-table {
  width: 100%;
  max-width: 33.75rem;
  margin-inline: auto;
}
.home .company-section .company-table tr {
  border-bottom: 1px solid #ececec;
}
.home .company-section .company-table th,
.home .company-section .company-table td {
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: left;
  padding-block: 1rem;
}
.home .company-section .company-table th {
  font-size: 0.875rem;
  font-weight: 700;
  vertical-align: top;
}
.home .company-section .company-table td {
  font-size: 1rem;
  font-weight: 300;
  padding-left: 2.5rem;
}
.home .cta-area:not(.mv-cta) {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0.9)),
      to(rgba(255, 255, 255, 0.9))
    ),
    url(../img/cta-bg.png.webp) lightgray 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.9) 100%
    ),
    url(../img/cta-bg.png.webp) lightgray 50% / cover no-repeat;
}
.home .cta-area .inner-block {
  padding-block: 2.5rem;
  text-align: center;
}
.home .cta-area .inner-block .txt-area {
  color: #666;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.home .cta-area .inner-block .txt-area .sub-txt {
  font-size: 0.875rem;
}
.home .cta-area .inner-block .txt-area .main-txt {
  font-size: 1.25rem;
}
.home .cta-area .inner-block .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.home .cta-area .inner-block .tel-area {
  grid-area: 1/1/2/3;
}
.home .cta-area .inner-block .tel-area .tel-sp {
  border: 2px solid #f6b21b;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  padding: 0.375rem 1rem;
  color: #f6b21b;
  -webkit-transition: translate 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}
.home .cta-area .inner-block .tel-area .tel-sp:focus-visible {
  translate: 0 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home .cta-area .inner-block .tel-area .txt {
  font-size: 0.875rem;
}
.home .cta-area .inner-block .tel-area .number {
  display: inline-block;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: bold;
  padding-left: calc(0.7em + 0.5rem);
  position: relative;
}
.home .cta-area .inner-block .tel-area .number::before {
  position: absolute;
  content: "";
  background: url("../img/ico-phone.svg") no-repeat center bottom/contain;
  width: 0.7em;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home .cta-area .inner-block .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*コンタクト/資料請求*/
.contact-area {
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ib-sp {
    display: inline-block;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px;
  }
  .c-header .logo-area {
    max-width: 160px;
  }
  .c-ttl01 .ttl {
    font-size: 1.5rem;
  }
  .c-ttl02.medium {
    font-size: 1.375rem;
  }
  .c-ttl02.small {
    font-size: 1.25rem;
  }
  .c-top-txt {
    text-align: left;
  }
  .c-btn01 {
    font-size: 1rem;
    padding-inline: 1.25rem;
  }
  html {
    font-size: 100%;
  }
  .home .mv-section > .inner-block {
    max-width: 560px;
    padding-inline: 0;
  }
  .home .mv-section > .inner-block::after {
    top: inherit;
    bottom: 0;
    height: 60%;
  }
  .home .mv-section > .inner-block {
    background-position-y: bottom;
  }
  .home .mv-section .mv-grid > *:not(.cta-area) {
    padding-inline: 20px;
  }
  .home .mv-section .mv-grid .main-ttl .small {
    font-size: 1.5rem;
  }
  .home .mv-section .mv-grid .main-ttl .big {
    font-size: 2.5rem;
  }
  .home .mv-section .mv-grid .feature-list {
    max-width: 25rem;
    gap: 0.25rem;
  }
  .home .mv-section .mv-grid .feature-list li {
    font-size: 0.75rem;
    padding-inline: 0.8em;
  }
  .home .mv-section .mv-grid .circle-list li {
    width: 92px;
    height: 92px;
  }
  .home .mv-section .mv-grid .cta-area {
    margin-inline: auto;
    border-radius: 12px 12px 0px 0px;
  }
  .home .mv-section .mv-grid .cta-area .inner-block {
    padding-inline: 1rem;
  }
  .home .logo-loop-section {
    padding-top: 4rem;
  }
  .home .onestop-section .before-after-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .onestop-section .before-after-area .arrow-area {
    width: 1.175rem;
    height: 1.5rem;
    rotate: 90deg;
    margin-top: 2.25rem;
    margin-bottom: 2rem;
  }
  .home .onestop-section .flow-area .flow-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .onestop-section .flow-area .flow-list li .label-box .label.manual {
    font-size: 1rem;
  }
  .home .onestop-section .flow-area .txt {
    font-size: 1rem;
  }
  .home .feature-section .feature-list li .contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-inline: auto;
    max-width: 460px;
  }
  .home .feature-section .feature-list li .img-area {
    text-align: center;
  }
  .home .feature-section .feature-list li .desc-area .ttl {
    font-size: 1.375rem;
  }
  .home .feature-section .feature-list li .desc-area .sub {
    font-size: 0.875em;
  }
  .home .case-section .case-list li + li {
    margin-top: 1.5rem;
  }
  .home .case-section .case-list li .img-area {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .home .case-section .case-list li .before-after-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .case-section .case-list li .before-after-area .arrow-area {
    rotate: 90deg;
    margin-block: 0.75rem;
  }
  .home .case-section .case-list li .c-btn01 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .home .plan-section .plan-txt {
    font-size: 1.125rem;
    padding-inline: 1rem;
  }
  .home .plan-section .txt {
    text-align: left;
  }
  .home .company-section .company-table th {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    white-space: nowrap;
  }
  .home .company-section .company-table td {
    padding-left: 1.5rem;
  }
  .home .cta-area .inner-block .txt-area {
    margin-bottom: 1.5rem;
  }
  .home .cta-area .inner-block .txt-area .main-txt {
    font-size: 1rem;
  }
  .home .cta-area .inner-block .grid {
    gap: 0.625rem 0.25rem;
  }
  .home .cta-area .inner-block .tel-area {
    width: 100%;
  }
  .home .cta-area .inner-block .tel-area .number {
    font-size: 1.5rem;
    line-height: 1.3;
    padding-left: calc(1em + 0.5rem);
  }
  .home .cta-area .inner-block .tel-area .number::before {
    width: 1em;
    height: 1em;
    background-position-y: center;
    background-image: url("../img/ico-phone02.svg");
  }
  .home .cta-area .inner-block .btn-area {
    -webkit-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1104px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .ib-pc {
    display: inline-block;
  }
  .sp {
    display: none !important;
  }
  .c-header .logo-area,
  .c-header .toform-area a {
    padding: 24px 40px;
  }
  .home .mv-section > .inner-block::after {
    width: 60%;
  }
  .home .mv-section .mv-grid {
    display: grid;
    grid-template-columns: 148px 1fr;
    grid-template-areas: "ttl ttl" "feature feature" "circle cta";
  }
  .home .mv-section .mv-grid .circle-list {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }
  .home .mv-section .mv-grid .cta-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 1rem;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }
  .home .onestop-section .before-after-area {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .feature-section .feature-list li:nth-child(even) .contents-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home .feature-section .feature-list li .contents-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .feature-section .feature-list li .img-area {
    max-width: 460px;
  }
  .home .feature-section .feature-list li .desc-area {
    max-width: calc(100% - 460px - 2rem);
    min-width: 320px;
  }
  .home .case-section .inner-block {
    padding-inline: 0;
    margin-inline: 0;
    max-width: inherit;
  }
  .home .case-section .case-list li {
    display: grid;
    grid-template-columns: 168px 1fr;
    grid-template-rows: auto;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    width: clamp(45.5rem, -2.5rem + 100vw, 53.75rem) !important;
  }
  .home .case-section .case-list li .img-area {
    grid-area: 1/1/6/2;
  }
  .home .case-section .case-list li .before-after-area {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .case-section .case-list li .before-after-area .arrow-area {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .home .case-section .splide-arrow-box {
    width: clamp(45.5rem, -2.5rem + 100vw, 53.75rem) !important;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .home .company-section .company-table {
    table-layout: fixed;
  }
  .home .company-section .company-table th {
    width: 7.5rem;
  }
}
@media (any-hover: hover) {
  .c-header .toform-area a:hover {
    background-color: #ffbb29;
  }
  .c-footer .inner-block .link-area a:hover {
    -webkit-text-decoration: underline #222;
    text-decoration: underline #222;
  }
  .c-btn01:hover {
    translate: 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .c-loop .loop-list:hover,
  .c-loop--toRight .loop-list:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  .home .case-section .splide-arrow-box .splide__arrows .splide__arrow:hover {
    translate: 0 10px;
  }
  .home .qa-section li .question-area:hover {
    background-color: #fff9ed;
  }
  .home .cta-area .inner-block .tel-area .tel-sp:hover {
    translate: 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .c-ttl02 {
    font-size: clamp(1.5rem, 0.773rem + 3.636vw, 1.625rem);
  }
  .c-ttl02.medium {
    font-size: clamp(1.25rem, 0.523rem + 3.636vw, 1.375rem);
  }
  .c-ttl02.small {
    font-size: clamp(1rem, -0.455rem + 7.273vw, 1.25rem);
  }
  .home .onestop-section .flow-area .flow-list li .label-box .label.manual {
    font-size: clamp(0.75rem, -0.705rem + 7.273vw, 1rem);
  }
  .home .feature-section .feature-list li .desc-area .ttl {
    font-size: clamp(1.125rem, -0.33rem + 7.273vw, 1.375rem);
  }
  .home .cta-area .inner-block .tel-area .number {
    font-size: clamp(1.25rem, -0.205rem + 7.273vw, 1.5rem);
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  .c-btn01 {
    font-size: clamp(0.75rem, -0.25rem + 5vw, 1rem);
  }
}
@media only screen and (max-width: 767px) and (width < 25rem) {
  .home .mv-section .mv-grid .main-ttl .big {
    font-size: clamp(2rem, 0rem + 10vw, 2.5rem);
  }
  .home .mv-section .mv-grid .feature-list li {
    font-size: clamp(0.625rem, 0.125rem + 2.5vw, 0.75rem);
  }
}
@media only screen and (min-width: 768px) and (width < 54rem) {
  .home .mv-section .mv-grid .cta-area .c-btn01 {
    font-size: clamp(1.25rem, -0.75rem + 4.167vw, 1.5rem);
  }
}
@media only screen and (min-width: 768px) and (width < 64rem) {
  .home .onestop-section .flow-area .flow-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (width < 64rem) {
  .home .onestop-section .flow-area .flow-list li {
    padding: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .home .onestop-section .flow-area .flow-list li .label-box .label {
    font-size: clamp(0.625rem, -0.102rem + 3.636vw, 0.75rem);
  }
}
@media only screen and (min-width: 768px) and (width < 60rem) {
  .home .case-section .splide-arrow-box {
    width: calc(100% - 6rem) !important;
  }
}
@media (width < 60rem) {
  .home .case-section .splide-arrow-box .splide__arrows .splide__arrow {
    width: clamp(4.5rem, -2.5rem + 14.583vw, 6.25rem);
    height: clamp(4.5rem, -2.5rem + 14.583vw, 6.25rem);
  }
}
@media (width < 48rem) {
  .home .any-section .each .ttl .inn-txt {
    padding: 0.25em clamp(2.5rem, 0.5rem + 6.25vw, 3.5rem) 0.25em
      clamp(1.5rem, -0.5rem + 6.25vw, 2.5rem);
  }
}
@media (width < 32rem) {
  .home .any-section .each .ttl .inn-txt {
    font-size: clamp(1em, 0.167rem + 4.167vw, 1.5em);
  }
}

/*===================
お問い合わせページ
=====================*/
.ad-contact__page-container {
  max-width: 1024px;
  width: 100%;
  margin: 64px auto 104px auto;
  padding: 0 16px;
}

.ad-contact__page-container > h1 {
  color: #222222;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  text-align: center;
}

.ad-contact__form-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.ad-contact__content {
  max-width: 680px;
  width: 100%;
  margin: 40px auto 24px auto;
  text-align: center;
}

.ad-contact__content > p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.ad-contact__download-link a {
  display: inline-block;
  padding: 16px 32px;
  background-color: #f6b21b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 24px 0 64px 0;
}

.ad-contact__download-link a:hover {
  background-color: #e5a20f;
  transform: translateY(2px);
}

@media screen and (max-width: 767px) {
  .ad-contact__page-container > h1 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .ad-contact__content > p {
    font-size: 16px;
  }
}

/*===================
ABtest MV
=====================*/
.home .mv-section--abtest2 {
  background: url("../img/abtest/abtest-mv2-bg.png") no-repeat center
    center/cover;

  position: relative;
}

.home .mv-section--abtest2 > .inner-block::after {
  content: "";
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  /* background-color: #f6b21b; */
  z-index: -1;
}

/* ABテスト用メインビジュアルの縦並びレイアウト */
.home .mv-section--abtest2 .mv-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1024px;
}

.home .mv-section--abtest2 .mv-ABmain-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #fff, #f6b21b);
  padding: 16px 0;
  gap: 32px;
  border-top-right-radius: 320px;
}

.home .mv-section--abtest2 .mv-cta {
  width: 100%;
  margin: 0 auto !important;
}

/* PC時の中央寄せ・幅調整 */
@media (min-width: 768px) {
  .home .mv-section--abtest2 .mv-grid {
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .home .mv-section--abtest2 .mv-grid {
    flex-direction: column;
    align-items: center;
  }

  .home .mv-section--abtest2 .mv-grid > *:not(.cta-area) {
    padding: 0 16px;
  }

  .home .mv-section--abtest2 .mv-ABmain-content {
    flex-direction: column;
    align-items: center;
    background: none;
    gap: 16px;
  }

  .home .mv-section--abtest2 .mv-grid .circle-list {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 10px 40px;
    border-top-right-radius: 80px;
    background: linear-gradient(to right, #fff, #f6b21b);
  }
}
