@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: break-all;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header-wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
}

.header-wrap__ttl h1 {
  color: #fcfcfc;
  font-weight: 400;
  font-size: 3rem;
}

.header-wrap__nav {
  width: 40%;
}

.header-wrap__nav__list {
  display: flex;
  justify-content: flex-end;
}

.header-wrap__nav__list__item {
  margin-left: 3%;
}

.header-wrap__nav__list__item a {
  color: #fcfcfc;
  font-weight: 400;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all 0.2s;
}

.header-wrap__nav__list__item a:hover {
  color: rgba(0, 0, 0, 0.3);
}
.top-wrap.__inner {
  max-width: 1400px;
  aspect-ratio: 2 / 1;
}

.top-wrap.__bg {
  width: 100%;
  height: 80vh;
  background-image: url(../img/fv.png);
  background-size: cover;
  background-position: 10% 60%;
  position: relative;
  background-repeat: no-repeat;
}

.top-wrap.__bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.top-wrap__ttl {
  width: 50%;
  color: #fcfcfc;
  position: absolute;
  top: 40%;
  left: 8%;
}

.f-ttl {
  font-weight: 400;
  font-size: 7.5rem;
}

.top-wrap__ttl p {
  font-size: 3rem;
  margin-top: 2.5%;
}

.about {
  background-color: #fcfcfc;
  margin: 0 auto;
}

.about-wrap.__inner {
  padding: 7.5%;
  max-width: 1400px;
}

.about-wrap__ttl {
  margin: 0 1.2%;
}

.s-ttl {
  color: #000;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 7.5%;
  padding: 0 6%;
  position: relative;
  display: inline-block;
}

.s-ttl::before,
.s-ttl::after {
  content: "";
  display: inline-block;
  width: 10.5%;
  height: 6.5%;
  background-color: #000;
  position: absolute;
  bottom: 1.8rem;
}

.s-ttl::before {
  left: 0rem;
}

.s-ttl::after {
  right: 0rem;
}

.about-wrap__con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.about-wrap__con__img {
  aspect-ratio: 4 / 5;
  width: 30%;
}

.about-wrap__con__img img {
  width: 100%;
  border-radius: 3px;
}

.about-wrap__con__block {
  width: 55%;
}

.about-wrap__con__block__ttl {
  font-size: 3.5rem;
  font-weight: 500;
}

.about-wrap__con__block__ttl span {
  display: block;
  font-size: 2.5rem;
  margin-top: 2%;
  margin-bottom: 7.5%;
}

.about-wrap__con__block p {
  font-size: 1.8rem;
  line-height: 2.0;
  letter-spacing: 3px;
}

.service {
  background-color: #efefef;
}

.service-wrap.__inner {
  max-width: 1400px;
  padding: 7.5%;
  margin: 0 auto;
}

.service-wrap__ttl {
  text-align: center;
}

.service-wrap__con {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.service-wrap__con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: dotted 1px #4f4f4f;
}

.service-wrap__con__block {
  width: 40%;
}

.service-wrap__con__block__head {
  text-align: center;
}

.service-wrap__con__block__head p {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-size: 4.5rem;
  padding-bottom: 2%;
  color: transparent;
  background: linear-gradient(to bottom, #c5c5c5, #4f4f4f);
  background-clip: text;
  position: relative;
}

.service-wrap__con__block__head p::after {
  content: "";
  position: absolute;
  left: 46.5%;
  bottom: 0;
  width: 7.5%;
  height: 8%;
  background-color: rgba(150, 210, 240, 0.5);
  
}

.service-wrap__con__block__head h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 8%;
  margin-bottom: 8%;
}

.service-wrap__con__block__icon {
  width: 100%;
  text-align: center;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

.service-wrap__con__block__icon img {
  width: 70%;
}

.service-wrap__con__block__txt {
  font-size: 1.8rem;
  line-height: 2.0;
  letter-spacing: 3px;
  margin-top: 8%;
}

.works {
  background-color: #fcfcfc;
}

.works-wrap.__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 7.5%;
}

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

.works-wrap__con {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.works-wrap__con__block {
  width: 45%;
}

.works-wrap__con__block__img {
  aspect-ratio: 2 / 1;
  width: 100%;
}

.works-wrap__con__block__img img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: all 0.2s;
}

.works-wrap__con__block__img img:hover{
  transform: scale(1.05);
  opacity: 0.8;
}

.works-wrap__con__block__txt {
  text-align: center;
  letter-spacing: 3px;
  line-height: 2.0;
  margin-top: 3%;
}

.works-wrap__con__block__txt span {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.works-wrap__con__block__txt p {
  font-size: 2.2rem;
  font-weight: 500;
}

.contact {
  background-color: #fcfcfc;
}

.contact-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 7.5%;
}

.contact-wrap__ttl {
  text-align: center;
}

.contact-wrap__con {
  width: 48%;
  margin: 0 auto;
}

.contact-wrap__con__form__item {
  margin-bottom: 7%;
}

.contact-wrap__con__form__item label {
  display: block;
  color: #000;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 2.5%;
}

.contact-wrap__con__form__item input {
  width: 100%;
  height: 5rem;
  border: unset;
  border: solid 1px #000;
  border-radius: 3px;
}

.contact-wrap__con__form__item textarea {
  width: 100%;
  height: 18rem;
  border: unset;
  border: solid 1px #000;
  border-radius: 3px;
}

.contact-wrap__con__form__btn {
  width: 42%;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #000;
  border: unset;
}

.contact-wrap__con__form__btn button {
  width: 100%;
  cursor: pointer;
  background-color: #000;
  font-size: 2.2rem;
  color: #fcfcfc;
  font-weight: 500;
  border-radius: 50px;
  padding: 6.5%;
  transition: all 0.2s;
}

.contact-wrap__con__form__btn button:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.footer {
  background-color: #000;
}

.footer-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.8%;
  text-align: center;
}

.footer-wrap__right {
  color: #fcfcfc;
  font-size: 1.5rem;
  font-weight: 400;
}