@charset "UTF-8";

#header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}

#main {
	background-image: url(/area/g/zukanneo2026/common/image/common_bg03.png),
					 url(/area/g/zukanneo2026/common/image/common_bg02.png),
					 url(/area/g/zukanneo2026/common/image/common_bg01.png);
	background-size: 100%, 100%, 100%;
	background-position: left bottom, center, left top;
	background-repeat: no-repeat, no-repeat, repeat-y;
}

.contain {
	background: url(/area/g/zukanneo2026/common/image/section_bg01.png) repeat-y;
	background-size: 100%;
}

.page_title {
	margin: 0 auto;
	width: 90%;
}

.bln_title {
	margin: 0 auto;
	width: 75.45%;
	position: relative;
}

.bln_title span {
	position: absolute;
	left: -9%;
	top: -41%;
	width: 12%;
}

@media screen and (min-width: 770px){

	.contain {
		max-width: 1000px;
		margin: 0 auto;
	}

	.secWrap {
		max-width: 1000px;
		margin: 0 auto;
	}

	.page_title {
		padding: 50px 0 0;
	}

}

@media screen and (max-width: 770px){

	.header-logo .lalap img {
		width: 65px;
		margin-right: 0.5em;
	}

	.page_title {
		padding: 1.5em 0 0;
	}

	.contain {
		margin: 0 1.5em;
	}

}


@media screen and (max-width: 770px){

	.visual {
		background: url(/area/g/zukanneo2026/common/image/section_bg01.png) center repeat-y;
		background-size: calc( 100% - 3em );
	}

}

/* sec01 */

.sec01 p,
.sec01 ul {
	margin: 0 auto;
	width: 75.45%;
}

@media screen and (min-width: 770px){

	.sec01 {
		padding-top: 50px;
	}

	.sec01 p {
		margin: 50px auto;
	}

	.sec01 p a img {
		transition: 0.3s;
	}

	.sec01 p a:hover img {
		opacity: 0.5;
	}

}

@media screen and (max-width: 770px){

	.sec01 p,
	.sec01 ul {
		width: 85%;
	}

	.sec01 {
		padding-top: 1px;
	}

	.sec01 p {
		margin: 1.5em auto;
	}

}

/* sec02 */


.sec02 ul {
	margin: 0 auto;
	width: 75.45%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sec02 ul li {
	width: 31%;
}

@media screen and (min-width: 770px){

	.sec02 h2,
	.sec02 ul {
		margin: 50px auto;
	}

	.sec02 ul li {
		margin: 15px 0;
	}

	.sec02 ul li:nth-child(1) {
		background: url(/area/g/zukanneo2026/common/image/sec02_nav01_o.png) no-repeat;
		background-size: contain;
	}

	.sec02 ul li:nth-child(2) {
		background: url(/area/g/zukanneo2026/common/image/sec02_nav02_o.png) no-repeat;
		background-size: contain;
		margin: 15px 3.5%;
	}

	.sec02 ul li:nth-child(3) {
		background: url(/area/g/zukanneo2026/common/image/sec02_nav03_o.png) no-repeat;
		background-size: contain;
	}

	.sec02 ul li:nth-child(4) {
		background: url(/area/g/zukanneo2026/common/image/sec02_nav04_o.png) no-repeat;
		background-size: contain;
		margin: 15px 1.75%;
	}

	.sec02 ul li:nth-child(5) {
		background: url(/area/g/zukanneo2026/common/image/sec02_nav06_o.png) no-repeat;
		background-size: contain;
		margin: 15px 1.75%;
	}

	.sec02 ul li a img {
		transition: .3s;
	}

	.sec02 ul li a:hover img {
		opacity: 0;
	}

}

@media screen and (max-width: 770px){

	.sec02 h2 {
		margin: 1.5em auto;
		width: 85%;
	}

	.sec02 ul {
		margin: 1.5em auto 0.5em;
		width: 85%;
	}

	.sec02 ul li {
		margin: 0.25em 0;
	}

	.sec02 ul li:nth-child(2) {
		margin: 0.25em 3.5%;
	}

	.sec02 ul li:nth-child(4),
	.sec02 ul li:nth-child(5) {
		margin: 0.25em 1.75%;
	}



}
/* sec03 */

.sec03 h2,
.sec03 p,
.sec03 ul {
	margin: 0 auto;
	width: 75.45%;
}

.sec03 .bln_title span {
	top: -69%;
}

.sec03 ul {
	position: relative;
}

@media screen and (min-width: 770px){

	.sec03 {
		padding-top: 50px;
	}

	.sec03 h2,
	.sec03 p,
	.sec03 ul {
		margin: 50px auto;
	}

	.sec03 ul li {
		margin: 50px auto;
	}


}

@media screen and (max-width: 770px){

	.sec03 h2,
	.sec03 p,
	.sec03 ul {
		width: 85%;
	}

	.sec03 {
		padding-top: 0.5em;
	}

	.sec03 h2,
	.sec03 p,
	.sec03 ul {
		margin: 1.5em auto;
	}

	.sec03 ul li {
		margin: 1.5em 0;
	}


}

/* sec04 */


.sec04 h2,
.sec04 dl {
	margin: 0 auto;
	width: 75.45%;
}

.sec04 dl {
	position: relative;
}

.sec04 dl dt {
	position: relative;
	display: block;
}

.sec04 dl dd {
	display: none;
}

.sec04 dl dt span {
	position: absolute;
	line-height: 1.0;
	top: 50%;
	width: 6%;
	right: 1.5%;
	transform: translateY( -50% );
}

.sec04 dl dt span img {
	transform: rotate( 0deg );
	transition: .3s;
}

.sec04 dl dt.open span img {
	transform: rotate( 180deg );
}

.sec04 dl dd ul li {
	position: relative;
}

.sec04 dl a {
	position: absolute;
}

@media screen and (min-width: 770px){

	.sec04 h2,
	.sec04 dl {
		width: 80%;
	}

	.sec04 {
		padding-top: 50px;
	}

	.sec04 h2,
	.sec04 dl {
		margin: 50px auto;
	}

	.sec04 dl dt > img,
	.sec04 dl a img {
		transition: .3s;
	}

	.sec04 dl dt:hover > img {
		opacity: 0.5;
	}

	.sec04 dl dd ul li {
		margin: 50px auto;
	}

	.sec04 dl a:hover img {
		opacity: 0;
	}

	.sec04 dl a.sec04_btn01 {
		bottom: 47.5%;
		left: 49%;
		width: 29%;
	}

	.sec04 dl a.sec04_btn02 {
		bottom: 5%;
		left: 38.3%;
		width: 40%;
	}

}

@media screen and (max-width: 770px){

	.sec04 h2,
	.sec04 dl {
		margin: 0 auto;
		width: 85%;
	}

	.sec04 {
		padding-top: 0.5em;
	}

	.sec04 h2,
	.sec04 dl {
		margin: 1.5em auto;
	}

	.sec04 dl dd ul li {
		margin: 1.5em 0;
	}

	.sec04 dl a.sec04_btn01 {
		bottom: 47.5%;
		left: 49%;
		width: 44%;
	}

	.sec04 dl a.sec04_btn02 {
		bottom: 5.3%;
		left: 32.3%;
		width: 61%;
	}

}

/* sec05 */


.sec05 h2,
.sec05 p {
	margin: 0 auto;
	width: 75.45%;
}

@media screen and (min-width: 770px){

	.sec05 {
		padding-top: 50px;
	}

	.sec05 h2,
	.sec05 p {
		margin: 50px auto;
	}

}

@media screen and (max-width: 770px){

	.sec05 h2,
	.sec05 p {
		width: 85%;
	}

	.sec05 {
		padding-top: 0.5em;
	}

	.sec05 h2,
	.sec05 p {
		margin: 1.5em auto;
	}

}


/* sec06 */

.sec06 h2,
.sec06 ul {
	margin: 0 auto;
	width: 75.45%;
}

.sec06 ul li {
	position: relative;
}

@media screen and (min-width: 770px){

	.sec06 {
		padding-top: 50px;
	}

	.sec06 h2,
	.sec06 ul li {
		margin: 50px auto;
	}

}

@media screen and (max-width: 770px){

	.sec06 h2,
	.sec06 ul {
		width: 85%;
	}

	.sec06 {
		padding-top: 0.5em;
	}

	.sec06 h2,
	.sec06 ul li {
		margin: 1.5em auto;
	}

}

/* sec07 */


.sec07 h2,
.sec07 ul {
	margin: 0 auto;
	width: 75.45%;
}

.sec07 ul li {
	position: relative;
}

.sec07 ul li a {
	position: absolute;
	height: 23%;
	width: 31%;
	bottom: 29%;
	border-radius: 0.5em;
}

.sec07 ul li a span {
	display: none;
}

.sec07 ul li a.link01 {
	left: 17%;
}

.sec07 ul li a.link02 {
	left: 52%;
}


@media screen and (min-width: 770px){

	.sec07 {
		padding-top: 50px;
	}

	.sec07 h2,
	.sec07 ul li {
		margin: 50px auto;
	}

	.sec07 ul li a {
		transition: .3s;
	}

	.sec07 ul li a:hover {
		background: rgba( 255, 255, 255, 0.5 );
	}

}

@media screen and (max-width: 770px){

	.sec07 {
		padding-top: 0.5em;
	}

	.sec07 h2,
	.sec07 ul {
		width: 85%;
	}

	.sec07 h2,
	.sec07 ul li {
		margin: 1.5em auto;
	}

	.sec07 ul li a {
		position: absolute;
		height: 23%;
		width: 41%;
		bottom: 28%;
		border-radius: 0.5em;
	}

	.sec07 ul li a span {
		display: none;
	}

	.sec07 ul li a.link01 {
		left: 7%;
	}

	.sec07 ul li a.link02 {
		left: 52%;
	}



}

/* sec08 */


.sec08 .more {
	background: url(/area/g/zukanneo2026/common/image/sec08_bg01.png);
	background-size: 7%;
	width: 98.5%;
	margin: 0 auto;
}


.sec08 .more h3,
.sec08 h2,
.sec08 p {
	margin: 0 auto;
	width: 75.45%;
}


@media screen and (min-width: 770px){

	.sec08 {
		padding-top: 50px;
	}

	.sec08 .more {
		margin-bottom: 50px;
	}

	.sec08 .more h3 {
		padding: 40px 0;
	}

	.sec08 p {
		margin: 50px auto 100px;
	}

}

@media screen and (max-width: 770px){

	.sec08 .more h3 {
		width: 60%;
	}

	.sec08 h2,
	.sec08 p {
		width: 85%;
	}

	.sec08 {
		padding-top: 0.5em;
	}

	.sec08 .more {
		margin-bottom: 1.5em;
	}

	.sec08 .more img {
		vertical-align: middle;
	}

	.sec08 h2 {
		margin: 1.5em auto;
	}

	.sec08 p {
		margin: 1.5em auto;
	}

	.sec08 .more h3 {
		padding: 0.75em 0;
	}

}

/* sec09 */

.sec09 {
	position: relative;
	overflow: hidden;
}

.sec09 h3 {
	margin: 0 auto;
	width: 75.45%;
}

.sec09 ul.list {
	margin: 0 auto;
	width: 75.45%;
	display: flex;
	justify-content: space-between;
}

.sec09 ul.list._center {
	justify-content: center;
}

.sec09 ul.list li {
	width: 48.5%;
}

.sec09 ul.attention {
	text-align: center;
}

@media screen and (min-width: 770px){

	.page_title {
		margin-bottom: 75px;
	}

	.sec09 h3 {
		margin: 50px auto 20px;
	}

	.sec09 h3 img {
		display: block;
		margin: 0 auto;
		width: 60%;
	}

	.sec09 ul.list {
		margin: 20px auto 50px;
	}

	.sec09 ul.list li.btn01 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn01_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn02 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn02_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn03 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn03_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn04 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn04_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn05 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn05_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn06 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn06_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn07 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn07_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn08 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn08_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn09 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn09_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn10 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn10_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn11 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn11_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn12 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn12_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn13 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn13_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li.btn14 {
		background: url(/area/g/zukanneo2026/common/image/202604/sec09_btn14_o.png) no-repeat;
		background-size: contain;
	}

	.sec09 ul.list li a img {
		transition: .3s;
	}

	.sec09 ul.list li a:hover img {
		opacity: 0;
	}

	.sec09 ul.attention {
		margin: 100px auto;
	}

}

@media screen and (max-width: 770px){

	.sec09 h3,
	.sec09 ul.list {
		width: 85%;
	}

	.sec09 h3 {
		margin: 1.5em auto 0.5em;
	}

	.sec09 h3 img {
		display: block;
		margin: 0 auto;
		width: 70%;
	}

	.sec09 ul.list {
		margin: 0.5em auto 1.5em;
	}

	.sec09 ul.attention {
		margin: 2em 2em 2.5em;
		font-size: 75%;
	}

}


/*
navigation
************************************************************ */

.navigation {
}

.navigation p.float_nav {
	position: fixed;
	right: 20px;
	top: 81px;
}

.navigation p.float_nav span.close,
.navigation p.float_nav.slide span.open {
	display: block;
}

.navigation p.float_nav.slide span.close,
.navigation p.float_nav span.open {
	display: none;
}

.navigation p.float_nav span img {
	display: block;
}

.navigation nav {
	position: fixed;
	transition: .5s;
	right: -65%;
}

.navigation nav.slider {
	right: 0;
}

.navigation nav dl {
	position: relative;
}

.navigation nav dl dt img {
	display: block;
	width: 100%;
}

.navigation nav dl dd,
.navigation nav dl dd ul,
.navigation nav dl dd ul li {
	display: inline;
}

.navigation nav dl dd ul li a {
	display: block;
	position: absolute;
	left: 8%;
	width: 85%;
	height: 6.5%;
}

.navigation nav dl dd ul li a span {
	display: none;
}

.navigation nav dl dd ul li:nth-child(1) a {
	top: 12%;
	height: 8%;
}

.navigation nav dl dd ul li:nth-child(2) a {
	top: 21.5%;
	height: 10%;
}

.navigation nav dl dd ul li:nth-child(3) a {
	top: 34%;
}

.navigation nav dl dd ul li:nth-child(4) a {
	top: 40.5%;
}

.navigation nav dl dd ul li:nth-child(5) a {
	top: 46.5%;
}

.navigation nav dl dd ul li:nth-child(6) a {
	top: 53.5%;
}

.navigation nav dl dd ul li:nth-child(7) a {
	top: 62.6%;
	height: 10%;
}

.navigation nav dl dd ul li:nth-child(8) a {
	top: 75%;
	height: 10%;
}

.navigation nav dl dd ul li:nth-child(9) a {
	top: 87.5%;
	height: 10%;
}

@media screen and (min-width: 770px){

	.navigation p.float_nav {
		width: 75px;
	}

	.navigation nav {
		width: 300px;
		display: block;
		right: -300px;
	}

	.navigation nav a {
		transition: .3s;
	}

	.navigation nav a:hover {
		background: rgba( 255, 199, 0, 0.5 );
	}

}

@media screen and (max-width: 770px){

	.navigation p.float_nav {
		width: 15%;
	}

	.navigation nav {
		width: 65%;
		display: block;
	}

}


