@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* break point */
/* color setting */
/* base setting */
html {
  font-size: 2.41546vw;
  font-size: 62.5%;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 0.72464vw;
  }
}

@media only screen and (min-width: 1380px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #292929;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body.is-fixed {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  body {
    min-width: 110rem;
  }
}

@media only screen and (min-width: 768px) {
  main {
    width: calc(100% - 38rem);
  }
}

picture {
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

a:hover,
a:focus {
  opacity: .7;
}

ul {
  list-style: none;
}

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

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

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

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

input::-webkit-input-placeholder {
  color: #A7A7A7;
}

input:-ms-input-placeholder {
  color: #A7A7A7;
}

input::-ms-input-placeholder {
  color: #A7A7A7;
}

input::placeholder {
  color: #A7A7A7;
}

/* IE */
input:-ms-input-placeholder {
  color: #A7A7A7;
}

/* Edge */
input::-ms-input-placeholder {
  color: #A7A7A7;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.only-sp-inline {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .only-sp-inline {
    display: none;
  }
}

.only-pc {
  display: none;
}

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

.only-pc-inline {
  display: none;
}

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

.nowrap {
  white-space: nowrap;
}

.btn {
  width: 100%;
  width: 32.6rem;
  height: 6.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 4.4rem;
  cursor: pointer;
}

.btn:hover {
  opacity: 1;
}

.btn:hover._cta {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.btn._white {
  background: #fff;
  color: #292929;
}

.btn._green {
  background: #2F9A00;
  color: #fff;
}

.btn._cta {
  -webkit-box-shadow: 0 3px 6px #B49100;
  box-shadow: 0 3px 6px #B49100;
}

._blue {
  color: #5BA4E2;
}

._orange {
  color: #FFD217;
}

.ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.ttl ._txt {
  position: relative;
  display: inline-block;
  padding-right: 6rem;
  padding-left: 5.2rem;
}

.ttl ._txt::before,
.ttl ._txt::after {
  content: '';
  width: 1.8rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  top: 0;
}

.ttl ._txt::before {
  left: 0;
  background: url(../img/common/ttl-left.svg) no-repeat center/1.8rem;
}

.ttl ._txt::after {
  right: 0;
  background: url(../img/common/ttl-right.svg) no-repeat center/1.8rem;
}

.inner {
  padding: 0 2rem;
}

@media only screen and (max-width: 768px) {
  .inner {
    max-width: 54rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .inner {
    padding: 0;
  }
}

.bg-blue {
  background: #5BA4E2;
}

.Cta {
  background: #F2CB27;
}

.Cta .inner {
  padding: 3rem 3.3rem 5.2rem;
}

@media only screen and (min-width: 768px) {
  .Cta .inner {
    padding: 5.8rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .Cta {
    text-align: center;
  }
}

.Cta__ttl {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  padding-bottom: 1.4rem;
  border-bottom: 0.3rem solid #292929;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .Cta__ttl {
    display: inline-block;
    margin-bottom: 3.2rem;
    font-size: 2.9rem;
  }
}

.Cta__ttl ._lg {
  font-size: 4.3rem;
  padding: 0 0.2rem 0 0.5rem;
}

@media only screen and (min-width: 768px) {
  .Cta__ttl ._lg {
    font-size: 4.9rem;
  }
}

.Cta__ttl ._lg2 {
  font-size: 4.4rem;
  padding: 0 0.1rem 0 0.6rem;
}

@media only screen and (min-width: 768px) {
  .Cta__ttl ._lg2 {
    font-size: 4.9rem;
  }
}

.Cta__btns {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .Cta__btns {
    margin-bottom: 4rem;
  }
}

.Cta__btns ._siryo {
  margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .Cta__btns ._siryo {
    margin-bottom: 0;
    margin-right: 1.4rem;
  }
}

.Cta__btns ._siryo ._txt {
  padding-left: 3.7rem;
  position: relative;
}

.Cta__btns ._siryo ._txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.8rem;
  height: 4rem;
  background: url(../img/cta/siryo.svg) no-repeat center/2.8rem;
}

.Cta__btns ._mitsumori {
  margin-bottom: 3.1rem;
}

@media only screen and (min-width: 768px) {
  .Cta__btns ._mitsumori {
    margin-bottom: 0;
  }
}

.Cta__btns ._mitsumori ._txt {
  padding-left: 3.4rem;
  position: relative;
}

.Cta__btns ._mitsumori ._txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.6rem;
  height: 4rem;
  background: url(../img/cta/mitsumori.svg) no-repeat center/2.6rem;
}

.Cta__tel {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .Cta__tel {
    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;
  }
}

.Cta__tel--txt {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .Cta__tel--txt {
    position: relative;
    padding-left: 4.2rem;
    margin-bottom: 0;
    margin-right: 1.6rem;
  }

  .Cta__tel--txt::before {
    content: '';
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background: url(../img/cta/tel.svg) no-repeat center/3.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .Cta__tel--num {
    font-size: 3.6rem;
    font-weight: 900;
    pointer-events: none;
  }
}

@media only screen and (max-width: 768px) {
  .Cta__tel--num {
    width: 100%;
    width: 32.6rem;
    height: 6.7rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    border-radius: 4.4rem;
    background: #fff;
    color: #292929;
    -webkit-box-shadow: 0 3px 6px #B49100;
    box-shadow: 0 3px 6px #B49100;
  }

  .Cta__tel--num ._txt {
    padding-left: 3.4rem;
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    position: relative;
  }

  .Cta__tel--num ._txt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.8rem;
    height: 4rem;
    background: url(../img/cta/tel.svg) no-repeat center/2.8rem;
  }
}

.floating {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 3px -3px 3px rgb(178 178 178 / 16%);
  height: 6.2rem;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  z-index: 900;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (min-width: 768px) {
  .floating {
    display: none;
  }
}

.floating.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.floating__btn {
  padding-left: 4.8rem;
  position: relative;
}

.floating__btn::before {
  content: '';
  width: 3.5rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/floating/email.svg) no-repeat center/3.5rem;
}

.l-footer {
  background: #fff;
  text-align: center;
  padding-bottom: 4.7rem;
  padding-top: 2.5rem;
  font-weight: 700;
  margin-bottom: 6.2rem;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    width: calc(100% - 38rem);
    margin-bottom: 0;
    height: 12.1rem;
    padding-top: 3.5rem;
  }

  .l-footer-thanks {
    width: 100%;
  }
}

.l-footer__ttl {
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 0.5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-footer__ttl {
    margin-bottom: 1rem;
  }
}

.l-footer__copy {
  font-size: 1rem;
  line-height: 1.4;
}

.hamburger {
  width: 4.8rem;
  height: 4.8rem;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 3px rgba(178, 178, 178, 0.16);
  box-shadow: 3px 3px 3px rgba(178, 178, 178, 0.16);
  position: fixed;
  top: 1.3rem;
  right: 1rem;
  z-index: 1000;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger.is-open {
  background: #5BA4E2;
}

.hamburger.is-open ._bar {
  background: transparent;
  width: 3rem;
  height: 3px;
}

.hamburger.is-open ._bar::before,
.hamburger.is-open ._bar::after {
  background: #fff;
  height: 3px;
}

.hamburger.is-open ._bar::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.is-open ._bar::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger ._bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 1.6rem;
  height: 2px;
  border-radius: 2px;
  background: #292929;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.hamburger ._bar::before,
.hamburger ._bar::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  background: #292929;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.hamburger ._bar::before {
  top: -0.8rem;
}

.hamburger ._bar::after {
  top: 0.8rem;
}

#blur-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 800;
  height: 7.4rem;
  background: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
}

#blur-mask.is-show {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #blur-mask {
    height: 8rem;
    width: calc(100% - 38rem);
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 7.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}

@media only screen and (max-width: 768px) {
  .l-header .inner {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .l-header {
    width: calc(100% - 38rem);
    height: 8rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-header-thanks {
    width: 100%;
  }

  .l-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2.1rem 0 2.4rem;
    width: 100%;
  }
}

.l-header__logo {
  display: block;
  width: 14.7rem;
  z-index: 1000;
}

@media only screen and (min-width: 768px) {
  .l-header__logo {
    margin-top: 1rem;
    width: 20.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .Nav {
    margin-left: auto;
  }

  .Nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .Nav__item a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #292929;
    padding: 0 1.8rem;
    line-height: 1.13333;
    border-left: 2px solid #D8D8D8;
    white-space: nowrap;
  }

  .Nav__item:last-child a {
    border-right: 2px solid #D8D8D8;
  }
}

@media only screen and (max-width: 768px) {
  .Nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  .Nav.is-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .Nav__mask {
    background: #5BA4E2;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .Nav__list {
    width: 1000%;
    height: 100%;
    padding: 11.3rem 3.1rem 0;
    position: relative;
    z-index: 1;
  }

  .Nav__item {
    padding-bottom: 2.55rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem;
  }

  .Nav__item a {
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    padding-left: 3.1rem;
    position: relative;
  }

  .Nav__item a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.55rem 0 0.55rem 0.7rem;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.l-about {
  padding-top: 3.5rem;
  padding-bottom: 2.7rem;
}

@media only screen and (min-width: 768px) {
  .l-about {
    padding-top: 6rem;
    padding-bottom: 5.4rem;
  }

  .l-about .inner {
    margin: 0 auto;
    max-width: 90rem;
  }
}

.l-about__ttl {
  color: #fff;
  margin-bottom: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .l-about__ttl {
    margin-bottom: 3rem;
  }
}

.l-about__ttl ._txt {
  padding-left: 3.7rem;
  padding-right: 3.1rem;
}

.l-about__ttl ._txt::before {
  background-image: url(../img/common/ttl-left-white.svg);
}

.l-about__ttl ._txt::after {
  background-image: url(../img/common/ttl-right-white.svg);
}

.l-about__subTtl {
  font-size: 1.9rem;
  line-height: 1.52632;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .l-about__subTtl {
    margin-bottom: 3.1rem;
  }
}

.l-about__box {
  background: #fff;
  padding: 5.4rem 2rem 3rem;
}

@media only screen and (min-width: 768px) {
  .l-about__box {
    padding: 4.8rem 8rem 4.2rem;
    border-radius: 0.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.6rem;
  }
}

.l-about__item {
  width: 23rem;
  height: 27.5rem;
  margin: 0 auto 4.8rem;
}

@media only screen and (max-width: 768px) {
  .l-about__item:last-child {
    margin-bottom: 2.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-about__item {
    margin: 0;
    height: 28rem;
  }
}

.l-about__item--ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #5BA4E2;
  text-align: center;
  border: 1px solid #5BA4E2;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-about__item--price {
  line-height: 1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.l-about__item--price ._lg {
  font-size: 3.6rem;
}

@media only screen and (min-width: 768px) {
  .l-about__item--price ._lg {
    font-size: 3rem;
  }
}

.l-about__item--price ._md {
  font-size: 1.9rem;
}

.l-about__item--price ._pale {
  font-size: 1.5rem;
  color: #6F6F6F;
  position: relative;
  left: -0.6rem;
}

.l-about__item--price ._name {
  font-size: 1.5rem;
  display: block;
  margin-top: 0.4rem;
}

.l-about__option {
  background: #F4F4F4;
  height: 7.6rem;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  padding-top: 1.3rem;
  margin-bottom: 4.2rem;
}

@media only screen and (min-width: 768px) {
  .l-about__option {
    height: 4rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6.8rem;
  }
}

.l-about__option ._sm {
  font-size: 1.3rem;
  line-height: 1.84615;
}

.l-about__ttl2 {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .l-about__ttl2 {
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
  }
}

.l-about__pic {
  margin-bottom: 3.7rem;
}

@media only screen and (min-width: 768px) {
  .l-about__pic {
    margin-bottom: 1.5rem;
  }
}

.l-about__labels {
  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;
  margin-bottom: 0.7rem;
}

@media only screen and (min-width: 768px) {
  .l-about__labels {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.7rem;
  }
}

.l-about__labels li {
  width: 48.8024%;
  height: 4.2rem;
  border: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.08333;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

@media only screen and (min-width: 768px) {
  .l-about__labels li {
    height: 5rem;
    width: 31.62162%;
    margin-right: 2.56757%;
    margin-bottom: 2rem;
  }

  .l-about__labels li:nth-child(3n) {
    margin-right: 0;
  }
}

.l-about__cautions {
  margin-bottom: 2.5rem;
}

.l-about__cautions li {
  padding-left: 1.6rem;
  font-size: 1.1rem;
  line-height: 1.63636;
  font-weight: 500;
  position: relative;
  color: #6F6F6F;
}

@media only screen and (min-width: 768px) {
  .l-about__cautions li {
    font-size: 1.3rem;
    line-height: 1.61538;
  }
}

.l-about__cautions li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.l-about__price {
  background: #C7E5FF;
  width: 33.4rem;
  height: 10.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: 2.6rem;
}

@media only screen and (min-width: 768px) {
  .l-about__price {
    width: 100%;
    height: 5.8rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-about__price ._top {
  display: block;
  margin-bottom: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .l-about__price ._top {
    display: inline-block;
    margin-bottom: 0;
  }
}

.l-about__price ._lg {
  font-size: 2.8rem;
  color: #5BA4E2;
}

.l-about__price ._sm {
  font-size: 1.5rem;
  padding: 0 0.7rem 0 0.3rem;
}

.l-about__price ._md {
  font-size: 1.6rem;
}

.l-about__number {
  font-size: 1.1rem;
  line-height: 1.63636;
  font-weight: 500;
  color: #6F6F6F;
}

@media only screen and (min-width: 768px) {
  .l-about__number {
    font-size: 1.3rem;
    line-height: 1.61538;
  }
}

.l-achivement {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement {
    padding: 8rem 0;
  }

  .l-achivement .inner {
    max-width: 90rem;
    margin: 0 auto;
  }
}

.l-achivement__ttl {
  margin-bottom: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement__ttl {
    margin-bottom: 4.6rem;
  }
}

.l-achivement__ttl ._txt {
  padding-right: 4.4rem;
  padding-left: 4rem;
}

.l-achivement__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.6rem;
}

.l-achivement__item {
  background: #EBEBEB;
  border-radius: 0.8rem;
  width: 17.7rem;
  height: 16.8rem;
  padding-top: 2rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-achivement__item {
    width: 28.2rem;
    height: 32.4rem;
    padding-top: 6rem;
  }
}

.l-achivement__item:nth-child(1) {
  margin-right: 2rem;
}

.l-achivement__item:nth-child(1) img {
  width: 8rem;
  position: absolute;
  bottom: 2rem;
  left: 4.8rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement__item:nth-child(1) {
    margin-right: 2.7rem;
  }

  .l-achivement__item:nth-child(1) img {
    width: 12.7rem;
    left: 7.6rem;
    bottom: 6.5rem;
  }
}

.l-achivement__item:nth-child(2) img {
  width: 9rem;
  left: 4.3rem;
  bottom: 2.8rem;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .l-achivement__item:nth-child(2) {
    margin-right: 2.7rem;
  }

  .l-achivement__item:nth-child(2) img {
    width: 14.3rem;
    left: 6.9rem;
    bottom: 7.9rem;
  }
}

.l-achivement__item:nth-child(3) {
  margin-top: 1.4rem;
  padding-top: 3rem;
}

.l-achivement__item:nth-child(3) img {
  width: 8.8rem;
  left: 4rem;
  bottom: 1.2rem;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .l-achivement__item:nth-child(3) {
    margin-top: 0;
    padding-top: 6rem;
  }

  .l-achivement__item:nth-child(3) img {
    width: 14rem;
    left: 6.5rem;
    bottom: 6rem;
  }
}

.l-achivement__item--txt {
  text-align: center;
}

.l-achivement__item--txt ._sm {
  font-size: 1.3rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .l-achivement__item--txt ._sm {
    font-size: 1.9rem;
  }

  .l-achivement__item--txt ._sm._pcm {
    font-size: 2.2rem;
  }
}

.l-achivement__item--txt ._line {
  display: block;
  padding-bottom: 0.6rem;
}

.l-achivement__item--txt ._line._mb6 {
  margin-bottom: 0.6rem;
}

.l-achivement__item--txt ._lg {
  font-size: 2.5rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .l-achivement__item--txt ._lg {
    font-size: 4.2rem;
    font-weight: 700;
  }
}

.l-achivement__item--txt ._md {
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .l-achivement__item--txt ._md {
    font-size: 3rem;
    letter-spacing: 0.06em;
    font-weight: 900;
  }
}

.l-achivement__txt {
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement__txt {
    line-height: 1;
    margin-bottom: 1.8rem;
  }
}

.l-achivement__txt._bold {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45833;
  margin-bottom: 4.9rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement__txt._bold {
    line-height: 1;
    margin-bottom: 6.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-achivement__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8rem;
    margin-bottom: 9.4rem;
  }
}

.l-achivement__bottom--pic {
  width: 17.6rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  margin-bottom: 2.8rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement__bottom--pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24.3rem;
    margin: 0;
    margin-right: 3rem;
  }
}

.l-achivement__bottom--ttl {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.36842;
  margin-bottom: 3.3rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement__bottom--ttl {
    padding-top: 0.5rem;
  }
}

.l-achivement__bottom--body ul {
  max-width: 32rem;
  margin-bottom: 2.8rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement__bottom--body ul {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.l-achivement__bottom--body ul li {
  padding-left: 3.1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33333;
  position: relative;
  margin-bottom: 1.4rem;
}

.l-achivement__bottom--body ul li:nth-child(1) {
  margin-bottom: 2.1rem;
}

.l-achivement__bottom--body ul li:nth-child(2) {
  margin-bottom: 2.1rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement__bottom--body ul li {
    margin-bottom: 2rem;
  }

  .l-achivement__bottom--body ul li:last-child {
    margin-bottom: 0;
  }
}

.l-achivement__bottom--body ul li ._sm {
  font-size: 1.1rem;
  color: #6F6F6F;
  display: block;
}

.l-achivement__bottom--body ul li ._sm.item02 {
  padding-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .l-achivement__bottom--body ul li ._sm._inline {
    display: inline-block;
  }
}

.l-achivement__bottom--body ul li::before {
  content: '';
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/achivement/check.svg) no-repeat center/1.7rem;
  position: absolute;
  left: 0;
  top: 0;
}

.l-achivement__txt--last {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.47368;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-achivement__txt--last {
    font-size: 2.4rem;
    line-height: 1;
  }
}

.Assist {
  background: #fff;
  padding: 1rem 2rem 2.8rem;
}

@media only screen and (min-width: 768px) {
  .Assist {
    padding: 2.7rem 8rem 5.6rem;
    border-radius: 0.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .Assist__head {
    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;
    position: relative;
    left: -1rem;
  }
}

.Assist__label {
  width: 8.5rem;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 768px) {
  .Assist__label {
    margin: 0;
    width: 9.5rem;
  }
}

.Assist__ttl {
  font-size: 2.3rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #292929;
  max-width: 30.3rem;
  margin: 0 auto 3rem;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .Assist__ttl {
    text-align: left;
    margin: 0;
    max-width: 100%;
  }
}

.Assist__ttl ._blue {
  font-size: 2.7rem;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .Assist__ttl ._blue {
    font-size: 3rem;
  }
}

.Assist__ttl ._blue._line {
  display: block;
}

@media only screen and (min-width: 768px) {
  .Assist__ttl ._blue._line {
    display: inline-block;
  }
}

.Assist__ttl ._blue._lg {
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  .Assist__ttl ._blue._lg {
    font-size: 3.2rem;
  }
}

.Assist__list {
  margin-bottom: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .Assist__list {
    margin-bottom: 3rem;
    padding-left: 4.3rem;
  }
}

.Assist__list li {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  padding-left: 2.9rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .Assist__list li {
    margin-bottom: 1.6rem;
  }
}

.Assist__list li::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 2.4rem;
  background: url(../img/assist/check.svg) no-repeat center/1.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

.Assist__box {
  background: #FFF9D8;
  padding: 2.5rem 2rem 2.8rem;
}

@media only screen and (min-width: 768px) {
  .Assist__box {
    padding: 3.8rem 3.5rem 4.8rem 5.4rem;
  }
}

.Assist__box--ttl {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.6rem;
}

@media only screen and (min-width: 768px) {
  .Assist__box--ttl {
    font-size: 2.8rem;
    line-height: 1.35714;
    margin-bottom: 0.5rem;
  }
}

.Assist__box--subTtl {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .Assist__box--subTtl {
    text-align: left;
    font-size: 1.9rem;
    margin-bottom: 3.4rem;
    line-height: 1;
  }
}

.Assist__box--pic {
  width: 23.1rem;
  margin: 0 auto 1.8rem;
}

@media only screen and (min-width: 768px) {
  .Assist__box--pic {
    margin: 0;
    width: 19.5rem;
    margin-right: 1.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.Assist__box--list li {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.30769;
  padding-left: 2.7rem;
  position: relative;
  margin-bottom: 2rem;
}

.Assist__box--list li:nth-child(2) {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .Assist__box--list li {
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
  }
}

.Assist__box--list li ._orange {
  color: #E67C00;
}

.Assist__box--list li:last-child {
  margin-bottom: 0;
}

.Assist__box--list li::before {
  content: '';
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/assist/check.svg) no-repeat center/1.7rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .Assist__box--body {
    padding-top: 4.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .Assist__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-auto {
  background: #5BA4E2;
  padding-top: 2.2rem;
  padding-bottom: 5.7rem;
}

@media only screen and (min-width: 768px) {
  .l-auto {
    padding: 7.1rem 0;
  }

  .l-auto .inner {
    max-width: 90rem;
    margin: 0 auto;
  }
}

.Auto {
  background: #fff;
  padding: 0.7rem 2rem 2.8rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .Auto {
    padding: 3rem 8rem 3.8rem;
    margin-bottom: 1.6rem;
    border-radius: 0.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .Auto__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.Auto__label {
  width: 8.5rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .Auto__label {
    width: 11.7rem;
    margin: 0;
  }
}

.Auto__ttl {
  font-size: 2.3rem;
  letter-spacing: -0.04em;
  text-align: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #292929;
  margin-bottom: 3.4rem;
}

@media only screen and (min-width: 768px) {
  .Auto__ttl {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}

.Auto__ttl ._orange {
  color: #E67C00;
  font-size: 2.8rem;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .Auto__ttl ._orange {
    font-size: 3.2rem;
  }
}

.Auto__ttl ._orange._line {
  display: block;
  padding-bottom: 0.6rem;
}

@media only screen and (min-width: 768px) {
  .Auto__ttl ._orange._line {
    display: inline-block;
  }
}

.Auto__ttl ._orange._lg {
  letter-spacing: 0;
  font-size: 3rem;
}

.Auto__txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.Auto__txt.item02 {
  margin-bottom: 4.5rem;
}

.Auto__txt.item03 {
  margin-bottom: 1.5rem;
}

.Auto__txt._small {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.63636;
  color: #6F6F6F;
  margin-bottom: 4.2rem;
  white-space: nowrap;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 768px) {
  .Auto__txt {
    margin-bottom: 5rem;
  }

  .Auto__txt.item02 {
    margin-bottom: 6.4rem;
  }

  .Auto__txt.item03 {
    margin-bottom: 3.7rem;
  }

  .Auto__txt._small {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.61538;
    color: #6F6F6F;
    margin-bottom: 3.4rem;
    white-space: nowrap;
    letter-spacing: -0.04em;
  }
}

.Auto__prevent {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.36842;
  margin-bottom: 1.1rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .Auto__prevent {
    margin-bottom: 2rem;
    text-align: center;
  }
}

.Auto__pic {
  margin-bottom: 3.2rem;
}

.Auto__box {
  background: #FFF9D8;
  padding: 4rem 0;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .Auto__box {
    padding: 4.5rem 2.9rem 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.8rem;
  }
}

.Auto__box--list {
  max-width: 24.3rem;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 768px) {
  .Auto__box--list {
    margin: 0;
    margin-right: 4.9rem;
  }
}

.Auto__box--list li {
  font-size: 1.5rem;
  line-height: 1.33333;
  font-weight: 700;
  padding-left: 4.8rem;
  position: relative;
  padding-bottom: 4.5rem;
}

.Auto__box--list li::after {
  content: '';
  display: block;
  width: 1.7rem;
  height: 2rem;
  background: url(../img/auto/arrow.svg) no-repeat center/1.7rem;
  position: absolute;
  bottom: 1.1rem;
  right: 10.9rem;
}

.Auto__box--list li::before {
  content: '';
  width: 3.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 3.4rem;
  background: url(../img/auto/icon.svg) no-repeat top center/3.5rem;
}

.Auto__box--list li:last-child {
  padding-bottom: 0;
}

.Auto__box--list li:last-child::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Auto__box--list li:last-child::after {
  display: none;
}

.Auto__box--pic {
  max-width: 30.7rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .Auto__box--pic {
    margin: 0;
    max-width: 33.6rem;
  }
}

.Auto__bottom--ttl {
  font-size: 1.9rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .Auto__bottom--ttl {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.Auto__bottom--txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.Auto__bottom--small {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6F6F6F;
}

@media only screen and (min-width: 768px) {
  .Auto__bottom--small {
    font-size: 1.3rem;
  }
}

.l-case {
  background: #F8F8F8;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}

@media only screen and (min-width: 768px) {
  .l-case {
    padding: 8rem 0 9rem;
  }
}

.l-case .inner {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .l-case .inner {
    max-width: 90rem;
    margin: 0 auto;
  }
}

.l-case__ttl {
  margin-bottom: 2.8rem;
}

.l-case__labels {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .l-case__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }
}

.l-case__labels:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  content: '';
  width: 16%;
}

.l-case__labels:after {
  content: '';
  width: 16%;
}

.l-case__labels li {
  /*margin-top: 10px;*/
  /*width: 16%;*/
  background-color: white;
  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;
}

.l-case__labels li .label-text {
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
}

.l-company {
  padding-top: 4.7rem;
  padding-bottom: 7.4rem;
}

@media only screen and (min-width: 768px) {
  .l-company {
    padding: 8.2rem 0;
  }

  .l-company .inner {
    max-width: 90rem;
    margin: 0 auto;
  }
}

.l-company__top {
  padding: 0 2rem;
}

@media only screen and (min-width: 768px) {
  .l-company__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5.7rem;
  }
}

.l-company__img {
  width: 18rem;
  position: relative;
  left: -2rem;
  margin: 0 auto 2.4rem;
}

@media only screen and (min-width: 768px) {
  .l-company__img {
    margin: 0;
  }
}

.l-company__txt {
  font-size: 1.5rem;
  line-height: 1.66667;
  margin-bottom: 7rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .l-company__txt {
    font-size: 1.9rem;
    margin-bottom: 0;
  }
}

.l-company__ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 2.4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-company__ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.l-company dl {
  font-size: 1.3rem;
  line-height: 1.69231;
  margin-bottom: 6.2rem;
}

.l-company dl>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D8D8D8;
}

.l-company dl>div:first-child {
  border-top: 1px solid #D8D8D8;
}

.l-company dl dt {
  font-weight: 700;
  padding: 1.2rem 1.5rem;
  background: #F2F2F2;
  width: 8.4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .l-company dl dt {
    font-weight: 500;
    width: 12.5rem;
    padding-left: 4rem;
  }
}

.l-company dl dd {
  font-weight: 500;
  padding: 1.2rem 1.9rem;
}

@media only screen and (min-width: 768px) {
  .l-company dl dd {
    padding-left: 3.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-company__maker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5.8rem;
  }
}

.l-company__maker--logo {
  width: 13.7rem;
  margin: 0 auto 3.8rem;
}

@media only screen and (min-width: 768px) {
  .l-company__maker--logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.3rem;
    margin: 0;
    margin-right: 4.6rem;
  }
}

.l-company__maker--txt {
  font-size: 1.9rem;
  line-height: 1.52632;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-company__maker--txt {
    text-align: left;
    margin-bottom: 0;
  }

  .l-company__maker--txt ._sm {
    position: relative;
    left: -0.8rem;
  }
}

.l-company__maker--txt ._sm {
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .l-company__pioneer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .l-company__pioneer--body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.3rem;
  }
}

.l-company__pioneer--body ._ttl {
  background: #5BA4E2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28571;
  padding: 0.6rem 0 0.8rem;
  border-radius: 0.6rem;
  text-align: center;
  margin-bottom: 1.3rem;
}

.l-company__pioneer--body ._txt {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.l-company__pioneer--pic {
  max-width: 37.4rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .l-company__pioneer--pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 45.1rem;
    margin: 0;
  }
}

.l-cost {
  padding-top: 9.5rem;
  padding-bottom: 4rem;
  background: #EBEBEB;
}

@media only screen and (min-width: 768px) {
  .l-cost {
    padding-top: 8.1rem;
    padding-bottom: 7.5rem;
  }

  .l-cost .inner {
    max-width: 90rem;
    margin: 0 auto;
  }
}

.l-cost__ttl {
  margin-bottom: 4.4rem;
}

@media only screen and (min-width: 768px) {
  .l-cost__ttl {
    margin-bottom: 4.9rem;
  }
}

.l-cost__ttl ._txt {
  padding-right: 2.8rem;
  padding-left: 2.6rem;
}

.l-cost__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .l-cost__list {
    margin-bottom: 4rem;
  }
}

.l-cost__list li {
  width: 17.6rem;
  height: 17.6rem;
  border-radius: 50%;
  background: #5BA4E2;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-cost__list li {
    width: 23.8rem;
    height: 23.8rem;
  }

  .l-cost__list li:nth-child(1) {
    margin-right: 6rem;
  }

  .l-cost__list li:nth-child(2) {
    margin-right: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .l-cost__list li:nth-child(1) {
    margin-right: 2.2rem;
  }

  .l-cost__list li:nth-child(3) {
    position: relative;
    top: -1.3rem;
  }
}

.l-cost__list li ._num {
  width: 3.2rem;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .l-cost__list li ._num {
    width: 4.4rem;
    top: 1rem;
  }
}

.l-cost__item--body {
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 6.7rem;
  line-height: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .l-cost__item--body.item01 {
    top: 8.9rem;
  }

  .l-cost__item--body.item01 ._sm {
    padding-bottom: 0.7rem;
    display: inline-block;
  }

  .l-cost__item--body.item01 ._md {
    padding-bottom: 0.8rem;
    display: inline-block;
  }

  .l-cost__item--body.item02 {
    top: 9.2rem;
  }

  .l-cost__item--body.item02 ._sm {
    padding-bottom: 0.6rem;
    display: inline-block;
  }

  .l-cost__item--body.item02 ._md {
    padding-bottom: 0.8rem;
    display: inline-block;
  }

  .l-cost__item--body.item03 {
    top: 7rem;
  }

  .l-cost__item--body.item03 ._sm {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    display: inline-block;
  }
}

.l-cost__item--body ._sm {
  font-size: 1.3rem;
  display: inline-block;
  padding-bottom: 0.6rem;
}

@media only screen and (min-width: 768px) {
  .l-cost__item--body ._sm {
    font-size: 1.9rem;
  }
}

.l-cost__item--body ._lg {
  color: #FFD217;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-cost__item--body ._lg {
    font-size: 4.3rem;
    padding-right: 0.2rem;
  }
}

.l-cost__item--body ._xl {
  font-size: 4.5rem;
  color: #FFD217;
}

@media only screen and (min-width: 768px) {
  .l-cost__item--body ._xl {
    font-size: 6.2rem;
    padding-right: 0.3rem;
  }
}

.l-cost__item--body ._md {
  font-weight: 900;
  font-size: 1.5rem;
  display: inline-block;
  padding-bottom: 0.6rem;
}

@media only screen and (min-width: 768px) {
  .l-cost__item--body ._md {
    font-size: 2.2rem;
  }
}

.l-cost__item--body ._ll {
  font-size: 2.5rem;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .l-cost__item--body ._ll {
    font-size: 4.2rem;
  }
}

.l-element__ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.4rem;
}

@media only screen and (min-width: 768px) {
  .l-element__ttl {
    margin-bottom: 5.6rem;
  }
}

.l-element__ttl ._lg {
  font-size: 3.2rem;
  font-weight: 900;
}

.l-element__ttl ._md {
  font-size: 2.2rem;
  font-weight: 900;
  display: block;
  margin-top: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .l-element__ttl ._md {
    margin-top: 0;
    display: inline-block;
  }
}

.l-element__item {
  background: #fff;
  border-radius: 0.6rem;
  padding: 2rem 2rem 3rem;
}

@media only screen and (min-width: 768px) {
  .l-element__item {
    padding: 3.5rem 4rem;
  }
}

.l-element__item--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-element__item:nth-child(1) {
  margin-bottom: 2rem;
}

.l-element__item:nth-child(2) {
  margin-bottom: 2rem;
}

.l-element__item:nth-child(3) {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .l-element__item:nth-child(1) {
    margin-bottom: 3rem;
  }

  .l-element__item:nth-child(2) {
    margin-bottom: 3rem;
  }

  .l-element__item:nth-child(3) {
    margin-bottom: 5.5rem;
  }
}

.l-element__item--head {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 1.8rem;
  margin-bottom: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .l-element__item--head {
    margin-bottom: 3rem;
  }
}

.l-element__head--num {
  width: 5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .l-element__head--num {
    width: 6.4rem;
    margin-right: 2.3rem;
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-element__head--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-element__head--body ._bold {
  font-size: 3.6rem;
  font-weight: 900;
  display: block;
  padding-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .l-element__head--body ._bold {
    font-size: 4rem;
  }
}

.l-element__head--body ._bold._mb2 {
  padding-bottom: 0.2rem;
}

.l-element__head--body ._bold._item03 {
  padding-top: 0.7rem;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-element__head--body ._bold {
    margin-right: 1.3rem;
    padding-bottom: 0;
  }
}

.l-element__head--body ._top {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}

.l-element__item--include ._top {
  white-space: nowrap;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .l-element__head--body ._top {
    font-size: 1.9rem;
  }
}

.l-element__head--body ._bottom {
  font-size: 1.9rem;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .l-element__head--body ._bottom {
    font-size: 2.4rem;
    margin-top: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-element__head--body ._bottom ._blue {
  font-size: 3.6rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .l-element__head--body ._bottom ._blue {
    font-size: 4.2rem;
  }
}

.l-element__head--body ._txt ._lg {
  font-size: 3.6rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .l-element__head--body ._txt ._lg {
    font-size: 4.2rem;
    position: relative;
    top: 0.4rem;
    padding-right: 0.2rem;
  }
}

.l-element__head--body ._txt ._md {
  font-size: 1.9rem;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .l-element__head--body ._txt ._md {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-element__head--body ._txt._flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .l-element__bottom--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-element__name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .l-element__name {
    font-size: 1.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 19.4rem;
    margin-bottom: 0;
  }
}

.l-element__name ._lg {
  font-size: 1.9rem;
  font-weight: 700;
  padding-left: 0.6rem;
}

.l-element__name ._sm {
  font-size: 1.1rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .l-element__name ._sm {
    font-size: 1.3rem;
    bottom: -0.3rem;
    display: block;
    position: relative;
    left: -0.5rem;
  }
}

.l-element__price {
  background: #A2A2A2;
  height: 3.5rem;
  width: 33.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .l-element__price {
    width: 54.7rem;
    margin-bottom: 0;
  }
}

.l-element__price._5year {
  width: 20.9rem;
}

@media only screen and (min-width: 768px) {
  .l-element__price._5year {
    width: 32.3rem;
  }
}

.l-element__price._8year {
  background: #F2CB27;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-element__price._8year {
    margin-bottom: 0;
  }
}

.l-element__price ._lg {
  font-size: 2.8rem;
}

.l-element__price._yellow {
  background: #F2CB27;
  width: 24.9rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-element__price._yellow {
    margin-bottom: 0;
    width: 24.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-element__body {
    padding: 0 4rem;
  }

  .l-element__body.item03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-element__item3--pic {
    margin-bottom: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-element__item3--pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 34.2rem;
    margin-right: 2.1rem;
    position: relative;
    left: -0.5rem;
  }
}

.l-element__item3--list li {
  font-size: 1.5rem;
  line-height: 1.13333;
  padding-left: 2.6rem;
  position: relative;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .l-element__item3--list li {
    font-size: 1.9rem;
  }
}

.l-element__item3--list li:nth-child(1)::after {
  top: 0.8rem;
}

.l-element__item3--list li:nth-child(2)::after {
  top: 0.8rem;
}

.l-element__item3--list li:nth-child(3)::after {
  top: 0.2rem;
}

.l-element__item3--list li ._bold {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .l-element__item3--list li ._bold {
    font-size: 2.4rem;
  }
}

.l-element__item3--list li ._lg {
  font-size: 2.2rem;
  line-height: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .l-element__item3--list li ._lg {
    font-size: 3rem;
    padding-right: 0.2rem;
  }
}

.l-element__item3--list li ._sm {
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .l-element__item3--list li ._sm {
    font-size: 1.9rem;
  }
}

.l-element__item3--list li::after {
  content: '';
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/cost/check.svg) no-repeat center/1.7rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .l-element__body--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.1rem;
  }

  .l-element__body--item._last {
    margin-bottom: 3.4rem;
  }

  .l-element__body--item.item02 {
    margin-bottom: 3rem;
  }
}

.l-element__point {
  font-size: 1.6rem;
  font-weight: 900;
  border: 1px solid #292929;
  border-radius: 0.4rem;
  width: 33.4rem;
  height: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}

@media only screen and (min-width: 768px) {
  .l-element__point {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10rem;
    height: 4.6rem;
    margin-right: 1.8rem;
    margin-bottom: 0;
  }
}

.l-element__point--txt {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .l-element__point--txt {
    font-size: 1.3rem;
    line-height: 1.69231;
    max-width: 62.3rem;
  }
}

.l-element__bottom {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.57895;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-element__bottom {
    font-size: 2.4rem;
    line-height: 1.58333;
  }
}

.l-flow {
  padding-top: 4.2rem;
  padding-bottom: 2.8rem;
  background: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .l-flow {
    border-radius: 0.6rem;
    padding-top: 6.8rem;
    padding-bottom: 4.4rem;
  }
}

.l-flow__ttl {
  margin-bottom: 2.3rem;
}

@media only screen and (min-width: 768px) {
  .l-flow__ttl {
    margin-bottom: 4rem;
  }
}

.l-flow__ttl ._txt {
  padding-right: 4.2rem;
  padding-left: 4.1rem;
}

.l-flow__list {
  max-width: 37.4rem;
  margin: 0 auto;
  padding: 4.2rem 5rem 5rem;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .l-flow__list {
    max-width: 90rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5.5rem 8rem 5rem;
  }
}

.l-flow__item {
  border-radius: 0.6rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-flow__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.6rem;
  }

  .l-flow__item:last-child {
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .l-flow__item:first-child {
    padding-bottom: 6rem;
  }

  .l-flow__item:nth-child(2) {
    padding-bottom: 7rem;
  }

  .l-flow__item:last-child::after {
    display: none;
  }

  .l-flow__item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3rem;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.6rem 1.55rem 0 1.55rem;
    border-color: #868686 transparent transparent transparent;
  }
}

.l-flow__item--icon {
  margin: 0 auto 1.7rem;
}

.l-flow__item--icon.item01 {
  width: 13.1rem;
}

.l-flow__item--icon.item02 {
  width: 17.7rem;
}

.l-flow__item--icon.item03 {
  width: 13rem;
}

@media only screen and (min-width: 768px) {
  .l-flow__item--icon.item01 {
    margin-bottom: 4.4rem;
  }

  .l-flow__item--icon.item02 {
    margin-bottom: 2.8rem;
  }

  .l-flow__item--icon.item03 {
    margin-bottom: 3.7rem;
  }
}

.l-flow__item--ttl {
  color: #5BA4E2;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .l-flow__item--ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.l-flow__item--txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .l-flow__item--txt {
    font-size: 1.3rem;
    line-height: 1.61538;
  }
}

.l-form {
  overflow: hidden;
  padding-top: 5.8rem;
  padding-bottom: 2.5rem;
  background: #fff;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .l-form {
    max-width: 41.4rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .l-form {
    overflow: scroll;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: 0;
    width: 38rem;
    padding-top: 4.4rem;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  .l-form.is-open {
    width: 100%;
    padding-top: 10rem;
  }

  .l-form.is-open .l-form__inner {
    margin: 0 auto;
    max-width: 50rem;
    z-index: 100;
    position: relative;
  }
}

.l-form__inner {
  padding: 0 4rem;
}

.l-form__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
}

.l-form__campaign {
  margin-bottom: 2rem;
}

/*@media only screen and (min-width: 768px) {
  .l-form__ttl {
    font-size: 1.8rem;
    padding-left: 4.8rem;
    position: relative;
    display: inline-block;
  }

  .l-form__ttl::before {
    content: '';
    display: block;
    width: 3.5rem;
    height: 4rem;
    background: url(../img/form/email.svg) no-repeat center/3.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}*/

.l-form__item {
  margin-bottom: 2.1rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item {
    margin-bottom: 1.8rem;
  }
}

.l-form__item._small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-form__item._small._center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-form__item._small._baseline {
  align-items: baseline;
}

.l-form__item._small .l-form__item--ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 9.1rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .l-form__item._small .l-form__item--ttl {
    width: 8rem;
  }
}

.l-form__item--ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28571;
  letter-spacing: 0.06em;
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item--ttl {
    font-size: 1.3rem;
    line-height: 1.30769;
    margin-bottom: 0.5rem;
  }
}

.l-form__input,
.l-form__tel,
.l-form__address,
.l-form__textarea,
.l-form__number {
  background: #f2f2f2;
  border-radius: 0.6rem;
  max-width: 100%;
  font-size: 1.4rem;
  /*line-height: 1.35714;*/
  line-height: 2;
  padding: 0.8rem 1rem 1rem;
}

@media only screen and (min-width: 768px) {

  .l-form__input,
  .l-form__tel,
  .l-form__address,
  .l-form__textarea {
    font-size: 1.3rem;
    /*line-height: 1.46154;*/
    line-height: 2;
    letter-spacing: 0.04em;
    padding: 0.7rem 0.9rem 0.8rem;
  }
}

.l-form__tel,
.l-form__address,
.l-form__number {
  width: 19.2rem;
}

.l-form__textarea {
  height: 11.9rem;
  resize: none;
}

input[type="radio"]:checked+span::after {
  opacity: 1;
}

input[type="radio"]+span {
  font-size: 1.3rem;
  color: #868686;
  font-weight: 700;
  padding-left: 2.4rem;
  position: relative;
}

input[type="radio"]+span::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

input[type="radio"]+span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #707070;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

.l-form__item--input._when {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-form__item--input._when .mwform-radio-field {
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item--input._when .mwform-radio-field {
    margin-bottom: 0.8rem;
  }
}

.l-form__item--input._when .mwform-radio-field:nth-child(1) {
  margin-right: 2.1rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item--input._when .mwform-radio-field:nth-child(1) {
    margin-right: 1.8rem;
  }
}

.l-form__item--input._when .mwform-radio-field:nth-child(3) {
  margin-right: 2.6rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item--input._when .mwform-radio-field:nth-child(3) {
    margin-right: 2.1rem;
  }
}

.l-form__item--input._when .mwform-radio-field:nth-child(n + 4) {
  margin-bottom: 0;
}

.l-form__item--input._youken {
  display: flex;
}

.l-form__item--input._youken .mwform-radio-field {
  margin-right: 1.8rem;
  white-space: nowrap;
}

.l-form__item--input._kisyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-form__item--input._kisyu .mwform-checkbox-field {
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item--input._kisyu .mwform-checkbox-field {
    margin-bottom: 0.8rem;
  }
}

.l-form__item--input._kisyu .mwform-checkbox-field:nth-child(1) {
  margin-right: 1.6rem;
}

.l-form__item--input._kisyu .mwform-checkbox-field:nth-child(3) {
  width: 100%;
  margin-bottom: 0;
}

/*.l-form__item--input._number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}*/

.l-form__item--input._number .l-form__item--caution {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #666666;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 1rem;
  margin-top: 10px;
}

.l-form__item--input._important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-form__item--input._important .mwform-radio-field {
  margin-bottom: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .l-form__item--input._important .mwform-radio-field {
    margin-bottom: 0.8rem;
  }
}

.l-form__item--input._important .mwform-radio-field:nth-child(1) {
  margin-right: 2.6rem;
}

.l-form__item--input._important .mwform-radio-field:nth-child(3) {
  margin-right: 2.6rem;
}

.l-form__item--input._important .mwform-radio-field:nth-child(n + 3) {
  margin-bottom: 0;
}

input[type="number"] {
  background: #f2f2f2;
  border-radius: 0.6rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 9.6rem;
  font-size: 1.4rem;
  line-height: 1.35714;
  padding: 0.8rem 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  input[type="number"] {
    font-size: 1.3rem;
    line-height: 1.46154;
    padding: 0.7rem 0.9rem 0.8rem;
  }
}

input[type="checkbox"]:checked+span::before {
  background: #868686;
}

input[type="checkbox"]:checked+span::after {
  opacity: 1;
}

input[type="checkbox"]+span {
  font-size: 1.3rem;
  color: #868686;
  font-weight: 700;
  padding-left: 2.2rem;
  position: relative;
}

input[type="checkbox"]+span::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #707070;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

input[type="checkbox"]+span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-62.5%) rotate(-45deg);
  -ms-transform: translateY(-62.5%) rotate(-45deg);
  transform: translateY(-62.5%) rotate(-45deg);
}

.l-form__submit {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.l-form__submit--box {
  margin: 0 auto;
  width: 24.5rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F2CB27;
  border-radius: 4.4rem;
  position: relative;
}

.l-form__submit--box ._txt {
  position: absolute;
  z-index: 1;
  padding-right: 0.8rem;
  color: #000;
}

.l-form__submit--box ._txt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.7rem;
  border-color: transparent transparent transparent #292929;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -0.7rem;
}

@media only screen and (min-width: 768px) {
  #form-close {
    width: 6rem;
    height: 6rem;
    position: fixed;
    top: 4rem;
    right: 4rem;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  #form-close.is-show {
    opacity: 1;
  }

  #form-close ._bar {
    display: block;
    height: 4px;
    width: 5rem;
    border-radius: 4px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  #form-close ._bar::before {
    content: '';
    display: block;
    width: 5rem;
    height: 4px;
    border-radius: 4px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

#form-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

#form-mask.is-show {
  pointer-events: auto;
}

.l-fv {
  height: 90.8rem;
  background: #F2F2F2;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-fv {
    height: 86.3rem;
  }
}

.l-fv .inner {
  position: relative;
  z-index: 1;
  padding: 0;
  padding-top: 47rem;
  max-width: 41.4rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .l-fv .inner {
    max-width: 100%;
    padding-top: 69rem;
    max-width: 112rem;
    margin: 0 auto;
    padding: 69rem 4rem 0;
  }
}

.l-fv__pic {
  width: 36.4rem;
  position: absolute;
  top: 14.9rem;
  left: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .l-fv__pic {
    width: 57.7rem;
    top: 10.1rem;
    left: 7.4rem;
  }
}

.l-fv__label {
  width: 14.2rem;
  position: absolute;
  top: 7.52rem;
  left: 22.1rem;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .l-fv__label {
    width: 20rem;
    top: 12.4rem;
    left: 62.5rem;
  }
}

.l-fv__label2 {
  border: 1px solid #E67C00;
  background: #fff;
  border-radius: 0.6rem;
  width: 35.3rem;
  height: 7.2rem;
  position: relative;
  margin-left: 4.2rem;
  margin-bottom: 3.4rem;
}

@media only screen and (min-width: 768px) {
  .l-fv__label2 {
    position: absolute;
    margin: 0;
    top: 52.6rem;
    left: 62.7rem;
  }
}

.l-fv__label2 ._orange {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.36;
  position: absolute;
  top: 0.4rem;
  left: 5.1rem;
  color: #E67C00;
}

.l-fv__label2 ._txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 3.9rem;
  left: 6rem;
}

.l-fv__label2 ._label01 {
  width: 9.6rem;
  position: absolute;
  left: -4.5rem;
  top: -2.5rem;
}

.l-fv__label2 ._label02 {
  width: 4.3rem;
  position: absolute;
  top: 1.1rem;
  right: 2.6rem;
}

.l-fv__txt--main {
  color: #5BA4E2;
  line-height: 1;
  padding-left: 5rem;
  margin-bottom: 2.7rem;
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .l-fv__txt--main {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 29.5rem;
    left: 61.1rem;
  }
}

.l-fv__txt--main::after {
  content: '';
  display: block;
  width: 4.3rem;
  height: 4.4rem;
  background: url(../img/fv/deco.png) no-repeat center/4.3rem;
  position: absolute;
  top: -1rem;
  right: 6.9rem;
}

@media only screen and (min-width: 768px) {
  .l-fv__txt--main::after {
    top: -0.4rem;
    right: 8rem;
  }
}

.l-fv__txt--main ._md {
  font-size: 3.3rem;
}

@media only screen and (min-width: 768px) {
  .l-fv__txt--main ._md {
    font-size: 3.7rem;
  }
}

.l-fv__txt--main ._lg {
  font-size: 4.2rem;
}

@media only screen and (min-width: 768px) {
  .l-fv__txt--main ._lg {
    font-size: 4.6rem;
  }
}

.l-fv__txt--main ._xl {
  font-size: 9.7rem;
}

@media only screen and (min-width: 768px) {
  .l-fv__txt--main ._xl {
    font-size: 10.6rem;
  }
}

.l-fv__txt--main ._ll {
  font-size: 5.4rem;
}

@media only screen and (min-width: 768px) {
  .l-fv__txt--main ._ll {
    font-size: 6rem;
  }
}

.l-fv__txt--main ._bottom {
  line-height: 1.39394;
}

@media only screen and (min-width: 768px) {
  .l-fv__txt--main ._bottom {
    font-size: 3.7rem;
    line-height: 1.40541;
  }
}

.l-fv__labels--ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  max-width: 37.4rem;
  margin: 0 auto 1.4rem;
}

@media only screen and (min-width: 768px) {
  .l-fv__labels--ttl {
    font-size: 1.9rem;
    max-width: 100%;
    margin-bottom: 2.1rem;
    line-height: 1.36842;
  }
}

.l-fv__labels--ttl::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background: #C9C9C9;
}

.l-fv__labels--ttl ._txt {
  padding: 0 2.2rem;
  background: #F2F2F2;
}

.l-fv__labels ul {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-fv__labels ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    max-width: 100%;
    overflow: visible;
  }
}

.l-fv__labels ul li {
  width: 18rem;
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.3rem;
  background-color: white;
}

.l-fv__labels ul li .label-text {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  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;
}

.l-intro__needs {
  background: #5BA4E2;
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__needs {
    padding-top: 6.3rem;
    padding-bottom: 5.4rem;
  }
}

.l-intro__needs::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.4rem 8.5rem 0 8.5rem;
  border-color: #5BA4E2 transparent transparent transparent;
  position: absolute;
  bottom: -2.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-intro__needs--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .l-intro__needs--list li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18rem;
    margin-right: 0.8rem;
  }

  .l-intro__needs--list li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18.6rem;
  }

  .l-intro__needs--list li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18rem;
    margin-top: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-intro__needs--list li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24.6rem;
    margin-right: 3.5rem;
  }

  .l-intro__needs--list li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24.6rem;
    margin-right: 3rem;
  }

  .l-intro__needs--list li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24.6rem;
  }
}

.l-intro__needs--pic {
  width: 10.5rem;
  margin: 0 auto 2.1rem;
}

.l-intro__needs--txt {
  font-size: 1.3rem;
  line-height: 1.69231;
  font-weight: 700;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 7rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.l-intro__needs--txt.item02::after,
.l-intro__needs--txt.item03::after {
  left: 4rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__needs--txt {
    height: 10.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.l-intro__needs--txt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.5rem 1.5rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 3.2rem;
  top: -1.3rem;
}

.l-intro__ttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.36364;
  line-height: 1.6;
  font-weight: 900;
  color: #fff;
  margin-bottom: 2.1rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__ttl {
    font-size: 2.4rem;
    line-height: 1.375;
    margin-bottom: 2.5rem;
  }
}

.l-intro__solution {
  padding-top: 7.8rem;
  padding-bottom: 4.4rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution {
    padding-top: 7.5rem;
    padding-bottom: 8rem;
  }
}

.l-intro__solution--ttl {
  margin-bottom: 4.8rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution--ttl {
    margin-bottom: 3.4rem;
  }
}

.l-intro__solution--ttl ._txt {
  padding-right: 2.4rem;
  padding-left: 2.9rem;
}

.l-intro__solution--list {
  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;
  max-width: 33rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution--list {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-intro__solution--item.item01 {
  width: 100%;
  margin-bottom: 4.2rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution--item.item01 {
    width: 23.8rem;
    margin-right: 5.7rem;
    margin-bottom: 0;
  }
}

.l-intro__solution--item.item02 {
  width: 17.2rem;
  position: relative;
  top: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution--item.item02 {
    top: 2rem;
    margin-right: 12.7rem;
  }
}

.l-intro__solution--item.item03 {
  width: 12.8rem;
}

.l-intro__solution--pic {
  margin: 0 auto;
}

.l-intro__solution--pic.item01 {
  width: 13.8rem;
  margin-bottom: 1rem;
}

.l-intro__solution--pic.item01 img {
  position: relative;
  left: -0.8rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution--pic.item01 {
    margin-bottom: 2.8rem;
  }
}

.l-intro__solution--pic.item02 {
  width: 17.2rem;
  margin-bottom: 1.2rem;
}

.l-intro__solution--pic.item02 img {
  position: relative;
  left: -0.8rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution--pic.item02 {
    margin-bottom: 3.6rem;
  }
}

.l-intro__solution--pic.item03 {
  width: 12.7rem;
  margin-bottom: 2.4rem;
}

.l-intro__solution--pic.item03 img {
  position: relative;
  left: -0.8rem;
}

.l-intro__solution--txt {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.3rem;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution--txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.l-intro__solution--txt.item01 {
  position: relative;
  left: -1.5rem;
}

.l-intro__solution--txt.item02 {
  position: relative;
  left: -1.5rem;
}

.l-intro__solution--txt.item03 {
  margin-bottom: 0.1rem;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution--txt.item03 {
    margin-bottom: 0.9rem;
  }
}

.l-intro__solution--point {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
  color: #5BA4E2;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-intro__solution--point {
    font-size: 2.4rem;
    font-weight: 700;
    white-space: nowrap;
  }
}

.l-intro__solution--point.item01 {
  position: relative;
  left: -1.5rem;
}

.l-intro__solution--point.item02 {
  position: relative;
  left: -1.5rem;
}

.l-question {
  background: #F2F2F2;
  padding-top: 4rem;
  padding-bottom: 4.9rem;
}

@media only screen and (min-width: 768px) {
  .l-question {
    padding-top: 8.4rem;
    padding-bottom: 6.2rem;
  }

  .l-question .inner {
    max-width: 90rem;
    margin: 0 auto;
  }
}

.l-question__ttl {
  margin-bottom: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .l-question__ttl {
    margin-bottom: 4.4rem;
  }
}

.l-question__ttl ._txt {
  padding-right: 3.1rem;
  padding-left: 2.9rem;
}

.l-question__item {
  background: #fff;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.53333;
  font-weight: 500;
  padding: 2.4rem 0 2.5rem;
  margin-bottom: 1.6rem;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .l-question__item {
    font-size: 1.9rem;
    line-height: 1.26316;
    padding: 2.8rem 0 2.5rem;
  }
}

.l-question__item:last-child {
  margin-bottom: 0;
}

.l-question__item--ttl,
.l-question__item--answer {
  padding-left: 4.3rem;
  padding-right: 4.2rem;
  position: relative;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {

  .l-question__item--ttl,
  .l-question__item--answer {
    padding-left: 9.5rem;
    padding-right: 10.9rem;
  }
}

.l-question__item--ttl::before,
.l-question__item--answer::before {
  position: absolute;
  left: 1.4rem;
  top: 0.2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {

  .l-question__item--ttl::before,
  .l-question__item--answer::before {
    font-size: 2.8rem;
    top: -0.2rem;
    left: 4.2rem;
  }
}

.l-question__item--ttl.is-open ._bar::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.l-question__item--ttl::before {
  content: 'Q';
}

.l-question__item--ttl ._bar {
  width: 1.6rem;
  height: 2px;
  background: #292929;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .l-question__item--ttl ._bar {
    right: 2.9rem;
    width: 2.3rem;
  }
}

.l-question__item--ttl ._bar::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #292929;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.l-question__item--answer {
  margin-top: 2.4rem;
  display: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-question__item--answer {
    line-height: 1.08333;
    margin-top: 4rem;
  }
}

.l-question__item--answer::before {
  content: 'A';
}

.l-support {
  background: #EBEBEB;
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .l-support {
    padding: 11rem 0 7rem;
  }

  .l-support .inner {
    max-width: 90rem;
    margin: 0 auto;
  }
}

.l-support__ttl {
  margin-bottom: 4.4rem;
}

.l-support__ttl ._txt {
  padding-right: 4.2rem;
  padding-left: 3.8rem;
}

@media only screen and (min-width: 768px) {
  .l-support__ttl {
    margin-bottom: 5rem;
  }
}

.l-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .l-support__list {
    margin-bottom: 4.2rem;
  }
}

.l-support__list li {
  width: 17.9rem;
  height: 17.9rem;
  background: #5BA4E2;
  border-radius: 50%;
  position: relative;
}

.l-support__list li:nth-child(1) {
  margin-right: 1.6rem;
}

.l-support__list li:nth-child(3) {
  position: relative;
  top: -1rem;
}

.l-support__list li ._num {
  width: 3.3rem;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .l-support__list li {
    width: 23.8rem;
    height: 23.8rem;
  }

  .l-support__list li:nth-child(1) {
    margin-right: 6rem;
  }

  .l-support__list li:nth-child(2) {
    margin-right: 6rem;
  }

  .l-support__list li:nth-child(3) {
    position: relative;
    top: 0;
  }

  .l-support__list li ._num {
    width: 4.4rem;
    position: absolute;
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.l-support__list--body {
  position: absolute;
  top: 6.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.l-support__list--body.item03 {
  top: 7.6rem;
}

@media only screen and (min-width: 768px) {
  .l-support__list--body {
    top: 9.1rem;
  }

  .l-support__list--body.item03 {
    top: 9.4rem;
  }
}

.l-support__list--body ._sm {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .l-support__list--body ._sm {
    font-size: 1.9rem;
  }
}

.l-support__list--body ._sm.item01 {
  display: inline-block;
  padding-bottom: 1rem;
}

.l-support__list--body ._sm.item03 {
  display: inline-block;
  padding-bottom: 1rem;
}

.l-support__list--body ._xs {
  font-size: 1rem;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .l-support__list--body ._xs {
    font-size: 1.2rem;
    display: inline-block;
    padding-top: 1.2rem;
  }
}

.l-support__list--body ._orange {
  color: #FFD217;
  font-size: 2.2rem;
  font-weight: 900;
  padding-right: 0.3rem;
}

@media only screen and (min-width: 768px) {
  .l-support__list--body ._orange {
    font-size: 2.4rem;
  }
}

.l-support__list--body ._orange.item01 {
  display: inline-block;
  padding-top: 0.5rem;
}

.l-support__list--body ._orange ._md {
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .l-support__list--body ._orange ._md {
    font-size: 2.4rem;
  }
}

.l-support__list--body ._orange ._lg {
  font-size: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .l-support__list--body ._orange ._lg {
    font-size: 4.3rem;
  }
}

.l-support__list--body ._orange ._ll {
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .l-support__list--body ._md {
    font-size: 2.2rem;
  }
}

.l-support__bottom--txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .l-support__bottom--txt {
    font-size: 2.4rem;
    line-height: 1;
  }
}

.l-support__bottom--txt ._blue {
  font-size: 2.2rem;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .l-support__bottom--txt ._blue {
    font-size: 2.4rem;
    line-height: 1;
  }
}

.Support__item {
  background: #fff;
  border-radius: 0.6rem;
  padding: 2rem 2rem 3.4rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .Support__item {
    padding: 3rem 4rem 4.5rem;
    margin-bottom: 3rem;
  }
}

.Support__item:last-child {
  margin-bottom: 4rem;
}

.Support__item--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.8rem;
  margin-bottom: 3.4rem;
}

.Support__item--head.item02 {
  margin-bottom: 2rem;
}

.Support__item--head ._num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 5rem;
  margin-right: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .Support__item--head ._num {
    width: 6.4rem;
    margin-right: 2.3rem;
    margin-left: 1rem;
  }
}

.Support__item--ttl {
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .Support__item--ttl {
    font-size: 1.9rem;
    padding-top: 0.8rem;
    line-height: 1;
  }

  .Support__item--ttl._center {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.Support__item--ttl ._blue {
  font-size: 1.9rem;
  line-height: 1.36842;
  font-weight: 900;
}

.Support__item--ttl ._blue._pcline {
  display: block;
  padding-top: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .Support__item--ttl ._blue {
    font-size: 2.4rem;
    line-height: 1;
  }

  .Support__item--ttl ._blue._pcline {
    display: block;
    padding-top: 0.9rem;
  }
}

.Support__item--ttl ._blue._line {
  display: block;
}

.Support__item--ttl ._blue._line.item01 {
  padding-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .Support__item--ttl ._blue._line {
    padding-top: 1.1rem;
  }

  .Support__item--ttl ._blue._line._inline {
    display: inline-block;
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .Support__flow {
    max-width: 33.4rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .Support__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4rem;
  }
}

.Support__flow--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .Support__flow--item {
    display: block;
    position: relative;
  }
}

.Support__flow--item:nth-child(1) {
  margin-bottom: 4.3rem;
}

.Support__flow--item:nth-child(1) img {
  width: 9.3rem;
  margin-right: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .Support__flow--item:nth-child(1) .Support__flow--txt::after {
    bottom: -4rem;
  }
}

@media only screen and (min-width: 768px) {
  .Support__flow--item:nth-child(1) {
    width: 13.5rem;
    margin-right: 13.3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }

  .Support__flow--item:nth-child(1) img {
    width: 12.7rem;
    margin: 0 auto 1.8rem;
    display: block;
  }

  .Support__flow--item:nth-child(1) .Support__flow--txt::after {
    top: 50%;
    right: -7.4rem;
  }
}

.Support__flow--item:nth-child(2) {
  margin-bottom: 3.5rem;
}

.Support__flow--item:nth-child(2) img {
  width: 6.3rem;
  margin-right: 2.3rem;
}

@media only screen and (max-width: 768px) {
  .Support__flow--item:nth-child(2) .Support__flow--txt::after {
    bottom: -3.2rem;
    right: -6.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .Support__flow--item:nth-child(2) {
    margin-bottom: 0;
    margin-right: 13.7rem;
  }

  .Support__flow--item:nth-child(2) img {
    width: 8.7rem;
    margin: 0 auto 3.5rem;
    display: block;
  }

  .Support__flow--item:nth-child(2) .Support__flow--txt::after {
    top: 50%;
    right: -7.4rem;
  }
}

.Support__flow--item:nth-child(3) {
  margin-bottom: 3.4rem;
}

.Support__flow--item:nth-child(3) img {
  width: 7.1rem;
  margin-right: 1.3rem;
}

.Support__flow--item:nth-child(3) .Support__flow--txt::after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .Support__flow--item:nth-child(3) {
    margin-bottom: 0;
    padding-top: 1.1rem;
  }

  .Support__flow--item:nth-child(3) img {
    width: 10.8rem;
    display: block;
    margin: 0 auto 2.6rem;
  }
}

.Support__flow--txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 19.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.53333;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .Support__flow--txt {
    line-height: 1.6;
    position: static;
    text-align: center;
    width: auto;
  }
}

.Support__flow--txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .Support__flow--txt::after {
    border-width: 1.6rem 1.4rem 0 1.4rem;
    border-color: #868686 transparent transparent transparent;
    left: 1.4rem;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .Support__flow--txt::after {
    border-width: 1.4rem 0 1.4rem 1.7rem;
    border-color: transparent transparent transparent #868686;
  }
}

@media only screen and (min-width: 768px) {
  .Support__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4rem;
  }
}

.Support__point--ttl {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  border-radius: 0.4rem;
  width: 100%;
  height: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #292929;
  margin-bottom: 0.7rem;
}

@media only screen and (min-width: 768px) {
  .Support__point--ttl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10rem;
    height: 6.2rem;
    margin-right: 1.8rem;
  }
}

.Support__point--txt {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .Support__point--txt {
    font-size: 1.3rem;
    line-height: 1.69231;
    max-width: 61.3rem;
  }
}

.Support__point--txt ._sm {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.63636;
  display: block;
  color: #6f6f6f;
}

@media only screen and (min-width: 768px) {
  .Support__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.Support__contents--item {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .Support__contents--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.6rem;
    margin-right: 6rem;
    margin-bottom: 0;
  }

  .Support__contents--item.item02 {
    padding-top: 1rem;
  }

  .Support__contents--item:last-child {
    margin-right: 0;
  }
}

.Support__contents--item:last-child {
  margin-bottom: 0;
}

.Support__contents--pic.item01 {
  width: 13.1rem;
  margin: 0 auto 1.4rem;
}

.Support__contents--pic.item02 {
  width: 9.3rem;
  margin: 0 auto 1.7rem;
}

.Support__contents--pic.item03 {
  width: 9rem;
  margin: 0 auto 1.8rem;
}

.Support__contents--ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .Support__contents--ttl {
    font-size: 1.9rem;
    line-height: 1.42105;
    margin-bottom: 1.5rem;
  }
}

.Support__contents--txt {
  font-size: 1.3rem;
  line-height: 1.69231;
  font-weight: 500;
  max-width: 27.3rem;
  margin: 0 auto;
}

.Support__compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .Support__compare {
    max-width: 33.4rem;
    margin: 0 auto 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .Support__compare {
    margin-bottom: 1.5rem;
    padding: 0 4rem;
    margin-top: 5.3rem;
  }

  .Support__compare.item02 {
    margin-top: 0;
    margin-bottom: 2.7rem;
  }
}

.Support__compare--ttl {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

@media only screen and (max-width: 768px) {
  .Support__compare--ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .Support__compare--ttl {
    width: auto;
    margin-bottom: 0;
    font-size: 1.9rem;
    width: 19.4rem;
  }
}

.Support__compare--ttl ._bold {
  font-size: 1.9rem;
  font-weight: 700;
}

.Support__compare--ttl ._sm {
  font-size: 1.1rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .Support__compare--ttl ._sm {
    font-size: 1.3rem;
    display: block;
  }
}

.Support__compare--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .Support__compare--body {
    padding-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 47.3rem;
  }
}

.Support__compare--body._yellow {
  width: 29rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  background: #f2cb27;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .Support__compare--body._yellow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 47.3rem;
  }
}

.Support__compare--body._yellow ._lg {
  font-size: 2.8rem;
  font-weight: 700;
  margin-right: 0.3rem;
}

.Support__compare--body ._item {
  background: #a2a2a2;
  width: 9.4rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 0.2rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .Support__compare--body ._item {
    width: 15.4rem;
    margin-right: 0.5rem;
  }

  .Support__compare--body ._item:last-child {
    margin-right: 0;
  }
}

.Support__compare--body ._item ._txt {
  color: #292929;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-size: 1.2rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .Support__compare--body ._item ._txt {
    top: -0.7rem;
  }
}

.Support__compare--body ._item ._txt ._lg {
  font-size: 1.8rem;
}

.Support__compare--num {
  font-size: 1.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .Support__compare--num {
    right: 5.7rem;
  }
}

.Support__compare--num::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-color: transparent transparent transparent #868686;
  position: absolute;
  left: -1.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Support__compare--num ._lg {
  font-size: 1.8rem;
  padding-right: 0.5rem;
  position: relative;
  top: -0.2rem;
}

@media only screen and (min-width: 768px) {
  .swiper {
    max-width: 70.8rem;
    margin: 0 auto;
  }
}

.swiper-slide {
  background: #fff;
  border-radius: 0.6rem;
  width: 34rem;
  height: 37rem;
  padding: 2.4rem;
  margin: 0 3.7rem;
}

@media only screen and (min-width: 768px) {
  .swiper-slide {
    margin: 0 1.4rem;
  }
}

.swiper__pic {
  position: relative;
  overflow: hidden;
  height: 17rem;
  width: 100%;
  max-width: 29.2rem;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
}

.swiper__pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper__txt {
  font-size: 1.3rem;
  line-height: 1.69231;
  font-weight: 500;
}

.swiper__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper__logo.item01 {
  width: 12.6rem;
  bottom: 2.8rem;
}

.swiper__logo.item02 {
  width: 15rem;
  bottom: 3.6rem;
}

.swiper__logo.item03 {
  width: 12rem;
  bottom: 3rem;
}

.swiper__logo.item04 {
  bottom: 3rem;
}

.swiper__bottom {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.7rem;
  margin-top: 2.6rem;
}

.swiper-prev {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  border-left: 1px solid #292929;
  border-top: 1px solid #292929;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}

.swiper-next {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  border-right: 1px solid #292929;
  border-top: 1px solid #292929;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  padding: 0 3.3rem;
}

.Thanks__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}

@media screen and (max-width: 769px) {
  .Thanks__inner {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .Thanks__inner {
    padding: 40px 25px;
  }
}

.Thanks__inner__title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2FCDB4;
  line-height: 1.5;
}

.Thanks__inner__text {
  font-size: 18px;
  line-height: 1.5;
  color: #181818;
}

.Thanks__inner__text a {
  color: #2FCDB4;
  text-decoration: underline;
}




/* プライバシーポリシー追加 */

.l-form__submit--box {
  margin-bottom: 16px;
}

.l-form__item--note {
  font-size: 1.3rem;
  color: #868686;
  margin-top: 10px;
  line-height: 1.2;
}

.l-form__item--privacy {
  color: inherit;
  margin-top: 10px;
  text-decoration: underline;
}

.l-form__item--discreet {
  height: 150px;
  overflow-y: scroll;
  margin-top: 40px;
  padding: 10px 16px;
  font-size: 1.3rem;
  line-height: 1.3;
  border: solid 2px #f2f2f2;
  border-radius: 4px;
}

.l-form__item--discreet li {
  margin-bottom: 8px;
}

.privacy-popup {
  display: none;
}

.privacy-popup--open {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: #000000c2;
  z-index: 99999;
  position: fixed;
  top: 0;
}

.privacy-popup--open div {
  background: #fff;
  margin-top: 70px;
  width: 90vw;
  max-width: 600px;
  height: 400px;
  overflow-y: scroll;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  line-height: 1.75;
}

.privacy-popup__close {
  background: #F2CB27;
  color: #292929;
  padding: 16px 8px;
  width: 90vw;
  max-width: 600px;
  margin-top: 20px;
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
}