#key {
  background: #293460;
  color: #fff;
  position: relative;
  padding: 121.5px 61.5px 188.5px;
}
#key .ttl1 {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 94px;
  background: #fff;
  color: #293460;
  font-size: 28px;
  line-height: 1.3;
  padding: 0 0 0 10px;
  letter-spacing: 0;
}
#key .ttl1 span {
  letter-spacing: -0.18em;
}
#key .group-ttl {
  position: absolute;
  right: 68px;
  bottom: 56px;
  text-align: right;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
#key .group-ttl .ttl2 {
  font-style: italic;
  line-height: 1.05;
  font-size: 102px;
  letter-spacing: 0;
}
#key .group-ttl .ttl2 small {
  font-size: 98px;
}
#key .group-ttl .ttl3 {
  font-size: 30px;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin: 2px -12px 0 0;
}
@media screen and (max-width: 1279px) {
  #key {
    padding: 9.5vw 4.8vw 14.7vw;
  }
  #key .ttl1 {
    top: 7.3vw;
    font-size: 4.14vw;
    padding: 0 0 0 0.78vw;
  }
  #key .group-ttl {
    right: 5vw;
    bottom: 4.375vw;
  }
  #key .group-ttl .ttl2 {
    font-size: 9.6875vw;
  }
  #key .group-ttl .ttl2 small {
    font-size: 7.65625vw;
  }
  #key .group-ttl .ttl3 {
    font-size: 2.8vw;
    margin: 0.15625vw -1vw 0 0;
  }
}

.title-common .ttl-en {
  color: #333;
  letter-spacing: 0.02em;
  display: block;
  font-size: 120px;
  line-height: 1;
}
.title-common .ttl-en span {
  color: #9e9073;
}
.title-common small {
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 1;
  gap: 14px;
}
.title-common small::before {
  content: "";
  width: 273px;
  height: 2px;
  background: #444;
}
@media screen and (max-width: 1100px) {
  .title-common .ttl-en {
    font-size: 107px;
  }
  .title-common small::before {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .title-common .ttl-en {
    font-size: 52.5px;
  }
  .title-common small {
    font-size: 11.5px;
    gap: 10px;
  }
  .title-common small::before {
    width: 80px;
    height: 1px;
  }
}

#sec1 {
  padding: 85px 0 70px;
}
#sec1 .title {
  margin: 55px 0 25px;
  font-size: 47px;
  line-height: 1.17;
  color: #9e9073;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #sec1 .wrap {
    width: 1130px;
  }
  #sec1 .title {
    max-width: 100%;
    width: 1000px;
  }
}
#sec1 .title .ln1 {
  letter-spacing: -0.05em;
  display: block;
}
#sec1 .title .ln1 small {
  font-size: 40.5px;
}
#sec1 .title .ln2 {
  display: block;
  text-align: right;
  letter-spacing: -0.05em;
}
#sec1 .title .ln2 small {
  font-size: 45px;
  letter-spacing: -0.07em;
}
#sec1 .txt {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  #sec1 .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 20px 0;
  }
  #sec1 .title {
    font-size: 26px;
    margin: 15px -20px 6px 0;
  }
  #sec1 .title .ln1 small {
    font-size: 23px;
  }
  #sec1 .title .ln2 {
    text-align: left;
  }
  #sec1 .title .ln2 small {
    font-size: 22px;
  }
  #sec1 .txt {
    font-size: 12px;
  }
}

#sec2 {
  background: #f2eee9;
}
#sec2 .set1 {
  padding: 70px 0 200px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
}
#sec2 .set1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/index/s2_bg.jpg") no-repeat bottom center/cover;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
}
#sec2 .set1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  margin: 0 auto;
  background: url("../img/index/s2_arrow.svg") no-repeat bottom center/100% auto;
  width: 45px;
  height: 30px;
}
#sec2 .set1 h2 {
  font-size: 37px;
  line-height: 1;
  margin: 0 0 40px;
  position: relative;
  z-index: 2;
  letter-spacing: 0;
}
#sec2 .set1 h2 .dot {
  position: relative;
  display: inline-block;
  font-size: 50px;
}
#sec2 .set1 h2 .dot::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7px;
  height: 7px;
  background: #444;
  top: -15px;
  border-radius: 50%;
}
#sec2 .set1 .list {
  display: inline-block;
  text-align: left;
  font-size: 19px;
  position: relative;
  z-index: 2;
}
#sec2 .set1 .list li {
  padding-left: 36px;
  background: url("../img/shared/icon_check.svg") no-repeat left top 6px/25px auto;
}
#sec2 .set1 .list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  #sec2 .set1 .list {
    font-size: 26px;
  }
  #sec2 .set1 .list li {
    padding-left: 40px;
    background-size: 28px;
    background-position: left top 10px;
  }
}
#sec2 .set2 {
  position: relative;
  margin: -282px 0 0;
  padding: 0 0 55px;
}
#sec2 .set2 .img {
  width: calc(50% + 288px);
  height: 794px;
  margin: 0 0 0 auto;
}
#sec2 .set2 .ttl {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 1160px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#sec2 .set2 .ttl > span {
  background: #fff;
  letter-spacing: -0.02em;
}
#sec2 .set2 .ttl > span + span {
  margin-top: -1px;
}
#sec2 .set2 .ttl .cl {
  color: #9e9073;
}
#sec2 .set2 .ttl small {
  color: #444;
}
#sec2 .set2 .ttl1 {
  font-size: 65px;
  line-height: 1;
  top: 178px;
}
#sec2 .set2 .ttl1 small {
  font-size: 44px;
}
#sec2 .set2 .ttl1 .ln {
  padding: 0 0 4px;
}
#sec2 .set2 .ttl1 .ln:nth-child(2) {
  margin-left: 232px;
}
@media screen and (max-width: 900px) {
  #sec2 .set2 .ttl1 {
    font-size: 70px;
  }
  #sec2 .set2 .ttl1 small {
    font-size: 42px;
  }
  #sec2 .set2 .ttl1 .ln:nth-child(2) {
    margin-left: 143px;
  }
}
#sec2 .set2 .ttl2 {
  bottom: 24px;
  font-size: 65px;
  line-height: 1;
}
#sec2 .set2 .ttl2 .ln {
  padding: 0 0 4px;
  margin-left: auto;
}
#sec2 .set2 .ttl2 small {
  font-size: 44px;
}
#sec2 .set2 .ttl2 .ln:nth-child(1) {
  margin-right: 125px;
}
#sec2 .set2 .ttl2 .ln:nth-child(2) {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  #sec2 .set2 .ttl2 {
    font-size: 70px;
  }
  #sec2 .set2 .ttl2 small {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #sec2 .set1 {
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 25px 0 80px;
  }
  #sec2 .set1::before {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  }
  #sec2 .set1:after {
    bottom: 56px;
    width: 21px;
    height: 14px;
  }
  #sec2 .set1 h2 {
    font-size: 23px;
    margin: 0 0 20px;
  }
  #sec2 .set1 h2 .dot {
    font-size: 31.5px;
  }
  #sec2 .set1 h2 .dot::before {
    width: 3.5px;
    height: 3.5px;
    top: -6px;
  }
  #sec2 .set1 .list {
    font-size: 13px;
  }
  #sec2 .set1 .list li {
    padding-left: 23px;
    background-size: 13px;
    background-position: left top 4px;
  }
  #sec2 .set1 .list li + li {
    margin-top: 10px;
  }
  #sec2 .set2 {
    margin: -73.5px 0 0;
    padding: 0 0 27px;
  }
  #sec2 .set2 .img {
    width: 88.93vw;
    height: auto;
  }
  #sec2 .set2 .ttl {
    max-width: calc(100% - 12px);
  }
  #sec2 .set2 .ttl1 {
    top: 34px;
    font-size: 31px;
  }
  #sec2 .set2 .ttl1 small {
    font-size: 21px;
  }
  #sec2 .set2 .ttl1 .ln:nth-child(2) {
    margin-left: 68px;
  }
  #sec2 .set2 .ttl2 .ln:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }
  #sec2 .set2 .ttl2 {
    bottom: -14px;
    font-size: 34px;
  }
  #sec2 .set2 .ttl2 .ln + .ln {
    margin-top: 2px;
  }
  #sec2 .set2 .ttl2 small {
    font-size: 27px;
  }
}

#sec3 {
  padding: 95px 0 0;
}
#sec3 h2 {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto 84px;
  border-bottom: 1px solid;
  padding: 0 0 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  gap: 3px;
  align-items: center;
  letter-spacing: 0;
}
#sec3 h2 .num {
  font-size: 163px;
  color: #9e9073;
}
#sec3 h2 .text {
  font-size: 94px;
  margin: 20px 0 0;
}
#sec3 h2 .text small {
  display: block;
  font-size: 28px;
  letter-spacing: 0.24em;
}
#sec3 .set {
  position: relative;
  min-height: 280px;
}
#sec3 .set + .set {
  margin-top: 71px;
}
#sec3 .set .img {
  width: calc(50% + 17px);
  position: absolute;
  right: 0;
  top: 46px;
  height: 258px;
  overflow: hidden;
  border-bottom-left-radius: 500px;
}
#sec3 .set .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center left;
     object-position: center left;
}
@media screen and (max-width: 900px) {
  #sec3 .set .img {
    width: calc(50% + 100px);
  }
}
#sec3 .set h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 58px;
}
@media screen and (min-width: 768px) {
  #sec3 .set h3 {
    display: inline-block;
    background: #9e9073;
    color: #fff;
    padding: 15.5px 10px 15.5px calc((100% - 1130px)/2);
    font-size: 34px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #sec3 .set h3 {
    font-size: 35px;
  }
}
#sec3 .set .wrap {
  text-align: left;
  width: 1130px;
}
#sec3 .set .wrap .inner {
  text-align: left;
  display: inline-block;
  width: 948px;
  max-width: 100%;
}
#sec3 .set .txt {
  font-size: 18px;
  line-height: 2;
  background: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  text-align: left;
  letter-spacing: 0;
}
#sec3 .set .txt span {
  color: #9e9073;
}
@media screen and (max-width: 900px) {
  #sec3 .set .txt {
    font-size: 20px;
  }
}
#sec3 .set:nth-of-type(even) {
  text-align: right;
}
#sec3 .set:nth-of-type(even) .wrap {
  text-align: right;
}
#sec3 .set:nth-of-type(even) h4 {
  padding-left: 15px;
  padding-right: calc((100% - 1130px)/2);
}
#sec3 .set:nth-of-type(even) .wrap .inner {
  width: auto;
  min-width: 670px;
}
#sec3 .set:nth-of-type(even) .img {
  left: 0;
  right: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 500px;
}
#sec3 .set:nth-of-type(even) .img img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  #sec3 .set h3 {
    padding-left: 15px;
  }
  #sec3 .set:nth-of-type(even) h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 40px 0;
  }
  #sec3 h2 {
    max-width: calc(100% - 24px);
    padding: 0 0 20px;
    margin: 0 0 30px;
  }
  #sec3 h2 .num {
    font-size: 66.5px;
  }
  #sec3 h2 .text {
    font-size: 38.5px;
    margin: 10px 0 0;
  }
  #sec3 h2 .text small {
    font-size: 14px;
  }
  #sec3 .set {
    min-height: 223.5px;
  }
  #sec3 .set + .set {
    margin-top: 30px;
  }
  #sec3 .set .img {
    width: 51%;
    top: 25px;
    height: 158.5px;
  }
  #sec3 .set h3 {
    margin: 0 0 25px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5px;
    font-size: 26px;
  }
  #sec3 .set h3 span {
    background: #9e9073;
    color: #fff;
    padding: 0 5px 1px 10px;
  }
  #sec3 .set .txt {
    font-size: 12px;
    line-height: 1.7;
  }
  #sec3 .set.set1 .wrap {
    padding: 0 0 0 14px;
  }
  #sec3 .set.set1 .wrap .inner {
    width: 315px;
    max-width: 100%;
  }
  #sec3 .set.set2 .img {
    top: 65px;
  }
  #sec3 .set:nth-of-type(even) h4 {
    align-items: flex-end;
  }
}

#sec4 {
  margin: 50px 0 0;
  padding: 0 0 102px;
}
#sec4 .wrap {
  width: 1130px;
}
#sec4 .group-img {
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
#sec4 .group-img .img {
  width: 323px;
  max-width: calc((100% - 30px)/3);
}
#sec4 .btn {
  margin: 42px auto 0;
  width: 528px;
  max-width: 100%;
}
#sec4 .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 21px;
  letter-spacing: 0.2em;
  background: url("../img/index/bg_btn.png") no-repeat right center/auto 50px;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  #sec4 .btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  #sec4 {
    margin: 40px 0 0;
    padding: 0 0 45px;
  }
  #sec4 .title-common .ttl-en {
    font-size: 65.5px;
    letter-spacing: 0;
  }
  #sec4 .title-common small {
    font-size: 14px;
  }
  #sec4 .title-common small::before {
    width: 96px;
  }
  #sec4 .wrap {
    padding: 0 10px;
  }
  #sec4 .group-img {
    margin: 30px 10px 0;
    gap: 5px;
  }
  #sec4 .btn {
    margin: 21px auto 0;
    width: 242px;
  }
  #sec4 .btn a {
    font-size: 16px;
    line-height: 1.5;
    padding: 2.5px 0;
  }
}

#sec5 {
  padding: 70px 0 90px;
  background: #e2ded9;
}
#sec5 .wrap {
  width: 1108px;
}
#sec5 .title-common {
  margin: 0 0 80px;
}
#sec5 .title-common .ttl-en {
  text-align: right;
}
#sec5 .title-common small {
  justify-content: flex-end;
}
#sec5 .title-common small::before {
  width: 454px;
}
#sec5 .txt {
  line-height: 1.87;
  /* font-size: 22px; */
  letter-spacing: 0.06em;
}
#sec5 .txt + .txt {
  margin-top: 30px;
}
#sec5 .txt2 {
  text-align: right;
  /* font-size: 25px; */
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding: 30px 0 20px;
  }
  #sec5 .wrap {
    padding: 0 12px;
  }
  #sec5 .title-common {
    margin: 0 0 25px;
  }
  #sec5 .title-common .ttl-en {
    letter-spacing: 0;
  }
  #sec5 .title-common small::before {
    width: 166px;
  }
  #sec5 .txt {
    font-size: 12px;
    line-height: 1.5;
  }
  #sec5 .txt + .txt {
    margin-top: 18px;
  }
  #sec5 .txt2 {
    font-size: 12px;
  }
}

#sec6::before {
  display: none;
}
#sec6 .title-common {
  color: #fff;
  text-align: left;
}
#sec6 .title-common .ttl-en {
  color: #fff;
}
#sec6 .title-common small::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #sec6 .title-common small::before {
    width: 219px;
  }
}
#sec6 .txt {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 40px 0 55px;
}
#sec6 .txt span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #sec6 {
    padding-left: 0;
    padding-right: 0;
  }
  #sec6 .wrap {
    padding: 0 15px;
  }
  #sec6 .txt {
    font-size: 14.5px;
    line-height: 1.15;
    text-align: center;
    margin: 15px 0 10px;
  }
}

#sec7 {
  padding: 90px 0 80px;
}
#sec7 .title-common {
  margin: 0 auto 50px;
  max-width: 1000px;
}
#sec7 .wrap {
  width: 1142px;
}
#sec7 .title-common .ttl-en {
  text-align: right;
  letter-spacing: 0;
}
#sec7 .title-common small {
  justify-content: flex-end;
}
#sec7 .title-common small::before {
  width: 454px;
}
#sec7 .list {
  margin: 14px 0 0;
  display: flex;
}
#sec7 .list li {
  width: 20.2%;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.1em;
}
#sec7 .list li:first-child {
  width: 16%;
}
@media screen and (max-width: 1040px) {
  #sec7 .list li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #sec7 {
    padding: 30px 0;
  }
  #sec7 .title-common {
    margin: 0 -5px 23px -20px;
  }
  #sec7 .title-common .ttl-en {
    letter-spacing: -0.02em;
  }
  #sec7 .title-common small::before {
    width: 166px;
  }
  #sec7 .img {
    margin: 0 -15px 0 -7.5px;
  }
  #sec7 .list {
    margin: 4px -15px 0 -7.5px;
  }
}

#sec8 {
  background: #e2ded9;
  padding: 70px 0;
  text-align: center;
}
#sec8 .title-common {
  margin: 0 0 45px;
  text-align: left;
}
#sec8 .info {
  text-align: left;
}
#sec8 .info dl {
  display: flex;
  letter-spacing: 0;
  line-height: 1.7;
  /* font-size: 22px; */
}
#sec8 .info dl dt {
  min-width: 120px;
}
#sec8 .info dl dd {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  #sec8 {
    padding: 30px 0;
  }
  #sec8 .title-common {
    margin: 0 0 25px;
  }
  #sec8 .title-common .ttl-en {
    letter-spacing: -0.02em;
  }
  #sec8 .title-common small::before {
    width: 166px;
  }
  #sec8 .info {
    display: block;
  }
  #sec8 .info dl {
    font-size: 7px;
  }
  #sec8 .info dl dt {
    min-width: 37px;
  }
}