@charset 'utf-8';


body.fixed #upper {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

body.fixed #navi_header_thin {
	border-bottom-color: #fff;
}

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

	#upper,
	body.fixed #upper {
	}

	body.nosticky #upper {
		box-shadow: none;
	}
}


body > section:not(#mainvisual) {
	z-index: 10;
	position: relative;
}

#mainvisual {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
	position: relative;
}

#mainvisual:before {
	content: '';
	opacity: 1;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#mainvisual > .inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#keyvisual {
	width: 100%;
	padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 60px;
}

#keyvisual.sync {
	position: absolute;
	top: 0;
}

#keyvisual > span {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
}

#keyvisual {
	background-image: url(../image/portal/keyvisual.jpg);
	background-size: cover;
}

#promotion {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#pr_media {
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

#tagline {
	display: flex;
	align-items: start;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#tagline .cover {
	display: inline-block;
	margin-top: 5vw;
	padding: 5vw;
	background: rgba(227,172,56,.7);
}

#tagline .cover span {
	display: block;
	color: #fff;
	font-size: 6vw;
	font-weight: 900;
	line-height: 1.2em;
}

#tagline .cover br {
	display: none;
}

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

	#tagline {
		align-items: flex-end;
		padding-bottom: 5%;
	}

	#tagline .cover {
		display: block;
		width: 100%;
		padding: 2vw;
	}

	#tagline .cover br {
		display: inline;
	}

	#tagline .cover span {
		display: inline-block;
		font-size: 4vw;
	}

	#tagline .cover span:first-child {
		display: block;
	}
}

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

	#keyvisual {
		padding-top: 60%;
	}

	#pr_media {
		padding-top: 60%;
	}
}

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

	#keyvisual {
		padding-top: 40%;
	}

	#pr_media {
		padding-top: 40%;
	}

	#tagline .cover {
		padding: 1.5vw;
	}

	#tagline .cover span {
		font-size: 3vw;
	}

	#tagline .cover span:first-child {
		display: inline-block;
	}
}

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

	#mainvisual {
		padding-top: 180px;
	}

	#keyvisual {
		padding-top: calc(50% + 60px);
		top: 60px;
	}

	#tagline .cover {
		padding: 15px;
	}

	#tagline .cover span {
		font-size: 30px;
	}
}

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

	#keyvisual {
		padding-top: 640px;
	}
}

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

	#pr_media {
		padding-top: 520px;
	}

	#tagline {
		padding-bottom: 65px;
	}
}



#trouble {
	border-bottom: 1px solid #fcdbbf;
	background: #fcefe4;
	position: relative;
}

#trouble > .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 50px;
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
	position: relative;
	z-index: 10;
}

#trouble .troublelist {
	margin-bottom: 1em;
	font-size: 1rem;
	line-height: 1.5;
}

#trouble .troublelist ul {
	list-style: none;
}

#trouble .troublelist li {
	padding: .4em;
	padding-left: 2em;
	border-bottom: 2px solid #f79646;
	color: #e17821;
	font-size: 1em;
	font-weight: 700;
	position: relative;
}

#trouble .troublelist li:before {
	content: '';
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #fcc08e;
	position: absolute;
	top: .7em;
	left: .5em;
}

#trouble .troublelist li span {
	display: inline-block;
}

#trouble .troublelist li:not(:last-child) {
	margin-bottom: .3em;
}

#trouble .troublelist li span small {
	display: inline-block;
	font-size: .75em;
	font-weight: 400;
}

#trouble h2 {
	margin-bottom: .5em;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.4;
}

#trouble .sentence {
	font-size: 1.4em;
	line-height: 1.8;
}

#trouble .sentence:not(:last-child) {
	margin-bottom: 2em;
}

#trouble .sentence p.emphasis {
	font-size: 1.1em;
}

#trouble .btnarea {
	margin-top: auto;
	margin-bottom: 0;
}

#trouble .columns {
	display: flex;
	flex-direction: column;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 20px;
}

#trouble .column:not(:last-child) {
	margin-bottom: 30px;
}

#trouble .columns .sentence.footer {
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}



#customervoice {
	border-bottom: 1px solid #fcdbbf;
	background: #fff;
	position: relative;
}

#customervoice > .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 50px;
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
	position: relative;
	z-index: 10;
}


#voiceitems {
	margin-bottom: 50px;
}

#voiceitems .item {
	width: 100%;
}

#voiceitems .item img {
	width: 100%;
	height: auto;
}

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

	#voiceitems .item {
		width: 25%;
	}
}


#bureau {
	background: #fff;
}

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

	#information {
		order: 1;
		width: 100%;
	}

	#snstimeline {
		order: 2;
		width: 100%;
	}

	#snstimeline > .inner {
		padding: 20px;
	}

	#snswidget .widget {
		width: calc(100% / 2);
	}
}



#worksblock {
	width: 100%;
	padding: 30px 0;
	background: #f8f9fb;
	overflow: hidden;
	position: relative;
}

#worksblock .blockheader {
	margin-bottom: 0;
}

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

	#worksblock {
		padding: 50px 0;
	}
}
