#header .sec-lang {
  color: #fff;
}

#mv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100lvh;
  min-height: 710px;
  overflow: hidden;
}
#mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45.31vw;
  height: 10.10vw;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22870%22%20height%3D%22194%22%20viewBox%3D%220%200%20870%20194%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M870%200L0%20194V0H870Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E') left top/contain no-repeat;
  z-index: 2;
}
#mv .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mv .sec-slider {
  position: absolute;
  width: calc(100lvh);
  color: #FACC154D;
  font-family: var(--ff-en);
  font-size: 180px;
  opacity: .3;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: .1em;
}
#mv .sec-slider.-left {
  bottom: 100%;
  left: -0.15em;
  transform: rotate(90deg);
  transform-origin: left bottom;
}
#mv .sec-slider.-right {
  bottom: 100%;
  right: -0.15em;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}
#mv .sec-slider .slick-track {
  display: flex;
}
#mv .sec-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 77px;
}
#mv .sec-small {
  color: #FACC15;
  font-family: var(--ff-en);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.333;
  margin-bottom: 16px;
}
#mv .sec-title {
  text-align: center;
  color: #FFF;
  font-size: 74px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.864;
  margin-bottom: 42px;
}
#mv .sec-title span {
  display: inline-block;
  margin-left: -36px;
  margin-right: -32px;
}
#mv .sec-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.3;
  max-width: 1030px;
  padding: 0 20px;
  text-align: center;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #mv {
    min-height: 580px;
  }
  #mv::before {
    display: none;
  }
  #mv .sec-slider {
    font-size: 135px;
  }
  #mv .sec-small {
    font-size: 19px;
    margin-bottom: 13px;
  }
  #mv .sec-title {
    font-size: 60px;
    margin-bottom: 33px;
  }
  #mv .sec-title span {
    margin-left: -28px;
    margin-right: -25px;
  }
  #mv .sec-text {
    font-size: 16px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #mv {
    min-height: 450px;
  }
  #mv .sec-slider {
    font-size: 90px;
  }
  #mv .sec-inner {
    padding-top: 50px;
  }
  #mv .sec-small {
    font-size: 4.8rem;
    margin-bottom: 10px;
  }
  #mv .sec-title {
    font-size: 15rem;
    margin-bottom: 25px;
  }
  #mv .sec-title span {
    margin-left: -21px;
    margin-right: -19px;
  }
  #mv .sec-text {
    font-size: 15px;
  }
}

#message {
  position: relative;
  padding-top: 130px;
  padding-bottom: 105px;
  background: url(../img/100th-toward/message-bg.png) bottom/contain no-repeat;
}
#message .sec-inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
#message .sec-title {
  margin-bottom: 70px;
}
#message .sec-box {
  display: flex;
  gap: 8rem;
  padding-left: 1rem;
  margin-bottom: 124px;
}
#message .sec-img {
  width: 46rem;
  flex-shrink: 0;
}
#message .sec-texts {
  padding-top: 2.5rem;
}
#message .sec-texts .catch {
  font-size: 21px;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 67px;
}
#message .sec-texts .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 12px;
}
#message .sec-texts .sign{
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
#message .sec-texts .name{
  display: inline-block;
  font-size: 28px;
  margin-left: 4.5rem;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #message {
    padding-top: 105px;
    padding-bottom: 85px;
  }
  #message .sec-title {
    margin-bottom: 55px;
  }
  #message .sec-box {
    gap: 30px 20px;
    padding-left: 0;
    margin-bottom: 100px;
  }
  #message .sec-img {
    max-width: 230px;
    width: 100%;
  }
  #message .sec-texts {
    padding-top: 0;
  }
  #message .sec-texts .catch {
    font-size: 20px;
    margin-bottom: 48px;
  }
  #message .sec-texts .text {
    font-size: 17px;
  }
  #message .sec-texts .sign{
    font-size: 17px;
  }
  #message .sec-texts .name{
    font-size: 27px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #message {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  #message .sec-title {
    margin-bottom: 40px;
  }
  #message .sec-box {
    flex-direction: column;
    margin-bottom: 75px;
  }
  #message .sec-img {
    margin: 0 auto;
  }
  #message .sec-texts .catch {
    font-size: 19px;
    margin-bottom: 40px;
  }
  #message .sec-texts .text {
    font-size: 16px;
  }
  #message .sec-texts .sign{
    font-size: 16px;
  }
  #message .sec-texts .name{
    font-size: 25px;
  }
}

#vision {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #F9F9F9;
}
#vision .sec-title {
  margin-bottom: 70px;
}
#vision .sec-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  margin: 0 auto 100px;
  width: fit-content;
}
#vision .sec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  max-width: 1110px;
  margin: 0 auto;
}
#vision .sec-list .item {
  position: relative;
  background: #fff;
  box-shadow: #0000001a 0 0 13px;
  z-index: 2;
  padding: 58px 16px;
}
#vision .sec-list .item:hover {
  color: #fff;
}
#vision .sec-list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #59BAEB, #408FC1);
  opacity: 0;
  transition: opacity .3s;
  z-index: -1;
}
#vision .sec-list .item:hover::before {
  opacity: 1;
}
#vision .sec-list .item::after {
  content: "";
  position: absolute;
  bottom: 32px; 
  right: 40px;
  width: 37px;
  height: 7px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2239%22%20height%3D%229%22%20viewBox%3D%220%200%2039%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M28.5183%200.679199L37.3452%207.46911H0.679688%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.35798%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
}
#vision .sec-list .item:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2239%22%20height%3D%229%22%20viewBox%3D%220%200%2039%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M28.5183%200.679199L37.3452%207.46911H0.679688%22%20stroke%3D%22white%22%20stroke-width%3D%221.35798%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
}
#vision .sec-list .item .img {
  display: block;
  width: 63px;
  height: 62px;
  margin: 0 auto 20px;
}
#vision .sec-list .item .img.-white {
  display: none;
}
#vision .sec-list .item:hover .img.-color {
  display: none;
}
#vision .sec-list .item:hover .img.-white {
  display: block;
}
#vision .sec-list .item .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 15px;
}
#vision .sec-list .item .text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #vision {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  #vision .sec-title {
    margin-bottom: 55px;
  }
  #vision .sec-text {
    font-size: 17px;
    margin-bottom: 80px;
  }
  #vision .sec-list {
    gap: 16px;
  }
  #vision .sec-list .item {
    padding: 45px 16px;
  }
  #vision .sec-list .item::after {
    bottom: 23px; 
    right: 30px;
    width: 32px;
    height: 6px;
  }
  #vision .sec-list .item .img {
    width: 55px;
    height: 54px;
    margin-bottom: 17px;
  }
  #vision .sec-list .item .title {
    font-size: 26px;
    margin-bottom: 13px;
  }
  #vision .sec-list .item .text {
    font-size: 18px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #vision {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #vision .sec-title {
    margin-bottom: 40px;
  }
  #vision .sec-text {
    font-size: 16px;
    margin-bottom: 60px;
  }
  #vision .sec-list {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 8px;
  }
  #vision .sec-list .item {
    padding: 35px 8px;
  }
  #vision .sec-list .item::after {
    bottom: 15px; 
    right: 20px;
    width: 27px;
    height: 5px;
  }
  #vision .sec-list .item .img {
    width: 47px;
    height: 46px;
    margin-bottom: 15px;
  }
  #vision .sec-list .item .title {
    font-size: 22px;
    margin-bottom: 11px;
  }
  #vision .sec-list .item .text {
    font-size: 16px;
  }
}

#project {
  position: relative;
	top: 0;
	margin-top: 1px;
  padding-top: 130px;
  padding-bottom: 184px;
  overflow: hidden;
  z-index: 2;
}
#project::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 81.66vw;
  background: url(../img/100th-toward/project-bg.png) center 240px/contain no-repeat;
  z-index: -1; 
}
#project .sec-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#project .sec-title {
  margin-bottom: 70px;
}
#project .sec-text {
  width: fit-content;
  margin: 0 auto 90px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}
#project .sec-list {
  margin-bottom: 140px;
}
#project .sec-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#project .sec-list .item + .item {
  margin-top: 90px;
}
#project .sec-list .item:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 130px;
}
#project .sec-list .image {
  width: 82rem;
}
#project .sec-list .image .en {
  margin-bottom: 1rem;
  background: linear-gradient(to bottom, #E2F4FF, #F8FBFF 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: var(--ff-en);
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}
#project .sec-list .texts {
  max-width: 496px;
  padding-bottom: 3.5rem;
}
#project .sec-list .item:nth-child(odd) .title,
#project .sec-list .item:nth-child(odd) .text {
  padding-left: 6rem;
}
#project .sec-list .item:nth-child(even) .title,
#project .sec-list .item:nth-child(even) .text {
  padding-right: 6rem;
}
#project .sec-list .title {
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .05em;
  padding-bottom: 12px;
}
#project .sec-list .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}
#project .sec-text-2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 2;
  margin-bottom: 34px;
}
#project .sec-text-3 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  margin-bottom: 87px;
}
#project .sec-logo {
  margin: 0 auto;
  max-width: 896px;
  width: 100%;
  display: grid;
  grid-template-columns: 653fr 203fr;
  align-items: center;
  gap: 0 4rem;
}
#project .sec-logo img{
  width: 100%;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #project {
    padding-top: 105px;
    padding-bottom: 147px;
  }
  #project::before {
    top: 190px;
    height: 40%;
    background: url(../img/100th-toward/project-bg.png) top/cover no-repeat;
  }
  #project .sec-title {
    margin-bottom: 55px;
  }
  #project .sec-text {
    margin-bottom: 72px;
    font-size: 17px;
  }
  #project .sec-list {
    margin-bottom: 110px;
  }
  #project .sec-list .item + .item {
    margin-top: 70px;
  }
  #project .sec-list .item:nth-child(even) {
    margin-top: 70px;
  }
  #project .sec-list .title {
    margin-bottom: 26px;
    font-size: 26px;
  }
  #project .sec-list .text {
    font-size: 17px;
  }
  #project .sec-text-2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #project .sec-text-3 {
    font-size: 26px;
    margin-bottom: 70px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #project {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  #project::before {
    top: 145px;
    height: 55%;
  }
  #project .sec-title {
    margin-bottom: 40px;
  }
  #project .sec-text {
    margin-bottom: 54px;
    font-size: 16px;
  }
  #project .sec-list {
    margin-bottom: 85px;
  }
  #project .sec-list .item {
    flex-direction: column;
  }
  #project .sec-list .item + .item {
    margin-top: 55px;
  }
  #project .sec-list .item:nth-child(even) {
    flex-direction: column;
    margin-top: 55px;
  }
  #project .sec-list .image {
    width: 100%;
    margin-bottom: 20px;
  }
  #project .sec-list .image .en {
    font-size: 15rem;
  }
  #project .sec-list .texts {
    max-width: 100%;
    padding-bottom: 0;
  }
  #project .sec-list .item:nth-child(odd) .title,
  #project .sec-list .item:nth-child(odd) .text {
    padding-left: 0;
  }
  #project .sec-list .item:nth-child(even) .title,
  #project .sec-list .item:nth-child(even) .text {
    padding-right: 0;
  }
  #project .sec-list .title {
    margin-bottom: 22px;
    font-size: 22px;
    padding-bottom: 9px;
  }
  #project .sec-list .text {
    font-size: 16px;
  }
  #project .sec-text-2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  #project .sec-text-3 {
    font-size: 22px;
    margin-bottom: 52px;
  }
}