main {
  margin-top: 20px;
}
.list ul {
  display: flex;
  font-family: sans-serif;
  font-size: 3.2rem;
  letter-spacing: 3px;
}
.main_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  letter-spacing: 5px;
}
.main_title h2 {
  font-size: 4.8rem;
  font-weight: 100;
}
.main_title p {
  font-size: 2.4rem;
}
/* .main_top {
  margin-top: 50px;
}
.main_top img {
  width: 100%;
  height: auto;
} */
@media screen and (max-width: 768px) {
  .main_title {
    display: block;
  }
  .list ul {
    font-size: 2.4rem;
  }
  .main_title h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 431px) {
  .list ul {
    font-size: 1.8rem;
  }
  .main_title p {
    font-size: 1.8rem;
  }
}
/* .main_top {
  display: flex;
  margin-top: 50px;
  justify-content: center
}
.main_top img {
  width: 100%;
  height: auto;
} */
.profile {
  margin: 100px 0;
}
.about_title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 100px;
}
.about_title img {
  width: 20%;
}
.about_title p {
  font-family: ＭＳ Ｐ明朝;
  font-weight: 100;
  font-size: 1.6rem;
  margin-left: 20px;
}
.profile div {
  display: flex;
  align-items: flex-end;
}
.profile div h2 {
  font-family: Noto Sans JP;
  font-size: 2.4rem;
}
.profiletext {
  font-family: ＭＳ Ｐ明朝;
  font-size: 1.2rem;
}
.profiletext p {
  margin-left: 20px;
}
.description {
  font-family: ＭＳ Ｐ明朝;
  font-size: 2rem;
  margin-top: 20px;
  letter-spacing: 3.5px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .about_title {
    margin: 80px 0;
  }
  .about_title img {
    width: 25%;
  }
}
@media screen and (max-width: 431px) {
  .profile {
    margin: 50px 0;
  }
  .about_title {
    margin: 50px 0;
  }
  .about_title img {
    width: 40%;
  }
  .about_title p {
    font-size: 1.4rem;
    margin-left: 8px;
  }
  .about_title h2 {
    font-size: 1.4rem;
    margin-left: 8px;
  }
  .profiletext p {
    margin-left: 8px;
  }
  .description {
    font-size: 1.8rem;
  }
}


.will {
  margin: 100px 0;
  background-color: #222;
  padding: 30px 50px 50px;
  color: #fefefe;
}
.will div {
  display: flex;
  align-items: flex-end;
}
.will h2 {
  font-size: 4.8rem;
  letter-spacing: 10px;
}
.will div p {
  font-family: ＭＳ Ｐ明朝;
  margin-left: 20px;
}
.will_p {
  font-family: ＭＳ Ｐ明朝;
  margin-top: 50px;
  font-size: 2.6rem;
  letter-spacing: 3.5px;
  line-height: 50px;
  overflow-wrap: break-word;
}
.will_p span {
  font-size: 1.2rem;
}
@media screen and (max-width: 431px) {
  .will {
    padding: 20px 20px 30px;
    margin: 70px 0;
  }
  .will h2 {
    font-size: 3rem;
  }
  .will div p {
    margin-left: 7px;
  }
  .will_p {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
/* .photo {
  margin-top: 100px;
}
.photo h2 {
  font-size: 3rem;
  margin-bottom: 40px;
}
.photoinline {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.photoinline img {
  width: 30%;
  margin-bottom: 20px;
} */





.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}