@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  line-height: 1.6;
  color: #565656;
  font-family: "游ゴシック", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  width: 960px;
  margin: 0 auto;
}

.btn {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.btn a {
  display: block;
  border: 1px solid #aaa;
  padding: 15px 50px;
  text-align: center;
  border-radius: 90px;
}
.btn a :hover {
  border: 1px solid #eb7a77;
  background: #fff6f5;
  color: #eb7a77;
}

.btn a:hover {
  border: 1px solid #eb7a77;
  background: #fff6f5;
  color: #eb7a77;
}

.header {
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.header .sitettl {
  font-size: 23px;
}
.header .sitettl a:hover {
  color: #eb7a77;
}
.header .gnav ul {
  display: flex;
}
.header .gnav ul li a {
  padding: 20px 0 20px 40px;
}
.header .gnav ul li a:hover {
  text-decoration: underline;
  color: #eb7a77;
  -webkit-text-decoration: #eb7a77;
          text-decoration: #eb7a77;
}

@media screen and (max-width: 480px) {
  body {
    width: 375px;
    padding: 0 5px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .header {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .header .sitettl {
    font-size: 18px;
  }
  .header .gnav ul {
    justify-content: center;
  }
  .header .gnav ul li a {
    font-weight: normal;
    padding: 0 20px;
  }
}
.mv {
  text-align: center;
  padding: 120px 0;
  background-image: url(../images/mv.jpg);
  background-position: 50% 75%;
  color: #eea9a9;
}
.mv .mv-ttl {
  font-size: 70px;
}

@media screen and (max-width: 480px) {
  .mv {
    background-position: 25% 80%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .mv .mv-ttl {
    font-size: 30px;
  }
}
.greeting {
  padding: 0 30px;
}

.greeting-ttl {
  font-size: 40px;
  padding: 40px 0 20px 0;
}
.greeting-ttl p {
  font-family: serif;
}

@media screen and (max-width: 480px) {
  .greeting {
    width: 375px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .greeting-ttl {
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0 20px 0;
  }
  .greeting-ttl p {
    font-family: sans-serif;
  }
}
.section-ttl-home {
  color: #eea9a9;
}

.works {
  margin-top: 100px;
  padding: 0 30px;
}
.works .section-ttl-home {
  font-weight: 500;
  font-size: 60px;
  margin: 30px 0;
  color: #eea9a9;
}
.works .works-inner {
  margin-bottom: 100px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.works .fade {
  position: relative;
  height: 200px;
  margin-inline: auto;
  margin-top: 20px;
  width: 300px;
  cursor: pointer;
}
.works .fade img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
.works .fade img:last-of-type {
  opacity: 0;
  transition: opacity 0.7s;
}
.works .fade:hover img {
  opacity: 1;
}
.works .work-box-img {
  width: 300px;
}
.works .work-box p:hover {
  color: #eea9a9;
}
.works .work-box-ttl {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .work {
    width: 375px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.about {
  margin-top: 100px;
  padding: 0 30px;
}
.about .section-ttl-home {
  font-weight: 500;
  font-size: 60px;
  margin: 30px 0;
}
.about .about-inner {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
}
.about .about-coment p {
  padding-bottom: 40px;
}
.about .about-photo img {
  width: 500px;
}

@media screen and (max-width: 480px) {
  .about {
    width: 375px;
    margin-top: 70px;
    padding: 0 30px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .about .about-inner {
    display: block;
  }
  .about .about-coment p {
    padding-bottom: 40px;
  }
  .about .about-photo img {
    width: 300px;
    margin: 50px 0;
  }
}
.footer {
  background-color: #565656;
  color: #fff6f5;
  margin-top: 150px;
  padding: 70px 30px;
  text-align: center;
}
.footer .sitettl {
  font-size: 23px;
}
.footer .gnav {
  text-align: center;
}
.footer .gnav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 480px) {
  .footer {
    width: 375px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.vision {
  padding-bottom: 40px;
}

.vision-coment p {
  margin-bottom: 30px;
  text-align: left;
}

.skills {
  padding-top: 30px;
  padding-bottom: 70px;
}

.skills-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.skill {
  border: 1px solid #565656;
  border-radius: 90px;
  padding: 10px;
  margin: 12px 5px;
  width: 300px;
  text-align: center;
}

.history-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.history-inner img {
  width: 200px;
  height: auto;
}
.history-inner .history-coment-ttl {
  font-weight: bold;
}
.history-inner .history-coment {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
.history-inner .history-coment .history-coment-text {
  width: 70%;
}

@media screen and (max-width: 480px) {
  .history-inner {
    display: block;
  }
  .history-inner img {
    margin-bottom: 30px;
  }
  .history-inner .history-coment {
    display: block;
  }
  .history-inner .history-coment p {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .history-inner .history-coment .history-coment-text {
    width: 100%;
  }
}
.works_row {
  margin-top: 100px;
  padding: 0 30px;
  text-align: left;
}
.works_row .section-ttl-home {
  font-weight: 500;
  font-size: 60px;
  margin: 30px 0;
}
.works_row .work_row-box img {
  width: 500px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.works_row .matomaru img {
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
}
.works_row .detail div {
  margin: 30px 0;
}
.works_row a:hover {
  color: #eb7a77;
}

.detail-ttl {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .works_row {
    width: 375px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .works_row .section-ttl-home {
    font-weight: 300;
    font-size: 30px;
    margin: 0px;
    margin-top: -70px;
  }
}/*# sourceMappingURL=style.css.map */