@charset "UTF-8";
/* [ クレステック global ] setting */
/* [ クレステック gloal ] component */
body {
  background: #012148;
}

/* scrollify.jsに関係する記述はここから */
.scrollify {
  width: 100%;
  height: auto;
}

/* [ Movie ] */
.service01 {
  position: relative;
  width: 100%;
}
.service01 #service01-mv, .service01 #service01-mvsp {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 64 / 27;
}
.service01 #service01-mv::before, .service01 #service01-mvsp::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1141px) {
  .service01 #service01-mv::before, .service01 #service01-mvsp::before {
    background: url(../img/top/main_001.jpg) center top no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 1140px) {
  .service01 #service01-mv::before, .service01 #service01-mvsp::before {
    background: url(../img/top/main_001_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1141px) {
  .service01 {
    height: 100vh;
  }
  .service01 .sv01-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1420px;
    height: 100%;
    margin: 0 auto;
    padding: 110px 1.41vw 20px;
  }
  .service01 .sv01-wrap .sv01-content {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: +1;
  }
  .service01 .sv01-wrap .sv01-content .sv01-text {
    width: fit-content;
    padding-left: 6.25vw;
  }
  .service01 .sv01-wrap .sv01-content .sv01-text h2 {
    font-size: clamp(6.4rem, calc(5.56vw * 0.8), calc(8.0rem * 0.8));
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 3.47vw;
  }
  .service01 .sv01-wrap .sv01-content .sv01-text h2 span {
    display: block;
    font-size: clamp(2.4rem, calc(3.33vw * 0.8), calc(4.8rem * 0.8));
    font-weight: 700;
    margin-bottom: 4.17vw;
  }
  .service01 .sv01-wrap .sv01-content .sv01-text p {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.636;
  }
  .service01 .sv01-wrap .sv01-content .sv01-link {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 360px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 36px 32px 38px;
    border-radius: 15px;
  }
  .service01 .sv01-wrap .sv01-content .sv01-link b {
    display: block;
    font-size: clamp(1.4rem, 1.25vw, 1.8rem);
    margin-bottom: 1.39vw;
  }
  .service01 .sv01-wrap .sv01-content .sv01-link span {
    display: inline-block;
    font-size: clamp(2.8rem, calc(2.5vw * 0.8), calc(3.6rem * 0.8));
    line-height: 1.333;
  }
  .service01 .sv01-wrap .sv01-content .sv01-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    right: calc(21px * 0.8);
    width: calc(55px * 0.8);
    height: auto;
    aspect-ratio: 1 / 1;
    background: url("../img/icon_arrow.svg") center/50% no-repeat;
    background-color: #37bbec;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1141px) and (hover: hover) {
  .service01 .sv01-wrap .sv01-content .sv01-link:hover {
    background-color: #37bbec;
  }
  .service01 .sv01-wrap .sv01-content .sv01-link:hover::after {
    background-color: #fff;
  }
}

@media only screen and (max-width: 1140px) {
  .service01 {
    height: 100%;
    height: 100dvh;
  }
  .service01 .sv01-wrap {
    width: 100%;
    height: 100%;
    padding: 22vw 3.51vw 0;
  }
  .service01 .sv01-wrap .sv01-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: +1;
  }
  .service01 .sv01-wrap .sv01-content .sv01-text {
    width: 100%;
    margin-bottom: 10.96vw;
  }
  .service01 .sv01-wrap .sv01-content .sv01-text h2 {
    font-size: calc(106 * 1px);
    font-size: calc(calc(100 / 1140) * 106 * 1vw);
    font-weight: 900;
    margin-bottom: 6.5vw;
  }
  .service01 .sv01-wrap .sv01-content .sv01-text h2 span {
    display: block;
    font-size: calc(82 * 1px);
    font-size: calc(calc(100 / 1140) * 82 * 1vw);
    font-weight: 700;
    margin-bottom: 4.17vw;
  }
  .service01 .sv01-wrap .sv01-content .sv01-text p {
    font-size: calc(50 * 1px);
    font-size: calc(calc(100 / 1140) * 50 * 1vw);
    font-weight: 700;
  }
  .service01 .sv01-wrap .sv01-content .sv01-link {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 7.89vw 3.51vw;
    border-radius: 1.88vw;
  }
  .service01 .sv01-wrap .sv01-content .sv01-link b {
    display: block;
    font-size: calc(36 * 1px);
    font-size: calc(calc(100 / 1140) * 36 * 1vw);
    margin-bottom: 2vw;
  }
  .service01 .sv01-wrap .sv01-content .sv01-link span {
    display: inline-block;
    font-size: calc(56 * 1px);
    font-size: calc(calc(100 / 1140) * 56 * 1vw);
    line-height: 1.263;
  }
  .service01 .sv01-wrap .sv01-content .sv01-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 3.95vw;
    right: 3.51vw;
    width: 9.65vw;
    height: 9.65vw;
    background: url("../img/icon_arrow.svg") center/50% no-repeat;
    background-color: #37bbec;
    border-radius: 50%;
  }
}

.service02 {
  position: relative;
  width: 100%;
}
.service02 #service02-mv {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 64 / 27;
}
.service02 #service02-mv::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.service02 #service02-mv::before {
  background: url(../img/top/main_002.jpg) center top no-repeat;
  background-size: cover;
}
.service02 #service02-mv::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1141px) {
  .service02 {
    height: 100vh;
  }
  .service02 .sv02-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(1460px * 0.8);
    height: 100%;
    margin: 0 auto;
    padding: 110px 1.41vw max(3.125vw, 45px);
  }
  .service02 .sv02-wrap .sv02-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: +1;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text {
    text-align: center;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text h2 {
    font-size: clamp(6.4rem, calc(5.56vw * 0.8), calc(8.0rem * 0.8));
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 2.43vw;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text h2 span {
    display: block;
    font-size: clamp(3.8rem, calc(3.33vw * 0.8), calc(4.8rem * 0.8));
    font-weight: 300;
    margin-bottom: 2.08vw;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text h2 span b {
    font-weight: 700;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text p {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.636;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0.94vw;
    width: 100%;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link a {
    position: relative;
    display: block;
    width: calc((100% - (0.94vw * 2)) / 3);
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 36px 32px 42px;
    border-radius: 15px;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link a b {
    display: block;
    font-size: clamp(1.4rem, 1.25vw, 1.8rem);
    margin-bottom: 1.39vw;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link a span {
    display: inline-block;
    font-size: clamp(2.8rem, calc(2.5vw * 0.8), calc(3.6rem * 0.8));
    line-height: 1.333;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link a::after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    right: 21px;
    width: calc(55px * 0.8);
    height: auto;
    aspect-ratio: 1 / 1;
    background: url("../img/icon_arrow.svg") center/50% no-repeat;
    background-color: #37bbec;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1141px) and (hover: hover) {
  .service02 .sv02-wrap .sv02-content .sv02-link a:hover {
    background-color: #37bbec;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link a:hover::after {
    background-color: #fff;
  }
}

@media only screen and (max-width: 1140px) {
  .service02 {
    height: 100%;
  }
  .service02 .sv02-wrap {
    width: 100%;
    height: 100%;
    padding: 22vw 3.51vw calc(20.18vw - 7.89vw);
  }
  .service02 .sv02-wrap .sv02-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: +1;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text {
    margin-bottom: 10.28vw;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text h2 {
    font-size: calc(106 * 1px);
    font-size: calc(calc(100 / 1140) * 106 * 1vw);
    font-weight: 900;
    margin-bottom: 5.0vw;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text h2 span {
    display: block;
    font-size: calc(82 * 1px);
    font-size: calc(calc(100 / 1140) * 82 * 1vw);
    font-weight: 300;
    margin-bottom: 2.08vw;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text h2 span b {
    font-weight: 700;
  }
  .service02 .sv02-wrap .sv02-content .sv02-text p {
    font-size: calc(50 * 1px);
    font-size: calc(calc(100 / 1140) * 50 * 1vw);
    font-weight: 700;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link {
    width: 100%;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 6.58vw 3.51vw;
    border-radius: 15px;
    margin-bottom: 3.07vw;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link a b {
    display: block;
    font-size: calc(36 * 1px);
    font-size: calc(calc(100 / 1140) * 36 * 1vw);
    margin-bottom: 16px;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link a span {
    display: inline-block;
    font-size: calc(54 * 1px);
    font-size: calc(calc(100 / 1140) * 54 * 1vw);
    line-height: 1.263;
  }
  .service02 .sv02-wrap .sv02-content .sv02-link a::after {
    content: '';
    display: block;
    position: absolute;
    top: 3.95vw;
    right: 3.51vw;
    width: 9.65vw;
    height: 9.65vw;
    background: url("../img/icon_arrow.svg") center/50% no-repeat;
    background-color: #37bbec;
    border-radius: 50%;
  }
}

.about {
  position: relative;
  width: 100%;
}
.about .about-wrap {
  width: 100%;
  height: 100%;
}
.about .about-wrap .about-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: +1;
}
.about .about-wrap .about-content .about-text {
  position: relative;
  width: 100%;
}
.about .about-wrap .about-content .about-text > div {
  width: fit-content;
}
.about .about-wrap .about-content .about-text img {
  position: absolute;
  max-width: 1920px;
  transform: translate(-50%, -45%);
  z-index: -1;
}
@media screen and (min-width: 1141px) {
  .about {
    height: 100vh;
    overflow: hidden;
  }
  .about .about-wrap {
    display: flex;
    align-items: center;
    max-width: calc(1460px * 0.8);
    height: 100vh;
    margin: 0 auto;
    padding: 110px 1.41vw max(3.125vw, 45px);
  }
  .about .about-wrap .about-content {
    gap: 50px;
  }
  .about .about-wrap .about-content .about-text > div {
    width: 100%;
    max-width: 1160px;
    padding: 0 0.69vw;
    margin: 0 auto;
  }
  .about .about-wrap .about-content .about-text > div h2 {
    font-size: clamp(6.4rem, calc(5.56vw * 0.8), calc(8.0rem * 0.8));
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 1.39vw;
  }
  .about .about-wrap .about-content .about-text > div h2 span {
    display: block;
    font-size: clamp(3.8rem, calc(3.33vw * 0.8), calc(4.8rem * 0.8));
    font-weight: 300;
    margin-bottom: 0.69vw;
  }
  .about .about-wrap .about-content .about-text > div h2 span b {
    font-weight: 700;
  }
  .about .about-wrap .about-content .about-text > div p {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.636;
  }
  .about .about-wrap .about-content .about-text img {
    top: 95%;
    left: 50%;
  }
  .about .about-wrap .about-content .about-link {
    display: grid;
    grid-template-columns: repeat(6, calc((100% - 75px) / 6));
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1280px) {
  .about .about-wrap .about-content .about-link {
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1141px) {
  .about .about-wrap .about-content .about-link a {
    position: relative;
    display: block;
    color: #fff;
    font-size: clamp(2.8rem, calc(2.5vw * 0.8), calc(3.6rem * 0.8));
    line-height: 1.333;
    padding: 15px 1.8vw 14px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
  }
  .about .about-wrap .about-content .about-link a .tabnone {
    display: none;
  }
}
@media screen and (min-width: 1141px) and (min-width: 1441px) {
  .about .about-wrap .about-content .about-link a .tabnone {
    display: inherit;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1280px) {
  .about .about-wrap .about-content .about-link a {
    padding: 27px 1.8vw;
  }
}
@media screen and (min-width: 1141px) {
  .about .about-wrap .about-content .about-link a.link1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .about .about-wrap .about-content .about-link a.link2 {
    grid-area: 1 / 3 / 2 / 5;
  }
  .about .about-wrap .about-content .about-link a.link3 {
    grid-area: 1 / 5 / 2 / 7;
  }
  .about .about-wrap .about-content .about-link a.link4 {
    grid-area: 2 / 1 / 3 / 4;
  }
  .about .about-wrap .about-content .about-link a.link5 {
    grid-area: 2 / 4 / 3 / 7;
  }
  .about .about-wrap .about-content .about-link a::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(21px * 0.8);
    right: 21px;
    width: calc(55px * 0.8);
    height: auto;
    aspect-ratio: 1 / 1;
    background: url("../img/icon_arrow.svg") center/50% no-repeat;
    background-color: #37bbec;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1141px) and (hover: hover) {
  .about .about-wrap .about-content .about-link a:hover.link1 {
    background: url("../img/top/img_link1.png") center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    transition: none;
  }
  .about .about-wrap .about-content .about-link a:hover.link2 {
    background: url("../img/top/img_link2.png") center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    transition: none;
  }
  .about .about-wrap .about-content .about-link a:hover.link3 {
    background: url("../img/top/img_link3.png") center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    transition: none;
  }
  .about .about-wrap .about-content .about-link a:hover.link4 {
    background: url("../img/top/img_link4.png") center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    transition: none;
  }
  .about .about-wrap .about-content .about-link a:hover.link5 {
    background: url("../img/top/img_link5.png") center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    transition: none;
  }
  .about .about-wrap .about-content .about-link a:hover::after {
    background-color: #fff;
  }
}

@media screen and (min-width: 1141px) and (hover: hover) and (max-width: 1280px) {
  .about .about-wrap .about-content .about-link a:hover.link1, .about .about-wrap .about-content .about-link a:hover.link2, .about .about-wrap .about-content .about-link a:hover.link3 {
    background-position: cover;
  }
  .about .about-wrap .about-content .about-link a:hover.link4, .about .about-wrap .about-content .about-link a:hover.link5 {
    background-position: 50% 39%;
  }
}

@media only screen and (max-width: 1140px) {
  .about {
    height: 100%;
    overflow-x: hidden;
  }
  .about .about-wrap {
    padding: 22vw 3.51vw 17.98vw;
  }
  .about .about-wrap .about-content {
    gap: 8.77vw;
  }
  .about .about-wrap .about-content .about-text > div h2 {
    font-size: calc(106 * 1px);
    font-size: calc(calc(100 / 1140) * 106 * 1vw);
    font-weight: 900;
    margin-bottom: 6.5vw;
  }
  .about .about-wrap .about-content .about-text > div h2 span {
    display: block;
    font-size: calc(82 * 1px);
    font-size: calc(calc(100 / 1140) * 82 * 1vw);
    font-weight: 300;
    margin-bottom: 1.25vw;
  }
  .about .about-wrap .about-content .about-text > div h2 span b {
    font-weight: 700;
  }
  .about .about-wrap .about-content .about-text > div p {
    font-size: calc(50 * 1px);
    font-size: calc(calc(100 / 1140) * 50 * 1vw);
    font-weight: 700;
  }
  .about .about-wrap .about-content .about-text img {
    top: 25%;
    left: 80%;
  }
  .about .about-wrap .about-content .about-link {
    width: 100%;
  }
  .about .about-wrap .about-content .about-link a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-size: calc(60 * 1px);
    font-size: calc(calc(100 / 1140) * 60 * 1vw);
    background: rgba(0, 0, 0, 0.7);
    padding: 4.82vw 3.51vw;
    border-radius: 1.88vw;
    margin-bottom: 3.07vw;
  }
  .about .about-wrap .about-content .about-link a::after {
    content: '';
    display: block;
    position: absolute;
    top: 3.51vw;
    right: 3.51vw;
    width: 9.65vw;
    height: 9.65vw;
    background: url("../img/icon_arrow.svg") center/50% no-repeat;
    background-color: #37bbec;
    border-radius: 50%;
  }
}

.sustaina {
  position: relative;
  width: 100%;
}
.sustaina #sustainability-mv {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 64 / 27;
}
.sustaina #sustainability-mv::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sustaina #sustainability-mv::before {
  background: url(../img/top/main_004.jpg) center top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1141px) {
  .sustaina {
    height: 100vh;
  }
  .sustaina .sustaina-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(1460px * 0.8);
    height: 100%;
    margin: 0 auto;
    padding: 110px 1.41vw max(3.125vw, 45px);
  }
  .sustaina .sustaina-wrap .sustaina-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.08vw;
    position: relative;
    width: 100%;
    height: 100%;
    color: #012148;
    z-index: +1;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-text h2 {
    font-size: clamp(7.2rem, calc(6.25vw * 0.8), calc(9.0rem * 0.8));
    font-weight: 300;
    line-height: 1.222;
    text-align: center;
    margin-bottom: 2.125vw;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-text h2 b {
    font-weight: 700;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-text p {
    max-width: 800px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.636;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link {
    width: fit-content;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link a {
    position: relative;
    display: block;
    width: fit-content;
    color: #012148;
    font-size: clamp(3.2rem, 2.78vw, 4rem);
    font-weight: 300;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 3px;
    background: #37bbec;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link a::after {
    content: '';
    position: absolute;
    right: -1.2em;
    top: 50%;
    width: 1.46vw;
    height: 1.04vw;
    background: url("../img/icon_arrow.svg") top center/contain no-repeat;
    transform-origin: center top;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 1141px) and (hover: hover) {
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link a:hover::before {
    transform: scale(1, 1);
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link a:hover::after {
    transform: translate(15px, -50%);
  }
}

@media only screen and (max-width: 1140px) {
  .sustaina {
    height: 100vh;
    height: 100dvh;
  }
  .sustaina .sustaina-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 22vw 3.51vw;
  }
  .sustaina .sustaina-wrap .sustaina-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8.77vw;
    position: relative;
    width: 100%;
    height: 100%;
    color: #012148;
    z-index: +1;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-text h2 {
    font-size: calc(106 * 1px);
    font-size: calc(calc(100 / 1140) * 106 * 1vw);
    font-weight: 300;
    line-height: 1.125;
    margin-bottom: 8.77vw;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-text h2 b {
    font-weight: 700;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-text p {
    font-size: calc(50 * 1px);
    font-size: calc(calc(100 / 1140) * 50 * 1vw);
    font-weight: 700;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link {
    width: 100%;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link a {
    position: relative;
    display: block;
    width: fit-content;
    color: #012148;
    font-size: calc(84 * 1px);
    font-size: calc(calc(100 / 1140) * 84 * 1vw);
    font-weight: 300;
    margin-bottom: 2.5vw;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link a:last-child {
    margin-bottom: 0;
  }
  .sustaina .sustaina-wrap .sustaina-content .sustaina-link a::after {
    content: '';
    position: absolute;
    right: -1.2em;
    top: 50%;
    width: 4.91vw;
    height: 3.51vw;
    background: url("../img/icon_arrow.svg") center/contain no-repeat;
    transform-origin: center top;
    transform: translateY(-50%);
  }
}

.newsroom {
  position: relative;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1141px) {
  .newsroom {
    height: 100vh;
  }
  .newsroom .news-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
    padding: 110px 0 7.99vw;
  }
  .newsroom .news-wrap .news-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .newsroom .news-wrap .news-content .news-link {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 4.86vw;
    width: 100%;
  }
  .newsroom .news-wrap .news-content .news-link h2 {
    font-size: clamp(3.6rem, 3.33vw, 4.8rem);
  }
  .newsroom .news-wrap .news-content .news-link h2 b {
    font-weight: 700;
  }
  .newsroom .news-wrap .news-content .news-link > div {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 4.86vw;
  }
  .newsroom .news-wrap .news-content .news-link > div a {
    position: relative;
    color: #fff;
    font-size: clamp(1.4rem, 2.78vw, 4rem);
    font-weight: 100;
  }
  .newsroom .news-wrap .news-content .news-link > div a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -1.2em;
    width: 1.46vw;
    height: 1.04vw;
    mask-repeat: no-repeat;
    background: #fff;
    mask-size: contain;
    mask-image: url(../img/icon_arrow.svg);
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 1141px) and (hover: hover) {
  .newsroom .news-wrap .news-content .news-link > div a:hover::after {
    transform: translate(15px, -50%);
  }
}
@media screen and (min-width: 1141px) {
  .newsroom .news-wrap .news-content .news-list {
    width: 100%;
  }
  .newsroom .news-wrap .news-content .news-list ul {
    list-style: none;
  }
  .newsroom .news-wrap .news-content .news-list ul li {
    border-bottom: 1px solid #1C4C86;
    padding: 22px 0 20px;
  }
  .newsroom .news-wrap .news-content .news-list ul li:first-child {
    border-top: 1px solid #1C4C86;
  }
  .newsroom .news-wrap .news-content .news-list ul li a {
    display: grid;
    grid-template-columns: calc(((100% - 23px) / 10) * 2) calc(((100% - 23px) / 10) * 8);
    grid-template-rows: 1fr max-content;
    grid-column-gap: 23px;
    grid-row-gap: 6px;
    color: #fff;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .genre {
    grid-area: 1 / 1 / 3 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .genre span {
    width: 100%;
    height: fit-content;
    font-size: clamp(1.4rem, 0.83vw, 1.6rem);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border-radius: 50px;
    padding: 9px 0;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .genre span.news {
    background: #37bbec;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .genre span.blog {
    color: #012148;
    background: #fff;
  }
  .newsroom .news-wrap .news-content .news-list ul li a time {
    grid-area: 1 / 2 / 2 / 3;
    font-size: clamp(1.4rem, 0.83vw, 1.6rem);
    font-weight: 700;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .news-ttl {
    grid-area: 2 / 2 / 3 / 3;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1141px) and (hover: hover) {
  .newsroom .news-wrap .news-content .news-list ul li:hover {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.3) 50%);
  }
}

@media only screen and (max-width: 1140px) {
  .newsroom {
    height: 100%;
  }
  .newsroom .news-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 22vw 3.51vw 12.72vw;
  }
  .newsroom .news-wrap .news-content {
    width: 100%;
    height: 100%;
  }
  .newsroom .news-wrap .news-content .news-link {
    width: 100%;
    margin-bottom: 4.0vw;
  }
  .newsroom .news-wrap .news-content .news-link h2 {
    font-size: calc(106 * 1px);
    font-size: calc(calc(100 / 1140) * 106 * 1vw);
    margin-bottom: 3.0vw;
  }
  .newsroom .news-wrap .news-content .news-link > div {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 5.0vw;
    width: 100%;
  }
  .newsroom .news-wrap .news-content .news-link > div a {
    position: relative;
    display: inline-flex;
    justify-content: flex-end;
    width: calc(100% / 3);
    color: #fff;
    font-size: calc(80 * 1px);
    font-size: calc(calc(100 / 1140) * 80 * 1vw);
    font-weight: 100;
    padding-right: 1.5em;
  }
  .newsroom .news-wrap .news-content .news-link > div a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px;
    height: 20px;
    mask-repeat: no-repeat;
    background: #fff;
    mask-size: contain;
    mask-image: url(../img/icon_arrow.svg);
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .newsroom .news-wrap .news-content .news-list {
    width: 100%;
  }
  .newsroom .news-wrap .news-content .news-list ul {
    list-style: none;
  }
  .newsroom .news-wrap .news-content .news-list ul li {
    border-bottom: 1px solid #1C4C86;
    padding: 5.7vw 0 5.26vw;
  }
  .newsroom .news-wrap .news-content .news-list ul li:first-child {
    border-top: 1px solid #1C4C86;
  }
  .newsroom .news-wrap .news-content .news-list ul li a {
    display: grid;
    grid-template-columns: 43% 57%;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 3.95vw;
    grid-row-gap: 3.51vw;
    width: calc(100% - 3.51vw);
    color: #fff;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .genre {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .genre span {
    display: inline-block;
    width: 100%;
    height: fit-content;
    font-size: calc(32 * 1px);
    font-size: calc(calc(100 / 1140) * 32 * 1vw);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border-radius: 15px;
    padding: 1.75vw 0;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .genre span.news {
    background: #37bbec;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .genre span.blog {
    color: #012148;
    background: #fff;
  }
  .newsroom .news-wrap .news-content .news-list ul li a time {
    grid-area: 1 / 2 / 2 / 3;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: calc(32 * 1px);
    font-size: calc(calc(100 / 1140) * 32 * 1vw);
    font-weight: 700;
  }
  .newsroom .news-wrap .news-content .news-list ul li a .news-ttl {
    grid-area: 2 / 1 / 3 / 3;
    width: 100%;
    font-size: calc(36 * 1px);
    font-size: calc(calc(100 / 1140) * 36 * 1vw);
  }
}
