@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-wrap {
  max-width: 1400px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrap__ttl h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.75rem;
  line-height: 1.25;
}

.header-wrap__nav {
  width: 35%;
}

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

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

.header-wrap__nav__list__item a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  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 {
  max-width: 1000px;
  margin: 7.5% auto;
}

.top-wrap {
  aspect-ratio: 2 / 1;
  margin: 60px auto;
}

.top-wrap.__bg {
  background-image: url("../img/fv.png");
  background-size: cover;
  background-position: 50%;
  position: relative;
  border-radius: 45px;
}

.f-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.service-wrap__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: underline 2px;
  text-underline-offset: 10px;
  margin-bottom: 30px;
}

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

.service-wrap__con__block {
  text-align: center;
  width: 27.5%;
}

.service-wrap__con__block__head {
  margin-bottom: 6.25%;
}

.service-wrap__con__block__head h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}

.service-wrap__con__block__head h3 span {
  display: block;
  font-size: 0.8rem;
  margin-top: 5%;
}

.service-wrap__con__block__icon {
  margin-bottom: 6.25%;
}

.service-wrap__con__block__txt {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3;
  display: inline-block;
  text-align: left;
}

.works{
  background-color: #D9D9D9;
  padding: 5%;
}

.works-wrap__con__business {
  width: 364px;
  height: 243px;
}

.works-wrap__con__bridal {
  width: 236px;
  height: 355px;
}

.works-wrap__con__dog {
  width: 403px;
  height: 269px;
}

.works-wrap__con__sea {
  width: 328px;
  height: 205px;
}
.works-wrap__con__cafe {
  width: 328px;
  height: 205px;
}

.works-wrap__con__food {
  width: 368px;
  height: 245px;
  padding-top: 15%;
}

.center_block{
  padding-top: 10%;
}

.works-wrap__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: underline 2px;
  text-underline-offset: 10px;
  margin-bottom: 30px;
}

.works-wrap__con {
  display: flex;
  justify-content: space-between;
}

.works-wrap__con a {
  margin: 20px;
  display: flex;
  justify-content: space-around;
}

.works-wrap__con a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
  border-radius: 30px;
}

.works-wrap__con a img:hover {
  opacity: 0.5;
}

.profile {
  background-color: #C3D3E8;
  padding: 5px;
}

.profile-wrap__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: underline 2px;
  text-underline-offset: 10px;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 30px;
}

.profile-wrap__con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-wrap__con__block {
  aspect-ratio: 3 / 2;
  width: 32.5%;
  z-index: 1;
}
.profile-wrap__con__block:nth-of-type(1) {
  margin-right: 10%;
  text-align: center;
}

.profile-wrap__con__block:nth-of-type(2) {
  padding: 80px 50px 50px 0;

}

.profile-wrap__con__block__top {
  background-size: cover;
  background-position: 50%;
  position: relative;
  height: 100%;
}

.profile-wrap__con__block__top.__block__img {
  background-image: url("../img/prf.png");
  padding: 60px;
}

.profile-wrap__con__block__txt_1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.75rem;
}

.profile-wrap__con__block__txt_2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.25rem;
  width: 400px;
}

.contact {
  background-color: #DBF0EC;
  padding: 1%;
}

.contact-wrap__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: underline 2px;
  text-underline-offset: 10px;
  margin: 30px auto;
}

.contact-wrap__txt {
  text-align: center;
  padding: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}

.contact-wrap__txt p {
  font-size: 1.25rem;
}

.contact-wrap__con {
  width: 60%;
  margin: 0 auto;
  padding: 30px 60px;
  background-color: #C3D3E8;
  border-radius: 20px;
}

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

.contact-wrap__con__form__item label {
  display: block;
  position: relative;
  color: #000;
  font-size: 1.25rem;
  padding-bottom: 2%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin: auto 10%;
}

.contact-wrap__con__form__item input {
  width: 75%;
  height: 3rem;
  border: solid #000 1px;
  border-radius: 10px;
  margin: auto 10%;
}

.contact-wrap__con__form__item textarea {
  width: 75%;
  height: 15rem;
  border: solid #000 1px;
  border-radius: 10px;
  margin: auto 10%;
}

.contact-wrap__con__form__btn {
  width: 30%;
  margin: 0 auto;
  background-color: #4086E3;
  border-radius: 60px;
}

.contact-wrap__con__form__btn button {
  width: 100%;
  cursor: pointer;
  font-size: 1.25rem;
  color: #fff;
  border: unset;
  background-color: unset;
  line-height: 2;
  transition: all 0.3s;
  border-radius: 60px;
  font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.contact-wrap__con__form__btn button:hover {
  background-color: #000;
  color: #fff;
}

.footer{
  background-color: #D9D9D9;
}

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

.footer-wrap__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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