@charset "UTF-8";
/* CSS Document */
main {
  padding-top: 85px;
}
/*aboutme pc*/
.section-aboutme {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.section-aboutme h2 {
  margin: 90px auto 85px;
  font-family: futura, sans-serif;
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  color: #3e2400;
}
.aboutme_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 0 60px;
}

.aboutme_related-skills_dodtwrapper {
  list-style: disc;
}
.aboutme_picture-area {
  margin: 0 auto;
}
.aboutme_number {
  color: #e45f18;
  font-size: 6rem;
  font-family: futura, sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 45px 0 25px;
}
.aboutme_wrapper ul li h3 {
  font-family: futura, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
}

.aboutme_number__no3__cross {
  vertical-align: middle;
}
.aboutme_wrapper ul li p {
  height: 150px;
  text-align: justify;
  margin-bottom: 50px;
  line-height: 3.3rem;
}
.aboutme_wrapper ul li h5 {
  font-size: 1.4rem;
  font-family: futura, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.aboutme_related-skills {
  border: solid 1px #707070;
  display: flex;
  justify-content: flex-start;
  line-height: 3rem;
  font-size: 1.4rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  text-align: left;
  list-style: disc;
}
.aboutme_related-skills02 {
  border: solid 1px #707070;
  line-height: 3rem;
  font-size: 1.4rem;
  padding-top: 20px;
  list-style: disc;
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.aboutme_related-skills02 li {
  text-align: left;
}

/*about sp*/
@media (max-width: 1050px) {
  main {
    padding-top: 65px;
  }
  .section-aboutme {
    padding: 0 15px;
  }
  .section-aboutme h2 {
    font-size: 3rem;
    margin: 70px auto 65px;
  }
  .aboutme_wrapper {
    display: inherit;
    padding: 0;
  }
  .aboutme_picture-area {
    width: 345px;
    height: 100%;
  }
  .aboutme_number {
    text-align: center;
    font-size: 4rem;
  }

  .aboutme_wrapper ul li p {
    width: 345px;
    height: inherit;
    margin: 0 auto 20px;
  }
  .aboutme_related-skills {
    width: 345px;
    margin: 0 auto 40px;
  }
  .aboutme_related-skills02 {
    width: 345px;
    margin: 0 auto;
  }
}
/*menu pc*/
.section-menu {
  margin: 130px auto 50px;
}
.section-menu h2 {
  font-size: 3rem;
  font-family: futura, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
  color: #3e2400;
}
.menu-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 70px;
}
.menu-small-wrapper {
  margin-right: 60px;
  display: flex;
  text-align: left;
  gap: 60px;
}
.menu-small-wrapper.another {
  margin-right: 0;
}
.menu-small-wrapper_headline {
  font-family: futura, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
}
.menu-small-wrapper_headline::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/orangecircle.png");
  background-size: contain;
  transform: translateX(-10px);
  position: absolute;
  top: -7px;
  z-index: -10;
}
.menu-small-wrapper p {
  width: 204px;
  font-size: 1.4rem;
  margin-bottom: 45px;
  text-align: justify;
  line-height: 2.4rem;
}
.menu_picture-area {
  width: 372px;
  height: 260px;
}
/*menu sp*/
@media (max-width: 1050px) {
  .section-menu {
    margin: 70px auto 40px;
  }
  .section-menu {
    padding: 0 15px;
  }
  .section-menu h2 {
    font-size: 2.4rem;
  }
  .menu-wrapper {
    flex-direction: column;
  }
  .menu-miniwrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu-small-wrapper {
    flex-direction: column;
    margin-right: 0;
    gap: 0;
  }
  .menu-small-wrapper_headline {
    font-size: 1.6rem;
  }

  .menu_picture-area {
    width: 345px;
    margin: 0 auto;
  }
}
/*others pc*/
.section-others {
  padding-bottom: 150px;
  background-image: url("../images/boston_bg.png");
  background-size: cover;
  background-position: bottom;
}
.section-others h2 {
  font-family: futura, sans-serif;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-bottom: 45px;
  color: #3e2400;
}
.others-border {
  width: 895px;
  height: 367px;
  border: solid 1px #707070;
  outline: solid 2px #707070;
  outline-offset: 10px;
  margin: 0 auto;
  padding-top: 55px;
  display: flex;
  position: relative;
}
.others_wrapper {
  display: flex;
  justify-content: flex-start;
  list-style: disc;
  padding-left: 60px;
  margin-bottom: 20px;
}
.others_wrapper li {
  width: 246px;
  text-align: left;
  margin-right: 80px;
}
.others_wrapper li:last-child {
  list-style: none;
}
.others_description_creo {
  text-align: left;
  list-style: disc;
  padding-left: 60px;
}
.others_picture-area {
  position: absolute;
  right: -70px;
  bottom: -10px;
}
.others_picture01 {
  width: 250px;
}
.others_picture02 {
  width: 225px;
  transform: translateX(-100px);
}
/*others sp*/
@media (max-width: 1050px) {
  .section-others h2 {
    font-size: 2.4rem;
  }
  .others-border {
    width: 330px;
    height: 600px;
    display: inherit;
  }
  .others_wrapper {
    display: inherit;
    margin-bottom: 30px;
    padding-left: 45px;
  }
  .others_description_creo {
    padding-left: 45px;
  }
  .others_wrapper li {
    width: 240px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .others_wrapper p {
    text-align: left;
  }
  .others_picture-area {
    position: static;
    display: flex;
    margin-top: 0;
    transform: translateY(25px);
  }

  .others_picture01 {
    transform: translateX(-10px);
  }
  .others_picture02 {
    transform: translateX(10px);
  }
}
