/*
/*
 * HTML5 ✰ Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea{ font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; color: #000; }

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.8;
	position: relative;
	background-color: rgba(255,255,255,1.00);
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a {
    text-decoration: none;
}
a:visited {

}
a:hover {
	color: #5AA1FF;
	text-decoration: underline;
}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table { border-collapse: collapse; border-spacing: 0; }
.cnt01box table {
	border-right: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
}

td { vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.report .product-topbox {
	padding-top: 10px;
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
@charset "utf-8";


/* Simple fluid media*/
img, object, embed{
}
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,address,figure{
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	line-height: 1;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*reset */
html, body {
  height:100%;
}

.center{
	text-align:center;
	margin:0 auto;
}
body{
	height:100%;
/*	overflow: hidden;*/
}
.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic{
	font-family: 'Fjalla One', sans-serif;
}

a{
    transition: all  0.3s ease;
	color: #a7617f;
}
a.jquery-disabled{
    pointer-events: none;
}



/* Mobile Layout: 480px and below. */
html { font-size:12px}
.wrap {

}


.fluidwidth{
	width: 100%;
}


/* トップ戻るボタン隠す */
.pagetop a{
	display: none;
}
.sp480,.sp768 {
	display: block;
}
.pc480, .pc768 {
	display: none;
}
a i{
    font-size: 50%;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
}
.j-scroll{
	opacity: 0;
}
.animated.on{
	opacity: 1;
}
.delay1{
	transition-delay:0.5s;	
}
.delay2{
	transition-delay:0.7s;	
}
.delay3{
	transition-delay:0.9s;	
}


/* btn */
.btn10 {
    background: transparent;
    /*    color: #3169d1 !important;*/
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -moz-linear-gradient(180deg, rgba(48, 192, 200, 0.8), rgba(50, 22, 110, 0.8), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
    background: -webkit-linear-gradient(right, rgba(48, 192, 200, 0.8), rgba(50, 22, 110, 0.8), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
    background: linear-gradient(270deg, rgba(48, 192, 200, 0.8), rgba(50, 22, 110, 0.8), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
    /*background: linear-gradient(-55deg, #30cfd0 0%, #330867 100%);*/
    background-position: 1% 50%;
    background-size: 300% 300%;
    border: none;
    border: 1px solid #a7617f;
}
.btn10:hover {
    background-position: 99% 50%;
    color: #fff !important;
    border: 1px solid rgba(205, 200, 252, 0);
}



.btn_up {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
 }
.btn_up:hover {
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}
.cv_btn{
    padding: 20px auto;
    border-radius: 100px;
    border: 0px solid rgba(255,255,255,1.00);
    background-color: #bbca24;	
/*	background-image: linear-gradient(-55deg, #30cfd0 0%, #330867 100%);*/	
}



.l-header-logo__link.head_pc_link{
    border: 2px solid transparent;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 5px;
	padding:5px 10px 5px 10px;
	border-radius: 100px;
	height: auto;
}
.l-header-logo__link.head_pc_link:hover {
    border: 2px solid #fff;
}
.is-scroll .l-header-logo__link.head_pc_link:hover {
    border: 2px solid #a7617f;
}


/* menu */
.is-nav--active #ascrail2001 {
    left: auto !important;
    right: 0;
}

.l-nav__btn {
	color: transparent;
	font: 0/0 a;
	overflow: hidden;
	text-shadow: none;
	background-color: #a7617f;
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	z-index: 2;
  }
  .l-nav__btn span, .l-nav__btn span::before, .l-nav__btn span::after {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 24px;
  }
  .l-nav__btn span {
    left: 50%;
    margin: -1px 0 0 -12px;
    top: 50%;
    -webkit-transition: background-color 100ms;
    transition: background-color 100ms;
  }
  .l-nav__btn span::before, .l-nav__btn span::after {
    left: 0;
    -webkit-transition: top 200ms, -webkit-transform 200ms;
    transition: top 200ms, -webkit-transform 200ms;
    transition: transform 200ms, top 200ms;
    transition: transform 200ms, top 200ms, -webkit-transform 200ms;
  }
  .l-nav__btn span::before {
    top: -8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-nav__btn span::after {
    top: 8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
/* is-nav--active */
  .is-nav--active{
    height: 100%;
/*    overflow: hidden;*/
  }
  .is-nav--active .l-nav__btn span {
    background: #a7617f;
  }
  .is-nav--active .l-nav__btn span::before, .is-nav--active .l-nav__btn span::after {
    top: 0;
  }
  .is-nav--active .l-nav__btn span::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .is-nav--active .l-nav__btn span::after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
/* l-nav */
.l-nav {
	bottom: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	position: fixed;
	right: -100%;
	top: 0%;
	width: 100%;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	background: -moz-linear-gradient(right, rgba(48, 192, 200, 1), rgba(50, 22, 110, 1), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
	background: -webkit-linear-gradient(right, rgba(48, 192, 200, 1), rgba(50, 22, 110, 1), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
	background: linear-gradient(270deg, rgba(48, 192, 200, 1), rgba(50, 22, 110, 1), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	
  }
  .is-nav--active .l-nav {
	background-position: 99% 50%;
	top:0;
    right: 0;
  }





/* l-header */
.l-header {
	background: #fff;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 55px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	min-width: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.l-header--transparent {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color 500ms;
	transition: background-color 500ms;
	background-color: transparent;
}
.is-drop-nav--active .l-header--transparent, .l-header--transparent.is-scroll {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}



button {
    overflow: visible;
}
input[type="button"], input[type="submit"], button {
    background: none;
    border: 0;
    cursor: pointer;
}
input, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input, button, select, textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
}
.logo_image img{
	height: 18px;
	margin-right: 4px;
	margin-left: 4px;
	display: inline-block;
}
.logo_text{
    font-size: 9px;
    line-height: 1.3;
    color: #a7617f;
}
.is-scroll .logo_text{
	color: #a7617f;
}

.l-header-logo__link:hover{
	text-decoration: none;
}
.l-header-logo__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    padding: 0 12px 0;
}
.l-header-logo__link:hover{
	text-decoration:none;
}
.main_img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.v_logo {
    width: 70%;
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 10;
    margin-left: -35%;
}
.v_shadow {
	color: #FFFFFF;
	text-shadow: 0px 0px 3px rgba(15,15,15,0.88);
}
.v_lead01 {
	font-size: 1.5em;
	position: absolute;
	left: 0%;
	top: 47%;
	display: block;
	margin-left: 0%;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.v_lead01 strong {
	font-size: 1.5em;
}
.v_lead02 {
    font-size: 1.2em;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 55%;
    text-align: center;
    font-weight: 900;
    line-height: 1.7;
}
.v_lead03 {
	width: 100%;
	display: block;
	position: absolute;
	top: 65%;
	z-index: 10;
	text-align: center;
	font-weight: 900;
	font-size: 1.2em;
	line-height: 1.2;
}
#particle {
    position: relative;
}
.grad01,.grad02,.grad03,.grad04{
	background: linear-gradient(90deg, #fbe1ec, #f8fae1);
}
/*.grad02{
	background: linear-gradient(90deg, #fdd0e9, #f7c9bd);
}
.grad03{
	background: linear-gradient(90deg, #FDF5D0, #CFF7BD);
}
.grad04{
	background: linear-gradient(90deg, #D0FDD5, #BDF7ED);
}*/

.particle_in {
    position: absolute;
    width: 100%;
    z-index: 20;
    top: 0px;
    left: 0px;
    height: auto;
}
.mg20 {
	margin-left: 20px;
	margin-right: 20px;
}
.pd20 {
    padding: 30px 20px 20px;

}
.v_btm_title {
    margin-top: -40px;
    position: relative;
    z-index: 50;
    background-color: rgba(255,255,255,1.00);
}
.title-a {
	color: #a7617f;
	font-size: 5em;
	padding-bottom: 10px;
	display: block;
}
.title-a_j {
    color: #a7617f;
    font-weight: 900;
    font-size: 1.1em;
    padding-bottom: 30px;
    line-height: 1.3;
}
.job_tag {
	position: absolute;
	right: -20px;
	top: -10px;

}
.job_tag01 {
    width: 124px;
    height: auto;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.job_tag02 {
    width: 184px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.job_tag03 {
	width: 145px;
	height: auto;
	margin-left: 30px;
}
.job_list {
	position: relative;
	height: 300px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.job_list img {
	position: absolute;
	width: 130%;
	left: -15%;
}
.job_list_txt {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0px;
	text-align: center;
	z-index: 10;
}

.job_list_title {
	font-size: 3em;
	color: rgba(255,255,255,1.00);
	width: 100%;
	display: block;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(25,25,25,0.66);
}
.job_list_j {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: 900;
	display: block;
}
.top_jobs_wrap {
    position: relative;
    z-index: 50;
}

.j_center {
	margin: 0 auto;
}
.j_right {
    float: right;
    margin-right: 5px;
}
.j_left {
    float: left;
    margin-left: 5px;
}
.job_list_txt a {
	color: #FFFFFF;
	font-weight: 900;
	display: block;
	padding: 15px 0px;
	background-color: rgba(0,0,0,0.36);
	border-radius: 100px;
	border: 1px solid rgba(255,255,255,1.00);
	width: 43%;
	margin-top: 30px;
	z-index: 10;
	opacity: 1;
	font-size: 0.9em;
}
.head_pc_menu {
	display: none;
}
.nav_logo_box img {
	margin: 10px auto;
	width: 200px;
	display: block;
}
.nav_logo_box span {
	display: block;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-bottom: 20px;
}
.nav_box {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.nav_box_img {
	width: 50px;
	height: 50px;
	float: left;
	overflow-x: hidden;
	border-radius: 3px;
	overflow-y: hidden;
}
.nav_box_img img {
	width: 80PX;
	height: auto;
}
.nav_box_title {
	width: 100%;
	margin-left: -50px;
	float: left;
}
.nav_box_title_set {
	margin-left: 60px;
}
.nav_box_title_j {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: 900;
	padding-bottom: 5px;


}
.nav_box_title_e {
	color: #FFFFFF;
}
.nav_box_left {
	padding-bottom: 10px;
}

/** =======================
 * Contenedor Principal
 ===========================*/

.accordion {
	width: 100%;
	margin: 0px auto 20px;
	background: #a7617f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 15px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 900;
	border-bottom: 1px solid #31176E;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .nav_link{
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 15px;
	color: #fff;
	font-size: 1.3em;
	font-weight: 900;
	border-bottom: 1px solid #31176E;
	position: relative;	
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .nav_link:hover {
    background: #fff;
    color: #a7617f;
	text-decoration: none;
 }
.accordion .nav_bottom:hover{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0px 0px 3px 3px;
}
.accordion .nav_head:hover{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 0px 0px;
}

.accordion li:last-child .link,.accordion li:last-child .nav_link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
	transform: rotate(90deg);
}

.accordion li.open .link {
    color: #30BDC7;
}

.accordion li.open i {
    color: #30BDC7;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(-90deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
    display: none;
    background: #33196F;
    font-size: 14px;
 }

 .submenu li {
    border-bottom: 1px solid transparent;
 }

 .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }

 .submenu a:hover {
    background: #fff;
    color: #a7617f;
 }
.pad_10_lr {
	padding-bottom: 20px;
}
.white {
    background-color: #FFFFFF;
}
.jobs_cv_list {
    width: 33.333%;
    float: left;
}
.jobs_cv_list a {
    display: block;
    margin-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 100px;
    margin-right: 10px;
    text-align: center;
    font-size: 0.9em;
    font-weight: 900;
    border-width: 2px;
    position: relative;
    color: #a7617f;
    border-color: #a7617f;
}
.gallery .slick-list{
	height: 300px;
	overflow: hidden;
}
.jobs_cv_box2 {

}
.jobs_cv_box2 a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5em;
    text-align: center;
    font-weight: 900;
    border-radius: 100px;
    color: #FFFFFF;
}
.btn_up_base {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
 }
.btn_up_base:hover {
  transform: translateY(-7px);
}
.top_new_a {
    display: block;
    background-color: #FFFFFF;
    margin: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(71,71,71,0.74);
    box-shadow: 0px 0px 5px 0px rgba(71,71,71,0.74);
    text-decoration: none;
    position: relative;
}
.top_new_a:hover{
    text-decoration: none;
    color: #3F3F3F;
    background-color: #E6E8F8;
}
.top_new_a:hover .top_new_job_btn{
    color: #a7617f;
    background: #fff;
    border-top: 1px solid #E3E3E3;
}
.top_new_job_title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 900;
    color: #a7617f;
    margin-left: 20px;
}
.top_new_job_title span {
    display: inline-block;
    color: #FFFFFF;
    padding: 10px;
    background-color: #a7617f;
}
.top_new_job_list {
    padding: 20px 20px 10px;
}
.top_new_job_img {
    width: 50px;
    height: 50px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
}
.top_new_job_img img {
    width: 50px;
    height: auto;
}
.top_new_job_subtitle_box {
    width: 100%;
    margin-left: -50px;
    float: left;
    padding-bottom: 5px;
}
.top_new_job_subtitle_box span {
    display: block;
    margin-left: 60px;
    font-size: 1.4em;
    font-weight: 900;
    line-height: 1.2;
}
.top_new_job_point {
    padding-bottom: 0px;
    padding-top: 3px;
}
.top_new_job_point i {
    font-size: 1.1em;
    font-weight: 900;
    color: #a7617f;
}
.top_new_a .top_new_job_lead {
    padding: 10px 20px 20px;
    margin-top: 10px;
    border-top: 1px solid rgba(213,213,213,1.00);
    overflow-x: hidden;
    overflow-y: hidden;
    color: #787878;
    position: relative;
}
.gradimg {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}
.top_new_job_btn {
    padding: 20px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 1.3em;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #a7617f;
}
.new_jobs_all a {
    display: block;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 100px;
    margin-right: auto;
    text-align: center;
    font-size: 0.9em;
    font-weight: 900;
    border-width: 2px;
    position: relative;
    color: #a7617f;
    border-color: #a7617f;
    margin-top: 20px;
    width: 70%;
}
.top_new_job {
    padding-bottom: 60px;
    padding-top: 0px;
}
.reason_list {
    padding-bottom: 40px;
}

.reason_box {
    background-color: #f8f8f9;
    background-image: url(../img/reason_bk.gif);
    background-repeat: repeat;
    overflow-x: hidden;
}
.reason_top {
    padding: 40px 0px 0px;
    text-align: center;
}
.reason_img img {
    width: 100%;
    height: auto;
}
.reason_img {
    padding-left: 40px;
    position: relative;
}
.reason_right .reason_img {
    padding-left: 0px;
    padding-right: 40px;
    position: relative;
}

.reason_point_box {
    padding: 20px;
    position: relative;
    z-index: 10;
    margin-top: -10%;
    background-color: #FFFFFF;
    margin-left: 10px;
    margin-right: 40px;
}
.reason_right .reason_point_box {
    margin-left: 40px;
    margin-right: 10px;
	text-align: right;
}
.sub_cnt_h3_2 {
    color: #c187a0;
    padding-bottom: 10px;
    border-bottom: 1px solid #c187a0;
    margin-bottom: 0px;
}


.reason_num {
    font-size: 5em;
    padding-left: 40px;
    margin-top: -50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #a7617f; /* fallback color if gradients are not supported */
    background-image: linear-gradient(45deg, rgba(48, 192, 200, 1), rgba(50, 22, 110, 1));
}
.reason_right .reason_num {
    padding-left: 0px;
    padding-right: 40px;
}

.reason_title {
    font-size: 1.5em;
    font-weight: 900;
    color: #a7617f;
    padding-top: 10px;
    padding-bottom: 10px;
}
.reason_lead {
    line-height: 1.5;
}
.reason_point_box a {
    padding: 15px 0;
    display: block;
    text-align: center;
    margin-left: 10px;
    border-radius: 100px;
    margin-right: 10px;
    color: #a7617f;
    font-weight: 900;
    margin-top: 20px;
    border-width: 2px;
}
.top_about_box {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #4b9bd6;
}
.top_about_title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10%;
    z-index: 10;
}
.top_about_title div {
    color: #FFFFFF;
}
.top_about_lead {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;
    line-height: 2;
    font-size: 1.1em;
    z-index: 10;
}
.top_client_box {
    background-color: #eff3f6;
    position: relative;
    overflow-x: hidden;
}
.top_client_box img {
    position: relative;
    z-index: 1;
}

.top_client_title {
    position: absolute;
    width: 100%;
    top: 10%;
    left: 0px;
    z-index: 10;
}
.top_client_btn {
    width: 60%;
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 10;
}
.top_client_btn a {
    padding: 15px 0px 15px 30px;
    display: block;
    text-align: left;
    border-radius: 100px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-weight: 900;
    color: #a7617f;
    border-width: 2px;
    background-color: rgba(255,255,255,0.69);
}
.top_client_title .title-a,.top_client_title .title-a_j {
    padding-left: 20px;
}
.top_news_box {
    background-color: rgba(255,255,255,1.00);
    padding-bottom: 40px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.top_news_list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    margin-left: 10px;
    margin-right: 0px;
}


.top_news_title {
    text-align: center;
    padding-top: 40px;
}
.top_news_img {
    width: 75px;
    height: 62px;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
}
.top_news_img img {
    width: 75px;
}
.top_news_warp {
    width: 100%;
    margin-left: -75px;
    float: left;
}
.top_news_cnt {
    margin-left: 85px;
    margin-right: 20px;
}
.top_news_day {
    color: #adadad;
    font-size: 0.8em;
    font-weight: 900;
    display: inline-block;
}
.top_news_label {
    color: rgba(255,255,255,1.00);
    font-weight: 900;
    font-size: 0.8em;
    display: inline-block;
    padding: 5px;
    text-align: center;
    margin-left: 5px;
}
.news_def {
    color:#FFFFFF;
    background-color: #a7617f;}
.news_magazine {
    background-color: #0e8a95;
}
.news_pickup {
    background-color: #0095d9;
}
.news_event {
    background-color: #D9A800;
}
.news_other {
    background-color: #BFD900;
}
.top_news_list_title {
    font-size: 1.5em;
    font-weight: 900;
    color: #a7617f;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-top: 5px;
}
.top_news_lead {
    color: rgba(69,69,69,1.00);
    line-height: 1.2;
}
.btn10.top_news_btn {
    border: 2px solid #A7A7A7;
    color: #A7A7A7;
    padding: 15px 0px;
    margin: 30px auto 0px;
    display: block;
    border-radius: 100px;
    width: 60%;
    text-align: center;
}
.top_news_list_box,.top_news_title,.top_news_list_sub_box,.top_news_btn {
    position: relative;
    z-index: 10;
}


#slanting01{
	width:100%;
	height:400px;
	background:#edf8f8;
	margin:0 auto;
	text-align:center;
	transform:skew(0deg,-15deg);
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 1;
	
}
.cv_title {
    padding-top: 40px;
    text-align: center;
}
.cv_title .title-a, .cv_title .title-a_j {
    color: #FFFFFF;
}
.cv_box {
    margin: 0px 20px 20px;
    padding: 20px;
    background-color: #FFFFFF;
}
.cv_tel_box {
    width: 49.5%;
    float: left;
    text-align: center;
}
.cv_form_box   {
    width: 48.5%;
    text-align: center;
    float: right;
}
.cv_icon{
    border-radius: 100px;
    font-size: 4em;
    color: #a7617f;

}
.cv_title02 {
    color: #a7617f;
    font-weight: 900;
    font-size: 1.2em;
    padding-bottom: 10px;
    padding-top: 10px;
}
.cv_num_tel {
    padding: 15px 0px;
    border-radius: 100px;
    display: block;
    border-bottom-width: 2px;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 20px;
}
.cv_lead {
    color: #808080;
    line-height: 1.3;
}
footer {
    background-color: #a7617f;
    height: 430px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.foot_lead01 {
    color: #FFFFFF;
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 1.1em;
}
.foot_lead01 strong {
    font-size: 1.4em;
}
.foot_lead02 {
	padding-top: 40px;
    color: #FFFFFF;
    font-size: 0.8em;
    text-align: center;
    padding-bottom: 10px;
    display: block;
}
.foot_logo {
    margin: 0 auto;
    width: 40%;
    display: block;
    padding-bottom: 40px;
}
.foot_link {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #FFFFFF;
}
.foot_link a {
    color: #FFFFFF;
    display: block;
    margin-bottom: 20px;
}
.foot_link02 {
}
.foot_info {
    padding: 20px 20px 0px;
    color: #FFFFFF;
}
.foot_company {
    font-weight: 900;
    font-size: 1em;
}
.foot_post {
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 1.3;
    color: #FFFFFF;
}
.foot_lc {
    margin: 20px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.2;
}
.foot_icon {
    justify-content: space-between;
    align-items: center;
    margin-left: 120px;
    margin-right: 120px;
    text-align: center;

}
.foot_icon  img {
    width: 30px;
}
.foot_right {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.foot_copy {
    color: #FFFFFF;
    font-size: 0.8em;
    padding: 10px 0px;
    text-align: center;
    border-top: 1px solid #FFFFFF;
}
.foot_wrap {
    position: absolute;
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
}
.pagetop  img {
    width: 10px;
}
.return_top {
    padding: 0px 20px;
    color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    display: block;
}
.return_top a {
    display: block;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 15px 10px;
    border: 1px solid #FFFFFF;
    font-size: 0.8em;
    margin-bottom: 5px;
}
.return_top.sp768 i {
    transform: rotate(-90deg);
}
.sub_main_img {
    width: 100%;
    position: relative;
    z-index: 0;
}
.sub_main_img img {
    width: 100%;
}

.sub_main_img h2 {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 60px;
    font-size: 2em;
}
.sub_main_img h2.f_white {
    color: #FFFFFF;
    text-shadow: 0px 0px 3px rgba(98,98,98,0.73);
}
.sub_main_img p {
    padding-top: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.sub_main_img p.f_white {
    color: #FFFFFF;
    text-shadow: 0px 0px 3px rgba(131,131,131,0.67);
}
.sub_wrap {
    background-color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    padding: 20px 10px 10px;
}
.sub_wrap .top_new_job ul {
    list-style-type: none;
}
.search_title {
    display: inline-block;
}
.search_box .search_item {
    padding: 10px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #BDBDBD;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.search_item {
    cursor: pointer;
}
.search_item.is-active {
    color: white;
    background-color: #0F3295;
}
.is-hide {
    display: none;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

.is-animated {
  animation: .6s zoom-in;
}
.nav_cv {
    background-color: rgba(255,255,255,0.30);
}

.nav_cv_left {
    width: 50%;
    float: left;
    padding-bottom: 10px;
}
.nav_cv_right {
    width: 50%;
    float: right;
    padding-bottom: 10px;
}
.nav_cv a {
    padding-top: 15px;
    padding-bottom: 13px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 900;
}
.pickup {
    width: 100px;
    position: absolute;
    background-color: rgba(203,38,38,1.00);
    color: #FFFFFF;
    font-size: 0.7em;
    font-weight: 900;
    text-align: center;
    top: 0px;
    right: 0px;
    border-top-right-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-left-radius: 5px;
}
.foot_nav_title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
}
.foot_nav_sub a {
    width: 50%;
    display: block;
    text-align: left;
    float: left;
    font-size: 0.8em;
}
a.jquery-disabled {
    background-color: #ebf0fe;
}
.foot_nav_sub a:hover {
    background-color: #ebf0fe;
}


.foot_nav_sub span {
    padding: 15px 5px;
    display: block;
}
.foot_cv {
    padding: 20px 20px 10px;
    background-color: #e1f5f7;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}
.foot_cv_title {
    font-size: 1.5em;
    color: #138c98;
    margin-bottom: 20px;
    line-height: 1.3;
}
.pankuzu {
    display: none;
}
.btn_normal01 a {
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
}
.job_entory {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #CBCBCB;
    box-shadow: 0px 0px 3px 0px #CBCBCB;
    position: relative;
    margin-bottom: 30px;
}
.job_entry_tag {
    color: #a7617f;
    font-weight: 900;
    background-color: #D5DEF5;
    border-radius: 2px;
    padding: 5px 3px 2px;
    display: inline-block;
    margin: 15px 5px 5px 15px;
}
.news_entry_tag {
    font-weight: 900;
    border-radius: 2px;
    padding: 5px 3px 2px;
    display: inline-block;
    margin: 15px 5px 5px 15px;
    color: #FFFFFF;
}

.job_title {
    color: #a7617f;
    font-weight: 900;
    font-size: 1.5em;
    padding: 5px 15px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
    line-height: 1.3;
}
.job_cnt_title {
    color: #a7617f;
    font-weight: 900;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.alignright{
	float: right;
	padding-left: 10px;
}
.aligncenter{
	text-align: center;
}
.alignleft{
	float: left;
	padding-right: 10px;
}

.job_cnt_img img {
    width: 100%;
    height: auto;
}
.job_freebox {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
}
.job_freebox p{
    line-height: 1.7;
}
.job_freebox img{
    max-width: 320px;
    height: auto;
    clear: both;
    padding-bottom: 10px;
}


.job_entry_detail {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    clear: none;
    padding-bottom: 15px;
}
.job_detail_title {
    width: 30%;
    float: left;
    margin-bottom: 2px;
}
.job_detail_title span {
    display: block;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 900;
}
.job_detail_cnt {
    width: 70%;
    float: right;
    margin-bottom: 2px;
}
.job_detail_cnt span {
    display: block;
    padding: 10px 15px 10px 10px;
    border-left: 1px solid #E4E4E4;
}
.job_entry_cv {
    padding: 20px;
    text-align: center;
    background-color: #ebf0fe;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.job_entry_cv a {
    border-radius: 50px;
    display: inline-block;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 900;
    background-color: #FFFFFF;
    border: 2px solid #a7617f;
}
.job_key {
    border-radius: 5px;
    padding: 0px 15px 15px;
    border: 1px solid #E8E8E8;
    z-index: 10;
}

.job_key_title {
    color: #a7617f;
    font-weight: 900;
    text-align: center;
    padding-bottom: 15px;
    width: 60%;
    margin: -10px auto 0;
    background-color: #FFFFFF;
    position: relative;
    z-index: 10;
}
.news_key_title {
    color: #a7617f;
    font-weight: 900;
    text-align: center;
    padding-bottom: 15px;
    width: 60%;
    margin: -10px auto 0;
}
.job_key a {
    display: inline-block;
    border-radius: 50px;
    padding: 8px 10px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.title_line{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.5;
}
.title_line:before {
	content: '';
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 50%;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.job_category_title{
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.job_category_title span{
    font-size: 1.5em;
    color: #bbca24;
    font-weight: 900;
    padding-bottom: 15px;
}

.job_category_title .title_line:before {
    background-color: #bbca24;
}
hr{
margin:8px 0;

padding:0;

clear:both;

height:0;

border:none;
}
.news_date {
    font-weight: 900;
    padding: 5px 3px 2px;
    display: inline-block;
    margin: 15px 5px 5px 15px;
    color:#939393;
}
.sub_cnt {
    padding-bottom: 20px;
}

.sub_cnt p {
    line-height: 1.7;
}
.job_index_btn {
    width: 50%;
    float: left;
}
.job_index_btn_wide {
    float:none;
	margin: 0 auto;
}
.job_index_btn a {
    height: 100px;
    display: block;
    width: 95%;
    padding: 40px 0px 0px;
    margin: 10px auto 0px;
    border-radius: 10px;
    text-align: center;
    border-width: 2px;
}
.sub_cnt_h3 {
    color: #a7617f;
    font-weight: 900;
    padding: 20px;
    background-color: #fbfbfc;
    line-height: 1.5;
    margin-bottom: 0px;
}
.sub_cnt_h4 {
    color: #a7617f;
    margin-bottom: 20px;
}
.sub_cnt_gray {
    padding: 20px;
    border: 3px solid #fbfbfc;
}
.sub_cnt ul {
    list-style-type: none;
    padding-top: 10px;
}
.sub_cnt li {
    margin-bottom: 10px;
    line-height: 1.5;
}
.sub_cnt_box {
    padding-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
}
.sub_cnt_box02 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D7D7D7;
}

.sub_cnt li:before {
    content: '\f14a';
    display: inline-block;
    width: 1em;
    color: #a7617f;
    font-family: 'fontello';
    text-indent: 0;
}
.sub_cnt_img770 {
    width: 100%;
}
.btn_return a {
    display: inline-block;
    padding: 10px;
    border-radius: 100px;
    border-width: 2px;
}
.btn_return {
    padding-top: 10px;
    text-align: center;
}
.sub_cnt_img   {
    padding-top: 10px;

}
.sub_cnt_img img {
    display: inline-block;
    width: 50%;
}
.message_box {
    background-color: #f8f8f9;
    padding: 20px;
}
.message_e {
    color: #a7617f;
    font-weight: 900;
    font-size: 1.3em;
    margin-right: 5px;
    display: inline-block;
}
.message_j {
    color: #a7617f;
    display: inline-block;
}
.message_title {
    padding-bottom: 10px;
	display: flex;
	align-items: center;
}
.message_lead {
    line-height: 1.7;

}
.message_left {
    width: 70%;
    float: left;
}
.message_right {
    width: 30%;
    float: right;
    text-align: center;
}
.message_right img {
    width: 90%;
    border-radius: 500px;
    height: auto;
}
.foot_nav_sub02 {
    padding: 20px;
    border: 2px solid #EBF0FE;
    text-align: center;
}
.foot_nav_sub02 a {
    display: inline-block;
    padding: 10px;
    border-width: 2px;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0.8em;
}
.anchor {
    padding-top: 60px;
}
.sub_cnt_img_center img {
    width: 80%;
    margin: 0 auto 10px;
    display: block;
}
.message_img_name {
    text-align: center;
    padding-top: 5px;
}
.sub_cnt_img .sub_cnt_img03 {
    width: 100%;
}
.hall_arrow {
    font-size: 1.3em;
    padding-left: 50px;
    font-weight: 900;
}
.hall_arrow span {
    font-size: 0.7em;
    font-weight: 100;
    background-color: #fbfbfc;
    display: inline-block;
    padding: 5px;
    margin-left: 5px;
}

ol.ol02{
    counter-reset: number; /*数字をリセット*/
    list-style-type: none!important; /*数字を一旦消す*/
    padding: 0px;
}
ol.ol02 li{
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 10px;
    background-color: #f5faff;
}

ol.ol02 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #c187a0;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}
.red {
    color: rgba(163,21,23,1.00);
}
.sub_cnt_img .sub_cnt_img04 {
    margin: 0 auto;
    width: 300px;
	display: block;
}
.voice_tab {
    margin: -20px auto 0;
    width: 280px;
    padding-bottom: 30px;

}
.voice_label {
    display: inline-block;
    background-color: #a7617f;
    padding: 10px;
    color: #FFFFFF;
    font-size: 1em;
}
.voice_name {
    font-size: 1.2em;
    color: #a7617f;
    font-weight: 900;
    margin-right: 5px;
    line-height: 2;
}
.voice_e {
    color: #a7617f;
    font-size: 0.8em;
}
.voice_q {
    padding-left: 20px;
}
.voice_q_icon {
    font-size: 1.5em;
    margin-right: 5px;
}
.voice_recruit {
    padding: 20px;
    border: 3px solid #fbfbfc;
}
.voice_r_title {
    color: #a7617f;
    font-weight: 900;
    font-size: 1.5em;
    margin-top: -40px;
    background-color: #FFFFFF;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;
    text-align: center;
}
.voice_r_right {
    margin: 10px auto;
    width: 100px;
}
.voice_r_right img {
    border-radius: 200px;
    width: 100%;
}
.voice_r_name {
    color: #a7617f;
    font-size: 0.8em;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.voice_r_lead {
    line-height: 1.7;
}
.message_lead p{
    font-size: 1.3em;
    line-height: 3;
    text-align: center;
}
.company_left span {
    display: block;
    padding: 10px;
    background-color: #FBFBFC;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 900;
    color: #a7617f;
}
.company_right span {
    line-height: 1.7;
    display: block;
    border: 1px solid #FBFBFC;
    padding: 10px;
}
.company_right {
    padding-bottom: 10px;
}
.company_left02 {
    width: 50%;
    padding: 10px;
    float: left;
    border: 1px solid #F4F4F4;
}
.company_right02 {
    padding: 10px;
    width: 45%;
    float: left;
    border-bottom: 1px solid #F4F4F4;
    border-top: 1px solid #FFFFFF;
}
.company_row02 {
    padding-bottom: 10px;
}
.company_list {
	padding-left: 1em;
}
.company_list li:before {
    content: '';
    display: inline-block;
    width: 0em;
}
.his_seireki {
    color: #a7617f;
    margin-right: 5px;
    font-size: 0.8em;
}
.his_seireki strong {
    font-size: 2em;
    margin-right: 3px;
}
.his_nengo {
    color: #6E6E6E;
    font-size: 0.8em;
}
.his_date_box {
    font-weight: 900;
    padding-left: 10px;
    padding-top: 10px;
}
.his_lead {
    line-height: 1.5;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.his_row {
    border-left: 1px solid #E9E9E9;
    margin-left: 10px;

}
.his_row_nen {
    padding: 20px;
    background-color: #E9E9E9;
}
.his_row_sub {
    border-bottom: 1px solid #E9E9E9;
}
.his_row_sub:last-child {
	border: none;
}
.his_p01 img {
    width: 50%;
}
.his_img {
    padding-top: 20px;
}
.his_p_build img {
    margin: 0 auto;
    width: 40%;
    display: block;
}

ol.sub_list{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
}
ol.sub_list li{
  position: relative;
  padding: 0.8em;
  line-height: 1.5;
  background: #f1f8ff;
  border-left : solid 35px #c187a0;
  margin-bottom: 5px;
}
ol.sub_list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
.sub_list ol {
    padding-left: 35px;
}
ol.sub_list ol li{
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #FBFDFF;
  border-left : solid 35px #6AA1DC;
  margin-bottom: 5px;
}
.recept_box01 {
    width: 45%;
    text-align: center;
    float: left;
    color: #a7617f;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recept_box02 {
    width: 10%;
    float: left;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}
.recept_box03 {
    width: 45%;
    text-align: center;
    float: left;
    color: #a7617f;
	display: flex;
	align-items: center;
	justify-content: center;

}
.recept_box span {
    display: block;
    padding-bottom: 10px;
}
.recept_lead {
    font-size: 0.8em;
}
.recept_title {
    font-size: 1.5em;
}
.recept_style {
    width: 50%;
    float: left;
}
.recept_style_in {

}
.recept_style_name {
    display: block;
    text-align: center;
    color: #a7617f;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 10px;
}
.recept_style a {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
}
.btn_recept a{
    display: block;
    margin: 0 auto 20px;
    width: 60%;
    text-align: center;
}
.sitemap_sub {
    padding: 20px 10px;
    border-bottom: 1px solid #FBFBFC;
    font-weight: 900;
}
.sitemap_box a {
    display: block;
}
.sitemap_sub02 a {
    font-weight: 100;
    padding-left: 1em;
    padding-top: 10px;
    padding-bottom: 0px;
}
.sitemap_sub03 a {
    padding-left: 2em;
    padding-top: 5px;
}
.form_mail_pop {
    padding: 10px;
    background-color: #DCDCDC;
    margin-top: 10px;
}
.form_mail_pop p {
    font-size: 0.7em;
    line-height: 1.5;
}
.form_mail_pop strong {
    font-weight: 900;
    margin-bottom: 5px;
    display: block;
}
.company_stitle {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}
.sbi_load_btn{
	visibility: hidden;
}
.margin_btn {
    padding: 2%;
    border-radius: 100px;
    display: inline-block;
}
.rep_box {
    background-color: #E5EFF7;
    padding-top: 5%;
}
.rep_big {
    background-color: #FFFFFF;
    padding-top: 5%;
    padding-bottom: 1px;
}
.cv_tel_box02 {
    text-align: center;
}
.st {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    border: 2px solid rgba(241,241,241,1.00);
}
.st_wrap {
    background-color: #FFFFFF;
    padding-bottom: 4%;
}
.foot_bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}
.foot_bar_p {
    background-color: #974D6D;
    color: #FFFFFF;
    font-size: 10px;
    padding: 20px;
    line-height: 1.7;
    text-align: center;
}
.foot_bar_p strong {
    font-size: 20px;
}

























































































































/* Tablet Layout: 481px to 767px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
html { font-size:16px}


/* トップ戻るボタン隠す */
.pagetop a{
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 100px;
    display: none;
}

.sp480 {
	display: none;
}
.pc480 {
	display: block;
}
footer {
    height: 400px;
}
.sub_main_img {
	max-height: 300px;
	overflow: hidden;

}
.sub_main_img02 {
	max-height: 400px;
	overflow: hidden;

}	
.sub_main_img h2 {
    padding-top: 80px;
}
.sub_main_img02 h2 {
    padding-top: 100px;
}	
.sub_main_img p {
    padding-top: 120px;
}
.sub_main_img02 p {
    padding-top: 140px;
}	
.job_freebox img {

}
.btn_return {
    text-align: left;
}



}




@media only screen and (min-width: 769px) {
html { font-size:18px}
.sp768{
	display: none;
}
.pc768{
	display: block;
}
/* topへ戻る */
.pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    display: none;
}
.pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
    opacity: 0.8;
}

	
		
.l-header {
    height: 85px;
}
.l-nav__btn {
	width: 85px;
}
.l-header-logo__link {
	height: 85px;
}
.logo_image img {
	height: 41px;
	margin-right: 8px;
}
.logo_text {
	font-size: 12px;
}
.v_logo {
    width: 30%;
    margin-left: -15%;
    top: 30%;
    margin-top: -5%;
}
.v_lead01 {
	font-size: 2em;
	top: 50%;
}
.v_lead02 {
	font-size: 1.2em;
	top: 65%;
}
.v_lead03 {
	top: 75%;
}

.v_btm_title {
	text-align: center;
}
.job_tag {
	left: 50%;
	right: auto;
	margin-left: 15%;


}

.job_tag01 {
	width: 157px;
	margin-left: 0px;
}
.job_tag02 {
	width: 240px;
	margin-left: 30px;
}
.job_tag03 {
	width: 182px;
	margin-left: 90px;
}
.job_list img {
	width: 200%;
	margin-left: -50%;
}
.job_list_txt a {
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	font-size: 0.7em;
}
.jobs_cv_box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.head_pc_menu {
	display: flex;
	padding-right: 100px;
}
.head_pc_menu a {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: 900;
}
.is-scroll .head_pc_menu a {
	color: #a7617f;
}
.head_entry {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 100px;
	border: 0px solid rgba(255,255,255,1.00);
	background-image: linear-gradient(-55deg, #30cfd0 0%, #330867 100%);
}
.head_entry:hover {
	text-decoration: none;
}
.is-scroll .head_pc_menu .head_entry {
	color: #fff;
	border: 0px solid rgba(255,255,255,0.00);
}
.nav_box {
	margin: 0px;
	width: 49%;
}
.nav_wrap_left{
	float: left;
	border-radius: 3px;
}
.nav_wrap_right{
	float: right;
}
		
	
.nav_box_left {
	padding: 0px;
	width: 60%;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
}
.nav_box_img {
	width: 100%;
	height: auto;
}
.nav_box_img img {
	width: 100%;
	height: auto;
}
.nav_box_title {
	margin: 0px;
	float: none;
	clear: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	padding-top: 20px;
	padding-left: 20px;
}
.nav_box_title_set {
	margin: 0px;
}
.nav_box_title_j {
	font-size: 1.5em;
	color: #0d1d4e;
}
.nav_box_title_e {
	color: #0d1d4e;
}
.nav_box_right {
	width: 40%;
	padding: 0px;
	float: right;
}
.pad_10_lr {
	padding: 0px 20px 40px;
}
.accordion {
	margin-bottom: 0px;
	margin-left: -10%;
	width: auto;
	position: relative;
	z-index: 10;
	margin-top: 20px;
}
.accordion .nav_link {
	font-size: 1.1em;

}
.accordion .link {
	font-size: 1.1em;
}
.gallery .slick-list{
	height: 380px;
}
.gallery .job_list{
	height: 380px;
}

.jobs_cv_box2 {
    padding: 30px 200px 60px;
}
.top_new_job_point {
    font-size: 0.8em;
}
.top_new_job {
    padding-top: 20px;
    padding-bottom: 80px;
}

.top_new_job_lead {
    font-size: 0.6em;
}
.top_new_job .slick-prev,.top_new_job .slick-next{
    width: 60px;
    height: 60px;
    padding: 0;
}
.top_new_job .slick-prev{
	left:20px;
}

.top_new_job .slick-next{
	right:20px;
}
.reason_list {
    padding-bottom: 150px;
}

.new_jobs_all a {
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
	width: 600px;


}
.reason_top {
    padding-top: 80px;
}
.reason_img  {
    width: 800px;
    margin-left: auto;
    padding: 0px;
    margin-right: 0px;
}
.reason_right .reason_img  {
    margin-right: auto;
    padding: 0px;
    margin-left: 0px;
}

.reason_point_box {
    margin-left: 0px;
    margin-right: auto;
    margin-top: -30%;
    width: 50%;
    padding: 40px;
    text-align: center;
}
.reason_right .reason_point_box {
    margin-right: 0px;
    margin-left: auto;
    text-align: center;
}
.reason_right .reason_num {
    padding-right: 0px;
    text-align: center;
}

.reason_num {
    padding: 0px;
    margin-top: -80px;
}
.reason_title {
    padding-top: 30px;
    padding-bottom: 30px;

}
.reason_lead {
    line-height: 1.8;
}
.reason_point_box a {
    width: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.top_about_box img {
    height: 710px;
    margin: 0 auto 0 -798px;
    position: absolute;
    z-index: 1;
    left: 50%;

}
.top_about_lead {
    line-height: 3;
    top: 33%;
}
.top_client_box {
    height: 600px;
    overflow-x: hidden;
    overflow-y: hidden;
}


.top_client_title {
    left: 18%;
    width: auto;
}
.top_client_btn {
    width: 400px;
    left: 18%;
}
.top_news_list_box   {
    width: 20%;
    float: left;
}
.top_news_list {
    border: none;
    padding: 0px;
    margin: 0px;
}
.top_news_warp {
    float: none;
    margin: 0px;
    clear: none;
    position: relative;
}
.top_news_cnt {
    margin: 0px;
}
.top_news_title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    text-decoration: none;
}

.top_news_label {
    margin: 0px;
    position: absolute;
    left: 0px;
    padding: 10px 20px;
    top: -20px;
}
.top_news_day {
    padding-top: 20px;
    margin-left: 10px;
}
.top_news_list_title {
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
}
.top_news_lead {
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}







.top_news_img {
    width: 100%;
    height: auto;
    float: none;
    clear: none;
}
.top_news_img img {
    width: 100%;
    height: auto;
}
.top_news_list_box a {
    display: block;
    margin: 0 5px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}
.top_news_list_box a:hover {
    -webkit-box-shadow: 0px 0px 5px rgba(53,53,53,0.45);
    box-shadow: 0px 0px 5px rgba(53,53,53,0.45);
    text-decoration: none;
}
.top_news_list_sub_box {
    margin-left: 5px;
    margin-right: 5px;
}
.top_news_list_sub_box a {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 20px;
    display: block;
    padding-top: 20px;
    padding-left: 30px;
}
.news_list_sub_left {
    width: 190px;
    float: left;
}
.news_list_sub_left .top_news_day {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.news_list_sub_left .top_news_label {
    display: inline-block;
    position: relative;
    padding: 10px;
    top: 0px;
    left: 0px;
    margin-left: 5px;
}
.news_list_sub_right {
    width: 100%;
    margin-left: -190px;
    float: left;

}
.news_list_sub_lead {
    margin-left: 200px;
    padding-top: 10px;
}
.cv_num {
    color: #a7617f;
    font-size: 3em;
    margin-bottom: 20px;
    margin-top: 10px;
}
.cv_box {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cv_wrap   {
    padding-bottom: 40px;
}
.cv_title {
    padding-top: 80px;
}
.foot_lead01 {
    font-size: 1.4em;
    padding-top: 80px;
}
.foot_lead02 {
    font-size: 1.1em;
}
.foot_logo {
    width: 20%;
}
.foot_link {
    margin: 0px;
    text-align: center;
}
.foot_link a {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
}
.foot_left {
    width: 60%;
    float: left;
}
.foot_right {
    width: 30%;
    padding: 20px 0px 0px;
    float: right;
}
.foot_info {
    padding-left: 0px;
    padding-right: 0px;
}
.foot_lc {
    margin-left: 0px;
    margin-right: 0px;
}
.foot_wrap {
    left: 0%;
    top: 0px;
    width: 100%;
}
.top_about_box {
    height: 710px;

}
.top_client_box img {
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -792px;
    top: 0px;
}
.foot_wrap .w1200 {
    padding-left: 20px;
    padding-right: 20px;
}
.foot_copy {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}
.sub_wrap {
    margin-left: 20px;
    margin-right: 20px;
}

.sub_main_img h2 {
    padding-top: 120px;
    font-size: 2.5em;
}
.sub_main_img02 h2 {
    padding-top: 140px;
}	
.sub_main_img p {
    padding-top: 170px;
}
.sub_main_img02 p {
    padding-top: 190px;
}	
.sub_wrap .top_new_job li {
    width: 50%;
    float: left;
}
.search_box {
    text-align: center;
}
.nav_cv {
    padding-bottom: 5px;
    padding-top: 15px;
}

.nav_cv_left a {
    padding-top: 23px;
    padding-bottom: 20px;
}
.nav_cv_right a {
    padding-top: 23px;
    padding-bottom: 20px;
}
.foot_nav_sub a {
    width: 33.333%;
}
.foot_cv a {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pankuzu {
    padding-left: 10px;
    padding-bottom: 20px;
    display: block;
    font-size: 0.8em;
}
.pankuzu a {

}
.job_entry_tag {
    padding-bottom: 5px;
}
.job_title {
    font-size: 2em;
    padding-bottom: 25px;
}
.job_entry_cv {
    padding-top: 40px;
    padding-bottom: 40px;
}
.job_entry_cv a {
    width: 600px;
}
.job_key {
    margin-bottom: 40px;
    margin-top: 60px;

}
.job_index_btn a {
    margin-top: 20px;
}
.sub_cnt_img770 {
    width: auto;
}
.sub_cnt_box {
    padding-bottom: 100px;
}
.sub_cnt_box02 {
    margin-bottom: 60px;
    padding-bottom: 60px;
}
	
.anchor {
    padding-top: 100px;
}
ol.ol02 li {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}
.sub_cnt_left70 {
    width: 65%;
    float: left;
}
.sub_cnt_right30 {
    width: 35%;
    float: right;
}
.sub_cnt_img .sub_cnt_img04 {
    width: 100%;
    height: auto;
}
.sub_cnt_right30 .sub_cnt_img {
    padding-left: 20px;
    padding-top: 0px;
}
.voice_r_right {
    margin: 0px;
    padding: 0px;
    width: 100px;
    float: left;
}
.voice_r_left {
    margin-left: -100px;
    width: 100%;
    float: right;
}
.voice_r_lead {
    padding-left: 120px;
}
.voice_label {
    font-size: 0.6em;
}
.voice_name {
    font-size: 1em;
}
.voice_e {
    font-size: 0.6em;
}
.w770 {
    margin: 0 auto;
    width: 740px;
}
.company_left {
    width: 30%;
    float: left;
    background-color: #FBFBFC;
    margin-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company_right {
    width: 70%;
    float: right;
    padding-bottom: 0px;
}
.company_right span {
    border-left: none;
    border-top: none;
    padding: 20px;
    border-bottom: none;
    border-right-color: #E5E5E5;
}
.his_main {
    width: 70%;
    float: left;
}
.his_img {
    width: 30%;
    float: right;
}
.his_p01 {
    padding-left: 20px;
    padding-top: 0px;
}
.his_p01 img {
    width: 100%;
    margin-bottom: 20px;
}
.his_p_build {
    padding-left: 20px;
}
.his_p_build img {
    width: 100%;
}
.his_img {
    padding-top: 0px;
}
.recept_style {
    width: 33.333%;
}
.foot_bar_p {
    font-size: 18px;
}
.foot_bar_p strong {
    font-size: 34px;
}








































































































}


@media only screen and (min-width: 900px) {
html { font-size:18px;
		width:100%;
}
.sub_cnt_left {
    width: 50%;
    float: left;
}		
.sub_cnt_right {
    width: 50%;
    float: right;
}
.sub_cnt_img {
    padding-top: 0px;
    padding-left: 40px;
}
.sub_cnt_img .sub_cnt_img01 {
    width: 100%;
    height: auto;
}
.sub_cnt_img .sub_cnt_img02 {
    margin-right: 0px;
    margin-top: 10px;
    z-index: 10;
    width: 100%;
}
.message_left {
    width: 80%;
}
.message_right {
    width: 20%;
}


.message_e {
    font-size: 2em;
}
.message_j {
}
.sub_cnt_img .sub_cnt_img03 {
    padding-top: 20px;
}





}
@media only screen and (min-width: 1100px) {
.foot_left {
    width: 50%;
}
.sub_wrap {
    margin-top: -50px;
}

.sub_main_img {
    max-height: 400px;
}
.sub_main_img02 {
    max-height: 600px;

}	
.sub_main_img h2 {
    padding-top: 160px;
}
.sub_main_img02 h2 {
    padding-top: 240px;
}	
.sub_main_img p {
    padding-top: 210px;
}
.sub_main_img02 p {
    padding-top: 290px;
}	
.sub_wrap .top_new_job li {
    width: 33.333%;
}
.foot_nav_sub a{
    width: 20%;
}
.foot_nav_sub span {
    padding: 25px 15px;
    font-size: 1.3em;
    line-height: 1.2;
}
.job_freebox img {
    max-width: 900px;
}
.job_index_btn a {
    margin-top: 30px;
}
.message_e {
    font-size: 3em;
}
.message_title {
    padding-bottom: 20px;
}
.foot_nav_sub_4 a {
    width: 25%;
}
.recept_style {
    width: 25%;
}
.recept_style a:hover {
    text-decoration: none;
}
.v_lead02 {
    top: 55%;
}
.v_lead03 {
    top: 65%;
}
















	
}
@media only screen and (min-width:1280px){
.w1200 {
    margin: 0 auto;
    width: 1200px;
    padding: 0px;
    background-color: transparent;
}
.foot_left {
    width: 40%;
}
.message_box {
    padding-top: 40px;
}








}


@media only screen and (min-width: 1290px) {
	

}
