@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background: #fff597;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (width < 1300px) {
  body {
    margin: 0;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex li {
  padding-bottom: 2rem;
  width: 46%;
}
@media (width < 1300px) {
  .flex li {
    padding-bottom: 5rem;
  }
}
.flex img {
  display: block;
  width: 100%;
  height: auto;
}
.flex img:hover {
  opacity: 0.7;
  transition: 0.5s;
}

section {
  margin-top: 140px;
}
@media (width < 1300px) {
  section {
    margin-top: 50px;
  }
}

.wrapper {
  padding: 0 1rem;
}

.heading {
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: #333333;
  letter-spacing: 0.5rem;
}

.main {
  width: 100%;
}

.leftWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  margin: 0 auto 0 0;
}
@media (width < 1300px) {
  .leftWrapper {
    position: static;
    width: 100%;
    left: 0;
  }
}
.leftWrapper .mainVisual img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainVisual__title {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 300;
  top: 10%;
  left: 10%;
  letter-spacing: 0.2rem;
}

.rightWrapper {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0 3rem;
}
@media (width < 1300px) {
  .rightWrapper {
    width: 100%;
    padding: 0 90px;
  }
}
@media (width < 750px) {
  .rightWrapper {
    width: 100%;
    padding: 0 2rem;
  }
}

.about {
  margin-top: 50px;
}
@media (width < 1300px) {
  .about {
    width: 100%;
    margin-top: 0px;
  }
}
.about__flex {
  display: flex;
}
@media (width < 1300px) {
  .about__flex {
    justify-content: space-evenly;
    padding: 0;
    padding: 0 0.1rem;
  }
}
@media (width < 750px) {
  .about__flex {
    flex-direction: column-reverse;
  }
}
.about__flex .about__textArea {
  padding-bottom: 2rem;
  width: 45%;
}
@media (width < 750px) {
  .about__flex .about__textArea {
    margin: 20px 0 80px 0;
    width: 100%;
  }
}
.about__flex .about__textArea p {
  margin: 0;
  font-size: 1rem;
}
.about .about__imgArea {
  padding-bottom: 2rem;
  width: 45%;
}
@media (width < 750px) {
  .about .about__imgArea {
    width: 60%;
    padding-bottom: 0;
  }
}
.about .about__imgArea img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service {
  margin: 0 0 130px;
}
.service__imgArea {
  display: flex;
  margin-bottom: 40px;
  height: 120px;
}
@media (width < 750px) {
  .service__imgArea {
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
  }
}
.service__imgItems {
  flex-shrink: 0;
}
@media (width < 750px) {
  .service__imgItems {
    margin-bottom: 20px;
  }
}
.service .service__img {
  width: 100%;
  height: 100%;
}
@media (width < 750px) {
  .service .service__img {
    width: auto;
    height: auto;
    margin-top: 20px;
  }
}

.explanation {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 65%;
  height: 90px;
  margin-left: 20px;
}
@media (width < 750px) {
  .explanation {
    width: 100%;
    height: auto;
  }
}
.explanation h3 {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.explanation p {
  display: block;
  margin: 10px 0 0 0;
  font-size: 0.875rem;
  letter-spacing: 0rem;
}

.contactArea {
  position: relative;
}
.contactArea__header {
  margin-bottom: 200px;
}
.contactArea__flex {
  position: absolute;
  top: 70px;
  left: -7px;
  display: flex;
  margin-bottom: 30px;
}
.contactArea li {
  width: 100px;
  text-align: center;
  margin: 8px;
}
.contactArea li p {
  text-align: center;
}
.contactArea li i {
  display: flex;
  align-items: center;
  font-size: 2rem;
  width: 100%;
  height: 5rem;
  color: #333;
  justify-content: center;
}

.contactArea__arrow {
  height: 200px;
  position: relative;
}
.contactArea__arrow a {
  width: 4rem;
  height: 4rem;
  color: #333;
}
.contactArea__arrow .arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: -20px;
  right: -13px;
}
@media (width < 750px) {
  .contactArea__arrow .arrow {
    top: 100px;
  }
}

footer {
  width: 100%;
  margin: 50px 0 170px auto;
  padding-right: 7%;
  text-align: end;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 横スクロールを防止 */
}
/*# sourceMappingURL=style.css.map */