/* リキッドレイアウト対応 */

body {
  color: rgba(8, 22, 26, 0.9);
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans, Original Yu Gothic,
    Yu Gothic, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Sans Emoji;
  font-size: myrem(16);
  font-weight: 400;
}

.pc-only {
  display: none;
}

html {
  font-size: 16px;
}

/* 画面の高さに合わせてフッターを下に広げる */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/* ドロワー表示時、 背景を固定してスクロールできないようにする */

body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

/* pcの電話番号発信対応 */

/* ホバー */

a,
button {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* 非表示設定（視覚的に隠しつつスクリーンリーダーでは読み上げられる） */

/* https://gist.github.com/roatnek/c24d5257c4f6d5b1ef0f2328609a0221 */

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
}

.wbr {
  display: inline-block;
}

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.cases__inner {
  margin-top: 5rem;
}

.cases--layout {
  margin-bottom: 2.5rem;
}

.cases__title {
  color: rgba(8, 22, 26, 0.9);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  text-align: center;
}

.cases__title .br-pc {
  display: none;
}

.cases__title span {
  color: #1aad8f;
  font-size: 1.5rem;
}

.cases__text {
  font-size: 0.75rem;
  line-height: 1.66;
  margin-bottom: 2rem;
  text-align: center;
}

.cases__items {
  grid-gap: 2.5rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}

.cases__item {
  border-radius: 0 0 8px 8px;
  box-shadow: 4px 6px 16px 0 rgba(12, 52, 49, 0.13);
}

.cases__item-img {
  border-radius: 8px 8px 0 0;
  height: auto;
}

.cases__item-text {
  color: rgba(8, 22, 26, 0.9);
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.75;
  padding: 0.55625rem 1rem 0.8125rem 1rem;
}

.cases__brands {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.cases__brand img {
  height: 1.25rem;
  width: auto;
}

.cases__button-grp {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 4.75rem;
  width: 100%;
}

.cases__button-wrp {
  position: relative;
  width: 100%;
}

.cases__button-wrp .cases__button {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 3.25rem;
  justify-content: center;
  padding-left: 0.1875rem;
  width: 100%;
}

.cases__button-wrp .cases__button.button-basic {
  background-color: #ee8c47;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}

.cases__button-wrp .cases__button.button-basic span {
  background: url(../../../images/plan/customer-support-agency/button-dawnload.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 0.875rem;
  margin-right: 0.375rem;
  width: 0.75rem;
}

.cases__button-wrp .cases__button.button-basic--border {
  background-color: #f7f8f9;
  border-radius: 8px;
  padding-left: 0.1875rem;
}

.cases__button-wrp .cases__button.button-basic--border span {
  background: url(../../../images/plan/customer-support-agency/button-listen.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 1.1625rem;
  margin-right: 0.3125rem;
  width: 1.3375rem;
}

.cta-bottom {
  background-color: #f7f8f9;
}

.cta-bottom--layout {
  padding-bottom: 2.625rem;
  padding-top: 2.625rem;
}

.cta-bottom__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1.5em;
  text-align: center;
}

.cta-bottom__cards {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  max-width: 726px;
}

.cta-bottom__card {
  grid-gap: 0;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  display: grid;
  gap: 0;
  grid-row: 4 span;
  grid-template-rows: subgrid;
  padding: 1rem;
}

.cta-bottom__card-img {
  height: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 6.25rem;
}

.cta-bottom__card-img svg {
  height: 100%;
  width: 100%;
}

.cta-bottom__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1rem;
  text-align: center;
}

.cta-bottom__card-text {
  font-size: 0.75rem;
  line-height: 1.75;
  margin-bottom: 1.375rem;
}

.cta-bottom__card-button {
  background-color: #ee8c47;
  border: 0.125rem solid;
  border-color: #ee8c47;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.75rem 0.8125rem;
  text-align: center;
}

.cta-bottom__card-button--border {
  border: 0.125rem solid;
  border-radius: 0.5rem;
  color: #1aad8f;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.75rem 0.8125rem;
  text-align: center;
}

.customersupport__button-grp {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 2.875rem;
  width: 100%;
}

.customersupport__button-wrp {
  position: relative;
  width: 100%;
}

.customersupport__button-wrp .customersupport__button {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 3.25rem;
  justify-content: center;
  padding-left: 0.3125rem;
  width: 100%;
}

.customersupport__button-wrp .customersupport__button.button-basic {
  background-color: #ee8c47;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}

.customersupport__button-wrp .customersupport__button.button-basic span {
  background: url(../../../images/plan/customer-support-agency/button-dawnload.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 0.875rem;
  margin-right: 0.375rem;
  width: 0.75rem;
}

.customersupport__button-wrp .customersupport__button.button-basic--border {
  background-color: #f7f8f9;
  border-radius: 8px;
  padding-left: 0.1875rem;
}

.customersupport__button-wrp .customersupport__button.button-basic--border span {
  background: url(../../../images/plan/customer-support-agency/button-listen.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 1.1625rem;
  margin-right: 0.3125rem;
  width: 1.3375rem;
}

.customersupport__title {
  color: #1aad8f;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.customersupport__text {
  color: rgba(8, 22, 26, 0.9);
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1rem;
}

.customersupport__items {
  display: grid;
  grid-template-columns: 1fr;
}

.customersupport__item-img {
  height: auto;
  margin: 0 auto;
  margin-top: 1.25rem;
  width: 100%;
}

.customersupport__item-title {
  color: rgba(8, 22, 26, 0.9);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 1.5rem;
  text-align: center;
}

.customersupport__item-text-1 {
  color: rgba(8, 22, 26, 0.9);
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 1rem;
}

.customersupport__item-text-2 {
  color: rgba(8, 22, 26, 0.9);
  font-size: 0.875rem;
  line-height: 1.7;
  margin-left: 1.375rem;
  margin-top: 0.5rem;
}

.customersupport__item-text-2 span {
  position: relative;
}

.customersupport__item-text-2 span::before {
  content: '・';
  left: -1.1875rem;
  position: absolute;
}

.customersupport__attention {
  color: rgba(8, 22, 26, 0.6);
  font-size: 0.75rem;
  line-height: 1.75;
  margin-top: 0.5rem;
}

.mv--layout {
  margin-bottom: 2.75rem;
  padding-top: 0;
}

.visually-hidden {
  display: none;
}

.mv__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  gap: 0.625rem;
  letter-spacing: 0.48px;
  margin-left: 1rem;
}

.mv__breadcrumb span {
  color: rgba(8, 22, 26, 0.6);
}

.mv__breadcrumb .mv__breadcrumb-colorcg {
  color: rgba(8, 22, 26, 0.6);
}

.mv__breadcrumb .mv__breadcrumb-colornotcg {
  color: #000000;
}

.mv__inner {
  margin-top: 4.3125rem;
}

.mv__main {
  display: block;
}

.mv__main-img {
  display: none;
}

.mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 361/245;
  object-fit: cover;
}

.mv__trouble-item:nth-child(2),
.mv__trouble-item:nth-child(3) {
  margin-top: 2.625rem;
}

.mv__trouble-item-text {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 7px 7px 30px 0 rgba(75, 98, 92, 0.2);
  color: rgba(8, 22, 26, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 1.7;
  padding: 1rem;
  position: relative;
  text-align: center;
}

.mv__trouble-item-text span {
  color: #1aad8f;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.6px;
}

.mv__release-tag {
  background-color: #1aad8f;
  border-radius: 1rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.024375rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 8rem;
  padding-bottom: 0.375rem;
  padding-top: 0.3125rem;
  text-align: center;
}

.mv__title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.6;
  text-align: center;
}

.mv__title span {
  color: #1aad8f;
}

.mv__sub-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin-bottom: 2.8125rem;
  margin-top: 0.5rem;
  text-align: center;
}

.mv__check-items {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.mv__check-item {
  grid-gap: 0.625rem;
  align-items: center;
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 0.875rem 1fr;
}

.mv__check-item-img {
  height: 0.875rem;
  width: 0.875rem;
}

.mv__check-item-img img {
  -o-object-fit: cover;
  aspect-ratio: 14/14;
  object-fit: cover;
}

.mv__check-item-text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2;
}

.mv__check-item-text span {
  color: #1aad8f;
}

.mv__button-grp {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 3.9375rem;
  width: 100%;
}

.mv__button-wrp {
  position: relative;
  width: 100%;
}

.mv__button-wrp .mv__button {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 3.25rem;
  justify-content: center;
  width: 100%;
}

.mv__button-wrp .mv__button.button-basic {
  background-color: #ee8c47;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}

.mv__button-wrp .mv__button.button-basic span {
  background: url(../../../images/plan/customer-support-agency/button-dawnload.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 0.875rem;
  margin-right: 0.375rem;
  width: 0.75rem;
}

.mv__button-wrp .mv__button.button-basic--border {
  background-color: #f7f8f9;
  border-radius: 8px;
  padding-left: 0.1875rem;
}

.mv__button-wrp .mv__button.button-basic--border span {
  background: url(../../../images/plan/customer-support-agency/button-listen.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 1.1625rem;
  margin-right: 0.3125rem;
  width: 1.3375rem;
}

.mv__solve {
  display: flex;
  flex-direction: column;
}

.mv__solve-title {
  color: rgba(8, 22, 26, 0.9);
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.5;
  margin-top: 2.5rem;
  position: static;
  text-align: center;
}

.mv__solve-title span {
  color: #1aad8f;
}

/* =========================================== */

/*                   Header                    */

/* =========================================== */

.header {
  color: #ee8c47;
  height: 3.125rem;
  width: 100%;
  z-index: 200;
}

.header__inner {
  align-items: center;
  height: inherit;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#hamburger {
  cursor: pointer;
  display: block;
  height: 1.5rem;
  position: relative;
  transition: 0.4s;
  width: 1.5rem;
}

.inner_line {
  background-color: rgba(8, 22, 26, 0.9019607843);
  border-radius: 4px;
  display: block;
  height: 0.125rem;
  position: absolute;
  transition: 0.4s;
  width: 1.5rem;
}

#line1 {
  top: 0.1875rem;
}

#line2 {
  top: 0.6875rem;
}

#line3 {
  bottom: 0;
  top: 1.1875rem;
}

.header__logo {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.header__logo-link {
  display: block;
  display: flex;
  height: inherit;
  width: 6.25rem;
}

.header__logo-link:hover {
  opacity: 1;
}

.header__logo-link svg {
  width: inherit;
}

.header__pc-nav {
  display: none;
}

.header__nav ul {
  align-items: center;
  display: flex;
  margin: 0;
}

.header__nav ul li {
  list-style: none;
}

.header__nav ul li a {
  -webkit-text-decoration: none;
  color: rgba(8, 22, 26, 0.9);
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.48px;
  line-height: 1.75;
  text-align: left;
  text-decoration: none;
}

.header__nav ul li:nth-child(8) {
  margin-right: 0.75rem;
}

.header__nav ul li:not(:nth-child(9)) a {
  align-items: center;
  display: flex;
  height: 4.375rem;
  padding: 0 0.75rem;
}

.header__nav ul li:nth-child(7) {
  align-items: center;
  background: rgba(8, 22, 26, 0.1);
  display: flex;
  height: 1.875rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: 0.125rem;
}

.header__nav ul li:nth-child(9) {
  align-items: center;
  display: flex;
}

.header__nav ul li:nth-child(9) a {
  background: #ee8c47;
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.45px;
  line-height: 1.87;
  padding: 0.5rem 0.78125rem;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .customersupport__text {
    margin-top: 0.6875rem;
    text-align: center;
  }
}

@media screen and (min-width: 900px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  html {
    font-size: vw(1112, 16);
  }

  body.fixed {
    position: static;
    position: initial;
  }

  a[href^='tel:'] {
    pointer-events: none;
  }

  a:hover,
  button:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 2px 3px 8px rgba(12, 52, 49, 0.09) !important;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0),
      2px 3px 8px rgba(12, 52, 49, 0.09) !important;
  }

  a:not([href]):hover {
    opacity: 1;
  }

  .br-sp {
    display: none;
  }

  .cases--layout {
    margin-bottom: 6.3125rem;
  }

  .cases__title {
    font-size: 1.875rem;
    line-height: 1.75;
    margin-bottom: 0.875rem;
  }

  .cases__title .br-pc {
    display: block;
  }

  .cases__title span {
    font-size: 1.875rem;
  }

  .cases__text {
    font-size: 1rem;
    line-height: 1.68;
    margin-bottom: 3rem;
  }

  .cases__items {
    grid-gap: 2.03125rem;
    display: grid;
    gap: 2.03125rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 4rem;
  }

  .cases__item-text {
    padding: 0.84375rem 1rem 0.8125rem 1rem;
  }

  .cases__brands {
    gap: 1.5rem;
    margin-top: 5rem;
  }

  .cases__brand img {
    height: 2.875rem;
  }

  .cases__button-grp {
    flex-direction: row;
    margin-top: 4.75rem;
    max-width: 856px;
  }

  .cases__button-wrp .cases__button.button-basic span {
    height: 1.25rem;
    margin-right: 0.625rem;
    width: 1.06875rem;
  }

  .cases__button-wrp .cases__button.button-basic--border span {
    margin-right: 0.8125rem;
  }

  .cases__button-wrp .cases__button {
    font-size: 1.25rem;
    height: 4rem;
    width: 26.25rem;
  }

  .cta-bottom--layout {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .cta-bottom__title {
    font-size: 2.375rem;
  }

  .cta-bottom__cards {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .cta-bottom__card {
    padding: 2rem;
  }

  .cta-bottom__card-title {
    font-size: 1.25rem;
  }

  .cta-bottom__card-text {
    margin-bottom: 2rem;
  }

  .cta-bottom__card-button {
    font-size: 0.875rem;
    height: -moz-fit-content;
    height: fit-content;
  }

  .cta-bottom__card-button {
    padding: 0.8125rem;
  }

  .cta-bottom__card-button--border {
    font-size: 0.875rem;
    height: -moz-fit-content;
    height: fit-content;
  }

  .cta-bottom__card-button--border {
    padding: 0.875rem 1rem;
  }

  .customersupport__button-grp {
    flex-direction: row;
    margin-top: 5rem;
    max-width: 856px;
  }

  .customersupport__button-wrp .customersupport__button.button-basic span {
    height: 1.25rem;
    margin-right: 0.625rem;
    width: 1.06875rem;
  }

  .customersupport__button-wrp .customersupport__button.button-basic--border span {
    margin-right: 0.8125rem;
  }

  .customersupport__button-wrp .customersupport__button {
    font-size: 1.25rem;
    height: 4rem;
    width: 26.25rem;
  }

  .customersupport__title {
    font-size: 1.875rem;
  }

  .customersupport__items {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2.0625rem;
  }

  .customersupport__item-img {
    margin-top: 0;
    width: 97%;
  }

  .customersupport__item-title {
    font-size: 1.75rem;
    letter-spacing: 0.84px;
    line-height: 1.4;
    margin-top: 0;
  }

  .customersupport__item-text-1 {
    font-size: 1rem;
    letter-spacing: 0.48px;
    line-height: 1.75;
    margin-top: 1.5rem;
  }

  .customersupport__item-text-2 {
    font-size: 1rem;
    letter-spacing: 0.48px;
    line-height: 1.75;
    margin-top: 0.875rem;
  }

  .customersupport__attention {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }

  .mv__breadcrumb {
    margin-left: 2rem;
    margin-top: 0.34375rem;
  }

  .mv__inner {
    margin-top: 7.5rem;
  }

  .mv__main {
    display: flex;
  }

  .mv__main-img {
    align-self: center;
    display: block;
    height: auto;
    left: 6.25rem;
    position: relative;
    width: 23%;
    z-index: -1;
  }

  .mv__img img {
    aspect-ratio: 648/440;
  }

  .mv__trouble-item {
    background: url(../../../images/plan/customer-support-agency/mv-main-item.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12.5rem;
    width: 100%;
  }

  .mv__trouble-item:nth-child(2),
  .mv__trouble-item:nth-child(3) {
    margin-top: -35px;
  }

  .mv__trouble-items {
    width: 75%;
  }

  .mv__trouble-item-text {
    background: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem;
    letter-spacing: 0.48px;
    line-height: 1.7;
    padding: 0;
    position: relative;
    top: 2.5rem;
  }

  .mv__trouble-item-text span {
    color: #1aad8f;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.6px;
  }

  .mv__release-tag {
    font-size: 1rem;
    letter-spacing: 0.03rem;
    line-height: 1.688;
    margin-left: 0;
    margin-right: 0;
    max-width: 9.375rem;
    padding-bottom: 0.1875rem;
    padding-top: 0.125rem;
  }

  .mv__title {
    font-size: 2.5rem;
    letter-spacing: normal;
    line-height: 1.75;
    margin-bottom: 0.1875rem;
  }

  .mv__sub-title {
    font-size: 1.5rem;
    letter-spacing: normal;
    margin-bottom: 1.8125rem;
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
  }

  .mv__check-items {
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .mv__check-item {
    gap: 0.375rem;
    grid-template-columns: 1.125rem 1fr;
  }

  .mv__check-item-img {
    height: 1.125rem;
    width: 1.125rem;
  }

  .mv__check-item-img img {
    aspect-ratio: 18/18;
  }

  .mv__check-item-text {
    font-size: 1.1875rem;
    line-height: 1.6;
  }

  .mv__button-grp {
    flex-direction: row;
    margin-top: 0;
    max-width: 856px;
  }

  .mv__button-wrp .mv__button.button-basic span {
    height: 1.25rem;
    margin-right: 0.625rem;
    width: 1.06875rem;
  }

  .mv__button-wrp .mv__button.button-basic--border span {
    margin-right: 0.8125rem;
  }

  .mv__button-wrp .mv__button {
    font-size: 1.25rem;
    height: 4rem;
    width: 26.25rem;
  }

  .mv__solve {
    margin-top: 2.5rem;
  }

  .mv__solve-title {
    font-size: 2.5rem;
  }

  .header {
    height: 4.5875rem;
  }

  .header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header__logo {
    height: 4.5875rem;
  }

  .header__logo-link {
    align-items: center;
    width: 9.375rem;
  }

  .inner {
    max-width: 1162px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1112px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1120px) {
  .mv__solve-img {
    left: 3.4375rem;
    position: relative;
  }

  #hamburger {
    display: none;
  }

  .header__pc-nav {
    display: block;
    height: inherit;
  }
}

@media (max-width: 375px) {
  html {
    font-size: vw(375, 16);
  }
}

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