@charset "UTF-8";

/* -------------------------------------------------- */
/* 鍵カッコ */
/*--------------------------------------------------- */
/* -------------------------------------------------- */
/* html */
/*--------------------------------------------------- */
/* 変数ここまで */
/*共通*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main h3 {
  font-size: 44px;
  font-size: 4.4rem;
  font-family: 700;
  text-align: center;
  line-height: 1.3em;
  padding-top: 70px;
  color: #735749;
}

main .catch {
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  color: #735749;
}

/*共通ここまで*/
.headTop {
  margin: 0 auto;
}

.headTop .flex {
  top: 40px;
  position: absolute;
  z-index: 2;
}

.headTop .flex li {
  font-weight: 700;
}

.headTop .flex li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.headFix {
  display: none;
}

.hero {
  position: relative;
}

.hero:before {
  content: "";
  /* style */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.hero .border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  padding: 40px 50px 50px;
  text-align: center;
  color: #fff;
  max-width: 500px;
  background-color: rgba(96, 68, 60, 0.5);
}

.hero .border h2 {
  font-size: 44px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.hero .border p {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  line-height: 1.7em;
}

.about {
  position: relative;
  height: 700px;
}

.about h3 {
  text-align: left;
}

.about .catch {
  text-align: left;
}

.about .flex2 img {
  -webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
  width: 58%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 700px;
  position: absolute;
  right: 0;
  z-index: -2;
  max-width: 1200px;
}

.about h3 {
  padding-top: 90px;
}

.about p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-top: 60px;
  max-width: 350px;
}

.concept {
  background-color: #EDEEF0;
  position: relative;
  padding-bottom: 70px;
}

.concept .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.flex3 {
  width: calc(33% - 10px);
}

.concept .maru {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  background-color: #fff;
}

.concept .maru i {
  font-size: 70px;
  font-size: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #9b714b;
}

.concept .font3 i {
  top: 52%;
}

.concept p {
  max-width: 300px;
  width: calc(100% - 10px);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7em;
}

.concept h4 {
  text-align: center;
  line-height: 1.3em;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 36px 0;
  white-space: nowrap;
}

.works .work {
  text-align: center;
}

.works img {
  max-width: 800px;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works .swiper-container {
  margin-top: 70px;
}

.works .swiper-button-prev {
  background-image: none;
}

.works .swiper-button-prev i {
  font-size: 50px;
  font-size: 5rem;
  color: #735749;
}

.works .swiper-button-next {
  background-image: none;
}

.works .swiper-button-next i {
  font-size: 50px;
  font-size: 5rem;
  color: #735749;
}

.works .btn {
  width: 300px;
  height: 46px;
  width: 150px;
  height: 50px;
  margin: 50px auto;
}

.works .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-all;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #665035;
  text-align: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.works .btn a:hover {
  background: #FFFFFF;
  color: #665035;
  border: 1px solid #665035;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.works .btn a, .works .btn a:active {
  color: #fff;
  background-color: #735749;
  border: 1px solid #735749;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 1px;
}

.works .btn a:hover, .works .btn a:active:hover {
  color: #735749;
  background-color: #fff;
  border: 1px solid #735749;
}

.works .btn a:after, .works .btn a:active:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 700;
  position: relative;
  left: 16px;
  padding-right: 8px;
}

@media (max-width: 768px) {
  main h3 {
    font-size: 44px;
    font-size: 4.4rem;
    text-align: center;
    padding-top: 90px;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  main h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  main .catch {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  main .catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {

  /*共通ここまで*/
  .headTop {
    display: block;
    margin: 0 auto;
  }

  .headTop .flex {
    top: 24px;
    position: absolute;
    z-index: 2;
  }

  .headTop .flex li {
    font-weight: 700;
  }

  .headTop .flex li a, .headTop .flex li a:active {
    color: #333;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }

  .headTop .flex li a::after, .headTop .flex li a:active::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

  .headTop .flex li a:hover::after, .headTop .flex li a:active:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .headTop .flex li a:after, .headTop .flex li a:active:after {
    content: "";
    background: #333;
  }

  .white .flex {
    top: 0;
  }

  header.headTop nav {
    top: 60px;
  }

  .hero #slide_wrapp img {
    width: 100%;
    height: 100vh;
  }

  .hero #slide_wrapp .slide_item {
    position: relative;
  }

  .hero #slide_wrapp .slide_item:before {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .hero #slide_wrapp .slide_item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }

  .hero #slide_wrapp .slide_item img {
    display: block;
  }

  .hero .border {
    padding: 40px 50px 50px;
    max-width: 500px;
    min-width: 400px;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .hero .border {
    min-width: 280px;
    padding: 20px 30px 30px;
  }
}

@media (max-width: 768px) {
  .hero .border h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .hero .border h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .hero .border p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .hero .border p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .about {
    height: auto;
    margin-bottom: 90px;
  }

  .about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about h3 {
    text-align: center;
  }

  .about .catch {
    text-align: center;
  }

  .about .flex2 {
    width: 100%;
  }

  .about .flex2 img {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    height: 300px;
    position: relative;
    right: 0;
    z-index: 0;
    max-width: initial;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .about .flex2 img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .about h3 {
    padding-top: 90px;
  }

  .about p {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 500px;
    margin: 40px auto 50px;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .about p {
    font-size: 13px;
    font-size: 1.3rem;
    max-width: initial;
  }
}

@media (max-width: 768px) {
  .concept {
    padding-bottom: 90px;
  }

  .concept .flex {
    -webkit-box-pack: content;
    -ms-flex-pack: content;
    justify-content: content;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .concept .flex3 {
    width: calc(50% - 20px);
  }

  .concept .flex3:last-child {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .concept .flex3 {
    width: 100%;
  }

  .concept .flex3:nth-of-type(2) {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .concept .maru {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .concept .maru i {
    font-size: 50px;
    font-size: 5rem;
    position: absolute;
  }

  .concept .font3 i {
    top: 52%;
  }

  .concept p {
    max-width: 280px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  .concept p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .concept h4 {
    font-size: 20px;
    font-size: 2rem;
    padding: 36px 0;
    white-space: nowrap;
  }

  .works .work {
    text-align: center;
  }

  .works img {
    max-width: initial;
    max-height: 500px;
  }

  .works .swiper-container {
    margin-top: 50px;
  }

  .works .swiper-button-prev {
    background-image: none;
  }

  .works .swiper-button-prev i {
    font-size: 40px;
    font-size: 4rem;
  }

  .works .swiper-button-next i {
    font-size: 40px;
    font-size: 4rem;
  }

  .works .btn {
    width: 80%;
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  .works img {
    max-height: 250px;
    min-height: 250px;
  }
}