@charset 'utf-8';


/*
#alignscreen {
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

#mainvisual {
	width: 100%;
	max-width: 1600px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130%;
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#slider .viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#flickity-viewport {
	height: calc(100% - 80px) !important;
}

#slider .flickity-slider {
	height: 100%;
}

#slider .slideitem {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider .slideitem .keyvisual {
	width: 100%;
	padding-top: 70%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#slideitem1 .keyvisual {
	background-image: url(../image/portal/fade/foto1.jpg);
}

#slideitem2 .keyvisual {
	background-image: url(../image/portal/fade/tmp-back-mainvisual-v2.jpg);
}

#slideitem3 .keyvisual {
	background-image: url(../image/portal/fade/foto2.jpg);
}

#slideitem4 .keyvisual {
	background-image: url(../image/portal/fade/foto4.jpg);
}

#slideitem5 .keyvisual {
	background-image: url(../image/portal/fade/foto5.jpg);
}


#slider .slideitem .promotion {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 40%;
	padding-bottom: 30px;
	text-align: left;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
}

#slider .slideitem .pr_media {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#slider .slideitem .tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#slider .slideitem .tagline .cover {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	transition: 1s;
	opacity: 0;
	position: relative;
	transform: translateY(100%);
}

#slider .slideitem.is-selected .tagline .cover {
	opacity: 1;
	transform: translateY(0);
}

#slider .slideitem .tagline h1 {
	font-size: 4.5vw;
	font-weight: 700;
	line-height: 1.4;
}

#slider .slideitem .tagline h1:not(:last-child) {
	margin-bottom: .5em;
}

#slider .slideitem .tagline h1 span {
	display: inline-block;
}

#slider .slideitem .tagline p {
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.5;
}

#slider .slideitem .tagline p span {
	display: block;
}

#slider .slideitem .tagline .btnarea {
	margin-top: 1em;
	text-align: left;
}

#slider .slideitem .tagline .btnarea a {
	background: #133e82;
	color: #fff;
}

@media only screen and (min-width: 481px) {

	#mainvisual {
		padding-top: 110%;
	}

	#slider .slideitem .tagline {
		width: 75%;
		margin: 0 auto;
	}

	#slider .slideitem .tagline .cover {
		width: 100%;
	}

	#slider .slideitem .tagline h1 {
		font-size: 24px;
	}

	#slider .slideitem .tagline p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 641px) {

	#mainvisual {
		padding-top: 90%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 50%;
	}
}

@media only screen and (min-width: 769px) {

	#mainvisual {
		padding-top: 70%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .tagline .cover {
		padding: 7%;
	}

	#slider .slideitem .tagline h1 span,
	#slider .slideitem .tagline p span {
		display: inline-block;
	}
}

@media only screen and (min-width: 1001px) {

	#mainvisual {
		margin-top: 140px;
		margin-bottom: 20px;
		padding-top: 70%;
	}

	#mainvisual > .inner {
		padding: 0;
	}

	#slider .slideitem .keyvisual {
		padding-top: 70%;
	}

	#slider .slideitem .promotion {
		width: 40%;
		top: 50%;
		left: 5%;
		bottom: auto;
		transform: translateY(-50%);
	}

	#slider .slideitem .tagline {
		width: 100%;
		margin: 0;
	}

	#slider .slideitem .tagline .cover {
		background-color: rgba(255,255,255,.9);
	}
}

@media only screen and (min-width: 1201px) {

	#mainvisual {
		padding-top: 680px;
	}

	#slider .slideitem .keyvisual {
		padding-top: 680px;
	}
}


#slider .flickity-prev-next-button {
	width: 64px;
	height: 64px;
	border: none;
	background: transparent;
	opacity: .5;
	color: #133e82;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	transition: .2s;
}

#slider .flickity-prev-next-button:hover {
	opacity: 1;
}

#slider .flickity-prev-next-button.previous {
	left: 0;
}

#slider .flickity-prev-next-button.next {
	left: auto;
	right: 0;
}

#slider .flickity-prev-next-button svg {
	fill: currentColor;
}
*/


#mainvisual {
	width: 100%;
	height: 100%;
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	vertical-align: top;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

#movement_mv {
	width: 100%;
	height: 100%;
/* 
	background-image: url(../image/portal/tmp-back-mainvisual-v2.jpg);
	background-repeat: no-repeat;
	background-position: 20% center;
	background-size: auto 140%;
 */
	position: absolute;
	top: 0;
	left: 0;
}
/*
#movement_mv:after {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, rgba(0,0,0,.2)), color-stop(0.00, #000));
	background: -webkit-linear-gradient(#000, rgba(0,0,0,.2));
	background: -moz-linear-gradient(#000, rgba(0,0,0,.2));
	background: -o-linear-gradient(#000, rgba(0,0,0,.2));
	background: -ms-linear-gradient(#000, rgba(0,0,0,.2));
	background: linear-gradient(#000, rgba(0,0,0,.2));
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
*/
#movement_mv:after {
	content: '';
	background: #000;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#mainvisual .cover {
}

#tagline {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}

#tagline img {
	width: 100%;
	height: auto;
}

#cover_mv {
	/*padding: 0 30px;*/
	color: #fff;
}

#cover_mv h2 {
	padding-bottom: .7em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-shadow: 1px 1px 0 #000;
}

#cover_mv h2 span {
	display: inline-block;
}

#logo_mv {
	width: 100%;
	position: relative;
}

#logo_mv > div {
	width: 100%;
	margin-bottom: .5em;
	/*padding-top: 21%;*/
	font-size: 1rem;
	position: relative;
}

#logo_mv span {
	display: inline-block;
	vertical-align: top;
}

#logo_mv .logo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#logo_mv .logo span {
	width: 100%;
	height: 100%;
}

#logo_mv svg {
	fill: currentColor;
}

#logo_mv p {
	padding-top: .5em;
	font-size: 14px;
	line-height: 1;
	text-shadow: 1px 1px 0 #000;
}

#logo_mv span.name,
#logo_mv span.slogan {
	display: block;
}

/* 
#logo_mv span.name {
	margin-bottom: .1em;
	font-size: 22vw;
	font-family: 'gobold-bold-regular', sans-serif;
	letter-spacing: .15em;
	text-indent: .15em;
	line-height: 1.2;
	text-shadow: .04em .04em 0 #000;
}

#logo_mv span.slogan {
	font-size: 12.5vw;
	font-family: 'gobold-bold-italic', sans-serif;
	letter-spacing: .05em;
	text-indent: .05em;
	line-height: 1.2;
	text-shadow: .05em .05em 0 #000;
}
 */

#logo_mv span.name {
	margin-bottom: 0;
	color: #faee00;
	font-size: 20vw;
	font-family: 'compacta-bold-italic', sans-serif;
	letter-spacing: .15em;
	text-indent: .15em;
	line-height: 1.2;
}

#logo_mv span.slogan {
	color: #faee00;
	font-size: 7vw;
	font-family: 'zurich-extra-condensed-bt', sans-serif;
	line-height: 1.2;
}


#tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#tagline .cover {
	padding: 20px;
	/*
	background-color: rgba(51,102,255,.3);
	*/
	color: #fff;
}

#tagline h1 {
/* 
	margin-top: 1em;
 */
	margin-bottom: .5em;
	font-size: 9vw;
	font-weight: 700;
	line-height: 1.4;
}

#tagline h1 span {
	display: block;
/* 	letter-spacing: .2em; */
}

#tagline h1 br {
	display: none;
}

#tagline p {
/* 	color: #808080; */
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.5;
}

/* 
#tagline p:not(:last-child) {
	margin-bottom: 1.5em;
}
 */

#tagline p span {
	display: block;
}

@media only screen and (min-width: 481px) {

	#keyvisual {
		/*
		padding-top: calc(90% + 60px);
		*/
		padding-top: 130%;
	}

	#promotion .line span {
		transform: scale(1.4) translate(-25%, -20%);
	}

	#pr_media {
		padding-top: 90%;
	}

	#tagline h1 {
		font-size: 40px;
	}

	#tagline p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 641px) {

	#keyvisual {
		/*
		padding-top: calc(75% + 60px);
		*/
		padding-top: 105%;
	}

	#pr_media {
		padding-top: 75%;
	}

	#tagline h1 span {
/* 
		letter-spacing: .5em;
		text-indent: .5em;
 */
	}
/*
	#tagline p span {
		display: block;
	}
*/
}

@media only screen and (min-width: 769px) {

	#tagline h1 span,
	#tagline p span {
		display: inline-block;
	}

	#tagline h1 br {
		display: inline;
	}
}

@media only screen and (min-width: 1001px) {

	#tagline h1 {
		font-size: 62px;
	}

	#tagline p {
		font-size: 20px;
	}
}


.stepbtn a:hover > span, .stepbtn a {
	color: #fff;
}

.stepbtn a:hover > span, .stepbtn a > span {
	background: rgba(0,0,0,.8);
}

@media only screen and (min-width: 541px) and (max-width: 768px) {
}

@media only screen and (min-width: 769px) {

	#cover_mv h2 {
		padding: 0;
		font-size: 20px;
	}

	#logo_mv span.name {
		margin: 0;
	}
/* 

	#logo_mv span.slogan {
		font-size: 7.5vw;
	}
 */
}

@media only screen and (min-width: 801px) {

	#logo_mv span.name {
		font-size: 160px;
	}

	#logo_mv span.slogan {
		font-size: 56px;
	}
}

@media only screen and (min-width: 1001px) {

	#movement_mv {
		background-position: center top;
		background-size: cover;
	}

	body:not(.fixed) #navi_global #navitab > li > a {
		color: #fff;
	}

	body:not(.fixed) #navi_global li a span.elabel {
		color: #ccc;
	}

	body:not(.fixed) #navi_global li i svg {
		fill: #fff;
	}

	body:not(.fixed) #navi_global .header_call,
	body:not(.fixed) #navi_global .header_call a {
		color: #fff;
	}
}

@media only screen and (min-width: 1201px) {

	body.pc #mainvisual {
		min-height: 800px;
	}
/*
	#logo_mv span.name {
		font-size: 215px;
	}

	#logo_mv span.slogan {
		font-size: 72px;
	}
*/
}

@media only screen and (min-width: 1921px) {

	body.pc #mainvisual {
		min-height: 1000px;
	}
}


body:not(.fixed) #upper {
	border-bottom-color: transparent;
	background: transparent;
}

#upper .headerdesc {
	color: #fff;
}

body:not(.fixed) #navi_header_thin {
	border-bottom-color: transparent;
}

body:not(.fixed) #navi_header_thin .btn_header a {
	color: #fff;
}

body:not(.fixed) #navimenu {
	color: #fff;
}

body.detach:not(.fixed) #navitab {
	border-top-color: transparent;
	border-bottom-color: transparent;
	background: transparent;
}

body:not(.fixed) #upper .logo_text {
	color: #fff;
}

#stepbtn_mv .icon {
	border-radius: 0;
}

@media only screen and (min-width: 1001px) {

	body:not(.fixed) #upper #call_head .callinfo {
		color: #fff;
	}
}


#moviearea {
	background-image: url(../../../image/portal/keyvisual-v0.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	z-index: -1;
}

#movie {
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}



#about-us {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #fff;
	background-image: url(../image/portal/back_about-us.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

body.pc #about-us {
	background-attachment: fixed;
}

body.safearea #about-us {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#about-us:before {
	content: '';
	background: #fff;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#about-us > .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 80px 30px;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

#about-us .sentence h1 {
	margin-bottom: 1.5em;
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1.4;
}

#about-us .sentence h1 span {
	display: inline-block;
}

#about-us .sentence p {
	margin-bottom: 1.5em;
	font-size: 1.6em;
	line-height: 1.8;
}

@media only screen and (min-width: 769px) {

	#about-us > .inner {
		padding-top: 100px;
	}

	#about-us .brick {
		width: 50%;
		margin-left: 50%;
	}

	#about-us .brick .sentence {
		padding: 0 7%;
	}
}


#serviceinfo {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	background: #f7f8fa;
	position: relative;
}

#serviceinfo > .inner {
	width: 100%;
	padding: 30px 20px;
	position: relative;
}

#servicelist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1rem;
	text-align: center;
}

#servicelist .item {
	width: 100%;
	padding: 2%;
	font-size: .65em;
	line-height: 1.6;
}

#servicelist .item a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-decoration: none;
	vertical-align: top;
}

#servicelist .item a:hover,
#servicelist .item a.hover {
	background: #b9daf0;
}

#servicelist .item .enclosed {
	padding: 5%;
}

#servicelist figure {
	width: 100%;
	overflow: hidden;
}

#servicelist figure img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}

#servicelist a:hover figure img,
#servicelist a.hover figure img {
	transform: scale(1.3, 1.3);
}

#servicelist h2 {
	margin-bottom: 1em;
	color: #000;
	font-size: 2em;
	font-weight: 700;
}

#servicelist p {
	color: #666;
	font-size: 1.4em;
	text-align: left;
}

@media only screen and (min-width: 541px) {

	#servicelist .item {
		width: 33.333%;
	}
}

@media only screen and (min-width: 641px) {

	#servicelist .item {
	}
}

@media only screen and (min-width: 1001px) {

	#servicelist .item {
/* 
		padding: 1%;
		width: 25%;
 */
	}
}




#vehicles {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
}

#vehicles:before {
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	background-image: url(../image/portal/back-vehicles-tmp-3.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#vehicles > .inner > .brick {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px;
	position: relative;
}

#vehicles > .inner > .brick:before {
	content: '';
	background: #fff;
	opacity: .85;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body.safearea #vehicles > .inner > .brick {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

#vehicles > .inner > .brick header {
	margin-bottom: 50px;
	position: relative;
}

#vehicles .sentence {
	position: relative;
}

#vehicles .sentence h1 {
	margin-bottom: 1.5em;
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1.4;
}

#vehicles .sentence h1 span {
	display: inline-block;
}

#vehicles .sentence p {
	margin-bottom: 1.5em;
	font-size: 1.6em;
	line-height: 1.8;
}

@media only screen and (min-width: 1001px) {

	#vehicles:before {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	#vehicles > .inner > .brick {
		width: 50%;
		min-height: 400px;
		margin-right: 50%;
		padding: 50px;
	}

	#vehicles > .inner > .brick,
	body.safearea #vehicles > .inner > .brick {
		padding-left: 50px;
		padding-right: 50px;
	}
}




#bureau {
	background: #fff;
	position: relative;
	z-index: 10;
}

#information .articlelistblock {
	max-width: none;
}

@media only screen and (min-width: 541px) {

	.articlelist.card .item article {
		box-shadow: none;
	}

	.articlelist.card .item .enclosed {
		padding: 3% !important;
	}
}

@media only screen and (min-width: 769px) {

	#information > .inner {
		padding: 50px 0;
	}

	.articlelist .item {
		width: 33.333%;
	}

	.articlelist .item .enclosed {
		font-size: 1.4em;
	}
}

