@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:700&display=swap");

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

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

body {
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;

}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", san-serif, 游ゴシック体, "Yu Gothic",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #00233D;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  position: relative;
  width: 100%;
  background-color: #fff;
  letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", sans-serif !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a:active,
a:focus,
a:visited,
a:hover {
  text-decoration: none;
  color: inherit;
}

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

picture {
  display: block;
}

p,
dl,
dt,
dd {
  letter-spacing: 0.1em;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 599px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/* 
.sp {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}

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

.anime {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.sticky {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

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

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

input,
select {
  vertical-align: middle;
  border: none;
}

input[type="submit"],
input[type="button"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  border-radius: 0;
  margin: 0;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

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

[data-whatinput="mouse"] :focus,
[data-whatinput="touch"] :focus {
  outline: none;
}

input {
  width: 100%;
  padding: 0.729vw 0 0.781vw 0.98vw;
  font-family: YakuHanJP, "Noto Sans JP", san-serif, 游ゴシック体, "Yu Gothic",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 0.9375vw;
  color: #000;
  background-color: #fff;
}

input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

input::placeholder {
  color: #000000;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  input {
    font-size: 3.2vw;
    padding: 2.667vw 3.733vw 2.933vw;
  }
}

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

select {
  width: 100%;
  padding: 0.729vw 0 0.781vw 0.98vw;
  cursor: pointer;
  font-family: YakuHanJP, "Noto Sans JP", san-serif, 游ゴシック体, "Yu Gothic",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  select {
    font-size: 3.2vw;
    padding: 2.667vw 3.733vw 2.933vw;
  }
}

option {
  color: #000;
}

/* 
.sp {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}

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

.anime {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.sticky {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

.u-wrap {
  width: 100%;
  position: relative;
}

.u-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.21875vw 50vw 0 50vw;
}

.u-wrap--white:after {
  border-color: #fff transparent transparent transparent;
}

.u-wrap--green:after {
  border-color: #63b719 transparent transparent transparent;
}

.u-wrap--light-green:after {
  border-color: #f3ffe9 transparent transparent transparent;
}

@media screen and (max-width: 1440px) {
  .u-wrap:after {
    border-width: 18.95833vw 66.66667vw 0 66.66667vw;
  }
}

@media screen and (max-width: 1280px) {
  .u-wrap:after {
    border-width: 21.32812vw 75vw 0 75vw;
  }
}

@media screen and (max-width: 1024px) {
  .u-wrap:after {
    border-width: 26.66016vw 93.75vw 0 93.75vw;
  }
}

@media screen and (max-width: 800px) {
  .u-wrap:after {
    border-width: 14.26667vw 50vw 0 50vw;
  }
}

.u-wrap2 {
  width: 100%;
  padding: 3.125vw 0 0;
}

@media screen and (max-width: 800px) {
  .u-wrap2 {
    padding: 5.33333vw 0 0;
  }
}

.u-ac {
  position: relative;
}

.u-ac__box {
  height: 0;
  padding: 0;
  opacity: 0;
}

.u-ac__btn {
  position: absolute;
  top: 4.16667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 23.4375vw;
  height: 5.20833vw;
  z-index: 2;
}

.u-ac__btn>label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0.10417vw solid #63b719;
  border-radius: 2.60417vw;
  -webkit-box-shadow: 0.13021vw 0.22552vw 0.23438vw 0.02604vw rgba(94, 94, 94, 0.3);
  box-shadow: 0.13021vw 0.22552vw 0.23438vw 0.02604vw rgba(94, 94, 94, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-size: 1.25vw;
  color: #63b719;
  font-weight: 700;
  cursor: pointer;
}

.u-ac__btn>label:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 1.875vw;
  right: 1.5625vw;
  width: 0.78125vw;
  height: 0.78125vw;
  border-right: 0.10417vw solid #63b719;
  border-bottom: 0.10417vw solid #63b719;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.u-ac__btn>label:hover {
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.u-ac__btn>label:hover:before {
  -webkit-transform: translateY(0.3125vw) rotate(-136deg);
  transform: translateY(0.3125vw) rotate(-136deg);
}

@media screen and (max-width: 1440px) {
  .u-ac__btn {
    top: 5.55556vw;
    width: 31.25vw;
    height: 6.94444vw;
  }

  .u-ac__btn>label {
    border: 0.13889vw solid #63b719;
    border-radius: 3.47222vw;
    -webkit-box-shadow: 0.17361vw 0.30069vw 0.3125vw 0.03472vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.17361vw 0.30069vw 0.3125vw 0.03472vw rgba(94, 94, 94, 0.3);
    font-size: 24px;
    font-size: 1.5vw;
  }

  .u-ac__btn>label:before {
    top: 2.5vw;
    right: 2.08333vw;
    width: 1.04167vw;
    height: 1.04167vw;
    border-right: 0.13889vw solid #63b719;
    border-bottom: 0.13889vw solid #63b719;
  }

  .u-ac__btn>label:hover {
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }
}

@media screen and (max-width: 800px) {
  .u-ac__btn {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 60vw;
    height: 16vw;
    margin: 10.66667vw auto 0;
  }

  .u-ac__btn>label {
    border: 0.26667vw solid #63b719;
    border-radius: 8vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 0.6vw 0.06667vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 0.6vw 0.06667vw rgba(94, 94, 94, 0.3);
    font-size: 28px;
    font-size: 3.73333vw;
  }

  .u-ac__btn>label:before {
    top: 6.13333vw;
    right: 4vw;
    width: 2vw;
    height: 2vw;
    border-right: 0.26667vw solid #63b719;
    border-bottom: 0.26667vw solid #63b719;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .u-ac__btn>label:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0.33333vw 0.57733vw 0.6vw 0.06667vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 0.6vw 0.06667vw rgba(94, 94, 94, 0.3);
  }

  .u-ac__btn>label:hover:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}

.u-ac input:checked~.o-ac__btn>label:before {
  -webkit-transform: translateY(0.3125vw) rotate(-136deg);
  transform: translateY(0.3125vw) rotate(-136deg);
}

@media screen and (max-width: 1280px) {
  .u-ac input:checked~.o-ac__btn>label:before {
    -webkit-transform: translateY(0.46875vw) rotate(-136deg);
    transform: translateY(0.46875vw) rotate(-136deg);
  }
}

@media screen and (max-width: 800px) {
  .u-ac input:checked~.o-ac__btn>label {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .u-ac input:checked~.o-ac__btn>label:before {
    -webkit-transform: translateY(0.8vw) rotate(-136deg);
    transform: translateY(0.8vw) rotate(-136deg);
  }
}

.u-ac input:checked~.u-ac__box {
  height: 100%;
  opacity: 1;
  padding: 10.41667vw 0 0;
}

@media screen and (max-width: 800px) {
  .u-ac input:checked~.u-ac__box {
    padding: 10.66667vw 0 0;
  }
}

.f-block {
  margin: 0;
  width: 100%;
  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;
}

.f-block__box {
  width: 100%;
  margin: 0 0 0.781vw;
}

.f-block__cat {
  font-size: 0.83vw;
  padding: 0.36vw 0 0.2vw 0.4vw;
  border-left: 0.3vw solid #000;
  margin: 0 0 0.52vw;
}

.f-block__input {
  width: 100%;
  font-size: 16px;
  font-size: 0.83333vw;
}

.f-block__input .is-select {
  color: #000;
}

.f-block__input .is-select>option:first-of-type {
  display: none;
}

.f-block__input--select {
  position: relative;
}

.f-block__input--select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.041vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.54vw 0.32vw 0 0.32vw;
  border-color: #000 transparent transparent transparent;
}

.f-block__confirm__notice {
  margin: 0 0.781vw;
  font-size: 0.729vw;
  line-height: 1.42;
  letter-spacing: 0.05vw;
}

.f-block__confirm__notice>a {
  color: #00e;
  text-decoration: underline;
}

.f-block__confirm__check {
  text-align: center;
  margin: 0 0 3.64583vw;
}

.f-block__btn {
  margin: 1.09vw auto 0;
  width: 24.375vw;
  height: 3.4vw;
  position: relative;
  border-radius: 2.60417vw;
  background: url(../img/btn_bg.jpg) repeat-x left top;
  background-size: auto 100%;
  -webkit-box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
  box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
}

.f-block__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.82vw;
  width: 0.41vw;
  height: 0.41vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.f-block__btn:hover {
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-block__btn:hover:before {
  -webkit-transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
  transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
}

.f-block__btn>input {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 0.1vw;
  background-color: transparent;
}

@media screen and (max-width: 800px) {
  .f-block {
    margin: 0 0 4vw;
    width: 100%;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .f-block__box {
    width: 100%;
    margin: 0 0 2.933vw;
  }

  .f-block__cat {
    font-size: 3.2vw;
    padding: 0.8vw 0 0.5vw 1.7vw;
    border-left: 3px solid #000;
    margin: 0 0 2.133vw;
  }

  .f-block__input {
    font-size: 24px;
    font-size: 3.2vw;
  }

  .f-block__input--select:after {
    right: 3.4vw;
    border-width: 2.66667vw 1.6vw 0 1.6vw;
  }

  .f-block__confirm__notice {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.667;
    text-align: justify;
    margin: 0 0 5.867vw;
  }

  .f-block__confirm__check {
    margin: 0 0 6.66667vw;
  }

  .f-block__btn {
    width: 100%;
    height: 16vw;
    margin: 0;
    border-radius: 8vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-block__btn:before {
    top: 50%;
    right: 7.2vw;
    width: 2vw;
    height: 2vw;
    border-right: 0.26667vw solid #fff;
    border-bottom: 0.26667vw solid #fff;
  }

  .f-block__btn:hover {
    -webkit-transform: none;
    transform: none;
  }

  .f-block__btn:hover:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .f-block__btn>input {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.f-output {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-output__box {
  width: 28.125vw;
  margin: 0 0 2.60417vw;
}

.f-output__box__cat {
  font-size: 18px;
  font-size: 0.9375vw;
  padding: 0.3125vw 0 0.3125vw 1.04167vw;
  border-left: 0.52083vw solid #000;
  margin: 0 0 1.5625vw;
}

.f-output__box__txt {
  padding: 0 0 0 1.45833vw;
  font-size: 18px;
  font-size: 0.9375vw;
}

.f-output__request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.60417vw 0 0;
}

.f-output__request__btn {
  width: 20vw;
  height: 5.36458vw;
  margin: 0 1.5625vw;
  border-radius: 2.68229vw;
  position: relative;
  -webkit-box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
  box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
}

.f-output__request__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0.78125vw;
  height: 0.78125vw;
  border-right: 0.20833vw solid #fff;
  border-bottom: 0.20833vw solid #fff;
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.f-output__request__btn>input {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 24px;
  font-size: 1.25vw;
  color: white;
  font-weight: 700;
  background-color: transparent;
}

.f-output__request--back {
  background: url("../img/contact_back_btn.png") top center no-repeat;
  background-size: 100% 100%;
}

.f-output__request--back:before {
  right: 2.8125vw;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.f-output__request--back:hover {
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-output__request--back:hover:before {
  -webkit-transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
  transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
}

.f-output__request--send {
  background: url("../img/contact_send_btn.png") top center no-repeat;
  background-size: 100% 100%;
}

.f-output__request--send:before {
  right: 2.8125vw;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.f-output__request--send:hover {
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-output__request--send:hover:before {
  -webkit-transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
  transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
}

@media screen and (max-width: 1440px) {
  .f-output__box {
    width: 37.5vw;
    margin: 0 0 3.47222vw;
  }

  .f-output__box__cat {
    font-size: 18px;
    font-size: 1.125vw;
    padding: 0.41667vw 0 0.41667vw 1.38889vw;
    border-left: 0.69444vw solid #000;
    margin: 0 0 2.08333vw;
  }

  .f-output__box__txt {
    padding: 0 0 0 1.94444vw;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .f-output__request {
    padding: 3.47222vw 0 0;
  }

  .f-output__request__btn {
    width: 26.66667vw;
    height: 7.15278vw;
    margin: 0 2.08333vw;
    border-radius: 3.57639vw;
    -webkit-box-shadow: 0.17361vw 0.30069vw 0.625vw 0.06944vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.17361vw 0.30069vw 0.625vw 0.06944vw rgba(94, 94, 94, 0.3);
  }

  .f-output__request__btn:before {
    width: 1.04167vw;
    height: 1.04167vw;
    border-right: 0.27778vw solid #fff;
    border-bottom: 0.27778vw solid #fff;
  }

  .f-output__request__btn>input {
    font-size: 24px;
    font-size: 1.5vw;
  }

  .f-output__request--back:before {
    right: 3.75vw;
  }

  .f-output__request--back:hover {
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }

  .f-output__request--back:hover:before {
    -webkit-transform: translateY(-50%) translateX(0.41667vw) rotate(-45deg);
    transform: translateY(-50%) translateX(0.41667vw) rotate(-45deg);
  }

  .f-output__request--send:before {
    right: 3.75vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .f-output__request--send:hover {
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }

  .f-output__request--send:hover:before {
    -webkit-transform: translateY(-50%) translateX(0.41667vw) rotate(-45deg);
    transform: translateY(-50%) translateX(0.41667vw) rotate(-45deg);
  }
}

@media screen and (max-width: 1280px) {
  .f-output__box {
    width: 50%;
  }

  .f-output__box__txt {
    font-size: 18px;
    font-size: 1.25vw;
  }

  .f-output__box__cat {
    font-size: 18px;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .f-output__box__txt {
    font-size: 16px;
    font-size: 1.5625vw;
  }

  .f-output__box__cat {
    font-size: 16px;
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 800px) {
  .f-output {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .f-output__box {
    width: 100%;
  }

  .f-output__box__cat {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 0.8vw 0 0.8vw 4vw;
    border-left: 1.33333vw solid #000;
    margin: 0 0 2.66667vw;
  }

  .f-output__box__txt {
    padding: 0 0 0 5.06667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }

  .f-output__request {
    display: block;
    padding: 13.33333vw 0 0;
  }

  .f-output__request__btn {
    width: 100%;
    height: 16vw;
    margin: 0;
    border-radius: 8vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-output__request__btn:first-of-type {
    margin: 0 0 9.33333vw;
  }

  .f-output__request__btn:before {
    width: 2vw;
    height: 2vw;
    border-right: 0.53333vw solid #fff;
    border-bottom: 0.53333vw solid #fff;
    z-index: 2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  .f-output__request__btn>input {
    font-size: 28px;
    font-size: 3.73333vw;
  }

  .f-output__request--back {
    background: url("../img/contact_back_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
  }

  .f-output__request--back:before {
    right: auto;
    left: 7.2vw;
    width: 2vw;
    -webkit-transform: translateY(-50%) rotate(-225deg);
    transform: translateY(-50%) rotate(-225deg);
  }

  .f-output__request--back:hover {
    background: url("../img/contact_back_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-output__request--back:hover:before {
    -webkit-transform: translateY(-50%) rotate(-225deg);
    transform: translateY(-50%) rotate(-225deg);
  }

  .f-output__request--send {
    background: url("../img/contact_confirm_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
  }

  .f-output__request--send:before {
    right: 7.2vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .f-output__request--send:hover {
    background: url("../img/contact_confirm_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-output__request--send:hover:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}

.f-thanks__txt {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.667;
  text-align: center;
  margin: 0 0 5.20833vw;
}

.f-thanks__btn {
  width: 30vw;
  height: 5.20833vw;
  margin: 0 auto;
  position: relative;
}

.f-thanks__btn>a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  font-size: 24px;
  font-size: 1.25vw;
  color: white;
  font-weight: 700;
  width: 100%;
  height: 100%;
  border-radius: 2.60417vw;
  background: url("../img/thanks_btn.png") top center no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
  box-shadow: 0.13021vw 0.22552vw 0.46875vw 0.05208vw rgba(94, 94, 94, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-thanks__btn>a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.8125vw;
  width: 0.78125vw;
  height: 0.78125vw;
  border-right: 0.20833vw solid #fff;
  border-bottom: 0.20833vw solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.f-thanks__btn>a:hover {
  background: url("../img/thanks_btn_ov.png") top center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.f-thanks__btn>a:hover:before {
  -webkit-transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
  transform: translateY(-50%) translateX(0.3125vw) rotate(-45deg);
}

@media screen and (max-width: 1440px) {
  .f-thanks__txt {
    font-size: 24px;
    font-size: 1.5vw;
    margin: 0 0 6.94444vw;
  }

  .f-thanks__btn {
    width: 40vw;
    height: 6.94444vw;
  }

  .f-thanks__btn>a {
    font-size: 24px;
    font-size: 1.5vw;
    border-radius: 3.47222vw;
    -webkit-box-shadow: 0.17361vw 0.30069vw 0.625vw 0.06944vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.17361vw 0.30069vw 0.625vw 0.06944vw rgba(94, 94, 94, 0.3);
  }

  .f-thanks__btn>a:before {
    right: 3.75vw;
    width: 1.04167vw;
    height: 1.04167vw;
    border-right: 0.27778vw solid #fff;
    border-bottom: 0.27778vw solid #fff;
  }

  .f-thanks__btn>a:hover {
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }
}

@media screen and (max-width: 1280px) {
  .f-thanks__txt {
    font-size: 24px;
    font-size: 1.66667vw;
  }

  .f-thanks__btn>a {
    font-size: 24px;
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 1024px) {
  .f-thanks__txt {
    font-size: 24px;
    font-size: 2.34375vw;
  }

  .f-thanks__btn>a {
    font-size: 24px;
    font-size: 2.34375vw;
  }
}

@media screen and (max-width: 800px) {
  .f-thanks {
    padding: 9.6vw 0 0;
  }

  .f-thanks__txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 2.083;
    letter-spacing: normal;
    margin: 0 0 16vw;
  }

  .f-thanks__btn {
    width: 100%;
    height: 16vw;
    margin: 0;
  }

  .f-thanks__btn>a {
    font-size: 28px;
    font-size: 3.73333vw;
    border-radius: 8vw;
    background: url("../img/contact_confirm_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-thanks__btn>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7.2vw;
    width: 2vw;
    height: 2vw;
    border-right: 0.53333vw solid #fff;
    border-bottom: 0.53333vw solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  .f-thanks__btn>a:hover {
    background: url("../img/contact_confirm_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
    box-shadow: 0.33333vw 0.57733vw 1.2vw 0.13333vw rgba(94, 94, 94, 0.3);
  }

  .f-thanks__btn>a:hover:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}

.f-required {
  margin: -0.3vw 0 -0.24vw 0.52vw;
  font-size: 0.83vw;
  padding: 1px 3px;
  /* padding: 0.36vw 0.41vw; */
  background-color: #f03c46;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .f-required {
    /* font-size: 24px; */
    font-size: 10px;
    /* padding: 4px 5px 3px; */
    margin: -4px 0 0 5px;
  }
}

.f-error-msg {
  padding: 0 0 1.3vw;
}

.f-error-msg>li {
  font-size: 0.8vw;
  color: #e60012;
  line-height: 2;
}

@media screen and (max-width: 800px) {
  .f-error-msg {
    padding: 0 0 9.33333vw;
  }

  .f-error-msg>li {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.6875vw;
  background-color: #fff;
  z-index: 9999999;
  -webkit-box-shadow: 0 0.52083vw 0.625vw 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.52083vw 0.625vw 0 rgba(0, 0, 0, 0.05);
}

.header__inner {
  max-width: 1344px;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.is-hide {
  -webkit-transform: translateY(-4.6875vw);
  transform: translateY(-4.6875vw);
}

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

.header__logo {
  width: 13.6875vw;
  height: auto;
}

.header__tel {
  line-height: 1.1;
  margin: 0 1.5625vw 0 auto;
  position: relative;
}

.header__tel__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #f03b48;
}

.header__tel ._telWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__tel .material-icons img {
  margin-right: 0.2604vw;
  width: 1.4583vw;
}

.header__tel__txt {
  font-size: 14px;
  font-size: 0.729vw;
  text-align: center;
}

.header__tel__txt01 {
  padding: 0.2604vw 0 0 1.5625vw;
  text-align: left;
}

.header__tel__number {
  font-size: 34px;
  font-size: 1.7708vw;
  font-weight: 700;
  letter-spacing: normal;
}

.header__tel__number .sp {
  display: none;
}

.header__btn {
  width: 15.104vw;
  height: 3.125vw;
  margin-left: auto;
  position: relative;
}

.header__btn>a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/header_btn.png") top center no-repeat;
  background-size: 100% 100%;
  border-radius: 1.5625vw;
  -webkit-box-shadow: 0 0 0.525vw 0.4125vw rgba(90, 90, 90, 0.06);
  box-shadow: 0 0 0.1vw rgba(90, 90, 90, 0.5);
}

@media screen and (max-width: 800px) {
  .header {
    height: 14.66667vw;
    -webkit-box-shadow: 0 1.33333vw 1.6vw 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1.33333vw 1.6vw 0 rgba(0, 0, 0, 0.05);
  }

  .header__inner {
    padding: 0;
  }

  .header.is-hide {
    -webkit-transform: translateY(-14.66667vw);
    transform: translateY(-14.66667vw);
  }

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

  .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44vw;
    height: 14.66667vw;
  }

  .header__logo>img {
    width: 35.86667vw;
    height: 10.26667vw;
  }

  .header__tel {
    width: 28vw;
    height: 100%;
    margin: 0;
    padding: 0;
    border-left: 0.75vw solid #f03b48;
  }

  .header__tel__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #f03b48;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__tel__txt {
    display: none;
  }

  .header__tel__number {
    text-align: center;
  }

  .header__tel__number .sp {
    display: block;
  }

  .header__tel__number .pc {
    display: none;
  }

  .header__tel__number .txt {
    display: block;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }

  .header__btn {
    width: 28vw;
    height: 100%;
  }

  .header__btn>a {
    background: url("../img/header_btn_sp.png") top center no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}



.wrap {
  overflow: hidden;
}

.contact {
  width: 79.94792vw;
  margin: 0 auto;
  -webkit-box-shadow: 0.13vw 0.13vw 1.2vw 0 rgba(94, 94, 94, 0.8);
  box-shadow: 0.13vw 0.13vw 1.2vw 0 rgba(94, 94, 94, 0.8);
  position: relative;
  background-color: #f4f4f4;
  border-radius: 2.656vw;
}

.contact .contact__inner {
  padding: 1.55vw 2.9vw;
}

.contact__headline {
  padding: 1.15vw 0.5vw 1.25vw 7.6vw;
  font-weight: bold;
  display: block;
  background-color: #63b719;
  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;
  border-radius: 2.656vw 2.656vw 0 0;
  position: relative;
}

.contact__headline img {
  position: absolute;
  top: -0.677vw;
  left: 2.604vw;
  width: 4.948vw;
}

.contact__headline>span {
  position: relative;
  z-index: 2;
  font-size: 1.04vw;
  color: #fff;
  letter-spacing: 0.03em;
}

.contact__headline>span>em {
  color: #fff100;
}

.contact__headline::before {
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #63b719;
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
}

.contact--local {
  width: 66.66667vw;
  margin: 0 auto;
  padding: 5.20833vw 5.20833vw;
  background-color: #f3ffe9;
  -webkit-box-shadow: 0.15625vw 0.27063vw 1.25vw 0 rgba(94, 94, 94, 0.2);
  box-shadow: 0.15625vw 0.27063vw 1.25vw 0 rgba(94, 94, 94, 0.2);
  border-radius: 0;
}

.contact__ttl--confirm {
  width: 21.25vw;
  height: 3.85417vw;
  margin: 0 auto 4.16667vw;
}

.contact__ttl--thanks {
  width: 50.98958vw;
  height: 3.90625vw;
  margin: 0 auto 4.16667vw;
}

@media screen and (max-width: 800px) {
  .contact {
    width: 86.66667vw;
    box-shadow: 2vw 2vw 1.667vw 0 rgba(94, 94, 94, 0.25);
    background-color: #f2f2f2;
  }

  .contact .contact__inner {
    padding: 5.333vw 6.667vw 6.667vw;
  }

  .contact--local {
    width: 86.66667vw;
    margin: 0 auto 6.66667vw;
    padding: 13.33333vw 6.66667vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 2.66667vw 0 rgba(94, 94, 94, 0.2);
    box-shadow: 0.33333vw 0.57733vw 2.66667vw 0 rgba(94, 94, 94, 0.2);
    background-color: #f3ffe9;
    border-radius: 0;
  }

  .contact__ttl--confirm {
    width: 54.4vw;
    height: 9.86667vw;
    margin: 0 auto 10.66667vw;
  }

  .contact__ttl--thanks {
    width: 72.13333vw;
    height: 16vw;
    margin: 0 auto 10.66667vw;
  }

  .contact__headline {
    padding: 3.15vw 0.5vw 3.5vw 23vw;
    -webkit-box-shadow: 0.33333vw 0.57733vw 2.66667vw 0 rgba(94, 94, 94, 0.2);
    box-shadow: 0.33333vw 0.57733vw 2.66667vw 0 rgba(94, 94, 94, 0.2);
  }

  .contact__headline>span {
    font-size: 4.267vw;
    line-height: 1.389;
    letter-spacing: normal;
    text-align: center;
    display: block;
  }

  .contact__headline>span>i {
    font-size: 4.267vw;
    display: inline-block;
  }

  .contact__headline::before {
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 9px solid rgba(99, 183, 25, 0.9);
    bottom: -9px;
    left: 50%;
  }

  .contact__headline img {
    top: -3.467vw;
    left: 2.133vw;
    width: 26.4vw;
  }
}

.reason {
  position: relative;
  z-index: 2;
}

.reason__blockheader {
  padding: 6.25vw 0 2.08333vw;
  background-color: #fff;
}

.reason__blockheader:after {
  bottom: -14.21875vw;
  z-index: 2;
}

.reason__ttl {
  width: 62.70833vw;
  height: 6.45833vw;
  margin: 0 auto 1.97917vw;
}

.reason__txt {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 4.16667vw;
}

.reason__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 66.66667vw;
  margin: 0 auto;
  padding: 5.83333vw 0 0;
}

.reason__card {
  width: 20.83333vw;
  background-color: #63b719;
  border-top: 0.52083vw solid #63b719;
  border-left: 0.52083vw solid #63b719;
  border-right: 0.52083vw solid #63b719;
  position: relative;
  z-index: 3;
}

.reason__card:before {
  content: "";
  display: block;
  position: absolute;
  top: -6.25vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reason__card__inner {
  padding: 1.5625vw 0.52083vw 0;
}

.reason__card__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 2.60417vw;
  background-color: #fff;
  margin: 0 0 1.5625vw;
}

.reason__card__subttl {
  font-size: 24px;
  font-size: 1.25vw;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.04167vw;
}

.reason__card__txt {
  display: block;
  padding: 0 0 1.5625vw;
  font-size: 18px;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
}

.reason .card01:before {
  width: 12.29167vw;
  height: 4.6875vw;
  background: url("../img/reason_point1.png") top center no-repeat;
  background-size: 100% 100%;
}

.reason .card01__ttl {
  width: 16.51042vw;
  height: 1.40625vw;
}

.reason .card02:before {
  width: 13.95833vw;
  height: 4.6875vw;
  background: url("../img/reason_point2.png") top center no-repeat;
  background-size: 100% 100%;
}

.reason .card02__ttl {
  width: 13.28125vw;
  height: 1.35417vw;
}

.reason .card03:before {
  width: 13.85417vw;
  height: 4.6875vw;
  background: url("../img/reason_point3.png") top center no-repeat;
  background-size: 100% 100%;
}

.reason .card03__ttl {
  width: 16.51042vw;
  height: 1.35417vw;
}

.reason__blockfooter {
  padding: 6.04167vw 0 0;
  background-color: #63b719;
}

.reason__blockfooter__inner {
  padding: 0 0 21vw;
  position: relative;
}

.reason__blockfooter__inner:after {
  bottom: -14.21875vw;
  z-index: 2;
}

.reason__addtxt {
  width: 13.90625vw;
  height: 3.38542vw;
  margin: 0 auto 7.8125vw;
  position: relative;
  z-index: 2;
}

.reason__spotlight {
  width: 61.5625vw;
  margin: 0 auto;
}

.reason__spotlight img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .reason__blockheader {
    padding: 8.33333vw 0 2.77778vw;
  }

  .reason__blockheader:after {
    bottom: -18.95833vw;
  }

  .reason__ttl {
    width: 83.61111vw;
    height: 8.61111vw;
    margin: 0 auto 2.63889vw;
  }

  .reason__txt {
    font-size: 24px;
    font-size: 1.5vw;
    margin: 0 0 5.55556vw;
  }

  .reason__box {
    max-width: 88.88889vw;
    margin: 0 auto;
    padding: 7.77778vw 0 0;
  }

  .reason__card {
    width: 27.77778vw;
    border-top: 0.69444vw solid #63b719;
    border-left: 0.69444vw solid #63b719;
    border-right: 0.69444vw solid #63b719;
  }

  .reason__card:before {
    top: -8.33333vw;
  }

  .reason__card__inner {
    padding: 2.08333vw 0.69444vw 0;
  }

  .reason__card__ttl {
    height: 3.47222vw;
    margin: 0 0 2.08333vw;
  }

  .reason__card__subttl {
    font-size: 24px;
    font-size: 1.5vw;
    margin: 0 0 1.38889vw;
  }

  .reason__card__txt {
    padding: 0 0 2.08333vw;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .reason .card01:before {
    width: 16.38889vw;
    height: 6.25vw;
  }

  .reason .card01__ttl {
    width: 22.01389vw;
    height: 1.875vw;
  }

  .reason .card02:before {
    width: 18.61111vw;
    height: 6.25vw;
  }

  .reason .card02__ttl {
    width: 17.70833vw;
    height: 1.80556vw;
  }

  .reason .card03:before {
    width: 18.47222vw;
    height: 6.25vw;
  }

  .reason .card03__ttl {
    width: 22.01389vw;
    height: 1.80556vw;
  }

  .reason__blockfooter {
    padding: 8.05556vw 0 0;
  }

  .reason__blockfooter__inner {
    padding: 0 0 30.97222vw;
    position: relative;
  }

  .reason__blockfooter__inner:after {
    bottom: -18.95833vw;
  }

  .reason__addtxt {
    width: 18.54167vw;
    height: 4.51389vw;
    margin: 0 auto 10.41667vw;
  }

  .reason__spotlight {
    width: 87.70833vw;
    height: 15.90278vw;
  }
}

@media screen and (max-width: 1280px) {
  .reason__txt {
    font-size: 24px;
    font-size: 1.66667vw;
  }

  .reason__card__subttl {
    font-size: 24px;
    font-size: 1.66667vw;
  }

  .reason__card__txt {
    font-size: 18px;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .reason__txt {
    font-size: 24px;
    font-size: 2.34375vw;
  }

  .reason__card__subttl {
    font-size: 24px;
    font-size: 2.34375vw;
  }

  .reason__card__txt {
    font-size: 18px;
    font-size: 1.75781vw;
  }
}

@media screen and (max-width: 800px) {
  .reason {
    position: relative;
  }

  .reason__blockheader {
    padding: 21.33333vw 0 10.66667vw;
  }

  .reason__blockheader:after {
    bottom: -14.13333vw;
  }

  .reason__ttl {
    width: 84vw;
    height: 21.86667vw;
    margin: 0 auto 5.06667vw;
  }

  .reason__txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: justify;
    margin: 0 0 5.33333vw;
    padding: 0 10.13333vw;
  }

  .reason__box {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 14.93333vw 10.66667vw 0;
  }

  .reason__card {
    width: 100%;
    border-top: 1.33333vw solid #63b719;
    border-left: 1.33333vw solid #63b719;
    border-right: 1.33333vw solid #63b719;
    padding: 0 0 5.33333vw;
  }

  .reason__card:before {
    top: -16.26667vw;
  }

  .reason__card__inner {
    padding: 5.33333vw 6vw 0;
  }

  .reason__card__ttl {
    height: 10.66667vw;
    margin: 0 0 4.8vw;
  }

  .reason__card__subttl {
    font-size: 32px;
    font-size: 4.26667vw;
    margin: 0 0 4.8vw;
  }

  .reason__card__txt {
    padding: 0;
    font-size: 24px;
    font-size: 3.2vw;
  }

  .reason .card01 {
    margin: 0 0 26.4vw;
  }

  .reason .card01:before {
    width: 36.8vw;
    height: 13.2vw;
  }

  .reason .card01__ttl {
    width: 60.4vw;
    height: 5.06667vw;
  }

  .reason .card02 {
    margin: 0 0 26.4vw;
  }

  .reason .card02:before {
    width: 41.6vw;
    height: 13.2vw;
  }

  .reason .card02__ttl {
    width: 48.53333vw;
    height: 4.93333vw;
  }

  .reason .card03:before {
    width: 41.33333vw;
    height: 13.2vw;
  }

  .reason .card03__ttl {
    width: 60.26667vw;
    height: 4.93333vw;
  }

  .reason__blockfooter {
    padding: 0;
  }

  .reason__blockfooter__inner {
    padding: 0 0 85vw;
  }

  .reason__blockfooter__inner:after {
    bottom: -14.13333vw;
  }

  .reason__addtxt {
    width: 35.6vw;
    height: 8.66667vw;
    margin: -2.66667vw auto 15vw;
  }

  .reason__spotlight {
    width: 88.26667vw;
    height: 38.4vw;
  }
}

.offer {
  width: 100%;
  z-index: 4;
}

.offer--cmn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -14.21875vw;
}

.offer--bottom {
  position: relative;
}

.offer__ttl {
  font-size: 56px;
  font-size: 2.91667vw;
  color: #fff;
  font-weight: 600;
  line-height: 1.143;
  text-align: center;
  margin: 0 0 2.8125vw;
}

.offer__body {
  max-width: 75vw;
  margin: 0 auto;
  padding: 3.125vw;
  background-color: #fff;
  -webkit-box-shadow: 0.52083vw 0.90214vw 2.08333vw 0.52083vw rgba(51, 51, 51, 0.3);
  box-shadow: 0.52083vw 0.90214vw 2.08333vw 0.52083vw rgba(51, 51, 51, 0.3);
  border: 0.52083vw solid #63b719;
  position: relative;
  z-index: 2;
}

.offer__body:before {
  content: "";
  display: block;
  position: absolute;
  top: -9.01042vw;
  left: 3.90625vw;
  width: 13.59375vw;
  height: 8.48958vw;
  background: url("../img/offer_addimg.png") top center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.offer__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 2.08333vw;
}

.offer__tag__item {
  width: 12.5vw;
  padding: 0.52083vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.20833vw dashed #63b719;
  font-size: 48px;
  font-size: 2.5vw;
  color: #63b719;
  font-weight: 600;
}

.offer__subttl {
  font-size: 48px;
  font-size: 2.5vw;
  font-weight: 600;
  text-align: center;
  margin: 0 0 2.08333vw;
}

.offer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.offer__btn {
  width: 30.4166vw;
  height: 6.25vw;
  margin: 0 2.08333vw 0 1.5vw;
}

.offer__btn>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f03b48;
  border-radius: 3.125vw;
  -webkit-box-shadow: 0 0.26042vw 0.625vw 0.15625vw rgba(170, 170, 170, 0.4);
  box-shadow: 0 0.26042vw 0.625vw 0.15625vw rgba(170, 170, 170, 1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.offer__btn>a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0.15625vw);
  transform: translateY(0.15625vw);
}

.offer__btn .material-icons {
  font-size: 70px;
  font-size: 3.64583vw;
  color: #fff;
  margin: 0 1.14583vw 0 0;
}

.offer__btn__txt {
  font-size: 32px;
  font-size: 1.66667vw;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.offer__tel {
  margin: 0 0 0 2.08333vw;
  line-height: 1;
  padding: 0 0 0 4.6875vw;
  position: relative;
}

.offer__tel__links {
  display: block;
  width: 100%;
  height: 100%;
}

.offer__tel__ico .material-icons {
  position: absolute;
  top: 0.4vw;
  left: -0.4vw;
  font-size: 95px;
  font-size: 4.9479vw;
  color: #f03b48;
  line-height: 1;
}

.offer__tel__txt {
  font-size: 20px;
  font-size: 1.0416vw;
  color: #f03b48;
}

.offer__tel__txt01 {
  font-size: 16px;
  font-size: 0.8333vw;
  letter-spacing: 0.15vw;
}

.offer__tel__number {
  display: block;
  padding: 0 0 0.20833vw;
  font-size: 64px;
  font-size: 3.33333vw;
  color: #f03b48;
  font-weight: 700;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1440px) {
  .offer {
    padding: 0 32px;
  }

  .offer--cmn {
    bottom: -18.95833vw;
  }

  .offer__ttl {
    font-size: 56px;
    font-size: 3.5vw;
    margin: 0 0 3.75vw;
  }

  .offer__body {
    max-width: 100%;
    padding: 4.16667vw;
    -webkit-box-shadow: 0.69444vw 1.20285vw 2.77778vw 0.69444vw rgba(51, 51, 51, 0.3);
    box-shadow: 0.69444vw 1.20285vw 2.77778vw 0.69444vw rgba(51, 51, 51, 0.3);
    border: 0.69444vw solid #63b719;
  }

  .offer__body:before {
    top: -12.01389vw;
    left: 5.20833vw;
    width: 18.125vw;
    height: 11.31944vw;
  }

  .offer__tag {
    margin: 0 0 2.77778vw;
  }

  .offer__tag__item {
    width: 16.66667vw;
    padding: 0.69444vw 0;
    border: 0.27778vw dashed #63b719;
    font-size: 48px;
    font-size: 3vw;
  }

  .offer__subttl {
    font-size: 48px;
    font-size: 3vw;
    margin: 0 0 2.77778vw;
  }

  .offer__btn {
    width: 40.55556vw;
    height: 8.33333vw;
    margin: 0 2.77778vw 0 0 0;
  }

  .offer__btn>a {
    border-radius: 4.16667vw;
  }

  .offer__btn>a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0.20833vw);
    transform: translateY(0.20833vw);
  }
}

@media screen and (max-width: 1280px) {
  .offer {
    padding: 0 32px;
  }

  .offer--cmn {
    bottom: -18.95833vw;
  }
}

@media screen and (max-width: 800px) {
  .offer {
    padding: 0;
  }

  .offer--cmn {
    bottom: -48vw;
    padding: 0 5.33333vw;
  }

  .offer--bottom {
    padding: 0 5.33333vw;
  }

  .offer__ttl {
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 1.25;
    margin: 0 0 6.66667vw;
  }

  .offer__body {
    margin: 0;
    padding: 2.66667vw 2.66667vw 8vw;
    -webkit-box-shadow: 1.33333vw 2.30947vw 5.33333vw 1.33333vw rgba(51, 51, 51, 0.3);
    box-shadow: 1.33333vw 2.30947vw 5.33333vw 1.33333vw rgba(51, 51, 51, 0.3);
    border: 2.66667vw solid #63b719;
  }

  .offer__body:before {
    display: none;
  }

  .offer__tag {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2.66667vw;
  }

  .offer__tag__item {
    width: 25.33333vw;
    margin: 2.66667vw 0 0;
    padding: 1.6vw 0;
    border: 2px dashed #63b719;
    font-size: 32px;
    font-size: 4.26667vw;
  }

  .offer__tag__item:nth-of-type(4) {
    margin: 2.66667vw 0.66667vw 0 auto;
  }

  .offer__tag__item:nth-of-type(5) {
    margin: 2.66667vw auto 0 0.66667vw;
  }

  .offer__subttl {
    font-size: 40px;
    font-size: 5.33333vw;
    line-height: 1.25;
    margin: 0 0 6.4vw;
  }

  .offer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .offer__btn {
    width: 100%;
    height: 16vw;
    margin: 0 5.33333vw 0 0 0;
  }

  .offer__btn>a {
    border-radius: 8vw;
    border: none;
    -webkit-box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
    box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
  }

  .offer__btn>a:hover {
    -webkit-box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
    box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .offer__btn .material-icons {
    font-size: 70px;
    font-size: 9.33333vw;
    color: #fff;
    margin: 0 8vw 0 0;
  }

  .offer__btn__txt {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.278;
  }

  .offer__tel {
    width: 100%;
    height: 16vw;
    margin: 0 0 5.33333vw;
    padding: 0;
  }

  .offer__tel__links {
    padding: 2.66667vw 0 0 18.66667vw;
    border-radius: 8vw;
    background: #fff;
    border: 0.55vw solid #f03b48;
    background-size: 100% 100%;
    -webkit-box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
    box-shadow: 0 0.66667vw 1.6vw 0.4vw rgba(170, 170, 170, 0.4);
  }

  .offer__tel__ico .material-icons {
    top: 3.73333vw;
    left: 6.93333vw;
    font-size: 70px;
    font-size: 9.33333vw;
    color: #f03b48;
    text-shadow: 0 0 0.66667vw #fff;
  }

  .offer__tel__txt {
    font-size: 24px;
    font-size: 3.2vw;
    color: #f03b48;
    font-weight: 600;
    text-shadow: 0 0 0.66667vw #fff;
  }

  .offer__tel__txt01 {
    display: none;
  }

  .offer__tel__number {
    padding: 0;
    background: none;
    font-size: 56px;
    font-size: 7.46667vw;
    color: #f03b48;
    text-shadow: 0 0 0.66667vw #fff;
  }
}

.service {
  padding: 23.02083vw 0 0;
  height: 73.17708vw;
  background-color: #f3ffe9;
}

.service:after {
  bottom: -14.21875vw;
  z-index: 3;
}

.service__ttl {
  width: 19.11458vw;
  height: 9.79167vw;
  margin: 0 auto;
}

.service__box {
  position: absolute;
  top: 30.72917vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66.66667vw;
  height: 50vw;
  z-index: 4;
}

.service__card {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20.83333vw;
  height: 20.83333vw;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.525vw 0.4125vw rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0.525vw 0.4125vw rgba(0, 0, 0, 0.04);
}

.service__card__txt {
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
}

.service__card__img .material-icons {
  font-size: 92px;
  font-size: 4.79167vw;
  color: #63b719;
  margin: 0.9375vw 0;
}

.service .card01 {
  top: 0;
  left: 0;
}

.service .card01__ttl {
  width: 11.92708vw;
  height: 6.875vw;
}

.service .card02 {
  top: 6.25vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service .card02__ttl {
  width: 8.4375vw;
  height: 4.375vw;
}

.service .card03 {
  top: 0;
  right: 0;
}

.service .card03__ttl {
  width: 4.16667vw;
  height: 4.375vw;
}

.service .card04 {
  left: 0;
  bottom: 6.25vw;
}

.service .card04__ttl {
  width: 10.46875vw;
  height: 4.32292vw;
}

.service .card05 {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service .card05__ttl {
  width: 10.57292vw;
  height: 4.375vw;
}

.service .card06 {
  right: 0;
  bottom: 6.25vw;
}

.service .card06__ttl {
  width: 8.54167vw;
  height: 4.47917vw;
}

@media screen and (max-width: 1440px) {
  .service {
    padding: 30.69444vw 0 0;
    height: 97.56944vw;
  }

  .service:after {
    bottom: -18.95833vw;
  }

  .service__ttl {
    width: 25.48611vw;
    height: 13.05556vw;
  }

  .service__box {
    top: 40.97222vw;
    width: 88.88889vw;
    height: 66.66667vw;
  }

  .service__card {
    width: 27.77778vw;
    height: 27.77778vw;
    -webkit-box-shadow: 0 0 0.7vw 0.55vw rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0.7vw 0.55vw rgba(0, 0, 0, 0.04);
  }

  .service__card__txt {
    font-size: 24px;
    font-size: 1.5vw;
  }

  .service__card__img .material-icons {
    font-size: 92px;
    font-size: 5.75vw;
    margin: 1.25vw 0;
  }

  .service .card01__ttl {
    width: 15.90278vw;
    height: 9.16667vw;
  }

  .service .card02 {
    top: 8.33333vw;
  }

  .service .card02__ttl {
    width: 11.25vw;
    height: 5.83333vw;
  }

  .service .card03__ttl {
    width: 5.55556vw;
    height: 5.83333vw;
  }

  .service .card04 {
    bottom: 8.33333vw;
  }

  .service .card04__ttl {
    width: 13.95833vw;
    height: 5.76389vw;
  }

  .service .card05__ttl {
    width: 14.09722vw;
    height: 5.83333vw;
  }

  .service .card06 {
    bottom: 8.33333vw;
  }

  .service .card06__ttl {
    width: 11.38889vw;
    height: 5.97222vw;
  }
}

@media screen and (max-width: 1280px) {
  .service__card__txt {
    font-size: 24px;
    font-size: 1.66667vw;
  }

  .service__card__img .material-icons {
    font-size: 92px;
    font-size: 6.38889vw;
  }
}

@media screen and (max-width: 1024px) {
  .service__card__txt {
    font-size: 18px;
    font-size: 1.75781vw;
  }

  .service__card__img .material-icons {
    font-size: 70px;
    font-size: 6.83594vw;
  }
}

@media screen and (max-width: 800px) {
  .service {
    padding: 58.66667vw 0 5.33333vw;
    height: auto;
  }

  .service:after {
    bottom: -14.13333vw;
  }

  .service__ttl {
    width: 64vw;
    height: 11.46667vw;
    margin: 0 auto 2.66667vw;
  }

  .service__box {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0 1.86667vw;
  }

  .service__card {
    position: static;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 46.66667vw;
    height: 46.66667vw;
    margin: 2.66667vw 0 0;
    -webkit-box-shadow: 0 0 1.344vw 1.056vw rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 1.344vw 1.056vw rgba(0, 0, 0, 0.04);
  }

  .service__card__txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .service__card__img .material-icons {
    font-size: 80px;
    font-size: 10.66667vw;
    color: #63b719;
    margin: 0;
  }

  .service .card01 {
    top: auto;
    left: auto;
    padding: 5.06667vw 0 6.66667vw;
  }

  .service .card01__ttl {
    width: 24.66667vw;
    height: 14.66667vw;
  }

  .service .card02 {
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 6.66667vw 0 6.66667vw;
  }

  .service .card02__ttl {
    width: 17.33333vw;
    height: 9.33333vw;
  }

  .service .card03 {
    top: auto;
    right: auto;
    padding: 9.06667vw 0 6.66667vw;
  }

  .service .card03__ttl {
    width: 16.53333vw;
    height: 4vw;
  }

  .service .card04 {
    left: auto;
    bottom: auto;
    padding: 6.66667vw 0 6.66667vw;
  }

  .service .card04__ttl {
    width: 21.46667vw;
    height: 9.2vw;
  }

  .service .card05 {
    left: auto;
    bottom: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 6.66667vw 0 6.66667vw;
  }

  .service .card05__ttl {
    width: 21.73333vw;
    height: 9.33333vw;
  }

  .service .card06 {
    right: auto;
    bottom: auto;
    padding: 9.33333vw 0 6.66667vw;
  }

  .service .card06__ttl {
    width: 26.53333vw;
    height: 4.13333vw;
  }
}

.case {
  padding: 5.27vw 0 0;
}

.case:after {
  bottom: -14.21875vw;
  z-index: 3;
  display: none;
}

.case__inner {
  width: 66.66667vw;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.case__ttl {
  width: 33.17708vw;
  height: 3.90625vw;
  margin: 0 auto 2.08333vw;
}

.case__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 0 1.04167vw;
}

.case__card {
  width: 15.10417vw;
  height: 22.39583vw;
  margin: 2.08333vw 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0.78125vw 1.04167vw 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.78125vw 1.04167vw 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.case__card__label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.25vw;
  height: 2.08333vw;
  background-color: #fff;
  font-size: 24px;
  font-size: 1.25vw;
  color: #63b719;
  font-weight: 600;
}

.case__card__img {
  width: 100%;
  height: 9.375vw;
}

.case__card__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 3.125vw;
  font-size: 20px;
  font-size: 1.04167vw;
  color: #fff;
  text-align: center;
  background-color: #63b719;
}

.case__card__price .number {
  font-size: 48px;
  font-size: 2.5vw;
  margin: 0 0.20833vw;
  vertical-align: -0.10417vw;
}

.case__card__details {
  padding: 1.04167vw;
}

.case__card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case__card__list:not(:last-of-type) {
  margin: 0 0 0.52083vw;
}

.case__card__list .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.6875vw;
  height: 1.5625vw;
  background-color: #63b719;
  font-size: 18px;
  font-size: 0.9375vw;
  color: #fff;
}

.case__card__list .txt {
  width: 8.33333vw;
  padding: 0 0 0 0.72917vw;
  font-size: 18px;
  font-size: 0.9375vw;
  letter-spacing: normal;
}

.case__card__list .txt.none {
  position: relative;
}

.case__card__list .txt.none:after {
  content: "";
  display: block;
  position: absolute;
  width: 4.16667vw;
  height: 1px;
  top: 0;
  left: 0.72917vw;
  background-color: #131313;
}

@media screen and (max-width: 1440px) {
  .case:after {
    bottom: -18.95833vw;
  }

  .case__inner {
    width: 88.88889vw;
  }

  .case__ttl {
    width: 44.23611vw;
    height: 5.20833vw;
    margin: 0 auto 2.77778vw;
  }

  .case__details {
    padding: 0 0 1.38889vw;
  }

  .case__card {
    width: 20.13889vw;
    height: 29.86111vw;
    margin: 2.77778vw 0 0;
    -webkit-box-shadow: 0 1.04167vw 1.38889vw 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1.04167vw 1.38889vw 0 rgba(0, 0, 0, 0.2);
  }

  .case__card__label {
    width: 8.33333vw;
    height: 2.77778vw;
    background-color: #fff;
    font-size: 24px;
    font-size: 1.5vw;
  }

  .case__card__img {
    height: 12.5vw;
  }

  .case__card__price {
    height: 4.16667vw;
    font-size: 20px;
    font-size: 1.25vw;
  }

  .case__card__price .number {
    font-size: 48px;
    font-size: 3vw;
    margin: 0 0.27778vw;
    vertical-align: -0.13889vw;
  }

  .case__card__details {
    padding: 1.38889vw;
  }

  .case__card__list:not(:last-of-type) {
    margin: 0 0 0.69444vw;
  }

  .case__card__list .tag {
    width: 6.25vw;
    height: 2.08333vw;
    background-color: #63b719;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .case__card__list .txt {
    width: 11.11111vw;
    padding: 0 0 0 0.97222vw;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .case__card__list .txt.none:after {
    width: 5.55556vw;
    left: 0.97222vw;
  }
}

@media screen and (max-width: 800px) {
  .case {
    padding: 14.9vw 0 0;
  }

  .case:after {
    bottom: -14.13333vw;
  }

  .case__inner {
    width: 100%;
    margin: 0;
    padding: 0 5.33333vw;
  }

  .case__ttl {
    width: 72.4vw;
    height: 8.53333vw;
    margin: 0 auto 1.33333vw;
  }

  .case__details {
    padding: 0;
  }

  .case__card {
    width: 42.66667vw;
    height: 77.33333vw;
    margin: 4vw 0 0;
    -webkit-box-shadow: 0 2vw 2.66667vw 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2vw 2.66667vw 0 rgba(0, 0, 0, 0.2);
  }

  .case__card__label {
    width: 18.13333vw;
    height: 7.46667vw;
    font-size: 32px;
    font-size: 4.26667vw;
  }

  .case__card__label._wide {
    width: 20.8vw;
  }

  .case__card__img {
    height: 26.66667vw;
  }

  .case__card__price {
    height: 10.66667vw;
    font-size: 24px;
    font-size: 3.2vw;
    padding: 0 0 0.53333vw;
  }

  .case__card__price .number {
    font-size: 64px;
    font-size: 8.53333vw;
    margin: 0 0.53333vw 0;
    vertical-align: -0.26667vw;
  }

  .case__card__details {
    padding: 2.66667vw 2.66667vw 0 2.66667vw;
  }

  .case__card__list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .case__card__list:not(:last-of-type) {
    margin: 0 0 2.66667vw;
  }

  .case__card__list .tag {
    width: 14.66667vw;
    height: 5.33333vw;
    font-size: 24px;
    font-size: 3.2vw;
  }

  .case__card__list .txt {
    width: 22.66667vw;
    padding: 0 0 0 1.33333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.25;
  }

  .case__card__list .txt.none:after {
    width: 2.66667vw;
    top: 2.66667vw;
    left: 1.86667vw;
  }
}


.testimonial {
  padding: 23.95833vw 1.66667vw 0;
}

.testimonial__ttl {
  width: 16.04167vw;
  height: 3.85417vw;
  margin: 0 auto 4.16667vw;
}

.testimonial__inner {
  max-width: 66.66667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial__box {
  width: 20.83333vw;
  padding: 0 0 12.39583vw;
}

.testimonial__sb {
  width: 100%;
  height: 20.83333vw;
  padding: 2.08333vw 1.04167vw 0;
  background-color: #63b719;
  border-radius: 1.04167vw;
  position: relative;
}

.testimonial__sb:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2.03125vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  border-style: solid;
  border-width: 2.03125vw 1.14583vw 0 1.14583vw;
  border-color: #63b719 transparent transparent transparent;
}

.testimonial__sb__ttl {
  width: 100%;
  height: 4.58333vw;
  border-bottom: 2px solid #fff;
  margin: 0 0 0.83333vw;
}

.testimonial__sb__txt {
  padding: 0 0.9375vw;
  font-size: 18px;
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
}

.testimonial .box01 {
  background: url("../img/testimonial_box01_ico.png") bottom center no-repeat;
  background-size: 8.33333vw;
}

.testimonial .box01__ttl {
  width: 10.83333vw;
  height: 3.54167vw;
  margin: 0 auto;
}

.testimonial .box02 {
  background: url("../img/testimonial_box02_ico.png") bottom center no-repeat;
  background-size: 8.33333vw;
}

.testimonial .box02__ttl {
  width: 8.17708vw;
  height: 3.38542vw;
  margin: 0 auto;
}

.testimonial .box03 {
  background: url("../img/testimonial_box03_ico.png") bottom center no-repeat;
  background-size: 8.33333vw;
}

.testimonial .box03__ttl {
  width: 15.15625vw;
  height: 3.38542vw;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .testimonial {
    padding: 31.94444vw 2.22222vw 0;
  }

  .testimonial__ttl {
    width: 21.38889vw;
    height: 5.13889vw;
    margin: 0 auto 5.55556vw;
  }

  .testimonial__inner {
    max-width: 88.88889vw;
  }

  .testimonial__box {
    width: 27.77778vw;
    padding: 0 0 16.52778vw;
  }

  .testimonial__sb {
    width: 100%;
    height: 27.77778vw;
    padding: 2.77778vw 1.38889vw 0;
    border-radius: 1.38889vw;
  }

  .testimonial__sb:after {
    bottom: -2.70833vw;
    border-width: 2.70833vw 1.52778vw 0 1.52778vw;
  }

  .testimonial__sb__ttl {
    height: 6.11111vw;
    margin: 0 0 1.11111vw;
  }

  .testimonial__sb__txt {
    padding: 0 1.25vw;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .testimonial .box01 {
    background: url("../img/testimonial_box01_ico.png") bottom center no-repeat;
    background-size: 11.11111vw;
  }

  .testimonial .box01__ttl {
    width: 14.44444vw;
    height: 4.72222vw;
  }

  .testimonial .box02 {
    background: url("../img/testimonial_box02_ico.png") bottom center no-repeat;
    background-size: 11.11111vw;
  }

  .testimonial .box02__ttl {
    width: 10.90278vw;
    height: 4.51389vw;
  }

  .testimonial .box03 {
    background: url("../img/testimonial_box03_ico.png") bottom center no-repeat;
    background-size: 11.11111vw;
  }

  .testimonial .box03__ttl {
    width: 20.20833vw;
    height: 4.51389vw;
  }
}

@media screen and (max-width: 1280px) {
  .testimonial__sb__txt {
    font-size: 18px;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .testimonial__sb {
    height: 33.20312vw;
  }

  .testimonial__sb__txt {
    font-size: 14px;
    font-size: 1.36719vw;
  }
}

@media screen and (max-width: 800px) {
  .testimonial {
    padding: 61.33333vw 4.26667vw 0;
  }

  .testimonial__ttl {
    width: 37.33333vw;
    height: 8.8vw;
    margin: 0 auto 5.33333vw;
  }

  .testimonial__inner {
    max-width: 100%;
    margin: 0;
    display: block;
  }

  .testimonial__box {
    width: 100%;
    padding: 0 0 29.06667vw;
  }

  .testimonial__sb {
    width: 100%;
    height: auto;
    padding: 5.33333vw;
    border-radius: 5.33333vw;
  }

  .testimonial__sb:after {
    bottom: -5.06667vw;
    border-width: 5.06667vw 3vw 0 3vw;
  }

  .testimonial__sb__ttl {
    height: 17.86667vw;
    border-bottom: 2px solid #fff;
    margin: 0 0 5.33333vw;
  }

  .testimonial__sb__txt {
    padding: 0 5.06667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }

  .testimonial .box01 {
    background: url("../img/testimonial_box01_ico.png") bottom center no-repeat;
    background-size: 21.33333vw;
    margin: 0 0 5.6vw;
  }

  .testimonial .box01__ttl {
    width: 41.86667vw;
    height: 12.66667vw;
  }

  .testimonial .box02 {
    background: url("../img/testimonial_box02_ico.png") bottom center no-repeat;
    background-size: 21.33333vw;
    margin: 0 0 5.6vw;
  }

  .testimonial .box02__ttl {
    width: 31.6vw;
    height: 12.53333vw;
  }

  .testimonial .box03 {
    background: url("../img/testimonial_box03_ico.png") bottom center no-repeat;
    background-size: 21.33333vw;
  }

  .testimonial .box03__ttl {
    width: 58.13333vw;
    height: 12.53333vw;
  }
}

.faq {
  padding: 7.8125vw 1.66667vw 4.0625vw;
}

.faq:after {
  bottom: -14.21875vw;
  z-index: 2;
}

.faq__ttl {
  width: 21.30208vw;
  height: 3.90625vw;
  margin: 0 auto 4.16667vw;
}

.faq__inner {
  max-width: 66.66667vw;
  height: 42.60417vw;
  margin: 0 auto;
  position: relative;
}

.faq__box {
  position: absolute;
  width: 32.29167vw;
  border-radius: 1.04167vw;
  border: 0.26042vw solid #63b719;
  background-color: #fff;
  z-index: 3;
}

.faq__box__question {
  width: 100%;
  background-color: #63b719;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__box__answer {
  display: block;
  width: 100%;
  padding: 4.6875vw 1.5625vw 0;
  font-size: 18px;
  font-size: 0.9375vw;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: justify;
  position: relative;
}

.faq__box__answer:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.08333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.66667vw;
  height: 1.71875vw;
  background: url("../img/faq_answer_ico.png") top center no-repeat;
  background-size: 100% 100%;
}

.faq .box01 {
  top: 0;
  left: 0;
  height: 18.17708vw;
}

.faq .box01__question {
  height: 8.38542vw;
}

.faq .box01__question__img {
  width: 15.26042vw;
  height: 4.47917vw;
}

.faq .box02 {
  top: 0;
  right: 0;
  height: 21.51042vw;
}

.faq .box02__question {
  height: 10.67708vw;
}

.faq .box02__question__img {
  width: 24.01042vw;
  height: 6.71875vw;
}

.faq .box03 {
  left: 0;
  bottom: 0;
  height: 22.34375vw;
}

.faq .box03__question {
  height: 8.38542vw;
}

.faq .box03__question__img {
  width: 25.20833vw;
  height: 4.47917vw;
}

.faq .box04 {
  right: 0;
  bottom: 0;
  height: 19.21875vw;
}

.faq .box04__question {
  height: 8.38542vw;
}

.faq .box04__question__img {
  width: 27.55208vw;
  height: 4.47917vw;
}

@media screen and (max-width: 1440px) {
  .faq {
    padding: 10.41667vw 2.22222vw 5.41667vw;
  }

  .faq:after {
    bottom: -18.95833vw;
    z-index: 2;
  }

  .faq__ttl {
    width: 28.40278vw;
    height: 5.20833vw;
    margin: 0 auto 5.55556vw;
  }

  .faq__inner {
    max-width: 88.88889vw;
    height: 56.80556vw;
  }

  .faq__box {
    width: 43.05556vw;
    border-radius: 1.38889vw;
    border: 0.34722vw solid #63b719;
  }

  .faq__box__answer {
    padding: 6.25vw 2.08333vw 0;
    font-size: 18px;
    font-size: 1.125vw;
  }

  .faq__box__answer:before {
    top: 2.77778vw;
    width: 2.22222vw;
    height: 2.29167vw;
  }

  .faq .box01 {
    height: 24.23611vw;
  }

  .faq .box01__question {
    height: 11.18056vw;
  }

  .faq .box01__question__img {
    width: 20.34722vw;
    height: 5.97222vw;
  }

  .faq .box02 {
    height: 28.68056vw;
  }

  .faq .box02__question {
    height: 14.23611vw;
  }

  .faq .box02__question__img {
    width: 32.01389vw;
    height: 8.95833vw;
  }

  .faq .box03 {
    height: 29.79167vw;
  }

  .faq .box03__question {
    height: 11.18056vw;
  }

  .faq .box03__question__img {
    width: 33.61111vw;
    height: 5.97222vw;
  }

  .faq .box04 {
    height: 25.625vw;
  }

  .faq .box04__question {
    height: 11.18056vw;
  }

  .faq .box04__question__img {
    width: 36.73611vw;
    height: 5.97222vw;
  }
}

@media screen and (max-width: 1280px) {
  .faq__box__answer {
    font-size: 18px;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .faq__box__answer {
    font-size: 14px;
    font-size: 1.36719vw;
    letter-spacing: normal;
    padding: 5.85938vw 1.36719vw 0;
  }
}

@media screen and (max-width: 800px) {
  .faq {
    padding: 21.33333vw 0 5.33333vw;
  }

  .faq:after {
    bottom: -14.13333vw;
  }

  .faq__ttl {
    width: 48vw;
    height: 8.66667vw;
    margin: 0 auto 5.33333vw;
  }

  .faq__inner {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5.33333vw;
  }

  .faq__box {
    position: static;
    width: 100%;
    border-radius: 2.66667vw;
    border: 0.66667vw solid #63b719;
  }

  .faq__box__question {
    padding: 5.33333vw 0;
  }

  .faq__box__answer {
    display: block;
    width: 100%;
    padding: 12.53333vw 4.53333vw 4.26667vw;
    font-size: 24px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }

  .faq__box__answer:before {
    top: 5.33333vw;
    width: 4.26667vw;
    height: 4.4vw;
  }

  .faq .box01 {
    top: auto;
    left: auto;
    height: auto;
    margin: 0 0 5.33333vw;
  }

  .faq .box01__question {
    height: auto;
  }

  .faq .box01__question__img {
    width: 48.53333vw;
    height: 12.26667vw;
  }

  .faq .box02 {
    top: auto;
    right: auto;
    height: auto;
    margin: 0 0 5.33333vw;
  }

  .faq .box02__question {
    height: auto;
  }

  .faq .box02__question__img {
    width: 76.53333vw;
    height: 20.4vw;
  }

  .faq .box03 {
    left: auto;
    bottom: auto;
    height: auto;
    margin: 0 0 5.33333vw;
  }

  .faq .box03__question {
    height: auto;
  }

  .faq .box03__question__img {
    width: 80.66667vw;
    height: 12.4vw;
  }

  .faq .box04 {
    right: auto;
    bottom: auto;
    height: auto;
  }

  .faq .box04__question {
    height: auto;
  }

  .faq .box04__question__img {
    width: 49.73333vw;
    height: 19.06667vw;
  }
}

.footer {
  background-color: #63b719;
}

.footer--top {
  padding: 18.417vw 0 1.5625vw;
}

.footer--local {
  padding: 1.5625vw 0 1.5625vw;
}

.footer--local__copyright {
  font-size: 14px;
  font-size: 0.72917vw;
  color: #fff;
  text-align: center;
}

.footer__inner {
  width: 66.66667vw;
  margin: 0 auto;
  padding: 4.89583vw 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.footer__links__txt {
  font-size: 14px;
  font-size: 0.72917vw;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__links__txt:first-of-type {
  margin: 0 4.16667vw 0 0;
}

.footer__links__txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.41667vw 0 0.41667vw 0.67708vw;
  border-color: transparent transparent transparent #fff;
  margin: 0 0.41667vw 0 0;
}

.footer__copyright {
  font-size: 14px;
  font-size: 0.72917vw;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .footer--top {
    padding: 27.77778vw 0 2.08333vw;
  }

  .footer--local {
    padding: 2.08333vw 0 2.08333vw;
  }

  .footer--local__copyright {
    font-size: 14px;
    font-size: 0.875vw;
  }

  .footer__inner {
    width: 88.88889vw;
    padding: 6.52778vw 0 0;
  }

  .footer__links__txt {
    font-size: 14px;
    font-size: 0.875vw;
  }

  .footer__links__txt:first-of-type {
    margin: 0 5.55556vw 0 0;
  }

  .footer__links__txt:before {
    border-width: 0.55556vw 0 0.55556vw 0.90278vw;
    margin: 0 0.55556vw 0 0;
  }

  .footer__copyright {
    font-size: 14px;
    font-size: 0.875vw;
  }
}

@media screen and (max-width: 1280px) {
  .footer--local__copyright {
    font-size: 14px;
    font-size: 0.97222vw;
  }

  .footer__links__txt {
    font-size: 14px;
    font-size: 0.97222vw;
  }

  .footer__copyright {
    font-size: 14px;
    font-size: 0.97222vw;
  }
}

@media screen and (max-width: 1024px) {
  .footer--local__copyright {
    font-size: 14px;
    font-size: 1.36719vw;
  }

  .footer__links__txt {
    font-size: 14px;
    font-size: 1.36719vw;
  }

  .footer__copyright {
    font-size: 14px;
    font-size: 1.36719vw;
  }
}

@media screen and (max-width: 800px) {
  .footer {
    background-color: #63b719;
  }

  .footer--top {
    padding: 24.8vw 0 5.33333vw;
  }

  .footer--local {
    padding: 4vw 0 4vw;
  }

  .footer--local__copyright {
    font-size: 20px;
    font-size: 2.66667vw;
  }

  .footer__inner {
    width: 100%;
    margin: 0;
    padding: 10.66667vw 0 0;
    display: block;
  }

  .footer__links {
    margin: 0 0 4vw;
  }

  .footer__links__txt {
    font-size: 20px;
    font-size: 2.66667vw;
  }

  .footer__links__txt:first-of-type {
    margin: 0 10.66667vw 0 0;
  }

  .footer__links__txt:before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border-style: solid;
    border-width: 0;
    border-color: #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 1.6vw 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .footer__copyright {
    font-size: 20px;
    font-size: 2.66667vw;
    text-align: center;
  }
}

.forfree {
  margin-top: 14.583vw;
  width: 100%;
  padding: 4.6875vw 0;
  position: relative;
  background-color: #63b719;
}

.forfree__inner {
  width: 66.66667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.forfree__ttl {
  position: absolute;
  top: 0;
  left: 2.9vw;
  width: 27.2916vw;
  height: 12.2916vw;
}

.forfree__details {
  width: 33.33333vw;
  padding: 15.26042vw 0 0;
}

.forfree__img {
  width: 28.125vw;
  height: 36.45833vw;
}

.forfree__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.98vw 1vw 0.98vw 5.5vw;
  background-color: #fff;
  position: relative;
}

.forfree__box:not(:last-of-type) {
  margin: 0 0 1.09375vw;
}

.forfree__ico .material-icons {
  font-size: 80px;
  font-size: 4.16667vw;
  color: #63b719;
}

.forfree__ico {
  margin-right: 1.406vw;
}

.forfree__list {
  flex: 1;
}

.forfree__list--top {
  font-size: 40px;
  font-size: 2.08333vw;
  display: block;
  margin: 0 0 0.52083vw;
}

.forfree__list--top>em {
  font-size: 54px;
  font-size: 2.8125vw;
  font-weight: 600;
  color: #63b719;
}

.forfree__list--bottom {
  font-size: 20px;
  font-size: 1.04167vw;
  letter-spacing: 0.025em;
  display: block;
}

@media screen and (max-width: 1280px) {
  .forfree:before {
    width: 93.75vw;
    height: 31.25vw;
    border-top-right-radius: 3.90625vw;
    border-bottom-right-radius: 3.90625vw;
  }

  .forfree__inner {
    width: 70.3125vw;
  }

  .forfree__img {
    width: 29.6875vw;
    height: 38.51562vw;
  }

  .forfree__box {
    padding: 0.98vw 1vw 0.98vw 2.5vw;
  }

  .forfree__ico .material-icons {
    font-size: 80px;
    font-size: 5.55556vw;
    color: #63b719;
  }

  .forfree__list--top {
    font-size: 38px;
    font-size: 2.63889vw;
  }

  .forfree__list--top>em {
    font-size: 44px;
    font-size: 3.05556vw;
  }

  .forfree__list--bottom {
    font-size: 20px;
    font-size: 1.38889vw;
  }
}

@media screen and (max-width: 1024px) {
  .forfree:before {
    width: 97.65625vw;
  }

  .forfree__ico .material-icons {
    font-size: 60px;
    font-size: 5.85938vw;
    color: #63b719;
  }

  .forfree__list--bottom {
    font-size: 16px;
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 800px) {
  .forfree {
    padding: 10.66667vw 5.33333vw;
  }

  .forfree:before {
    width: 100%;
    height: 77.86667vw;
    background-color: #63b719;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .forfree__inner {
    width: 100%;
    margin: 0;
    display: block;
  }

  .forfree__ttl {
    position: static;
    top: auto;
    left: auto;
    width: 69.8666vw;
    height: 32.8vw;
    margin: 0 auto 9.5vw;
  }

  .forfree__img {
    width: 78.66666vw;
    height: 45.86667vw;
    margin: 0 auto 10.66667vw;
  }

  .forfree__details {
    width: 100%;
    padding: 0;
  }

  .forfree__box {
    width: 100%;
    padding: 2.66666vw 11vw;
    background-color: #fff;
  }

  .forfree__box:not(:last-of-type) {
    margin: 0 0 2.66667vw;
  }

  .forfree__ico .material-icons {
    font-size: 80px;
    font-size: 10.66667vw;
  }

  .forfree__list {
    width: 61.33333vw;
    padding: 0 0 0 1.86667vw;
    text-align: center;
  }

  .forfree__list--top {
    font-size: 40px;
    font-size: 5.33333vw;
    margin: 0 0 1.33333vw;
  }

  .forfree__list--top>em {
    font-size: 54px;
    font-size: 7.2vw;
  }

  .forfree__list--bottom {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}


/* btn_call */
.btn_call {
  display: none;
}

@media screen and (max-width: 800px) {
  .btn_call {
    display: block;
    background: #fff386;
    padding: 5vw 4%;
  }

  .btn_call.bg_white {
    background: #fff;
  }

  .btn_call__txt {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
  }

  .btn_call__txt span {
    color: #f03c46;
  }

  .btn_call a img {
    display: block;
    margin: 0 auto;
  }
}



/* floating */
#fix_type1,
#fix_type2 {
  display: none;
}

.floating {
  background: #fff;
  padding: 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.floating__btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating__btns li {

  display: flex;
  justify-content: center;
  align-items: center;

}

.floating__btns li:first-of-type {
  margin-right: 2px;
  width: 65%;
}

.floating__btns li:last-of-type {
  width: 33%;
}

.floating__btns li a {
  padding: 2vw 15px;
  border-radius: 10px;
  width: 100%;
}

.floating__btns li.red a {
  background: #f03c46;

}

.floating__btns li.green a {
  background: #5ba82e;

}

.floating__btns li a img {
  height: 10vw;
}


@media screen and (max-width: 1080px) {
  .floating {
    padding: calc(56 / 750 * 100vw) 0 calc(54 / 750 * 100vw);
    padding: 5px;
  }

}

@media screen and (min-width: 1081px) {
  .floating__btns li a img {
    height: 5vw;
  }

  .floating__btns li:first-of-type {
    margin-right: 5px;
  }

  .floating__btns li a {
    padding: 15px;
  }
}

/* fv */
.fv .fv_visual {
  padding: 8vw 0 0;
  /*   background: url(../img/fv_bg.jpg) no-repeat center center;
  background-size: cover; */
}

.fv .fv_visual .inner_box {
  margin: 0 auto;
  padding-right: 2.5vw;
  width: 84.16vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
}

.fv .fv_visual .title {
  margin-right: -1.563vw;
  width: 52.812vw;
  background: none
}

@media screen and (min-width: 801px) {
  .fv #contact {
    margin: -0.885vw 0 2.448vw;
    width: 30.2vw;
  }
}

@media screen and (max-width: 800px) {
  .fv {
    margin-bottom: 6.667vw;
    padding-top: 14.667vw;
    position: relative;
  }

  .fv .fv_visual {
    padding: 0;
    /* background-image: url(../img/sp_fv_bg.jpg); */
  }

  .fv .fv_visual .inner_box {
    padding-right: 0;
    width: 100%;
    display: block;
  }

  .fv .fv_visual .title {
    margin-right: 0;
    width: 100%;
  }
}

/* com_box */
.com_box {
  margin: 0 auto;
  width: 60vw;
}

/* btm_box */
.btm_box {
  padding: 1.563vw 0 1.458vw;
  background-color: #fff100;
}

.btm_box .com_box {
  width: 49.6vw;
  position: relative;
}

.btm_box .com_box .badge {
  width: 10.729vw;
  position: absolute;
  top: -2.917vw;
  right: -9.115vw;
}

.btm_box .com_box .phone {
  width: 7.656vw;
  position: absolute;
  bottom: -1.458vw;
  left: -7.813vw;
}

.btm_box .left_box {
  display: flex;
  align-items: flex-start;
}

.btm_box .title {
  margin-right: 0.938vw;
  padding: 0.677vw 0.26vw 0.781vw;
  width: 21.4vw;
  color: #fff;
  font-size: 1.1vw;
  font-weight: bold;
  background-color: #f13b48;
  text-align: center;
  line-height: 1.5;
  border-radius: 1.042vw;
  box-sizing: border-box;
}

.btm_box .tel_box {
  margin-top: 0.417vw;
  width: 27vw;
}

.btm_box .tel_box .ttl {
  margin: 0 0 0.26vw 0.208vw;
  font-size: 0.8vw;
}

.btm_box .tel_box .ttl span {
  margin-right: 3.802vw;
  display: inline-block;
}

.btm_box .tel_box a {
  display: flex;
  align-items: center;
}

.btm_box .tel_box a ._ico {
  margin: 0 0.5vw 0 5px;
  width: 1.667vw;
  display: block;
}

.btm_box .tel_box a p {
  color: #131313;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 3.323vw;
  letter-spacing: -0.025vw;
}

@media screen and (max-width: 800px) {
  .btm_box .left_box {
    display: block;
  }

  .btm_box .com_box {
    width: auto;
  }

  .btm_box {
    /* margin-bottom: 6.667vw; */
    padding: 2.667vw 2.667vw 2.133vw;
  }

  .btm_box .title {
    margin-right: 0;
    padding: 1.333vw 0.26vw 1.867vw;
    width: 66.8vw;
    font-size: 3.467vw;
    line-height: 1.3;
    border-radius: 2.933vw;
    letter-spacing: 0;
  }

  .btm_box .tel_box {
    margin: 2.6vw 0 0 12.8vw;
    width: auto;
  }

  .btm_box .tel_box .ttl {
    margin: 0 0 0.6vw 0;
    font-size: 2.133vw;
    letter-spacing: 0;
  }

  .btm_box .tel_box a ._ico {
    margin: 0 1.333vw 0 0;
    width: 4.267vw;
  }

  .btm_box .tel_box a p {
    font-size: 6.933vw;
  }

  .btm_box .com_box .badge {
    width: 27.5vw;
    top: -1.333vw;
    right: -1.333vw;
  }

  .btm_box .com_box .phone {
    width: 12vw;
    position: absolute;
    bottom: -2.133vw;
    left: 0.8vw;
  }
}

.f-block__input {
  border: 1px solid #fff;
  box-sizing: border-box;
}

.f-block__input.is-focus {
  border-color: #ff6010;
  -webkit-animation: focusItem 1.2s linear infinite;
  animation: focusItem 1.2s linear infinite;
}

@-webkit-keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
    box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }

  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
    box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }

  50% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
    box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
  }

  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }

  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }

  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}

@keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
    box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }

  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
    box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }

  50% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
    box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
  }

  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }

  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }

  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
    box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}


.campaign__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .banner_box {
    margin-bottom: 6.667vw;
  }
}