body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

img {
  width: 100%;
}

.f-2 {
  font-size: 1.5rem;
}

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

.kv {
  position: relative;
  height: calc(100vh - 85px);
}
.kv img {
  width: 100vw;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .img-wrapper {
  position: absolute;
  top: 2%;
  left: 2%;
  margin: 0;
}
.kv .img-wrapper img {
  width: 128px;
  height: 128px;
}
.kv .kv_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
.kv .kv_contents p {
  text-align: center;
  line-height: 4rem;
  font-weight: 800;
  letter-spacing: 20px;
}
.kv .kv_contents .subtitle {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.kv .kv_contents .name {
  font-size: 4.5rem;
}

header {
  width: 100vw;
  height: 80px;
}
header nav {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 10%;
}
header ul li {
  list-style: none;
}
header ul li a {
  text-decoration: none;
  color: #373737;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.contact_btn {
  width: 128px;
  height: 128px;
  background-color: #E3A62F;
  border: 4px solid #E3A62F;
  border-radius: 50%;
  text-align: center;
  color: white;
  padding: 5px;
  position: fixed;
  bottom: 50px;
  left: 50px;
}
.contact_btn i {
  font-size: 2rem;
}
.contact_btn .description {
  font-size: 0.8rem;
}
.contact_btn:hover {
  color: #373737;
  background-color: #fff;
  transition: 0.5s;
}

.main_sec {
  padding: 4rem 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.about {
  background-color: #ededed;
}

.box {
  display: flex;
  gap: 24px;
}
.box .order1 {
  order: 1;
}
.box .order2 {
  order: 2;
}
.img_box {
  flex: 0 0 45%; /* 幅を45%に固定 */
}
.contents_box{
  flex: 1;
}
.contents {
  padding: 0 2%;
}
.contents .contents_title {
  margin-bottom: 3rem;
}
.contents .contents_title .en {
  font-family: "Monsieur La Doulaise", cursive;
  font-size: 6rem;
  color: rgba(227, 167, 47, 0.4039215686);
  line-height: 4rem;
}
.contents .contents_title .jp {
  font-size: 1.5rem;
  margin-left: 8%;
}
.contents .contents_body p {
  margin-bottom: 2rem;
  line-height: 2.4rem;
}
.contents .contents_body .more_btn {
  text-align: center;
}
.contents .contents_body button {
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #E3A62F;
  padding: 0.5rem 2rem;
  border-radius: 5px;
}
.contents .contents_body button:hover {
  opacity: 0.5;
}
.contents img,
.contents iframe {
  width: 100%;
}
.contents iframe {
  height: 480px;
}

.service {
  background-color: #ededed;
  padding: 64px 0;
}
.service .contents {
  width: 100%;
  text-align: center;
}
.service .service_wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 2%;
}
.service .service_wrapper .service_box {
  width: 32%;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
}
.service .service_wrapper .service_box:hover {
  cursor: pointer;
}
.service .service_wrapper .service_box img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.service .service_wrapper .service_box .service_contents {
  padding: 16px;
}
.service .service_wrapper .service_box .service_contents .service_title {
  margin-bottom: 8px;
  text-align: center;
  font-size: 20px;
}
.service .service_wrapper .service_box .service_contents .service_body {
  line-height: 36px;
}

.contact {
  position: relative;
}
.contact img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .box {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7843137255);
  border-radius: 10px;
  width: 50%;
  padding: 4%;
}
.contact .box .title {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.contact .box button {
  background-color: #E3A62F;
  border: 3px solid #E3A62F;
  color: #fff;
  border-radius: 4px;
  padding: 16px 24px;
}
.contact .box button:hover {
  background-color: #fff;
  color: #E3A62F;
  transition: 0.5s;
}

footer {
  /* height: 80px; */
  text-align: center;
  background-color: #373737;
  color: #ffffff;
  padding: 20px 0;
}

footer span a {
  display: block;
  font-size: 0.8rem;
  color: #ffffff; 
  margin-top: 10px;
}

footer span a {
  text-decoration: none;
}

@media screen and (max-width: 880px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .subtitle {
    font-size: 1.6rem !important;
  }
  header ul {
    gap: 4%;
  }
  .box {
    display: block;
  }
  .box .contents {
    margin: 0 auto;
    width: 75%;
  }
  .box .en {
    font-size: 3rem !important;
    line-height: 1rem !important;
  }
  .box .img_box {
    margin-bottom: 48px;
  }
  .service_wrapper {
    display: block !important;
  }
  .service_wrapper a {
    display: block;
    width: 75% !important;
    margin: 0 auto 24px auto;
  }
  .service_title {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 550px) {
  .subtitle {
    font-size: 1.5rem !important;
  }
  .kv .kv_contents p {
    line-height: 2.5rem;
  }
  .kv .kv_contents .name {
    font-size: 3rem !important;
  }
  .box .contents {
    width: 100%;
  }
  .box .contents .contents_title {
    margin-bottom: 1.5rem;
  }
  .box .contents .contents_title .jp {
    font-size: 1.2rem;
  }
  .service_wrapper a {
    width: 100% !important;
  }
}