@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

/*
header.fixed .heder-wrap .heder-logo a svg{
	filter: none;
}
header .heder-wrap nav ul li a.white,span.drop-btn{
	@include mq(pc) {
		transition: 0.6s;
	}
}
header.fixed .heder-wrap nav ul li a.white,header.fixed span.drop-btn{
	text-shadow: none;
	transition: 0.6s;
}
*/
.pc-large-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-large-block {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .pc-large-block {
    display: block;
  }
}

.smp-pc-block {
  display: block;
}
@media screen and (min-width: 1280px) {
  .smp-pc-block {
    display: none;
  }
}

header {
  /*.heder-wrap{
  	nav{
  		ul{
  			li{
  				a{
  					@include mq(pc) {
  						color: #fff !important;
  						background: linear-gradient(90deg,#8f652a,#b78e63,#8f652a);
  						border-radius: 0.6em;
  					}
  				}
  			}
  		}
  	}
  }*/
}
header.active .taggle-wrap .taggle span {
  background: #fff !important;
}

main {
  /*div.project-cont*/
  /*a.design-bn*/
  /*a.document-btn*/
  /*div.bottom-area*/
}
main div.hero-area div.green-bg {
  padding: 25vw 0;
  background-image: url(../img/top/hero-bg_sp.png);
}
@media screen and (min-width: 768px) {
  main div.hero-area div.green-bg {
    padding: 14vw 0 80px;
    background-image: url(../img/top/hero-bg_pc.png);
    background-size: cover;
  }
}
@media screen and (min-width: 1280px) {
  main div.hero-area div.green-bg {
    padding: 175px 0 80px;
  }
}
main div.hero-area .hero-txt01 {
  width: 77%;
  margin: 0 auto 7%;
}
@media screen and (min-width: 768px) {
  main div.hero-area .hero-txt01 {
    width: 71%;
    margin: 0 auto 5vw;
  }
}
main div.hero-area div.img-box {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  main div.hero-area div.img-box {
    width: 73%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
main div.hero-area div.img-box div.img-wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  main div.hero-area div.img-box div.img-wrap01 {
    display: block;
    width: 37%;
  }
}
main div.hero-area div.img-box div.img-wrap01 div.hero-img01 {
  width: 40%;
}
@media screen and (min-width: 768px) {
  main div.hero-area div.img-box div.img-wrap01 div.hero-img01 {
    width: 63%;
    margin: 0 0 0 auto;
  }
}
main div.hero-area div.img-box div.img-wrap01 div.hero-img02 {
  width: 55%;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  main div.hero-area div.img-box div.img-wrap01 div.hero-img02 {
    width: 78%;
    margin-top: 5%;
  }
}
main div.hero-area div.img-box div.hero-img03 {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  main div.hero-area div.img-box div.hero-img03 {
    width: 53%;
    margin-top: 0;
  }
}
main div.hero-area h1 {
  width: 77%;
  margin: 10vw auto;
}
@media screen and (min-width: 768px) {
  main div.hero-area h1 {
    width: 64%;
    margin: 6vw auto 5vw;
  }
}
main div.hero-area dl {
  width: 90%;
  margin: 10vw auto 0;
}
@media screen and (min-width: 768px) {
  main div.hero-area dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    width: 85%;
    margin-top: 40px;
  }
}
main div.hero-area dl dt {
  background-color: #fff;
  border: solid 1px #000;
  text-align: center;
  font-size: 4vw;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  main div.hero-area dl dt {
    font-size: 15px;
    width: 100px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
main div.hero-area dl dd {
  text-align: justify;
  word-break: break-all;
  font-size: 3.2vw;
  line-height: 1.6em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  main div.hero-area dl dd {
    width: calc(100% - 120px);
    font-size: 12px;
  }
}
main div.hero-area div.hero-img04 {
  overflow: hidden;
  isolation: isolate;
  border-radius: 10vw;
  margin-top: -10vw;
}
@media screen and (min-width: 768px) {
  main div.hero-area div.hero-img04 {
    border-radius: 40px;
    margin-top: -50px;
  }
}
main section.sec-concept {
  background-image: url(../img/top/concept-bg_sp.png);
  background-size: cover;
  padding: 15vw 0 50vw;
  margin-top: -10vw;
}
@media screen and (min-width: 768px) {
  main section.sec-concept {
    background-image: url(../img/top/concept-bg_pc.png);
    padding: 60px 0 140px;
    margin-top: -40px;
  }
}
main section.sec-concept .note {
  color: #fff;
  line-height: 1.4em;
  letter-spacing: 0;
  font-size: 3.2vw;
  text-align: justify;
  word-break: break-all;
  width: 100%;
}
@media screen and (min-width: 768px) {
  main section.sec-concept .note {
    font-size: 12px;
    margin-bottom: 35px;
  }
}
main section.sec-concept div.sec-concept-inner {
  width: 90%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.sec-concept div.sec-concept-inner {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main section.sec-concept div.sec-concept-inner div.concept-img {
  position: absolute;
  width: 82%;
  bottom: -55vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  main section.sec-concept div.sec-concept-inner div.concept-img {
    width: 45%;
    bottom: -200px;
    left: -20px;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-concept div.sec-concept-inner div.concept-img {
    left: -50px;
  }
}
main section.sec-concept div.sec-concept-inner div.concept-box01 {
  /*div.concept-box01-txt-wrap{
  	margin: 7vw 0;
  	@include mq(pc) {
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
  		align-items: center;
  		margin: 40px 0;
  	}
  	p{
  		background-color: #fff;
  		text-align: center;
  		color: #bc9440;
  		line-height: 1.2em;
  		letter-spacing: 0;
  		font-size: 5.2vw;
  		font-weight: 600;
  		display: flex;
  		flex-direction: column;
  		justify-content: center;
  		border: 3px solid transparent;
  		background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, rgba(217, 192, 148, 1) 10%, rgba(219, 194, 138, 1) 33%, rgba(235, 231, 204, 1) 57%, rgba(214, 193, 143, 1) 75%, rgba(213, 190, 151, 1));;
  		background-origin: padding-box, border-box;
  		background-clip: padding-box, border-box;
  		font-weight: 500;
  		width: 66%;
  		height: 14vw;
  		margin: auto;
  		@include mq(pc) {
  			font-size: 13px;
  			width: 44%;
  			height: 44px;
  			margin: 0;
  		}
  		@include mq(pc-large) {
  			font-size: 15px;
  			width: 170px;
  		}
  		span{
  			display: inline-block;
  			font-size: 0.8em;
  		}
  	}
  	.cross{
  		position: relative;
  		display: block;
  		width: 10vw;
  		height: 10vw;
  		margin: 2vw auto;
  		@include mq(pc) {
  			width: 25px;
  			height: 25px;
  			margin: 0;
  		}
  		@include mq(pc-middle) {
  			width: 30px;
  			height: 30px;
  		}
  		&::after,&::before{
  			content: "";
  			display: block;
  			position: absolute;
  			top: 50%;
  			left: 50%;
  			width: 100%;
  			height: 1px;
  			background-color: #bc9440;
  		}
  		&::after{
  			transform: translate(-50%,-50%) rotate(45deg);
  		}
  		&::before{
  			transform: translate(-50%,-50%) rotate(-45deg);
  		}
  	}
  }*/
}
@media screen and (min-width: 768px) {
  main section.sec-concept div.sec-concept-inner div.concept-box01 {
    width: 45%;
    margin-top: 7%;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-concept div.sec-concept-inner div.concept-box01 {
    width: 387px;
  }
}
main section.sec-concept div.sec-concept-inner div.concept-box01 h2 {
  color: #bc9440;
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 12vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.sec-concept div.sec-concept-inner div.concept-box01 h2 {
    font-size: 23px;
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-concept div.sec-concept-inner div.concept-box01 h2 {
    font-size: 26px;
  }
}
main section.sec-concept div.sec-concept-inner div.concept-box01 h2 span {
  display: inline-block;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, rgb(217, 192, 148) 10%, rgb(219, 194, 138) 33%, rgb(235, 231, 204) 57%, rgb(214, 193, 143) 75%, rgb(213, 190, 151));
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  padding: 0.4em 1em;
  position: relative;
}
main section.sec-concept div.sec-concept-inner div.concept-box01 h2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.4em);
  height: calc(100% - 0.4em);
  border: solid 1px #dbc28a;
}
main section.sec-concept div.sec-concept-inner div.concept-box01 h3 {
  color: #fff;
  line-height: 1.6em;
  font-weight: 500;
  font-size: 8.8vw;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  main section.sec-concept div.sec-concept-inner div.concept-box01 h3 {
    font-size: 3.8vw;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-concept div.sec-concept-inner div.concept-box01 h3 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-concept div.sec-concept-inner div.concept-box01 h3 {
    font-size: 42px;
  }
}
main section.sec-concept div.sec-concept-inner div.concept-box02 {
  background-color: #006837;
  color: #fff;
  box-sizing: border-box;
  border-radius: 2em;
  padding: 2.4em;
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  main section.sec-concept div.sec-concept-inner div.concept-box02 {
    width: 50%;
    padding: 4%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-concept div.sec-concept-inner div.concept-box02 {
    width: calc(100% - 450px);
    padding: 3em;
  }
}
main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt01 {
  line-height: 1.4em;
  margin-bottom: 1em;
  font-size: 6.4vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt01 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt01 {
    font-size: 2.04vw;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt01 {
    font-size: 24px;
  }
}
main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt01 .small {
  font-size: 0.8em;
}
main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt01 .mt {
  display: inline-block;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt01 .mt {
    margin-top: 0.2em;
  }
}
main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt02 {
  text-align: justify;
  word-break: break-all;
  font-size: 4.26vw;
  line-height: 2.4em;
}
@media screen and (min-width: 768px) {
  main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt02 {
    font-size: 13px;
    line-height: 2.2em;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-concept div.sec-concept-inner div.concept-box02 p.concept-box02-txt02 {
    font-size: 16px;
    line-height: 2.4em;
  }
}
main section.sec-slide {
  background-image: url(../img/top/slide-bg_sp.png);
  background-size: cover;
  border-radius: 10vw;
  margin-top: -10vw;
  padding: 30vw 0 20vw;
}
@media screen and (min-width: 768px) {
  main section.sec-slide {
    background-image: url(../img/top/slide-bg_pc.png);
    border-radius: 40px;
    margin-top: -40px;
    padding: 140px 0 125px;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-slide {
    padding: 190px 0 125px;
  }
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.sec-slide-inner {
    width: 97%;
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-slide div.sec-slide-inner {
    width: 90%;
  }
}
main section.sec-slide div.top-slide-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide-wrap {
    padding: 0 70px;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-slide div.top-slide-wrap {
    padding: 0 120px;
  }
}
main section.sec-slide div.top-slide-wrap div.swiper-button-prev, main section.sec-slide div.top-slide-wrap div.swiper-button-next {
  z-index: 0;
  top: auto;
  bottom: -1.5vw;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide-wrap div.swiper-button-prev, main section.sec-slide div.top-slide-wrap div.swiper-button-next {
    width: 35px;
    height: 35px;
    bottom: 25%;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-slide div.top-slide-wrap div.swiper-button-prev, main section.sec-slide div.top-slide-wrap div.swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
main section.sec-slide div.top-slide-wrap div.swiper-button-prev::after, main section.sec-slide div.top-slide-wrap div.swiper-button-next::after {
  content: none;
}
main section.sec-slide div.top-slide-wrap div.number-box {
  width: 25vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 5vw auto 0;
  font-size: 5.3vw;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide-wrap div.number-box {
    width: 85px;
    margin: 30px 0 0 auto;
    font-size: 20px;
  }
}
main section.sec-slide div.top-slide-wrap div.number-box .current {
  color: #006837;
}
main section.sec-slide div.top-slide-wrap div.number-box .line {
  display: block;
  background: #000;
  width: 10vw;
  height: 1px;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide-wrap div.number-box .line {
    width: 45px;
  }
}
main section.sec-slide div.top-slide-wrap div.number-box .swiper-button-next {
  color: #000;
  position: revert;
  transform: translate(0);
  width: auto;
  height: auto;
  display: block;
  margin: 0;
}
main section.sec-slide div.top-slide-wrap div.number-box .swiper-button-next::after {
  content: none !important;
}
main section.sec-slide div.top-slide {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide div.swiper-slide-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main section.sec-slide div.top-slide div.slide-box01 {
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide div.slide-box01 {
    width: 38%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-slide div.top-slide div.slide-box01 {
    width: 35%;
  }
}
main section.sec-slide div.top-slide div.slide-box01 h2 {
  font-size: 13.8vw;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide div.slide-box01 h2 {
    font-size: 5.4vw;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-slide div.top-slide div.slide-box01 h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-slide div.top-slide div.slide-box01 h2 {
    font-size: 60px;
  }
}
main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt01 {
  font-size: 5.8vw;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #664708;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt01 {
    font-size: 2.44vw;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt01 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt01 {
    font-size: 25px;
  }
}
main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt02 {
  text-align: justify;
  word-break: break-all;
  font-size: 4.26vw;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt02 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt02 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt02 {
    font-size: 16px;
  }
}
main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt02.h01 {
  height: 45vw;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide div.slide-box01 .slide-box01-txt02.h01 {
    height: auto;
  }
}
main section.sec-slide div.top-slide div.slide-box02 {
  width: 90%;
  margin: 10vw auto 0;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide div.slide-box02 {
    width: 57%;
    margin: 0;
  }
}
main section.sec-slide div.top-slide div.slide-box02 p {
  line-height: 1.4em;
  letter-spacing: 0;
  margin-top: 1em;
  font-size: 2.9vw;
}
@media screen and (min-width: 768px) {
  main section.sec-slide div.top-slide div.slide-box02 p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-slide div.top-slide div.slide-box02 p {
    font-size: 14px;
  }
}
main section.sec-guide {
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  main section.sec-guide {
    padding: 100px 0;
  }
}
main section.sec-guide h2 {
  background: linear-gradient(90deg, #557a83, #005332);
  text-align: center;
  color: #fff;
  padding: 0.6em 0;
  border-radius: 50em;
  letter-spacing: 0;
  font-weight: 400;
  width: 85%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  main section.sec-guide h2 {
    font-size: 22px;
    width: 439px;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-guide h2 {
    font-size: 25px;
  }
}
main section.sec-guide p.guide-txt01 {
  text-align: center;
  color: #664708;
  line-height: 1.6em;
  margin-bottom: 1em;
  font-size: 5.3vw;
}
@media screen and (min-width: 768px) {
  main section.sec-guide p.guide-txt01 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-guide p.guide-txt01 {
    font-size: 25px;
  }
}
main section.sec-guide p.guide-txt02 {
  text-align: center;
  font-size: 4.26vw;
  letter-spacing: 0;
  width: 90%;
  margin: auto;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  main section.sec-guide p.guide-txt02 {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-guide p.guide-txt02 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  main section.sec-guide .guide-img {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
}
main section.sec-guide div.guide-cont-wrap {
  width: 90%;
  margin: auto;
  margin-top: -7vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  main section.sec-guide div.guide-cont-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 910px;
    margin-top: -130px;
  }
}
main section.sec-guide div.guide-cont-wrap div.guide-cont {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1254901961);
  background: #fff;
  padding: 5vw;
  margin-bottom: 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  main section.sec-guide div.guide-cont-wrap div.guide-cont {
    width: 30%;
    margin: 0;
    padding: 25px 0 30px;
  }
}
main section.sec-guide div.guide-cont-wrap div.guide-cont h3 {
  text-align: left;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.6em;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  main section.sec-guide div.guide-cont-wrap div.guide-cont h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 1000px) {
  main section.sec-guide div.guide-cont-wrap div.guide-cont h3 {
    font-size: 23px;
  }
}
main section.sec-guide div.guide-cont-wrap div.guide-cont div.guide-cont-img {
  width: 46%;
}
@media screen and (min-width: 768px) {
  main section.sec-guide div.guide-cont-wrap div.guide-cont div.guide-cont-img {
    width: 82.6%;
    margin: auto;
  }
}
main section.sec-guide div.guide-cont-wrap div.guide-cont div.txt-wrap {
  width: 48%;
}
@media screen and (min-width: 768px) {
  main section.sec-guide div.guide-cont-wrap div.guide-cont div.txt-wrap {
    width: 100%;
  }
}
main section.sec-guide div.guide-cont-wrap div.guide-cont p {
  text-align: left;
  line-height: 1.6em;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  main section.sec-guide div.guide-cont-wrap div.guide-cont p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 1.4em;
  }
}
main section.sec-guide .guide-note {
  letter-spacing: 0;
  width: 90%;
  margin: 2em auto 0;
  font-size: 3.2vw;
  line-height: 1.4em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  main section.sec-guide .guide-note {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 5%;
    font-size: 12px;
    margin: 3em auto 0;
  }
}
main section.sec-link {
  margin-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  main section.sec-link {
    margin-bottom: 110px;
  }
}
main section.sec-link a {
  display: block;
  background-size: cover;
  background-position: center center;
  padding: 10vw 0;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  main section.sec-link a {
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-link a {
    height: 489px;
  }
}
main section.sec-link a.location {
  background-image: url(../img/top/link-img01_sp.png);
}
@media screen and (min-width: 768px) {
  main section.sec-link a.location {
    background-image: url(../img/top/link-img01_pc.png);
  }
}
main section.sec-link a.technology {
  background-image: url(../img/top/link-img02_sp.png);
}
@media screen and (min-width: 768px) {
  main section.sec-link a.technology {
    background-image: url(../img/top/link-img02_pc.png);
  }
}
main section.sec-link a.support {
  background-image: url(../img/top/link-img03_sp.png);
}
@media screen and (min-width: 768px) {
  main section.sec-link a.support {
    background-image: url(../img/top/link-img03_pc.png);
  }
}
main section.sec-link a.planning {
  background-image: url(../img/top/link-img04_sp.png);
}
@media screen and (min-width: 768px) {
  main section.sec-link a.planning {
    background-image: url(../img/top/link-img04_pc.png);
    background-position: center left;
  }
}
@media screen and (min-width: 768px) {
  main section.sec-link a:nth-of-type(even) div.link-inner div.txt-box {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  main section.sec-link a div.link-inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
}
main section.sec-link a div.link-inner div.txt-box {
  position: relative;
  width: 60%;
  margin: auto;
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  main section.sec-link a div.link-inner div.txt-box {
    width: 350px;
    padding: 60px 0;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-link a div.link-inner div.txt-box {
    width: 434px;
    padding: 80px 0;
  }
}
main section.sec-link a div.link-inner div.txt-box::after {
  content: "";
  display: block;
  background-color: #265032;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 0;
}
main section.sec-link a div.link-inner div.txt-box div.txt-box-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
main section.sec-link a div.link-inner div.txt-box p {
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 0;
  margin-bottom: 0.8em;
  font-size: 3.46vw;
}
@media screen and (min-width: 768px) {
  main section.sec-link a div.link-inner div.txt-box p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-link a div.link-inner div.txt-box p {
    font-size: 21px;
  }
}
main section.sec-link a div.link-inner div.txt-box h3 {
  display: inline-block;
  background: linear-gradient(90deg, #d5ba80, #fbf9e2, #d5ba80);
  background-size: 100%;
  line-height: 1.2em;
  color: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1em;
  font-size: 4.26vw;
}
@media screen and (min-width: 768px) {
  main section.sec-link a div.link-inner div.txt-box h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-link a div.link-inner div.txt-box h3 {
    font-size: 32px;
  }
}
main section.sec-link a div.link-inner div.txt-box .btn {
  display: block;
  background-color: #fff;
  line-height: 1em;
  position: relative;
  padding: 0.8em 0;
  letter-spacing: -0.1em;
  font-weight: bold;
  font-size: 3.2vw;
  width: 66%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  main section.sec-link a div.link-inner div.txt-box .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  main section.sec-link a div.link-inner div.txt-box .btn {
    font-size: 16px;
  }
}
main section.sec-link a div.link-inner div.txt-box .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.4em);
  height: calc(100% - 0.4em);
  border: solid 1px #111;
}
@media screen and (min-width: 768px) {
  main section.sec-link a div.link-inner div.txt-box .btn {
    width: 200px;
    margin: auto;
  }
}
main section.sec-link a div.link-inner div.txt-box .btn .txt {
  display: inline-block;
  vertical-align: 0.16em;
}
main section.sec-link a div.link-inner div.txt-box .btn .arrow {
  display: inline-block;
  width: 0.6em;
  margin-left: 0.5em;
}
main div.project-cont {
  width: 88%;
  margin: auto;
  border: solid 1px #000;
  color: #000;
  padding: 5% 0 0;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  main div.project-cont {
    width: 451px;
    padding: 20px 0 0;
    margin-bottom: 49px;
  }
}
main div.project-cont dl {
  width: 95%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main div.project-cont dl {
    width: 420px;
  }
}
main div.project-cont dl dd {
  font-size: 1.12em;
}
@media screen and (min-width: 768px) {
  main div.project-cont dl dd {
    font-size: 16px;
  }
}
main div.project-cont dl dd:nth-of-type(2) {
  font-size: 1.1em;
  border-bottom: dashed 1px #000;
  padding: 3% 0 5%;
}
@media screen and (min-width: 768px) {
  main div.project-cont dl dd:nth-of-type(2) {
    font-size: 17px;
    padding: 0 0 10px;
  }
}
main div.project-cont dl dt {
  font-size: 1.4em;
  padding: 7% 0;
}
@media screen and (min-width: 768px) {
  main div.project-cont dl dt {
    font-size: 22px;
    padding: 15px 0 20px;
  }
}
main a.design-bn {
  width: 88%;
  margin: auto;
  display: block;
  background: #fff;
  border: solid 0.4em #e5e5e5;
  padding-bottom: 5%;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  main a.design-bn {
    width: 90%;
    max-width: 716px;
    padding: 38px 0 23px;
    margin-bottom: 110px;
  }
}
main a.design-bn div.design-bn-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  main a.design-bn div.design-bn-inner {
    width: 86.4%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main a.design-bn div.design-bn-inner div.design-bn-img {
  padding: 10% 0;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  main a.design-bn div.design-bn-inner div.design-bn-img {
    width: 44%;
    padding: 0;
    margin: 0;
  }
}
main a.design-bn div.design-bn-inner div.design-bn-txt {
  border-top: solid 1px #000;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  main a.design-bn div.design-bn-inner div.design-bn-txt {
    width: 49.6%;
    border-top: none;
    border-left: solid 1px #000;
    padding: 0;
  }
  main a.design-bn div.design-bn-inner div.design-bn-txt img {
    width: 87.8%;
    margin-right: 0;
    margin-left: auto;
  }
}
main a.design-bn div.design-bn-inner div.design-btn {
  background: #9c111b;
  border-radius: 2em;
  text-align: center;
  color: #fff;
  padding: 4% 0;
  font-size: 1.2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  main a.design-bn div.design-bn-inner div.design-btn {
    width: 237px;
    padding: 10px 0;
    margin: auto;
    font-size: 17px;
    margin-top: 5%;
  }
}
main a.design-bn div.design-bn-inner div.design-btn::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/top/arrow01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
}
main a.design-bn div.design-bn-inner div.design-btn span {
  margin-left: -5%;
}
main a.document-btn {
  display: block;
  background: #463a00;
  text-align: center;
  padding: 4% 0;
}
@media screen and (min-width: 768px) {
  main a.document-btn {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1000px) {
  main a.document-btn {
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px) {
  main a.document-btn div.document-btn-inner {
    max-width: 1360px;
    margin: auto;
  }
}
main a.document-btn div.document-btn-inner span {
  font-size: 1.2em;
}
main a.document-btn div.document-btn-inner span:nth-of-type(1) {
  margin-bottom: 3%;
  margin-left: -13%;
  color: #fff;
  font-size: 1.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  main a.document-btn div.document-btn-inner span:nth-of-type(1) {
    font-size: 24px;
    margin-left: -6%;
  }
}
@media screen and (min-width: 1000px) {
  main a.document-btn div.document-btn-inner span:nth-of-type(1) {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  main a.document-btn div.document-btn-inner span:nth-of-type(1) {
    font-size: 34px;
  }
}
main a.document-btn div.document-btn-inner span:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  background: url("../img/top/arrow03.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5em;
  right: -42%;
}
@media screen and (min-width: 768px) {
  main a.document-btn div.document-btn-inner span:nth-of-type(1)::after {
    width: 1.6em;
    height: 0.8em;
    right: -3em;
  }
}
main a.document-btn div.document-btn-inner span:nth-of-type(2) {
  background: #fff;
  border-radius: 0.8em;
  color: #000;
  padding: 1% 3.6%;
  position: relative;
  margin-left: 0%;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  main a.document-btn div.document-btn-inner span:nth-of-type(2) {
    font-size: 20px;
    padding: 3px 20px;
    margin-left: 1.4%;
  }
}
@media screen and (min-width: 1000px) {
  main a.document-btn div.document-btn-inner span:nth-of-type(2) {
    font-size: 25px;
  }
}
@media screen and (min-width: 1280px) {
  main a.document-btn div.document-btn-inner span:nth-of-type(2) {
    font-size: 30px;
  }
}
main div.bottom-area {
  background: #fff;
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  main div.bottom-area {
    padding: 90px 0 66px;
  }
}
main div.bottom-area div.kukaku-bnr {
  width: 88%;
  margin: 0 auto;
  margin-bottom: 10%;
}
main div.bottom-area div.kukaku-bnr a {
  display: block;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  main div.bottom-area div.kukaku-bnr {
    width: 90%;
    max-width: 1000px;
    margin-bottom: 4%;
  }
}
main div.bottom-area ul {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  main div.bottom-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
  }
}
main div.bottom-area ul li {
  margin-bottom: 10%;
}
main div.bottom-area ul li:nth-last-of-type(1) {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  main div.bottom-area ul li:nth-last-of-type(1) {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 768px) {
  main div.bottom-area ul li {
    width: 48%;
    margin-bottom: 4%;
  }
}
main div.bottom-area p {
  font-size: 0.8em;
  line-height: 1.2em;
  width: 88%;
  margin: auto;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  main div.bottom-area p {
    width: 90%;
    max-width: 1000px;
    font-size: 12px;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1280px) {
  main div.bottom-area p {
    font-size: 14px;
  }
}
main div.bottom-area p:nth-of-type(1) {
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  main div.bottom-area p:nth-of-type(1) {
    padding-bottom: 2%;
  }
}
main div.bottom-area p:nth-of-type(2) {
  padding-top: 5%;
}
@media screen and (min-width: 768px) {
  main div.bottom-area p:nth-of-type(2) {
    padding-top: 2%;
  }
}
main div.bottom-area p span.red {
  color: #e40012;
}

/*main*/
div.stageup-area {
  width: 90%;
  margin: auto;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  div.stageup-area {
    padding: 75px 0 0;
    max-width: 1000px;
  }
}
div.stageup-area div.stageup-area-inner {
  border: solid 1px #111;
}
@media screen and (min-width: 768px) {
  div.stageup-area div.stageup-area-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  div.stageup-area div.stageup-area-inner div.stageup-img01 {
    width: 45.6%;
  }
}
@media screen and (min-width: 768px) {
  div.stageup-area div.stageup-area-inner div.stageupaccordion {
    width: 54.4%;
    display: block !important;
  }
}
div.stageup-area button.stageupmore-btn {
  display: block;
  width: 100%;
  font-size: 1.2em;
  padding: 3% 0;
  gap: 3%;
  border: none;
  background: none;
  color: #111;
}
@media screen and (min-width: 768px) {
  div.stageup-area button.stageupmore-btn {
    display: none;
  }
}
div.stageup-area button.stageupmore-btn.active span::after {
  transform: translate(0, -50%) rotate(45deg);
}
div.stageup-area button.stageupmore-btn span {
  display: inline-block;
  position: relative;
  padding-right: 1.4em;
}
div.stageup-area button.stageupmore-btn span::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url("../img/top/stageupplus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.stageup-area div.link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 519px;
    margin: auto;
  }
}
div.stageup-area div.link-wrap a {
  display: block;
  background: #ff7c00;
  text-align: center;
  color: #fff;
  width: 76.2%;
  margin: auto;
  padding: 0.4em 0 0.56em;
  margin-top: 5%;
  border-radius: 50em;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.stageup-area div.link-wrap a {
    width: 244px;
    padding: 0.4em 0 0.52em;
  }
}
div.stageup-area div.link-wrap a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(0, -50%);
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
div.stageup-area div.link-wrap a:nth-of-type(2) {
  background: #f34700;
}/*# sourceMappingURL=style.css.map */