@charset "UTF-8";
/*-----------------------
font
-----------------------*/
/*-----------------------
color
-----------------------*/
/*-----------------------
inner
-----------------------*/
/*-----------------------
breakpoint
-----------------------*/
/*-----------------------
共通
-----------------------*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3C2206;
  font-size: 16px;
  line-height: 1.5;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

/*-----------------------
header
-----------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 90;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media (max-width: 767px) {
  .header-inner {
    height: 60px;
  }
}

.header-title {
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .header-title {
    font-size: 22px;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav-item {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .header-nav-item {
    font-size: 16px;
  }
}
.header-nav-item:not(:first-child) {
  margin-left: 52px;
}
.header-nav-item a {
  display: block;
  line-height: 80px;
  height: 80px;
  position: relative;
}
.header-nav-item a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #3C2206;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.header-nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*-----------------------
section共通
-----------------------*/
.section {
  padding: 80px 0 100px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0 50px 0;
  }
}

.section-title {
  font-family: "Quicksand", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.section-title-text {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .section-title-text {
    font-size: 14px;
  }
}

.btn-link {
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  background: #7A8C9D;
  border-radius: 10px;
  padding: 12px 50px;
  -webkit-box-shadow: 0 0 0 rgba(60, 34, 6, 0);
          box-shadow: 0 0 0 rgba(60, 34, 6, 0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 1200px) {
  .btn-link:hover {
    background: #63798c;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 6px 12px rgba(122, 140, 157, 0.24);
            box-shadow: 0 6px 12px rgba(122, 140, 157, 0.24);
  }
}
.btn-link.-submit {
  font-size: 16px;
  padding: 12px 40px;
  opacity: 0.8;
}
.btn-link.-active {
  background: #7A8C9D;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}

/*-----------------------
top
-----------------------*/
.top {
  background: url(/img/mainvisual.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/mainvisual.jpg) no-repeat center center/cover;
  z-index: 0;
}
@media (max-width: 767px) {
  .top {
    margin-top: 60px;
    background: url(/img/mainvisual-sp.jpg) no-repeat left center/cover;
  }
  .top::after {
    background: url(/img/mainvisual-sp.jpg) no-repeat left center/cover;
  }
  .top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.82)), color-stop(48%, rgba(255, 255, 255, 0.62)), to(rgba(255, 255, 255, 0.12)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.62) 48%, rgba(255, 255, 255, 0.12) 100%);
    pointer-events: none;
    z-index: 1;
  }
}

.top-message {
  content: "";
  position: absolute;
  top: 44%;
  left: 0;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  margin-left: 80px;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-message {
    padding: 0 30px;
    margin: 0;
    z-index: 2;
  }
}

.top-message-title {
  color: #3C2206;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.95), 1px 0 0 rgba(255, 255, 255, 0.95), -1px 0 0 rgba(255, 255, 255, 0.95), 0 4px 16px rgba(255, 255, 255, 0.95), 0 0 32px rgba(255, 255, 255, 0.82);
  opacity: 0;
  -webkit-animation: fadeUp 0.8s ease-out 0.3s forwards;
          animation: fadeUp 0.8s ease-out 0.3s forwards;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-message-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .top-message-title {
    font-size: 28px;
    line-height: 1.7;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95), 0 3px 12px rgba(255, 255, 255, 0.85);
  }
}

.top-message-sub {
  color: #3C2206;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.08em;
  margin-top: 32px;
  text-shadow: 0 1px 6px rgba(255, 255, 255, 0.65);
  opacity: 0;
  -webkit-animation: fadeUp 0.8s ease-out 0.7s forwards;
          animation: fadeUp 0.8s ease-out 0.7s forwards;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-message-sub {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .top-message-sub {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95), 0 3px 12px rgba(255, 255, 255, 0.85);
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*-----------------------
about
-----------------------*/
.about {
  position: relative;
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 390px;
  height: 450px;
  background: url(/img/about-bg.png) no-repeat right bottom/contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about::before {
    width: 225px;
    height: 264px;
  }
}
.about .inner {
  position: relative;
  z-index: 1;
}

.about-inner {
  padding: 0 230px 60px 230px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-inner {
    padding: 0 100px 60px 100px;
  }
}
@media (max-width: 767px) {
  .about-inner {
    padding: 0 32px 40px 32px;
  }
}

.about-text {
  max-width: 720px;
  margin: 0 auto;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .about-text {
    line-height: 2;
  }
}

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

/*-----------------------
profile
-----------------------*/
.profile {
  margin-top: 80px;
  background: #F6F7F9;
}
.profile .section-title {
  color: #3C2206;
}
@media (max-width: 767px) {
  .profile {
    margin-top: 60px;
  }
}

.profile-inner {
  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;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .profile-inner {
    display: block;
    padding: 0 20px 20px;
    margin: 0 auto;
  }
}

.profile-picture img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #E5DAD6;
  -webkit-box-shadow: 0 8px 24px rgba(80, 70, 65, 0.06);
          box-shadow: 0 8px 24px rgba(80, 70, 65, 0.06);
}
@media (max-width: 767px) {
  .profile-picture img {
    margin: 0 auto;
  }
}

.profile-message {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .profile-message {
    margin: 30px 0 0 0;
  }
}

.profile-message-text {
  line-height: 2;
}

.profile-link {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .profile-link {
    margin-top: 40px;
  }
}

/*-----------------------
service
-----------------------*/
.service {
  background: #F6F5F4;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media (max-width: 767px) {
  .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service-item {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: rgba(96, 96, 96, 0.1607843137) 3px 3px 15px;
          box-shadow: rgba(96, 96, 96, 0.1607843137) 3px 3px 15px;
  width: 30%;
  padding: 30px 24px 24px;
}
@media (max-width: 767px) {
  .service-item {
    width: 85%;
    padding: 40px 20px 20px;
    margin-bottom: 20px;
  }
}
.service-item img {
  width: 136px;
}

.service-title {
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0;
}

.service-text {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

/*-----------------------
work
-----------------------*/
@media (max-width: 767px) {
  .work-inner {
    max-width: 320px;
    margin: 0 auto;
  }
}

.work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .work-list {
    display: block;
  }
}

@media (min-width: 1200px) {
  .work-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .work-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
}
@media (max-width: 767px) {
  .work-item + .work-item {
    margin-top: 40px;
  }
}

.work-item-link {
  display: block;
}
@media (min-width: 1200px) {
  .work-item-link:hover .work-item-picture > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.work-item-picture {
  aspect-ratio: 16/9;
  border-radius: 6px;
  -webkit-box-shadow: rgba(96, 96, 96, 0.1607843137) 3px 3px 15px;
          box-shadow: rgba(96, 96, 96, 0.1607843137) 3px 3px 15px;
  overflow: hidden;
}
.work-item-picture > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.work-item-body {
  margin-top: 22px;
}

.work-item-title {
  font-weight: bold;
}

.work-link {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .work-link {
    margin-top: 40px;
  }
}

/*-----------------------
work-main
-----------------------*/
.work-main {
  background: #F6F5F4;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .work-main {
    margin-top: 60px;
  }
}

.work-main-list {
  max-width: 1160px;
}
@media (max-width: 767px) {
  .work-main-list {
    max-width: 400px;
    margin: 0 auto;
  }
}

.work-main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: rgba(96, 96, 96, 0.1607843137) 3px 3px 15px;
          box-shadow: rgba(96, 96, 96, 0.1607843137) 3px 3px 15px;
  padding: 28px 40px;
}
@media (max-width: 767px) {
  .work-main-item {
    display: block;
    padding: 28px;
  }
}
.work-main-item + .work-main-item {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .work-main-item-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .work-main-item-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
}

.work-main-item-picture {
  aspect-ratio: 16/9;
  -webkit-box-shadow: rgba(96, 96, 96, 0.1607843137) 3px 3px 15px;
          box-shadow: rgba(96, 96, 96, 0.1607843137) 3px 3px 15px;
  overflow: hidden;
}
.work-main-item-picture a {
  display: block;
  height: 100%;
}
@media (min-width: 1200px) {
  .work-main-item-picture a {
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
  }
}
@media (min-width: 1200px) {
  .work-main-item-picture a:hover {
    opacity: 0.7;
  }
}
.work-main-item-picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 1200px) {
  .work-main-item-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .work-main-item-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .work-main-item-body {
    margin-top: 24px;
  }
}

.work-main-item-title {
  font-size: 18px;
  font-weight: bold;
}

.work-main-item-list {
  margin-top: 16px;
}

.work-main-item-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #6F8195;
  border-radius: 5px;
  background: #eef3f6;
  border: 2px solid #D8E2E8;
  padding: 2px 10px;
  margin: 0 5px 5px 0;
}

.work-main-item-link {
  margin-top: 14px;
}
.work-main-item-link p {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .work-main-item-link a {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
  }
}
@media (min-width: 1200px) {
  .work-main-item-link a:hover {
    color: #7A8C9D;
  }
}

.work-main-item-text {
  line-height: 1.7;
  margin-top: 22px;
}

.work-main-link {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .work-main-link {
    margin-top: 40px;
  }
}

/*-----------------------
contact
-----------------------*/
.contact {
  background: #F6F7F9;
  position: relative;
  overflow: hidden;
}
.contact::before, .contact::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.contact::before {
  top: 0;
  left: 0;
  width: 450px;
  height: 450px;
  background: url(/img/contact-bg-left.png) no-repeat left top/contain;
}
@media (max-width: 767px) {
  .contact::before {
    width: 255px;
    height: 255px;
  }
}
.contact::after {
  right: 0;
  bottom: 0;
  width: 390px;
  height: 690px;
  background: url(/img/contact-bg-right.png) no-repeat right bottom/contain;
}
@media (max-width: 767px) {
  .contact::after {
    width: 225px;
    height: 399px;
  }
}
.contact .inner {
  position: relative;
  z-index: 1;
}

.contact-text {
  text-align: center;
}
@media (max-width: 767px) {
  .contact-text {
    padding: 0 20px;
  }
}

.contact-list {
  max-width: 580px;
  margin: 60px auto 0;
}

.contact-item + .contact-item {
  margin-top: 14px;
}

.contact-item-title {
  font-size: 15px;
}

.contact-item-label {
  color: #7A8C9D;
  font-size: 16px;
  font-weight: bold;
  margin-left: 4px;
}

input[type=text],
input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  margin-top: 14px;
}

.contact-item-message-title {
  margin-top: 14px;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 240px;
  resize: vertical;
  padding: 10px 12px;
  margin-top: 14px;
}

.contact-btn {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contact-btn {
    margin-top: 40px;
  }
}

.contact-message {
  text-align: center;
  display: none;
}
.contact-message.-error {
  color: #f00;
}

/*-----------------------
footer
-----------------------*/
.footer {
  background: #4A4542;
}

.footer-copyright {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 12px 0;
}

/*-----------------------
ドロワーメニュー
-----------------------*/
.nav-toggle {
  top: 20px;
  right: 16px;
  position: fixed;
  z-index: 99;
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 767px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle.is-active {
  top: 28px;
  right: 28px;
}

.nav-bar {
  width: 22px;
  height: 20px;
  position: relative;
}
.nav-bar.is-active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
}
.nav-bar.is-active span:nth-of-type(2) {
  opacity: 0;
}
.nav-bar.is-active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}

.nav-bar span {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #3C2206;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.nav-bar span:nth-of-type(1) {
  top: 0;
}
.nav-bar span:nth-of-type(2) {
  top: 8px;
}
.nav-bar span:nth-of-type(3) {
  top: 16px;
}

.nav {
  display: none;
  position: fixed;
  background: rgba(60, 52, 46, 0.56);
  color: #3C2206;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 98;
}

.nav-inner {
  position: relative;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding: 170px 24px 0;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: -8px 0 24px rgba(60, 34, 6, 0.12);
          box-shadow: -8px 0 24px rgba(60, 34, 6, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.nav-inner::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 58px;
  width: 92px;
  height: 120px;
  background: url(/img/nav-bg.png) no-repeat center center/contain;
  opacity: 0.7;
  pointer-events: none;
}

.nav-list {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0;
}

.nav-item {
  border-bottom: 1px solid rgba(60, 34, 6, 0.16);
}
.nav-item a {
  display: block;
  color: #3C2206;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 22px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1200px) {
  .nav-item a:hover {
    opacity: 0.7;
  }
}

/*-----------------------
トップに戻る
-----------------------*/
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #7A8C9D;
  border-radius: 50%;
  z-index: 80;
}

#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page-top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
