@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y: scroll;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	min-width: 320px;
	color: #333;

	/*求人サイトと同じ*/
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,'Noto Sans JP',sans-serif;
	/*スタンダード*/
/*
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
*/
	/*游ゴシックバージョン*/
/*
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
*/

	font-size: 13px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
  body{font-size:75%;}
}

/*
::-moz-selection{
	color:;
	background:;
}
::selection{
	color:;
	background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a{
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #000000;
}
a:link,
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	outline: none;
	opacity: 0.7;
}
a:active{
	outline: none;
}

/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
.pc {
	display: none;
}
.inner {
	width: 93.75%;
	margin: 0 auto;
}

.fs_fix {
  font-size: 10px;
}

@media (min-width: 390px) and (max-width: 640px) {
  .fs_fix {
    font-size: 13px;
  }

}

#Page {
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/

#Header .inner {
	position: relative;
	padding: 29px 0;
	width: 100%;

}
#Header .logo {
	min-width: 172px;

	/*text-align: center;*/
	width: 39.666%;
	margin: 0 auto;
	margin-top: -5px;


}
#MenuBtn {
	position: absolute;
	/*width: 6.666%;*/
	width: 30px;
	right: 13px;
	top: 28px;
	/*min-width: 30px;*/
}

#Nav {
	padding: 29px 15px;
	position: absolute;
	background-color: #fff;
	width: 100%;
	display: none;
	right: 0;
	box-sizing: border-box;
	z-index: 9999

}
#Nav > ul > li > a {
	display: block;
  line-height: 1;
  padding: 19px 0;
  border-bottom: 1px dashed #000;
  box-sizing: border-box;
}
#Nav > ul > li:first-child a {
  border-top: 1px dashed #000;
}
#Nav > ul > li > a > span {
	display: inline-block;
	margin-right: 1em;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#Nav > ul > li > a > span + span {
	margin-right: 0;
	font-size: 10px;
	font-weight: normal;
}
#Nav .sns_area {
	display: flex;
	padding-top: 20px;
}
#Nav .sns_area li {
	margin: 0 10px;
}
#Nav .sns_area li a {
	display: block;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

#Content {
}

/* Main
-----------------------------------------------------------------*/
#Main {
	background: url("../images/bg_stripe.jpg");
}



.under .mv_area {
	height: 105px;
	position: relative;

}

.under .mv_area .page_title {
	padding-top: 20px;
	padding-left: 7px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.under .mv_area .page_title .en {
	display: block;
	margin-bottom: 4px;
	font-size: 23px;
	line-height: 1;
}
.under .mv_area .page_title .jp {
	display: block;
	font-size: 11px;
	line-height: 1;
}

/* パンくずリスト
-----------------------------------------------------------------*/
#BreadCrumb {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom:0;
	width: 100%;
	padding-left: 6px;
	box-sizing: border-box;

}
#BreadCrumb li {
	float: left;
}

#BreadCrumb li > a,
#BreadCrumb li > span {
	float: left;
	font-size: 10px;
	padding: 10px 17px;
	display: inline-block;
	line-height: 1;
	position: relative;
}
#BreadCrumb li.top a {
	padding-left: 0;
}
#BreadCrumb li .arrow {
}

#BreadCrumb li .arrow::before {
    display: block;
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 3px;
    height: 3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




.under .contents_area {
	padding: 30px 0 40px 0;

}
.under .contents_area section {
	margin-bottom: 30px;
}
.under .contents_area section:last-child {
	margin-bottom: 0;
}
.under .section_title {
	font-size: 13px;
	margin-bottom: 13px;
	padding-left: 6px;

}
/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/

#Footer {
	padding-top: 20px;
	background-color: #fff;
	border-top: 1px solid #efefef;
}

#FooterNav {
	float: left;
	width: 80%;
}
#FooterNav li img {
	width: 130px;
}
#FooterNav li a {
	display: block;
	line-height: 1;
	padding: 12px 0 ;
	border-bottom: 2px solid #000;
	box-sizing: border-box;
}
#FooterNav li:last-child a {
	border-bottom: none;
}
#FooterNav li a span {
	display: inline-block;
	margin-right: 1em;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#FooterNav li a span + span {
	margin-right: 0;
	font-size: 10px;
	font-weight: normal;
}
#Footer .sns_area {
	float: right;
	position: relative;
	margin-right: 10px;
}
#Footer .sns_area a {
	display: block;
}
#Footer .sns_area li {
	margin-top: 13px;
	width: 23px;

}
#Footer .sns_area li.footer_logo {
	width: 25px;
	position: absolute;
	right: 1px;
}
#Footer .text_box {
	clear: both;
	font-size: 11px;
	padding: 10px 0 20px 0;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}
