@charset "UTF-8";
/* CTC BLUE rgb(0,92,202) */
/* CTC DEEP BLUE rgb(0,61,134) */
/* 藤色 rgb(170,139,187) */
/* 橙色 rgb(213,132,57) */
/* 空色 rgb(121,196,216) */
/* 檸檬色 rgb(247,215,118) */
/* 青葉色 rgb(72,117,64) */
/* 藍色 rgb(29,35,72) */
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, "Material Symbols Outlined", sans-serif;
}
body.noscroll {
  overflow: hidden;
  touch-action: none;
}
body a:visited {
  color: initial;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #003d86;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .spinner {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

header {
  position: absolute;
  z-index: 10;
}
header div {
  padding: 2.25vw 0 0 0;
}
header div a {
  margin-left: 3.75rem;
}
header div a img {
  width: 132px;
}

.fade-video {
  opacity: 0;
  transition: opacity 2s ease;
}

.fade-video.is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  a.fade-video {
    transition: none;
  }
}
main {
  overflow: hidden;
}
main .movie_wrapper {
  background: #003d86;
  position: relative;
}
main .movie_wrapper .movie_area {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  background: #003d86;
}
main .movie_wrapper .movie_area video {
  width: 100%;
  margin: 0;
  line-height: 10;
}
main .movie_wrapper .stickywrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
main .movie_wrapper .stickywrap a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0.75rem 2.75rem 0.75rem 2rem;
  color: #003d86;
  text-decoration: none;
  border-radius: 5px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
main .movie_wrapper .stickywrap a:after {
  content: "↓";
  font-size: 0.75rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  transition: all 0.3 ease-out;
}
main .movie_wrapper .stickywrap a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: rgba(0, 92, 202, 0.2);
  position: absolute;
  top: -50%;
  right: -50%;
  transition: 0.3s ease;
  filter: blur(25px);
}
main .movie_wrapper .stickywrap a:hover:before {
  right: -250%;
}
main .movie_wrapper .stickywrap a:hover:after {
  animation: 0.5s ease-in-out 0s 1 normal none running arrow-slide-down;
}
main .movie_wrapper .stickywrap a:not(:hover):after {
  animation: 0.5s ease-in-out 0s 1 normal none running arrow-slide-up;
}
@keyframes arrow-slide-down {
  0% {
    transform: translateY(-50%);
    opacity: 1;
  }
  50% {
    transform: translateY(100%);
    opacity: 0;
  }
  51% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
@keyframes arrow-slide-up {
  0% {
    transform: translateY(-50%);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
main .movie_wrapper.is-stopped .stickywrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
main article {
  background: #181F3F;
  background: #003d86;
}
main article #key {
  max-width: 2200px;
  margin: 0 auto;
  padding: 81px 0 139px 0;
  background: no-repeat 50% 100%;
  background: #003d86 no-repeat 50% 100%;
  background-image: url(/good/images/bg_building.svg), url(/good/images/bg_sky.png);
  position: relative;
}
main article #key:before {
  content: "";
  display: block;
  width: 2200px;
  height: 100%;
  background: linear-gradient(to right, #003d86 0, rgba(0, 0, 0, 0) 100px 2100px, #003d86 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-1100px);
}
main article #key > div {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: start;
  justify-content: space-between;
}
main article #key > div > div {
  width: 440px;
  padding: 70px;
  border-radius: 15px;
  background: #003d86;
  position: relative;
  box-sizing: border-box;
  transform: translate(-70px, -102px);
}
main article #key > div > div:before {
  content: "";
  width: 120px;
  height: 120px;
  background: url(/good/images/obj_plus.svg) no-repeat 50% 50%/cover;
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: 2;
}
main article #key > div > div h1 {
  margin: 0 0 58px 0;
  padding: 0;
}
main article #key > div > div h1 img {
  width: 100%;
}
main article #key > div > div h1 p {
  margin: 0 0 24px 0;
  font-size: 27px;
  font-weight: 600;
}
main article #key > div > div a {
  display: block;
  padding: 18px 0 18px 25px;
  color: #003d86;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  background: white;
  position: relative;
  overflow: hidden;
}
main article #key > div > div a span {
  white-space: nowrap;
}
main article #key > div > div a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: rgba(0, 92, 202, 0.2);
  position: absolute;
  top: -50%;
  right: -50%;
  transition: 0.3s ease;
  filter: blur(25px);
}
main article #key > div > div a:after {
  content: "→";
  font-size: 0.75rem;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 0.7em);
  right: 15px;
  transition: all 0.3 ease-out;
}
main article #key > div > div a:hover:before {
  right: -250%;
}
main article #key > div > div a:hover:after {
  animation: 0.5s ease-in-out 0s 1 normal none running arrow-slide-out;
}
main article #key > div > div a:not(:hover):after {
  animation: 0.5s ease-in-out 0s 1 normal none running arrow-slide-in;
}
@keyframes arrow-slide-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow-slide-in {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
  }
  51% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
main article #key > div > section img {
  width: 100%;
}
main article #key > div > section h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-size: min(2.5vw, 1.5rem);
  color: #003d86;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main article #key > div > section > section {
  max-width: 250px;
  max-height: 250px;
  width: 70vw;
  height: 70vw;
  margin: 0;
  padding-top: 6rem;
  color: #003d86;
  text-align: center;
  border-radius: 9999px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
}
main article #key > div > section > section:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/good/images/obj_plus.svg) no-repeat 50% 50%/contain;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
main article #key > div > section > section h3 {
  margin: 0 0 1rem 0;
  font-size: 1.625rem;
}
main article #key > div > section > section p {
  margin: 0 0 1rem 0;
  font-size: 0.8125rem;
  line-height: 1.75;
}
main article #key > div > section > section:nth-of-type(1) {
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
}
main article #key > div > section > section:nth-of-type(1):before {
  background-image: url(/good/images/icon_living.svg);
}
main article #key > div > section > section:nth-of-type(2) {
  bottom: -15%;
  right: -20%;
}
main article #key > div > section > section:nth-of-type(2):before {
  background-image: url(/good/images/icon_globalenvironment.svg);
}
main article #key > div > section > section:nth-of-type(3) {
  bottom: -15%;
  left: -20%;
}
main article #key > div > section > section:nth-of-type(3):before {
  width: 35px;
  height: 35px;
  background-image: url(/good/images/icon_society.svg);
}
main article .key_sp {
  display: none;
}
main article .tag {
  display: flex;
  margin: 0 0 1.875rem 0;
  padding: 0;
  list-style: none;
  align-items: end;
  gap: 0.5rem;
}
main article .tag li {
  width: auto;
  margin-top: 21px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  border-radius: 9999px;
  background: #002654;
}
main article .tag li.imgtag {
  max-width: 60px;
  margin-top: 0;
  padding: 10px 16px 7px 16px;
  line-height: 1;
  border-radius: 4px;
  background: #fff;
}
main article .tag li.imgtag img {
  width: 100%;
}
main article .tag li.right {
  margin-left: auto;
}
main article .gridcard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 1070px;
  margin: 60px auto;
}
main article .gridcard.c3 {
  grid-template-columns: 1fr 1fr 1fr !important;
}
main article .gridcard a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  padding-bottom: 30px;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: 0.3s ease;
}
main article .gridcard a > figure {
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}
main article .gridcard a > figure img {
  width: 100%;
  transition: 0.3s ease-out;
}
main article .gridcard a > figure:before {
  content: "";
  width: 30px;
  height: 40px;
  background: url("/good/images/icon_play.svg") no-repeat 50% 50%/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
main article .gridcard a h4 {
  display: flex;
  margin: 0 0 20px 0;
  padding: 0 30px;
  font-size: 18px;
  line-height: 1.4;
  align-items: center;
  gap: 16px;
}
main article .gridcard a h4 img {
  display: block;
  width: 87px;
  margin-left: auto;
  padding: 17px 10px;
  border-radius: 5px;
  background: #fff;
}
main article .gridcard a h4 img.bk {
  background: #000;
}
main article .gridcard a h4 img.cr {
  padding: 11px 10px;
}
main article .gridcard a h4 p {
  margin: 0;
  padding: 0;
  flex: 1;
}
main article .gridcard a h4 p span {
  display: inline-block;
  font-size: 14px;
}
main article .gridcard a > p {
  margin: 0 0 20px 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 1.75;
}
main article .gridcard a ul {
  margin: 0 30px;
  padding: 0;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
main article .gridcard a ul li {
  width: auto;
  margin: 0;
}
main article .gridcard a:hover {
  transform: scale(0.97);
  line-height: 1;
}
main article .gridcard a:hover > figure img {
  transform: scale(1.1);
  -o-object-fit: contain;
     object-fit: contain;
}
main article .gridcard a.comingsoon {
  pointer-events: none;
}
main article .gridcard a.comingsoon figure:before {
  content: normal;
}
main article > section {
  margin: 0;
  padding: 100px 0 115px 0;
}
main article > section .label {
  margin: 0 0 35px 0;
  font-size: 14px;
  font-weight: 500;
}
main article > section h2 {
  margin: 40px 0 65px 0;
  font-size: 62px;
  line-height: 1;
}
main article > section h2 p {
  margin: 0 0 35px 0;
  font-size: 36px;
}
main article > section h2 span {
  font-weight: normal;
}
main article > section#movie {
  padding: 55px 0 55px 0;
  line-height: 1;
  background-image: linear-gradient(#181F3F 5%, #003d86 25%, #003d86 100%);
  overflow: hidden;
}
main article > section#movie > div {
  display: grid;
  max-width: 2000px;
  margin: 0 auto;
  align-items: start;
  grid-template-columns: auto 540px 50%;
  grid-template-rows: auto 1fr;
}
main article > section#movie > div .movie_title {
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
}
main article > section#movie > div .movie_title:before {
  content: "";
  width: 180px;
  height: 180px;
  background: url(/good/images/obj_plus.svg) no-repeat 50% 50%/cover;
  position: absolute;
  top: -25%;
  right: -30%;
  z-index: 2;
  transform: translateX(-50%);
}
main article > section#movie > div .movie_image {
  height: 100%;
  grid-column: 3/3;
  grid-row: 1/3;
  overflow: hidden;
  border-radius: 1rem 0 0 1rem;
  background: url(/good/images/photo_movie_top.jpg) no-repeat 40% 0/cover;
}
main article > section#movie > div .movie_image > img {
  display: none;
}
main article > section#movie > div section {
  margin: 0;
  padding-right: 100px;
  grid-column: 2/3;
  grid-row: 2/3;
}
main article > section#movie > div section h3 {
  margin: 19px 0 0 0;
  font-size: 1.375rem;
}
main article > section#movie > div section p {
  line-height: 2;
}
main article > section#movie > div section .name {
  display: flex;
  margin: 60px 0 25px 0;
  align-items: end;
  gap: 0;
  justify-content: center;
}
main article > section#movie > div section .name p {
  margin: 0;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
main article > section#movie > div section .name p span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
main article > section#movie > div section .name p:nth-of-type(2) {
  text-align: right;
}
main article > section#movie > div section .name img {
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: translate(-14px, -1px);
}
main article > section#movie > div section .name + p {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1rem;
}
main article > section#movie > div section ul + p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
main article > section#movie > section {
  max-width: 1070px;
  margin: 60px auto;
}
main article > section#movie > section h3 {
  margin-bottom: 58px;
}
main article > section#movie > section + hr {
  height: 1px;
  margin: 0;
  color: #003069;
  border: 0 none;
  background-color: #003069;
}
main article > section#movie > section + hr + section {
  position: relative;
}
main article > section#movie > section + hr + section:before {
  content: "";
  width: 102px;
  height: 102px;
  background: url(/good/images/obj_plus.svg) no-repeat 50% 50%/cover;
  position: absolute;
  top: -77px;
  left: -182px;
  z-index: 2;
}
main article > section#movie > section + hr + section > p {
  margin: 0 0 14px 0;
}
main article > section#movie > section + hr + section > h3 {
  margin: 0;
  font-size: 22px;
}
@media screen and (max-width: 1070px) {
  main article > section#movie > div .movie_image {
    background-position: 33.3% 0;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  main article > section#movie > div {
    grid-template-columns: auto 55% 50%;
  }
  main article > section#movie > div .movie_image {
    background-position: 0 0;
  }
  main article > section#movie > div section {
    padding-right: 2rem;
  }
  main article > section#movie > div section .name {
    justify-content: start;
  }
}
main article > section#movie .gridcard.c3 h4, main article > section#movie .gridcard.c3 p {
  padding-right: 20px;
  padding-left: 20px;
}
main article > section#movie .gridcard.c3 h4:has(span) {
  display: block;
}
main article > section#movie .gridcard.c3 h4:has(span) span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: inter, YakuHanJP, "Noto Sans JP", YuGothic, "Material Symbols Outlined", sans-serif;
  line-height: 1;
}
main article > section#casecolumn {
  margin-top: -15px;
  padding: 100px 0 115px 0;
  color: #fff;
  background: #005cca;
  border-radius: 15px 15px 0 0;
}
main article > section#casecolumn > div {
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
}
main article > section#casecolumn > div:before {
  content: "";
  width: 160px;
  height: 160px;
  background: url(/good/images/obj_plus.svg) no-repeat 50% 50%/cover;
  position: absolute;
  top: -90px;
  right: -41px;
  z-index: 2;
}
main article > section#casecolumn > div ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
main article > section#casecolumn > div ul li {
  width: 33.3%;
}
main article > section#casecolumn > div ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  position: relative;
  transition: 0.3s ease;
}
main article > section#casecolumn > div ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8666666667) 100%);
  position: absolute;
  z-index: 5;
}
main article > section#casecolumn > div ul li a > figure {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  transition: 0.3s ease;
}
main article > section#casecolumn > div ul li a > figure img {
  width: 100%;
  transition: 3s ease;
}
main article > section#casecolumn > div ul li a div {
  margin: 0;
  padding: 0 1.875rem;
  font-weight: bold;
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  z-index: 10;
}
main article > section#casecolumn > div ul li a div h3 {
  font-size: 1.25rem;
}
main article > section#casecolumn > div ul li a div p {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
main article > section#casecolumn > div ul li a:hover {
  transform: translateY(-0.25rem);
}
main article > section#casecolumn > div ul li a:hover > figure {
  opacity: 0.9;
}
main article > section#casecolumn > div ul li a:hover > figure img {
  transform: scale(1.1);
  -o-object-fit: contain;
     object-fit: contain;
}
main article > section#fullmovie {
  margin-top: -15px;
  padding: 100px 0 115px 0;
  border-radius: 15px 15px 0 0;
  background-image: linear-gradient(-110deg, #1B2143 0%, #17254E 34%, #192E60 68%, #163775 100%);
}
main article > section#fullmovie > div {
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
}
main article > section#fullmovie > div:before {
  content: "";
  width: 160px;
  height: 160px;
  background: url(/good/images/obj_plus.svg) no-repeat 50% 50%/cover;
  position: absolute;
  top: -149px;
  left: -120px;
  z-index: 2;
}
main article > section#fullmovie > div h2 {
  margin: 0 0 50px 0;
  font-size: 46px;
}
main article > section#fullmovie > div h2 img {
  height: 42px;
  padding: 0 0.5rem 0 0;
  vertical-align: -2px;
}
main article > section#fullmovie > div h2 p {
  display: inline-block;
  margin: 0;
  font-size: 42px;
}
main article > section#fullmovie > div a {
  display: block;
  line-height: 0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
main article > section#fullmovie > div a img {
  width: 100.5%;
  transition: 0.3s;
}
main article > section#fullmovie > div a:before {
  content: "";
  width: 30px;
  height: 40px;
  background: url("/good/images/icon_play.svg") no-repeat 50% 50%/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
main article > section#fullmovie > div a:hover img {
  opacity: 0.8;
}
main article > section#fullmovie > div video {
  width: 100%;
  max-height: 80vh;
}
main article > section#about {
  color: #1d2348;
  margin-top: -15px;
  padding-bottom: 100px;
  border-radius: 15px 15px 0 0;
  background: #ededed;
}
main article > section#about > div {
  display: flex;
  max-width: 1070px;
  margin: 0 auto;
  justify-content: space-between;
}
main article > section#about > div .label {
  color: #003d86;
}
main article > section#about > div h2 {
  margin: 0;
  color: #003d86;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: normal;
  text-box: trim-both cap alphabetic;
}
main article > section#about > div h2 span {
  display: block;
  font-size: 2rem;
}
main article > section#about > div .carousel {
  display: flex;
  width: 620px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
}
main article > section#about > div .carousel a {
  width: calc(50% - 5px);
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
main article > section#about > div .carousel a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6980392157) 100%);
  position: absolute;
  z-index: 4;
}
main article > section#about > div .carousel a p {
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 5;
}
main article > section#about > div .carousel a img {
  width: 100%;
  transition: 0.3s ease-out;
}
main article > section#about > div .carousel a:hover {
  transform: scale(0.97);
}
main article > section#about > div .carousel a:hover img {
  opacity: 0.9;
  transform: scale(1.27);
}

.ff_inter {
  font-family: inter, YakuHanJP, "Noto Sans JP", YuGothic, "Material Symbols Outlined", sans-serif;
}

.pagetop {
  padding-right: 20px;
  text-align: right;
  background: #ededed;
}
.pagetop a {
  display: inline-block;
  padding: 27px 40px 23px 40px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  background: #003d86;
  position: relative;
}
.pagetop a:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 8px;
  height: 8px;
  background: url(/good/images/arrow_pagetop.svg) no-repeat 100% 100%/cover;
}

footer {
  background: #003d86;
}
footer > div {
  display: flex;
  padding: 1.875rem 3.75rem;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 3rem;
}
footer > div div dl {
  display: flex;
  margin: 0 0 25px 0;
  padding: 0;
  align-items: center;
  gap: 1rem;
}
footer > div div dl dt {
  margin: -4px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
footer > div div dl dd {
  margin: 0;
  padding: 0;
}
footer > div div dl dd img {
  height: 1.125rem;
}
footer > div div dl + img {
  display: block;
  height: 12px;
  margin-bottom: 16px;
}
footer > div div small {
  display: block;
  font-size: 10px;
  line-height: 1.75;
}
footer > div div > img {
  display: inline-block;
  height: 20px;
}
footer > div div > img + img {
  margin-left: 21px;
}

@media screen and (max-width: 1090px) {
  main article #key, main article #movie, main article #casecolumn, main article #fullmovie, main article #about {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 1000px) {
  main article #key:before {
    content: normal;
  }
  main article #key > div > div h1 p {
    font-size: 27px;
  }
  main article section h2 {
    font-size: 50px;
  }
  main article section#about > div > div {
    padding-right: 20px;
  }
  main article section#about > div h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  main article > section#movie > div h2 {
    font-size: 7vw;
  }
  main article > section#movie > div h2 p {
    font-size: 4vw;
  }
  main article > section#movie > div section .name p {
    font-size: 4vw;
  }
  main article > section#movie > div section .name p span {
    font-size: 1.25vw;
  }
  main article > section#movie > div section .name img {
    width: 3vw;
    transform: translate(-1.5vw, 3px);
  }
  main article > section#movie > div section .name + p {
    font-size: 2.9vw;
  }
  main article .tag {
    flex-wrap: wrap;
  }
  main article .tag li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  header {
    background: #000;
    position: static;
  }
  header div {
    padding: 0;
  }
  header div a {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 3.5%;
  }
  header div a img {
    width: 100%;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
  }
  main .movie_wrapper {
    position: static;
  }
  main .movie_wrapper .stickywrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    transform: none;
  }
  main .movie_wrapper .stickywrap a {
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 2.5vw;
    top: 3.5vw;
    right: 0.5rem;
    bottom: auto;
  }
  main .movie_wrapper .stickywrap a:after {
    font-size: 2.5vw;
    right: 0.25rem;
  }
  main article .gridcard {
    display: block;
    margin: 0 20px !important;
  }
  main article .gridcard a {
    margin-bottom: 25px;
    gap: 0;
  }
  main article .gridcard a h4 {
    min-width: 0;
    margin: 0 0 15px 0;
    padding: 0 15px;
    gap: 16px 26px;
  }
  main article .gridcard a h4 img {
    width: 90px;
  }
  main article .gridcard a p {
    padding: 0 15px;
  }
  main article .gridcard a figure {
    overflow: unset;
  }
  main article .tag {
    margin: 0 15px !important;
  }
  main article #key {
    padding: 20px;
    background: url(/good/images/bg_sky.png) no-repeat 23% 100%/cover;
    position: relative;
  }
  main article #key:after {
    content: "";
    width: 100%;
    height: 50vh;
    background: url(/good/images/bg_building.png) no-repeat 50% 105%/300%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  main article #key > div {
    display: block;
  }
  main article #key > div > div {
    width: auto;
    padding: 40px 43px;
    transform: translate(0);
  }
  main article #key > div > div:before {
    width: 88px;
    height: 88px;
    left: -20px;
  }
  main article #key > div > div h1 {
    margin: 0 0 33px 0;
  }
  main article #key > div > div h1 p {
    margin: 0 0 23px 0;
    font-size: 6.2vw;
  }
  main article #key > div > div h1 p + p {
    margin: 0;
  }
  main article #key > div > div p {
    font-size: 4.5vw;
  }
  main article #key > div > div a {
    padding: 18px 16px 16px 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    letter-spacing: -0.25px;
  }
  main article #key > div > div a:after {
    top: 51%;
    right: 5%;
    transform: translateY(-50%);
  }
  main article #key > div section {
    width: auto;
    height: auto;
    margin: 20px auto 60px auto;
    padding: 0 6px;
    position: relative;
    transform: translateX(0);
  }
  main article #key > div section img {
    width: 100%;
    transform: translate(0);
  }
  main article #key > div section h2 {
    margin-top: 27vw;
    font-size: min(5.5vw, 1.5rem);
    text-align: center;
    top: auto;
    left: auto;
    position: static;
    transform: none;
  }
  main article #key > div section section {
    width: 30vw;
    height: 30vw;
    padding: 0;
  }
  main article #key > div section section:before {
    width: 100%;
    height: 8vw;
    top: 8vw;
  }
  main article #key > div section section h3 {
    width: 100%;
    margin: 0;
    font-size: 5vw;
    position: absolute;
    left: 50%;
    bottom: 5vw;
    transform: translateX(-50%);
  }
  main article #key > div section section p {
    display: none;
  }
  main article #key > div section section:nth-of-type(1) {
    top: -3.5rem;
  }
  main article #key > div section section:nth-of-type(2) {
    bottom: -2rem;
    right: -2rem;
  }
  main article #key > div section section:nth-of-type(3) {
    bottom: -2rem;
    left: -2rem;
  }
  main article #key > div section section:nth-of-type(3):before {
    width: 100%;
    height: 8vw;
  }
  main article .key_sp {
    display: block;
    background-image: linear-gradient(#181F3F 40%, #003d86 100%);
  }
  main article .key_sp > div {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 52px 66px 52px;
  }
  main article .key_sp > div section {
    display: flex;
    margin: 0 0 25px 0;
    padding: 0;
    align-items: center;
    gap: 20px;
  }
  main article .key_sp > div section div h3 {
    margin: 0 0 2px 0;
    color: #fff;
    font-size: 20px;
  }
  main article .key_sp > div section div p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
  }
  main article .key_sp > div section div p br {
    display: none;
  }
}
@media screen and (max-width: 600px) and (max-width: 500px) {
  main article .key_sp > div section div p br {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  main article .key_sp > div section:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
  }
  main article .key_sp > div section:nth-of-type(1):before {
    background-image: url(/good/images/icon_living.svg);
  }
  main article .key_sp > div section:nth-of-type(2):before {
    background-image: url(/good/images/icon_globalenvironment.svg);
  }
  main article .key_sp > div section:nth-of-type(3):before {
    background-size: 40%;
    background-image: url(/good/images/icon_society.svg);
  }
  main article section {
    padding: 60px 0 76px 0;
  }
  main article section .label {
    margin: 0 0 20px 0;
  }
  main article section#movie {
    padding: 0 !important;
    background: #003d86;
  }
  main article section#movie:before {
    width: 35vw;
    height: 35vw;
    top: -1.5rem;
    right: 1rem;
    bottom: auto;
    left: auto;
    transform: none;
  }
  main article section#movie > div {
    display: block;
  }
  main article section#movie > div div.movie_title {
    padding: 0 2rem;
  }
  main article section#movie > div div.movie_title h2 {
    margin-bottom: 42px;
    font-size: 36px;
  }
  main article section#movie > div div.movie_title h2 p {
    margin: 0 0 16px 0;
    font-size: 22px;
  }
  main article section#movie > div div.movie_title:before {
    width: 88px;
    height: 88px;
    top: auto;
    right: 20px;
    bottom: -70px;
    transform: none;
  }
  main article section#movie > div div.movie_image {
    height: auto;
    margin: 0;
    background: none;
  }
  main article section#movie > div div.movie_image > img {
    display: block;
    width: 100%;
    border-radius: 15px 0 0 15px;
    transform: translateX(20px);
  }
  main article section#movie > div section {
    padding: 41px 20px;
  }
  main article section#movie > div section h3 {
    margin: 19px 0;
    font-size: 22px;
  }
  main article section#movie > div section .name {
    margin-top: 19px;
    justify-content: space-between;
  }
  main article section#movie > div section .name p {
    font-size: 8vw;
  }
  main article section#movie > div section .name p span {
    font-size: 2.125vw;
  }
  main article section#movie > div section .name img {
    width: 6vw;
    height: 6vw;
    transform: translate(-1.5vw, -1px);
  }
  main article section#movie > div section .name + p {
    font-size: 5vw;
  }
  main article section#movie > div section ul {
    margin: 0 0 22px 0 !important;
    flex-wrap: wrap;
    gap: 2px;
  }
  main article section#movie > div section ul li {
    padding: 8px 10px;
    line-height: 1;
  }
  main article section#movie > div section ul li.imgtag {
    padding: 6px 10px 4px 10px;
  }
  main article section#movie > div section ul li.imgtag img {
    height: 25px;
  }
  main article section#movie > div section ul + p {
    font-size: 14px;
  }
  main article section#movie section {
    padding: 0;
  }
  main article section#movie section.gridcard a p {
    margin-bottom: 0;
  }
  main article section#movie section + hr + section {
    margin-top: 40px;
  }
  main article section#movie section + hr + section > p {
    margin: 0 20px;
  }
  main article section#movie section + hr + section > h3 {
    margin: 19px 20px 36px 20px;
    font-size: 22px;
  }
  main article section#movie section + section .ff_inter, main article section#movie section + section h3 {
    padding: 0 2rem;
  }
  main article section#movie section + section:before {
    top: -2rem;
    right: 0;
    left: auto;
  }
  main article section#casecolumn {
    padding-bottom: 60px;
  }
  main article section#casecolumn > div:before {
    width: 88px;
    height: 88px;
    top: -73px;
    right: 0;
    left: auto;
  }
  main article section#casecolumn > div h2 {
    margin: 0 0 43px 0;
    font-size: 37px;
  }
  main article section#casecolumn > div h2 p {
    margin: 0 0 14px 0;
    font-size: 21.49px;
  }
  main article section#casecolumn > div h2 span {
    font-size: 7vw;
  }
  main article section#casecolumn > div h2 span:nth-of-type(1) {
    vertical-align: 10px;
  }
  main article section#casecolumn > div ul {
    display: block;
  }
  main article section#casecolumn > div ul li {
    width: auto;
    margin: 0 0 20px 0;
  }
  main article section#fullmovie > div:before {
    width: 88px;
    height: 88px;
    top: -45px;
    right: -24px;
    left: auto;
  }
  main article section#fullmovie > div h2 {
    font-size: 22px;
    margin-bottom: 44px;
    line-height: 1.4;
  }
  main article section#fullmovie > div h2 span:nth-of-type(1) {
    padding-right: 3px;
    vertical-align: 3px;
  }
  main article section#fullmovie > div h2 img {
    display: inline-block;
    height: 25px;
  }
  main article section#fullmovie > div h2 p {
    font-size: 22px;
    line-height: 1.8;
  }
  main article section#about {
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
  }
  main article section#about > div {
    display: block;
  }
  main article section#about > div > div {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  main article section#about > div > div + div {
    padding: 0 !important;
  }
  main article section#about > div p {
    margin-bottom: 1rem;
  }
  main article section#about > div h2 {
    margin: 1rem 0 2rem 0;
    font-size: 8.5vw;
  }
  main article section#about > div ul {
    display: block;
    width: 100%;
  }
  main article section#about > div ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  main article section#about > div .carousel {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  main article section#about > div .carousel .slick-slide {
    margin-right: 20px;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
  }
  main article section#about > div .carousel .slick-track {
    will-change: transform;
  }
  main article section#about > div .carousel a {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform, opacity;
  }
  main article section#about > div .carousel a:before {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: opacity, transform;
    pointer-events: none; /* タップ競合を避ける */
    contain: paint; /* （対応ブラウザで）再描画範囲を局所化 */
  }
  main article section#about > div .carousel a:hover {
    transform: none;
  }
  main article section#about > div .carousel a:hover img {
    transform: none;
  }
  main article section#about > div .carousel p {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform, opacity;
  }
  .pagetop {
    padding: 0;
    text-align: center;
  }
  .pagetop a {
    width: calc(100% - 40px);
    padding: 24px 0 18px 0;
  }
  footer > div {
    padding: 0 50px 60px 50px;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  footer > div > div dl {
    margin-bottom: 20px;
  }
  footer > div > div:nth-of-type(1) {
    order: 2;
  }
  footer > div > div:nth-of-type(1) > img {
    width: 240px;
    height: auto;
    margin-bottom: 10px;
  }
  footer > div > div:nth-of-type(1) small {
    display: inline-block;
    font-size: 10px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  footer > div > div:nth-of-type(2) {
    margin: 50px 0 40px 0;
    order: 1;
  }
  footer > div > div:nth-of-type(2) img {
    height: 20px;
  }
}
/* plugin inview */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.7s, transform 0.7s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}