@charset "UTF-8";
/* ///////////////////////////////////////////////////////////////
     Normalize
/////////////////////////////////////////////////////////////// */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
/* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
small.size1 {
    font-size: 95%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
/* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    appearance: button;
    /* 2 */
    cursor: pointer;
/* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
/* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/* ///////////////////////////////////////////////////////////////
      Base
/////////////////////////////////////////////////////////////// */
/* --------------------------------------------------
     HTML Body Anchor
---------------------------------------------------*/
html, body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    position: relative;
    background: #e9e9e9 url(../img/triangle_grey.png) top left;
    color: #333;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    line-height: 1;
}
a {
    color: #e7731e;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
br.bpoint1 {
    display: none;
}
@media screen and (max-width: 680px) {
    br.bpoint1 {
        display: block;
    }
}
/* --------------------------------------------------
     Heading Paragraph
---------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 15px 0;
    word-break: break-all;
    word-wrap: break-word;
}
p:last-child {
    margin: 0;
}

@media screen and (max-width: 479px) {
p {
    font-size: 14px;
}
}
/* --------------------------------------------------
     List
---------------------------------------------------*/
ul, ol {
    margin: 0;
    padding: 0;
    font-size: 0;
/*スペース対策*/ }
ul {
    list-style: none;
}
ol {
    list-style: decimal;
    padding-left: 30px;
}
ol ol {
    list-style-type: lower-roman;
}
li {
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}
ol li {
    /*padding:4px 0;*/
    line-height: 2;
}
ul.unstyled {
    list-style: none;
    margin-left: 0;
}
dl {
    padding: 0;
    margin: 0;
}
dl dt, dl dd {
    line-height: 1.5;
    padding: 0;
    margin: 0;
}
dl dt {
    font-weight: bold;
}
dd {
    word-break: break-all;
    word-wrap: break-word;
}
/* --------------------------------------------------
     Table
---------------------------------------------------*/
table {
    width: 100%;
    padding: 0;
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
/* --------------------------------------------------
     Form
---------------------------------------------------*/
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
 /*vertical-align: middle;*/
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    width: 100%;
    background-image: none;
    font-size: 1.1em;
    padding: 8px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    appearance: button;
}
input[type="search"] {
    appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration {
 appearance: none;
}
button, input {
    line-height: normal;
    overflow: visible;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
select {
    background: #fff;
    font-size: 14px;
    text-indent: .01px;
    text-overflow: "";
    padding: 12px;
    border: 1px solid #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* --------------------------------------------------
     Image
---------------------------------------------------*/
figure {
    margin: 0;
}
img {
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    max-width: 100%;
}

@media screen and (max-width: 375px) {
img {
    max-width: 100%;
    height: auto;
}
}
/* ///////////////////////////////////////////////////////////////
      Layout
/////////////////////////////////////////////////////////////// */
.container {
    padding: 0;
    margin: 0 auto;
}
.container-inner {
    max-width: 1024px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
.container-inner {
    padding: 0 10px;
    box-sizing: border-box;
}
}
/* --------------------------------------------------
     HEADER
-------------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    padding: 10px 0;
    z-index: 100;
}
.header-nav {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    z-index: 100;
}
.header-logo img {
    max-height: 100%;
}
.gblNaviList {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.gblNaviList li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.gblNaviList li a {
    display: block;
    height: 45px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 0;
    box-sizing: border-box;
}
.gblNaviList li:first-child a {
    padding: 0;
}
/* .gblNaviList li:nth-child(5) { */
.gblNaviList li:nth-child(6) {
    /* width: 180px; */
    width: 140px;
}
.gblNaviList li a:hover {
    color: #e7731e;
}
/* body.service #gblNaviList-01, body.support #gblNaviList-02, body.interview #gblNaviList-03, body.about #gblNaviList-04, body.company #gblNaviList-05, body.access #gblNaviList-06, body.recruit #gblNaviList-07 { */
body.service #gblNaviList-01, body.support #gblNaviList-02, body.interview #gblNaviList-03, body.about #gblNaviList-04, body.company #gblNaviList-05, body.access #gblNaviList-06, body.recruit #gblNaviList-07, body.recruit #gblNaviList-08 {
    color: #e7731e;
}
.gblNaviList .sub {
	display: none;
	position: absolute;
	text-align: center;
}
.gblNaviList .sub li:first-child a {
    padding: 20px 30px 0 30px;
}
.gblNaviList .sub li {
	background-color: rgba(255, 255, 255, 0.3);
	display: block;
	padding: 7px 0;
}
.gblNaviList .sub li a:hover {
	color: #e7731e;
}


#drawer-container {
    display: none !important;
}
#drawer-container .header-logo img {
    height: 30px;
}
.fixed {
    position: fixed;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1023px) {
.gblNaviList li:nth-child(5) {
    width: 140px;
}
.gblNaviList li a {
    height: 30px;
    font-size: 12px;
    padding: 9px 0;
}
}

@media screen and (max-width: 767px) {
.header {
    display: none;
}
#drawer-container {
    display: block !important;
    position: fixed;
    /**/
    height: 50px;
    /**/
    top: 0;
    /**/
    left: 0;
    /**/
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 10px 0;
    z-index: 100;
}
}
/* --------------------------------------------------
     FOOTER
-------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    border-bottom: 145px solid rgba(166, 166, 166, 0.85);
    border-left: 145px solid transparent;
    z-index: 100;
}
#pagetop i {
    position: absolute;
    top: 70px;
    right: 20px;
    color: #fff;
    font-size: 48px;
}
.footer {
    position: absolute;
    width: 100%;
    background: #f0f0f0;
    padding: 40px 0;
}
.footer-desc, .footer-banner {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 30px 0;
}
.footer-desc dt, .footer-desc dd, .footer-banner dt, .footer-banner dd {
    display: table-cell;
}
.footer-desc dt {
    width: 250px;
    vertical-align: middle;
}
.footer-desc dd h3 {
    font-size: 22px;
    font-weight: bold;
}
.footer-desc dd h4 {
    font-size: 16px;
}
.footer-desc dd h3 br, .footer-desc dd h4 br {
    display: none;
}
.footer-desc dd p {
    font-size: 12px;
    line-height: 1.5;
    margin: 15px 0;
}
.footer-list, .footer-sublist {
    text-align: center;
}
.footer-list li:before {
    content: "\f0da";
    color: #c0c0c0;
    font-family: 'FontAwesome';
    padding: 0 3px 0 0;
}
.footer-list li {
    display: inline-block;
    font-weight: bold;
    padding: 0 5px;
}
.footer-list li a, .footer-sublist li a {
    color: #333;
}
.footer-sublist li {
    display: inline-block;
    font-size: 13px;
    padding: 15px 5px;
}
.footer-banner {
    background: #fff;
    padding: 20px 180px;
    box-sizing: border-box;
}
.footer-banner dt {
    width: 120px;
    vertical-align : middle;
}
.footer-banner p {
    font-size: 12px;
}
.footer-banner div:last-child {
    padding-top: 10px;
}
.copyright {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: block;
    background: #464646;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 1023px) {
.footer-desc dt {
    width: 30%;
    padding: 0 5% 0 0;
}
.footer-desc dd h3 {
    font-size: 18px;
}
.footer-desc dd h4 {
    font-size: 14px;
}
.footer-banner {
    padding: 15px 100px;
}
.footer-banner br {
    display: none;
}
}

@media screen and (max-width: 767px) {
#pagetop {
    border-bottom: 80px solid rgba(166, 166, 166, 0.8);
    border-left: 80px solid transparent;
}
#pagetop i {
    top: 40px;
    right: 12px;
    color: #fff;
    font-size: 28px;
}
.footer .container-inner {
    padding: 0;
}
.footer-desc,  .footer-desc dt,  .footer-desc dd {
    display: block;
    width: 100%;
}
.footer-desc dt,  .footer-desc dd h3,  .footer-desc dd h4 {
    text-align: center;
    padding: 0 0 10px 0;
}
.footer-desc {
    padding: 0 10px;
    box-sizing: border-box;
}
.footer-desc dd h3 {
    font-size: 16px;
}
.footer-desc dd h4 {
    font-size: 13px;
}
.footer-banner {
    padding: 10px 40px;
}
.footer-list,  .footer-sublist {
    width: 100%;
}
.footer-list li {
    width: 33.3%;
    background: #999;
    color: #fff;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
/*
.footer-list li:last-child {
    width: 100%;
}
*/
.footer-sublist li {
    width: 33.3%;
    background: #666;
    color: #fff;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    box-sizing: border-box;
}
.footer-list li:nth-child(3n),  .footer-sublist li:nth-child(3n) {
    border-right: none;
}
.footer-list li a,  .footer-sublist li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    box-sizing: border-box;
}
.footer-list li a:hover,  .footer-sublist li a:hover {
    text-decoration: none;
}
.footer-list li:before {
    content: "";
    padding: 0;
}
.footer-list .footer-list-in {
    display: none;
}
}

@media screen and (max-width: 479px) {
.footer-list li,  .footer-sublist li {
    width: 50%;
}
.footer-list li:nth-child(3n) {
    border-right: 1px solid #ccc;
}
.footer-list li:nth-child(2n) {
    border-right: none;
}
.footer-sublist li:nth-child(3n) {
    width: 100%;
}
.footer-banner,  .footer-banner dt,  .footer-banner dd {
    display: block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}
.footer-banner dt {
    text-align: center;
}
.footer-desc dd h3 br,  .footer-desc dd h4 br {
    display: inherit;
}
}
/* ///////////////////////////////////////////////////////////////
       Module
/////////////////////////////////////////////////////////////// */
/* --------------------------------------------------
     Heading Paragraph
---------------------------------------------------*/
.mainImg {
    margin-bottom: 20px;
}
.page-ttl-block {
    margin-top: -60px;
}
.page-ttl {
    position: relative;
    width: 100%;
    background: #fff;
    color: #4f4f4f;
    text-align: center;
    _padding: 40px 10px;
	padding: 4.0% 10px;
    border-bottom: 44px solid #cbcbcb;
    box-sizing: border-box;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 80;
}
.page-ttl h2 {
    font-size: 40px;
    line-height: 1.5;
    margin: 0 0 8px 0;
}
.page-ttl span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.page-ttl:after {
    position: absolute;
    bottom: -46px;
    left: 50%;
    content: "\f107";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 48px;
    margin: 0 0 0 -15px;
}
.page-ttl h2, .page-ttl span, .page-ttl:after {
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
}
.heading-ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 65px 0;
}
.cts-ttl {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 50px 0;
}
.cts-ttl > span {
    display: block;
    font-size: 40px;
}
.cts-ttl .min {
    font-size: 16px;
}

@media screen and (max-width: 1023px) {
.page-ttl h2 {
    font-size: 30px;
}
.page-ttl > p {
    font-size: 13px;
}
}

@media screen and (max-width: 767px) {
.page-ttl {
    padding: 20px 10px;
    border-bottom: 33px solid #cbcbcb;
}
.page-ttl h2 {
    font-size: 24px;
}
.page-ttl br {
    display: none;
}
.page-ttl:after {
    position: absolute;
    bottom: -33px;
    left: 50%;
    content: "\f107";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 30px;
    margin: 0 0 0 -10px;
}
.heading-ttl {
    font-size: 24px;
    margin: 0 0 35px 0;
}
.cts-ttl {
    font-size: 24px;
    margin: 0 0 25px 0;
}
.cts-ttl > span {
    font-size: 30px;
}
}

@media screen and (max-width: 479px) {
.heading-ttl {
    font-size: 18px;
}
.cts-ttl {
    font-size: 18px;
}
.cts-ttl > span {
    font-size: 24px;
}
}
/* --------------------------------------------------
     Box
---------------------------------------------------*/
.main-block {
    padding: 100px 0 0 0;
    margin-top: -50px;
}
.block {
    margin-bottom: 100px;
}
.section {
    margin-bottom: 40px;
}
.section:last-child {
    margin-bottom: 0;
}
.box {
    background: #fff;
    padding: 45px;
    margin-bottom: 150px;
}
.box:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
.block {
    margin-bottom: 50px;
}
.box {
    padding: 30px;
    margin-bottom: 100px;
}
}

@media screen and (max-width: 479px) {
.block {
    margin-bottom: 30px;
}
.section {
    margin-bottom: 20px;
}
.box {
    padding: 20px;
    margin-bottom: 60px;
}
}
/* --------------------------------------------------
     List
---------------------------------------------------*/
.breadcrumb {
    margin-bottom: 30px;
}
.breadcrumb li {
    display: inline;
    color: #727272;
    font-size: 12px;
}
.breadcrumb li:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 5px;
}
.breadcrumb li:last-child:after {
    content: "";
}
.disc li, .disc dd {
    display: list-item;
    list-style-type: disc;
    line-height: 1.8;
    margin-left: 20px;
    padding: 3px 0;
}
/* --------------------------------------------------
     Media
---------------------------------------------------*/
.media {
    display: table;
}
.media-img {
    display: table-cell;
    padding-right: 40px;
}
.media-img img {
    display: block;
}
.media-body {
    display: table-cell;
    vertical-align: top;
    font-weight: normal;
}
/* --------------------------------------------------
     Form
---------------------------------------------------*/
.label-required:after {
    display: inline-block;
    width: 15px;
    content: "*";
    color: #F00004;
}
input[type="text"].form-s, input[type="email"].form-s, input[type="password"].form-s, textarea.form-s {
    width: 60%;
}
input[type="text"].form-m, input[type="email"].form-m, input[type="password"].form-m, textarea.form-m {
    width: 80%;
}
/* --------------------------------------------------
     Button
---------------------------------------------------*/
.btn-block {
    text-align: center;
}
.btn {
    position: relative;
    display: inline-block;
    width: 400px;
    background: #e7991e;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 30px;
    box-sizing: border-box;
}
.btn:after {
    position: absolute;
    top: 50%;
    right: 10%;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 40px;
    margin: -20px 0 0 -10px;
}
.btn_half {
    width: 46%;
}
.btn_half:first-child {
    margin: 0 4% 0 0;
}
.btn_half:last-child {
    margin: 0 0 0 4%;
}
.btn_ex {
    position: relative;
    display: inline-block;
    width: 300px;
    background: #464646;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}
.btn:hover, .btn_ex:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: .7;
}
.btn_ex .fa-file-word-o {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
.btn_half {
    width: 49%;
    font-size: 18px;
    padding: 20px;
}
.btn_half:after {
    right: 5%;
}
.btn_half:first-child {
    margin: 0 1% 0 0;
}
.btn_half:last-child {
    margin: 0 0 0 1%;
}
}

@media screen and (max-width: 479px) {
.btn,  .btn_ex {
    width: 100%;
}
.btn {
    font-size: 18px;
    padding: 20px;
}
.btn:after {
    right: 5%;
}
.btn_half {
    width: 100% !important;
}
.btn_half:first-child,  .btn_half:last-child {
    margin: 0 0 10px 0;
}
}

@media screen and (max-width: 374px) {
.btn_ex {
    width: 100%;
}
}
/* --------------------------------------------------
     Other
---------------------------------------------------*/
.alpha {
    text-align: left;
}
.beta {
    text-align: center;
}
.beta .min {
    font-size: 12px;
}
.gamma {
    text-align: right;
}
.pullAlpha {
    float: left;
    margin: 0 15px 10px 0;
}
.pullBeta {
    float: right;
    margin: 0 0 10px 15px;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.small {
    font-size: 95%;
    line-height: 16px;
}
.strong {
    font-style: inherit;
    font-weight: bold;
}
.attention {
    color: #e62f03;
}
.textdots {
    background-image: radial-gradient(circle at center, black 10%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .4em;
  }
/* --------------------------------------------------
     Clearfix
---------------------------------------------------*/
.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
/* ///////////////////////////////////////////////////////////////
       Contents
/////////////////////////////////////////////////////////////// */
.bnr-iskillup {
    max-width: 1024px;
    margin: 0px auto;
}
.bnr-recruit {
    max-width: 1024px;
    margin: 80px auto;
}
.link-block {
    background: url(../img/triangle_grey3.png) top left;
    padding: 50px 0 100px 0;
    margin: 0 0 -60px 0;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
}
.link-block .link-list {
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.privacymark {
    text-align: right;
}

@media screen and (max-width: 767px) {
.bnr-recruit {
    margin: 40px 0;
}
.link-block {
    -webkit-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    padding: 30px 0 20px 0;
    margin: 0;
}
.link-block .link-list {
    -webkit-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
}
.link-block .link-list {
    margin: 0;
}
.privacymark img {
    width: 75px;
}
}

@media screen and (max-width: 479px) {
.bnr-recruit {
    margin: 20px 0;
}
.link-block {
    padding: 8px 0;
}
}
/* --------------------------------------------------
     Index
---------------------------------------------------*/
/*--------------bx-slider--------------*/
.main-img img {
    width: 100%;
}
#type-bg {
    display: none;
}
.bxslider li:not(:first-child) {
    display: none;
}
@media screen and (min-width: 1025px) {
    #main-img-area {
        width: 100%;
    }
    #type-no-bg {
        display: block;
    }
    #type-bg {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .main-img {
        padding: 50px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .main-img {
        padding: 0;
    }
    #type-bg {
        display: block;
    }
    #type-no-bg {
        display: none;
    }
    .bx-viewport,  .bx-wrapper,  #type-bg figure {
        display: block;
        position: relative;
        width: 100%;
        _height: 295px !important;
        top: 25px;
        /**/
        left: 0;
    }
    #type-bg figure {
        top: 50px;
    }
    .bxslider,  .bxslider li,  #type-bg figure span {
        display: block;
        height: 100% !important;
    }
    .bxslider li,  #type-bg figure span {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .bx-wrapper .bx-viewport {
        border: none !important;
    }
}

@media screen and (max-width: 480px) {
    .bx-viewport,  .bx-wrapper,  #type-bg figure {
        height: 250px !important;
    }
    .bxslider li,  #type-bg figure span {
        background-size: 150%;
    }
}

@media screen and (max-width: 360px) {
    .bx-viewport,  .bx-wrapper,  #type-bg figure {
        height: 230px !important;
    }
}
.index-ttl p {
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
}
.index-block {
    background: url(../img/triangle_grey2.png) top left;
    padding: 100px 0 40px 0;
    margin-top: -50px;
}

@media screen and (max-width: 767px) {
.index-block {
    padding: 100px 0 40px 0;
}
.index-ttl {
    padding: 40px 10px;
}
}

@media screen and (max-width: 479px) {
.index-ttl p {
    text-align: left;
}
}
/*--------------LINK---------------*/
.link-list {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.link-list li {
    display: table-cell;
    text-align: center;
}
.link-list a:hover {
    text-decoration: none;
}
.link-list .link {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
}
.link-list .link-area {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    padding: 98px 0 0 0;
    box-sizing: border-box;
    text-indent: -9999px;
    border-radius: 50%;
    overflow: hidden;
}
.link-list .link-area:hover {
    color: #fff;
    font-weight: bold;
    background: #333;
    background-color: rgba(0, 0, 0, 0.6);
    text-indent: inherit;
}
.link-list .link-area .fa-chevron-circle-right {
    margin: 0 0 0 5px;
}
.link-list .link-ttl:before {
    content: "\f138";
    font-family: 'FontAwesome';
    margin: 0 5px 0 0;
}
.link-list .link-ttl {
    display: block;
    width: 100%;
    height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0;
    box-sizing: border-box;
    text-indent: 0px;
    margin: 50px 0 0 0;
}
.link_01 {
    background: url(../img/link_01.jpg) no-repeat center center;
}
.link_02 {
    background: url(../img/link_02.jpg) no-repeat center center;
}
.link_03 {
    background: url(../img/link_03.jpg) no-repeat center center;
}
.link_04 {
    background: url(../img/link_04.jpg) no-repeat center center;
}
.link_01, .link_02, .link_03, .link_04 {
    background-size: 100%;
}
.link_01 .link-ttl {
    background: #fff;
    background: rgba(231, 153, 30, 0.8);
}
.link_02 .link-ttl {
    background: #2e7d31;
    background: rgba(231, 115, 30, 0.8);
}
.link_03 .link-ttl {
    background: #183259;
    background: rgba(231, 153, 30, 0.8);
}
.link_04 .link-ttl {
    background: #fbca36;
    background: rgba(231, 115, 30, 0.8);
}
.link-ttl small {
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 2;
}

@media screen and (max-width: 1023px) {
.link-list .link {
    width: 180px;
    height: 180px;
}
.link-list .link-area {
    font-size: 18px;
    padding: 65px 0 0 0;
}
.link-list .link-ttl {
    height: 60px;
    font-size: 13px;
    margin: 40px 0 0 0;
}
}

@media screen and (max-width: 767px) {
.link-list {
    display: block;
    margin: 0 0 70px 0;
}
.link-list li {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}
.link-list .link {
    width: 220px;
    height: 220px;
}
.link-list .link-area {
    font-size: 24px;
    padding: 80px 0 0 0;
}
.link-list .link-ttl {
    height: 80px;
    font-size: 16px;
    margin: 45px 0 0 0;
}
}

@media screen and (max-width: 479px) {
.index-block {
    padding: 80px 0 25px 0;
}
.link-list {
    margin: 0 0 30px 0;
}
.link-list .link {
    width: 140px;
    height: 140px;
}
.link-list .link-area {
    font-size: 16px;
    padding: 50px 0 0 0;
}
.link-list .link-ttl {
    height: 55px;
    font-size: 11px;
    margin: 20px 0 0 0;
}
}

@media screen and (max-width: 360px) {
.link-list li {
    padding: 10px;
}
}
.link-txt-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    margin: 0 0 70px 0;
}
.link-txt-list li {
    display: table-cell;
    padding: 30px 0 0 0;
}
.link-txt-list li .txt-area {
    position: relative;
    display: block;
    /*width: 240px;*/
    min-height: 210px;
    background: #6089ca;
    background: rgba(231, 153, 30, 0.8);
    color: #fff;
    line-height: 1.3;
    padding: 20px 15px;
    box-sizing: border-box;
}
.link-txt-list li:nth-child(2n) .txt-area {
    background: rgba(231, 115, 30, 0.8);
}
.link-txt-list li .txt-area:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin: 0 0 0 -10px;
    border-bottom: 20px solid rgba(231, 153, 30, 0.8);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.link-txt-list li:nth-child(2n) .txt-area:before {
    border-bottom: 20px solid rgba(231, 115, 30, 0.8);
}

@media screen and (max-width: 1023px) {
.txt-area {
    font-size: 12px;
}
}

@media screen and (max-width: 767px) {
.link-txt-list {
    display: none;
}
}
div.link-list_top_imgs {
    display: none;
    padding-bottom: 25px;
}
.link-list_box {
    table-layout: fixed;
    text-align: center;
}
.link-list_box li {
    display: table-cell;
    vertical-align: middle;
}
.link-list_top {
    display: table;
    table-layout: fixed;
    width: 550px;
}
.link-list_top li {
    display: inline;
    text-align: center;
}
.link-list_top a:hover {
    text-decoration: none;
    border-radius: 0%;
}
.link-list_top .link {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px 5px;
    -ms-transition-duration: 0.2s;
    transition-duration : 0.2s;
}
.link-list_top .link-area {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    padding: 180px 0 0 0;
    box-sizing: border-box;
    text-indent: -9999px;
    line-height: 110%;
}
.link-list_top .link-area:hover {
    color: #fff;
    font-weight: bold;
    background: #333;
    background-color: rgba(0, 0, 0, 0.6);
    text-indent: inherit;
    padding: 5px 5px 0 5px;
}
.link-list_top .link-area .fa-chevron-circle-right {
    margin: 0 0 0 5px;
}
.link-list_top .link-ttl:before {
    content: "\f138";
    font-family: 'FontAwesome';
    margin: 0 5px 0 0;
}
.link-list_top .link-ttl {
    display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0;
    box-sizing: border-box;
    text-indent: 0px;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 1023px) {
 .link-list_top {
    width: 100%;
}
.link-list_top .link {
    width: 180px;
    height: 180px;
}
.link-list_top .link-area {
    font-size: 11px;
    padding: 125px 0 0 0;
}
.link-list_top .link-ttl {
    height: 50px;
    font-size: 12px;
    margin: 5px 0 5px 0;
}
div.link-list_top_imgp {
    width: 395px;
}
}
@media screen and (max-width: 900px) {
div.link-list_top_imgs {
    display: block;
}
div.link-list_top_imgp {
    display: none;
}
}
@media screen and (max-width: 767px) {
.link-list_top {
    display: block;
    margin: 0 0 70px 0;
}
.link-list_top li {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}
.link-list_top .link {
    width: 220px;
    height: 220px;
}
.link-list_top .link-area {
    font-size: 14px;
    padding: 165px 0 0 0;
}
.link-list_top .link-ttl {
    height: 50px;
    font-size: 15px;
    margin: 5px 0 5px 0;
}
}

@media screen and (max-width: 479px) {
.link-list_top {
    margin: 0 0 30px 0;
}
.link-list_top .link {
    width: 140px;
    height: 140px;
}
.link-list_top .link-area {
    font-size: 8px;
    padding: 95px 0 0 0;
}
.link-list_top .link-ttl {
    height: 45px;
    font-size: 11px;
    margin: 0px 0 5px 0;
}
}

@media screen and (max-width: 360px) {
.link-list_top li {
    padding: 10px;
}
}

div.link-bnrimg {
    display: flex;
}
div.link-bnrimg-child {
    padding: 5px 10px;
}
@media screen and (max-width: 767px) {
    div.link-bnrimg {
        flex-wrap: wrap;
    }
    div.link-bnrimg-child {
        margin: 0 auto;
        padding: 5px 20px;
    }
}

@media screen and (max-width: 360px) {
    div.link-bnrimg {
        display: block;
    }
}
/*--------------INFORMATION---------------*/
.info-index {
    margin: 0 0 12px 0;
}
.info-index h3 {
    float: left;
    width: 12%;
    font-size: 18px;
    font-weight: bold;
}
.info-index-list {
    width: 88%;
    padding: 0 0 0 12%;
}
.info-index-list li {
    display: table;
    table-layout: fixed;
    width: 100%;
    line-height: 1.5;
    padding: 0 0 10px 0;
}
.info-index-list .date {
    display: table-cell;
    width: 130px;
    padding: 0 2% 0 0;
}
.info-index-list .ttl {
    display: table-cell;
    width: auto;
}

@media screen and (max-width: 767px) {
.info-index h3 {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}
.info-index-list {
    width: 100%;
    padding: 0;
}
}

@media screen and (max-width: 479px) {
.info-index-list li,  .info-index-list .date,  .info-index-list .ttl {
    display: block;
    width: 100%;
}
.info-index-list li {
    padding: 12px 0;
    border-bottom: 1px solid #fff;
}
}

/*--------------123123---------------*/
.list_lec_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1% 0 1%;
}
.list_lec_area li:nth-child(3n) {
    margin-right: 0;
}
.list_lec_list {
    width: 32%;
    margin: 0 2% 2% 0;
}
.list_lec_box {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    text-align: center;
}
.list_lec_name {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    padding: 4%;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.list_lec_txt {
    font-size: 14px;
    padding: 4%;
    text-align: left;
    min-height: 80px;
}
.list_lec_btn a {
    display: block;
    padding: 4%;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    background: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.list_lec_btn.MSBlue a {
    background: #2b00ad;
}
.list_lec_btn.Indigo a {
    background: #521c6a;
}
.list_lec_btn.DOGreen a {
    background: #4c6932;
}
.list_lec_btn.DSGray a {
    background: #32503a;
}
.list_lec_btn.SGreen a {
    background: #3f6e4c;
}
.list_lec_btn a:after {
    content: ">";
    font-size: 12px;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list_lec_btn a:hover {
    opacity: .5;
}
@media screen and (max-width: 1000px) {
    .list_lec_name {
        font-size: 15px;
    }
}
@media screen and (max-width: 739px) {
    .list_lec_list {
        width: 100%;
        margin: 0 0 5% 0;
    }
    .list_lec_name {
        padding: 1%;
    }
    .list_lec_txt {
        padding: 0% 1%;
        min-height: 0px;
    }
    .list_lec_btn a {
        padding: 1%;
    }
}

/* --------------------------------------------------
     Service
---------------------------------------------------*/
.iskillup-img, .newfoo-img {
    text-align: center;
    margin: 0 0 24px 0;
}
.service-img-list {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 0 auto 30px auto;
}
.service-img-list li {
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}
.service-list {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px 0;
    width: 100%;
}
.service-list li {
    display: table-cell;
    background: #fff;
}
.service-list li.list_01 section {
    background: url(../img/service_04.jpg) top left no-repeat;
    background-size: contain;
    padding: 85% 20px 20px 20px;
}
.service-list li.list_02 section {
    background: url(../img/service_05_1.jpg) top left no-repeat;
    background-size: contain;
    padding: 85% 20px 20px 20px;
}
.service-list li.list_03 section {
    background: url(../img/service_06.jpg) top left no-repeat;
    background-size: contain;
    padding: 85% 20px 20px 20px;
}
.service-list li h5 {
    height: 70px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.service-list li p {
    font-size: 14px;
    line-height: 1.5;
/*margin: 0;*/ }

@media screen and (max-width: 1023px) {
.service-list li h5 {
    height: 60px;
    font-size: 20px;
}
}

@media screen and (max-width: 767px) {
.service-img-list {
    width: 100%;
}
.service-img-list li {
    padding: 0 5px;
}
.service-list {
    display: block;
}
.service-list li {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 15px 0;
}
.service-list li.list_01 section,  .service-list li.list_02 section,  .service-list li.list_03 section {
    background: none;
    padding: 15px;
}
.service-list li.list_01:before,  .service-list li.list_02:before,  .service-list li.list_03:before {
    display: table-cell;
    content: "";
    width: 30%;
    height: 220px;
}
.service-list li.list_01:before {
    background: url(../img/service_04.jpg) center center no-repeat;
    background-size: cover;
}
.service-list li.list_02:before {
    background: url(../img/service_05_1.jpg) center center no-repeat;
    background-size: cover;
}
.service-list li.list_03:before {
    background: url(../img/service_06.jpg) center center no-repeat;
    background-size: cover;
}
.service-list li h5 {
    height: auto;
    margin: 0 0 20px 0;
}
.service-list li h5 br {
    display: none;
}
}

@media screen and (max-width: 599px) {
.service-list li,  .service-list li.list_01:before,  .service-list li.list_02:before,  .service-list li.list_03:before {
    display: block;
}
.service-list li.list_01:before,  .service-list li.list_02:before,  .service-list li.list_03:before {
    height: 300px;
    width: 100%;
}
}
.service-image-list {
    display: table;
    /* table-layout: fixed; */
    width: 770px;
    margin: 40px auto;
}
.service-image-list li {
    display: table-cell;
    padding: 0 10px;
}
.service-image-list li img {
    margin: 0 0 10px 0;
}

@media screen and (max-width: 880px) {
.service-image-list {
    width: 100%;
}
}

@media screen and (max-width: 479px) {
.service-image-list,  .service-image-list li {
    display: block;
}
.service-image-list li {
    margin: 0 0 30px 0;
}
.service-image-list li img {
    width: 100%;
    margin: 0 0 20px 0;
}
}
/* --------------------------------------------------
     Support
---------------------------------------------------*/
.support-box h5 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.support-box h6 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
}
.support-list_01 {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.support-list_01 > li {
    display: table-cell;
    background: #fbdd83;
    border-right: 10px solid #fff;
    padding: 20px;
}
.support-list_01 > li:nth-child(2) {
    border-right: none;
    border-left: 10px solid #fff;
}
.support-list_02 > li {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #efefef;
    padding: 30px;
    box-sizing: border-box;
}
.support-list_02 > li:first-child {
    margin: 0 0 20px 0;
}
.support-list_02 > li:nth-child(2) {
    padding-bottom: 0;
}
.support-list_02 .example, .support-list_02 .schedule, .support-list_02 .tablecell {
    display: table-cell;
    vertical-align: top;
}
.support-list_02 .example dt {
    margin: 0 0 5px 0;
}
.support-list_02 .example dd {
    margin: 0 0 20px 0;
}
.support-list_02 .schedule {
    background: #fff;
    padding: 20px;
    border-left: 20px solid #efefef;
}
.support-list_02 .schedule dt {
    color: #e7731e;
    font-size: 16px;
    padding: 8px 0;
}
.support-list_02 .schedule dd {
    border-bottom: 1px solid #ececec;
    padding: 8px 0;
}
.support-list_02 .schedule dd:last-child {
    text-align: right;
    border: none;
}
.support-list_02 .tablecell {
    background: #fff;
    padding: 20px;
}
.support-list_02 .tablecell dt {
    color: #e7731e;
    font-size: 16px;
    padding: 8px 0;
}

@media screen and (max-width: 767px) {
.support-box h6 {
    font-size: 16px;
}
.support-list_02 .example, .support-list_02 .schedule, .support-list_02 .tablecell {
    display: block;
}
.support-list_02 .schedule {
    border-left: none;
}
}

@media screen and (max-width: 479px) {
.support-box h5 {
    font-size: 18px;
}
.support-list_01,  .support-list_01 > li {
    display: block;
}
.support-list_01 > li {
    border-right: none;
    padding: 15px 10px;
}
.support-list_01 > li:first-child {
    margin: 0 0 20px 0;
}
.support-list_01 > li:nth-child(2) {
    border-right: none;
    border-left: none;
}
.support-list_02 > li {
    padding: 15px 10px;
}
.support-list_02 .schedule {
    padding: 10px;
}
}
ul.ulcell {
    box-sizing: border-box;
    border: 1px solid #000;
    border-top: 0;
    line-height: normal;
}
ul.ulcell li {
    overflow: hidden;
}
div.licell1 {
    box-sizing: border-box;
    border-top: 1px solid #000;
    clear: both;
    float: left;
    padding: 10px;
    width: 150px;
}
div.licell2 {
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin-left: 150px;
    padding: 10px;
}
@media screen and (max-width: 479px) {
    ul.ulcell {
        /* text-align: center; */
    }
    ul.ulcell br.spbr {
        display: none;
    }
    div.licell1 {
        float: none;
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    div.licell2 {
        border-left: 0;
        margin-left: 0;
    }
}

/* --------------------------------------------------
     Interview
---------------------------------------------------*/
.interview-ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 0 20px 0;
}
.interview-ttl.s-2 {
    font-size: 26px;
}
.interview-ttl span {
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.interview-ttl-img {
    position: relative;
    margin: 0 0 40px 0;
}
.interview-ttl-img .interview-data {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    width: calc(100% - 20px);
    color: #fff;
}
.interview-ttl-img .interview-data .label {
    font-size: 14px;
}
.interview-ttl-img .interview-data .link-label {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #e7991e;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px 10px 10px;
}
.interview-ttl-img:hover .interview-data .link-label {
    opacity: .8;
}
.interview-ttl-img .interview-data .link-label:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    margin: -10px 0 0 0;
}
.interview-data {
    position: relative;
}
.interview-data .label {
    display: inline-block;
    background: #e7731e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 15px 0;
}
.interview-data .post {
    display: inline-block;
    line-height: 1.3;
    text-align: center;
    margin: 0 50px 0 0;
}
.interview-data .post:last-child {
    margin: 0;
}
.interview-data .post:after {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 30px;
    content: "";
    /* background-image: url(../img/x.png); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%;
}
.interview-data-index .interview-data .post:after {
    /* background-image: url(../img/x_2.png); */
}
.interview-data .post .name {
    font-size: 30px;
}
.interview-data #no-mark {
    margin: 0;
}
.interview-data #no-mark:after {
    background: none;
}
.interview-desc {
    color: #e7731e;
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
.interview-ttl {
    font-size: 24px;
    padding: 0 0 12px 0;
}
.interview-ttl span {
    font-size: 18px;
}
.interview-ttl-img .interview-data {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 10px);
}
.interview-ttl-img .interview-data .label {
    font-size: 12px;
    padding: 8px;
}
.interview-ttl-img .interview-data .link-label {
    right: 0;
    bottom: -52px;
    padding: 10px 30px 10px 10px;
    margin: 0;
}
.interview-data .post {
    font-size: 10px;
    margin: 0 40px 0 0;
}
.interview-data .post:after {
    width: 50px;
    height: 20px;
    background-size: 30%;
}
.interview-data .post .name {
    font-size: 20px;
}
#interview02-interview-data .post {
    display: none;
}
.interview-desc {
    color: #e7731e;
    padding: 20px 0;
}
}

@media screen and (max-width: 479px) {
.interview-ttl {
    font-size: 18px;
}
.interview-ttl span {
    font-size: 14px;
}
.interview-ttl-img .interview-data .label {
    font-size: 10px;
    padding: 6px;
    margin: 0 0 8px 0;
}
.interview-ttl-img .interview-data .link-label {
    right: 0;
    bottom: -45px;
    font-size: 12px;
    padding: 8px 26px 8px 8px;
    margin: 0;
}
.interview-data .post {
    font-size: 8px;
    margin: 0 20px 0 0;
}
.interview-data .post:after {
    width: 30px;
    height: 20px;
    background-size: 40%;
}
.interview-data .post .name {
    font-size: 16px;
}
}

@media screen and (max-width: 374px) {
.interview-ttl-img {
    margin: 0;
}
.interview-ttl-img .interview-data {
    position: relative;
    top: 10px;
    left: auto;
    bottom: auto;
    display: block;
    width: 100%;
    color: #333;
}
.interview-data .post {
    font-size: 8px;
    margin: 0 10px 0 0;
}
.interview-data .post .name {
    font-size: 14px;
}
.interview-ttl-img .interview-data .link-label {
    position: relative;
    bottom: auto;
    float: right;
    margin: 8px 0 0 0;
}
.interview-data-index .interview-data .post:after {
    /* background-image: url(../img/x.png); */
}
}
.interview-main-img {
    margin: 0 0 40px 0;
}
.interview-section {
    margin: 0 0 60px 0;
}
.interview-section:last-child {
/*margin: 0;*/ }
.interview-ttl-sec {
    color: #e7991e;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.interview-section_alpha_01 > p {
    margin-left: 280px;
}
.interview-section_alpha_02 > p {
    margin-left: 510px;
}
.interview-section_alpha_03 > p {
    margin-left: 330px;
}
.interview-section_gamma_01 > p {
    margin-right: 280px;
}
.interview-section_gamma_02 > p {
    margin-right: 510px;
}
.interview-section_gamma_03 > p {
    margin-right: 330px;
}
.p-name {
    display: inline-block;
    float: left;
    width: 64px;
}
.p-txt {
    display: block;
    margin-left: 64px;
}
.interview-section_alpha_01 .profile {
    float: left;
    display: table;
    width: 250px;
    margin: 0 30px 30px 0;
}
.interview-section_gamma_01 .profile {
    float: right;
    display: table;
    width: 250px;
    margin: 0 0 30px 30px;
}
.profile img {
    max-width: 100%;
    margin: 0 0 20px 0;
}
.profile .post, .profile .name {
    display: block;
    text-align: center;
}
.profile .name {
    font-size: 18px;
    line-height: 1.8;
}
.profile p {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    word-break: break-all;
}
.interview-section_alpha_02 .photo, .interview-section_alpha_03 .photo {
    float: left;
    display: table;
    width: auto;
    margin: 0 30px 60px 0;
}
.interview-section_gamma_02 .photo, .interview-section_gamma_03 .photo {
    float: right;
    display: table;
    width: auto;
    margin: 0 0 60px 30px;
}
.interview-02-profile {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 0 auto;
}
.interview-02-profile .profile {
    display: table-cell;
    text-align: center;
    padding: 0 25px;
}

@media screen and (max-width: 768px) {
.interview-section {
    margin: 0 0 40px 0;
}
.interview-section_alpha_01 > p,  .interview-section_gamma_01 > p {
    margin: 0;
}
.interview-section_alpha_02 > p,  .interview-section_gamma_02 > p,  .interview-section_alpha_03 > p,  .interview-section_gamma_03 > p {
    margin: 0 0 20px 0;
}
.interview-section_alpha_01 .profile,  .interview-section_gamma_01 .profile {
    float: none;
    display: table;
    width: 100%;
    margin: 0 0 30px 0;
}
.interview-section_alpha_01 .profile img,  .interview-section_gamma_01 .profile img {
    float: left;
    width: 150px;
    margin: 0 10px 0 0;
}
.interview-section_alpha_01 .profile .post,  .interview-section_alpha_01 .profile .name,  .interview-section_alpha_01 .profile p,  .interview-section_gamma_01 .profile .post,  .interview-section_gamma_01 .profile .name,  .interview-section_gamma_01 .profile p {
    text-align: left;
}
.profile p {
    font-size: 14px;
    line-height: 1.5;
}
.interview-section_alpha_02 .photo,  .interview-section_alpha_03 .photo,  .interview-section_gamma_02 .photo,  .interview-section_gamma_03 .photo {
    float: none;
    margin: 0 auto 24px auto;
}
.interview-02-profile {
    width: 100%;
}
.interview-02-profile .profile {
    padding: 0 8px;
}
}

@media screen and (max-width: 479px) {
.p-name {
    width: 60px;
}
.p-txt {
    margin-left: 60px;
}
}
/* --------------------------------------------------
     About
---------------------------------------------------*/
.about-list li {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #fff;
    margin: 0 0 40px 0;
}
.about-list li:last-child {
    margin: 0;
}
.about-list li section {
    display: table-cell;
    vertical-align: top;
}
.about-list li .about-list_txt {
    padding: 40px;
    box-sizing: border-box;
}
.about-list li .about-list_txt h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.about-list li .about-list_txt p {
    font-size: 14px;
}
.about-list li #about_01 {
    background: url(../img/about_01.jpg) center center no-repeat;
    background-size: cover;
}
.about-list li #about_02 {
    background: url(../img/about_02.jpg) center center no-repeat;
    background-size: cover;
}
.about-list li .type-tablet {
    display: none;
}

@media screen and (max-width: 767px) {
.about-list li,  .about-list li section {
    display: block;
}
.about-list li .about-list_txt {
    padding: 20px;
}
.about-list li .about-list_txt h4 {
    font-size: 22px;
}
.about-list li .type-tablet {
    display: inherit;
}
.about-list li .type-tablet img {
    width: 100%;
}
}

@media screen and (max-width: 479px) {
.about-list li .about-list_txt h4 {
    font-size: 18px;
}
}
.about-schedule {
    position: relative;
    background: #fff;
    padding: 200px 0 80px 0;
}
.about-schedule .label {
    position: absolute;
    top: 0;
    left: 50%;
    width: 344px;
    background: #e7731e;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0;
    margin-left: -172px;
}
.about-schedule-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 80px 0;
}
.about-schedule-list:last-child {
    margin: 0;
}
.about-schedule-list li {
    display: table-cell;
    max-width: 240px;
    text-align: center;
    padding: 0 5px;
}
.about-schedule-list .num {
    color: #e7991e;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 72px;
}
.about-schedule-list .month {
    color: #e7991e;
    font-size: 30px;
}
.about-schedule-list li h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.about-schedule-list li h5.small {
    font-size: 14px;
}
.about-schedule-list li p {
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
}

@media screen and (max-width: 767px) {
.about-schedule {
    padding: 120px 0 40px 0;
}
.about-schedule .label {
    width: 244px;
    font-size: 22px;
    padding: 15px 0;
    margin-left: -122px;
}
.about-schedule-list {
    margin: 0 0 40px 0;
}
.about-schedule-list li h5 {
    font-size: 16px;
}
.about-schedule-list li h5.small {
    font-size: 12px;
}
}

@media screen and (max-width: 479px) {
.about-schedule-list {
    display: block;
    margin: 0;
}
.about-schedule-list li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 0 40px 0;
}
}
/* --------------------------------------------------
     Company
---------------------------------------------------*/
.company-img {
    text-align: center;
    margin: 0 0 24px 0;
}
.company-info {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.company-info-list {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.company-info-list th {
    width: 150px;
    text-align: left;
    vertical-align: top;
    padding: 10px 20px 10px 0;
    box-sizing: border-box;
}
.company-info-list td {
    width: auto;
    line-height: 1.3;
    padding: 10px 10px 10px 0;
}
.company-history {
    font-size: 16px;
}
.company-history th {
    width: 120px;
    color: #e7731e;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px dotted #fff;
    box-sizing: border-box;
}
.company-history td {
    width: auto;
    line-height: 1.3;
    padding: 10px 0;
    border-bottom: 1px dotted #fff;
    box-sizing: border-box;
}
.message-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding: 12px 0;
}
#map {
    width: 100%;
    height: 450px;
}

@media screen and (max-width: 767px) {
.company-info,  .company-info-list {
    display: block;
    width: 100%;
}
.company-history {
    font-size: 14px;
}
.company-history th {
    width: 100px;
}
#map {
    height: 380px;
}
}

@media screen and (max-width: 479px) {
.company-info-list th,  .company-info-list td,  .company-history th,  .company-history td {
    display: block;
    width: 100%;
}
.company-info-list th {
    padding: 8px 0;
}
.company-info-list td {
    padding: 0 0 25px 0;
}
.company-history th {
    padding: 10px 0 0 0;
    border-bottom: none;
}
.company-history td {
    padding: 10px 0;
}
#map {
    height: 320px;
}
}
/* --------------------------------------------------
     Access
---------------------------------------------------*/
.access-desc {
    color: #e7731e;
    font-weight: bold;
}
.map-img {
    text-align: center;
    margin: 0 0 24px 0;
}
/* --------------------------------------------------
     Privacy Policy
---------------------------------------------------*/
.block {
    counter-reset: privacy-ttl;
}
.privacy-list {
    counter-reset: privacy-list_dt;
    margin: 0 0 32px 0;
}
.privacy-list dt {
    counter-increment: privacy-list_dt;
    font-size: 16px;
    margin: 0 0 12px 0;
}
.privacy-list dt:before {
    content: counter(privacy-list_dt) ".";
    padding: 0 7px 0 0;
}
.privacy-list dd {
    margin: 0 0 36px 0;
}
.privacy-contact {
    background: #f0f0f0;
    line-height: 1.5;
    padding: 18px;
}
.privacy-ttl {
    counter-increment: privacy-ttl;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 16px 0;
}
.privacy-ttl:before {
    content: counter(privacy-ttl) ".";
    padding: 0 7px 0 0;
}
.privacy-table {
    width: 100%;
    background: #fff;
    counter-reset: privacy-table_th;
    margin: 0 0 32px 0;
    line-height: 1.5;
}
.privacy-table th {
    counter-increment: privacy-table_th;
    width: 35%;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    padding: 12px;
    border: 1px solid #ccc;
}
.privacy-table th:before {
    content: counter(privacy-table_th) ".";
    padding: 0 7px 0 0;
}
.privacy-table td {
    padding: 12px;
    border: 1px solid #ccc;
}
.privacy-count_01 > li, .privacy-count_02 > li {
    display: table;
    line-height: 1.5;
}
.privacy-count_01 > li:before, .privacy-count_02 > li:before {
    display: table-cell;
    width: 20px;
    padding: 0 7px 0 0;
}
.privacy-count_01 > li {
    counter-increment: count_01;
}
.privacy-count_01 > li:before {
    content: "(" counter(count_01) ")";
}
.privacy-count_02 > li {
    counter-increment: count_02;
}
.privacy-count_02 > li:before {
    content: "[" counter(count_02) "]";
}
.privacy-square {
    list-style-type: square;
}
/* --------------------------------------------------
     Recruit
---------------------------------------------------*/
.recruit-list {
    margin: 0 0 32px 0;
}
.recruit-list dt {
    font-size: 16px;
    margin: 0 0 12px 0;
}
.recruit-list dd {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 36px 0;
}
.recruit-list dd span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}
.recruit-table {
    width: 100%;
    line-height: 1.5;
}
.recruit-table th {
    width: 20%;
    text-align: left;
    vertical-align: top;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}
.recruit-table td {
    padding: 12px;
    border-bottom: 1px solid #ccc;
}
.recruit-table tr:last-child th, .recruit-table tr:last-child td {
    border-bottom: none;
}
.recruit-square {
    list-style-type: square;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 479px) {
.recruit-table th {
    width: 60px;
}
.recruit-table th,  .recruit-table td {
    font-size: 12px;
    padding: 6px;
}
}
/* --------------------------------------------------
     Information
---------------------------------------------------*/
.info-year-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 46px 0;
}
.info-year-list li {
    display: table-cell;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
}
.info-year-list li a {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border: 1px solid;
    box-sizing: border-box;
}
.info-year-list li a:hover {
    background: #fff;
    text-decoration: none;
}
.info-list li {
    display: table;
    table-layout: fixed;
    width: 100%;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px dotted #ededed;
}
.info-list .date {
    display: table-cell;
    width: 145px;
    font-weight: bold;
    padding: 0 2% 0 0;
}
.info-list .ttl {
    display: table-cell;
    width: auto;
}

@media screen and (max-width: 767px) {
.info-year-list {
    display: block;
}
.info-year-list li {
    display: inline-block;
    width: 25%;
    padding: 0 4px;
    margin: 0 0 8px 0;
}
.info-list {
    width: 100%;
    padding: 0;
}
}

@media screen and (max-width: 479px) {
.info-year-list li {
    width: 33.3%;
}
.info-list li,  .info-list .date,  .info-list .ttl {
    display: block;
    width: 100%;
}
.info-list li {
    padding: 12px 0;
    border-bottom: 1px solid #fff;
}
}
