/*
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;
}
body {
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Segoe UI", "Yu Gothic UI", "Meiryo", sans-serif;
  color: #323232;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 3.717vw;
  }
}

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

a:hover {
  opacity: 0.9;
}

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

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

.blue {
  color: #029ae9;
}

.pink {
  color: #f06d70;
}

.yellow {
  color: #ffe402;
}

.red {
  color: #d42b18;
}

.dot {
  position: relative;
}

.dot::before {
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 7px;
  background: radial-gradient(circle 7px, #f06d70 50%, transparent 50%);
  background: -moz-radial-gradient(circle 7px, #f06d70 50%, transparent 50%);
}
@media screen and (max-width: 1023px) {
  .dot::before {
    padding-top: 9px;
    background: radial-gradient(circle 1vw, #f06d70 50%, transparent 50%);
    background: -moz-radial-gradient(circle 1vw, #f06d70 50%, transparent 50%);
  }
}

.dot02::before {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 7px;
  background: radial-gradient(circle 7px, #029ae9 50%, transparent 50%);
  background: -moz-radial-gradient(circle 7px, #029ae9 50%, transparent 50%);
}
@media screen and (max-width: 1023px) {
  .dot02::before {
    padding-top: 9px;
    background: radial-gradient(circle 1vw, #029ae9 50%, transparent 50%);
    background: -moz-radial-gradient(circle 1vw, #029ae9 50%, transparent 50%);
  }
}

.dot03::before {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 5px;
  background: radial-gradient(circle 5px, #f06d70 50%, transparent 50%);
  background: -moz-radial-gradient(circle 5px, #f06d70 50%, transparent 50%);
}

.slash {
  position: relative;
}

.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #323232;
  width: 1.8px;
  height: 1em;
  margin: 0 0.15em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slash02:before,
.slash02:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #323232;
  width: 1.8px;
  height: 1em;
  margin: 0 0.6em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slash:before {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.slash:after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

@media screen and (max-width: 1023px) {
  .slash-sp:before {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .slash-sp:after {
    display: none;
  }
}

.ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffe402));
  background: linear-gradient(transparent 75%, #ffe402 75%);
}

/*----------------------------------------
header
----------------------------------------*/
.header {
 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 1111111;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .header {
    height: 20vw;
  }
}
.header__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1120px;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner {
    padding: 2vw 3.58vw;
  }
}
.header__sbtitle {
  font-size: 0.6875rem;
}
@media screen and (max-width: 1023px) {
  .header__sbtitle {
    font-size: 1.8vw;
  }
}
.header__logo img {
  width: 213px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .header__logo img {
    width: 40vw;
  }
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .header__contact {
    gap: 0vw;
  }
}
.header__tel {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 0.55;
  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;
  text-align: center;
  position: relative;
}
.header__tel--red {
  color: #d42b18;
}
.header__telicon {
  position: absolute;
  left: -3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__tel-number {
  letter-spacing: 0em;
}
.header__tel-time {
  font-size: 0.75rem;
  letter-spacing: 0em;
}
.header__link {
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 500;
  min-width: 180px;
  height: 50px;
  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;
}
.header__line {
  background: #14a62c;
  -webkit-box-shadow: 2px 3px 0 #0d741e;
  box-shadow: 2px 3px 0 #0d741e;
}
.header__mail {
  background: #f06d70;
  -webkit-box-shadow: 2px 3px 0 #c35457;
  box-shadow: 2px 3px 0 #c35457;
}

.header__link img {
  margin-right: 6px;
}

.header__tel--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .header__tel--pc {
    display: none;
  }
}

.header__contact--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header__contact--pc {
    display: none;
  }
}

.header__contact--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__contact--sp {
    display: block;
  }
}

.header__contact--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__contact--sp {
    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: 2vw;
  }
}

.header__tel-sp {
  background: #d42b18;
  -webkit-box-shadow: 1px 1px 0 #a01e10;
  box-shadow: 1px 1px 0 #a01e10;
  width: 11.33vw;
  display: block;
  padding: 2.56vw;
  border-radius: 0.8vw;
}

.header__line-sp {
  background: #14a62c;
  -webkit-box-shadow: 1px 1px 0 #0d741e;
  box-shadow: 1px 1px 0 #0d741e;
  width: 11.33vw;
  display: block;
  padding: 2.56vw;
  border-radius: 0.8vw;
}

.header__mail-sp {
  background: #f06d70;
  -webkit-box-shadow: 1px 1px 0 #c35457;
  box-shadow: 1px 1px 0 #c35457;
  width: 11.33vw;
  display: block;
  padding: 2.56vw;
  border-radius: 0.8vw;
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/fv-back.webp") no-repeat center;
	margin-top:100px;
}
@media screen and (max-width: 1023px) {
  .fv {
    background: none;
	  margin-top:20vw;
  }
}
.fv__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .fv__inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/*----------------------------------------
CTA
----------------------------------------*/
.cta {
  background: #eef8fd;
}
.cta__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .cta__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 1023px) {
  .cta__inner {
    padding-bottom: 5.128vw;
  }
}
.cta__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  font-weight: 700;
  text-shadow:
    2px 0 #fff,
    -2px 0 #fff,
    0 2px #fff,
    0 -2px #fff,
    2px 2px #fff,
    -2px -2px #fff,
    2px -2px #fff,
    -2px 2px #fff;
}
@media screen and (max-width: 1023px) {
  .cta__heading {
    font-size: 7.948vw;
  }
}
@media screen and (max-width: 1023px) {
  .cta__heading {
    font-size: 6.92vw;
    position: relative;
    display: inline-block;
  }
}
.cta__sb {
  max-width: 744px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .cta__sb {
    margin-top: 0vw;
  }
}
.cta__arrow {
  margin-top: -1rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .cta__arrow {
    width: 36.6vw;
  }
}
.cta__box {
  background: #fff;
  border: 2px solid #029ae9;
  margin-top: -1rem;
  padding: 1.25rem 3.4375rem;
  position: relative;
}
@media screen and (max-width: 920px) {
  .cta__box {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 1023px) {
  .cta__box {
    margin-top: -3vw;
    padding: 3vw 2vw;
  }
}
.cta__contents {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .cta__contents-sp {
    margin-left: 12vw;
  }
}
.cta__operator {
  position: absolute;
  left: 0.5rem;
  top: -5.625rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .cta__operator {
    top: -10.25vw;
    left: -7vw;
    width: 34.8vw;
  }
}
.cta__map {
  position: absolute;
  top: -3.75rem;
  right: -1rem;
}
@media screen and (max-width: 1023px) {
  .cta__map {
    width: 28vw;
    left: -7vw;
    right: auto;
    top: 14.6vw;
    z-index: 111;
  }
}
.cta__subtitle {
  font-size: 1.375rem;
  display: inline;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .cta__subtitle {
    font-size: 3.4vw;
  }
}
.cta__subtitle-inner {
  background: #029ae9;
  padding: 3px 10px;
}
.cta__title {
  font-size: 3.125rem;
  font-weight: 700;
  color: #029ae9;
  line-height: 1.2;
  margin-top: 0.3rem;
  text-shadow:
    4px 0 #fff,
    -4px 0 #fff,
    0 4px #fff,
    0 -4px #fff,
    4px 4px #fff,
    -4px -4px #fff,
    4px -4px #fff,
    -4px 4px #fff;
}
@media screen and (max-width: 1023px) {
  .cta__title {
    font-size: 8.7vw;
    text-shadow:
      2px 0 #fff,
      -2px 0 #fff,
      0 2px #fff,
      0 -2px #fff,
      2px 2px #fff,
      -2px -2px #fff,
      2px -2px #fff,
      -2px 2px #fff;
  }
}
.cta__text {
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .cta__text {
    font-size: 3.6vw;
  }
}
.cta__price {
  max-width: 966px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .cta__price {
    margin-top: 1vw;
  }
}
.cta__btn-title {
  position: relative;
  margin-top: 2.375rem;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 30px;
}
@media screen and (max-width: 1023px) {
  .cta__btn-title {
    padding-left: 9vw;
  }
}
.cta__btn-title--blue {
  color: #029ae9;
  text-underline-offset: -0.1rem;
  text-decoration: underline;
  text-decoration-color: #ffdc00;
  text-decoration-thickness: 10px;
}
@media screen and (max-width: 1023px) {
  .cta__btn-title--blue {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1023px) {
  .cta__btn-title {
    margin-top: 4.5vw;
    font-size: 5.12vw;
    line-height: 1.2;
  }
}
.cta__btn {
  margin-top: 1rem;
  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.5625rem;
}
@media screen and (max-width: 1023px) {
  .cta__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
.cta__tel {
  width: 52%;
  display: block;
  border: 3px solid #d42b18;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.16);
}
.cta__tel-title {
  font-size: 1.25rem;
  background: #d42b18;
  border-radius: 5px 5px 0 0;
  color: #fff;
  letter-spacing: 0.03em;
}
.cta__tel img {
  margin-top: 0.8rem;
  margin-bottom: -0.6rem;
}
.cta__othersBtn-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  width: 38%;
}
@media screen and (max-width: 1023px) {
  .cta__othersBtn-pc {
    display: none;
  }
}
.cta__othersBtn-pc a {
  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;
}
.cta__line {
  display: block;
  color: #fff;
  border-radius: 4px;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 60px;
  height: 60px;
  background: #14a62c;
  -webkit-box-shadow: 2px 3px 0 #0d741e;
  box-shadow: 2px 3px 0 #0d741e;
}
@media screen and (max-width: 1023px) {
  .cta__line {
    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;
    height: 18vw;
    font-weight: 600;
    font-size: 5.6vw;
  }
}
.cta__mail {
  display: block;
  color: #fff;
  border-radius: 4px;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 60px;
  height: 60px;
  background: #f06d70;
  -webkit-box-shadow: 2px 3px 0 #c35457;
  box-shadow: 2px 3px 0 #c35457;
}
@media screen and (max-width: 1023px) {
  .cta__mail {
    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;
    height: 18vw;
    font-weight: 600;
    font-size: 5.6vw;
  }
}
.cta__click {
  position: absolute;
  bottom: 0;
  right: 1rem;
}
.cta__slash {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cta__slash {
    display: block;
    position: absolute;
    width: 5.89vw;
    top: 1vw;
    left: -8vw;
  }
  .cta__slash-right {
    right: -8vw;
    top: 1vw;
    left: auto;
  }
}

.cta__btn-title--img {
  position: absolute;
  width: 68px;
  display: block;
  bottom: -7px;
  left: 40px;
}
@media screen and (max-width: 1023px) {
  .cta__btn-title--img {
    width: 14vw;
    bottom: -1vw;
    left: 0;
  }
}

.cta__line img,
.cta__mail img {
  margin-right: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .cta__line img,
  .cta__mail img {
    width: 8vw;
    margin-right: 3vw;
  }
}

.cta__tel-pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .cta__tel-pc {
    display: none;
  }
}

.cta__tel-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cta__tel-sp {
    display: block;
    position: relative;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.cta__tel-inner {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 1.2rem 0 1.2rem 1.5rem;
  position: relative;
}

.cta__tel-number {
  letter-spacing: -0.01em;
  position: relative;
}

.cta__tel-time {
  font-size: 1rem;
  letter-spacing: 0em;
}

.cta__tel--red {
  color: #d42b18;
}

.cta__tel-click {
  position: absolute;
  left: -3.8rem;
  top: -0.8rem;
}

.cta__othersBtn-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cta__othersBtn-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2vw;
    width: 98%;
  }
}

.cta__tel--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cta__tel--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #d42b18;
    -webkit-box-shadow: 2px 3px 0 #a01e10;
    box-shadow: 2px 3px 0 #a01e10;
    margin-top: 2vw;
    font-size: 5.897vw;
    border-radius: 4px;
    line-height: 1.5;
    padding-left: 10vw;
    height: 18vw;
    position: relative;
    font-weight: 600;
  }
  .cta__tel--sp-small {
    font-size: 2.82vw;
    font-weight: 400;
  }
  .cta__tel--sp img {
    width: 8.71vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6vw;
  }
}

/*----------------------------------------
3つの理由
----------------------------------------*/
.point {
  background: #dcf3fc;
  position: relative;
}
.point__subheading {
  background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/point-bg.webp") no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  padding: 1rem 0 0.8rem;
}
@media screen and (max-width: 1023px) {
  .point__subheading {
    background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/point-bg-sp.webp") no-repeat center;
    background-size: cover;
    font-size: 7.6vw;
  }
}
.point__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .point__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 1023px) {
  .point__inner {
    padding-top: 0;
  }
}
.point__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
  margin-bottom: -1.4rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .point__wrapper {
    margin-bottom: 8vw;
  }
}
.point__wrapper-inner {
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .point__wrapper-inner {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 1023px) {
  .point__heading {
    width: 57vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.point__heading-subtitle {
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .point__heading-subtitle {
    font-size: 4.6vw;
  }
}
.point__txt {
  margin-top: 0.6rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .point__txt {
    font-size: 3.5vw;
  }
}
.point__item-wrapper {
  position: relative;
}
.point__deco {
  position: absolute;
  left: 2rem;
  top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .point__deco {
    width: 22vw;
    left: 1vw;
    top: 8vw;
  }
}
.point__deco02 {
  position: absolute;
  left: 0;
  top: 2rem;
}
@media screen and (max-width: 1023px) {
  .point__deco02 {
    width: 14.6vw;
    right: -1vw;
    left: auto;
    top: -1vw;
  }
}
.point__item {
  margin-top: -1rem;
  background: #fff;
  border: 1px solid #034885;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.8125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .point__item {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 8vw 5.12vw 6vw;
    gap: 1.5vw;
  }
}
.point__item-title {
  background: #034885;
  color: #fff;
  display: inline;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 1023px) {
  .point__item-title {
    font-size: 4.26vw;
    padding: 2vw 3.5vw;
  }
}
.point__list {
  font-size: 1.15rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding-left: 1.5rem;
  background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/point-cross.webp") left 0px top 4px no-repeat;
}
@media screen and (max-width: 1023px) {
  .point__list {
    font-size: 3.73vw;
    padding-left: 6vw;
    background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/point-cross.webp") left 0px top 0.6vw no-repeat;
    background-size: 3.84vw;
  }
}
.point__3reason {
  margin-top: 2.5rem;
}
.point__3reason-subtitle {
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .point__3reason-subtitle {
    font-size: 4.6vw;
  }
}
.point__3reason-heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .point__3reason-heading {
    font-size: 6.15vw;
    line-height: 1;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 1023px) {
  .point__3reason-heading--large {
    font-size: 1.3em;
  }
}
.point__3reason-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .point__3reason-item {
    grid-template-columns: 1fr;
    margin-top: 7.5vw;
    gap: 7vw;
  }
}
.point__3reason-list {
  background: #fff;
  border: 1.5px solid #029ae9;
  padding: 2.6875rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .point__3reason-list {
    padding: 8vw 4.1vw 7vw;
  }
}
.point__3reason-img {
  max-width: 271px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .point__3reason-img {
    width: 59vw;
  }
}
.point__3reason-number {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .point__3reason-number {
    width: 11vw;
    top: -5vw;
  }
}
.point__3reason-title {
  margin-top: 1.5rem;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .point__3reason-title {
    font-size: 5.6vw;
    margin-top: 4vw;
  }
}
.point__3reason-txt {
  margin-top: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .point__3reason-txt {
    margin-top: 4vw;
  }
}

/*----------------------------------------
トラブル
----------------------------------------*/
.trouble {
  background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/trouble-bg.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .trouble {
    background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/trouble-bg-sp.webp") no-repeat center;
    background-size: cover;
  }
}
.trouble__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .trouble__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 1023px) {
  .trouble__inner {
    padding-top: 0;
  }
}
.trouble__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 1064px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .trouble__heading {
    font-size: 7.948vw;
  }
}
.trouble__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: -8rem;
}
@media screen and (max-width: 1023px) {
  .trouble__item {
    grid-template-columns: 1fr;
    margin-top: -8vw;
    gap: 4vw;
  }
}
.trouble__list {
  background: #fff;
  border: 1.5px solid #034885;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .trouble__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: 4vw;
    padding-bottom: 0;
    padding: 3vw 0;
  }
}
.trouble__img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .trouble__img {
    width: 30vw;
  }
}
.trouble__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .trouble__img img {
    width: auto;
    display: inline;
  }
}
.trouble__title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  line-height: 1.3;
  min-height: 100px;
  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;
}
@media screen and (max-width: 1023px) {
  .trouble__title {
    min-height: auto;
    margin-bottom: 5.12vw;
    width: 100%;
  }
}
.trouble__title p {
  width: 100%;
  background: #016bc8;
  color: #fff;
  border-radius: 900px;
  padding: 0.6rem 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .trouble__title p {
    font-size: 4vw;
    padding: 2vw 3vw 1.8vw;
  }
}
.trouble__time,
.trouble__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .trouble__time,
  .trouble__price {
    gap: 4vw;
  }
}
.trouble__time-label span,
.trouble__price-label span {
  background: #eeeeee;
  border: 1px solid #cecece;
  padding: 0.2rem 0.8rem;
}
@media screen and (max-width: 1023px) {
  .trouble__time-label span,
  .trouble__price-label span {
    font-size: 2.96vw;
    padding: 1vw 2vw;
  }
}
.trouble__time-time,
.trouble__price-price {
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .trouble__time-time,
  .trouble__price-price {
    font-size: 5.89vw;
  }
}
.trouble__info {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.trouble__txt {
  max-width: 968px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
/*----------------------------------------
middle-form
----------------------------------------*/
.middle-form {
  background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/mform-bg.webp") top no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .middle-form {
    background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/mform-bg-sp.webp") top no-repeat;
    background-size: cover;
  }
}
.middle-form__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 2.8125rem;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .middle-form__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 1023px) {
  .middle-form__inner {
    padding-top: 6vw;
  }
}
.middle-form__sbtitle {
  position: relative;
}
.middle-form__sbtext {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .middle-form__sbtext {
    top: 52%;
    font-size: 4.05vw;
  }
}
.middle-form__heading {
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .middle-form__heading {
    font-size: 8.6vw;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin-top: 2vw;
  }
}
.middle-form__heading img {
  margin: 0 0.7rem;
}
@media screen and (max-width: 1023px) {
  .middle-form__heading img {
    display: none;
  }
}
.middle-form__box {
  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;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1023px) {
  .middle-form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1023px) {
  .middle-form__woman {
    width: 80vw;
    margin-top: 3vw;
  }
}
.middle-form__form {
  background: #fff;
  max-width: 470px;
  width: 100%;
  border: 3px solid #eef8fd;
  position: relative;
  padding: 3rem 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .middle-form__form {
    border: 0.6vw solid #eef8fd;
    padding: 7.69vw 4vw;
    max-width: none;
    width: 100%;
    margin-top: -5vw;
  }
}
.middle-form__formtitle {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .middle-form__formtitle {
    width: 51.28vw;
    top: -8vw;
  }
}
.middle-form__formtext {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .middle-form__formtext {
    font-size: 4.87vw;
  }
}

.contact-form {
  width: 100%;
  display: block;
}
.contact-form-required {
  background: #d42b18;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2rem 0.3rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .contact-form-required {
    font-size: 2.23vw;
  }
}

.contact-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .contact-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-form__label {
  display: block;
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .contact-form__label {
    width: 100%;
    margin-top: 2vw;
  }
}

.contact-form__input,
.contact-form__select {
  width: 70%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  background: #eee;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .contact-form__input,
  .contact-form__select {
    width: 100%;
    margin-top: 1.2vw;
    padding: 4vw;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}

input::placeholder,
.region-select,
.region-select02,
textarea::placeholder {
  color: #a5a0a0;
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 3.717vw;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 3.717vw;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 3.717vw;
  }
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 3.717vw;
  }
  input::placeholder,
  .region-select,
  .region-select02,
  textarea::placeholder {
    font-size: 3.717vw;
  }
}

.contact-form__button {
  background: #f06d70;
  max-width: 313px;
  width: 100%;
  margin-top: 1.25rem;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-shadow: 3px 4px 0 #ac4245;
  box-shadow: 3px 4px 0 #ac4245;
  padding: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contact-form__button {
    margin-top: 3vw;
    font-size: 4.15vw;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-form__button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .contact-form__button-text {
    font-size: 5vw;
  }
}

.contact-form__row {
  margin-top: 1.4375rem;
}

.contact-form__checkbox-label {
  font-size: 0.875rem;
  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.3rem;
}
@media screen and (max-width: 1023px) {
  .contact-form__checkbox-label {
    font-size: 3.46vw;
  }
}

@media screen and (max-width: 1023px) {
  .form__heading {
    margin-top: 4vw;
  }
}

.contact-form__consent {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*----------------------------------------
支持される理由
----------------------------------------*/
.reason {
  background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/reason-bg.webp") center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .reason {
    background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/trouble-bg-sp.webp") no-repeat center;
    background-size: cover;
  }
}
.reason__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .reason__inner {
    padding: 10.2vw 3.58vw;
  }
}
@media screen and (max-width: 1023px) {
  .reason__inner {
    padding-top: 0;
  }
}
.reason__heading {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .reason__heading img {
    margin-top: -5vw;
  }
}
.reason__item {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .reason__item {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 4vw;
  }
}
.reason__list {
  background: #fffcfc;
  border: 1.5px solid #f06d70;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 2.625rem;
}
@media screen and (max-width: 1023px) {
  .reason__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8.71vw 5.1vw 7vw;
  }
}
.reason__number {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .reason__number {
    width: 24vw;
  }
}
.reason__title {
  display: inline;
}
.reason__title-inner {
  color: #fff;
  background: #f06d70;
  padding: 0.2rem 1rem 0.1rem;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .reason__title-inner {
    font-size: 5.6vw;
    padding: 1vw 2vw;
  }
}
.reason__img {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .reason__img {
    margin-top: 4vw;
  }
}
.reason__text {
  margin-top: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .reason__text {
    margin-top: 4vw;
  }
}

/*----------------------------------------
中間のCTA
----------------------------------------*/
.cta-middle {
  background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/cta-bg.webp") no-repeat center;
  background-size: cover;
}
.cta-middle-inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .cta-middle-inner {
    padding: 10.2vw 3.58vw;
  }
}

/*----------------------------------------
料金
----------------------------------------*/
.price {
  background: #eef8fd;
}
.price__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .price__inner {
    padding: 10.2vw 3.58vw;
  }
}
.price__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .price__heading {
    font-size: 7.948vw;
  }
}
.price__subtitle {
  font-size: 1.25rem;
  color: #029ae9;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .price__subtitle {
    font-size: 3.33vw;
  }
}
.price__basic {
  margin-top: 3.125rem;
  max-width: 777px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .price__basic {
    margin-top: 4vw;
  }
}
.price__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 856px) {
  .price__item {
    margin-top: -250px;
  }
}
@media screen and (max-width: 1023px) {
  .price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    row-gap: 4vw;
    margin-top: 8vw;
  }
}
.price__list {
  background: #fff;
  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: 1023px) {
  .price__list {
    width: 48%;
    border-radius: 1.5vw;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
.price__img {
  width: 100%;
  margin: 0;
}
.price__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 1023px) {
  .price__img img {
    border-radius: 1.5vw 1.5vw 0 0;
  }
}
.price__img-wrapper {
  position: relative;
}
.price__list-inner {
  padding: 1.75rem 1.5rem 1rem;
}
@media screen and (max-width: 1023px) {
  .price__list-inner {
    padding: 2.56vw 1.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .price__text p {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 2.8vw;
  }
}
.price__title {
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 0;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 0 0.4rem;
  width: 60%;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 1023px) {
  .price__title {
    font-size: 3.8vw;
    padding: 0.8vw 0;
    width: 70%;
  }
}
.price__regular {
  margin-top: 1.5rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .price__regular {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}
.price__regular-large {
  font-size: 1.8em;
}
@media screen and (max-width: 1023px) {
  .price__regular {
    font-size: 3.2vw;
  }
}
.price__regular:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f06d70;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .price__regular:after {
    height: 0.5vw;
  }
}
.price__discount {
  color: #f06d70;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .price__discount {
    font-size: 6.15vw;
  }
}
.price__discount--large {
  font-size: 1.4em;
}
.price__arrow {
  position: relative;
}
.price__arrow-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .price__arrow-txt {
    font-size: 2.66vw;
  }
}
.price__text {
  text-align: left;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .price__text {
    font-size: 3.07vw;
    margin-top: 2vw;
  }
}
.price__coupon {
  margin-top: 2.9375rem;
}
@media screen and (max-width: 1023px) {
  .price__coupon {
    margin-top: 4vw;
  }
}

.cta__box-middle {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .cta__box-middle {
    margin-top: 15vw;
  }
}

/*----------------------------------------
flow
----------------------------------------*/
.flow__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .flow__inner {
    padding: 10.2vw 3.58vw;
  }
}
.flow__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .flow__heading {
    font-size: 7.948vw;
  }
}
.flow__subtitle {
  font-size: 1.25rem;
  color: #029ae9;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .flow__subtitle {
    font-size: 3.33vw;
  }
}
.flow__item {
  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.375rem;
}
@media screen and (max-width: 1023px) {
  .flow__item {
    row-gap: 0;
  }
}
.flow__list {
  width: 29%;
  border: 1.5px solid #029ae9;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .flow__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3vw;
    gap: 4vw;
  }
}
.flow__arrow {
  margin: auto 1.2rem;
}
@media screen and (max-width: 1023px) {
  .flow__arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0vw auto;
  }
}
.flow__number {
  position: absolute;
  top: -7px;
  left: 10px;
}
@media screen and (max-width: 1023px) {
  .flow__number {
    width: 10vw;
    left: 1.5vw;
  }
}
.flow__img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .flow__img {
    width: 35%;
  }
}
.flow__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .flow__inner-sp {
    text-align: left;
    width: 65%;
  }
}
.flow__title {
  margin-top: 2rem;
  font-size: 1.35rem;
  color: #029ae9;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .flow__title {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
.flow__txt {
  padding: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .flow__txt {
    padding: 0;
    font-size: 3.33vw;
    margin-top: 1vw;
  }
}
.flow__group {
  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;
  background: #eef8fd;
  padding: 1.5rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .flow__group {
    background: #fff;
    padding: 0;
  }
}
.flow__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flow__wrapper {
  position: relative;
  margin-top: 2rem;
}
.flow__free {
  position: absolute;
  left: 50%;
  top: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .flow__free {
    display: none;
  }
}
.flow__free-txt {
  font-size: 2.15rem;
  font-weight: 600;
  color: #016bc8;
  text-shadow:
    2px 0 #fff,
    -2px 0 #fff,
    0 2px #fff,
    0 -2px #fff,
    2px 2px #fff,
    -2px -2px #fff,
    2px -2px #fff,
    -2px 2px #fff;
}
.flow__caution-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .flow__caution-sp {
    display: block;
    width: 100%;
    background: #eef8fd;
    border: 1px dotted #029ae9;
    margin: 6vw auto;
    font-size: 4.61vw;
    padding: 2vw;
    color: #016bc8;
    font-weight: 600;
    line-height: 1.4;
  }
}
.flow__caution-sp small {
  font-size: 2.8vw;
  color: #323232;
  font-weight: 400;
}

/*----------------------------------------
area
----------------------------------------*/
.area {
  background: #eef8fd;
}
.area__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .area__inner {
    padding: 10.2vw 3.58vw;
  }
}
.area__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .area__heading {
    font-size: 7.948vw;
  }
}
.area__heading--blue {
  color: #029ae9;
}
.area__subtitle {
  font-size: 1.25rem;
  color: #029ae9;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .area__subtitle {
    font-size: 3.33vw;
  }
}
.area__text {
  max-width: 524px;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .area__text {
    margin-top: 0;
    max-width: none;
  }
}
.area__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .area__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.area__accordion {
  margin-top: 2rem;
}
.area__item {
  background: #029ae9;
  color: #fff;
  margin-top: 1rem;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  font-size: 1.5625rem;
  font-weight: 500;
  padding: 0.3rem 1.2rem;
}
@media screen and (max-width: 1023px) {
  .area__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
  }
}
.area__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .area__img {
    width: 64.35vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.69vw;
  }
}
.area__toggle {
  width: 100%;
  text-align: left;
  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;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .area__toggle {
    font-size: 4vw;
    padding: 0 2vw;
  }
}
.area__icon {
  font-size: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.area__content {
  padding: 1rem;
  display: none;
  background: #fff;
  text-align: left;
  color: #323232;
  font-size: 1rem;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .area__content {
    font-size: 3.2vw;
  }
}
.area__item.open .area__content {
  display: block;
}
.area__item.open .area__icon {
  content: "−";
}

/*----------------------------------------
voice
----------------------------------------*/
.voice {
  background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/trouble-bg.webp") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .voice {
    background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/trouble-bg-sp.webp") center no-repeat;
    background-size: cover;
  }
}
.voice__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .voice__inner {
    padding: 10.2vw 3.58vw;
  }
}
.voice__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline;
}
@media screen and (max-width: 1023px) {
  .voice__heading {
    font-size: 7.948vw;
  }
}
.voice__subtitle {
  font-size: 1.25rem;
  color: #029ae9;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .voice__subtitle {
    font-size: 3.33vw;
  }
}
.voice__deco01 {
  position: absolute;
  left: -160px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .voice__deco01 {
    width: 17.9vw;
    left: -20vw;
  }
}
.voice__deco02 {
  position: absolute;
  right: -160px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .voice__deco02 {
    width: 17.9vw;
    right: -20vw;
  }
}
.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  gap: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .voice__item {
    margin-top: 10vw;
  }
}
.voice__pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .voice__pc {
    display: none;
  }
}
.voice__sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .voice__sp {
    display: block;
  }
}
.voice__list {
  width: calc(100% - 0.625rem);
  border: 1.5px solid #016bc8;
  background: #fff;
  position: relative;
}
.voice__pagination {
  margin-top: 4vw;
  text-align: center;
}
.voice__list-subtitle {
  position: absolute;
  color: #fff;
  border-radius: 0 999px 999px 0;
  background: #016bc8;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.3rem 1rem;
  top: -1.5rem;
  left: -0.1rem;
}
@media screen and (max-width: 1023px) {
  .voice__list-subtitle {
    font-size: 4.26vw;
    padding: 1vw 2vw;
  }
}
.voice__img {
  width: 100%;
  margin: 0;
}
.voice__img img {
  display: block;
  width: 100%;
  height: auto;
}
.voice__list-inner {
  text-align: left;
  padding: 1rem 1.25rem;
}
@media screen and (max-width: 1023px) {
  .voice__list-inner {
    gap: 4vw;
  }
}
.voice__title {
	margin-top:4px;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .voice__title {
	margin-top:4px;
    font-size: 4.61vw;
  }
}
.voice__txt {
  margin-top: 0.8rem;
}
.voice__name {
  text-align: right;
  font-size: 0.9375rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .voice__name {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}
.voice__text-small {
  font-size: 0.7em;
}

.voice-slider {
  width: 90%;
  margin-inline: auto;
}

.voice-slider .voice__list {
  margin: 7vw 3vw 5vw;
}

.slick-prev:before,
.slick-next:before {
  color: #029ae9;
  opacity: 1;
}

/*----------------------------------------
message
----------------------------------------*/
.message {
  background: #eef8fd;
}
.message__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .message__inner {
    padding: 10.2vw 3.58vw;
  }
}
.message__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline;
}
@media screen and (max-width: 1023px) {
  .message__heading {
    font-size: 7.948vw;
  }
}
.message__subtitle {
  font-size: 1.25rem;
  color: #029ae9;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .message__subtitle {
    font-size: 3.33vw;
  }
}
.message__item {
  margin-top: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .message__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 4vw;
    margin-top: 4vw;
  }
}
.message__item-inner {
  width: 55%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .message__item-inner {
    width: 100%;
  }
}
.message__title {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #029ae9;
}
@media screen and (max-width: 1023px) {
  .message__title {
    font-size: 5.38vw;
  }
}
.message__txt {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .message__img {
    width: 60%;
    margin: 0 auto;
  }
}
.message__name {
  text-align: right;
  margin-top: 1.5rem;
}

/*----------------------------------------
staff
----------------------------------------*/
.staff {
  background: url("https://shokunin-suidou.com/wp-lp/wp-content/themes/lp/img/staff-bg.webp") no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.staff__inner {
  padding: 3.75rem 1rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .staff__inner {
    padding: 10.2vw 0;
  }
}
.staff__subtitle {
  font-size: 1.25rem;
  color: #029ae9;
  font-weight: 600;
  color: #f06d70;
}
@media screen and (max-width: 1023px) {
  .staff__subtitle {
    font-size: 3.33vw;
  }
}
.staff__heading {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .staff__heading {
    font-size: 6vw;
  }
}

.staff .slider {
  margin-top: 2.125rem;
}
@media screen and (max-width: 1023px) {
  .staff .slider {
    margin-top: 5vw;
  }
}
.staff .slider__list {
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  padding: 1.375rem;
  margin: 1rem 0.5rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .staff .slider__list {
    padding: 4vw;
  }
}
@media screen and (max-width: 1023px) {
  .staff .slider__list img {
    width: 23.5vw;
  }
}
.staff .slider__name {
  background: #016bc8;
  color: #fff;
  border-radius: 99px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .staff .slider__name {
    font-size: 4vw;
  }
}
.staff .slider__txt {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  text-align: left;
}

.staff .slider img {
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------
よくある質問
----------------------------------------*/
.faq {
  background: #eef8fd;
}
.faq__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .faq__inner {
    padding: 10.2vw 3.58vw;
  }
}
.faq__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .faq__heading {
    font-size: 7.948vw;
  }
}
.faq__subtitle {
  font-size: 1.25rem;
  color: #029ae9;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .faq__subtitle {
    font-size: 3.33vw;
  }
}
.faq__item {
  margin-top: 4.125rem;
  max-width: 770px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .faq__item {
    margin-top: 5vw;
  }
}
.faq__list {
  background: #fff;
  border: 1px solid #029ae9;
  margin-top: 0.9375em;
  padding: 1rem;
}
@media screen and (max-width: 1023px) {
  .faq__list {
    margin-top: 3vw;
    padding: 3vw;
  }
}
.faq__list:first-child {
  margin-top: 0;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq__question-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .faq__question-text {
    font-size: 3.717vw;
  }
}
.faq__question-icon {
  margin-right: 1rem;
}
@media screen and (max-width: 1023px) {
  .faq__question-icon {
    width: 6.41vw;
    margin-right: 2vw;
  }
}
.faq__answer {
  padding-top: 0.875rem;
  margin-top: 0.875rem;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 1023px) {
  .faq__answer {
    padding-top: 3vw;
  }
}
.faq__answer-text {
  text-align: left;
  padding-left: 3.3737rem;
  padding-right: 3.625rem;
}
@media screen and (max-width: 1023px) {
  .faq__answer-text {
    font-size: 3.717vw;
    padding-left: 8.41vw;
    padding-right: 4vw;
  }
}
.faq__toggle-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  position: relative;
  display: inline-block;
}
.faq__toggle-icon::before,
.faq__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #029ae9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__toggle-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq__toggle-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.faq .is-open .faq__toggle-icon::after {
  height: 0;
}
.faq .is-open .faq__answer {
  display: block;
}

.faq__question-text {
  position: relative;
  padding-left: 2.5rem;
}
.faq__question-text::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #029ae9;
  color: #fff;
  border-radius: 50%;
  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;
  font-weight: 600;
}

.faq__answer-text {
  position: relative;
  padding-left: 2.5rem;
}
.faq__answer-text::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #029ae9;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #029ae9;
  border-radius: 50%;
  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;
  font-weight: bold;
  font-size: 1rem;
}

/*----------------------------------------
お問い合わせフォーム
----------------------------------------*/
.contact-form {
  background: #016bc8;
  background-size: cover;
  position: relative;
}
.contact-form__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contact-form__inner {
    padding: 10.2vw 3.58vw;
  }
}
.contact-form__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  font-size: 2.8125rem;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .contact-form__heading {
    font-size: 7.948vw;
  }
}
@media screen and (max-width: 1023px) {
  .contact-form__heading {
    font-size: 7.692vw;
  }
}
.contact-form__subtitle {
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .contact-form__subtitle {
    font-size: 3.59vw;
  }
}
.contact-form__eg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}

.contact-form-wrapper {
  margin-top: 1.5rem;
  padding: 2.5rem 0;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .contact-form-wrapper {
    margin-top: 4vw;
    padding: 3vw 3vw 6vw;
  }
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.73vw;
    margin-top: 5vw;
  }
}

.contact-form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (max-width: 1023px) {
  .contact-form__checkbox-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 1.2vw;
  }
}

.contact-form__checkbox-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  font-size: 1.125rem;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .contact-form__checkbox-group label {
    font-size: 3.73vw;
  }
}

.contact-form__checkbox-group input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #7f7f7f;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
}

.contact-form__checkbox-group input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #029ae9;
}

.contact-form__label {
  max-width: 280px;
  width: 100%;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .contact-form__label {
    max-width: none;
  }
}

.contact-form__required {
  font-size: 0.75rem;
  background: #d42b18;
  color: #fff;
  padding: 0.3rem 0.5rem;
  margin-left: 0.5trm;
  border-radius: 3px;
}
@media screen and (max-width: 1023px) {
  .contact-form__required {
    font-size: 2.2333vw;
  }
}

.contact-form__noerequired {
  background: #7f7f7f;
}

.contact-form__input,
.contact-form__textarea,
.contact-form select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.4rem 1rem;
  border: none;
  border-radius: 7px;
  background: #eeeeee;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .contact-form__input,
  .contact-form__textarea,
  .contact-form select {
    margin-top: 1.2vw;
    border-radius: 1vw;
    padding: 4vw;
  }
}

.contact-form-wrapper .contact-form__input {
  height: 70px;
}

.contact-form__textarea {
  height: 160px;
  resize: vertical;
  padding: 1rem;
}
@media screen and (max-width: 1023px) {
  .contact-form__textarea {
    min-height: 300px;
  }
}

.contact-form__privacy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #eeeeee;
  padding: 1rem;
  border-radius: 7px;
  overflow-y: auto;
  text-align: left;
  font-size: 0.9375rem;
  height: 200px;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .contact-form__privacy {
    max-height: 300px;
    font-size: 3.717vw;
    padding: 4vw;
  }
}

/* 同意チェック */
.contact-form__row--agree {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form__row--agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

/* 送信ボタン */
.contact-form__row--submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .contact-form__row--submit img {
    width: 64.1vw;
  }
}

.contact-form__submit {
  border: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .contact-form__submit {
    margin-top: 4vw;
  }
}

.contact-form__row--submit {
  text-align: center;
  max-width: 300px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background: #f06d70;
  -webkit-box-shadow: 3px 4px 0 #ac4245;
  box-shadow: 3px 4px 0 #ac4245;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .contact-form__row--submit {
    font-size: 4.67vw;
    max-width: 70vw;
  }
}

.contact-form__privacy-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0;
}
@media screen and (max-width: 1023px) {
  .contact-form__privacy-title {
    font-size: 3.73vw;
    margin: 2vw 0;
  }
}

input,
textarea,
select {
  font-size: 16px;
}

.last-cta {
  background: #eef8fd;
}

.contact-form__label {
  display: block;
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .contact-form__label {
    width: 100%;
    margin-top: 2vw;
  }
}

.contact-form__input,
.contact-form__select {
  width: 70%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  background: #eee;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .contact-form__input,
  .contact-form__select {
    width: 100%;
    margin-top: 1.2vw;
    padding: 4vw;
  }
}

.middle-form .contact-form select {
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 1023px) {
  .middle-form .contact-form select {
    padding: 4vw;
  }
}

.contact-form-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .contact-form-tel {
    display: none;
  }
}

/*----------------------------------------
会社概要
----------------------------------------*/
.company__inner {
  max-width: 1130px;
  width: 100%;
  padding: 3.75rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .company__inner {
    padding: 10.2vw 3.58vw;
  }
}
.company__heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .company__heading {
    font-size: 7.948vw;
  }
}
.company__subtitle {
  font-size: 1.25rem;
  color: #029ae9;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .company__subtitle {
    font-size: 3.33vw;
  }
}

.company-info__table {
  max-width: 878px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .company-info__table {
    margin-top: 7.179vw;
    max-width: none;
  }
}
.company-info__table th {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.company-info__table td {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.company-info__table th,
.company-info__table td {
  padding: 1.875rem;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .company-info__table th,
  .company-info__table td {
    padding: 7vw 3vw;
    font-size: 3.36vw;
  }
}
.company-info__cell--th {
  width: 30%;
  background-color: #f0f0f0;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 1023px) {
  .company-info__cell--th {
    width: 25%;
  }
}

/*----------------------------------------
footer
----------------------------------------*/
.footer {
  text-align: center;
  background: #029ae9;
  padding: 2rem 0;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 5vw;
    padding-bottom: 30vw;
  }
}
.footer__text {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .footer__text {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 1023px) {
  .footer img {
    width: 45vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/*----------------------------------------
ページトップへ戻るボタン
----------------------------------------*/
#backToTopBtn {
  display: none;
  position: fixed;
  text-align: center;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  z-index: 2323232;
  background-color: #fff;
  border: 2px solid #016bc8;
  color: #016bc8;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  #backToTopBtn {
    width: 10vw;
    height: 10vw;
    right: 2.5vw;
    bottom: 31vw;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
}

.mcontact-form {
  background: #fff;
}

/*----------------------------------------
スマホ固定ヘッダー
----------------------------------------*/
.fixed-banner {
  display: none;
}

@media screen and (max-width: 1023px) {
  .fixed-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #029ae9;
    text-align: center;
    z-index: 11111111;
    padding: 5.64vw 3.333vw 2vw;
    padding-top: 0;
  }
  .fixed-banner__text {
    font-size: 3.5vw;
    font-weight: 500;
    color: #fff;
    padding: 4px 0;
  }
  .fixed-banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .fixed-banner__icon {
    display: block;
  }
  .fixed-banner__icon--tel {
    width: 53vw;
    padding-bottom: 1.794vw;
  }
  .fixed-banner__icon--line {
    width: 24vw;
    padding-bottom: 1.794vw;
    margin-left: 1vw;
  }
  .fixed-banner__icon--mail {
    width: 24vw;
    padding-bottom: 1.794vw;
    margin-left: 1vw;
  }
}
.contact-form-wrapper .contact-form__input{
	width:100%;
}

/*----------------------------------------
お問い合わせ
----------------------------------------*/
.contact_in {
  background: white;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .contact_in {
  background: white;
    background-size: cover;
  }
}
.contact-box{
	width:800px;
	margin:auto;
}

@media screen and (max-width: 480px) {
.contact-box{
	width:90%;
	}
}

.contact-page{
	margin:70px auto 50px auto;
	padding:20px;
}

.contact-page h2{
	font-weight:bold;
	font-size:140%;
}
.pointer{
	cursor: url("hand.cur"), pointer;
	color: blue;
}

.footer .footer-logo{
	width:400px;
}