@charset "UTF-8";



/*loader
----------------------------------------*/
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10000;
	-webkit-transition: height .5s cubic-bezier(0.9, 0.1, 0.3, 0.9);
	transition: height .5s cubic-bezier(0.9, 0.1, 0.3, 0.9);
}

.loader-progress {
	position: absolute;
	bottom: 0;
	left:  0;
	z-index: 10001;
	width: 100%;
	height: 0;
	background: #232e4d;
	-webkit-transition: height .5s ease;
	transition: height .5s ease;
}




/*header
---------------------------------------------------------- */
.page-header header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	min-width: 1100px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.page-header-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 30px;
}

.page-header-column .head-logo {
	width: 300px;
	margin-right: 30px;
}

.page-header-column .head-logo img {
	width: 300px;
	height: auto;
}

.page-header-nav-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.page-header-nav-list ul,
.page-header-nav-btn-list,
.page-header-nav-btn-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.page-header-nav-list li {
	margin: 0 0 0 35px;
	padding: 0;
	line-height: 1.6;
}

.page-header-nav-list li:first-child {
	margin: 0;
}

.page-header-nav-list li a {
	cursor: pointer;
	display: inline-block;
	color: #232e4d;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
	text-decoration: none;
}

.page-header-nav-btn-list {
	margin: 0 0 0 60px;
	background-color: #232e4d;
	border: 1px solid #232e4d;
}

.page-header-nav-btn-list .ttl {
	width: 65px;
	padding: 5px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.page-header-nav-btn-list li {
	display: table;
	width: 100px;
	min-height: 50px;
}

.page-header-nav-btn-list li a {
	display: table-cell;
	vertical-align: middle;
	min-height: inherit;
	padding: 5px;
	color: #232e4d;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #fafafb;
	border-left: 1px solid #232e4d;
}

.firefox .page-header-nav-btn-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.page-header-nav-btn-list li a:hover {
	color: #fff;
	background-color: #232e4d;
	border-left: 1px solid #232e4d;
}

.menu-toggle-btn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
	color: #232e4d;
	position: relative;
	z-index: 1;
	transition: all .2s ease-in-out;
}

.menu-icon {
	width: 24px;
	position: relative;
}

.menu-icon .line {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 100%;
	height: 3px;
	transition: all .2s ease-out;
}

.js-show .menu-icon .line {
	left: 0;
	top: 50%;
	width: 100%;
}

.menu-icon .line01 {
	transform: translateY(-8px);
	transition-delay: .2s;
}

.menu-icon .line01:before {
	transition-delay: .2s;
}

.menu-icon .line:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #232e4d;
	transition: all .2s ease-out;
	transform-origin: 100% 100%;
}

.menu-icon .line02 {
	transform: translateY(-1px);
	transition-delay: .15s;
}

.menu-icon .line02:before {
	transition-delay: .25s;
}

.menu-icon .line03 {
	transform: translateY(6px);
	transition-delay: .1s;
}

.menu-icon .line03:before {
	transition-delay: .3s;
}

.menu-icon .line04 {
	transform: translateY(13px);
	opacity: 0;
	transition-delay: .05s;
}

.menu-icon .line04:before {
	transition-delay: .35s;
}

.js-show .menu-icon .line01:before,
.js-show .menu-icon .line02:before,
.js-show .menu-icon .line03:before,
.js-show .menu-icon .line04:before {
	transform: scaleX(0);
}

.menu-icon .line05 {
	transform: translateY(-1px) rotate(45deg);
}

.menu-icon .line05:before {
	transform: scaleX(0);
	transition-delay: .05s;
}

.js-show .menu-icon .line05:before {
	transform: scaleX(1);
	transition-delay: .6s;
}

.menu-icon .line06 {
	transform: translateY(-1px) rotate(-45deg);
}

.menu-icon .line06:before {
	transform: scaleX(0);
	transition-delay: .1s;
}

.js-show .menu-icon .line06:before {
	transform: scaleX(1);
	transition-delay: .7s;
}

.sp-page-header-nav-btn {
	display: none;
}

#chk_sp_page-header-nav {
	display: none;
}



@media screen and (max-width: 1400px) {
	
	.page-header-column .head-logo {
		margin-right: 20px;
	}
	
	.page-header-column .head-logo,
	.page-header-column .head-logo img {
		width: 210px;
	}
	
	.page-header-nav-list li {
		margin: 0 0 0 25px;
	}
	
	.page-header-nav-list li a {
		font-size: 1.3rem;
	}
	
	.page-header-nav-btn-list {
		margin: 0 0 0 25px;
	}
	
	.page-header-nav-btn-list .ttl {
		width: 60px;
		font-size: 1.1rem;
	}
	
	.page-header-nav-btn-list li {
		width: 80px;
	}
	
	.page-header-nav-btn-list li a {
		font-size: 1.2rem;
	}

}

@media screen and (min-width: 751px) {
	
	.page-header-nav-list li a:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #232e4d;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		position: absolute;
		left: 0;
		top: 100%;
		margin-top: 10px;
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transition: -webkit-transform .6s cubic-bezier(.645,.045,.355,1);
		transition: -webkit-transform .6s cubic-bezier(.645,.045,.355,1);
		transition: transform .6s cubic-bezier(.645,.045,.355,1);
		transition: transform .6s cubic-bezier(.645,.045,.355,1),-webkit-transform .6s cubic-bezier(.645,.045,.355,1);
	}
	
	.page-header-nav-list li a:hover:after,
	.page-header-nav-list li.current a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}
}



@media screen and (max-width: 750px) {
	
	.page-header header {
		min-width: 100%;
	}
	
	.page-header-column {
		padding: 15px 3% 5px;
	}
	
	.page-header-column .head-logo,
	.page-header-column .head-logo img {
		width: 170px;
	}
	
	.page-header-nav {
		display: none;
		width: 100%;
		position: fixed;
		z-index: 20;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		-webkit-animation: fade-in .2s linear;
		animation: fade-in .2s linear;
	}
	
	.page-header-nav.js-show {
		display: block;
	}
	
	.page-header-nav nav {
		display: block;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 1;
	}
	
	.page-header-nav-column {
		display: block;
		padding: 50px 6% 80px;
	}
	
	.page-header-nav-list {
		margin: 0 0 30px;
	}
	
	.page-header-nav-list ul,
	.page-header-nav-btn-list ul {
		display: block;
		transition: all .6s cubic-bezier(.025,.025,0,1.000);
		transform: translateY(3%);
		opacity: 0;
	}
	
	.page-header-nav.js-show .page-header-nav-list ul,
	.page-header-nav.js-show .page-header-nav-btn-list ul {
		transition-delay: .6s;
		opacity: 1;
		transform: translateY(0);
	}
	
	.page-header-nav-list li {
		margin: 20px 0 0;
		text-align: center;
	}
	
	.page-header-nav-list li:first-child {
		margin: 0;
	}
	
	.page-header-nav-list li a {
		padding: 0;
		font-size: 1.1rem;
		font-weight: normal;
		letter-spacing: 0.15em;
	}
	
	.page-header-nav-list li a .en {
		margin: 0 0 5px;
		font-size: 2.2rem;
		font-family: 'Dosis', sans-serif;
		line-height: 1;
		letter-spacing: 0.15em;
	}
	
	.page-header-nav-btn-list {
		display: block;
		margin: 0;
		background-color: inherit;
		border: none;
	}
	
	.page-header-nav-btn-list .ttl {
		width: 100%;
		margin: 0 0 5px;
		padding: 8px;
		letter-spacing: 0.1em;
		text-align: center;
		background-color: #232e4d;
	}
	
	.page-header-nav-btn-list li {
		width: 100%;
		margin: 5px 0 0;
		border: 1px solid #232e4d;
	}
	
	.page-header-nav-btn-list li:first-child {
		margin: 0;
	}
	
	.page-header-nav-btn-list li a {
		padding: 5px 15px;
		background: #FFF;
		border: none;
		font-weight: normal;
		letter-spacing: 0.1em;
		text-align: left;
		position: relative;
	}
	
	.page-header-nav-btn-list li a:after {
		display: block;
		content: "\e901";
		font-size: 10px;
		font-family: 'icomoon';
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.sp-page-header-nav-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 30px;
		height: 30px;
		margin: -10px 0 0;
		padding: 5px;
		cursor: pointer;
		position: relative;
		z-index: 10000;
	}
	
	.sp-page-header-nav-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #fff;
	}

}



/*page-main
---------------------------------------------------------- */
.page-main {
	display: block;
	overflow: hidden;
	overflow-y: visible;
	min-width: 1100px;
	position: relative;
}



@media screen and (max-width: 750px) {
	
	.page-main {
		min-width: 100%;
	}

}




/*page-contents
---------------------------------------------------------- */
.page-contents {
	padding: 120px 0;
	position: relative;
	z-index: 10;
}

.page-contents p {
	text-align: justify;
}

.page-fit-l-contents {
	max-width: -webkit-calc(1200px + 60px);
	max-width: calc(1200px + 60px);
	margin: 0 auto;
	padding: 30px;
}

.page-fit-contents {
	max-width: -webkit-calc(1000px + 60px);
	max-width: calc(1000px + 60px);
	margin: 0 auto;
	padding: 0 30px;
}

.page-contents-item {
	margin: 0 0 160px;
}

.page-contents-item:last-child {
	margin: 0;
}

.page-contents-item-body {
	margin: 0 0 90px;
}

.page-contents-item-wrap {
	margin: 0 0 80px;
}

.page-contents-item-txt {
	margin: 0 0 50px;
}

.page-contents-item-txt-in {
	margin: 0 0 30px;
}



@media screen and (max-width: 750px) {
	
	.page-contents {
		padding: 40px 0;
	}
	
	.page-fit-l-contents,
	.page-fit-contents {
		padding: 0 4%;
	}
	
	.page-contents-item {
		margin: 0 0 75px;
	}
	
	.page-contents-item-body {
		margin: 0 0 40px;
	}
	
	.page-contents-item-wrap {
		margin: 0 0 40px;
	}
	
	.page-contents-item-txt {
		margin: 0 0 20px;
	}
	
	.page-contents-item-txt-in {
		margin: 0 0 15px;
	}

}




/*page_top
---------------------------------------------------------- */
.page_top {
	display: table;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: -35px;
	background-color: #fff;
	z-index: 100;
}

.page_top a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	color: #19223a;
	font-size: 10px;
	text-decoration: none;
}



@media screen and (min-width: 751px) {
	
	.page_top a:hover .icon_arrow_up01 {
		-webkit-animation: hover-up 0.6s 1 forwards;
		animation: hover-up 0.6s 1 forwards;
	}

}



@media screen and (max-width: 750px) {
	
	.page_top {
		width: 50px;
		height: 50px;
	}
	
	.page_top a .icon_arrow_up01 {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

}




/*footer
---------------------------------------------------------- */
footer {
	color: #fff;
	padding: 45px 0 35px;
	background-color: #02050d;
	position: relative;
	z-index: 10;
	text-align: center;
}

footer a {
	color: #fff;
}

.page-top a {
	padding: 28px 0;
	width: 80px;
	height: 80px;
	display: block;
	background: rgba(153,157,167,.7);
	position: fixed;
	right: 25px;
	bottom: 210px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	line-height: 1.1;
	z-index: 100;
}

.page-top a .icon-arrow-up01 {
	margin: 0 auto;
	width: 20px;
	height: 20px;
	transform: rotate(-90deg);
	display: block;
}

.page-top a .icon-arrow-up01::after {
	display: block;
	content: "\e901";
	font-size: 20px;
	font-family: 'icomoon';
}

.page-top a:hover .icon-arrow-up01::after {
	-webkit-animation: hover 0.6s 1 forwards;
	animation: hover 0.6s 1 forwards;
}

.page-footer-column {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.fnav {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fnav > nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: -20px 0 0 -20px;
}

.fnav > nav > ul > li {
	margin: 20px 0 0 20px;
}

.fnav > nav > ul > li a {
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
}

.fnav > nav > ul > li a:hover {
	text-decoration: underline;
}

.fnav > nav > ul > li .blank-link:after {
	color: #fff;
}

footer .bnr-corporate {
	width: 300px;
	margin: 0 auto;
}

footer .bnr-corporate img {
	margin-bottom: 30px;
	width: 300px;
	height: auto;
}

footer .copy {
	color: #999;
	font-size: 1.2rem;
}

.ft-sns-list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: -10px 0 0 10px;
}

.ft-sns-list > ul > li {
	width: 30px;
	height: 30px;
	margin: 10px 0 0 10px;
	background-color: #202946;
}

.ft-sns-list > ul > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-decoration: none;
}

.ft-sns-list > ul > li a:hover {
	opacity: 0.6;
}



@media screen and (max-width: 750px) {
	
	footer {
		padding: 30px 0 25px;
		text-align: center;
	}

	.page-top a {
		padding: 13px 0 0 5px; 
		width: 45px;
		height: 45px;
		right: 0;
		bottom: 54px;
	}
	
	.page-top a .icon-arrow-up01 {
		width: 16px;
		height: 16px;
	}
	
	.page-top a .icon-arrow-up01::after {
		font-size: 12px;
	}
	
	footer .bnr-corporate img {
		width: 230px;
	}

	.ft-sns-list > ul,
	.fnav > nav > ul {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.fnav {
		margin-bottom: 15px;
		display: block;
	}

	.ft-sns-list > ul {
		margin-top: 5px;
	}

	.ft-sns-list > ul > li a {
		font-size: 16px;
	}
	
	.fnav > nav > ul > li a {
		font-size: 1.3rem;
	}
	
	footer .copy {
		font-size: 1.1rem;
		text-align: center;
	}
	
}




/*footer-link
---------------------------------------------------------- */
.page-footer-link {
	padding: 80px 0;
	position: relative;
}

.page-footer-link .column-ttl {
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
}

.page-footer-link .btn-area {
	margin: 60px 0 0;
}

.page-footer-link .btn-column > .btn-list > ul.x2 > li .btn {
	width: 364px;
	min-height: 64px;
	font-size: 1.8rem;
}

.page-footer-link .btn-column > .btn-list > ul.x2 > li .btn [class*="btn-line"] .lang,
.page-footer-link .btn-column > .btn-list > ul.x2 > li .btn [class*="btn-line"] .arrow {
	min-height: 64px;
}

.page-footer-link .btn-column > .btn-list > ul.x2 > li .btn [class*="btn-line"] .arrow {
	width: 64px;
}

.page-footer-link .btn-column > .btn-list > ul.x2 > li .btn [class*="btn-line"] .lang {
	width: -webkit-calc(100% - 62px);
	width: calc(100% - 62px);
}



@media screen and (max-width: 750px) {
	
	.page-footer-link {
		padding: 60px 0;
		position: relative;
	}
	
	.page-footer-link .column-ttl {
		font-size: 2.2rem;
	}

	.page-footer-link .btn-area {
		margin: 30px 0 0;
	}

	.page-footer-link .btn-column > .btn-list > ul.x2 > li .btn {
		width: 100%;
		font-size: 1.4rem;
	}
	
}




/*ボタン
---------------------------------------------------------- */
.btn-area {
	margin: 50px 0 0;
}

.btn {
	display: table;
	width: 195px;
	margin: 0 auto;
	min-height: 45px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	position: relative;
}

.btn a,
.btn button,
.btn input,
.btn .no-link {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	min-height: inherit;
	padding: 0;
	text-decoration: none;
	text-align: center;
	border: none;
	outline: none;
	overflow: hidden;
	color: #232e4d;
	position: relative;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.theme-navy .btn a,
.theme-navy .btn button,
.theme-navy .btn input,
.theme-navy .btn .no-link {
	color: #fff;
}

.firefox .btn a,
.firefox .btn button,
.firefox .btn input,
.firefox .btn .no-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.btn .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.btn.reverse .center {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.btn-line01 .lang,
.btn-line01 .arrow {
	display: table;
	min-height: 45px;
	border: 2px solid #19223a;
}

.theme-navy .btn-line01 .lang,
.theme-navy .btn-line01 .arrow {
	border: 2px solid #fff;
}

.btn-line01 .lang .cell {
	display: table-cell;
	vertical-align: middle;
}

.firefox .btn-line01 .lang,
.firefox .btn-line01 .arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.btn-line01 .lang {
	width: -webkit-calc(100% - 43px);
	width: calc(100% - 43px);
	padding: 5px;
}

.btn-line01 .arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 45px;
	margin: 0 0 0 -2px;
	position: relative;
}

.btn.reverse .btn-line01 .arrow {
	margin: 0 -2px 0 0;
}

.btn-line01 .arrow:after {
	content: "\e901";
	font-size: 12px;
	font-family: 'icomoon';
}

.btn.reverse .btn-line01 .arrow:after {
	content: "\e904";
}

.btn:hover .arrow:after {
	-webkit-animation: hover 0.6s 1 forwards;
	animation: hover 0.6s 1 forwards;
}

.btn.reverse:hover .arrow:after {
	-webkit-animation: hover-back 0.6s 1 forwards;
	animation: hover-back 0.6s 1 forwards;
}



@media screen and (max-width: 750px) {
	
	.btn-area {
		margin: 30px 0 0;
	}
	
	.btn {
		font-size: 1.3rem;
	}
	
	.btn-line01 .arrow:after {
		font-size: 10px;
	}
	
}




/*effect
----------------------------------------*/
.effect-body {
	display: block;
}

.effect-wrap01,
.effect-wrap02 {
	position: relative;
	display: inline-block;
}

.effect-txt01,
.effect-txt02 {
	position: relative;
	display: inline-block;
	opacity: 0;
	-webkit-transition: opacity 0s linear 0.5s;
	transition: opacity 0s linear 0.5s;
}

.effect-txt02 {
	-webkit-transition: opacity 0s linear 0.95s;
	transition: opacity 0s linear 0.95s;
}

.js-show .effect-txt01,
.js-show .effect-txt02 {
	opacity: 1;
}

.effect-bg {
	pointer-events: none;
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.effect-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #092241;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.theme-navy .effect-bg::after {
	background: #fff;
}

.js-show .effect-bg::after {
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.effect-txt02 + .effect-bg::after {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}




/*斜め背景
---------------------------------------------------------- */
.diagonal-left-bg-defalut:before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23e7e8e9' points='0,100 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.diagonal-right-bg-defalut:after {
	content: "";
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23e7e8e9' points='0,0 0,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.diagonal-left-bg-navy:before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2319223a' points='0,100 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.diagonal-right-bg-navy:after {
	content: "";
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2319223a' points='0,0 0,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.diagonal-left-bg-defalut.scale:before,
.diagonal-right-bg-defalut.scale:after,
.diagonal-left-bg-navy.scale:before,
.diagonal-right-bg-navy.scale:after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}



@supports (-ms-ime-align: auto) {
	.diagonal-left-bg-navy:before {
		top: -99px;
	}
	.diagonal-right-bg-navy:after {
		bottom: -99px;
	}
}



@media screen and (max-width: 750px) {
	
	.diagonal-left-bg-defalut:before,
	.diagonal-right-bg-defalut:before,
	.diagonal-left-bg-navy:before,
	.diagonal-right-bg-navy:after {
		height: 20px;
	}
	
	.diagonal-left-bg-defalut:before,
	.diagonal-left-bg-navy:before {
		top: -20px;
	}
	
	.diagonal-right-bg-defalut:after,
	.diagonal-right-bg-navy:after {
		bottom: -20px;
	}

}




/*パンくず
---------------------------------------------------------- */
.breadcrumb {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 35px;
	width: 100%;
	padding: 0 30px;
}

.breadcrumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: -8px;
}

.breadcrumb li {
	margin: 8px 10px 0 0;
	font-size: 1.2rem;
}

.breadcrumb li a {
	margin: 0 10px 0 0;
	color: #19223a;
	text-decoration: none;
}

.breadcrumb li span.no-link {
	margin: 0 8px 0 0;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}



@media screen and (max-width: 750px) {
	
	.breadcrumb {
		display: none;
	}
	

}




/*ページタイトル
---------------------------------------------------------- */
.page-ttl-bg .img-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-ttl-body {
	display: table;
	width: 100%;
	height: 520px;
}

.page-ttl.vertical .page-ttl-body {
	height: 640px;
}

.theme-navy .page-ttl-body {
	height: auto;
}

.page-ttl-before:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
}

.page-ttl-wrap {
	display: table-cell;
	vertical-align: middle;
	padding: 100px 0 0;
	position: relative;
	z-index: 1;
}

.theme-navy .page-ttl-wrap {
	padding: 150px 0 90px;
}



@media screen and (max-width: 750px) {
	
	.page-ttl-body {
		height: 220px;
	}
	
	.page-ttl.vertical .page-ttl-body {
		height: 340px;
	}
	
	.page-ttl-wrap {
		padding: 20px 0 0;
	}
	
	.theme-navy .page-ttl-wrap {
		padding: 65px 0 40px;
	}
}




/*見出し
---------------------------------------------------------- */
.ttl-h2-01 {
	margin: 0 0 80px;
	color: #19223a;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	font-feature-settings : "palt";
	letter-spacing: 0.08em;
}

.ttl-h2-02 {
	margin: 0 0 40px;
	padding: 30px;
	color: #19223a;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	position: relative;
}

.ttl-h2-02:before {
	content: "";
	width: 30px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/common/ttl-h2-02-bg-left.png) left top no-repeat;
}

.ttl-h2-02:after {
	content: "";
	width: 30px;
	height: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../../img/common/ttl-h2-02-bg-right.png) right bottom no-repeat;
}

.ttl-h3-01 {
	margin: 0 0 50px;
	position: relative;
	text-align: center;
}

.ttl-h3-01::before {
	margin: auto;
	width: 100%;
	height:1px;
	background: #19223a;
	display:block;
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
}

.ttl-h3-01 span {
	padding: 0 60px;
	background: #e7e8e9;
	display: inline-block;
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	z-index: 10;
}

.ttl-h3-02 {
	margin: 10px 0;
	font-size: 3rem;
	line-height: 1.4;
}

.ttl-thick {
	margin: 0 0 15px;
	padding: 2px 5px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background-color: #7f8591;
}

.ttl-round-corner {
	display: table;
	margin: 0 0 20px;
	min-height: 30px;
	line-height: 1.4;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	-o-border-radius: 99em;
	border-radius: 99em;
}

.ttl-round-corner [class*="ttl-round-corner"] {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	min-height: inherit;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	word-break: break-all;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	-o-border-radius: 99em;
	border-radius: 99em;
}

.ttl-round-corner01 {
	color: #fff;
	background-color: #7f8591;
}

.ttl-square-corner {
	display: block;
	padding: 5px 20px 8px;
	position: absolute;
	top: 0;
	left: 0;
	line-height:1;
	background-color: #7f8591;
}

.ttl-square-corner01 {
	color: #fff;	
	font-size: 1.8rem;
	font-family: 'Dosis', sans-serif;
}

.page-ttl,
.page-section-ttl {
	position: relative;
}

.page-section-ttl {
	margin: 0 0 40px;
}

.page-ttl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23e7e8e9' points='0,0 0,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.page-ttl.theme-navy:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23e7e8e9' points='0,100 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.page-section-ttl h2 {
	margin: 0 0 40px;
}

.page-ttl h1 .txt01,
.page-section-ttl h2 .txt01 {
	display: block;
	margin: 0 0 15px;
	font-size: 4.5rem;
}

.page-ttl h1 .txt01 {
	margin: 0 0 10px;
	font-size: 6rem;
	line-height: 1.4;
}

.page-ttl h1 .txt01.en {
	font-size: 5rem;
}

.page-ttl h1 .txt02,
.page-section-ttl h2 .txt02 {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.7;
	position: relative;
}

.page-ttl h1 .txt02 {
	font-size: 1.6rem;
}

.page-ttl h1 .txt02.line {
	padding: 0 0 0 40px;
}

.page-section-ttl h2 .txt02.line {
	padding: 0 0 0 35px;
}

.page-ttl h1 .txt02.line:before,
.page-section-ttl h2 .txt02.line:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #232e4d;
	top: 50%;
	left: 0;
	margin: -1px 0 0;
}

.page-ttl.theme-navy .txt02.line:before,
.theme-navy .page-section-ttl h2 .txt02.line:before {
	background-color: #fff;
}

.page-ttl h1 .en,
.page-section-ttl h2 .en {
	font-family: 'Dosis', sans-serif;
	line-height: 1.1;
	word-break: break-all;
	letter-spacing: 0.2em;
}

.page-ttl h1 .txt02.en {
	font-size: 1.4rem;
	letter-spacing: 0.32em;
}

.page-section-ttl p {
	font-size: 1.8rem;
	line-height: 2.2;
}

.page-ttl .copy {
	margin: 20px 0 0;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
	transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
}

.page-ttl .copy.js-show {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.page-ttl.txt-white {
	color: #FFF;
}

.page-ttl.txt-white h1 .txt02.line:before {
	background-color: #FFF;
}

.page-ttl.txt-white .effect-bg::after {
	background: #fff;
}

.ttl-cap-01 {
	margin-bottom: 40px;
	font-size: 3.2rem;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	
	.ttl-h2-01 {
		margin: 0 0 30px;
		font-size: 2rem;
	}
	
	.ttl-h2-02 {
		margin: 0 0 20px;
		padding: 15px;
		font-size: 1.7rem;
	}
	
	.ttl-h2-02:before {
		width: 20px;
		height: 50px;
		background: url(../../img/common/ttl-h2-02-bg-left.png) left top no-repeat;
		-webkit-background-size: 20px auto;
		-moz-background-size: 20px auto;
		-o-background-size: 20px auto;
		background-size: 20px auto;
	}

	.ttl-h2-02:after {
		width: 20px;
		height: 50px;
		background: url(../../img/common/ttl-h2-02-bg-right.png) right bottom no-repeat;
		-webkit-background-size: 20px auto;
		-moz-background-size: 20px auto;
		-o-background-size: 20px auto;
		background-size: 20px auto;
	}
	
	.ttl-h3-01 {
		margin: 0 0 30px;
	}
	.ttl-h3-01 span {
		padding: 0 10px;
		font-size: 1.7rem;
		font-feature-settings : "palt";
	}
	
	.ttl-h3-02 {
		font-size: 2.1rem;
	}
	.ttl-round-corner {
		margin: 0 0 10px;
	}
	
	.ttl-thick {
		margin: 0 0 10px;
		font-size: 1.3rem;
	}
	
	.page-ttl:before,
	.page-ttl.theme-navy:after {
		height: 20px;
	}
	
	.page-section-ttl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 0 20px;
	}
	
	.page-section-ttl h2 {
		display: inline-block;
		margin: 0 0 20px;
		text-align: center;
	}
	
	.page-ttl h1 .txt01,
	.page-section-ttl h2 .txt01 {
		margin: 0 0 5px;
		font-size: 2.8rem;
	}
	
	.page-ttl h1 .txt01.en {
		font-size: 2.5rem;
	}
	
	.page-ttl h1 .txt02,
	.page-section-ttl h2 .txt02 {
		display: inline-block;
		font-size: 1.1rem;
	}
	
	.page-ttl h1 .txt02.line,
	.page-section-ttl h2 .txt02.line {
		padding: 0 0 0 23px;
	}
	
	.page-ttl h1 .txt02.line:before,
	.page-section-ttl h2 .txt02.line:before {
		width: 15px;
		height: 1px;
	}
	
	.page-section-ttl p {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.page-ttl h1 .txt02.en {
		font-size: 1.2rem;
	}
	
	.page-ttl .copy {
		margin: 10px 0 0;
		font-size: 1.6rem;
	}
	
	.ttl-cap-01 {
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
}



/*テーブル
---------------------------------------------------------- */
.table-type01 table thead th,
.table-type01 table th {
	padding: 25px 40px;
	line-height: 1.5;
	font-weight: bold;
	word-break: break-all;
	border-bottom: 1px solid #bcc0ca;
}

.table-type01 table thead th {
	padding: 15px;
	text-align: center;
	border-bottom: 4px solid #bcc0ca;
}

.table-type01 table tr:first-child thead th,
.table-type01 table tr:first-child th {
	border-top: 1px solid #bcc0ca;
}

.table-type01 table td {
	padding: 25px 40px;
	line-height: 1.5;
	word-break: break-all;
	border-bottom: 1px solid #bcc0ca;
}

.table-type01 table tr:first-child td {
	border-top: 1px solid #bcc0ca;
}




@media screen and (max-width: 750px) {
	
	.sp-table-block > table th,
	.sp-table-block > table td {
		display: block;
		width: 100%;
		padding: 20px;
	}
	
	.sp-table-block > table th {
		text-align: center;
	}
	
	.table-type01.sp-table-block table tr:first-child td {
		border-top: none;
	}
	
	.table-type01.sp-table-block table th {
		padding: 15px;
	}
	
	.table-type01.sp-table-block table td {
		padding: 20px 15px 30px
	}
	
	.sp-table-scroll {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
	}
	
	.sp-table-scroll > table,
	.sp-table-scroll > .table {
		width: 1080px;
		margin: 0 0 10px;
	}
	
	.sp-table-scroll::-webkit-scrollbar,
	.sp-table-scroll::-webkit-scrollbar {
		height: 6px !important;
	}
	
	.sp-table-scroll::-webkit-scrollbar-track,
	.sp-table-scroll::-webkit-scrollbar-track {
		border-radius: 0 !important;
		background: #eee !important;
	}
	
	.sp-table-scroll::-webkit-scrollbar-thumb,
	.sp-table-scroll::-webkit-scrollbar-thumb {
		border-radius: 3px !important;
		background: #c0c0c0 !important;
	}
	
}




/*外部リンク
---------------------------------------------------------- */
.blank-link:after {
	content: "\e900";
	display: inline-block;
	margin: 0 0 0 8px;
	color: #7f8591;
	font-size: 13px;
	font-family: 'icomoon';
}



@media screen and (max-width: 750px) {
	
	.blank-link:after {
		font-size: 11px;
	}
	
}




/*電話番号リンク
---------------------------------------------------------- */
.tel-link a {
	text-decoration: none !important;
}




/*画像カラムレイアウト（画像縦並び）
--------------------------------------------------------- */
.img-default-column-list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -70px 0 0 -35px;
}

.img-default-column-list > ul > li {
	margin: 70px 0 0 35px;
	position: relative;
}

.img-default-column-list > ul.x2 > li {
	width: -webkit-calc(50% - 35px);
	width: calc(50% - 35px);
}

.img-default-column-list > ul.x3 > li {
	width: -webkit-calc(33.3333% - 35px);
	width: calc(33.3333% - 35px);
}

.img-default-column-list > ul.x4 > li {
	width: -webkit-calc(25% - 35px);
	width: calc(25% - 35px);
}

.img-default-column-list > ul.x2 > li > .img img,
.img-default-column-list > ul.x3 > li > .img img,
.img-default-column-list > ul.x4 > li > .img img {
	width: 100%;
}

.img-default-column-list > ul  > li > .txt {
	margin: 15px 0 0;
	font-size: 1.5rem;
	line-height: 1.7;
}



@media screen and (max-width: 750px) {
	
	.img-default-column-list > ul {
		margin: -35px 0 0 -20px;
	}
	
	.img-default-column-list > ul > li {
		margin: 35px 0 0 20px;
	}
	
	.img-default-column-list > ul.x2 > li,
	.img-default-column-list > ul.x3 > li {
		width: 100%;
	}
	
	.img-default-column-list > ul.x4 > li {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	
	.img-default-column-list > ul  > li > .txt {
		margin: 10px 0 0;
		font-size: 1.3rem;
	}
	
}




/*画像・テキストカラム（画像横並び）
--------------------------------------------------------- */
.img-txt-column {
	display: table;
	table-layout: fixed;
}

.img-txt-column .img {
	display: table-cell;
	vertical-align: top;
}

.img-txt-column .txt {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 60px;
}

.img-txt-column .txt .txt-body {
	margin: 0 0 30px;
}



@media screen and (max-width: 750px) {
	
	.img-txt-column {
		display: block;
	}

	.img-txt-column .img {
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.img-txt-column .txt {
		display: block;
		padding: 30px 0 0 0;
	}

}




/*ベタ
--------------------------------------------------------- */
.theme-navy-cover,
.theme-white-cover {
	padding: 50px;
	background: #fff;
}

.theme-navy-cover {
	background: #19223a;
}

.theme-navy-cover,
.theme-navy-cover a {
	color: #d9deeb;
}



@media screen and (max-width: 750px) {
	
	.theme-navy-cover,
	.theme-white-cover {
		padding: 25px;
	}
	
}




/*タブ
--------------------------------------------------------- */
.tab-area .tab-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.tab-area .tab-list > ul > li {
	cursor: pointer;
	display: table;
	width: -webkit-calc(125px + 1px);
	width: calc(125px + 1px);
	min-height: 60px;
	height: 100%;
	margin: 0 0 0 -1px;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: none;
	background-color: #19223a;
}

.tab-area .tab-list > ul > li.select,
.tab-area .tab-list > ul > li:hover {
	color: #19223a;
	border: 1px solid #dadcde;
	border-bottom: none;
	background-color: #dadcde;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.tab-area .tab-list > ul > li.select {
	pointer-events: none;
}

.tab-area .tab-list li p {
	display: table-cell;
	vertical-align: middle;
	min-height: inherit;
	padding: 5px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}

.firefox .tab-area .tab-list li p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.tab-area .tab-list li .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.tab-content .tab-content-box {
	display: none;
}

.tab-content .tab-content-box.select {
	display: block;
}



@media screen and (max-width: 750px) {
	
	.tab-area .tab-list > ul.x3 > li {
		width: -webkit-calc(33.3333% + 1px);
		width: calc(33.3333% + 1px);
	}
	
	.tab-area .tab-list li p {
		font-size: 1.2rem;
	}

}




/*お知らせリスト
--------------------------------------------------------- */
.news-list > ul > li {
	margin: 3px 0 0;
}

.news-list > ul > li:first-child {
	margin: 0;
}

.news-list > ul > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
	width: 100%;
	padding: 20px 30px;
	color: #19223a;
	font-size: 1.6rem;
	text-decoration: none;
	background-color: #dadcde;
	position: relative;
	pointer-events:none
}

/*.news-list > ul > li a:after {
	display: block;
	content: "\e901";
	width: 20px;
	height: 20px;
	font-size: 12px;
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -10px 0 0;
	text-align: center;
}*/

.news-list > ul > li a:hover:after {
	-webkit-animation: hover 0.6s 1 forwards;
	animation: hover 0.6s 1 forwards;
}

.news-list > ul > li .news-tag .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.news-list > ul > li .news-tag .cate {
	display: inline-block;
	width: 60px;
	margin: 0 0 0 15px;
	padding: 3px 5px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: center;
}

.news-list > ul > li .news-tag .cate.cate01 {
	background-color: #7f8591;
}

.news-list > ul > li .news-tag .cate.cate02 {
	color: #19223a;
	background-color: #fff;
}

.news-list > ul > li h4 {
	padding: 0 0 0 15px;
}



@media screen and (max-width: 750px) {
	
	.news-list > ul > li {
		margin: 2px 0 0;
	}
	
	.news-list > ul > li a {
		display: block;
		padding: 15px 35px 15px 15px;
		font-size: 1.4rem;
	}
	
	.news-list > ul > li a:after {
		right: 10px;
	}
	
	.news-list > ul > li .news-tag {
		display: block;
		width: auto;
	}
	
	.news-list > ul > li .news-tag .center {
		margin: 0 0 5px;
	}
	
	.news-list > ul > li .news-tag .cate {
		width: 50px;
		margin: 0 0 0 10px;
		padding: 2px 5px;
	}
	
	.news-list > ul > li h4 {
		display: block;
		padding: 0;
	}

}




/*カテゴリートップリスト
--------------------------------------------------------- */
.img-categorytop-column-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -35px 0 0 -35px;
}

.img-categorytop-column-list li {
	margin: 35px 0 0 35px;
	position: relative;
}

.img-categorytop-column-list ul.x2 li {
	width: -webkit-calc(50% - 35px);
	width: calc(50% - 35px);
}


.img-categorytop-column-list ul.x3 li {
	width: -webkit-calc(33.333% - 35px);
	width: calc(33.333% - 35px);
}

.img-categorytop-column-list li a {
	display: block;
	text-decoration: none;
}

.img-categorytop-column-list li a:hover {
	opacity: 0.6;
}

.img-categorytop-column-list li .img {
	position: relative;
	overflow: hidden;
}

.img-categorytop-column-list li .img .img-background { 
	padding-top: 53.625%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.img-categorytop-column-list .x3 li .img .img-background { 
	padding-top: 100%;
}

.img-categorytop-column-list li .txt {
	padding: 30px 25px;
	color: #fff;
	background-color: #1e2333;
}

.img-categorytop-column-list li .txt h3 {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}

.img-categorytop-column-list li .txt h3 span {
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 0.3em;
}



@media screen and (max-width: 750px) {
	
	.cap-about {
		margin-bottom: 40px;
		font-size: 1.7rem;
	}
	
	.img-categorytop-column-list ul {
		margin: -35px 0 0 -20px;
	}
	
	.img-categorytop-column-list li {
		margin: 10px 0 0 20px;
	}
	
	.img-categorytop-column-list ul.x2 li,
	.img-categorytop-column-list ul.x3 li {
		width: 100%;
	}
	
	.img-categorytop-column-list li .img .img-background {
		padding-top: 40%;
	}
	
	.img-categorytop-column-list .x3 li .img .img-background { 
		padding-top: 60%;
		background-position: top;
	}
	
	.img-categorytop-column-list li .txt {
		padding: 15px 20px;
	}
	
	.img-categorytop-column-list li .txt h3 {
		font-size: 1.9rem;
	}
	
	.img-categorytop-column-list li .txt h3 span {
		font-size: 1.1rem;
	}
	
}






/*ボタンレイアウト
--------------------------------------------------------- */
.btn-column > .btn-list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -40px 0 40px -40px;
}

.btn-column > .btn-list > ul > li {
	margin: 40px 0 0 40px;
}



@media screen and (max-width: 750px) {
	
	.btn-column > .btn-list > ul {
		margin: -20px 0 20px -20px;
	}
	
	.btn-column > .btn-list > ul > li {
		width: 100%;
		margin: 20px 0 0 20px;
	}
	
	.btn-column > .btn-list > ul > li .btn {
		width: 100%;
	}
	
}



