.container {
  background-image: url(../img/bg-img.png), url(../img/bg-img.png);
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: 0% 30%, 0% 70%;
  position: relative;
}

#feature,
#business,
#usecase,
#about {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}

.sp-img {
  display: none;
}

.bold {
  font-weight: bold;
}

.h2-center {
  text-align: center;
  margin: 80px 0 40px 0;
}

.h2-title {
  margin: 80px 0 40px 0;
}

h2 {
  background-image: linear-gradient(to right, #F7B244, #F26D32);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  display: inline-block;
  padding: 20px 30px;
  margin: 0;
  font-size: 1.3em;
}

@media screen and (max-width: 800px) {

  /* #feature,
  #business,
  #usecase,
  #about {
    margin: 0 min(10%, 70px);
  } */
  .sp-img {
    display: block;
  }

  .pc-img,
  .about-img-left,
  .about-img-right {
    display: none;
  }
}

@media screen and (max-width: 430px) {

  #feature,
  #business,
  #usecase,
  #about {
    width: 90%;
  }

  .h2-title {
    text-align: center;
  }

  h2 {
    font-size: 1.2em;
    background-size: 100% 6%;
    padding: 10px;
  }
}

/*ーーーーーーーーーーーートップーーーーーーーーーーーー */
.top-box {
  position: relative;
  margin: 0;
  width: 100%;
  height: 80vh;
}

/* .top-box h1 {
  font-size: calc(4em + 0.5vw);
  position: absolute;
  top: 20%;
  right: 7%;
  color: white;
  transform: rotate(-6deg);
  line-height: 1.5em;
  font-family: serif;
} */

.top-box img {
  position: absolute;
  top:20%;
  left: 10%;
  width: 40vw;
  max-width: 550px;
  min-width: 300px;
}

.top-box .text-01 {
  position: absolute;
  display: inline-block;
  padding: 5px 30px;
  background-color: rgba(43, 99, 90, 0.8901960784);
  color: #fff;
  bottom: 30%;
  right: 0%;
  font-size: calc(1em + 0.2vw);
}

.top-box .text-02 {
  position: absolute;
  display: inline-block;
  padding: 5px 30px;
  background-color: rgba(43, 99, 72, 0.8901960784);
  color: #fff;
  bottom: 20%;
  right: 0%;
  font-size: calc(1em + 0.2vw);
}

.top-box .text-03 {
  position: absolute;
  display: inline-block;
  padding: 5px 30px;
  background-color: rgba(50, 99, 43, 0.8901960784);
  color: #fff;
  bottom: 10%;
  right: 0%;
  font-size: calc(1em + 0.2vw);
}

.top-box .news-box {
  position: absolute;
  bottom: 5%;
  left: 0%;
  z-index: 1;
  display: inline-block;
  background-color: #EFEDDB;
  opacity: 0.8;
}

.top-box .news-box a {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  z-index: 2;
}

.top-box .news-box a:hover {
  top: -3px;
  box-shadow: 0 2px 3px rgb(0, 0, 0);
  z-index: 3;
}

.top-box .news-box p {
  margin: 5px 0;
}

@media screen and (max-width: 800px) {
  .top-box {
    margin-top: 60px;
  }

  /* .top-box h1 {
    top: 18%;
    font-size: clamp(2.5em, 12.5vw, 4em);
  } */

  .top-box img {
    top:13%;
    left: 5%;
    width: 60vw;
  }

  .top-box .text-01 {
    bottom: 38%;
  }

  .top-box .text-02 {
    bottom: 28%;
  }

  .top-box .text-03 {
    bottom: 18%;
  }

  .top-box .news-box {
    bottom: 5%;
    width: 80%;
  }
}

@media screen and (max-width: 430px) {
  .top-box {
    height: 72vh;
  }

  /* .top-box h1 {
    font-size: clamp(2.5em, 12.5vw, 2.7em);
    top: 15%;
    right: 4vw;
  } */

  .top-box img {
    top:13%;
    width: 80vw;
  }

  .top-box .text-01 {
    bottom: 37%;
  }

  .top-box .text-02 {
    bottom: 28%;
  }

  .top-box .text-03 {
    bottom: 19%;
  }

  .top-box .news-box {
    bottom: 3%;
    width: 80%;
    box-shadow: 0 2px 3px rgb(0, 0, 0);
    font-size: 0.8em;
  }
}

/*ーーーーーーーーーーーーメッセージーーーーーーーーーーーー */
.message-arrow {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 25vw;
  z-index: 998;
}

.message-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}

.message-box .message-image {
  width: 60vw;
  height: auto;
}

.message-box .message-image img {
  width: 100%;
}

.message-box .text-box p {
  line-height: 2;
  /* word-break: break-all; */
  font-weight: bold;
  font-size: min(1.2vw, 1.2rem);
}

@media screen and (max-width: 800px) {
  .message-box {
    height: min(40vw, 400px);
    align-items: normal;
  }

  .message-box .message-image {
    width: 60vw;
  }

  .message-box .text-box {
    position: absolute;
    top: 25%;
    right: -10%;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px;
    padding: 25px;
    z-index: 999;
  }

  .message-box .text-box p {
    font-size: min(2vw, 1.3rem);
  }
}

@media screen and (max-width: 430px) {
  .message-arrow {
    width: 35vw;
  }

  .message-box {
    height: min(62.5vw, 500px);
  }

  .message-box .text-box {
    top: 50%;
    padding: 5px;
  }

  .message-box .text-box p {
    font-size: 0.8em;
  }

  .message-box .message-image {
    width: 80vw;
  }
}

/*ーーーーーーーーーーーー特徴ーーーーーーーーーーーー */
.feature-box {
  text-align: center;
}

.feature-box img {
  text-align: center;
  width: 80%;
}

@media screen and (max-width: 800px) {
  .feature-box .sp-img {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 430px) {

  .feature-box .sp-img {
    width: 90%;
  } 
  #feature h2 {
    margin-top: 50px;
  }
}

/*ーーーーーーーーーーーーJ MaaS連携企業ーーーーーーーーーーーー */
.slider {
  background-color: rgba(255, 255, 255, 0.8);
}

.slick-track {
	display: flex;
	align-items: center;
  justify-content: center;
}

.slider img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

#main-slider {
  width: 40%;
  margin: 0 auto;
}

#text-slider {
  width: 40%;
  margin: 0 auto;
  padding: 30px 0px;
  text-align: center;
  background: #F0F0F0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

ul.slider.slick-initialized.slick-slider {
  margin: 0;
  padding: 20px 0;
}
/* li.slick-slide.slick-cloned {
  width: 100%;
}
li.slick-slide.slick-active {
  width: 5% !important;
} */

@media screen and (max-width: 430px) {
  #linenap .h2-center {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*ーーーーーーーーーーーー事業内容ーーーーーーーーーーーー */
.business-box {
  display: flex;
  flex-direction: column;
}

.business-box .business-01 {
  display: flex;
  justify-content: left;
  align-items: end;
  flex-direction: row;
  margin: 0 0 2% 0;
}

.business-box .business-01 img {
  width: min(29.1666666667vw, 1000px);
}

.business-box .business-02 {
  display: flex;
  justify-content: left;
  align-items: end;
  flex-direction: row;
  margin: 0 0 2% 10%;
}

.business-box .business-02 img {
  width: min(29.1666666667vw, 1000px);
}

.business-box .business-03 {
  display: flex;
  justify-content: left;
  align-items: end;
  flex-direction: row;
  margin: 0 0 2% 20%;
}

.business-box .business-03 img {
  width: min(29.1666666667vw, 1000px);
}

.business-box .business-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 50px;
}

.business-box .business-text h3 {
  font-size: 1.8em;
  opacity: 0.8;
  margin: 0;
}

.business-btn {
  text-align: right;
}

.business-btn a {
  display: inline-block;
  padding: 15px 30px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(to right, #EACB1F, #F7B244);
  box-shadow: 5px 5px 1px rgba(195, 170, 132, 0.6);
}

.business-btn a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 800px) {
  .business-box {
    display: flex;
    flex-direction: column;
  }

  .business-box .business-01,
  .business-box .business-02,
  .business-box .business-03 {
    display: block;
    margin: 0;
    position: relative;
    height: min(39.5833333333vw, 500px);
  }

  .business-box .business-01 img,
  .business-box .business-02 img,
  .business-box .business-03 img {
    width: 70%;
  }

  .business-box .business-01 .business-text,
  .business-box .business-02 .business-text,
  .business-box .business-03 .business-text {
    display: flex;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 3px #505050;
    bottom: 10vw;
    left: 20%;
    margin: 0;
    padding: 20px 30px;
    width: 70%;
  }

  .business-box .business-01 .business-text h3,
  .business-box .business-02 .business-text h3,
  .business-box .business-03 .business-text h3 {
    font-size: 1.8em;
    opacity: 0.8;
    margin: 0;
  }

  .business-btn a {
    padding: 15px 40px;
  }
}

@media screen and (max-width: 430px) {

  #business .business-01,
  #business .business-02,
  #business .business-03 {
    height: min(50vw, 600px);
    margin: 0 20px;
  }

  #business .business-01 img,
  #business .business-02 img,
  #business .business-03 img {
    width: 75%;
  }

  #business .business-text {
    bottom: 8vw;
    right: 10%;
    width: 60%;
    line-height: normal;
  }

  #business .business-text h3 {
    padding-bottom: 10px;
    font-size: min(7vw, 1.3rem);
  }

  #business .business-text p {
    font-size: min(3.5vw, 1rem);
  }

  .business-btn a {
    margin-right: 20px;
  }
}

/*ーーーーーーーーーーーー事例ーーーーーーーーーーーー */
#introduction .h2-title {
  margin-left: 100px;
}

.introduction-flex ul {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
  width: min(91.6666666667vw, 1000px);
  padding: 0;
}

.introduction-flex ul li {
  display: flex;
  flex-direction: column;
  width: 30%;
  box-shadow: 5px 5px 3px rgba(84, 81, 81, 0.5);
}

.introduction-flex ul li .content-title01,
.introduction-flex ul li .content-title02,
.introduction-flex ul li .content-title03 {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.introduction-flex ul li .content-title01 .number,
.introduction-flex ul li .content-title02 .number,
.introduction-flex ul li .content-title03 .number {
  font-size: 2.2em;
  width: 10%;
  color: white;
  font-weight: bold;
  opacity: 0.8;
  margin: 0 0 0 10px;
}

.introduction-flex ul li .content-title01 .title,
.introduction-flex ul li .content-title02 .title,
.introduction-flex ul li .content-title03 .title {
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  margin: 10px;
}

.introduction-flex ul li .content-title01 {
  background-image: linear-gradient(to right, #1D4E55, #25646E);
}

.introduction-flex ul li .content-title02 {
  background-image: linear-gradient(to right, #25646E, #2B7681);
}

.introduction-flex ul li .content-title03 {
  background-image: linear-gradient(to right, #2B7681, #35919F);
}

.introduction-flex ul li img {
  width: 100%;
}

.introduction-flex ul li .gray-box {
  background: #F0F0F0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 0;
}

.introduction-flex ul li .gray-box p {
  text-align: center;
}

.introduction-flex ul li .gray-box .graybox-text {
  padding: 20px 20px;
  margin: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.introduction-flex ul li .gray-box .btn {
  text-align: right;
}

.introduction-flex ul li .gray-box .btn a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  color: inherit;
  text-decoration: none;
  margin: 0 30px 0 0;
  /* background-color: #fff;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15); */
  background-image: linear-gradient(to right, #EACB1F, #F7B244);
  box-shadow: 5px 5px 1px rgba(195, 170, 132, 0.6);
}

.introduction-flex ul li .gray-box .btn a:hover {
  /* background-color: #1D4E55; */
  opacity: 0.8;
  /* color: white;
  border-color: #1D4E55; */
  transition: all 0.2s ease-out;
}

/* 事例・slick setting */
#double-slider {
  display: none;
}

#double-slider .slick-track {
  display: block;
}

@media screen and (max-width: 800px) {
  .introduction-flex {
    display: none;
  }

  #double-slider {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #double-slider .slick-arrow {
    z-index: 2;
  }

  #double-slider .slick-prev {
    left: -30%;
    top: 100%;
  }

  #double-slider .slick-prev::before {
    content: url(../img/arrow-left.png);
  }

  #double-slider .slick-next {
    right: -15%;
    top: 100%;
  }

  #double-slider .slick-next::before {
    content: url(../img/arrow-right.png);
  }

  #double-slider #main-slider {
    width: 60%;
  }

  #double-slider #text-slider {
    width: 60%;
    padding: 0;
  }

  #double-slider #text-slider .gray-box {
    background: #F0F0F0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 20px 0;
  }

  #double-slider #text-slider .gray-box .content-title01,
  #double-slider #text-slider .gray-box .content-title02,
  #double-slider #text-slider .gray-box .content-title03 {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 30px;
  }

  #double-slider #text-slider .gray-box .content-title01 .title,
  #double-slider #text-slider .gray-box .content-title02 .title,
  #double-slider #text-slider .gray-box .content-title03 .title {
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
    margin: 10px;
  }

  #double-slider #text-slider .gray-box .content-title01 .number,
  #double-slider #text-slider .gray-box .content-title02 .number,
  #double-slider #text-slider .gray-box .content-title03 .number {
    font-size: 2.2em;
    width: 10%;
    color: white;
    font-weight: bold;
    opacity: 0.8;
  }

  #double-slider #text-slider .gray-box .content-title01 {
    background-image: linear-gradient(to right, #1D4E55, #25646E);
  }

  #double-slider #text-slider .gray-box .content-title02 {
    background-image: linear-gradient(to right, #25646E, #2B7681);
  }

  #double-slider #text-slider .gray-box .content-title03 {
    background-image: linear-gradient(to right, #2B7681, #35919F);
  }

  #double-slider #text-slider .gray-box p {
    text-align: center;
    line-height: 2;
  }

  #double-slider #text-slider .gray-box .graybox-text {
    padding: 20px 20px;
    margin: 0;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  #double-slider #text-slider .gray-box .btn {
    text-align: right;
  }

  #double-slider #text-slider .gray-box .btn a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    color: inherit;
    text-decoration: none;
    margin: 0 30px 0 0;
    /* background-color: #fff;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15); */
    background-image: linear-gradient(to right, #EACB1F, #F7B244);
    box-shadow: 5px 5px 1px rgba(195, 170, 132, 0.6);
  }

  #double-slider #text-slider .gray-box .btn a:hover {
    /* background-color: #1D4E55; */
    opacity: 0.8;
    /* color: white;
    border-color: #1D4E55; */
    transition: all 0.2s ease-out;
  }
}

@media screen and (max-width: 430px) {
  #introduction .h2-title {
    margin: 80px 0 40px 0;
  }

  #double-slider .slick-prev {
    top: 130%;
    left: -14%;
  }

  #double-slider .slick-prev::before {
    content: url(../img/arrow-left.svg);
  }

  #double-slider .slick-next {
    top: 130%;
    right: -4%;
  }

  #double-slider .slick-next::before {
    content: url(../img/arrow-right.svg);
  }

  #double-slider #main-slider {
    width: 85%;
  }

  #double-slider #text-slider {
    width: 85%;
  }

  #double-slider .gray-box {
    padding: 0;
  }

  #double-slider .gray-box .content-title01 .title,
  #double-slider .gray-box .content-title02 .title,
  #double-slider .gray-box .content-title03 .title {
    font-size: 1.1em;
    text-align: left;
  }

  #double-slider .gray-box .content-title01 .number,
  #double-slider .gray-box .content-title02 .number,
  #double-slider .gray-box .content-title03 .number {
    font-size: 1.5em;
    width: 10%;
  }

  #double-slider .gray-box .graybox-text {
    padding: 20px 20px;
    margin: 0;
  }
}

/*ーーーーーーーーーーーーユースケースーーーーーーーーーーーー */
.usecase-box {
  position: relative;
}

.usecase-box img {
  width: 75%;
}

.usecase-box .usecase-subtitle {
  font-size: clamp(1.7em, 3.5714285714vw, 2.5em);
  color: white;
  width: 45%;
  font-weight: bold;
  position: absolute;
  bottom: 40%;
  right: 0%;
  background-color: rgba(195, 158, 101, 0.9);
}

.usecase-box .usecase-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.usecase-box .usecase-flex .usecase-text {
  width: 80%;
  margin-top: 20px;
  line-height: 2;
  font-weight: bold;
}

.usecase-box .usecase-flex .usecase-btn a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(to right, #EACB1F, #F7B244);
  padding: 15px 30px;
  box-shadow: 5px 5px 1px rgba(195, 170, 132, 0.6);
  font-size: min(1.8vw, 1.1rem);
  margin-right: 5px;
}

.usecase-box .usecase-flex .usecase-btn a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 800px) {
  .usecase-box img {
    width: 95%;
  }

  .usecase-box .usecase-subtitle {
    font-size: clamp(1.1em, 2.2222222222vw, 2em);
    width: 50%;
    bottom: 50%;
  }

  .usecase-box .usecase-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
  }

  .usecase-box .usecase-flex .usecase-text {
    width: 70%;
    line-height: 1.5;
    width: 100%;
  }

  .usecase-box .usecase-flex .usecase-btn {
    width: 30%;
  }
}

@media screen and (max-width: 430px) {
  .usecase-box img {
    width: 100%;
  }

  .usecase-box .usecase-subtitle {
    font-size: clamp(1.3em, 2.2222222222vw, 1.8em);
    line-height: 1.6;
    width: 60%;
    height: fit-content;
    top: 35%;
    left: 5%;
  }

  .usecase-box .usecase-flex {
    display: block;
  }

  .usecase-box .usecase-flex .usecase-text {
    width: 100%;
    margin: 80px 0 20px 0;
    line-height: 1.6;
    font-weight: bold;
  }

  .usecase-box .usecase-flex .usecase-btn {
    margin-left: auto;
  }

  .usecase-box .usecase-flex .usecase-btn a {
    padding: 10px 20px;
    font-size: 1em;
  }
}

/*ーーーーーーーーーーーーJ MaaSについてーーーーーーーーーーーー */
.about-box {
  width: 100%;
  position: relative;
  height: min(43.75vw, 350px);
  margin-bottom: 50px;
}

.about-box .tablet-img {
  display: none;
}

.about-box .about-img-left {
  position: absolute;
  top: 30px;
  left: 0%;
  z-index: 1;
  width: 85%;
  height: 90%;
}

.about-box .about-img-right {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 65%;
  height: 90%;
}

.about-box .about-flex {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 5%;
  left: 5%;
  color: white;
  overflow-wrap: break-word;
  width: 65%;
  z-index: 2;
  line-height: 2em;
  height: 70%;
  margin: 60px 0;
  justify-content: space-around;
}

.about-box .about-flex .about-text {
  line-height: 2;
}

.about-box .about-flex .about-menu {
  display: flex;
  justify-content: right;
  width: 100%;
  padding: 0;
  margin: 0;
}

.about-box .about-flex .about-menu li {
  color: #1D4E55;
  z-index: 3;
  background-color: white;
  display: inline;
  padding: 5px 30px;
  text-align: center;
  margin: 10px;
  white-space: nowrap;
  box-shadow: 3px 3px 1px rgb(140, 137, 137);
}

.about-box .about-flex .about-menu li:hover {
  background-color: rgb(39, 39, 39);
  color: white;
  border: solid 1px;
  opacity: 0.8;
  transition: all 0.2s ease-out;
}

.about-box .about-flex .about-menu li a {
  color: inherit;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .about-box {
    height: auto;
    position: static;
  }

  .about-box .about-flex {
    width: auto;
    position: static;
    background-image: url(../img/about-img-tablet.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 20px;
  }

  .about-box .about-flex .about-text {
    width: 90%;
    line-height: 2;
    margin: 0px auto;
  }

  .about-box .about-flex .about-menu {
    flex-direction: column;
  }

  .about-box .about-flex .about-menu li {
    width: 30%;
    margin: 30px auto 0 auto;
  }
}

@media screen and (max-width: 430px) {
  .about-box .about-flex {
    margin: 30px 0;
    background-image: url(../img/about-img-sp.webp);
    padding: 50px 30px;
  }

  .about-box .about-flex .about-text {
    line-height: 1.8;
    margin: 0;
    width: 100%;
  }

  .about-box .about-flex .about-menu li {
    width: 50%;
  }
}