@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/main_bkg.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/main_bkg.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
/*追記*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.wrapp {
  max-width: 1000px;
  margin: 0 auto;
}
.cc_wrapp {
  max-width: 100%;
}
#concept_mv {
  padding: 150px 20px;
}
.sec_beyond {
  background: rgb(81, 210, 188);
  background: linear-gradient(156deg, rgba(81, 210, 188, 1) 19%, rgba(13, 124, 255, 1) 100%);
  padding: 90px 0;
}
.sec_c_and_c {
  padding: 80px 0;
  background: linear-gradient(-45deg, #2165a0 0%, #2165a0 33%, #437dae 33%, #437dae 66%, #2165a0 66%, #2165a0 100%);
}
.sec_c_and_c h2 {
  color: #fff;
  border-bottom: solid 2px #fff;
  padding-bottom: 10px;
  max-width: 760px;
  margin: 0 auto;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 25px;
}
.sec_c_and_c h2 span {
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
}
.sec_c_and_c p {
  font-size: 20px;
  line-height: 2em;
  color: #fff;
}
.sec_step {
  padding: 85px 0 205px 0;
  background: linear-gradient(45deg, #bbd1e4 0%, #bbd1e4 33%, #c5d7e9 33%, #c5d7e9 66%, #bbd1e4 66%, #bbd1e4 100%);
}
.sec_step h2 {
  color: #333;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}
.sec_step h2 + span {
  display: block;
  height: 5px;
  width: 60px;
  background-color: #003366;
  margin: 30px auto 0 auto;
}
.step_slider {
  margin-top: 66px;
}
.step_bar {
  width: 100%;
  height: 5px;
  background-color: #DEE7F9;
  margin-bottom: -17px;
}
.step_slider li {
  width: 338px;
  margin: 0 50px;
}
.step_slider li dl {
  background-color: #fff;
  border-radius: 15px;
  min-height: 485px;
}
.step_slider li dt img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 245px;
  object-fit: cover;
}
.step_slider li dd {
  padding: 20px 30px;
}
.step_slider li dd h3 {
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 20px auto;
}
.step_slider li dd h3 span {
  font-size: 14px;
  padding-left: 5px;
}
.step_y > span {
  width: 5px;
  padding: 8px;
  border-radius: 50px;
  background-color: #fff;
  border: solid 6px #D6E0F3;
  display: block;
  margin: 0 auto;
}
.step_y {
  width: fit-content;
  margin: 0 auto -20px auto;
}
.year {
  position: relative;
  display: inline-block;
  margin: 17px auto 0 auto;
  padding: 0 10px;
  min-width: 130px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #000;
  border-radius: 8px;
}

.year:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 18px solid #000;
}
.year p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
#concept_mv h1 {
  font-size: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 3px 6px #000;
}
#concept_mv p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 50px;
  text-shadow: 0 3px 6px #000;
	line-height: 3rem;
}
.c_and_c_inner {
  width: 760px;
}
.sec_c_and_c .cc_wrapp {
  position: relative;
  height: 100%;
  background-image: url(../images/cc_image.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 55%;
}
.sec_c_and_c {
  padding: 110px 0;
  height: 790px;
}
.c_and_c_inner {
  position: absolute;
  right: 5%;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width:1060px) {
  .c_and_c_inner {
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
    max-width: 90%;
  }
  .sec_c_and_c .cc_wrapp {
    background-size: 80%;
  }
}
@media screen and (max-width:500px) {
  #concept_mv p {
    text-align: left;
    font-size: 16px;
	line-height: 2.4rem;
  }
  #concept_mv h1 {
    font-size: 30px;
  }
  .sec_c_and_c h2 {
    font-size: 25px;
  }
  .sec_c_and_c h2 span {
    font-size: 18px;
  }
  .sec_c_and_c p {
    font-size: 16px;
  }
  .sec_step h2 {
    font-size: 25px;
  }
  .year p {
    font-size: 18px;
  }
  .step_slider li dd h3 {
    font-size: 18px;
  }
}


.separator {
	display: flex;
	margin: 80% 0 0 16%;
}


#footerArea .l-contact__wrap {
	margin-top: 0!important
}