@charset "utf-8";
/* CSS Document */

/*-------------------------
共通
-------------------------*/

/* General Elements */	
html { font-size: 62.5%; }
body{
	font-family:"ヒラギノ角ゴ ProN W3", BlinkMacSystemFont,"Helvetica Neue", "Segoe UI","Noto Sans Japanese", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color:#393939;
	position: relative;
}
_:-ms-lang(x), _::-webkit-meter-bar,body {
     font-family: "メイリオ", sans-serif;
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, body {
     font-family: "メイリオ", sans-serif;
}
}
input, textarea, select, button {
	font-family:-apple-system, BlinkMacSystemFont,"ヒラギノ角ゴ ProN W3", "Helvetica Neue", "Segoe UI","Noto Sans Japanese", Meiryo, sans-serif;
}
a{
	text-decoration:none; 
	color: #393939;
	outline: none;
}
a:hover{ text-decoration: none; }

/*img{
	max-width: 100%;
	height: auto;
}*/
p{
  text-align: justify;
  text-justify: inter-ideograph;
}


/* クリア */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	overflow: hidden;/* 隙間対応 */
	font-size: 0.1em;/* 隙間対応 */
	line-height: 0;/* 隙間対応 */
}
.clearfix{display: inline-table;}
 /* Hides from IE-mac ¥*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
 /* End hide from IE-mac */

.wrapper {
	position: relative;
}


/*フロート*/
.flR {
	float: right;
}
.flL {
	float: left;
}


/*PC/SP表示*/
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}


/*-------------------------
分類：ボックス系
-------------------------*/
.inner-wrap,
.inner-1000 {
	margin: 0 auto;
	box-sizing: border-box;
}

.inner-1000 {
	width: 1000px;
}


/*------------------------ 分類：font系------------------------*/
.font-yugo{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}*/


/*------------------------ 共通パーツ ------------------------*/
/*ヘッダー*/
header {
	z-index: 100000;
	position: fixed;
	width: 100%;
	background: #fff;
}
.header__logo {
	float: left;
}
.header__nav {
	float: right;
}
.header__logo a {
	display: block;
}
.header__logo a img {
	vertical-align: middle;
}
.header__navIn a {
	font-weight: 700;
}
.header__nav {
	position: relative;
}

/*フッター*/
.btn-toTop {
	z-index: 1000;
}
.l-footer {
	color: #fff;
	/*background: #223340;*/
	position: relative;
	z-index: 1220;
}
.footer__bottom {
	background: #406fc1;
}
.btn__corp {
	padding-right: 1.5em;
	color: #fff;
	font-weight: 700;
	background: url(../../images/common/icon_brank_footer.png) no-repeat right center;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	letter-spacing: .05em;
}
.footer__navIn p {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 12px;
}
.footer__navMenu a {
	display: block;
	color: #fff;
	letter-spacing: .05em;
}
.footer__navIn>li:not(:last-child) .footer__navMenu a {
	padding-left: 1em;
	background: url(../../images/common/icon_arrow_r_w.png) no-repeat left center;
	-webkit-background-size: .5em auto;
	background-size: .5em auto;
}
.footer__copy {
	padding: 5px 0;
	text-align: center;
	color: #fff;
  background: #223340;
}
.tb-only {
	display: none;
}
.l-gNab-sp {
	display: none;
}
.header__gn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header__logo a {
	line-height: 44px;
}
.footer__copy address {
	font-size: 10px;
	font-weight: normal;
}

/* ====▼ 769px以上 ▼==== */
@media screen and (min-width:769px) {

	/*ヘッダー*/
	
	
	/*ホバー*/
	.hover:hover,
	.header__navIn>li:nth-last-child(n+3) a:hover,
	.header__navIn>li:nth-last-child(n+3) a.current,
	.header__navMenu a:hover,
	.footer__navMenu a:hover {
		opacity: 0.6;
		transition: .3s;
	}
	
	.header__navIn {
		/*display: -webkit-box;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-js-display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;*/
		display: table;
	}
	.header__navIn a {
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		
		/*height: 44px;*/
		color: #223340;
		letter-spacing: .05em;
		position: relative;
		vertical-align: middle;
	}
	.header__navIn li {
		position: relative;
		display: block;
		float: left;
	}
	.header__navIn>li>a {
		/*display: -webkit-box;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-js-display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;*/
		line-height: 44px;
	}
	.header__navIn>li:nth-last-child(n+4)>a:hover::after,
	.header__navIn>li:nth-last-child(n+4)>a.current::after {
		content: '';
		width: 100%;
		position: absolute;
		height: 4px;
		display: block;
		background: #a2deff;
		bottom: .5em;
	}
	.header__navIn>li:nth-last-child(n+3) {
		margin-right: 1.5em;
	}
	.header__navIn li:nth-last-child(2) {
		margin-right: 1.5em;
	}
	.header__gn {
		padding: 6px 8px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header__navIn li .header__navMenu {
		display: none;
	}
	.header__navIn li:hover .header__navMenu {
		display: block;
	}
	.header__navMenu {
		background: #fff;
		position: absolute;
		width: 195px;
		padding: 12px 20px 22px;
		left: -50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header__navMenu.of__03 {
		width: 220px;
	}
	.header__navMenu.of__04 {
		width: 210px;
	}
	.header__navMenu a {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 700;
		color: #223340;
		padding-left: 1em;
		background: url(../../images/common/icon_arrow_r.png) no-repeat left center;
		-webkit-background-size: auto .8em;
		background-size: auto .8em;
	}
	.header__navMenu li:not(:last-child) a {
		margin-bottom: .5em;
	}
	
	/*下層ページ共通*/
	.wrapper__pc.under {
		padding-top: 56px;
	}
	.l-mv{
		border-top: 16px solid #8fd3ff;
		background: #b9e6ff;
		padding:0 10px;
		text-align: center;
	}
	.l-mv img {
		max-width:824px;
		width:100%;
		height: auto;
	}
	
}

/* ====▼ 980px以上 ▼==== */
@media screen and (min-width:980px) {
	/*フッター*/
	.footer__top {
		padding: 20px 0;
    background: #223340;
	}
	.footer__top ul {
		text-align: center;
		font-size: 0;
	}
	.footer__top li {
		display: inline-block;
	}
	.footer__top li:not(:last-child) {
		margin-right: 26px;
	}
	.footer__top img {
		width: 80px;
		height: auto;
	}
	.footer__bottom {
		padding: 20px 8px;
	}
	.footer__logo {
		padding-bottom: 10px;
		border-bottom: solid 2px #7a9ad4;
	}
	.footer__logo img {
		width: 332px;
		height: auto;
	}
	.btn__corp {
		font-size: 12px;
		font-size: 1.2rem;
		position: relative;
		top: .5em;
	}
	.footer__navIn {
		margin-top: 20px;
	}
	.footer__navIn>li {
		float: left;
	}
	.footer__navIn>li:first-child {
/*		margin-right: 6.673%;*/
margin-right: 5.4%;
	}
	.footer__navIn>li:nth-child(2) {
		margin-right: 5.402%;
	}
	.footer__navIn>li:nth-child(3) {
		margin-right: 4.555%;
	}
	.footer__navIn>li:nth-child(4) {
		margin-right: 2.966%;
	}
	.footer__navIn>li:nth-child(5) {
		margin-right: 2.813%;
	}
	.footer__navIn>li:last-child .footer__navMenu li:first-child img {
		width: 80px;
		height: auto;
	}
	.footer__navIn>li:last-child .footer__navMenu li:last-child img {
		width: 80px;
		height: auto;
	}
	.footer__navIn>li:last-child .footer__navMenu li:last-child {
		margin-top: 3px;
	}
	.footer__navMenu a {
		font-size: 12px;
	}
}
	
/* ====▼ 979px以下 ▼==== */
@media screen and (max-width:979px) {
	/*フッター*/
	.tb-only {
		display: block;
	}
	.footer__top {
		padding: 20px 0 0;
	}
	.footer__top ul {
		text-align: center;
		font-size: 0;
	}
	.footer__top li {
		display: inline-block;
		margin-bottom: 20px;
	}
	.footer__top li:not(:last-child) {
		margin-right: 26px;
	}
	
	/*.footer__top img {
		width: 80px;
		height: auto;
	}*/
	.footer__bottom {
		padding: 17px 0 21px;
	}
	.footer__logo {
		text-align: center;
		border-bottom: solid 2px #7a9ad4;
		padding: 0 1.953125% 12px 1.953125%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer__logo img {
		width: 90.75%;
		height: auto;
	}
	.footer__nav {
		/*padding-left: 7.29%;*/
		padding-top: 32px;
	}
	.footer__navIn p,
	.footer__navMenu a {
		font-size: 18px;
		font-size: 1.8rem;
		color: #fff;
	}
	.footer__navMenu li {
		margin-bottom: .5em;
	}
	.footer__navIn>li:not(:last-child) {
		margin-left: 1.953125%;
		padding-left: 7.29%;
	}
	.footer__navIn>li:nth-child(2),
	.footer__navIn>li:nth-child(3),
	.footer__navIn>li:nth-child(4),
	.footer__navIn>li:nth-child(5) {
		margin-top: 26px;
	}
	.footer__snsBtn {
		margin-top: 33px;
		padding: 26px 5.29% 0;
		border-top: solid 2px #7a9ad4;
	}
	.footer__snsBtn a {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.btn__corp {
		padding-right: 1em;
	}
	.footer__navMenu.of-05 li:nth-child(2) {
		margin: 18px 0 9px;
	}
	.footer__navMenu.of-05 li:nth-child(2) a {
		background: #fff;
		padding: 12px 0;
		text-align: center;
	}
	.footer__navMenu.of-05 li:nth-child(2) a img {
		width: 17.31%;
		height: auto;
		vertical-align: middle;
	}
	.footer__navMenu.of-05 li:nth-child(3) {
		margin-bottom: 0;
	}
	.footer__navMenu.of-05 li:nth-child(3) a {
		background: #1da1f2;
		padding: 13px 0;
		text-align: center;
	}
	.footer__navMenu.of-05 li:nth-child(3) a img {
		width: 8.72%;
		height: auto;
		vertical-align: middle;
	}
	.btn__corp.pc-only {
		display: none;
	}
	.footer__navMenu .sp-only {
		display: block;
	}
	.footer__navIn>li:nth-child(3) {
		margin-top: 0;
	}
	.footer__navIn>li:nth-child(3) p {
		display: none;
	}
}
	
/* ====▼ 881px以上 ▼==== */
@media screen and (min-width:881px) {
	.menu__in {
		display: none;
	}
	.l-inner{
		max-width:844px;
		width:100%;
		padding:72px 10px 0;
		margin: 0 auto;
	}
}
	
/* ====▼ 880px以下 ▼==== */
@media screen and (max-width:945px) {
	/*ヘッダー*/
	.header__logo {
		width: 81.119%;
		height: auto;
		padding-left: 2.604%;
	}
	.header__navIn {
		display: none;
	}
	.header__nav {
		background: #3261b3;
		width: 12.5%;
	}
	.l-gNab-sp {
		width: 100%;
		display: block;
	}
	.header__wrap {
		width: 100%;
	}
	.gNav-toggle {
		height: 45px;
		width: 100%;
		padding: 12px 20%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
	}
	.gNav-toggle-in {
		/*width: 6.51%;*/
		height: 100%;
		position: relative;
	}
	.gNav-toggle span {
		background: #fff;
		height: .25em;
		/*border-radius: 2.85714px;*/
		display: block;
		width: 100%;
	}
	.gNav-toggle span {
		position: absolute;
		left: 0;
		display: block;
		line-height: 1;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.gNav-toggle span:nth-child(2) {
		top: 10px;
	}
	.gNav-toggle span:nth-child(3) {
		top: 20px;
	}
	.gNav-toggle .is-open span:first-child {
		opacity: 0;
	}
	.gNav-toggle .is-open span:nth-child(2) {
		transform: rotate3d(0, 0, 1, 45deg);
	}
	.gNav-toggle .is-open span:nth-child(3) {
		transform: rotate3d(0, 0, 1, -45deg);
	}
	.gNav-toggle .is-open span:nth-child(2),
	.gNav-toggle .is-open span:nth-child(3) {
		transform-origin: 50% 50%;
		top: 32.29%;
	}
	.menu__in {
		display: none;
		position: relative;
		z-index: 100000;
		max-height: 120%;
		height: 84vh;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}
	.menu__in.is-open {
		display: block;
	}
	
	
}

/* ====▼ 880px以下 ▼==== */
@media screen and (max-width:945px) and (min-width:481px) {
	.header__nav {
		width: 53px;
	}
	.wrapper__pc.under {
		padding-top: 45px;
	}
	.header__gn {
		padding: 0;
	}
	.l-inner {
		padding: 72px 10px 0;
	}
	
}

/* ====▼ 768px以上　481px以下 ▼==== */
@media screen and (max-width:768px) and (min-width:546px) {
	.l-mv{
		border-top: 16px solid #8fd3ff;
		background: #b9e6ff;
		padding:0 10px;
		text-align: center;
	}
	.l-mv img {
		max-width:824px;
		width:100%;
		height: auto;
	}
}


/* ====▼ 768px以下 ▼==== */
@media screen and (max-width:768px) {
  header {
    /*position: absolute;*/
    top: 0;
  }
	
}


@media screen and (max-width:545px){
	img {
		width: 100%;
		height: auto;
	}
	
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.tb-only {
		display: none;
	}
	
	
	
	/*下層ページ共通*/	
	
	.wrapper__pc.under {
		padding-top: 45px;
	}
	.l-mv{
		border-top: 18px solid #8fd3ff;
		background: #b9e6ff;
		text-align: center;
	}
	.l-mv img {
		width:100%;
		height: auto;
	}
	.l-inner{
		width:100%;
		padding:38px 2.604%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
}