@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #231815;
}
@media (max-width: 767px) {
body {
	font-size: 14px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section,header
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: 500;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}




/* fonts
---------------------------------------------------------- */
@font-face { 
	font-family: UDShin-Light;
	src:url(../fonts/A-OTF-UDShinGoNTPro-Light.otf);
}
@font-face { 
	font-family: UDShin-Regular;
	src:url(../fonts/A-OTF-UDShinGoNTPro-Regular.otf);
}
@font-face { 
	font-family: UDShin-Medium;
	src:url(../fonts/A-OTF-UDShinGoNTPro-Medium.otf);
}
@font-face { 
	font-family: UDShin-Bold;
	src:url(../fonts/A-OTF-UDShinGoNTPro-Bold.otf);
}
@font-face { 
	font-family: UDShin-Heavy;
	src:url(../fonts/A-OTF-UDShinGoNTPro-Heavy.otf);
}

.ffUdLight {
	font-family: UDShin-Light;
	font-weight: 300;
}

.ffUdRegular {
	font-family: UDShin-Regular;
	font-weight: 400;
}

.ffUdMedium {
	font-family: UDShin-Medium;
	font-weight: 500;
}

.ffUdBold {
	font-family: UDShin-Bold;
	font-weight: 700;
}

.ffUdHeavy {
	font-family: UDShin-Heavy;
	font-weight: 900;
}



/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	color: #231815;
	text-decoration:none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}
.visible-ts {
	display: none !important;
}
@media (max-width: 767px) {
.visible-pc {
	display: none !important;
}
.visible-ts {
	display: block !important;
}
}



/* !H
------------------------------------------------ */
.hdl {
	font-size: 142px;
	letter-spacing: 0.04em;
	color: rgba(255,255,255,0.7);
	font-weight: 900;
	line-height: 1;
}
.hdl.vertical {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
}
@media (max-width: 767px) {
.hdl {
	font-size: 69px;
	letter-spacing: 0.04em;
}
}

.hdm {
	font-size: 31px;
	text-align: center;
	color: #444544;
	letter-spacing: 0.18em;
}
@media (max-width: 767px) {
.hdm {
	font-size: 18px;
}
}


/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 700;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}



/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	padding: 80px 0 0;
}
@media all and (max-width: 959px) {
#wrapper {
	padding: 50px 0 0;
}
}


/* H
----------------------------------------------- */


/* header
----------------------------------------------- */

.l-container {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
	position: relative
}
.l-container:before, .l-container:after {
	content: '';
	display: table
}
.l-container:after {
	clear: both
}

.l-container {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
	position: relative
}
.l-container:before, .l-container:after {
	content: '';
	display: table
}
.l-container:after {
	clear: both
}
.l-container .l-main {
	float: left;
	margin-right: -300px;
	padding-right: 300px;
	width: 100%
}
.l-container .l-side {
	float: right;
	width: 270px
}
@media all and (max-width: 960px) {
	.l-container .l-main {
		float: none;
		margin-right: 0;
		padding-right: 0;
		width: auto
	}
	.l-container .l-side {
		float: none;
		margin-top: 60px;
		width: auto
	}
}
@media all and (max-width: 879px) {
	.l-container {
		padding-left: 15px;
		padding-right: 15px
	}
}
.l-content {
	padding: 70px 0 130px;
	position: relative
}
@media all and (max-width: 879px) {
	.l-content {
		padding: 30px 0 70px
	}
}
.l-header {
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000
}
@media all and (max-width: 959px) {
	.is-toggleNav--active .l-header {
		bottom: 0
	}
}
.l-header>.l-container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	max-width: none;
	position: static
}
@media all and (max-width: 959px) {
	.l-header>.l-container {
		height: 50px
	}
}
.l-header-logo {
	margin-right: 30px;
	position: relative;
	width: 270px;
}
@media all and (max-width: 1170px) {
	.l-header-logo {
		top: -1px;
		margin-right: 25px;
		width: 230px
	}
}
@media all and (max-width: 1000px) {
	.l-header-logo {
		top: 0;
		width: 200px
	}
}
@media all and (max-width: 959px) {
	.l-header-logo {
		margin-right: 9px;
		top: 2px;
		width: 180px
	}
}
.l-header-desc {
	font-size: 12px;
	line-height: 1.3333333333;
	color: #999;
	margin-right: 30px;
	position: relative;
	top: 1px
}
@media all and (max-width: 1170px) {
	.l-header-desc {
		font-size: 11px;
		line-height: 1.3636363636;
		margin-right: 20px
	}
}
@media all and (max-width: 1000px) {
	.l-header-desc {
		font-size: 10px;
		line-height: 1.3;
		margin-right: 18px
	}
}
@media all and (min-width: 960px) {
	.l-header-nav {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.l-header-nav__inner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.l-header-nav__inner>.l-header-productList {
		display: none
	}
	.l-header-nav__btn {
		display: none
	}
	.l-header-pageList {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4285714286;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%
	}
	.l-header-nav__btn button {
		border: none;
	}
	.l-header-pageList__item:hover .l-header-pageList__link:after {
		width: calc(100% - 36px)
	}
	.l-header-pageList__item:hover .l-header-service {
		opacity: 1;
		-webkit-transition: opacity 200ms;
		transition: opacity 200ms;
		visibility: visible
	}
	.l-header-pageList__link {
		color: #212121;
		display: block;
		height: 80px;
		padding: 28px 18px 0;
		position: relative
	}
	.l-header-pageList__link:before {
		content: ''
	}
	.l-header-pageList__link:after {
		background: #1a1a1a;
		bottom: 0;
		content: '';
		display: block;
		height: 3px;
		left: 18px;
		position: absolute;
		-webkit-transition: width 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: width 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
		width: 0
	}
	.l-header-pageList__link .c-ico {
		margin-left: 10px;
		top: -1px
	}
	.l-header-pageList__link.is-current, .l-header-pageList__link:hover {
		color: #212121
	}
	.l-header-pageList__link.is-current:after, .l-header-pageList__link:hover:after {
		width: calc(100% - 36px)
	}
}
@media all and (min-width: 960px) and (max-width: 1120px) {
	.l-header-pageList {
		font-size: 13px;
		line-height: 1.5384615385
	}
	.l-header-pageList__item:hover .l-header-pageList__link:after {
		width: calc(100% - 20px)
	}
	.l-header-pageList__link {
		padding-left: 10px;
		padding-right: 10px
	}
	.l-header-pageList__link:after {
		left: 10px
	}
	.l-header-pageList__link.is-current:after, .l-header-pageList__link:hover:after {
		width: calc(100% - 20px)
	}
}
@media all and (min-width: 960px) {
	.l-header-service {
		background: rgba(0,0,0,0.86);
		background: #1870c3;
		left: 0;
		opacity: 0;
		padding: 60px 0;
		position: absolute;
		right: 0;
		top: 100%;
		-webkit-transition: opacity 200ms, visibility 0ms 200ms;
		transition: opacity 200ms, visibility 0ms 200ms;
		visibility: hidden
	}
	.l-header-pageList li:nth-child(1) .l-header-service {
		background: #1870c3;
	}
	.l-header-pageList li:nth-child(2) .l-header-service {
		background: #359c46;
	}
	.l-header-service>.l-container {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.l-header-serviceList {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4285714286;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1.7;
		-webkit-flex: 1.7;
		-ms-flex: 1.7;
		flex: 1.7;
	}
	.l-header-pageList li:nth-child(1) .l-header-serviceList__item {
		width: 30%;
	}
	.l-header-pageList li:nth-child(1) .l-header-serviceList__item:nth-child(1) {
		width: 25%;
	}
	.l-header-pageList li:nth-child(2) .l-header-serviceList__item {
		width: 30%;
	}
	.l-header-pageList li:nth-child(2) .l-header-serviceList__item:nth-child(1) {
		width: 25%;
	}
	.l-header-serviceList__item+.l-header-serviceList__item {
		border-left: 1px solid rgba(255,255,255,0.5);
		margin-left: 5%;
		padding-left: 5%
	}
	.l-header-serviceList__link {
		color: #fff;
		border: 1px solid rgba(255,255,255,0.5);
		display: block;
		padding: 4px 8px;
	}
	.l-header-serviceList__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-header-serviceList--child {
		margin-top: 13px
	}
	.l-header-serviceList--child__item+.l-header-serviceList--child__item {
		margin-top: 15px
	}
	.l-header-serviceList--child__link {
		color: #fff;
		display: inline-block;
		padding-left: 20px;
		position: relative
	}
	.l-header-serviceList--child__link:before {
		content: '\E315';
		font-family: 'Material Icons';
		display: block;
		left: 0;
		position: absolute;
		top: .05em;
	}
	.l-header-serviceList--child__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-header-productList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 0 -30px 20px;
		width: 33%
	}
	.l-header-productList__item {
		padding: 0 0 30px 30px;
		width: 50%
	}
	.l-header-productList__link:hover {
		opacity: .7
	}
}
@media all and (max-width: 959px) {
	.l-header-nav {
		background: #000;
		bottom: 0;
		left: 0;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
		overflow-y: auto;
		position: absolute;
		right: 0;
		top: 50px;
		-webkit-transition: opacity 200ms;
		transition: opacity 200ms;
		visibility: hidden
	}
	.is-toggleNav--active .l-header-nav {
		opacity: 1;
		visibility: visible
	}
	.l-header-nav__inner {
		overflow-y: auto
	}
	.l-header-nav__btn {
		color: transparent;
		font: 0/0 a;
		overflow: hidden;
		text-shadow: none;
		background: #000;
		background-size: 17px 16px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px
	}
	button {
		border: none !important;
	}
	.l-header-nav__btn span, .l-header-nav__btn span:before, .l-header-nav__btn span:after {
		background: #fff;
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		width: 17px
	}
	.l-header-nav__btn span {
		left: 50%;
		margin: -1px 0 0 -9px;
		top: 50%;
		-webkit-transition: background-color 100ms;
		transition: background-color 100ms
	}
	.l-header-nav__btn span:before, .l-header-nav__btn span:after {
		left: 0;
		-webkit-transition: top 200ms, -webkit-transform 200ms;
		transition: top 200ms, -webkit-transform 200ms;
		transition: transform 200ms, top 200ms;
		transition: transform 200ms, top 200ms, -webkit-transform 200ms
	}
	.l-header-nav__btn span:before {
		top: -7px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	.l-header-nav__btn span:after {
		top: 7px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	.is-toggleNav--active .l-header-nav__btn span {
		background: #1a1a1a
	}
	.is-toggleNav--active .l-header-nav__btn span:before, .is-toggleNav--active .l-header-nav__btn span:after {
		top: 0
	}
	.is-toggleNav--active .l-header-nav__btn span:before {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	.is-toggleNav--active .l-header-nav__btn span:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}
	.l-header-pageList__item, .l-header-serviceList__item {
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
		border: 1px solid #333;
		border-width: 0 0 1px;
		position: relative
	}
	.l-header-pageList__link, .l-header-serviceList__link {
		color: #fff;
		display: block;
		padding: 17px 15px;
		position: relative
	}
	.l-header-pageList__link:after, .l-header-serviceList__link:after {
		content: ''
	}
	.l-header-pageList__link:before, .l-header-serviceList__link:before {
		content: '';
		height: 2px;
		left: 0;
		margin-top: -2px;
		position: absolute;
		top: 50%;
		width: 10px;
		background: #fff;
	}
	.l-header-pageList .l-header-productList, .l-header-serviceList .l-header-productList {
		display: none
	}
	.l-header-service>.l-container {
		padding: 0
	}
	.l-header-serviceList {
		border: 1px solid #333;
		border-width: 1px 0 0;
		margin-bottom: -1px
	}
	.l-header-serviceList__item {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.1538461538
	}
	.l-header-serviceList--child {
		border: 1px solid #333;
		border-width: 1px 0 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -1px
	}
	.l-header-serviceList--child__item {
		font-size: 12px;
		font-weight: 400;
		line-height: 1.25;
		border: 1px solid #333;
		border-width: 0 0 1px;
		width: 50%
	}
	.l-header-serviceList--child__item:nth-child(2n) {
		border-width: 0 0 1px 1px
	}
	.l-header-serviceList--child__item:nth-child(2n-1):last-child {
		width: 100%
	}
	.l-header-serviceList--child__link {
		color: #ccc;
		display: block;
		padding: 17px 15px;
		position: relative
	}
	.l-header-serviceList--child__link:hover {
		color: #ccc;
		opacity: .5
	}
	.l-header-productList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 20px 20px
	}
	.l-header-productList__item {
		margin: 0 5px
	}
	.l-header-productList__link:hover {
		opacity: .7
	}
}
@media all and (max-width: 959px) and (min-width: 880px) {
	.l-header-pageList__link, .l-header-serviceList__link {
		padding-left: 30px;
		padding-right: 30px
	}
	.l-header-pageList__link:before, .l-header-serviceList__link:before {
		width: 25px
	}
	.l-header-pageList--child__link, .l-header-serviceList--child__link {
		padding-left: 30px;
		padding-right: 30px
	}
	.l-header-contactList__link {
		padding-left: 30px;
		padding-right: 30px
	}
}
.l-footer {
	background: #1a1a1a;
	position: relative;
	z-index: 2
}
.l-footer-contact {
	padding: 64px 0 80px;
	text-align: center
}
.l-footer-contact__header {
	color: #fff;
	margin-bottom: 36px
}
.l-footer-contact__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25
}
.l-footer-contact__content {
	background: #313131;
	padding: 51px 80px 60px
}
@media all and (max-width: 879px) {
	.l-footer-contact {
		padding: 38px 0 40px
	}
	.l-footer-contact__header {
		margin-bottom: 18px
	}
	.l-footer-contact__title {
		font-size: 17px;
		line-height: 1.4117647059
	}
	.l-footer-contact__content {
		padding: 22px 20px 40px
	}
}
.l-footer-contactList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.l-footer-contactList__item {
	max-width: 400px;
	width: 50%
}
.l-footer-contactList__item+.l-footer-contactList__item {
	margin-left: 7.0175438596%
}
.l-footer-contactList__text {
	font-size: 16px;
	line-height: 1.625;
	color: #fff;
	margin-bottom: 17px
}
.l-footer-contactList .c-btn {
	padding-bottom: 31px;
	padding-top: 33px
}
.l-footer-contactList .c-btn .c-ico {
	margin-right: 10px;
	top: -2px
}
@media all and (max-width: 879px) {
	.l-footer-contactList {
		display: block
	}
	.l-footer-contactList__item {
		max-width: none;
		width: auto
	}
	.l-footer-contactList__item+.l-footer-contactList__item {
		margin: 27px 0 0
	}
	.l-footer-contactList__text {
		font-size: 10px;
		line-height: 1.5;
		margin-bottom: 13px
	}
	.l-footer-contactList .c-btn {
		padding-bottom: 22px;
		padding-top: 23px
	}
	.l-footer-contactList .c-btn .c-ico {
		height: 13px;
		margin-right: 7px;
		top: -1px;
		width: 14px
	}
}
.l-footer-pagetop {
	font-size: 12px;
	line-height: 1;
	background: #202020;
	border: 1px solid #333;
	border-width: 1px 0;
	color: #7e7e7e;
	display: block;
	padding: 19px 0 20px;
	text-align: center
}
.l-footer-pagetop:before {
	background: url(../images/arrow-pagetop.png) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 19px;
	margin: 0 auto 9px;
	width: 8px
}
.l-footer-pagetop:hover {
	color: #fff
}
@media all and (max-width: 879px) {
	.l-footer-pagetop {
		font-size: 10px;
		line-height: 1;
		padding: 9px 0 10px
	}
	.l-footer-pagetop:before {
		height: 10px;
		margin-bottom: 5px;
		width: 5px
	}
}
@media all and (min-width: 960px) {
	.l-footer-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 54px 0 56px
	}
}
@media all and (min-width: 960px) and (max-width: 879px) {
	.l-footer-nav {
		display: block;
		padding: 50px 0
	}
}
@media all and (min-width: 960px) {
	.l-footer-pageList {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.25;
		padding-top: 9px
	}
}
@media all and (min-width: 960px) and (max-width: 1150px) {
	.l-footer-pageList {
		font-size: 13px
	}
}
@media all and (min-width: 960px) {
	.l-footer-pageList+.l-footer-pageList {
		border-left: 1px solid #3c3c3c;
		margin-left: 2.5%;
		padding-left: 2.5%
	}
	.l-footer-pageList:nth-child(1) {
		width: 640px
	}
}
@media all and (min-width: 960px) and (max-width: 1190px) {
	.l-footer-pageList:nth-child(1) {
		width: 53.3333333333%
	}
}
@media all and (min-width: 960px) {
	.l-footer-pageList:nth-child(2) {
		width: 11.6666666667%
	}
	.l-footer-pageList:nth-child(3) {
		padding-right: 1.6666666667%;
		width: 16.3333333333%
	}
	.l-footer-pageList__item+.l-footer-pageList__item {
		margin-top: 10px
	}
	.l-footer-pageList__link {
		color: #fff
	}
	.l-footer-pageList__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-footer-pageList__link .c-ico {
		margin-left: 10px;
		top: -1px
	}
	.l-footer-serviceList {
		background: #262626;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 12px;
		padding: 4.6875% 3.90625%
	}
	.l-footer-serviceList__item {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4285714286
	}
}
@media all and (min-width: 960px) and (max-width: 1150px) {
	.l-footer-serviceList__item {
		font-size: 12px
	}
}
@media all and (min-width: 960px) {
	.l-footer-serviceList__item+.l-footer-serviceList__item {
		border-left: 1px solid #3c3c3c;
		margin-left: 3.90625%;
		padding-left: 3.90625%
	}
	.l-footer-serviceList__item:nth-child(1) {
		width: 28.813559322%
	}
	.l-footer-serviceList__item:nth-child(2) {
		width: 42.3728813559%
	}
	.l-footer-serviceList__item:nth-child(3) {
		width: 20.3389830508%
	}
}
@media all and (min-width: 960px) and (max-width: 1190px) {
	.l-footer-serviceList__item:nth-child(1) {
		width: 33.8983050847%
	}
	.l-footer-serviceList__item:nth-child(2) {
		width: 33.0508474576%
	}
	.l-footer-serviceList__item:nth-child(3) {
		width: 24.5762711864%
	}
}
@media all and (min-width: 960px) {
	.l-footer-serviceList__link {
		color: #fff
	}
	.l-footer-serviceList__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-footer-serviceList__inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 2px -14px 0 0
	}
}
@media all and (min-width: 960px) and (max-width: 1190px) {
	.l-footer-serviceList__inner {
		display: block
	}
}
@media all and (min-width: 960px) {
	.l-footer-serviceList--child {
		margin: 10px 14px 0 0
	}
	.l-footer-serviceList--child__item {
		font-weight: 400
	}
	.l-footer-serviceList--child__item+.l-footer-serviceList--child__item {
		margin-top: 15px
	}
	.l-footer-serviceList--child__link {
		color: #fff;
		display: inline-block;
		padding-left: 20px;
		position: relative
	}
	.l-footer-serviceList--child__link:before {
		background: #7d7d7d;
		content: '';
		display: block;
		height: 1px;
		left: 5px;
		position: absolute;
		top: .6em;
		width: 8px
	}
	.l-footer-serviceList--child__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-footer-media {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 23px 0 2px;
		width: 14.1666666667%
	}
}
.l-footer-logo {
	display: block;
	margin: 0 0 13px auto
}
.l-footer-copyright__text {
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: right;
	white-space: nowrap
}
@media all and (max-width: 959px) {
	.l-footer-nav {
		margin: 0 -15px;
		padding: 0 0 50px
	}
	.l-footer-pageList__item, .l-footer-serviceList__item {
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
		border: 1px solid #333;
		border-width: 0 0 1px;
		position: relative
	}
	.l-footer-pageList__link, .l-footer-serviceList__link {
		color: #fff;
		display: block;
		padding: 17px 15px;
		position: relative
	}
	.l-footer-pageList__link:before, .l-footer-serviceList__link:before {
		content: '';
		height: 2px;
		left: 0;
		margin-top: -2px;
		position: absolute;
		top: 50%;
		width: 10px
	}
	.l-footer-pageList__link--jinzai:before, .l-footer-serviceList__link--jinzai:before {
		background: #1870c3
	}
	.l-footer-pageList__link--shigoto:before, .l-footer-serviceList__link--shigoto:before {
		background: #359c46
	}
	.l-footer-pageList__link .c-ico, .l-footer-serviceList__link .c-ico {
		margin-left: 5px;
		top: -1px
	}
	.l-footer-pageList__link:hover, .l-footer-serviceList__link:hover {
		color: #fff;
		opacity: .5
	}
	.l-footer-serviceList__item {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.1538461538;
		border-width: 1px 0 0
	}
	.l-footer-serviceList__inner {
		border: 1px solid #333;
		border-width: 1px 0 0;
		margin: 0 -1px -1px 0;
		margin-bottom: -1px
	}
	.l-footer-serviceList__inner:before, .l-footer-serviceList__inner:after {
		content: '';
		display: table
	}
	.l-footer-serviceList__inner:after {
		clear: both
	}
	.l-footer-serviceList--child__item {
		font-size: 12px;
		font-weight: 400;
		line-height: 1.25;
		border: 1px solid #333;
		border-width: 0 1px 1px 0;
		float: left;
		width: 50%
	}
	.l-footer-serviceList--child__link {
		color: #ccc;
		display: block;
		padding: 17px 15px;
		position: relative
	}
	.l-footer-serviceList--child__link:hover {
		color: #ccc;
		opacity: .5
	}
	.l-footer-logo {
		margin: 0 auto 15px;
		width: 102px
	}
	.l-footer-copyright__text {
		font-size: 10px;
		line-height: 1;
		text-align: center
	}
}
@media all and (max-width: 959px) and (min-width: 880px) {
	.l-footer-nav {
		margin: 0 -30px
	}
	.l-footer-pageList__link, .l-footer-serviceList__link {
		padding-left: 30px;
		padding-right: 30px
	}
	.l-footer-pageList__link:before, .l-footer-serviceList__link:before {
		width: 25px
	}
	.l-footer-pageList--child__link, .l-footer-serviceList--child__link {
		padding-left: 30px;
		padding-right: 30px
	}
}

/* footer
----------------------------------------------- */
.l-footer .l-container .foot-nav {
	margin: 20px 0;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
.l-footer .l-container .foot-nav ul {
	list-style: none outside none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
}
.l-footer .l-container .foot-nav ul li {
	float: left;
	margin-right: 20px;
	position: relative;
	left: -50%;
}
.l-footer .l-container .foot-nav ul li a {
	color: #7e7e7e;
}
.l-footer .l-container .foot-nav ul li a:hover {
	color: #fff;
}
.l-footer .l-container p.copyright {
	margin: 0 0 10px;
	font-family: arial;
	font-size: 0.94em;
	text-align: center;
	color: #7e7e7e;
}

.l-footer .footerlogo {
	text-align: center;
	background: #fff;
	padding: 40px 20px 25px;
}
.l-footer .footerlogo img {
	width: 350px;
}
@media (max-width: 767px) {
.l-footer .footerlogo {
	padding: 20px;
}
.l-footer .footerlogo img {
	width: 175px;
}
}



/* main
----------------------------------------------- */
.hamain {
	position: relative;
}
.hamain .mainimg img {
	width: 100%;
}
.comform {
	background: #ffecf4;
	padding: 40px 30px 70px;
}
.comform.otherform {
	
}
.comform .formhd {
	text-align: center;
	font-size: 31px;
	color: #444544;
	letter-spacing: 0.18em;
	line-height: 1.3;
	margin-bottom: 25px;
}
.comform .formbtn {
	display: flex;
	justify-content: center;
}
.comform .formbtn a {
	display: block;
}

@media (max-width: 767px) {
.comform {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 15px 10px 10px;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 9;
}
.comform .formhd {
	font-size: 15px;
	margin-bottom: 10px;
}
.comform .formbtn {
	max-width: 365px;
	margin: 0 auto;
}
.showchange .comform {
	transform: translateY(100%);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.comform.otherform {
	display: none;
}
.avacomWidget__container--close{
	bottom: 75px !important;
}
}


/* other
----------------------------------------------- */
.haother {
	
}
.haother .othermain {
	background: url(../images/bg_other.jpg) right top no-repeat;
	background-size: cover;
	padding: 80px 30px 0;
	text-align: center;
}
@media (max-width: 767px) {
.haother .othermain {
	background: url(../images/bg_other_sp.jpg) right top no-repeat;
	background-size: cover;
	padding: 35px 10px 25px;
	text-align: center;
}
}



/* cm
----------------------------------------------- */
.hacm {
	background: #fff;
	padding: 30px;
}
.hacm .hacmbox {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}
.hacm .hacmbox .hacminner {
	position: relative;
	z-index: 1;
}
.hacm .hacmbox .hacmdec {
	position: absolute;
	top: 104px;
	right: 230px;
	width: 764px;
	z-index: 0;
}
.hacm .hacmbox .hacmcap {
	text-align: center;
}
.hacm .hacmbox .hacmcapin {
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.18em;
	color: #fe83b6;
	margin-top: 10px;
}
.hacm .hacmbox .hacmhd {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.hacm .hacmbox .hacmhdin {
	font-size: 31px;
	letter-spacing: 0.18em;
	text-align: center;
	padding: 0 35px;
	color: #444544;
	position: relative;
}
.hacm .hacmbox .hacmhdin:before {
	position: absolute;
	content: "";
	background: url(../images/left_cm.png) center center no-repeat;
	width: 26px;
	height: 36px;
	left: 0;
	top: 50%;
	margin-top: -13px;
	z-index: 0;
}
.hacm .hacmbox .hacmhdin:after {
	position: absolute;
	content: "";
	background: url(../images/right_cm.png) center center no-repeat;
	width: 26px;
	height: 36px;
	right: 0;
	top: 50%;
	margin-top: -13px;
	z-index: 0;
}
.hacm .hacmbox .hacmmv {
	margin-top: 35px;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.hacm .hacmbox .hacmmv iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
.hacm {
	padding: 30px 18px 15px;
}
.hacm .hacmbox .hacmdec {
	top: 70px;
	right: 10px;
	width: 330px;
	z-index: 0;
}
.hacm .hacmbox .hacmcap img {
	width: 221px;
}
.hacm .hacmbox .hacmcapin {
	font-size: 10px;
}
.hacm .hacmbox .hacmhd {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.hacm .hacmbox .hacmhdin {
	font-size: 18px;
	letter-spacing: 0.18em;
	padding: 0 20px;
}
.hacm .hacmbox .hacmhdin:before {
	background: url(../images/left_cm.png) center center no-repeat;
	background-size: 15px 21px;
	width: 15px;
	height: 21px;
	margin-top: -9px;
}
.hacm .hacmbox .hacmhdin:after {
	background: url(../images/right_cm.png) center center no-repeat;
	background-size: 15px 21px;
	width: 15px;
	height: 21px;
	margin-top: -9px;
}
.hacm .hacmbox .hacmmv {
	margin-top: 25px;
}
}


/* workone
----------------------------------------------- */
.workone {
	background: #e2f8e8;
	padding: 60px 30px 50px;
	position: relative;
}
.workone .workdec {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.workone .workbox {
	max-width: 902px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.workone .workinner {
	position: relative;
	z-index: 1;
}
.workone .workbox .hdl {
	position: absolute;
	left: calc(100% - 10px);
	top: 55px;
	z-index: 0;
}
.workone .workbox .workcap {
	margin-left: -40px;
}
.workone .workbox .workimg {
	text-align: center;
}

@media all and (max-width: 959px) {
.workone .workbox .hdl {
	left: auto;
	right: 0;
	top: 55px;
}
.workone .workbox .workcap {
	margin-left: 0;
}
}
@media (max-width: 767px) {
.workone {
	padding: 35px 15px 20px;
}
.workone .workdec {
	right: -70px;
	top: 0;
	width: 228px;
}
.workone .workbox .hdl {
	position: absolute;
	right: -25px;
	top: 60px;
	z-index: 0;
}
.workone .workbox .workcap {
	width: 302px;
}
.workone .workbox .workimg {
	text-align: center;
}
}




/* worktwo
----------------------------------------------- */
.worktwo {
	background: #e2f8e8;
	padding: 60px 30px 70px;
	position: relative;
}
.worktwo .workdec {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.worktwo .workbox {
	max-width: 902px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.worktwo .workinner {
	position: relative;
	z-index: 1;
}
.worktwo .workbox .hdl {
	position: absolute;
	right: calc(100% + 85px);
	top: 50px;
	z-index: 0;
}
.worktwo .workbox .workcap {
	text-align: center;
	margin-bottom: 30px;
}
.worktwo .workbox .workimg {
	text-align: center;
}
.workcont {
	max-width: 970px;
	margin: 40px auto 0;
	padding: 20px;
	display: flex;
	align-items: center;
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-ms-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-o-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	box-shadow: 0 0 18px rgba(0,0,0,0.13);
}
.workcont .workhead {
	flex-shrink: 0;
	margin-right: 25px;
}
.workcont .headtxt {
	flex: 1;
	font-size: 16px;
	font-weight: 500;
}

@media all and (max-width: 959px) {
.worktwo .workbox .hdl {
	left: 0;
}
}
@media (max-width: 767px) {
.worktwo {
	padding: 55px 15px 30px;
}
.worktwo .workdec {
	left: -70px;
	width: 228px;
}
.worktwo .workbox .hdl {
	position: absolute;
	left: -20px;
	top: 30px;
	z-index: 0;
}
.worktwo .workbox .workcap {
	margin-bottom: 5px;
}
.workcont {
	max-width: 970px;
	margin: 25px auto 0;
	padding: 15px 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.workcont .workhead {
	width: 70px;
	margin-right: 10px;
}
.workcont .headtxt {
	font-size: 14px;
	line-height: 1.75;
}
}



/* faq
----------------------------------------------- */
.hafaq {
	background: #f1f7f8;
	padding: 0 30px;
	position: relative;
}
.hafaq .faqdec {
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 0;
}
.hafaq .faqbox {
	max-width: 875px;
	margin: 0 auto;
	padding: 75px 0;
	position: relative;
}
.hafaq .faqbox .hdl {
	position: absolute;
	left: calc(100% + 10px);
	font-size: 100px;
	top: 150px;
	color: #d3ffde;
}
.hafaq .faqbox .hdm {
	margin-bottom: 70px;
}
.hafaq .faqbox .faqlist li+li {
	margin-top: 28px;
}
.hafaq .faqbox .faqlist .qbox {
	background: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px 70px 10px 10px;
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-ms-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-o-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
	position: relative;
}
.hafaq .faqbox .faqlist .qbox:before {
	position: absolute;
	content: "";
	background: url(../images/arrow_faq.png) center center no-repeat;
	width: 28px;
	height: 15px;
	right: 40px;
	top: 50%;
	margin-top: -8px;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 0;
}
.hafaq .faqbox .faqlist .qbox.on:before {
	transform: rotate(180deg);
}
.hafaq .faqbox .faqlist .faqico {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 33px;
	margin-right: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.hafaq .faqbox .faqlist .qbox .faqico {
	background: #79e0ea;
}
.hafaq .faqbox .faqlist .abox .faqico {
	background: #fff;
	color: #79e0ea;
}
.hafaq .faqbox .faqlist .qbox .qtxt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
}
.hafaq .faqbox .faqlist .abox {
	padding: 20px 10px 0;
	display: none;
}
.hafaq .faqbox .faqlist .aboxin {
	display: flex;
	align-items: center;
}
.hafaq .faqbox .faqlist .abox .atxt {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

@media all and (max-width: 959px) {
.hafaq .faqbox .hdl {
	right: 15px;
	left: auto;
}
}
@media (max-width: 767px) {
.hafaq {
	padding: 0 18px;
}
.hafaq .faqdec {
	position: absolute;
	right: -40px;
	top: 0;
	width: 164px;
	z-index: 0;
}
.hafaq .faqbox {
	padding: 40px 0 45px;
}
.hafaq .faqbox .hdl {
	position: absolute;
	left: auto;
	right: 15px;
	font-size: 54px;
	top: 60px;
}
.hafaq .faqbox .hdm {
	margin-bottom: 25px;
}
.hafaq .faqbox .faqlist li+li {
	margin-top: 15px;
}
.hafaq .faqbox .faqlist .qbox {
	padding: 10px 35px 10px 10px;
}
.hafaq .faqbox .faqlist .qbox:before {
	position: absolute;
	content: "";
	background: url(../images/arrow_faq.png) center center no-repeat;
	background-size: 14px auto;
	width: 14px;
	height: 10px;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	z-index: 0;
}
.hafaq .faqbox .faqlist .faqico {
	width: 40px;
	height: 40px;
	align-self: flex-start;
	font-size: 16px;
	margin-right: 10px;
}
.hafaq .faqbox .faqlist .qbox .qtxt {
	font-size: 15px;
}
.hafaq .faqbox .faqlist .abox {
	padding: 15px 10px;
}
.hafaq .faqbox .faqlist .abox .atxt {
	font-size: 13px;
}
}


/* haintro
----------------------------------------------- */
.haintro {
	padding: 70px 0 60px;
}
.haintro .introdet {
	max-width: 1280px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
}
.haintro .introdet .detimg {
	width: 55%;
	flex-shrink: 0;
}
.haintro .introdet .detimg img {
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-ms-border-radius: 70px;
	-o-border-radius: 70px;
	border-radius: 70px;
}
.haintro .introdet .detin {
	width: 45%;
	padding: 0 0 0 3%;
}
.haintro .introdet .detcap {
	text-align: center;
	margin-bottom: 35px;
}
.haintro .introdet .dettit {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 25px;
}
.haintro .introdet .detcont {
	font-size: 59px;
	color: #fe83b6;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}
.haintro .introdet .detcont .line {
	color: #fff;
	font-weight: 900;
	text-shadow: 0 2px #231815, 2px 0 #231815, -2px 0 #231815, 0 -2px #231815;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #ffa3c9 0%) repeat scroll 0 0;
}

.haintro .introwhat {
	max-width: 1080px;
	margin: 20px auto 0;
	background: #eef3f9;
	padding: 30px 40px 60px;
}
.haintro .introwhat .whattit {
	text-align: center;
	margin-bottom: 10px;
}
.haintro .introwhat .whattxt {
	font-size: 16px;
	line-height: 2.125;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.haintro .introshare {
	max-width: 1080px;
	margin: 65px auto 0;
}
.haintro .introshare .sharemess {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.haintro .introshare .sharelogo {
	flex-shrink: 0;
	margin-right: 45px;
}
.haintro .introshare .messin {
}
.haintro .introshare .messcap {
	font-size: 29px;
	font-weight: 700;
}
.haintro .introshare .messlar {
}
.haintro .introshare .messlarin {
	color: #fff;
	font-size: 59px;
	font-weight: 900;
	text-shadow: 0 2px #231815, 2px 0 #231815, -2px 0 #231815, 0 -2px #231815;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #ffa3c9 0%) repeat scroll 0 0;
}
.haintro .introshare .sharebox {
	background: #eef3f9;
	padding: 30px 20px 40px;
}
.haintro .introshare .sharelist {
	max-width: 922px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.haintro .introshare .sharelist li {
	max-width: 30.6%;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-ms-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	-o-box-shadow: 0 0 18px rgba(0,0,0,0.13);
	box-shadow: 0 0 18px rgba(0,0,0,0.13);
}
.haintro .introshare .sharelist .shareimg {
	
}
.haintro .introshare .sharelist .sharetxt {
	display: flex;
	height: 88px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.04em;
	font-weight: 700;
	line-height: 1.55;
}
.haintro .introshare .sharenote {
	text-align: center;
	margin-top: 40px;
	letter-spacing: 0.08em;
}

@media all and (max-width: 959px) {
.haintro .introdet {
	flex-direction: column-reverse;
}
.haintro .introdet .detimg {
	width: auto;
}
.haintro .introdet .detin {
	width: auto;
	padding: 0;
	margin: 0 0 50px;
}
.haintro .introshare .sharemess {
	flex-direction: column;
	align-items: center;
}
.haintro .introshare .sharelogo {
	margin: 0 0 30px;
}
}
@media (max-width: 767px) {
.haintro {
	padding: 30px 0 0;
}
.haintro .introdet {
	margin: 0 auto 15px;
	padding: 0 15px;
}
.haintro .introdet .detimg {
	flex-shrink: 0;
}
.haintro .introdet .detimg img {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
}
.haintro .introdet .detin {
	margin: 0 0 40px;
}
.haintro .introdet .detcap {
	margin-bottom: 10px;
}
.haintro .introdet .detcap img {
	width: 150px;
}
.haintro .introdet .dettit {
	font-size: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.haintro .introdet .detcont {
	font-size: 28px;
}
.haintro .introdet .detcont .line {
	text-shadow: 0 1px #231815, 1px 0 #231815, -1px 0 #231815, 0 -1px #231815;
}

.haintro .introwhat {
	margin: 15px auto 0;
	padding: 15px 25px 30px;
}
.haintro .introwhat .whattit {
	text-align: center;
	max-width: 299px;
	margin: 0 0 0 -15px;
}
.haintro .introwhat .whattxt {
	font-size: 14px;
	line-height: 1,75;
}

.haintro .introshare {
	margin: 25px auto 0;
}
.haintro .introshare .sharemess {
	margin-bottom: 15px;
	padding: 0 15px;
}
.haintro .introshare .sharelogo {
	margin: 0 0 10px;
}
.haintro .introshare .sharelogo img {
	width: 46px;
}
.haintro .introshare .messin {
}
.haintro .introshare .messcap {
	font-size: 15px;
}
.haintro .introshare .messlarin {
	font-size: 28px;
	text-shadow: 0 1px #231815, 1px 0 #231815, -1px 0 #231815, 0 -1px #231815;
}
.haintro .introshare .sharebox {
	padding: 15px 15px 25px;
}
.haintro .introshare .sharelist {
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px 0;
}
.haintro .introshare .sharelist li {
	max-width: none;
	width: 47%;
	margin: 10px 1.5%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.haintro .introshare .sharelist .shareimg img {
	width: 100%;
}
.haintro .introshare .sharelist .sharetxt {
	height: 50px;
	font-size: 11px;
	letter-spacing: 0.04em;
}
.haintro .introshare .sharenote {
	margin-top: 20px;
	text-align: left;
	padding: 0 5px;
}
}


/* strengthen
----------------------------------------------- */
.strengthen {
	background: #c9f3f7;
	padding: 40px 30px 55px;
	position: relative;
}
.strengthen .strengdec {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.strengthen .strengbox {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.strengthen .strengbox .hdl {
	position: absolute;
	right: 0;
	top: 35px;
	z-index: 0;
}
.strengthen .strenginner {
	position: relative;
	z-index: 1;
}
.strengthen .strengcap {
	text-align: center;
	margin-bottom: 10px;
}
.strengthen .strengflex {
	display: flex;
	align-items: center;
}
.strengthen .strengflex .fleximg {
	width: 55%;
}
.strengthen .strengflex .fleximg img {
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-ms-border-radius: 70px;
	-o-border-radius: 70px;
	border-radius: 70px;
}
.strengthen .strengflex .flexin {
	padding: 0 0 0 2.3%;
	font-size: 21px;
	line-height: 2.57;
	width: 45%;
}

@media all and (max-width: 959px) {
.strengthen .strengbox .hdl {
	right: -50px;
}
.strengthen .strengflex {
	flex-direction: column;
}
.strengthen .strengflex .fleximg {
	width: auto;
}
.strengthen .strengflex .flexin {
	padding: 0;
	margin: 50px 0 0;
	width: auto;
}
}
@media (max-width: 767px) {
.strengthen {
	padding: 20px 18px 40px;
}
.strengthen .strengdec {
	right: -120px;
	width: 228px;
}
.strengthen .strengbox .hdl {
	right: -30px;
	top: 30px;
}
.strengthen .strenginner {
	position: relative;
	z-index: 1;
}
.strengthen .strengcap {
	text-align: center;
	margin-bottom: 30px;
}
.strengthen .strengflex .fleximg {
	width: auto;
}
.strengthen .strengflex .fleximg img {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
}
.strengthen .strengflex .flexin {
	font-size: 15px;
	line-height: 2.2;
	margin: 25px 0 0;
	width: 100%;
	padding: 0 15px;
}
}


/* really
----------------------------------------------- */
.hareally {
	padding: 115px 0 200px;
	background: url(../images/img_really.png) right bottom no-repeat #edecea;
	position: relative;
}
.hareally:before {
	position: absolute;
	content: "";
	background: url(../images/arrow_really.png) center center no-repeat;
	width: 100%;
	height: 150px;
	left: 0;
	bottom: 5px;
	z-index: 0;
}
.hareally .reallybox {
	max-width: 890px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.hareally .reallycap {
	font-size: 29px;
	color: #000;
	font-weight: 700;
	transform: rotate(-30deg);
}
.hareally .reallytit {
	font-size: 59px;
	font-weight: 700;
	line-height: 1.1;
	color: #000;
	margin-top: 10px;
}
.hareally .reallycheck {
	margin-top: 35px;
}
.hareally .reallycheck li+li {
	margin-top: 25px;
}
.hareally .reallycheck li {
	padding-left: 50px;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.08em;
	position: relative;
}
.hareally .reallycheck .line {
	padding-left: 10px;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 55%, #feee9a 0%) repeat scroll 0 0;
}
.hareally .reallycheck li:before {
	position: absolute;
	content: "";
	background: url(../images/yellow_check.png) center center no-repeat;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	z-index: 0;
}

@media (max-width: 767px) {
.hareally {
	padding: 45px 0 110px;
	background: url(../images/img_really_sp.png) right 0 no-repeat #edecea;
	background-size: cover;
}
.hareally:before {
	background: url(../images/arrow_really.png) center center no-repeat;
	background-size: 140px 75px;
	width: 100%;
	height: 75px;
	bottom: 15px;
}
.hareally .reallycap {
	font-size: 15px;
}
.hareally .reallytit {
	font-size: 30px;
}
.hareally .reallycheck {
	margin-top: 35px;
}
.hareally .reallycheck li+li {
	margin-top: 15px;
}
.hareally .reallycheck li {
	padding-left: 25px;
	font-size: 14px;
}
.hareally .reallycheck .line {
	padding-left: 0;
}
.hareally .reallycheck li:before {
	background: url(../images/yellow_check.png) center center no-repeat;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	top: 5px;
}
}


/* flow
----------------------------------------------- */
.haflow {
	padding: 50px 30px 65px;
}
.haflow .flowcap {
	text-align: center;
	margin-bottom: 15px;
}
.haflow .flowcapin {
	text-align: center;
	font-size: 27px;
	color: #fe83b6;
	letter-spacing: 0.18em;
	margin-bottom: 5px;
}
.haflow .hdm {
	text-align: center;
	margin-bottom: 30px;
}
.haflow .flowdet {
	text-align: center;
	margin-bottom: 15px;
}
.haflow .flowcont {
	text-align: center;
}

@media (max-width: 767px) {
.haflow {
	padding: 30px 15px 50px;
}
.haflow .flowcap {
	text-align: center;
	margin-bottom: 10px;
}
.haflow .flowcap img {
	width: 221px;
}
.haflow .flowcapin {
	font-size: 15px;
}
.haflow .hdm {
	margin-bottom: -20px;
	position: relative;
}
.haflow .flowdet {
	margin-bottom: 10px;
}
}


/* point
----------------------------------------------- */
.hapoint {
	background: url(../images/bg_point.png) center center no-repeat;
	background-size: cover;
	padding: 30px 0 35px;
	position: relative;
}
.hapoint .pointdec {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.hapoint .pointcap {
	text-align: center;
	position: relative;
	z-index: 1;
}
.hapoint .hdl {
	max-width: 1080px;
	margin: -50px auto 0;
	line-height: 1;
	color: rgba(255,255,255,0.4);
	text-align: right;
}

@media (max-width: 767px) {
.hapoint {
	background: url(../images/bg_point_sp.png) center center no-repeat;
	background-size: cover;
	padding: 30px 0 20px;
}
.hapoint .pointdec {
	display: none;
}
.hapoint .pointcap {
	text-align: center;
	position: relative;
	z-index: 1;
}
.hapoint .pointcap img {
	width: 337px;
}
.hapoint .hdl {
	margin: -30px auto 0;
}

}


/* style
----------------------------------------------- */
.hastyle {
	background: url(../images/bg_style.png) center center no-repeat;
	background-size: cover;
	padding: 80px 0 45px;
	position: relative;
}
.hastyle .pointdec {
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 0;
}
.hastyle .pointcap {
	text-align: center;
	position: relative;
	z-index: 1;
}
.hastyle .hdl {
	max-width: 1080px;
	margin: -70px auto 0;
	line-height: 1;
	color: rgba(255,255,255,0.4);
	text-align: right;
}
.hastyle .comslider {
	margin-top: -80px;
}

@media (max-width: 767px) {
.hastyle {
	background: url(../images/bg_style_sp.png) center center no-repeat;
	background-size: cover;
	padding: 30px 0 10px;
}
.hastyle .pointdec {
	display: none;
}
.hastyle .pointcap {
	text-align: center;
	position: relative;
	z-index: 1;
}
.hastyle .pointcap img {
	width: 346px;
}
.hastyle .hdl {
	margin: -30px auto 0;
}
.hastyle .comslider {
	margin-top: -50px;
}

}


/* comslider
----------------------------------------------- */
.comslider {
	position: relative;
	margin-top: -40px;
}
.comslider .slick-arrow {
	width: 30px;
	height: 44px;
	background: none;
	border: none;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	top: 50%;
	margin-top: -22px;
	position: absolute;
	cursor: pointer;
	outline: none;
	z-index: 2;
}
.comslider .slick-prev {
	left: 21vw;
}
.comslider .slick-next {
	right: 21vw;
}
.comslider .slick-prev:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border-right:30px #fff solid;
	border-left:0;
	border-top:22px solid transparent;
	border-bottom:22px solid transparent;
	z-index: 1;
}
.comslider .slick-next:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border-left:30px #fff solid;
	border-right:0;
	border-top:22px solid transparent;
	border-bottom:22px solid transparent;
	z-index: 1;
}
.comslider .slick-slide {
	margin: 0 3.75vw;
}
.comslider .slick-list {
	padding-bottom: 35px !important;
	padding-top: 35px !important;
}
.comslider .slickbox {
	background: #fff;
	padding: 30px 40px 40px 30px;
	border: 1px #ff93cb solid;
	-webkit-box-shadow: 0 0 25px rgba(255,77,170,0.5);
	-moz-box-shadow: 0 0 25px rgba(255,77,170,0.5);
	-ms-box-shadow: 0 0 25px rgba(255,77,170,0.5);
	-o-box-shadow: 0 0 25px rgba(255,77,170,0.5);
	box-shadow: 0 0 25px rgba(255,77,170,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.comslider .slickico {
	position: absolute;
	top: -35px;
	left: -50px;
	width: 140px;
	height: 140px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
.comslider .slickbox .slidertit {
	padding: 0 0 0 70px;
	margin-bottom: 30px;
	font-size: 34px;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.comslider .slickbox .sliderflex {
	display: flex;
	align-items: flex-start;
}
.comslider .slickbox .sliderimg {
	margin-right: 4.8%;
	max-width: 56%;
}
.comslider .slickbox .sliderimg img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.comslider .slickbox .slidercont {
	flex: 1;
}
.comslider .slickbox .slidertxt {
	line-height: 2.375;
}
.comslider .slickbox .slidertxt .line {
	color: #fe83b6;
	padding-bottom: 5px;
	border-bottom: 1px #fe83b6 solid;
}

@media all and (max-width: 959px) {
.comslider .slick-slide {
	margin: 0;
	padding: 0 80px;
}
.comslider .slick-prev {
	left: 20px;
}
.comslider .slick-next {
	right: 20px;
}
}
@media (max-width: 767px) {
.comslider {
	margin-top: -50px;
}
.comslider .slick-arrow {
	width: 16px;
	height: 22px;
	margin-top: -11px;
}
.comslider .slick-prev {
	left: 5px;
}
.comslider .slick-next {
	right: 5px;
}
.comslider .slick-prev:before {
	border-right:16px #fff solid;
	border-top:11px solid transparent;
	border-bottom:11px solid transparent;
}
.comslider .slick-next:before {
	border-left:16px #fff solid;
	border-top:11px solid transparent;
	border-bottom:11px solid transparent;
}
.comslider .slick-slide {
	padding: 0 30px;
}
.comslider .slickbox {
	padding: 30px 15px;
}
.comslider .slickico {
	position: absolute;
	top: -18px;
	left: -25px;
	width: 70px;
	height: 70px;
	padding: 8px;
}
.comslider .slickbox .slidertit {
	padding: 0 0 0 30px;
	margin-bottom: 25px;
	font-size: 17px;
}
.comslider .slickbox .sliderflex {
	display: block;
}
.comslider .slickbox .sliderimg {
	width: 100%;
	max-width: none;
	text-align: center;
	margin-bottom: 10px;
}
.comslider .slickbox .sliderimg img {
	width: 100%;
}
.comslider .slickbox .slidertxt {
	line-height: 1.75;
}
.comslider .slickbox .slidertxt .line {
	padding-bottom: 3px;
}
}
/* XXXXXXXXXX
----------------------------------------------- */

@media all and (max-width: 959px) {

}
@media (max-width: 767px) {

}







