@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----/リセット-----*/
/*------------------------------
全体共通
------------------------------*/
body {
  color: #313131;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
    font-size: 1rem;
  }
}

#container {
  position: relative;
}

a,
button {
  color: #313131;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover, a:active,
button:hover,
button:active {
  color: #E7010D;
  text-decoration: none;
}

*:focus {
  outline: none;
}

h1 {
  text-align: center;
  margin: 10px 15px 0 15px;
}
@media screen and (min-width: 992px) {
  h1 {
    margin: 60px 15px 0 15px;
  }
}
h1 img {
  width: 60px;
}
@media screen and (min-width: 992px) {
  h1 img {
    width: 120px;
  }
}

h2 {
  text-align: center;
  font-weight: 700;
  font-size: 3.5rem;
  color: #ffffff;
  text-shadow: -1px -1px 1px #808080;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 5.5rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #313131;
  letter-spacing: 2px;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr; /* IE用　*/
  -webkit-writing-mode: vertical-lr; /* chrome用　*/
  -o-writing-mode: vertical-lr; /* opera用　*/
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 3.5rem;
  }
}

h4 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 4px 0 4px 10px;
  background-color: #486573;
  color: #ffffff;
  width: 80%;
  margin: 30px 0 30px;
}
@media screen and (min-width: 576px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  h4 {
    width: 60%;
    font-size: 1.8rem;
    padding: 8px 0 8px 10px;
    margin: 60px 0 30px;
  }
}

h5 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #8F8F90;
  font-size: 2.5rem;
}
@media screen and (min-width: 576px) {
  h5 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 4.5rem;
  }
}
h5:first-letter {
  color: #486573;
}
h5 span {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #313131;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 10px;
}
@media screen and (min-width: 576px) {
  h5 span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  h5 span {
    font-size: 2.5rem;
    margin-left: 20px;
  }
}

h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: #313131;
  letter-spacing: 2px;
}
@media screen and (min-width: 576px) {
  h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    letter-spacing: 4px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 3rem;
  }
}

.container-eng {
  font-family: YuMincho, "Yu Mincho", serif;
  color: #486573;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.4;
}

.text-s {
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .text-s {
    font-size: 0.8rem;
  }
}

.text-m {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .text-m {
    font-size: 1.2rem;
  }
}

.text-l {
  font-size: 1.2rem;
}
@media screen and (min-width: 1400px) {
  .text-l {
    font-size: 1.6rem;
  }
}

.textlink {
  display: inline-block;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.textlink:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.color-wh {
  color: #ffffff;
}

dl {
  text-align: left;
}

dt {
  font-weight: 600;
}

ul {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .block-sp {
    display: none;
  }
}

.block-pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .block-pc {
    display: block;
  }
}

.relative {
  position: relative;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .relative {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .relative {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .relative {
    padding-bottom: 0;
  }
}

input, textarea {
  border: none;
}

.button {
  background: #486573;
  color: #ffffff;
  border: solid 1px #486573;
  display: block;
  text-align: center;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.button:hover {
  background: #89A3AE;
  color: #ffffff;
  border: solid 1px #89A3AE;
}

/*-----ヘッダーコンテンツ-----*/
.header {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #486573;
  padding: 0.5vh 0;
  font-size: 0.88rem;
}
@media screen and (min-width: 992px) {
  .header {
    display: block;
    width: 185px;
    height: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    display: block;
    width: 200px;
    height: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    width: 230px;
  }
}

.nav-button {
  display: none;
}
@media screen and (max-width: 991px) {
  .nav-button {
    display: block;
    cursor: pointer;
    z-index: 20;
    position: relative;
    width: 28px;
    height: 26px;
    margin: 15px 15px 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 991px) {
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 10px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 3px;
  }
}

@media screen and (max-width: 991px) {
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}

.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
.nav-wrap .nav li {
  display: block;
  text-align: center;
}
.nav-wrap .nav li .textlink {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 1vh 12%;
  width: 76%;
  color: #ffffff;
}
.nav-wrap .nav li .nav-tel {
  background-color: #ffffff;
  color: #486573;
  font-weight: bold;
  width: 70%;
  padding: 20px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .nav-wrap .nav li .nav-tel {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    padding: 25px 0;
  }
}
.nav-wrap .nav li .nav-form {
  background-color: #89A3AE;
  color: #ffffff;
  font-weight: bold;
  width: 70%;
  padding: 20px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .nav-wrap .nav li .nav-form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
  }
}
@media screen and (max-width: 991px) {
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(52, 52, 52, 0.9);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0;
  }
  .nav-wrap .nav li {
    display: block;
    margin: 1em;
  }
  .nav-wrap .nav li a {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) {
  .nav-wrap {
    display: block !important;
    padding: 5vh 0 0;
  }
}

/*-----メインコンテンツ-----*/
.area {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .area {
    padding-bottom: 150px;
  }
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 760px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 23vw;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    margin-left: 20vw;
    max-width: 910px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    max-width: 2000px;
  }
}
.container img {
  -o-object-fit: cover;
  object-fit: cover;
}

.inner {
  display: flex;
  display: -webkit-flex;
  justify-content: start;
  flex-wrap: wrap;
}
.inner dt, .inner dd {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 1.5% 0;
}
@media screen and (min-width: 992px) {
  .inner dt {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 0 0 5%;
  }
  .inner dd {
    flex: 0 0 65%;
    max-width: 65%;
  }
}

.container-flex01 {
  flex-grow: 1;
  flex-basis: 0;
}

.container-flex02 {
  flex-grow: 9;
  flex-basis: 0;
}
.container-flex02 .container-eng {
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .container-flex02 .container-eng {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .container-flex02 .container-eng {
    font-size: 3rem;
    margin-top: 40px;
  }
}
.container-flex02 img {
  width: 100%;
}

.container-flex03 {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .container-flex03 {
    flex-grow: 6;
    flex-basis: 0;
  }
}

.container-flex04 {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .container-flex04 {
    flex-grow: 4;
    flex-basis: 0;
  }
}
.container-flex04 img {
  padding: 50px 0 0 0;
  height: 350px;
}
@media screen and (min-width: 1080px) {
  .container-flex04 img {
    padding: 0 0 50px 25px;
    height: 530px;
  }
}

/*------------------------------
個別コンテンツ
------------------------------*/
/*-----ファーストビュー-----*/
.fv {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.fv .container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .fv .container {
    margin-left: 185px;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .fv .container {
    margin-left: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .fv .container {
    margin-left: 230px;
  }
}
.fv #title1 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-52%);
  -webkit-transform: translateY(-50%) translateX(-52%);
  z-index: 99;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .fv #title1 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .fv #title1 {
    font-size: 1.8rem;
  }
}
.fv #title1 p {
  font-family: YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.55rem;
  color: #ffffff;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr; /* IE用　*/
  -webkit-writing-mode: vertical-lr; /* chrome用　*/
  -o-writing-mode: vertical-lr; /* opera用　*/
  background-color: #313131;
  padding: 2vh 10px 10vh;
  width: 35px;
}
@media screen and (min-width: 576px) {
  .fv #title1 p {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  .fv #title1 p {
    width: 45px;
  }
}
@media screen and (min-width: 992px) {
  .fv #title1 p {
    padding: 6vh 1vw 22vh;
    width: 50px;
  }
}
.fv #title2 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-110%, -50%);
  -webkit-transform: translate(-110%, -50%);
  -ms-transform: translate(-110%, -50%);
  z-index: 99;
}
.fv #title3 {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(10%, -10%);
  -webkit-transform: translate(10%, -10%);
  -ms-transform: translate(10%, -10%);
  z-index: 99;
}
.fv .box {
  position: absolute;
  bottom: 16%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  width: 210px;
  height: 5px;
  background: #89A3AE;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .fv .box {
    bottom: 18%;
    width: 250px;
  }
}
.fv #slider01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv #slider01 {
    width: 50%;
  }
}
.fv #slider02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv #slider02 {
    width: 50%;
    display: block;
  }
}
.fv #slider01, .fv #slider02 {
  height: 100vh !important;
  margin: 0 auto;
}

/*----- 安全/信頼/提案 -----*/
.stp {
  flex-flow: wrap column-reverse;
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .stp {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1080px) {
  .stp {
    flex-flow: nowrap row;
  }
}

.stp-flex01 {
  flex-grow: 1.5;
  flex-basis: 0;
}
.stp-flex01 img {
  width: 100%;
  height: 350px;
}
@media screen and (min-width: 768px) {
  .stp-flex01 img {
    height: 550px;
  }
}

.stp-flex02 {
  flex-grow: 2;
  flex-basis: 0;
  margin-top: auto;
}
@media screen and (min-width: 1080px) {
  .stp-flex02 {
    margin-right: 5%;
  }
}
.stp-flex02 p {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1080px) {
  .stp-flex02 p {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-left: 100px;
  }
}
.stp-flex02 h5 {
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .stp-flex02 h5 {
    text-align: right;
  }
}

.mt100 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px;
  }
}

.color-wh {
  color: #ffffff;
}

hr {
  height: 1px;
  background-color: #486573;
  width: 80%;
  border: none;
  margin: 20px 0;
}

/*----- 総合塗装工事・総合防水工事 -----*/
.slant-bg {
  width: 100%;
  margin: 0;
  padding: 10px 0 480px;
  margin-top: -420px;
  position: relative;
  top: 420px;
  overflow: hidden;
}
.slant-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #313131;
  transform: skewY(-15deg) translateY(-240px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .slant-bg::before {
    transform: skewY(-15deg) translateY(-150px);
  }
}
@media screen and (min-width: 1600px) {
  .slant-bg::before {
    transform: skewY(-10deg) translateY(-150px);
  }
}

.painting,
.waterproof {
  flex-flow: wrap column;
}
@media screen and (min-width: 1080px) {
  .painting,
  .waterproof {
    flex-flow: nowrap row;
  }
}

.ba p {
  text-align: center;
  margin: 30px 0 0;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .ba p {
    font-size: 1.6rem;
  }
}

.ba-img {
  position: relative;
  margin-top: 30px;
}
.ba-img .inner {
  align-items: center;
}
.ba-img .inner > div {
  text-align: center;
}
.ba-img .inner > div > img {
  width: 85%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .ba-img .inner > div > img {
    height: 295px;
  }
}
.ba-img .arrow {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-left: 35px solid #486573;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 51%;
}

/*-----会社案内-----*/
.company-box {
  padding: 0;
}
@media screen and (min-width: 1400px) {
  .company-box {
    padding: 0 10% 0 0;
  }
}
.company-box .inner {
  border-bottom: 1px solid #343434;
  margin-bottom: 1.5%;
  padding-bottom: 1.5%;
}
@media screen and (min-width: 992px) {
  .company-box .inner {
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
}
.company-box .inner:first-of-type {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .company-box .inner:first-of-type {
    padding-top: 60px;
  }
}
.company-box .inner:last-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .company-box .inner:last-of-type {
    margin-bottom: 60px;
  }
}

.access {
  flex-flow: wrap column;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .access {
    flex-flow: nowrap row;
  }
}
.access span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 60px 20px 10px 0;
}
.access a {
  color: #486573;
  font-weight: 600;
}
.access a:hover, .access a:active {
  color: #89A3AE;
}

.yazirusi {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  width: 90%;
}

.yazirusi::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(35% - 5px);
  left: 0;
  width: 50%;
  height: 10px;
  border: none;
  border-right: 1px solid #486573;
  border-bottom: 1px solid #486573;
  transform: skew(40deg);
  transition: 0.3s;
  margin: 0 0 0 40%;
}

.yazirusi:hover::after {
  width: 60%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  margin: 5% 0 12%;
  position: relative;
}
@media screen and (min-width: 576px) {
  .gmap {
    margin: 5% 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .gmap {
    padding-bottom: 425px;
    margin: 5% 0 50%;
  }
}
@media screen and (min-width: 1080px) {
  .gmap {
    margin: 5% 25px 0 0;
  }
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* FB */
.fb-page {
  width: 100%;
  text-align: center;
}

/*----- 協力会社募集 -----*/
.recruitment {
  background-image: url(../img/bk-img01.jpg);
  background-attachment: initial;
  background-size: cover;
  background-position: 75% 0;
  background-repeat: no-repeat;
  margin-bottom: 150px;
}
.recruitment .container {
  position: relative;
  padding-top: 150px;
}
.recruitment .container .recruitment-img01, .recruitment .container .recruitment-img02 {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}
.recruitment .container .recruitment-img01 {
  width: 80%;
  height: 280px;
}
@media screen and (min-width: 768px) {
  .recruitment .container .recruitment-img01 {
    width: 50%;
    height: 380px;
  }
}
.recruitment .container .recruitment-img02 {
  width: 53%;
  height: 300px;
  position: absolute;
  bottom: -45px;
  right: 0;
}
.recruitment p {
  padding: 30px 0 60px 0;
}

/*-----お問い合わせ-----*/
form {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 1400px) {
  form {
    padding: 40px 10% 0 0;
  }
}
form #error {
  color: #E7010D;
  font-weight: bold;
  margin: 3% 0 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  form #error {
    font-size: 1.6rem;
  }
}
form .thanks-message {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: #E7010D;
  margin: 10% 0;
}
@media screen and (min-width: 768px) {
  form .thanks-message {
    font-size: 1.4rem;
  }
}
form .inner {
  padding-bottom: 2%;
}
form .inner dt {
  padding: 0;
}
form .inner input {
  border-bottom: 1px solid #343434;
  width: 98%;
  height: 35px;
  font-size: 1rem;
  padding: 0 0 0 2%;
}
@media screen and (min-width: 992px) {
  form .inner input {
    height: 45px;
  }
}
form .inner textarea {
  border-bottom: 1px solid #343434;
  width: 98%;
  height: 120px;
  font-size: 1rem;
  padding: 0 0 0 2%;
}
@media screen and (min-width: 992px) {
  form .inner textarea {
    height: 200px;
  }
}
form .inner:first-of-type {
  padding-top: 5%;
}
form .button {
  margin: 50px auto 0 auto;
  padding: 3% 20%;
  font-size: 1.2em;
  font-weight: 600;
}

/*-----プライバシーポリシー-----*/
.privacy-box p, .privacy-box dt {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .privacy-box p, .privacy-box dt {
    padding-top: 40px;
  }
}

/*-----フッターコンテンツ-----*/
footer {
  background-color: #486573;
  color: #ffffff;
}
footer p {
  font-size: 0.7rem;
  padding: 26px 0;
  text-align: right;
}
@media screen and (min-width: 992px) {
  footer p {
    font-size: 0.8rem;
  }
}

/*------------------------------
アニメーション
------------------------------*/
/*-----SVGローディング-----*/
#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #486573;
}

#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 160px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

#logo_loader .f_logo img {
  width: 80%;
  height: auto;
}

#logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background-color: #486573;
  position: absolute;
  top: 0;
  left: 100%;
  animation: loadLogo 1.5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader.open {
  animation: slideOut forwards 2s 2s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*-----スクロールアニメーション-----*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}/*# sourceMappingURL=common.css.map */