@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  letter-spacing: 1px;
  word-break: break-all;
  background-color: #fff;
  color: #000;
}

header {
  height: 40px;
}

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

.header-wrap__nav {
  width: 35%;
  margin-left: auto;
}

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

.header-wrap__nav__list__item {
  margin: 0 5%;
}

.header-wrap__nav__list__item a {
  color: #000;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.3s;
}

.header-wrap__nav__list__item a:hover {
  opacity: 0.5;
}

.header-wrap__nav__list__item i {
  color: #000;
  font-size: 2.5rem;
}

.__inner {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0;
}


#top {
  height: calc(100vh - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/fv-bg.jpg");
  background-size: cover;
  background-position: center;
}

.content h1 {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
}

.about {
  background-color: rgba(135, 206, 235, .2);
}

.about-wrap__ttl {
  text-align: center;
  margin-bottom: 20px;
}

.about-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.about-image {
  flex-shrink: 0;
}

.about-image img {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  object-fit: cover;
}

.about-text {
  max-width: 60%;
  padding-left: 30px;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.1rem;
}

.s-ttl {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  line-height: 1.5;
  margin-bottom: 2.5%;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

.works {
  background-color: rgba(135, 206, 235, .2);
}

.works-wrap__con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.25%;
}

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

.works-wrap__con__block {
  aspect-ratio: 3 / 2;
  width: 28%;
  height: 100%;
  background-image: url("../img/works-img.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.works-wrap__con__block__head {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 1% 2.5%;
  font-weight: bold;
  font-size: 1.2rem;
}

.contact {
  background-color: rgba(135, 206, 235, .2);
}

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

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

.contact-wrap__con__form__item {
  margin: 4.5% 0;
}

.contact-wrap__con__form__item label {
  display: block;
  position: relative;
  color: #000;
  font-size: 1.75rem;
  padding-bottom: 0.75%;
}

.contact-wrap__con__form__item input {
  width: 100%;
  height: 5rem;
  border: none;
}

.contact-wrap__con__form__item textarea {
  width: 100%;
  height: 20rem;
  border: none;
}

.contact-wrap__con__form__btn {
  width: 40%;
  margin: 0 auto;
  border-radius: 5rem;
  background-color: #157fd5;
}

.contact-wrap__con__form__btn button {
  width: 100%;
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
  border: unset;
  background-color: unset;
  line-height: 3.5;
  transition: all 0.3s;
  letter-spacing: 0.3em
}

.footer {
  border-top: 1px solid #b0aeae;
}

.footer-wrap {
  max-width: 1400px;
  margin: 0 auto 1.5%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-wrap__list {
  width: 40%;
  display: flex;
  margin-top: 15px;
}

.footer-wrap__list__item {
  margin-right: 7.5%;
  list-style: none;
}

.footer-wrap__list__item a {
  color: #000;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.3s;
}

.footer-wrap__list__item a:hover {
  opacity: 0.5;
}
