.acceleration.newdesign {
  margin-top: -30px;
}

.header {
  position: fixed !important;
  width: 92%;
  top: 24px;
  left: 4%;
  border-radius: 50px;
  background: #fff;
  z-index: 1;
}

#content .page_hero {
  padding: 132px 0 78px !important;
}

#header .header_openbtn {
  width: 24px;
  height: 24px;
  top: 43px;
  right: 40px;
}

#header .header_openbtn span:nth-of-type(2) {
  width: 100%;
}

#header .header_logo a {
  top: 37px;
  left: 38px;
  width: 120px;
  height: 35px;
}

.page_hero_en {
  font-size: max(5.8565153734vw, 32px) !important;
  margin-bottom: 0 !important;
}

.page_hero_jp {
  font-size: max(1.6837481698vw, 16px) !important;
}

.sec_inner {
  padding: 0 6vw !important;
}

.acceleration-aboutPro .a-aboutImg {
  margin: 0 auto 10px;
}

.page div.newdesign h2 {
  text-align: left;
  letter-spacing: 0px;
}

.modal-name {
  margin-bottom: 30px;
  font-weight: bold;
}


.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgb(178 178 178);
  overflow-y: auto;
}

.modal-content {
  background-color: white;
  margin: 5% auto;
  padding: 20px 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 750px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  cursor: pointer;
}

.modal-txt__link {
	color: blue;
}


@media screen and (min-width: 768px) {
  .header {
		/* position: fixed !important; */
    width: 94%;
    height: 65px !important;
    margin: 0 auto;
    left: 3.5%;
    top: 40px;
    border-radius: 50px;
	}
  .modal-content {
    padding: 20px 60px;
  }

  #content .page_hero {
    padding: 188px 0 150px !important;
  }

  #header .header_logo a {
    width: 137px;
    height: 65px;
    top: 52px;
    left: 80px;
  }

  #header .header_openbtn {
    width: 24px !important;
    height: 24px !important;
    top: 60px !important;
    right: 80px !important;
  }

  .header_openbtn span:nth-of-type(2) {
    top: 10px !important;
    width: 100% !important;
  }

  .header_openbtn span:nth-of-type(3) {
    top: 20px !important;
  }

  .page_hero .page_hero_jp {
    font-size: 32px !important;
    letter-spacing: -1px !important;
  }

  .page_hero_en {
    letter-spacing: -1.8px;
  }
  .page div.newdesign h2 {
    line-height: 1.4 !important;
  }

  .acceleration-aboutPro .a-aboutImg {
    margin: 0 auto !important;
  }

  h2.c-secTtl {
    margin-bottom: 8px !important;
  }

  .a-initiative__img {
    aspect-ratio: inherit !important;
  }

  .a-initiative__img {
    margin-bottom: 5px !important;
  }

  .header_openbtn.active span:nth-of-type(1) {
    top: 8px !important;
  }

}


@media screen and (min-width: 1200px) {
  .acceleration-aboutPro .a-aboutImg {
    margin: 0 0 0 auto !important;
	          flex-shrink: 0;
        border-radius: 25px;
  }
	.acceleration-aboutPro .a-aboutImg img {
        border-radius: 25px;
  }
}