
main .mv {
  position: relative;
  display: flex;
}

main .mv__main {
  position: absolute;
  bottom: 130px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  left: 10%;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main .mv__main {
    font-size: 1.953125vw;
    bottom: 7.8125vw;
  }
}
main .mv.center {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main .mv.center > div {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
main .mv.left {
  background: #FFFFFF;
  height: 326px;
  margin-bottom: 0;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .mv.left {
    height: 0;
    padding-top: 26.06vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
main .mv.left > div {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .mv.left > div {
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
}
main .mv.right {
  justify-content: right;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .mv.right {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
main .mv.right > div {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .mv.right > div {
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
}
main .mv h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main .mv h1 {
    font-size:  5.2083333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
main .mv p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main .mv p {
    font-size: 1.0416666667vw;
  }
}

.content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 1.3020833333vw 0.6510416667vw 5.2083333333vw 0.6510416667vw;
  }
}

.main__p {
  max-width: 100%;
  background: #fef8f8;
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .main__p {
    padding: 1.3020833333vw 0 1.3020833333vw 0;
  }
}

.two {
  display: flex;
}
@media screen and (max-width: 768px) {
  .two {
    display: block;
  }
}
.two__left {
  width: 27%;
  padding-right: 6%;
}
@media screen and (max-width: 768px) {
  .two__left {
    width: 100%;
  }
}
.two__left .sticky {
  position: sticky;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .two__left .sticky {
    top: 0;
    position: relative;
  }
}
.two__right {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .two__right {
    width: 100%;
  }
}
.two h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .two h2 {
    margin-bottom: 2.6041666667vw;
  }
}
.two .en {
  font-size: 40px;
  font-family: "Lato", serif;
  display: block;
  color: #E12E2A;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .two .en {
    font-size: 2.6041666667vw;
    margin-bottom: 0.6510416667vw;
  }
}
.two .jp {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  display: block;
  color: #2E6436;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .two .jp {
    font-size: 1.3020833333vw;
  }
}

dl.list {
  display: flex;
  flex-wrap: wrap;
}
dl.list dt {
  width: 30%;
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  dl.list dt {
    width: 100%;
    padding-bottom: 0vw;
    margin-bottom: 0.2604166667vw;
    font-size: 1.3020833333vw;
    border-bottom: none;
  }
}
dl.list dd {
  width: 70%;
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  dl.list dd {
    width: 100%;
    padding-bottom: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
    font-size: 1.3020833333vw;
  }
}
dl.list dd a {
  color: #E12E2A;
  text-decoration: underline;
}