@charset "UTF-8";
/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
/*
 * Function
 */
/*
* mixins
*/
/*
 * Placeholders
 */
/* Base - reset and typography.
========================================================================== */
/*
 * reset
 */
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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

/*
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}

h1 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1a1a1a;
}

h2 {
  font-size: 5rem;
  line-height: 1.7;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

.block-margins {
  margin: 1em 0;
}

.unordered-list {
  list-style-type: disc;
}

.ordered-list {
  list-style: decimal;
}

/* Components - Re-usable site elements.
========================================================================== */
a {
  color: #1a1a1a;
  text-decoration: none;
}
a:visited {
  color: #1a1a1a;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #4d9b5e;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.more {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

.more-btn {
  display: inline-block;
  width: 100%;
  max-width: 32.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 7rem;
  color: #fff !important;
  border-radius: 4.1rem;
  background: #4d9b5e;
  position: relative;
}
.more-btn::after {
  content: "＞";
  position: absolute;
  right: 2rem;
}
.more-btn:hover {
  background: #000;
}

@media (max-width: 991px) {
  .more-btn {
    max-width: 47.7rem;
    font-size: 2.6rem;
    line-height: 10.3rem;
    border-radius: 5.2rem;
  }
}

/* Layout - Structure and layout files.
========================================================================== */
/* -------------------->>> COMMON <<<-------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
  color: #1a1a1a;
  font-size: 1.8rem;
  line-height: 1.66667;
  overflow-x: hidden;
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
}
body.is_active {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
body.is_active::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #000 -moz-use-text-color -moz-use-text-color;
  -o-border-image: none;
  border-image: none;
  border-style: solid none none;
  border-width: 0.2em 0 0 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 123rem;
  padding: 0 15px;
  margin: 0 auto;
}

p {
  margin-bottom: 1.5rem;
}

input:focus {
  outline: none;
}

a > img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
a > img:hover {
  opacity: 0.7;
}

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

.thumb-box a {
  display: block;
}

.thumb-box img {
  width: 100%;
  height: auto;
}

.img-cover figure {
  display: block;
  width: 100%;
  height: 100%;
}

.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumb-over figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-over figure::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}
.thumb-over figure img {
  transition: 0.3s;
}

.thumb-over:hover figure::before {
  background: rgba(0, 0, 0, 0.5);
}

.thumb-over:hover figure img {
  transform: scale(1.05);
}

.header {
  background: #066133;
}
.header .container {
  max-width: 100%;
}
.header__main {
  min-height: 3.8rem;
  padding-left: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__main .logo {
  width: 15.2rem;
}
.header__main--info .main-box {
  display: flex;
  align-items: center;
}
.header__main--info .main-box span {
  font-size: 1.2rem;
  line-height: 1.16666667;
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
  margin-right: 0.5rem;
}

.head-box {
  text-align: center;
  margin-bottom: 4rem;
}
.head-box p {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}
.head-box h2 {
  color: #066133;
  line-height: 1;
  letter-spacing: 0.5rem;
}

.banner .container {
  max-width: 100%;
  padding: 0;
}

.list-post {
  padding: 1.5rem 0;
}
.list-post .container {
  max-width: 100%;
  padding: 0;
}
.list-post__main .items {
  width: 25%;
  padding: 0 0.6rem;
}
.list-post__main .items .thumb-box {
  position: relative;
}
.list-post__main .items .thumb-box span {
  width: 100%;
  height: 5.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #000;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: rgba(71, 28, 13, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 600;
}

.contact-box .head {
  background-image: url("../images/contact-bg1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  padding: 2.6rem 0;
}
.contact-box .head img {
  width: 100%;
}

.contact-box__main {
  background-image: url("../images/contact-bg2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-box__main .main-box {
  padding-bottom: 2.2rem;
  display: flex;
  flex-wrap: wrap;
}
.contact-box__main .main-box .thumb-box {
  width: 33.75%;
  padding-left: 2rem;
  margin-top: -1.5rem;
}
.contact-box__main .main-box .text-box {
  width: 66.25%;
  padding-left: 6.5rem;
  padding-top: 4.5rem;
}
.contact-box__main .main-box .list-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem 2.2rem;
}
.contact-box__main .main-box .list-items .items {
  width: 50%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.contact-box__main .main-box .list-items .items main {
  background: #fff;
  border-radius: 1rem;
  padding: 0.7rem 1.1rem;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 2.4rem;
  color: #242424;
  letter-spacing: 0.168rem;
  font-weight: 600;
}
.contact-box__main .main-box .list-items .items span {
  color: #ed642f;
}
.contact-box__main .main-box .list-items .items img {
  min-width: 5.2rem;
  max-width: 5.2rem;
  margin-right: 1.5rem;
}
.contact-box__main .main-box .tel-box {
  margin-bottom: 1rem;
}
.contact-box__main .main-box .info-box {
  display: flex;
  background: #fffde2;
}
.contact-box__main .main-box .info-box p {
  margin-bottom: 0;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  color: #242424;
  font-weight: 600;
  padding: 0 1.5rem;
  line-height: 4.4rem;
  display: inline-block;
}
.contact-box__main .main-box .info-box p:first-child {
  background: #ed642f;
  color: #fff;
}
.contact-box__main .main-box .info-box p:last-child {
  display: flex;
  align-items: center;
}
.contact-box__main .main-box .info-box p:last-child::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("../images/contact-icon-5.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}

.contact-box.contact-box2 .contact-box__main {
  padding-bottom: 4rem;
}

.contact-box.contact-box2 .card-box {
  max-width: 100%;
}

.concerns-box {
  padding-top: 7.2rem;
  padding-bottom: 0.5rem;
}
.concerns-box .head {
  padding-left: 22.6rem;
  background: #066133;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  position: relative;
  margin-bottom: 1.7rem;
}
.concerns-box .head::before {
  content: "";
  width: 19.1rem;
  height: 15.3rem;
  background-image: url("../images/concerns-head.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 1.8rem;
}
.concerns-box .head p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.168rem;
}
.concerns-box .head h2 {
  font-size: 3.3rem;
  line-height: 1.2;
  color: #fcf050;
  letter-spacing: 0.231rem;
}
.concerns-box__main .list-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.7rem;
}
.concerns-box__main .list-items .items {
  width: 50%;
  padding: 0 0.7rem;
  margin-bottom: 1.5rem;
}
.concerns-box__main .list-items .items main {
  display: flex;
  width: 100%;
  font-size: 2.4rem;
  color: #242424;
  font-weight: 600;
  letter-spacing: 0.168rem;
  padding: 2.2rem;
  background: #daf8e9;
  line-height: 1.2;
}
.concerns-box__main .list-items .items main::before {
  content: "";
  width: 3.1rem;
  height: 2.7rem;
  background-image: url("../images/check-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 1.5rem;
}

.problems-box .bg-box {
  background-image: url("../images/problems-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-bottom: 3rem;
}

.problems-box .head {
  padding-top: 5rem;
  margin-bottom: 4.5rem;
  text-align: center;
}
.problems-box .head p {
  color: #242424;
  font-weight: 600;
  letter-spacing: 0.168rem;
  margin-bottom: 0;
  font-size: 2.4rem;
}
.problems-box .head h2 {
  color: #ed642f;
  font-weight: 800;
  letter-spacing: 0.336rem;
  line-height: 1.2;
}

.problems-box__tabs {
  max-width: 85.3rem;
  width: 100%;
  margin: 0 auto 2rem;
  border: 0.3rem solid #066133;
  border-radius: 1rem;
  background: #066133;
}
.problems-box__tabs .title {
  background: #066133;
  border-radius: 1rem 1rem 0px 0px;
  border: 0.3rem solid #066133;
  text-align: center;
  padding: 1.3rem 0;
}
.problems-box__tabs .title h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.24rem;
  color: #fff;
  position: relative;
}
.problems-box__tabs .title h3::after {
  content: "";
  width: 10.55rem;
  height: 8.6rem;
  background-image: url("../images/problems-icon1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -4.8rem;
  left: -8.8rem;
}
.problems-box__tabs .main-box {
  background: #f1faef;
  padding: 3rem 2rem 2rem;
  border-radius: 0 0 1rem 1rem;
  position: relative;
}
.problems-box__tabs .main-box::after {
  content: "";
  width: 11.1rem;
  height: 16.8rem;
  background-image: url("../images/problems-icon2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.problems-box__tabs .main-box .list-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.problems-box__tabs .main-box .list-items .items {
  width: 22.6rem;
  margin-right: 3.6rem;
  position: relative;
}
.problems-box__tabs .main-box .list-items .items::after {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  background-image: url("../images/problems-icon3.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: calc(((3.6rem + 1.9rem) / 2) * -1);
  top: 50%;
  webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}
.problems-box__tabs .main-box .list-items .items:last-child {
  margin-right: 0;
}
.problems-box__tabs .main-box .list-items .items span {
  display: block;
  width: 100%;
  background: #066133;
  border-radius: 1rem;
  text-align: center;
  line-height: 6.6rem;
  font-size: 2.2rem;
  letter-spacing: 0.22rem;
  color: #fff;
  font-weight: 700;
}

.problems-box__main .list-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 82.7rem;
  margin: 0 auto 1.5rem;
}
.problems-box__main .list-items .items {
  width: 50%;
  padding: 0 0.7rem;
  margin-bottom: 2rem;
}
.problems-box__main .list-items main {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 3px 3px 4px #14580071;
  padding: 1rem;
}
.problems-box__main .list-items .title {
  text-align: center;
  background: #1f9358;
  padding: 1.7rem 1rem;
  margin-bottom: 1rem;
}
.problems-box__main .list-items .title h3 {
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  color: #fff;
}
.problems-box__main .list-items .text-box {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.problems-box__main .list-items .text-box .old span {
  font-size: 1.3rem;
  color: #626262;
  font-weight: 800;
  line-height: 1.2;
  display: block;
}
.problems-box__main .list-items .text-box .old p {
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 1;
  color: #626262;
  font-weight: 500;
}
.problems-box__main .list-items .text-box .old p b {
  font-size: 1.8rem;
}
.problems-box__main .list-items .text-box .new {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.problems-box__main .list-items .text-box .new span {
  font-size: 1.3rem;
  color: #ed642f;
  font-weight: 800;
  line-height: 1.38461538;
  margin-right: 0.4rem;
}
.problems-box__main .list-items .text-box .new p {
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 1;
  color: #ed642f;
  font-weight: 800;
  margin-right: 0.4rem;
}
.problems-box__main .list-items .text-box .new b {
  font-size: 1.8rem;
  color: #ed642f;
  font-weight: 600;
  line-height: 1;
}

.card-box {
  width: 100%;
  max-width: 93rem;
  margin: 0 auto;
  border: 0.3rem solid #471c0d;
  border-radius: 2rem;
  background: #471c0d;
  overflow: hidden;
}
.card-box .title {
  background: #471c0d;
  border-radius: 2rem 2rem 0px 0px;
  text-align: center;
  border-bottom: 0.3rem solid #471c0d;
  padding: 3rem 1rem;
}
.card-box .title h3 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  color: #fff;
  font-weight: 700;
}
.card-box .main-box {
  background: #fff;
  padding: 2rem 3.5rem;
}
.card-box .main-box .items {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #471c0d;
}
.card-box .main-box .items span {
  min-width: 21.5rem;
  max-width: 21.5rem;
  padding-right: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #471c0d;
  letter-spacing: 0.18rem;
}
.card-box .main-box .items img {
  width: 100%;
  max-width: 46rem;
}
.card-box .main-box .items:nth-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}
.card-box .main-box .items:nth-child(2) img {
  max-width: 60.5rem;
}
.card-box .main-box p {
  margin-bottom: 0;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #471c0d;
}

.familiar-box {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}
.familiar-box .head {
  text-align: center;
  background: #7ecef4;
  padding: 2.5rem 0;
}
.familiar-box .head h2 {
  font-size: 3rem;
  letter-spacing: 0.3rem;
  color: #fff;
  line-height: 1.23333333;
  font-weight: 700;
}
.familiar-box .head p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.familiar-box__main {
  background: #fff;
  border-left: 0.5rem solid #7ecef4;
  border-right: 0.5rem solid #7ecef4;
  border-bottom: 0.5rem solid #7ecef4;
  overflow: hidden;
}
.familiar-box__main .main-box {
  margin: 0 -4.1rem;
  display: flex;
  flex-wrap: wrap;
  padding: 3.5rem 4.5rem 2rem;
}
.familiar-box__main .items {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 0 4.1rem;
}
.familiar-box__main .items .icon {
  width: 11.7rem;
}
.familiar-box__main .items .text-box {
  width: calc(100% - 11.7rem);
  padding-left: 2rem;
}
.familiar-box__main .items .text-box h3 {
  font-size: 2.3rem;
  line-height: 1;
  color: #2061a2;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.familiar-box__main .items .text-box p {
  margin-bottom: 0;
  color: #262626;
}

.estimated-box {
  padding-top: 3.5rem;
  padding-bottom: 5.5rem;
}

.there-box {
  margin-top: 6.3rem;
  padding-bottom: 5.5rem;
  position: relative;
  z-index: 9;
  padding-top: 1.5rem;
  background: #f5efe7;
}
.there-box::before {
  content: "";
  width: 100%;
  height: 31.5rem;
  background: #471c0d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.there-box .head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.there-box .head img {
  width: 26.3333333%;
}
.there-box .head .text-box {
  width: 73.6666667%;
  padding-left: 4rem;
}
.there-box .head .text-box h2 {
  font-size: 5rem;
  letter-spacing: 0.5rem;
  color: #fff;
  line-height: 1.28;
  margin-bottom: 1rem;
}
.there-box .head .text-box p {
  color: #fff;
  margin-bottom: 3rem;
}
.there-box__main .items {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 28.75%;
  background-image: url("../images/there1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 0.7rem;
}
.there-box__main .items .main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 5rem;
}
.there-box__main .items .title {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  font-size: 6.7rem;
  letter-spacing: 0.67rem;
  font-weight: 700;
  color: #066133;
  line-height: 1;
}
.there-box__main .items .title span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 8.6rem;
  height: 8.6rem;
  background: #066133;
  margin-right: 1rem;
  color: #fff;
}
.there-box__main .items .title.sp {
  display: none;
}
.there-box__main .items h3 {
  font-size: 2.9rem;
  letter-spacing: 0.29rem;
  margin-bottom: 1.5rem;
}
.there-box__main .items p {
  margin-bottom: 0;
}
.there-box__main .items:nth-child(2) {
  background-image: url("../images/there2.png");
}
.there-box__main .items:nth-child(3) {
  background-image: url("../images/there3.png");
}

.voice-box {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.voice-box__main {
  background-image: url("../images/problems-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding: 6rem 1.5rem 3rem;
}
.voice-box__main .head {
  margin-bottom: 8rem;
  text-align: center;
}
.voice-box__main .head p {
  color: #242424;
  font-weight: 600;
  letter-spacing: 0.168rem;
  margin-bottom: 0;
  font-size: 2.4rem;
}
.voice-box__main .head h2 {
  color: #ed642f;
  font-weight: 800;
  letter-spacing: 0.336rem;
  line-height: 1.2;
}
.voice-box__main .main-box {
  display: flex;
  flex-wrap: wrap;
}
.voice-box__main .items {
  padding: 0 1.5rem;
  width: 50%;
}
.voice-box__main .items main {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #471c0d;
  background: #fff;
  position: relative;
  background: #fff;
  padding: 2rem;
  position: relative;
}
.voice-box__main .items main::before {
  content: "";
  width: 11.2rem;
  height: 11.2rem;
  background-image: url("../images/voice-icon1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -4.2rem;
  left: -1.7rem;
}
.voice-box__main .items .thumb-box {
  margin-bottom: 1.5rem;
}
.voice-box__main .items .text-box h3 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.33333333;
  color: #066133;
  padding-bottom: 1rem;
  border-bottom: 0.3rem dashed #066133;
}
.voice-box__main .items .text-box p {
  margin-bottom: 0;
}
.voice-box__main .items:last-child main::before {
  background-image: url("../images/voice-icon2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.step-box {
  position: relative;
  z-index: 9;
  background: #f5efe7;
}
.step-box .head {
  text-align: center;
  background: #471c0d;
}
.step-box .head h2 {
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.36rem;
  margin-bottom: 1.2rem;
  line-height: 1.2;
}
.step-box .head p {
  font-size: 1.8rem;
  margin-bottom: 0;
  color: #fff;
}
.step-box .head .container {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.step-box .head img {
  width: 32.7rem;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.step-box__main {
  position: relative;
  padding: 3.8rem 1.5rem 1rem;
}
.step-box__main .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
  position: relative;
}
.step-box__main .items::after {
  content: "";
  width: 2.4rem;
  height: 2.1rem;
  background-image: url("../images/arow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: calc(((4.5rem + 2.1rem) / 2) * -1);
  webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}
.step-box__main .items:last-child::after {
  display: none;
}
.step-box__main .items .step {
  width: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #ed642f;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.step-box__main .items .step b {
  display: block;
  border: 2px solid #fff;
  line-height: 1.9rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.step-box__main .items .step span {
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 4rem;
}
.step-box__main .items .text-box {
  width: calc(100% - 8.4rem);
  padding-left: 1rem;
}
.step-box__main .items .text-box main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 1.5rem 2rem;
}
.step-box__main .items .text-box .img-box {
  max-width: 27rem;
  min-width: 27rem;
}
.step-box__main .items .text-box .main {
  width: calc(100% - 27rem);
  padding-left: 3rem;
}
.step-box__main .items .text-box .main h3 {
  color: #000;
  margin-bottom: 1.5rem;
}
.step-box__main .items .text-box .main p {
  margin-bottom: 0;
}

.banner-boot {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.banner-boot a {
  display: block;
}
.banner-boot img {
  width: 100%;
  height: auto;
}

.footer {
  background: #066133;
  position: relative;
  padding-top: 3rem;
}
.footer::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.footer__main p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.footer__main p span {
  font-size: 1.2rem;
}
.footer .copyright {
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
.footer .copyright p {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #fff;
}

/* layout - Responsive .
========================================================================== */
.sp {
  display: none;
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 991px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  html {
    font-size: 1.33333vw;
  }
  body {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 6.1rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  .container {
    padding: 0 2.5rem;
  }
  .head-box {
    margin-bottom: 6rem;
  }
  .head-box p {
    font-size: 2.4rem;
  }
  .head-box h2 {
    letter-spacing: 0.61rem;
  }
  .header__main {
    padding: 0;
  }
  .header__main .logo {
    width: 15.2rem;
  }
  .list-post {
    padding: 3rem 0;
  }
  .list-post__main .items {
    width: 50%;
    margin-bottom: 1.2rem;
  }
  .list-post__main .items .thumb-box span {
    height: 6.7rem;
    font-size: 2.3rem;
  }
  .contact-box .head {
    padding: 3rem 0;
    background-image: url("../images/contact-bg1-sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact-box__main .main-box {
    padding-bottom: 5.2rem;
  }
  .contact-box__main .main-box .thumb-box {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  .contact-box__main .main-box .thumb-box img {
    max-width: 37.9rem;
  }
  .contact-box__main .main-box .text-box {
    width: 100%;
    padding-left: 0;
    padding-top: 3.5rem;
  }
  .contact-box__main .main-box .list-items {
    margin: 0 -0.5rem 3rem;
  }
  .contact-box__main .main-box .list-items .items {
    width: 50%;
    padding: 0 0.5rem;
  }
  .contact-box__main .main-box .list-items .items main {
    padding: 0.7rem 1rem;
    font-size: 2.3rem;
  }
  .contact-box__main .main-box .list-items .items img {
    min-width: 5rem;
    max-width: 5rem;
  }
  .contact-box__main .main-box .info-box p {
    font-size: 1.7rem;
    letter-spacing: 0.17rem;
    white-space: nowrap;
  }
  .contact-box__main .main-box .info-box p:first-child {
    line-height: 2.5rem;
    padding: 1rem 1.5rem;
  }
  .contact-box__main .main-box .info-box p:last-child::before {
    width: 2rem;
    height: 2rem;
  }
  .contact-box.contact-box2 .contact-box__main {
    padding-bottom: 4rem;
  }
  .contact-box.contact-box2 .card-box {
    max-width: 100%;
  }
  .concerns-box {
    padding-top: 4.3rem;
    padding-bottom: 5.8rem;
  }
  .concerns-box .head {
    margin-bottom: 3rem;
  }
  .concerns-box .head h2 {
    line-height: 1.5;
  }
  .concerns-box__main .list-items {
    margin: 0;
  }
  .concerns-box__main .list-items .items {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .problems-box {
    background-image: url("../images/problems-bg-sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-bottom: 3rem;
  }
  .problems-box .bg-box {
    background: none;
    padding-bottom: 0;
  }
  .problems-box .head {
    padding-top: 6rem;
    margin-bottom: 5rem;
  }
  .problems-box .head p {
    letter-spacing: 0.203rem;
    font-size: 2.9rem;
  }
  .problems-box .head h2 {
    letter-spacing: 0.406rem;
    font-size: 5.8rem;
  }
  .problems-box__tabs {
    max-width: 64.3rem;
    margin: 0 auto 3rem;
    border-radius: 3rem;
  }
  .problems-box__tabs .title {
    background: #066133;
    border-radius: 3rem 3rem 0px 0px;
    border: 0.3rem solid #066133;
    text-align: center;
    padding: 2.2rem 0;
  }
  .problems-box__tabs .title h3::after {
    top: -4.8rem;
    left: -8.8rem;
  }
  .problems-box__tabs .main-box {
    background: #f1faef;
    padding: 3rem 2rem;
    border-radius: 0 0 3rem 3rem;
    position: relative;
  }
  .problems-box__tabs .main-box::after {
    right: 0;
    bottom: 0;
  }
  .problems-box__tabs .main-box .list-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .problems-box__tabs .main-box .list-items .items {
    width: 15.6rem;
    margin-right: 3.5rem;
  }
  .problems-box__tabs .main-box .list-items .items::after {
    width: 2rem;
    height: 2rem;
    right: calc(((3.5rem + 2rem) / 2) * -1);
  }
  .problems-box__tabs .main-box .list-items .items:last-child {
    margin-right: 0;
  }
  .problems-box__tabs .main-box .list-items .items span {
    line-height: 12rem;
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
  .problems-box__main .list-items {
    margin: 0 auto 1rem;
  }
  .problems-box__main .list-items .items {
    width: 100%;
    padding: 0;
  }
  .problems-box__main .list-items main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 3px 3px 4px #14580071;
  }
  .problems-box__main .list-items .title {
    width: 100%;
    margin-bottom: 1rem;
  }
  .problems-box__main .list-items .title h3 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
  .problems-box__main .list-items .thumb-box {
    width: 55.6701031%;
  }
  .problems-box__main .list-items .text-box {
    width: 44.3298969%;
    padding: 0 1rem;
    display: block;
  }
  .problems-box__main .list-items .text-box .old {
    display: block;
    margin-bottom: 1rem;
  }
  .problems-box__main .list-items .text-box .new {
    justify-content: flex-start;
  }
  .problems-box__main .list-items .text-box .new span {
    text-align: right;
  }
  .card-box {
    max-width: 64.3rem;
  }
  .card-box .title {
    padding: 2.5rem 1rem;
  }
  .card-box .title h3 {
    line-height: 1.7;
  }
  .card-box .main-box {
    background: #fff;
    padding: 1.5rem 2.5rem;
  }
  .card-box .main-box .items {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .card-box .main-box .items span {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .card-box .main-box .items:nth-child(2) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .card-box .main-box .items:nth-child(2) img {
    max-width: 41.1rem;
  }
  .card-box .main-box p {
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    color: #471c0d;
  }
  .card-box ~ .des {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    color: #471c0d;
    width: 100%;
    max-width: 64.3rem;
    margin: 2rem auto 0;
  }
  .familiar-box {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .familiar-box .head {
    text-align: center;
    padding: 3rem 0;
  }
  .familiar-box .head h2 {
    font-size: 3.9rem;
    letter-spacing: 0.39rem;
    margin-bottom: 1rem;
  }
  .familiar-box .head p {
    margin-bottom: 0;
    font-size: 2.3rem;
  }
  .familiar-box__main .main-box {
    margin: 0;
    padding: 4rem 4rem 2rem;
  }
  .familiar-box__main .items {
    margin-bottom: 2rem;
    width: 100%;
    padding: 0;
  }
  .familiar-box__main .items .icon {
    width: 13.4rem;
  }
  .familiar-box__main .items .text-box {
    width: calc(100% - 13.4rem);
  }
  .familiar-box__main .items .text-box h3 {
    font-size: 3rem;
  }
  .estimated-box {
    padding: 4.5rem 0;
  }
  .estimated-box .container {
    max-width: 100%;
    padding: 0;
  }
  .estimated-box__main {
    position: relative;
  }
  .estimated-box__main .price-box {
    width: 100%;
    padding: 1rem 2.5rem;
    position: absolute;
    top: 34rem;
    left: 0;
    overflow-x: scroll;
  }
  .estimated-box__main .price-box img {
    width: 107.3rem;
    max-width: none;
  }
  .there-box {
    padding-top: 4.5rem;
  }
  .there-box::before {
    height: 57rem;
  }
  .there-box .head {
    justify-content: center;
  }
  .there-box .head img {
    width: 31.6rem;
    order: 2;
  }
  .there-box .head .text-box {
    order: 1;
    width: 100%;
    padding-left: 0;
  }
  .there-box .head .text-box h2 {
    font-size: 4.7rem;
    letter-spacing: 0.47rem;
  }
  .there-box .head .text-box p {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .there-box__main .items {
    height: auto;
    padding-top: 0;
    background-image: url("../images/there1-sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #fff;
    margin-bottom: 2.5rem;
  }
  .there-box__main .items .main {
    padding: 5.5rem 2.5rem;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .there-box__main .items .title {
    margin-bottom: 6rem;
  }
  .there-box__main .items h3 {
    font-size: 3.9rem;
    letter-spacing: 0.39rem;
    margin-bottom: 2rem;
  }
  .there-box__main .items p {
    margin-bottom: 0;
  }
  .there-box__main .items:nth-child(2) {
    background-image: url("../images/there2-sp.png");
  }
  .there-box__main .items:nth-child(2) .title {
    display: none;
  }
  .there-box__main .items:nth-child(2) .title.sp {
    display: flex;
    flex-wrap: wrap;
  }
  .there-box__main .items:nth-child(2) p br {
    display: none;
  }
  .there-box__main .items:nth-child(3) {
    background-image: url("../images/there3-sp.png");
  }
  .there-box__main .items:nth-child(3) p br {
    display: none;
  }
  .voice-box {
    padding-top: 0;
    padding-bottom: 5rem;
    background-image: url("../images/problems-bg-sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .voice-box__main {
    background: none;
    padding: 0;
  }
  .voice-box__main .head {
    padding-top: 6rem;
    margin-bottom: 5rem;
  }
  .voice-box__main .head p {
    letter-spacing: 0.203rem;
    font-size: 2.9rem;
  }
  .voice-box__main .head h2 {
    letter-spacing: 0.406rem;
    font-size: 5.8rem;
  }
  .voice-box__main .items {
    padding: 0 0 0 1.7rem;
    width: 100%;
    margin-bottom: 8rem;
  }
  .voice-box__main .items main {
    padding: 4rem;
  }
  .voice-box__main .items main::before {
    top: -4.2rem;
    left: -1.7rem;
  }
  .voice-box__main .items .thumb-box {
    margin-bottom: 2rem;
  }
  .voice-box__main .items:last-child {
    margin-bottom: 0;
  }
  .step-box .head {
    text-align: left;
  }
  .step-box .head h2 {
    padding-left: 21.2rem;
  }
  .step-box .head p {
    padding-left: 21.2rem;
  }
  .step-box .head .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .step-box .head img {
    width: 32.7rem;
    position: absolute;
    bottom: 0;
    left: 1rem;
  }
  .step-box__main {
    position: relative;
    padding: 3.5rem 0 4rem;
  }
  .step-box__main .items {
    margin-bottom: 5rem;
  }
  .step-box__main .items::after {
    bottom: calc(((5rem + 2.1rem) / 2) * -1);
  }
  .step-box__main .items .step {
    width: 11.5rem;
    font-size: 2.2rem;
  }
  .step-box__main .items .step b {
    border: 2px solid #fff;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 2.8rem;
  }
  .step-box__main .items .step span {
    font-size: 5.6rem;
  }
  .step-box__main .items .text-box {
    width: calc(100% - 11.5rem);
  }
  .step-box__main .items .text-box main {
    padding: 2rem 1.5rem;
  }
  .step-box__main .items .text-box .img-box {
    max-width: 15.8rem;
    min-width: 15.8rem;
  }
  .step-box__main .items .text-box .main {
    width: calc(100% - 15.8rem);
    padding-left: 1.5rem;
  }
  .step-box__main .items .text-box .main h3 {
    font-size: 2.4rem;
  }
  .step-box__main .items .text-box .main p {
    font-size: 1.8rem;
  }
  .step-box__main .items:last-child {
    margin-bottom: 0;
  }
  .footer {
    margin-bottom: 10.3rem;
  }
  .footer__main {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .footer__main .container {
    display: block;
    padding: 0;
  }
  .footer__main .nav-footer {
    margin-right: 0;
  }
  .footer__main .nav-footer h3 {
    font-size: 2.4rem;
    margin-bottom: 0;
    padding: 0 2rem;
    line-height: 10rem;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .footer__main .nav-footer h3::after {
    content: "＞";
    position: absolute;
    right: 2rem;
  }
  .footer__main .nav-footer ul {
    display: none;
  }
  .footer__info {
    padding: 2.5rem 0;
    border-top: 1px solid #fff;
  }
  .footer__info .container {
    align-items: center;
  }
  .footer__info .logo-footer {
    width: 28.8rem;
    margin-right: 3.5rem;
  }
  .footer__info p {
    font-size: 2.5rem;
  }
}

/* ipad Portrait */
/* ipad Landscape */
