@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="number"] {
  width: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

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

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  font: 16px / 1.5 sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

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

select::-ms-value {
  color: currentColor; }

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

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }

:root {
  font-size: 1px; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 15px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: .1em;
  color: #222;
  background-color: #fff; }

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

* img {
  display: block;
  max-width: 100%;
  height: auto; }

* a {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

* p {
  line-height: 1.8; }

* ul {
  list-style: none; }

.clr {
  clear: both;
  zoom: 1; }

.clr:before, .clr:after {
  content: "";
  display: table; }

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

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

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

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

.align-center {
  margin-left: auto;
  margin-right: auto; }

.bg-light {
  background: #f0f0f0; }

.bg-color {
  background: #00245d; }

.section-title {
  margin-bottom: 35px; }

.section-title h2 {
  color: #00245d;
  font-size: 32rem; }

.header {
  position: relative;
  width: 100%;
  height: 100px;
  background: #00245d; }

.header .sitename {
  font-size: 28rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 40px; }

.header .sitename a {
  color: #fff; }

.header .global-menu {
  margin-right: 240px; }

.header .global-menu ul li:not(:first-child) {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #fff; }

.header .global-menu ul li a {
  font-size: 16rem;
  color: #fff; }

.header .global-menu ul li a:hover {
  opacity: .7; }

.header .global-menu ul li a i {
  padding-right: 10px; }

.header .contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100px;
  color: #fff;
  font-size: 16rem;
  background: #5fbddf; }

.header .contact:hover {
  opacity: .7; }

.header .contact i {
  padding-right: 10px; }

.main-visual {
  width: 100%;
  height: 700px;
  background: url(../img/top/main-visual.jpg) right bottom no-repeat;
  background-size: cover; }

.main-visual.repair {
  background-image: url(../img/top/repair.jpg); }

.main-visual.repair .text h2 {
  color: #fff; }

.main-visual.repair .text h2 span {
  color: #fff; }

.main-visual.dismantlement {
  background-image: url(../img/top/dismantlement.jpg); }

.main-visual.dismantlement .text h2 {
  color: #fff; }

.main-visual.dismantlement .text h2 span {
  color: #fff; }

.main-visual.waterproof {
  background-image: url(../img/top/waterproof.jpg); }

.main-visual.waterproof .text h2 {
  color: #fff; }

.main-visual.waterproof .text h2 span {
  color: #fff; }

.main-visual.paint {
  background-image: url(../img/top/paint.jpg); }

.main-visual.paint .text h2 {
  color: #fff; }

.main-visual.paint .text h2 span {
  color: #fff; }

.main-visual.roof {
  background-image: url(../img/top/roof.jpg); }

.main-visual.roof .text h2 {
  color: #fff; }

.main-visual.roof .text h2 span {
  color: #fff; }

.main-visual .text h2 {
  color: #00245d;
  font-size: 42rem;
  font-weight: normal; }

.main-visual .text h2 span {
  position: relative;
  display: inline-block;
  color: #00245d;
  font-size: 60rem;
  font-weight: bold; }

.main-visual .text h2 span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 7px;
  background: #5fbddf; }

section {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-h-1 .container {
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }

.section-h-1 img {
  margin-top: 40px;
  margin-bottom: 40px; }

.section-h-1 p {
  font-size: 18rem; }

.section-h-1 p:not(:last-child) {
  margin-bottom: 20px; }

.section-h-1 p strong {
  color: #00245d; }

.section-h-2 {
  background: url(../img/top/section-bg-1.jpg) center center no-repeat; }

.section-h-2 .col {
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }

.section-h-2 .col .content {
  width: calc(100% - 500px);
  padding-right: 40px; }

.section-h-2 .col .content p {
  font-size: 24rem; }

.section-h-2 .col .content p:not(:last-child) {
  margin-bottom: 20px; }

.section-h-2 .col .content p i {
  color: #00245d;
  padding-right: 10px; }

.section-h-2 .col .content p span {
  font-weight: bold; }

.section-h-2 .col .thumb {
  width: 500px; }

.section-h-3 .col {
  background: #00245d; }

.section-h-3 .col:nth-child(even) {
  background: #5fbddf; }

.section-h-3 .col:nth-child(even) .content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.section-h-3 .col .content {
  text-align: center;
  width: 50%;
  padding: 60px 30px; }

.section-h-3 .col .content h3 {
  color: #fff;
  font-size: 26rem;
  margin-bottom: 20px; }

.section-h-3 .col .content p {
  color: #fff;
  font-size: 18rem; }

.section-h-3 .col .thumb {
  width: 50%; }

.section-h-3 .col:not(:last-child) {
  margin-bottom: 40px; }

.section-h-4 p {
  text-align: center;
  font-size: 24rem; }

.section-h-4 p strong {
  position: relative;
  display: inline-block;
  color: #00245d;
  padding-bottom: 3px; }

.section-h-4 p strong:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 7px;
  background: #5fbddf; }

.footer {
  padding-top: 50px;
  padding-bottom: 50px; }

.footer p {
  color: #fff;
  text-align: center;
  font-size: 24rem;
  font-weight: bold; }

.footer a {
  color: #fff;
  width: 50%;
  padding: 20px;
  margin: 40px auto;
  background: #5fbddf; }

.footer a i {
  font-size: 24rem;
  padding-right: 10px; }

.footer a span {
  font-size: 24rem; }

.copyright {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #222; }

.section-i-1 p {
  text-align: center;
  font-size: 18rem; }

.section-i-1 p strong {
  color: #00245d;
  font-size: 22rem; }

.section-i-1 .row {
  margin: 40px -10px; }

.section-i-1 .row .col {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px; }

.section-i-1 .row .col .content {
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  background: #00245d; }

.section-i-1 .row .col .content i {
  display: block;
  font-size: 38rem;
  margin-bottom: 20px; }

.section-i-1 .row .col .content span {
  color: #fff;
  font-size: 18rem;
  font-weight: bold; }

.section-i-2 .row {
  margin: -15px; }

.section-i-2 .row .col {
  width: 25%;
  padding: 15px; }

.section-i-2 .row .col a {
  position: relative;
  display: block; }

.section-i-2 .row .col a:hover {
  opacity: .7; }

.section-i-2 .row .col a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 36, 93, 0.65); }

.section-i-2 .row .col a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 26rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }

.section-i-3,
.section-i-4,
.section-i-5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.section-i-3 .section-title h2,
.section-i-4 .section-title h2,
.section-i-5 .section-title h2 {
  color: #fff; }

.section-i-3 .container,
.section-i-4 .container,
.section-i-5 .container {
  padding: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }

.section-i-3 .container p,
.section-i-4 .container p,
.section-i-5 .container p {
  font-size: 18rem;
  line-height: 1.8; }

.section-i-3 .container p strong,
.section-i-4 .container p strong,
.section-i-5 .container p strong {
  color: #00245d; }

.section-i-3 .container p:not(:last-child),
.section-i-4 .container p:not(:last-child),
.section-i-5 .container p:not(:last-child) {
  margin-bottom: 20px; }

.section-i-3 {
  background-image: url(../img/top/section-i-3-bg.jpg); }

.section-i-4 {
  background-image: url(../img/top/section-i-4-bg.jpg); }

.section-i-4 .section-title h2 {
  color: #00245d; }

.section-i-5 {
  background-image: url(../img/top/section-i-5-bg.jpg); }

.section-i-6 .container {
  padding-left: 120px;
  padding-right: 120px; }

.section-i-6 p {
  font-size: 18rem;
  line-height: 1.8; }

.section-i-6 p strong {
  color: #00245d; }

.section-i-6 p:not(:last-child) {
  margin-bottom: 20px; }

.section-c-1 .container {
  padding-left: 200px;
  padding-right: 200px; }

.section-c-1 dl {
  display: table;
  width: 100%; }

.section-c-1 dl:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }

.section-c-1 dl dt {
  display: table-cell;
  width: 20%;
  font-weight: bold;
  vertical-align: middle; }

.section-c-1 dl dt span {
  display: block;
  color: red;
  font-weight: normal; }

.section-c-1 dl dd {
  display: table-cell;
  width: 80%; }

.section-c-1 dl dd input {
  background: #f5f5f5;
  width: 100%;
  height: 40px;
  padding: 5px 8px;
  border: 1px solid #e5e5e5; }

.section-c-1 dl dd textarea {
  background: #f5f5f5;
  width: 100%;
  height: 200px;
  padding: 5px 8px;
  border: 1px solid #e5e5e5; }

.section-c-1 dl dd p input {
  display: inline-block;
  width: 15px;
  height: 15px; }

.section-c-1 dl dd p label {
  display: inline-block;
  margin-left: 10px; }

.section-c-1 .submit {
  display: block;
  color: #fff;
  font-weight: bold;
  width: 300px;
  height: 50px;
  background: #00245d;
  margin: 40px auto 0; }

.hidden-pc {
  display: none; }

@media screen and (max-width: 1200px) {
  .hidden-sp {
    display: none; }
  .hidden-pc {
    display: block; }
  .container {
    width: 100%; }
  .header {
    height: auto; }
  .header .sitename {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22rem; }
  .header .toggle {
    color: #fff;
    padding-right: 20px; }
  .header .toggle i {
    margin-right: 10px; }
  .header .global-menu {
    position: absolute;
    top: 53px;
    left: 0;
    display: none;
    margin: 0;
    background: #5fbddf; }
  .header .global-menu.active {
    display: block; }
  .header .global-menu ul li {
    width: 100%; }
  .header .global-menu ul li:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .header .global-menu ul li a {
    display: block;
    padding: 12px; }
  .main-visual .text {
    padding-left: 20px;
    padding-right: 20px; }
  .main-visual .text h2 {
    font-size: 32rem; }
  .main-visual .text h2 br {
    display: none; }
  .main-visual .text h2 span {
    font-size: 32rem; }
  section {
    padding-left: 20px;
    padding-right: 20px; }
  .section-i-1 .row .col {
    width: 100%; }
  .section-i-1 .row .col:not(:last-child) {
    margin-bottom: 20px; }
  .section-i-2 .row .col {
    width: 100%; }
  .section-i-2 .row .col:not(:last-child) {
    margin-bottom: 20px; }
  .section-i-3 .container, .section-i-4 .container, .section-i-5 .container, .section-h-1 .container {
    padding: 30px; }
  .section-i-6 .container {
    padding-left: 0;
    padding-right: 0; }
  .footer {
    padding-left: 20px;
    padding-right: 20px; }
  .footer a {
    width: 100%; }
  .section-h-2 .col {
    padding: 30px; }
  .section-h-2 .col .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0; }
  .section-h-2 .col .thumb {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px; }
  .section-h-3 .col .content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }
  .section-h-3 .col .thumb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .section-h-4 p strong:after {
    display: none; }
  .section-c-1 .container {
    padding-left: 0;
    padding-right: 0; }
  .section-c-1 dl {
    display: block; }
  .section-c-1 dl dt {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .section-c-1 dl dd {
    display: block;
    width: 100%; } }

.page-title {
  width: 100%;
  height: 300px;
  background: #5fbddf; }
  .page-title h2 {
    color: #fff;
    font-size: 32rem; }

.section-h dl:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd; }

.section-h dl dt {
  font-weight: bold;
  margin-bottom: 5px; }

.section-h dl dd {
  margin-bottom: 10px; }

.footer .row {
  margin-top: 20px;
  margin-bottom: 20px; }
  .footer .row p {
    padding: 10px 40px; }
    .footer .row p i {
      margin-right: 10px; }
    .footer .row p:first-child {
      border-right: 1px solid #fff; }
      @media screen and (max-width: 1200px) {
        .footer .row p:first-child {
          border-right: none; } }
