@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: 1200px;*/
	min-width: 1240px;
	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: 18px;
	line-height: 2.0;
	-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
---------------------------------------------------------------------------*/

#Page{
}

.sp {
	display: none;
}
.inner {
	width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
	/*box-sizing: border-box;*/
}
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/


#Header {
}

#Header .inner {
	padding: 20px 20px 18px 20px;
}
#Header .logo {
	float: left;
	margin-top: 33px;
}
#Header .box_r {
	float: right;
}
#Header .sns_area {
	float: right;
	margin-bottom: 28px;
}
#Header .sns_area li {
	float: left;
	margin-left: 20px;
	border-radius: 50%;
	/*transition-duration: */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#Header .sns_area li:hover {
	background-color: #ebeaea;

}
#Header #Nav {
	clear: both;
}
#Header #Nav li {
	float: left;
	margin-left: 65px;
}
#Header #Nav li:first-child {
	margin-left: 0;
}
#Header #Nav li a {
	display: block;
	padding-bottom: 10px;
}
#Header #Nav li a:hover {
	opacity: 1;
}
#Header #Nav li a span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
}
#Header #Nav li a span + span {
	margin-top: 7px;
	font-size: 12px;
	font-weight: normal;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.04);
	z-index:9999;
	display: none;

}


#Header .active,
#Footer .active {
	border-bottom: 1px solid #000;
}
#Header .hvr-underline-from-left:before,
#Footer .hvr-underline-from-left:before {
	background: #000;
	height: 1px;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

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

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

}
.under .mv_area .page_title {
	padding-top: 60px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.under .mv_area .page_title .en {
	display: block;
	margin-bottom: 8px;
	font-size: 52px;
	line-height: 1;
}
.under .mv_area .page_title .jp {
	display: block;
	margin-left: 3px;
	font-size: 16px;
	line-height: 1;
}
/* パンくずリスト
-----------------------------------------------------------------*/
#BreadCrumb {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom:0;
	width: 100%;
}
#BreadCrumb li {
	float: left;
}

#BreadCrumb li > a,
#BreadCrumb li > span {
	float: left;
	font-size: 11px;
	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: 80px 0 100px 0;

}
.under .contents_area section {
	margin-bottom: 70px;
}
.under .contents_area section:last-child {
	margin-bottom: 0;
}
.under .section_title {
	font-size: 20px;
	margin-bottom: 17px;

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


#Footer {
	border-top: 1px solid #ededed;
}

#Footer .inner {
	padding: 30px 0 23px 0;
}
#Footer .logo {
	float: left;
	margin-top: 27px;
}
#Footer .logo  img {
	width: 180px;
	height: auto;
}
#Footer .box_r {
	float: right;
}
#Footer .sns_area {
	float: right;
	margin-top: 18px;
}
#Footer .sns_area li {
	float: left;
	margin-left: 20px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#Footer .sns_area li:hover {
	background-color: #ebeaea;
}
#Footer .sns_area li a:hover {
	opacity: 1;
}




#Footer #FooterNav {
	/*clear: both;*/
}
#Footer #FooterNav li {
	float: left;
	margin-left: 40px;
}
#Footer #FooterNav li:first-child {
	margin-left: 0;
}
#Footer #FooterNav li a {
	display: block;
	padding-bottom: 10px;
}
#Footer #FooterNav li a:hover {
	opacity: 1;
}
#Footer #FooterNav li a span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
}
#Footer #FooterNav li a span + span {
	margin-top: 7px;
	font-size: 12px;
	font-weight: normal;
}
#Footer .text_box {
	float: left;
	margin-top: 18px;
}
#Footer .address {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 6px;
}
#Footer .copyright {
	font-size: 10px;
	line-height: 1;
}

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

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


@media screen and (min-width: 0px){
  .greeting h3.section_title,
  .contents_area h3.section_title,
  .company_section h3.section_title,
  .outline h3.section_title{
 font-size: clamp(22px, 2.6vw, 28px); font-weight:700; margin:0px 0 12px 0; 
  }
}