/*
Theme Name: 給与明細LP
Description:
Author:
Author URI:
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

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

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src:
    url("https://kyuuyo-support.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.otf") format("opentype"),
    url("https://kyuuyo-support.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.woff") format("woff"),
    url("https://kyuuyo-support.com/wp-content/themes/lp/fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src:
    url("https://kyuuyo-support.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.otf") format("opentype"),
    url("https://kyuuyo-support.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff") format("woff"),
    url("https://kyuuyo-support.com/wp-content/themes/lp/fonts/NotoSansJP-Bold.woff2") format("woff2");
}
body {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #232323;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.59vw;
    letter-spacing: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.9;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.blue {
  color: #0075c2;
}

.yellow {
  color: #fdd000;
}

.red {
  color: #cb1515;
  font-weight: 600;
}

.ul {
  font-weight: 600;
  text-underline-offset: -0.1rem;
  text-decoration: underline;
  text-decoration-color: #ffdc00;
  text-decoration-thickness: 7px;
}

.dot {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.dot::before {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 5px;
  background: radial-gradient(circle 5px, #fdd000 50%, transparent 50%);
  background: -moz-radial-gradient(circle 5px, #fdd000 50%, transparent 50%);
}
@media screen and (max-width: 767px) {
  .dot::before {
    padding-top: 0.8vw;
    background: radial-gradient(circle 0.8vw, #fdd000 50%, transparent 50%);
    background: -moz-radial-gradient(circle 0.8vw, #fdd000 50%, transparent 50%);
  }
}

/*----------------------------------------
header
----------------------------------------*/
.header {
  background: #fff;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1132px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  padding-left: 3rem;
  padding-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 2.05vw 2.82vw;
  }
}
.header__logo {
  width: 330px;
}
@media screen and (max-width: 1023px) {
  .header__logo {
    width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 37.17vw;
  }
}
.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__link {
    margin: 0;
  }
}
.header__tel {
  line-height: 0.7;
  display: block;
  text-align: center;
  font-size: 1.75rem;
  color: #0075c2;
  font-weight: 600;
  position: relative;
  margin-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .header__tel {
    font-size: 5.3vw;
    margin-right: 3.07vw;
  }
}
.header__tel-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
}
@media screen and (max-width: 767px) {
  .header__tel-icon {
    width: 4.35vw;
    left: -6.15vw;
  }
}
.header__time {
  font-size: 0.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .header__time {
    font-size: 2.26vw;
  }
}
.header__btn {
  background: #03a678;
  color: #fff;
  display: block;
  text-align: center;
  width: 251px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0 #007e5b;
  box-shadow: 3px 3px 0 #007e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 0;
  font-size: 1.0625rem;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  .header__btn {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 8.46vw;
    padding: 0;
    gap: 0;
  }
}
.header__btn::before {
  content: "";
  position: absolute;
  left: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 29px;
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/cta-line-icon.webp") no-repeat center;
  background-size: contain;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .header__btn::before {
    display: none;
  }
}
.header__btn::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/angle-right-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .header__btn::after {
    display: none;
  }
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/fv-back.webp") no-repeat center;
}
.fv__inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*----------------------------------------
CTA
----------------------------------------*/
.cta {
  background: #0075c2;
}
.cta__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1.75rem 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 10.2vw 3.84vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 4.35vw 2.82vw;
  }
}
.cta__box {
  background: #fff;
  border: 4px solid #c7e9fb;
  margin-top: 1.375rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .cta__box {
    padding: 5.64vw 7.17vw;
    margin-top: 3vw;
  }
}
.cta__heading {
  font-size: 2.1rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cta__heading {
    font-size: 6vw;
  }
}
.cta__enpha {
  font-size: 1.2em;
}
.cta__deco01 {
  position: absolute;
  left: -2rem;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cta__deco01 {
    width: 3.07vw;
    bottom: auto;
    top: 4vw;
    left: 3vw;
  }
}
.cta__deco02 {
  position: absolute;
  right: -2rem;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cta__deco02 {
    width: 3.07vw;
    bottom: auto;
    top: 4vw;
    right: 3vw;
  }
}
.cta__tel {
  display: block;
  background: #fff;
  border: 2px solid #0075c2;
  margin: 2rem auto 1rem;
  font-size: 3.0625rem;
  color: #0075c2;
  font-weight: 600;
  line-height: 0.6;
  padding: 1.1875rem 0;
  border-radius: 5px;
  max-width: 540px;
  width: 100%;
  -webkit-box-shadow: 2px 3px 0 #0075c2;
  box-shadow: 2px 3px 0 #0075c2;
  position: relative;
  padding-left: 5rem;
}
@media screen and (max-width: 1023px) {
  .cta__tel {
    max-width: none;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .cta__tel {
    width: 100%;
    font-size: 7.33vw;
    padding: 3.07vw 0;
    padding-left: 14vw;
    margin-top: 4.61vw;
    margin-bottom: 2vw;
    border: 0.5vw solid #0075c2;
    -webkit-box-shadow: 0.3vw 0.35vw 0 #0075c2;
    box-shadow: 0.3vw 0.35vw 0 #0075c2;
  }
}
.cta__tel::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.7em;
  height: 0.7em;
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/angle-right-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(1900%) hue-rotate(186deg) brightness(88%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(1900%) hue-rotate(186deg) brightness(88%) contrast(105%);
}
.cta__tel::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  bottom: 0;
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/cta-tel-woman.webp") no-repeat center;
  background-size: contain;
  width: 118px;
  height: 131px;
}
@media screen and (max-width: 767px) {
  .cta__tel::before {
    width: 17.6vw;
    height: 19.4vw;
  }
}
.cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .cta__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2vw;
  }
}
.cta__mail {
  display: block;
  background: #f0af14;
  max-width: 450px;
  width: 100%;
  border-radius: 5px;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 2px 3px 0 #b48107;
  box-shadow: 2px 3px 0 #b48107;
  padding: 1.25rem 0;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 1023px) {
  .cta__mail {
    max-width: none;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .cta__mail {
    width: 100%;
    font-size: 4.53vw;
    padding-left: 3.33vw;
    padding-top: 4.35vw;
    padding-bottom: 4.35vw;
    -webkit-box-shadow: 0.5vw 0.55vw 0 #b48107;
    box-shadow: 0.5vw 0.55vw 0 #b48107;
  }
}
.cta__mail::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/angle-right-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cta__mail::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/cta-mail-icon.webp") no-repeat center;
  background-size: contain;
  width: 43px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .cta__mail::before {
    width: 6.92vw;
    left: 8.46vw;
  }
}
.cta__line {
  display: block;
  background: #03a678;
  max-width: 450px;
  width: 100%;
  border-radius: 5px;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 2px 3px 0 #007e5b;
  box-shadow: 2px 3px 0 #007e5b;
  padding: 1.25rem 0;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 1023px) {
  .cta__line {
    max-width: none;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .cta__line {
    width: 100%;
    font-size: 4.53vw;
    padding-left: 3.33vw;
    padding-top: 4.35vw;
    padding-bottom: 4.35vw;
    -webkit-box-shadow: 0.5vw 0.55vw 0 #007e5b;
    box-shadow: 0.5vw 0.55vw 0 #007e5b;
  }
}
.cta__line::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/angle-right-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cta__line::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/cta-line-icon.webp") no-repeat center;
  background-size: contain;
  width: 59px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .cta__line::before {
    width: 6.92vw;
    left: 8.46vw;
  }
}
.cta__time {
  font-size: 1.1875rem;
  font-weight: 400;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .cta__time {
    font-size: 2.93vw;
  }
}

.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6875rem;
}
@media screen and (max-width: 1023px) {
  .point {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.point__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #0169b8;
  border-radius: 10px;
  border: 1.5px solid #fff;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.375rem;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .point__list {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .point__list {
    font-size: 3.88vw;
    padding: 5.12vw 2.56vw;
    min-height: auto;
    border-radius: 2vw;
  }
}
.point__list::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/angle-right-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.point__number {
  position: absolute;
  background: #fcd007;
  color: #0075c2;
  font-size: 1rem;
  border-radius: 50px;
  padding: 0 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -0.7rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .point__number {
    font-size: 2.82vw;
    top: -2vw;
  }
}

.enpha {
  color: #fcd007;
  font-size: 1.3em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
}

.mid-cta {
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/cta-bg.webp") no-repeat center;
  background-size: cover;
}

/*----------------------------------------
trouble
----------------------------------------*/
.trouble {
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/trouble-bg.webp") no-repeat bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .trouble {
    background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/trouble-bg-sp.webp") no-repeat bottom;
    background-size: cover;
  }
}
.trouble__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 8.25rem;
}
@media screen and (max-width: 767px) {
  .trouble__inner {
    padding: 10.2vw 3.84vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble__inner {
    padding-bottom: 21.5vw;
  }
}
.trouble__subtitle {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .trouble__subtitle {
    font-size: 5.06vw;
  }
}
.trouble__heading {
  font-size: 3.125rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .trouble__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
.trouble__box {
  position: relative;
}
.trouble__items {
  margin-top: 3.3rem;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  padding-left: 12rem;
}
@media screen and (max-width: 1023px) {
  .trouble__items {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .trouble__items {
    margin-top: 5.64vw;
  }
}
.trouble__list {
  font-size: 1.5625rem;
  text-align: left;
  background: #fff;
  padding: 0.5rem 1rem;
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .trouble__list {
    font-size: 4.13vw;
    padding: 2.8vw 4.87vw;
    width: 88.4vw;
    line-height: 1.2;
    margin-top: 2.56vw;
  }
}
.trouble__img {
  position: absolute;
  top: 2.6rem;
  left: 5rem;
}
@media screen and (max-width: 1023px) {
  .trouble__img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .trouble__img {
    display: block;
    top: auto;
    left: auto;
    bottom: -17.9vw;
    right: -3vw;
    width: 34.6vw;
  }
}

.trouble__list img {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .trouble__list img {
    width: 3.84vw;
    margin-right: 2.3vw;
  }
}

/*----------------------------------------
caution
----------------------------------------*/
.caution {
  background: #d8effc;
}
.caution__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .caution__inner {
    padding: 10.2vw 3.84vw;
  }
}
@media screen and (max-width: 767px) {
  .caution__inner {
    padding-bottom: 6.15vw;
  }
}
@media screen and (max-width: 767px) {
  .caution__inner-sp {
    padding-left: 0;
    padding-right: 0;
  }
}
.caution__text {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .caution__text {
    font-size: 4.93vw;
  }
}
.caution__text-sb {
  max-width: 610px;
  width: 100%;
  margin: 0 auto 1rem;
}
.caution__img {
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .caution__img {
    margin-top: -17.9vw;
  }
}
.caution__text-secondary {
  margin-top: -2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .caution__text-secondary {
    padding-left: 3.84vw;
    padding-right: 3.84vw;
    margin-top: 4.61vw;
  }
}
.caution__text-secondary-inner {
  position: absolute;
  width: 100%;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .caution__text-secondary-inner {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .caution__text-sb {
    padding-left: 3.84vw;
    padding-right: 3.84vw;
  }
}

/*----------------------------------------
solution
----------------------------------------*/
.solution {
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/solution-bg.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .solution {
    background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/solution-bg-sp.webp") no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
}
.solution__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .solution__inner {
    padding: 10.2vw 3.84vw;
  }
}
.solution__subtitle {
  font-size: 1.5625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .solution__subtitle {
    font-size: 3.73vw;
  }
}
.solution__heading {
  font-size: 3.125rem;
  font-weight: 600;
  color: #fff;
  font-size: 3.9375rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .solution__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .solution__heading {
    font-size: 9.33vw;
  }
}
.solution__wrapper {
  position: relative;
  display: inline-block;
}
.solution__deco01 {
  position: absolute;
  left: -5rem;
  bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .solution__deco01 {
    left: -8vw;
    bottom: 0;
    width: 6.9vw;
  }
}
.solution__deco02 {
  position: absolute;
  right: -6rem;
  bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .solution__deco02 {
    width: 6.9vw;
    bottom: 0;
    right: -8vw;
  }
}
.solution__box {
  background: #fff;
  margin-top: 1.6rem;
  position: relative;
  padding: 2.6875rem 5.5rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .solution__box {
    padding: 5vw 4.61vw 2.56vw;
    margin-top: 3.58vw;
  }
}
.solution__text,
.solution__text-secondary {
  font-size: 1.5625rem;
  text-align: left;
  padding-left: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .solution__text,
  .solution__text-secondary {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .solution__text,
  .solution__text-secondary {
    font-size: 4.26vw;
  }
}
.solution__text-secondary {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .solution__text-secondary {
    margin-top: 5vw;
  }
}
.solution__3box {
  max-width: 670px;
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .solution__3box {
    width: 55.8vw;
    margin-top: 3vw;
  }
}
.solution__img {
  position: absolute;
  right: 1.2rem;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .solution__img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .solution__img {
    display: block;
    width: 44.5vw;
    right: -4.5vw;
  }
}

/*----------------------------------------
voice
----------------------------------------*/
.voice {
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/voice-bg.webp") no-repeat top;
  background-size: cover;
}
.voice__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 10.2vw 3.84vw;
  }
}
.voice__heading {
  font-size: 3.125rem;
  font-weight: 600;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .voice__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .voice__heading {
    font-size: 10vw;
  }
}
.voice__deco01 {
  position: absolute;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .voice__deco01 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .voice__deco01 {
    display: block;
    width: 15vw;
    left: -15vw;
    top: 60%;
  }
}
.voice__deco02 {
  position: absolute;
  right: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .voice__deco02 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .voice__deco02 {
    display: block;
    width: 15vw;
    right: -15vw;
    top: 60%;
  }
}
.voice__items {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .voice__items {
    margin-top: 8.97vw;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  margin-top: 1.5625rem;
  background: #fff;
  padding: 2.4rem 3.4rem 3.5rem;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice__list {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    border-radius: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.87vw 4.1vw;
    width: 100%;
  }
}
.voice__box {
  max-width: 700px;
  width: 100%;
  text-align: left;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .voice__box {
    margin-left: 0;
    text-align: center;
  }
}
.voice__name {
  color: #0075c2;
  border-radius: 50px;
  border: 1px solid #0075c2;
  background: #f1f8fc;
  display: inline-block;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .voice__name {
    font-size: 3.33vw;
    margin-top: 3vw;
  }
}
.voice__title {
  margin-top: 1rem;
  font-size: 1.75rem;
  color: #0075c2;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 4.66vw;
    margin-top: 5.12vw;
    font-weight: 600;
  }
}
.voice__text {
  margin-top: 1.15rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voice__text {
    text-align: left;
    margin-top: 4.1vw;
  }
}
.voice__ribbon {
  position: absolute;
  left: -0.8rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .voice__ribbon {
    width: 24.6vw;
    top: 6.92vw;
    left: -1.79vw;
  }
}

@media screen and (max-width: 767px) {
  .blue-sp {
    background: #0075c2;
    font-size: 4.6vw;
    color: #fff;
    padding: 0 5vw;
  }
}

@media screen and (max-width: 767px) {
  .white {
    color: #fff;
  }
}

.voice__items figure {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .voice__items figure {
    width: 23vw;
  }
}

/*----------------------------------------
feature
----------------------------------------*/
.feature {
  background: #f1f8fc;
}
.feature__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    padding: 10.2vw 3.84vw;
  }
}
.feature__heading {
  font-size: 3.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .feature__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
.feature__subtitle {
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature__subtitle {
    width: 51.2vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
  }
}
.feature__subtitle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .feature__subtitle-text {
    font-size: 4.26vw;
  }
}
.feature__items {
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .feature__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6.92vw;
    width: 100%;
    gap: 3.58vw;
  }
}
.feature__list {
  background: #fff;
  border: 1px solid #0075c2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.16);
}
.feature__box {
  padding: 2.3125rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .feature__box {
    padding: 4.1vw;
  }
}
.feature__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .feature__title {
    font-size: 4.66vw;
  }
}
.feature__text {
  margin-top: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .feature__text {
    margin-top: 4.1vw;
  }
}

@media screen and (max-width: 767px) {
  .b {
    font-weight: 600;
  }
}

/*----------------------------------------
price
----------------------------------------*/
.price {
  background: #0075c2;
}
.price__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding: 10.2vw 3.84vw;
  }
}
.price__subtitle {
  color: #fcd007;
  letter-spacing: 0.4em;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .price__subtitle {
    font-size: 3.2vw;
  }
}
.price__heading {
  font-size: 3.125rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .price__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
.price__items {
  margin-top: 5.93rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .price__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .price__items {
    margin-top: 15.3vw;
  }
}
.price__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 6.25rem 1.5625rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price__list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 15vw 7.69vw 5.12vw;
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .price__list-first {
    margin-top: 0;
  }
}
.price__icon {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .price__icon img {
    height: 16.9vw;
  }
}
.price__text {
  margin-top: 1.875rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .price__text {
    font-size: 4vw;
    margin-top: 4.35vw;
  }
}
.price__number {
  color: #cb1515;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .price__number {
    font-size: 5.5vw;
  }
}
.price__box {
  background: #f4f4f4;
  padding: 1.25rem;
  text-align: left;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .price__box {
    margin-top: 2.05vw;
    font-size: 3.2vw;
    padding: 3.84vw;
  }
}
.price__title {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .price__title {
    font-size: 4.26vw;
    width: 60vw;
    top: -7.69vw;
  }
}
.price__title-text {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
}

.large {
  font-size: 2em;
}

/*----------------------------------------
flow
----------------------------------------*/
.flow {
  background: #c7e9fb;
}
.flow__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 10.2vw 3.84vw;
  }
}
.flow__subtitle {
  color: #0075c2;
  letter-spacing: 0.4em;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .flow__subtitle {
    font-size: 3.2vw;
  }
}
.flow__heading {
  font-size: 3.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .flow__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
.flow__items {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2.875rem;
}
@media screen and (max-width: 767px) {
  .flow__items {
    margin-top: 7.69vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
  }
}
.flow__list {
  background: #fff;
  max-width: 311px;
  width: 100%;
  border-radius: 15px;
  padding: 3.5625rem 1.4375rem;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .flow__list {
    max-width: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    border-radius: 2.5vw;
    padding: 7.69vw 3.07vw 5.89vw;
  }
}
.flow__number {
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__number {
    width: 36.6vw;
    top: -2.3vw;
  }
}
.flow__number-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #0075c2;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .flow__number-text {
    font-size: 2.84vw;
  }
}
.flow__arrow {
  margin: auto 1rem;
}
@media screen and (max-width: 767px) {
  .flow__arrow {
    margin: 3vw auto 5vw;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .flow__arrow img {
    width: 4vw;
  }
}

.large02 {
  font-size: 1.5em;
}

/*----------------------------------------
よくある質問
----------------------------------------*/
.faq {
  background: #f1f8fc;
}
.faq__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 10.2vw 3.84vw;
  }
}
.faq__subtitle {
  color: #0075c2;
  letter-spacing: 0.4em;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .faq__subtitle {
    font-size: 3.2vw;
  }
}
.faq__heading {
  font-size: 3.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .faq__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
.faq__area {
  margin-top: 3.125rem;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .faq__area {
    margin-top: 8.71vw;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.faq__list {
  margin-top: 2.625rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #0075c2;
}
@media screen and (max-width: 767px) {
  .faq__list {
    padding-bottom: 5vw;
    margin-top: 5vw;
  }
}
.faq__list:last-child {
  border-bottom: none;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap: 2rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .faq__question {
    gap: 4.1vw;
    font-size: 3.59vw;
  }
}
@media screen and (max-width: 767px) {
  .faq__question-icon {
    width: 7.6vw;
  }
}
.faq__answer {
  font-size: 1.125rem;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  text-align: left;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    gap: 4.1vw;
    font-size: 3.59vw;
    margin-top: 5vw;
  }
}

/*----------------------------------------
profile
----------------------------------------*/
.profile {
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/profile-bg.webp") no-repeat center;
  background-size: cover;
}
.profile__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .profile__inner {
    padding: 10.2vw 3.84vw;
  }
}
.profile__subtitle {
  color: #0075c2;
  letter-spacing: 0.4em;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .profile__subtitle {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .profile__img {
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .profile__logo {
    width: 29.2vw;
  }
}
.profile__heading {
  font-size: 3.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .profile__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .profile__heading {
    font-size: 7.33vw;
  }
}
.profile__items {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 4.0625rem;
  text-align: left;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .profile__items {
    margin-top: 7.17vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5.89vw;
    gap: 2.82vw;
  }
}
.profile__box {
  max-width: 620px;
  width: 100%;
}
.profile__name {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 1.375rem 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .profile__name {
    font-size: 3.59vw;
    margin-top: 2.82vw;
    margin-bottom: 5.12vw;
    padding-bottom: 2vw;
  }
}
.profile__text {
  line-height: 1.8;
}

/*----------------------------------------
column
----------------------------------------*/
.column {
  background: #f1f8fc;
}
.column__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column__inner {
    padding: 10.2vw 3.84vw;
  }
}
.column__subtitle {
  color: #0075c2;
  letter-spacing: 0.4em;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .column__subtitle {
    font-size: 3.2vw;
  }
}
.column__heading {
  font-size: 3.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .column__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
.column__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 68px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .column__items {
    gap: 4.1vw;
    margin-top: 7.17vw;
  }
}
.column__list {
  background: #fff;
  max-width: 330px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.column__list-inner {
  padding: 2.3rem 1.68rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .column__list-inner {
    padding: 4.35vw;
  }
}
.column__data {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .column__data {
    font-size: 2.05vw;
  }
}
.column__title {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .column__title {
    font-size: 3vw;
    margin-top: 3.07vw;
  }
}
.column__tag {
  font-size: 0.7rem;
  background: #0075c2;
  color: #fff;
  border-radius: 50px;
  padding: 0.1rem 1rem;
  display: inline-block;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .column__tag {
    font-size: 2vw;
    padding: 0.2vw 1vw;
    margin-top: 3vw;
  }
}
.column__btn {
  display: block;
  font-size: 1.062rem;
  background: #fff;
  border: 1px solid #0075c2;
  max-width: 212px;
  width: 100%;
  margin: 2.93rem auto 0;
  padding: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column__btn {
    font-size: 2.3vw;
    width: 40vw;
    margin-top: 5vw;
  }
}
.column__btn::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("https://kyuuyo-support.com/wp-content/themes/lp/img/angle-right-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(1900%) hue-rotate(186deg) brightness(88%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(1900%) hue-rotate(186deg) brightness(88%) contrast(105%);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
/*----------------------------------------
お問い合わせフォーム
----------------------------------------*/
.contact {
  background: #0075c2;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 10.2vw 3.84vw;
  }
}
.contact__heading {
  font-size: 3.125rem;
  font-weight: 600;
  font-size: 2.625rem;
  color: #0075c2;
}
@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 7.3vw;
  }
}
.contact__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 10.2vw 3.84vw;
  }
}
.contact__subtitle {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .contact__subtitle {
    font-size: 4vw;
  }
}

.contact-form {
  width: 80%;
  margin: 2.625rem auto;
}
@media screen and (max-width: 767px) {
  .contact-form {
    width: 100%;
    margin-bottom: 0;
  }
}
.contact-form__field {
  text-align: left;
  font-size: 1.125rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-form__field {
    font-size: 4.26vw;
  }
}
.contact-form__label {
  font-weight: 600;
  width: 100%;
}
.contact-form__label--red {
  background: #cb1515;
  color: #fff;
  font-size: 0.7119em;
  padding: 0.1rem 0.5rem;
  border-radius: 1px;
  margin-left: 15px;
}
.contact-form__label--gray {
  background: #858789;
  color: #fff;
  font-size: 0.7119em;
  padding: 0.1rem 0.5rem;
  border-radius: 1px;
  margin-left: 15px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #b3afaf;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #b3afaf;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #b3afaf;
}
.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #b3afaf;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #b3afaf;
}
.contact-form__input,
.contact-form__textarea {
  margin-top: 1.25rem;
  width: 100%;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 1rem;
}
.contact-form__textarea {
  height: 200px;
}
.contact-form__btn {
  text-align: center;
  background: #f0af14;
  font-weight: 600;
  font-size: 1.375rem;
  color: #fff;
  margin-top: 3rem;
  padding: 1.2rem 0;
  max-width: 360px;
  width: 100%;
  border-radius: 0.3rem;
  -webkit-box-shadow: 2px 3px 0 #b48107;
  box-shadow: 2px 3px 0 #b48107;
}
@media screen and (max-width: 767px) {
  .contact-form__btn {
    font-size: 4.6vw;
    width: 70vw;
  }
}
.contact-form__btn:hover {
  opacity: 0.9;
}

/*----------------------------------------
footer
----------------------------------------*/
.footer {
  background: #fff;
  text-align: center;
  padding: 2.875rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 25vw;
  }
}
.footer__links {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__links {
    font-size: 2.8vw;
  }
}
.footer__link {
  font-size: 0.9375rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 2.8vw;
  }
}
.footer__text {
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 2.8vw;
  }
}

.footer__links a {
  cursor: pointer;
}
.footer__links a:hover {
  opacity: 0.9;
}

/*----------------------------------------
固定ヘッダー
----------------------------------------*/
.fix_menu {
  display: none;
}

@media only screen and (max-width: 599px) {
  .fix_menu {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding: 0;
  }
  .fix_menu_item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .fix_menu img {
    width: 100%;
  }
  .fix_menu_man {
    width: 37vw;
  }
  .fix_menu_tel,
  .fix_menu_mail,
  .fix_menu_line {
    width: 21vw;
    border-left: 1px solid #fff;
    background: #eee;
    height: 15vw;
  }
  .fix_menu_tel {
    background: #0075c2;
  }
  .fix_menu_mail {
    background: #f0af14;
  }
  .fix_menu_line {
    background: #03a678;
  }
}
/*----------------------------------------
特商法
----------------------------------------*/
.legal__inner {
  max-width: 1100px;
  width: 100%;
  padding: 3.3125rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .legal__inner {
    padding: 10.2vw 3.84vw;
  }
}
.legal__heading {
  font-size: 3.125rem;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .legal__heading {
    font-size: 8.66vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .legal__heading {
    font-size: 6vw;
  }
}
.legal__table {
  width: 100%;
  margin: 2.625rem auto 0;
  border-collapse: collapse;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .legal__table {
    font-size: 3.84vw;
  }
}
.legal__table th,
.legal__table td {
  padding: 1rem;
  border: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .legal__table th,
  .legal__table td {
    padding: 2vw;
  }
}
.legal__table th {
  background-color: #f5f5f5;
  font-weight: bold;
  width: 30%;
}
.legal__table td {
  width: 70%;
}

.totop {
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: underline;
  color: #0075c2;
  font-weight: 600;
}

/*----------------------------------------
ページトップへ戻るボタン
----------------------------------------*/
#backToTopBtn {
  position: fixed;
  text-align: center;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  z-index: 2323232;
  background-color: #fff;
  border: 2px solid #0075c2;
  color: #0075c2;
  border-radius: 50%;
  cursor: pointer;
	  z-index: 9999;
  pointer-events: auto;

}
@media screen and (max-width: 767px) {
  #backToTopBtn {
    width: 10vw;
    height: 10vw;
    right: 2vw;
    bottom: 20vw;
  }
}

.mcontact-form {
  background: #fff;
}
