.cta, .web, .graphic, .capability, .about {
  padding: 100px 20%;
}
@media (max-width: 1280px) {
  .cta, .web, .graphic, .capability, .about {
    padding: 80px 10%;
  }
}
@media (max-width: 768px) {
  .cta, .web, .graphic, .capability, .about {
    padding: 80px 5%;
  }
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #6D6D6D;
  font-size: 100%;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

section {
  overflow: hidden;
  transition: 0.8s;
}
.section__title img {
  height: 35px;
  margin:  0 auto 10%;
  display: block;
}
@media (max-width: 768px) {
  .section__title img {
    height: 30px;
    margin: auto;
    display: block;
    margin-bottom: 16%;
  }
}


.hero {
  padding: 10% 10%;
  background-color: #F7F5F2;
  color: #6D6D6D;
}
.hero h1 img{
  width: 30%;
  height: auto;
  margin: auto;
  display: block;
  margin-bottom: 8%;
}
.hero p {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 768px) {
  .hero {
    padding: 50% 10%;
  }
  .hero h1 img{
    width: 80%;
    height: auto;
    margin-bottom: 30%;
  }
  .hero p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 200;
  }
}

.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  font-size: 1rem;
  font-weight: 200;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #6D6D6D;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .scroll {
    font-size: 0.75rem;
    height: 20px;
  }
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}


.about__container {
  display: flex;
  flex-wrap: wrap;
}
.about__image {
  width: 35%;
  margin: auto;
}
.about__image img {
  width: 60%;
  height: auto;
  display: block;
  margin-left: 50%;
}
.about__text {
  width: 50%;
}
.about__text p {
  line-height: 2.5;
  font-size: 1rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  .about__image {
    width: 100%;
  }
  .about__image img {
    margin: auto;
  }
  .about__text {
    width: 100%;
  }
  .about__text p {
    line-height: 2;
    margin: 20px 0 0;
    font-weight: 200;
    font-size: 1rem;
    
  }
}


.capability {
  background: #F7F5F2;
}
.capability__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}
.capability__item {
  text-align: center;
  width: calc(33.3333333333% - 14px);
}
.capability__item:not(:first-child) {
  margin-left: 21px;
}
.capability__item i {
  font-size: 1.5rem;
  font-weight: 300;
  width: 100%;
  border-bottom: 4px solid #000;
  display: inline-block;
  text-align: center;
  padding: 0 0 8px;
  margin: 0 0 20px;
  font-style: normal;
}
@media (max-width: 768px) {
  .capability__item {
    width: 100%;
  }
  .capability__item:not(:first-child) {
    margin: 30px 0 0;
  }
}
.capability__item i {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #D9C6C8;
  display: inline-block;
  text-align: center;
  padding: 0 0 8px;
  margin: 0 0 20px;
}
.capability__item p {
  text-align: left;
  font-size: 0.75rem;
  font-weight: 300;
}
.cta__btn {
  text-align: center;
}
.cta__btn a {
  display: inline-block;
  background: #D9C6C8;
  padding: 15px 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100vh;
  width: 30%;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 768px) {
  .cta__btn a {
    display: inline-block;
    width: 80%;
  }
}
.cta__btn a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
.cta__btn a:hover {
  border-color: #FF6B95;
  background: #F7F5F2;
  color: #FF6B95;
}
.cta__btn a:hover::after {
  border-color: #FF6B95;
}


.graphic__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.graphic__item {
  width: calc(30% - 10px);
  margin-bottom: 5%;
}
.image-link {
  display: flex;
  justify-content: center;
  margin-bottom: 25%;
}
.graphic__item img {
  width: 80%;
  height: auto;
  justify-content: center;
  margin-bottom: 10%;
}  
.graphic__item p {
  font-size: 0.75em;
  text-decoration-line: none;
  height: auto;
  position: absolute;
  bottom:-30px;
  background-color: #8586A2;
  color: #fff;
  padding: 2% 8%;
  border-radius: 100vh;
}

.graphic__item a {
  transition: 0.5s;
  position: relative;
}
.graphic__item a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .graphic__item {
    width: calc(50% - 10px);
  }
  .graphic__item img {
    width: 80%;
    height: auto;
    margin-bottom: 3%;
  }
}


.web {
  background: #F7F5F2;
}
.web__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}  
.web__list a {
  text-decoration-line: none;
  color: #6D6D6D;
}
.web__list a:hover {
  opacity: 0.7;
}
.web__item {
  text-align: center;
  box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
  padding: 5%;
  margin: 0 5% 5%;
  background-color: #fcfbfa;
  width: calc(40% - 15px);
  border-radius: 2vh;
  box-shadow: 1vh 1vh #bcbcbc;
}
.web__item img{
  width: 70%;
  margin-bottom: 3%;
}
.web__item p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  background-color: #809AB0;
  color: #fff;
  padding: 2% 3%;
}
.web__item .cando {
  margin: 40px 0 0;
}
.web__item .cando ol {
  list-style-type: none;
}
.web__item .cando li {
  background: #f7f7f7;
  padding: 10px;
  font-size: 1.25rem;
  border-radius: 6px;
}
.web__item .cando li:not(:first-child) {
  margin: 15px 0 0;
}
.material-symbols-outlined {
  margin-top: 5%;
}
@media (max-width: 768px) {
  .web__item {
    width: 100%;
    padding: 7.5% 15%;
    margin: 0 5% 10%;
  }
  .web__item .yen {
    font-size: 0.75rem;
  }
}



html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 1px solid #6D6D6D;
  border-right: 1px solid #6D6D6D;
  transform: translateY(20%) rotate(-45deg);
}


footer {
  padding: 15px 0;
  background: #ffffff;
  text-align: center;
  color: #6D6D6D;
}
footer small {
  font-size: 0.75rem;
  font-weight: 100;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */