@charset "UTF-8";
/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
/*
 * 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: "Noto Serif JP", serif;
  font-weight: 700;
  color: #424242;
  line-height: 1.35;
}

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

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 1.9rem;
}

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

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

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

/* Components - Re-usable site elements.
========================================================================== */
a {
  color: #424242;
  text-decoration: none;
}
a:visited {
  color: #424242;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #ff8430;
  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;
}

.btn-1 {
  display: inline-block;
  width: 100%;
  max-width: 29.9rem;
  border: 3px solid #424242;
  border-radius: 24px;
  text-align: center;
  line-height: 4.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #424242 !important;
  background: #fff;
  position: relative;
}
.btn-1 i {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-1:hover {
  background: #ff8430;
  border-color: #ff8430;
  color: #fff !important;
}

.more-submit {
  display: inline-block;
  width: 100%;
  max-width: 30rem;
  line-height: 6rem;
  background: #ff8430;
  border-radius: 30px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff !important;
  font-weight: 700;
}
.more-submit:hover {
  background: #424242;
}

.nav-bar-menu {
  padding: 4rem 0;
}
.nav-bar-menu ul {
  width: 100%;
  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;
}
.nav-bar-menu ul li a {
  display: block;
  font-size: 1.5rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #0e0e23;
  padding: 0 1.5rem;
  position: relative;
  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;
}
.nav-bar-menu ul li a::after {
  content: "";
  width: 1px;
  height: 3.8rem;
  background: #a5a5c2;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
.nav-bar-menu ul li a i {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.8rem;
}
.nav-bar-menu ul li:last-child a::before {
  content: "";
  width: 1px;
  height: 3.8rem;
  background: #a5a5c2;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.hamburger {
  display: none !important;
}

@media (max-width: 991px) {
  .hamburger {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
  }
  .nav-bar-menu {
    padding: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    overflow-x: hidden;
    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;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    overflow-y: scroll;
    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;
    background: #ccc6c4;
  }
  .nav-bar-menu.is_active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-bar-menu ul {
    margin: 10.5rem 0 0;
    padding: 0 3.5rem;
    width: 100%;
    display: block;
  }
  .nav-bar-menu ul li {
    width: 100%;
    padding: 1.5rem 0;
  }
  .nav-bar-menu ul li a {
    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;
    width: 100%;
    -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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1.5;
    color: #0e0e23;
    font-weight: 500;
    padding: 0 3rem;
    position: relative;
    font-size: 1.8rem;
    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;
  }
  .nav-bar-menu ul li a i {
    display: none;
  }
  .nav-bar-menu ul li a::before {
    display: none;
  }
  .nav-bar-menu ul li a::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    margin-right: 1rem;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: none;
  }
  .nav-bar-menu ul li a:hover {
    color: #424242;
  }
}

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

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #424242;
  font-size: 1.6rem;
  line-height: 1.75;
  overflow-x: hidden;
  font-weight: 400;
  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::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.33);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99;
}

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: 103rem;
  padding: 0 1.5rem;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-over figure img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

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

.scrollTop {
  position: fixed;
  bottom: -50px;
  right: 4rem;
  z-index: 10;
  height: 200px;
  text-align: center;
  -webkit-transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 999;
  width: 6rem;
}
.scrollTop__main {
  cursor: pointer;
}
.scrollTop__main:hover {
  opacity: 0.7;
}
.scrollTop__main img {
  width: 7.6rem;
}
.scrollTop.active {
  bottom: 0;
  opacity: 1;
}

.w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

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

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

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

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.error {
  font-size: 1.2rem;
  color: #ff0000;
}

#contact_form_1 .form-group .error {
  position: absolute;
  left: 0;
  bottom: -2rem;
}

.result input.error {
  border-color: #e41919;
}

.result div.error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
}

.result div.success {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  padding: 1.5rem 0;
}
.header__main .logo h1 {
  font-size: 1.2rem;
  line-height: 1.16;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.header__main .logo a {
  display: block;
  width: 26.6rem;
}
.header__main .info a {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.header__main .info a span {
  font-size: 3.4rem;
}

@media (max-width: 991px) {
  .header {
    background-image: url("../images/header-bg.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 1rem 0;
    background-color: transparent;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    position: fixed; /* ウィンドウを基準に画面に固定 */
  }
  .header__main .logo h1 {
    font-size: 1rem;
  }
  .header__main .logo a {
    display: block;
    width: 15.2rem;
  }
  .header__main .info {
    display: flex;
  }
  .header__main .info a {
    width: 8rem;
    margin-left: .5rem;
  }
}

.banner {
  background-image: url("../images/banner-bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 6rem;
  margin-top: 8.95rem;
}

.head-box {
  text-align: center;
  margin-bottom: 3.5rem;
  background-image: url("../images/head-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 6rem;
}
.head-box h2 {
  padding-bottom: 1.4rem;
  font-size: 3rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.head-box h2::after {
  content: "";
  width: 100%;
  max-width: 22.3rem;
  height: 0.8rem;
  background-image: url("../images/bd-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.head-box p {
  letter-spacing: 2.8px;
  color: #ff8430;
  font-size: 1.4rem;
  line-height: 1.14;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.head-box.bg2 {
  background-image: url("../images/head-bg-3.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center;
}

.checkpoint-box {
  padding: 4.5rem 0 6rem;
  background-image: url("../images/checkpoint-bg.webp");
  background-position: 0 0;
  background-repeat: repeat;
  position: relative;
}
.checkpoint-box::after {
  content: "";
  display: block;
  width: 36.9rem;
  height: 36.9rem;
  background-image: url("../images/checkpoint-bg2.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.checkpoint-box .container {
  position: relative;
  z-index: 9;
}
.checkpoint-box__main .thumb-box {
  width: 43.3rem;
  padding-right: 5rem;
}
.checkpoint-box__main .text-box {
  width: calc(100% - 43.3rem);
  padding-right: 1rem;
  padding-top: 10rem;
}
.checkpoint-box__main .text-box p {
  margin-bottom: 2.5rem;
  font-weight: 700;
}
.checkpoint-box__main .text-box p span {
  color: #ff8430;
}

.estimate-box {
  padding-top: 5.5rem;
  background-image: url("../images/estimate-bg.webp");
  background-position: 0 0;
  background-repeat: repeat;
  border-top: 1px dashed #424242;
  border-bottom: 1px dashed #424242;
  position: relative;
  z-index: 9;
}
.estimate-box::after {
  content: "";
  width: 2.9rem;
  height: 1.4rem;
  background-image: url("../images/icon-1.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.estimate-box::before {
  content: "";
  width: 2.9rem;
  height: 1.4rem;
  background-image: url("../images/icon-2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 1rem;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.estimate-box__main {
  padding-right: 5rem;
}
.estimate-box__main .form-box {
  width: 54.7rem;
  background-image: url("../images/estimate-form-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5rem 3.5rem;
}
.estimate-box__main .form-box .form-group {
  margin-bottom: 1.5rem;
}
.estimate-box__main .form-box .form-group .labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
}
.estimate-box__main .form-box .form-group .input {
  font-size: 1.4rem;
  position: relative;
}
.estimate-box__main .form-box .form-group .input .items {
  margin-right: 2.5rem;
  margin-bottom: 0.5rem;
}
.estimate-box__main .form-box .form-group .input select,
.estimate-box__main .form-box .form-group .input input[type="text"],
.estimate-box__main .form-box .form-group .input input[type="email"] {
  width: 100%;
  height: 4.1rem;
  padding: 0 1.5rem;
  background: #f2f2f2;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px;
}
.estimate-box__main .form-box .form-group .input input[type="text"]::-webkit-input-placeholder,
.estimate-box__main .form-box .form-group .input input[type="email"]::-webkit-input-placeholder {
  color: #9d9d9d;
}
.estimate-box__main .form-box .form-group .input input[type="text"]::-moz-placeholder,
.estimate-box__main .form-box .form-group .input input[type="email"]::-moz-placeholder {
  color: #9d9d9d;
}
.estimate-box__main .form-box .form-group .input input[type="text"]:-ms-input-placeholder,
.estimate-box__main .form-box .form-group .input input[type="email"]:-ms-input-placeholder {
  color: #9d9d9d;
}
.estimate-box__main .form-box .form-group .input input[type="text"]::-ms-input-placeholder,
.estimate-box__main .form-box .form-group .input input[type="email"]::-ms-input-placeholder {
  color: #9d9d9d;
}
.estimate-box__main .form-box .form-group .input input[type="text"]::placeholder,
.estimate-box__main .form-box .form-group .input input[type="email"]::placeholder {
  color: #9d9d9d;
}
.estimate-box__main .form-box .form-group .input select,
.estimate-box__main .form-box .form-group .input input[type="text"]:focus,
.estimate-box__main .form-box .form-group .input input[type="email"]:focus {
  outline: 0;
  outline: none;
}
.estimate-box__main .form-box .form-group.required .labels::after {
  content: "必須";
  display: inline-block;
  background: #ff8430;
  border-radius: 11px;
  line-height: 2.2rem;
  width: 5.7rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}
.estimate-box__main .form-box .more-box {
  text-align: center;
  padding-top: 0;
}
.estimate-box__main .text-box {
  width: calc(100% - 54.7rem);
  padding-right: 1rem;
  padding-top: 3rem;
}
.estimate-box__main .text-box h2 {
  letter-spacing: 5.1px;
  color: #623030;
  font-size: 5.1rem;
  line-height: 1.3;
  margin-bottom: 13.5rem;
  background-image: url("../images/head-bg-2.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 0 1.7rem;
}
.estimate-box__main .text-box img {
  width: 100%;
  max-width: 36.5rem;
  margin-right: 1rem;
}

.staff-box {
  padding: 5rem 0;
}
.staff-box__main--items {
  margin-bottom: 5rem;
}
.staff-box__main--items .text-box {
  width: calc(100% - 34.5rem);
  padding-right: 4rem;
}
.staff-box__main--items .text-box p {
  margin-bottom: 2.5rem;
}
.staff-box__main--items .text-box p strong {
  font-size: 2rem;
}
.staff-box__main--items .text-box p span {
  font-size: 3rem;
  color: #ff8430;
  position: relative;
}
.staff-box__main--items .text-box p span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.3rem;
  background: #ffe39f;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  z-index: -1;
}
.staff-box__main--items .text-box p:last-child {
  margin-bottom: 0;
}
.staff-box__main--items .text-box .head {
  margin-bottom: 1.2rem;
}
.staff-box__main--items .text-box .head img {
  width: 100%;
  max-width: 20.5rem;
}
.staff-box__main--items .text-box .txt p {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.staff-box__main--items .text-box .txt img {
  width: 15rem;
  float: right;
  margin-top: -13.5rem;
  margin-left: 2rem;
}
.staff-box__main--items .thumb-box {
  width: 34.5rem;
}
.staff-box__main--items:last-child {
  margin-bottom: 0;
}
.staff-box__main--items:last-child .thumb-box {
  width: 45.9rem;
}
.staff-box__main--items:last-child .text-box {
  width: calc(100% - 45.9rem);
  padding-right: 0;
  padding-left: 3rem;
}

.support-box {
  overflow: hidden;
}
.support-box .head {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto 3rem;
}
.support-box .head::after,
.support-box .head::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ff8430;
  position: absolute;
  left: 0;
  z-index: -1;
}
.support-box .head::before {
  top: 40%;
}
.support-box .head::after {
  bottom: 40%;
}
.support-box .head h2 {
  color: #ff8430;
  display: inline-block;
  background: #fff;
  padding: 0 2.5rem;
}
.support-box__main .slider {
  position: relative;
}
.support-box__main .slider .slick-arrow {
  text-indent: -9999px;
  width: 1.4rem;
  height: 4rem;
  position: absolute;
  top: 30%;
  z-index: 9;
  display: none;
}
.support-box__main .slider .slick-prev {
  background-image: url("../images/arow-l.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 9.5rem;
}
.support-box__main .slider .slick-next {
  background-image: url("../images/arow-r.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 9.5rem;
}
.support-box__main .slider .items {
  padding: 0 2rem;
}
.support-box__main .slider .items img {
  margin-bottom: 1rem;
}
.support-box__main .slider .items h3 {
  margin-bottom: 0.5rem;
}
.support-box__main .slider .items p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.komada-box {
  padding: 5rem 0;
}

.reason-box {
  padding: 7rem 0 3.5rem;
  background-image: url("../images/reason-bg.webp");
  background-position: 0 0;
  background-repeat: repeat;
  position: relative;
}
.reason-box::after {
  content: "";
  display: block;
  width: 53.1rem;
  height: 37.5rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/reason-bg-2.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.reason-box .container-wrap {
  background-image: url("../images/reason-bg-3.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 6.5rem 2rem;
}
.reason-box .head-box {
  margin-bottom: 4.5rem;
}
.reason-box__main .head {
  text-align: center;
}
.reason-box__main .head h3 {
  margin-bottom: 4rem;
  font-size: 4.5rem;
  line-height: 1.6;
  color: #ff8430;
  display: inline-block;
  position: relative;
  padding: 0 4rem;
}
.reason-box__main .head h3::before,
.reason-box__main .head h3::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
}
.reason-box__main .head h3::before {
  background-image: url("../images/icon-quote-1.svg");
  top: 0;
  left: 0;
}
.reason-box__main .head h3::after {
  background-image: url("../images/icon-quote-2.svg");
  right: 0;
  bottom: 0;
}
.reason-box__main .text-box p {
  margin-bottom: 2.5rem;
}
.reason-box__main .text-box p span {
  background: #ffe39f;
}
.reason-box__main .text-box p:last-child {
  margin-bottom: 0;
}
.reason-box__main .list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 7rem;
}
.reason-box__main .list-box .thumb-box {
  width: 100%;
  max-width: 31.7rem;
}
.reason-box__main .list-box ul {
  width: calc(100% - 31.7rem);
  padding-top: 5rem;
}
.reason-box__main .list-box ul li {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  padding-left: 6rem;
  position: relative;
}
.reason-box__main .list-box ul li::after {
  content: "";
  display: block;
  width: 4.7rem;
  height: 3.7rem;
  background-image: url("../images/icon-number-1.svg");
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.reason-box__main .list-box ul li:nth-child(2)::after {
  background-image: url("../images/icon-number-2.svg");
}
.reason-box__main .list-box ul li:nth-child(3)::after {
  background-image: url("../images/icon-number-3.svg");
}
.reason-box__main .list-box ul li:nth-child(4)::after {
  background-image: url("../images/icon-number-4.svg");
}
.reason-box__main .list-box ul li:nth-child(5)::after {
  background-image: url("../images/icon-number-5.svg");
}

.elected-box {
  padding: 4.5rem 0 6rem;
  background-image: url("../images/elected-bg.webp");
  background-position: 0 0;
  background-repeat: repeat;
}
.elected-box .head-box {
  margin-bottom: 5rem;
}
.elected-box__main .items {
  margin-bottom: 3rem;
}
.elected-box__main .items .thumb-box {
  width: 38.4rem;
}
.elected-box__main .items .text-box {
  width: calc(100% - 38.4rem);
  padding-left: 3.5rem;
}
.elected-box__main .items .text-box p {
  margin-bottom: 0;
}
.elected-box__main .items .text-box p span {
  font-weight: 700;
  color: #d62525;
}
.elected-box__main .items:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elected-box__main .items:nth-child(even) .text-box {
  padding-left: 0;
  padding-right: 3.5rem;
}
.elected-box__price {
  background-image: url("../images/elected-bg-2.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4.5rem 4.5rem 5rem;
  position: relative;
  margin-top: 6rem;
}
.elected-box__price::after {
  content: "";
  width: 8.3rem;
  height: 12.2rem;
  background-image: url("../images/elected-icon.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -4rem;
  right: 2rem;
}
.elected-box__price .head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.elected-box__price .head p {
  margin-bottom: 1.5rem;
}
.elected-box__price .head p span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 2.5rem;
  background: #ff8430;
  border-radius: 13px;
  padding: 0 1.5rem;
}
.elected-box__price .head h3 {
  font-size: 2.2rem;
  color: #ff8430;
  display: inline-block;
  position: relative;
  padding: 0 4.5rem 1.5rem;
}
.elected-box__price .head h3::before,
.elected-box__price .head h3::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 6.6rem;
  position: absolute;
  bottom: 0;
}
.elected-box__price .head h3::before {
  background-image: url("../images/icon-head-1.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.elected-box__price .head h3::after {
  background-image: url("../images/icon-head-2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 0;
}
.elected-box__price .sub {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  color: #000;
}
.elected-box__price .main-box {
  overflow: hidden;
  counter-reset: section;
}
.elected-box__price .main-box > .d-flex {
  margin: 0 -2.5rem;
}
.elected-box__price .main-box .items {
  width: calc(100% / 3);
  padding: 0 2.5rem;
}
.elected-box__price .main-box .items h3 {
  font-size: 1.8rem;
  color: #ff8430;
  padding-left: 4.5rem;
  position: relative;
  margin-bottom: 1rem;
  min-height: 4.9rem;
  padding-top: 0.7rem;
}
.elected-box__price .main-box .items h3::after {
  content: "" counter(section) "";
  counter-increment: section;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 3.9rem;
  height: 3.9rem;
  background: #ff8430;
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.elected-box__price .main-box .items .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elected-box__price .main-box .items .main .thumb-box {
  width: 9.1rem;
}
.elected-box__price .main-box .items .main .text-box {
  width: calc(100% - 9.1rem);
  padding-left: 1rem;
}
.elected-box__price .main-box .items .main .text-box p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.elected-box__price .main-box .items .main .text-box p span {
  background: #ffe39f;
}

.such-box {
  padding-top: 3.5rem;
  background: #3C4951;
  position: relative;
}
.such-box .head {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 99;
}
.such-box .head h2 {
  font-size: 3.3rem;
  color: #fff;
  margin-bottom: 2rem;
}
.such-box .head p {
  color: #fff;
}
.such-box__main .thumb-box {
  margin-bottom: 2rem;
}
.such-box__main .text-box .img {
  width: 34.5rem;
}
.such-box__main .text-box .txt {
  width: calc(100% - 34.5rem);
  padding: 0 3rem;
  display: flex;
  justify-content: center;
}
.such-box__main .text-box .txt p {
  margin-bottom: 0;
  line-height: 1.8;
  color: #fff;
  width: 100%;
  max-width: 38.3rem;
}
.such-box__main .text-box .txt p span {
  font-weight: 700;
  background: #ffd800;
  color: #050505;
  display: inline-block;
}

.consultation-box {
  padding: 2.5rem 0;
  background-image: url("../images/estimate-bg.webp");
  background-position: 0 0;
  background-repeat: repeat;
}
.consultation-box__main {
  background-image: url("../images/consultation-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4rem 3.5rem;
  width: 100%;
  max-width: 74.6rem;
  margin: 0 auto;
}
.consultation-box__main .head {
  text-align: center;
  margin-bottom: 5.5rem;
}
.consultation-box__main .head h2 {
  font-size: 3.6rem;
  color: #ff8430;
  margin-bottom: 1rem;
}
.consultation-box__main .head p {
  margin-bottom: 0;
}
.consultation-box__main .main-box .info {
  width: 50%;
  padding-right: 0.6rem;
  padding-top: 45px;
}
.consultation-box__main .main-box .info .more-btn {
  margin-bottom: 0.7rem;
  display: block;
}
.consultation-box__main .main-box .info .tel {
  text-align: center;
  margin-top: 2rem;
}
.consultation-box__main .main-box .info .tel a {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.consultation-box__main .main-box .info .tel a span {
  font-size: 3.4rem;
}
.consultation-box__main .main-box .text-box {
  width: 50%;
  padding-left: 0.6rem;
}
.consultation-box__main .main-box .text-box .main-box {
  background: #fdf6e3;
  padding: 4rem 0 1.2rem;
  position: relative;
}
.consultation-box__main .main-box .text-box .main-box h3 img {
  width: 100%;
  margin-top: -10rem;
}
.consultation-box__main .main-box .text-box .main-box .main {
  padding: 0 1.2rem;
}
.consultation-box__main .main-box .text-box .main-box img {
  width: 10.8rem;
}
.consultation-box__main .main-box .text-box .main-box .txt {
  width: calc(100% - 10.8rem);
  padding-left: 1.2rem;
}
.consultation-box__main .main-box .text-box .main-box .txt p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.consultation-box__main .main-box .text-box .main-box .txt .more {
  display: block;
  text-align: center;
  line-height: 3.3rem;
  border: 1px solid #424242;
  border-radius: 24px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}
.consultation-box__main .main-box .text-box .main-box .txt .more i {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.consultation-box__main .main-box .text-box .main-box .txt .more:hover {
  background: #ff8430;
  border-color: #ff8430;
  color: #fff !important;
}

.price-box {
  margin-top: 16rem;
  padding-bottom: 4.5rem;
  background-image: url("../images/price-bg-2.webp");
  background-position: 0 0;
  background-repeat: repeat;
}
.price-box .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.price-box .container-wrap {
  -webkit-box-shadow: 0px 0px 6px #6230305c;
  box-shadow: 0px 0px 6px #6230305c;
  background: #fff;
  padding: 4rem 3.5rem;
  margin-top: -10.5rem;
  position: relative;
}
.price-box .container-wrap::after {
  content: "";
  display: block;
  width: 38.4rem;
  height: 28.6rem;
  background-image: url("../images/price-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.flow-box {
  padding: 4.5rem 0;
  background-image: url("../images/flow-bg.webp");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #fff;
}
.flow-box .container {
  max-width: 93rem;
}
.flow-box .head-box {
  margin-bottom: 6rem;
}
.flow-box__main {
  counter-reset: section;
}
.flow-box__main .items {
  position: relative;
  margin-bottom: 4.5rem;
  padding: 3rem;
  border: 3px solid #623030;
  border-radius: 10px;
  background: #fff;
}
.flow-box__main .items::before {
  content: "STEP:0" counter(section) "";
  counter-increment: section;
  display: inline-block;
  width: 17rem;
  line-height: 33px;
  background: #623030;
  border-radius: 17px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flow-box__main .items::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #623030;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.flow-box__main .items .thumb-box {
  width: 29.5rem;
}
.flow-box__main .items .text-box {
  width: calc(100% - 29.5rem);
  padding-left: 1.5rem;
}
.flow-box__main .items .text-box h3 {
  font-size: 1.8rem;
  color: #623030;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  margin-bottom: 0.5rem;
}
.flow-box__main .items .text-box p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.flow-box__main .items .text-box a {
  color: #2aaccb;
}
.flow-box__main .items:last-child {
  margin-bottom: 0;
}
.flow-box__main .items:last-child::after {
  display: none;
}

.inquiry-box {
  padding: 4.5rem 0 6rem;
  background-image: url("../images/estimate-bg.webp");
  background-position: 0 0;
  background-repeat: repeat;
  border-top: 1px dashed #424242;
  position: relative;
}
.inquiry-box::after {
  content: "";
  width: 2.9rem;
  height: 1.4rem;
  background-image: url("../images/icon-1.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inquiry-box .container {
  max-width: 77.9rem;
}
.inquiry-box .des {
  text-align: center;
  margin-bottom: 3.3rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.inquiry-box__main .form-group {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #623030;
}
.inquiry-box__main .form-group .labels {
  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;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #623030;
}
.inquiry-box__main .form-group .input select,
.inquiry-box__main .form-group .input input[type="text"],
.inquiry-box__main .form-group .input input[type="email"],
.inquiry-box__main .form-group .input textarea {
  width: 100%;
  height: 6rem;
  padding: 0 2.5rem;
  background: #fff;
  border: 1px solid #be9393;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}
.inquiry-box__main .form-group .input input[type="text"]::-webkit-input-placeholder,
.inquiry-box__main .form-group .input input[type="email"]::-webkit-input-placeholder,
.inquiry-box__main .form-group .input textarea::-webkit-input-placeholder {
  color: #9d9d9d;
  font-size: 1.8rem;
}
.inquiry-box__main .form-group .input input[type="text"]::-moz-placeholder,
.inquiry-box__main .form-group .input input[type="email"]::-moz-placeholder,
.inquiry-box__main .form-group .input textarea::-moz-placeholder {
  color: #9d9d9d;
  font-size: 1.8rem;
}
.inquiry-box__main .form-group .input input[type="text"]:-ms-input-placeholder,
.inquiry-box__main .form-group .input input[type="email"]:-ms-input-placeholder,
.inquiry-box__main .form-group .input textarea:-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 1.8rem;
}
.inquiry-box__main .form-group .input input[type="text"]::-ms-input-placeholder,
.inquiry-box__main .form-group .input input[type="email"]::-ms-input-placeholder,
.inquiry-box__main .form-group .input textarea::-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 1.8rem;
}
.inquiry-box__main .form-group .input input[type="text"]::placeholder,
.inquiry-box__main .form-group .input input[type="email"]::placeholder,
.inquiry-box__main .form-group .input textarea::placeholder {
  color: #9d9d9d;
  font-size: 1.8rem;
}
.inquiry-box__main .form-group .input select:focus,
.inquiry-box__main .form-group .input input[type="text"]:focus,
.inquiry-box__main .form-group .input input[type="email"]:focus,
.inquiry-box__main .form-group .input textarea:focus {
  outline: 0;
  outline: none;
}
.inquiry-box__main .form-group .input textarea {
  padding: 2rem 2.5rem;
  min-height: 27.9rem;
}
.inquiry-box__main .form-group .input .items {
  margin-right: 2.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: #623030;
}
.inquiry-box__main .form-group.required .labels::after {
  content: "必須";
  display: inline-block;
  background: #ff9d00;
  border-radius: 36px;
  line-height: 2.4rem;
  width: 5.6rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  margin-left: 1.5rem;
}
.inquiry-box__main .form-group.form-group-textarea {
  border: none;
}
.inquiry-box__main .more-box {
  text-align: center;
}
.inquiry-box__main .more-box .more {
  border: 3px solid #ffffff;
  min-width: 34.9rem;
  line-height: 5.4rem;
}
.contact-form .check-box {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-form .check-box a {
  color: #ed6b00;
}
.contact-form .more-box .more:disabled {
  opacity: 0.5;
  pointer-events: none;
}


.banner-right {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.8rem;
}
.banner-right a {
  display: block;
  margin-bottom: 1rem;
}
.banner-right a:last-child {
  margin-bottom: 0;
}

.menu-sp {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1d749a;
  border-radius: 20px 20px 0 0;
  color: #fff;
}
.menu-sp .main-box {
  position: relative;
  padding: 1.5rem;
  height: 7.5rem;
  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;
}
.menu-sp .more-icon {
  width: 6.5rem;
  height: 6.5rem;
  bottom: 3rem;
  position: absolute;
}
.menu-sp .more-icon-l {
  left: 1.5rem;
}
.menu-sp .more-icon-r {
  right: 1.5rem;
}
.menu-sp .head {
  text-align: center;
  padding: 2rem 0 0;
  background-image: url("../images/arow-1.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 2rem;
  cursor: pointer;
}
.menu-sp .head p {
  margin-bottom: 1rem;
}
.menu-sp .head h2 {
  font-size: 3.6rem;
  margin-bottom: 1rem;
  color: #fff;
}
.menu-sp .more-box {
  overflow: hidden;
  padding: 0 1.7;
  padding-bottom: 10rem;
}
.menu-sp .more-box .d-flex {
  margin: 0 -0.4rem 1rem;
}
.menu-sp .more-box .items {
  /*width: calc(100% / 3);*/
  width: calc(100% / 2);
  padding: 0 0.4rem;
}
.menu-sp.is_active .main-box {
  height: auto;
}
.menu-sp.is_active .head {
  background-image: url("../images/arow-2.svg");
}

.thanks-page {
  background-image: url("../images/banner-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14rem 0 4rem;
}
.thanks-page__main {
  background: #fff;
  border-radius: 20px;
  padding: 6rem 1.5rem;
  text-align: center;
}
.thanks-page__main h2 {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}
.thanks-page__main p {
  margin-bottom: 4.5rem;
}
.thanks-page__main .more-box {
  text-align: center;
}

.footer {
  background: #fff;
  text-align: center;
  padding: 3rem 0 5rem;
}
.footer .logo {
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 26.6rem;
}
.footer .logo p {
  margin-bottom: 0.5rem;
}
.footer .logo a {
  display: block;
}
.footer p {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.footer .copyright p {
  margin-bottom: 0;
  font-size: 1rem;
}

.lowest-box {
  height: 12.5rem;
  background: #FEF1DF;
  position: relative;
  z-index: 9;
  text-align: center;
  display: flex;
}
.lowest-box__main {
  margin-top: -7.6rem;
}
.lowest-box__main img {
  width: 100%;
  max-width: 58.8rem;
}

.immediately-box {
  padding: 2.5rem 0;
  background-image: url('../images/estimate-bg.webp');
  background-position: 0 0;
  background-repeat: repeat;

}
.immediately-box__main {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
.immediately-box__main .more-box {
  width: 100%;
  max-width: 35.3rem;
  position: absolute;
  right: 1.5rem;
  bottom: 2.2rem;
}
.immediately-box__main .more-box a {
  display: block;
}
.immediately-box__main .more-box a:first-child {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.immediately-box__main .more-box a:last-child {
  display: none;
}

@media (max-width: 991px) {
  .footer p {
    font-size: 1.1rem;
  }
}

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

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

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

@media (max-width: 991px) {
  html {
    font-size: 2.41545555vw;
  }
  body {
    padding-bottom: 4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  .container {
    padding: 0 1.5rem;
  }
  .banner {
    padding: 0;
    margin-top: 5.6rem;
  }
  .banner .container {
    padding: 0;
  }
  .banner-right {
    display: none;
  }
  .head-box {
    margin-bottom: 4rem;
  }
  .checkpoint-box::after {
    display: none;
  }
  .checkpoint-box__main .thumb-box {
    width: 100%;
    padding-right: 0;
  }
  .checkpoint-box__main .text-box {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 2rem;
  }
  .checkpoint-box__main .text-box .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .checkpoint-box__main .text-box .txt img {
    width: 9.3rem;
    min-width: 9.3rem;
    float: right;
    margin-left: 1rem;
  }
  .checkpoint-box__main .text-box p {
    margin-bottom: 0;
  }
  .checkpoint-box__main .more-box {
    text-align: center;
    width: 100%;
    padding-top: 1rem;
  }
  .estimate-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .estimate-box__main {
    padding-right: 0;
  }
  .estimate-box__main .form-box {
    width: 100%;
    background-image: url("../images/estimate-form-bg-sp.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
  }
  .estimate-box__main .form-box .form-group .input {
    font-size: 1.6rem;
  }
  .estimate-box__main .form-box .form-group .input .items {
    margin-right: 1.2rem;
  }
  .estimate-box__main .form-box .more-box {
    text-align: center;
    padding-top: 0;
  }
  .estimate-box__main .text-box {
    width: 100%;
    padding-right: 0.5rem;
    padding-top: 3rem;
    margin-bottom: -2rem;
    position: relative;
  }
  .estimate-box__main .text-box h2 {
    letter-spacing: 3.1px;
    font-size: 3.6rem;
    margin-bottom: 0;
    background-size: 100% auto;
    display: inline-block;
    position: absolute;
    bottom: 3rem;
    left: 0.5rem;
  }
  .estimate-box__main .text-box img {
    max-width: none;
    margin-right: 0;
  }
  .staff-box {
    padding: 3.5rem 0;
  }
  .staff-box__main--items {
    margin-bottom: 1.5rem;
  }
  .staff-box__main--items .text-box {
    width: 100%;
    padding-right: 0;
  }
  .staff-box__main--items .text-box p strong {
    font-size: 1.6rem;
  }
  .staff-box__main--items .text-box p span {
    font-size: 2.4rem;
  }
  .staff-box__main--items .text-box p span::after {
    height: 1rem;
  }
  .staff-box__main--items .text-box main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .staff-box__main--items .text-box main p {
    margin-bottom: 0;
  }
  .staff-box__main--items .text-box main .thumb-box {
    width: 13.6rem;
  }
  .staff-box__main--items .text-box .head {
    margin-bottom: 1.2rem;
  }
  .staff-box__main--items .text-box .head img {
    width: 100%;
    max-width: 20.5rem;
  }
  .staff-box__main--items .text-box .txt p {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .staff-box__main--items .text-box .txt img {
    width: 15rem;
    float: right;
    margin-top: -13.5rem;
    margin-left: 2rem;
  }
  .staff-box__main--items .thumb-box {
    width: 100%;
  }
  .staff-box__main--items:last-child {
    margin-bottom: 0;
  }
  .staff-box__main--items:last-child .thumb-box {
    width: 100%;
  }
  .staff-box__main--items:last-child .text-box {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 3rem;
  }
  .support-box .head {
    padding: 0 2.5rem;
  }
  .support-box .head::before {
    top: 40%;
  }
  .support-box .head::after {
    bottom: 40%;
  }
  .support-box .head h2 {
    padding: 0 1.5rem;
  }
  .support-box__main .slider .slick-arrow {
    display: block;
  }
  .support-box__main .slider .items {
    padding: 0 1.5rem;
  }
  .komada-box {
    padding: 3rem 0;
  }
  .komada-box .container {
    padding: 0;
  }
  .reason-box {
    overflow: hidden;
  }
  .reason-box::after {
    width: 34.6rem;
    height: 23.1rem;
  }
  .reason-box .container-wrap {
    padding: 0 1.5rem 2rem;
  }
  .reason-box .head-box {
    position: relative;
    z-index: 99;
  }
  .reason-box__main .head h3 {
    font-size: 3.4rem;
    margin-bottom: 1rem;
  }
  .reason-box__main .list-box {
    display: block;
    padding: 0;
    position: relative;
  }
  .reason-box__main .list-box .thumb-box {
    width: 100%;
    max-width: 15rem;
    position: absolute;
    right: 0;
    top: -8rem;
  }
  .reason-box__main .list-box ul {
    width: 100%;
    padding-top: 0;
    margin-top: 3rem;
  }
  .reason-box__main .list-box ul li {
    font-size: 1.6rem;
    line-height: 1.2;
    padding-top: 0.7rem;
  }
  .elected-box__main .items .thumb-box {
    width: 100%;
    margin-bottom: 1rem;
  }
  .elected-box__main .items .text-box {
    width: 100%;
    padding: 0;
  }
  .elected-box__main .items:nth-child(even) .text-box {
    padding-right: 0;
  }
  .elected-box__price {
    background-image: url("../images/elected-bg-2-sp.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 4.5rem 3.5rem;
  }
  .elected-box__price .head {
    margin-bottom: 1rem;
  }
  .elected-box__price .head h3 {
    padding: 0 2.5rem 1.5rem;
  }
  .elected-box__price .sub {
    text-align: left;
    margin-bottom: 1rem;
  }
  .elected-box__price .main-box > .d-flex {
    margin: 0;
  }
  .elected-box__price .main-box .items {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .elected-box__price .main-box .items:last-child {
    margin-bottom: 0;
  }
  .elected-box__price .main-box .items h3 {
    font-size: 1.8rem;
  }
  .such-box .head p {
    font-size: 1.4rem;
  }
  .such-box__main .text-box {
    padding-top: 2rem;
  }
  .such-box__main .text-box .img {
    width: 100%;
    max-width: 34.5rem;
    margin: 2rem auto 0;
  }
  .such-box__main .text-box .txt {
    width: 100%;
    padding: 0;
  }
  .such-box__main .text-box .txt p {
    width: 100%;
  }
  .consultation-box__main {
    background-image: url("../images/consultation-bg-sp.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 5.5rem 2.5rem;
  }
  .consultation-box__main .head {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .consultation-box__main .head h2 {
    font-size: 3.5rem;
  }
  .consultation-box__main .head p {
    margin-bottom: 0;
  }
  .consultation-box__main .main-box .info {
    width: 100%;
    padding-right: 0;
    padding-top: 0px;
  }
  .consultation-box__main .main-box .info .tel {
    margin-top: 1rem;
  }
  .consultation-box__main .main-box .text-box {
    width: 100%;
    padding-left: 0;
    margin-top: 5rem;
  }
  .consultation-box__main .main-box .text-box .main-box {
    background: #fdf6e3;
    padding: 4rem 0 1.2rem;
    position: relative;
  }
  .consultation-box__main .main-box .text-box .main-box h3 img {
    width: 100%;
    margin-top: -10rem;
  }
  .consultation-box__main .main-box .text-box .main-box .main {
    padding: 0 1.2rem;
  }
  .consultation-box__main .main-box .text-box .main-box img {
    width: 10.8rem;
  }
  .consultation-box__main .main-box .text-box .main-box .txt {
    width: calc(100% - 10.8rem);
    padding-left: 1.2rem;
  }
  .consultation-box__main .main-box .text-box .main-box .txt p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .consultation-box__main .main-box .text-box .main-box .txt .more {
    display: block;
    text-align: center;
    line-height: 3.3rem;
    border: 1px solid #424242;
    border-radius: 24px;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
  }
  .consultation-box__main .main-box .text-box .main-box .txt .more i {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .consultation-box__main .main-box .text-box .main-box .txt .more:hover {
    background: #ff8430;
    border-color: #ff8430;
    color: #fff !important;
  }
  .price-box .container-wrap {
    padding: 5rem 1.2rem;
  }
  .price-box .container-wrap::after {
    width: 23rem;
    height: 16.1rem;
  }
  .flow-box {
    padding: 4.5rem 0;
  }
  .flow-box__main .items {
    margin-bottom: 5rem;
  }
  .flow-box__main .items .thumb-box {
    width: 100%;
    margin-bottom: 1rem;
  }
  .flow-box__main .items .text-box {
    width: 100%;
    padding-left: 0;
  }
  .flow-box__main .items:last-child {
    margin-bottom: 0;
  }
  .flow-box__main .items:last-child::after {
    display: none;
  }
  .inquiry-box .des {
    text-align: left;
  }
  .inquiry-box .des br {
    display: none;
  }
  .inquiry-box__main {
    padding: 0 1.5rem;
  }
  .menu-sp {
    display: block;
  }
  .lowest-box {
    height: 19.6rem;
  }
  .lowest-box__main {
    margin-top: -2.7rem;
  }
  .lowest-box__main img {
    width: 100%;
    max-width: 100%;
  }
  .immediately-box__main .more-box {
    max-width: 100%;
    right: 50%;
    bottom: 1.5rem;
    transform: translateX(50%);
    padding: 0 1.5rem;
  }
  .immediately-box__main .more-box a:first-child {
    display: none;
  }
  .immediately-box__main .more-box a:last-child {
    display: block;
    margin-top: .5rem;
  }
}

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


.flex{
  display: flex;
}
.footer__companytxt{
  margin-left: 10%;
}
.footer__companytxt p{
  text-align: left;
  margin-bottom: 1rem;
      font-size: 12px;
}
@media screen and (max-width: 480px) {
.flex{
  display: block;
}
.footer__companytxt{
  margin-left: 0%;
}
.footer__companytxt p{
line-height: 1.5;
  }
  footer{
    padding-bottom: 150px;
  }
}

/* 2022/08/17 */
.area-box {
  margin-top: 2rem;
}
.area-flex {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 103rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  margin-top: 5rem;
}
.area-left {
  width: 40%;
  
}
.area-left ul li {
  display: inline-block;
  font-weight: 700;
}
.area-left ul .area-wrap {
  border: 2px solid #000;
  border-radius: 5px;
  line-height: 3rem;
  padding: 0 1rem;
  margin-right: 0.5rem;
}
.area-left figure {
  width: 92.5%;
}
.area-left p {
  margin: 2rem 0 0 0;
  width: 90%;
}
.area-right {
  width: 38.5%;
}
.area-right img {
  width: 100%;
}
.p_top .area_bot dl + dl {
  margin-top: 8px;
}
.p_top .area_bot dl dt {
  height: 47px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  background: #ebf5fa;
  padding: 10px 40px 40px 20px;
  position: relative;
  border: 1px solid #4194D5;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  color: #4194D5;
}
.p_top .area_bot dl dt.is_active {
  -moz-border-radius: 10px 10px 0 0;
       border-radius: 10px 10px 0 0;
}
.p_top .area_bot dl dt.is_active::after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p_top .area_bot dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3.5px;
  width: 11px;
  height: 7px;
  background: url(../img/ar.png) center/contain no-repeat;
  display: block;
}
.p_top .area_bot dl dd {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.p_top .area_bot dl dd .txt {
  -moz-border-radius: 0 0 10px 10px;
       border-radius: 0 0 10px 10px;
  padding: 10px 20px;
  border: 1px solid #4194D5;
  border-top: 0;
}
.p_top .area_bot dl dd p {
  font-size: 14px;
  line-height: 1.42857;
  text-align: left;
}
.area {
  width: 100%;
  max-width: 82rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .area-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .area-left {
    width: 100%;
  }
  .area-left ul {
    text-align: center;
  }
  .area-left figure {
    width: 90%;
    margin: 0 auto;
    margin-top: .5rem;
  }
  .area-left p {
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
  }
  .area-right {
    width: 90%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
  .area-right img {
    width: 100%;
  }
}
.boot-banner {
  width: 100%;
/*  background: #fff;
  box-shadow: 0 -2px 6px rgba(0,0,0,.08);*/
  padding: .6rem 0;
  position: fixed;
  bottom: 0;
left: 77%;
  z-index: 999;
}
.boot-banner .d-flex {
  align-items: center;
}
.boot-banner .items {
  padding: 0 .6rem;
  padding-bottom: 10px;
}
.boot-banner .items a {
  display: block;
  width: 18.2rem;
}
.boot-banner .items:last-child a {
  display: block;
  width: 20.8rem;
}


.works-list{
  display:flex;
max-width: 103rem;
margin: 0 auto;
flex-wrap:wrap;
margin-bottom: 50px;
}
.works-list .works-content{
width:45%;
margin-bottom:30px;
}
.works-list .works-content:nth-child(even){
margin-left:2%;
}

.works_title{
  color:#623030;
  font-weight:bold;
  font-size: 24px;
  margin-top: 10px;
}


@media (max-width: 991px) {


.works-list{
  display:flex;
max-width: 90%;
margin: 0 auto;
flex-wrap:wrap;
margin-bottom: 50px;
}
.works-list .works-content{
width: 49%;
margin-bottom:30px;
}
.works-list .works-content:nth-child(even){
margin-left:2%;
}

.works_title{
  color:#623030;
  font-weight:bold;
  font-size: 18px;
  margin-top: 10px;
    line-height: 1.5;
    min-height: 61px;
}
.works_txt{
  font-size: 12px;
  line-height: 1.5;
}
}

