@charset "UTF-8";
/* 汎用クラス */
.fr,
.imgR {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgDeco {
  padding: 2px;
  border: 1px solid #E7F7FF;
  background: #FFFFFF;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}

.f-no {
  overflow: hidden;
}

.vM {
  vertical-align: middle;
}

.vB {
  vertical-align: bottom;
}

.oH {
  overflow: hidden;
}

.mL0 {
  margin-left: 0;
}

.mR0 {
  margin-right: 0;
}

.clear {
  clear: both;
}

.yellow_hoso {
  background: linear-gradient(transparent 60%, #FAF1A9 60%);
  font-weight: bold;
}

.has-letter-space-2x {
  letter-spacing: 1em;
}

.sign {
  text-align: right;
}

.bevel_border:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.bevel_border:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* clearfix */
/* Gradient（Linear） */
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

mark {
  background-color: #ff9;
  color: #333;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*
* Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* Prevent margins and paddings from adding or subtracting to the column size 
===================================================*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* #Variable Definitions
================================================== */
/* Grid
================================================== */
/* #Clearing
================================================== */
/* Include clearfix on parent to clear nested columns,
or wrap each row of columns in a @include row */
/* You can also use a @include clear to clear columns */
/*----------------------------------------------------
	Base Style
	if you're importing skeleton.scss,
	you must write it the dimension(w/h) of components.
----------------------------------------------------*/
html {
  background-color: #FFFFFF;
}

body {
  background: #FFFFFF;
  line-height: 1.8;
  color: #333;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

.scale-with-grid {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

header p, article p, article h2, dt, dd, td, ol li {
  background: transparent repeat top center;
  max-height: 100%;
}

/*----------------------------------------------------
	FONT style
----------------------------------------------------*/
/*!
http://g-azami.tumblr.com/
v1.0 | 20140213
License: none (public domain)
*/
.gothic, body, input, textarea {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* ゴシック体 */
.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/* 明朝体 */
html {
  font-size: 62.5%;
}

p, table, dl, li {
  font-size: 16px;
  font-size: 1.6rem;
}

.main p, .main li, .main dl, .main table, .sub p, .sub li {
  font-size: 14px;
  font-size: 1.4rem;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

small {
  font-size: 9px;
  font-size: 0.9rem;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
  text-decoration: underline;
  color: #F8893C;
}
a:visited {
  color: #564038;
}
a:hover {
  text-decoration: none;
  color: #CD4B1F;
}
a:active {
  color: #564038;
}

#global-footer table {
  font-size: 14px;
  font-size: 1.4rem;
}

.yellow_hoso {
  font-size: 17px;
  font-size: 1.7rem;
}

.small-font {
  font-size: 15px;
  font-size: 1.5rem;
}

h2.msg, span.msg {
  color: #A74148;
}

span.msg {
  font-weight: bold;
}

#global-header, #global-footer {
  padding: 45px 0 35px 0;
  position: relative;
}
#global-header h1 img, #global-footer h1 img {
  margin-right: 10px;
}
#global-header .header-inquiry, #global-footer .header-inquiry {
  position: absolute;
  right: 0;
  top: 0;
}
#global-header .header-inquiry p, #global-footer .header-inquiry p {
  float: left;
}
#global-header .header-inquiry .p-tel, #global-footer .header-inquiry .p-tel {
  margin-top: 3px;
  margin-right: 15px;
  line-height: 1.5;
}
#global-header .header-inquiry .p-tel img, #global-footer .header-inquiry .p-tel img {
  vertical-align: top;
}
#global-header .header-inquiry .p-tel span, #global-footer .header-inquiry .p-tel span {
  color: #663300;
  font-weight: bold;
}

#global-footer {
  padding: 35px 0 15px 0;
  background: #F7EFDD;
}
#global-footer .header-inquiry .p-tel02 {
  margin-top: 3px;
  margin-right: 15px;
  line-height: 1.5;
}
#global-footer .header-inquiry .p-tel02 img {
  vertical-align: top;
}
#global-footer .under-footer {
  margin-top: 20px;
  border-top: 1px dashed #918475;
}
#global-footer .under-footer .container {
  padding-top: 15px;
}
#global-footer .under-footer .container .copyright {
  color: #663300;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.inquiry a {
  position: relative;
  padding: 4px 20px;
  background: #F13846;
  display: block;
  border-radius: 5px;
  box-shadow: 0 6px 0 #C1202F;
  border: 2px solid #F13846;
}
.inquiry a img {
  vertical-align: middle;
}
.inquiry a:hover {
  top: 2px;
  box-shadow: 0 4px 0 #D1313D;
  background: #F8535D;
  border: 2px solid #F8535D;
}

.breadcrumb-list {
  margin: 20px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-list li:after {
  content: "＞";
  position: relative;
  margin: 0 10px;
}
.breadcrumb-list li:last-child:after {
  content: none;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container section {
  padding: 50px 0;
  overflow: hidden;
}
.container section p {
  margin-left: 20px;
}

.full h1 img, .main h1 img {
  vertical-align: top;
}
.full .h1-b, .main .h1-b {
  padding-bottom: 20px;
  border-bottom: 1px dashed #7494A6;
  margin-bottom: 35px;
}
.full .h1-g, .main .h1-g {
  padding-bottom: 20px;
  border-bottom: 1px dashed #80A674;
  margin-bottom: 35px;
}
.full .h2-b, .main .h2-b {
  padding: 10px;
  color: #3D7697;
  font-weight: bold;
  background: #e7f7ff;
  margin-bottom: 40px;
}
.full .h2-g, .main .h2-g {
  padding: 10px;
  color: #479913;
  font-weight: bold;
  background: #EDFFE1;
  margin-bottom: 40px;
}
.full .h3-b, .main .h3-b {
  padding-left: 10px;
  color: #3D7697;
  font-weight: bold;
  border-left: 3px solid #65A6CB;
}
.full .h3-g, .main .h3-g {
  padding-left: 10px;
  color: #479913;
  font-weight: bold;
  border-left: 3px solid #87CB65;
}

.full {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.main {
  width: 680px;
  float: right;
  margin-left: 60px;
}

.sub {
  float: right;
  width: 220px;
}
.sub .sub-b {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #87CDF6;
  margin-bottom: 25px;
}
.sub .sub-b img {
  vertical-align: middle;
  height: 22px;
  display: block;
  margin: 0 auto;
}
.sub .sub-g {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #8CD957;
  margin-bottom: 25px;
}
.sub .sub-g img {
  vertical-align: middle;
  height: 22px;
  display: block;
  margin: 0 auto;
}

.gototop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 20;
}

.gototop a {
  display: block;
  border: 1px solid #fefefe;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: rgba(125, 80, 34, 0.9);
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}

.u-prl::after {
  clear: both;
  content: "";
  display: block;
}

.mb20 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 50px;
  border-bottom: 2px solid #dce3e7;
}

.m10 {
  margin-top: 25px;
  margin-bottom: 25px;
}

p.riji-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #479913;
}

p.riji {
  margin: 20px 0 0 0;
}
p.riji span {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 0 20px;
}

.corporative-table {
  margin: 30px 0;
  border: 1px solid #dce3e7;
}
.corporative-table th {
  padding: 25px 105px 25px 20px;
  width: 200px;
  color: #479913;
  background: #EDFFE1;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #dce3e7;
  border-right: 1px solid #dce3e7;
}
.corporative-table td {
  width: 480px;
  padding: 25px 10px;
  border-bottom: 1px solid #dce3e7;
}

.form-table {
  margin: 30px 0;
  border: 1px solid #dce3e7;
}
.form-table th {
  padding: 25px 20px;
  width: 300px;
  color: #3D7697;
  font-weight: bold;
  background: #E7F7FF;
  vertical-align: top;
  border-bottom: 1px solid #dce3e7;
  border-right: 1px solid #dce3e7;
  text-align: left;
}
.form-table td {
  width: 420px;
  padding: 25px 10px;
  border-bottom: 1px solid #dce3e7;
}

.tra-table {
  margin: 5px 20px 20px 20px;
  border: 1px solid #dce3e7;
}
.tra-table th {
  padding: 15px 20px;
  width: 200px;
  color: #479913;
  background: #EDFFE1;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #dce3e7;
  border-right: 1px solid #dce3e7;
}
.tra-table td {
  width: 200px;
  padding: 15px 20px;
  border-bottom: 1px solid #dce3e7;
}

.link-list {
  padding-bottom: 40px;
  border-bottom: 2px solid #dce3e7;
}
.link-list li {
  display: inline-block;
  margin-right: 40px;
}
.link-list li a {
  padding-left: 18px;
  position: relative;
}
.link-list li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #CD7E2F;
  border-right: 2px solid #CD7E2F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
}

.job-div_b, .job-div_b02, .job-div_g {
  margin: 50px 0;
}
.job-div_b table, .job-div_b02 table, .job-div_g table {
  margin: 30px 0;
  border: 1px solid #dce3e7;
}
.job-div_b table th, .job-div_b02 table th, .job-div_g table th {
  padding: 25px 20px;
  width: 140px;
  color: #3D7697;
  text-align: left;
  font-weight: bold;
  background: #E7F7FF;
  vertical-align: top;
  border-bottom: 1px solid #dce3e7;
  border-right: 1px solid #dce3e7;
}
.job-div_b table td, .job-div_b02 table td, .job-div_g table td {
  width: 180px;
  padding: 25px 20px;
  border-bottom: 1px solid #dce3e7;
  border-right: 1px solid #dce3e7;
}
.job-div_b table td ul li, .job-div_b02 table td ul li, .job-div_g table td ul li {
  display: table;
}
.job-div_b table td ul li:before, .job-div_b02 table td ul li:before, .job-div_g table td ul li:before {
  content: "★";
  margin-right: 5px;
  color: #3D7697;
  display: table-cell;
}
.job-div_b table tr td:nth-child(3), .job-div_b02 table tr td:nth-child(3), .job-div_g table tr td:nth-child(3) {
  background-color: #F1FAFF;
  background-image: linear-gradient(-45deg, #fff 25%, #F1FAFF 25%, #F1FAFF 50%, #fff 50%, #fff 75%, #F1FAFF 75%, #F1FAFF);
  background-size: 5px 5px;
}
.job-div_b table tr:first-child td, .job-div_b02 table tr:first-child td, .job-div_g table tr:first-child td {
  background: #F1FAFF;
  font-weight: bold;
}
.job-div_b .inquiry a, .job-div_b02 .inquiry a, .job-div_g .inquiry a {
  width: 196px;
  margin: 0 auto;
}

.job-div_b02 table th {
  width: 140px;
}
.job-div_b02 table td {
  width: 270px;
}

.job-div_g table th {
  color: #479913;
  background: #EDFFE1;
}

.sub_link-list li, .sub_link-list_g li, .sub_link-list_gh li {
  padding-bottom: 15px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #87CDF6;
  position: relative;
}
.sub_link-list li a, .sub_link-list_g li a, .sub_link-list_gh li a {
  padding-left: 18px;
  font-weight: bold;
}
.sub_link-list li a:link, .sub_link-list_g li a:link, .sub_link-list_gh li a:link {
  text-decoration: none;
  color: #3D7697;
}
.sub_link-list li a:visited, .sub_link-list_g li a:visited, .sub_link-list_gh li a:visited {
  color: #564038;
}
.sub_link-list li a:hover, .sub_link-list_g li a:hover, .sub_link-list_gh li a:hover {
  text-decoration: underline;
  color: #CD4B1F;
}
.sub_link-list li a:active, .sub_link-list_g li a:active, .sub_link-list_gh li a:active {
  color: #564038;
}
.sub_link-list li a:before, .sub_link-list_g li a:before, .sub_link-list_gh li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4A91BE;
  border-right: 2px solid #4A91BE;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
}

.sub_link-list_g li {
  border-bottom: 1px dashed #A6F687;
}
.sub_link-list_g li a:link {
  color: #479913;
}
.sub_link-list_g li a:before {
  border-top: 2px solid #4ABE55;
  border-right: 2px solid #4ABE55;
}

.voice-ul {
  clear: both;
  margin-bottom: 50px;
}
.voice-ul li {
  border-right: 1px solid #fff;
  font-weight: bold;
  float: left;
  position: relative;
  margin: 10px 0 40px 0;
}
.voice-ul li a {
  display: block;
  font-size: 18px;
  width: 339px;
  background: url("../images/share/arrow03.png") no-repeat top left #FEE5AD;
  height: 150px;
  padding: 20px 30px;
}
.voice-ul li a span {
  font-size: 24px;
}
.voice-ul li a img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.voice-ul li a:link {
  color: #066094;
  text-decoration: none;
}
.voice-ul li a:hover {
  background: url("../images/share/arrow04.png") no-repeat top left #FECE64;
  text-decoration: none;
  color: #C1202F;
}

.senior-title {
  margin-bottom: 30px;
  font-weight: bold;
  width: 680px;
  height: 350px;
  position: relative;
}
.senior-title .s-title {
  position: absolute;
  top: 50px;
  left: 260px;
  font-size: 29px;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
  color: #2D587D;
}
.senior-title .s-person {
  position: absolute;
  top: 260px;
  right: 50px;
  font-size: 22px;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
  color: #2D587D;
}

.senior-title02 {
  margin-bottom: 30px;
  font-weight: bold;
  width: 680px;
  height: 350px;
  position: relative;
}
.senior-title02 .s-title {
  position: absolute;
  top: 50px;
  left: 45px;
  font-size: 29px;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
  color: #2D587D;
}
.senior-title02 .s-person {
  position: absolute;
  top: 260px;
  right: 270px;
  font-size: 22px;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);
  color: #2D587D;
}

.senior-p {
  margin: 20px 0 30px 0;
  overflow: hidden;
}
.senior-p span {
  overflow: hidden;
  display: block;
}

.senior01 {
  background: url("../images/voice/siroyama-main.jpg") no-repeat top left;
}

.senior02 {
  background: url("../images/voice/shimizu-main.jpg") no-repeat top left;
}

.senior03 {
  background: url("../images/voice/nakajima-main.jpg") no-repeat top left;
}

.senior04 {
  background: url("../images/voice/tamura-main.jpg") no-repeat top left;
}

.senior05 {
  background: url("../images/voice/marushita-main.jpg") no-repeat top left;
}

.senior06 {
  background: url("../images/voice/ikemoto-main.jpg") no-repeat top left;
}

.h3-p {
  margin-top: 20px;
  margin-bottom: 45px;
}

.tel-p {
  margin-right: 20px;
}

.tra-h4 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #479913;
  margin: 0 20px;
}
.tra-h4:before {
  content: "<";
}
.tra-h4:after {
  content: ">";
}

.tel-span {
  margin-top: 10px;
  display: block;
  text-align: center;
  padding: 20px;
  border: dotted 2px #65A6CB;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #3D7697;
}

/* IE10以降 */
@media all and (-ms-high-contrast: none) {
  .sub_link-list li a:before, .sub_link-list_g li a:before, .sub_link-list_gh li a:before {
    top: 5px;
  }
}
/* IE11だけに適用 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop li a:before, .sub_link-list li a:before, .sub_link-list_g li a:before, .sub_link-list_gh li a:before {
    top: 5px;
  }
}
.cor-ul, .sitemap__list, .cor-ul--na {
  margin: 20px 40px 0 40px;
}
.cor-ul li, .sitemap__list li, .cor-ul--na li {
  margin-bottom: 10px;
}

.cor-ul li:before, .sitemap__list li:before {
  position: relative;
  top: 1px;
  margin-right: 5px;
  content: url("../images/share/arrow-g.png");
}

.sitemap__list {
  font-size: 0px;
  font-size: 0rem;
}
.sitemap__list a {
  text-decoration: none;
}
.sitemap__list a:hover {
  text-decoration: underline;
}
.sitemap__list > li {
  font-size: 14px;
  font-size: 1.4rem;
}
.sitemap__list-sub {
  padding-left: 1em;
}
.sitemap__list-sub > li:before {
  content: "－";
}
.sitemap__list-sub > li:last-child {
  margin-bottom: 1.5em;
}

.concept {
  margin: 20px 0px;
  background: url("../images/corporative/concept-bg.jpg") left 100px no-repeat;
  width: 680px;
  height: 800px;
}
.concept div {
  margin: 70px 70px 20px 70px;
}
.concept p {
  text-align: center;
  color: #479913;
  font-weight: bold;
}

#personal {
  display: none;
  background: #EDFFE1;
  border: #D1FFB1 1px solid;
  padding: 20px 0;
  margin: 0 10px;
}
#personal p {
  margin: 0 20px;
}
#personal ol {
  margin: 0 20px;
}
#personal ol li {
  list-style: decimal inside;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#personal ol li span {
  margin: 0 20px;
  display: block;
  font-weight: 400;
}

.caution {
  color: #F13846;
}

/*----------------------------------------------------
	Navigation Module
----------------------------------------------------*/
.g-nav {
  border-top: 1px dashed #DBDBDB;
  position: relative;
  border-bottom: 4px solid #fd9fce;
}
.g-nav:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 50%;
  height: 4px;
  background-color: #ffbbdd;
}
.g-nav .g-nav__list {
  overflow: hidden;
}
.g-nav .g-nav__list .g-nav__list_item {
  float: left;
  font-size: 16px;
  margin-right: 76px;
}
.g-nav .g-nav__list .g-nav__list_item a {
  display: inline-block;
  padding: 18px 0 26px 0;
  position: relative;
  border-bottom: 4px solid transparent;
}
.g-nav .g-nav__list .g-nav__list_item a:hover {
  background-color: transparent;
  /* IE6対応 */
}
.g-nav .g-nav__list .g-nav__list_item a:hover img {
  visibility: hidden;
}
.g-nav .g-nav__list .g-nav__list_item a.active {
  background-color: transparent;
  /* IE6対応 */
}
.g-nav .g-nav__list .g-nav__list_item a.active img {
  visibility: hidden;
}
.g-nav .g-nav__list .l-nav_home {
  background: url("../images/share/nav/top_on.png") no-repeat left 29px;
}
.g-nav .g-nav__list .l-nav_fresher {
  background: url("../images/share/nav/fresher_on.png") no-repeat left 29px;
}
.g-nav .g-nav__list .l-nav_fresherkaigo {
  background: url("../images/share/nav/fresherkaigo_on.png") no-repeat left 18px;
}
.g-nav .g-nav__list .l-nav_fresherhoiku {
  background: url("../images/share/nav/fresherhoiku_on.png") no-repeat left 18px;
}
.g-nav .g-nav__list .l-nav_mid {
  background: url("../images/share/nav/mid_on.png") no-repeat left 29px;
}
.g-nav .g-nav__list .l-nav_senior {
  background: url("../images/share/nav/senior_on.png") no-repeat left 29px;
}
.g-nav .g-nav__list .l-nav_qa {
  background: url("../images/share/nav/qa_on.png") no-repeat left 29px;
}
.g-nav .g-nav__list .l-nav_voice {
  background: url("../images/share/nav/voice_on.png") no-repeat left 29px;
}
.g-nav .g-nav__list .l-nav_training {
  background: url("../images/share/nav/training_on.png") no-repeat left 29px;
}
.g-nav .g-nav__list .l-nav_corporative {
  background: url("../images/share/nav/corporative_on.png") no-repeat left 29px;
  margin-right: 0;
}

.footer-nav li {
  float: left;
  margin-right: 20px;
}
.footer-nav li a {
  padding-left: 18px;
  position: relative;
}
.footer-nav li a:link {
  text-decoration: underline;
  color: #663300;
}
.footer-nav li a:visited {
  color: #564038;
}
.footer-nav li a:hover {
  text-decoration: none;
  color: #CD4B1F;
}
.footer-nav li a:active {
  color: #564038;
}
.footer-nav li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #918475;
  border-right: 2px solid #918475;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
}

form {
  margin-bottom: 2rem;
}

fieldset {
  margin-bottom: 2rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #507697;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  color: #333;
  margin: 0;
  width: 300px;
  max-width: 100%;
  display: block;
}

select {
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #F8893C;
  color: #333;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-weight: bold;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
  color: #333;
}

#inq-submit {
  margin: 20px 0;
  text-align: center;
}

/*----------------------------------------------------
	Button Style
----------------------------------------------------*/
.btn {
  background: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
  background: -moz-linear-gradient(top, #fefefe, #e6e6e6);
  background: -o-linear-gradient(#fefefe, #e6e6e6);
  background: linear-gradient(#fefefe, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6');
  zoom: 1;
  padding: 10px 20px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  color: #333;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
}
.btn:hover {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#E6E6E6));
  background: -moz-linear-gradient(top, #f6f6f6, #E6E6E6);
  background: -o-linear-gradient(#f6f6f6, #E6E6E6);
  background: linear-gradient(#f6f6f6, #E6E6E6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#E6E6E6');
  zoom: 1;
  border-color: #EDFFE1;
  color: #333;
}
.btn:disabled {
  opacity: .5;
}

p#personal_information {
  margin-left: 0;
}

p.personal_information {
  margin: 30px 0;
  font-size: 21px;
  font-size: 2.1rem;
  background: #EDFFE1;
  padding: 5px 10px;
  border: 5px #D1FFB1 solid;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  color: #3F9607;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.7s ease 0s;
}
p.personal_information:hover {
  opacity: 0.65;
}
p.personal_information:before {
  text-decoration: none;
  content: url("../images/entry/bn-before.png");
  margin-right: 10px;
  font-weight: bold;
  position: relative;
  top: 4px;
}
p.personal_information span {
  text-decoration: underline;
}

p.personalactive:before {
  content: url("../images/entry/bn-after.png");
}

/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eee;
  /* Old browsers */
  background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #eee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: #eee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 10px 20px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  background: #ddd;
  /* Old browsers */
  background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */
  background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: #ddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #666;
  background: #ccc;
  /* Old browsers */
  background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */
  background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */
  background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */
  background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */
  background: #ccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*----------------------------------------------------
	z-index
----------------------------------------------------*/
.is-hidden {
  visibility: hidden;
}

.contents-job {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.5, #ca366a), color-stop(0.5, #d99b9c));
  background: -webkit-linear-gradient(left, #d99b9c 50%, #ca366a 50%);
  background: -moz-linear-gradient(left, #d99b9c 50%, #ca366a 50%);
  background: -o-linear-gradient(left, #d99b9c 50%, #ca366a 50%);
  background: -ms-linear-gradient(left, #d99b9c 50%, #ca366a 50%);
  background: linear-gradient(to right, #d99b9c 50%, #ca366a 50%);
}
.contents-job .container {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.25, #ca366a), color-stop(0.25, #d99b9c));
  background: -webkit-linear-gradient(left, #d99b9c 25%, #ca366a 25%);
  background: -moz-linear-gradient(left, #d99b9c 25%, #ca366a 25%);
  background: -o-linear-gradient(left, #d99b9c 25%, #ca366a 25%);
  background: -ms-linear-gradient(left, #d99b9c 25%, #ca366a 25%);
  background: linear-gradient(to right, #d99b9c 25%, #ca366a 25%);
}
.contents-job .container section {
  padding: 40px 0 0 0;
}
.contents-job .container section h2 {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.3;
  margin: 0 0 18px 40px;
}
.contents-job .container section .midcareer-recruit {
  position: absolute;
  right: 30%;
  text-align: center;
}

.job-ul {
  overflow: hidden;
}
.job-ul li {
  float: left;
}
.job-ul li a:hover {
  opacity: 0.65;
}

.info-b_ul > li {
  width: 240px;
  height: 284px;
  text-align: center;
  float: left;
  position: relative;
}
.info-b_ul > li:first-child {
  background: url("../images/index/corporative_bg.jpg") no-repeat top left;
}
.info-b_ul > li:nth-child(2) {
  background: url("../images/index/training_bg.jpg") no-repeat top left;
}
.info-b_ul > li:nth-child(3) {
  background: url("../images/index/qa_bg.jpg") no-repeat top left;
}
.info-b_ul > li:nth-child(4) {
  background: url("../images/index/entry_bg.jpg") no-repeat top left;
}
.info-b_ul > li:first-child img, .info-b_ul > li:nth-child(2) img, .info-b_ul > li:nth-child(3) img, .info-b_ul > li:nth-child(4) img {
  position: relative;
  top: 57%;
  display: block;
  margin: 0 auto;
}
.info-b_ul > li:first-child ul, .info-b_ul > li:nth-child(2) ul, .info-b_ul > li:nth-child(3) ul, .info-b_ul > li:nth-child(4) ul {
  position: relative;
  top: 58%;
}
.info-b_ul > li:first-child ul li:before, .info-b_ul > li:nth-child(2) ul li:before, .info-b_ul > li:nth-child(3) ul li:before, .info-b_ul > li:nth-child(4) ul li:before {
  position: relative;
  content: url("../images/share/arrow-w.png");
  top: 2px;
  margin-right: 5px;
}
.info-b_ul > li:nth-child(3) ul li:before, .info-b_ul > li:nth-child(4) ul li:before {
  content: url("../images/share/arrow-w.png");
}
.info-b_ul a {
  color: #fff;
  text-decoration: none;
}
.info-b_ul a:visited {
  color: #fff;
}
.info-b_ul a:hover {
  text-decoration: underline;
}

#news {
  width: 100%;
  height: 100%;
  border: #984807 3px solid;
  margin: 0 0 50px 0;
  background: url(../images/index/arrow.jpg) no-repeat left top #fff;
}
#news dt {
  margin: 0 40px 5px;
}
#news dt img {
  vertical-align: middle;
}
#news dd {
  margin: 0px 40px 10px 40px;
}
#news dd:before {
  content: url("../images/index/news-before.png");
  position: relative;
  margin-right: 10px;
  top: 1px;
}

#news02 {
  width: 100%;
  height: 100%;
  border-left: 3px solid #CDEFB7;
  border-right: 3px solid #B8DEF0;
  margin: 0;
  background: url(../images/share/arrow.png) no-repeat 0px 3px #fff;
}
#news02 dt {
  margin: 5px 40px;
}
#news02 dt img {
  vertical-align: middle;
}
#news02 dd {
  margin: 0px 40px 10px 40px;
}
#news02 dd:before {
  content: url("../images/index/news-before.png");
  position: relative;
  margin-right: 10px;
  top: 1px;
}

#news02:before,
#news02:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#CDEFB7), to(#B8DEF0));
  background: -moz-linear-gradient(left, #CDEFB7, #B8DEF0);
  background: linear-gradient(left, #CDEFB7, #B8DEF0);
}

.hnnr-01 {
  float: right;
  margin-top: -70px;
}

.hnnr-02 {
  float: right;
  margin-top: -30px;
}

.hnnr-03 {
  float: right;
}

.q-lists,
.a-lists {
  margin-left: 20px;
}

.q-lists .q-list {
  margin-bottom: 10px;
}

.a-lists .a-list {
  margin-bottom: 45px;
}
.a-lists .a-list .question {
  font-weight: bold;
  color: #479913;
  position: relative;
  padding: 0.25em 0;
}
.a-lists .a-list .question::after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #479913, transparent);
  background: linear-gradient(to right, #479913, transparent);
}
.a-lists .a-list .answer {
  margin-top: 10px;
  margin-left: 20px;
  text-indent: -30px;
  padding-left: 30px;
}
.a-lists .a-list .answer .ip14 {
  text-indent: -14px;
  padding-left: 14px;
}
.a-lists .a-list .answer > ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
.a-lists .a-list .answer > ul > li {
  text-indent: -14px;
  padding-left: 14px;
}
.a-lists .a-list .answer > ul > li > ul {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
}

.u-image {
  width: 160px;
  margin-left: 30px;
  margin-top: -50px;
}

.container section p.gra-title {
  margin-left: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.container section p.gra-title.kaigoshi {
  color: #479913;
}
.container section p.gra-title.hoikushi {
  color: #c18f00;
}

.full .h1-gh, .main .h1-gh {
  padding-bottom: 20px;
  border-bottom: 1px dashed #c18f00;
  margin-bottom: 35px;
}
.full .h2-gh, .main .h2-gh {
  padding: 10px;
  color: #c18f00;
  font-weight: bold;
  background-color: #ffefc1;
  margin-bottom: 40px;
}
.full .h3-gh, .main .h3-gh {
  padding-left: 10px;
  color: #c18f00;
  font-weight: bold;
  border-left: 3px solid #c18f00;
}

.job-images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
}
.job-images .job-image {
  display: block;
  width: 220px;
  height: 200px;
  object-fit: contain;
}

.btn_job {
  margin: 24px 0;
  padding: 10px;
}
.btn_job.kaigoshi {
  border: double 6px #52b016;
  background-color: #EDFFE1;
}
.btn_job.kaigoshi a {
  color: #479913;
}
.btn_job.hoikushi {
  border: double 6px #c18f00;
  background-color: #ffefc1;
}
.btn_job.hoikushi a {
  color: #c18f00;
}
.btn_job a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}
.btn_job a:hover {
  color: #e52405;
}

.btn_about {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
.btn_about a {
  font-size: 20px;
  font-weight: bold;
  color: #7d5022;
  text-decoration: none;
  background-color: #f2b60a;
  border-radius: 5px;
  padding: 8px 20px;
  box-shadow: 0 6px 0 #a97f07;
  position: relative;
}
.btn_about a:hover {
  top: 2px;
  background-color: #f7c638;
  box-shadow: 0 4px 0 #a97f07;
}

.cor-ul li.hoikushi:before, .sitemap__list li.hoikushi:before {
  position: relative;
  top: 1px;
  margin-right: 5px;
  content: url("../images/share/arrow-gh.png");
}

.sub {
  float: right;
  width: 220px;
}
.sub .sub-gh {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #f4b500;
  margin-bottom: 25px;
}
.sub .sub-gh img {
  vertical-align: middle;
  height: 22px;
  display: block;
  margin: 0 auto;
}

.sub_link-list_gh li {
  border-bottom: 1px dashed #dba200;
}
.sub_link-list_gh li a:link {
  color: #c18f00;
}
.sub_link-list_gh li a:before {
  border-top: 2px solid #dba200;
  border-right: 2px solid #dba200;
}

/*----------------------------------------------------
	メディア別スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}

/*# sourceMappingURL=style.css.map */
