@charset "UTF-8";

/* --------------------------------------
  Site Common
-------------------------------------- */
.site-container {
  position: relative;
  width: 100%;
  min-width: 1000px;
}
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.item-sp {
  display: none;
}
.btn__wrap {
  text-align: center;
}
.btn__wrap a {
  display: block;
}

/* --------------------------------------
  Site Header
-------------------------------------- */
.site-header {
	position: fixed;
	position: -ms-device-fixed;
	width: 100%;
	height: 70px;
	background-color: #f5f5f5;
	padding: 9px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}
.site-header .container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 98%!important;
	margin-right: auto;
	margin-left: auto;
}
.gnav-unit ul.gnav {
  display: flex;
  align-items: flex-end;
}
.gnav-unit ul.gnav li.gnav__item {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 30px;
}
.gnav-unit ul.gnav li.gnav__item a {
  color: #666666;
  text-decoration: none;
		display: inline-block;
	transition: .2s;
	transform: scale(1);
}
.gnav-unit ul.gnav li.gnav__item a:hover {
	transform: scale(1.2);
	color: #143A7B;
}
.gnav-trigger {
  display: none;
}

/* --------------------------------------
  Site Footer
-------------------------------------- */
.site-footer {
/* 	position: relative;*/
	width: 100%;
	color: #595959;
	padding-top: 40px;
	background-color: #c1c6c9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}
.site-footer .container {
  position: relative;
}
.site-footer a {
  color: #595959;
  text-decoration: none;
}
.copy {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin-top: 30px;
  padding-bottom: 1em;
}
.fnav-unit {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
}
.fnav:not(:last-of-type) {
	margin-right: 100px;
}
.fnav:not(:last-of-type) ul li,
.fnav:last-of-type ul li:not(:first-of-type) {
  margin-top: 10px;
}

/* --------------------------------------
  Page Header
-------------------------------------- */
.page-header {
	position: relative;
	width: 100%;
	min-height: 210px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	color: #ffffff;
	padding-top: 70px;
}
.page-header h2 {
	position: relative;
	top: 20px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	letter-spacing: 0.075em;
	font-size: 75px;
	font-size: 7.5rem;
	margin-bottom: 15px;
	text-align: center;
}
.page-header h3 {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}


/* --------------------------------------
  Page Introduction
-------------------------------------- */
.page-intro {
  text-align: center;
}
.common-heading {
	font-size: 28px;
	font-size: 2.8rem;
	color: #808080;
	text-align: center;
	display: inline-block;
	border-bottom: 4px solid;
    border-image: linear-gradient(to right, #3C83C8 0%, #021B5B 100%);
    border-image-slice: 1;
}
.common-heading span {
  font-size: 0.785em;
  display: inline-block;
  padding-left: 0.25em;
}
.common-catch {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.6;
  color: #808080;
  text-align: center;
  margin-top: 20px;
}
.common-catch em {
  font-style: normal;
  color: #3d83c9;
  display: block;
}

.common-catch2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.6;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.bleu-line {
  width: 200px;
  height: 4px;
  display: block;
  margin: 5px auto 0;
  background: rgb(61,131,201);
  background: -moz-linear-gradient(left, rgba(61,131,201,1) 0%, rgba(0,22,85,1) 100%);
  background: -webkit-linear-gradient(left, rgba(61,131,201,1) 0%,rgba(0,22,85,1) 100%);
  background: linear-gradient(to right, rgba(61,131,201,1) 0%,rgba(0,22,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d83c9', endColorstr='#001655',GradientType=1 );
}

/* --------------------------------------
  Page Navi
-------------------------------------- */
.pnav-unit {
  position: relative;
  width: 100%;
  height: 56px;
  background-color: #c8d7eb;
}
.pnav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pnav__item {
  width: 20%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 56px;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.pnav__item a {
  width: 100%;
  height: 100%;
  display: block;
  color: #666666;
  text-decoration: none;
}
.pnav__item a:hover{
	background-color: #DEF1FF;
}

.pnav__item a.current {
	background-color: #FFFFFF;
}
.pnav__item a span {
  display: inline-block;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
