.block-branding {
  height: 455px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .block-branding {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .block-branding:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    left: 35%;
    background: url(/images/top/bg_branding.jpg);
    background-image: image-set(url(/images/top/bg_branding.jpg) 1x, url(/images/top/bg_branding@2x.jpg) 2x);
    background-image: -webkit-image-set(url(/images/top/bg_branding.jpg) 1x, url(/images/top/bg_branding@2x.jpg) 2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*
    background      : url(/images/top/bg_branding.jpg);
    background-repeat: $repeat;
    background-position: $posX $posY;
    */
  }
}
@media only screen and (max-width: 767px) {
  .block-branding:before {
    background-image: url("/images/top/bg_branding_sp.jpg");
  }
}

.block-branding--bg {
  display: flex;
  height: 100%;
  padding-right: 50px;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .block-branding--bg {
    width: calc(30% + 227.5px);
  }
}
@media only screen and (max-width: 767px) {
  .block-branding--bg {
    padding-right: 15px;
  }
}
.block-branding--bg h2 {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: initial;
  flex-direction: column;
  gap: 10px;
  background: none;
}
@media only screen and (max-width: 767px) {
  .block-branding--bg h2 {
    align-items: center;
  }
}
.block-branding--bg h2 span {
  padding: 0;
  color: #fff;
  background: 0;
}
.block-branding--bg h2 span[lang=en] {
  font-size: min(100%, 5vw);
}
.block-branding--bg h2 span[lang=ja] {
  font-size: min(333.3333333333%, 16.6666666667vw);
}
@media only screen and (min-width: 768px) and (max-width: 1304px) {
  .block-branding--bg h2 span[lang=ja] {
    font-size: min(333%, 5vw);
  }
}
@media only screen and (max-width: 767px) {
  .block-branding--bg h2 span[lang=ja] {
    font-size: min(333%, 7vw);
  }
}
.block-branding--bg .description {
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1304px) {
  .block-branding--bg .description {
    font-size: min(100%, 4.4vw);
  }
}
@media only screen and (max-width: 767px) {
  .block-branding--bg .description {
    width: 100%;
    margin-inline: auto;
    text-align: center;
    font-size: min(100%, 4.4vw);
  }
}

.block-headline--h2 {
  display: flex;
  color: var(--orange);
  font-size: inherit;
  gap: 10px;
  flex-direction: column;
}
.block-headline--h2 span {
  line-height: 1.3;
}
.block-headline--h2 span[lang=en] {
  font-size: min(114.2857142857%, 5.7142857143vw);
}
.block-headline--h2 span[lang=ja] {
  font-size: min(233.3333333333%, 11.6666666667vw);
}
@media only screen and (max-width: 999.9px) {
  .block-headline--h2 span[lang=ja] {
    font-size: min(171.4285714286%, 8.5714285714vw);
  }
}

.block-news--top {
  padding: 10px 15px;
  background: var(--orange);
}
@media only screen and (max-width: 1304px) {
  .block-news--top {
    margin-inline: -15px;
  }
}
.block-news--top dl {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 10px 20px;
  gap: 50px;
  align-items: center;
  border-radius: 30px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .block-news--top dl {
    padding-inline: 20px;
    padding-block: 20px 25px;
    flex-direction: column;
    gap: 10px;
    border-radius: 30px;
  }
}
.block-news--top dt {
  color: var(--orange);
  font-weight: bold;
  flex-shrink: 0;
}
.block-news--top dd {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .block-news--top dd {
    flex-direction: column;
    gap: 0;
  }
}
.block-news--top dd time {
  padding-right: 20px;
  flex-shrink: 0;
  border-right: 1px solid var(--gray);
}
@media only screen and (max-width: 767px) {
  .block-news--top dd time {
    padding: none;
    border: none;
  }
}
.block-news--top a:after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  margin-left: 0.5em;
  vertical-align: middle;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: rotate(45deg);
}

#keyword:before, #keyword:after {
  content: "";
  position: absolute;
}
#keyword:before {
  width: 295px;
  aspect-ratio: 295/225;
  top: 0;
  left: calc(-1 * (100vw - 100%) / 2);
  background: url(/images/top/bg_keyword_01.png);
  background-image: image-set(url(/images/top/bg_keyword_01.png) 1x, url(/images/top/bg_keyword_01@2x.png) 2x);
  background-image: -webkit-image-set(url(/images/top/bg_keyword_01.png) 1x, url(/images/top/bg_keyword_01@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  /*
  background      : url(/images/top/bg_keyword_01.png);
  background-repeat: $repeat;
  background-position: $posX $posY;
  */
}
@media only screen and (max-width: 767px) {
  #keyword:before {
    width: 110px;
  }
}
#keyword:after {
  width: 185px;
  aspect-ratio: 185/153;
  bottom: -30px;
  right: calc(-1 * (100vw - 100%) / 2);
  background: url(/images/top/bg_keyword_02.png);
  background-image: image-set(url(/images/top/bg_keyword_02.png) 1x, url(/images/top/bg_keyword_02@2x.png) 2x);
  background-image: -webkit-image-set(url(/images/top/bg_keyword_02.png) 1x, url(/images/top/bg_keyword_02@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*
  background      : url(/images/top/bg_keyword_02.png);
  background-repeat: $repeat;
  background-position: $posX $posY;
  */
}
@media only screen and (max-width: 767px) {
  #keyword:after {
    width: 120px;
  }
}
#keyword .PageTop,
#keyword .block-section--inner {
  position: relative;
  z-index: 2;
}
#keyword .block-flex {
  margin-top: 30px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #keyword .block-flex {
    flex-direction: column;
  }
}
#keyword .block-flex li {
  display: flex;
  width: calc((100% - 40px) / 3);
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  border: 2px solid var(--orange);
  border-radius: 20px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #keyword .block-flex li {
    width: 100%;
  }
}
#keyword .block-flex dl {
  padding: 30px 15px;
}
#keyword .block-flex dt {
  color: var(--orange);
  font-size: min(333.3333333333%, 16.6666666667vw);
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1304px) {
  #keyword .block-flex dt {
    font-size: min(333%, 5vw);
  }
}
@media only screen and (max-width: 767px) {
  #keyword .block-flex dt {
    font-size: min(333%, 12vw);
  }
}
#keyword .block-flex dd {
  margin-top: 20px;
  font-size: min(142.8571428571%, 7.1428571429vw);
}
@media only screen and (min-width: 768px) and (max-width: 1304px) {
  #keyword .block-flex dd {
    font-size: min(142%, 3vw);
  }
  #keyword .block-flex dd br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #keyword .block-flex dd {
    font-size: min(140%, 5vw);
  }
}
#keyword .block-flex img {
  width: 109px;
  aspect-ratio: 109/97;
}

#purpose {
  padding-block: 30px;
}
#purpose:before {
  background: var(--orange);
}
#purpose .block-section--inner {
  padding: 60px 30px;
  border-radius: 20px;
  background: #fff;
}
#purpose p {
  font-size: min(142.8571428571%, 7.1428571429vw);
}
@media only screen and (max-width: 1304px) {
  #purpose p br {
    display: none;
  }
  #purpose p {
    font-size: min(114.2857142857%, 5.7142857143vw);
  }
}

#content .block-flex {
  flex-wrap: wrap;
  gap: 50px 20px;
  justify-content: center;
}
#content .block-flex li {
  display: flex;
  width: calc((100% - 40px) / 3);
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1304px) {
  #content .block-flex li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #content .block-flex li {
    width: 100%;
  }
}
#content .block-flex a {
  color: var(--black);
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1304px) {
  #content .block-flex a {
    margin-inline: auto;
  }
}
#content .block-flex a .block-image {
  border-radius: 20px;
  overflow: hidden;
}
#content .block-flex a img {
  transition: 0.6s;
}
#content .block-flex a:hover img {
  opacity: 0.8;
  transform: scale(1.1);
}
#content .block-flex dt {
  color: var(--orange);
  font-size: min(171.4285714286%, 8.5714285714vw);
  font-weight: bold;
}
#content .block-flex dd {
  font-size: min(95.2380952381%, 4.7619047619vw);
}

#news .block-section--inner {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
}
#news li {
  display: flex;
  padding-block: 15px;
  gap: 20px;
  border-bottom: 1px solid var(--gray);
}
#news li:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #news li {
    flex-direction: column;
    gap: 0;
  }
}
#news li time {
  width: 9em;
  padding-right: 20px;
  color: var(--orange);
  flex-shrink: 0;
  border-right: 1px solid var(--gray);
}
@media only screen and (max-width: 767px) {
  #news li time {
    width: 100%;
    padding: 0;
    border: none;
  }
}
#news li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  margin-left: 0.5em;
  vertical-align: middle;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: rotate(45deg);
}