@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}
/*
.wrap {
    width: 99%;
    max-width: none;
}
*/
#concept main img {
    max-width: 100%;
    /*width: 100%;*/
}
#concept .img {
  position: relative;
  line-height: 0;
}
#concept .img .annotation {
  bottom: 20px;
}
#concept main {
  font-family: "RyuminPro", serif;
}
#concept sp {
  display: none;
}
#concept pc {
  display: block;
}
#concept .page-annotation {
  font-family: "Noto Sans JP", sans-serif;
}
#concept .main-visual {
  position: relative;
  line-height: 0;
  border: none;
}
#concept .main-visual .page-lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 54px;
  width: 90%;
}
#concept .sections {
  background-color: #B4A064;
  line-height: 0;
}
#concept .sections .section-title {
  font-size: 27px;
  padding-top: 155px;
  position: relative;
  color: #afa471;
  letter-spacing: 0.2em;
  margin-bottom: 140px;
}
#concept .sections .section-title::after {
  content: "";
  display: block;
  width: 45px;
  height: 170px;
  background: url(../images/common/intro.jpg) bottom;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 20px;
}
#concept .sections .inner {
  margin: 0 auto;
  width: 70%;
  max-width: 1030px;
}
#concept .sections .text {
    font-size: min(1.5vw,2.2rem);
    line-height: 2.1;
    letter-spacing: .2rem;
    color: #000;
    text-align: center;
}
#concept .sections .img {
  padding-top: 45px;
  padding-bottom: 8px;
}

#concept .content01 {
    margin-bottom: min(6%,6rem);
}
#concept .content01 img {width: 100%;}

#concept .content01 ul {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}
#concept .content01 li {
    position: relative;
    display: flex;
}
#concept .content01 figure{
    width: 100%;
}
#concept .content01 li:first-child p {
    position: absolute;
    display: block;
    width: 55%;
    height: fit-content;
    max-width: 400px;
    top: 0;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;
}

#concept .content01 .col2-02 li:first-child p {
    max-width: 420px;
    bottom: 3%;
}

#concept .content01 li dl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    line-height: 1.5;
}

#concept .content01 li dt {
    position: relative;
    font-size: min(3.5vw,11.6rem);
    text-align: left;
    padding-bottom: 1rem;
    color: #fff;
}

#concept .content01 li dt span {
    position: absolute;
    font-size: min(1.6vw,2.5rem);
    letter-spacing: 0;
    bottom: 78%;
    left: 58.3%;
}

#concept .content01 li dd {
    font-size: min(1.4vw,2.3rem);
    text-align: left;
    color: #fff;
    letter-spacing: 0.2rem;
}

#concept .content01 li:first-child {
    width: 43%;
}
#concept .content01 li:last-child {
    width: 57%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#concept .content01 ul.col2-01 {
    background:#7eac7c;
}


#concept .content01 ul.col2-02 {
    background:#e6e6e6;
    flex-flow: row-reverse;
}

#concept .content01 ul.col2-02 dl {
    padding-left: calc(12vw - 120px);
    align-items: flex-end;
}

#concept .content01 ul.col2-02 li dt {
    text-align: right;
    color: #000;
    letter-spacing: -0.5rem;
}

#concept .content01 ul.col2-02 li dd {
    text-align: right;
    color: #000;
    letter-spacing: min(.1vw,.3rem);
}

#concept .content01 ul.col2-01:last-of-type li dt {
    letter-spacing: .6rem;
}

#concept .sections .annotation {
  font-size: 10px;
  text-align: right;
}
#concept .intro {
    background-color: #fff;
    padding: 6rem 0;
}
#concept .intro .section-title {
  margin-bottom: 165px;
  color: #B4A064;
}
#concept .intro .section-title::after {
  background-color: #B4A064;
}
#concept .intro .title {
  margin-bottom: 105px;
  max-width: 700px;
}
#concept .intro .lead {
  font-size: 83px;
  padding-bottom: 105px;
  line-height: 1.5;
}
#concept .scale {
  padding-top: 120px;
  padding-bottom: 0px;
}
#concept .scale .annotation {
  bottom: -12px;
}
#concept .forest {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
#concept .add-annotation {
  text-align: right;
  font-size: 14px;
  padding-top: 6px;
  color: #fff;
}
#concept main {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #concept sp {
    display: block;
  }
  #concept pc {
    display: none;
  }
  #concept .main-visual .page-lead {
    font-size: 30px;
  }
  #concept .sections .section-title {
    font-size: 20px;
    padding-top: 90px;
    margin-bottom: 60px;
  }
  #concept .sections .section-title::after {
    width: 40px;
    height: 100px;
    margin-right: 10px;
  }
#concept .sections .inner {
    margin: 0 auto;
    width: 90%;
}
    
#concept .content01 ul {
    flex-wrap: wrap;
}    
#concept .content01 li:first-child {
    width: 100%;
}
#concept .content01 li:last-child {
    width: 100%;
}
#concept .content01 ul.col2-02 {
    flex-flow: column;
}
    
#concept .content01 li dl {
    padding: 0 8% 6rem;
}   
    
#concept .content01 li dt {
    font-size: 6.7vw;
    padding: 6rem 0 2rem;
}
    
#concept .content01 li dt span {
    font-size: 3vw;
    bottom: 29%;
    left: 15%;
}
    
#concept .content01 li dd {
    font-size: 3.5vw;
    text-align: justify;
    line-height: 2;
    letter-spacing: .1rem;
}
#concept .content01 ul.col2-01 li dt.firstsec {
    line-height: 2;
    letter-spacing: .5rem;
}
    
#concept .content01 ul.col2-02 dl {
    align-items: center;
    padding: 0 8% 6rem;
}   
    
#concept .content01 ul.col2-02 li dt {
    text-align: left;
     letter-spacing: 0rem;
}
#concept .content01 ul.col2-02 li dd {
    text-align: justify;
    letter-spacing: .1rem;
}       
    
#concept .content01 ul.col2-01:last-of-type li dt {
    letter-spacing: .3rem;
}
    
.annotation {
    left: 10px;
    right: auto;
}   
    
    
#concept .sections .text {
    font-size: 4vw;
}
  #concept .sections .img {
    padding-top: 25px;
    padding-bottom: 6px;
  }
#concept .intro {
    padding-bottom: 70px;
}
  #concept .intro .section-title {
    margin-bottom: 40px;
  }
  #concept .intro .title {
    max-width: 450px;
    margin-bottom: 40px;
  }
  #concept .intro .lead {
    font-size: 36px;
    padding-bottom: 30px;
  }
  #concept .scale {
    padding-top: 80px;
  }
  #concept .forest {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  #concept main {
    padding-bottom: 100px;
  }
}

.annotation.mvcap {
    bottom: 13%;
    left: 1%;
}

.cap_l {
    left: 1%;
    right: auto;
}
