@charset "utf-8";

/*
******************************************************************
* c-planning common.css
******************************************************************
*/
html {
}
html.Has-modal {
	overflow: hidden !important;
	width: auto;
}
body {
	min-width: 1000px;
	word-wrap: break-word;
	font-size: 14px;
	line-height: 1.6;
	color: #222222;
}
a:link, a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover, a:active {
	color: #003883;
	text-decoration: underline;
}
a.ca:link, a.ca:visited {
	color: #003883;
	text-decoration: none;
}
a.ca:hover, a.ca:active {
	text-decoration: underline;
}
a.cb:link, a.cb:visited {
	color: #003883;
	text-decoration: underline;
}
a.cb:hover, a.cb:active {
	text-decoration: none;
}
.fade,
.anime {
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
.fade:hover {
	opacity: 0.6;
}
img {
	/*max-width: 100%;*/
}
#wrp-all {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mod-box-inr {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.ancher {
	padding-top: 50px;
	margin-top: -50px;
}
.for-pc {
	display: block;
}
.for-sp {
	display: none;
}
@media screen and (max-width:767px) {
body {
	font-size: 11px;
	min-width: 0;
}
img {
	width: 100%;
	max-width: none;
}
.mod-box-inr {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.fade:hover {
	opacity: 1;
}
.ancher {
	padding-top: 40px;
	margin-top: -40px;
}
.for-pc {
	display: none;
}
.for-sp {
	display: block;
}
a:hover, a:active {
	color: #222222;
	text-decoration: none;
}
a.ca:hover, a.ca:active {
	text-decoration: none;
}
a.cb:hover, a.cb:active {
	text-decoration: underline;
}
}


/*
******************************************************************
* #header
******************************************************************/
#header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
}
#header .mod-box-inr {
	padding: 0 10px;
}
#header .box-head {
	float: left;
}
#header .box-head .logo {
	width: 174px;
	padding-top: 10px;
}
#header .box-head .logo img {
	width: 100%;
}
#header .box-menu {
	float: right;
}
#header .box-menu ul {
	display: table;
	margin: 4px 0;
	border-right: 1px solid #d1ccca;
}
#header .box-menu ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #d1ccca;
}
#header .box-menu ul li.for-sp {
	display: none;
}
#header .box-menu ul li a {
	display: block;
	padding: 3px 20px;
}
#header .box-menu ul li a span {
	display: block;
	font-size: 10px;
	color: #797979;
	margin-top: -2px;
}
#header .box-menu ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #003883;
}
#header .box-menu ul li a:hover span {
	color: #ffffff;
}
#header .box-menu ul.sub-navi {
	display: none;
}

@media screen and (max-width:767px) {
#header {
	height: 40px;
}
.Has-modal #header {
	background-color: #ffffff !important;
}
#header .box-head {
	position: relative;
	z-index: 2;
}
#header .box-head {
	float: none;
}
#header .box-head .logo {
	width: 130px;
	padding-top: 8px;
}
#header .box-head .btn-open {
	position: absolute;
	top: 8px;
	right: 0;
}
#header .box-head .btn-open a {
	display: block;
	text-indent: -9999px;
	width: 27px;
	height: 25px;
	background-image: url(../img/sp/btn_menu.png);
	background-size: 27px 50px;
	background-position: center top;
}
#header .box-head .btn-open a.active {
	background-position: center bottom;
}
#header .box-menu {
	float: none;
	z-index: 1;
	position: fixed;
	top: 40px;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow-y: auto;
	display: none;
	-webkit-overflow-scrolling: touch;
}
#header .box-menu ul {
	position: relative;
	display: block;
	margin: 0 0;
	padding-bottom: 20px;
	border-right: none;
	border-bottom: 1px solid #d1ccca;
	background-color: #ffffff;
}
#header .box-menu ul li {
	display: block;
	text-align: left;
	border-left: none;
	border-top: 1px solid #d1ccca;
}
#header .box-menu ul li.for-sp {
	display: block;
}
#header .box-menu ul li a {
	font-size: 12px;
	padding: 5px 15px;
}
#header .box-menu ul li a span {
	font-size: 9px;
}
#header .box-menu ul li a:hover {
	text-decoration: none;
	color: #222222;
	background-color: transparent;
}
#header .box-menu ul li a:hover span {
	color: #797979;
}
#header .box-menu ul.sub-navi {
	border-bottom: none;
	padding-bottom: 0;
	display: block;
}
#header .box-menu ul.sub-navi li a {
	padding-left: 40px;
}
#header .box-bg {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
}


/*
******************************************************************
* #footer
******************************************************************/
#footer {
	margin-top: 37px;
	background-color: #f5f4f4;
}
#footer .mod-box-inr {
	padding: 50px 0 40px;
}
#footer .btn-page {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -37px;
	margin-left: -37px;
}
#footer .box-sns {
	position: absolute;
	top: 70px;
	right: 0;
}
#footer .box-sns li {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
#footer .box-sns li.fb iframe {
	width: 125px !important;
}
#footer .box-footer {
	display: table;
	width: 100%;
}
#footer .box-footer .box-fl {
	display: table-cell;
}
#footer .box-footer .box-fl .logo {
	width: 174px;
	margin-bottom: 20px;
}
#footer .box-footer .box-fl .logo img {
	width: 100%;
}
#footer .box-footer .box-fl .mail-1 {
	margin-top: 1.0em;
}
#footer .box-footer .box-fr {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	width: 490px;
}
#footer .box-footer .box-fr ul {
	margin-bottom: 2.5em;
	letter-spacing: -0.4em;
}
#footer .box-footer .box-fr ul li {
	display: inline-block;
	margin: 4px 0;
	padding: 0 10px;
	line-height: 1.2;
	border-right: 1px solid #666666;
	letter-spacing: 0;
}
#footer .box-footer .box-fr ul li:nth-child(4),
#footer .box-footer .box-fr ul li:nth-child(7) {
	padding-right: 4px;
	border-right: none;
}


@media screen and (max-width:767px) {
#footer {
	margin-top: 18.5px;
}
#footer .mod-box-inr {
	padding: 40px 15px 20px;
}
#footer .btn-page {
	margin-top: -18.5px;
	margin-left: -18.5px;
	width: 37px;
}
#footer .box-sns {
	position: relative;
	top: 0;
	text-align: center;
}
#footer .box-sns li {
	display: block;
}
#footer .box-sns li.fb iframe {
	margin-left: 10px;
}
#footer .box-footer {
	display: block;
}
#footer .box-footer .box-fl {
	display: block;
	text-align: center;
}
#footer .box-footer .box-fl .logo {
	margin: 20px auto 10px;
}
#footer .box-footer .box-fl .mail-1 {
	margin-bottom: 10px;
}
#footer .box-footer .box-fr {
	display: block;
	text-align: center;
	width: 100%;
}
#footer .box-footer .box-fr ul {
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer .box-footer .box-fr ul li {
	margin-left: -1px;
	padding: 0 6px;
}
#footer .box-footer .box-fr ul li:nth-child(4) {
	padding-right: 6px;
	border-right: 1px solid #666666;
}
}


/*
******************************************************************
* #wrp-contents
******************************************************************/
#wrp-contents {
	position: relative;
	padding-top: 50px;
	padding-bottom: 80px;
}
#wrp-contents .mod-sec-ttl {
	padding: 80px 0 40px;
	text-align: center;
	font-size: 18px;
	color: #003883;
	font-weight: bold;
}
#wrp-contents .mod-sec-ttl:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 1px;
	background-color: #d1ccca;
}

@media screen and (max-width:767px) {
#wrp-contents {
	padding-top: 40px;
	padding-bottom: 40px;
}
#wrp-contents .mod-sec-ttl {
	padding: 40px 0 20px;
	font-size: 14px;
}
#wrp-contents .mod-sec-ttl:after {
	margin: 10px auto 0;
	width: 50px;
}
}


/*
******************************************************************
* #recruit-nav
******************************************************************/
#recruit-nav {
	margin-top: 10px;
}
#recruit-nav ul {
	position: relative;
	float: right;
	background-color: #f5f4f4;
	padding: 4px 10px;
	border-radius: 4px 4px;
}
#recruit-nav ul:before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: 350px;
	width: 11px;
	height: 8px;
	background-image: url(../img/recruit/arrow_02.png);
}
#recruit-nav ul li {
	float: left;
	padding: 0 10px;
}
#recruit-nav ul li a:hover,
#recruit-nav ul li a.active {
	color: #00c4aa;
	text-decoration: none;
}

@media screen and (max-width:767px) {
#recruit-nav {
}
}


/*
******************************************************************
* magnific-popup
******************************************************************/
.mfp-fade.mfp-bg {
	background-color: #ffffff;
	opacity: 0.98;
	-webkit-transition: all 0.25s ease-out;
	    -ms-transition: all 0.25s ease-out;
	        transition: all 0.25s ease-out;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding: 0 0;
}
.mfp-close {
	top: auto;
	bottom: 10px;
	left: 50%;
	right: auto;
	margin-left: -23px;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 1.0;
	padding: 36px 5px 5px;
	background-image: url(../img/btn_close.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 32px 32px;
	opacity: 1.0;
	cursor: pointer;
}
.mfp-close:active {
	top: auto;
}
.mfp-close:hover {
	opacity: 0.5;
	text-decoration: none;
}

@media screen and (max-width:767px) {
.mfp-close {
	bottom: 5px;
	margin-left: -17.5px;
	font-size: 9px;
	padding: 19px 5px 5px;
	background-size: 16px 16px;
}
.mfp-close:hover {
	opacity: 1.0;
}
}
