@charset "UTF-8";


@media (max-width: 1350px) {
	.ability-box-ttl {
		font-size: 1.15vw;
	}
}

@media (max-width: 1020px) {
	.hero {
		height: calc(100vh - 50px);
	}
	.hero-txt {
		font-size: 55px;
	}
	.hero-txt p {
		font-size: 25px;
	}
	.hero-mainimg {
		height: calc(100% - 50px);
	}
	.gn-header-nav.heronav {
		bottom: 15px;
		right: 30px;
	}


	.ask {
		width: 170px;
		height: 170px;
	}
	.ask a {
		font-size: 18px;
		line-height: 1.5;
		padding: 35px 0 0;
	}
	.ask a p {
		width: 34px;
		margin: 0 auto 10px;
	}


	.hero-news {
		width: 30%;
		min-width: 460px;
		padding: 0 100px 0 70px;
		border-radius: 0 15px 15px 0;
		font-size: 12px;
	}
	.hero-news h2 {
		top: 38px;
		left: 15px;
		font-size: 14px;
		letter-spacing: .2em;
	}
	.hero-news ul li {
		padding: 15px 0;
	}
	.hero-news-lnk {
		padding-top: 50px;
		width: 85px;
		height: 100%;
		font-size: 10px;
	}
	.hero-news-lnk a {
		width: 40px;
		height: 40px;
		padding-top: 8px;
		border-radius: 40px;
		margin: 0 auto 5px;
	}
	.hero-news-lnk a svg {
		width: 20px;
	}
	
	.ability-box-ttl {
		font-size: 1.7vw;
	}


	h2.top-basic {
		font-size: 40px;
		letter-spacing: .2em;
		margin-bottom: 50px;
	}
	h2.top-basic span {
		font-size: 18px;
		letter-spacing: .1em;
	}
	h2.top-basic::before {
		top: -50px;
		width: 80px;
	}
	h2.withbar {
		font-size: 40px;
		letter-spacing: .2em;
		margin-bottom: 35px;
	}


	.section-event, .section-abillity {
		margin-top: -160px;
	}
	.section-event .inner-right, .section-abillity .inner-right {
		padding: 260px 0 80px;
		border-radius: 0 0 0 50px;
	}.section-event .lnkbtn,
	.section-works .lnkbtn  {
		margin: 50px 0 0 auto;
	}
	
	
	.section-building .inner {
		padding: 50px 0 80px;
	}
	.top-works-box .top-works-detail {
		padding-top: 15%;
	}
	.building-lnk-box-img {
		border-radius: 5px;
	}
	.building-lnk-box-icon {
		bottom: -20px;
		width: 40px;
		height: 40px;
		padding-top: 2px;
		border-radius: 40px;
		margin: 0 auto;
	}
	.building-lnk-box-icon svg {
		width: 22px;
	}
	
	.top-basic-adding-cmnt {
		width: 100%;
	}
	.top-basic-adding-cmnt p {
		padding-left: 50px;
		margin-bottom: 50px;
	}
	.top-basic-adding-cmnt p::before {
		width: 35px;
	}
	.top-basic-adding-photo {
		position: inherit;
		top: auto;
		right: auto;
		width: 100%;
		margin-top: 50px;
	}
	.tbap01 {
		position: absolute;
		top: -150px;
		left: auto;
		right: -100px;
		width: 30%;
		z-index: 3;
	}
	.tbap02 {
		position: relative;
		top: auto;
		right: auto;
		width: 60%;
		z-index: 2;
	}


	.section-blog {
		margin-top: -150px;
	}
	.section-blog .inner-left {
		padding-top: 180px;
		border-radius: 0 0 50px 0;
		padding-bottom: 80px;
	}
	.adding-head {
		bottom: 0px;
		left: 240px;
		font-size: 15px;
	}
	.adding-head::before {
		top: 15px;
		left: -70px;
		width: 40px;
	}
	.top-blog-box {
		width: 25%;
	}
	.top-blog-box a {
		padding: 20px;
	}
	.top-blog-box-detail {
		font-size: 12px;
		margin-top:7px;
	}
	.blog-category {
		top: auto;
		right: auto;
		font-size: 11px;
		height: 20px;
	}
	.blog-title {
		font-size: 14px;
		line-height: 1.6;
	}
	.section-blog .lnkbtn {
		margin: 50px 0 0 auto;
	}



	.about-txt {
		margin-left: 50px;
	}
	.about-txt h3 {
		font-size: 22px;
		letter-spacing: .2em;
		padding: 15px 50px;
		margin-top: 10px;
	}
	.about-txt h3::before {
		left: -50px;
		width: 100px;
	}
	.about-txt p {
		margin-left: 60px;
		padding: 10% 0 0 40px;
		line-height: 2.4;
	}
	.about-img {
		top: 0;
		left: -100px;
		width: 30%;
		min-width: initial;
	}
	.about-img-big {
		top: -180px;
		right: -100px;
		width: 60%; 
		min-width: initial;
	}
	.about-wrap .lnkbtn {
		margin: 50px 0 0 auto;
	}

}




@media (max-width: 47.9375rem) { 
	.hero {
		height:100svh;
	}
	.hero-txt {
		top: 40%;
		left: 50%;
		font-size: 7vw;
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
		text-align: center;
	}
	.hero-txt p {
		font-size: 4vw;
		margin-top: 20px;
	}
	.hero-mainimg {
		height: calc(100svh - 100px);
		border-radius: 0;

	}
	.gn-header-nav.heronav {
		bottom: 15px;
		right: 30px;
	}


	.ask {
		display: none;
	}


	.hero-news {
		width: 96%;
		left: 2%;
		padding: 0 80px 0 45px;
		border-radius: 5px;
			top:100svh;

	}
	.hero-news {
		min-height: 127px;
	}
	.hero-news h2 {
		top: 28px;
		left: 10px;
		font-size: 14px;
	}
	.hero-news ul li {
		padding: 10px 0;
	}
	.hero-news-lnk {
		padding-top: 40px;
		width: 60px;
		height: 100%;
		font-size: 10px;
	}
	.hero-news-lnk a {
		width: 35px;
		height: 35px;
		padding-top: 6px;
		border-radius: 35px;
		margin: 0 auto 5px;
	}


	h2.top-basic {
		font-size: 25px;
		letter-spacing: .1em;
		margin-bottom: 35px;
	}
	h2.top-basic span {
		font-size: 15px;
	}
	h2.top-basic::before {
		top: -35px;
		width: 50px;
	}
	h2.withbar {
		font-size: 25px;
		letter-spacing: .1em;
		margin-bottom: 35px;
	}

	.ability-wrap {
		position: absolute;
		bottom: 80px;
		right: inherit;
		left: 50%;
		width: 90%;
		min-width: initial;
		transform: translateX(-50%);
	}
	.ability-wrap h2.top-basic {
		font-size: 16px;
		margin-bottom: 2px;
	}
	.ability-box {
		width: 32.5%;
	}
	.ability-box-ttl {
		font-size: 11px;
	}
	.ability-box-ttl-big {
		margin: 0 auto 2px;
	}
	.ability-box-ttl span {
		display: block;
		font-size: 60%;
		font-weight: normal;
		margin-bottom: 1px;
	}
	.ability-ct {
		position: absolute;
		right: 20px;
		bottom: 10px;
		font-size: 9px;
	}
	.ability-ct-wrap {
		width: 230px;
		margin-top: 5px;
	}
	.ability-ct-wrap ul li {
		font-size: 9px;
	}


	.section-event, .section-abillity {
		margin-top: -100px;
	}
	.section-event .inner-right, .section-abillity .inner-right {
		padding: 200px 0 50px;
		border-radius: 0 0 0 30px;
	}
	
	.top-event-box {
		width: 300px;
	}
	.top-event-box .opendate_mini{width:auto;min-width:auto; font-size:13px; text-align:left; white-space:nowrap; padding:3px 15px 3px 10px;  background:#D9C564; color:#FFF; position:absolute; top:-3px; left:0px; border-radius:5px 0px 5px 0px; line-height:1.2;}
	.top-event-box.fortest {
		width: 100%;
		margin-bottom: 5%;
	}
	.top-event-box a {
		font-size: 12px;
		flex-wrap: wrap;
	}
	.top-event-box.pu a {
		padding: 11px;
	}
	.top-event-box.everyweek a {
		height: 150px;
		border-radius: 5px;
	}
	.top-event-box .pickup {
		width: 50px;
	}
	.top-event-box-cat {
		height: 24px;
		padding-top: 5px;
		border-radius: 0 0 0 5px;
	}
	.everyweek .top-event-box-img {
		border-radius: 5px;
	}
	.everyweek .top-event-box-cat {
		width: 16em;
		margin: auto auto 10px;
		font-size: 16px;
	}
	.top-event-box-img{margin-right:10px;}
	.top-event-box.fortest .top-event-box-cat {
		border-radius: 0 5px 0 5px;
	}
	.top-event-box-ttl {
		font-size: 16px;
		letter-spacing: 0em;
		margin: 15px 0 0 0;
		min-height: auto;
		width:100%;
	}
	.top-event-detail{padding-top:15px; min-height:auto;}
	.top-event-detail dl {
		margin-top: 0px;
		display:block;
	}
	.top-event-detail dl dt {
		width: 60px;
	}
	.top-event-detail dl dt::before,
	.top-event-detail dl dt::after {
		top: 4px;
		height: 14px;
	}
	.top-event-detail dl dd {
		margin-left: 10px;
		width: 100%;
	}
	.top-event-box-title {
		font-size: 25px;
	}
	.top-event-box-title span {
		font-size: 15px;
	}
	.section-event .lnkbtn,
	.section-works .lnkbtn  {
		margin: 35px 0 0 auto;
	}
	.section-event .lnkbtn {
		margin: 20px auto 0;
		width: 100%;
	}
	
	
	.section-event .top-concept .lnkbtn {
		width: 100%;
		margin: 20px 0 0 auto;
	}
	.inner-right .content.top-concept {
		margin: 10% auto 120px;
		padding-left: 14vw;
	}
	.top-concept::before {
		top: 18px;
		width: 12vw;
	}
	.top-concept h2 {	
		font-size: 18px;
		letter-spacing: .1em;
		margin-bottom: 20px;
		line-height: 1.8;
	}
	.top-concept p {
		line-height: 1.8;
	}
	
	
	
	.top-works-box {
		width: 88%;
		margin: auto;
	}
	.top-works-box .top-works-detail {
		visibility: visible;
		opacity: 1;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		padding: 10px 15px 30px;
		background: transparent;
		color: #111;
		font-size: 16px;
		letter-spacing: .05em;
	}
	.top-works-detail-ttl {
		padding-bottom: 10px;
		margin-bottom: 5px;
		border-bottom: 1px solid #CCC;
		min-height: initial;
	}
	.top-works-area {
		font-size: 11px;
		margin-top: 3px;
	}
	.section-works .lnkbtn {
		margin: 20px auto;
		width: 100%;
	}


	.section-building .inner {
		padding: 50px 0 75px;
		border-radius: 0;
	}
	.building-lnk {
  		-ms-flex-wrap: wrap;
  		flex-wrap: wrap;		
	}
	.building-lnk-box {
		width: 47.5%;
	}
	.building-lnk-box:nth-child(1) {
		margin-top: 0;
		height: 100%;
	}
	.building-lnk-box:nth-child(2) {
		margin-top: 0;
		height: 100%;
	}
	.building-lnk-box:nth-child(3) {
		margin-top: 15px;
		height: 100%;
	}
	.building-lnk-box:nth-child(4) {
		margin-top: 15px;
		height: 100%;
	}
	.building-lnk-box h3 {
		left: auto;
		right: 10%;
		width: 15%;
	}
	.building-lnk-box-txt {
		top: 8%;
		bottom: auto;
		right: auto;
		left: 10%;
		font-size: 13px;
		width: auto;
		padding: 20px 0 10px;
		letter-spacing: .1em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;	
		font-family: "Noto Sans JP TATE", -apple-system, BlinkMacSystemFont,
		"Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
		Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	.building-lnk-box-txt::before {
		position: absolute;
		top: -22px;
		left: 50%;
		width: 1px;
		height: 34px;
		background: #111;
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	.building-lnk-box-icon {
		bottom: 10px;
		left: 8px;
		width: 30px;
		height: 30px;
		padding-top: 0;
		border-radius: 30px;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	.top-basic-adding-cmnt p {
		padding-left: 35px;
		margin-bottom: 35px;
		font-size: 13px;
		line-height: 2;
	}
	.top-basic-adding-cmnt p::before {
		width: 25px;
		top: 14px;
	}
	.top-basic-adding-photo {
		width: 100vw;
		margin: 50px calc(50% - 50vw) 0;
	}
	.tbap01 {
		position: absolute;
		top: -50px;
		left: auto;
		right: 0;
		width: 35%;
		min-width: initial;
	}
	.tbap02 {
		position: relative;
		top: auto;
		right: auto;
		margin-left: 6%;
		width: 70%;
		min-width: initial;
	}


	.section-blog {
		margin-top: 0;
	}
	.section-blog .inner-left {
		padding-top: 120px;
		border-radius: 0;
		padding-bottom: 75px;
	}
	.adding-head {
		position: relative;
		bottom: auto;
		left: 0;
		padding-left: 35px;
		margin-top: 35px;
		margin-bottom: 35px;
		font-size: 14px;
	}
	.adding-head::before {
		top: 12px;
		left: 0;
		width: 25px;
	}
	.top-blog {
  		-ms-flex-wrap: wrap;
  		flex-wrap: wrap;		
	}
	.top-blog-box {
		width: 50%;
	}
	.top-blog-box a {
		padding: 10px;
	}
	.blog-category {
		font-size: 10px;
		height: 18px;
	}
	.blog-title {
		font-size: 13px;
		line-height: 1.6;
	}
	.section-blog .lnkbtn {
		margin: 35px 0 0 auto;
	}



	.about-txt {
		margin-left: 15px;
	}
	.about-txt h3 {
		font-size: 18px;
		letter-spacing: .1em;
		padding: 10px 0 10px 25px;
		margin-top: 0;
		margin-left: .5em;
		text-indent: -.5em;
	}
	.about-txt h3::before {
		left: -20px;
		top: 25px;
		width: 35px;
	}
	.about-txt p {
		margin-left: 35px;
		padding: 10% 0 0 25px;
		line-height: 2;
		font-size: 12px;
	}
	.about-img {
		bottom: 50px;
		left: -7%;
		width: 27.5%;
		min-width: initial;
	}
	.about-img-big {
		top: -150px;
		right: -7%;
		width: 45%; 
		min-width: initial;
	}
	.about-wrap .lnkbtn {
		margin: 50px 0 0 auto;
	}



	.comingsoon {
		font-size: 30px;
		letter-spacing: .05em;
		padding: 60px 0;
	}
	.comingsoon::before,
	.comingsoon::after {
		width: 40px;
		height: 40px;
	}
	
	/* banner kito */
	.content-kito-txts h2 {
		margin-bottom: 1.5%;
	}
	.content-kito-txts h3 {
		margin-bottom: 1.5%;
	}
	.content-kito-txts h3 span {
		padding: 3px 8.5%;
	}
	.content-kito-txts p {
		padding-bottom: 10px;
		margin-bottom: 7px;
	}
	.lnk-kito {
		width: 80%;
		margin: 3% auto 0;
		font-size: 12px;
	}
	.lnk-kito a {
		padding: 1px 0;
	}
	
}

