@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 {
  border-bottom: 1px solid #918D8D;
}

.header-wrap {
  max-width: 1440px;
  margin: 5px auto;
  align-items: center;
}

.header-wrap__nav {
  width: 100%;
}

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

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

.header-wrap__nav__list__item a {
  color: #000;
  font-family: "Caveat", cursive;
  font-size: 3.2rem;
  text-decoration: none;
}

.header-wrap__nav__list__item a:hover {
  text-decoration: underline;
}

.fv {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  padding: 10px;
}

.fv.__bg {
  background-image: url("../img/fv.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.fv.__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.fv.__bg > * {
  position: relative;
  z-index: 2;
}

.fv-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.fv-wrap p {
  color: #000;
  font-family: "Caveat", cursive;
  font-weight: bold;
}

.fv-wrap__title {
  font-size: 6.4rem;
}

.fv-wrap__subtitle {
  font-size: 4rem;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  padding: 10px;
}

.about.__bg {
  background-image: url("../img/about.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.about.__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.about.__bg > * {
  position: relative;
  z-index: 2;
}

.about-wrap {
  max-width: 1440px;
  width: 100%;
  text-align: center;
}

.about-wrap__content h2 {
  font-family: "Caveat", cursive;
  font-size: 6.4rem;
}

.about-wrap__content p {
  font-size: 2rem;
  line-height: 1.8;
  display: inline-block;
  background-color: #fff;
}

.about-wrap__skills {
  background-color: #dff9fb;
  margin: 40px auto 0;
  padding: 40px 20px 30px;
  border-radius: 20px;
  position: relative;
  max-width: 1000px;
  width: 50%;
}

.about-wrap__skills__icon {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
}

.about-wrap__skills__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-wrap__skills h3 {
  font-family: "Caveat", cursive;
  font-size: 4.4rem;
  margin-bottom: 25px;
}

.about-wrap__skills__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.about-wrap__skills__list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.about-wrap__skills__list li {
  background: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
}

.service {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  padding: 10px;
}

.service.__bg {
  background-image: url("../img/service.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.service.__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.service.__bg > * {
  position: relative;
  z-index: 2;
}

.service-wrap {
  max-width: 1440px;
  width: 100%;
  text-align: center;
}

.service-wrap h2 {
  font-family: "Caveat", cursive;
  font-size: 6.2rem;
}

.service-wrap__list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-wrap__list__content {
  margin: 50px;
}

.service-wrap__list__content h3 {
  color: #fff;
  font-size: 1.8rem;
  background-color: #918D8D;
  margin: 1px;
}

.service-wrap__list__content p {
  text-align: left;
  font-size: 1.4rem;
}

.work {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  padding: 10px;
}

.work.__bg {
  background-image: url("../img/work.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.work.__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.work.__bg > * {
  position: relative;
  z-index: 2;
}

.work-wrap {
  max-width: 1440px;
  width: 100%;
  text-align: center;
}

.work-wrap h2 {
  font-family: "Caveat", cursive;
  font-size: 6.2rem;
}

.work-wrap___list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.work-wrap___list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  padding: 10px;
}

.contact.__bg {
  background-image: url("../img/contact.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.contact.__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.contact.__bg > * {
  position: relative;
  z-index: 2;
}

.contact-wrap {
  max-width: 1440px;
  width: 100%;
  text-align: center;
  font-family: "Caveat", cursive;
}

.contact-wrap h2 {
  font-size: 6.2rem;
}

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

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

#msg {
  height: 17rem;
}

.contact-wrap__con__form__item p {
  text-align: left;
  font-size: 3.2rem;
}

.contact-wrap__con__form__btn {
  width: 30%;
  margin: 30px auto;
  border: solid 2.5px #fff;
  background-color: #fff;
  border-radius: 5rem;
}

.contact-wrap__con__form__btn button {
  width: 100%;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Caveat", cursive;
  color: #000;
  border: unset;
  background-color: unset;
  line-height: 2.8;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Caveat", cursive;
}

.footer-wrap {
  max-width: 1440px;
  width: 100%;
  text-align: center;
}

.footer-wrap__nav {
  width: 100%;
}

.footer-wrap__nav__list {
  display: flex;
  justify-content: center;
}

.footer-wrap__nav__list_item {
  margin: 0 5%;
}

.footer-wrap__nav__list_item a {
  color: #000;
  font-size: 3.6rem;
  text-decoration: none;
}

.footer-wrap__nav__list_item a:hover {
  text-decoration: underline;
}

.footer-wrap__right {
  font-size: 1.4rem;
}