@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: neue-haas-grotesk-text, "noto-sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1080px;
}

.inner-block {
  position: relative;
  width: 1040px;
  padding: 0 30px;
}
@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
}

#wrapper {
  position: relative;
  z-index: 0;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 20px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 640px) {
  .c-header {
    height: 60px;
    padding: 20px;
  }
}
.c-header .header-inn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .c-header .header-inn {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .c-header .header-inn .logo {
    width: 80px;
  }
}
.c-header .header-inn .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .c-header .header-inn .nav-wrap {
    display: none;
  }
}
.c-header .header-inn .nav-wrap .nav-link a {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.12em;
}
.c-header .header-inn .nav-wrap .nav-link + .nav-link {
  margin-left: 40px;
}
.c-header.scrolled {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 40px;
}
@media only screen and (max-width: 640px) {
  .c-header.scrolled {
    height: 50px;
    padding: 15px;
  }
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  padding: 5% 0 3%;
  background-color: #000;
}
@media only screen and (max-width: 640px) {
  .c-footer {
    padding: 15% 5% 10%;
  }
}
.c-footer .footer-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .c-footer .footer-nav-wrap {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .c-footer .footer-nav-wrap li {
    margin-bottom: 8px;
  }
}
.c-footer .footer-nav-wrap li a {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .c-footer .footer-nav-wrap li a {
    display: block;
    font-size: 12px;
  }
}
.c-footer .footer-nav-wrap li + li {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .c-footer .footer-nav-wrap li + li {
    margin-left: 0;
  }
}
.c-footer .copy-right {
  font-size: 10px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .c-footer .copy-right {
    text-align: left;
  }
}

/* -----------------------------------------------
* c-main-ttl
-------------------------------------------------- */
.ttl-area .c-main-ttl {
  font-size: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 640px) {
  .ttl-area .c-main-ttl {
    font-size: 20px;
  }
}

/* -----------------------------------------------
* c-main-ttl
-------------------------------------------------- */
.c-btn {
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #000;
  display: block;
  border-radius: 30px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .c-btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.delay {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.delay.fade {
  opacity: 1;
}

.home .kv-block {
  background: url(../../assets/img/bg_kv.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .home .kv-block {
    background-image: url(../../assets/img/bg_kv_sp.jpg);
  }
}
.home .kv-block .kv-message-main {
  font-size: 64px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-weight: 600;
  position: absolute;
  top: 35%;
  left: 100px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .home .kv-block .kv-message-main {
    font-size: 24px;
    left: 30px;
    top: 30%;
  }
}
.home .kv-block .kv-message-main > .attention {
  color: #b4ac97;
}
.home .kv-block .kv-message-main > .sub-ttl {
  color: #b4ac97;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  display: block;
  letter-spacing: 0.1em;
  margin-top: 8%;
}
@media only screen and (max-width: 640px) {
  .home .kv-block .kv-message-main > .sub-ttl {
    font-size: 12px;
    line-height: 2;
  }
}
.home .about-block {
  background-color: #1e1e1e;
  padding: 10% 0;
}
@media only screen and (max-width: 640px) {
  .home .about-block {
    padding: 15% 0;
  }
}
.home .about-block .txt-area {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 2.3;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .home .about-block .txt-area {
    font-size: 12px;
    margin-top: 20px;
  }
}
.home .case-block {
  background: url(../../assets/img/bg_case.jpg) no-repeat center center;
  background-size: cover;
  padding: 10% 0;
}
@media only screen and (max-width: 640px) {
  .home .case-block {
    background-image: url(../../assets/img/bg_case_sp.jpg);
    padding: 15% 0;
  }
}
.home .case-block .case-area-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 25px 240px 25px 240px;
  grid-template-columns: repeat(3, 240px);
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .home .case-block .case-area-wrap {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 30px;
    padding: 0 10px;
  }
}
.home .case-block .case-area-wrap > .box {
  background-color: #fff;
  padding: 10px 20px;
}
.home .message-block {
  background: url(../../assets/img/bg_message.jpg) no-repeat center center;
  background-size: cover;
  padding: 10% 0;
  background-attachment: fixed;
}
@media only screen and (max-width: 640px) {
  .home .message-block {
    margin-top: -1px;
    background: none;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    clip-path: inset(0);
  }
  .home .message-block:before {
    background-size: cover;
    position: fixed;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../../assets/img/bg_message_sp.jpg);
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
.home .message-block .message-area-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 230px 40px 47%;
  grid-template-columns: 230px 47%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .home .message-block .message-area-wrap {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .home .message-block .message-area-wrap .img-area {
    width: 60%;
    margin: auto;
  }
}
.home .message-block .message-area-wrap .txt-area {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .home .message-block .message-area-wrap .txt-area {
    text-align: center;
    margin-top: 20px;
  }
}
.home .message-block .message-area-wrap .txt-area .owner-area .owner-name {
  font-size: 22px;
  font-weight: 700;
}
.home .message-block .message-area-wrap .txt-area .owner-area .owner-name > span {
  font-size: 12px;
  display: block;
}
.home .message-block .message-area-wrap .txt-area .txt-area-inn {
  font-size: 14px;
  margin-top: 20px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .home .message-block .message-area-wrap .txt-area .txt-area-inn {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.8;
  }
}
.home .news-block {
  background-color: #f2f2f2;
  padding: 10% 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .home .news-block {
    padding: 15% 0;
  }
}
.home .news-block:before {
  position: absolute;
  content: "";
  background: url(../../assets/img/bg_txt.png) repeat-x center center;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 180px;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .home .news-block:before {
    height: 80px;
  }
}
.home .news-block .ttl-area .c-main-ttl {
  color: #000;
}
.home .news-block .news-area-wrap {
  width: 800px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 640px) {
  .home .news-block .news-area-wrap {
    width: 100%;
  }
}
.home .news-block .news-area-wrap .news-area li {
  border-top: 1px solid #a8a8a8;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .home .news-block .news-area-wrap .news-area li {
    padding: 15px 10px;
  }
}
.home .news-block .news-area-wrap .news-area li .news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .home .news-block .news-area-wrap .news-area li .news-box {
    display: block;
  }
}
.home .news-block .news-area-wrap .news-area li .news-box .date {
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .home .news-block .news-area-wrap .news-area li .news-box .date {
    font-size: 12px;
  }
}
.home .news-block .news-area-wrap .news-area li .news-box .category {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  padding: 0px 5px;
  border: 1px solid #000;
  margin-left: 20px;
  line-height: 24px;
  height: 24px;
}
@media only screen and (max-width: 640px) {
  .home .news-block .news-area-wrap .news-area li .news-box .category {
    font-size: 10px;
    margin-left: 10px;
  }
}
.home .news-block .news-area-wrap .news-area li .news-box .news-ttl {
  font-size: 15px;
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .home .news-block .news-area-wrap .news-area li .news-box .news-ttl {
    font-size: 13px;
    display: block;
    margin: 5px 0 0;
  }
}
.home .news-block .news-area-wrap .news-area li:last-of-type {
  border-bottom: 1px solid #a8a8a8;
}
.home .news-block .news-area-wrap .btn-area {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .home .news-block .news-area-wrap .btn-area {
    margin-top: 30px;
  }
}
.home .company-block {
  padding: 10% 0;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .home .company-block {
    padding: 15% 0;
  }
}
.home .company-block .ttl-area .c-main-ttl {
  color: #000;
}
.home .company-block .map-area {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .home .company-block .map-area {
    margin-top: 20px;
  }
}
.home .company-block .map-area iframe {
  width: 900px;
  height: 500px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .home .company-block .map-area iframe {
    width: 100%;
    height: 300px;
  }
}
.home .company-block .detail-area {
  margin: 60px auto 0;
  width: 600px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}
@media only screen and (max-width: 640px) {
  .home .company-block .detail-area {
    width: 100%;
    margin-top: 30px;
  }
}
.home .company-block .detail-area dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .home .company-block .detail-area dl {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
    font-size: 13px;
    margin-left: 20px;
  }
}
.home .company-block .detail-area dl + dl {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .home .company-block .detail-area dl + dl {
    margin-top: 5px;
  }
}
.home .contact-block {
  padding: 10% 0;
  background-color: #b4ac97;
}
@media only screen and (max-width: 640px) {
  .home .contact-block {
    padding: 15% 0;
  }
}
.home .contact-block .ttl-area .c-main-ttl {
  color: #000;
}
.home .contact-block .btn-area {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .home .contact-block .btn-area {
    margin-top: 20px;
  }
}
.home .contact-block .btn-area .c-btn {
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  .home .contact-block .btn-area .c-btn {
    font-size: 12px;
  }
}