body {
  font-family: "Noto Sans JP";
  color: #000000;
  background-color: #f0f4f5;
}
.movie-section-title {
  font-family: "Montserrat";
  font-weight: 500;
}
.navbar {
  background-color: #f0f4f5;
  padding-bottom: 0;
}
.navbar-nav {
  gap: 38px;
}
.link-container {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: black;
  text-decoration: none;
  overflow: visible;
  z-index: 1;
}

.circle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0f36f9;
  border-radius: 50%;
  transform: translateY(-50%) translateX(0%);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: 1;
}

.link-container:hover {
  color: #0f36f9;
}

.link-container:hover .arrow {
  color: #0f36f9;
}

.link-container:hover .container-text {
  border-bottom: 1px solid #0f36f9;
}

.arrow {
  margin-left: 8px;
  transition: color 0.4s;
}

.arrow-icon {
  font-size: 25px;
}

.container-text {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #000000;
  letter-spacing: 1px;
  line-height: 32px;
}
@keyframes changeColor {
  0% {
    background-color: #0f36f9;
  }

  100% {
    background-color: white;
  }
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 20px;
}
.check-on-pc {
  display: block !important;
}

.check-on-sp {
  display: none !important;
}

.flex-on-pc {
  display: flex !important;
}
.container-navlink-sp {
  display: none;
}
.container-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  cursor: pointer;
}
.copy-right {
  font-size: 10px;
  margin-bottom: 0;
  height: 78px;
  margin-top: 7.93px;
}
.nav-link {
  color: #333;
  font-size: 19px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 45px;
}
.nav-link-movie {
  font-weight: 500;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.section-subtitle {
  font-size: 1rem;
  color: #777;
  margin-bottom: 40px;
}
.text-normal-sub {
  margin-bottom: 0;
  font-family: Montserrat;
  font-weight: 500;
  margin-top: 19px;
}
.title-messsage-two {
  margin-bottom: 10px;
  line-height: 30px;
}

.content-section {
  margin-top: 72px;
}

.content-section .content-message p {
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 2px;
  text-align: center;
}
.content-section-link {
  margin-top: 89px;
}

.content-message {
  width: fit-content !important;
  margin: auto;
}
.container-box-message {
  width: 100%;
}

.content-message {
  width: 100%;
}

.container-redirect {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 250px;
  font-size: 16px;
}

.line-under {
  border-bottom: 1px solid black;
  padding-bottom: 4px;
  letter-spacing: 3px;
}

.content-section:nth-child(even) {
  background-color: #f8f9fa;
}
.profile-thumbnails {
  margin-top: 59px;
}
.profile-thumbnails img {
  width: 100%;
}
.movie-section {
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  padding: 0;
  padding-bottom: 81px;
  border-radius: 8px;
  margin-top: 185px;
}
.container-movie-section-header {
  padding: 0 50px;
  padding-right: 117px;
  margin-top: 92px;
}

.movie-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.movie-section-header-right {
  display: flex;
  gap: 3rem;
  font-size: 20px;
}
.btn-slide {
  cursor: pointer;
}

.container-movie-section-info {
  padding: 0 127px;
  margin: auto;
}

.movie-section-info {
  display: flex;
  gap: 68px;
  margin-top: 104px;
  padding: 0;
}

.title-large-common,
.recruit-section-title {
  font-size: 100px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120px;
}
.recruit-section-title {
  margin-bottom: 0;
  font-family: Montserrat;
}
.movie-section-info-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 14px;
}

.movie-section-info-left img {
  width: 210px;
  height: 210px;
}

.movie-section-info-right .text-normal {
  font-size: 12px;
  line-height: 28px;
}
.message-one {
  margin-bottom: 23px;
}

.movie-section-info-right .text-large {
  font-size: 18px;
}

.movie-section-title {
  font-size: 100px;
  line-height: 45px;
}

.movie-section-subtitle {
  font-size: 22px;
  line-height: 50px;
  padding-left: 8px;
  margin-top: 20px;
}

.movie-card {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.movie-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.movie-info {
  padding: 20px;
}

.movie-time {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.9rem;
  color: #777;
}

.container-image-section {
  margin-top: 60px;
  position: relative;
  width: 100%;
}
.container-image-section svg {
  position: absolute;
  top: 45%;
  left: 48%;
}

.project-icon {
  font-size: 2rem;
  color: #0056b3;
  margin-bottom: 15px;
}

.people-card {
  margin-bottom: 30px;
}

.people-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
}

.intro-section {
  margin-top: 161px;
}

.intro-section p {
  font-size: 32px;
  margin-left: 88px;
  font-weight: 550;
  letter-spacing: 2px;
  margin-bottom: 25.02px;
}

.intro-section img {
  width: 100%;
}

.sustainability-section {
  background-color: #f0f4f5;
  padding: 60px 0;
}

footer {
  background-color: #333;
  color: white;
  padding: 40px 0;
}

.more-link {
  display: inline-block;
  color: #0056b3;
  font-weight: 500;
  text-decoration: none;
  margin-top: 10px;
}

.more-link:after {
  content: " →";
}

.carousel-inner-custom .carousel-item {
  display: flex !important;
  justify-content: center !important;
}

.carousel-inner-custom img {
  width: 84% !important;
}

.movie-section-header-right span {
  cursor: pointer;
  margin: 10px;
  font-size: 20px;
}
.container-image-section-pc {
  justify-content: center;
}
.container-image-section-pc img {
  width: 100%;
  padding: 0 67px;
}
.active {
  color: #0f36f9;
  font-weight: bold;
  border-bottom: 1px solid #0f36f9;
}

.relative {
  position: relative;
}

.dot {
  position: absolute;
  top: -15px;
  left: 40%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0f36f9;
  transition: left 0.3s;
  display: none;
}
#movieTab .nav-item .active {
  display: block;
}
.active .dot {
  display: block;
}

.container {
  position: relative;
  display: inline-block;
}

.movie-section-header-right {
  display: flex;
  justify-content: flex-start;
}

.about-section {
  width: 80%;
  margin: auto;
  margin-top: 216px;
}

.about-section-title {
  letter-spacing: 5%;
  font-family: Montserrat;
  font-weight: 500;
}

.about-section-subtitle {
  font-size: 26px;
  letter-spacing: 10%;
}

.solution-text {
  font-size: 60px;
  font-family: Montserrat;
  margin-bottom: 0;
  margin-top: 110px;
  letter-spacing: 5px;
}

.solution-text-info {
  font-size: 18px;
}

.image-item .text {
  margin-top: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: #000000;
  width: 55%;
  line-height: 40px;
}
.image-item .text:hover {
  cursor: pointer;
  color: #0f36f9;
}

.image-item {
  width: 50%;
}

.image-item img {
  width: 100%;
  border-radius: 8px;
}

.box-image-item {
  display: flex;
  gap: 43px;
  flex-wrap: nowrap;
  margin-top: 41px;
}

.project-section,
.people-section,
.sustainability-section {
  width: 80%;
  margin: auto;
  margin-top: 125px;
}

.project-section-container,
.people-section-container,
.sustainability-section-container {
  display: flex;
  gap: 78px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-section-title {
  margin-bottom: 0;
}

.project-section-title,
.people-section-title {
  font-size: 60px;
  font-family: Montserrat;
  letter-spacing: 5px;
  font-weight: 500;
}
.project-section-title {
  margin-top: 0px;
}

.project-section-subtitle,
.people-section-subtitle {
  font-size: 18px;
  line-height: 50px;
}
.people-section-title {
  margin-top: 0px;
}

.project-section-btn {
  margin-top: 77px;
}
.sustainability-btn {
  margin-top: 64px;
}

.project-section-left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 28px;
}

.margin-inside {
  margin-top: 27.81px;
}
.project-section-left-on-pc {
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.project-section-left-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.project-section-left-item img {
  width: 93px;
  height: 93px;
}

.project-section-left-item p {
  font-size: 11px;
  color: #0f36f9;
  font-weight: 500;
  text-align: center;
  margin-top: 4px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 32px;
}

.people-section-left p,
.sustainability-section-right p {
  margin-bottom: 0;
}
.people-section-left .project-section-btn {
  margin-top: 64px;
}
.people-section-container {
  gap: 58px;
  justify-content: space-between;
}

.people-section-right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.people-section-right img {
  width: 180px;
  height: 240px;
}

.sustainability-section-left img {
  width: 503.24px;
  height: 266px;
}

.sustainability-section-container {
  gap: 52px;
}

.recruitment-section {
  position: relative;
  margin-top: 184px;
}

.recruitment-section .text-absolute {
  position: absolute;
  top: 0;
  left: 5%;
  width: 95%;
}

.recruitment-section img {
  width: 100%;
}

.title-common {
  font-size: 60px;
  line-height: 45px;
  margin-top: 30px;
}
.project-section-left-item {
  position: relative;
  text-decoration: none;
}

.project-section-left-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: white;
  transition: width 0.3s ease, height 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.project-section-left-item:hover::before {
  width: 150px;
  height: 150px;
}
.nav-link {
  padding: 0 !important;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 32px;
  letter-spacing: 2px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: blue;
  background-color: unset !important;
  border-radius: 0;
  border-bottom: 1px solid blue;
  padding: 0;
}

.sustainability-section-btn {
  margin-top: 66.59px;
}
.sustainability-subtitle {
  line-height: 15px;
}

.project-section-style {
  margin-top: 64px;
}
.people-section-title {
  margin-top: 38px;
}
.sustainability-title {
  margin-top: 40px;
}
.container-movie-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 2rem;
}
.container-movie-section-header .movie-section-header-right {
  padding-right: 0px;
}
.nav {
  gap: 61px;
}
#recruitment {
  cursor: pointer;
}
.tab-content {
  width: 100%;
}
.tab-content iframe {
  width: 75%;
  min-height: 406px;
  border-radius: 8px;
}
.container-video {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 52px;
  padding-left: 239px;
}
.date-20250320 {
  max-height: 406px;
}
.container-video div iframe {
  height: auto;
}
.container-video div {
  width: 100%;
  flex: 0 0 100%;
}

.content-box-1,
.content-box-2,
.content-box-3 {
  transition: transform 0.5s ease-in-out;
}
.iframe-on-pc {
  display: block;
}
.iframe-on-sp {
  display: none;
}

#videoPreview {
  transition: opacity 1s ease-in-out;
  width: 100%;
}
.animation-image {
  transition: opacity 1s ease-in-out;
}
.solution-cus {
  margin-top: 101px;
  font-weight: 500;
}
.nav-collapse-cus {
  margin-right: 30px;
}
.nav-link-movie {
  font-size: 20px;
}
.reset-margin {
  margin: 0;
}
.style-sub-on-sp {
  margin-bottom: 0;
  line-height: 50px;
}
.solution-text-info {
  margin-top: 0;
}
.image-item {
  overflow: hidden;
  border-radius: 8px;
}
.container-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}
.image-item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1.5s all;
  transform-origin: center;
}

.image-item img:hover {
  transform: scale(1.2, 1.2);
}

.mt-under-image {
  margin-top: 60px;
}
.movie-section {
  width: 83.4%;
}
.movie-section-info-right {
  width: 65%;
}
.container-title-page {
  width: 100%;
  display: flex;
  justify-content: start;
}
.container-title-page img {
  width: 43.96%;
  object-fit: contain;
  margin-left: 88px;
  margin-bottom: 25.02px;
}

.text-animation {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 37px;
}

.text-animation img {
  position: absolute;
  opacity: 1;
  transition: opacity 1.5s ease;
  width: 502px;
}

.people-section-link {
  display: none;
}
.check-image-on-pc{
  display: block;
}
.check-image-on-sp{
  display: none;
}
.medium-link{
  display: none;
}
.link-sp-pt{
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .link-container:hover .circle {
    width: 75px;
    height: 75px;
    background-color: white;
    border-radius: 50%;
    transform: translateY(-50%) translateX(0%);
    z-index: -1;
  }

  .link-container:hover .circle {
    animation: changeColor 0.4s forwards;
  }
  .recruitment-section .text-absolute {
    position: absolute;
    top: 27%;
    left: 11%;
    width: fit-content;
  }
}

@media screen and (min-width: 1480px) {
  .content-message {
    width: fit-content;
    margin: auto;
  }
  .container-box-message {
    width: 100%;
  }
  .project-section-container,
  .sustainability-section-container {
    gap: 40px;
  }
  .project-section,
  .people-section,
  .sustainability-section {
    display: flex;
    justify-content: center;
  }
  .project-section-container,
  .people-section-container,
  .sustainability-section-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .container-video {
    padding-left: 239px;
  }
  .movie-section {
    width: 1200px;
  }
  .container-title-page img {
    width: 33%;
  }
  .text-animation img {
    width: 502px;
  }
  .recruitment-section .text-absolute{
    top: 28%;
  }
}


@media screen and (min-width: 1460px) and (max-width: 3500px) {
  .project-section,
  .people-section,
  .sustainability-section,
  .about-section{
    width: 90%;
  }
  .project-section-container, .people-section-container, .sustainability-section-container{
    width: 100%;
  }
  .project-section-left{
    flex: 1;
  }
  .project-section-container{
    gap: 10%;
  }
  .margin-inside{
    margin-top: 8%;
  }

  .people-section-right{
    flex: 1;
    justify-content: space-between;
  }
  .people-section-right div{
    width: 20%;
  }
  .people-section-right div img{
    width: 100%;
    height: auto;
  }
  .sustainability-section-container,
  .people-section-container
  {
    gap: 10%;
  }
  .sustainability-section-left{
    flex: 1;
  }
  .sustainability-section-left img{
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .project-section-container,
  .people-section-container,
  .sustainability-section-container {
    gap: 0;
  }
  .project-section,
  .people-section,
  .sustainability-section,
  .about-section,
  .movie-section {
    width: 90%;
  }
}

@media screen and (min-width: 584px) and  (max-width: 1279px) {
  .project-section-right,.sustainability-section-right{
    order: 1;
  }
  .project-section-left,.sustainability-section-left
  {
    order: 2;
  }
  .medium-link-hide{
    display: none;
  }
  .medium-link{
    display: flex;
    order: 3;
  }
  .sustainability-section-container{
    flex-direction: column;
  }
  .sustainability-btn,.project-section-btn{
    margin-top: 0;
  }
  .mt-link-medium{
    margin-top: 4rem;
  }
  .image-item .text {
    width: 100%;
  }
  .no-medium-link{
    display: flex;
    margin-top: 66.59px;
  }
  .recruitment-section .text-absolute{
    width :fit-content;
    top: 27%;
    left: 7%;
  }
}
@media screen and (max-width: 1200px) {
  .recruitment-section .text-absolute{
    left: 10%;
  }
  .recruit-section-title {
    font-size: 70px;
  }
  .recruitment-section .text-absolute{
    top: 20%;
  }
  .recruitment-section .text-absolute{
    top: 25%;
  }
}
@media screen and (max-width: 992px) {
  .container-navlink-sp {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
  .container-link-sp a {
    width: fit-content;
  }
  .container-link-sp {
    display: flex;
    justify-content: center;
  }
  .movie-section-info-right .text-normal {
    width: 100%;
  }
  .profile-thumbnails {
    margin-top: 48px;
  }
  .nav-container-sp {
    margin: 0;
  }

  .intro-section {
    margin-top: 90px;
  }

  .container-box-message {
    width: 87%;
  }

  .content-message {
    width: 100%;
  }

  .movie-section-header {
    flex-direction: column;
  }

  .movie-section-info {
    flex-direction: column;
    align-items: center;
  }

  .project-section-title,
  .people-section-title,
  .project-section-subtitle,
  .people-section-subtitle,
  .solution-text,
  .solution-text-info,
  gb .movie-section-subtitle {
    text-align: center;
  }

  .people-section-left,
  .project-section-right {
    width: 100%;
  }

  .movie-section-header-right {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 40px;
    margin-top: 22px;
  }

  .people-section-right {
    justify-content: space-between;
    gap: 1rem;
  }

  .people-section-right div {
    width: 47%;
  }

  .people-section-right img {
    width: 100%;
    height: auto;
  }
  .container-video{
    padding-left: 50px;
  }

  .project-section,
  .people-section,
  .sustainability-section,
  .movie-section,
  .movie-section {
    width: 100%;
  }

  .project-section-container,
  .sustainability-section-container,
  .people-section-container {
    flex-direction: column;
  }

  .sustainability-section-left img {
    width: 100%;
    height: unset;
  }

  .about-section {
    margin-top: 90px;
  }
  .check-on-pc {
    display: none !important;
  }

  .check-on-sp {
    display: block !important;
  }
  .project-section-left-on-sp {
    display: flex;
    justify-content: space-between;
    margin-top: 14.91px;
  }

  .project-section-left-item {
    width: 33%;
    position: relative;
  }

  .project-section-left-item img {
    width: 66px;
    height: 66px;
    transition: transform 0.9s ease;
  }
  .project-section-left-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: white;
    transition: width 0.3s ease, height 0.3s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .project-section-left-item:hover::before {
    width: 130px;
    height: 130px;
  }

  .flex-start {
    justify-content: start;
  }

  .container-redirect {
    width: 100%;
    justify-content: center;
  }
  .margin-on-sp {
    margin: 0;
  }
  .flex-on-sp {
    display: flex !important;
  }
  .flex-on-pc {
    display: none;
  }
  .recruitment-section .text-absolute {
    top: 5px;
    left: 0px;
    width: 100%;
  }
  .limit-height-sp {
    max-height: 540px;
    margin-top: 14.91px;
  }
}
@media screen and (max-width: 584px) {
  .navbar {
    padding: 0;
    padding-top: 10px;
    position: unset;
  }
  .text-animation img {
      width: 228px;
  }
  .movie-section-info-right {
    width: 100%;
  }
  .arrow-icon {
    font-size: 20px;
  }
  .container-video {
    gap: 0px;
  }
  .movie-section-title {
    line-height: 45px;
  }
  .tab-content iframe,
  .tab-content,
  .container-video,
  .container-video,
  .date-20250320 {
    min-height: 256px;
  }
  .movie-section-subtitle {
    padding-left: 0;
  }
  .iframe-on-pc {
    display: none;
  }
  .iframe-on-sp {
    display: block;
    width: 100%;
  }
  .container-movie-section-header {
    padding-right: 0;
    gap: 0;
  }
  .container-video .content-box-2 iframe,
  .container-video .content-box-1 iframe,
  .container-video .content-box-3 iframe {
    width: 100vw;
  }
  .nav {
    gap: 32px;
  }
  .container-video {
    padding-left: 0;
  }
  .container-movie-section-info {
    padding: 0;
  }
  .nav-link-sp {
    display: flex;
    align-items: center;
  }
  .container-movie-section-header {
    flex-direction: column;
  }
  .sustainability-section-left img {
    padding: 0 32px;
  }
  .tab-content iframe {
    border-radius: 0px;
  }
  .tab-content {
    width: 100%;
    height: 256px;
  }
  .link-container {
    height: 40px;
  }
  .people-section-right {
    margin-top: 25px;
  }
  .movie-section-info-left img {
    width: 148px;
    height: 148px;
  }
  .circle {
    left: 2%;
  }
  .container-text {
    justify-content: start;
  }

  .container-link-sp {
    display: flex;
    justify-content: center;
  }
  .container-link-sp a {
    width: fit-content;
  }
  .container-navlink-sp {
    justify-content: center;
    gap: 30px;
  }
  .reset-padding-sp {
    margin: 0;
  }
  .reset-margin-sp {
    margin: 0;
  }
  .image-item .check-on-sp {
    line-height: 25px;
  }
  .people-section-title-sp {
    margin-bottom: 0;
    line-height: 45px;
  }
  .intro-section {
    margin-top: 11px;
  }
  .intro-section p {
    font-size: 22px;
    margin: 0;
    text-align: center;
    margin-bottom: 26.74px;
  }

  .content-section {
    margin-top: 42px;
  }

  .title-common {
    font-size: 40px;
  }

  .recruitment-btn-sp {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    font-size: 16px;
  }

  .project-section-subtitle {
    font-size: 17px;
    line-height: 50px;
  }
  .project-section-title {
    margin: 0;
    line-height: 45px;
  }

  .nav-link {
    font-size: 14px;
    line-height: 45px;
  }

  .content-section .content-message p {
    font-size: 15px;
    line-height: 32px;
    text-align: start;
  }

  .title-large-common,
  .recruit-section-title {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 2.397px;
    line-height: 45px;
  }

  .sub-large-common {
    font-size: 17px;
    text-align: center;
  }
  .people-section-link {
    display: flex;
  }

  .solution-text {
    margin-top: 69px;
  }
  .project-section-container,
  .people-section-container {
    gap: 0px;
  }
  .movie-section {
    margin-top: 90px;
    padding-top: 45px;
  }
  .movie-section-header-right {
    margin-top: 37px;
  }
  .carousel-inner-custom img {
    width: 100%;
  }
  .container-image-section {
    margin-top: 27px;
  }
  .container-image-section svg {
    top: 36%;
    left: 42%;
  }
  .movie-section-info {
    margin-top: 56.95px;
  }
  .movie-section-info-title,
  .text-large {
    text-align: center;
  }
  .movie-section-info-title {
    margin-bottom: 32px;
  }
  .text-normal-sub {
    text-align: center;
    margin-bottom: 0;
    font-family: Montserrat;
    font-weight: 500;
  }
  .title-messsage-two {
    margin-bottom: 14px;
  }
  .container-line {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
    line-height: 0;
  }
  .solution-text-info {
    margin-bottom: 19px;
  }
  .image-item .text {
    margin-top: 10px;
    font-size: 14px;
    align-items: start;
    justify-content: space-between;
    width: 100%;
  }
  .box-image-item {
    gap: 20px;
    margin-top: 0;
  }
  .project-section {
    margin-top: 106px;
  }
  .people-section {
    margin-top: 116px;
  }
  .people-section-subtitle {
    margin-bottom: 33px;
  }
  .sustainability-section {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 81px;
  }
  .sustainability-section-left {
    order: 1;
  }
  .recruitment-section {
    margin-top: 111px;
  }
  .container-footer {
    margin-top: 13px;
  }
  .project-section-btn {
    margin-top: 13px;
  }
  .people-btn-sp {
    margin-top: 46px;
  }
  .project-btn-sp {
    margin-top: 0;
  }
  .project-section-subtitle {
    margin-bottom: 0;
  }
  .movie-section-info {
    gap: 24px;
  }
  .btn-on-sp {
    margin-right: 16px;
    width: 18px;
  }
  .message-one {
    margin-bottom: 30px;
  }
  .people-section-right {
    padding: 0 32px;
  }
  .about-section {
    width: 87%;
  }
  .movie-section {
    padding: 0;
  }
  .movie-section-info {
    padding: 0 40px;
    padding-bottom: 58px;
  }
  .movie-section-header {
    padding-top: 48px;
  }
  .recruitment-section-title-sp {
    line-height: 64px;
  }
  .movieCarousel {
    width: 100wh;
  }
  .carousel-inner img {
    width: 100%;
    border-radius: 0;
  }
  .sustainability-subtitle {
    line-height: 50px;
  }
  .container-movie-section-header {
    padding: 0;
    margin-top: 0;
  }
  .mb-title-sp {
    margin-bottom: 1rem;
  }
  .nav-link-movie {
    font-size: 16px;
    line-height: 32px;
  }
  .movie-section-header-right .nav {
    gap: 40px;
  }
  .style-on-sp {
    margin-bottom: 0;
    line-height: 45px;
  }
  .style-sub-on-sp {
    margin-bottom: 0;
    line-height: 50px;
  }
  .box-image {
    margin-top: 19px;
  }
  .sustainability-section-container {
    gap: 29.49px;
  }
  .text-normal-sub {
    line-height: 18px;
  }
  .container-title-page {
    justify-content: center;
  }
  .container-title-page img {
    width: 85.6%;
    object-fit: contain;
    margin-left: 0;
    margin-bottom: 26.74px;
  }
  .check-image-on-pc{
    display: none;
  }
  .check-image-on-sp{
    display: block;
  }
  .link-sp-pt a{
    width: fit-content;
  }
  .medium-link{
    display: none;
  }
  .content-section-link,    
  .profile-thumbnails{
    margin-top: 0;
  }
  .content-section-link{
    margin: 48px 0;
  }
}

@media screen and (max-width: 398px) {
  .nav-link {
    margin: 0 10px;
  }
  .movie-section-header-right {
    gap: 26px;
  }
  .project-section-title,
  .people-section-title {
    font-size: 35px;
  }
  .container-navlink-sp {
    gap: 10px;
  }
  .recruitment-section-title-sp {
    line-height: 64px;
    font-size: 60px;
  }
  .btn-on-sp {
    margin-right: 0;
  }
  .link-sp-pt a{
    width: fit-content;
  }
}

/* 横並びリンクパターン2 */
.link-sp-pt02{
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .link-sp-pt02 {
    flex-direction: column; /* ← 縦並び */
    align-items: center;
    gap: 20px;
  }
  .link-sp-pt02 a:nth-of-type(n+2) {
    margin-top: 20px; /* 2つ目以降に余白 */
  }
}

