html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(/images/Oaktree.png);
}

section .sectionTitle1 {
  text-align: center;
  padding: 200px 0 100px 0;
  background-color: #ECF3FB;
}
section .sectionTitle1 img {
  width: 15%;
}
@media (max-width: 600px) {
  section .sectionTitle1 {
    text-align: center;
    padding: 100px 0 50px 0;
    background-color: #ECF3FB;
  }
  section .sectionTitle1 img {
    width: 35%;
  }
}
section .sectionTitle2 {
  text-align: center;
  padding: 200px 0 100px 0;
}
@media (max-width: 600px) {
  section .sectionTitle2 {
    padding: 100px 0 50px 0;
  }
}
section .sectionTitle2 img {
  width: 15%;
}
@media (max-width: 600px) {
  section .sectionTitle2 img {
    width: 35%;
  }
}
section .sectionTitle3 {
  text-align: center;
  padding: 200px 0 100px 0;
  background-color: #ECF3FB;
}
@media (max-width: 600px) {
  section .sectionTitle3 {
    padding: 100px 0 50px 0;
  }
}
section .sectionTitle3 img {
  width: 15%;
}
@media (max-width: 600px) {
  section .sectionTitle3 img {
    width: 35%;
  }
}
section .sectionTitle4 {
  text-align: center;
  padding: 200px 0 100px 0;
}
@media (max-width: 600px) {
  section .sectionTitle4 {
    padding: 100px 0 50px 0;
  }
}
section .sectionTitle4 img {
  width: 15%;
}
@media (max-width: 600px) {
  section .sectionTitle4 img {
    width: 35%;
  }
}

#about {
  margin: 20% 0 10% 0;
}

.about_content {
  width: 50%;
}

#works {
  margin: 20% 0 10% 0;
}

#contact {
  margin: 20% 0 10% 0;
}

.flexbox {
  justify-content: space-around;
  margin-bottom: 150px;
}
@media (max-width: 660px) {
  .flexbox {
    display: flex;
  }
}
.flexbox div:first-child {
  margin-right: 10%;
}
.flexbox input[type=text],
.flexbox input[type=email],
.flexbox textarea {
  background-color: #fff;
}

h2 {
  text-align: center;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 50px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active {
  transform: rotate(360deg);
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}/*# sourceMappingURL=top.css.map */