/* hd-wrp ==============================================*/
.hd-wrp {
	width: 100%;
	max-width: 1600px;
	padding: 10px;
	margin: 0 auto
}

/* page-title-wrp -----------------------*/
.page-title-wrp {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.page-title-wrp .en-title {
	font-size: 1.3em;
	margin: 1em auto .5em;
}

.page-title-wrp .jp-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.page-filter-wrp {
	width: 100%;
	justify-content: center;
	margin-bottom: 2em;
}

.page-filter-wrp .btn {
	display: block;
	width: 200px;
	text-align: center;
	padding: .75em 1.5em;
	border-radius: 3em;
	background-color: #f3f3f3;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	margin: 1em .5em;
	transition: all .2s 0s;
}

.page-filter-wrp .btn:hover {
	background-color: #dee5e8;
}

@media screen and (max-width:767px) {
	.page-title-wrp .jp-title {
		font-size: min(1.6em, 6.5vw);
		line-height: 1.4;
	}

	.page-title-wrp .jp-title span {
		display: block;
		margin: 0 auto;
		transform: translateX(.15em);
	}
}

/* main image area ==============================================*/

/* hd-img-wrp -----------------------*/
.hd-slide-img-wrp {
	width: calc(70% - 10px);
	position: relative;
	overflow: hidden;
}

.page-title-wrp+.hd-slide-img-wrp,
.page-title-wrp+.hd-slide-img-wrp+.hd-navi-wrp {
	margin-top: 2%;
}

.hd-slide-img-wrp .slide {
	display: inline-block;
}

.hd-slide-img-wrp .slick-dots {
	display: flex;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 3;
}

.hd-slide-img-wrp .slick-dots li button {
	position: relative;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 60px;
	height: 6px;
	margin-right: 10px;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent !important;
}

.hd-slide-img-wrp .slick-dots li button:hover,
.hd-slide-img-wrp .slick-dots li button:focus {
	outline: none;
}

.hd-slide-img-wrp .slick-dots li button:hover::before,
.hd-slide-img-wrp .slick-dots li button:focus::before {
	opacity: 1;
	border: 1px solid #004098;
	background-color: #004098
}

.hd-slide-img-wrp .slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	text-align: center;
	opacity: .7;
	border: 1px solid #ccc;
	background-color: #fff;
}

.hd-slide-img-wrp .slick-dots li.slick-active button::before {
	opacity: 1;
	border: 1px solid #004098;
	background-color: #004098
}

@media screen and (max-width:767px) {
	.hd-slide-img-wrp {
		width: 100%;
	}

	.hd-slide-img-wrp .slick-dots {
		bottom: 10px;
		left: 10px;
	}

	.hd-slide-img-wrp .slick-dots li button {
		width: 10vw;
		height: 8px;
	}
}

/* hd-img-wrp -----------------------*/
.hd-img-wrp {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 43.4%;
	position: relative;
	overflow: hidden;
}

.hd-img-wrp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

@media screen and (max-width:767px) {
	.hd-img-wrp {
		padding-bottom: 62%;
	}

	.hd-img-wrp .hd-img {
		position: absolute;
		height: 100%;
	}
}

/* hd-navi-wrp -----------------------*/
.hd-navi-wrp {
	width: 30%;
}

.hd-navi-wrp .hd-nav {
	width: 100%;
	position: relative;
	text-align: center;
}

.hd-navi-wrp .hd-nav .hd-nav-inner {
	width: 100%;
	height: 0;
	padding-bottom: calc(50% - 5px);
	position: relative;
}

body:not(.home) .hd-navi-wrp .hd-nav .hd-nav-inner {
	text-align: left;
	color: #000;
	line-height: 1.6;
}

body:not(.home) .hd-navi-wrp .hd-nav:nth-child(1) .hd-nav-inner {
	background-color: #bad8f2;
	margin-bottom: 10px;
}

body:not(.home) .hd-navi-wrp .hd-nav:nth-child(2) .hd-nav-inner {
	background-color: #c3eaf0;
}

body:not(.home) .hd-navi-wrp .hd-nav .hd-nav-inner .hd-nav-icon {
	width: 15%;
	position: absolute;
	left: 16%;
	top: 35%;
	transform: translate(-50%, -50%);
}

body:not(.home) .hd-navi-wrp .hd-nav .hd-nav-inner .hd-nav-icon img {
	width: 100%;
	height: auto;
}

body:not(.home) .hd-navi-wrp .hd-nav .hd-nav-inner .nav-title {
	padding-top: 14%;
	padding-left: 30%;
	margin-bottom: 5%;
	font-size: 1.3em;
	font-weight: bold;
}

body:not(.home) .hd-navi-wrp .hd-nav .hd-nav-inner p:not(.nav-title) {
	padding-left: 30%;
	font-size: .95em;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.hd-navi-wrp {
		width: 100%;
		margin-top: 10px;
	}

	.hd-navi-wrp .hd-nav {
		width: 49%;
		position: relative;
	}

	.hd-navi-wrp .hd-nav .hd-nav-inner {
		padding: 1em;
		height: auto;
		margin: 0;
	}

	body:not(.home) .hd-navi-wrp .hd-nav .hd-nav-inner .hd-nav-icon {
		width: 50px;
		margin: 0 auto .5em;
		position: static;
		transform: translate(0, 0);
	}

	body:not(.home) .hd-navi-wrp .hd-nav .hd-nav-inner .nav-title {
		padding-top: 0;
		padding-left: 0;
		font-size: 1.05em;
		text-align: center;
	}

	body:not(.home) .hd-navi-wrp .hd-nav .hd-nav-inner p:not(.nav-title) {
		padding-left: 0;
		font-size: .85em;
	}

	body:not(.home) .hd-navi-wrp .hd-nav .hd-nav-inner p:not(.nav-title) br {
		display: none;
	}
}

/* contents ==============================================*/

/*** title ***/
.title-wrp {
	text-align: center;
	margin: 1em auto 2em
}

.title-wrp figure img {
	width: auto;
	height: 65px;
}

.title {
	font-size: 2em;
	padding: .5em 0;
	color: #004098;
}

.en-title {
	font-family: 'Barlow', sans-serif;
	font-weight: 800;
	color: #004098;
}

.en-title .jp-title {
	display: block;
	margin: .5em auto;
	font-size: 1.1rem;
	font-weight: normal;
}

.lead,
.title-jp {
	font-size: 1.2em;
	padding: .5em 0
}

.title-wrp p {
	margin: .5em auto 4em;
	line-height: 1.8;
	font-size: 1.2em;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.title-wrp figure img {
		width: auto;
		height: 13vw;
	}

	.title {
		padding: .3em 0 .5em;
		font-size: min(1.9em, 8vw);
	}

	.en-title .jp-title {
		font-size: 1.1rem;
	}

	.lead,
	.title-jp {
		font-size: 1.1em;
	}

	.title-wrp p {
		margin: .5em auto 12vw;
		font-size: 1.1em;
		line-height: 1.6;
	}
}

/*** co-wrp ***/
.co-wrp {
	padding: 3% 0 4%;
}

.co-wrp .box {
	margin: 6rem auto;
}

.co-wrp .title-wrp+.box {
	margin: 4rem auto 6rem;
}

.co-wrp .txt {
	width: 40%;
	line-height: 1.8;
}

.co-wrp h3 {
	position: relative;
	padding: .2em 0;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.6;
	color: #004098;
}

.co-wrp h3.borderLeft {
	padding: .2em 0 .2em 1.5rem;
	border-left: solid 1px #004098;
	margin-top: min(3em, 12vw);
}

.co-wrp .title-wrp+h3.borderLeft,
.co-wrp h3.borderLeft:first-child {
	margin-top: 0;
}

.co-wrp .txt h3 .sub {
	display: block;
	font-size: .75em;
	color: #000;
}

.co-wrp .dotHl {
	padding-left: 1.1em;
	margin-bottom: 1em;
	font-weight: bold;
	position: relative;
	font-size: 1.1em;
}

.co-wrp .dotHl~.dotHl {
	margin-top: 1em;
}

.co-wrp .dotHl::before {
	content: '';
	display: block;
	width: .6em;
	height: .6em;
	position: absolute;
	left: 0;
	top: .2em;
	background-color: #004098;
	border-radius: 50%;
}

.co-wrp .txt p {
	font-size: min(1.05em, 3.5vw);
}

.co-wrp .txt p.note {
	font-size: min(.8em, 3vw);
	margin-top: 1em;
}

.co-wrp .txt p.note::before {
	content: '※';
	display: inline-block;
	margin-right: .5em;
}

.co-wrp .txt h3.borderLeft~p {
	padding-left: 1.5rem;
	font-weight: bold;
}

.co-wrp .img {
	width: 56%;
	position: relative;
}

.co-wrp .img img {
	width: 100%;
	height: auto;
	align-self: flex-start;
}

.co-wrp .img .mosaic {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.co-wrp .img .mosaic img {
	width: 33%;
	height: auto;
	margin-bottom: .5%;
}

.co-wrp .img .columns-2>* {
	width: 49%;
	height: auto;
}

.co-wrp .img:not(.img2) p {
	padding: .75em 0 0;
	font-weight: bold;
	text-align: center;
	font-size: .9em;
	line-height: 1.6;
}

.co-wrp .img2 p {
	padding: 1rem;
	line-height: 1.8;
}

.co-wrp figure:not(.m0)+figure {
	margin-top: 2%;
}

.co-wrp figure.w100 img {
	width: 100%;
	height: auto;
}

.co-wrp .linkbtn {
	display: block;
	width: 30em;
	margin: 6rem auto;
	padding: .7em 2em;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: solid 1px #c5c5c5;
	border-radius: 3em;
}

.co-wrp .linkbtn.blue {
	display: block;
	width: 30em;
	margin: 6rem auto;
	padding: 1.25em 2em;
	text-align: center;
	color: #000;
	background-color: #004098;
	border: solid 1px #004098;
	border-radius: 3em;
	color: #fff !important;
}

.co-wrp .box+.linkbtn {
	margin: -2rem auto 8rem;
}

.co-wrp .linkbtn .arrow-pos-inlineleft {
	display: inline-block;
	position: relative;
	width: 1em;
	height: 1em;
	margin: 0;
	margin-right: .5em;
	line-height: 1;
}

.co-wrp .linkbtn .arrow-pos-inlineleft::before {
	border-width: 0.3em 0 0.3em 0.5em;
	border-color: transparent transparent transparent #4297bc;
	font-size: inherit;
	top: calc(50% - 0.3em);
	right: 0.5em;
}


@media screen and (max-width:767px) {
	.co-wrp {
		padding: 2% 0;
	}

	.co-wrp .box {
		margin: 4rem auto 2rem;
	}

	.title-wrp {
		margin-bottom: 1em;
	}

	.co-wrp .title-wrp+.box {
		margin: 1em auto;
	}

	.co-wrp .txt {
		width: 100%;
		line-height: 1.6;
		margin-bottom: 1.5em;
	}

	.co-wrp .dotHl {
		padding-left: 1em;
	}

	.co-wrp h3 {
		font-size: 1.2rem;
		padding: .2em 0 .2em 1rem;
	}

	.co-wrp .txt p {
		font-size: .95em;
		line-height: 1.8;
	}

	.concept-wrp.co-wrp h3,
	.concept-wrp.co-wrp .txt p {
		text-align: center;
	}

	.co-wrp .txt h3.borderLeft~p {
		padding-left: 0;
		font-size: .95em;
	}

	.co-wrp .img,
	.co-wrp .img.w50 {
		width: 100%;
	}

	.co-wrp .img:not(.img2) p {
		font-size: .9em;
	}

	.co-wrp .linkbtn {
		font-size: .8rem;
		width: 100%;
	}

	.co-wrp .box+.linkbtn {
		margin: 0rem auto 2rem;
	}
}

/*** lineup ***/
.co-wrp.lineup-wrp .columns-2+.columns-2 {
	margin-top: min(4em, 10vw);
}

.co-wrp .lineup {
	width: 46%;
	display: flex;
	flex-direction: column;
}

.co-wrp .lineup .featured-image {
	width: 100%;
	height: 30vw;
	max-height: 370px;
}

.co-wrp .lineup .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.co-wrp .lineup p {
	padding: 1rem;
	line-height: 1.8;
}

.co-wrp .lineup .linkbtn {
	width: calc(100% - 2rem);
	margin: auto auto 0;
}

@media screen and (max-width:767px) {
	.co-wrp .lineup {
		width: 100%;
	}

	.co-wrp h3.borderLeft {
		padding: .2em 0 .2em 1rem;
	}

	.co-wrp .lineup p {
		font-size: .9rem;
		padding: 1em 0;
	}
}

/* housing -----------------------*/
.housing #concept figure img:first-child {
	width: 62%;
}

.housing #concept figure img:last-child {
	width: 36%;
	align-self: flex-end;
}

.housing #features .box:nth-of-type(4) figure img:first-child {
	width: 34%;
}

.housing #features .box:nth-of-type(4) figure img:last-child {
	width: 64.5%;
}

/* zetron features -----------------------*/
.zetron #concept .img {
	margin-top: -15px;
}

.zetron .zetron-feature-wrp.columns-2 .box {
	width: 48%;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3em 3em 1em;
	margin: 1em 0;
}

@media screen and (max-width:767px) {
	.zetron .zetron-feature-wrp.columns-2 .box {
		width: 100%;
		padding: 1em;
	}
}

.flex-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.zetron .co-wrp.features-wrp .txt,
.zetron .co-wrp.features-wrp .img {
	width: 100%;
}

.zetron .co-wrp.features-wrp .txt h3.borderLeft~p {
	padding-left: 0;
	margin-bottom: 2em;
	text-align: justify;
}

.zetron .co-wrp .zetron-feature-img-box3 {
	margin-top: 0 !important;
	width: 30%;
	margin-bottom: 2em;
}

.zetron .co-wrp .zetron-feature-img-box3 .img-wrp {
	display: block;
	aspect-ratio: 5/3;
	overflow: hidden;
}

.zetron .co-wrp .zetron-feature-img-box3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zetron .co-wrp .zetron-feature-img-box3 img.btm {
	object-position: center bottom;
}

.zetron .co-wrp .img::after {
	content: '';
	display: block;
	width: 30%;
	order: 1;
}

.zetron .co-wrp .zetron-feature-img-box2 {
	margin-top: 0 !important;
	width: 46%;
	position: relative;
}

.zetron .co-wrp .zetron-feature-img-box2 .fukidashi {
	width: 8em;
	height: 8em;
	background-color: #004098;
	color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: -3em;
	right: -2em;
}

@media screen and (max-width:767px) {

	.zetron .co-wrp .zetron-feature-img-box2,
	.zetron .co-wrp .zetron-feature-img-box3 {
		width: 48%;
	}
}

.zetron .co-wrp .zetron-feature-img-box2 .img-wrp {
	display: block;
	aspect-ratio: 1/1;
}

.zetron .co-wrp .zetron-feature-img-box2 .img-wrp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zetron .co-wrp figure figcaption,
.zetron .co-wrp .figcaption {
	display: block;
	margin-top: 1em;
	font-size: min(.8em, 3.5vw);
	line-height: 1.6;
}

.zetron .co-wrp .figcaption {
	margin-top: 0;
}

.zetron .co-wrp .figcaption .sml {
	display: block;
	font-size: .9em;
}

.zetron .zetron-feature-compare {
	margin: 3em auto;
}

.zetron .compare-table-wrp {
	width: 100%;
	background-color: #fff;
	padding: 2em;
	border: 1px solid #ccc;
}

@media screen and (max-width:767px) {
	.zetron .compare-table-wrp {
		padding: .5em;
		font-size: 13px;
		line-height: 1.5;
	}
}

.zetron .zetron-feature-compare table {
	width: 100%;
	margin-bottom: 2em;
}

.zetron .zetron-feature-compare table tr {
	border-bottom: 1px solid #ccc;
}

.zetron .zetron-feature-compare table th {
	padding: 1em;
	background-color: #f3f3f3;
}

.zetron .zetron-feature-compare table td {
	padding: 1em;
	background-color: #fff;
}

.zetron .zetron-case {
	width: 48%;
	background-color: #fff;
	padding: 2em 3em;
	border: 1px solid #ccc;
}

@media screen and (max-width:767px) {
	.zetron .zetron-case {
		width: 100%;
		padding: 1em;
	}
}

.zetron .zetron-case p {
	font-weight: bold;
}

.zetron .zetron-case .zetron-feature-img-box {
	width: 48%;
	margin: 1em 0;
}

.zetron .zetron-case .zetron-feature-img-box .img-wrp {
	display: block;
	aspect-ratio: 5/3;
	overflow: hidden;
}

.zetron .zetron-case .zetron-case2-1 {
	width: 59%;
	margin: 1em 0;
}

.zetron .zetron-case .zetron-case2-1 .img-wrp {
	display: block;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.zetron .zetron-case .zetron-case2-2 {
	width: 37%;
	margin: 1em 0;
}

.zetron .co-wrp .zetron-case2-2 .img-wrp {
	display: block;
	margin-bottom: 1em;
}


.zetron .zetron-case img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.zetron .features-title-wrp {
	width: 100%;
}

.zetron .features-title-wrp .title {
	border-bottom: 2px solid #004098;
	margin: 2em 0 1em;
}


.features-list li {
	padding: 2em;
	min-height: 13em;
	background-color: #fff;
	border: solid 1px #dfdfdf;
}

.features-list li h3 {
	text-align: center;
	position: relative;
	font-size: 1.2em;
}

.features-list li h3::after {
	content: '';
	display: block;
	width: 5em;
	height: 0;
	margin: .8em auto 0;
	border-bottom: solid 1px #004098;
}

.features-list li p {
	line-height: 1.8;
}

.attentionframe {
	border: 1px solid #004098;
	padding: 1em 2em;
	border-radius: 5px;
	margin-top: 3em;
	display: flex;
	flex-wrap: wrap;
}

.attentionframe .icon-wrp {
	width: 15%;
}

.attentionframe .text-wrp {
	width: 80%;
}

@media screen and (max-width:767px) {
	.attentionframe .icon-wrp {
		width: 100%;
		text-align: center;
	}

	.attentionframe .text-wrp {
		width: 100%;
	}

	.attentionframe .text-wrp h3 {
		text-align: center;
	}
}

.products-wrp .attentionframe h3 {
	margin-top: 0;
	padding-top: 0.5em;
}

/* balcony_deck -----------------------*/
.balcony_deck .deckimg1 {
	width: 60%;
	margin: 0;
}

.balcony_deck .deckimg2 {
	width: 38%;
	background-color: #f3f3f3;
	margin: 0 !important;
}

.balcony_deck .w50 {
	width: 47%;
	margin: 0;
}

.balcony_deck .w30 {
	width: 30%;
	margin: 0;
}

.balcony_deck .w65 {
	width: 65%;
	margin: 0;
}

@media screen and (max-width:767px) {

	.balcony_deck .w30,
	.balcony_deck .w50,
	.balcony_deck .w65 {
		width: 100%;
	}
}

.balcony_deck .w100 {
	width: 100% !important;
}

.balcony_deck .img+.img,
.balcony_deck .txt.w100+.img {
	margin-top: min(4em, 12vw);
}

.balcony_deck .co-wrp .box {
	margin-bottom: 0;
}

.balcony_deck .co-wrp .box+.linkbtn {
	margin: 2rem auto 8rem;
}

.balcony_deck .img .note {
	margin-top: -.5em;
	padding-top: 0;
	font-size: .9em;
}

.balcony_deck .img figcaption {
	padding: .75em 0 0;
	font-weight: bold;
	text-align: center;
	font-size: .9em;
	line-height: 1.6;
}

.balcony_deck .new {
	display: inline-block;
	margin-left: .75em;
	padding: .3em .75em;
	color: #fff;
	background-color: #cc5656;
	border-radius: 3px;
	font-size: .9em;
	transform: translateY(-.2em);
	position: absolute;
}

.concept3img-wrp {
	width: 100%;
}

.concept3img {
	border: 6px solid #004098;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	margin: 3em auto;
	overflow: hidden;
}

.concept3img img {
	width: 100%;
	height: auto;
}

.example-wrp .example {
	background-color: #fff;
	padding: 15px;
	width: 30%;
}

.example-wrp>div:nth-child(1),
.example-wrp>div:nth-child(3) {
	transform: translateY(50%);
}

.example-wrp>div:nth-child(5),
.example-wrp>div:nth-child(7) {
	transform: translateY(-50%);
}

.example-wrp .example h3 {
	font-size: 1em;
	padding: 0;
	margin-bottom: .5em;
}

.example-wrp .example p {
	color: #4f7dbe;
	font-size: .8em;
	line-height: 1.5;
	margin-bottom: 1em;
}

.example-wrp .example .img-wrp img {
	width: 100%;
	height: auto;
}

/* information -----------------------*/
.information .cat-navi-wrp {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 2em auto;
}
@media screen and (min-width: 769px) {
	.information .cat-navi-wrp .flex {
		justify-content: flex-start;
	}
}

.information .cat-navi-wrp li {
	margin: 0.5%;
	width: 19%;
}

.information .cat-navi-wrp a {
	display: block;
	text-align: center;
	padding: .75em;
	border: 2px solid #004098;
	border-radius: 4px;
	transition: all .3s;
}

.information .cat-navi-wrp a.current,
.information .cat-navi-wrp a:hover {
	background-color: #004098;
	color: #fff;
}
.information .cat-navi-wrp a.active {
	background-color: #004098;
	color: #fff;
}

.information .information-wrp .inner980 {
	padding: 4em 1%;
}

.information-wrp .pagesV2_item {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: .75em 0;
	padding: 0;
}

.information-wrp .pagesV2_item a {
	display: block;
	width: 100%;
}

.information-wrp .pagesV2_item .pagesV2_body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: .75em 0;
	vertical-align: top;
}

.pagesV2_label {
	color: #fff;
	background-color: #666;
	display: block;
	width: 10%;
	height: 2.1em;
	padding: .5em;
	border-radius: 4px;
	font-size: .8em;
	line-height: 1;
	text-align: center;
	margin-right: 2%;
	vertical-align: top;
}

[class*="pagesV2_label-2"] {
	background-color: #d13f2c;
}

.pagesV2_label-product {
	background-color: #2c9187;
}

.pagesV2_label-exhibitionInfo,
.pagesV2_label-tenji {
	background-color: #a769a7;
}

.pagesV2_label-reports {
	background-color: #e68200f1;
}

.pagesV2_label-feature{
	background-color: #5b7fb6;
}

.pagesV2_label-kaiketu{
	background-color: #004ea2;
}

.pagesV2_date {
	display: block;
	width: 10%;
	margin-right: 2%;
	font-weight: bold;
	color: #222;
}

.pagesV2_name {
	display: block;
	width: calc(100% - 24%);
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (max-width:768px) {
	.information .information-wrp .inner980 {
		padding: 2em 1em;
	}

	.information .cat-navi-wrp ul {
		justify-content: center;
	}

	.information .cat-navi-wrp li {
		width: 30%;
		margin: 0 .2em .5em;
	}

	.pagesV2_label {
		width: 6em;
	}

	.pagesV2_date {
		margin-right: auto;
	}

	.pagesV2_name {
		display: block;
		width: 100%;
		font-size: .9em;
		margin-top: .5em;
	}
}

/* history -----------------------*/
.history .main {
	overflow: hidden;
}

.history .hd-wrp {
	position: relative;
}

.history .history-navi {
	position: fixed;
	z-index: 3;
	transition: transform .4s ease;
}

@media screen and (min-width:768px) {
	.history .history-navi {
		top: 250px;
		right: 2%;
		transform: translateX(180%);
	}

	.history .history-navi.on {
		transform: translateX(0);
	}

	.history .history-navi ul {
		border-right: 1px solid #ccc;
	}
}

.history .history-navi li {
	position: relative;
}

.history .history-navi li::after {
	content: '';
	display: block;
	width: .8em;
	height: .8em;
	background-color: #888;
	border-radius: 100%;
	position: absolute;
	top: calc(50% - .4em);
	right: -.4em;
	transition: background .3s ease;
}

.history .history-navi li a {
	display: block;
	text-align: right;
	padding: 1em;
	color: #222;
	transition: color .3s ease;
}

.history .history-navi li:hover a,
.history .history-navi li.on a {
	color: #004098;
}

.history .history-navi li:hover::after,
.history .history-navi li.on::after {
	background-color: #004098;
}

.history .slide-wrp {
	display: block;
	width: 100%;
	overflow: hidden;
}

.history .slide-wrp .slide {
	display: inline-block;
	width: 25%;
}

.history .slide-wrp .slide img {
	width: 100%;
	height: auto;
}

.history .title {
	margin: 1em auto .5em;
}

.history .jp-title .sml {
	display: block;
	margin: 1em 0 .75em;
}

.history .lead {
	display: block;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 2em;
}

.history .logo-60th {
	position: absolute;
	top: 5%;
	left: 2%;
}

.history .box {
	padding: 3em 6em 2em;
	max-width: 1080px;
	position: relative;
	margin: 2% auto !important;
	background-color: #e9eeef;
	box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.history .bgGray {
	background-color: #e9eeef;
}

.history .bgGray .box {
	background-color: #fff;
}

.history .first {
	display: block;
	width: 74px;
	position: absolute;
	top: -28px;
	left: 15px;
}

.history .first img {
	width: 100%;
	height: 100%;
}

.history .year-title {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	padding: .5em 3em;
	border-radius: 3em;
	letter-spacing: .1em;
	background-color: #004098;
	color: #fff;
}

.history .subtitle {
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 2em;
	vertical-align: middle;
}

.history .subtitle::before,
.history .subtitle::after {
	content: '';
	display: inline-block;
	width: 3em;
	height: 1px;
	background-color: #222;
	margin: 0 .75em;
	vertical-align: middle;
}

.history .box .txt {
	width: 55%;
}

.history .box .txt .year {
	display: block;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 1px solid #004098;
	line-height: 1;
	padding-bottom: .3em;
	margin-bottom: 1em;
	letter-spacing: .05em;
	color: #004098;
}

.history .box .txt .year-jp {
	font-size: .6em;
	color: #000;
	display: inline-block;
	margin-left: .5em;
}

.history .box .txt h3 .sml {
	display: block;
}

.history .box .img {
	width: 35%;
}

.history .box .img figure {
	margin-bottom: 1em;
}

.history .box .frame {
	border: 1px solid #ccc;
}

.history .box figcaption {
	padding: 1em 0;
	line-height: 1.5;
	font-size: .9em;
	font-weight: normal;
}

.history .box p {
	padding-bottom: 1em;
}

.history .box .btn {
	display: block;
	width: 100%;
	border: 1px solid;
	padding: .5em 2em;
	text-align: center;
	border-radius: 3em;
	margin: 1em auto;
	background-color: #fff;
	position: relative;
}

.history .box .btn .arrow-right2::before {
	right: 1em;
}

.history .box .frame-list-box {
	font-weight: normal;
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid #004098;
	background-color: rgb(255, 255, 255, .8);
}

.history .end {
	display: inline-block;
	background-color: #222;
	color: #fff;
	font-size: .7rem;
	padding: .35em 1em;
	margin-left: .5em;
	margin-bottom: .25em;
	border-radius: 4px;
	vertical-align: middle;
}

.history .anclink {
	text-decoration: underline;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.history .main {
		overflow: hidden;
	}

	.history .hd-wrp {
		position: relative;
	}

	.history .history-navi {
		width: 100%;
		padding-bottom: 1.2em;
		top: 100px;
		left: 0;
		background: linear-gradient(rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, .3) 75%, rgba(255, 255, 255, 0) 100%);
		transform: translateY(-230%);
	}

	.history .history-navi.on {
		transform: translateY(0);
	}

	.history .history-navi ul {
		width: min(96%, 450px);
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.history .history-navi li {
		position: relative;
		border-bottom: 1px solid #ccc;
		font-size: min(3.4vw, 16px);
	}

	.history .history-navi li::after {
		top: calc(100% - .4em);
		right: calc(50% - .4em);
	}

	.history .history-navi li a {
		display: block;
		text-align: center;
		padding: .75em .5em;
	}

	.history .slide-wrp .slide {
		width: 50%;
	}

	.history .slide-wrp .slide img {
		width: 100%;
		height: auto;
	}

	.history .co-wrp {
		padding: 10% 0;
	}

	.history .title {
		margin: 1em auto .1em;
		font-size: 1.4rem;
	}

	.history .title-wrp p {
		font-size: .95em;
		text-align: justify;
	}

	.history .jp-title .sml {
		display: block;
		margin: 1em 0 .75em;
	}

	.history .lead {
		font-size: .9em;
	}

	.history .logo-60th {
		position: static;
		width: 100px;
		margin: 1em auto;
		padding: 0;
	}

	.history .logo-60th img {
		width: 100%;
		height: auto;
	}

	.history .box {
		padding: 2em 1em .5em;
	}

	.history .box:not(:last-child) {
		padding: 2em 1em .5em;
		margin: 1% auto 10% !important;
	}

	.history .first {
		width: min(23%, 74px);
		top: -2%;
		left: auto;
		right: 10px;
	}

	.history .year-title {
		font-size: 1.2em;
	}

	.history .subtitle {
		display: inline-block;
		font-size: 1.1em;
		line-height: 1.5;
		margin-bottom: 1em;
	}

	.history .subtitle::before,
	.history .subtitle::after {
		width: 1em;
		margin: 0 .75em 0 0;
	}

	.history .subtitle::after {
		margin: 0 0 0 .75em;
	}

	.history .box .txt {
		width: 100%;
	}

	.history .co-wrp h3 {
		padding-left: 0;
	}

	.history .box .txt .year {
		display: block;
		font-size: 1.8em;
	}

	.history .box .txt .year-jp {
		font-size: .6em;
	}

	.history .box .img {
		width: 100%;
	}

	.history .box p {
		padding-bottom: 1em;
		font-size: .9em;
	}

	.history .box .btn {
		font-size: .8em;
	}
}