@charset "utf-8";


@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}

/*************************************************

 progress

*************************************************/
#progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 500;
}
#progress .inBar {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 0;
	background: #05569B;
	transition: 0.5s;
}



/*************************************************

 wrapper

*************************************************/
#wrapper {
	overflow: hidden;
	color: #333;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
	letter-spacing: 0.06em;
}
#wrapper.visible {
	opacity: 1;
}
.wrap {
	max-width: 1246px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.wrap02 {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.wrap03 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.en {
	font-family: 'Ropa Sans', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 13px;
	}
}



/*************************************************

 header

*************************************************/
#header {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: #E0E0E0 solid 1px;
	z-index: 100;
}


/* siteLogo
-------------------------------------------*/
#header .siteLogo {
	display: table;
	height: 80px;
	padding: 0 30px;
}
#header .siteLogo > span {
	display: table-cell;
	vertical-align: middle;
}
#header .siteLogo a {
	overflow: hidden;
	display: block;
	width: 144px;
	height: 55px;
	background: url(../images/common/logo.svg) no-repeat center center;
	background-size: contain;
	text-indent: -99999px;
}
@media only screen and (max-width:1100px) {
	#header .siteLogo {
		padding: 0 15px;
	}
	#header .siteLogo a {
		width: 110px;
	}
}
@media only screen and (max-width:767px) {
	#header .siteLogo {
		height: 59px;
		padding: 0 12px;
	}
	#header .siteLogo a {
		width: 90px;
		height: 38px;
	}
}


/* siteNavs
-------------------------------------------*/
#header .siteNavs {
	position: absolute;
	top: 0;
	right: 195px;
}
#header .siteNavs > ul {
	display: flex;
}
#header .siteNavs > ul > li {
	position: relative;
}
#header .siteNavs > ul > li + li {
	margin-left: 23px;
}
#header .siteNavs > ul > li > a {
	position: relative;
	display: table;
	width: 100%;
	height: 80px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
#header .siteNavs > ul > li > a:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #05569B;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
	-o-transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
}
#header .siteNavs > ul > li.on > a:before,
.noT #header .siteNavs > ul > li > a:hover:before {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
#header .siteNavs > ul > li > a span {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width:1100px) {
	#header .siteNavs {
		right: 115px;
	}
	#header .siteNavs > ul > li + li {
		margin-left: 12px;
	}
	#header .siteNavs > ul > li > a {
		font-size: 12px;
	}
}
@media only screen and (max-width:850px) {
	#header .siteNavs > ul > li > a {
		font-size: 11px;
	}
}
@media only screen and (max-width:767px) {
	#header .siteNavs {
		display: none;
	}
}

.about_on #header .siteNavs > ul > li:nth-child(1) > a:before,
.solution_on #header .siteNavs > ul > li:nth-child(2) > a:before,
.development_on #header .siteNavs > ul > li:nth-child(3) > a:before,
.service_on #header .siteNavs > ul > li:nth-child(4) > a:before,
.topics_on #header .siteNavs > ul > li:nth-child(5) > a:before,
.company_on #header .siteNavs > ul > li:nth-child(6) > a:before,
.recruit_on #header .siteNavs > ul > li:nth-child(7) > a:before {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}



/* megaMenu */
#header .megaMenu {
	box-sizing: border-box;
	position: absolute;
	display: none;
	top: 100%;
	left: 50%;
	width: 190px;
	padding: 35px 0;
	transform: translateX(-50%);
	background: rgba(5,86,155,0.85);
}
#header .megaMenu.wide {
	width: 240px;
}
#header .megaMenu a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#header .megaMenu li + li {
	margin-top: 25px;
}
#header .megaMenu ul {
	display: table;
	margin: 0 auto;
}
@media only screen and (max-width:1100px) {
	#header .megaMenu a {
		font-size: 12px;
	}
}
@media only screen and (max-width:850px) {
	#header .megaMenu a {
		font-size: 11px;
	}
}


/* siteContact
-------------------------------------------*/
#header .siteContact {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
#header .siteContact a {
	display: table;
	height: 80px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	background-color: #05569B;
	line-height: 1;
}
#header .siteContact span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
#header .siteContact span > * {
	display: block;
}
#header .siteContact img {
	margin: 0 auto 8px;
	height: 18px;
	width: auto;
}
@media only screen and (max-width:1100px) {
	#header .siteContact {
		width: 100px;
	}
	#header .siteContact img {
		height: 14px;
	}
	#header .siteContact a {
		font-size: 13px;
	}
}
@media only screen and (max-width:767px) {
	#header .siteContact {
		display: none;
	}
}



/*************************************************

 globalNavi

*************************************************/
#globalNavi {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: rgba(5,86,155,0.45);
	-webkit-overflow-scrolling: touch;
}
#globalNavi * {
	color: #fff;
	text-decoration: none;
}
#globalNavi .naviTalbe {
	box-sizing: border-box;
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	max-width: 910px;
	margin-left: auto;
	padding: 100px 20px;
	background-color: #05569B;
	z-index: 2;
}
#globalNavi .naviCell {
	display: table-cell;
	vertical-align: middle;
}
#globalNavi .naviContents {
	max-width: 720px;
	margin: 0 auto;
}
#globalNavi .naviTitle {
	margin-bottom: 45px;
	padding-bottom: 9px;
	line-height: 0;
	border-bottom: #E0E0E0 solid 1px;
}
#globalNavi .sp_logo {
	display: none;
}
@media only screen and (max-width:767px) {
	#globalNavi .naviTalbe,
	#globalNavi .naviCell {
		display: block;
	}
	#globalNavi .naviTalbe {
		padding: 0 30px 30px;
	}
	#globalNavi .naviContents {
		max-width: none;
	}
	#globalNavi .naviTitle {
		display: none;
	}
	#globalNavi .sp_logo {
		display: table;
		height: 59px;
		margin: 0 0 35px -18px;
	}
	#globalNavi .sp_logo span {
		display: table-cell;
		vertical-align: middle;
	}
	#globalNavi .sp_logo a {
		position: relative;
		overflow: hidden;
		display: block;
		width: 90px;
		height: 38px;
		background: url(../images/common/logo_w.svg) no-repeat center center;
		background-size: contain;
		text-indent: -9999px;
	}
}

/* naviAll
-------------------------------------------*/
#globalNavi .naviAll {
	display: flex;
	justify-content: space-between;
	margin-bottom: 140px;
}
#globalNavi .naviParent {
	margin-bottom: 25px;
}
#globalNavi .naviParent > * {
	font-size: 16px;
	font-weight: 500;
}
#globalNavi .navibox li {
	font-size: 12px;
	line-height: 1.4;
}
#globalNavi .navibox li + li {
	margin-top: 27px;
}
#globalNavi .navibox .bigs li {
	font-size: 16px;
	font-weight: 500;
}
#globalNavi .navibox .bigs li + li {
	margin-top: 20px;
}
@media only screen and (min-width:768px) {
	#globalNavi .navibox ul {
		display: block !important;
	}
}
@media only screen and (max-width:767px) {
	#globalNavi .naviAll {
		display: block;
		margin-bottom: 70px;
	}
	#globalNavi .navibox + .navibox {
		margin-top: 20px;
	}
	#globalNavi .naviParent {
		position: relative;
		margin-bottom: 0;
	}
	#globalNavi .naviParent > * {
		font-size: 13px;
	}
	#globalNavi .naviParent .acBtn {
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 25px;
		height: 25px;
		transform: translateY(-50%);
		border: #fff solid 1px;
		border-radius: 50%;
		cursor: pointer;
		z-index: 3;
	}
	#globalNavi .naviParent .acBtn:before,
	#globalNavi .naviParent .acBtn:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		background-color: #fff;
		transform: translate(-50%,-50%);
	}
	#globalNavi .naviParent .acBtn:before {
		width: 13px;
		height: 1px;
	}
	#globalNavi .naviParent .acBtn:after {
		width: 1px;
		height: 13px;
	}
	#globalNavi .naviParent .acBtn.on:after {
		opacity: 0;
	}
	#globalNavi .navibox ul {
		display: none;
		margin-left: 1em;
	}
	#globalNavi .navibox li,
	#globalNavi .navibox li + li {
		margin-top: 13px;
		font-size: 12px;
	}
	#globalNavi .navibox li br {
		display: none;
	}
	#globalNavi .navibox .bigs {
		display: block;
		margin-left: 0;
	}
	#globalNavi .navibox .bigs li {
		font-size: 13px;
	}
}


/* navOthers
-------------------------------------------*/
#globalNavi .navOthers {
	text-align: right;
	font-size: 12px;
}
@media only screen and (max-width:767px) {
	#globalNavi .navOthers {
		font-size: 11px;
		text-align: left;
	}
}
@media only screen and (max-width:374px) {
	#globalNavi .navOthers {
		font-size: 9px;
	}
}


/* copyright
-------------------------------------------*/
#globalNavi .copyright {
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
}
@media only screen and (max-width:767px) {
	#globalNavi .copyright {
		margin-top: 2px;
		text-align: left;
		font-size: 10px;
	}
}



/*************************************************

 spMenu

*************************************************/
#spMenu,
#spMenu02 {
	position: fixed;
	top: 20px;
	right: 0;
	display: none;
	width: 70px;
	height: 50px;
	cursor: pointer;
	z-index: 300;
}
#spMenu span,
#spMenu:before,
#spMenu:after,
#spMenu02 span,
#spMenu02:before,
#spMenu02:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 28px;
	height: 3px;
	margin-left: -14px;
	background-color: #333;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#spMenu span,
#spMenu02 span {
	margin-top: -1px;
}
#spMenu:before,
#spMenu02:before {
	margin-top: -15px;
}
#spMenu:after,
#spMenu02:after {
	margin-top: 12px;
}


@media only screen and (min-width:768px) {
	.open #spMenu:before,
	.open #spMenu02:before {
		animation: menuAnime01 .4s forwards;
		background-color: #fff;
	}
	.open #spMenu:after,
	.open #spMenu02:after {
		animation: menuAnime02 .4s forwards;
		background-color: #fff;
	}
	.open #spMenu span,
	.open #spMenu02 span {
		opacity: 0;
	}
	.close #spMenu:before,
	.close #spMenu02:before {
		animation: menuAnime01_close .4s forwards;
	}
	.close #spMenu:after,
	.close #spMenu02:after {
		animation: menuAnime02_close .4s forwards;
	}
}


@keyframes menuAnime01 {
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -1px;
		transform: rotate(45deg);
	}
}
@keyframes menuAnime01_close {
	0% {
		margin-top: -1px;
		transform: rotate(45deg);
	}
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -15px;
		transform: rotate(0deg);
	}
}
@keyframes menuAnime02 {
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -1px;
		transform: rotate(-45deg);
	}
}
@keyframes menuAnime02_close {
	0% {
		margin-top: -1px;
		transform: rotate(-45deg);
	}
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: 12px;
	}
}

@media only screen and (max-width:767px) {
	#spMenu,
	#spMenu02 {
		display: block;
		top: 0;
		width: 60px;
		height: 60px;
	}
	#spMenu span,
	#spMenu:before,
	#spMenu:after,
	#spMenu02 span,
	#spMenu02:before,
	#spMenu02:after {
		width: 24px;
		height: 2px;
		margin-left: -12px;
	}
	#spMenu span,
	#spMenu02 span {
		margin-top: -1px;
	}
	#spMenu:before,
	#spMenu02:before {
		margin-top: -13px;
	}
	#spMenu:after,
	#spMenu02:after {
		margin-top: 11px;
	}
	.open #spMenu:before,
	.open #spMenu02:before {
		animation: menuAnime01_sp .4s forwards;
		background-color: #fff;
	}
	.open #spMenu:after,
	.open #spMenu02:after {
		animation: menuAnime02_sp .4s forwards;
		background-color: #fff;
	}
	.open #spMenu span,
	.open #spMenu02 span {
		opacity: 0;
	}
	.close #spMenu:before,
	.close #spMenu02:before {
		animation: menuAnime01_sp_close .4s forwards;
	}
	.close #spMenu:after,
	.close #spMenu02:after {
		animation: menuAnime02_sp_close .4s forwards;
	}

}

@keyframes menuAnime01_sp {
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -1px;
		transform: rotate(45deg);
	}
}
@keyframes menuAnime01_sp_close {
	0% {
		margin-top: -1px;
		transform: rotate(45deg);
	}
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -13px;
		transform: rotate(0deg);
	}
}
@keyframes menuAnime02_sp {
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: -1px;
		transform: rotate(-45deg);
	}
}
@keyframes menuAnime02_sp_close {
	0% {
		margin-top: -1px;
		transform: rotate(-45deg);
	}
	50% {
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		margin-top: 11px;
	}
}


/*************************************************

 container

*************************************************/
#container {
	padding-top: 80px;
}
@media only screen and (max-width:767px) {
	#container {
		padding-top: 60px;
	}
}





/*************************************************

 commonBeneath

*************************************************/
.commonBeneath {
	padding: 0 60px;
	background-color: #fff;
}
.commonBeneath > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.commonBeneath li {
	width: 49.7592%;
	background-color: #05569B;
	line-height: 1;
}
.commonBeneath li a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
.commonBeneath li:not(.contact) a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
	-o-transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
}
.commonBeneath .table {
	position: relative;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 225px;
	padding: 0 55px;
	z-index: 2;
}
.commonBeneath .cell {
	display: table-cell;
	vertical-align: middle;
}
.commonBeneath .cont {
	position: relative;
	padding-left: 15px;
}
.commonBeneath .cont:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	background-color: #fff;
	transition: 0.2s;
}
.commonBeneath .en {
	line-height: 0;
	background: no-repeat left center;
	background-size: auto 100%;
}
.commonBeneath .en img {
	transition: 0.3s;
}
.commonBeneath .jp {
	margin-top: 15px;
	font-size: 14px;
}
.commonBeneath li:not(.contact) .more {
	position: absolute;
	top: 50%;
	right: 0;
	padding-right: 28px;
	font-size: 15px;
	transform: translateY(-50%);
}
.commonBeneath li .more:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	border-left: #fff solid 7px;
	border-top: transparent solid 5px;
	border-bottom: transparent solid 5px;
	transform: translateY(-50%);
	transition: 0.2s;
}

.commonBeneath .company .en {
	background-image: url(../images/common/txt_company_b.svg);
}
.commonBeneath .recruit .en {
	background-image: url(../images/common/txt_recruit_b.svg);
}
.commonBeneath .about .en,
.commonBeneath .about .en img {
    height: 24px;
}
.commonBeneath .about .en {
	background-image: url(../images/common/txt_about_b-f.svg);
}

.noT .commonBeneath li:not(.contact) a:hover:before {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.noT .commonBeneath li:not(.contact) a:hover {
	color: #05569b;
}
.noT .commonBeneath li:not(.contact) a:hover .en img {
	opacity: 0;
}
.noT .commonBeneath li:not(.contact) a:hover .cont:before {
	background-color: #05569b;
}
.noT .commonBeneath li:not(.contact) a:hover .more:before {
	border-left-color: #05569b;
}

@media only screen and (max-width:991px) {
	.commonBeneath {
		padding: 0 20px;
	}
	.commonBeneath .table {
		padding: 0 25px;
	}
}
@media only screen and (max-width:767px) {
	.commonBeneath > ul {
		display: block;
	}
	.commonBeneath li {
		width: 100%;
	}
	.commonBeneath li + li {
		margin-top: 20px;
	}
	.commonBeneath .table {
		height: 125px;
		padding: 0 15px 0 22px;
	}
	.commonBeneath li:not(.contact) .more {
		padding-right: 15px;
		font-size: 13px;
	}
	.commonBeneath .jp {
		margin-top: 10px;
	}
	.commonBeneath .en img {
		width: auto;
	}
	.commonBeneath .company .en img {
		height: 20px;
	}
	.commonBeneath .recruit .en img {
		height: 15px;
	}
}




/* contact
-------------------------------------------*/
.commonBeneath .contact {
	width: 100%;
	margin-top: 5px;
	background: url(../images/common/beneath_contact.jpg) no-repeat center center;
	background-size: cover;
}
.commonBeneath .contact a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(30,45,138);
	background: -moz-linear-gradient(left,  rgba(30,45,138,1) 0%, rgba(0,80,149,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(30,45,138,1) 0%,rgba(0,80,149,1) 100%);
	background: linear-gradient(to right,  rgba(30,45,138,1) 0%,rgba(0,80,149,1) 100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1);
	-o-transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
	opacity: 0.8;
}
.commonBeneath .contact .table {
	height: 295px;
}
.commonBeneath .contact .cont {
	padding-left: 0;
}
.commonBeneath .contact .cont:before {
	display: none;
}
.commonBeneath .contact .en {
	display: table;
	margin: 0 auto;
}
.commonBeneath .contact .jp {
	text-align: center;
}
.commonBeneath .contact .more {
	box-sizing: border-box;
	position: relative;
	max-width: 240px;
	margin: 25px auto 0;
	padding: 14px 0;
	font-size: 15px;
	text-align: center;
	border: #fff solid 2px;
}
.commonBeneath .contact .more:before {
	right: 8px;
}
.noT .commonBeneath .contact a:hover:before {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
@media only screen and (max-width:767px) {
	.commonBeneath .contact {
		margin-top: 20px;
		background-image: url(../images/common/beneath_contact_sp.jpg);
	}
	.commonBeneath .contact .table {
		height: 250px;
		padding: 0;
	}
	.commonBeneath .contact .cont {
		padding-left: 0;
	}
	.commonBeneath .contact .en {
		display: table;
		margin: 0 auto;
	}
	.commonBeneath .contact .en img {
		height: 29px;
	}
	.commonBeneath .contact .jp {
		margin-top: 15px;
		text-align: center;
		font-size: 14px;
	}
	.commonBeneath .contact .more {
		max-width: 160px;
		padding: 14px 0;
		font-size: 12px;
	}
	.commonBeneath .contact .more:before {
		right: 8px;
	}
}




/*************************************************

 footer

*************************************************/
#footer {
	background-color: #fff;
}
#footer .wrap {
	max-width: 1280px;
}


/*************************************************

 footerNavis

*************************************************/

.footerNavis {
	padding: 100px 0;
}
.footerNavis .wrap {
	display: flex;
	justify-content: space-between;
}
.footerNavis .logo a {
	overflow: hidden;
	display: block;
	width: 167px;
	height: 66px;
	background: url(../images/common/logo.svg) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
}
@media only screen and (max-width:991px) {
	.footerNavis .logo a {
		width: 130px;
	}
}
@media only screen and (max-width:767px) {
	.footerNavis {
		padding: 100px 0 70px;
	}
	.footerNavis .wrap {
		display: block;
	}
	.footerNavis .logo {
		margin-bottom: 20px;
	}
	.footerNavis .logo a {
		width: 173px;
		height: 69px;
		margin: 0 auto;
	}
}

/* naviAll
-------------------------------------------*/
.footerNavis .naviAll {
	display: flex;
	justify-content: space-between;
}
.footerNavis .naviAll * {
	color: #333;
	text-decoration: none;
}
.footerNavis .navibox + .navibox {
	margin-left: 50px;
}
.footerNavis .naviParent {
	margin-bottom: 23px;
}
.footerNavis .naviParent > * {
	font-size: 15px;
	font-weight: 500;
}
.footerNavis .navibox li {
	font-size: 13px;
	line-height: 1.4;
}
.footerNavis .navibox li + li {
	margin-top: 20px;
}
.footerNavis .navibox .bigs li {
	font-size: 16px;
	font-weight: 500;
}
.footerNavis .navibox .bigs li + li {
	margin-top: 17px;
}

@media only screen and (max-width:991px) {
	.footerNavis .navibox + .navibox {
		margin-left: 20px;
	}
	.footerNavis .naviParent > * {
		font-size: 13px;
	}
	.footerNavis .navibox li {
		font-size: 12px;
	}

}

@media only screen and (max-width:767px) {
	.footerNavis .naviAll {
		display: block;
		padding: 35px 0;
		border-top: #E0E0E0 solid 1px;
		border-bottom: #E0E0E0 solid 1px;
	}
	.footerNavis .navibox + .navibox {
		margin: 25px 0 0 0;
	}
	.footerNavis .naviParent {
		position: relative;
		margin-bottom: 0;
	}
	.footerNavis .naviParent > * {
		font-size: 14px;
	}
	.footerNavis .naviParent .acBtn {
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 25px;
		height: 25px;
		transform: translateY(-50%);
		border: #333 solid 1px;
		border-radius: 50%;
		cursor: pointer;
		z-index: 3;
	}
	.footerNavis .naviParent .acBtn:before,
	.footerNavis .naviParent .acBtn:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		background-color: #333;
		transform: translate(-50%,-50%);
	}
	.footerNavis .naviParent .acBtn:before {
		width: 13px;
		height: 1px;
	}
	.footerNavis .naviParent .acBtn:after {
		width: 1px;
		height: 13px;
	}
	.footerNavis .naviParent .acBtn.on:after {
		opacity: 0;
	}
	.footerNavis .navibox ul {
		display: none;
		margin: 25px 0 0 1em;
	}
	.footerNavis .navibox lii {
		font-size: 12px;
	}
	.footerNavis .navibox li + li {
		margin-top: 13px;
	}
	.footerNavis .navibox li br {
		display: none;
	}
	.footerNavis .navibox li a {
		color: #767676;
	}
	.footerNavis .navibox .bigs {
		display: block;
		margin-left: 0;
	}
	.footerNavis .navibox .bigs li {
		font-size: 14px;
	}
	.footerNavis .navibox .bigs li a {
		color: #333;
	}
	.footerNavis .navibox .bigs li + li {
		margin-top: 25px;
	}
}






/*************************************************

 footerEnd

*************************************************/

.footerEnd {
	padding: 55px 0;
	background-color: #05569B;
}
.footerEnd * {
	color: #fff;
	text-decoration: none;
}
.footerEnd .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerEnd .left img {
	max-width: 292px;
	height: auto;
}

@media only screen and (max-width:767px) {
	.footerEnd {
		padding: 80px 0;
	}
	.footerEnd .wrap {
		display: block;
	}
	.footerEnd .left {
		margin-bottom: 80px;
	}
	.footerEnd .left img {
		max-width: 250px;
	}
}


/* navOthers
-------------------------------------------*/
.footerEnd .navOthers {
	font-size: 12px;
}
@media only screen and (max-width:767px) {
	.footerEnd .navOthers {
		font-size: 11px;
	}
}
@media only screen and (max-width:374px) {
	.footerEnd .navOthers {
		font-size: 9px;
	}
}


/* copyright
-------------------------------------------*/
.footerEnd .copyright {
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
}
@media only screen and (max-width:767px) {
	.footerEnd .copyright {
		margin-top: 2px;
		text-align: left;
		font-size: 10px;
	}
}







/*************************************************

 breadcrumb

*************************************************/
.breadcrumb {
	overflow: hidden;
	margin: 25px 45px 90px;
	line-height: 1.5;
}
.breadcrumb * {
	color: #868686;
	font-size: 10px;
	text-decoration: none;
}
.noT .breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb li {
	position: relative;
	float: left;
}
.breadcrumb li + li {
	padding-left: 20px;
}
.breadcrumb li + li:before {
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	content: '';
	width: 10px;
	height: 1px;
	background-color: #868686;
}
@media only screen and (max-width:767px) {
	.breadcrumb {
		margin: 12px 10px 70px;
	}
	.breadcrumb * {
		font-size: 9px;
	}
	.breadcrumb li + li {
		padding-left: 18px;
	}
}


/*************************************************

 commonTitle01

*************************************************/
.commonTitle01 {
	font-size: 64px;
	line-height: 1;
	color: #05569B;
	letter-spacing: 0.05em;
}
.commonTitle01.white {
	color: #fff;
}
.commonTitle01 span {
	line-height: 1;
}
.commonTitle01 small {
	display: inline-block;
	margin-left: 1.5em;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
}
/*.commonTitle01.typeImg {
	line-height: 0;
}*/
.commonTitle01.typeImg span,
.commonTitle01.typeImg small {
	vertical-align: bottom;
}
.commonTitle01.typeImg span {
	line-height: 0;
}
@media only screen and (max-width:767px) {
	.commonTitle01 {
		font-size: 40px;
	}
	.commonTitle01 small {
		font-size: 10px;
	}
}


/*************************************************

 commonBtn01

*************************************************/
.commonBtn01 {
	overflow: hidden;
	position: relative;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	background-color: #05569B;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: 0.3s;
}
.commonBtn01:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1);
	-o-transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.05, 1);
}
.commonBtn01 > span {
	position: relative;
	display: table;
	width: 100%;
	height: 70px;
	z-index: 2;
}
.commonBtn01 > span > span {
	display: table-cell;
	vertical-align: middle;
}
.commonBtn01.type01 > span > span > span:before,
.commonBtn01 > span:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	border-left: #fff solid 7px;
	border-top: transparent solid 5px;
	border-bottom: transparent solid 5px;
	transform: translateY(-50%);
	transition: 0.3s;
}
.commonBtn01.type01 > span > span > span {
	position: relative;
	padding-right: 15px;
	display: inline-block;
}
.commonBtn01.type01 > span > span > span:before {
	right: 0;
}
.commonBtn01.type01 > span:before {
	display: none;
}

.commonBtn01.white {
	color: #05569B;
	background-color: #fff;
}
.commonBtn01.white > span:before {
	border-left-color: #05569B;
}
.commonBtn01.white:before {
	background-color: #1e2d8a;
}


.noT .commonBtn01:hover:before {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.noT .commonBtn01:hover {
	color: #05569B;
}
.noT .commonBtn01:hover > span:before {
	border-left-color: #05569B;
}
.noT .commonBtn01.white:hover {
	color: #fff;
}
.noT .commonBtn01.white:hover > span:before {
	border-left-color: #fff;
}


@media only screen and (max-width:767px) {
	.commonBtn01 {
		font-size: 13px;
	}
}

/*************************************************

 commonBtn02

*************************************************/
.commonBtn02 {
	position: relative;
	display: block;
	color: #05569B;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
.commonBtn02 > span {
	position: relative;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 50px;
	border: #05569B solid 2px;
}
.commonBtn02 > span > span {
	display: table-cell;
	vertical-align: middle;
}
.commonBtn02 > span:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	border-left: #05569B solid 7px;
	border-top: transparent solid 5px;
	border-bottom: transparent solid 5px;
	transform: translateY(-50%);
	transition: 0.3s;
}
.noT .commonBtn02:hover {
	color: #fff;
	background-color: #05569B;
}
.noT .commonBtn02:hover > span:before {
	border-left-color: #fff;
}
@media only screen and (max-width:767px) {
	.commonBtn02 {
		font-size: 13px;
	}
	.commonBtn02 > span {
		height: 45px;
	}
}





/*************************************************

 js-animetions

*************************************************/

/* js-txtanime
-------------------------*/
.js-txtanime > * {
	display: inline-block;
	/*min-width: 0.5em;*/
	opacity: 0;
	-webkit-transform: translate3d(-50%,0,0);
	-ms-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}
.visible .js-txtanime.is-shown span {
	animation-name: letter;
	animation-duration: .5s;
	animation-timing-function: cubic-bezier(0,0.21,0,0.99);
	animation-delay: 0s;
	animation-fill-mode: both;
}

.js-txtanime .img,
.js-txtanime small {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translate3d(-10%,0,0);
	-ms-transform: translate3d(-10%,0,0);
	transform: translate3d(-10%,0,0);
}
.visible .js-txtanime.is-shown .img,
.visible .js-txtanime.is-shown small {
	animation-name: letter_small;
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(0,0.21,0,0.99);
	animation-fill-mode: both;
}

.visible .js-txtanime.is-shown > *:nth-child(1) { animation-delay: 0.05s; }
.visible .js-txtanime.is-shown > *:nth-child(2) { animation-delay: 0.1s; }
.visible .js-txtanime.is-shown > *:nth-child(3) { animation-delay: 0.15s; }
.visible .js-txtanime.is-shown > *:nth-child(4) { animation-delay: 0.2s; }
.visible .js-txtanime.is-shown > *:nth-child(5) { animation-delay: 0.25s; }
.visible .js-txtanime.is-shown > *:nth-child(6) { animation-delay: 0.3s; }
.visible .js-txtanime.is-shown > *:nth-child(7) { animation-delay: 0.35s; }
.visible .js-txtanime.is-shown > *:nth-child(8) { animation-delay: 0.4s; }
.visible .js-txtanime.is-shown > *:nth-child(9) { animation-delay: 0.45s; }
.visible .js-txtanime.is-shown > *:nth-child(10) { animation-delay: 0.5s; }
.visible .js-txtanime.is-shown > *:nth-child(11) { animation-delay: 0.55s; }
.visible .js-txtanime.is-shown > *:nth-child(12) { animation-delay: 0.6s; }
.visible .js-txtanime.is-shown > *:nth-child(13) { animation-delay: 0.65s; }
.visible .js-txtanime.is-shown > *:nth-child(14) { animation-delay: 0.7s; }
.visible .js-txtanime.is-shown > *:nth-child(15) { animation-delay: 0.75s; }
.visible .js-txtanime.is-shown > *:nth-child(16) { animation-delay: 0.8s; }
.visible .js-txtanime.is-shown > *:nth-child(17) { animation-delay: 0.85s; }
.visible .js-txtanime.is-shown > *:nth-child(18) { animation-delay: 0.9s; }
.visible .js-txtanime.is-shown > *:nth-child(19) { animation-delay: 0.95s; }
.visible .js-txtanime.is-shown > *:nth-child(20) { animation-delay: 1s; }
.visible .js-txtanime.is-shown > *:nth-child(21) { animation-delay: 1.05s; }
.visible .js-txtanime.is-shown > *:nth-child(22) { animation-delay: 1.1s; }
.visible .js-txtanime.is-shown > *:nth-child(23) { animation-delay: 1.15s; }
.visible .js-txtanime.is-shown > *:nth-child(24) { animation-delay: 1.2s; }
.visible .js-txtanime.is-shown > *:nth-child(25) { animation-delay: 1.25s; }
.visible .js-txtanime.is-shown > *:nth-child(26) { animation-delay: 1.3s; }
.visible .js-txtanime.is-shown > *:nth-child(27) { animation-delay: 1.35s; }
.visible .js-txtanime.is-shown > *:nth-child(28) { animation-delay: 1.4s; }
.visible .js-txtanime.is-shown > *:nth-child(29) { animation-delay: 1.45s; }
.visible .js-txtanime.is-shown > *:nth-child(30) { animation-delay: 1.5s; }
.visible .js-txtanime.is-shown > *:nth-child(31) { animation-delay: 1.55s; }
.visible .js-txtanime.is-shown > *:nth-child(32) { animation-delay: 1.6s; }
.visible .js-txtanime.is-shown > *:nth-child(33) { animation-delay: 1.65s; }
.visible .js-txtanime.is-shown > *:nth-child(34) { animation-delay: 1.7s; }
.visible .js-txtanime.is-shown > *:nth-child(35) { animation-delay: 1.75s; }
.visible .js-txtanime.is-shown > *:nth-child(36) { animation-delay: 1.8s; }
.visible .js-txtanime.is-shown > *:nth-child(37) { animation-delay: 1.85s; }
.visible .js-txtanime.is-shown > *:nth-child(38) { animation-delay: 1.9s; }
.visible .js-txtanime.is-shown > *:nth-child(39) { animation-delay: 1.95s; }
.visible .js-txtanime.is-shown > *:nth-child(40) { animation-delay: 2s; }
.visible .js-txtanime.is-shown > *:nth-child(41) { animation-delay: 2.05s; }
.visible .js-txtanime.is-shown > *:nth-child(42) { animation-delay: 2.1s; }
.visible .js-txtanime.is-shown > *:nth-child(43) { animation-delay: 2.15s; }
.visible .js-txtanime.is-shown > *:nth-child(44) { animation-delay: 2.2s; }
.visible .js-txtanime.is-shown > *:nth-child(45) { animation-delay: 2.25s; }
.visible .js-txtanime.is-shown > *:nth-child(46) { animation-delay: 2.3s; }
.visible .js-txtanime.is-shown > *:nth-child(47) { animation-delay: 2.35s; }
.visible .js-txtanime.is-shown > *:nth-child(48) { animation-delay: 2.4s; }
.visible .js-txtanime.is-shown > *:nth-child(49) { animation-delay: 2.45s; }
.visible .js-txtanime.is-shown > *:nth-child(50) { animation-delay: 2.5s; }

/* late01 */
.visible .js-txtanime.late01.is-shown > *:nth-child(1) { animation-delay: 0.4s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(2) { animation-delay: 0.45s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(3) { animation-delay: 0.5s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(4) { animation-delay: 0.55s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(5) { animation-delay: 0.6s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(6) { animation-delay: 0.65s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(7) { animation-delay: 0.7s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(8) { animation-delay: 0.75s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(9) { animation-delay: 0.8s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(10) { animation-delay: 0.85s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(11) { animation-delay: 0.9s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(12) { animation-delay: 0.95s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(13) { animation-delay: 1s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(14) { animation-delay: 1.05s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(15) { animation-delay: 1.1s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(16) { animation-delay: 1.15s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(17) { animation-delay: 1.2s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(18) { animation-delay: 1.25s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(19) { animation-delay: 1.3s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(20) { animation-delay: 1.35s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(21) { animation-delay: 1.4s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(22) { animation-delay: 1.45s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(23) { animation-delay: 1.5s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(24) { animation-delay: 1.55s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(25) { animation-delay: 1.6s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(26) { animation-delay: 1.65s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(27) { animation-delay: 1.7s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(28) { animation-delay: 1.75s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(29) { animation-delay: 1.8s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(30) { animation-delay: 1.85s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(31) { animation-delay: 1.9s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(32) { animation-delay: 1.95s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(33) { animation-delay: 2s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(34) { animation-delay: 2.05s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(35) { animation-delay: 2.1s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(36) { animation-delay: 2.15s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(37) { animation-delay: 2.2s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(38) { animation-delay: 2.25s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(39) { animation-delay: 2.3s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(40) { animation-delay: 2.35s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(41) { animation-delay: 2.4s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(42) { animation-delay: 2.45s; }
.visible .js-txtanime.late01.is-shown > *:nth-child(43) { animation-delay: 2.5s; }

/* late02 */
.visible .js-txtanime.late02.is-shown > *:nth-child(1) { animation-delay: 0.8s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(2) { animation-delay: 0.85s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(3) { animation-delay: 0.9s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(4) { animation-delay: 0.95s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(5) { animation-delay: 1s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(6) { animation-delay: 1.05s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(7) { animation-delay: 1.1s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(8) { animation-delay: 1.15s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(9) { animation-delay: 1.2s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(10) { animation-delay: 1.25s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(11) { animation-delay: 1.3s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(12) { animation-delay: 1.35s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(13) { animation-delay: 1.4s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(14) { animation-delay: 1.45s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(15) { animation-delay: 1.5s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(16) { animation-delay: 1.55s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(17) { animation-delay: 1.6s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(18) { animation-delay: 1.65s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(19) { animation-delay: 1.7s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(20) { animation-delay: 1.75s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(21) { animation-delay: 1.8s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(22) { animation-delay: 1.85s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(23) { animation-delay: 1.9s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(24) { animation-delay: 1.95s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(25) { animation-delay: 2s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(26) { animation-delay: 2.05s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(27) { animation-delay: 2.1s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(28) { animation-delay: 2.15s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(29) { animation-delay: 2.2s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(30) { animation-delay: 2.25s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(31) { animation-delay: 2.3s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(32) { animation-delay: 2.35s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(33) { animation-delay: 2.4s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(34) { animation-delay: 2.45s; }
.visible .js-txtanime.late02.is-shown > *:nth-child(35) { animation-delay: 2.5s; }








@keyframes letter {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%,0,0);
		-ms-transform: translate3d(-50%,0,0);
		transform: translate3d(-50%,0,0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

@keyframes letter_small {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-20%,0,0);
		-ms-transform: translate3d(-20%,0,0);
		transform: translate3d(-20%,0,0);
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}


/* js-txtanime
-------------------------*/
.js-effectFU,
.js-effectFL,
.js-effectFR,
.js-effectFD,
.js-effectIn {
	opacity: 0;
	transition-duration: 0.7s;
}

.js-effectFU {transform: translateY(30px);}
.js-effectFL {transform: translateX(30px);}
.js-effectFR {transform: translateX(-30px);}
.js-effectFD {transform: translateY(-30px);}

.visible .js-effectFU.is-shown,
.visible .js-effectFL.is-shown,
.visible .js-effectFR.is-shown,
.visible .js-effectFD.is-shown,
.visible .js-effectIn.is-shown {
	opacity: 1;
	transform: translate(0,0);
}


/* js-animeImage
-------------------------*/
.js-animeImage {
	opacity: 0;
	transition-duration: 0.7s;
	transform: translateY(30px);
}
.js-animeImage figure,
.js-animeImage .inEffectEL {
	position: relative;
}
.js-animeImage figure:before,
.js-animeImage .inEffectEL:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #05569B;
	transition-duration: 0.4s;
	transition-delay: 0.4s;
	transition-timing-function: cubic-bezier(0,0.21,0,0.99);
	z-index: 3;
}
.visible .js-animeImage.is-shown {
	opacity: 1;
	transform: translate(0,0);
}
.visible .js-animeImage.is-shown figure:before,
.visible .js-animeImage.is-shown .inEffectEL:before {
	height: 0;
}
@media only screen and (max-width:767px) {
	.js-animeImage figure img {
		width: 100%;
	}
}



/* pc / sp */
.onlyPC {

}
.onlySP {
    display: none !important;
}
@media only screen and (max-width:767px) {
    .onlyPC {
        display: none;
    }
    .onlySP {
        display: block !important;
    }
}







/*************************************************

 link-new-office

*************************************************/
.link-new-office {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
	max-width: 855px;
	margin: 0 auto 110px;
	padding: 38px 35px;
	color: #fff;
	background-color: #05569B;
	background-image: url(../images/common/bg_link-new-office.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;

    &.for-sus {
        margin: -40px auto 120px;
    }

    &.for-tour {
        margin: -60px auto 160px;
    }
}
.link-new-office .elem {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 640px;
}
.link-new-office .ttl-link-new-office {
	margin: 0 0 26px;
}
.link-new-office .ttl-link-new-office .en {
	display: block;
	margin-bottom: 0.55em;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
.link-new-office .ttl-link-new-office .ja {
	display: block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .075em;
	line-height: 1.4;
}
.link-new-office .elem p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.04em;
}
.link-new-office > a {
	box-sizing: border-box;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	width: 180px;
	padding: 10px 20px 10px 16px;
	color: #05569B;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: #05569B solid 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.link-new-office > a:after {
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	content: '';
	border-top: transparent solid 5px;
	border-bottom: transparent solid 5px;
	border-left: #05569B solid 7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.noT .link-new-office > a:hover {
	color: #fff;
	background-color: #05569B;
}
.noT .link-new-office > a:hover:after {
	border-left-color: #fff;
}

@media only screen and (max-width:1100px) {
	.link-new-office {
		margin-right: 20px;
		margin-left: 20px;
		padding: 40px 40px;
	}
	.link-new-office .ttl-link-new-office .ja {
		font-size: 24px;
	}
}

@media only screen and (max-width:767px) {
	.link-new-office {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 28px;
		margin: 0 12px 50px;
		padding: 50px 20px 26px;
        background-image: url(../images/common/bg_link-new-office-sp.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;

        &.for-sus {
            margin: -40px 12px 60px;
        }

        &.for-tour {
            margin: -20px 20px 80px;
        }
	}
	.link-new-office .elem {
		max-width: none;
	}
	.link-new-office .ttl-link-new-office {
		margin-bottom: 0.9em;
	}
	.link-new-office .ttl-link-new-office .en {
		font-size: 10px;
	}
	.link-new-office .ttl-link-new-office .ja {
		font-size: 30px;
	}
	.link-new-office .elem p {
		font-size: 12px;
		line-height: 1.8;
	}
	.link-new-office .elem p br {
		display: none;
	}
	.link-new-office > a {
        width: 100%;
        max-width: 160px;
        padding: 8px 18px 8px 9px;
        font-size: 14px;
        margin-left: auto;
	}
}
