@charset "utf-8";

.container {
  max-width: 96.0rem;
  margin-top: 13.2rem;
  margin: 0 auto;
}

.main_title {
  font-size: 2.5rem;
  line-height: 1.44em;
  color: #3c3c3c;
  font-weight: var(--bold);
  margin-left: 14rem;
  padding-top: 5rem;
  font-family: var(--NotoSans);
}

.main_text {
  margin-left: 14rem;
  margin-top: 2.3rem;
  font-size: 1.5rem;
  font-weight: var(--regular);
  line-height: 1.4em;
  font-family: var(--NotoSans);
  color: #3c3c3c;
}

.sub_title {
  margin-left: 14rem;
  color: #E67F12;
  font-size: 2rem;
  font-family: var(--NotoSans);
  margin-top: 3.1rem;
  font-weight: var(--bold);
  line-height: 1.75em;
}

.sub_title:nth-last-child(3) {
  margin-top: 3.6rem;
}

.content {
  margin-left: 14rem;
  font-size: 2rem;
  line-height: 1.45em;
  font-family: var(--NotoSans);
  margin-top: 3.0rem;
  font-weight: var(--bold);
  padding-bottom: 2.4rem;
  color: #3c3c3c;
}

.content2 {
  margin-top: 12rem;
}

.pop_display {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left:0;
  z-index:9997;
  display: none;
}

.bg {
  background-color: #1119;
  width: 100%;
  height: 100%;
  position:fixed;
  z-index:5;
}

.works_active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1.2,1.2);
  z-index:9999;
}

.work_img_active {
  position:absolute;
  bottom: 1.5rem; 
  margin: auto;
}

.close_btn {
  color: #fff;
  opacity: 0.8;
  font-size: 3.0rem;
  position: absolute;
  right: -3.0rem;
  top: -3.0rem;
}

.close_btn:active {
  box-shadow: none;
  position: absolute;
  top: -2.8rem;
}

.close_btn:hover {
  color: #fff;
  opacity: 1;
}

.close_btn_a {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.work_wrapper {
  display: flex;
  flex-direction: column;
}

.work_style {
  background-color: #E67F12;
  width: 25.8rem;
  height: 34.5rem;
  margin: 0 0.7rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.work_title {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 1.3rem;
  font-weight: var(--bold);
  line-height: 1.4em;
  font-family: var(--NotoSans);
}

.work_text {
  padding-top: 1.8rem; 
  display: inline-block;
  font-size: 1.2rem;
  font-weight: var(--regular);
  color: #fff;
  line-height: 1.41666666667em;
  font-family: var(--NotoSans);
}
/* テキストの折り返し調整 */
.text_width_01 {
  width: 23rem;
}
.text_width_05 {
  width: 16.8rem;
}
.text_width_07 {
  width: 20.4rem;
}
.work_img {
  width: 23.3rem;
  height: 19.4rem;
  object-fit: cover;
  vertical-align: bottom;
  margin-top: 1.6rem;
  position: absolute;
  bottom: 1.5rem; 
  right: 1.3rem;
}

.slide_dots {
  position: absolute;
  bottom: -8rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slide_dots li {
  position: relative;
  display: inline-block;
  height: 2.2rem;
  width: 2.2rem;
  margin: 0 0.6rem;
  padding: 0;
  background-color: #fff;
  cursor: pointer;
}

.slide_dots li.slick-active button::before {
  background-color: #8c8c8c;
  cursor: pointer;
}

.slide_dots li button {
  background: transparent;
  border:0;
  font-size: 0;
  cursor: pointer;
}

.slide_dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2rem;
  height: 2rem;
  border:#707070 solid 0.1rem;
  border-radius: 50%;
  font-family: "slick";
  font-size: 3rem;
  line-height: 2rem;
  text-align: center;
}

.content_inner {
  margin-left: 14rem;
}

.content_inner li {
  font-size: 1.5rem;
  line-height: 2.33333333333em;
  font-family: var(--NotoSans);
  color: #3c3c3c;
  font-weight: var(--medium);
}

.content_text {
  margin-left: 14rem;
  line-height: 2.33333333333em;
  font-size: 1.5rem;
  font-weight: var(--medium);
  font-family: var(--NotoSans);
  margin-bottom: 2.3rem;
  color: #3c3c3c;
}

.information {
  display: flex;
}

.information_inner {
  margin-left: 14.3rem;
  margin-top: 2.0rem;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: var(--regular);
  font-family: var(--NotoSans);
}

.car_img {
  width: 34.0rem;
  height: 18.6rem;
  object-fit: cover;
  vertical-align: bottom;
  margin-top: 4.3rem;
  margin-left: 14rem;
}

.description {
  font-size: 1.5rem;
  line-height: 1.26666666667em;
  margin-top: 2.0rem;
  margin-left: 13.6rem;
  width: 34.5rem;
  height: 4.0rem;
  font-weight: var(--regular);
  font-family: var(--NotoSans);
}

.schedule {
  background-color: #E67F12;
  color: #fff;
  width: 23.9rem;
  height: 44.5rem;
  text-align: center;
  margin-left: 10.1rem;
  margin-top: 8rem;
}

.schedule_title {
  font-size: 1.8rem;
  line-height: 1.94444444444em;
  font-weight: var(--medium);
  font-family: var(--NotoSans);
  padding-top: 1.3rem;
  padding-bottom: 1.8rem;
  text-align: center;
}

.detail {
  width: 20.2rem;
  height: auto;
  margin-left: 1.7rem;
  display: flex;
  flex-flow: column;
  row-gap: 1.5rem;
}

.detail_inner {
  font-size: 1.4rem;
  font-weight: var(--regular);
  line-height: 1.14285714286em;
  font-family: var(--NotoSans);
}

.detail_inner:first-child {
  text-align: left;
  padding-left: 5.2rem;
}

.detail_inner:last-child {
  text-align: left;
  padding-left: 0.6rem;
}

.detail_inner:nth-child(11) {
  text-align: left;
  padding-left: 0.6rem;
}

.space1{
  padding-left: 1.4rem;
  padding-right: 1.12rem;
}

.space{
  padding-left: 1.4rem;
  padding-right: 1.12rem;
}

.space2{
  padding-left: 1.4rem;
  padding-right: 2.0rem;
}

.space3 {
  padding-left: 5.88rem;
}

.application_method {
  margin: 3.0rem 0 5.6rem 14rem;
  font-size: 2.0rem;
  line-height: 1.45em;
  font-weight: var(--medium);
  color: #3c3c3c;
  font-family: var(--NotoSans);
}

.contact {
  text-align: center;
}

.contact_inner {
  display: inline-block;
  text-align: left;
  font-size: 3rem;
  color: #3c3c3c;
  line-height: 1.66666666667em;
  font-weight: var(--medium);
  font-family: var(--NotoSans);
  margin-bottom: 4.5rem;
}

@media screen and (max-width:699.98px) {
  .container {
    margin-top: 5rem;
  }

  .main_title {
    font-size: 1.5rem;
    line-height: 1.4em;
    padding-top: 7.0rem;
    margin-left: 5.8rem;
  }

  .main_text {
    margin-left: 5.8rem;
    margin-top: 4.0rem;
    font-size: 1.4rem;
    line-height: 1.42857142857em;
    width: 25.9rem;
    height: 6.4rem;
  }

  .sub_title {
    margin-left: 5.8rem;
    margin-bottom: 4.0rem;
    font-size: 1.5rem;
    margin-top: 7.0rem;
    line-height: 1.4em;
  }

  .sub_title:nth-last-child(3) {
    margin-top: 7rem;
  }

  .content {
    margin-left: 5.8rem;
    font-size: 1.5rem;
    line-height: 1.4em;
    margin-top: 4.0rem;
    padding-bottom: 4.0rem;
  }

  .content2 {
    margin-top: 7.1rem;
  }
  
  .content_inner {
    margin-left: 5.8rem;
  }

  .content_inner li {
    font-size: 1.3rem;
    line-height: 1.53846153846em;
    width: 26.0rem;
  }

  .content_text {
    margin-left: 5.8rem;
    line-height: 1.53846153846em;
    font-size: 1.3rem;
    margin-bottom: 0rem;
    width: 26.0rem;
  }

  .works_active {
    position: absolute;
    top: 46.5%;
    left: 46.5%;
    transform: translate(-50%, -50%)scale(1.2,1.2);
    z-index:9999;
  }

  .close_btn {
    font-size: 2.8rem;
    position: absolute;
    right: -2.5rem;
    top: -2.5rem;
  }

  .close_btn:active {
    box-shadow: none;
    position: absolute;
    top: -2.3rem;
  }
  
  .slide_dots {
    position: absolute;
    bottom: -4rem;
  }

  .slide_dots li {
    margin: 0 0.3rem;
    width: 1.1rem;
    height: 1.1rem;
  }

  .slide_dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border:#707070 solid 0.1rem;
    border-radius: 50%;
    font-family: "slick";
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }

  .information {
    flex-direction: column;
  }

  .information_inner {
    margin-left: 5.8rem;
    margin-top: 1.0rem;
    font-size: 1.2rem;
    line-height: 1.75em;
  }

  .information_inner1 {
    margin-top: 0rem;
  }

  .car_img {
    width: 25.9rem;
    height: 14.2rem;
    margin-top: 4.0rem;
    margin-left: 5.8rem;
  } 

  .description {
    font-size: 1.2rem;
    line-height: 1.58333333333em;
    margin-top: 2rem;
    margin-left: 5.8rem;
    width: 25.2rem;
  }
  
  .schedule {
    background-color: #fff;
    color: #3c3c3c;
    /* width: 23.7rem; */
    /* height: 41.4rem; */
    text-align: left;
    font-family: var(--NotoSans);
    margin-left: 5.8rem;
    margin-top: 7rem;
  }

  .schedule_title {
    font-size: 1.5rem;
    line-height: 1.4em;
    color: #E67F12;
    font-weight:var(--medium);
    font-family: var(--NotoSans);
    padding-bottom: 4rem;
    padding-top: 0rem;
    padding-left: 0rem;
  }

  .detail {
    width: 22rem;
    height: 35.3rem;
    margin-left: 1.7rem;
    display: block;
  }
  
  .detail_inner {
    font-size: 1.3rem;
    font-weight: var(--regular);
    line-height: 1.15384615385em;
    font-family: var(--NotoSans);
    text-align: left;
  }

  .detail_inner:first-child {
    padding-left: 0;
  }

  .detail_inner:last-child {
    padding-left: 0;
  }
  
  .detail_inner:nth-child(11) {
    padding-left: 0;
  }

  .color {
    background-color: #EFB81D;
    width: 11.1rem;
    height: 2.3rem;
    border-radius: 0.4rem;
    text-align: center;
    display: inline-block;
    margin-right: 1.3rem;
    padding-top: 0.28rem;
    margin-bottom: 0.7rem;
  }

  .color:nth-child(10) {
    margin-right: 0;
  }

  .color1 {
    background-color: #EFB81D;
    width: 11.1rem;
    height: 2.3rem;
    border-radius: 0.4rem;
    text-align: right;
    padding-right: 0.39rem;
    display: inline-block;
    margin-right: 1.3rem;
    padding-top: 0.28rem;
    margin-bottom: 0.7rem;
  }
  
  .color2 {
    background-color: #EFB81D;
    width: 11.1rem;
    height: 2.3rem;
    border-radius: 0.4rem;
    text-align: left;
    padding-left: 0.39rem;
    display: inline-block;
    margin-right: 1.3rem;
    padding-top: 0.28rem;
  }

  .space1 {
    padding-left: 1.43rem;
    padding-right: 1.04rem;
  }
  
  .space {
    padding-left: 1.43rem;
    padding-right: 1.04rem;
  }
  
  .space2 {
    padding-left: 1.56rem;
    padding-right: 1.5rem;
  }

  .space3 {
    padding-left: 1.5rem;
  }

  .application_method {
    margin: 0 0 4.0rem 5.8rem;
    font-size: 1.2rem;
    line-height: 1.66666666667rem;
    font-weight: var(--medium);
    color: #3c3c3c;
    width: 25.2rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  
  .contact_inner {
    display: inline-block;
    text-align: center;
    font-size: 1.7rem;
    color: #3c3c3c;
    line-height: 1.76470588235em;
    margin-bottom: 7.0rem;
  }
}