/* reset
------------------------------------------------------------------------------------*/
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;
}

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

ol, ul {
  list-style: none;
}

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

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;
  outline: none;
}

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;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

.clearfix:after {
  clear: both;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
html.fixed {
  position: fixed;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
}

article {
  position: relative;
  z-index: 10;
}

section {
  position: relative;
}

.cont_sp {
  display: none !important;
}

@media (max-width: 850px) {
  .cont_pc {
    display: none !important;
  }
  .cont_sp {
    display: block !important;
  }
}
img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  opacity: 0.6;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
header .logo {
  width: 236px;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav ul li {
  margin: 0 25px 0 0;
}

@media (max-width: 850px) {
  header .logo {
    width: 180px;
  }
  header nav {
    display: none;
  }
}
article {
  height: 100%;
  width: 100%;
}

.bg {
  position: absolute;
}

#kv {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
#kv h1 {
  max-width: 1045px;
  width: 90%;
  z-index: 2;
  position: relative;
}
#kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 6%;
  background: url("../img/kv_btm.png") no-repeat bottom center;
  background-size: cover;
}
#kv .bg_01 {
  width: 37.7777777778%;
  bottom: 83%;
  left: -3%;
}
#kv .bg_02 {
  width: 60.1388888889%;
  bottom: 87%;
  left: 46%;
}
#kv .bg_03 {
  width: 19.1666666667%;
  bottom: 87%;
  left: 65%;
}
#kv .bg_04 {
  width: 31.9444444444%;
  bottom: 23%;
  right: -19%;
}
#kv .bg_05 {
  width: 25.5555555556%;
  top: 59%;
  left: -12%;
}
#kv .bg_06 {
  width: 12.6388888889%;
  top: 64%;
  left: 63%;
}
#kv .attachment {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#kv .attachment_clip {
  display: block;
  clip: auto;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  height: 100%;
}
#kv .attachment img {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: auto;
  left: 0;
  top: 0;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

#about {
  padding: 10% 0;
}
#about .inner {
  width: 80%;
  max-width: 1250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about h3 {
  width: 94px;
  position: relative;
  z-index: 2;
}
#about h2 {
  font-size: 36px;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.7em;
}
#about .about_l {
  position: relative;
  width: 400px;
}
#about .about_l .bg_01 {
  width: 746px;
  top: -218px;
  left: -59%;
}
#about .about_l .bg_02 {
  width: 276px;
  top: 30%;
  left: 60%;
}
#about .about_r {
  position: relative;
  z-index: 2;
}
#about .about_r p {
  font-size: 20px;
  line-height: 2.5em;
}

#service .inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#service .ttl {
  position: absolute;
  top: 8%;
  width: 100%;
  z-index: 2;
  text-align: center;
}
#service .ttl .ttl_inner {
  background: #fec70b;
  color: #fff;
  z-index: 10;
  padding: 15px 90px 7px;
  border-radius: 100px;
  display: inline-block;
}
#service .ttl p {
  width: 130px;
  margin: 0 auto -10px;
}
#service .ttl h2 {
  font-size: 36px;
  line-height: 1.7em;
}
#service .service_l {
  width: 50%;
  position: relative;
  padding: 0 0 50%;
}
#service .service_l .service_inner {
  border: 25px solid #0387c7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px;
}
#service .service_r {
  width: 50%;
  position: relative;
  padding: 0 0 50%;
}
#service .service_r .service_inner {
  border: 25px solid #d61005;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px;
}
#service .service_icon_01 {
  width: 176px;
  margin: 95px auto 5%;
}
#service .service_icon_02 {
  width: 176px;
  margin: 95px auto 5%;
}
#service .service_txt {
  font-size: 24px;
}
#service .bg_01 {
  right: -6%;
  top: -10%;
  width: 12%;
}
#service .bg_02 {
  left: -6%;
  bottom: -10%;
  width: 12%;
}
#service .bg_03 {
  width: 31%;
  right: -15%;
  bottom: -19%;
}

#message .inner {
  width: 90%;
  max-width: 1250px;
  padding: 13% 0 5%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#message .message_l {
  width: 55%;
}
#message .message_l h2 {
  width: 131px;
  position: relative;
  z-index: 2;
}
#message .message_l p {
  margin: 3% 0 0;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
#message .message_l .bg_01 {
  width: 25%;
  left: -5%;
  top: 43%;
}
#message .message_l .bg_02 {
  width: 15%;
  left: 33%;
  bottom: -16%;
}
#message .message_r {
  width: 45%;
}
#message .message_r p {
  width: 95%;
  margin: 0 auto;
}

#company {
  font-size: 18px;
  position: relative;
  z-index: 2;
  padding: 8% 0 0;
}
#company h2 {
  width: 129px;
  margin: 0 auto 1%;
  position: relative;
  z-index: 2;
}
#company table {
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#company table tr {
  border-bottom: 1px solid #333;
}
#company table th {
  width: 8em;
  padding: 15px 0;
}
#company table td {
  padding: 15px 0;
}
#company .bg_01 {
  width: 28.3333333333%;
  right: -3%;
  top: 0;
}
#company .bg_02 {
  width: 12.6388888889%;
  right: 1%;
  top: 34%;
}
#company .bg_03 {
  width: 37.7777777778%;
  bottom: -70%;
  left: 3%;
}

#contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 8% 0 3%;
  margin: 10% 0 0;
}
#contact h2 {
  width: 128px;
  margin: 0 auto;
}
#contact .icon {
  width: 72px;
  margin: 8% auto 0;
}
#contact .mail_txt {
  font-size: 18px;
  text-align: center;
  margin: 0 0 90%;
}
#contact .copy {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#contact::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  padding: 0 0 6%;
  background: url("../img/kv_btm.png") no-repeat bottom center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#contact .bg_01 {
  width: 30%;
  top: 1%;
  right: 3%;
}
#contact .bg_02 {
  width: 13%;
  bottom: 17%;
  right: 3%;
}
#contact .bg_03 {
  width: 30%;
  bottom: -25%;
  left: 1%;
}
#contact .bg_04 {
  width: 13%;
  bottom: 26%;
  left: 1%;
}
#contact .attachment {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#contact .attachment_clip {
  display: block;
  clip: auto;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  height: 100%;
}
#contact .attachment img {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: auto;
  left: 0;
  top: 0;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1280px) {
  #about .about_r p {
    font-size: 18px;
  }
  #about h2 {
    font-size: 30px;
  }
  #about .about_l .bg_01 {
    width: 665px;
  }
  #about .about_l .bg_02 {
    width: 217px;
    top: 30%;
    left: 48%;
  }
  #service .ttl h2 {
    font-size: 30px;
  }
  #service .service_l .service_inner {
    padding: 40px;
    border: 15px solid #0387c7;
  }
  #service .service_r .service_inner {
    padding: 40px;
    border: 15px solid #d61005;
  }
  #service .service_icon_01,
  #service .service_icon_02 {
    width: 140px;
    margin: 110px auto 5%;
  }
  #service .service_txt {
    font-size: 22px;
  }
  #message .message_l p {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  #about h2 {
    font-size: 26px;
  }
  #service .service_icon_01, #service .service_icon_02 {
    width: 125px;
    margin: 95px auto 2%;
  }
  #service .service_txt {
    font-size: 18px;
  }
  #about .about_r p {
    font-size: 16px;
  }
  #service .ttl h2 {
    font-size: 26px;
  }
  #message .message_l p {
    font-size: 16px;
  }
  #company {
    font-size: 16px;
  }
  #contact .icon {
    width: 60px;
  }
}
@media (max-width: 850px) {
  #kv .bg_01 {
    width: 52%;
    bottom: 85%;
    left: -13%;
  }
  #kv .bg_02 {
    left: 60%;
  }
  #kv .bg_03 {
    bottom: 87%;
    left: 83%;
  }
  #kv .bg_04 {
    width: 51%;
    bottom: 23%;
    right: -19%;
  }
  #kv .bg_05 {
    width: 36%;
    top: 20%;
    left: -12%;
  }
  #kv .bg_06 {
    width: 25%;
    top: 60%;
    left: 63%;
  }
  #about .inner {
    display: block;
    width: 90%;
  }
  #about h2 {
    font-size: 32px;
  }
  #about .about_l .bg_01 {
    width: 145%;
    top: -116%;
    left: -52%;
  }
  #about .about_l .bg_02 {
    width: 45%;
    top: 100%;
    left: 24%;
  }
  #about .about_r {
    margin: 5% 0 0;
  }
  #service .inner {
    display: block;
  }
  #service .ttl {
    position: relative;
  }
  #service .ttl .ttl_inner {
    padding: 20px 15px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  #service .ttl h2 {
    margin: 3% 0 0;
    line-height: 1.5em;
  }
  #service .service_l,
  #service .service_r {
    width: 100%;
    padding: 0;
  }
  #service .service_l .service_inner,
  #service .service_r .service_inner {
    position: relative;
  }
  #service .service_icon_01, #service .service_icon_02 {
    margin: 0 auto 2%;
  }
  #service .bg_01 {
    right: -11%;
    top: -7%;
    width: 27%;
    z-index: 2;
  }
  #service .bg_02 {
    display: none;
  }
  #service .bg_03 {
    width: 43%;
    right: -19%;
    bottom: -6%;
  }
  #message .inner {
    display: block;
  }
  #message .message_l {
    width: 100%;
  }
  #message .message_l h2 {
    margin: 0 auto;
  }
  #message .message_l .message_img {
    width: 78%;
    margin: 5% auto;
  }
  #message .message_l .bg_02 {
    width: 25%;
    left: 9%;
    bottom: 0;
  }
  #company table {
    width: 90%;
  }
  #company .bg_01 {
    width: 39%;
    right: -17%;
    top: 0;
  }
  #company .bg_02 {
    width: 15%;
    right: -8%;
    top: 17%;
  }
  #contact {
    margin: 28% 0 0;
  }
  #contact .bg_01 {
    width: 45%;
    top: 23%;
    right: -23%;
  }
  #contact .bg_02 {
    width: 21%;
    bottom: 17%;
    right: 3%;
  }
  #company .bg_03 {
    width: 65%;
    bottom: -50%;
    left: -30%;
  }
  #contact .bg_03 {
    width: 43%;
    bottom: 6%;
    left: -9%;
  }
  #contact .bg_04 {
    width: 22%;
    bottom: 26%;
    left: -5%;
  }
  #kv, #contact {
    background-attachment: scroll;
  }
}
/*# sourceMappingURL=styles.css.map */