@charset "UTF-8";


body {
  text-align: center;
  color: #550404;   
  font-family: "Zen Old Mincho", serif;
  background-color: #f5fdff;
}

html {
    scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

p {
  width: 100%;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  letter-spacing: 1.7px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #8E5D69;
  text-shadow: 0 4px 4px #00000040;
  letter-spacing: 6px;
  line-height: 40px;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  color: #55040433;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 30px;
}

h2 span {
  color: #bba3a5;
}

h2 small {
  font-size: 16px;
  
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.lobster {
  font-family: "Lobster", sans-serif;
  font-weight: bold;
}

.SP-only {
  display: block;
}

.PC-only {
  display: none;
}

.about,
.works,
.service,
.skill,
.contact {
  padding: 0 20px;
  margin-top: 60px;
}

.btn {
  display: block;
  max-width: 300px;
  width: 100%;
  height: 60px;
  border-radius: 24px;
  background: linear-gradient(90deg, #EBD7D7, #9EE6F0);
  line-height: 60px;
  letter-spacing: 2px;
  box-shadow: 0 4px 4px #00000040;
  margin: 30px auto 0;
  transition: all .3s;
}

.btn:hover,
.submit-b:hover {
  scale: 1.1;
}


/* header */
.header {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  z-index: 999;
}

.header-lower {
  width: 100%;
  height: 100%;
  background-image: url(image/hero/under-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header .inner {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-lower .inner {
  height: 380px;
  margin-top: -150px;
}

.header .logo {
  width: 92px;
  height: 70px;
  position: relative;
  z-index: 998;
}

.hamburger {
  width: 36px;
  height: 36px;
  background-color: #55040433;
  border: 1px solid #bba3a5;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  z-index: 998;
}

.hamburger .bar {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s;
}

.hamburger .bar-one {
  top: 8px;
}
.hamburger .bar-two {
  top: 14px;
}

.hamburger .bar-text {
  width: 100%;
  font-size: 8px;
  color: #fff;
  font-weight: bold;
  top: 18px;
  background-color: transparent;
}

.hamburger .back {
  opacity: 0;
}

.site-menu {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #8E5D69;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 996;
}

.site-menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -100px;
}

.site-menu li {
  margin-bottom: 30px;
}

.site-menu li .navLink {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.site-menu li p {
  font-size: 20px;
  color: #fff;
}

.site-menu li p:hover {
  transition: all .3s;
  scale: 1.1;
  text-decoration: underline;
}

.site-menu .square {
  width: 100%;
  height: 100vh;
  background-image: url(image/hero/square.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300%;
  background-position-x: 40%;
  background-position-y: 170px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}


/* showクラスが付いた時 */
.hamburger.show {
  background-color: transparent;
  border: transparent;
}

.hamburger.show .bar-one {
  transform: translateX(-50%) rotate(30deg);
  top: 10px;
}

.hamburger.show .bar-two {
  transform: translateX(-50%) rotate(-30deg);
  top: 10px;
}

.hamburger.show .front {
  opacity: 0;
}

.hamburger.show .back {
  opacity: 1;
}
/* header 終わり */

/* hero */
.hero {
  width: 100%;
  /* height: 100vh; */
  height: calc(100vh - 120px);
  margin-top: -100px;
  background-image: url(image/hero/main-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero .text-area {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}

.hero h1 span {
  padding: 0 2px;
  box-shadow: 0 0 16px #fff;
}

.hero p {
  font-size: 16px;
  color: #8E5D69;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.hero .square {
  width: 100%;
  /* height: 100vh; */
  height: calc(100vh - 120px);
  background-image: url(image/hero/square.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 280%;
  background-position-x: 42%;
  background-position-y: -100%;
}

/* hero終わり */

/* about */
.about img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
}

.about .text-area {
  margin-top: 16px;
}

.about .name {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.about .text {
  margin-bottom: 12px;
}

.about .text:last-child {
  margin-bottom: 0;
}

.about .career {
  margin-top: 30px;
}

.about .career .name {
  text-align: left;
}

.about .career dl {
  text-align: left;
}

.about .career dt {
  text-align: left;
  font-weight: normal;
  padding-left: 10px;
  margin: 6px 0 16px;
}

.about .career dt:last-child {
  margin-bottom: 0;
}

/* about終わり */

/* works */
/* slick-slideに指定 */
.slick-slide {
    height: auto!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.works .slide-list {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.works .slide-list .draggable {
  padding: 0 !important;
}

.works .slide-list img {
  max-width: 350px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works .slick-slide img {
  opacity: .3;
  transform: scale(.8);
  transition: opacity .4s, transform .3s;
  margin: 0 auto;
}

.works .slick-slide.slick-center img {
  opacity: 1;
  transform: scale(1.0);
}

.works .slide-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.works .slide-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EBD7D7;
}

.works .slide-dots li.slick-active {
  background-color: #bba3a5;
}

.works .slide-dots button {
  display: none;
}

.works .text-area {
  margin-top: 60px;
}

.works .person {
  max-width: 700px;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  margin: 24px auto 16px;
  background-color: #fff;
  border: 6px solid #55040433;
  border-radius: 30px;
}

.works .person li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 2px dotted #55040466;
}

.works .person li:last-child {
  padding: 0;
  margin-bottom: 0;
  border: none;
}

.works .person .ashirai {
  position: relative;
}

.works .person .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DDA7C7;
  box-shadow: 0 0 10px 10px #DDA7C7;
}

.works .person .check {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: -12px;
  left: 4px;
}

.works .person .text {
  font-size: 14px;
  line-height: 18px;
}

.works .inquiry {
  font-size: 15px;
  text-align: center;
}
/* works終わり */

/* service */
.service ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  row-gap: 40px;
}

.service ul li {
  max-width: 280px;
  width: 100%;
  height: 306px;
  padding: 30px 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: -5px 5px 0 #BBA3A5;
}

.service li h3 {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 24px;
  position: relative;
}

.service li h3::after {
  display: block;
  content: "";
  width: 60%;
  height: 3px;
  background-color: #BBA3A5;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%);
}

.service li p {
  font-size: 14px;
}

.service li .text {
  margin-bottom: 16px;
}

.service li .text:last-child {
  margin-bottom: 0;
}
/* service終わり */

/* contact */

/* contact終わり */

/* footer */
.footer {
  width: 100%;
  height: 60px;
  margin-top: 60px;
}

.footer .inner {
  width: 100%;
  height: 100%;
  background-image: url(image/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.footer .copyright {
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
}
/* footer終わり */


/* *************************
    レスポンシブ
 **************************   */
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }

  .header .logo {
    width: 120px;
    height: auto;
  }

  .hamburger {
    width: 50px;
    height: 50px;
  }

  .hamburger .bar {
    width: 30px;
  }

  .hamburger .bar-one {
    top: 14px;
  }

  .hamburger .bar-two {
    top: 24px;
  }

  .hamburger .bar-text {
    font-size: 12px;
    top: 26px;
  }

  .site-menu li {
    margin-bottom: 40px;
  }

  .site-menu li p {
    font-size: 24px;
  }

  .site-menu .square {
    background-size: 240%;
    background-position-x: 48%;
    background-position-y: 10%;
  }

  /* showクラスが付いた時 */
  .hamburger.show .bar-one {
    top: 16px;
  }

  .hamburger.show .bar-two {
    top: 16px;
  }

  .hero h1 span {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 16px #fff;
  }

  .hero h1 small {
    font-size: 20px;
  }

  .hero .square {
    background-size: 240%;
    background-position-x: 50%;
    background-position-y: 10%;
  }

  .about .text-area {
    width: 66%;
    margin: 16px auto 0;
  }
  
  .slick-initialized .slick-slide {
    width: 400px !important;
  } 

  .works .slick-slide img {
    opacity: .3;
    transform: scale(.8);
    transition: opacity .4s, transform .3s;
  }

  .works .slick-slide.slick-center img {
    opacity: 1;
    transform: scale(1.2);
  }

  .works .accept-text {
    width: 80%;
    margin: 0 auto;
  }

  .works .person {
    padding: 30px 40px;
  }

  .skill ul {
    padding: 0 20px;
  }

  .skill li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .skill h3 {
    margin: 0;
    margin-right: auto;
  }

  .skill .tool {
    width: 78%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    row-gap: 0;
  }

}


@media (min-width: 1024px) {
  h1 {
    font-size: 44px;
    line-height: 80px;
  }

  h2 {
    font-size: 44px;
    letter-spacing: 2.6px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  h2 small {
    font-size: 20px;
  }
  
  .SP-only {
    display: none;
  }

  .PC-only {
    display: block;
  }

  .about,
  .works,
  .service,
  .skill,
  .contact {
    max-width: 960px;
    padding: 0;
    margin: 80px auto 0;
  }

  .btn {
    margin-top: 50px;
  }

  .header {
    padding: 0 5%; 
  }

  .header .logo {
    width: 180px;
    height: 100px;
  }

  .hamburger {
    display: none;
  }

  .site-menu {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;   
  }

  .site-menu ul {
    justify-content: flex-end;
    flex-direction: initial;
    gap: 20px;
    margin: 0;
  }

  .site-menu li {
    margin-bottom: 0;
  }

  .site-menu li p {
    font-size: 16px;
    font-weight: normal;
    color: #550404;
  }

  .site-menu li p:hover {
    padding-bottom: 10px;
  }

  .site-menu .square {
    display: none;
  }

  .hero .text-area {
    top: 36%;
  }

  .hero h1 .PC-only {
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
  }

  .hero h1 span {
    padding: 0 7px;
  }

  .hero p {
    font-size: 24px;
  }

  .hero .square {
    background-size: 120%;
    background-position-x: 50%;
    background-position-y: 10%;
  }

  .about .content-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .about .photo-area {
    width: 30%;
  }

  .about .text-area {
    width: 50%;
    margin: 0;
  }

  .about .name {
    text-align: left;
  }


  .works .create-area {
    width: 100%;
  }

  .works .slide-dots {
    gap: 24px;
    margin-top: 24px;
  }

  .works .slide-dots li {
    width: 14px;
    height: 14px;
  }

  .service ul {
    column-gap: 30px;
  }

  .skill {
    max-width: 720px;
  }

  .skill ul {
    padding: 0;
  }

}



/* *************************
    モバイル画面横向き
 **************************   */
@media (orientation: landscape) {
  .about,
  .works,
  .service,
  .skill,
  .contact {
    padding: 0 5%;
  }

  .site-menu ul {
    margin: 0;
  }

  .works .slick-slide img {
    opacity: .3;
    transform: scale(.8);
    transition: opacity .4s, transform .3s;
  }

  .works .slick-slide.slick-center img {
    opacity: 1;
    transform: scale(1.2);
  }

  .skill li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .skill h3 {
    margin: 0;
    margin-right: auto;
  }

  .skill .tool {
    width: 78%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    row-gap: 0;
  }
}


@media (min-width: 1024px) and (orientation: landscape) {
  .about,
  .works,
  .service,
  .skill,
  .contact {
    padding: 0;
  }

}