@charset "UTF-8";

/* ========== ========== ==========
変数定義
========== ========== ========== */
/* ========== ========== ==========
個別部ここから
========== ========== ========== */
.header_fix {
  padding-left: 0;
}

.mainVisual2 {
  /* margin-top: clamp(50px, calc(129/1280*100vw), 129px); */
  margin-top: 76px;

  @media screen and (max-width:768px) {
    margin-top: clamp(30px, 7.8125vw, 60px);
  }
}

.about3 {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(42.67px, 5vw, 64px);
}

.about3 .section_text {
  margin-bottom: clamp(25.33px, 2.97vw, 38px);
}

.about3_images {
  display: flex;
  gap: 23px;
}

@media screen and (max-width: 768px) {
  .about3_images {
    flex-direction: column;
  }
}

.wedo {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.wedo_title {
  font-size: clamp(20px, 2.265625vw, 29px);
  line-height: 1.5517241379;
  text-align: center;
  margin-bottom: clamp(27.33px, 3.2vw, 41px);
}

.wedo_title span {
  display: inline-block;
}

.wedo_main {
  display: flex;
  gap: 0 10px;
}

.wedo_main_text1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 43%;
  flex-shrink: 0;
  /* font-size: clamp(14px, calc(16/1280*100vw), 16px); */
  font-size: 13px;
  line-height: 2.2142857143;
}

@media screen and (max-width:1280px) {
  .wedo_main_text1 {
    font-size: 14px;
  }

  .wedo_main_text1 br {
    display: none;
  }

}

@media screen and (max-width: 1000px) {
  .wedo {
    margin-bottom: 30px;
  }

  .wedo_main_text1 {
    width: 60%;
    /* font-size: 12px; */
  }
}

@media screen and (max-width:768px) {
  .wedo_main {
    flex-direction: column;
    align-items: center;
  }

  .wedo_main_text1 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .wedo_main_text1 br {
    display: block;
  }

}

@media screen and (max-width:500px) {
  .wedo_main_text1 {
    font-size: 12px;
  }
}

@media screen and (max-width:450px) {
  .wedo_main_text1 {
    text-align: left;
  }

  .wedo_main_text1 br {
    display: none;
  }

}

.wedo_main img {
  -o-object-fit: contain;
  object-fit: contain;
}

.tesla {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(50px, calc(100/1280*100vw), 100px);
}

.tesla .sectionWrap {
  background-color: #F7F7EF;
  padding: 45px 20px 40px 55px;
  position: relative;

}

@media screen and (max-width:1500px) {
  .tesla .sectionWrap {
    padding: 30px;
  }
}

.tesla_title {
  font-size: clamp(20px, calc(26/1280*100vw), 26px);
  margin-left: min(calc(50/1280*100vw), 50px);
  /* font-weight: 600; */
  margin-bottom: 50px;


}

.tesla_title span {
  font-weight: 600;
  display: inline-block;
}

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

  /* margin-right: min(calc(270/1280*100vw), 270px); */
  .tesla_title {
    margin-left: 0;
  }
}



.tesla_head {
  margin-bottom: 20px;
  margin-right: min(calc(330/1280*100vw), 330px);

}

@media screen and (max-width:1200px) {
  .tesla_head {
    margin-right: 0;
  }
}

.tesla_head_contents {
  display: flex;
  align-items: center;
  margin-bottom: clamp(40px, calc(60/1280*100vw), 60px);

}

@media screen and (max-width:1200px) {
  .tesla_head_contents {
    display: block;
  }
}


.tesla_head_contents_images {
  display: flex;
  flex-shrink: 0;
}

@media screen and (max-width:1200px) {
  .tesla_head_contents_images {
    justify-content: center;
  }
}

.tesla_head_contents_image {
  width: max(calc(256/1280*100vw), 120px);
  max-width: 180px;
  margin-right: min(calc(82/1280*100vw), 82px);
  flex-shrink: 0;
  object-fit: contain;
}

@media screen and (max-width:1200px) {
  .tesla_head_contents_image {
    margin-bottom: 30px;
  }
}

.tesla_head_contents_image.-sp {
  display: none;
  width: 20%;
  min-width: 100px;
  width: max(calc(160/1280*100vw), 100px);
}

@media screen and (max-width:1200px) {
  .tesla_head_contents_image.-sp {
    display: block;
  }
}

.tesla_head_text {
  font-size: clamp(14px, calc(20/1280*100vw), 16px);
  margin-right: min(calc(30/1280*100vw), 30px);
}

.tesla_head_side_image {
  position: absolute;
  width: min(calc(330/1500*100vw), 330px);
  height: min(calc(330/1500*100vw), 330px);
  top: 0;
  right: 0;

}

@media screen and (max-width:1200px) {
  .tesla_head_side_image {
    display: none;
  }
}

.tesla_head_bottom {
  display: flex;
  gap: 15px;
  align-items: center;
}

.tesla_head_bottom_text {
  font-size: 18px;
  color: #9B6A4F;
  flex-shrink: 0;
}

.tesla_head_bottom_text span {
  display: inline-block;
}

@media screen and (max-width:600px) {
  .tesla_head_bottom_text {
    flex-shrink: initial;
  }
}

.tesla_head_bottom_line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #9B6A4F;
}


@media screen and (max-width:600px) {
  .tesla_head_bottom_line {
    display: none;
  }
}

.tesla_makers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px 15px;
}

.tesla_maker {
  width: calc((100% - 15px * 2)/3);
  display: flex;
  align-items: flex-start;
  gap: 15px;

}

@media screen and (max-width:1500px) {
  .tesla_maker {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width:1000px) {
  .tesla_maker {
    width: 100%;
  }
}

@media screen and (max-width:600px) {
  .tesla_maker {
    width: 80%;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.tesla_maker_image {
  width: clamp(80px, calc(170/1280*100vw), 170px);
  object-fit: contain;
  flex-shrink: 0;

}

@media screen and (max-width:600px) {
  .tesla_maker_image {
    width: 80%;
  }
}

.tesla_maker_texts {
  width: 100%;
}

.tesla_maker_title {
  color: #9B6A4F;
  font-size: 18px;
}


.tesla_maker_text {
  font-size: 12px;
  max-width: 70%;
}

@media screen and (max-width:1500px) {
  .tesla_maker_text {
    max-width: 90%;
  }
}

.flow {
  display: flex;
  justify-content: center;
  /* margin-bottom: clamp(60px, 6.72vw, 86px); */
  margin-bottom: 100px;
}

.flow_list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
  gap: 50px;
}

.flow_item {
  width: calc((100% - 100px) / 3);
  counter-increment: number 1;
}

.flow_item_title {
  margin-bottom: 15px;
  color: #9C8977;
  /* font-size: 18px; */
  font-size: clamp(14px, calc(18/1280*100vw), 18px);
}

@media screen and (max-width:768px) {
  .flow_item_title {
    font-size: 18px;
  }
}

.flow_item_title::before {
  content: "#" counter(number, decimal-leading-zero) ".";
  color: rgb(156, 137, 119);
}

.flow_item_image {
  position: relative;
  margin-bottom: 5px;
}

.flow_item_image::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translate(0, -50%);
  height: 79px;
  width: 18px;
  -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  background-color: rgb(156, 137, 119);
}

.flow_item:nth-child(3n) .flow_item_image::after {
  display: none;
}

.flow_item_text1 {
  font-size: 16px;
  line-height: 2.0714285714;
}

@media screen and (max-width: 768px) {
  .flow_list {
    flex-direction: column;
    align-items: center;
    gap: 75px;
  }

  .flow_item {
    width: 100%;
  }

  .flow_item_image::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -100px;
    transform: translate(-50%, 0);
    height: 20px;
    width: 100px;
    -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
    clip-path: polygon(100% 0, 50% 100%, 0 0);
  }

  .flow_item_image img {
    width: 100%;
  }

  .flow_item:nth-child(3n) .flow_item_image::after {
    display: block;
  }
}


/* 個別部ここまで
---------- ---------- */