  @charset "UTF-8";


main{
	position: relative;
	clear: both;
	overflow: hidden;
}

.area{
    position: relative;
	min-height: 100vh;
    padding-top: 115px;
}

section{
	clear: both;
}

.w1380{
	position: relative;
}

.w1000{
    max-width: 1000px;
    margin: 0 auto;
	position: relative;
}


/*secTop*/
.secTop .column02{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.secTop .column02 article{
    width: 47.827%;
    margin-top: 60px;
}

.secTop .column02 article:nth-child(1),
.secTop .column02 article:nth-child(2){
    margin-top: 0;
}

.secTop .column02 article a{
    display: table;
    width: 100%;
}

.secTop .column02 article .pic{
	width: 45%;
    display: table-cell;
    max-width: 215px;
}

.secTop .column02 article .txt{
    display: table-cell;
    vertical-align: middle;
	width: 55%;
    margin-bottom: 0;
    padding-left: 20px;
}

.secTop .column02 article .txt p{
	font-size: 16px;
	line-height: 1.8;
    margin: 0 !important;
    font-weight: normal;
}

.secTop .column02 article p.tit{
	font-size: 20px;
	font-weight: bold;
    margin-bottom: 10px;
}

.secTop .column02 article p.date{
	text-align: right;
    margin-top: 15px !important;
}


/* sec */
.sec .area{
/*	min-height: 150vh;*/
    min-height: inherit;
}

.sec .lastArea{
	padding-bottom: 150px;
    overflow: hidden;
}

.sec h1{
	font-size: 60px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1;
    padding: 70px 0 50px 0;	
}

.sec .w1380 .floatR{
	float: right;
}

.sec .w1380 .floatL{
	float: left;
}

.sec .w1380 .w600{
	max-width: 600px;
	width:43.478260869%;
}

.sec .w1380 .w720{
	max-width: 720px;
	width: 52.173913043%;
}

.sec .w1380 .w770{
	max-width: 770px;
	width: 55.797101449%;
}

.sec .w1380 .w550{
	max-width: 550px;
	width: 39.855072463%;
}

.sec .w1380 .w540{
	max-width: 540px;
	width: 39.130434782%;
}

.sec .w1380 .w780{
	max-width: 780px;
	width: 56.52173913%;
}

.sec .w1380 .w790{
	max-width: 790px;
	width: 57.246376811%;
}

.sec .w1380 .w510{
	max-width: 510px;
	width: 36.956521739%;
}

.sec .w1380 .w470{
	max-width: 470px;
	width:  34.057971014%;
}

.sec .w1380 .w450{
	max-width: 450px;
	width:  32.608695652%;
}

.sec .w1380 .w850{
	max-width: 850px;
	width: 61.594202898%;
}

.sec .w1380 .w830{
	max-width: 830px;
	width: 60.144927536%;
}

.sec .w1380 .w460{
	max-width: 460px;
	width: 33.33333%;
}

.sec .w1380 .w880{
	max-width: 880px;
	width: 63.768115942%;
}

.sec .w1380 .img img + img{
	margin-top: 10px;
}

.sec .w1380 .txt.mb0{
	margin-bottom: 0;
}

.sec .w1380 .txt{
	margin-bottom: 43px;
}

.sec .w1380 .w720 .txt{
	margin-bottom: 28px;
}

.sec .w1380 .txt h2{
	font-size: 26px;
	font-weight: bold;
	color: #1487b6;
	margin-bottom: 30px;
	line-height: 1.4;
	position: relative;
	padding-top: 15px;
}

.sec .w1380 .txt h2:before{
	content: "";
	position: absolute;
	width: 100px;
	height: 200px;
	background:#e9f5fa;
	left: -30px;
	z-index: -1;
	top: 0;
}

.sec .w1380 .txt h2 span{
	font-size: 18px;
	color: #000;
}

.sec .w1380 .txt p{
	font-size: 16px;
	line-height: 2;
}

.sec .w1380 .txt p + p{
	margin-top: 30px;
}

.illustover{
	position: relative;
}

.illustover .note{
	text-align: right;
	margin-top: 10px;
	font-size: 16px;
}

/* project01 */
.project01 .area{
	min-height: inherit;
	margin-bottom: 0;
	overflow: hidden;
}

.project01 .illustover{
	
}

.project01 .illustover .poptxt{
	color: #1487b6;
	font-size: 14px;
	line-height: 1.6;
    font-weight: 500;
}

.project01 .illustover .poptxt div{
	background: #fff;
	position: relative;
	width: 195px;
	position: absolute;
    top: 27%;
	padding: 10px;
	display: none;
}

.project01 .illustover .poptxt .arrowB{
	top: inherit;
    bottom: 13.5%;
}

.project01 .illustover .poptxt .arrow:before{
    content: '';
    position: absolute;
    left: 10px;
    top: -10px;
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 7px solid transparent;
}

.project01 .illustover .poptxt .arrowB:before{
    content: '';
    position: absolute;
    left: 10px;
    bottom: -10px;
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 10px solid #fff;
    border-left: 7px solid transparent;
}

.project01 .illustover .poptxt .txt01{
    left: 37.5%;
}

.project01 .illustover .poptxt .txt02{
    left: 49.5%;
}

.project01 .illustover .poptxt .txt03{
    left: 60.5%;
}

.project01 .illustover .poptxt .txt04{
    left: 70%;
}

.project01 .illustover .poptxt .txt05{
    left: 85.3%;
}

.project01 .illustover .poptxt .txt06{
    left: 11%;
}

.project01 .illustover .poptxt .txt07{
    left: 28.3%;
}

.project01 .illustover .poptxt .txt08{
    left: 39.5%;
}

.project01 .illustover .poptxt .txt09{
    left: 53.5%;
}

.project01 .illustover .poptxt .txt10{
    left: 67.5%;
}

/*project02*/
.project02 .area.bl01 .w1380{
	background: url("/lp/ahad/feature/images/project02/bl01_bg.jpg") no-repeat right bottom;
	height: 710px;
}

.project02 .area.bl01 h2{
	margin-bottom: 60px;
}	

.project02 .area .info .ttl{
	border-bottom: 1px solid #c3c3c3;
	margin: 40px 0 10px 0;
	line-height: 1.6 !important;
	font-size: 26px !important;
	font-weight: bold;
}

.project02 .area .info dl > *{
	font-weight: normal;
	vertical-align: top;
	display: table-cell;
	font-size: 16px;
}

.project02 .area .info dl + dl {
  margin-top: 5px;
}

.project02 .area .info dl dt{
	width: 90px;
}

.project02 .area.bl03 .txt h2 span{
	color: #1487b6;
}

.project02 .area.bl04 .txt h2{
	text-indent: -1em;
}


/* project03*/
.project03.sec .area{
    min-height: inherit;
    min-height: 100vh;
    padding-bottom: 100px;
}

@media only screen and (max-height: 800px) {
    .project03.sec .area{
        min-height: 110vh;
    }
}

.project03.sec .bl01 h1{
    margin-bottom: -20px;
}

.scrolldown{
    position: fixed;
    left:calc(50% - 50px);
    bottom:0;
    height:80px;
    opacity: 1;
    transition: 1s;
}

.scrolldown.none{
    opacity: 0;
}

.scrolldown span{
    position: relative;
}

.scrolldown img{
	max-width: 111px;
}

.skipfade .scrolldown,
.scrolldown.pointer{
	cursor: pointer;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left:-50px;
  top: -15px;
}

/* 線の描写 */
.scrolldown::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 30px;
  left: 50%;
    /*線の形状*/
  width: 1px;
  height: 50px;
  background: #000;
  animation: pathmove 2s ease-in-out infinite;
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, .5);
  opacity:0;
}

/*高さ?位置?透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:30px;
    opacity: 0;
  }
  30%{
    height:70px;
    opacity: 1;
  }
  100%{
    height:0;
    top:130px;
    opacity: 0;
  }
}

.project03 .bl01 .w1380.dTable{
    display: table;
    height: calc(100vh - 115px - 204px - 80px);
}

.project03 .bl03 .w1380.dTable{
    display: table;
    height: calc(100vh - 87px  - 80px);
}

.project03 .bl02{
    padding-top: 115px;
    min-height: calc(100vh - 87px  - 80px);
/*    overflow: hidden;*/
}

.project03 .w1380 .dTableCell{
    display: table-cell;
    vertical-align: middle;
}

.project03 h2.line{
    margin-bottom: 25px;
    padding: 0 45px 20px 45px;
    border-bottom: 1px solid #999999;
    display: inline-block;
    margin: 0 auto 25px auto;
}

.project03 .w1380 p{
    line-height: 2;
    font-size: 18px;
}

.project03 .w1380 p + p{
    margin-top: 40px;
}

.project03 .bl01 .tittxt{
    display: table;
    margin-bottom: 30px;
}

.project03 .bl01 .tittxt > *{
    display: table-cell;
    vertical-align: middle;
}

.project03 .bl01 .tittxt h2{
    min-width: 334px;
    padding-right: 25px;
}

.project03 .bl01 .tittxt p{
    font-size: 14px;
    text-align: left;
    padding-left: 25px;
    border-left: 2px solid #1487b6;
}

.project03 .bl01 .img{
    position: relative;
    margin: 0 auto;
}

.project03 .bl01 .img img.none{
    opacity: 0;
    transition: 8s;
}

.project03 .bl01 .img img.show{
    opacity: 1;
    transition: 8s;
}

.project03 .bl01 .img img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}


/*inview===========*/
.project03 .fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.project03 .fadeIn_Down {
  opacity: 0;
  transform: translate(0, -50%);
  transition: 2s;
}
.project03 .fadeIn_Down.is-show,
.project03 .fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.project03 .fadeIn {
  opacity: 0;
  transition: 2.5s;
}

.project03 .fadeIn.is-show {
  opacity: 1;
}

.project03 .inview01{
    transition-delay: 0s;
}

.project03 .inview02{
    transition-delay: 0.5s;
}

.project03 .inview03{
    transition-delay: 1s;
}

.project03 .inview04{
    transition-delay: 1.5s;
}

.project03 .inview05{
    transition-delay: 2s;
}

.project03 .inview06{
    transition-delay: 2.5s;
}

.project03 .inview07{
    transition-delay: 3s;
}

.project03 .bl02 .w1380{
    display: block;
    display: table;
    width: 100%;
}

.project03 .bl02 .w1380 nav,
.project03 .bl02 .w1380 nav.inherit{
    width: 360px;
/*    width: 26.086956521%;*/
    padding-right: 40px;
    display: table-cell;
    position: relative;
    top: inherit;
    bottom: inherit;
}

.project03 .bl02 .w1380 nav.fixed{
    position: fixed;
    top: 115px;
}

.project03 .bl02 .w1380 nav.absolute{
    position: absolute;
    bottom: 0;
    top: inherit;
}

.project03 .bl02 .w1380 ul.btn{
    width: 136px;
    float: right;
}

.project03 .bl02 .w1380 ul.btn li{
    margin-bottom: 13px;
}

.project03 .bl02 .w1380 ul.btn li{
    border-radius: 100px;
    display: inline-block;   
    z-index: 1;
    position: relative;
}

.project03 .bl02 .w1380 ul.btn li:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 100px;
    z-index: -1;
}

.project03 .bl02 .w1380 ul.btn li.transition0{
    transition:0s;
}
.project03 .bl02 .w1380 ul.btn li:hover:before,
.project03 .bl02 .w1380 ul.btn li.is-current:before{
  animation: light .8s infinite;
}

@keyframes light {
  0% { 
    border-color: #1487b6;
  }
  100% { 
    border-color: #1487b6;
    border-color: transparent;
      transform: scale(1.2, 1.2);
  }
}

.project03 .bl02 .w1380 ul.btn li a{
    text-indent: -9999px;
    display: block;
    background: url("/lp/ahad/feature/images/project03/process_nav01_off.png") ;
    width: 136px;
    height: 135px;
}

.project03 .bl02 .w1380 ul.btn li:nth-child(1),
.project03 .bl02 .w1380 ul.btn li:nth-child(6){
    display: none;
}

.project03 .bl02 .w1380 ul.btn li a{
    text-indent: -9999px;
    display: block;
    background: url("/lp/ahad/feature/images/project03/process_nav01_off.png") ;
    width: 136px;
    height: 135px;
    background-repeat: no-repeat;
}

.project03 .bl02 .w1380 ul.btn li:nth-child(3) a{
    background: url("/lp/ahad/feature/images/project03/process_nav02_off.png");
        background-repeat: no-repeat;
}

.project03 .bl02 .w1380 ul.btn li:nth-child(4) a{
    background: url("/lp/ahad/feature/images/project03/process_nav03_off.png");
        background-repeat: no-repeat;
}

.project03 .bl02 .w1380 ul.btn li:nth-child(5) a{
    background: url("/lp/ahad/feature/images/project03/process_nav04_off.png");
        background-repeat: no-repeat;
}

.project03 .bl02 .w1380 ul.btn li:nth-child(2).is-current a{
    background: url("/lp/ahad/feature/images/project03/process_nav01_on.png");
}

.project03 .bl02 .w1380 ul.btn li:nth-child(3).is-current a{
    background: url("/lp/ahad/feature/images/project03/process_nav02_on.png");
}

.project03 .bl02 .w1380 ul.btn li:nth-child(4).is-current a{
    background: url("/lp/ahad/feature/images/project03/process_nav03_on.png");
}

.project03 .bl02 .w1380 ul.btn li:nth-child(5).is-current a{
    background: url("/lp/ahad/feature/images/project03/process_nav04_on.png");
}

.project03 .bl02 .w1380 ul.btn li.nav04{
    margin-bottom: 0;
}

.project03 .bl02 .w1380 nav .step{
    position: relative;
    border-left: 2px solid #1487b6;
}

.project03 .bl02 .w1380 nav .step:before{
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 10px;
    background:#1487b6;
    left: -10px;
    top: 0;
    position: absolute;
    transition: 1s;
    opacity: 0;
}

.project03 .bl02 .w1380 nav .step.unchor01:before{
    opacity: 1;
    top: 12.5%;
}

.project03 .bl02 .w1380 nav .step.unchor02:before{
    opacity: 1;
    top: 37%;
}

.project03 .bl02 .w1380 nav .step.unchor03:before{
    opacity: 1;
    top: 59.5%;
}

.project03 .bl02 .w1380 nav .step.unchor04:before{
    opacity: 1;
    top: 85%;
}

.project03 .bl02 .w1380 nav .step:after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #1487b6;
    border-right: 2px solid #1487b6;
    transform: rotate(45deg);
    left: -9.8px;
    position: absolute;
    bottom: 1px; 
}

.project03 .bl02 .w1380 nav .step{
    position: relative;
    border-left: 2px solid #1487b6;
    float: left;
    margin-left: 11px;
    height: 580px;
    display:flex;
    flex-flow: column;
    justify-content:space-between;
}

.project03 .bl02 .w1380 nav .step li{
    font-size: 16px;
    padding-left: 25px;
    margin: 0;
}

.project03 .bl02 .processMain{
/*    float: right;*/
    display: table-cell;
    vertical-align: top;
    width: 73.913043478%;
    max-width: 1020px;
}

.project03 .bl02 .processBl{
    box-sizing: border-box;
}

.project03 .bl02 .processImg{
    margin-bottom: 15px;
}

.project03 .bl02 .processImg a{
    cursor: default;
}

.project03 .bl02 .processTxt{
    border-left: 2px solid #1487b6;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    height: 110px;    
}

.project03 .bl02 .processTxt h3{
    font-size: 26px;
}

.project03 .bl02 .processTxt p{
    font-size: 16px;
}

.project03 .illustover .poptxt div{
	background: #fff;
	position: relative;
	position: absolute;
    top: 30%;
	padding: 7px;
	display: none;
}

.project03 .illustover .poptxt div p{
	color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.6;
}

.project03 .illustover .poptxt .arrow:before{
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    top: -10px;
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 7px solid transparent;
}

.project03 .illustover .poptxt .txt01{
    left: 2.9%;
}

.project03 .illustover .poptxt .txt02{
    left: 13.5%;
}

.project03 .bl03 h2{
    text-align: center;
    margin-bottom: 50px;
}

.project03 .bl03 .workBl {
    display: block;
    text-align: center;

}

.project03 .bl03 .workBl div{
	max-width: 280px;
	width: 20.29%;
    margin: 0 5%;
    display: inline-block;
}

.project03 .bl03 .workBl div:nth-child(4),
.project03 .bl03 .workBl div:nth-child(5),
.project03 .bl03 .workBl div:nth-child(6){
	margin-top: 60px;
}

.project03 .bl03 .workBl dl dd{
	margin-top: 10px;
    font-size: 16px;
}

/*project04*/ 
.project04 .area.bl01 .txt{
    margin-bottom: 104px;
}

.project04 .area.bl01 .info{
    max-width: 220px;
    width: 36.666666666%;
    float: left;
}

.project04 .area.bl01 .info{
    max-width: 220px;
    width: 36.666666666%;
    float: left;
}

.project04 .area.bl01 .info .ttl{
	border-bottom: 1px solid #c3c3c3;
	margin: 40px 0 10px 0;
	line-height: 1.6 !important;
	font-size: 26px !important;
	font-weight: bold;
}

.project04 .area.bl01 .info dl > *{
	font-weight: normal;
	vertical-align: top;
	display: table-cell;
	font-size: 16px;
}

.project04 .area.bl01a .info dl + dl {
  margin-top: 5px;
}

.project04 .area.bl01 .info dl dt{
	width: 90px;
}

.project04 .area.bl01 .info + .img{
    float: right;
    max-width: 350px;
    width: 58.333333333%;
    margin-top: 50px;
}

.project04 .area.bl02 .floatR .img{
    margin-bottom: 45px;
}

.project04 .area.bl03 .floatR{
    margin-top: 90px;
}

.project04 .area.bl03 .flex{
    display: flex;
    justify-content: space-between;
    clear: both;
    gap:0 20px;
}

.project04 .area.bl04 .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:50px 0;
}

.project04 .area.bl04 .flex > div{
    max-width: 260px;
    width: 18.84057971%;
}

.project04 .area.bl04 .flex > div:nth-child(2){
    max-width: 540px;
    width: 39.130434782%;
}

.project04 .area.bl04 .flex > div p{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.project04 .area.bl04 .flex > div p span{
    font-weight: bold;
    font-size: 16px;
}

.project04 .area.bl04 .btnYoutube{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.project04 .area.bl04 .btnYoutube a{
    padding: 15px 30px;
    border: 1px solid #999;
    color: #333333;
    margin: 40px auto 0;
    display: inline-block;
    transition: all 0.5s ease 0s;
}

.project04 .area.bl04 .btnYoutube a:hover{
    opacity: 0.7;
}

.project04 .area.bl04 .btnYoutube a span{
    background: url("/lp/ahad/common/images/icn_circle_arrow.png") no-repeat left center;
    background-size: 20px auto;
    padding-left: 30px;
}


/*project05*/ 
.project05 .area.bl01 .txt{
    margin-bottom: 73px;
}

.project05 .area.bl01 .info{
    max-width: 220px;
    width: 40.74074074%;
    float: left;
}

.project05 .area.bl01 .info .ttl{
	border-bottom: 1px solid #c3c3c3;
	margin: 40px 0 10px 0;
	line-height: 1.6 !important;
	font-size: 26px !important;
	font-weight: bold;
}

.project05 .area.bl01 .info dl > *{
	font-weight: normal;
	vertical-align: top;
	display: table-cell;
	font-size: 16px;
}

.project05 .area.bl01 .info dl + dl {
  margin-top: 5px;
}

.project05 .area.bl01 .info dl dt{
	width: 90px;
}

.project05 .area.bl01 .info + .img{
    float: right;
    max-width: 290px;
    width: 53.703703703%;
    margin-top: 50px;
}

.project05 .area.bl02 .flex{
    gap:0 40px;
    display: flex;
}

.project05 .area.bl02 .img{
    max-width: 585px;
    width: 42.391304347%;
    margin-top: 40px;
}

.project05 .area.bl03 .txt{
    margin-bottom: 31px;
}

.project05 .area.bl04 .simulation{
    max-width: 400px;
}

.project05 .area.bl04 .simulation .bg{
    background: #eeeeee;
    margin: 20px 0 0 0;
    padding: 15px;
    font-size: 14px;
}

.project05 .area.bl04 .w880 .img{
    margin-bottom: 25px;
}

.project05 .area.bl04 .w880 .txt .floatR{
    width: 200px;
    margin: 40px 0 0 30px;
}

.project05 .area.bl04 .w880 .txt a{
    text-decoration: underline;
    font-weight: bold;
}

.project05 .area.bl04 .w880 .txt a:hover{
    text-decoration: none;
}


/*project06*/
.project06 .scrolldown{
    z-index: 0;
}

.project06 .scrolldown::after {
  background: #fff;
}

.project06 .scrolldown img.black{
    display: none;
}

.project06 .scrolldown.black::after{
  background: #000;
}

.project06 .scrolldown.black img{
    display: none;
}

.project06 .scrolldown.black img.black{
    display: block;
}

.project06 .slide{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
}

.project06 .slick-slide img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.add-animation {
  animation: zoomUp 8s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}

.project06 .bl01 .pankuzu{
    margin-top: 10px;
    color: #fff;
}

.project06 .bl01 h1{
    margin-top: 10px;
    color: #fff;
    padding: 60px 0 50px 0;
}

.project06 .bl01 .logo{
    transition-duration: 2s;
    opacity: 0;
    max-width: 374px;
    position: absolute;
    top: calc(50% - 124px + 54px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.project06 .bl01{
    min-height: 100vh;
    overflow: hidden;
}

.project06 .bl01 .main img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.project06 .bl02{
    padding-top: 150px;
}

.project06 .bl03{
    padding-top: 150px;
    position: relative;
}

.project06 .bl02:before,
.project06 .bl03:before,
.project06 .bl04:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background: #fff;
    opacity: 0.9;
}

.project06 .bl02 .tittxt{
    display: table;
    margin-bottom: 30px;
}

.project06 .bl03 .tittxt{
    display: table;
    margin-bottom: 120px;
}

.project06 .bl02 .tittxt > *,
.project06 .bl03 .tittxt > *{
    display: table-cell;
    vertical-align: middle;
}

.project06 .bl02 .tittxt h2,
.project06 .bl03 .tittxt h2{
    padding-right: 25px;
}

.project06 .bl02 .tittxt h2 img{
    width: 190.5px;
    max-width: inherit;
}

.project06 .bl03 .tittxt h2 img{
    width: 254.5px;
    max-width: inherit;
}

.project06 .bl02 .tittxt p,
.project06 .bl03 .tittxt p{
    font-size: 14px;
    text-align: left;
    padding-left: 25px;
    border-left: 2px solid #1487b6;
}

.project06 .bl02 .flex{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.project06 .bl02 .info{
    max-width: 250px;
    width: 36.666666666%;
    float: left;
}

.project06 .bl02 .info .ttl{
	border-bottom: 1px solid #c3c3c3;
	margin: 40px 0 10px 0;
	line-height: 1.6 !important;
	font-size: 26px !important;
	font-weight: bold;
}

.project06 .bl02 .info dl > *{
	font-weight: normal;
	vertical-align: top;
	display: table-cell;
	font-size: 16px;
}

.project06 .bl02 .info dl + dl {
  margin-top: 5px;
}

.project06 .bl02 .info dl dt{
	width: 90px;
}

.project06 .bl02 .img{
    max-width: 1100px;
    width: 79.82%;
    display: flex;
    justify-content: space-between;
}

.project06 .bl02 .img.sp{
    display: none;
}

.project06 .bl02 .img div:nth-child(1){
    width: 700px;
}

.project06 .bl02 .img div:nth-child(2){
    width: 380px;
    margin-left: 20px;
}

.project06 .bl02 .img div:nth-child(2) p{
    font-size: 14px;
    margin: 20px 0 0 0;
}

.project06 .bl02 .img div:nth-child(2) p a{
    text-decoration: underline;
}

.project06 .bl02 .img div:nth-child(2) p a:hover{
    text-decoration: none;
}

.project06 .bl03 .nav{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.project06 .bl03 .nav li{
    width: 27.272727272%;
    position: relative;
}

.project06 .bl03 .nav li img{
    transition-duration: 0.3s;
}

.project06 .bl03 .nav li:hover img{
    transform: scale(1.2);
}

.project06 .bl03 .nav li span{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.project06 .bl03 .nav li span:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:10px solid #fff;
    opacity: 0.56;
    top: 0;
    left: 0;
    z-index: 10;
}

.project06 .bl03 .nav p{
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
}

.project06 .bl02 .area,
.project06 .bl03 .area{
    min-height: 100vh;
}

.project06 .bl04{
    position: relative;
}

.project06 .bl04 .area:last-child{
    margin-bottom: 0;
    height: 0;
}

.project06 .bl04 .w1380{
    display: block;
    display: table;
    width: 100%;
}

.project06 .bl04 .w1380 nav{
    width: 250px;
/*    width: 26.086956521%;*/
    display: table-cell;
    position: relative;
    top: inherit;
    bottom: inherit;
    padding-left: 60px;
    top: 115px;
    opacity: 0;
    transition:1s;
}

.project06 .bl04 .w1380 nav.fixed{
    position: fixed;
    top: 115px;
    opacity: 1;
    transition:1s;
}

.project06 .bl04 .w1380 nav.absolute{
    opacity: 1;
    position: absolute;
    bottom: 0;
    top: inherit;
}
    
.project06 .bl04 .w1380 nav.bottom-fix {
    opacity: 1;
    position: absolute;
    bottom: 0;   /* 親要素 .w1380 の一番下に張り付く */
    top: auto;   /* fixedの時の 115px を解除 */
    transition: 1s;
}    

.project06 .bl04 .w1380 ul.btn li{
    margin-bottom: 30px;
}


.project06 .bl04 .w1380 ul.btn li{
    border-radius: 100px;
    display: inline-block;   
    z-index: 1;
    position: relative;
}

.project06 .bl04 .w1380 ul.btn li.transition0{
    transition:0s;
}

.project06 .bl04 .w1380 ul.btn li span{
    position: relative;
    display: block;
    height: 100%;
}

.project06 .bl04 .w1380 ul.btn li span:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #fff;
    opacity: 0.4;
    top: 0;
    left: 0;
    z-index: 10;    
}

.project06 .bl04 .w1380 ul.btn li a{
    text-indent: -9999px;
    display: block;
    background: url("/lp/ahad/feature/images/project06/nav_img01.png") ;
    background-size: cover;
    width: 190px;
    height: 190px;
    filter: grayscale(1);
}

.project06 .bl04 .w1380 ul.btn li:nth-child(4){
    display: none;
}

.project06 .bl04 .w1380 ul.btn li:nth-child(2) a{
    background: url("/lp/ahad/feature/images/project06/nav_img02.png") ;
    background-size: cover;
}

.project06 .bl04 .w1380 ul.btn li:nth-child(3) a{
    background: url("/lp/ahad/feature/images/project06/nav_img03.png") ;
    background-size: cover;
}

.project06 .bl04 .w1380 ul.btn li:nth-child(1):after{
    content: "01.近江の里山?琵琶湖の森";
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.project06 .bl04 .w1380 ul.btn li:nth-child(2):after{
    content: "02.再生可能エネルギーの利用";
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.project06 .bl04 .w1380 ul.btn li:nth-child(3):after{
    content: "03.共に考え?想像する";
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.project06 .bl04 .w1380 ul.btn li.is-current a{
    filter: grayscale(0);
}

.project06 .bl04 .processMain{
    display: table-cell;
    vertical-align: top;
    width: 73.913043478%;
    max-width: 1020px;
}

.project06 .bl04 .processBl{
    box-sizing: border-box;
}

.project06 .bl04 .processImg{
    margin-bottom: 20px;
}

.project06 .bl04 .processImg a{
    cursor: default;
}

.project06 .bl04 h3{
    font-size: 24px;
    margin-bottom: 10px;
}

.project06 .bl04 .processTxt p{
    font-size: 14px;
    line-height: 2;
}

.project06 .bl04 .processTxt h4{
    font-size: 20px;
    font-weight: bold;
    color: #1487b6;
    margin-bottom: 3px;
}

.project06 .empty{
    height: 0px !important;
    min-height:100px;
    padding-top: 0;
}

.project06 footer{
    background: #fff;
}

@media only screen and (max-width: 1380px) {
	/*project02*/
    .project02 .area.bl01 .w1380{
        background: url("/lp/ahad/feature/images/project02/bl01_bg.jpg") no-repeat 100px bottom;
    }
    
	/*project03*/
    .project03 .bl02 .w1380 nav, 
    .project03 .bl02 .w1380 nav.inherit{
        width: 240px;
        padding-right: 0;
        display: block;
    }
    
    .project03 .bl02 .w1380 nav .step{
        height: 470px;
    }
    
    .project03 .bl02 .w1380 ul.btn{
        width: 110px;
    }
    
    .project03 .bl02 .w1380 ul.btn li a {
        width: 110px;
        height: 110px;
        background-size: 100% auto !important;
    }
    
    .project03 .bl02 .w1380 ul.btn li{
        margin-bottom: 10px;
    }
    
    .project03 .bl02 .w1380 nav .step li {
        font-size: 14px;
    }
    
    .project03 .bl02 .processMain {
        width: 70%;
    }

    
	/*project06*/
    .project06 .bl04 .w1380 nav{
        padding-left: 0;
    }
    
    .project06 .bl03 .processMain {
        width: 70%;
    }
    
}

@media only screen and (max-width: 1000px) {
   
	/*project03*/
    .project03 .bl02 .w1380 nav, 
    .project03 .bl02 .w1380 nav.inherit {
    width: 200px;
    }
    
    .project03 .bl02 .w1380 nav .step{
        height: 430px;
    }
    .project03 .bl02 .w1380 ul.btn {
        width: 100px;
    }

    .project03 .bl02 .w1380 ul.btn li{
        margin-bottom: 5px;
    }
    
    .project03 .bl02 .w1380 ul.btn li a {
        background-size: 100px auto !important;
        width: 100px;
        height: 100px;
    }
}


@media only screen and (max-width: 768px) {
    .sec .area.bl01 {
        padding-top: 65px !important;
    }

    /*secTop*/
    .secTop .column02{
        display: block;
    }

    .secTop .column02 article{
        width: 100%;
       margin-top: 8vw !important;
    }

    .secTop .column02 article:nth-child(1){
        margin-top: 0 !important;
    }
    
    .secTop .column02 article .pic{
        width: 40%;
    }

    .secTop .column02 article .txt{
        width: 60%;
        padding-left: 5%;
    }

    .secTop .column02 article .txt{
        padding-top: 0;
    }

    .secTop .column02 article .txt p{
        font-size: 12px;
    }

    .secTop .column02 article p.tit{
        font-size: 14px;
        margin-bottom:0;
    }

    .secTop .column02 article p.date{
        margin-top: 5px !important;
    }


    /* sec */
    .sec h1{
        font-size: 40px;
        padding: 5vw 0;
    }
	
    .sec .area{
		padding-bottom: 15vw;
        padding-top: 0 !important;
/*		min-height: 100vh;*/
    }
	
	.sec .lastArea{
        padding-bottom: 20vw !important;
    }
	
    .sec .w1380 .floatR,
    .sec .w1380 .floatL	{
		float: inherit;
    }

	.sec .w1380 > div + div{
		margin-top: 3vw;
    }

    .sec .w1380 .w600,
	.sec .w1380 .w720,
	.sec .w1380 .w770,
	.sec .w1380 .w550,
	.sec .w1380 .w510,
	.sec .w1380 .w790,
    .sec .w1380 .w450,
    .sec .w1380 .w850,
    .sec .w1380 .w470,
    .sec .w1380 .w830,
    .sec .w1380 .w460,
    .sec .w1380 .w880,
    .sec .w1380 .w540,
    .sec .w1380 .w780{
		width: inherit;
    }
    
    .sec .w1380 .w600,
    .sec .w1380 .w450,
    .sec .w1380 .w470,
    .sec .w1380 .w540{
        max-width: inherit;
    }
    

    .sec .w1380 .img img + img{
        margin-top: 0.8vw;
    }

    .sec .w1380 .txt,
    .sec .w1380 .w720 .txt{
        margin-bottom: 3vw;
    }

    .sec .w1380 .txt h2{
        font-size: 20px;
        margin-bottom: 5vw;
        padding-top: 5px;
    }

    .sec .w1380 .txt h2:before{
        content: "";
        width: 100px;
        height: 200px;
        left: -30px;
    }

    .sec .w1380 .txt h2 span{
        font-size: 14px;
    }

    .sec .w1380 .txt p{
        font-size: 14px;
    }

    .sec .w1380 .txt p + p{
        margin-top: 1em;
    }

    .illustover{
        position: relative;
    }

    /* project01 */
	.project01 .area{
        padding-bottom: 5vw;
    }

    .project01 .illustover{
        margin-left: calc(-100% * 1.25 / 20);
        margin-right: calc(-100% * 1.25 / 20);
    }

    .project01 .illustover .note.sp{
		text-align: right;
		font-size: 10px;
		padding: 0 5%;
		display: block;
		margin-top: -10px;
    }
	
    .project01 .illustover .poptxt{
        color: #000;
        font-size: 14px;
        line-height: 2;
        font-weight: 500;
		padding: 0 5%;
		margin-top: 3vw;
    }

    .project01 .illustover .poptxt span{
		font-weight: bold;
		font-size: 16px;
		display: block;
    }
		
    .project01 .illustover .poptxt .txt01 span{
        color: #eb9b04;
    }

    .project01 .illustover .poptxt .txt02 span{
        color: #cd8f92;
    }

    .project01 .illustover .poptxt .txt03 span{
        color: #c3af47;
    }

    .project01 .illustover .poptxt .txt04 span{
        color: #46b4eb;
    }

    .project01 .illustover .poptxt .txt05 span{
        color: #6ca96e;
    }

    .project01 .illustover .poptxt .txt06 span{
        color: #3ba3db;	
    }

    .project01 .illustover .poptxt .txt07 span{
        color:#cccb83;
    }

    .project01 .illustover .poptxt .txt08 span{
        color: #64bb76;
    }

    .project01 .illustover .poptxt .txt09 span{
        color: #8ab4dc;
    }

    .project01 .illustover .poptxt .txt10 span{
        color: #dfcbbd;
    }

    .project01 .illustover .poptxt div{
        background: none;
        width: 100%;
        top: inherit;
        bottom: inherit;
        left: inherit;
        padding: 0;
        display: none;
        position: inherit;
    }

    .project01 .illustover .poptxt .arrow:before,
    .project01 .illustover .poptxt .arrowB:before{
        display: none;
    }
	
    /*project02*/
    .project02 .area.bl01 .w1380{
        background: none;
		height: inherit;
    }

    .project02 .area.bl01 h2{
        margin-bottom: 5vw;
    }	

    .project02 .area .info .ttl{
        margin: 3vw 0 5px 0;
        font-size: 20px !important;
    }

    .project02 .area .info dl > *{
        font-size: 14px;
    }

    .project02 .area .info dl + dl {
    	  margin-top: 3px;
    }

    .project02 .area .info dl dt{
        width: 90px;
    }

    .project02 .area.bl03 .txt h2 span{
        color: #1487b6;
    }

    .project02 .area.bl04 .txt h2{
        text-indent: -1em;
    }

    /*project03*/    
    .project03.sec .bl01 h1{
        margin-bottom: 0;
    }
    
    .project03 .bl01 .w1380.dTable,
    .project03 .bl03 .w1380.dTable{
        height: inherit;
        padding-top: 5vw;
    }
    
    .project03 .bl02{
        padding-top: 115px;
        min-height: calc(100vh - 87px  - 80px);
    }

    .project03 h2.line{
        padding: 0 10px 2vw 10px;
        margin: 0 auto 3vw auto;
    }

    .project03 h2 img{
        height: 3.8vw;
        width: auto;
    }
    
    .project03 .w1380 p{
        font-size: 12px;
        line-height: 1.8;
    }

    .project03 .w1380 p + p{
        margin-top: 5vw;
    }

    /*bl03*/
    .project03.sec .bl03{
        padding-bottom: 10vw;
    }
    
    .project03 .bl01 .tittxt{
        display: table;
        margin-bottom: 30px;
    }

    .project03 .bl01 .tittxt > *{
        display: block;
    }

    .project03 .bl01 .tittxt h2{
        min-width: inherit;
        padding-right: 0;
        padding: 0 10px 2vw 10px;
        margin: 0 auto 3vw auto;
        border-bottom: 1px solid #999999;
    }
    
    .project03 .bl01 .tittxt h2 img{
        height: 3.8vw;
        width: auto;
    }

    .project03 .bl01 .tittxt p{
        font-size: 12px;
        line-height: 1.8;
        text-align: center;
        padding-left: 0;
        border-left: none;
    }

    .project03 .bl01 .img{
        position: relative;
        margin: 0 auto;
        max-width: 990px;
    }

    .project03 .bl01 .img img.none{
        opacity: 0;
          transition: 1.5s;
    }

    .project03 .bl01 .img img.show{
        opacity: 1;
          transition: 1.5s;
    }

    .project03 .bl01 .img img:nth-child(2){
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
    .project03 .bl02 .inner{
        padding: 0 10px;
    }
    
    .project03 .bl02 .area{
        padding-top: calc(65px + 5vw) !important;
    }
    
    .project03 .bl02 .w1380 nav{
        width: 120px;
        padding-right: 10px;
        left: -10px;
    }

    .project03 .bl02 .w1380 nav.fixed{
        top: calc(65px + 5vw);
        left: 0;
    }

    .project03 .bl02 .w1380 ul.btn{
        width: 55px;
    }

    .project03 .bl02 .w1380 ul.btn li{
        margin-bottom: 35px;
    }

    .project03 .bl02 .w1380 ul.btn li a{
        width: 55px;
        height: 55px;
        background-size: 55px auto !important;
    }

    .project03 .bl02 .w1380 ul.btn li.nav04{
        margin-bottom: 0;
    }

    .project03 .bl02 .w1380 nav .step{
        border-left: 1px solid #1487b6;
    }

    .project03 .bl02 .w1380 nav .step:before{
        content: "";
        width: 7px;
        height: 7px;
        left: -4px;
    }

    .project03 .bl02 .w1380 nav .step.unchor01:before{
        top: 12.5%;
    }

    .project03 .bl02 .w1380 nav .step.unchor02:before{
        top: 37%;
    }

    .project03 .bl02 .w1380 nav .step.unchor03:before{
        top: 59.5%;
    }

    .project03 .bl02 .w1380 nav .step.unchor04:before{
        top: 85%;
    }

    .project03 .bl02 .w1380 nav .step:after{
        width: 12px;
        height: 12px;
        border-bottom: 1px solid #1487b6;
        border-right: 1px solid #1487b6;
        left: -6.5px;
    }

    .project03 .bl02 .w1380 nav .step{
        height: 335px;
    }

    .project03 .bl02 .w1380 nav .step li{
        font-size: 10px;
        padding-left: 10px;
        line-height: 1.2;
    }

    .project03 .bl02 .processMain{
        width: calc(100vw - 142px);
    }

    .project03 .bl02 .processBl{
        box-sizing: border-box;
    }

    .project03 .bl02 .processImg{
        margin-bottom: 3vw;
    }

    .project03 .bl02 .processTxt{
        padding: 5px 0 5px 10px;
        height: auto;
        margin-bottom: 3vw;
        display: block;
    }

    .project03 .bl02 .processTit{
        overflow: hidden;
    }

    .project03 .bl02 .processTit img{
        width: 160%;
        height: auto;
        max-width: inherit;
        margin-left: -14.5%;
    }

    .project03 .bl02 .processTxt h3{
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .project03 .bl02 .processTxt p{
        line-height: 1.8;
        font-size: 12px;
    }

    .project03 .bl02 .circleImg{
        margin-top: 3vw;
        width: 100%;
        text-align: right;
    }

    .project03 .bl02 .circleImg > div{
        width: 20%;
        margin-left: 8px;
        display: inline-block;
    }

    .project03 .illustover .poptxt{
        position: relative;
    }    

    .project03 .illustover .poptxt div{
        padding: 5px;
        background: #e9f5fa;
        width: calc(40% + 10px);
    }

    .project03 .illustover .poptxt div p{
        font-size: 10px;
        line-height: 1.2;
    }

    .project03 .illustover .poptxt .arrow:before{
        content: '';
        position: absolute;
        top: -8px;
        display: block;
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-bottom: 8px solid #e9f5fa;
        border-left: 5px solid transparent;
    }

    .project03 .illustover .poptxt .txt01{
        left: inherit;
        top: -10px;
        right: 0;
    }

    .project03 .illustover .poptxt .txt01.arrow:before{
        left: calc(20% - 2px);
    }

    .project03 .illustover .poptxt .txt02.arrow:before{
        right: calc(20% - 2px);
        left: inherit;
    }

    .project03 .illustover .poptxt .txt02{
        left: inherit;
        top: -10px;
        right: 0;
    }
    
    /*bl04*/
    .project03 .bl03 h2{
        margin-bottom: 5vw;
    }

    .project03 .bl03 .workBl div{
        width: 43%;
        margin: 0 3%;
    }

    .project03 .bl03 .workBl div:nth-child(3),
    .project03 .bl03 .workBl div:nth-child(4),
    .project03 .bl03 .workBl div:nth-child(5),
    .project03 .bl03 .workBl div:nth-child(6),
    .project03 .bl03 .workBl div:nth-child(7),
    .project03 .bl03 .workBl div:nth-child(8){
        margin-top: 5vw;
    }
    
    /*project04*/
    .project04 .area.bl01 .txt{
        margin-bottom:0;
    }

    .project04 .area.bl01 .info{
        max-width: inherit;
        margin-bottom: 5vw;
        width: 50%;
    }
    
    .project04 .area.bl01 .info + .img{
      max-width: inherit;
        margin-bottom: 5vw;
        width: 45%;
    }
    
    .project04 .area.bl01 .info .ttl{
        margin: 3vw 0 5px 0;
        font-size: 20px !important;
    }

    .project04 .area.bl01 .info dl > *{
        font-size: 14px;
    }

   .project04 .area.bl01 .info dl + dl {
    	  margin-top: 3px;
    }

    .project04 .area.bl01 .info dl dt{
        width: 90px;
    }

    .project04 .area.bl03 .txt{
        margin-bottom:3vw;
    }
    
    .project04 .area.bl03 .floatR {
      margin-top: 0;
    }
    
    .project04 .area.bl03 .flex{
        gap:0 10px;
    }    
	
    .project04 .area.bl04 .flex {
      gap: 5vw 0;
    }
    
    .project04 .area.bl04 .flex > div {
        width: 31.5%;
    }
    
    .project04 .area.bl04 .flex > div:nth-child(2){
        width: 65.2%;
    }
    
    .project04 .area.bl04 .flex > div p {
      font-size: 12px;
      margin-top: 5px;
    }
    
    .project04 .area.bl04 .flex > div p span{
      font-size: 14px;
    }
    
    .project04 .area.bl04 .btnYoutube{
        font-size: 14px;
    }

    .project04 .area.bl04 .btnYoutube a{
        padding: 10px 20px;
        margin: 25px auto 0;
        display: block;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .project04 .area.bl04 .btnYoutube a span.arrow{
        margin: 0 15px 0 0;
    }
    

    /*project05*/ 
    .project05 .area.bl01 .txt{
        margin-bottom: 0;
    }
    
    .project05 .area.bl01 .info{
        max-width: inherit;
        margin-bottom: 5vw;
        width: 50%;
    }
    
    .project05 .area.bl01 .info + .img{
      max-width: inherit;
        margin-bottom: 5vw;
        width: 45%;
    }
    
    .project05 .area.bl01 .info .ttl{
        margin: 3vw 0 5px 0;
        font-size: 20px !important;
    }

    .project05 .area.bl01 .info dl > *{
        font-size: 14px;
    }

   .project05 .area.bl01 .info dl + dl {
    	  margin-top: 3px;
    }

    .project05 .area.bl01 .info dl dt{
        width: 90px;
    }

    .project05 .area.bl02 .flex{
        gap:3vw;
        flex-wrap: wrap;
    }

    .project05 .area.bl02 .img{
        width: 80%;
        margin: 0 auto 5vw;
    }

    .project05 .area.bl03 .txt{
        margin-bottom: 5vw;
    }

    .project05 .area.bl04 .simulation{
        max-width: inherit;
        margin-bottom: 5vw;
    }

    .project05 .area.bl04 .simulation .bg{
        margin: 3vw 0 0 0;
        padding: 10px;
        font-size: 12px;
        line-height: 1.8;
    }
    
    .project05 .area.bl04 .simulation .img{
        width: 80%;
        margin: 0 auto;
    }
    
    .project05 .area.bl04 .w880 .img{
        margin-bottom: 3vw;
    }

    .project05 .area.bl04 .w880 .txt .floatR{
        float: right;
        width: 100px;
        margin: 0 0 15px 15px;
    }
    
    
    /*project06*/
    .project06 .bl01 h1 {
        margin-top: 0;
        padding: 4vw 0;
    }
    
    .project06 .bl01 .logo {
        width: 50%;
    }

    .project06 .bl02,
    .project06 .bl03{
        padding-top: 14vw !important;
        min-height: calc(100vh - 87px - 80px);        
    }

    .project06 .bl02 .tittxt,
    .project06 .bl03 .tittxt{
        display: table;
        margin-bottom: 30px;
        padding-top: 5vw;
    }

    .project06 .bl02 .tittxt > *,
    .project06 .bl03 .tittxt > *{
        display: block;
    }

    .project06 .bl02 .tittxt h2,
    .project06 .bl03 .tittxt h2{
        min-width: inherit;
        padding-right: 0;
        padding: 0 10px 2vw 10px;
        margin: 0 auto 3vw auto;
        text-align: center;
        border-bottom: 1px solid #999999;
    }

    .project06 .bl02 .tittxt h2 img,
    .project06 .bl03 .tittxt h2 img{
        height: 3.8vw;
        width: auto;
    }

    .project06 .bl02 .tittxt p,
    .project06 .bl03 .tittxt p{
        font-size: 12px;
        line-height: 1.8;
        text-align: left;
        padding-left: 0;
        border-left: none;
    }
    
    .project06 .bl02 .flex{
        gap:3vw 0;
        flex-wrap: wrap;
    }
    
    .project06 .bl02 .info{
        max-width: inherit;
        margin-bottom: 5vw;
        width: 50%;
    }
    
    .project06 .bl02 .info + .img{
      max-width: inherit;
        margin-bottom: 5vw;
        width: 45%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .project06 .bl02 .info .ttl{
        margin: 3vw 0 5px 0;
        font-size: 20px !important;
    }

    .project06 .bl02 .info dl > *{
        font-size: 12px;
    }

   .project06 .bl02 .info dl + dl {
    	  margin-top: 3px;
    }

    .project06 .bl02 .info dl dt{
        width: 90px;
    }    
    
    .project06 .bl02 .img.sp{
        display: block;
    }
    
    
    .project06 .bl02 .img + .img{
        width: 100%;
        display: block;
        margin-left: 0;
    }
    
    .project06 .bl02 .img div:nth-child(1) {
        width: 100%;
    }

    .project06 .bl02 .img + .img img,
    .project06 .bl02 .img div:nth-child(2){
        width: 100%;
        margin: 0;
    }
    
    .project06 .bl02 .img div:nth-child(2) p{
        font-size: 10px;
        margin: 5px 0 0 0;
        text-align: right;
  }
    
    .project06 .bl03 .nav {
      justify-content: center;
      flex-wrap: wrap;
      gap: 2vw 15vw;
    }

    .project06 .bl03 .nav li{
        width: 37%;
    }

    .project06 .bl03 .nav li span:before{
        border:5px solid #fff;
    }

    .project06 .bl03 .nav p{
        line-height: 1.4;
        font-size: 12px;
        margin-top: 5px;
    }
    
    
  .project06 .bl04 .inner {
    padding: 0 10px;
  }
    
  .project06 .bl04 .area{
    padding-top: calc(65px + 5vw) !important;
  }
    
  .project06 .bl04 .area:last-child{
      margin-bottom: 0;
      padding-top: calc(65px + 5vw) !important;
  }

.project06 .bl04 .w1380 nav{
    width: 140px;
    padding-right: 20px;
    padding-left: 10px;
    top: 115px;
}

.project06 .bl04 .w1380 nav.fixed{
    top: 115px;
    transition:1s;
    bottom: auto;
}
    
.project06 .bl04 .w1380 nav.bottom-fix {
  position: fixed;
    top: 115px;
    transition:1s;
    bottom: auto;
}
    
.project06 .bl04 .w1380 ul.btn li{
    margin-bottom: 20px;
}

.project06 .bl04 .w1380 ul.btn li{
    border-radius: 100px;
}

.project06 .bl04 .w1380 ul.btn li span:before{
    border: 4px solid #fff;
}

.project06 .bl04 .w1380 ul.btn li a{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.project06 .bl04 .w1380 ul.btn li:after{
    font-size: 10px !important;
    margin-top: 10px;
}
    

.project06 .bl04 .w1380 nav{
    position: absolute;
}
    
.project06 .bl04 .w1380 nav.fixed{
    top: 115px;
    transition:1s;
    bottom: auto;
}

 .project06 .bl04 .processMain {
      padding-left: 142px;
      width: 100%;     
 } 
    
.project06 .bl04 h3{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.project06 .bl04 .processImg {
  margin-bottom: 10px;
}    
    
.project06 .bl04 .processTxt h4{
    font-size: 15px;
}
    
.project06 .bl04 .processTxt p{
    line-height: 1.8;
    font-size: 12px;
}

.project06 .empty{
    padding-bottom: 0 !important;
    min-height: initial;
    padding-top: 0 !important;
}
    
    
}

    