@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
em, img, q, s, small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button, input, select {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

body {
  font-family: "Times New Roman", Serif;
}

a, a img, button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  font-size: 1.4rem;
  overflow-x: hidden;
  color: #595757;
}

table {
  width: 100%;
  table-layout: fixed;
  line-height: 1.6;
}
table th, table td {
  padding: 1em;
  border: 1px solid #CCC;
  background:#fff;
}
@media screen and (max-width: 800px) {
  table th, table td {
    padding: .8em;
  }
}
table th {
  background-color: #EEE;
  width: 18.24561%;
}
table td {
  width: 41.66667%;
}

a img {
  transition: opacity 0.3s ease-out;
}
a img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
  .spnone{
    display: none;
  }
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.site-header {
  position: absolute;
  width: 100%;
  border-top: #ED1B2E 4px solid;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  /*padding: 0 0 0.1em;*/
}
.site-header:after {
  content: "";
  display: block;
  clear: both;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
@media screen and (max-width: 800px) {
  .site-header {
    box-shadow: none;
    position: fixed;
    top: 0;
  }
}
.site-header .site-header__line {
  background: #ED1B2E;
}
.site-header .site-header__line p {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  color: #fff;
  font-size: .8em;
}
.site-header .site-header__wrapper {
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
  /*padding: 1.6em;*/
  padding: 1.0em 0 0;
}
@media screen and (max-width: 800px) {
  .site-header .site-header__wrapper {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6em;
  }
}
.headerArea {
  position:relative;
  width:100%;
  max-width:1280px;
  margin:0 auto;
}
.site-header .site-header__logo {
  /*padding-right: 2em;*/
  padding-bottom: 1em;
  text-align:center;
}
.site-header .tmpCase {
  position:absolute;
  right:0;
}
@media screen and (max-width: 1024px) {
  .site-header__wrapper.login {
    padding-left:2px;
  }
  .site-header__wrapper.login .site-header__logo {
    flex-grow: 1;
    padding-right: 0;
    text-align:left;
  }
  .site-header__wrapper.login .site-header__logo img {
  }
  .site-header__wrapper.login .tmpCase {
  }
}
@media screen and (max-width: 800px) {
  .site-header .site-header__logo {
    flex-grow: 1;
    padding-right: 0;
    padding-bottom: 0;
  }
  .site-header .site-header__logo img {
    width: 259px;
    vertical-align: top;
  }
  .site-header__wrapper.login {
    padding-left:2px;
  }
  .site-header__wrapper.login .site-header__logo {
    text-align:left;
  }
  .site-header__wrapper.login .tmpCase {
    width:95px;
    top:14%;
  }
}
.site-header .site-header__toggle {
  display: none;
}
@media screen and (max-width: 800px) {
  .site-header .site-header__toggle,
  .site-header .site-header__toggle span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
	
  .site-header .site-header__toggle {
    position: relative;
    width: 45px;
    height: 18px;
    padding: 14px;
    box-sizing: content-box;
    z-index: 1000;

  }
	.site-header__toggle {color: #000000!important;	text-decoration: none;}
	.site-header__toggle p{
		  font-size: 8px;
		  margin-top: 20px;
		text-align: center;
		color: #000000!important;

	  }
  .site-header .site-header__toggle span {
    position: absolute;
    left: 14px;
    width: calc(100% - (14px * 2));
    height: 2px;
    background-color: #000;
  }
  .site-header .site-header__toggle span:nth-of-type(1) {
    top: 14px;
    animation: menu-bar01 0.75s forwards;
  }
  .site-header .site-header__toggle span:nth-of-type(2) {
    top: 22px;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .site-header .site-header__toggle span:nth-of-type(3) {
    bottom: 14px;
    animation: menu-bar02 0.75s forwards;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }
}
@media screen and (max-width: 800px) {
  .site-header .site-header__nav {
    background-color: #fff;
    border-top: #ED1B2E 4px solid;
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    transform: translateY(-100%);
    transition: 0.4s;
    z-index: -1;
  }
  .site-header .site-header__nav.is-active {
    transform: translateY(0);
    z-index: 1;
  }
}
.site-header .site-header__nav ul {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 0;
  background: -moz-linear-gradient(top, #a3a3a3, #3d3d3d);
  background: -webkit-linear-gradient(top, #a3a3a3, #3d3d3d);
  background: linear-gradient(to bottom, #a3a3a3, #3d3d3d);
}
.site-header .site-header__nav ul li {
  padding: 0.2em 0;
  border-left: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .site-header__nav ul li.mainmenu-current {
  background-color: #EE1B2E;
}
.site-header .site-header__nav ul li.mainmenu-current a {
  color: #fff;
}
.site-header .site-header__nav ul li:first-child {
  border-left: none;
}
@media screen and (max-width: 800px) {
  .site-header .site-header__nav ul {
    background:#fff;
    flex-wrap: wrap;
  }
  .site-header .site-header__nav ul li {
    display: block;
    width: 100%;
  }
  .site-header .site-header__nav ul li:nth-child(n+2) {
    border-top: 1px solid #666;
  }
}
.site-header .site-header__nav ul li:nth-child(n+2)::before {
  content: "";
  /*margin: 0 1em;*/
  color: #595757;
}
@media screen and (max-width: 800px) {
  .site-header .site-header__nav ul li:nth-child(n+2)::before {
    display: none;
  }
}
.site-header .site-header__nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 14px 0;
  width: 160px;
  display: inline-block;
  text-decoration: none;
  line-height: 3em;
}
.site-header .site-header__nav ul li a:hover {
  text-decoration: underline;
}
.site-header .site-header__nav ul li a[target] {
  background:url("../images/icon_blank.png") no-repeat right center / 20px;
}
@media screen and (max-width: 800px) {
  .site-header .site-header__nav ul li a {
    display: block;
    padding: 1em;
    color: #595757;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
	  width: 100%;
	  line-height: 1em;
  }
  .site-header .site-header__nav ul li a[target] {
    background:url("../images/icon_blank2.png") no-repeat right center / 20px;
  }
}

/*--------------------------------
  keyframes
--------------------------------*/
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/*==================================================================================================
	メイン
==================================================================================================*/
.site-main {
  background-color: #f5f5f5;
  padding: 0 0 30px;
}

/* サブページ */
.site-main-inner {
  display: flex;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .site-main-inner {
    display: block;
  }
}

.site-bread {
  /*border-top:#DCDCDC 1px solid;*/
  border-bottom: #DCDCDC 1px solid;
  font-size: 1.2rem;
  margin-bottom: 25px;
  padding: 1.6em 0 0.75em 0;
  background: #efefef;
}
.site-bread .site-bread_txt {
  max-width: 1060px;
  margin: 0 auto;
}
.site-bread .site-bread_txt a {
  color: #333333;
}

.site-bread-recruit {
  border-top: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
  font-size: 1.2rem;
  margin-bottom: 25px;
  padding: 0.75em 0;
}
.site-bread-recruit .site-bread_txt {
  max-width: 980px;
  margin: 0 auto;
}
.site-bread-recruit .site-bread_txt a {
  color: #333333;
}

/*==================================================================================================
  コンテンツ(sub)
==================================================================================================*/
.site-contents {
  width: 100%;
  order: 2;
  font-size: 1.4rem;
}

.site-contents-02 {
  width: 100%;
  order: 2;
  font-size: 1.6rem;
}

/*==================================================================================================
  サイドバー（sub）
==================================================================================================*/
.site-sidebar {
  width: 220px;
  margin-right: 20px;
  order: 1;
}
@media screen and (max-width: 800px) {
  .site-sidebar {
    width: 100%;
    margin-right: 0;
  }
}
.site-sidebar .sidebar-nav li {
  position: relative;
}
.site-sidebar .sidebar-nav li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 1.2em;
}
.site-sidebar .sidebar-nav li a:hover {
  color: #ED1B2E;
}
.site-sidebar .sidebar-nav li a::after {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
  float: right;
}
.site-sidebar .sidebar-nav li.current {
  background: #EFEFED;
  border-radius: 6px;
}
.site-sidebar .sidebar-nav li.current a::before {
  position: absolute;
  top: 1.2em;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 20px;
  background: #ED1B2E;
}
.site-sidebar .sidebar-nav li.current a::after {
  color: #ED1B2E;
}

/*==================================================================================================
	フッター
==================================================================================================*/
.site-footer {
  background-color: #eee;
  color: #595757;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .site-footer {
    background-color: #333;
  }
}
.site-footer .scroll-top {
  position: absolute;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .site-footer .scroll-top {
    position: fixed;
    right: 0;
    bottom: 0;
  }
}
.site-footer .scroll-top button {
  position: fixed;
  bottom: 5px;
  right: 5px;
  background-color: #6CA3D4;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1em;
  border: 0;
  opacity: 0.9;
  font-size: 3.0rem;
}
@media screen and (max-width: 800px) {
  .site-footer .scroll-top button {
    transform: translateY(0);
    font-size: 1.2rem;
  }
}
.site-footer .scroll-top button:hover {
  opacity: 0.7;
}
.site-footer .scroll-top button::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.2em;
}
.site-footer .site-footer__nav {
  max-width: 960px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  .pconly {
    display: none !important;
  }
}
.sponly {
  display: none !important;
}
@media all and (max-width: 800px) {
  .sponly {
    display: block !important;
  }
}
.site-footer .site-footer__nav .site-footer__inner {
  text-align: left;
}
.site-footer .site-footer__nav .site-footer__inner li.site-footer__item{
	float: left;
	width: 16%;
	margin-right: 1%;
}
.site-footer .site-footer__nav .site-footer__inner .site-footer__item {
  margin: 0 3%;
}
.site-footer .site-footer__nav .site-footer__inner .site-footer__item dl {
  margin: 30px 0;
}
.site-footer .site-footer__nav .site-footer__inner .site-footer__item dl a {
  color: inherit;
  text-decoration: none;
}
.site-footer .site-footer__nav .site-footer__inner .site-footer__item dl a:hover {
  text-decoration: underline;
}
.site-footer .site-footer__nav .site-footer__inner .site-footer__item dl dt {
  font-weight: bold;
  margin-bottom: 0.8em;
}
.site-footer .site-footer__nav .site-footer__inner .site-footer__item dl dd ul li {
  padding: 0.2em 0;
}
.site-footer .site-footer__nav .site-footer__inner .site-footer__item dl dd ul li::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-footer .site-footer__nav .site-footer__inner .site-footer__item dl dd ul li a {
  padding: 0 1em 0 0.5em;
}
@media screen and (max-width: 800px) {
  .site-footer .site-footer__nav .site-footer__inner .site-footer__item dl li {
    border-bottom: 1px solid #666;
  }
  .site-footer .site-footer__nav .site-footer__inner .site-footer__item dl li a {
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
  }
  .site-footer .site-footer__nav .site-footer__inner .site-footer__item dl li a:hover {
    background-color: #555;
  }
}
.site-footer .site-footer__nav2 {
  background-color: #535353;
}
.site-footer .site-footer__nav2 ul {
  overflow: hidden;
  padding: 1.2em;
}
@media screen and (max-width: 800px) {
  .site-footer .site-footer__nav2 ul {
    padding: 0;
  }
}
.site-footer .site-footer__nav2 ul li {
  display: inline-block;
  margin: 0 3.5em;
}
@media screen and (max-width: 800px) {
  .site-footer .site-footer__nav2 ul li {
    display: block;
    border-bottom: #fff 1px solid;
    margin: 0;
    padding: 1em 0;
  }
}
.site-footer .site-footer__nav2 ul li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .site-footer .site-footer__nav2 ul li a {
    display: block;
  }
}
.site-footer .site-footer__nav2 ul li a:hover {
  text-decoration: underline;
}
.site-footer .site-footer__logo {
  padding: 32px 0 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .site-footer .site-footer__logo {
    padding: 16px 0 4px;
  }
}
.site-footer .site-footer__logo img {
  max-width: 26.31579%;
}
@media screen and (max-width: 800px) {
  .site-footer .site-footer__logo img {
    max-width: 62.5%;
  }
}
.site-footer .site-footer__copy {
  padding: 1em 0;
  background-color: #595757;
  color:#fff;
}
@media screen and (max-width: 800px) {
  .site-footer .site-footer__copy {
    font-size: 1.0rem;
    padding: 1em 0 5em;
  }
}
.site-footer .site-footer__address {
  padding: 1em 0 2em;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .site-footer .site-footer__address {
    font-size: 1.0rem;
    padding: 1em 0 3em;
  }
}

/*==================================================================================================
  パーツ
==================================================================================================*/
.section-body {
  padding: 0 10px;
}

.section-title {
  margin: 0.5em 0 0.3em;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .section-title {
    font-size: 2.2rem;
  }
}
.section-title::after {
  content: "";
  width: 120px;
  height: 2px;
  margin: 2px auto;
  /*background: #595757;*/
  display: block;
  text-align: center;
}

.section-copy {
  margin: 0.5em 0;
  color: #599442;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .section-copy {
    font-size: 1.6rem;
  }
}

.section-description {
  margin: 1.5em 0 2em;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .section-description {
    font-size: 1.2rem;
  }
}

.detail-link {
  margin: 2em 0;
}
@media screen and (min-width: 801px) {
  .detail-link a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
  }
  .detail-link a::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.8em;
    padding: 0 4px;
    border: 1px solid #FFF;
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .detail-link a {
    background-color: #000;
    display: block;
    padding: 1em 4em;
    border-radius: 6px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
  }
  .detail-link a::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.4em;
  }
}

/*==================================================================================================
  2017.03.24 追記
==================================================================================================*/
.ticker__description a {
  color: #FFF;
  text-decoration: none;
}
.ticker__description a:hover {
  text-decoration: underline;
}

.mainmenu-current ul li a:hover {
  background: #F00;
}

.mainmenu-current ul li a:active {
  background: #F00;
}
