@charset "UTF-8";


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

#global-header {
	width: 100%;
	height: 52px;
	position: fixed;
	z-index: 1000;
	background-color: #fff;
}
#global-header .logo {
	width: 120px;
	position: absolute;
	left: 4%;
	top: 13px;
}
#global-header .logo a {
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
#global-header .logo a:hover {
	opacity: .7;
}
@media (min-width:930px){
	#global-header {
		width: 100%;
		height: 90px;
	}
	#global-header .logo {
		width: 230px;
		position: absolute;
		left: 2%;
		top: 20px;
	}
}

/* SP用 menu-wrap-SPTAB
------------------------------*/
/* バーガーメニュー */
#global-header .menu-wrap-SPTAB .hamburger {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 4%;
	top: 5px;
	border: none;
	background-color: transparent;
	z-index: 10;
}
#global-header .menu-wrap-SPTAB .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 0;
    width: 32px;
    background-color: #002876;
	transition: 0.2s;
}
#global-header .menu-wrap-SPTAB .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #002876;
    transition: inherit;
	top: 15px;
	left: 0;
}

#global-header .menu-wrap-SPTAB .hamburger.-active .hamburger__line {
	top: 50%;
	left: 0;
	transform: rotate(45deg);
}
#global-header .menu-wrap-SPTAB .hamburger.-active .hamburger__line:after {
    top: 50%;
	left: 0;
    transform: rotate(-90deg);
}

/* バーガーメニュー中身 */
#global-header .menu-wrap-SPTAB .header__nav-area {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	background-color:#FFFDE0;
	transition: 0.2s;
}
#global-header .menu-wrap-SPTAB .header__nav-area.-active {
	right: 0;
	visibility: visible;
}

#global-header .menu-wrap-SPTAB .navi-wrap {
	padding: 5em 5em 0 5em;
}
#global-header .menu-wrap-SPTAB .navi-wrap .list-item {
	list-style-type: none;
	margin-top: 2.5em;
}
#global-header .menu-wrap-SPTAB .navi-wrap .list-link {
	color: #002876;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
	position: relative;
	padding-left: 20px;
}
#global-header .menu-wrap-SPTAB .navi-wrap .list-link:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	display: block;
	content:"";
	width: 13px;
	height: 14px;
	background: url("../img/common/gnavi_label.png") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:930px){
	#global-header .menu-wrap-SPTAB {
		display: none;
	}
}

/* PC用 menu-wrap-PC
------------------------------*/
#global-header .menu-wrap-PC {
	display: none;
}
@media (min-width:930px){
	#global-header .menu-wrap-PC {
		display: block;
	}
	#global-header .menu-wrap-PC .navi-wrap {
		position: relative;
	}
	#global-header .menu-wrap-PC .navi-wrap .list {
		position: absolute;
		right: 10px;
		top: 25px;
		list-style-type: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-item {
		margin: 0 15px;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-link {
		color: #002876;
		font-weight: 700;
		font-size: 16px;
		letter-spacing: 1px;
		position: relative;
		padding-left: 20px;
		transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s eease-in-out;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-link:hover {
		text-decoration: underline;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-link:before {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -7px;
		display: block;
		content:"";
		width: 13px;
		height: 14px;
		background: url("../img/common/gnavi_label.png") no-repeat 0 0;
		background-size: cover;
	}
}


/****************************************************************************
 	main
****************************************************************************/
#main-wrap {
	padding-top: 52px;
}
@media (min-width:930px){
	#main-wrap {
		padding-top: 90px;
	}
}

/****************************************************************************
 	footer
****************************************************************************/
#global-footer .notice {
	background-color: #00B0F0;
	padding: 1em 0 100px 0;
	position: relative;
}
#global-footer .notice .copy {
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	font-size: 1.1em;
}
#global-footer .notice .copy span {
	position: relative;
	padding: 0 30px;
}
#global-footer .notice .copy span:before,
#global-footer .notice .copy span:after {
	position: absolute;
	display: block;
	content:"";
	top: 50%;
	margin-top: -15px;
	width: 27.75px;
	height: 27px;
	background: url("../img/common/ft_contact_star.png") no-repeat 0 0;
	background-size: cover;
}
#global-footer .notice .copy span:before {
	left: 0;
}
#global-footer .notice .copy span:after {
	right: 0;
}

#global-footer .ft-wrap {
	background: url("../img/common/ft_bg_blue.png")no-repeat center bottom;
	background-size: cover;
}
#global-footer .ft-wrap .m-inner {
	position: relative;
}
#global-footer .cont-box {
	background-color: #012776;
	border-radius: 10px;
	margin-top: -90px;
	padding: 1.5em 1.5em;
}
#global-footer .cont-box .ttl {
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 1.4em;
	position: relative;
}
#global-footer .cont-box .ttl:after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -71px;
	display: block;
	content:"";
	width: 142px;
	height: 18.5px;
	background: url("../img/common/ft_contact_wave.png") no-repeat 0 0;
	background-size: cover;
}
#global-footer .cont-box .copy {
	color: #fff;
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
	font-size: .9em;
	margin-top: 2em;
}
#global-footer .cont-box .list-item {
	background-color: #fff;
	border-radius: 10px;
	color: #002876;
	text-align: center;
	margin-top: 1em;
	padding: 1em 1em;
}
#global-footer .cont-box .list-item .box-ttl {
	font-weight: 700;
	line-height: 1.5;
	font-size: 1em;
	position: relative;
	margin-bottom: 20px;
}
#global-footer .cont-box .list-item .box-ttl:after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -49px;
	display: block;
	content:"";
	width: 98.5px;
	height: 11.5px;
	background: url("../img/common/ft_contact_dot.png") no-repeat 0 0;
	background-size: cover;
}
#global-footer .cont-box .list-item .tel a {
	color: #002876;
	font-weight: 900;
	line-height: 1;
	font-size: 2.2em;
	position: relative;
	padding-left: 30px;
}
#global-footer .cont-box .list-item .tel a:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	display: block;
	content:"";
	width: 25px;
	height: 25px;
	background: url("../img/common/icon_tel.svg") no-repeat 0 0;
	background-size: cover;
}
#global-footer .cont-box .list-item .mobile {
	font-size: 1.2em;
	line-height: 1.5;
}
#global-footer .cont-box .list-item .mobile a {
	color: #002876;
	font-weight: 700;
	line-height: 1;
}
#global-footer .cont-box .list-item .time {
	font-size: .9em;
	line-height: 1.5;
}

#global-footer .ft-btm-wrap {
	margin-top: 2em;
	color: #002876;
}
#global-footer .ft-btm-wrap .info .logo {
	width: 150px;
}
#global-footer .ft-btm-wrap .info .add {
	font-size: .9em;
	font-weight: 400;
	line-height: 1.5;
	margin-top: .5em;
}
#global-footer .ft-btm-wrap .navi .list {
	margin-top: 1em;
}
#global-footer .ft-btm-wrap .navi .list-item {
	margin-bottom: .5em;
}
#global-footer .ft-btm-wrap .navi .list-link {
	color: #002876;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.5;
}
#global-footer .ft-btm-wrap .navi .list-link:hover {
	text-decoration: underline;
}
	
#global-footer .cr {
	text-align: center;
	letter-spacing: 3px;
	color: #8E9FC3;
	font-weight: 500;
	font-size: .7em;
	line-height: 1.5;
	padding: 1em 0;
}
@media (min-width:1110px){
	#global-footer .notice {
		padding: 1em 0 100px 0;
	}
	#global-footer .notice .copy {
		font-size: 1.8em;
	}
	#global-footer .notice .copy span {
		padding: 0 65px;
	}
	#global-footer .notice .copy span:before,
	#global-footer .notice .copy span:after {
		margin-top: -27px;
		width: 55px;
		height: 54px;
	}
	#global-footer .cont-box {
		border-radius: 20px;
		margin-top: -85px;
		padding: 2em 3em;
	}
	#global-footer .cont-box .ttl {
		font-size: 1.6em;
	}
	#global-footer .cont-box .copy {
		font-size: 1em;
		margin-top: 2em;
	}
	#global-footer .cont-box .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 1em;
	}
	#global-footer .cont-box .list-item {
		width: 48%;
		border-radius: 20px;
		margin-top: 0;
		padding: 1em 1em;
	}
	#global-footer .cont-box .list-item .box-ttl {
		font-size: 1em;
	}
	#global-footer .cont-box .list-item .tel a {
		font-size: 2.4em;
		position: relative;
		padding-left: 35px;
	}
	#global-footer .cont-box .list-item .tel a:before {
		left: 0;
		top: 50%;
		margin-top: -10px;
		width: 30px;
		height: 30px;
	}
	#global-footer .cont-box .list-item .mobile {
		font-size: 1.2em;
		line-height: 1.5;
	}
	#global-footer .cont-box .list-item .time {
		font-size: .8em;
	}
	#global-footer .cont-box .list-item .m-btn-M {
		margin-top: 2em;
	}

	#global-footer .ft-btm-wrap {
		margin-top: 2em;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#global-footer .ft-btm-wrap .info {
		width: 400px;
	}
	#global-footer .ft-btm-wrap .info .logo {
		width: 170px;
	}
	#global-footer .ft-btm-wrap .info .add {
		font-size: .8em;
		margin-top: .5em;
	}
	#global-footer .ft-btm-wrap .navi {
		width : -webkit-calc(100% - 450px) ;
		width : calc(100% - 450px) ;
	}
	#global-footer .ft-btm-wrap .navi .list {
		margin-top: 1em;
	}
	#global-footer .ft-btm-wrap .navi .list-item {
		margin: 0 10px 0 10px;
		display: inline-block;
	}
	#global-footer .ft-btm-wrap .navi .list-link {
		font-size: .8em;
		line-height: 1.5;
	}
}



/****************************************************************************
 	pagetop
****************************************************************************/
#pagetop {
	position: fixed;
	z-index: 100000;
	bottom: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	background-color: #002876;
	border-radius: 50%;
	cursor: pointer;
}
#pagetop:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -3px;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} 
@media (min-width:1180px){
	#pagetop {
		bottom: 30px;
		right: 30px;
		width: 60px;
		height: 60px;
	}
	#pagetop:after {
		top: 25px;
	}
}

	





