@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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%;
}

/**
 * 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 {
  -webkit-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] {
  -webkit-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] {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-appearance: textfield; /* 1 */
  -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 {
  -webkit-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;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  background: #fff;
  line-height: 1.8;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
}

/*
Font-size list (base: 16px)
   75% =  12px
   81% =  13px
   88% =  14px
   93% =  15px
 100% =  16px
 106% =  17px
 113% =  18px
 119% =  19px
 125% =  20px
 131% =  21px
 138% =  22px
 148% =  23px
 150% =  24px
*/
/* リンク色 */
a {
  color: #00A98C;
}

a:hover, a:active {
  color: #79C9A9;
  text-decoration: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .top-blog:after, .top-promise-system .top-promise-system__title:after, .top-interview-list dd:after, .staff.staff-min:after, .staff:after, .entry-flow:after, .education:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .top-blog, .top-promise-system .top-promise-system__title, .top-interview-list dd, .staff.staff-min, .staff, .entry-flow, .education {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .top-blog, .top-promise-system html .top-promise-system__title, .top-interview-list html dd, * html .staff.staff-min, * html .staff, * html .entry-flow, * html .education {
  height: 1%;
}

.clearfix, .top-blog, .top-promise-system .top-promise-system__title, .top-interview-list dd, .staff.staff-min, .staff, .entry-flow, .education {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
.contents, .layout-container {
  padding: 0 10px;
  text-align: left;
}

.layout-section {
  margin-bottom: 40px;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: #fff;
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  text-align: left;
  color: #fff;
}
.header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header .header__contact {
  position: absolute;
  top: 13px;
  right: 70px;
}

/* ヘッダー上段 */
.site-description {
  width: 60%;
  font-weight: normal;
  float: left;
  font-size: 75%;
}

/* ヘッダーメイン部分 */
/* ヘッダーロゴ */
.header-site-name {
  display: block;
  width: 180px;
  margin: 0 0 0 0;
  float: left;
}

/* グローバルボタン */
.btn--menu {
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 14px;
  right: 17px;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  position: relative;
}
footer .footer__sns {
  margin-bottom: 20px;
}
footer .footer__sns a {
  display: inline-block;
  margin: 0 20px;
}

/* フッター　会社情報 */
.footer-address {
  padding: 40px 10px 0;
  font-size: 88%;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  display: block;
}

/* コピーライト */
.copy {
  display: block;
  background: #0D724B;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  background: #fff;
  display: none;
  width: 100%;
  clear: both;
  text-align: left;
  position: absolute;
  top: 0;
  z-index: 200;
}
.global-nav .nav-header {
  padding: 14px;
  position: relative;
}
.global-nav .global-nav__list {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  font-size: 88%;
}
.global-nav .global-nav__list li {
  background: url(../img/sp/common/menu/ico--arrow.svg) right 10px center no-repeat;
  padding: 15px 5px;
  font-size: 113%;
  font-weight: bold;
}
.global-nav .global-nav__list li a {
  display: block;
  text-decoration: none;
}
.global-nav .global-nav__sub {
  list-style: none;
  text-align: center;
}
.global-nav .global-nav__sub li {
  padding: 10px 0;
}
.global-nav .btn--menu {
  background: #fff;
  border: none;
  padding: 0;
  line-height: 1;
  font-size: 150%;
  color: #00A98C;
}
.global-nav .btn--menu span {
  display: block;
  padding-top: 3px;
  font-size: 66%;
}
.global-nav .btn--menu.btn--trigger-close {
  background: #fff;
  color: #00A98C;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #00A98C;
  padding: 7px;
  font-size: 113%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #00A98C;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/* フッターナビ */
.footer-nav {
  text-align: center;
  margin-bottom: 20px;
}
.footer-nav .footer-nav__title {
  background: #00A98C;
  padding: 10px;
  color: #fff;
}
.footer-nav ul {
  list-style: none;
  margin: 10px;
}
.footer-nav ul li {
  border-bottom: 1px dashed #00A98C;
  text-align: left;
}
.footer-nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #00A98C;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #00A98C;
  color: #00A98C;
}

/* 見出し */
.title-lv1 {
  font-size: 150%;
  color: #2FA677;
}

.title-lv2 {
  margin-bottom: 20px;
  font-size: 188%;
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #00A98C;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #83300E;
  margin-bottom: 5px;
  color: #00A98C;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th, .benefit-data .benefit-data__sheet th, .department-information .department-information__table th, .table-ptn--01 td, .benefit-data .benefit-data__sheet td, .department-information .department-information__table td {
  background: #fff;
  padding: 15px 30px;
}
.table-ptn--01 th, .benefit-data .benefit-data__sheet th, .department-information .department-information__table th {
  color: #007A4F;
  vertical-align: top;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #00A98C;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  /*background: #fff;
  border: 2px solid $color--site-main;
  text-decoration: none;
  color: $color--site-main;*/
  background: #fff url(../img/index/interview/ico--arrow.svg) right 20px center no-repeat;
  border: 2px solid #00A98C;
  padding: 10px 0;
  border-radius: 7px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  font-size: 113%;
  color: #00A98C;
}
.btn--white:hover {
  opacity: 0.7;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  background: #CCE4DC;
  padding: 10px 15px 10px 40px;
  border-radius: 6px;
}

.box-sub--02 {
  background: #F3F3F3;
  padding: 30px 50px;
}

.sp .box-sub--01 {
  padding: 10px;
}
.sp .box-sub--02 {
  padding: 10px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article {
  border-bottom: 1px dashed #ABA073;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.article .article__date {
  display: block;
  width: 20%;
  border-right: 1px dashed #666666;
  float: left;
}
.article .article__title {
  width: 78%;
  float: left;
  font-weight: normal;
  font-size: 100%;
}

.category {
  background: #00A98C;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 88%;
  color: #fff;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #00A98C;
}
.pagination a {
  border: 1px solid #00A98C;
}
.pagination a:hover {
  background-color: #00A98C;
  border: 1px solid #00A98C;
  color: #fff;
}
.pagination .current {
  background-color: #00A98C;
  border: 1px solid #00A98C;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.topic-path {
  margin: 20px 0;
}

.catch {
  background: url(../img/common/catch/bgi--catch.jpg) center center no-repeat;
  background-size: cover;
  height: 200px;
}
.catch .catch__title {
  padding-top: 120px;
  text-align: center;
}
.catch .catch__title img {
  height: 25px;
  vertical-align: top;
}

.bg-movie {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.bg-movie .bg-movie__disp {
  overflow: hidden;
}
.bg-movie video {
  height: 340px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -300px;
}
.bg-movie .bg-movie__layer {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.common-attention {
  color: red;
  margin: 60px 0 80px;
  text-align: center;
  font-weight: bold;
  font-size: 124%;
}

.common-attention__bottom {
  color: red;
  margin: 60px 0 80px;
  text-align: center;
  font-weight: bold;
  font-size: 124%;
}

.entry-area {
  background: #00734a;
  padding: 0px 10px 60px;
  position: relative;
  color: #fff;
}
.entry-area .entry-area__photo {
  display: block;
  margin: 0 -10px 40px;
}
.entry-area .entry-area__title {
  margin-bottom: 40px;
}
.entry-area .entry-area__comment {
  font-size: 88%;
  line-height: 1.8;
}

.fun-filled {
  background: url(../img/common/item/fun-filled/bgi--item.svg) center top no-repeat;
  background-size: 100% auto;
  padding: 80px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* わたしたちのこと */
.about-service {
  padding: 0 10px;
}
.about-service .about-service__title {
  margin-bottom: 40px;
}
.about-service .about-service__lede {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 138%;
  font-weight: bold;
}

.about-service-bg {
  background: url(../img/about/index/service/bgi--triangle.svg) center bottom no-repeat, url(../img/common/item/bgi--texture.jpg);
  padding: 20px 10px 80px;
  margin-left: -10px;
  margin-right: -10px;
}

.about-service-content {
  margin: 0 auto;
  text-align: left;
}

.about-service-reputation {
  background: #fff;
  padding: 10px;
}
.about-service-reputation .about-service-reputation__title {
  margin-bottom: 20px;
}
.about-service-reputation .about-service-reputation__title img {
  margin-top: -30px;
}

.about-callenge {
  background: #007A4F;
  padding: 20px 10px;
  margin-top: -1px;
  margin-bottom: 120px;
}
.about-callenge .about-callenge__title {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 125%;
  font-weight: normal;
  color: #fff;
}

.about-callenge-item {
  background: #fff;
  padding: 20px;
  margin-bottom: 80px;
  border-radius: 6px;
  text-align: left;
}
.about-callenge-item .about-callenge-item__balloon {
  display: block;
  margin: -40px auto 10px;
}
.about-callenge-item .about-callenge-item__title {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  font-size: 125%;
}
.about-callenge-item .about-callenge-item__sub {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-size: 73%;
}
.about-callenge-item .about-callenge-item__ratio {
  margin: 0 -20px 20px;
  text-align: left;
}

.about-callenge-specialty {
  padding: 10px;
  margin: 0 -20px 0px;
  position: relative;
}

.about-callenge-quality-photo {
  list-style: none;
}
.about-callenge-quality-photo li {
  margin-bottom: 20px;
  text-align: center;
}
.about-callenge-quality-photo li img {
  display: block;
  margin-bottom: 10px;
}

.about-callenge-approach-copy {
  text-align: center;
  line-height: 1.5;
  font-size: 100%;
  font-weight: bold;
}

.about-company {
  padding: 0 10px;
  margin-bottom: 40px;
  text-align: left;
}
.about-company .about-company__title {
  margin-bottom: 40px;
  font-size: 150%;
  color: #2FA677;
}

/* 教育制度 */
.education-bg {
  padding: 60px 10px;
  margin-bottom: 80px;
}

.education-wrap {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  border-top: 10px solid #00A98C;
  text-align: left;
}

.education {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #000;
}
.education:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.education .education__title {
  margin-bottom: 20px;
  line-height: 1.33;
  text-align: center;
  font-size: 150%;
}
.education .education__title img {
  display: block;
  margin: 20px auto 10px;
}

.education-communication {
  padding: 0 10px;
  margin-bottom: 150px;
  text-align: left;
}
.education-communication .education-communication__title {
  margin-bottom: 10px;
}

/* 部署 */
.department-nav {
  padding: 40px 10px;
  margin-bottom: 60px;
  text-align: center;
}
.department-nav .department-nav__lede {
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 138%;
}
.department-nav .department-nav__list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.department-nav .department-nav__list li {
  width: 33%;
  padding: 0 0;
  text-align: center;
}
.department-nav .department-nav__list li a {
  display: block;
}

.department {
  margin-bottom: 80px;
}

.department-content {
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.department-section {
  margin-bottom: 60px;
}
.department-section .department-section__title {
  margin-bottom: 10px;
  font-size: 150%;
  font-weight: bold;
  color: #F6921E;
}

.department-information {
  padding: 60px 0;
}
.department-information .department-information__title {
  background: #2FA677;
  text-align: center;
  font-weight: bold;
  font-size: 188%;
  color: #fff;
}
.department-information .department-information__table {
  width: 100%;
  margin-bottom: 60px;
  text-align: left;
  font-size: 113%;
}
.department-information .department-information__table th, .department-information .department-information__table td {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.department-information .department-information__table th {
  padding-bottom: 0;
}
.department-information .department-information__table td {
  padding-top: 0;
}

.department-information-natural {
  background: #fff;
  padding: 10px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.department-information-natural .department-information-natural__list {
  list-style: none;
}
.department-information-natural .department-information-natural__list li {
  background: url(../img/about/department/sales/ico--circle.svg) left 9px no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
  text-align: left;
}

.department-outro {
  padding: 0 10px;
  margin-bottom: 80px;
}

/* 福利厚生 */
.benefit-system {
  background: url(../img/about/benefit-package/system/bgi--section.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 10px;
}
.benefit-system .benefit-system__title {
  margin-bottom: 20px;
}
.benefit-system .benefit-system-list {
  margin: 0 auto;
  text-align: left;
}
.benefit-system .benefit-system-list section {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.benefit-system .benefit-system-list section h3 {
  margin-bottom: 10px;
}
.benefit-system .benefit-system-list__photo {
  list-style: none;
}
.benefit-system .benefit-system-list__photo li {
  margin-bottom: 20px;
  text-align: center;
}
.benefit-system .benefit-system-list__photo li img {
  display: block;
  margin: 0 auto 10px;
}

.benefit-data {
  padding: 80px 0;
}
.benefit-data .benefit-data__title {
  background: #2FA677;
  text-align: center;
  font-size: 225%;
  color: #fff;
}
.benefit-data .benefit-data__sheet th, .benefit-data .benefit-data__sheet td {
  display: block;
  text-align: left;
}
.benefit-data .benefit-data__sheet th {
  padding-bottom: 0;
}
.benefit-data .benefit-data__sheet td {
  padding-top: 0;
}
.benefit-data .benefit-data__sheet .size-small td, .benefit-data .benefit-data__sheet .size-small th {
  font-size: 75%;
}

/* インタビュー */
.interview-nav {
  list-style: none;
  margin: 0 10px;
}
.interview-nav li {
  margin-bottom: 60px;
}
.interview-nav .interview-nav__lede {
  display: block;
  margin-bottom: 10px;
  line-height: 1.35;
  letter-spacing: -1px;
  font-size: 125%;
  text-align: left;
}
.interview-nav .interview-nav__photo {
  display: block;
}

.interview-nav-btn {
  background: #00A98C url(../img/interview/index/ico--arrow.svg) right 10px center no-repeat;
  padding: 6px 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.interview-catch {
  margin-top: 65px;
}

.interview-section {
  margin-bottom: 60px;
}
.interview-section .interview-section__title {
  padding-bottom: 10px;
  border-bottom: 2px solid #00A98C;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 138%;
}

.other-interview {
  padding: 0 10px;
  margin-bottom: 80px;
}
.other-interview ul {
  margin: 0 auto;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.other-interview li {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}
.other-interview li img {
  display: block;
  margin-bottom: 20px;
}
.other-interview li:last-child {
  margin-right: 0;
}

.interview01-section {
  background: url(../img/interview/interview01/pic--02.jpg) right top no-repeat;
  margin-bottom: 120px;
}
.interview01-section .interview01-section__title {
  margin-bottom: 40px;
  font-size: 200%;
}

.interview02-section {
  background: url(../img/interview/interview02/pic--01.jpg) right top no-repeat;
  min-height: 600px;
  margin-bottom: 120px;
}
.interview02-section .interview02-section__title {
  margin-bottom: 40px;
  font-size: 200%;
}

.interview-photolayout-paragraph {
  /*padding: 25px 0 0 0px;
  overflow: hidden;*/
}

.interview-movie {
  background: #CCE4DC;
  padding: 20px;
  margin-bottom: 60px;
  border-radius: 5px;
  text-align: center;
}
.interview-movie .interview-movie__title {
  font-size: 150%;
  color: #00A98C;
}

/* エントリー */
.entry-flow {
  list-style: none;
  margin: 0 auto 24px;
}
.entry-flow li {
  background: #CCE4DC;
  padding: 10px;
  text-align: left;
  position: relative;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #00A98C;
}
.entry-flow li:after {
  content: " ";
  display: block;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2B8263;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -30px;
  margin-left: -20px;
}
.entry-flow li span {
  background: #2FA677;
  padding: 5px 10px;
  margin: -10px -10px 10px;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.entry-flow li .entry-flow__flowname {
  display: block;
  text-align: center;
  color: #00A98C;
}
.entry-flow li .entry-flow__explanation {
  width: calc(100% - 220px);
  padding: 10px;
}
.entry-flow li:last-child {
  margin-bottom: 0;
  border: 1px solid #F6921E;
}
.entry-flow li:last-child span {
  background: #F6921E;
}
.entry-flow li:last-child .entry-flow__flowname {
  color: #F6921E;
}
.entry-flow li:last-child:after {
  content: none;
}

/*
.entry-flow{
	@extend .clearfix;
	list-style: none;
	margin: 0 auto 80px;
	li{
		background: #CCE4DC;
		padding: 40px 0 20px;
		margin-bottom: 35px;
		text-align: center;
		position: relative;
		font-size: 125%;
		&:after{
			content: ' ';
			display: block;
			border-top: 20px solid #2B8263;
			border-bottom: 20px solid transparent;
			border-left: 20px solid transparent;
			border-right: 20px solid transparent;
			position: absolute;
			bottom: -40px;
			left: 50%;
			margin-left: -20px;
		}
		span{
			background: #2FA677;
			width: 80px;
			display: inline-block;
			padding: 1px 10px;
			box-sizing: border-box;
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -40px;
			font-size: 80%;
			color: #fff;
		}
		&:last-child{
			margin-right: 0;
			font-weight: bold;
			color: #2B8263;
			span{
				background: #2B8263;
			}
			&:after{
				content: none;
			}
		}
	}
}
*/
.entry-nav .entry-nav__title {
  text-align: center;
  font-size: 150%;
}
.entry-nav .entry-nav__list {
  background: #CCE4DC;
  padding: 25px 0;
  margin-left: calc((100% - 98vw) / 2);
  margin-right: calc((100% - 98vw) / 2);
  margin-bottom: 120px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.entry-nav .entry-nav__list li {
  width: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-tel {
  margin: 0 auto 80px;
}
.entry-tel .entry-tel__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 150%;
}
.entry-tel .entry-tel__no {
  padding: 10px 0 20px;
  border-top: 1px dotted #2B3D7F;
  border-bottom: 1px dotted #2B3D7F;
  text-align: center;
}
.entry-tel .entry-tel__time {
  text-align: center;
  margin-top: 15px;
}

.entry-form {
  margin-bottom: 120px;
}
.entry-form .entry-form__title {
  background: #2FA677;
  padding: 5px 0;
  text-align: center;
  font-size: 150%;
  color: #fff;
}

/* よくある質問 */
.faq-category-nav {
  background: #CCE4DC;
  padding: 30px 10px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.faq-category-nav li {
  width: 48%;
  display: block;
  margin-bottom: 30px;
}
.faq-category-nav li a {
  background: #fff;
  border: 1px solid #2FA677;
  padding: 20px 0;
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  color: #2FA677;
}
.faq-category-nav li a.large {
  padding: 8px 0;
}
.faq-category-nav li a:before {
  content: "";
  border-top: 12px solid #2FA677;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -24px;
  margin-left: -6px;
}
.faq-category-nav li a:after {
  content: "";
  border-top: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -23px;
  margin-left: -6px;
}
.faq-category-nav li a:hover {
  background: #2FA677;
  color: #fff;
}
.faq-category-nav li a:hover:after {
  border-top: 12px solid #2FA677;
}

.faq-wrap {
  padding: 40px 0;
  margin-bottom: 80px;
}

.faq-container {
  margin: 0 auto 120px;
}
.faq-container:last-child {
  margin-bottom: 0;
}
.faq-container .faq-container__title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 150%;
  color: #545454;
}

.faq {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 6px;
  text-align: left;
}
.faq dt {
  background: url(../img/faq/bgi--faq-q.svg) left top no-repeat;
  background-size: 50px auto;
  padding: 5px 25px 5px 55px;
  position: relative;
  cursor: pointer;
  font-size: 113%;
}
.faq dt:after {
  content: url(../img/faq/ico--plus.svg);
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 1px;
}
.faq dd {
  display: none;
}
.faq.active {
  background: #CCE4DC;
  padding-bottom: 10px;
}
.faq.active dt:after {
  content: url(../img/faq/ico--minus.svg);
}
.faq.active dd {
  background: #fff;
  padding: 15px;
  margin: 10px;
  display: block;
  border-radius: 6px;
  font-size: 113%;
}

/* スタッフ紹介 */
.staff-department-title {
  margin-bottom: 10px;
  font-size: 150%;
  color: #2FA677;
}
.staff-department-title span {
  font-weight: normal;
  font-size: 62%;
}

.staff-bg {
  padding: 40px 0;
}

.staff {
  margin: 0 auto;
  list-style: none;
}
.staff li {
  position: relative;
  margin-bottom: 40px;
  font-size: 113%;
}
.staff a {
  display: block;
  position: relative;
  text-decoration: none;
}
.staff a .staff__zoom {
  width: 80px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.staff a .staff__layer {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.staff a .staff__layer img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -32px;
}
.staff .staff__zoom--nolink {
  width: 80px;
  position: absolute;
  right: 10px;
  bottom: 76px;
}
.staff .staff__photo {
  display: block;
  margin-bottom: -10px;
  position: relative;
  z-index: 0;
}
.staff .staff__label {
  background: #2FA677;
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.staff .staff__name {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 133%;
}
.staff .staff__name-en {
  font-weight: bold;
  color: #2FA677;
}
.staff.staff-min {
  margin: 0 auto;
  list-style: none;
}
.staff.staff-min li {
  width: 48%;
  margin-bottom: 30px;
  font-size: 78%;
  float: left;
}
.staff.staff-min li:nth-child(odd) {
  clear: both;
}
.staff.staff-min li:nth-child(even) {
  float: right;
}
.staff.staff-min li .staff__name {
  font-size: 109%;
}
.staff.staff-min li .staff__zoom {
  width: 60px;
  position: absolute;
  right: -5px;
  bottom: -8px;
}

.staff-hidden {
  display: none;
}

.staff-detail {
  background: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  text-align: left;
}
.staff-detail .staff-detail__label {
  background: #2FA677;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  color: #fff;
}
.staff-detail .staff-detail__name {
  font-size: 150%;
  margin-bottom: 40px;
}
.staff-detail .detail__data dt {
  font-weight: bold;
  font-size: 113%;
  color: #F6921E;
}
.staff-detail .detail__data dd {
  margin-bottom: 20px;
}

/* サイトマップ */
.sitemap {
  margin: 60px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sitemap ul {
  list-style: none;
}
.sitemap ul li {
  background: url(../img/common/mark/ico--arrow-green.svg) left 11px no-repeat;
  padding-left: 20px;
  margin-bottom: 20px;
}
.sitemap ul ul {
  margin-top: 10px;
}

/* トップページ */
.top-main {
  margin-top: 65px;
  margin-bottom: 40px;
  position: relative;
}
.top-main .top-main__copy {
  position: absolute;
  z-index: 100;
  bottom: 60px;
  left: 20px;
}
.top-main .slick-dots {
  bottom: 10px !important;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.top-main .slick-dots li.slick-active button:before {
  color: #2FA677;
}

.top-underline-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1px;
}
.top-underline-title:after {
  content: " ";
  background: #000;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.top-underline-title span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.top-underline-title span img {
  vertical-align: top;
}

.top-message {
  margin-bottom: 80px;
}
.top-message .top-message__title {
  margin-bottom: 80px;
  text-align: center;
}
.top-message .top-message__outro {
  padding: 20px 10px 25px;
  border: 2px solid #00a98c;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: bold;
}
.top-message .top-message__em {
  font-size: 113%;
  color: #00A98C;
}

.top-interview {
  background: url(../img/index/interview/bgi--section.jpg);
  padding: 30px 0 40px;
  position: relative;
}
.top-interview .top-interview__title {
  margin-bottom: 40px;
}
.top-interview .top-interview__btn {
  background: #fff url(../img/index/interview/ico--arrow.svg) right 20px center no-repeat;
  border: 2px solid #00A98C;
  padding: 15px 0;
  margin: 0 10px;
  border-radius: 7px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 113%;
  color: #00A98C;
}

.top-interview-list {
  background: #fff;
  padding: 10px;
  margin: 0 auto 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: left;
}
.top-interview-list img {
  vertical-align: middle;
}
.top-interview-list span {
  background: #fff;
  padding: 15px;
  border: 2px solid #00A98C;
  margin-left: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 125%;
  font-weight: bold;
}
.top-interview-list span:after {
  content: url(../img/index/interview/pic--balloon.svg);
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -10px;
  z-index: -2;
}
.top-interview-list dt {
  margin-bottom: 30px;
}
.top-interview-list dd {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.top-interview-list dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.top-interview-list .top-interview-list__lede {
  margin-top: -15px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.top-interview-list .top-interview-list__content {
  width: 536px;
}

.top-quality {
  margin: 60px 0 120px;
}
.top-quality .top-quality__title {
  margin-bottom: 30px;
}
.top-quality .top-quality__photo {
  width: 915px;
  margin: 0 auto;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.top-quality-message {
  background: url(../img/index/quality/message/bgi--section.png) left top no-repeat;
  height: 373px;
  padding-left: 311px;
  padding-top: 127px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.top-promise {
  margin-bottom: 100px;
}
.top-promise .top-promise__title {
  margin-top: -160px;
  margin-bottom: 40px;
  text-align: center;
}
.top-promise .top-promise__title span {
  color: #c1272d;
}

.top-promise-bg {
  background: url(../img/index/promise/bgi--section.jpg);
  padding: 120px 10px 40px;
  margin-bottom: 40px;
}

.top-promise-content {
  background: #fff;
  margin: 0 auto 0;
  border-top: 10px solid #00a98c;
  padding: 80px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
}
.top-promise-content .top-promise-content__title {
  padding: 20px 0 20px 50px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 1.74;
  font-size: 125%;
}
.top-promise-content .top-promise-content__title span {
  color: #c1272d;
}
.top-promise-content .top-promise-content__title.top-promise-content__title--01 {
  background: url(../img/sp/index/promise/ico--no-01.svg) 10px center no-repeat;
}
.top-promise-content .top-promise-content__title.top-promise-content__title--02 {
  background: url(../img/sp/index/promise/ico--no-02.svg) 10px center no-repeat;
}
.top-promise-content .top-promise-content__title.top-promise-content__title--03 {
  background: url(../img/sp/index/promise/ico--no-03.svg) 10px center no-repeat;
}
.top-promise-content .top-promise-content__image {
  margin-bottom: 20px;
  position: relative;
}
.top-promise-content .top-promise-content__image .top-promise-content__btn {
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 120px;
}
.top-promise-content .top-promise-content__detail {
  display: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.top-promise-content .top-promise-content__detail.active {
  display: block;
}

.top-promise-lede {
  margin-bottom: 20px;
  font-size: 119%;
  font-weight: bold;
}

.top-promise-off {
  margin: 0 -10px;
  text-align: center;
}
.top-promise-off img {
  border-radius: 0 0 10px 10px;
}

.top-promise-system {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-promise-system .top-promise-system__title {
  font-size: 119%;
}
.top-promise-system .top-promise-system__title img {
  width: 132px;
  margin-right: 5px;
  margin-bottom: 10px;
  float: left;
}
.top-promise-system .top-promise-system__btn {
  background: #fff url(../img/index/interview/ico--arrow.svg) right 10px center no-repeat;
  border: 2px solid #00A98C;
  padding: 15px 0;
  border-radius: 7px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 113%;
  color: #00A98C;
}

.top-navigation {
  background: url(../img/sp/index/navigation/bgi--section.jpg) center top no-repeat;
  padding: 20px 10px 40px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.top-navigation .top-navigation__title {
  margin-bottom: 20px;
}
.top-navigation .top-navigation__text {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 75%;
}
.top-navigation .top-navigation__list {
  margin: 0 auto;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-navigation .top-navigation__list li {
  width: 170px;
  display: inline-block;
  margin: 0 0 40px;
  text-align: center;
}
.top-navigation .top-navigation__list li:nth-child(3) {
  width: 100%;
  margin: 0 auto 40px;
}
.top-navigation .top-navigation__list li img {
  width: 170px;
}

.entry-area-entry {
  background: #0D724B;
  padding: 15px 10px;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}
.entry-area-entry .entry-area-entry-bg {
  background: url(../img/common/item/entry-area/bgi--entry.png) center center no-repeat;
  border-radius: 10px;
  padding: 20px 10px;
}
.entry-area-entry .entry-area-entry__title {
  margin-bottom: 20px;
  line-height: 1px;
}
.entry-area-entry .entry-area-entry__title img {
  vertical-align: top;
}
.entry-area-entry .entry-area-entry__nav {
  list-style: none;
  margin: 0 auto;
}
.entry-area-entry .entry-area-entry__nav li {
  display: inline-block;
  margin: 0 5px;
}
.entry-area-entry .entry-area-entry__nav li a {
  background: url(../img/common/item/entry-area/ico--arrow-green.svg) right 5px center no-repeat;
  display: block;
  padding-right: 25px;
  padding-left: 10px;
  border-bottom: 2px solid #00734a;
  font-size: 113%;
  font-weight: bold;
  text-decoration: none;
  color: #00734a;
}

.top-blog {
  margin: 0 auto 20px;
  list-style: none;
}
.top-blog li {
  padding: 20px 0;
  border-bottom: 1px solid #2FA677;
}
.top-blog li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.top-blog-btn {
  background: #fff url(../img/index/interview/ico--arrow.svg) right 10px center no-repeat;
  border: 2px solid #00A98C;
  padding: 15px 0;
  border-radius: 7px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 113%;
  color: #00A98C;
}

.sns {
  margin-bottom: 40px;
}
.sns ul {
  padding: 20px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sns ul li {
  width: 48%;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 89%;
}

.u-font-size--large {
  font-size: 111%;
}

.u-font-size--semi-large {
  font-size: 125%;
}

.u-font-size--x-large {
  font-size: 133%;
}

.u-font-size--xx-large {
  font-size: 144%;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: #ed1c24;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #00A98C;
}

.u-color-sub {
  color: #83300E;
}

.u-color-crimson {
  color: #A03643;
}

.u-color-orange {
  color: #F6921E;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#E0E0E0));
  background: linear-gradient(transparent 40%, #E0E0E0 100%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #F7931E));
  background: linear-gradient(transparent 60%, #F7931E 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.u-lede {
  background: url(../img/common/item/bgi--lede.svg) center center no-repeat;
  margin-bottom: 60px;
  line-height: 1.75;
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  color: #00A98C;
}

.sp .u-lede {
  margin-bottom: 30px;
  font-size: 150%;
}

.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* 背景の設定 */
.u-bgi-texture, .about-callenge-specialty, .education-bg, .department-nav, .department-information, .benefit-data, .other-interview, .faq-wrap, .staff-bg {
  background: url(../img/common/item/bgi--texture.jpg);
}

/* マージンボトムの設定 */
.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 60px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 80px;
}

.u-margin-bottom--max {
  margin-bottom: 120px;
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=master-sp.css.map */