@charset "utf-8";
/* ========================
  landplan
======================== */

#contentWrap {
  margin: 80px 0 0;
}

/* common
--------------- */
figure {
  position: relative;
  height: fit-content;
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 5px;
  font-size: 10px;
  z-index: 5;
}

.title_Box {
  padding: 70px 0;
  color: #686d71;
  text-align: center;
}

.title_Box h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  padding: 0 0 20px;
}

.title_Box p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.title_Box p.copy {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 0px;
}

.title_Box p.copy02 {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 20px;
}

sup {
  font-size: 10px;
  vertical-align: super;
}





/* contents
--------------- */
.main {}

.main .title_Box p.copy {
  padding: 0 0 40px;
}



.sec_01 {}

.shikihai {
  max-width: 1000px;
  margin: 0 auto;
}

.haichi_Txt_Flex {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.haichi_Txt_Flex ul {
  width: calc((100% - 6%) / 3);
}

.haichi_Txt_Flex ul li:not(:last-child) {
  margin-bottom: 20px;
}

.haichi_Txt_Flex ul li h3 {
  background: #efefef;
  padding: 6px 0;
  color: #231815;
  margin-bottom: 10px;
  font-size: clamp(16px, 1.54vw, 20px);
}

.haichi_Txt_Flex ul li h3 span {
  background: #727171;
  padding: 6px 10px;
  color: #FFF;
  margin-right: 0.5em;
  font-weight: 600;
}

.haichi_Txt_Flex ul li figure {
  margin-bottom: 10px;
}

.haichi_Txt_Flex ul li p {
  /*  font-size: 13px;*/
  font-size: clamp(13px, 1.25vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.haichi_Txt_Flex ul li>div.fig_txt {
  display: flex;
  justify-content: space-between;
}

.haichi_Txt_Flex ul li>div.fig_txt figure {
  width: 44.468689%;
  margin-bottom: 0;
  margin-right: 10px;
}

.haichi_Txt_Flex ul li>div.fig_txt p {
  width: calc(55.53131091% - 10px);
}

.workspace_Box {
  background: #e6e5d7;
  padding: 40px 50px;
  margin-bottom: 80px;
}

.workspace_Box .copy {
  text-align: center;
  padding: 0 0 20px;
}

.workspace_Box .copy h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.workspace_Box .copy h3 span {
  background: #727171;
  padding: 6px calc(6px + 0.05em) 6px 6px;
  color: #FFF;
  margin-right: 0.5em;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.workspace_Box .copy p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.workspace_Box p {
  /* font-size: 16px; */
  font-size: clamp(12px, 1.15vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.workspace_Box .txt_fig {
  display: flex;
  justify-content: space-between;
}

.workspace_Box .txt_fig>div {
  width: 58.5853988%;
}

.workspace_Box .txt_fig figure {
  max-width: 450px;
  width: 34.98693175%;
  /* margin-left: 10px; */
}

.workspace_Box ul {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0 0;
  font-size: clamp(11px, 1.4vw, 16px);
  letter-spacing: 0.1em;
  gap: 10px;
}

.workspace_Box ul li {
  background: #FFF;
  padding: 0.6em 2%;
  /* margin: 0 10px 0 0; */
  flex-grow: 2;
  text-align: center;
}


.ev_Box {
  background: #efefef;
  padding: 40px 50px;
}

.ev_Box .copy {
  text-align: center;
  padding: 0 0 20px;
}

.ev_Box .copy h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.ev_Box .copy p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.ev_Box ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  gap: 3%;
}

.ev_Box ul li {
  /* width: calc((100% - 6%) / 3); */
  width: calc(((100% - 22.5%) - 6%) / 2);
  /* margin: 0 10px 0 0; */
}

.ev_Box ul li:nth-child(1) {
  width: 22.5%;
}

.ev_Box .priev {
  max-width: 270px;
}

.ev_Box .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ev_Box .ttl p {
  /* padding: 6px 0; */
}

.ev_Box .ttl p span.num {
  background: #727171;
  padding: 6px 10px;
  color: #FFF;
  margin-right: 1em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  box-sizing: border-box;
  letter-spacing: 0;
  line-height: 1;
}

.ev_Box .ttl h4 {
  /* font-size: 16px; */
  font-size: clamp(13px, 1.35vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 20px;
}

.ev_Box .ttl h4 span {
  font-size: 150%;
  font-weight: 600;
}

.ev_Box ul li p {
  /* font-size: 15px; */
  font-size: clamp(12px, 1.25vw, 15px);
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.ev_Box ul li p+p {
  margin-top: 0.5em;
}

.ev_Box ul li p a.hp_link {
  display: inline-block;
  text-decoration: underline;
}

.ev_Box ul li p a.hp_link:hover {
  text-decoration: none;
}

.ev_Box .weev {
  max-width: 100px;
  width: 50%;
  /*margin: -27px 0 10px;*/
  margin-bottom: 10px;
}

.ev_Box li:nth-child(3) .ttl h4 {
  text-align: right;
}

.ev_Box li:nth-child(3) .ttl h4 span {
  font-size: 160%;
  letter-spacing: 0.05em;
}

.ev_Box li:nth-child(3) .ttl h4 span+span {
  font-size: 130%;
}

.att02_ttl {
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}

.att02 {
  font-size: 11px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.att02::after {
  content: "";
  display: block;
  width: 200px;
  aspect-ratio: 10/1;
  background: url(../img/ev_produce.svg) no-repeat top center / contain;
}

.icon_zoom {
  display: none;
}

/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

  .workspace_Box {
    padding: 40px;
  }

  /* .workspace_Box .txt_fig > div {
    width: 60.5853988%;
  }
  .workspace_Box .txt_fig figure {
    width:32.98693175%;
  } */
  .ev_Box {
    padding: 40px;
  }
}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  #contentWrap {
    margin: 40px 0 0;
  }


  /* common
  --------------- */

  .title_Box {
    padding: 40px 0;
    width: 94%;
    margin: 0 auto;
  }

  .title_Box h2 {
    /* font-size: 20px; */
    font-size: 16px;
    padding: 0 0 20px;
  }

  .title_Box p {
    font-size: 13px;
    /* text-align: left; */
    /* text-align: justify; */
    text-align: center;
  }

  .title_Box p.copy {
    /* font-size: 18px; */
    font-size: 15px;
    text-align: center;
  }

  .title_Box p.copy02 {
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
  }

  .inner .title_Box {
    width: 100%;
  }



  /* contents
  --------------- */
  .main .title_Box p.copy {
    padding: 0 0 20px;
  }

  .haichi_Txt_Flex {
    flex-direction: column;
    padding: 40px 0;
  }

  .haichi_Txt_Flex ul {
    width: 100%;
  }

  .haichi_Txt_Flex ul li {
    margin-bottom: 20px;
  }

  .haichi_Txt_Flex ul li.parking div {
    display: flex;
    justify-content: space-between;
  }

  .haichi_Txt_Flex ul li.parking div figure {
    width: 47%;
  }

  .haichi_Txt_Flex ul li.parking div p {
    width: 50%;
  }


  .workspace_Box {
    padding: 40px 30px;
    margin-bottom: 40px;
  }

  .workspace_Box .copy {
    padding: 0 0 20px;
  }

  .workspace_Box .copy h3 {
    font-size: clamp(16px, 1.54vw, 20px);
    margin-bottom: 20px;
  }

  .workspace_Box .copy p {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .workspace_Box p {
    font-size: 13px;
    text-align: justify;
  }

  .workspace_Box .txt_fig {
    flex-direction: column;
  }

  .workspace_Box .txt_fig>div {
    width: 100%;
  }

  .workspace_Box .txt_fig figure {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .workspace_Box ul {
    flex-direction: column;
    padding: 20px 0 20px;
  }

  .workspace_Box ul li {
    font-size: 13px;
    text-align: center;
    padding: 6px 20px;
    margin: 0 0 5px 0;
  }


  .ev_Box {
    /* padding: 20px 20px; */
    padding: 40px 30px;
  }

  .ev_Box .copy {
    padding: 0 0 20px;
  }

  .ev_Box .copy h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .ev_Box .copy p {
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .ev_Box ul {
    flex-direction: column;
    padding: 0;
  }

  .ev_Box ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .ev_Box ul li:nth-child(1) {
    width: 100%;
  }

  .ev_Box .priev {
    max-width: 100%;
    width: 100%;
    margin: -10px auto 15px;
  }

  .ev_Box .ttl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* .ev_Box .ttl p {
    padding: 6px 0;
  } */
  /* .ev_Box .ttl p span.num {
    background: #727171;
    padding: 6px 10px;
    color:#FFF;
    margin-right: 0.5em;
    font-weight: 600;
  } */
  .ev_Box .ttl h4 {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .ev_Box .ttl h4 span {
    font-size: 130%;
  }

  /* .ev_Box .ttl h4:nth-child(2) {
    text-align: right;
  } */
  .ev_Box ul li p {
    font-size: 13px;
  }

  .ev_Box ul li p+p {
    margin-top: 0.5em;
  }

  .ev_Box .weev {
    max-width: 100px;
    width: 50%;
    margin: 0 auto 10px;
  }

  .att02_ttl {
    font-size: 12px;
  }

  .att02 {
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
  }

  .att02::after {
    width: 150px;
  }

  .icon_zoom {
    width: 120px;
    display: block;
    position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .56);
    border-radius: 5px;
    padding: 20px 10px 10px 10px;
  }

  .icon_zoom img {
    width: 55px;
    display: block;
    margin: 0 auto 5px;
  }

  .icon_zoom span {
    font-size: 10px;
    color: #FFF;
  }

}