/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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 {
  min-height: 100vh;
}

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

/* ----------------------------------------- */
@media screen and (min-width: 1081px) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  html, body {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 18px;
  }
}

/* ----------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #111;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  line-height: 1;
  overflow-x: hidden;
}

/* ----------------------------------------- */
@media screen and (max-width: 1080px) {
  .menu-btn {
    display: block;
    position: absolute;
    z-index: 3;
    right: 1.5rem;
    top: 50%;
    width: 2rem;
    height: 1.5rem;
    cursor: pointer;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu-btn span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #111;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .menu-btn span:nth-of-type(1) {
    top: 0;
  }
  .menu-btn span:nth-of-type(2) {
    top: 0.75rem;
  }
  .menu-btn span:nth-of-type(3) {
    top: 1.5rem;
  }
  .menu-btn.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-btn.active span:nth-child(2), .menu-btn.active span:nth-child(3) {
    top: 20px;
    left: 6px;
    background: #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .gnavi {
    position: fixed;
    z-index: 2;
    top: 0;
    right: -100%;
    background-color: #fff;
    text-align: center;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gnavi.active {
    right: 0;
  }
  .gnavi ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .gnavi ul li a {
    display: inline-block;
    padding: 1.33rem;
  }
  .gnavi ul li .btn {
    margin-top: 1.33rem;
  }
}
@media screen and (min-width: 1081px) {
  .gnavi ul {
    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 (min-width: 1081px) and (min-width: 1381px) {
  .gnavi ul {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1081px) {
  .gnavi ul li {
    padding: 0.25rem 1rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1460px) {
  .gnavi ul li {
    padding: 0.25rem 0.5rem;
  }
}
/* ----------------------------------------- */
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  background: #f27fac;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0.25rem 0 0 #a65675;
          box-shadow: 0 0.25rem 0 0 #a65675;
  min-width: 240px;
  text-align: center;
}
.btn:hover {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-box-shadow: 1px 1px 0 0 #a65675;
          box-shadow: 1px 1px 0 0 #a65675;
}

input, button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner {
  width: 100%;
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 640px) {
  .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 1081px) {
  .sponly {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 1080px) {
  .pconly {
    display: none;
  }
}
.animate {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.animate-bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ----------------------------------------- */
header {
  background: #fff;
  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;
  position: relative;
}
@media screen and (min-width: 1081px) {
  header {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 1380px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .header__logo {
  width: 264px;
}
header .header__btn {
  margin-left: 1rem;
}
@media screen and (max-width: 1460px) {
  header .header__btn {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 1080px) {
  header {
    padding: 0.5rem 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 20;
    width: 100%;
  }
  header .header__logo {
    width: 36.5vw;
    max-width: 200px;
  }
}

@media screen and (min-width: 1081px) {
  .kv .kvSp {
    display: none;
  }
}
@media screen and (max-width: 1380px) {
  .kv {
    height: 95.2vw;
  }
}
@media screen and (max-width: 1080px) {
  .kv {
    height: 132vw;
  }
  .kv .kvPc {
    display: none;
  }
}
.kv .kv__inner {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .kv .kv__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1381px) {
  .kv .kv__inner .img {
    width: 78.5416vw;
  }
}
@media screen and (max-width: 1380px) {
  .kv .kv__inner .img {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .kv .kv__inner .img {
    padding-top: 7.1vw;
  }
}
@media screen and (max-width: 900px) {
  .kv .kv__inner .img {
    padding-top: 8.9vw;
  }
}
@media screen and (max-width: 800px) {
  .kv .kv__inner .img {
    padding-top: 9.5vw;
  }
}
@media screen and (max-width: 700px) {
  .kv .kv__inner .img {
    padding-top: 10.8vw;
  }
}
@media screen and (max-width: 640px) {
  .kv .kv__inner .img {
    padding-top: 11.9vw;
  }
}
@media screen and (max-width: 500px) {
  .kv .kv__inner .img {
    padding-top: 13.5vw;
  }
}
@media screen and (max-width: 400px) {
  .kv .kv__inner .img {
    padding-top: 15.55vw;
  }
}
@media screen and (min-width: 1081px) {
  .kv .kv__inner .img img {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 1380px) {
  .kv .kv__inner .copy01, .kv .kv__inner .copy02 {
    display: none;
  }
}
.kv .kv__inner .copy01 {
  position: absolute;
  top: 23.9583vw;
  right: 5.052vw;
}
.kv .kv__inner .copy02 {
  position: absolute;
  top: 37.2395vw;
  right: 5.4166vw;
}
@media screen and (min-width: 1381px) {
  .kv .kv__inner .kv__copyAreaSp {
    display: none;
  }
}
.kv .kv__inner .kv__copyAreaSp {
  max-width: 60vw;
  position: absolute;
  top: 42.5vw;
  right: 0;
  background: #fff;
  padding-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  border-radius: 1rem 0 0 0;
  text-align: right;
}
@media screen and (max-width: 1300px) {
  .kv .kv__inner .kv__copyAreaSp {
    top: 42.3vw;
    right: -0.1vw;
  }
}
@media screen and (max-width: 1080px) {
  .kv .kv__inner .kv__copyAreaSp {
    max-width: 80vw;
    top: 68.5vw;
  }
}
@media screen and (max-width: 640px) {
  .kv .kv__inner .kv__copyAreaSp {
    top: 75.5vw;
  }
}
@media screen and (max-width: 400px) {
  .kv .kv__inner .kv__copyAreaSp {
    top: 79.5vw;
  }
}
.kv .kv__inner .kv__copyAreaSp::before {
  content: "";
  display: inline-block;
  background-image: url(/img/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2vw;
  height: 2vw;
  position: absolute;
}
.kv .kv__inner .kv__copyAreaSp::before {
  top: -1.9vw;
}
@media screen and (min-width: 1081px) {
  .kv .kv__inner .kv__copyAreaSp::before {
    right: 1.9rem;
  }
}
@media screen and (max-width: 1080px) {
  .kv .kv__inner .kv__copyAreaSp::before {
    right: 0;
  }
}
.kv .kv__inner .copySp02 {
  margin-top: 6vw;
  margin-right: 3vw;
  margin-left: auto;
  max-width: 75%;
}
@media screen and (max-width: 1380px) {
  .kv .kv__inner .copySp02 {
    min-width: 320px;
    width: 27vw;
  }
}
@media screen and (max-width: 640px) {
  .kv .kv__inner .copySp02 {
    width: 61.5vw;
    min-width: initial;
  }
}

section {
  padding-top: 8rem;
}
section img {
  border-radius: 0.5rem;
}
section p {
  line-height: 2;
}
section p + p {
  margin-top: 1em;
}
section .ttl-h2 {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  line-height: 1.25;
}
@media screen and (max-width: 1080px) {
  section .ttl-h2 {
    font-size: 2.5rem;
  }
}
section .ttl-h2::after {
  content: "";
  display: inline-block;
  background-image: url(img/ttl-treat.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 84px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section .ttl-h2 + * {
  margin-top: 4rem;
}
section .ttl-h3 {
  margin-top: 6rem;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  line-height: 1.5;
}
section .ttl-h3::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: #76bda0;
  position: absolute;
  bottom: 0;
  left: 0;
}

#introduction .img {
  width: 100%;
}
@media screen and (min-width: 1081px) {
  #introduction .txt {
    background: #fff;
    margin-top: -9.5rem;
    margin-left: auto;
    padding-top: 2rem;
    padding-left: 2rem;
    width: 800px;
    border-radius: 1rem 0 0 0;
    position: relative;
  }
  #introduction .txt::before, #introduction .txt::after {
    content: "";
    display: inline-block;
    background-image: url(/img/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    position: absolute;
  }
  #introduction .txt::before {
    top: -1rem;
    right: 0;
  }
  #introduction .txt::after {
    top: 9.5rem;
    left: -1rem;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@media screen and (max-width: 1080px) {
  #introduction .txt {
    margin-top: 2rem;
  }
}
#introduction ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#introduction ul li {
  width: 30%;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #introduction ul li {
    width: 47%;
  }
}
@media screen and (max-width: 640px) {
  #introduction ul li {
    width: 100%;
  }
}
#introduction ul li p {
  margin-top: 0.25rem;
}

@media screen and (max-width: 1080px) {
  #step ol {
    text-align: center;
  }
}
#step ol .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #step ol .wrap {
    display: block;
    text-align: left;
  }
}
#step ol .wrap .step {
  color: #3d86b8;
  line-height: 1;
  font-family: "Roboto Slab", serif;
}
#step ol .wrap .ttl {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
#step ol .wrap .txt {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1080px) {
  #step ol .wrap .txt {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1080px) {
  #step ol .wrap .left, #step ol .wrap .right, #step ol .wrap .sponly.txt, #step ol .wrap .sponly.txtArea {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  #step ol .wrap .left, #step ol .wrap .right, #step ol .wrap .sponly.txt, #step ol .wrap .sponly.txtArea {
    max-width: 100%;
  }
}
#step ol .wrap .left {
  width: calc(100% - 361px);
}
@media screen and (max-width: 1080px) {
  #step ol .wrap .left {
    width: 100%;
  }
}
#step ol .wrap .right {
  width: 361px;
}
@media screen and (max-width: 1080px) {
  #step ol .wrap .right {
    margin-top: 1.5rem;
    width: 100%;
  }
}
#step ol li:not(:first-child) {
  padding-top: 2.8rem;
}
#step ol li:not(:last-child) {
  border-bottom: 2px solid #8bbee1;
  padding-bottom: 2.8rem;
  position: relative;
}
#step ol li {
  position: relative;
}
#step ol .arrow {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -0.45rem;
  background-color: #fff;
}
#step ol .arrow {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#step ol .tel {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  #step ol .tel {
    display: block;
    width: 74vw;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
#step ol .tel img {
  max-width: 296px;
}
@media screen and (max-width: 1080px) {
  #step ol .tel img {
    max-width: 100%;
  }
}
#step ol .tel a {
  display: inline-block;
}
@media screen and (min-width: 1081px) {
  #step ol .tel a {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1080px) {
  #step ol .tel a {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #step ol .tel p {
    text-align: right;
  }
}
#step ol .btnArea {
  margin-top: 2rem;
}
@media screen and (max-width: 1080px) {
  #step ol .btnArea {
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  #step ol .btnArea .btn {
    width: 91vw;
    max-width: 430px;
  }
}
@media screen and (max-width: 640px) {
  #step ol .btnArea .btn {
    max-width: 100%;
    letter-spacing: -0.1rem;
    padding: 1rem 1.4rem;
  }
}

#service dl, #about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#service dl dt, #service dl dd, #about dl dt, #about dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1081px) {
  #service dl dt, #service dl dd, #about dl dt, #about dl dd {
    padding: 0.5rem 1rem;
  }
}
#service dl dt, #about dl dt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #76bda0;
  color: #fff;
  border-radius: 5px;
  width: 100px;
}
@media screen and (max-width: 1080px) {
  #service dl dt, #about dl dt {
    padding: 0.5rem 0.8rem;
    width: 22.5vw;
    max-width: 140px;
  }
}
@media screen and (max-width: 640px) {
  #service dl dt, #about dl dt {
    max-height: 40px;
  }
}
@media screen and (max-width: 370px) {
  #service dl dt, #about dl dt {
    width: 90px;
  }
}
#service dl dd, #about dl dd {
  font-weight: 700;
  width: calc(100% - 100px);
  padding-left: 1rem;
}
@media screen and (min-width: 1081px) {
  #service dl dd, #about dl dd {
    max-height: 40px;
  }
}
@media screen and (max-width: 370px) {
  #service dl dd, #about dl dd {
    width: calc(100% - 90px);
  }
}
#service dl dd .notes, #about dl dd .notes {
  font-weight: 500;
  margin-left: 0.75rem;
}
@media screen and (max-width: 750px) {
  #service dl dd .notes, #about dl dd .notes {
    margin-left: 0;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1081px) {
  #service dl dt:not(:first-of-type), #service dl dd:not(:first-of-type), #about dl dt:not(:first-of-type), #about dl dd:not(:first-of-type) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  #service dl dt:not(:first-of-type), #about dl dt:not(:first-of-type) {
    margin-top: 1rem;
  }
}
#service dl .bold, #about dl .bold {
  font-size: 1.5rem;
  padding-bottom: 0.4rem;
}

@media screen and (max-width: 410px) {
  #service h3 {
    letter-spacing: -0.13rem;
  }
}
@media screen and (max-width: 1080px) {
  #service .ttl, #service .ttl-notes, #service .right {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  #service .ttl, #service .ttl-notes, #service .right {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #service dl {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  #service dl dt, #service dl dd {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  #service dl dd {
    width: calc(100% - 22.5vw);
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  #service dl dd {
    padding-top: 1.25vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    width: 100%;
    letter-spacing: -0.01rem;
  }
}
@media screen and (max-width: 1080px) {
  #service dl dd:not(:first-of-type) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  #service dl dd:not(:first-of-type) {
    margin-top: 0;
  }
}
#service .ttl {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #service .ttl {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  #service .ttl {
    font-size: 1.68rem;
  }
}
#service .ttl-notes {
  text-align: center;
  margin-top: -0.5rem;
}
@media screen and (max-width: 1080px) {
  #service .ttl-notes {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  #service .ttl-notes {
    margin-top: 0.5rem;
  }
}
#service .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 1080px) {
  #service .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.37rem;
  }
}
@media screen and (min-width: 1081px) {
  #service .wrap .left {
    padding-right: 40px;
    width: 400px;
    width: calc(100% - 640px);
  }
}
@media screen and (max-width: 1080px) {
  #service .wrap .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 8vw;
    text-align: center;
  }
}
#service .wrap .right {
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  #service .wrap .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#service .others {
  margin-top: 6rem;
}
#service .others .box {
  text-align: center;
  width: 33.33%;
}
@media screen and (max-width: 950px) {
  #service .others .box {
    width: 100%;
  }
}
#service .others .box .img {
  height: 152px;
}
@media screen and (max-width: 950px) {
  #service .others .box .img {
    height: auto;
  }
}
@media screen and (max-width: 950px) {
  #service .others .box:not(:first-child) {
    margin-top: 15vw;
  }
}
#service .others .wrap {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1080px) {
  #service .others .wrap {
    margin-top: 14vw;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
@media screen and (max-width: 950px) {
  #service .others .wrap {
    display: block;
  }
}
#service .others .icon01 {
  max-width: 126px;
}
@media screen and (max-width: 950px) {
  #service .others .icon01 {
    max-width: 28.75vw;
  }
}
#service .others .icon02 {
  max-width: 150px;
}
@media screen and (max-width: 950px) {
  #service .others .icon02 {
    max-width: 34.25vw;
  }
}
#service .others .icon03 {
  max-width: 150px;
}
@media screen and (max-width: 950px) {
  #service .others .icon03 {
    max-width: 34vw;
  }
}
#service .others .others-ttl {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  #service .others .others-ttl {
    margin-top: 6vw;
  }
}
#service .others p {
  line-height: 1.5;
}

#about dl {
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  #about dl dt {
    max-height: 36px;
  }
}
@media screen and (max-width: 1080px) {
  #about dl dd {
    width: calc(100% - 22.5vw);
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 370px) {
  #about dl dd {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 1080px) {
  #about dl dd:not(:first-of-type) {
    margin-top: 1rem;
  }
}
#about .inner {
  max-width: 950px;
}
#about .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #about .wrap {
    display: block;
  }
}
#about .wrap .right {
  width: 260px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  #about .wrap .right {
    width: 100%;
  }
}
#about .wrap .left {
  width: calc(100% - 260px);
}
@media screen and (max-width: 1080px) {
  #about .wrap .left {
    width: 100%;
  }
}

#contact .inner {
  max-width: 680px;
  padding-bottom: 8rem;
}
#contact .ttl {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  #contact .ttl {
    letter-spacing: -0.05rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 370px) {
  #contact .ttl {
    font-size: 1rem;
  }
}
#contact .telArea {
  background-color: #f2f2f2;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 10px;
  max-width: 100%;
}
#contact .telArea a {
  padding: 1.6rem 4rem;
  display: block;
}
@media screen and (max-width: 1080px) {
  #contact .telArea a {
    padding: 1.6rem 1.4rem;
  }
}
@media screen and (max-width: 370px) {
  #contact .telArea a {
    padding: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  #contact .telArea .time {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 380px) {
  #contact .telArea .time {
    padding: 0.8rem;
    font-size: 0.9rem;
  }
}
#contact .telArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1081px) {
  #contact .telArea .wrap {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  #contact .telArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1081px) {
  #contact .telArea .wrap p {
    width: 140px;
  }
}
@media screen and (max-width: 1080px) {
  #contact .telArea .wrap p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
  }
}
#contact .telArea .wrap img {
  width: calc(100% - 150px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1080px) {
  #contact .telArea .wrap img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.mailArea {
  text-align: left;
  margin-top: 6rem;
  position: relative;
}
.mailArea .ttl {
  text-align: center;
  margin-bottom: 3rem;
}
.mailArea dl dt {
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.mailArea dl dd:not(:last-child) {
  padding-bottom: 1.5rem;
}
.mailArea .required, .mailArea .norequired {
  border-radius: 9999px;
  padding: 0.15rem 0.8rem 0.2rem;
  color: #fff;
  margin-left: 0.75rem;
}
.mailArea .required {
  background-color: #f27fac;
}
.mailArea .norequired {
  background-color: #8bbee1;
}
.mailArea .name, .mailArea .address, .mailArea .tel, .mailArea .email, .mailArea .message {
  background-color: #f2f2f2;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: solid 1px #ccc;
  height: 60px;
  color: #111;
}
@media screen and (max-width: 1080px) {
  .mailArea .name, .mailArea .address, .mailArea .tel, .mailArea .email, .mailArea .message {
    width: 100%;
    height: 13.5vw;
    max-height: 60px;
  }
}
.mailArea .message {
  height: 300px;
  line-height: 1.35;
}
@media screen and (max-width: 1080px) {
  .mailArea .message {
    height: 67.5vw;
    max-height: 300px;
  }
}
.mailArea .formbtn-area {
  text-align: center;
  margin-top: 2rem;
}
.mailArea .formbtn-area .btn {
  background-color: #f27fac;
  color: #fff;
  padding: 1rem 3rem;
  min-width: 200px;
}
.mailArea .formbtn.btn {
  margin-left: auto;
  margin-right: auto;
}
.mailArea .formbtn.btn:disabled {
  background-color: #ddd;
  color: #666;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mailArea .formbtn.btn:disabled:hover {
  -webkit-transform: none;
          transform: none;
}
.mailArea .g-recaptcha > div {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.mailArea p {
  margin-top: 2rem;
}
.mailArea span {
  font-size: 16px;
  font-weight: normal;
  padding-left: 0.5rem;
}
@media screen and (min-width: 1081px) {
  .mailArea .privacypolicy {
    text-align: center;
  }
}
.mailArea .privacypolicy a {
  display: inline;
  text-decoration: underline;
}
.mailArea .privacypolicy a:hover {
  opacity: 0.6;
}

.mailArea::before {
  content: "";
  display: block;
  height: 5vw;
  margin-top: -5vw;
}
@media screen and (max-width: 1080px) {
  .mailArea::before {
    height: 16.5vw;
    margin-top: -16.5vw;
  }
}

footer {
  background-color: #111;
}
footer p {
  color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

.thanks header {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .thanks header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.thanks .thanks__logo {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .thanks .thanks__logo {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
}

#thanks-page {
  padding-top: 4rem;
}
#thanks-page .inner {
  text-align: center;
  padding-bottom: 8rem;
}
#thanks-page h2 {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1080px) {
  #thanks-page h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1080px) {
  #thanks-page h2, #thanks-page .txt01, #thanks-page .txt02 {
    text-align: left;
  }
}
#thanks-page .address {
  margin-top: 3.5rem;
}
#thanks-page .btn {
  margin-top: 3.5rem;
}

#privacypolicy .inner {
  padding-bottom: 8rem;
}
#privacypolicy .privacypolicy-introduction .txt {
  margin-top: 4rem;
}
@media screen and (max-width: 1080px) {
  #privacypolicy .privacypolicy-introduction .txt {
    text-align: left;
  }
}
#privacypolicy .rule-list {
  line-height: 1.4;
}
#privacypolicy .rule-list .inner {
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  #privacypolicy .rule-list .inner {
    padding-top: 56px;
  }
}
#privacypolicy .rule-list h4 {
  margin-bottom: 16px;
  text-align: left;
  font-size: 24px;
  padding-left: 1em;
  text-indent: -0.8em;
}
#privacypolicy .rule-list__text {
  text-align: left;
  padding-top: 2.8rem;
}
#privacypolicy .rule-list__text ul {
  padding-left: 2.5em;
  margin-top: 5px;
}
#privacypolicy .rule-list__text ul li {
  list-style: disc;
}
/*# sourceMappingURL=style.css.map */