.about-me-main {
  background: linear-gradient(180deg, #e4ebf5 40%, white 60%);
  padding: 60px 20px 10px 20px;
}

.about-me {
  max-width: 1000px;
  margin: 0px auto;
  padding: 40px;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem white;
}

.about-me-main .about-me .h1 {
  letter-spacing: 2px;
  color: #6d9bf5;
  font-weight: bold;
  font-size: calc(22px + 18 * (100vw / 1920));
  line-height: calc(30px + 30 * (100vw / 1920));
  text-align: center;
  text-shadow: 2px 2px 4px gray;
}

.about-me .h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  color: #595959;
  font-weight: bold;
  font-size: calc(18px + 2 * (100vw / 1920));
  line-height: 24px;
  text-shadow: 2px 2px 4px gray;
}

.about-me .h3 {
  padding-top: 20px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  color: #595959;
  font-weight: bold;
  font-size: calc(18px + 2 * (100vw / 1920));
  line-height: 24px;
  text-shadow: 2px 2px 4px gray;
}

.about-me .h3-1 {
  padding-top: 20px;
  letter-spacing: 1px;
  color: #595959;
  font-weight: bold;
  font-size: calc(18px + 2 * (100vw / 1920));
  line-height: 24px;
  text-shadow: 2px 2px 4px gray;
}

.about-me .h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #595959;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 2px 2px 4px gray;
  text-indent: 20px;
}

.about-me .h5 {
  padding-top: 10px;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  text-indent: calc(20px + 20 * (100vw / 1920));
  text-align: start;
}

.about-me-main a,
.h5 a {
  text-decoration: none;
  color: #6d9bf5;
}

.about-me-main a:hover,
.h5 a:hover {
  color: rgba(33, 150, 243, 1);
}

a:focus {
  outline: none;
}

.work-experience-company-1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #6d9bf5;
  margin: 0;
  text-indent: 20px;
}

.workexperience-sp {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
}

.work-experience-li {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  list-style-position: inside;
  list-style-type: disc;
  text-indent: calc(20px + 20 * (100vw / 1920));
  text-align: start;
}

.work-experience-li-2 {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  list-style-position: inside;
  list-style-type: circle;
  text-indent: calc(40px + 40 * (100vw / 1920));
  text-align: start;
}

.work-experience-li-3 {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  list-style-position: inside;
  list-style-type: disc;
  text-indent: calc(20px + 20 * (100vw / 1920));
  text-align: justify;
}

.btn-resume {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-resume p {
  padding: 20px;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: rgba(33, 150, 243, 1);
  text-shadow: 2px 2px 4px gray;
}

.btn-resume-click {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(
    farthest-side ellipse at top left,
    white,
    #aaaaaa
  );
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3),
    -5px -10px 20px rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-resume-click:hover {
  box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7,
    inset -0.1rem -0.1rem 1rem white;
}

.btn-resume-click img:hover {
  transform: rotate(360deg);
}

.btn-resume-click img {
  transition: 1s;
}
