@import url(../css/font-awesome-css.min.css);
@font-face {
  font-family: 'FontAwesome';
  src: url('../img/fonts/fontawesome-webfont.eot');
  src: url('../img/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('../img/fonts/fontawesome-webfont.woff2') format('woff2'),
       url('../img/fonts/fontawesome-webfont.woff') format('woff'),
       url('../img/fonts/fontawesome-webfont.ttf') format('truetype'),
       url('../img/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
Embed code d93a8249bb
*/



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:'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',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);
}

.fc-blue {
	color: #1f5ab2;
}

.link-txt {
	color: #1f5ab2;
	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: 350px;
	}
	.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;
	}
	.w1200k {
		max-width: 1200px;
		width: calc(100% - 200px);
		min-width: 1000px;
		margin-left: auto;
		margin-right: auto;padding: 36px 54px 59px 54px;background-color: white;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	}
	.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(13vw - 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: 120px;
	position: relative;
	z-index: 1;
	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: 325px; height: 40px; background: url(../img/header/logo_bl.png) center /100% no-repeat; transition: 0.3s ease; font: 0/0 a; text-shadow: none; color: transparent; }
@media screen and (min-width: 768px) {
	.hscr .logo__link {
		width: 280px;
	}
}
/* ---------------------- 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: 36px; 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;border-top-right-radius: 15px; border-bottom-right-radius: 15px; }
.hlang-ico--search::before {
	content: '';
	width: 23px;
	height: 23px;
	position: relative;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 3px;
}
.hlang-ico--search::before {
	background-image: url(../img/header/lang/ico_search.png);
}
[class*='fa-search'] { width: 90px; height: 36px; 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; }
.fa-search::before {
	content: '';
	width: 18px;
	height: 12px;
	position: relative;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 3px;
}
/* ---------------------- option ---- */
.hlang-sublist {
    visibility: visible; opacity: 1;
}
.hlang-item {
}
.hnav-sub__link {
}
@media screen and (min-width: 768px) {
	[class*='hlang-ico--']:hover {
		background-color: #1f5ab2;
		color: #fff;
	}
	.hlang-sublist {
    position: fixed;
    width: 100%;
    left: 0;
    top: 120px;
    background: #1f5ab2;
    color: #fff;
    /* visibility: hidden; */
    transition: all 0.2s ease-in-out;
    /* opacity: 0; */
    transform-origin: 0px 0px;
    padding: 40px 0;
    display: none;
	}

	.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% - 0px) / 1);
		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% - 330px);
	justify-content: flex-end;
	position: relative;
}
.hnav {
	width: calc(100% - 130px);
	position: relative;
}
.hnav-list {
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: flex-end;
	position: relative;
	transition: 0.6s ease;
}
.hnav__link {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 0 calc(2.3vw - 26px);
}

.tablet .hnav__link {
	pointer-events: none;
}
.hnav-item { font-size: 15px; font-weight: bold; letter-spacing: 0.05em; line-height: 1.1; margin-right: 2%; }
.hnav-sub__link {
}
/* ---------------------- option ---- */
@media screen and (min-width: 768px) {
	.hnav__link:after {
		content: '';
		background: #1f5ab2;
		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: 120px;
		background: #1f5ab2;
		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: 10vw;
		max-height: 180px;
		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;
		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 {
		margin-top: 10px;
		transition: 0.3s ease;
	}
	.sub-nav-item-txt:before {
		content: '\f0a9';
		font-family: FontAwesome;
		margin-right: 10px;
		transition: 0.3s ease;
	}
	.sub-nav-item:hover .sub-nav-item-txt:before {
		margin-left: 5px;
		margin-right: 5px;
	}
	.sub-nav-list {
		color: #fff;
		width: calc(100% - 280px);
		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:29px;
      letter-spacing: 0.1em;
      color: #5397fc;
      line-height: 1.14;
      position: relative;
      top: -20px;
      left: -35px;
      /* 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 {
		width: calc((100% - 40px) / 3);
	}
	.sub-nav--02 .sub-nav-item {
		width: calc((100% - 30px) / 2);
	}
	.sub-nav--03 .sub-nav-item {
		width: calc((100% - 60px) / 4);
	}
	.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 #1f5ab2;
	background-color: #1f5ab2;
	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: #1f5ab2;
	}
}
/*============================ #スクロール時 ============================*/
#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: url(../img/header/logo_bl.png) center /100% no-repeat;
}
.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;
	text-transform: uppercase;
}
/*============================ #パンくず ============================*/
.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-item:not(:last-child)::after {
	content: '\f054';
	font-family: fontawesome;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
.breadcrumbs-item__link {
	display: inline-block;
	position: relative;
	color: #1f5ab2;
	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 #1c67d8;
    background-color: #1c67d8;
    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, #1f5ab2 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 0.6s ease;
	transition: background 0.6s ease;
	color: #1f5ab2;
}

@media screen and (min-width: 768px) {
	.linkbtn:hover {
		background-position: 0;
	}
	.linkbtn:hover .linkbtn-in {
		color: #1f5ab2;
	}
	.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: #1f5ab2;*/
	background-image: linear-gradient(45deg, #1f5ab2 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 0.6s ease;
	transition: background 0.6s ease;
	/*color: #1f5ab2;*/
}
.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: #1f5ab2;
}
.block__ttl {
	font-size: 30px;
	letter-spacing: 0.05em;
	color: #1f5ab2;
	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: #1f5ab2;
	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: #1f5ab2;
	padding: 0;
	font-weight: bold;
	margin-bottom: 7px;
	position: relative;
	z-index: 2;

}

.block__ttl03 li {
    font-size: 18px;
    color: #585b64;
    	border-top: 1px solid #1f5ab2;
}
/*============================ #見出し／下層小さい見出し ============================*/
.block__ttl04{
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	position: relative;
	margin-right: 90px;
	display: inline-block;
	margin-bottom:4px;color: #1f5ab2;font-weight: bold;
}
.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: 30px 0 60px;
}
.localnav-in.block__in {
}
.localnav__ttl {
	font-size: 30px;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 1.2;
	margin-bottom:20px;
	display: inline-block;
	font-weight: bold;
}
.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: #1f5ab2;
}
.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;
}

/* ---------------------- 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(../../common/img/header/menu/img_02.jpg) center /100% auto no-repeat;
}
.comnav-img--03:before {
	background: url(../../common/img/header/menu/img_03.jpg) center /100% auto no-repeat;
}
.comnav-img--04:before {
	background: url(../../common/img/header/menu/img_01.jpg) center /100% auto no-repeat;
}




.comnak-img--01:before {
	background: url(../../common/img/header/menu/img_01.jpg) center /100% auto no-repeat;
}
.comnak-img--02:before {
	background: url(../../common/img/header/menu/img_02.jpg) center /100% auto no-repeat;
}
.comnak-img--03:before {
	background: url(../../common/img/header/menu/img_03.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 url(../img/wnav/main2.png) center 70% /cover no-repeat;
}

.wnav-cnt__mv,
.wnav-cnt__rec {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	overflow: hidden;
	opacity: 0;
	transition: .6s ease;
}

.wnav-cnt__mv video,
.wnav-cnt__rec video {
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 30px;
	margin: auto 0;
}

.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: 400px;
	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/wnav/left.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;font-weight: 700;
}

.wnav-cnt-menu dt span{
	display: inline-block;
	font-size: 12px;
	color: #1f5ab2;
}

.wnav-cnt-menu dd {
	width: 50%;
	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 {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1f5ab2;
	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::after {
	content: '\f105';
	font-family: fontawesome;
	height: 1em;
	line-height: 1;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	font-weight: bold;
	font-size: 20px;
	opacity: .5;
	transition: 0.3s ease;
}
.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);
}

@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: rgba(200,215,240,.5) url(../img/contact/bg_01.png) right bottom /1300px 480px no-repeat;
	padding: 150px 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;
	margin-right: 90px;
      font-weight: 700;
}
.contactbox__ttl::after {
    content: 'CONTACT US';
    font-size: 24px;
    color: #5397fc;
    letter-spacing: 0.15em;
    position: absolute;
    bottom: -30px;
    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% - 40px)/2);
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(45deg, #1f5ab2 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: #1f5ab2;
	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: 81px;
	height: 63px;
	background: url(../img/contact/ico_faq.png) center /100% auto no-repeat;
	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: 10px;
	}
	.contactbox-item:not(:first-child):hover {
		background-position: 0;
	}
	.contactbox-item:not(:first-child):hover .contactbox-item__ttl {
		color: #fff;
	}
	.contactbox-item:not(:first-child):hover .contactbox-ico--mail {
		background: url(../img/contact/ico_mail_on.png) center /100% auto no-repeat;
	}
	.contactbox-item:not(:first-child):hover .contactbox-ico--faq {
		background: url(../img/contact/ico_faq_on.png) center /100% auto no-repeat;
	}
}


/* ---------------------------------------------------------------- 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, #1f5ab2 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: #1f5ab2;
}
.pagetop__link {
	width: 120px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #1d3a66;
	color: #fff;
	transition: 0.3s ease;
}
.pagetop-icon .fa {
	font-size: 30px;
	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);
	}
	.gettop {
	    margin-top: -15px;
    /* width: 100%; */
    font-size: 14px;
    /* float: left; */
    /* margin: 0px auto; */
    margin-left: 15px;
    margin-bottom: 25px;
    font-weight: 700;font-style:normal;
	}
	.gettop:hover .pagetop-icon{
		transform: translateY(-10px);
	}
}
/* ---------------------------------------------------------------- footer ---- */
#footer {
	width: 100%;
	background-color: #333;
	color: #fff;
}
@media screen and (min-width: 768px) {
	#footer {
		height: 380px;
		overflow: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
}
.footer-in {
	padding: 50px 0px 0;
}
.footer-block {
	align-items: flex-start;
	padding-bottom: 70px;
	padding: 0 141px 42px 141px;
}
.fnav {
	width:1200px;
	align-items: flex-start;
}
.fnav-item {
}
.fnav-parent {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.fnav-child {
	font-size: 13px;
	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: #1f5ab2;
		text-decoration: underline;
	}
	.fnav-child .fnav__link:hover {
		color: #fff;
	}
}
/* ---------------------- option ---- */
.footer-logo,
.footer-logo__img {
	width: 142px;
	display: block;
}
.footer-erwm__img{width: 160px;display: block; padding:0px}
.copyright{font-size: 10px;}
.copyright small{margin-left:15px;display:revert;}
/* ---------------------- 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__img {
		width: 225px;
	}
	/* ---------------------- SPメニューのボタン ---- */
	#spnav__btn {
		position: relative;
		width: 110px;
		height: 50px;
		background: #1f5ab2;
		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(35, 35, 35, 1);
		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 {
		pointer-events: none;
	}
	.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);
		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;
		display: none;
	}

	.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: #1f5ab2;
		font-size: 16px;
		padding-top: 18px;
		position: relative;
	}
	.hnav-contactbtn::after {
		content: 'CONTACT US';
		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__ttl03 li { font-size: 15px; color: #585b64; display: block;}
	/*============================ #見出し／下層小さい見出し ============================*/

	.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: -21px;
	}
	.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: 60px;
		height: 47px;
	}
	.contactbox__link {
		padding: 15px 0 10px;
		background: #fff;
	}

	/*============================ #contents ============================*/
	.wnav-cnt {
		background: none;
	}
	.wnav-cnt__mv,
	.wnav-cnt__rec {
		display: 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 + 1 )) a{
		border-bottom: none;
	}
	/*	
	.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;
	}
	.gettop
	{font-size: 14px;}
	/*============================ #フッター ============================*/
	#footer {
		position: relative;
	}
	.footer-in {
		padding: 0;
	}
	.footer-block {
		padding-bottom: 30px;
		display: block;
		    padding: 0 0px 0px 0px;
	}
	.fnav {
		width: 100%;
		display: block;
		margin-bottom: 0px;
	}
	.fnav-parent {
		font-size: 14px;
		margin-bottom: 0;
		letter-spacing: 0.1em;
		border-top: 0px solid #505050;border-bottom: 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;
		    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.border-bottom {
		border-bottom: 0px solid #505050;
	}
	.fnav-child:nth-child(odd) {
		border-right: 1px solid #505050;
	}
	.fnav-child .fnav__link {
		padding: 20px 10px;
		display: block;
		font-weight: normal;
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.fnav-child .fnav__link::before {
		content: '・';
		position: relative;
		display: inline-block;
	}
	.fnav-child::before {
		content: none;
	}
	/* ---------------------- option ---- */
	.footer-logo,
	.footer-logo__img {
		width:142px;
		margin: 25px auto;
	}
	.footer-erwm__img{width: 176px; margin: auto; padding: 25px;}
	.copyright{font-size: 10px;flex-wrap: wrap;
    text-align:center;padding: 7px 40px 15px 40px;line-height: 21px;}
	
	/* ---------------------- option ---- */
	.footer-link {
		margin-bottom: 20px;
	}
	.footer-btm {
		font-size: 11px;
		padding: 20px 0;
		justify-content: center;
	}
}
/* ---------------------- 滑动框 ---- */
body::-webkit-scrollbar{ 

width:10px;

}

body::-webkit-scrollbar-track{

background:#dcdee0;

  border-radius:2px;

}

body::-webkit-scrollbar-thumb{

  background: #bbbbbb;

  border-radius:10px;

}

body::-webkit-scrollbar-thumb:hover{

  background: #656b79;

}

body::-webkit-scrollbar-corner{

  background: #656b79;

}
 
border-radius: 2px;
 
}
 
body::-webkit-scrollbar-thumb{//最后改变body的滚动条滑轨相关的样式
 
background: rgb(120, 120, 120);
 
border-radius: 5px;
 
}

        div.search {padding:0px 0;}

        form {
            position: relative;
            width: 500px;
            margin: 0 auto;
        }

        input, button {
            border: none;
            outline: none;
        }

        input {
            width: 100%;
            height: 60px;
            padding-left: 13px;
        }

        button {
            height: 60px;
            width: 60px;
            cursor: pointer;
            position: absolute;
        }
        /*搜索框7*/ 
        .bar7 form {
            height: 60px;
        }
        .bar7 input {
            width: 500px;
    border-radius: 60px;
    border: 2px solid #022350;
    background: #ffffff;
    transition: .3s linear;
    float: right;
        }
        .bar7 input:focus {
            width: 500px;
        }
        .bar7 button {
            background: none;
            top: 0px;
            right:51px;
        }
        .bar7 button:before{
          content: "\f002";
          font-family: FontAwesome;
          color: #324b4e;
        }