[data-easing='quadInOut'] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-easing='quadOut'] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-easing='cubicInOut'] {
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

[data-easing='cubicOut'] {
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

[data-easing='quartInOut'] {
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

[data-easing='quartOut'] {
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

[data-easing='quintInOut'] {
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

[data-easing='quintOut'] {
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

[data-easing='sineInOut'] {
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-easing='sineOut'] {
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-easing='expoInOut'] {
	transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

[data-easing='expoOut'] {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

[data-easing='circInOut'] {
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

[data-easing='circOut'] {
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1)
}

[data-easing='backOut'] {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

#pagetop {
	display: none !important
}

.debug {
	background: #2d9f00;
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 1.2rem;
	padding: 7px;
	display: block;
	z-index: 1000000
}

@media only screen and (max-width: 769px) {
	.debug {
	font-size: .9rem;
	padding: 5px
	}
}

.inlineDesktop {
	display: none !important
}

@media only screen and (min-width: 769px) {
	.inlineDesktop {
	display: inline !important
	}
}

.inlineMobile {
	display: inline !important
}

@media only screen and (min-width: 769px) {
	.inlineMobile {
	display: none !important
	}
}

.blockDesktop {
	display: none !important
}

@media only screen and (min-width: 769px) {
	.blockDesktop {
	display: block !important
	}
}

.blockMobile {
	display: block !important
}

@media only screen and (min-width: 769px) {
	.blockMobile {
	display: none !important
	}
}

.flexDesktop {
	display: none !important
}

@media only screen and (min-width: 769px) {
	.flexDesktop {
	display: flex !important
	}
}

.flexMobile {
	display: flex !important
}

@media only screen and (min-width: 769px) {
	.flexMobile {
	display: none !important
	}
}

.onlyIE {
	display: none
}

.ie .onlyIE {
	display: block
}

.is-lock {
	pointer-events: none !important
}

br.display-380 {
	display: none
}

@media screen and (max-width: 380px) {
	br.display-380 {
	display: block
	}
}

.is-noScroll {
	-webkit-overflow-scrolling: auto
}

.lock.is-show {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100000
}

.phpDebug {
	padding: 100px;
	font-size: 1.6rem;
	line-height: 2
}

@keyframes fadeIn {
	0% {
	opacity: 0
	}
	100% {
	opacity: 1
	}
}

.fullImage {
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

@media only screen and (max-width: 769px) {
	.fullImage {
	height: auto;
	padding-top: 50%
	}
}

.newIcon, .is-new .homeNews_body:before, .is-new .newsList_body:before {
	content: 'NEW';
	background-color: #ed9100;
	display: block;
	color: #fff;
	font-size: 10.4px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 0 3.5px
}

@media only screen and (max-width: 769px) {
	.newIcon, .is-new .homeNews_body:before, .is-new .newsList_body:before {
	font-size: 9.1px;
	height: 14px;
	line-height: 14px
	}
}

.buttonFill {
	font-family:'source-han-sans-japanese','Noto Sans JP',sans-serif;
	font-weight:500;
	font-style: normal;
	background-color: #7a7868;
	font-size: 12px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: 4px 30px 4px 30px;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	position:relative;
	border-radius:24px;
}
.homeNews_button.buttonFill:after {
	content: '';/*何も入れない*/
	display: inline-block;
  	background-image: url(https://design.sharp.co.jp/asset/img/ic_arrow_2_rev.svg);
  	background-repeat:no-repeat;
  	background-size: contain;
  	vertical-align: middle;
	width: 8px;
	height:8px;
	position:absolute;
	top:33%;
	right:5px;
}

@media only screen and (min-width: 769px) {
	.buttonFill:hover {
	text-decoration: none;
	color: #fff;
	opacity: .6
	}
}

.buttonRadius a {
	font-family:  source-han-sans-japanese,  sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #7a7868;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-o-border-radius: 24px;
	-ms-border-radius: 24px;
	-khtml-border-radius: 24px;
	border-radius: 24px;
	font-weight:500;
}
.buttonRadius a.radiusCounteract {
	border-radius:0 !important;
}
@media only screen and (max-width: 769px) {
	.buttonRadius a {
		font-size: 12px;
		height: 36px;
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		-o-border-radius: 18px;
		-ms-border-radius: 18px;
		-khtml-border-radius: 18px;
		border-radius: 18px
	}
}

.desktop .buttonRadius a {
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}

.desktop .buttonRadius a:hover {
	opacity: .6
}

.pageTop {
	pointer-events: none;
	display: flex;
	justify-content: flex-end;
	position: fixed;
	right: 0;
	bottom: -40px;
	z-index: 1000;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}

.is-scrolled .pageTop {
	bottom: 10px
}

@media only screen and (max-width: 769px) {
	.is-scrolled .pageTop {
	bottom: 0
	}
}

.pageTop.is-fix {
	position: fixed;
	bottom: 74px
}

@media only screen and (max-width: 769px) {
	.pageTop.is-fix {
	bottom: 0
	}
}

.pageTop a {
	width: 39px;
	height: 39px;
	background-color: #4c4c4c;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: auto
}

.pageTop a:before {
	content: '';
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(-45deg);
	display: block;
	margin-bottom: -10px
}

.footer {
	border-top: 1px solid #ccc;
	margin: 83px 0 0;
	padding: 25px 15px;
	display: flex;
	justify-content: space-between
}

@media only screen and (max-width: 769px) {
	.footer {
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0;
	border-top: none;
	margin: 68px 0 0
	}
}

.footer_content {
	display: flex
}

@media only screen and (max-width: 769px) {
	.footer_content {
	display: none
	}
}

.footer_logo {
	margin-right: 35px;
	display: block;
	width: 67px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-image: url("/asset/img/logo_sharp.png")
}

.footer_menu a {
	margin-right: 25px;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}

.footer_menu a:last-child {
	margin-right: 0
}

.footer_menu a:hover {
	text-decoration: none;
	opacity: .5
}

.footer_copyright {
	font-size: 10px
}

@media only screen and (max-width: 769px) {
	.footer_copyright {
	text-align: center;
	font-size: 8px
	}
}

.globalMenu {
	display: flex;
	align-items: center
}

.globalMenu_item {
	margin-right: 30px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}

@media screen and (max-width: 1100px) {
	.globalMenu_item {
	font-size: 13px;
	margin-right: 15px
	}
}

@media screen and (max-width: 900px) {
	.globalMenu_item {
	display: none
	}
}

.globalMenu_item:hover {
	text-decoration: none;
	/* 	opacity: .5 */
	color: #ed9100;
}

.globalMenuMobile {
	position: fixed;
	left: 0;
	top: 0;
	width: 280px;
	height: 100vh;
	z-index: 1001;
	pointer-events: none;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(-280px, 0, 0);
	-moz-transform: translate3d(-280px, 0, 0);
	-o-transform: translate3d(-280px, 0, 0);
	transform: translate3d(-280px, 0, 0);
	will-change: transform
}

.is-menuOpened .globalMenuMobile {
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform
}

.globalMenuMobile_content {
	width: 100%;
	height: 100%;
	padding: 70px 10%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}

.is-menuOpened .globalMenuMobile_content {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	-moz-transition: 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	-o-transition: 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	transition: 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s
}

.globalMenuMobile_main {
	margin-bottom: 30px
}

.globalMenuMobile_main>* span {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	-o-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
	will-change: transform;
	-webkit-transition: 0s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: 0s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: 0s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: 0s cubic-bezier(0.19, 1, 0.22, 1) 0s
}

.is-menuOpened .globalMenuMobile_main>* {
	visibility: visible
}

.is-menuOpened .globalMenuMobile_main>* span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(1) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .2s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .2s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .2s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .2s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(2) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .3s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .3s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .3s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .3s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(3) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .4s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .4s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .4s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .4s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(4) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .5s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .5s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .5s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .5s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(5) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .6s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .6s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .6s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .6s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(6) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .7s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .7s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .7s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .7s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(7) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .8s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .8s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .8s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .8s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(8) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .9s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .9s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .9s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .9s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(9) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(10) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.1s
}

.is-menuOpened .globalMenuMobile_main>*:nth-child(11) span {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s
}

.globalMenuMobile_item {
	margin-bottom: 15px;
	text-decoration: none;
	color: #fff;
	display: block
}

.globalMenuMobile_item span {
	font-size: 16px;
	align-items: center;
	display: flex
}

.globalMenuMobile_item span:before {
	margin-right: 10px;
	width: 4px;
	height: 4px;
	content: '';
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.globalMenuMobile_language {
	margin-top: 40px;
	color: #fff;
	text-decoration: none;
	display: block
}

.globalMenuMobile_language span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	width: 100px;
	border: 1px solid #fff;
	padding: 2px 0
}

.header {
	padding: 30px 25px;
	display: flex;
	justify-content: space-between;
	position: static;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 1000;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}

@media screen and (max-width: 900px) {
	.header {
	justify-content: center;
	padding: 15px 0 10px;
	height: auto
	}
}

.header.is-transparent {
	background-color: transparent
}

.header_logo {
	display: block;
	width: 137px;
	height: 47px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-image: url("/asset/img/logo_sharp.png")
}

@media screen and (max-width: 900px) {
	.header_logo {
	width: 87.5px;
	height: 30px
	}
}

.header_menu {
	display: flex;
	align-items: center
}

@media screen and (max-width: 900px) {
	.header_language {
	display: none
	}
}

.header_language a {
	font-size: 10px;
	border: 1px solid #ccc;
	display: block;
	padding: 8px 15px;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}

.header_language a:hover {
	text-decoration: none;
	background-color: #222;
	color: #fff
}

.headlineLv1 {
	font-size: 51px;
	margin-top: 40px;
	letter-spacing: .02em;
	color: #464646;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 300
}

@media only screen and (max-width: 769px) {
	.headlineLv1 {
	font-size: 25.5px;
	margin-top: 35px;
	padding: 0 4%
	}
}

.hero {
	margin: 41px 0 97px;
	padding-top: 36.3636363636%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

@media only screen and (max-width: 769px) {
	.hero {
		margin-top: 15px;
		margin-bottom:30px;
	}
}

.hero_copy {
	position: absolute;
	left: 7.2727272727%;
	top: 25%;
	font-size: 28px;
	line-height: 1.8571428571;
	font-family: source-han-serif-japanese,'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width: 769px) {
	.hero_copy {
	font-size: 14px
	}
}

.heroMovie {
	background-color: #fff;
	margin: 41px 0 60px;
	position: relative
}
.heroMovie video {
	width:1100px;
	height:auto;
}

@media only screen and (max-width: 769px) {
	.heroMovie video {
		width:100%;
	}
	.heroMovie {
		margin: 15px 0 30px;
		padding-bottom: 37%
	}
}

@media only screen and (max-width: 769px) {
	.heroMovie video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
	}
}

.homeHead {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1100px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 1180px) {
	.homeHead {
	width: calc(100% - 80px)
	}
}

@media only screen and (max-width: 769px) {
	.homeHead {
	width: 96.2041884817%;
	margin-left: auto;
	margin-right: auto
	}
}

@media only screen and (max-width: 769px) {
	.homeHead {
	display: block;
	width: 100%
	}
}

.homeHero {
	width: 64%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("/asset2019/img/home/hero.jpg")
}

@media only screen and (max-width: 769px) {
	.homeHero {
	width: 100%;
	padding-top: 61.5183246073%
	}
}

.homeHeroMovie {
	width: 64%;
	background-color: #fff;
	position: relative;
	padding-bottom: 39%;
	height: 100%
}

@media only screen and (max-width: 769px) {
	.homeHeroMovie {
	width: 100%;
	padding-bottom: 61%
	}
}

.homeHeroMovie video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.homeNews {
	width: 31.8181818182%;
	margin-top: 30px
}

@media only screen and (max-width: 769px) {
	.homeNews {
	margin-top: 20px;
	width: 96.2041884817%;
	margin-left: auto;
	margin-right: auto
	}
}

.homeNews_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px
}

.homeNews_title {
	font-size: 18px
}

.homeNews_item {
	text-decoration: none;
	display: block;
	border-bottom: 1px #b2b2b2 dotted;
	padding: 10px 0;
	cursor: pointer
}

@media only screen and (max-width: 769px) {
	.homeNews_item {
	padding: 5px 0
	}
}

.homeNews_item:hover {
	text-decoration: none
}

.homeNews_item:first-child {
	border-top: 1px #b2b2b2 dotted
}

.homeNews_info {
	margin-bottom: 5px
}

@media only screen and (max-width: 769px) {
	.homeNews_info {
	margin-bottom: 3px
	}
}

.homeNews_date {
	font-size: 10px;
	text-decoration: none;
	color: #4c4c4c;
	margin-right: 12px
}

@media only screen and (max-width: 769px) {
	.homeNews_date {
	font-size: 9px
	}
}

.homeNews_category {
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: underline
}

@media only screen and (max-width: 769px) {
	.homeNews_category {
	font-size: 10px
	}
}

.homeNews_body {
	font-size: 13px;
	overflow: hidden;
	display: flex;
	align-items: center
}

@media only screen and (max-width: 769px) {
	.homeNews_body {
	font-size: 12px
	}
}

.homeNews_body p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.homeBlog {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap:wrap;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}
.homeBlog > div.blogbox {
	width:50%;
	display:flex;	
	justify-content: space-between;
	padding:20px 20px;
	position: relative;
}
.homeBlog > div.blogbox a{
	position:absolute;
	width:90%;
	height:90%;
	display:block;
}
.homeBlog > div.blogbox img {
	width:40%;
	max-width:100%;
	padding:0 2%;
	height:auto;
}
.homeBlog > div.blogbox p{
	width: 60%;
	padding:0 2%;
}
.homeBlog > div.blogbox p span.post_title {
	font-size:18px;
	line-height:1.6;
	font-weight:400;
	display:block;
	text-align:left;
	margin-bottom:20px
}
.homeBlog > div.blogbox p span.post_date {
	font-size:10px;
	line-height:1.2;
	font-weight:400;
	display:block;
	text-align:left;
	margin-bottom:10px
}
.homeBlog > div.blogbox p span.post_type {
	font-size:10px;
	line-height:1.2;
	font-weight:400;
	display:block;
	text-align:left;
}
@media screen and (max-width: 1180px) {
	.homeBlog {
		width: calc(100% - 80px)
	}
}

@media only screen and (max-width: 769px) {
	.homeBlog {
		width: 96.2041884817%;
		margin-left: auto;
		margin-right: auto
	}
}

@media only screen and (max-width: 769px) {
	.homeBlog {
		display: block;
		width: 100%;
		margin:20px auto;
	}
	.homeBlog > div.blogbox {
		width:100%;
	}
}

.homeMenu {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 1180px) {
	.homeMenu {
	width: calc(100% - 80px)
	}
}

@media only screen and (max-width: 769px) {
	.homeMenu {
	width: 96.2041884817%;
	margin-left: auto;
	margin-right: auto
	}
}

@media only screen and (max-width: 769px) {
	.homeMenu {
	margin-top: 25px;
	flex-wrap: wrap
	}
}

.homeMenu_item {
	padding-top: 19.8%;
	width: 19.8%;
	position: relative;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

@media only screen and (max-width: 769px) {
	.homeMenu_item {
	width: 49.5%;
	padding-top: 49.5%;
	margin-bottom: 3px
	}
	.homeMenu_item:nth-child(1) {
	width: 100%;
	padding-top: 58.5034013605%
	}
}

@media only screen and (min-width: 769px) {
	.homeMenu_item:first-child {
	background-position: right center
	}
}

.desktop .homeMenu_item {
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}

.desktop .homeMenu_item:hover {
	opacity: .6
}

.homeMenu_title {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.homeMenu_title>div {
	margin-top: 15px
}

.homeMenu_en {
	font-size: 20px;
	color: #fff;
	position: relative;
	text-align: center
}

@media only screen and (max-width: 769px) {
	.homeMenu_en {
	font-size: 19px
	}
}

.homeMenu_en:before {
	position: absolute;
	content: '';
	background-color: #fff;
	width: 96px;
	height: 1px;
	bottom: 1px;
	left: calc(50% - (96px / 2))
}

.homeMenu_jp {
	margin-top: 15px;
	font-size: 11px;
	color: #fff;
	text-align: center
}

.homeVoice {
	background-color: #f5f5f5;
	padding: 50px 0;
	margin-top: 44px
}

@media only screen and (max-width: 769px) {
	.homeVoice {
	padding: 25px 0;
	margin-top: 10px
	}
}

.homeVoice_headline {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 32px;
	margin-bottom: 25px;
	text-align: center
}

@media only screen and (max-width: 769px) {
	.homeVoice_headline {
	font-size: 23px;
	margin-bottom: 12.5px
	}
}

.homeVoice_lead {
	font-size: 16px;
	margin-bottom: 47px;
	text-align: center
}

@media only screen and (max-width: 769px) {
	.homeVoice_lead {
	font-size: 11px;
	margin-bottom: 24px;
	padding: 0 5%
	}
}

.homeVoice_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 1180px) {
	.homeVoice_list {
	width: calc(100% - 80px)
	}
}

@media only screen and (max-width: 769px) {
	.homeVoice_list {
	width: 96.2041884817%;
	margin-left: auto;
	margin-right: auto
	}
}

@media only screen and (max-width: 769px) {
	.homeVoice_list {
	display: block;
	margin-bottom: 10px;
	width: 57.2207084469%;
	margin: 0 auto
	}
}

.homeVoice_item {
	width: 23.9090909091%;
	text-decoration: none;
	display: block
}

@media only screen and (max-width: 769px) {
	.homeVoice_item {
	width: 100%;
	margin-bottom: 20px
	}
}

.homeVoice_item:hover {
	text-decoration: none
}

.desktop .homeVoice_item {
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s
}

.desktop .homeVoice_item:hover {
	opacity: .6
}

.homeVoice_image {
	padding-top: 90.2%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.homeVoice_head {
	display: flex;
	margin-bottom: 12px
}

@media only screen and (max-width: 769px) {
	.homeVoice_head {
	margin-bottom: 4px
	}
}

.homeVoice_date {
	font-size: 10px;
	color: #4c4c4c;
	margin-right: 12px
}

.homeVoice_category {
	font-size: 10px;
	color: #4c4c4c;
	text-decoration: underline
}

@media only screen and (max-width: 769px) {
	.homeVoice_category {
	display: block
	}
}

.homeVoice_title {
	font-size: 18px;
	line-height: 1.6
}

@media only screen and (max-width: 769px) {
	.homeVoice_title {
	font-size: 12px
	}
}

.homeVoice_button {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:16px;	
	width:280px;
	margin-left: auto;
	margin-right: auto;
 	position:relative;
}
.homeVoice_button:after {
	content:url("https://design.sharp.co.jp/asset/img/ic_arrow_2_rev.svg");
	position:absolute;
	top:31.5%;
	right:15px;
	width:15px;
	height:15px;
}
.homeVoice_button.topAdjust:after {
	top:27.5%;
	content:none;
}
.homeVoice_button.recruitBtn:after{
	top:61.5%;
}
@media only screen and (max-width: 768px) {
	.homeVoice_button {
		width: 210.5px
	}
	.homeVoice_button:after {
		top:25.5%;
		width:8px;
		height:8px;
		right:15px;
	}
	.homeVoice_button.topAdjust:after {
		top:20.5%;
	}
	.homeVoice_button.recruitBtn:after{
		top: 52.5%;
	}
}

body>.container, #wrap>.container {
	margin-top: 80px
}

body>.container--wide, #wrap>.container--wide {
	width: 100%
}

@media only screen and (max-width: 769px) {
	body>.container--wide, #wrap>.container--wide {
		margin: 0
	}
}

@media only screen and (max-width: 769px) {
	body>.container, #wrap>.container {
		margin-top: 55px
	}
}

@media only screen and (max-width: 769px) {
	.award_wrap {
	margin-left: 0;
	margin-right: 0
	}
}

@media only screen and (max-width: 769px) {
	.newsList {
	width: 95.5497382199%;
	margin: 0 auto
	}
}

.newsList_item {
	text-decoration: none;
	display: flex;
	align-items: center;
	border-bottom: 1px #b2b2b2 dotted;
	padding: 17.5px 0;
	cursor: pointer
}

@media only screen and (max-width: 769px) {
	.newsList_item {
	padding: 5px 0;
	display: block
	}
}

.newsList_item:hover {
	text-decoration: none
}

.newsList_item:first-child {
	border-top: 1px #b2b2b2 dotted
}

.newsList_info {
	width: 270px
}

@media only screen and (max-width: 769px) {
	.newsList_info {
	margin-bottom: 3px;
	width: 100%
	}
}

.newsList_date {
	font-size: 13px;
	text-decoration: none;
	color: #4c4c4c;
	margin-right: 12px
}

@media only screen and (max-width: 769px) {
	.newsList_date {
	font-size: 9px
	}
}

.newsList_category {
	font-size: 13px;
	color: #4c4c4c;
	text-decoration: underline
}

@media only screen and (max-width: 769px) {
	.newsList_category {
	font-size: 10px
	}
}

.newsList_body {
	font-size: 16px;
	overflow: hidden;
	display: flex;
	align-items: center
}

@media only screen and (max-width: 769px) {
	.newsList_body {
	font-size: 12px
	}
}

.newsList_body p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container {
	padding: 0
}
@media only screen and (min-width: 992px) {
	.container {
		width:1100px;
	}
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
	.philosophy_headline {
		width: 96.2041884817%;
		margin-left: auto;
		margin-right: auto
	}
}

.philosophyTop {
	margin: 93px 0 0 0;
}

@media only screen and (max-width: 769px) {
	.philosophyTop {
	margin: 30px 0 0 0;
	}
}

.philosophyTop_section {
	display: none;
	height: 318px
}

@media only screen and (max-width: 769px) {
	.philosophyTop_section {
	height: auto
	}
}

.philosophyTop_section.is-current {
	display: block;
	animation: fadeIn ease-out 1.2s forwards
}

.philosophyTop_title {
	text-align: center;
	margin: 0 auto 80px;
	font-family: source-han-serif-japanese,'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width: 769px) {
	.philosophyTop_title {
	margin-bottom: 40px
	}
	.philosophyTop_title img {
	max-width: 100%;
	height: auto
	}
}

@media only screen and (max-width: 769px) {
	.philosophyTop_title img {
	width: 100%
	}
}

@media only screen and (max-width: 769px) {
	.is-jp .philosophyTop_title {
	width: 41.8666666667%;
	width: 157px
	}
}

.is-en .philosophyTop_title {
	margin-bottom: 70px;
	font-family: 'EB Garamond', serif
}

@media only screen and (max-width: 769px) {
	.is-en .philosophyTop_title {
	width: 283px;
	margin-bottom: 40px
	}
}

@media only screen and (max-width: 769px) {
	.is-ch .philosophyTop_title img {
	width: 154px
	}
}

.philosophyTop_body {
	text-align: center;
	margin: 0 auto
}

@media only screen and (max-width: 769px) {
	.philosophyTop_body img {
	width: 100%
	}
}

@media only screen and (max-width: 769px) {
	.is-jp .philosophyTop_body {
	width: 284px
	}
}

@media only screen and (max-width: 769px) {
	.is-ch .philosophyTop_body {
	width: 311px
	}
}

@media only screen and (max-width: 769px) {
	.is-en .philosophyTop_body {
	width: 299px
	}
}

.philosophyTop_sharp {
	text-align: center;
	margin: 70px 0 76px
}

@media only screen and (max-width: 769px) {
	.philosophyTop_sharp {
	margin: 50px 0 50px;
	width: 90px;
	margin-left: auto;
	margin-right: auto
	}
}

.philosophyTop_language {
	text-align: center;
	margin: 0 29px 0 3px;
	display: flex;
	justify-content: center;
	align-items: center
}

@media only screen and (max-width: 769px) {
	.philosophyTop_language {
	margin: 40px 20px 0 0
	}
}

.philosophyTop_language>div {
	font-size: 14px;
	padding-bottom: 9px;
	text-decoration: none;
	cursor: pointer
}

@media only screen and (max-width: 769px) {
	.philosophyTop_language>div {
	font-size: 12px;
	margin: 0;
	padding-bottom: 6px
	}
}

.philosophyTop_language>div img {
	display: block
}

.philosophyTop_language>div:nth-child(1) {
	margin-right: 0
}

@media only screen and (max-width: 769px) {
	.philosophyTop_language>div:nth-child(1) img {
	width: 60px
	}
}

.philosophyTop_language>div:nth-child(2) {
	margin: 0 42px 0 40px
}

@media only screen and (max-width: 769px) {
	.philosophyTop_language>div:nth-child(2) {
	margin: 0 30px
	}
}

@media only screen and (max-width: 769px) {
	.philosophyTop_language>div:nth-child(2) img {
	width: 33px
	}
}

@media only screen and (max-width: 769px) {
	.philosophyTop_language>div:nth-child(3) img {
	width: 37px
	}
}

.philosophyTop_language>div.is-active {
	padding-bottom: 8px;
	border-bottom: 1px solid #59574c
}

@media only screen and (max-width: 769px) {
	.philosophyTop_language>div.is-active {
	padding-bottom: 5px
	}
}

.trigger {
	cursor: pointer;
	justify-content: center;
	align-items: center;
	position: fixed;
	display: none;
	z-index: 1002;
	position: fixed;
	left: 12px;
	top: 8px;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	z-index: 2000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition: 1s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (max-width: 900px) {
	.trigger {
	display: flex
	}
}

.trigger:before {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	cursor: pointer;
	position: absolute;
	left: -10px;
	top: -10px;
	content: ''
}

.trigger_inner {
	position: relative;
	width: 25px;
	height: 16px;
	display: block;
	transition: all .4s;
	box-sizing: border-box
}

@media only screen and (max-width: 769px) {
	.trigger_inner {
	width: 24px
	}
}

.trigger_inner span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #7f7f7f;
	-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1)
}

@media only screen and (max-width: 769px) {
	.trigger_inner span {
	width: 24px
	}
}

.trigger_inner span:nth-child(1) {
	top: 0;
	left: 0
}

.trigger_inner span:nth-child(2), .trigger_inner span:nth-child(3) {
	height: 2px
}

.trigger_inner span:nth-child(2) {
	top: 6px;
	opacity: 1
}

.trigger_inner span:nth-child(3) {
	top: 12px
}

.is-menuOpened .trigger_inner span {
	background-color: #fff
}

.is-menuOpened .trigger_inner span:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transfrom: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.is-menuOpened .trigger_inner span:nth-child(2) {
	opacity: 0
}

.is-menuOpened .trigger_inner span:nth-child(3) {
	top: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transfrom: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.mb86 {margin-bottom:86px;}
@media only screen and (max-width: 767px) {
	.mb86 {margin-bottom:40px;}
}

@media only screen and (max-width: 350px) {
	.homeBlog.dcolumn {
    	padding: 0 10px!important;
	}
}

h3.homeVoice_title {
    text-align: left;
}