body {
  font-weight: 500;
}
main {
	padding-top: 90px;
  opacity: 0;
  animation: fadeInUp 0.4s cubic-bezier(.55, .085, .68, .53) forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sp_only {
  display: none;
}

img {
  width: 100%;
}

.js-fade {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.5s;
}

.js-fadeup {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity  0.5s, transform  0.5s;
}

.inview {
  opacity: 1;
  transform: translateY(0px);
}


.n-fade {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.8s;
}

.n-fade2 {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}

.n-inview {
  opacity: 1;
  animation-duration: 8s;
  animation-fill-mode: forwards;
}

/* .js-fadeup {
  opacity: 0;
  transform: translateY(1.5em);
  transition: all 0.8s ease-in 0.5s;
  ;
} */



.effect-rise-wrap {
  overflow: hidden;
}

.effect-rise-wrap .effect-rise-text {
  transform: translateY(100%) translateZ(0);
  transition: transform 1s cubic-bezier(0.2, 0.5, 0.4, 1);
}

.effect-rise-wrap .effect-rise-text2 {
  transform: translateY(100%) translateZ(0) scale(0.7);
  transition: transform 1.7s 0s cubic-bezier(0.2, 0.5, 0.4, 1);
}

.inview.effect-rise-wrap .effect-rise-text {
  transform: none;
}

.inview.effect-rise-wrap .effect-rise-text2 {
  transform: none;
}

@media screen and (max-width:800px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
  main {
	padding-top: 65px;
  }
}


.top-common--title {
  position: relative;
  margin-bottom: 70px;
  /* padding-top: 45px; */
  margin: 0 auto 70px;
}

.top-common--title h2 {
  font-size: .28rem;
  font-weight: bold;
  text-align: center;
  /* position: relative; */
  z-index: 2;
  line-height: 1;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
}


.top-common--title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: '';
  height: 0;
  border-bottom: 3px dotted #cccccc;
}

.top-common--title span {
  position: relative;
  background: #fff;
  width: fit-content;
  margin: 0 auto;
  display: block;
  padding: 0 30px;
}

.top-common--title p {
  font-size: .72rem;
  color: #E1E1E1;
  width: fit-content;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: bold;
  padding-bottom: 8px;
}

.low-title {
  background-image: url(../images/about/about-title-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.low-title__flex {
  display: flex;
  justify-content: space-between;
  width: 1075px;
  max-width: 100%;
  margin: 0 auto 105px;
  padding: 98px 0px 98px 50px;
  letter-spacing: 0.04rem;
}

.low-title h1 {
  font-size: .30rem;
  font-weight: bold;
	color: #fff;
}

.low-title p {
  font-size: .30rem;
  font-weight: bold;
  color: #fff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.01rem;
}

@media screen and (max-width:1125px) {
	.low-title__flex{
		padding: 95px 0;
		width: calc(100% - 50px);
	}

}
@media screen and (max-width:800px) {
  .low-title__flex {
        padding: 95px 0 235px;
		width: calc(100% - 60px);
        margin: 0 auto 80px;
		position: relative;
  }
  
  .low-title p {
    position: absolute;
    bottom: 17px;
    right: 0;
}
.top-common--title span {
    padding: 0 10px;
}

.top-common--title h2 {
    font-size: .24rem;
}

  .top-common--title p{
    font-size: .60rem;
  }

  .top-common--title {
    margin: 0 auto 60px;
}

}