@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　concept
 */

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* mv
----------------------------------------*/

.mv {
  background: url(../img/landplan/mv_pc.jpg) no-repeat left top / cover;
}
/* .mv::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 47.28%);
  z-index: -1;
} */



/* _box_feature
----------------------------------------*/

._box_feature h2._ttl{
  background: url(../img/concept/bg_mttl.png) no-repeat left top / 520px auto #054B41;
  padding: min(4vw, 5rem) 10vw;
  color: #DDB703;
  font-size: min(3.2vw, 3.6rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
}
._box_feature h2._ttl .en{
  font-size: 4.4rem;
  font-style: italic;
  margin-top: -0.6rem;
}
._box_feature ._box{
  padding: 10rem 0;
}
._box_feature .inner p{
  line-height: 2;
}

._box_feature.landplan ._box{
  background: url(../img/landplan/bg_landplan_pc.png) no-repeat left top / cover;

}
._box_feature:not(.landplan) ._box{
  background: #DFDDD0;
}

._box_feature ._box ._box_align{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
._box_feature ._box ._box_align.rows{
  align-items: flex-start;
}
._box_feature ._box ._box_align p + p{
  margin-top: 2rem;
}


._box_feature figure{
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
._box_feature figure figcaption{
  text-align: right;
  font-size: 1rem;
}
._box_feature .notes{
  font-size: 1rem;
}

._box_feature ._box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
._box_feature ._box figure + p{
  margin-top: min(5vw, 6rem);
}
._box_feature:not(.landplan) ._box figure figcaption{
  position: absolute;
  right: 8px;
  bottom: 4px;
}
._box_feature:not(.landplan) ._box figure figcaption.white{
  color: #fff;
}

._box_feature.landplan figure{
  align-items: flex-end;
}
._box_feature.landplan ._box ._box_align{
  margin: min(2.5vw, 3rem) 0 min(5vw, 6rem);
}
._box_feature.landplan ._box ._box_align > p + p{
  margin-top: 0;
}
._box_feature.landplan ._box ol{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 2rem;
}
._box_feature.landplan ._box ol li{
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  padding: min(2vw, 3rem);
}
@media screen and (min-width: 769px) {
  ._box_feature.landplan ._box ol li:nth-child(1){
    grid-area: 1 / 1 / 2 / 3;
  }
  ._box_feature.landplan ._box ol li:nth-child(2){
    grid-area: 1 / 3 / 2 / 5;
  }
  ._box_feature.landplan ._box ol li:nth-child(3){
    grid-area: 1 / 5 / 2 / 7;
  }
  ._box_feature.landplan ._box ol li:nth-child(4){
    grid-area: 2 / 1 / 3 / 4;
  }
  ._box_feature.landplan ._box ol li:nth-child(5){
    grid-area: 2 / 4 / 3 / 7;
  }
}

._box_feature.landplan ._box ol li ._num{
  display: flex;
  align-items: center;
  gap: min(2.85vw, 2rem);
  font-size: 2rem;
  line-height: 1.5;
  color: #054B41;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  ._box_feature.landplan ._box ol li ._num{
    align-items: flex-start;
  }
  ._box_feature.landplan ._box ol li ._num br{
    display: none;
  }
}
._box_feature.landplan ._box ol li ._num .en{
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  background: #054B41;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 1rem;
}
._box_feature.landplan ._box ol li p{
  text-align: justify;
}


._box_feature.safety ._box > div > ._col1{
  display: grid;
  justify-items: center;
}
._box_feature.safety ._box > div > ._col1 figure{
  max-width: 330px;
  margin: 0 auto min(5vw, 6rem);
}

._box_feature.safety ._box > div > ._col2{
  display: flex;
  gap: min(5vw, 6rem);
}
._box_feature.safety ._box > div > ._col2 figure{
  max-width: 236px;
}

._box_feature.safety .se_box{
  margin-top: min(5vw, 6rem);
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  padding: 7rem 5rem;
}

._box_feature.safety .se_box h3{
  color: #054B41;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: min(5vw, 6rem);
}
._box_feature.safety .se_box h3 .en{
  display: block;
  font-size: 1.6rem;
  opacity: 0.4;
  letter-spacing: 0.3rem;
}

._box_feature.safety .sttl{
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  grid-area: 1 / 2 / 2 / 3;
}
._box_feature.safety p{
  text-align: justify;
  grid-area: 2 / 2 / 3 / 3;
}

._box_feature ._system ul{
  display: flex;
  gap: min(5vw, 6rem);
  align-items: flex-start;
}
._box_feature ._system ul li{
  width: 50%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  grid-gap: 1rem 2rem;
}
@media screen and (max-width: 1150px) {
  ._box_feature ._system ul{
    flex-direction: column;
  }
  ._box_feature ._system ul li{
    width: 100%;
  }
}
._box_feature ._system ul li ._copy{
  position: relative;
  font-size: 5rem;
  color: #054B41;
  grid-area: 1 / 1 / 3 / 2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
}
._box_feature ._system ul li:first-child ._copy{
  letter-spacing: 1rem;
}
._box_feature ._system ul li ._copy sub{
  position: absolute;
  text-orientation: upright;
  writing-mode: horizontal-tb;
  font-size: 1rem;
  letter-spacing: 0;
}

._box_feature ._system ul li .sttl{
  grid-area: 1 / 2 / 2 / 3;
  font-size: 2rem;
}
._box_feature ._system ul li ._col2{
  grid-area: 2 / 2 / 3 / 3;
  display: flex;
  gap: 1.6rem;
}
._box_feature ._system ul li ._col2 figure{
  max-width: 140px;
  width: 100%;
}
._box_feature ._system ul li:last-child ._col2 figure{
  height: 175px;
  overflow: hidden;
}
._box_feature ._system ul li:last-child ._col2 figure img{
  width: 400px;
  height: 100%;
  object-fit: cover;
}
._box_feature ._system ul li ._col2 p{
  width: calc(100% - 140px);
  font-size: 1.4rem;
  text-align: justify;
}

._box_feature ._flow {
  display: grid;
  grid-template-columns: 1fr repeat(2, .07fr) 1fr;
  grid-template-rows: auto;
  grid-row-gap: 2rem;
}

._box_feature ._flow li:nth-child(1){
  grid-area: 1 / 1 / 2 / 2;
}
._box_feature ._flow li:nth-child(2){
  grid-area: 1 / 2 / 2 / 4;
  display: flex;
  align-items: center;
}
._box_feature ._flow li:nth-child(3){
  grid-area: 1 / 4 / 2 / 5;
}
._box_feature ._flow li:nth-child(4){
  grid-area: 2 / 1 / 3 / 2;
}
._box_feature ._flow li:nth-child(5){
  grid-area: 2 / 4 / 3 / 5; 
}

._box_feature ._flow li .sttl{
  color: #054B41;
}
._box_feature ._flow li ._arw {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 14px solid #054b41;
  border-right: 0;
  margin: auto;
}









@media screen and (max-width: 768px) {



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* mv
----------------------------------------*/

.mv{
  background: url(../img/landplan/mv_sp.jpg) no-repeat left top / cover;
}


/* _box_feature
----------------------------------------*/

._box_feature h2._ttl{
  background: url(../img/concept/bg_mttl.png) no-repeat left top / 60vw auto #054B41;
  padding: 2.5rem 2rem;
  font-size: min(4.85vw, 2rem);
  justify-content: flex-start;
}
._box_feature ._num{
  gap: min(4.85vw, 2rem);
}
._box_feature ._num span.indent{
  display: block;
  text-indent: -1.5rem;
}

._box_feature h2._ttl .en{
  font-size: 2.4rem;
  font-style: italic;
  margin-top: -0.3rem;
}
._box_feature ._box{
  padding: 5rem 0;
}
._box_feature .inner p{
  font-size: 1.4rem;
  text-align: justify;
}

._box_feature.landplan figure figcaption{
  text-align: right;
  position: static;
  font-size: 1rem;
  padding: 20px;
}

._box_feature.landplan ._box {
  padding: 7rem 0;
}
._box_feature.landplan ._box ._box_align{
  padding: 0 20px;
  margin: 4rem 0;
}
._box_feature.landplan ._box{
  background: url(../img/landplan/bg_landplan_sp.png) no-repeat left top / 100% #DFDDD0;
}
._box_feature.landplan ._box ol{
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
}
._box_feature.landplan ._box ol li{
  padding: 2.5rem 2rem;
}
._box_feature.landplan ._box ol li ._num{
  align-items: flex-start;
  gap: 1.5rem;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
._box_feature.landplan ._box ol li ._num .en{
  font-size: 2.8rem;
  width: 45px;
  height: 45px;
}

._box_feature.safety ._box > div > ._col1 figure{
  margin-bottom: 3rem;
}
._box_feature.safety ._box > div > ._col2{
  flex-direction: column;
  gap: 5rem;
}._box_feature.safety ._box > div > ._col2{
  align-items: center;
}

._box_feature.safety .se_box{
  margin-top: 4rem;
  padding: 4.5rem 2rem;
}
._box_feature.safety .se_box h3{
  font-size: 2rem;
  margin-bottom: 3rem;
}
._box_feature.safety .se_box h3 .en{
  font-size: 1.2rem;
}
._box_feature.safety .sttl{
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
}
._box_feature.safety ._system p{
  font-size: 1.3rem;
}
._box_feature ._system ul{
  gap: 4rem;
}
._box_feature ._system ul li{
  grid-gap: 0.5rem 2rem;
}
._box_feature ._system ul li ._copy{
  font-size: 4rem;
}
._box_feature ._system ul li ._copy sub{
  margin-top: 0.5rem;
}
._box_feature ._system ul li ._col2{
  flex-direction: column;
  align-items: center;
}
._box_feature ._system ul li .sttl{
  font-size: 1.6rem;
}

._box_feature ._system ul li:last-child ._col2 figure{
  height: auto;
}
._box_feature ._system ul li:last-child ._col2 figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._box_feature ._system ul li ._col2 p{
  width: 100%;
  font-size: 1.3rem;
}
._box_feature ._system ul li ._col2 figure{
  max-width: 100%;
  width: 100%;
}
._box_feature ._system ul li:first-child ._col2 figure{
  max-width: 100px;
}

._box_feature ._flow {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  grid-row-gap: 2rem;
}

._box_feature ._flow li:nth-child(1){
  grid-area: 1 / 1 / 2 / 2;
}
._box_feature ._flow li:nth-child(2){
  grid-area: 3 / 1 / 4 / 2;
}
._box_feature ._flow li:nth-child(3){
  grid-area: 4 / 1 / 5 / 2;
}
._box_feature ._flow li:nth-child(4){
  grid-area: 2 / 1 / 3 / 2;
}
._box_feature ._flow li:nth-child(5){
  grid-area: 5 / 1 / 6 / 2;
}

._box_feature ._flow li ._arw {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 13px solid #054b41;
  border-bottom: 0;
}









}