.key {
  overflow: hidden;
  position: relative;
}
.key .key_bg {
  width: 140%;
  height: 140%;
  position: absolute;
  top: -20%;
  left: -20%;
  background: url(../img/bg.svg) center center/cover no-repeat;
  transition: transform 0.6s linear;
}
.key .inner {
  width: 1000px;
  padding: 270px 0 150px;
}
@media screen and (max-width: 1040px) {
  .key .inner {
    padding: 170px 0 60px;
    width: 100%;
  }
}
.key .key_title {
  opacity: 0;
  width: 867px;
  width: 900px;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 1040px) {
  .key .key_title {
    display: none;
  }
}
.key .key_title .cls-1, .key .key_title .cls-2, .key .key_title .cls-3, .key .key_title .cls-4, .key .key_title .cls-5, .key .key_title .cls-6 {
  fill: none;
}
.key .key_title .cls-2 {
  stroke-width: 22px;
}
.key .key_title .cls-2, .key .key_title .cls-4, .key .key_title .cls-5 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.key .key_title .cls-3 {
  isolation: isolate;
}
.key .key_title .cls-4 {
  stroke-width: 20px;
}
.key .key_title .cls-5 {
  stroke-width: 26px;
}
.key .key_title .cls-6 {
  -webkit-clip-path: url(#clippath);
          clip-path: url(#clippath);
}
.key .key_title-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  .key .key_title-sp {
    margin-inline: auto;
    display: block;
    width: 85.9375vw;
  }
}
.key .key_words {
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 25px;
  margin-top: 70px;
}
@media screen and (max-width: 1040px) {
  .key .key_words {
    flex-direction: column;
    row-gap: 20px;
    column-gap: 0;
    margin-inline: auto;
    width: fit-content;
  }
}
.key .key_words li {
  flex: 1;
  padding: 20px 0;
  border: solid 2px white;
  opacity: 0;
}
@media screen and (max-width: 1040px) {
  .key .key_words li {
    opacity: 1;
  }
}
@media screen and (max-width: 1040px) {
  .key .key_words li {
    flex: none;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1550px) {
  .key .key_words li:first-of-type {
    transform: translateX(calc(100% + 25px));
  }
  .key .key_words li:last-of-type {
    transform: translateX(calc(-100% - 25px));
  }
}
.key .key_words li .key_word {
  font-size: 19px;
  font-weight: 700;
  color: white;
  text-align: center;
  letter-spacing: 0.15em;
  opacity: 0;
}
@media screen and (max-width: 667px) {
  .key .key_words li .key_word {
    opacity: 1;
    font-size: max(2.8645833333vw, 16px);
  }
}
.key .key_words li .key_word strong {
  font-size: 29px;
}
@media screen and (max-width: 667px) {
  .key .key_words li .key_word strong {
    font-size: max(3.7760416667vw, 20px);
  }
}
.key .key_words li .key_word span {
  opacity: 0;
}
@media screen and (max-width: 667px) {
  .key .key_words li .key_word span {
    opacity: 1;
  }
}
.key .key_words li .key_word-ja {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: white;
  margin-top: 5px;
  opacity: 0;
}
@media screen and (max-width: 667px) {
  .key .key_words li .key_word-ja {
    opacity: 1;
    font-size: max(2.0833333333vw, 14px);
  }
}
.key .key_catch {
  margin-top: 150px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: white;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 667px) {
  .key .key_catch {
    opacity: 1;
    transform: none;
  }
}
@media screen and (min-width: 960px) and (min-height: 550px) and (max-height: 800px) {
  .key .key_catch {
    font-size: 15px;
  }
}
@media screen and (max-width: 667px) {
  .key .key_catch {
    margin-top: 60px;
    padding-inline: 20px;
    font-size: 12px;
  }
}
.key .key_lead {
  margin-top: 40px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: white;
}
@media screen and (max-width: 667px) {
  .key .key_lead {
    padding-inline: 20px;
    font-size: max(3.3854166667vw, 16px);
  }
}

.news {
  position: relative;
}
.news .border-top_left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.news .border-top_left.animated:before {
  width: 100%;
}
.news .border-top_left.animated:after {
  height: 100%;
}
.news .border-top_left:before, .news .border-top_left:after {
  content: "";
  display: block;
  background: #A37054;
  position: absolute;
}
.news .border-top_left:before {
  height: 3px;
  width: 0;
  top: 0;
  left: 0;
  transition: width 0.6s;
}
@media screen and (max-width: 667px) {
  .news .border-top_left:before {
    width: 100%;
  }
}
.news .border-top_left:after {
  height: 0;
  width: 3px;
  top: 0;
  right: 0;
  transition: height 0.6s;
}
@media screen and (max-width: 667px) {
  .news .border-top_left:after {
    height: 100%;
  }
}
.news .border-bottom_right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.news .border-bottom_right.animated:before {
  width: 100%;
}
.news .border-bottom_right.animated:after {
  height: 100%;
}
.news .border-bottom_right:before, .news .border-bottom_right:after {
  content: "";
  display: block;
  background: #A37054;
  position: absolute;
}
.news .border-bottom_right:before {
  height: 3px;
  width: 0;
  bottom: 0;
  right: 0;
  transition: width 0.6s;
}
@media screen and (max-width: 667px) {
  .news .border-bottom_right:before {
    width: 100%;
  }
}
.news .border-bottom_right:after {
  height: 0;
  width: 3px;
  bottom: 0;
  left: 0;
  transition: height 0.6s;
}
@media screen and (max-width: 667px) {
  .news .border-bottom_right:after {
    height: 100%;
  }
}
.news .inner {
  width: 1000px;
  padding: 100px 40px;
}
@media screen and (max-width: 1040px) {
  .news .inner {
    width: 100%;
    padding: 60px 15px;
  }
}
.news .news_block {
  position: relative;
  padding: 40px 40px 60px;
}
@media screen and (max-width: 1040px) {
  .news .news_block {
    padding: 20px 20px 30px;
  }
}
.news .news_block:before, .news .news_block:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.news .news_block:before {
  border-width: 70px 70px 0 0;
  border-color: #A37054 transparent transparent transparent;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1040px) {
  .news .news_block:before {
    border-width: 40px 40px 0 0;
  }
}
.news .news_block:after {
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #A37054 transparent;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1040px) {
  .news .news_block:after {
    border-width: 0 0 40px 40px;
  }
}
.news .news_block .news_title {
  font-size: 54px;
  font-weight: 700;
  color: #A37054;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .news .news_block .news_title {
    font-size: max(7.03125vw, 30px);
  }
}
.news .news_block .news_title-ja {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
  margin-top: 5px;
  color: #7A7A7A;
  position: relative;
}
@media screen and (max-width: 667px) {
  .news .news_block .news_title-ja {
    padding-bottom: 15px;
    font-size: max(2.34375vw, 14px);
  }
}
.news .news_block .news_title-ja.animated:before {
  width: 100%;
}
.news .news_block .news_title-ja:before {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #A37054;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.6s 0.4s;
}
@media screen and (max-width: 667px) {
  .news .news_block .news_title-ja:before {
    height: 1px;
    width: 100%;
  }
}
.news .news_block .news_list {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 667px) {
  .news .news_block .news_list {
    margin-top: 20px;
  }
}
.news .news_block .news_list li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.news .news_block .news_list li .date {
  padding-top: 3px;
  width: 140px;
  font-size: 16px;
  font-weight: 500;
  color: #363636;
}
@media screen and (max-width: 667px) {
  .news .news_block .news_list li .date {
    width: max(18.2291666667vw, 80px);
    font-size: max(2.0833333333vw, 12px);
  }
}
.news .news_block .news_list li .date + p {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: rgba(54, 54, 54, 0.5);
}
@media screen and (max-width: 667px) {
  .news .news_block .news_list li .date + p {
    font-size: max(2.0833333333vw, 12px);
  }
}
.news .news_block .news_list li .date + p a:hover {
  text-decoration: underline;
}