@-webkit-keyframes blurin {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    filter: blur(0);
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    filter: blur(0);
  }
}
body#promise .pagetitle {
  background-image: url("../images/promise/pagetitle_bg.jpg");
}
body#promise .main .section.pics .container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 3.75rem;
}
@media (max-width: 768px) {
  body#promise .main .section.pics .container {
    padding-bottom: 6.25vw;
  }
}
body#promise .main .section.pics picture {
  position: relative;
  width: 35rem;
}
@media (max-width: 768px) {
  body#promise .main .section.pics picture {
    width: 50vw;
  }
}
body#promise .main .section.pics picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.125rem solid var(--key);
}
@media (max-width: 768px) {
  body#promise .main .section.pics picture::before {
    border-width: 0.4166666667vw;
  }
}
body#promise .main .section.pics picture figure {
  position: relative;
  overflow: hidden;
}
body#promise .main .section.pics picture figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.125rem solid var(--wh);
}
@media (max-width: 768px) {
  body#promise .main .section.pics picture figure::before {
    border-width: 0.4166666667vw;
  }
}
body#promise .main .section.pics picture figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#promise .main .section.pics picture.pic01::before {
  transform: translate(-1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#promise .main .section.pics picture.pic01::before {
    transform: translate(-2.0833333333vw, 2.0833333333vw);
  }
}
body#promise .main .section.pics picture.pic01 figure {
  aspect-ratio: 4/3;
}
body#promise .main .section.pics picture.pic01 figure::before {
  transform: translate(-1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#promise .main .section.pics picture.pic01 figure::before {
    transform: translate(-2.0833333333vw, 2.0833333333vw);
  }
}
body#promise .main .section.pics picture.pic02 {
  position: absolute;
  bottom: 0;
  left: 0;
  transition-delay: 0.2s;
}
body#promise .main .section.pics picture.pic02::before {
  transform: translate(1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#promise .main .section.pics picture.pic02::before {
    transform: translate(2.0833333333vw, 2.0833333333vw);
  }
}
body#promise .main .section.pics picture.pic02 figure {
  aspect-ratio: 3/2;
}
body#promise .main .section.pics picture.pic02 figure::before {
  transform: translate(1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#promise .main .section.pics picture.pic02 figure::before {
    transform: translate(2.0833333333vw, 2.0833333333vw);
  }
}
body#promise .main .section.concept .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.75rem;
}
@media (max-width: 768px) {
  body#promise .main .section.concept .container {
    flex-direction: column;
    gap: 8.3333333333vw;
  }
}
body#promise .main .section.concept .fig {
  width: 25rem;
}
@media (max-width: 768px) {
  body#promise .main .section.concept .fig {
    width: 50vw;
  }
}
body#promise .main .section.concept .content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  body#promise .main .section.concept .content {
    gap: 4.1666666667vw;
  }
}
body#promise .main .section.concept .content .heading {
  color: var(--key);
  font-weight: 600;
}
body#promise .main .section.concept .content .heading .shoulder {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  body#promise .main .section.concept .content .heading .shoulder {
    font-size: 3.75vw;
  }
}
body#promise .main .section.concept .content .heading h3 {
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  body#promise .main .section.concept .content .heading h3 {
    font-size: 10vw;
  }
}
body#promise .main .section.concept .content dl {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  body#promise .main .section.concept .content dl {
    gap: 2.0833333333vw;
  }
}
body#promise .main .section.concept .content dl:nth-child(2n-1) {
  flex-direction: row-reverse;
}
body#promise .main .section.concept .content dl:nth-child(2n-1) dd {
  text-align: right;
}
body#promise .main .section.concept .content dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  color: var(--wh);
  font-size: 2.5rem;
  font-weight: 600;
  background-color: var(--key);
}
@media (max-width: 768px) {
  body#promise .main .section.concept .content dl dt {
    width: 10.4166666667vw;
    border-radius: 1.4583333333vw;
    font-size: 6.25vw;
  }
}
body#promise .main .section.concept .content dl dd {
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  body#promise .main .section.concept .content dl dd {
    font-size: 2.9166666667vw;
  }
}
body#promise .main .section.greeting .container {
  display: flex;
  gap: 3.75rem;
}
@media (max-width: 768px) {
  body#promise .main .section.greeting .container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 8.3333333333vw;
  }
}
body#promise .main .section.greeting .message {
  flex: 1 1 0%;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  body#promise .main .section.greeting .message {
    gap: 4.1666666667vw;
  }
}
body#promise .main .section.greeting .message p {
  font-size: 1rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  body#promise .main .section.greeting .message p {
    font-size: 2.9166666667vw;
  }
}
body#promise .main .section.greeting .message .author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  body#promise .main .section.greeting .message .author {
    gap: 4.1666666667vw;
  }
}
body#promise .main .section.greeting .message .author .shoulder {
  font-size: 1rem;
}
@media (max-width: 768px) {
  body#promise .main .section.greeting .message .author .shoulder {
    font-size: 2.9166666667vw;
  }
}
body#promise .main .section.greeting .message .author .name {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  body#promise .main .section.greeting .message .author .name {
    font-size: 5vw;
  }
}
body#promise .main .section.greeting picture {
  width: 25rem;
}
@media (max-width: 768px) {
  body#promise .main .section.greeting picture {
    width: 50vw;
  }
}
body#promise .main .section.greeting picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}