@charset "utf-8";




/*共通設定*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

*{
	transition:all 0.5s;
}

html{
	min-height: 100%;
}

body {
	punctuation-trim: adjacent;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#333;
	font-size: 14px;
	height: 100%;

}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

b {
	font-weight: bold;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

table {
	width:100%;
}

a{
	text-decoration: none;
	color: inherit;
}

a:hover {

	cursor: pointer;
	text-decoration: none;
	opacity:0.8;
}

img {
	width: 100%;
	vertical-align: bottom;
}


.of {overflow: hidden;}
.fl { float:left;}
.fr { float:right;}
.tl { text-align:left!important;}
.tr { text-align:right!important;}
.mt10 { margin-top:10px;}
.mr10 { margin-right:10px;}
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.mt20 { margin-top:20px;}
.mr20 { margin-right:20px;}
.mb20 { margin-bottom:20px;}
.ml20 { margin-left:20px;}
.mt30 { margin-top:30px;}
.mr30 { margin-right:30px;}
.mb30 { margin-bottom:30px;}
.ml30 { margin-left:30px;}

.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}
.plr10 {padding-left:10px;padding-right:10px;}

.sp_only{display: none;}
.pc_only{display: inherit;}
.bl{color: #2d4387;}
.gray{color: #c8c9ca;}

.bk_bl{background: #2d4387;color: #fff; text-align: center;}
.bk_gray{background: #c8c9ca; text-align: center;}
.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}


h1{
	font-size:60px;
	line-height:70px;
}
h2{
	font-size:36px;
	line-height:48px;
}
h3{
	font-size:28px;
	line-height:36px;
}
h4{
	font-size:18px;
	line-height:26px;
}


.w980{
	max-width: 980px;
	margin: auto;
}

.w1200{
	max-width: 1200px;
	margin: auto;
}

.box{
    margin-bottom: 120px;
}

.fa{
	margin: 0 5px;
}

.flex{
	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
  	justify-content: space-between;
}

.btn a{
	display: block;
	width: 300px;
	background: #3b0056;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding: 15px 10px;
	margin: 10px auto;
    overflow: hidden;
}
.btn a:hover{
	background: #ffb100;
	opacity: 1;
}

.btn a:after{
	font-family: "Font Awesome\ 5 Free";
	content: "\f105";
    float: right;
    line-height: 1.5em;
}



.title{
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.title span{
	display: block;
	font-size: 32px;
	font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
	color: #3b0056;
}

.title span:after{
    content: '';
    background: #B3B3B3;
    width: 60px;
    height: 2px;
    display: block;
    margin: 10px auto;
}



/*==============================
		  header設定
==============================*/
#header{
	padding: 10px 0;
    position: fixed;
    width: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 1000;
}

#header > .w1200{
	-webkit-align-items: center; /* Safari */
	-ms-align-items: center;
  	align-items: center;
}

#header .logos{
	flex: 0 0 28%;
	-ms-flex: 0 0 28%;
}


#header .logos .logo object{
    height: 50px;
}

#header .navs{
	flex: 0 0 70%;
	-ms-flex: 0 0 70%;
}

#header .navs .iconArea{
	margin-bottom: 20px;
}

#header .navs .iconArea p{
	margin-left: 10px;
}

#header .navs .iconArea p a{
	text-decoration:underline;
}

#header .navs .nav li{
	flex: -1 0 10.5%;
	text-align: center;
	font-size:13px;
}

#header .navs .nav li.nav_recruit{
    letter-spacing: -1px;
}

#header .navs .nav li a{
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #333;
}


#header .navs .nav li a i{
	font-size:18px;
}


#header .navs .nav li a:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #3b0056;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

#header .navs .nav li a:hover{
	opacity: 1;
}

#header .navs .nav li a:hover:after{
	transform: scale(1, 1);
}

#header .navs .nav li a.active:after{
    transform: inherit;
}

/*==============================
		content共通設定
==============================*/
#contents {
	margin: 120px 0;
}


/*-----お問い合わせ-----*/

.contact{
	background: #A4D6E5;
	color: #fff;
	outline: 2px solid #fff; 
	outline-offset: -6px; 
}

.contact .contact_box{
	padding: 40px;
}

.contact .contact_box .title span{
	color: #fff;
}

.contact .contact_box .title span:after{
	background: #fff;
}

.contact .contact_box .flex>div{
	flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	text-align: center;
}

.contact .contact_box .flex>div p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact .contact_box .flex>div p:before{
	font-family: "Font Awesome\ 5 Free";
	content: "\f0dd";
    padding-right: 10px;
    font-size: 20px;
}

.contact .contact_box .tel a{
    font-size: 54px;
    font-weight: bold;
    display: block;
    line-height: 0.8;
	margin-bottom: 20px;
}

.contact .contact_box .tel a img{
	width: 42px;
	padding-right: 10px;
}

.contact .contact_box .mail a{
	background: #54B6D3;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 20px;
	border-radius: 6px;
	border-bottom: 4px solid #4C8EAC;
    display: block;
}

.contact .contact_box .mail a:hover{
	opacity: 1;
	background: #43A7C4;
	border-bottom: 4px solid #32708D;
}

.contact .contact_box .sns_box{
	margin-top: 40px;
}

.contact .contact_box .sns_box a{
	border: 2px solid #FFF;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 20px;
	border-radius: 6px;
  display: block;
}

.contact .contact_box .sns_box a:hover{
	background-color:#54B6D3;
}

.contact .contact_box .sns_box i{
	margin-right:10px;
}

/*==============================
				パンくず設定
==============================*/

.bd_box {
	width: 980px;
	height: 20px;
	margin: 0 auto;
	position: relative;
}

.bd_box #breadcrumb{
	position:absolute;
	right: -140px;
	bottom: 90px;
}


/*==============================
		footer設定
==============================*/

#footer{
    background: #3b0056;
	position: relative;
	color:#fff;
}

#footer ul li{
	flex: 0 0 auto;
}

#footer:before{
	content: '';
    background: url(/img/common/back_footer.png) repeat-x;
    height: 120px;
    width: 100%;
    position: absolute;
    top: -80px;
    left: 0;
	z-index: -1;
}

#footer #gotop {
    font-size:14px; 
    color: #fff;
    line-height: 1.4em;
    text-align: center;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
	background: #333;
    z-index: 100;
	cursor: pointer;
}

#footer #gotop:hover{
	background: #3b0056;
}

#footer .foot_logo{
	width: 30%;
    padding: 40px 0;
    margin: auto;
}

#footer .bnr_box {
	width: 450px;
	padding-top: 40px;
    margin: auto;
}

#footer ul.sns{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	width:200px;
	margin:0 auto;
	margin-top:50px;
}

#footer ul.sns li{
	width:45%;
	max-width:45%;
	flex:0 0 45%;
	font-size:30px;
	text-align: center;
}
   
#footer .copyright{
	text-align: center;
	padding-bottom: 10px;
}



/*==============================
		tablet設定
==============================*/

@media screen and (max-width:960px) {
	
	.w1200,.w980{
		margin: auto 4%;
	}
	
	h1{
		font-size:40px;
		line-height:30px;
	}
	h2{
		font-size:26px;
		line-height:38px;
	}
	h3{
		font-size:20px;
		line-height:30px;
	}
	
	
	.title span{
		font-size: 28px;
	}
	/*-----お問い合わせ-----*/
	.contact .contact_box .flex>div p {
    	font-size: 14px;
	}
	.contact .contact_box .tel a {
    	font-size: 30px;
	}
	.contact .contact_box .tel a img {
   		width: 30px;
	}
	.contact .contact_box .mail a {
    	font-size: 16px;
	}
}

@media screen and (min-width:640px) and ( max-width:960px) {
	/*==============================
		header設定
	==============================*/
	
	#header >.flex{
		display: block;
	}
	
	#header .logos {
		margin-bottom: 20px;
	}
	
	#header .logos .logo{
	    margin: auto;
	}
	
	#header .navs .nav li{
    	flex: 0 0 auto;
		-ms-flex: 0 0 auto;
	}

}

/*==============================
		SP設定
==============================*/

@media screen and (max-width:640px){
	
	
	.sp_only{display: inherit;}
	.pc_only{display: none;}
	h1{
		font-size:30px;
		line-height:20px;
	}
	h2{
		font-size:22px;
		line-height:34px;
	}
	h3{
		font-size:18px;
		line-height:28px;
	}
	h4{
		font-size:16px;
		line-height:24px;
	}
	.btn a {
		width: 80%;
	}
	
	.box {
		margin-bottom: 60px;
	}
	
	#contents {
		margin: 60px 0;
	}
	
	/*==============================
		header設定
	==============================*/
	
	#header{
		background:none; 
	}
	
	#header .logos {
		flex: auto;
		-ms-flex: auto;
		-webkit-align-items: center; /* Safari */
  		align-items: center;
		-ms-align-items: center;
	}
	
	#header .logos .logo{
	    width: 70%;
		height: 34px;
	}
	
	#header .logos .logo img{
		 width: auto;
	}
	
	#header .logos .logo object{
	    width: auto;
   		height: 100%;
	}
	
	#header .logos .sp_only{
		-webkit-justify-content: flex-end; /* Safari */
  		justify-content: flex-end;
		-ms-justify-content: flex-end;
		-webkit-align-items: center; /* Safari */
  		align-items: center;
		-ms-align-items: center;
		flex: 0 0 24%;
		-ms-flex: 0 0 24%;
	    position: relative;
    	z-index: 1000;
	}
	
	#header .logos .sp_only a{
		font-size: 30px;
    	line-height: 1em;
	}
		
	#header .nav li a:after {
		display: none;
	}
	
	#header #btn_menu{
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
		position: relative;
		width: 30px;
		height: 24px;
		margin-left: 14%;
	}
	
	#header #btn_menu span{
		display: inline-block;
		transition: all .5s;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #3b0056;
		border-radius: 4px;
	}
	#header #btn_menu span:nth-of-type(1) {
		top: 0;
	}
	#header #btn_menu span:nth-of-type(2) {
		top: 11px;
	}
	#header #btn_menu span:nth-of-type(3) {
		bottom: 0;
	}
	
	#header .navs {
		padding-top:52px;
		width: 180px;
		height: 100%;
		transform: translate(180px);
		transition: all .5s;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		background-color: #FFF;
    }
	
    #header .navs.open {
   		transform: translate(0); 
    }
	#header .nav .flex{
		display: block;
	}
	#header .nav li{
		float: none;
		width: 100%;
		text-align: left;
		border-right:none;
	}
	
	#header .nav li:first-child {
		border-left: none;
	}
	
	#header .navs .nav ul li a{
		display: block;
		padding: 15px;
		border-bottom: #b4b4b5 1px solid;
		text-align: left;
	}
	
	#header .navs .nav li a i{
		margin-right: 5px;
	}
	
	#header .navs .nav li a span{
		display: inline;
		font-weight: bold;
	}
	
	#header .navs .nav ul li:first-child a{	
    	border-top: #b4b4b5 1px solid;
	}
	
	#header .navs .nav ul li a:before{
		font-family: "Font Awesome\ 5 Free";
		content: "\f105";
		float: right;
		font-weight: bold;
		line-height: 1.5em;
	}
	
	#header .navs .iconArea p{
		margin:0 0 5px;
		font-size: 12px;
		line-height: initial;
	}
	
	
	/*-----ナビが表示されているときの処理-----*/
	
	.active #btn_menu span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}
	
	.active #btn_menu span:nth-of-type(2) {
		opacity: 0;
	}
	
	.active #btn_menu span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}
	
	.bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
	}
	.active .bg{
		display: block;
	}
	
	/*-----スクロールが250以上のときの処理-----*/
	
	#header.orange{
		background: #3b0056;
		color: #fff;
	}

	#header.orange #btn_menu span{
		background-color: #fff;
	}
	
	#header.orange .navs{
		padding-top: 0;
		top:54px;
	}
	#header.orange  .navs .nav ul li:first-child a {
		border-top: none;
	}
	
	
	/*-----お問い合わせ-----*/
	.contact .contact_box {
		padding: 20px;
	}
	.contact .contact_box >div{
		display: block;
	}
	.contact .contact_box >div .tel{
		margin-bottom: 30px;
	}
	.contact .contact_box .flex>div p {
		margin-bottom: 10px;
	}
	
	.contact .contact_box .sns_box{
		display: flex;
		font-size:13px;
	}
	
	.contact .contact_box .sns_box a{
		font-size:13px;
	}
	
	.contact .contact_box .sns_box i{
		margin-right: 5px;
	}
	
	
	.bd_box {
		width: 100%;
		height: 20px;
		margin: 0 auto;
		position: relative;
	}
	.bd_box #breadcrumb{
		position:absolute;
		right:  10px;
		bottom: 90px;
	}
	
	/*==============================
		footer設定
	==============================*/
	
	#footer:before {
		background-size: 50%;
		top: -38px;
	}
	#footer {
		margin-top: 100px;
	}
	#footer ul li {
    	flex: 0 0 50%;
	}
	
	#footer .bnr_box{
		width:60%;
	}
	
	#footer .bnr_box a{
		margin-bottom:20px;
	}
	
	#footer .foot_logo {
    	width: 60%;
	}

	
}

