@charset "UTF-8";
/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Noto+Sans+JP:wght@100;300;400;500;700;900&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: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ",
  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  color: #0f2558;
  line-height: 1.4;
}

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

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 2rem;
}

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

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

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

/* Components - Re-usable site elements.
========================================================================== */
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #0f2558;
  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: 29.6rem;
  line-height: 6.1rem;
  background: #fff;
  border: 3px solid #0f2558;
  border-radius: 3.1rem;
  text-align: center;
  font-size: 1.8rem;
  color: #0f2558 !important;
  font-weight: 700;
  position: relative;
}
.more-btn::after {
  content: "＞";
  right: 2rem;
  position: absolute;
}
.more-btn:hover {
  background: #0f2558;
  color: #fff !important;
}

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

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #0f2558;
  font-size: 1.4rem;
  line-height: 1.92857;
  overflow-x: hidden;
  font-weight: 300;
  letter-spacing: 0;
  width: 100%;
}

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

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

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

.loader_wrap {
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -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;
  position: fixed;
  top: 0;
  left: 0;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header__top {
  background: #345196;
  padding: 0 1.5rem;
}
.header__top h1 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8rem;
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
}

.header__main {
  padding: 0.7rem 2rem;
}
.header__main .logo {
  width: 16.5rem;
}
.header__main .logo img {
  width: 100%;
}
.header__main--info {
  padding-left: 2rem;
}
.header__main--info a {
  display: block;
  margin-left: 1rem;
}

@media (max-width: 991px) {
  .header__main {
    padding: 1rem 1.5rem;
  }
  .header__main .logo {
    width: 19.2rem;
  }
  .header__main--info {
    display: none !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;
}

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

.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;
}
@media screen and (max-width: 480px) {
  .justify-content-center {
    padding: 0 1.5rem;
  }
}

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

.banner .items .sp {
  display: none;
}

.banner .items .pc {
  display: block;
}

.contact-box {
  background-image: url("../images/bg-rp-1.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #345196;
  padding: 2.5rem 0 4rem;
}
.contact-box .container {
  max-width: 93rem;
}
.contact-box__main {
  position: relative;
}
.contact-box__main figure img {
  width: 100%;
}
.contact-box__main .more-box {
  position: absolute;
  width: 34.7rem;
  position: absolute;
  top: 8rem;
  right: 5rem;
}
.contact-box__main .more-box a {
  display: block;
}
.contact-box__main .more-box a:last-child {
  -webkit-transform: translate(1rem, -1rem);
  -ms-transform: translate(1rem, -1rem);
  transform: translate(1rem, -1rem);
}

.contact-box-2 {
  padding-bottom: 9rem;
}

.companies-box {
  padding-top: 5.7rem;
  padding-bottom: 9.5rem;
  background-image: url("../images/bg-jp-1.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.companies-box .container {
  max-width: 100%;
  padding: 0;
}
.companies-box h2 {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  background-image: url("../images/bg-tt-1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 28.939rem;
  line-height: 1rem;
  padding: 2.2rem 0 3.2rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 45%);
  -ms-transform: translate(-50%, 45%);
  transform: translate(-50%, 45%);
}
.companies-box__main {
  background: #fff;
  padding: 5rem 0;
}
.companies-box__main p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.companies-box__main--logo {
  padding-top: 4.5rem;
}
.companies-box__main p span {
  display: inline;
  background: #ffeb00;
  padding: 0 0.2rem;
}
.companies-box__main--logo span {
  padding: 0;
  display: inline-block;
  width: 22rem;
  text-align: center;
}
.marqueesp {
  display: none;
}

.building-box {
  background-image: url("../images/building-bg.png");
  background-position: 0 0;
  background-repeat: repeat;
  padding-bottom: 5rem;
  position: relative;
}
.building-box::after {
  content: "";
  width: 17.6rem;
  height: 4.6rem;
  background-image: url("../images/arow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 99;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.building-box .container {
  max-width: 98.6rem;
}
.building-box .head {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.building-box__main {
  margin-top: -3rem;
}
.building-box__main--des {
  margin-bottom: 2.8rem;
}
.building-box__main--des p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.building-box__main--des p span {
  background: #ffeb00;
  padding: 0 0.2rem;
}

.problems-box {
  padding: 7.5rem 0 4.5rem;
  background: #eaf6fd;
}
.problems-box .head {
  margin-bottom: 4.5rem;
  position: relative;
}
.problems-box .head::after {
  content: "";
  width: 16.3rem;
  height: 21rem;
  background-image: url("../images/problems-icon-1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -5rem;
  right: 3rem;
}
.problems-box .head .items {
  width: 12.9rem;
  margin: 0 0.9rem;
  position: relative;
}
.problems-box .head .items span {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 3.2rem;
  width: 9.7rem;
  border-radius: 1.9rem;
  background: #0f2558;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.problems-box .head h2 {
  margin-top: 2.5rem;
  font-size: 3.5rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.problems-box .head h2::after {
  content: "";
  width: 3.514rem;
  height: 3.959rem;
  background-image: url("../images/problems-icon-2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 0.5rem;
}
.problems-box__main ul {
  width: 100%;
}
.problems-box__main ul li {
  width: 50%;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  padding-left: 5.5rem;
  position: relative;
}
.problems-box__main ul li::before {
  content: "";
  width: 4.3rem;
  height: 3.4rem;
  background-image: url("../images/problems-icon-3.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.problems-box__main ul li span {
  position: relative;
  display: inline-block;
  z-index: 9;
}
.problems-box__main ul li span::after {
  content: "";
  width: 100%;
  height: 0.6rem;
  background: #ffef3f;
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  z-index: -1;
}

.leave-box {
  padding: 8rem 0 13rem;
  background: #0f2558;
  position: relative;
}
.leave-box .head {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.leave-box .head h2 {
  display: inline-block;
  border: 3px solid #0f2558;
  text-align: center;
  border-radius: 2.6rem;
  background: #fff;
  padding: 0 3rem;
  position: relative;
  line-height: 5.2rem;
  position: relative;
  font-size: 2.4rem;
}
.leave-box .head h2::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.leave-box__main .d-flex {
  margin: 0 -4.6rem;
}
.leave-box__main .items {
  width: 50%;
  padding: 0 4.6rem;
}
.leave-box__main .items .thumb-box {
  position: relative;
}
.leave-box__main .items .thumb-box .labels {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
}
.leave-box__des {
  padding-top: 8rem;
}
.leave-box__des p {
  font-size: 1.8rem;
  color: #fff;
}
.leave-box__des p span {
  color: #ffef3f;
}

.everything-box {
  padding-bottom: 12.5rem;
  background: #eaf6fd;
}
.everything-box .head {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.everything-box__head {
  margin-bottom: 3rem;
  margin-top: -5rem;
}
.everything-box__head .d-flex {
  margin: 0 -0.9rem;
}
.everything-box__head .items {
  width: 25%;
  padding: 0 0.9rem;
  position: relative;
}
.everything-box__head .items span {
  display: inline-block;
  width: 14.2rem;
  background: #13ace5;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.671rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}
.everything-box__main {
  border: 3px solid #0f2558;
  background: #fff;
}
.everything-box__main .tt {
  background: #0f2558;
  line-height: 10.6rem;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 4rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
.everything-box__main .d-flex {
  padding: 0 5.5rem;
  margin: 0 -2.4rem;
}
.everything-box__main .items {
  width: 50%;
  padding: 0 2.4rem;
  margin-bottom: 3rem;
}
.everything-box__main .items h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
.everything-box__list .d-flex {
  margin: 0 -2.4rem;
}
.everything-box__list .items {
  width: 50%;
  padding: 0 2.4rem;
  margin-bottom: 5.5rem;
}
.everything-box__list .items main {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.7rem solid #d3eefd;
  background: #fff;
}
.everything-box__list .items .thumb-box {
  position: relative;
}
.everything-box__list .items .thumb-box span {
  display: inline-block;
  width: 15.7rem;
  background: #13ace5;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4.1rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}
.everything-box__list .items .text-box {
  padding: 1.5rem;
}
.everything-box__list .items .text-box h3 {
  font-size: 1.4rem;
}
.everything-box__list .items .text-box p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.experienced-box {
  background-image: url("../images/bg-rp-2.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #14add1;
  padding-bottom: 3rem;
}
.experienced-box .head {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.experienced-box__des {
  text-align: center;
  margin-bottom: 6.5rem;
  margin-top: -5rem;
}
.experienced-box__des p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.experienced-box__main {
  padding: 0 6.5rem;
}
.experienced-box__main .items {
  width: 50%;
  padding: 0 2.5rem;
  margin-bottom: 5rem;
}
.experienced-box__main .items main {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.experienced-box__main .items main .labels {
  display: inline-block;
  width: 19.6rem;
  border-radius: 2.4rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 4.7rem;
  position: absolute;
  top: 0;
  left: 50%;
  webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/bg1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.experienced-box__main .items main .labels span {
  font-size: 2.3rem;
}
.experienced-box__main .items main .text-box {
  text-align: center;
  padding: 1rem;
}
.experienced-box__main .items main .text-box p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
.experienced-box__main .items main .text-box h3 {
  font-size: 2.8rem;
  line-height: 1;
  color: #ffeb00;
  text-shadow: 2px 0 0 #0f2558, -2px 0 0 #0f2558, 0 2px 0 #0f2558, 0 -2px 0 #0f2558, 1px 1px #0f2558,
  -1px -1px 0 #0f2558, 1px -1px 0 #0f2558, -1px 1px 0 #0f2558;
}
.experienced-box__main .items main .text-box h3 span {
  font-size: 1.8rem;
  text-shadow: none;
  color: #0f2558;
}
.experienced-box__main .items main .text-box span {
  font-size: 1rem;
}

.waterproofing-box {
  background-image: url("../images/bg-rp-3.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-color: #fff;
}
.waterproofing-box .head {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.waterproofing-box__main {
  margin-top: -4rem;
  background-image: url("../images/waterproofing-icon.png");
  background-position: 96% bottom;
  background-repeat: no-repeat;
  background-size: 25.441rem auto;
}
.waterproofing-box__main .thumb-box {
  width: 27.5rem;
}
.waterproofing-box__main .text-box {
  width: 39rem;
  padding-left: 4.2rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.waterproofing-box__main .text-box h3 {
  font-size: 2.2rem;
  text-decoration: underline;
}

.now-box {
  padding: 5.5rem 0;
  background-image: url("../images/now-bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.now-box .head {
  text-align: center;
  margin-bottom: 4.5rem;
}
.now-box__main .d-flex {
  margin: 0 -1.3rem;
}
.now-box__main .items {
  width: 33.333333%;
  padding: 0 1.3rem;
}
.now-box__main .items main {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 1.5rem;
}
.now-box__main .items .thumb-box {
  position: relative;
}
.now-box__main .items .thumb-box::before,
.now-box__main .items .thumb-box::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
}
.now-box__main .items .thumb-box::before {
  background-image: url("../images/now-icon-1.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -1rem;
  top: -1rem;
}
.now-box__main .items .thumb-box::after {
  background-image: url("../images/now-icon-2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: -1rem;
  bottom: -1rem;
}
.now-box__main .items .text-box {
  padding-top: 3rem;
}
.now-box__main .items .text-box h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.now-box__main .items .text-box p {
  margin-bottom: 1rem;
}
.now-box__main .items .text-box p span {
  background: #ffef3f;
}
.now-box__main .items .text-box spam {
  font-size: 1.2rem;
}

.area-box {
  background-image: url("../images/area-bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 6rem;
  position: relative;
}
.area-box .head {
  text-align: center;
}
.area-box .head h2 {
  display: inline-block;
  width: 29rem;
  background: #0f2558;
  font-size: 2rem;
  line-height: 4.577rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}
.area-box__main .thumb-box {
  width: 53.3rem;
  padding-right: 4.8rem;
  padding-top: 8.3rem;
}
.area-box__main .text-box {
  width: calc(100% - 53.3rem);
  padding-top: 4.5rem;
}
.area-box__main .text-box .labels {
  margin-bottom: 2rem;
}
.area-box__main .text-box .labels span {
  display: inline-block;
  margin-right: 0.5rem;
  border: 2px solid #14add1;
  border-color: #14add1;
  text-align: center;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #14add1;
  border-radius: 1rem;
  background: #fff;
  margin-bottom: .8rem;
}
.area-box__main .text-box h3 {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  color: #0F2558;
}
.area-box__main .text-box h3 b {
  color: #21B1D3;
}
.area-box__main .text-box h3 span {
  position: relative;
  z-index: 9;
}
.area-box__main .text-box h3 span::after {
  content: "";
  width: 100%;
  height: 0.9rem;
  background: #ffef3f;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -0.2rem;
}
.area-box__main .text-box p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.area-box__list .items {
  margin-bottom: 1rem;
  border: 1px solid #0F2558;
  padding: 2.9rem 3rem;
  background: #fff;
}
.area-box__list .items:last-child {
  margin-bottom: 6rem;
}
.area-box__list .items h3 {
  font-size: 2.4rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.area-box__list .items h3::after {
  content: '＞';
  display: inline-block;
}
.area-box__list .items h3.is_active::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.area-box__list .items .main {
  background: #F4F7F9;
  padding: 2rem 3rem;
  margin-top: 3rem;
  display: none;
}
.area-box__list .items .main h3 {
  font-size: 1.6rem;
}
.area-box__list .items .main h3 span {
  padding: 0;
}
.area-box__list .items .main h3::after {
  display: none;
}
.area-box__list .items .main span {
  font-size: 1.6rem;
  text-decoration: underline;
  padding: 0 1rem;
  margin-bottom: .5rem;
}
.area-box__list .items .main .d-flex {
  margin: 0 -1rem;
}

.price-box {
  background: #14add1;
  padding-bottom: 7rem;
}
.price-box .head {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.price-box__main {
  padding-top: 2.5rem;
  margin-bottom: 6.5rem;
}
.price-box__main .d-flex {
  margin: 0 -2rem;
}
.price-box__main .items {
  padding: 0 2rem;
  width: 50%;
  margin-bottom: 2.5rem;
}
.price-box__main .items main {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  overflow: hidden;
}
.price-box__main .items h2 span {
  display: inline-block;
  background: #0f2558;
  line-height: 6.1rem;
  border-radius: 1rem 0 1rem 0;
  text-align: center;
  padding: 0 4rem;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  position: relative;
}
.price-box__main .items h2 span::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  background-image: url("../images/price-icon.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0.7rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.price-box__main .items .thumb-box {
  margin: 0 -0.5rem;
  padding: 1.5rem;
}
.price-box__main .items .thumb-box figure {
  width: 50%;
  padding: 0 0.5rem;
}
.price-box__main .items .thumb-box-group {
  margin: 0;
}
.price-box__main .items .thumb-box-group figure {
  width: 100%;
  padding: 0;
}
.price-box__main .items .text-box {
  padding: 0 1.5rem 2.5rem;
  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%;
}
.price-box__main .items .text-box .labels {
  display: inline-block;
  line-height: 6.3rem;
  padding: 0 2rem;
  background: #f45c5c;
  border-radius: 1rem 0 1rem 0;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  margin-right: 1rem;
}
.price-box__main .items .text-box h3 {
  font-size: 2.5rem;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price-box__main .items .text-box h3 span {
  font-size: 5.2rem;
  font-family: "Abel", sans-serif;
}
.price-box__main .items .text-box h3 spam {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 0.5rem;
}
.price-box__list {
  background: #fff;
  border: 3px solid #0f2558;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-bottom: 5rem;
}
.price-box__list h2 {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 4rem;
}
.price-box__list h2 span {
  display: inline-block;
  vertical-align: top;
  width: 38.2rem;
  background: #0f2558;
  font-size: 2.6rem;
  line-height: 6rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  position: relative;
}
.price-box__list h2 span::after {
  content: "";
  width: 4.291rem;
  height: 6.067rem;
  background-image: url("../images/price-icon-1.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 5rem;
  top: 0;
  z-index: 9;
}
.price-box__list--main {
  padding: 0 5.5rem;
  margin-bottom: 2rem;
}
.price-box__list--main .tt {
  text-align: center;
  background: #185ebe;
  padding: 0.8rem 1.5rem;
  border-radius: 1rem 1rem 0 0;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 2rem;
}
.price-box__list--main .d-flex {
  margin: 0 -0.8rem;
}
.price-box__list--main .items {
  width: 25%;
  padding: 0 0.8rem;
}
.price-box__list--main .items main {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0;
  background: #eff6ff;
  text-align: center;
}
.price-box__list--main .items h3 {
  font-size: 1.7rem;
  min-height: 4.6rem;
  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;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.price-box__list--main .items h3::after {
  content: "";
  width: 4.5rem;
  height: 0.2rem;
  background: #0f2558;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.price-box__list--main .items .price {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.price-box__list--main .items .price span {
  font-size: 4.3rem;
  color: #f45c5c;
  font-weight: 400;
  font-family: "Abel", sans-serif;
}
.price-box__list--main .items p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.price-box__list--main .items ul {
  padding: 0 0.5rem;
}
.price-box__list--main .items ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin-bottom: 1rem;
}
.price-box__list--main .items ul li span {
  font-weight: 400;
  width: 70%;
  border-left: 1px solid #0f2558;
  padding-left: 1rem;
  margin-left: 1rem;
}
.price-box__list--des {
  padding: 0 5.5rem;
}

.various-box {
  padding: 4rem 0 11rem;
  background-image: url("../images/various-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.various-box .head {
  text-align: center;
  margin-bottom: 4.5rem;
}
.various-box__main .d-flex {
  margin: 0 -1rem;
}
.various-box__main .items {
  width: 50%;
  padding: 0 1rem;
  margin-bottom: 1.2rem;
}
.various-box__main .items main {
  border: 2px solid #0f2558;
  padding: 1.2rem;
  margin: 0;
  background: #fff;
}
.various-box__main .items .thumb-box {
  width: 18.7rem;
  max-width: 18.7rem;
}
.various-box__main .items .text-box {
  width: calc(100% - 18.7rem);
  padding-left: 1.5rem;
}
.various-box__main .items .text-box .labels {
  margin-bottom: 1rem;
}
.various-box__main .items .text-box .labels span {
  display: inline-block;
  background: #14add1;
  border-radius: 1.7rem;
  font-size: 1.5rem;
  line-height: 3.1rem;
  padding: 0 2rem;
  color: #fff;
  font-weight: 700;
}
.various-box__main .items .text-box ul li {
  font-size: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.7rem 0;
  line-height: 1.4;
}
.various-box__main .items .text-box ul li span {
  font-weight: 700;
  width: 10rem;
  position: relative;
}
.various-box__main .items .text-box ul li span::after {
  content: "： ";
  position: absolute;
  top: 0;
  right: 1rem;
}

.service-box {
  background: #eaf6fd;
  padding-bottom: 13rem;
}
.service-box .container {
  max-width: 85.3rem;
}
.service-box .head {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-box__main .items {
  margin-bottom: 3.5rem;
  border: 2px solid #0f2558;
  border-radius: 1rem;
  background: #fff;
  position: relative;
}
.service-box__main .items::after {
  content: "";
  display: block;
  width: 4.327rem;
  height: 1.202rem;
  background-image: url("../images/service-icon.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 200%);
  -ms-transform: translate(-50%, 200%);
  transform: translate(-50%, 200%);
}
.service-box__main .items:last-child {
  margin-bottom: 0;
}
.service-box__main .items:last-child::after {
  display: none;
}
.service-box__main .items .d-flex {
  padding: 1.2rem;
}
.service-box__main .items .thumb-box {
  width: 26.2rem;
}
.service-box__main .items .text-box {
  width: calc(100% - 26.2rem);
  padding-left: 2.5rem;
}
.service-box__main .items .text-box h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  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;
}
.service-box__main .items .text-box h3 span {
  width: 5.3rem;
  min-width: 5.3rem;
  height: 5.3rem;
  min-height: 5.3rem;
  background: #13a5c7;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  margin-right: 0.5rem;
}
.service-box__main .items .text-box h3 span b {
  font-size: 2rem;
}
.service-box__main .tt {
  margin-bottom: 3.5rem;
  text-align: center;
  background: #ffef3f;
  border: 2px solid #0f2558;
  font-size: 1.8rem;
  line-height: 4.9rem;
  border-radius: 1rem;
  font-weight: 700;
}

.qa-box {
  position: relative;
  background: #eaf6fd;
  padding-bottom: 3rem;
}
.qa-box::after {
  content: "";
  width: 100%;
  height: 90%;
  background: #14add1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.qa-box .container {
  max-width: 85.3rem;
  position: relative;
  z-index: 9;
}
.qa-box__main {
  background: #fff;
  border: 3px solid #0f2558;
  border-top: 1rem solid #0f2558;
  padding: 0 5rem 3rem;
}
.qa-box__main .head {
  padding-left: 2rem;
  -webkit-transform: translateY(-3rem);
  -ms-transform: translateY(-3rem);
  transform: translateY(-3rem);
}
.qa-box__main .items {
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #0f2558;
}
.qa-box__main .items h3 {
  font-size: 1.6rem;
  cursor: pointer;
  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;
  position: relative;
}
.qa-box__main .items h3::before {
  content: "Q";
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  background: #14add1;
  border-radius: 50%;
  margin-right: 1.5rem;
  text-align: center;
  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;
}
.qa-box__main .items h3::after {
  content: "＞";
  position: absolute;
  right: 2rem;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qa-box__main .items h3.is_active::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.qa-box__main .items .main {
  padding: 2rem;
  background: #eaf6fd;
  margin-top: 1rem;
  display: none;
}
.qa-box__main .items .main p {
  margin-bottom: 0;
}

.explanation-box {
  padding: 2rem 0;
  background-image: url("../images/bg-rp-4.png");
  background-position: 0 0;
  background-repeat: repeat;
}
.explanation-box__main {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 1rem;
}
.explanation-box__main main {
  max-width: 68.5rem;
}
.explanation-box__main h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}
.explanation-box__main p {
  font-weight: 300;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
  margin-bottom: 0;
}

.inquiry-box {
  padding: 4rem 0 9rem;
  background: #eaf6fd;
}
.inquiry-box .head-box {
  text-align: center;
  margin-bottom: 3rem;
}
.inquiry-box .head-box h2 {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.inquiry-box .head-box h2::after {
  content: "";
  width: 7.7rem;
  height: 3px;
  background: #0f2558;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inquiry-box .head-box p {
  margin-bottom: 0;
}
.inquiry-box__main {
  background: #fff;
  padding: 2rem 1rem;
}
.inquiry-box__thanks {
  background: #fff;
  padding: 4rem 1rem;
  text-align: center;
}
.inquiry-box__thanks .more-box {
  padding-top: 5rem;
}

.contact-form .form-group {
  margin-bottom: 0;
  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;
  padding: 2rem 2.5rem;
  border-bottom: 1px solid #bababa;
}
.contact-form .form-group .labels {
  width: 34.5%;
  padding-right: 3.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-form .form-group .labels::after {
  content: "任意";
  background: #707070;
  border-radius: 3.6rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.6rem;
  padding: 0;
  text-align: center;
  width: 6.1rem;
  font-weight: 300;
  display: none;
}
.contact-form .form-group .input {
  width: 65.5%;
  font-size: 1.8rem;
}
.contact-form .form-group .input .items {
  border: none;
  padding: 1rem 1.5rem;
  line-height: 1;
  font-size: 1.6rem;
}
.contact-form .form-group .input .items input {
  margin: 0 0.5rem 0 0;
}
.contact-form .form-group select,
.contact-form .form-group textarea,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"] {
  width: 100%;
  max-width: 100%;
  height: 6.2rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #f1f4f8;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 0 1.5rem;
}
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="email"]:focus {
  outline: none;
  outline: 0;
}
.contact-form .form-group select::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input[type="text"]::-webkit-input-placeholder,
.contact-form .form-group input[type="email"]::-webkit-input-placeholder {
  font-size: 16px;
  color: #a3a3a3;
}
.contact-form .form-group select::-moz-placeholder,
.contact-form .form-group textarea::-moz-placeholder,
.contact-form .form-group input[type="text"]::-moz-placeholder,
.contact-form .form-group input[type="email"]::-moz-placeholder {
  font-size: 16px;
  color: #a3a3a3;
}
.contact-form .form-group select:-ms-input-placeholder,
.contact-form .form-group textarea:-ms-input-placeholder,
.contact-form .form-group input[type="text"]:-ms-input-placeholder,
.contact-form .form-group input[type="email"]:-ms-input-placeholder {
  font-size: 16px;
  color: #a3a3a3;
}
.contact-form .form-group select::-ms-input-placeholder,
.contact-form .form-group textarea::-ms-input-placeholder,
.contact-form .form-group input[type="text"]::-ms-input-placeholder,
.contact-form .form-group input[type="email"]::-ms-input-placeholder {
  font-size: 16px;
  color: #a3a3a3;
}
.contact-form .form-group select::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group input[type="text"]::placeholder,
.contact-form .form-group input[type="email"]::placeholder {
  font-size: 16px;
  color: #a3a3a3;
}
.contact-form .form-group label {
  margin-right: 2rem;
}
.contact-form .form-group textarea {
  min-height: 27.4rem;
  padding: 1.5rem;
}
.contact-form .form-group.required .labels::after {
  content: "必須";
  background: #c60505;
  display: block;
}
.contact-form .form-group.form-group-textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: none;
}
.contact-form .form-group.form-group-textarea .labels {
  padding-top: 2rem;
}

.contact-form .contact-information {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto 2.5rem;
  padding: 3rem;
  border: 1px solid #000;
  overflow-y: scroll;
  height: 26.2rem;
}
.contact-form .contact-information h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.contact-form .contact-information p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.contact-form .check-box {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.contact-form .more-box {
  text-align: center;
  padding-top: 2rem;
  min-height: 13rem;
}
.contact-form .more-box button {
  width: 100%;
  max-width: 36.5rem;
  cursor: pointer;
}
.contact-form .more-box button:hover {
  opacity: 0.7;
}
.contact-form .more-box #btn-contact {
  display: inline-block;
  pointer-events: none;
}
.contact-form .more-box #btn-contact img:last-child {
  display: none;
}
.contact-form .more-box #btn-contact.is_active {
  pointer-events: all;
}
.contact-form .more-box #btn-contact.is_active img:first-child {
  display: none;
}
.contact-form .more-box #btn-contact.is_active img:last-child {
  display: block;
}

.contact-form .cf-box {
  display: none;
}

.contact-form .sm-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .more-back {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}

.banner-boot {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #0f2558;
  padding: 0 1rem 0 11rem;
  height: 8rem;
  width: 100%;
  z-index: 999;
}
.banner-boot .main-box .thumb-box {
  width: 7.3rem;
  position: absolute;
  left: 2.5rem;
  bottom: 0;
}
.banner-boot .main-box .text-box {
  padding: 0.5rem 0;
}
.banner-boot .main-box .text-box h3 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
}
.banner-boot .main-box .text-box .items {
  width: 4.6rem;
  margin-right: 0.5rem;
}
.banner-boot .main-box .text-box .items:last-child {
  width: 17.3rem;
}

.footer__main {
  padding-top: 4rem;
}
/*
.footer__main--info {
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
.footer__main--info ul {
  display: inline-block;
  width: 40%;
}
.footer__main--info ul li {
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__main--info ul li span {
  font-weight: 700;
  width: 14.5rem;
  display: inline-block;
}
.footer__main--info ul li .gmap {
  padding-top: 2rem;
}
.footer__main--info ul li .gmap iframe {
  vertical-align: top;
}
.footer__main--info ul:last-child {
  margin-right: 0;
  width: 60%;
}
.footer__main--info ul:last-child li {
  margin-bottom: 2rem;
}
.footer__main--info ul:last-child li:last-child {
  margin-bottom: 0;
}
.footer__main--nav nav {
  padding: 2.5rem 0;
}
.footer__main--nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__main--nav nav ul li a {
  font-size: 1.6rem;
  color: #fff;
  padding: 0 1.5rem;
  display: block;
  font-weight: 600;
  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;
}*/

.footer__copyright {
  text-align: center;
  padding: 2rem 0;
}
.footer__copyright p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer {
    padding-bottom: 8rem;
  }
  .footer__main {
    padding-top: 3rem;
  }
  .footer__main--info {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer__main--info ul {
    width: 100% !important;
    margin-right: 0;
    display: block;
    margin-bottom: 3rem;
  }
  .footer__main--info ul li span {
    font-weight: 700;
    width: 15.5rem;
    display: block;
  }
  .footer__main--info ul li .main {
    width: calc(100% - 15.5rem);
  }
  .footer__main--info ul li .main iframe {
    width: 100%;
    height: 14rem;
  }
  .footer__main--info ul:last-child {
    margin-right: 0;
  }
  .footer__main--info ul:last-child li {
    margin-bottom: 3rem;
  }
  .footer__main--info ul:last-child li:last-child {
    margin-bottom: 0;
  }
  .footer__main--nav {
    margin: 0 -1.5rem;
  }
  .footer__main--nav nav {
    padding: 0;
  }
  .footer__main--nav nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__main--nav nav ul li {
    width: 100%;
    border-top: 1px solid #fff;
  }
  .footer__main--nav nav ul li a {
    line-height: 6.5rem;
    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%;
  }
  .footer__main--nav nav ul li a::before {
    content: "＞";
    margin-right: 1rem;
  }
  .footer__copyright {
    text-align: center;
    padding: 2rem 0;
  }
  .footer__copyright p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

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

@media screen and (max-width: 1180px) and (min-width: 992px) {
  html {
    font-size: 8px;
  }
  .header__main--info {
    width: 60%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 2.4155vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container {
    padding: 0 1.5rem;
  }
  body {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 3.4rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  .banner .items .sp {
    display: block;
  }
  .banner .items .pc {
    display: none;
  }
  .contact-box {
    background-image: url("../images/bg-rp-1.png");
    background-position: 0 0;
    background-repeat: repeat;
    background-color: #345196;
    padding: 2.5rem 0;
  }
  .contact-box__main .more-box {
    width: 100%;
    top: 15rem;
    right: 0;
    padding: 0 0.5rem;
  }
  .contact-box__main .more-box a {
    display: block;
  }
  .contact-box__main .more-box a img {
    width: 100%;
  }
  .contact-box__main .more-box a:last-child {
    -webkit-transform: translate(0.7rem, -1rem);
    -ms-transform: translate(0.7rem, -1rem);
    transform: translate(0.7rem, -1rem);
  }
  .contact-box-2 {
    padding-bottom: 7rem;
  }
  .companies-box {
    padding-top: 7rem;
    padding-bottom: 11rem;
  }
  .companies-box h2 {
    -webkit-transform: translate(-50%, 60%);
    -ms-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%);
  }
  .companies-box__main p {
    font-size: 1.4rem;
  }
  .companies-box__main p br {
    display: none;
  }
  .companies-box__main p span {
    display: inline;
  }
  .companies-box__main--logo span {
    margin: 0;
    padding: 0;
  }
  .marqueesp {
    display: flex;
  }
  .building-box {
    padding-bottom: 3.3rem;
  }
  .building-box::after {
    content: "";
    width: 17.6rem;
    height: 4.6rem;
    background-image: url("../images/arow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  .building-box__main--des {
    margin-bottom: 1rem;
  }
  .building-box__main--des p {
    font-size: 1.4rem;
  }
  .building-box__main--des p br {
    display: none;
  }
  .building-box__main--main {
    margin: 0 -1.5rem;
  }
  .problems-box {
    padding: 5rem 0 6rem;
    position: relative;
    overflow: hidden;
  }
  .problems-box .head {
    margin-bottom: 2.5rem;
    position: static;
  }
  .problems-box .head::after {
    content: "";
    width: 14.05rem;
    height: 19.594rem;
    background-image: url("../images/problems-icon-1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
  }
  .problems-box .head .d-flex {
    margin: 0 -0.6rem;
  }
  .problems-box .head .items {
    width: 25%;
    margin: 0;
    padding: 0 0.6rem;
  }
  .problems-box .head .items span {
    font-size: 1.2rem;
    line-height: 2.1rem;
    width: 6.5rem;
  }
  .problems-box .head h2 {
    font-size: 3rem;
  }
  .problems-box .head h2::after {
    margin-top: 4rem;
    margin-left: -1rem;
  }
  .problems-box__main ul li {
    width: 100%;
    font-size: 1.6rem;
    padding-left: 5rem;
  }
  .leave-box {
    padding: 7rem 0 10rem;
    background-image: url("../images/leave-bg-sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #0f2558;
  }
  .leave-box .head h2 {
    font-size: 1.8rem;
  }
  .leave-box__main .d-flex {
    margin: 0;
  }
  .leave-box__main .items {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
  .leave-box__main .items .thumb-box {
    position: relative;
  }
  .leave-box__main .items .thumb-box .labels {
    right: 3rem;
    bottom: 1rem;
    width: 9.7rem;
  }
  .leave-box__main .items:nth-child(1) .thumb-box {
    padding-right: 10rem;
  }
  .leave-box__main .items:nth-child(2) .thumb-box {
    padding-left: 10rem;
  }
  .leave-box__main .items:nth-child(2) .thumb-box .labels {
    right: auto;
    left: 3rem;
  }
  .leave-box__des {
    padding-top: 1rem;
  }
  .leave-box__des p {
    font-size: 1.4rem;
  }
  .leave-box__des p br {
    display: none;
  }
  .everything-box {
    padding-bottom: 10rem;
    background: #eaf6fd;
  }
  .everything-box__head {
    margin-bottom: 3.5rem;
    margin-top: -3rem;
  }
  .everything-box__head .d-flex {
    margin: 0 -0.7rem;
  }
  .everything-box__head .items {
    width: 50%;
    padding: 0 0.7rem;
    margin-bottom: 2.4rem;
  }
  .everything-box__head .items span {
    width: 11.2rem;
    font-size: 1.4rem;
    line-height: 2.9rem;
  }
  .everything-box__main .tt {
    line-height: 7.2rem;
    font-size: 2.3rem;
  }
  .everything-box__main .d-flex {
    padding: 0 1.5rem;
    margin: 0;
  }
  .everything-box__main .items {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  .everything-box__list .d-flex {
    margin: 0;
  }
  .everything-box__list .items {
    width: 100%;
    padding: 0;
    margin-bottom: 5rem;
  }
  .everything-box__list .items .thumb-box {
    position: relative;
  }
  .everything-box__list .items .thumb-box span {
    width: 13.3rem;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .experienced-box {
    padding-bottom: 5rem;
  }
  .experienced-box__des {
    margin-bottom: 5rem;
  }
  .experienced-box__main {
    padding: 0;
  }
  .experienced-box__main .items {
    width: 100%;
    padding: 0;
  }
  .waterproofing-box .container {
    padding: 0;
  }
  .waterproofing-box .head {
    padding: 0 1.5rem;
  }
  .waterproofing-box__main {
    margin-top: -5rem;
    background: none;
  }
  .waterproofing-box__main .thumb-box {
    width: 100%;
  }
  .waterproofing-box__main .text-box {
    display: none;
  }
  .now-box {
    padding: 4.5rem 0;
  }
  .now-box .head {
    padding: 0 2rem;
  }
  .now-box__main .d-flex {
    margin: 0;
  }
  .now-box__main .items {
    width: 100%;
    padding: 0;
    margin-bottom: 1.7rem;
  }
  .now-box__main .items:last-child {
    margin-bottom: 0;
  }
  .area-box {
    background-image: url("../images/area-bg-sp.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 4.5rem;
  }
  .area-box__main .thumb-box {
    width: 100%;
    padding-top: 3rem;
  }
  .area-box__main .text-box {
    width: 100%;
    padding-top: 3.5rem;
  }
  .area-box__main .text-box .labels {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .area-box__main .text-box .labels {
    margin-bottom: 2rem;
  }
  .area-box__main .text-box .labels span {
    background: #fff;
    padding: 0 2.5rem;
    margin: 0 .4rem .8rem;
  }
  .area-box__main .text-box h3 {
    font-size: 2rem;
  }
  .area-box__main .text-box p {
    font-size: 1.4rem;
  }
  .area-box__list .items {
    padding: 1.5rem 2rem;
  }
  .area-box__list .items:last-child {
    margin-bottom: 3rem;
  }
  .area-box__list .items h3 {
    font-size: 2rem;
    align-items: center;
  }
  .area-box__list .items .main {
    margin-top: 2rem;
    padding: 1.5rem;
  }

  .price-box {
    padding-bottom: 3rem;
  }
  .price-box__main .d-flex {
    margin: 0;
  }
  .price-box__main .items {
    padding: 0;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .price-box__main .items h2 span {
    line-height: 4.8rem;
    font-size: 1.7rem;
    position: relative;
  }
  .price-box__main .items h2 span::after {
    width: 2rem;
    height: 2rem;
  }
  .price-box__main .items .thumb-box {
    margin: 0 -0.4rem;
    padding: 1.5rem 1rem;
  }
  .price-box__main .items .thumb-box figure {
    width: 50%;
    padding: 0 0.4rem;
  }
  .price-box__main .items .thumb-box-group {
    margin: 0;
  }
  .price-box__main .items .thumb-box-group figure {
    width: 100%;
    padding: 0;
  }
  .price-box__main .items .text-box {
    padding: 0 1rem 2.5rem;
  }
  .price-box__main .items .text-box .labels {
    line-height: 5rem;
    font-size: 2rem;
  }
  .price-box__main .items .text-box h3 {
    font-size: 2rem;
  }
  .price-box__main .items .text-box h3 span {
    font-size: 4.3rem;
  }
  .price-box__main .items .text-box h3 spam {
    font-size: 1rem;
  }
  .price-box__list h2 {
    margin-bottom: 0;
  }
  .price-box__list h2 span {
    width: 29rem;
    font-size: 2rem;
    line-height: 4.6rem;
  }
  .price-box__list h2 span::after {
    width: 3.3rem;
    height: 4.6rem;
    left: 5rem;
  }
  .price-box__list--main {
    padding: 0 1.5rem;
    margin-bottom: 4.5rem;
  }
  .price-box__list--main .tt {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .price-box__list--main .d-flex {
    margin: 0 -0.6rem;
  }
  .price-box__list--main .items {
    width: 50%;
    padding: 0 0.6rem;
    margin-bottom: 1rem;
  }
  .price-box__list--main .items h3 {
    font-size: 1.4rem;
    min-height: 4rem;
  }
  .price-box__list--main .items h3::after {
    width: 3.5rem;
  }
  .price-box__list--main .items .price {
    font-size: 1.3rem;
  }
  .price-box__list--main .items .price span {
    font-size: 3.5rem;
  }
  .price-box__list--main .items p {
    font-size: 1.2rem;
  }
  .price-box__list--main .items ul li {
    font-size: 1rem;
  }
  .price-box__list--main .items ul li span {
    font-weight: 400;
    width: 70%;
    border-left: 1px solid #0f2558;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
  }
  .price-box__list--des {
    padding: 0 1.5rem;
  }
  .price-box__list--des p {
    font-size: 1.2rem;
  }
  .price-box-2 .price-box__main .items .text-box h3 {
    font-size: 2rem;
  }
  .price-box-2 .price-box__main .items .text-box h3 span {
    font-size: 4.3rem;
  }
  .various-box {
    background-image: url("../images/various-bg-sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .various-box .head {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
  .various-box__main .d-flex {
    margin: 0;
  }
  .various-box__main .items {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .various-box__main .items main {
    padding: 1rem;
    background: #fff;
  }
  .various-box__main .items .thumb-box {
    width: 14.4rem;
    max-width: 14.4rem;
  }
  .various-box__main .items .text-box {
    width: calc(100% - 14.4rem);
  }
  .various-box__main .items .text-box .labels {
    margin-bottom: 1rem;
  }
  .various-box__main .items .text-box .labels span {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .various-box__main .items .text-box ul li {
    font-size: 1.4rem;
  }
  .various-box__main .items .text-box ul li span {
    width: 7.5rem;
    position: relative;
  }
  .service-box {
    padding-bottom: 6rem;
  }
  .service-box__main .items .thumb-box {
    width: 100%;
  }
  .service-box__main .items .text-box {
    width: 100%;
    padding-left: 0;
  }
  .service-box__main .items .text-box h3 {
    padding: .5rem 1.5rem 0;
    align-items: flex-start;
  }
  .service-box__main .items .text-box h3 span {
    margin-top: -2rem;
  }
  .service-box__main .items p {
    margin-bottom: 0;
  }
  .qa-box__main {
    padding: 0 1.5rem 3rem;
  }
  .qa-box__main .head {
    padding-left: 0;
    -webkit-transform: translateY(-4rem);
    -ms-transform: translateY(-4rem);
    transform: translateY(-4rem);
  }
  .qa-box__main .items {
    padding: 1rem 0;
    margin-bottom: 0;
  }
  .qa-box__main .items h3 {
    padding-right: 3.5rem;
  }
  .qa-box__main .items h3::after {
    right: 0.5rem;
  }
  .explanation-box {
    padding: 1.5rem 0;
  }
  .explanation-box__main {
    padding: 2rem;
  }
  .explanation-box__main p {
    font-size: 1.2rem;
  }
  .inquiry-box__main {
    padding: 2rem 1.5rem;
  }
  .contact-form .form-group {
    padding: 1.5rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-form .form-group .labels {
    width: 100%;
    padding-right: 0;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .contact-form .form-group .labels::after {
    font-size: 1.2rem;
    line-height: 2.4rem;
    width: 5.5rem;
  }
  .contact-form .form-group .input {
    width: 100%;
  }
  .contact-form .contact-information {
    height: 18.6rem;
  }
  .contact-form .contact-information h3 {
    font-size: 1.8rem;
  }
  .contact-form .contact-information p {
    font-size: 1.2rem;
  }
  .contact-form .check-box {
    font-size: 1.4rem;
  }
  .contact-form .more-box {
    text-align: center;
    padding-top: 2rem;
  }
  .contact-form .more-box button {
    width: 100%;
    max-width: 36.5rem;
    cursor: pointer;
  }
  .contact-form .more-box button:hover {
    opacity: 0.7;
  }
  .contact-form .cf-box {
    display: none;
  }
}

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

.footer__main{
  background: #89dbff;
}
.footer__main--info {
  margin-bottom: 4.5rem;
}
.footer__main--info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.footer__main--info ul li {
  width: 50%;
  margin-bottom: 2.5rem;
  padding: 0 2.5rem;
}
.footer__main--info ul li main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #0e2558;
}
.footer__main--info ul li span {
  font-weight: 700;
  width: 14.5rem;
}
.footer__main--map {
  margin-bottom: 6.5rem;
}
.footer__main--map .d-flex {
  margin: 0 -1.7rem;
}
.footer__main--map .items {
  width: 50%;
  padding: 0 1.7rem;
  margin-bottom: 3.5rem;
}
.footer__main--map .items h3 {
  text-align: center;
  line-height: 4.8rem;
  background: #0e2558;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer__main--map .items p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 16px;
}
.footer__main--map .items .map iframe {
  width: 100%;
}
.footer__main--map .items .thumb-box {
  margin: 0 -0.75rem;
}
.footer__main--map .items .thumb-box figure {
  width: 50%;
  padding: 0 0.75rem;
}
.footer__main--map .items .thumb-box figure:first-child {
  width: 100%;
  margin-bottom: 1.4rem;
}
.footer__main--nav {
  position: relative;
}
.footer__main--nav::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #0e2558;
  position: absolute;
  top: 0;
  right: 0;
}
.footer__main--nav nav {
  padding: 1.5rem 0;
}
.footer__main--nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__main--nav nav ul li a {
  font-size: 1.4rem;
  color: #0e2558;
  padding: 0 1.5rem;
  display: block;
  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;
  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;
}
.footer__main--nav nav ul li a::before {
  content: "";
  width: 0.756rem;
  height: 0.73rem;
  background-image: url("../images/home/arow-icon.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}

.footer__copyright {
  text-align: center;
  padding: 2rem 0;
}
.footer__copyright p {
  font-size: 1.6rem;
  margin-bottom: 0;
}


@media (max-width: 991px) {
  .footer__main {
    padding-top: 3rem;
  }
  .footer__main--info ul {
    margin: 0;
  }
  .footer__main--info ul li {
    width: 100%;
    padding: 0;
  }
  .footer__main--map {
    margin-bottom: 2.5rem;
  }
  .footer__main--map .d-flex {
    margin: 0;
  }
  .footer__main--map .items {
    width: 100%;
    padding: 0;
  }
  .footer__main--nav {
    position: relative;
  }
  .footer__main--nav::after {
    display: none;
  }
  .footer__main--nav nav {
    padding: 0;
  }
  .footer__main--nav nav ul {
    display: block;
    margin: 0 1.5rem;
  }
  .footer__main--nav nav ul li a {
    border-top: 1px solid #0e2558;
    font-size: 2rem;
    padding: 1.5rem;
  }
  .footer__main--nav nav ul li:last-child a {
    border-bottom: 1px solid #0e2558;
  }
  .footer__copyright {
    text-align: center;
    padding: 2rem 0;
  }
  .footer__copyright p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}




/* yane-tokai */
.area-box__main .thumb-box.thumb-box02 {
  padding-top: 5.3rem;
}
