@charset "utf-8";
html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
	color: #414141;
}

.sf {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.meiryo {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.nospan > span {
	display: none !important;
}

.inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.clear:after,
.inner:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


/* -------------------- fontsize -------------------- */

.fs45 {
	font-size: 4.5rem;
}


/* -------------------- bgcolor -------------------- */

.bggray {
	background: #EEEEEE;
}


/* -------------------- header -------------------- */

#top {
	width: 100%;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	border-bottom: 1px solid #dfdfdf;
}

header .inner {
	display: table;
}

.logo {
	width: 420px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 14px;
}

.logo a {
	display: block;
	width: 276px;
}

.logo_white {
	display: block;
}

.logo_blue {
	display: none;
}

nav {
	width: auto;
	display: table-cell;
	vertical-align: middle;
}

.nav_list {
	width: 100%;
	display: table;
}

.nav_list li {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.nav_list li a {
	display: block;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding: 45px 15px;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.nav_list li.btn_contact {
	width: 140px;
	padding: 0 0 0 20px;
}

.nav_list li a::after {
	display: block;
	position: absolute;
	height: 5px;
	right: 0;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	background-color: transparent;
	-ms-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.nav_border {
	display: none;
	position: absolute;
	height: 5px;
	right: 0;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #FFFFFF;
}

.nav_list li a:hover::after {
	background-color: #FFFFFF;
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.nav_list li.btn_contact a {
	color: #223a70;
	background: #FFFFFF;
	padding: 45px 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.nav_list li.btn_contact a::after {
	display: none;
}

.nav_list li.btn_contact a:hover {
	color: #FFFFFF;
	background: #223a70;
}

header.header {
	background: #FFFFFF;
}

header.header .logo_white {
	display: none;
}

header.header .logo_blue {
	display: block;
}

header.header .nav_list li a {
	color: #223a70;
}

header.header .nav_list li a::after {
	background-color: transparent;
}

header.header .nav_list li a:hover::after {
	background-color: #223a70;
}

header.header .nav_border {
	background-color: #223a70;
}

header.header .nav_list li.btn_contact a {
	color: #FFFFFF;
	background: #223a70;
	border-color: #223A70;
}

header.header .nav_list li.btn_contact a:hover {
	background: #f38630;
}

.d-menu {
	display: none;
}


/* --------------- mv --------------- */

.mv {
	width: 100%;
	padding: 52px 0;
	background: url(../img/bg_sub_mv.jpg) no-repeat center center;
	background-size: cover;
}

.sub_mv_tit {
	text-align: center;
	color: #FFFFFF;
	font-size: 3.5rem;
	font-weight: bold;
}


/*-------------------- breadcrumbs --------------------*/

.breadcrumbs {
	padding: 15px 0;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	color: #414141;
	font-size: 1.4rem;
}

.breadcrumbs li a {
	color: #414141;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

.breadcrumbs li:last-of-type {
	padding: 0;
	margin: 0;
	background: none;
}

.breadcrumbs_arrow {
	color: #414141;
	margin: 0 10px;
}


/* --------------- content --------------- */

.content {
	width: 100%;
}

.subpage_tit {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: #223a70;
	border-bottom: 8px solid #eeeeee;
	padding-bottom: 10px;
	position: relative;
	letter-spacing: 8px;
	margin-bottom: 35px;
}

.subpage_tit:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 250px;
	height: 8px;
	background: #223a70;
}


/* -------------------- footer -------------------- */

footer {
	width: 100%;
	padding: 105px 0;
	font-size: 1.6rem;
}

.foot_logo {
	width: 35%;
	float: left;
	margin-right: 2%;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #263238;
}

.foot_link {
	width: 276px;
	display: block;
}

.foot_logo img {
	display: block;
}

.foot_tit {
	margin-top: 20px;
}

.foot_mail a {
	color: #263238;
	text-decoration: underline;
}

.foot_info {
	width: 63%;
	float: left;
	text-align: right;
}
.foot_list{
	padding-bottom: 20px;
}
.foot_list li {
	display: inline-block;
	width: auto;
	margin-left: 50px;
}

.foot_list li:first-of-type {
	margin-left: 0;
}

	.foot_br{
		display: none;
	}
.foot_list li a {
	display: block;
	color: #263238;
	font-size: 1.4rem;
	overflow: hidden;
	position: relative;
}

.foot_list01 {
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #263238;
	margin-bottom: 30px;
}

.foot_list01 li a {
	font-size: 1.6rem;
	font-weight: bold;
}

.foot_list li a::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	height: 1px;
	background-color: transparent;
	-ms-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.foot_list01 li a::after {
	height: 2px;
}

.foot_list li a:hover::after {
	background-color: #263238;
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.copyright {
	font-size: 1.2rem;
}

.pagetop {
	display: none;
	width: 59px;
	height: 59px;
	position: fixed;
	bottom: 100px;
	z-index: 100;
	right: 100px;
}

.pagetop img {
	display: block;
}

.pagetop:hover {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: 0.3s all;
}

@media only screen and (max-width: 1220px) {
	.fade {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.inner {
		width: 90%;
		max-width: 1200px;
	}
	/* -------------------- fontsize -------------------- */
	.fs45 {
		font-size: 4.5rem;
	}
	/* -------------------- bgcolor -------------------- */
	.bggray {
		background: #EEEEEE;
	}
	/* -------------------- header -------------------- */
	header .inner {
		width: 100%;
		max-width: 100%;
	}
	.logo {
		width: 276px;
		padding: 0 30px 0 10px;
	}
	.nav_list li a {
		padding: 45px 5px;
	}
	.nav_list li.btn_contact {
		width: 130px;
	}
	.nav_list li a::after {
		display: none;
	}
	.nav_list li a:hover::after {
		display: none;
	}
	.nav_list li.btn_contact a {
		padding: 45px 5px;
	}
	.nav_list li.btn_contact a::after {
		display: none;
	}
	.nav_list li.btn_contact a:hover {
		color: #FFFFFF;
		background: #223a70;
	}
	header.header .nav_list li a::after {
		display: none;
	}
	header.header .nav_list li a:hover::after {
		display: none;
	}
	/* --------------- mv --------------- */
	.sub_mv_tit {
		font-size: 3rem;
	}
	/*-------------------- breadcrumbs --------------------*/
	.breadcrumbs li a:hover {
		text-decoration: none;
	}
	/* --------------- content --------------- */
	.subpage_tit {
		font-size: 2.6rem;
	}
	.subpage_tit:before {
		width: 25%;
	}
	/* -------------------- footer -------------------- */
	footer {
		padding: 90px 0;
	}
	.foot_logo {
		width: 36%;
		margin-right: 0;
	}
	.foot_info {
		width: 64%;
	}
	.foot_list li {
		margin-left: 30px;
	}
	.foot_list li a::after {
		display: none;
	}
	.foot_list01 li a::after {
		display: none;
	}
	.foot_list li a:hover::after {
		display: none;
	}
	.pagetop {
		bottom: 20px;
		right: 20px;
	}
	.pagetop:hover {
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@media only screen and (max-width: 1023px) {
	/* -------------------- fontsize -------------------- */
	.fs45 {
		font-size: 4.5rem;
	}
	/* -------------------- header -------------------- */
	#top {
		width: 100%;
	}
	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 101;
		border-bottom: 1px solid #dfdfdf;
	}
	header .inner {
		width: 90%;
		display: block;
		padding: 20px 0;
		position: relative;
	}
	.logo {
		display: block;
		height: 56px;
		padding: 0;
	}
	.logo a {
		display: block;
		width: 100%;
	}
	nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #223A70;
	}
	.nav_list {
		width: 100%;
		display: block;
	}
	.nav_list li {
		width: 100%;
		display: block;
		text-align: left;
		border-bottom: 1px solid #FFFFFF;
	}
	.nav_list li a {
		padding: 15px 5%;
	}
	.nav_list li.btn_contact {
		width: 100%;
		padding: 0;
	}
	.nav_border {
		display: none !important;
	}
	.nav_list li.btn_contact a {
		color: #FFFFFF;
		background: #223A70;
		padding: 15px 5%;
	}
	.d-menu {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 46px;
		height: 46px;
		cursor: pointer;
		border: 2px solid #FFFFFF;
		overflow: hidden;
	}
	.panel-btn {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: transparent;
	}
	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 28px;
		height: 2px;
		margin: -1px 0 0 -14px;
		background: #FFFFFF;
		transition: .2s;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 28px;
		height: 2px;
		background: #FFFFFF;
		transition: .3s;
	}
	.panel-btn-icon:before {
		margin-top: -10px;
	}
	.panel-btn-icon:after {
		margin-top: 8px;
	}
	.panel-btn .close {
		background: transparent;
	}
	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}
	.panel-btn .close:before {
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.panel-btn .close:after {
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	header.header {
		background: #FFFFFF;
	}
	header.header .logo_white {
		display: none;
	}
	header.header .logo_blue {
		display: block;
	}
	header.header .nav_list li a {
		color: #FFFFFF;
	}
	header.header .nav_border {
		display: none !important;
	}
	header.header .nav_list li.btn_contact a:hover {
		background: #223a70;
	}
	header.header .d-menu {
		border-color: #223a70;
	}
	header.header .panel-btn-icon {
		background: #223a70;
	}
	header.header .panel-btn-icon:before,
	header.header .panel-btn-icon:after {
		background: #223a70;
	}
	header.header .panel-btn .close{
		background: transparent;
	}
	/* --------------- mv --------------- */
	/*-------------------- breadcrumbs --------------------*/
	/* --------------- content --------------- */
	/* -------------------- footer -------------------- */
	.foot_logo {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.foot_link {
		margin: 0 auto;
	}
	.foot_info {
		width: 100%;
		float: none;
		margin-top: 40px;
		text-align: center;
	}
	.foot_list li {
		margin-left: 40px;
	}
	.foot_list01{
		padding-bottom: 10px;
	}
	.foot_list01 li{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px) {
	/* -------------------- header -------------------- */
	#top {
		width: 100%;
	}
	header .inner{
		padding: 15px 0;
	}
	/* --------------- mv --------------- */
	.mv {
		padding: 50px 0;
	}
	.sub_mv_tit {
		font-size: 2.6rem;
	}
	/*-------------------- breadcrumbs --------------------*/
	.breadcrumbs li {
		font-size: 1.3rem;
	}
	/* --------------- content --------------- */
	.subpage_tit {
		font-size: 2.4rem;
		border-bottom-width: 5px;
		letter-spacing: 4px;
	}
	.subpage_tit:before {
		bottom: -5px;
		height: 5px;
	}
	/* -------------------- footer -------------------- */
	footer {
		padding: 60px 0;
	}
	.foot_info{
		margin-top: 30px;
	}
	.foot_br{
		display: block;
	}
	.foot_list li:nth-of-type(4) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	/* -------------------- header -------------------- */
	
	.logo {
		width: 180px;
		height: 37px;
	}
	.logo a{
		height: 37px;
	}
	
	.nav_list li a {
		font-size: 1.4rem;
	}
	.d-menu {
		width: 32px;
		height: 32px;
	}
	.panel-btn-icon {
		width: 18px;
		margin: -1px 0 0 -9px;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 18px;
	}
	.panel-btn-icon:before {
		margin-top: -7px;
	}
	.panel-btn-icon:after {
		margin-top: 5px;
	}
	/* --------------- mv --------------- */
	.sub_mv_tit {
		font-size: 2rem;
	}
	/*-------------------- breadcrumbs --------------------*/
	/* --------------- content --------------- */
	.subpage_tit {
		font-size: 1.8rem;
		padding-bottom: 6px;
		margin-bottom: 25px;
	}
	/* -------------------- footer -------------------- */
	footer {
		font-size: 1.4rem;
	}
	.foot_logo {
		font-size: 1.2rem;
	}
	.foot_link {
		width: 180px;
		margin: 0 auto;
	}
	.foot_tit {
		margin-top: 20px;
	}
	.foot_mail a {
		color: #263238;
		text-decoration: underline;
	}
	.foot_list li {
		margin-left: 30px;
	}
	.foot_list li:first-of-type {
		margin-left: 0;
	}
	.foot_list li a {
		font-size: 1.3rem;
	}
	.foot_list01 li a {
		font-size: 1.4rem;
	}
	.pagetop {
		width: 40px;
		height: 40px;
	}
}