@charset "utf-8";
/*@import url(../../../fonts.googleapis.com/earlyaccess/notosansjp.css);*/
/*@import url(../../../fonts.googleapis.com/css~family=Shadows+Into+Light.csst');*/

html,
body {
	background: #fff none;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	color: #333;
	letter-spacing: 0;

	font-family: '微软雅黑', Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	letter-spacing: 0.05em;
	line-break: strict;
}


body {
	height: auto !important;
}
*::selection {
	background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
/* ---------------------- option ---- */
.ff_shadow {
	font-family: 'Shadows Into Light', cursive;
	font-style: italic;
	transform: skew(-11deg) rotate(-8deg);
}

.iconcn-xiangshangjiantou {
	font-size: 24px;
}

.fc-blue {
	color: #da261d;
}

.link-txt {
	color: #da261d;
	text-decoration: underline;
}

.bg-txt {
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
@media screen and (min-width: 768px) {
	.link-txt:hover {
		text-decoration: none;
	}
	.tel_link {
		pointer-events: none;
	}
}

/* ---------------------------------------------------------------- loding-bar ---- */

.loading__bar {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	overflow: hidden;
}

.loading__bar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 50%;
	background-color: #103566;
	z-index: 2;
}
.loading__bar::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0%;
	width: 100%;
	height: 51%;
	background: #103566;
	z-index: 1;
}

.loading__bar.fadeout {
	animation: loading .3s cubic-bezier(0, 0, 0.1, 1.0) .0s forwards;
}

.loading__bar.fadeout::before {
	animation: loadingbar .3s cubic-bezier(0, 0, 0.1, 1.0) 0s forwards;
}

.loading__bar.fadeout::after {
	animation: loadingbar .3s cubic-bezier(0, 0, 0.1, 1.0) 0s forwards;
}

.loading__bar .ball-clip-rotate-multiple {
	position: absolute;
	left: 50vw;
	top: 50vh;
	z-index: 3;
}

.loading__bar.fadeout .ball-clip-rotate-multiple {
	animation: loadingitem .3s cubic-bezier(0, 0, 0.1, 1.0) 0s forwards;
	transform: scale(1);
}

@keyframes loading {
	0% {
		visibility: visible;
		display: block;
	}
	99% {
		visibility: hidden;
		display: block;
	}
	100% {
		visibility: hidden;
		display: none;
	}
}

@keyframes loadingbar {
	0% {
		opacity: 1;
		visibility: visible;
		display: block;
		height: 100%;
	}
	99% {
		opacity: 1;
		visibility: hidden;
		display: block;
		height: 0%;
	}
	100% {
		opacity: 0;
		visibility: hidden;
		display: none;
		height: 0%;
	}
}

@keyframes loadingitem {
	0% {
		opacity: 1;
		visibility: visible;
		display: block;
		transform: scale(1);
	}
	99% {
		opacity: 0;
		visibility: hidden;
		display: block;
		transform: scale(3);
	}
	100% {
		opacity: 0;
		visibility: hidden;
		display: none;
		transform: scale(3);
	}
}

/* ---------------------------------------------------------------- wrapper ---- */

@media screen and (min-width: 767px) {
	#wrapper {
		min-width: 1024px;
		position: relative;
		z-index: 2;
		margin-bottom: 260px;
	}
	.w1000 {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.w1100 {
		max-width: 1100px;
		width: calc(100% - 200px);
		min-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.w1300 {
		max-width: 1300px;
		width: calc(100% - 200px);
		min-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.w1200 {
		max-width: 1200px;
		width: calc(100% - 200px);
		min-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.w1500 {
		max-width: 1500px;
		width: calc(100% - 200px);
		min-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
#wrapper {
	overflow: hidden;
	background-color: #fff;
}

.triangle-bg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
	pointer-events: none;
}

.triangle-bg li {
	display: block;
	width: 100%;
	height: 200%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	backface-visibility: hidden;
}

.triangle-bg li:nth-child(1) {
	background: url(../img/bg/bg00.png) center calc(10vw - 100px) /1920px auto repeat;
	opacity: .8;
}
.triangle-bg li:nth-child(2) {
	background: url(../img/bg/rec_bg.png) center 0 /1471px auto no-repeat;
	display: none;
	opacity: .6;
}


/* ---------------------------------------------------------------- header ---- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: 0.3s ease;
	height: 120px;
}
@media screen and (min-width: 768px) {
	#header {
		min-width: 1024px;
	}
	#header.hscr {
		height: 80px;
		box-shadow: 0 4px 8px rgba(85, 85, 85, .08);
	}
}
.header-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*max-width: 1500px;*/
	padding: 0 50px;
	margin: 0 auto;
	height: 80px;
	position: relative;
	background-color: #ffffff;
	z-index: 9998;
	transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
	.hscr .header-in {
		padding: 0 30px;
		height: 80px;
	}
}
/* ---------------------- option ---- */
.logo {
	display: flex;
	align-items: center;
}
.logo__link {
	display: block;
	margin-right: 30px;
	width: 390px;
	height: 40px;
	padding-left: 110px;
	background-repeat: no-repeat;
	background-position: left center;
	transition: 0.3s ease;
	background-size: auto 100%;
    text-shadow: none;
    color: #1b1b1b;
	font-size: 20px;
}
@media screen and (min-width: 768px) {
	.hscr .logo__link {
		width: 390px;
		padding-left: 110px;
	}
}
/* ---------------------- option ---- */
.hlang-btn {
	position: absolute;
	left: -100px;
	transition: 0.3s ease;
	top: 45px;
}

@media screen and (min-width: 768px) {
	.hscr .hlang-btn {
		left: -150px;
		top: 25px;
	}
}
[class*='hlang-ico--'] {
	width: 90px;
	height: 30px;
	align-items: center;
	display: flex;
	background-color: #fff;
	border-radius: 14.5px;
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	transition: 0.3s ease;
	cursor: pointer;
}
.hlang-ico--jp::before {
	content: '';
	width: 18px;
	height: 12px;
	position: relative;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 3px;
}
.hlang-ico--jp::before {
	background-image: url(../img/header/lang/ico_jp.png);
}
/* ---------------------- option ---- */
.hlang-sublist {
}
.hlang-item {
}
.hnav-sub__link {
}
@media screen and (min-width: 768px) {
	[class*='hlang-ico--']:hover {
		background-color: #da261d;
		color: #fff;
	}
	.hlang-sublist {
		position: fixed;
		width: 100%;
		left: 0;
		top: 120px;
		background: #da261d;
		color: #fff;
		visibility: hidden;
		transition: all 0.2s ease-in-out;
		opacity: 0;
		transform-origin: 0px 0px;
		padding: 40px 0;
	}

	.hlang-btn--opened .hlang-sublist {
		visibility: visible;
		opacity: 1;
	}

	.hscr .hlang-sublist {
		top: 80px;
	}

	.hlang-ul {
		width: 600px;
		transform: translateX(15px);
		transition: all 0.3s ease 0.1s;
	}

	.hlang-btn--opened .hlang-ul {
		transform: translateX(0px);
	}

	.hlang-item {
		width: calc((100% - 30px) / 2);
		height: 60px;
	}

	.hlang-item a {
		display: block;
		width: 100%;
		background-color: #fff;
		height: 60px;
		line-height: 56px;
		color: #333;
		text-align: center;
		border-radius: 30px;
		padding-left: 0;
	}

	.hlang-item a img{
		vertical-align: middle;
		margin-right: 10px;
		width: 30px;
	}
}
/* ---------------------- option ---- */
@media screen and (min-width: 768px) {
	.header-item,
	.hnav,
	.hnav-list,
	.hnav-item,
	.hnav__link {
		height: 100%;
	}
}
.header-item {
	display: flex;
	align-items: center;
	width: calc(100% - 445px);
	justify-content: flex-end;
	position: relative;
}
.hnav {
	width: 100%;
	position: relative;
}
.hnav-list {
	display: flex;
	align-items: center;
	color: #333;
	justify-content: flex-end;
	position: relative;
	transition: 0.6s ease;
}
.hnav__link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}

.hnav-item .hnav__link {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
}
@media (max-width: 1200px) {
	#header .hnav-item .hnav__link {
		width: 100%;
		font-size: 16px;
		font-weight: normal;
		color: #ffffff;
		text-align: left;
	}
}

.header_href_lightingPro {
	color: #da261d;
	background-color: #ffffff;
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border-radius: 18px;
	padding: 0 15px;
}

.index_href_history {
	border-radius: 30px;
	color: #da261d;
	background: #ffffff;
	line-height: 40px;
	display: inline-block;
	padding: 0 70px;
	font-size: 16px;
	letter-spacing: 4px;
	font-weight: 600;
}

.index_href_lighting {
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #da261d;
	
}

.tablet .hnav__link {
	pointer-events: none;
}
.hnav-item {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	margin-right: 3%;
}
.hnav-sub__link {
}
/* ---------------------- option ---- */
@media screen and (min-width: 768px) {
	.hnav__link:after {
		content: '';
		background: #3f3f3f;
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: scaleX(0);
		opacity: 0;
		transition: 0.3s ease;
	}
	.hnav__link:hover:after,
	.hnav-item--current .hnav__link:after {
		transform: scaleX(1);
		opacity: 1;
	}
}
/*============================ #メガドロップ ============================*/
@media screen and (min-width: 768px) {
	.hnav-sublist {
		position: fixed;
		width: 100%;
		left: 0px;
		top: 80px;
		background: #3f3f3f;
		color: #fff;
		visibility: hidden;
		transition: all 0.1s ease;
		opacity: 0;
		transform-origin: 0px 0px;
		padding: 40px 0 30px;
		z-index: 0;
	}
	.hscr .hnav-sublist {
		top: 80px;
	}
	.hnav__sub:hover .hnav-sublist {
		visibility: visible;
		opacity: 1;
		transition: all 0.3s ease;
		z-index: 1;
	}

	/*.sub-nav-ttl .linkbtn {
		background: #fff;
		color: #1e3f66;
	}*/
	.sub-nav-ttl-txt {
		font-weight: bold;
		font-size: 25px;
		color: #fff;
		margin-bottom: 40px;
	}

	.sub-nav-item {
		cursor: pointer;
	}
	.sub-nav-item-img {
		width: 100%;
		height: 12vw;
		max-height: 210px;
		min-height: 120px;
		transition: 0.3s ease;
		overflow: hidden;
		position: relative;
	}
	.sub-nav-item-img img{
		transition: 0.3s ease;
		position: absolute;
		left: 50%;
		bottom: 0;
		top: 0;
		width: 100%;
		margin: auto 0;
		min-width: 100%;
		min-height: 100%;
		transform: translateX(-50%);
		transform-origin: 0;
	}
	.sub-nav-item:hover .sub-nav-item-img img{
		transform: scale(1.08) translateX(-50%);
		transition: 0.3s ease;
	}
	.sub-nav-item-txt {
		position: relative;
		margin-top: 10px;
		padding-left: 20px;
		transition: 0.3s ease;
	}
	.sub-nav-item-txt .iconfontcn {
		background: transparent;
	}
	.sub-nav-item:hover .sub-nav-item-txt:before {
		margin-left: 5px;
		margin-right: 5px;
	}
	.sub-nav-list {
		color: #fff;
		width: calc(100% - 370px);
		opacity: 0;
		transform: translateX(15px);
		transition: all 0.3s ease 0.1s;
	}
	.hnav__sub:hover .sub-nav-list {
		opacity: 1;
		transform: translateX(0px);
	}

	.sub-nav-ttl-img {
		font-size: 33px;
		letter-spacing: 0.1em;
		color: #5397fc;
		line-height: 1.14;
		position: relative;
		top: -30px;
		left: 0px;
		font-family: 'Shadows Into Light', cursive;
		font-style: italic;
		transform: skew(-11deg) rotate(-11deg);
		padding-left: 0.5em;
		text-indent: -0.5em;
	}

	/* ---------------------- option ---- */
	.sub-nav--01 .sub-nav-item {
		display: inline-block;
		width: calc((100% - 50px) / 4) !important;
	}
	.sub-nav--02 .sub-nav-item {
		width: calc((100% - 40px) / 3);
	}
	.sub-nav--03 .sub-nav-item {
		width: calc((100% - 60px) / 3);
	}
	.sub-nav--04 .sub-nav-item {
		width: calc((100% - 40px) / 3);
	}
}

/* ---------------------- option ---- */
.hnav-contactbtn {
	width: 140px;
	height: 36px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	position: relative;
	overflow: hidden;
	border: 2px solid #da261d;
	background-color: #da261d;
	background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 0.6s ease;
	transition: background 0.6s ease;
}
.hnav-contactbtn-in {
	position: relative;
	z-index: 2;
	transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
	.hnav-contactbtn:hover {
		background-position: 0;
	}
	.hnav-contactbtn:hover .hnav-contactbtn-in {
		color: #da261d;
	}
}
/*============================ #スクロール時 ============================*/
#header.hscr {
	/*background-color: #fff;*/
}
#header::before {
	content: '';
	width: 0;
	height: 100%;
	background-color: #fff;
	display: block;
	transition: 0.3s ease;
	position: absolute;
	transform: skewX(-40deg);
	left: -20%;
}
#header.hscr::before {
	width: 140%;
}
.recruit-top #header:not(.menu--active) .logo__link,
#header.hscr .logo__link {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.recruit-top #header:not(.menu--active) .hnav-list,
.hscr .hnav-list {
	color: #333;
}
.recruit-top #header [class*='hlang-ico--'],
#header.hscr [class*='hlang-ico--'] {
	border: 1px solid #c9c9c9;
}

/* ---------------------------------------------------------------- main ---- */

#main {
	display: block; /*IE対策*/
}

@media screen and (min-width: 768px) {
	.block__in {
		max-width: 1300px;
		width: calc(100% - 200px);
		min-width: 1000px;
	}
	.block__in02 {
		max-width: 1300px;
		width: calc(100% - 100px);
		min-width: 1000px;
	}
}
/* ---------------------- option ---- */
.block__txt {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	/*font-weight: bold;*/
}
/*============================ #第二下層メイン部分 ============================*/
.pmain {
	width: 100%;
	height: 400px;
	position: relative;
}
@media screen and (min-width: 768px) {
	.pmain {
		min-height: 400px;
		height: 35vw;
		max-height: 600px;
	}
}
/* prettier-ignore */
/*.pmain:before {*/
	/*content: '';*/
	/*position: absolute;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*top: 0;*/
	/*bottom: 0;*/
	/*right: 0;*/
	/*left: 0;*/
	/*margin: auto;*/
	/*background: -moz-linear-gradient(top,rgba(20, 50, 100, 0.7) 0%,rgba(30, 80, 130, 0.5) 80%);*/
	/*background: -webkit-linear-gradient(top,rgba(20, 50, 100, 0.7) 0%,rgba(30, 80, 130, 0.5) 80%);*/
	/*background: linear-gradient(to bottom,rgba(20, 50, 100, 0.7) 0%,rgba(30, 80, 130, 0.5) 80%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(	startColorstr='#002850',endColorstr='#991d4771',GradientType=0);*/
/*}*/
.pmain-in {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	color: #fff;
}
.pmain__sub {
	font-size: 60px;
	letter-spacing: 0.1em;
	font-family: 'Shadows Into Light', cursive;
	font-style: italic;
	transform: skew(-11deg) rotate(-11deg);
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: bold;
}
.pmain__ttl {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.1;
}
/*============================ #パンくず ============================*/
.breadcrumbs {
	z-index: 1;
	position: relative;
}
.breadcrumbs-list {
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	padding: 15px 0;
}
.breadcrumbs-item {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: 600;
}
.breadcrumbs-list i {
	display: inline-block;
	position: static;
	background: transparent;
	color: #1b1b1b;
}

.breadcrumbs-item__link {
	display: inline-block;
	position: relative;
	color: #da261d;
	transition: 0.3s ease;
	text-decoration: underline;
}

@media screen and (min-width: 767px) {
	.breadcrumbs-list {
		width: calc(100% - 200px);
		max-width: 1300px;
		min-width: 1000px;
	}
	.breadcrumbs-item__link:hover {
		color: #333;
	}
}
/*============================ #下層のlead部分の英語 ============================*/
.block__ttlen {
	font-size: 70px;
	letter-spacing: 0.1em;
	color: #5397fc;
	line-height: 1.14;
	position: relative;
	top: -30px;
	left: -35px;
	font-family: 'Shadows Into Light', cursive;
	font-style: italic;
	transform: skew(-11deg) rotate(-11deg);
	padding-left: 0.5em;
	text-indent: -0.5em;
}
/*============================ #linkbtn ============================*/
.btn-wrp {
	display: flex;
	align-items: center;
	justify-content: center;
}
.linkbtn {
	width: 230px;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 25px;
	position: relative;
	font-weight: bold;

	border: 2px solid #da261d;
	background-color: #da261d;
	background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 0.6s ease;
	transition: background 0.6s ease;
}
.linkbtn-in {
	/*position: relative;*/
	z-index: 1;
	transition: 0.6s ease;
}

/* ---------------------- option ---- */
.linkbtn--pdf .linkbtn-in::after {
	content: '';
	width: 17px;
	height: 20px;
	background: url(../img/ico_pdf.png) center /100% no-repeat;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.linkbtn--arw .linkbtn-in::after {
	content: '\f105';
	font-family: fontawesome;
	height: 1em;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	font-weight: bold;
	font-size: 20px;
}
.linkbtn--new .linkbtn-in::after {
	content: '\f08e';
	font-family: fontawesome;
	height: 1em;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	font-weight: bold;
	font-size: 16px;
}
/* ---------------------- option ---- */
.linkbtn--wh {
	background-color: #fff;
	border: 2px solid #fff;
	background-color: #fff;
	background-image: linear-gradient(45deg, #da261d 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 0.6s ease;
	transition: background 0.6s ease;
	color: #da261d;
}

@media screen and (min-width: 768px) {
	.linkbtn:hover {
		background-position: 0;
	}
	.linkbtn:hover .linkbtn-in {
		color: #da261d;
	}
	.linkbtn--wh:hover,
	.linkbtn--wh:hover .linkbtn-in {
		color: #fff;
	}
}
/*============================ #ボーダーだけのボタン ============================*/
.linkbtn02 {
	border: 1px solid #fff;
	color: #fff;
	width: 230px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20px;
	border-radius: 20px;
	position: relative;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: bold;
	overflow: hidden;

	/*background-color: #da261d;*/
	background-image: linear-gradient(45deg, #da261d 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 0.6s ease;
	transition: background 0.6s ease;
	/*color: #da261d;*/
}
.linkbtn02::after {
	content: '\f054';
	font-family: fontawesome;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 1em;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.linkbtn02:hover {
		background-position: 0;
	}
	.linkbtn02:hover .linkbtn-in {
		color: #fff;
	}
}
/*============================ #見出し／下に英字 ============================*/
.block__ttl-wrp {
	text-align: center;
}
.block__ttl-wrp:before {
	content: "";
	position: absolute;
	left:0;
	right: 0;
	margin: 0 auto;
	width: 60px;
	height: 4px;
	top: -2px;
	background-color: #da261d;
}
.block__ttl {
	font-size: 30px;
	letter-spacing: 0.05em;
	color: #da261d;
	line-height: 1.2;
	margin-bottom: 10px;
}
.block__ttl--sub {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	display: block;
}
/* ---------------------- option ---- */
.block__ttl--wh .block__ttl,
.block__ttl--wh .block__ttl--sub {
	color: #fff;
}
/*============================ #見出し／上に英字 ============================*/
.block__ttl02 {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.block__ttl02--sub {
	font-weight: bold;
	font-size: 12px;
	color: #da261d;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	display: block;
}
/* ---------------------- option ---- */
.block__ttl02--wh {
	color: #fff;
}
.block__ttl02--wh .block__ttl02--sub {
	color: #a6a6a6;
}

/*============================ #見出し／下層大きい見出し ============================*/
.block__ttl03{
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #3f3f3f;
	padding: 0;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

/*============================ #見出し／下層小さい見出し ============================*/
.block__ttl04{
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	position: relative;
	margin-right: 90px;
	display: inline-block;
	margin-bottom: 60px;
}
.block__ttl04::after{
	font-size: 24px;
	color: #5397fc;
	letter-spacing: 0.15em;
	position: absolute;
	bottom: -20px;
	right: -150px;
	margin: auto;
	font-family: 'Shadows Into Light', cursive;
	font-style: italic;
	transform: skew(-11deg) rotate(-11deg);
	width: 200px;
}
.block__ttl04--wh {
	color: #fff;
}
/*============================ #localnav ============================*/
.localnav {
	padding: 70px 0 60px;
}
.localnav-in.block__in {
}
.localnav__ttl {
	font-size: 30px;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 1.2;
	margin-bottom: 60px;
	display: inline-block;
}
.localnav__ttl--sub {
	font-size: 24px;
	color: #5397fc;
	letter-spacing: 0.15em;
	position: absolute;
	bottom: -20px;
	right: -50px;
	margin: auto;
	font-family: 'Shadows Into Light', cursive;
	font-style: italic;
	transform: skew(-11deg) rotate(-8deg);
}
.localnav-list {
	justify-content: flex-start;
}
.localnav-item {
	width: calc((100% - 70px)/3);
	position: relative;
}
.localnav-item:not(:last-child) {
	margin-right: 34px;
}
.localnav__link {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.localnav-img {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #da261d;
}
.localnav-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s ease;
}
.localnav-img img{
	transition: 0.3s ease;
}
.localnav__txt {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: 600;
	line-height: 1.75;
	margin-bottom: 5px;
}
.localnav__txt::before {
	content: '\f105';
	font-family: fontawesome;
	width: 18px;
	height: 18px;
	background-color: #0c479d;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.iconcn-xiangyoujiantou {
	width: 18px;
	height: 18px;
	background-color: #0c479d;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* ---------------------- option ---- */
.biznav-img--01:before {
	background: url(../img/localnav/img_01.jpg) center /100% auto no-repeat;
}
.biznav-img--02:before {
	background: url(../img/localnav/img_02.jpg) center /100% auto no-repeat;
}
.biznav-img--03:before {
	background: url(../img/localnav/img_03.jpg) center /100% auto no-repeat;
}
.comnav-img--01:before {
	background: url(../img/localnav/img_04.jpg) center /100% auto no-repeat;
}
.comnav-img--02:before {
	background: url(../img/localnav/img_05.jpg) center /100% auto no-repeat;
}
.comnav-img--03:before {
	background: url(../img/localnav/img_06.jpg) center /100% auto no-repeat;
}
.comnav-img--04:before {
	background: url(../img/localnav/img_07.jpg) center /100% auto no-repeat;
}

@media screen and (min-width: 768px) {
	.localnav__link:hover .localnav-img:before {
		transform: scale(1.08);
		opacity: .5;
	}
	.localnav__link:hover .localnav__txt {
		text-decoration: underline;
	}
}

/*============================ #contents ============================*/

.wnav-cnt {
	width: 100%;
	height: 100%;
	position: relative;
	background: #071f42 center 70% /cover no-repeat;
}



.wnav-cnt-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.wnav-cnt-wrap::before {
	content: "";
	background: rgba(31,90,178,.3);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

.block__in,
.block__in02 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.wnav-cnt-in {
	height: 500px;
	padding-top: 150px;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 768px){
	.wnav-cnt-in {
		align-items: flex-start;
	}
}
.wnav-cnt-left {
	width: calc(50% - 20px);
	height: 390px;
	overflow: hidden;
	box-shadow: 0px 2rem 3rem -1rem rgba(0, 0, 0, 0.3);
	transition: 0.6s ease;
}

.wnav-cnt-right {
	width: calc(50% - 20px);
	height: 400px;
	overflow: hidden;
	box-shadow: 0px 2rem 3rem -1rem rgba(0, 0, 0, 0.3);
	transition: 0.6s ease;
}



.wnav-cnt-img {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.wnav-cnt-left .wnav-cnt-img,
.wnav-cnt-right .wnav-cnt-img {
	opacity: 1;
	transition: 0.3s ease;
	width: 100%;
}

.wnav-cnt-left .wnav-cnt-img {
	background: url('../img/index/about_banner.jpg') center /cover no-repeat;
}

.wnav-cnt-right .wnav-cnt-img {
	background: url(../img/wnav/right.jpg) center /cover no-repeat;
}



.wnav-cnt-menu dt{
	width: 100%;
	height: 100px;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	padding-top: 25px;
}

.wnav-cnt-menu dt span{
	display: inline-block;
	font-size: 12px;
	color: #da261d;
}

.wnav-cnt-menu dd {
	width: 100%;
	height: 60px;
	float: left;
	font-size: 14px;
}

.wnav-cnt-menu dd.big {
	width: 100%;
	height: 70px;
	font-size: 16px;
}

.wnav-cnt-menu dd.wide {
	width: 100%;
}

.wnav-cnt-menu dd a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #da261d;
	background-image: linear-gradient(45deg, #124a9c 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 0.6s ease;
	transition: background 0.6s ease;
	border-bottom: 1px solid rgba(255,255,255,.3);
	color: #fff;
	text-align: center;
	line-height: 59px;
	position: relative;
}

.wnav-cnt-menu dd a i {
	left: 95%;
	background: transparent;
}

.wnav-cnt-menu dd.big a {
	line-height: 69px;
}

.wnav-cnt-menu dd:nth-child(2n+1) a {
	border-right: 1px solid rgba(255,255,255,.3);
}


.footer_right {
	float: right;
	width: 500px;
	overflow: hidden;
}

.footer_right_logo {
	width: 440px;
	float: right;
	margin-right: 0!important;
	padding-bottom: 10px;
}

.footer_right_logo>a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	text-align: right;
	margin-right: 0!important;
	color: #ffffff;
	font-size: 24px;
}

.footer_right_p {
	padding-top: 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	text-align: right;
}







@media screen and (min-width: 768px){
	.wnav-cnt-left:hover,
	.wnav-cnt-right:hover {
		box-shadow: 0 2rem 3rem 0 rgba(0, 0, 0, 0.3);
	}
	.wnav-cnt-left:hover .wnav-cnt-img,
	.wnav-cnt-right:hover .wnav-cnt-img {
		opacity: .6;
	}

	.wnav-cnt-menu {
		position: relative;
		top: 0;
		transition: 0.3s ease;
	}

	.wnav-cnt-left:hover .wnav-cnt-menu,
	.wnav-cnt-right:hover .wnav-cnt-menu {
		position: relative;
		top: -190px;
	}
	.wnav-cnt-menu dd a:hover {
		background-position: 0;
	}
	.wnav-cnt-menu dd a:hover::after {
		right: 10px;
		opacity: 1;
	}
}

/*============================ #contact ============================*/

.contactbox {
	width: 100%;
	background: url("../img/index/about_banner.jpg") left bottom no-repeat;
	background-size: cover;
	margin-top: 30px;
	padding: 50px 0 100px;
	position: relative;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	.contactbox-in {
		width: calc(100% - 200px);
		max-width: 1200px;
		min-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
.contact-head {
	justify-content: flex-start;
	margin-bottom: 60px;
}
.contactbox__ttl {
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	position: relative;
	color: #ffffff;
	margin-right: 90px;
}
.contactbox__ttl::after {
	content: 'Contact';
	font-size: 24px;
	color: #5397fc;
	letter-spacing: 0.15em;
	position: absolute;
	bottom: -20px;
	right: -50px;
	margin: auto;
	font-family: 'Shadows Into Light', cursive;
	font-style: italic;
	transform: skew(-11deg) rotate(-11deg);
}
.contactbox__ttl--sub {
}
.contactbox-list {
	align-items: stretch;
}
.contactbox-item {
	width: calc((100% - 80px)/3);
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	/*background-image: linear-gradient(45deg, #da261d 50%, transparent 50%);*/
	background-position: 99%;
	background-size: 400%;
	-webkit-transition: background 0.6s ease;
	transition: background 0.6s ease;
	box-shadow: 0px 1rem 2rem -1rem rgba(0, 0, 0, 0.3);
}

.contactbox__link {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 25px 0 10px;
}
.contactbox-item__ttl {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 15px;
	transition: 0.3s ease;
}
.contactbox-telnum {
	color: #da261d;
	font-size: 36px;
	font-feature-settings: 'palt' 1;
}
.contactbox-telnum__sub {
	color: #0e2447;
	letter-spacing: 0.1em;
}
.contactbox-item__ttl--sub {
	display: block;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.contactbox-ico--mail {
	width: 50px;
	height: 40px;
	background: url(../img/contact/ico_mail.png) center /100% auto no-repeat;
	display: inline-block;
}
.contactbox-ico--faq {
	width: 100%;
	height: 63px;
	font-size: 18px;
	font-weight: 800;
	font-feature-settings: 'palt' 1;
	color: #da261d;
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.contactbox-item:nth-child(3) .contactbox__link {
		padding-top: 15px;
	}
	.contactbox-item:nth-child(2) .contactbox-item__ttl {
		margin-bottom: 25px;
	}
	.contactbox-item:nth-child(3) .contactbox-item__ttl {
		margin-bottom: 15px;
		margin-top: 15px;
	}
}


/* ---------------------------------------------------------------- fadein系 ---- */
.fadein-right {
	opacity : 0;
	transform : translate(150px, 0);
	transition : all .6s cubic-bezier(0, 0, 0.1, 1.0);
}

.fadein-right.scrollin {
	opacity : 1;
	transform : translate(0, 0) scale(1);
}

.fadein-left {
	opacity : 0;
	transform : translate(-150px, 0);
	transition : all .6s cubic-bezier(0, 0, 0.1, 1.0);
}

.fadein-left.scrollin {
	opacity : 1;
	transform : translate(0, 0) scale(1);
}

.fadein-top {
	opacity : 0;
	transform : translate(0, -150px);
	transition : all .6s cubic-bezier(0, 0, 0.1, 1.0);
}

.fadein-top.scrollin {
	opacity : 1;
	transform : translate(0, 0) scale(1);
}

.fadein-bottom {
	opacity : 0;
	transform : translate(0, 300px);
	transition : all .6s cubic-bezier(0, 0, 0.1, 1.0);
}

.fadein-bottom.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein-card {
	/*opacity : 0;*/
	transition : all .6s cubic-bezier(0, 0, 0.1, 1.0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY( 90deg ) translate(0, 300px);
	-moz-transform: rotateY( 90deg ) translate(0, 300px);
	-ms-transform: rotateY( 90deg ) translate(0, 300px);
	transform: rotateY( 90deg ) translate(0, 300px);
}

.fadein-card.scrollin {
	/*opacity : 1;*/
	-webkit-transform: rotateY( 0deg ) translate(0, 0);
	-moz-transform: rotateY( 0deg ) translate(0, 0);
	-ms-transform: rotateY( 0deg ) translate(0, 0);
	transform: rotateY( 0deg ) translate(0, 0);
}

.slide-img {
	position: relative;
	overflow: hidden;
}

.slide-img:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: linear-gradient(45deg, #3f3f3f 50%, transparent 50%);
	background-position: 0;
	background-size: 400%;
	-webkit-transition: background 0.6s ease;
	transition: background 1s ease;
	left: 0;
	top: 0;
}

.slide-img.scrollin::before {
	background-position: 100%;
}

.slide-img:after {
	content: "";
	width: 200%;
	height: 100%;
	position: absolute;
	background-image: url(../img/main/slide.jpg);
	background-repeat: repeat;
	background-position: 0;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	left: -50%;
	top: 0;
	transform: skewX(45deg);
}

.slide-img.scrollin::after {
	width: 0;
}

/* ---------------------------------------------------------------- ページトップ ---- */
.pagetop {
	width: 100%;
	height: 60px;
	position: relative;
	background-color: #da261d;
}
.pagetop__link {
	width: 120px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #af2018;
	color: #fff;
	transition: 0.3s ease;
}
.pagetop-icon .fa {
	font-size: 40px;
	text-align: center;
	line-height: 1;
	height: 1em;
	transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
	.pagetop__link:hover {
		width: 100%;
	}
	.pagetop__link:hover .pagetop-icon .fa {
		transform: translateY(-10px);
	}
}
/* ---------------------------------------------------------------- footer ---- */
#footer {
	width: 100%;
	background-color: #333;
	color: #fff;
}
@media screen and (min-width: 768px) {
	#footer {
		height: 260px;
		overflow: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
}
.footer-in {
	padding: 50px 0 0;
}
.footer-block {
	align-items: flex-start;
	padding-bottom: 70px;
}
.fnav {
	width: 450px;
	align-items: flex-start;
}
.fnav-item {
}
.fnav-parent {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.fnav-child {
	font-size: 14px;
	line-height: 2.25;
	color: #959595;
	font-weight: 600;
}
.fnav__link {
	transition: 0.3s ease;
}
.fnav-child::before {
	content: '・';
	position: relative;
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.fnav__link:hover {
		color: #da261d;
		text-decoration: underline;
	}
	.fnav-child .fnav__link:hover {
		color: #fff;
	}
}
/* ---------------------- option ---- */
.footer-logo,
.footer-logo__img {
	width: 300px;
	display: block;
}
/* ---------------------- option ---- */
.footer-btm {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0;
	font-weight: 600;
}
.footer-link-item:not(:last-child) {
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP Style ---- */
	html,
	body {
		font-size: 13px;
		line-height: 1.8;
	}
	.pagefixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.wSp {
		width: calc(100% - 40px);
		margin-right: auto;
		margin-left: auto;
	}
	.maSp {
		margin-left: auto;
		margin-right: auto;
	}

	/* ---------------------------------------------------------------- header ---- */
	#header.hscr {
		box-shadow: 0 4px 8px rgba(85, 85, 85, .08);
	}
	#header,
	.header-in {
		height: 50px;
	}
	.header-in {
		max-width: 100%;
		padding: 0;
	}
	/* ---------------------- option ---- */
	.logo {
		width: calc(100% - 110px);
		padding-left: 10px;
		position: relative;
		z-index: 99;
	}
	.logo__link {
		margin: 0;
		width: 90%;
		max-width: 220px;
		height: 50px;
	}
	.logo__link>div {
		display: none;
	}
	.logo__img {
		width: 225px;
	}
	#spnav__btn {
		position: relative;
		width: 110px;
		height: 50px;
		background: #da261d;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.6s ease;
	}
	.spnav-wrp {
		width: 20px;
		height: 18px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		margin-right: 10px;
	}
	[class*='spnav-line--'] {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #fff;
		transition: all 0.6s ease;
	}
	.spnav-line--01 {
		animation: menubar01 0.75s forwards;
	}
	/* prettier-ignore */
	@keyframes menubar01 {
		0% {transform: translateY(8px) rotate(45deg);}
		50% {transform: translateY(8px) rotate(0);}
		100% {transform: translateY(0) rotate(0);}
	}
	.spnav-line--02 {
		transition: all 0.25s 0.25s;
		opacity: 1;
	}
	.spnav-line--03 {
		animation: menubar02 0.75s forwards;
	}
	/* prettier-ignore */
	@keyframes menubar02 {
		0% {transform: translateY(-8px) rotate(-45deg);}
		50% {transform: translateY(-8px) rotate(0);}
		100% {transform: translateY(0) rotate(0);}
	}
	/* ---------------------- active ---- */
	.spnav__btn--active .spnav-line--01 {
		animation: activemenubar 0.75s forwards;
	}
	/* prettier-ignore */
	@keyframes activemenubar {
		0% {transform: translateY(0) rotate(0);}
		50% {transform: translateY(0) rotate(0);}
		100% {transform: translateY(8px) rotate(45deg);}
	}
	.spnav__btn--active .spnav-line--02 {
		opacity: 0;
	}
	.spnav__btn--active .spnav-line--03 {
		animation: menuactive 0.75s forwards;
	}
	/* prettier-ignore */
	@keyframes menuactive {
		0% {transform: translateY(0) rotate(0);}
		50% {transform: translateY(0) rotate(0);}
		100% {transform: translateY(-8px) rotate(-45deg);}
	}
	/* ---------------------- option ---- */
	.spnav__txt {
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 1;
		color: #fff;
		font-weight: bold;
	}
	/* ---------------------------------------------------------------- OVERLAY ---- */
	.navopen {
	}
	.header-item,
	.hnav {
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease-in;
		/*transform-origin: 0 0;*/
	}
	.header-item {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		padding: 50px 0;
		display: block;
		background-color: rgba(0, 0, 0, 0.8);
		overflow-y: auto;
	}
	.navopen .header-item,
	.navopen .hnav {
		visibility: visible;
		opacity: 1;
	}
	.hnav,
	.hnav-list,
	.hnav-item,
	.hnav__link {
		width: 100%;
		display: block;
	}
	.hnav-item {
		font-size: 15px;
		margin: 0;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.hnav__link {
		padding: 20px 25px;
	}
	.hnav-list {
		border-top: 1px solid rgba(255,255,255,.1);
	}
	/* ---------------------- option ---- */
	.sub-nav-list {
		width: 100%;
		border-top: 1px solid rgba(255,255,255,.1);
	}
	.hnav__sub .hnav__link {

	}
	.hnav__link::before,
	.hnav__link::after,
	.fnav-parent .fnav__link::before,
	.fnav-parent .fnav__link::after {
		width: 15px;
		height: 1px;
		background: #eceef1;
		content: '';
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: 0.3s ease;
	}
	.fnav-parent .fnav__link::before,
	.hnav__link::before {
		transform: rotate(90deg);
	}
	.hnav__sub--opened .hnav__link {
		background-color: #174a90;
	}
	.fnav-parent--opened .fnav__link::before,
	.hnav__sub--opened .hnav__link::before {
		transform: rotate(180deg);
		transition: 0.3s ease;
	}
	/* ---------------------- option ---- */
	.hnav-sublist {
		position: relative;
		width: 100%;
		/*background: rgba(0,0,0,.5);*/
		background: #3f3f3f;
		color: #fff;
		display: none;
		font-size: 0;
	}
	/*.hnav-sublist .hnav-item {
		width: calc((100% - 2px)/2);
		display: inline-block;
	}*/
	/*.hnav-sublist .hnav-item:nth-child(2n + 1) {
		border-right: 1px solid #ccc;
	}*/
	.hnav-sub__link {
		display: block;
		padding: 20px 25px;
		font-size: 14px;
		position: relative;
		font-weight: normal;
	}
	.hnav-sub__link:not(:last-child) {
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.hnav-sub__link:before {
		position: absolute;
		top: 0;
		right: 6.4%;
		bottom: 0;
		display: block;
		margin: auto; 
		width: 15px;
		height: 1px;
		background-color: #fff;
		content: "";
	}
	.hnav-sub__link:after {
		position: absolute;
		top: 50%;
		right: 6.4%;
		display: block;
		width: 7px;
		height: 1px;
		background-color: #fff;
		content: "";
		transition: .3s ease; 
		-ms-transform: rotate(45deg); 
		    transform: rotate(45deg);
		-ms-transform-origin: top right;
		    transform-origin: top right;
	}

	.hlang-btn {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
	}

	.hlang-ul {
		padding: 30px 25px;
	}

	.hlang-item {
		width: 50%;
	}

	.hlang-item .linkbtn {
		width: 100%;
		border-radius: 0;
		padding-left: 0;
		height: 60px;
		color: #333;
		justify-content: center;
	}
	.hlang-item .linkbtn img{
		width: 20px;
		margin-right: 10px;
		display: inline-block;
	}
	.hlang-item:not(.active) .linkbtn--wh {
		background: transparent;
		border: 1px solid rgba(255,255,255,.1);
		color: #fff;
		justify-content: center;
	}

	.hnav-contactbtn {
		width: 100%;
		height: 80px;
		color: #fff;
		border:none;
		background-color: #da261d;
		font-size: 16px;
		padding-top: 18px;
		position: relative;
	}
	.hnav-contactbtn::after {
		content: 'Contact';
		font-size: 16px;
		font-weight: bold;
		color: #5397fc;
		letter-spacing: 0.15em;
		position: absolute;
		top: 15px;
		right: 0;
		left: 0;
		margin: auto;
		font-family: 'Shadows Into Light', cursive;
		text-align: center;
	}

	.navopen {
	}

	/* ---------------------------------------------------------------- main ---- */
	.block__in,
	.block__in02 {
		padding: 0 20px;
		max-width: 100%;
	}
	/* ---------------------- option ---- */
	.block__txt {
		font-size: 13px;
		line-height: 1.8;
		font-weight: 500;
	}

	.triangle-bg li {opacity: .6;}

	.triangle-bg li:nth-child(1) { background: url(../img/bg/bg00.png) center -85vw /150% auto repeat; }
	.triangle-bg li:nth-child(2) { background: url(../img/bg/rec_bg.png) center 80vw /150% auto no-repeat;}

	.android .triangle-bg li:nth-child(1) { background-repeat: no-repeat; }

	/*============================ #下層メイン部分 ============================*/
	.pmain {
		height: 60vw;
		padding-top: 0;
	}
	.pmain::before {
		height: 100%;
	}
	.pmain__sub {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.pmain__ttl {
		font-size: 15px;
	}
	/*============================ #パンくず ============================*/
	.breadcrumbs-list {
		padding: 10px 15px;
	}
	.breadcrumbs-item {
		font-size: 10px;
	}
	.breadcrumbs-item:not(:last-child)::after {
		margin: 0 5px;
		font-size: 7px;
	}
	/*============================ #下層のleadの英語 ============================*/
	.block__ttlen {
		font-size: 7vw;
		right: 20px;
		top: -8vw;
		position: absolute;
	}
	/*============================ #header ============================*/
	.linkbtn {
		width: 230px;
		height: 45px;
		border-radius: 22.5px;
		font-size: 13px;
		padding-left: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	/* ---------------------- option ---- */
	.linkbtn--pdf::after {
		width: 9px;
		height: 11px;
	}
	.linkbtn--arw:after {
		font-size: 14px;
	}
	/*============================ #header ============================*/
	.linkbtn02 {
		width: 280px;
		height: 45px;
		padding-left: 20px;
		border-radius: 22.5px;
		font-size: 13px;
	}
	.linkbtn02::after {
		font-size: 10px;
		font-weight: 300;
	}
	/*============================ #下に英字の見出し ============================*/
	.block__ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.block__ttl--sub {
		font-size: 12px;
	}
	/*============================ #上に英字の見出し ============================*/
	.block__ttl02 {
		font-size: 18px;
	}
	.block__ttl02--sub {
		font-size: 10px;
		margin-bottom: 5px;
	}

	/*============================ #見出し／下層大きい見出し ============================*/

	.block__ttl03{
		font-size: 18px;
		margin-bottom: 10px;
	}
	/*============================ #見出し／下層小さい見出し ============================*/

	.block__ttl04{
		font-size: 22px;
		margin-right: auto;
		margin-bottom: 25px;
	}
	.block__ttl04::after{
		font-size: 15px;
		bottom: 0px;
		right: -180px;
	}

	/*============================ #localnav ============================*/
	.localnav {
		padding: 30px 20px 20px;
	}

	.localnav-img {
		height: 52vw;
	}
	.localnav__ttl {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.localnav__ttl--sub {
		font-size: 15px;
		bottom: -15px;
		right: -45px;
	}
	.localnav-list {
		display: block;
	}
	.localnav-item {
		width: 100%;
	}
	.localnav-item:not(:last-child) {
		margin: 0 auto 20px;
	}
	.localnav__txt {
		padding-left: 25px;
		font-size: 18px;
	}
	.localnav__txt::before {
		width: 15px;
		height: 15px;
		margin-right: 10px;
		font-size: 13px;
	}

	/*============================ #contactbox ============================*/
	.contactbox {
		padding: 35px 20px 35px;
		background-position: 80% bottom;
	}
	.contact-head {
		display: block;
		margin-bottom: 30px;
	}
	.contactbox__ttl {
		font-size: 20px;
		margin-right: 0;
		display: inline-block;
	}
	.contactbox__ttl::after {
		font-size: 16px;
		bottom: -17px;
		right: -20px;
	}
	.contactbox-list {
	}
	.contactbox-item {
		width: 100%;
	}
	.contactbox-item__ttl {
		font-size: 14px;
		margin-bottom: 0;
	}
	.contactbox-item:not(:first-child) {
		width: calc((100% - 15px)/2);
	}
	.contactbox-item:nth-child(1) {
		margin-bottom: 15px;
	}
	.contactbox-telnum {
		font-size: 30px;
	}
	.contactbox-item:not(:first-child) .contactbox-item__ttl {
		margin-bottom: 15px;
	}
	.contactbox-item__ttl--sub {
		font-size: 11px;
		letter-spacing: 0em;
	}
	.contactbox-item:nth-child(2) .contactbox-item__ttl {
		margin-bottom: 15px;
	}
	.contactbox-item:nth-child(2) .contactbox__link {
		padding-top: 25px;
	}
	.contactbox-item:nth-child(3) .contactbox-item__ttl {
		margin-bottom: 5px;
	}
	.contactbox-ico--mail {
		width: 40px;
		height: 32px;
	}
	.contactbox-ico--faq {
		width: 90%;
		height: auto;
	}
	.contactbox__link {
		padding: 15px 0 10px;
		background: #fff;
	}

	/*============================ #contents ============================*/
	.wnav-cnt {
		background: none;
	}

	.wnav-cnt-wrap::before {
	background: rgba(31,90,178,.7);
	}

	.wnav-cnt-in {
		height: auto;
		padding: 30px 0px;
	}
	.wnav-cnt-left {
		width: calc(100% - 40px);
		margin: 0 auto;
		height: auto;
		margin-bottom: 20px;
	}
	.wnav-cnt-right {
		width: calc(100% - 40px);
		margin: 0 auto;
		height: auto;
	}
	.wnav-cnt-left,
	.wnav-cnt-right {
		box-shadow: 0px .5rem 1rem rgba(0,0,0,.2);
	}
	.wnav-cnt-img {
		height: 53.33vw;
	}
	.wnav-cnt-menu dt{
		height: 75px;
		font-size: 16px;
		padding-top: 20px;
	}
	.wnav-cnt-menu dt span{
		font-size: 10px;
	}
	.wnav-cnt-menu dd {
		height: 45px;
		font-size: 13px;
	}
	.wnav-cnt-menu dd a{
		line-height: 44px;
	}
	.wnav-cnt-left .wnav-cnt-menu dd:not(:nth-last-child( n + 3 )) a{
		border-bottom: none;
	}
	.wnav-cnt-right .wnav-cnt-menu dd:last-child a{
		border-bottom: none;
	}
	.wnav-cnt-menu dd.big{
		height: 50px;
		font-size: 14px;
	}
	.wnav-cnt-menu dd.big a{
		line-height: 49px;
	}

	/* ---------------------------------------------------------------- fadein系 ---- */

	.fadein-bottom {
		/*opacity : 0;*/
		transform : translate(0, 100px);
		transition : all .6s cubic-bezier(0, 0, 0.1, 1.0);
	}

	.fadein-bottom.scrollin {
		opacity : 1;
		transform : translate(0, 0);
	}

	.fadein-card {
		-webkit-transform: rotateY( 90deg ) translate(0, 100px);
		-moz-transform: rotateY( 90deg ) translate(0, 100px);
		-ms-transform: rotateY( 90deg ) translate(0, 100px);
		transform: rotateY( 90deg ) translate(0, 100px);
	}

	.fadein-card.scrollin {
		/*opacity : 1;*/
		-webkit-transform: rotateY( 0deg ) translate(0, 0);
		-moz-transform: rotateY( 0deg ) translate(0, 0);
		-ms-transform: rotateY( 0deg ) translate(0, 0);
		transform: rotateY( 0deg ) translate(0, 0);
	}

	/* ---------------------------------------------------------------- footer ---- */
	.pagetop__link {
		width: 60px;
	}
	.pagetop-icon .fa {
		font-size: 25px;
	}
	/*============================ #フッター ============================*/
	#footer {
		position: relative;
	}
	.footer-in {
		padding: 0;
	}
	.footer-block {
		padding-bottom: 30px;
		display: block;
	}
	.fnav {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	.fnav-parent {
		font-size: 14px;
		margin-bottom: 0;
		letter-spacing: 0.1em;
		border-top: 1px solid #505050;
	}
	.fnav-parent .fnav__link {
		pointer-events: none;
		width: 100%;
		display: block;
		padding: 20px;
		position: relative;
	}
	/*============================ #フッターナビ ============================*/
	.fnav-item-in {
		font-size: 0;
		background-color: #1e1e1e;
		/*border-top: 1px solid #505050;*/
	}
	.fnav-child {
		font-size: 13px;
		line-height: 1.1;
		color: #fff;
		font-weight: 600;
		display: inline-block;
		width: calc(50% - 0.5px);
		border-top: 1px solid #505050;
	}
	.border-bottom {
		border-bottom: 1px solid #505050;
	}
	.fnav-child:nth-child(odd) {
		border-right: 1px solid #505050;
	}
	.fnav-child .fnav__link {
		padding: 20px 10px;
		display: block;
		font-weight: normal;
	}
	.fnav-child .fnav__link::before {
		content: '・';
		position: relative;
		display: inline-block;
	}
	.fnav-child::before {
		content: none;
	}
	/* ---------------------- option ---- */
	.footer-logo,
	.footer-logo__img {
		width: 200px;
		margin: auto;
	}
	/* ---------------------- option ---- */
	.footer-link {
		margin-bottom: 20px;
	}
	.footer-btm {
		font-size: 11px;
		padding: 20px 0;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.footer_right {
		box-sizing: border-box;
		float: left;
		width: 100%;
		padding: 0 15px;
	}
	.footer_right_logo {
		float: left;
	}
	.footer_right_p {
		text-align: left;
	}
	.footer_right_logo>a {
		font-size: 20px;
		text-align: left;
	}
	.logo__link>div {
		display: none;
	}
}