@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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

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

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

input, select {
  vertical-align: middle;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: "Noto Serif", serif;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0.05em;
}

img {
  width: 100%;
}

a {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* ---------- header ---------- */
.header {
  padding: 19px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  /* ---------- ハンバーガー ---------- */
}
.header.fixed {
  position: fixed;
  background-color: #282f35;
  width: 100%;
  padding: 30px;
  transition: 0.5s;
  box-sizing: border-box;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.header-container .header-tit {
  font-size: 26px;
}
.header-container .header-nav-list {
  display: flex;
}
.header-container .header-nav-list-item {
  margin-right: 30px;
}
.header-container .header-nav-list-item:last-of-type {
  margin-right: 0;
}
.header .sp-bars {
  display: none;
}

/* ---------- footer ---------- */
.footer {
  font-size: 14px;
  color: #282F35;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}

/* ---------- sp ---------- */
@media (max-width: 500px) {
  /* ---------- header-sp ---------- */
  .header {
    padding: 30px 15px 0;
    /* ---------- ハンバーガー開いた時 ---------- */
  }
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #282F35;
  }
  .header-nav-list {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-nav-list-item {
    margin: 0 0 30px !important;
  }
  .header-nav-list-item:last-of-type {
    margin-bottom: 0;
  }
  .header .sp-bars {
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .header .sp-bars .bar {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #fff;
  }
  .header .sp-bars .bar-top {
    margin-bottom: 8px;
  }
  .header .sp-bars .bar-mid {
    margin-bottom: 8px;
  }
  .header .sp-bars.open span:nth-of-type(1) {
    transform: rotate(45deg) translate(8px, 8px);
    transition: 0.3s;
  }
  .header .sp-bars.open span:nth-of-type(2) {
    opacity: 0;
    transition: 0.3s;
  }
  .header .sp-bars.open span:nth-of-type(3) {
    transform: rotate(-45deg) translate(8px, -8px);
    transition: 0.3s;
  }
}
/* ---------- トップに戻るボタン ---------- */
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #1b1310;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop-arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #1b1310;
  border-right: 3px solid #1b1310;
  transform: translateY(20%) rotate(-45deg);
}

/* ---------- top fv ---------- */
.top-fv {
  height: 100vh;
  position: relative;
}
.top-fv-slider-list img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-fv-tit {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 70px;
  position: absolute;
  left: 120px;
  bottom: 177px;
  color: #fff;
}
.top-fv-tit span {
  font-size: 40px;
  display: block;
  margin-top: 31px;
  text-align: center;
}

/* ---------- top ---------- */
.top-concept, .top-works, .top-service, .top-contact {
  padding: 100px 0 70px 0;
}

.container-outer {
  width: 1200px;
  margin: 0 auto;
}

.container-inner {
  width: 1000px;
  margin: 0 auto;
}

.top-tit-left {
  font-size: 60px;
  font-style: italic;
  color: #282F35;
}
.top-tit-left::after {
  content: "";
  display: inline-block;
  background-color: #282F35;
  width: 200px;
  height: 5px;
  vertical-align: middle;
  margin-left: 30px;
}

.top-tit-right {
  font-size: 60px;
  font-style: italic;
  color: #fff;
  text-align: right;
}
.top-tit-right::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 200px;
  height: 5px;
  vertical-align: middle;
  margin-left: 30px;
}

.top-bottom-right {
  margin-top: 70px;
  font-size: 90px;
  color: rgba(23, 23, 23, 0.05);
  font-weight: bold;
  text-align: right;
}

.top-bottom-left {
  margin-top: 70px;
  font-size: 90px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}

.top-btn a {
  display: block;
  width: 235px;
  line-height: 60px;
  text-align: center;
  background-color: #F7D43F;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 0 6px #1b1310;
  margin: 0 auto;
}

/* ---------- top-concept ---------- */
.top-concept-txt {
  font-size: 30px;
  line-height: 1.6666666667;
  margin-top: 70px;
  text-align: center;
  font-weight: bold;
}
.top-concept-box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-concept-box-txt {
  max-width: 440px;
  line-height: 1.875;
  margin-right: 120px;
  font-weight: bold;
}
.top-concept-box-pic {
  width: 440px;
  height: 240px;
}

/* ---------- top-Works ---------- */
.top-works {
  background-image: url(../img/works-bgi@2x.jpg);
  background-size: cover;
  background-position: center;
}
.top-works-list {
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
  padding: 0 50px;
}
.top-works-list-item {
  width: 32%;
  background-color: #fff;
}
.top-works-list-item-txt {
  color: #141414;
  padding: 25px 20px;
}

/* ---------- top-Service ---------- */
.top-service-list {
  margin-top: 80px;
  display: flex;
}
.top-service-list-item {
  width: 33.3%;
}
.top-service-list-item a {
  display: block;
  width: 100%;
  line-height: 320px;
  color: #fff;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  line-height: 320px;
}
.top-service-list-item a:hover {
  background-color: rgba(40, 47, 53, 0.7);
  transition: 0.3s;
}
.top-service-list .item1 {
  background-image: url(../img/service-img01@2x.jpg);
}
.top-service-list .item2 {
  background-image: url(../img/service-img02@2x.jpg);
}
.top-service-list .item3 {
  background-image: url(../img/sevice-img03@2x.jpg);
}

/* ---------- top-Contact ---------- */
.top-contact {
  background-image: url(../img/contact-bgi@2x.jpg);
  background-size: cover;
  background-position: center;
}
.top-contact-txt {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 80px 0 40px;
  font-weight: bold;
}

/* ---------- sp ---------- */
@media screen and (min-width: 768px) {
  br.pc-br {
    display: block;
  }
  br.sp-br {
    display: none;
  }
}
@media (max-width: 500px) {
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: block;
  }
  /* ---------- top-fv-sp ---------- */
  .sp-container {
    width: 348px;
  }
  .top-fv-tit {
    position: absolute;
    top: 260px;
    left: 15px;
    font-size: 37px;
  }
  .top-fv-tit span {
    font-size: 30px;
    margin-top: 59px;
    line-height: 1.6666666667;
  }
  /* ---------- top-sp ---------- */
  .top-concept, .top-works, .top-service, .top-contact {
    padding: 100px 0 40px 0;
  }
  .container-outer {
    width: 345px;
    margin: 0 auto;
  }
  .container-inner {
    width: 345px;
    margin: 0 auto;
  }
  .top-tit-left {
    font-size: 30px;
  }
  .top-tit-left::after {
    width: 90px;
  }
  .top-tit-right {
    font-size: 30px;
  }
  .top-tit-right::after {
    width: 90px;
  }
  .top-bottom-right {
    margin-top: 40px;
    font-size: 40px;
  }
  .top-bottom-left {
    margin-top: 40px;
    font-size: 40px;
  }
  /* ---------- top-concept-sp ---------- */
  .top-concept-txt {
    font-size: 20px;
    line-height: 1.5;
  }
  .top-concept-box {
    display: block;
    margin-top: 34px;
  }
  .top-concept-box-txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-concept-box-pic {
    width: 100%;
  }
  .top-concept-bottom {
    margin-top: 10px;
  }
  /* ---------- top-Works-sp ---------- */
  .top-works-list {
    display: block;
    padding: 0 15px;
  }
  .top-works-list-item {
    width: 320px;
    margin: 0 auto 30px;
  }
  .top-works-list-item-txt {
    line-height: 1.875;
  }
  /* ---------- top-Service-sp ---------- */
  .top-service-list {
    display: block;
  }
  .top-service-list-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-service-list-item a {
    line-height: 250px;
    font-size: 20px;
  }
}
/* ---------- contact ---------- */
.contact-section {
  background-image: url(../img/contact-page-bgi@2x.jpg);
  background-size: cover;
  background-position: center;
  height: 458px;
}
.contact-section-txt {
  font-size: 60px;
  font-style: italic;
  color: #fff;
  padding-top: 186px;
  text-align: center;
  letter-spacing: 0.1em;
}
.contact-section-bottom {
  margin: 15px 0 0 48px;
  font-size: 90px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}

.contact-form {
  padding: 100px 0 80px;
}
.contact-form-list {
  max-width: 700px;
  margin: 0 auto 80px;
}
.contact-form-list-item {
  padding-top: 25px;
}
.contact-form-list-item-label {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 7px;
  box-sizing: border-box;
}
.contact-form-list-item .checkbox-list {
  display: flex;
}
.contact-form-list-item .checkbox-list-item {
  padding-right: 20px;
}
.contact-form-list-item .checkbox-list-item .checkbox {
  border: #141414 1px solid;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  box-sizing: border-box;
}
.contact-form .text {
  width: 100%;
  height: 30px;
  border: #141414 1px solid;
  box-sizing: border-box;
}
.contact-form .textarea {
  width: 100%;
  height: 171px;
  border: #141414 1px solid;
  box-sizing: border-box;
}

.submit-btn {
  display: block;
  width: 235px;
  line-height: 60px;
  text-align: center;
  background-color: #F7D43F;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 0 6px #1b1310;
  margin: 0 auto;
  color: #171717;
  font-weight: bold;
}
.submit-btn:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

/* ---------- sp ---------- */
@media (max-width: 500px) {
  /* ---------- contact-sp ---------- */
  .contact-container {
    width: 345px;
    margin: 0 auto;
  }
  .contact-section {
    height: 360px;
    margin: 0 auto;
  }
  .contact-section-txt {
    font-size: 30px;
    padding-top: 175px;
    box-sizing: border-box;
  }
  .contact-section-bottom {
    width: 345px;
    margin: 40px 0;
    font-size: 40px;
  }
  .contact-form-list .checkbox-list {
    display: block;
  }
  .contact-form-list .checkbox-list-item {
    padding-top: 5px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}/*# sourceMappingURL=style.css.map */