@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP_OTF";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
}
@font-face {
  font-family: "LINE Seed JP_OTF";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
}
/*============================================================
	Base
============================================================*/
html,
body {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    min-height: 100vh;
  }
}

html {
  font-family: "LINE Seed JP_OTF";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #222;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.7333333333vw;
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 1.2vw;
  }
}
html * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}

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

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #222;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.75;
}

@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

header,
main,
section,
footer,
aside {
  width: 100%;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}
main.thanks {
  background: #f7931e;
}

section {
  padding: 5.5555555556rem 0;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 3.5714285714rem 0;
  }
}

dt, strong {
  font-weight: inherit;
}

p, dd {
  line-height: 1.8;
  text-align: justify;
}

/*============================================================
	Objects
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
  }
}
.inner .container {
  width: 83.3333333333%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inner .container {
    width: 100%;
  }
}

/*  links
-------------------------------------------------*/
.tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel span {
  display: block;
  text-align: center;
  font-size: 1.6666666667rem;
  margin-bottom: 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  .tel span {
    font-size: 1.0714285714rem;
    margin-bottom: 0.7142857143rem;
  }
}
.tel span strong {
  color: #ff1d25;
}
.tel a {
  padding-left: 5.5555555556rem;
  font-size: 3.3333333333rem;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tel a {
    padding-left: 3.2857142857rem;
    font-size: 1.9285714286rem;
  }
}
.tel a::before {
  position: absolute;
  content: "";
  width: 4.4444444444rem;
  height: 2.9444444444rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_freedial.svg) no-repeat left center/contain;
}
@media only screen and (max-width: 767px) {
  .tel a::before {
    width: 2.5714285714rem;
    height: 1.6785714286rem;
  }
}

.btn,
.line {
  display: block;
  width: 17.7777777778rem;
  height: 4.4444444444rem;
  line-height: 4.4444444444rem;
  border-radius: 2.2222222222rem;
  font-size: 1.3333333333rem;
  font-weight: 600;
  color: #fff;
  padding-left: 4.1666666667rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn,
  .line {
    width: 14.2857142857rem;
    height: 3.5714285714rem;
    line-height: 3.5714285714rem;
    border-radius: 1.7857142857rem;
    font-size: 1.0714285714rem;
    padding-left: 3.5714285714rem;
  }
}
.btn::before, .btn::after,
.line::before,
.line::after {
  position: absolute;
  content: "";
  top: 50%;
}
.btn::before,
.line::before {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  left: 0.8333333333rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .btn::before,
  .line::before {
    width: 2.1428571429rem;
    height: 2.1428571429rem;
    left: 0.7142857143rem;
  }
}
.btn::after,
.line::after {
  width: 0.5555555556rem;
  height: 0.5555555556rem;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  right: 1.6666666667rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn::after,
  .line::after {
    width: 0.5357142857rem;
    height: 0.5357142857rem;
    right: 1.0714285714rem;
  }
}
.btn:hover::after,
.line:hover::after {
  right: 1.1111111111rem;
}

.btn {
  background: #f7931e;
}
.btn::before {
  background: url(../img/icon_mail.svg) no-repeat left center/contain;
}

.line {
  background: #00b900;
}
.line::before {
  background: url(../img/icon_line.svg) no-repeat left center/contain;
}

/*  headings
-------------------------------------------------*/
h2 {
  font-size: 2.6666666667rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.7142857143rem;
    margin-bottom: 1.7857142857rem;
  }
}

/*  form
-------------------------------------------------*/
.mfp_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  .mfp_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.7857142857rem;
  }
  .mfp_buttons button:first-child {
    margin-bottom: 1.0714285714rem;
  }
}

#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#mfp_overlay_background {
  background: #222;
  display: none;
  z-index: 10000;
}

#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
#mfp_overlay #mfp_overlay_inner {
  background: #fff;
  padding: 5.5555555556rem;
  margin: auto;
  width: 66.6666666667vw;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner {
    padding: 1.7857142857rem;
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
  }
}
#mfp_overlay #mfp_overlay_inner h4 {
  font-size: 1.6666666667rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner h4 {
    font-size: 1.2857142857rem;
  }
}
#mfp_overlay #mfp_overlay_inner table {
  width: 100%;
}
#mfp_overlay #mfp_overlay_inner table tr {
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table tr {
    display: block;
  }
}
#mfp_overlay #mfp_overlay_inner table th,
#mfp_overlay #mfp_overlay_inner table td {
  padding: 1.1111111111rem 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th,
  #mfp_overlay #mfp_overlay_inner table td {
    width: 100%;
    padding: 0.7142857143rem 0;
    display: list-item;
    list-style: none;
  }
}
@media print, screen and (min-width: 768px) {
  #mfp_overlay #mfp_overlay_inner table th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th {
    padding: 0.7142857143rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #mfp_overlay #mfp_overlay_inner table td {
    width: 70%;
  }
}

#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #222;
  position: absolute;
}

#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  background-image: url(../img/loading.svg);
}

input,
select,
textarea {
  width: 100%;
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
  padding: 0.5555555556rem;
  font-family: "LINE Seed JP_OTF";
  letter-spacing: 0.05em;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #999;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 0.8333333333rem;
  height: 0.5555555556rem;
  border-left: solid 3px #ff1d25;
  border-bottom: solid 3px #ff1d25;
  left: 0.1111111111rem;
  top: 0.3333333333rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
input[type=radio]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  background: #222;
  border-radius: 50%;
  left: 0.2222222222rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  input.half {
    width: 50%;
  }
}
input#address_field {
  margin-top: 0.5555555556rem;
}
input.problem {
  background: rgba(255, 29, 37, 0.1);
}
input.problem:focus {
  border-color: #ff1d25;
}

label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  label.date {
    width: 50%;
  }
}
label.date::after {
  position: absolute;
  content: "";
  right: 0.8333333333rem;
  top: 0.8333333333rem;
  width: 1.1111111111rem;
  height: 1.1666666667rem;
  background: url(../img/icon_calendar.svg) no-repeat right center/contain;
}
label.zip {
  width: 50%;
  position: relative;
}
label.zip::before {
  position: absolute;
  content: "〒";
  left: 0.5555555556rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
label.zip input {
  padding-left: 2rem;
}
label span {
  position: relative;
  padding-left: 1.6666666667rem;
}
label span::before {
  position: absolute;
  content: "";
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  border: solid 1px #222;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
label span.rd::before {
  border-radius: 50%;
}

textarea {
  width: 100% !important;
  min-height: 11.1111111111rem;
}

button {
  display: inline-block;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 17.7777777778rem;
  height: 4.4444444444rem;
  line-height: 4.4444444444rem;
  border-radius: 2.2222222222rem;
  text-align: center;
  font-size: 1.6666666667rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 767px) {
  button {
    width: 14.2857142857rem;
    height: 3.5714285714rem;
    line-height: 3.5714285714rem;
    border-radius: 1.7857142857rem;
    font-size: 1.0714285714rem;
  }
}
button::after {
  position: absolute;
  content: "";
  width: 0.5555555556rem;
  height: 0.5555555556rem;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  top: 50%;
  right: 1.6666666667rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  button::after {
    width: 0.5357142857rem;
    height: 0.5357142857rem;
    right: 1.0714285714rem;
  }
}
button:hover::after {
  right: 1.1111111111rem;
}
button::-moz-focus-inner {
  border: 0;
}
button[disabled] {
  border-color: #ccc;
  background: #ccc !important;
  cursor: default;
}
button[disabled]::after {
  right: 1.6666666667rem;
}
button#submit_btn {
  background: #00a99d;
}
button#mfp_button_send {
  background: #ff1d25;
}
button#mfp_button_cancel {
  background: #999;
  width: 13.3333333333rem;
  margin-right: 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  button#mfp_button_cancel {
    margin-right: 0.7142857143rem;
  }
}
button#mfp_button_cancel::after {
  display: none;
}
button.location {
  background: #00a99d;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  button.location {
    width: 10rem;
    height: 2.2222222222rem;
    line-height: 2.2222222222rem;
    border-radius: 1.1111111111rem;
    font-size: 0.8888888889rem;
    margin-bottom: 0.5555555556rem;
  }
}
@media only screen and (max-width: 767px) {
  button.location {
    width: 8.5714285714rem;
    height: 1.7857142857rem;
    line-height: 1.7857142857rem;
    border-radius: 0.8928571429rem;
    font-size: 0.8571428571rem;
    margin-left: 0.3571428571rem;
  }
}
button.location::after {
  display: none;
}

/*============================================================
	Layout
============================================================*/
/*  header
-------------------------------------------------*/
header {
  height: 6.6666666667rem;
  padding: 0 1.6666666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  header {
    height: 7.1428571429rem;
    padding: 0 1.0714285714rem;
  }
}
header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  header .logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .logo span {
  display: block;
  font-size: 0.7222222222rem;
  margin-bottom: 0.5555555556rem;
}
@media only screen and (max-width: 767px) {
  header .logo span {
    font-size: 0.8571428571rem;
    line-height: 1.4;
    margin-bottom: 0.3571428571rem;
    text-align: center;
  }
}
header .logo a {
  display: block;
  width: 24.8333333333rem;
}
@media only screen and (max-width: 767px) {
  header .logo a {
    width: 23.2142857143rem;
  }
}
@media only screen and (max-width: 767px) {
  header .tel {
    display: none;
  }
}
header .tel span {
  font-size: 1rem;
  margin-bottom: 0.5555555556rem;
}
header .tel a {
  font-size: 2.6666666667rem;
  padding-left: 3.8888888889rem;
}
header .tel a::before {
  width: 3.3333333333rem;
  height: 2.2222222222rem;
}

/*  mv
-------------------------------------------------*/
#mv {
  padding: 0;
  position: relative;
}
#mv .inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  padding: 2.7777777778rem 0 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #mv .inner {
    width: 100%;
    max-width: 100%;
    padding: 1.7857142857rem 0 0;
  }
}
#mv .inner .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mv .inner .container .main__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mv .inner .container .main__ttl p {
  width: 50rem;
  height: 3.3333333333rem;
  border-radius: 1.6666666667rem;
  background: #222;
  margin-bottom: 1.6666666667rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mv .inner .container .main__ttl p {
    width: 21.4285714286rem;
    height: 4.2857142857rem;
    border-radius: 2.1428571429rem;
    margin-bottom: 1.0714285714rem;
  }
}
#mv .inner .container .main__ttl p span {
  font-size: 1.6666666667rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #mv .inner .container .main__ttl p span {
    font-size: 1.2857142857rem;
    line-height: 1.4;
  }
}
#mv .inner .container .main__ttl h1 {
  font-size: 2.7777777778rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.6666666667rem;
}
@media only screen and (max-width: 767px) {
  #mv .inner .container .main__ttl h1 {
    line-height: 1.4;
    font-size: 1.7857142857rem;
    margin-bottom: 0.7142857143rem;
  }
}
#mv .inner .container .main__ttl h1 small {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  #mv .inner .container .main__ttl h1 small {
    font-size: 1.2857142857rem;
    margin-bottom: 0;
  }
}
#mv .inner .container .main__ttl h1 strong {
  display: inline-block;
  height: 1em;
  color: #ff1d25;
  font-size: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ff0));
  background: -webkit-linear-gradient(transparent 65%, #ff0 35%);
  background: linear-gradient(transparent 65%, #ff0 35%);
}
@media only screen and (max-width: 767px) {
  #mv .inner .container .main__ttl h1 strong {
    font-size: 2.5714285714rem;
  }
}
#mv .inner .container .main__ttl .fare {
  width: 28.8888888889rem;
  height: 5.5555555556rem;
  line-height: 5.5555555556rem;
  background: #fff;
  padding-left: 6.6666666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #mv .inner .container .main__ttl .fare {
    width: 23.2142857143rem;
    height: 4.4642857143rem;
    line-height: 4.4642857143rem;
    padding-left: 5.5357142857rem;
  }
}
#mv .inner .container .main__ttl .fare::before, #mv .inner .container .main__ttl .fare::after {
  position: absolute;
  width: 5.5555555556rem;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #mv .inner .container .main__ttl .fare::before, #mv .inner .container .main__ttl .fare::after {
    width: 4.4642857143rem;
  }
}
#mv .inner .container .main__ttl .fare::before {
  content: "";
  background: #ff1d25;
}
#mv .inner .container .main__ttl .fare::after {
  content: "基本\a料金";
  font-size: 2rem;
  font-weight: 600;
  padding-top: 0.3em;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #mv .inner .container .main__ttl .fare::after {
    font-size: 1.6071428571rem;
  }
}
#mv .inner .container .main__ttl .fare strong,
#mv .inner .container .main__ttl .fare span {
  color: #ff1d25;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #mv .inner .container .main__ttl .fare strong,
  #mv .inner .container .main__ttl .fare span {
    font-size: 3.2142857143rem;
  }
}
#mv .inner .container .main__ttl .fare span {
  position: relative;
  display: inline-block;
  margin-top: 0.1em;
}
#mv .inner .container .main__ttl .fare span small {
  font-size: 1rem;
  color: #222;
  font-weight: 400;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.5em;
  white-space: nowrap;
}
#mv .inner .container figure {
  width: 46.6666666667rem;
}
@media only screen and (max-width: 767px) {
  #mv .inner .container figure {
    width: 100%;
  }
}

/*  cta
-------------------------------------------------*/
.cta {
  background: rgba(0, 169, 157, 0.3);
  position: relative;
}
.cta::before {
  position: absolute;
  content: "";
  background: rgba(0, 169, 157, 0.3);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.cta .inner .container {
  background: #fff;
  padding: 2.7777777778rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cta .inner .container {
    padding: 1.7857142857rem;
  }
}
.cta .inner .container::after {
  position: absolute;
  content: "";
  background: url(../img/illust_contact.svg) no-repeat right bottom/contain;
  width: 16.6666666667rem;
  height: 21.2777777778rem;
  right: -2.7777777778rem;
  bottom: -5.5555555556rem;
}
@media only screen and (max-width: 767px) {
  .cta .inner .container::after {
    width: 8.9285714286rem;
    height: 11.3928571429rem;
    right: -6.6666666667vw;
    bottom: -3.5714285714rem;
  }
}
.cta .inner .container h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 3px #00a99d;
  padding-bottom: 1.1111111111rem;
  margin-bottom: 1.6666666667rem;
}
@media only screen and (max-width: 767px) {
  .cta .inner .container h3 {
    padding-bottom: 0.7142857143rem;
    margin-bottom: 1.0714285714rem;
  }
}
.cta .inner .container h3 span {
  font-size: 1.6666666667rem;
  margin-bottom: 0.5555555556rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cta .inner .container h3 span {
    font-size: 1.0714285714rem;
    line-height: 1.4;
    margin-bottom: 0.3571428571rem;
  }
}
.cta .inner .container h3 span strong {
  color: #ff1d25;
}
.cta .inner .container h3 figure {
  width: 38.8888888889rem;
}
@media only screen and (max-width: 767px) {
  .cta .inner .container h3 figure {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .cta .inner .container .wrap {
    padding-right: 12.7777777778rem;
  }
}
.cta .inner .container .wrap .tel {
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .cta .inner .container .wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta .inner .container .wrap ul {
    margin-top: 1.0714285714rem;
  }
}
.cta .inner .container .wrap ul li:first-child {
  margin-right: 1.6666666667rem;
}
@media only screen and (max-width: 767px) {
  .cta .inner .container .wrap ul li:first-child {
    margin-bottom: 1.0714285714rem;
  }
}

.alert {
  background: #ccc;
}
.alert .inner {
  background: #fff;
  padding: 1.7857142857rem;
}
.alert .inner dl {
  margin-bottom: 1.0714285714rem;
}
.alert .inner dl dt {
  font-size: 1.2857142857rem;
  margin-bottom: 1.0714285714rem;
}
.alert .inner dl dd {
  line-height: 1.4;
  letter-spacing: 0.1em;
}

/*  こんな「困った！」を素早く解決します
-------------------------------------------------*/
#trouble {
  background: #f2f2f2;
}
#trouble .inner {
  position: relative;
}
#trouble .inner::before, #trouble .inner::after {
  position: absolute;
  content: "";
}
#trouble .inner::before {
  width: 10rem;
  height: 14.8888888889rem;
  background: url(../img/illust_trouble-01.svg) no-repeat top center/contain;
  top: -1.1111111111rem;
  left: 5.5555555556rem;
}
@media only screen and (max-width: 767px) {
  #trouble .inner::before {
    width: 6.4285714286rem;
    height: 9.5714285714rem;
    top: 1.7857142857rem;
    left: 0;
  }
}
#trouble .inner::after {
  width: 8.8888888889rem;
  height: 13.1666666667rem;
  background: url(../img/illust_trouble-02.svg) no-repeat top center/contain;
  top: 0;
  right: 5.5555555556rem;
}
@media only screen and (max-width: 767px) {
  #trouble .inner::after {
    width: 5.7142857143rem;
    height: 8.4642857143rem;
    top: 2.8571428571rem;
    right: 0;
  }
}
#trouble .inner h2 {
  line-height: 1.4;
  margin-bottom: 5.5555555556rem;
}
@media only screen and (max-width: 767px) {
  #trouble .inner h2 {
    margin-bottom: 1.0714285714rem;
  }
}
#trouble .inner h2 strong {
  color: #ff1d25;
}
#trouble .inner ul {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  #trouble .inner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6666666667rem;
  }
}
#trouble .inner ul li {
  background: #fff;
}
#trouble .inner ul li dl {
  padding: 1.6666666667rem 1.6666666667rem 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  #trouble .inner ul li dl {
    padding: 1.7857142857rem 1.7857142857rem 1.0714285714rem;
  }
}
#trouble .inner ul li dl dt {
  font-size: 1.3333333333rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  #trouble .inner ul li dl dt {
    font-size: 1.5rem;
    margin-bottom: 1.0714285714rem;
  }
}
#trouble .inner ul li p {
  font-size: 0.7777777778rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 1.6666666667rem;
}
@media only screen and (max-width: 767px) {
  #trouble .inner ul li p {
    font-size: 0.8571428571rem;
    padding-bottom: 1.7857142857rem;
  }
}
#trouble .inner ul li p strong {
  color: #ff1d25;
  font-size: 1.3333333333rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #trouble .inner ul li p strong {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #trouble .inner ul li:not(:last-child) {
    margin-bottom: 1.7857142857rem;
  }
}

/*  point
-------------------------------------------------*/
#point {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #point {
    padding-bottom: 0;
  }
}
#point::after {
  position: absolute;
  content: "";
  width: 11.1111111111rem;
  height: 4.4444444444rem;
  background: #fff;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.8571428571rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #point::after {
    width: 7.1428571429rem;
    height: 2.8571428571rem;
    bottom: -2.8571428571rem;
  }
}
#point .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #point .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#point .inner figure {
  width: 18.3333333333rem;
  margin-right: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #point .inner figure {
    width: 11.7857142857rem;
    margin-right: 2.5rem;
    margin-top: 1.7857142857rem;
  }
}
#point .inner ul li {
  padding-left: 3.8888888889rem;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #point .inner ul li {
    font-size: 1.2142857143rem;
    padding-left: 2.5rem;
  }
}
#point .inner ul li::before {
  position: absolute;
  content: "";
  background: url(../img/icon_check.svg) no-repeat left center/contain;
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #point .inner ul li::before {
    width: 1.7857142857rem;
    height: 1.7857142857rem;
  }
}
#point .inner ul li:not(:last-child) {
  margin-bottom: 1.6666666667rem;
}
@media only screen and (max-width: 767px) {
  #point .inner ul li:not(:last-child) {
    margin-bottom: 1.0714285714rem;
  }
}
#point .inner ul li strong {
  color: #ff1d25;
}

/*  お支払方法
-------------------------------------------------*/
#payment .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#payment .inner p {
  text-align: center;
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #payment .inner p {
    margin-bottom: 1.7857142857rem;
  }
}
#payment .inner > figure {
  width: 25.1111111111rem;
}
@media only screen and (max-width: 767px) {
  #payment .inner > figure {
    width: 100%;
  }
}
#payment .inner .container {
  border: solid 1px #00a99d;
  margin-top: 5.5555555556rem;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container {
    margin-top: 3.5714285714rem;
  }
}
#payment .inner .container h3 {
  width: 100%;
  height: 4.4444444444rem;
  line-height: 4.4444444444rem;
  font-size: 2rem;
  font-weight: 600;
  background: #00a99d;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container h3 {
    height: 2.8571428571rem;
    line-height: 2.8571428571rem;
    font-size: 1.4285714286rem;
  }
}
#payment .inner .container h3 strong {
  color: #ffe100;
}
#payment .inner .container .wrap {
  padding: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container .wrap {
    padding: 1.0714285714rem;
  }
}
#payment .inner .container .wrap p {
  font-size: 1.6666666667rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container .wrap p {
    font-size: 1.2857142857rem;
  }
}
#payment .inner .container .wrap p small {
  display: block;
  font-size: 0.8888888889rem;
  font-weight: 400;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container .wrap p small {
    font-size: 0.7142857143rem;
  }
}
#payment .inner .container .wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#payment .inner .container .wrap ul li {
  width: 13.3333333333rem;
  height: 13.3333333333rem;
  border-radius: 50%;
  background: #ff1d25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.7777777778rem 0;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container .wrap ul li {
    width: 6.0714285714rem;
    height: 6.0714285714rem;
    padding: 1.0714285714rem 0;
  }
}
#payment .inner .container .wrap ul li:not(:last-child) {
  position: relative;
}
#payment .inner .container .wrap ul li:not(:last-child)::before, #payment .inner .container .wrap ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  background: #ff1d25;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#payment .inner .container .wrap ul li:not(:last-child)::before {
  width: 2.7777777778rem;
  height: 0.5555555556rem;
  right: -3.8888888889rem;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container .wrap ul li:not(:last-child)::before {
    width: 1.0714285714rem;
    height: 0.2857142857rem;
    right: -1.25rem;
  }
}
#payment .inner .container .wrap ul li:not(:last-child)::after {
  width: 0.5555555556rem;
  height: 2.7777777778rem;
  right: -2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container .wrap ul li:not(:last-child)::after {
    width: 0.2857142857rem;
    height: 1.0714285714rem;
    right: -0.8214285714rem;
  }
}
#payment .inner .container .wrap ul li figure {
  width: 4.4444444444rem;
  height: 4.4444444444rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container .wrap ul li figure {
    width: 2.1428571429rem;
    height: 2.1428571429rem;
  }
}
#payment .inner .container .wrap ul li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
#payment .inner .container .wrap ul li span {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #payment .inner .container .wrap ul li span {
    font-size: 1rem;
  }
}

/*  ご利用の流れ
-------------------------------------------------*/
#flow {
  background: #fff4e8;
}
@media print, screen and (min-width: 768px) {
  #flow .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  #flow .inner ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.7777777778rem;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner ol {
    padding-left: 3.5714285714rem;
  }
}
#flow .inner ol li {
  width: 12rem;
  background: #fff;
  padding: 3.0555555556rem 1.1111111111rem 1.1111111111rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #flow .inner ol li {
    width: 19.6428571429rem;
    padding: 2.8571428571rem 1.0714285714rem 1.0714285714rem;
  }
}
#flow .inner ol li:not(:last-child) {
  margin-right: 1.6666666667rem;
}
@media only screen and (max-width: 767px) {
  #flow .inner ol li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 1.7857142857rem;
  }
}
#flow .inner ol li span {
  position: absolute;
  width: 100%;
  height: 1.9444444444rem;
  line-height: 1.9444444444rem;
  text-align: center;
  background: #f7931e;
  color: #fff;
  font-weight: 600;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #flow .inner ol li span {
    height: 1.7857142857rem;
    line-height: 1.7857142857rem;
  }
}
#flow .inner ol li h3 {
  font-weight: 600;
  color: #f7931e;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #flow .inner ol li h3 {
    font-size: 1.2857142857rem;
  }
}
#flow .inner ol li figure {
  width: 100%;
  height: 4.4444444444rem;
  overflow: hidden;
  margin: 1.1111111111rem auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #flow .inner ol li figure {
    height: 5.7142857143rem;
    margin: 0.7142857143rem auto;
  }
}
#flow .inner ol li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
#flow .inner ol li p {
  font-size: 0.7777777778rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #flow .inner ol li p {
    font-size: 0.8571428571rem;
  }
}
#flow .inner .free__wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #flow .inner .free__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.7857142857rem;
  }
}
#flow .inner .free__wrap::before {
  position: absolute;
  content: "";
  background: #00a99d;
}
@media print, screen and (min-width: 768px) {
  #flow .inner .free__wrap::before {
    width: calc(100% - 1.1111111111rem);
    height: 0.1666666667rem;
    left: 50%;
    top: 1.2777777778rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner .free__wrap::before {
    width: 0.1071428571rem;
    height: calc(100% - 1.0714285714rem);
    left: 1.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#flow .inner .free__wrap .free {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #flow .inner .free__wrap .free {
    width: 100%;
    height: 2.7777777778rem;
    line-height: 2.7777777778rem;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner .free__wrap .free {
    width: 3.5714285714rem;
    line-height: 3.5714285714rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
#flow .inner .free__wrap .free::before, #flow .inner .free__wrap .free::after {
  position: absolute;
  content: "";
  background: #00a99d;
}
@media print, screen and (min-width: 768px) {
  #flow .inner .free__wrap .free::before, #flow .inner .free__wrap .free::after {
    width: 0.5555555556rem;
    height: 1.1111111111rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner .free__wrap .free::before, #flow .inner .free__wrap .free::after {
    width: 1.0714285714rem;
    height: 0.5357142857rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  #flow .inner .free__wrap .free::before {
    left: 0;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
            clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner .free__wrap .free::before {
    top: 0;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
@media print, screen and (min-width: 768px) {
  #flow .inner .free__wrap .free::after {
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner .free__wrap .free::after {
    bottom: 0;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
            clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}
#flow .inner .free__wrap .free span {
  display: inline-block;
  background: #fff4e8;
  font-size: 1.6666666667rem;
  font-weight: 600;
  padding: 0 0.5555555556rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #flow .inner .free__wrap .free span {
    text-align: center;
    padding: 0.7142857143rem 0;
    letter-spacing: 0.1em;
  }
}
#flow .inner .free__wrap .free span strong {
  color: #ff1d25;
}
#flow .inner .free__wrap ol {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #flow .inner .free__wrap ol {
    padding-left: 0;
  }
}
#flow .inner .free__wrap ol li span {
  background: #00a99d;
}
#flow .inner .free__wrap ol li h3 {
  color: #00a99d;
}

/*  よくあるご質問
-------------------------------------------------*/
#faq .inner .container dl:not(:last-child) {
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl:not(:last-child) {
    margin-bottom: 1.7857142857rem;
  }
}
#faq .inner .container dl dt {
  background: rgba(0, 169, 157, 0.2);
  font-weight: 600;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #faq .inner .container dl dt {
    font-size: 1.3333333333rem;
    height: 3.3333333333rem;
    line-height: 3.3333333333rem;
    padding-left: 4.4444444444rem;
    margin-bottom: 1.1111111111rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dt {
    font-size: 1.0714285714rem;
    line-height: 1.4;
    padding: 0.7142857143rem 0.7142857143rem 0.7142857143rem 2.8571428571rem;
    margin-bottom: 0.7142857143rem;
  }
}
#faq .inner .container dl dt::before, #faq .inner .container dl dt::after {
  position: absolute;
  width: 3.3333333333rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dt::before, #faq .inner .container dl dt::after {
    width: 2.1428571429rem;
  }
}
#faq .inner .container dl dt::before {
  content: "";
  height: 100%;
  background: #00a99d;
  top: 0;
}
#faq .inner .container dl dt::after {
  content: "Q";
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #faq .inner .container dl dt::after {
    font-size: 1.2857142857rem;
  }
}
#faq .inner .container dl dd strong {
  color: #ff1d25;
}

/*  無料相談フォーム
-------------------------------------------------*/
#contact {
  background: #f7931e;
}
#contact .inner h2 {
  color: #fff;
}
#contact .inner .container {
  background: #fff;
  padding: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container {
    padding: 1.7857142857rem;
  }
}
#contact .inner .container form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .inner .container form dl {
  width: 100%;
  border-bottom: solid 1px #ccc;
}
@media print, screen and (min-width: 768px) {
  #contact .inner .container form dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.6666666667rem;
    margin-bottom: 1.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner .container form dl {
    padding-bottom: 1.7857142857rem;
    margin-bottom: 1.7857142857rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contact .inner .container form dl:not(:nth-child(-n+2)) dt {
    padding-top: 0.75em;
  }
}
#contact .inner .container form dl dt {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  #contact .inner .container form dl dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 34.4444444444rem);
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner .container form dl dt {
    margin-bottom: 1.0714285714rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contact .inner .container form dl dt span {
  position: relative;
  padding-left: 2.5rem;
}
#contact .inner .container form dl dt span::before {
  position: absolute;
  color: #fff;
  width: 1.9444444444rem;
  height: 1.1111111111rem;
  line-height: 1.1111111111rem;
  font-size: 0.6666666667rem;
  font-weight: 400;
  text-align: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .inner .container form dl dt span.required::before {
  background: #ff1d25;
  content: "必須";
}
#contact .inner .container form dl dt span.option::before {
  background: #999;
  content: "任意";
}
@media print, screen and (min-width: 768px) {
  #contact .inner .container form dl dd {
    width: 34.4444444444rem;
  }
}
#contact .inner .container form dl dd ul li {
  line-height: 1;
}
#contact .inner .container form dl dd ul li:not(:last-child) {
  margin-bottom: 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container form dl dd ul li:not(:last-child) {
    margin-bottom: 0.7142857143rem;
  }
}
#contact .inner .container form dl dd ul li div {
  margin-top: 0.5555555556rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container form dl dd ul li div {
    margin-top: 0.3571428571rem;
  }
}
#contact .inner .container form dl dd ul.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#contact .inner .container form dl dd ul.flex li {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container form dl dd ul.flex li {
    width: 50%;
  }
}
#contact .inner .container form dl dd ul.flex li:last-child {
  width: 100%;
}
#contact .inner .container form dl dd small {
  margin-left: 1em;
}
#contact .inner .container form dl dd small strong {
  color: #ff1d25;
}
#contact .inner .container form .agree {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container form .agree {
    font-size: 0.9285714286rem;
  }
}
#contact .inner .container form .agree a {
  text-decoration: underline;
}
#contact .inner .container form .btn_wrap {
  text-align: center;
  margin-top: 1.6666666667rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container form .btn_wrap {
    margin-top: 1.7857142857rem;
  }
}
#contact .inner .container .thanks {
  text-align: center;
}
#contact .inner .container .thanks small {
  display: block;
  color: #ff1d25;
}

.mfp_err {
  display: none;
  color: #ff1d25;
  margin-top: 0.5em;
}

/*  利用規約・個人情報保護方針
-------------------------------------------------*/
.documents {
  background: #f2f2f2;
}
.documents .inner .container {
  padding: 2.7777777778rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .documents .inner .container {
    padding: 1.0714285714rem;
  }
}
.documents .inner .container p {
  font-size: 0.8888888889rem;
}
.documents .inner .container h3 {
  font-weight: 600;
  margin-top: 2.7777777778rem;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .documents .inner .container h3 {
    margin-top: 1.7857142857rem;
  }
}
.documents .inner .container ol {
  counter-reset: list;
}
.documents .inner .container ol li {
  font-size: 0.8888888889rem;
  text-align: justify;
  line-height: 1.8;
  counter-increment: list;
  padding-left: 1em;
  text-indent: -1em;
}
.documents .inner .container ol li::before {
  content: counter(list) ".";
}
.documents .inner .container ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.documents .inner .container ol li ol {
  counter-reset: list2;
}
.documents .inner .container ol li ol li {
  counter-increment: list2;
  padding-left: 1.75em;
  text-indent: -1.75em;
}
.documents .inner .container ol li ol li::before {
  content: "（" counter(list2) "）";
}

/*  footer
-------------------------------------------------*/
footer {
  padding: 2.7777777778rem 0;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 1.7857142857rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  footer .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .inner address a {
  display: block;
  width: 22.2222222222rem;
  margin-bottom: 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  footer .inner address a {
    width: 100%;
    margin-bottom: 0.7142857143rem;
  }
}
footer .inner .nav__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  footer .inner .nav__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .inner .nav__wrap nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5555555556rem;
}
@media only screen and (max-width: 767px) {
  footer .inner .nav__wrap nav {
    padding: 1.7857142857rem 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .inner .nav__wrap nav a {
  font-size: 0.8888888889rem;
  padding-left: 0.8333333333rem;
  position: relative;
}
footer .inner .nav__wrap nav a::before {
  position: absolute;
  content: "";
  width: 0.3333333333rem;
  height: 0.6666666667rem;
  background: #00a99d;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
footer .inner .nav__wrap nav a:not(:last-child) {
  margin-right: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  footer .inner .nav__wrap nav a:not(:last-child) {
    margin-right: 1.7857142857rem;
  }
}
footer .inner .nav__wrap small {
  font-size: 0.7777777778rem;
}

/*  フローティングバナー
-------------------------------------------------*/
aside {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding: 0.7142857143rem;
  background: rgba(34, 34, 34, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
aside.is-hidden {
  opacity: 0;
  visibility: hidden;
}
aside a {
  display: block;
  width: calc((100% - 0.7142857143rem) / 2);
}