@import "slicknav.css";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #312724;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif, 'Arial';
  -webkit-text-size-adjust: 100%;
  margin: 0;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:link {
  color: #111;
  text-decoration: underline;
  cursor: pointer;
}
a:visited {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.contents {
  width: 93%;
  margin: 0 auto;
  *zoom: 1;
}
.contents:before,
.contents:after {
  display: table;
  content: "";
}
.contents:after {
  clear: both;
}
.slicknav_menu {
  display: block;
}
#gnav {
  display: none;
}
header {
  display: none;
}
/* パンくず */
#breadcrumbs {
  margin: 0 auto 40px;
  list-style: none;
}
#breadcrumbs li {
  display: inline;
}
#breadcrumbs li a {
  padding: 0 5px 0 5px;
}
#title {
  margin-bottom: 30px;
}
#title h1 {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
#title h1 + hr {
  width: 20%;
  border-top: 5px solid #2ea6df;
  margin: 0 auto;
}
#mainvisual {
  width: 100%;
  height: 0;
  padding-top: 77%;
  background-image: url("/static/images/mainvisual-sp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-background-size: 100% auto;
  margin-bottom: 20px;
  margin-top: 0;
}
#mainvisual-lower {
  width: 100%;
  height: 0;
  padding-top: 44%;
  background-image: url("/static/images/mainvisual-lower-sp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-background-size: 100% auto;
  margin-bottom: 20px;
  margin-top: 0;
}
.h2 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  background: #000;
  padding: 18px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #26a9e0;
}
.h3 {
  font-size: 17px;
  line-height: 1;
  font-weight: normal;
  background: #e7eaed;
  padding: 18px 30px;
  margin-bottom: 20px;
  border-left: 11px solid #26a9e0;
}
#home .service {
  margin-bottom: 60px;
}
#home .service h1 {
  font-size: 5.6vw;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.03em;
}
#home .service h1 span {
  font-size: 4.8vw;
  font-weight: normal;
  display: block;
}
#home .service ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
#home .service ul li {
  list-style: none;
}
#home .service ul li {
  width: 100%;
}
#home .service ul li img {
  margin-bottom: 12px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#home .service ul li h2 {
  font-size: 5.5vw;
  color: #036eb7;
  margin-bottom: 4px;
}
#home .service ul li h2 + p {
  font-size: 3.846vw;
  line-height: 1.6;
  margin-bottom: 30px;
}
#home .service ul li .small {
  font-size: 4.615vw;
}
#home .service-detail {
  margin-bottom: 60px;
}
#home .service-detail h2 {
  font-size: 5.897vw;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: 0.03em;
}
#home .service-detail ul {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#home .service-detail ul li {
  list-style: none;
}
#home .service-detail ul li {
  width: 49%;
}
#home .service-detail ul li img {
  margin-bottom: 12px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#home .service-detail ul li h3 {
  font-size: 4.872vw;
  line-height: 1.3;
  color: #036eb7;
  margin-bottom: 4px;
}
#home .service-detail ul li h3 + p {
  font-size: 3.846vw;
  line-height: 1.6;
  margin-bottom: 30px;
}
#home .service-detail .category h2 {
  font-size: 6.154vw;
  line-height: 1.4;
  margin-bottom: 9px;
  letter-spacing: 0.03em;
  text-align: center;
}
#home .service-detail .category .area {
  border: 5px solid #e0dede;
  background: #f3f2f2;
  padding: 26px 50px 0 50px;
  margin-bottom: 40px;
}
#home .service-detail .category .area ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0;
}
#home .service-detail .category .area ul li {
  list-style: disc;
  width: 100%;
  margin: 0 0 18px 0;
  font-size: 4.359vw;
  line-height: 1;
}
#home #reason {
  background: #e6e0d0;
  padding: 60px 0;
}
#home #reason h2 {
  font-size: 8vw;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0;
}
#home #reason h2 + p {
  font-size: 4.615vw;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 30px;
}
#home #reason .graph {
  float: none;
  width: 100%;
}
#home #reason .graph img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#home #reason .detail {
  float: right;
  width: 100%;
}
#home #reason .detail ul li {
  list-style: none;
}
#home #reason .detail ul li {
  *zoom: 1;
  margin-bottom: 50px;
}
#home #reason .detail ul li:before,
#home #reason .detail ul li:after {
  display: table;
  content: "";
}
#home #reason .detail ul li:after {
  clear: both;
}
#home #reason .detail ul li img {
  float: left;
  margin-right: 14px;
  width: 14%;
  max-width: 14%;
  height: auto;
  margin-bottom: 40px;
}
#home #reason .detail ul li h3 {
  font-size: 5.2vw;
  line-height: 1;
  margin-bottom: 14px;
  color: #036eb7;
  padding-top: 10px;
  letter-spacing: 0.03em;
}
#home #reason .detail ul li h3 + p {
  font-size: 4.103vw;
  overflow: hidden;
  margin-top: 14px;
}
#home #reason .detail ul li h3 + p img {
  float: none;
  margin-top: 14px;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#home #reason .detail ul li:last-child {
  margin-bottom: 0;
}
#greeting .greeting p {
  font-size: 19px;
  line-height: 2;
  margin-bottom: 60px;
  letter-spacing: 0.03em;
}
#greeting .greeting .sign {
  font-size: 19px;
  text-align: right;
}
#company h2 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  background: #000;
  padding: 18px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #26a9e0;
}
#company h3 {
  font-size: 17px;
  line-height: 1;
  font-weight: normal;
  background: #e7eaed;
  padding: 18px 30px;
  margin-bottom: 20px;
  border-left: 11px solid #26a9e0;
}
#company table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin: 0 auto 100px;
}
#company table th,
#company table td {
  padding: 10px 5px;
}
#company table th {
  width: 25%;
  border: 1px solid #c5c5c5;
  background: #ebf2f9;
  font-size: 14px;
  text-align: left;
}
#company table td {
  border: 1px solid #c5c5c5;
  text-align: left;
  font-size: 15px;
}
#company table td ul {
  margin-left: 24px;
}
#company .map {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#company .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contact h2 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  background: #000;
  padding: 18px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #26a9e0;
}
#contact .add {
  width: 100%;
  margin: 0 auto 50px;
  font-size: 4.872vw;
  line-height: 1.4;
  overflow: hidden;
  letter-spacing: 0.03em;
}
#contact .add .read {
  margin-bottom: 26px;
  font-size: 4.615vw;
}
#contact .add .tel {
  font-size: 8.462vw;
  font-weight: bold;
  padding: 0 0 0 70px;
  background: url("/static/images/contact-0120.png") no-repeat left center;
  letter-spacing: 0;
}
#contact .add .tel + p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
}
#contact .message {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 15px;
}
#contact .errs {
  width: 100%;
  margin: 24px auto 40px;
  font-weight: bold;
  color: #FF0000;
}
#contact .errs ul {
  text-align: left;
}
#contact .errs ul li {
  list-style: none;
  font-size: 23px;
  line-height: 1.7;
}
#contact table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0 auto 34px;
}
#contact table th,
#contact table td {
  padding: 17px 20px;
  display: block;
  width: 100%;
}
#contact table th {
  width: 100%;
  border: 1px solid #c5c5c5;
  background: #ebf2f9;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
#contact table th .red {
  color: red;
  font-size: 13px;
  margin-left: 6px;
}
#contact table td {
  border: 1px solid #c5c5c5;
  text-align: left;
}
#contact table td select {
  padding: 2px;
  font-size: 16px;
  width: 100%;
}
#contact table td input {
  padding: 2px;
  font-size: 16px;
}
#contact table td textarea {
  width: 100%;
  height: 300px;
  padding: 2px;
  font-size: 16px;
}
#contact table td .txt02 input {
  margin-right: 10px;
}
#contact table .err {
  z-index: 2;
  border: 2px solid red;
}
#contact .send {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
}
#contact .send input {
  width: 80%;
  margin: 0 auto;
  padding: 26px 0;
  background: #f3f3f3;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
}
#contact .send input:disabled {
  color: #c9c9c9;
}
#contact .send2 {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
}
#contact .send2 p {
  margin-bottom: 18px;
  text-align: left;
}
#contact .send2 a {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  padding: 26px 0;
  background: #f3f3f3;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
}
#contact .send2 a:disabled {
  color: #c9c9c9;
}
#contact .send2 a + p {
  font-size: 12px;
}
#contact .ok {
  width: 100%;
  margin: 0 auto;
}
#contact .ok .back {
  width: 46%;
  margin: 0 auto;
  padding: 26px 0;
  background: #000;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#contact .ok input {
  width: 46%;
  margin: 0 auto;
  padding: 26px 0;
  background: #f3f3f3;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #000;
}
#privacy .read {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 60px;
}
#privacy .detail {
  width: 85%;
  margin: 0 auto;
}
#privacy .detail ul {
  list-style: decimal;
}
#privacy .detail ul li {
  font-size: 17px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 40px;
}
#privacy .detail ul li p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
#privacy .detail .sign {
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}
#contact-module {
  margin: 50px 0;
}
#contact-module .contents {
  border: 1px solid #f2efe7;
  padding: 30px 20px;
  text-align: center;
}
#contact-module .contents img {
  float: none;
  margin: 0 0 20px 0;
}
#contact-module .contents .add {
  font-size: 4.872vw;
  line-height: 1.4;
  overflow: hidden;
  letter-spacing: 0;
}
#contact-module .contents .add .tel {
  font-size: 7.6vw;
  font-weight: bold;
  padding: 0 0 0 70px;
  background: url("/static/images/contact-0120.png") no-repeat left center;
  letter-spacing: 0;
  margin-bottom: 6px;
}
#contact-module .contents .add .tel + p {
  font-size: 3.846vw;
  line-height: 1;
  margin-bottom: 30px;
}
#contact-module .contents .add button {
  width: 100%;
  margin: 0 auto;
  border: none;
  outline: none;
  background: transparent;
}
#contact-module .contents .add button a {
  display: block;
  background: #e95514;
  padding: 22px 0;
  font-size: 5.333vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
#contact-module .contents .add button a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
}
#pagetop {
  width: 64%;
  margin: 0 auto;
  position: relative;
  right: 0;
  text-align: right;
  z-index: 1;
}
#pagetop a {
  width: 58px;
  height: 58px;
  bottom: 50px;
  position: fixed;
}
#pagetop a:hover {
  text-decoration: none;
}
footer {
  background: #036eb7;
  color: #fff;
  padding: 30px 0 80px 0;
  margin: 140px 0 0 0;
}
footer .left .profile {
  margin-bottom: 40px;
  font-size: 5vw;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.02em;
}
footer .left .profile p {
  font-size: 3.2vw;
  font-weight: normal;
}
footer .left .copyright {
  font-size: 3.2vw;
  line-height: 1;
}
footer .left .right {
  margin-bottom: 30px;
}
footer .left .right .other {
  margin-bottom: 14px;
}
footer .left .right .other a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
}
footer .left .right img {
  width: 50%;
  max-width: 50%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .slicknav_menu {
    display: block;
  }
  #gnav {
    display: none;
  }
  header {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  * {
    margin: 0;
    padding: 0;
  }
  .contents {
    width: 1000px;
    margin: 0 auto;
    *zoom: 1;
    position: relative;
  }
  .contents:before,
  .contents:after {
    display: table;
    content: "";
  }
  .contents:after {
    clear: both;
  }
  .slicknav_menu {
    display: none;
  }
  #gnav {
    display: block;
  }
  header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    height: 113px;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
    -moz-opacity: 0.85;
  }
  header .logo {
    width: 374px;
    position: absolute;
    top: 18px;
    left: 0;
  }
  header .logo a img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  header #gnav {
    width: 570px;
    *zoom: 1;
    position: absolute;
    top: 43px;
    right: 0;
  }
  header #gnav:before,
  header #gnav:after {
    display: table;
    content: "";
  }
  header #gnav:after {
    clear: both;
  }
  header #gnav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  header #gnav ul li {
    width: 33%;
    text-align: center;
    padding: 7px 0;
    border-left: 3px solid #ccc;
  }
  header #gnav ul li strong {
    font-size: 16px;
    line-height: 1;
    color: #036eb7;
  }
  header #gnav ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
  }
  header #gnav ul li a:hover {
    color: #036eb7;
    text-decoration: none;
  }
  header #gnav ul li:last-child {
    border-right: 3px solid #dbdcdc;
  }
  /* パンくず */
  #breadcrumbs {
    margin: 0 auto 50px;
    list-style: none;
  }
  #breadcrumbs li {
    display: inline;
  }
  #breadcrumbs li a {
    padding: 0 5px 0 5px;
  }
  #title {
    margin-bottom: 50px;
  }
  #title h1 {
    font-size: 44px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
  }
  #title h1 + hr {
    width: 8%;
    border-top: 5px solid #2ea6df;
    margin: 0 auto;
  }
  #mainvisual {
    width: 100%;
    height: 0;
    padding-top: 64%;
    background-image: url("/static/images/mainvisual.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: 100% auto;
    margin-bottom: 30px;
    margin-top: -113px;
  }
  #mainvisual-lower {
    width: 100%;
    height: 0;
    padding-top: 18%;
    background-image: url("/static/images/header-visual.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: 100% auto;
    margin-bottom: 30px;
    margin-top: -113px;
  }
  .h2 {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    background: #000;
    padding: 18px 30px;
    margin-bottom: 40px;
    border-bottom: 6px solid #26a9e0;
  }
  .h3 {
    font-size: 17px;
    line-height: 1;
    font-weight: normal;
    background: #e7eaed;
    padding: 18px 30px;
    margin-bottom: 20px!important;
    border-left: 11px solid #26a9e0;
  }
  #home .service {
    margin-bottom: 60px;
  }
  #home .service h1 {
    font-size: 31px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.03em;
  }
  #home .service h1 span {
    font-size: 27px;
    font-weight: normal;
    display: block;
  }
  #home .service ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  #home .service ul li {
    list-style: none;
  }
  #home .service ul li {
    width: 490px;
  }
  #home .service ul li img {
    margin-bottom: 12px;
  }
  #home .service ul li h2 {
    font-size: 25px;
    color: #036eb7;
    margin-bottom: 4px;
  }
  #home .service ul li h2 + p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 55px;
  }
  #home .service ul li .small {
    font-size: 20px;
  }
  #home .service-detail {
    margin-bottom: 60px;
  }
  #home .service-detail h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.03em;
  }
  #home .service-detail ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #home .service-detail ul li {
    list-style: none;
  }
  #home .service-detail ul li {
    width: 235px;
  }
  #home .service-detail ul li img {
    margin-bottom: 12px;
  }
  #home .service-detail ul li h3 {
    font-size: 20px;
    color: #036eb7;
    margin-bottom: 4px;
  }
  #home .service-detail ul li h3 + p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  #home .service-detail .category h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 9px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  #home .service-detail .category .area {
    border: 5px solid #e0dede;
    background: #f3f2f2;
    padding: 26px 50px 0 50px;
    margin-bottom: 40px;
  }
  #home .service-detail .category .area ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 0;
  }
  #home .service-detail .category .area ul li {
    list-style: disc;
    width: 222px;
    margin: 0 0 28px 0;
    font-size: 14px;
    line-height: 1;
  }
  #home #reason {
    background: #e6e0d0;
    padding: 60px 0;
  }
  #home #reason h2 {
    font-size: 41px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.03em;
  }
  #home #reason h2 + p {
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px;
  }
  #home #reason .graph {
    float: left;
    width: 446px;
  }
  #home #reason .detail {
    float: right;
    width: 530px;
  }
  #home #reason .detail ul li {
    list-style: none;
  }
  #home #reason .detail ul li {
    *zoom: 1;
    margin-bottom: 50px;
  }
  #home #reason .detail ul li:before,
  #home #reason .detail ul li:after {
    display: table;
    content: "";
  }
  #home #reason .detail ul li:after {
    clear: both;
  }
  #home #reason .detail ul li img {
    float: left;
    margin-right: 14px;
  }
  #home #reason .detail ul li h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    color: #036eb7;
    padding-top: 14px;
    letter-spacing: 0.03em;
  }
  #home #reason .detail ul li h3 + p {
    font-size: 15px;
    overflow: hidden;
  }
  #home #reason .detail ul li h3 + p img {
    float: none;
    margin-top: 14px;
  }
  #home #reason .detail ul li:last-child {
    margin-bottom: 0;
  }
  #greeting .greeting p {
    font-size: 19px;
    line-height: 2.6;
    margin-bottom: 60px;
    letter-spacing: 0.03em;
  }
  #greeting .greeting .sign {
    font-size: 19px;
    text-align: right;
  }
  #company h2 {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    background: #000;
    padding: 18px 30px;
    margin-bottom: 40px;
    border-bottom: 6px solid #26a9e0;
  }
  #company h3 {
    font-size: 17px;
    line-height: 1;
    font-weight: normal;
    background: #e7eaed;
    padding: 18px 30px;
    margin-bottom: 20px!important;
    border-left: 11px solid #26a9e0;
    margin: 0 auto;
    width: 80%;
  }
  #company table {
    width: 80%;
    border: 1px #B3B3B3 solid;
    border-collapse: collapse;
    margin: 0 auto 100px;
  }
  #company table th,
  #company table td {
    padding: 14px 20px;
  }
  #company table th {
    width: 28%;
    border: 1px solid #c5c5c5;
    background: #ebf2f9;
    font-size: 15px;
    text-align: left;
  }
  #company table td {
    border: 1px solid #c5c5c5;
    text-align: left;
    font-size: 15px;
  }
  #company table td ul {
    margin-left: 24px;
  }
  #company .map {
    width: 80%;
    margin: 0 auto;
  }
  #contact h2 {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    background: #000;
    padding: 18px 30px;
    margin-bottom: 40px;
    border-bottom: 6px solid #26a9e0;
  }
  #contact .add {
    width: 80%;
    margin: 0 auto 80px;
    font-size: 18px;
    line-height: 1.4;
    overflow: hidden;
    letter-spacing: 0.03em;
  }
  #contact .add .read {
    margin-bottom: 36px;
    font-size: 18px;
  }
  #contact .add .tel {
    font-size: 44px;
    font-weight: bold;
    padding: 0 0 0 70px;
    background: url("/static/images/contact-0120.png") no-repeat left center;
    letter-spacing: 0.05em;
  }
  #contact .add .tel + p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 30px;
  }
  #contact .message {
    width: 80%;
    margin: 0 auto 10px;
    font-size: 15px;
  }
  #contact .errs {
    width: 80%;
    margin: 24px auto 40px;
    font-weight: bold;
    color: #FF0000;
  }
  #contact .errs ul {
    text-align: left;
  }
  #contact .errs ul li {
    list-style: none;
    font-size: 23px;
    line-height: 1.7;
  }
  #contact table {
    width: 80%;
    border: 1px #B3B3B3 solid;
    border-collapse: collapse;
    margin: 0 auto 34px;
  }
  #contact table th,
  #contact table td {
    padding: 17px 20px;
    display: table-cell;
  }
  #contact table th {
    width: 28%;
    border: 1px solid #c5c5c5;
    background: #ebf2f9;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
  }
  #contact table th .red {
    color: red;
    font-size: 13px;
    margin-left: 6px;
  }
  #contact table td {
    border: 1px solid #c5c5c5;
    text-align: left;
  }
  #contact table td select {
    padding: 2px;
    font-size: 16px;
    width: 60%;
  }
  #contact table td input {
    padding: 2px;
    font-size: 16px;
  }
  #contact table td textarea {
    width: 100%;
    height: 260px;
    padding: 2px;
    font-size: 16px;
  }
  #contact table td .txt02 input {
    margin-right: 10px;
  }
  #contact table .err {
    z-index: 2;
    border: 2px solid red;
  }
  #contact .send {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
  }
  #contact .send input {
    width: 34%;
    margin: 0 auto;
    padding: 26px 0;
    background: #f3f3f3;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  }
  #contact .send2 {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
  }
  #contact .send2 p {
    margin-bottom: 18px;
    text-align: center;
  }
  #contact .send2 a {
    display: block;
    width: 38%;
    margin: 0 auto 20px;
    padding: 26px 0;
    background: #f3f3f3;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  }
  #contact .send2 a + p {
    font-size: 14px;
  }
  #contact .send2 a + p span {
    color: #036eb7;
    font-weight: bold;
  }
  #contact .ok {
    width: 500px;
    margin: 0 auto;
  }
  #contact .ok .back {
    width: 240px;
    margin: 0 auto;
    padding: 26px 0;
    background: #000;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  #contact .ok input {
    width: 240px;
    margin: 0 auto;
    padding: 26px 0;
    background: #f3f3f3;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  #privacy .read {
    font-size: 19px;
    line-height: 2;
    margin-bottom: 60px;
  }
  #privacy .detail {
    width: 80%;
    margin: 0 auto;
  }
  #privacy .detail ul {
    list-style: decimal;
  }
  #privacy .detail ul li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  #privacy .detail ul li p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  #privacy .detail .sign {
    font-size: 17px;
    line-height: 1.7;
    text-align: right;
  }
  #contact-module {
    margin: 50px 0;
  }
  #contact-module .contents {
    border: 1px solid #f2efe7;
    padding: 30px 96px;
  }
  #contact-module .contents img {
    float: left;
    margin-right: 40px;
  }
  #contact-module .contents .add {
    font-size: 18px;
    line-height: 1.4;
    overflow: hidden;
    letter-spacing: 0.03em;
  }
  #contact-module .contents .add .tel {
    font-size: 44px;
    font-weight: bold;
    padding: 0 0 0 70px;
    background: url("/static/images/contact-0120.png") no-repeat left center;
    letter-spacing: 0.05em;
  }
  #contact-module .contents .add .tel + p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 30px;
  }
  #contact-module .contents .add button {
    width: 88%;
    margin: 0 auto;
    border: none;
    outline: none;
    background: transparent;
  }
  #contact-module .contents .add button a {
    display: block;
    background: #e95514;
    padding: 22px 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 36px;
    border-radius: 36px;
  }
  #contact-module .contents .add button a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
  }
  #pagetop {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 1;
  }
  #pagetop a {
    width: 58px;
    height: 58px;
    bottom: 100px;
    position: fixed;
  }
  #pagetop a:hover {
    text-decoration: none;
  }
  footer {
    background: #036eb7;
    color: #fff;
    padding: 30px 0 120px 0;
    margin: 140px 0 0 0;
    *zoom: 1;
  }
  footer:before,
  footer:after {
    display: table;
    content: "";
  }
  footer:after {
    clear: both;
  }
  footer .left .profile {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  footer .left .profile p {
    font-size: 13px;
    font-weight: normal;
  }
  footer .left .copyright {
    font-size: 12px;
    line-height: 1;
  }
  footer .left .right {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .left .right .other {
    margin-bottom: 20px;
  }
  footer .left .right .other a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  footer .left .right img {
    width: 248px;
    max-width: 248px;
    height: auto;
  }
}
/*# sourceMappingURL=site.css.map */