@charset "utf-8";
/*
* Theme Name: 株式会社フィットテック
* Author: haco design
*/

/*-------------------------------------
normalize
------------------------------------- */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

a:hover {
  cursor: pointer;
}

/* 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;
  max-width: 100%;
}

/**
 * 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;*/
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}
::-moz-placeholder {
  color: #b3b3b3;
}
:-ms-input-placeholder {
  color: #b3b3b3;
}

/**
 * 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;
}

select {
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: 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"], /* 1 */
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"] {
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -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;
}

/*-------------------------------------
bace
------------------------------------- */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  min-height: 100%;
  font-size: 10px;
}
body {
  font-family: 'Noto Sans JP', YuGothic, "Yu Gothic", sans-serif;
  color: #231815;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: 'palt' 1; // for Android 4.4
  font-feature-settings: 'palt' 1;
  font-size: 1.6em;
}

p{
  font-family: 'Noto Sans JP', YuGothic, "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: 'palt' 1; // for Android 4.4
  font-feature-settings: 'palt' 1;
  font-size: 1.5rem;
  line-height: 1.8;
}

h1,h2,h3,h4,h5,h6{
  -webkit-font-feature-settings: 'palt' 1; // for Android 4.4
  font-feature-settings: 'palt' 1;
}

b,strong{
-webkit-font-feature-settings: 'palt' 1; // for Android 4.4
font-feature-settings: 'palt' 1;
}


ul,ol{
  padding: 0;
}

ul li,
ol li{
  list-style-position: inside;
  font-size: 1.5rem;
  margin-bottom: .3em;
  color: #333;
}

ul li{
  list-style-type: none;
}

table{
  width: 100%;
  color: #333;
}

table th,
table td{
border: 1px solid #dac9ba;
font-size: 1.5rem;
font-weight: normal;
padding: .4em .6em;
}

table th{
text-align: left;
background: #f3eee9;
}

table table{
  margin-bottom: 5px;
}

dl dt,
dl dd{
  color: #333;
}

img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  height: auto;
}
.clear {
  clear: both;
}

::selection {
    background: rgba(54,134,178,0.5);
}

/* リンク設定
---------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}
a:hover, a:active {
  transition: opacity .15s;
  -webkit-transition: opacity .15s;
  -moz-transition: opacity .15s;
  -o-transition: opacity .15s;
  outline: none;
  color: #ed6d34;
}


a.moreBtn {
  border: 2px solid #1d3d4b;
  font-family: 'Noto Sans JP', YuGothic, "Yu Gothic", sans-serif;
  color: #1d3d4b;
  font-size: 1.2rem;
  height: 40px;
  line-height: 34px;
  width: 7.0em;
  display: inline-block;
}
a.moreBtn:hover {
  opacity: 0.8;
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
}

a img:hover, a img:active {
  transition: opacity .15s;
  -webkit-transition: opacity .15s;
  -moz-transition: opacity .15s;
  -o-transition: opacity .15s;
}

a img:hover{
  opacity: 0.8;
-moz-opacity: 0.8;
-webkit-opacity: 0.8;
}

small{
  font-size: 0.9em;
}


/* フォーム
---------------*/
input[type="text"], input[type="email"], input[type="tel"], textarea {
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
}
textarea {
  height: auto;
  line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 4px 14px;
  border: 0;
  line-height: 1.5;
  font-size: 100%;
  color: #fff;
  background: #3686b2;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
}
*:first-child+html input[type="submit"] {
  padding: 3px;
}

input[type="text"],
textarea{
  width: 100%;
  margin: 0;
}

input#formPostcode{
  width: 7em;
}


label + input[type="radio"],
label + label {
    margin-left: 1em;
}

input[type="radio"]{
    margin-right: .25em;
}

form .require{
  font-size: .85em;
  line-height: 1;
  background-color: #c1272d;
  display: inline-block;
  padding:.2em .25em .25em .2em;
  color: #fff;
  margin-right: .25em;
}


form{
  text-align: left;
}

form table{
  width: 100%;
  font-size: 1.5rem;
  margin:0 0 30px 0;
}
form table td .memo{
  font-size: 13px;
  line-height: 1.4;
}

form table td strong{
  color: #c1272d;
  font-weight: normal;
}

form td .formAdressSection{
  margin-bottom: .5em;
}

form td .formAdressSection:first-child{
  border-bottom:1px dotted #dac9ba;
  padding-bottom: .5em;
}


form td .formAdressSection:last-child{
  margin-bottom: 0;
}

form table th,
form table td{
  padding: .75em;
}

form table th{
  font-weight: normal;
  width: 40%;
}

form table td{
  width: 60%;
}

form .formBtn{
  padding: 30px 0;
  border-top: 1px solid #DAC9BA;
  border-bottom: 1px solid #DAC9BA;
  margin-top: 40px;
}
input.contactSeiMei {
  width: 140px;
  margin: 0 0.5em;
}


/*-------------------------------------
レイアウト
------------------------------------- */

.wrapper, .wrapperInner{
  margin: 0 auto;
}
.wrapper {
  overflow: hidden;
}
.wrapperInner {
  max-width: 1100px;
}

.youtube{
  height: 0;
  overflow: hidden;
  padding-bottom: calc(315 / 560 * 100%);
  position: relative;
}
.youtube iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* ヘッダー
---------------*/

#header {
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.headerInner {
  width: 1100px;
  margin: 0 auto;
}
#header h1 {
  font-size: 1.4rem;
  margin: 4 0;
  padding: 0;
}
#header h2 {
  margin: 4px 0;
}
.headerLogo { 
}
.headerLogoRight {
  text-align: right;
}
a.headerCnt {
  color: #fff;
  background: #3686b2;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.75em 2.0em;
  line-height: 1.0;
}
a.headerCnt::before {
  content: url(img/icon_mail.svg);
  vertical-align: text-top;
  margin-right: 0.25em;
}
.headerGnavArea {
  padding-top: 30px;
}
.headerGnavArea ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.headerGnavArea ul li {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  border-left: 1px solid #000;
}
.headerGnavArea ul li:last-child {
  border-right: 1px solid #000;
}
.headerGnavArea ul li a {
  display: block;
  width: 100%;
}



/*---------------*/
/* パンくずリスト(プラグイン)


---------------*/
.breadcrumbs{
  width: 1200px;
  font-size: 1.3rem;
  padding: 0.5em 0 0 0;
  margin: 0 auto;
}

.breadcrumbs a{
  color: #666;
}
.breadcrumbs a.home {}
.breadcrumbs a.home::before {
  font-family: 'icomoon';
  content: "\e900";
  color: #208e6e;
  margin-right: 0.25em;
}
.breadcrumbsArrow {
  margin-right: 0.5em;
  margin-left: 0.5em;
  color: #999;
}
i.icon-chevrons-right.bc {
    margin: 0 .25em;
}



/* フッター
---------------*/

#footer{
  width: 100%;
  background: url(img/bg_footer.jpg) no-repeat center bottom;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
#footer .wrapperInner {
  width: 1100px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.footerInner {
  text-align: center;
}
.fLogo {
  margin-bottom: 36px;
}
.fLogo img {
  width: 550px;
  position: relative;
  left: -20px;
}
.fCnt a {
  color: #fff;
  background: #3686b2;
  font-size: 2.4rem;
  display: inline-block;
  padding: 1.0em 2.0em;
  line-height: 26px;
}
.fCnt a::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 30px;
  background: url(img/icon_mail.svg) no-repeat center top;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  margin-right: 0.25em;
  vertical-align: bottom;
}
.footerNav {
  margin-bottom: 420px;
}
.footerNav ul {
  margin: 20px 0;
}
.footerNav li {
  font-size: 1.2rem;
  color: #fff;
  display: inline;
}
.footerNav li a {
  display: inline-block;
  padding: 0 1.0em;
  border-right: 1px solid #000;
}
.footerNav ul li:last-child a {
  border-right: none;
}
.footerCopy {
  background: #1d3d4b url(img/img_footer_fittech.svg) no-repeat 50% 50%;
  padding: 10px 0;
}
.footerCopy p {
  text-align: right;
  font-size: 1.0rem;
  align-self: flex-end;
  line-height: 1;
  color: #fff;
}


/*-------------------------------------
トップページ
------------------------------------- */

/* トップ 共通
---------------*/

.topContent {
  padding: 80px 0 0 0;
}
.topContent .wrapperInner{
  padding: 0px
}

.bgGreen {
  background: #f0f8f1;
}

.bgOrg {
  background: #fff6e9;
}

.bgBlack{
  background: #0f0514
}

.topContentTit {
  margin-bottom: 25px;
}
.topContentTit h2{
  font-size: 2.8rem;
  color: #231815;
  text-align: center;
  letter-spacing: 0.5em;
  font-weight: bold;
  margin: 0 0 0 0;
}
.moreLink {
  padding: 30px;
  text-align: center;
}




/*　TOPスライド
---------------*/

#topSlidePc{
  position: relative;
  width: 100%;
  height: 630px;
  background: url(img/img_main.jpg) no-repeat center top;
  background-size: cover;
  background-position: top center;
  margin: 220px 0 60px 0;
}

.topBnr {
  max-width: 800px;
  margin: 20px auto 60px auto;
  text-align: center;
}

.topAtt {
  padding: 0 5%;
  color: #1d3d4b;
  width: 100%;
  text-align: center;
  margin-bottom: 160px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.topAtt p.topAttTit {
  color: #ed6d34;
  border: 2px solid #ed6d34;
  display: inline-block;
  padding: 1.0em 2.0em;
  font-size: 2.0rem;
  line-height: 1.0;
}
.topAtt p {
  font-size: 1.6rem; 
}
.topAtt p span {
  font-weight: bold;
}

.topNotice {
  margin-bottom: 100px;
}
.topNotice .wrapperInner {
}
.topNoticeInner {
  border-top: 2px solid #1d3d4b;
  border-bottom: 2px solid #1d3d4b;
  padding: 30px 0;
}
.topNotice {}

.topNotice li {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2.0em;
  position: relative;
  margin-left: 100px;
}
.noticeDate {
  font-size: 1.4rem;
  font-weight: normal;
  /* float: left; */
  /* margin-right: 2.0em; */
  padding: 2px;
  position: absolute;
  top: 0px;
  left: -100px;
}
span.news {
  background: #ed6d34;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.5em 1.0em;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  /* margin-left: 1.0em; */
  line-height: 1.2;
  margin-right: 1.0em;
}
.topNotice li a {
  color: #005CAF;
  text-decoration: underline;
}
.topNewsAbout {
  background: url(img/bg_fittech.png) no-repeat left -210px top 50%, url(img/bg_fittech_02.jpg) no-repeat right bottom;
}
.topAbout {
  background: url(img/bg_staff_03.jpg) no-repeat right 100px top, url(img/bg_staff_04.jpg) no-repeat left 100px bottom 18%, url(img/new_exterior_1200.jpg) no-repeat left 40px top 16%;
  -webkit-background-size: 25vw;
       -o-background-size: 25vw;
          background-size: 25vw;
}
.topContent.topAbout .wrapperInner {
  padding: 150px 0 340px 0;
}
.topAbout p {
  line-height: 2.5;
  margin: 2.5em 0;
}

.topFaq {
  position: relative;
  top: -130px;
}
.topFaq::before {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background: #ebebec;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.topContent.topFaq .wrapperInner {
  background: url(img/bg_faq.png);
  background-repeat: repeat;
  padding: 40px;
  position: relative;
  z-index: 99;

}
.topFaqInner {
  background: #FFF;
  padding-top: 40px;
  position: relative;
}
.topFaqIcon {
  position: absolute;
  top: -60px;
  left: 30px;
  background: #1d3d4b;
  width: 140px;
  height: 140px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
p.topFaqIconInner {
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.4;
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.topFaqList {
  width: 820px;
  margin: 0 auto;
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  padding: 2.0em;
}
.topFaqList h3 {
  clear: both;
  float: left;
  margin: 0;
  font-size: 1.4rem;
  border: 2px solid #1d3d4b;
  padding: 0.25em 1.0em;
  line-height: 1.4;
  -webkit-border-radius: 7px;
          border-radius: 7px;
}
.topFaqList hr {
  border: none;
  background: #c9caca;
  margin: 2.0em 0;
  height: 1px;
}
.topFaqList dl {
  margin: 0 0 0 11em;
}
.topFaqList dl dt {
  font-weight: bold;
  margin: 0 0 1em 0;
  position: relative;
}
.topFaqList dl dt::before {
  content: "Q";
  position: absolute;
  left: -3.0em;
  background: #3686b2;
  color: #fff;
  display: inline-block;
  width: 2.0em;
  height: 2.0em;
  text-align: center;
  line-height: 2.0;
  font-weight: bold;
  margin-right: 1em;
}
.topFaqList dl dd {
  margin: 0;
  position: relative;
}
.topFaqList dl dd::before {
  content: "A";
  position: absolute;
  left: -3.0em;
  background: #1d3d4b;
  color: #fff;
  display: inline-block;
  width: 2.0em;
  height: 2.0em;
  text-align: center;
  line-height: 2.0;
  font-weight: bold;
  margin-right: 1em;
}

.topRecruit {
  background: url(img/bg_recruit_2.png) no-repeat right top 55px, url(img/bg_recruit.png) no-repeat right bottom;
  background-color:  #ebebec;
  padding: 80px 0;
  position: relative;
  margin-top: -130px;
}

.topRecruitInner {
  width: 1100px;
  margin: 0 auto;
}
.recruitDetail {
  width: 820px;
  margin: 0px auto;
}
.recruitDetail table {
  border-bottom: 2px solid #fff;
}
.recruitDetail table th {
  font-size: 1.6rem;
  width: 11.5em;
  text-align-last: justify;
  vertical-align: top;
  background: none;
  border: none;
  border-top: 2px solid #fff;
  padding: 20px 2.0em 20px 50px;
  position: relative;
}
.recruitDetail table th::after {
  content: "●";
  margin: 0;
  color: #8eba69;
  position: absolute;
  top: 20px;
  right: 0px;
}
.recruitDetail table td {
  vertical-align: top;
  font-size: 1.6rem;
  border: none;
  border-top: 2px solid #fff;
  padding: 20px 50px 20px 2.0em;
}
.topRecruitArrow {
  margin-bottom: 50px;
}
.topRecruitArrow p {
  font-size: 2.0rem;
  color: #fff;
  display: inline-block;
  background: #8eba69;
  padding: 0.5em 0 0.5em 0;
  position: relative;
}
.topRecruitArrow p::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #8eba69;
  position: absolute;
  top: 0px;
  left: -100%;
}
.topRecruitArrow p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 0 70px;
  border-color: transparent transparent transparent #8dba69;
}
.btnRecruit {
  text-align: center;
  margin: 50px 0;
}
.btnRecruit a {
  color: #fff;
  font-size: 1.6rem;
  background: #8eba69;
  line-height: 1.6;
  padding: 1.0em 5.0em;
}
.btnRecruit a::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(img/icon_mail.svg) no-repeat center bottom;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  margin-right: 0.25em;
  position: relative;
  top: 2px;
}

/* メンバー紹介エリア全体 */
.recruitMember {
  padding: 25px 0 120px 0;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;              /* 画面が狭くなったら折り返し */
}

/* 各カード */
.recruitMemberInner {
  background: #fff;
  padding: 30px;
  max-width: 520px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
}

/* 右上の三角飾り */
.recruitMemberInner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 40px 40px 0;
  border-style: solid;
  border-color: transparent #88b864 transparent transparent; /* 好きな緑に変更可 */
}

/* 写真部分 */
.rmiBoxFig {
  flex: 0 0 220px;              /* 写真の幅 */
}

.rmiBoxFig img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト部分 */
.rmiBoxTxt {
  flex: 1 1 auto;
  line-height: 1.8;
  font-size: 0.95rem;
}

/* 氏名 */
.rmName {
  display: inline-block;
  border: 2px solid #88b864;
  padding: 6px 26px;
  margin-bottom: 18px;
  font-weight: 700;
  text-align: center;
}

/* -----------------------
   レスポンシブ（スマホ）
   ----------------------- */
@media (max-width: 767px) {
  .recruitDetail {
    width: 100%;
  }
  .recruitMember {
    padding: 40px 5%;
  }

  .recruitMemberInner {
    max-width: 100%;
    flex-direction: column;     /* 縦並び */
    gap: 20px;
  }

  .rmiBoxFig {
    flex: none;
    max-width: 260px;
    margin: 0 auto;             /* 写真中央寄せ */
  }

  .rmName {
    margin-bottom: 12px;
  }
}


/* 福利厚生ブロック全体 */
.recruitFukuri {
  padding: 0;
  margin: 25px 0px 60px 0px;
}

.recruitFukuriInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

/* 各項目カード */
.rfBox {
  flex: 1 1 22%;
  max-width: 24%;
  text-align: center;
  box-sizing: border-box;
}

/* アイコン */
.rfBox figure {
  margin: 0 0 20px;
}

.rfBox figure img {
  width: 90px;
  max-width: 100%;
  height: auto;
}

/* 見出し（楕円枠） */
.rfBox h3 {
  display: inline-block;
  margin: 0 0 24px;
  width: 100%;
  padding: 16px 0px;
  border-radius: 999px;
  border: 6px solid #8ab764; /* 好きな緑に調整OK */
  background: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em; /* 文字間の見た目調整 */
}

/* 説明文 */
.rfBox p {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: left;
  margin: 0;
}

/* -------------------------
   レスポンシブ（スマホ）
   ------------------------- */
@media (max-width: 768px) {
  .recruitFukuri {
    padding: 20px 6% 40px;
  }

  .recruitFukuriInner {
    flex-direction: column;
    gap: 32px;
  }

  .rfBox {
    max-width: 100%;
    text-align: center;
  }

  .rfBox h3 {
    width: 100%;
    padding: 14px 10px;
    box-sizing: border-box;
    font-size: 1.25rem;
  }

  .rfBox p {
    text-align: left;
    margin: 0 auto;
  }
}





.topProfile {
  background: url(img/bg_profile.png) no-repeat left top, url(img/bg_profile_txt.png) no-repeat right top 30px, url(img/bg_profile_2.png) no-repeat right bottom;
  padding-bottom: 100px;
}
.profileDetail {
  width: 640px;
  margin: 50px auto;
}
.profileDetail table {
  border: none;
}
.profileDetail table th {
  border: none;
  background: none;
  font-size: 1.6rem;
  width: 11em;
  text-align-last: justify;
  vertical-align: top;
  padding: 20px 2.0em 20px 50px;
  position: relative;
}
.profileDetail table th::after {
  content: "●";
  color: #3686b2;
  position: absolute;
  top: 20px;
  right: 0px;
}

.profileDetail table td {
  vertical-align: top;
  font-size: 1.6rem;
  border: none;
  padding: 20px 50px 20px 2.0em;
}
.profileHistory {
  width: 740px;
  padding: 2.0em 5.0em;
  margin: 0 auto;
  border: 1px solid #1d3d4b;
}
.profileHistory p {
  font-size: 1.6rem;
}

.topAccess {
  padding: 80px 0 40px 0;
  background: rgb(216,230,246);
  background: url(img/bg_access.png) no-repeat right top 30px, linear-gradient(180deg, rgba(216,230,246,1) 0%, rgba(255,255,255,1) 40%);
}
.topAccess h3 {
  clear: both;
  float: left;
  background: #1d3d4b;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  width: 160px;
  height: 50px;
  margin: 0 0 1.0em 0;
  padding: 0;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
}
.topAccess h3.taBlue {
  background: #3686b2;
}
.topAccess .p_row p {
  padding-left: 2.0em;
  font-size: 1.6rem;
  margin: 0 0 1.0em 0;
  overflow: auto;
}


.pageTop {
  text-align: center;
  border-top: 1px solid #c9caca;
  margin: 100px 0;
}
.pageTop a {
  position: relative;
  line-height: 85px;
  margin-top: -35px;
  font-size: 1.2rem;
}
.pageTop a::before {
  content: url(img/icon_arrow.svg);
  display: inline;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
}



/*-------------------------
下層ページ
 -------------------------*/



/*ページ送り*/
.scPageNav {
  width: 100%;
  padding-top:75px;
  padding-bottom:75px;
  margin: 0px auto;
  /*display: table;*/
  display: flex;
}
.scPageNav .prev a,
.scPageNav .next a{
  width: 100%;
  color: #233362;
  border: 1px solid #233362;
  padding: 0.75em 1em 0.75em 1em;
  line-height: 1;
  background-color: #fff;
  -webkit-transition: background-color .5s, padding .2s .2s;
  transition: background-color .5s, padding .2s .2s;
}
.scPageNav .prev {
  /*display: table-cell;*/
  text-align: left;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.scPageNav .allList {
  /*display: table-cell;*/
  text-align: center;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.scPageNav .next {
  text-align: right;
  width: 33%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.scPageNav .prev a:hover,
.scPageNav .next a:hover {
  background: #233362;
  color: #fff;
}





 /*-------------------------
固定ページ
 -------------------------*/




.p_row {
  max-width: 100%;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.p_row p {
  /*text-align: justify;*/
}
.p_column_12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.p_column_10 {
  -webkit-flex: 0 0 83.3%;
      -ms-flex: 0 0 83.3%;
          flex: 0 0 83.3%;
  max-width: 83.3%;
}
.p_column_9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.p_column_8 {
  -webkit-flex: 0 0 66.666%;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
  max-width: 66.666%;
}
.p_column_7 {
  -webkit-flex: 0 0 58.333%;
      -ms-flex: 0 0 58.333%;
          flex: 0 0 58.333%;
  max-width: 58.333%;
}
.p_column_6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.p_column_5 {
  -webkit-flex: 0 0 41.66%;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  max-width: 41.66%;
}
.p_column_4 {
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.p_column_3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.p_column {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.columnCenter {
  margin: 0 auto;
  -webkit-justify-content: center;
          justify-content: center;
}
.columnRight {
  margin: 0 auto;
  -webkit-justify-content: right;
          justify-content: right;
}
.columnLeft {
  margin: 0 auto;
  -webkit-justify-content: left;
          justify-content: left;
}

span.blueYline {
    font-size: 2.0rem;
    color: #005178;
    font-weight: bold;
    position: relative;
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}
span.unYline {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.fcRed {
    color: #c8161d;
}
.fcOrg {
    color: #f15a24;
}

ol.aboutList01 {
    color: #c8161d;
    font-weight: bold;
    font-size: 2.0rem;
    margin-left: 0;
}

ol.aboutList01 li {
    margin-bottom: 1.0em;
}

ol.aboutList01 li span {
    background: #666;
    color: #fff;
    padding: 0.25em 0.75em;
    font-size: 1.6rem;
}

ol.aboutList01 li span strong {
    color: #fff100;
}



/* フォーム
-------------------------*/
.privacyBox {
  width: 100%;
  height: 200px;
    overflow-y: scroll;
    width: 100%;
    padding: 20px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 50px;
}
form#mailformpro .privacyBox dl {
}
form#mailformpro .privacyBox dl dt {
  width: 100%;
  display: block;
  float: none;
  padding: 0;
  border: none;
  text-align: left;
}
form#mailformpro .privacyBox dl dd {
  padding: 0;
  margin: 0;
  border: none;
}

.partner-list::after{
  content: "";
  display: block;
  clear: both;
}

a.freeTel {
  font-size: 2.6rem;
  font-weight: 600;
}
a.freeTel span {
  color: #ed1c24;
  font-size: 3.0rem;
  position: relative;
  top: 4px;
}




 /*-------------------------
投稿ページ
 -------------------------*/





 /*-------------------------
パンくずリスト
 -------------------------*/
ul.pankuzu {
  width: 1200px;
    position: relative;
    z-index: 9999;
    padding: 30px 0px;
    background: #fff;
    margin: 0 auto;
}

ul.pankuzu li {
    float: left;
    font-size: 12px;
}

ul.pankuzu:after {content: "";display: block;height: 0;line-height: 0;clear: both;}

ul.pankuzu li a {
    color: #233362;
    padding-right: 0.5em;
}

ul.pankuzu li a::after {font-family: "nenju";content: "\e910";padding-left: 0.5em;}




/*ページネーション*/
/* -------------------------------- */
.pagenation {
    margin: 2em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagenation ul:after{
  content: "";
  clear:both;
  display: block;
}

.pagenation li {
    list-style: none outside none;
    margin-left: .1em;
    font-size: 1.5rem;
    display:inline-block;
    zoom:1;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li .current {
    background-color: #666;
    border-radius: 3px;
    color: #fff;
    cursor: not-allowed;
    display: block;
    padding: .4em .8em;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: .4em .8em;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: #444;
    color: #fff;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

.pagenation li.prev a,
.pagenation li.next a{
  padding: .4em 1.2em;
}




/*　フロート解除　*/
.clear {
  clear: both;
}
.clearfix {
  overflow: hidden;
  height: 100%;
}

.clearfix::after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
/*　文字関係　*/
.txt_center,
.txtCenter {
  text-align: center !important;
}
.txt_right,
.txtRight {
  text-align: right !important;
}
.txt_left,
.txtLeft {
  text-align: left !important;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: xx-small;
  vertical-align: super;
}
.fwb {
  font-weight: bold !important;
}
.txtul {
  text-decoration: underline;
}
.fs11 {
  font-size: 1.1rem;
}
.fs12 {
  font-size: 1.2rem;
}
.fs13 {
  font-size: 1.3rem;
}
.fs14 {
  font-size: 1.4rem;
}
.fs16 {
  font-size: 1.6rem;
}
.fs18 {
  font-size: 1.8rem;
}
.fs20 {
  font-size: 2.0rem;
}
.fs22 {
  font-size: 2.2rem;
}
.fs24 {
  font-size: 2.4rem;
}
.fs26 {
  font-size: 26px;
}
.sizeup {
  font-size: 116%;
}
.sizeup2 {
  font-size: 133%;
}
.sizeup2 {
  font-size: 150%;
}
.sizedown {
  font-size: 92%;
}
.sizedown2 {
  font-size: 83%;
}
.mincho {
  font-family: A1明朝,"A1 Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.fcRed {
  color: #ed1c24;
}
.fcBlue {
  color: #3686b2;
}
.txtUnderLine {
  text-decoration: underline;
}

/*　画像　*/
.imgRight {
  float: right;
  margin: 0px 0px 20px 20px;
}
.imgLeft {
  float: left;
  margin: 0px 20px 20px 0px;
}
.imgCenter {
  margin: 0 auto;
  margin-bottom: 20px;
}
img.photoStyle01 { /*ボーダー＋シャドウ＋白背景*/
  background: #fff;
  padding: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
  border: 1px solid #bbb;
}
img.photoStyle02 { /*ボーダー無し＋シャドウ＋白背景*/
  background: #fff;
  padding: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
}
img.photoStyle03 { /*ボーダー＋シャドウ＋薄青背景*/
  background: #ebf5ff;
  padding: 4px;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
  border: 1px solid #fff;
}


/* リスト関係 */
ul.lsn, ol.lsn {
  list-style: none;
}
/*　レイアウト調整用　*/
.p_none {
  padding: 0 !important;
}
.m_none {
  margin: 0 !important;
}
.mt_none {
  margin-top: 0px !important;
}
.mt_05 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_15 {
  margin-top: 15px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_25 {
  margin-top: 25px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_35 {
  margin-top: 35px !important;
}
.mt_40 {
  margin-top: 40px !important;
}
.mt_45 {
  margin-top: 45px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mr_none {
  margin-right: 0px !important;
}
.mr_05 {
  margin-right: 5px !important;
}
.mr_10 {
  margin-right: 10px !important;
}
.mr_15 {
  margin-right: 15px !important;
}
.mr_20 {
  margin-right: 20px !important;
}
.mr_25 {
  margin-right: 25px !important;
}
.mr_30 {
  margin-right: 30px !important;
}
.mr_35 {
  margin-right: 35px !important;
}
.mr_40 {
  margin-right: 40px !important;
}
.mr_45 {
  margin-right: 45px !important;
}
.mr_50 {
  margin-right: 50px !important;
}
.mb_none {
  margin-bottom: 0px !important;
}
.mb_05 {
  margin-bottom: 5px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_15 {
  margin-bottom: 15px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_25 {
  margin-bottom: 25px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_35 {
  margin-bottom: 35px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_45 {
  margin-bottom: 45px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.ml_none {
  margin-left: 0px !important;
}
.ml_05 {
  margin-left: 5px !important;
}
.ml_10 {
  margin-left: 10px !important;
}
.ml_15 {
  margin-left: 15px !important;
}
.ml_20 {
  margin-left: 20px !important;
}
.ml_25 {
  margin-left: 25px !important;
}
.ml_30 {
  margin-left: 30px !important;
}
.ml_35 {
  margin-left: 35px !important;
}
.ml_40 {
  margin-left: 40px !important;
}
.ml_45 {
  margin-left: 45px !important;
}
.ml_50 {
  margin-left: 50px !important;
}
.pt_none {
  padding-top: 0px !important;
}
.pt_05 {
  padding-top: 5px !important;
}
.pt_10 {
  padding-top: 10px !important;
}
.pt_15 {
  padding-top: 15px !important;
}
.pt_20 {
  padding-top: 20px !important;
}
.pt_25 {
  padding-top: 25px !important;
}
.pt_30 {
  padding-top: 30px !important;
}
.pt_35 {
  padding-top: 35px !important;
}
.pt_40 {
  padding-top: 40px !important;
}
.pt_45 {
  padding-top: 45px !important;
}
.pt_50 {
  padding-top: 50px !important;
}
.pr_none {
  padding-right: 0px !important;
}
.pr_05 {
  padding-right: 5px !important;
}
.pr_10 {
  padding-right: 10px !important;
}
.pr_15 {
  padding-right: 15px !important;
}
.pr_20 {
  padding-right: 20px !important;
}
.pr_25 {
  padding-right: 25px !important;
}
.pr_30 {
  padding-right: 30px !important;
}
.pr_35 {
  padding-right: 35px !important;
}
.pr_40 {
  padding-right: 40px !important;
}
.pr_45 {
  padding-right: 45px !important;
}
.pr_50 {
  padding-right: 50px !important;
}
.pb_none {
  padding-bottom: 0px !important;
}
.pb_05 {
  padding-bottom: 5px !important;
}
.pb_10 {
  padding-bottom: 10px !important;
}
.pb_15 {
  padding-bottom: 15px !important;
}
.pb_20 {
  padding-bottom: 20px !important;
}
.pb_25 {
  padding-bottom: 25px !important;
}
.pb_30 {
  padding-bottom: 30px !important;
}
.pb_35 {
  padding-bottom: 35px !important;
}
.pb_40 {
  padding-bottom: 40px !important;
}
.pb_45 {
  padding-bottom: 45px !important;
}
.pb_50 {
  padding-bottom: 50px !important;
}
.pl_none {
  padding-left: 0px !important;
}
.pl_05 {
  padding-left: 5px !important;
}
.pl_10 {
  padding-left: 10px !important;
}
.pl_15 {
  padding-left: 15px !important;
}
.pl_20 {
  padding-left: 20px !important;
}
.pl_25 {
  padding-left: 25px !important;
}
.pl_30 {
  padding-left: 30px !important;
}
.pl_35 {
  padding-left: 35px !important;
}
.pl_40 {
  padding-left: 40px !important;
}
.pl_45 {
  padding-left: 45px !important;
}
.pl_50 {
  padding-left: 50px !important;
}
/*　画像ボタンalfa値　*/

a:hover .imgBtn {
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;              /* Safari 1.x */
  zoom: 1;
}





/*　pc/sp切り替え　*/

.dispPc{
  display: block !important;
}
.dispSp{
  display: none !important;
}
.dispPcin{
  display: inline-block !important;
}



/*--------------------------

-------------　レスポンシブ　---------------*/

@media screen and (max-width: 767px){

/*　pc/sp切り替え　*/

.dispSp {
  display: block !important;
}
.dispSp {
  display: inline-block !important;
}
.dispPc {
  display: none !important;
}

body {
    padding-top: 100px;
}
img {
  width: 100%;
  height: auto;
}


/*-------------------------
スマホナビ
-------------------------*/

.spNavBtn * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.spNavBtn {
  display: block;
  padding: 0;
  width: 55px;
  height: 18px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.spNavBtn .spNavBar {
  display: block;
  width: 35px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 10px;
}

.spNavBtn .spNavBar1 {
  top: 0;
}

.spNavBtn .spNavBar2 {
  top: 50%;
}

.spNavBtn .spNavBar3 {
  top: 100%;
}

.spNavBtn.active .spNavBar {
  width: 35px;
  left: 12px;
}

.spNavBtn.active .spNavBar1 {
  transform: rotate(.525rad) translateY(-50%);
  top: 0px;
}

.spNavBtn.active .spNavBar2 {
  opacity: 0;
}

.spNavBtn.active .spNavBar3 {
  transform: rotate(-.525rad) translateY(-50%);
  top: calc(100% - 0px);
}

.spNavBtn.active .spNavMenu {
  display: none;
}

.spNavBtn.active .spNavBtnClose {
  display: block;
}

.spNavBtnTxt {
  width: 100%;
  position: absolute;
  bottom: -22px;
  left: 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 600;
}

.spNavBtnClose {
  display: none;
}

/*+++ Default Button Color +++*/
.spNavBtn {
  color: #000;
}

.spNavBtn .spNavBar {
  background-color: #000;
}

/* === Hambuerger Button's Style End === */
.spNavBtn {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 1rem;
  right: .125rem;
  z-index: 1001;
}
.spNav a {
  color: inherit;
  text-decoration: none;
}
.spNav .spNavBg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(89, 89, 89, 0);
  display: none;
  top: 0;
  left: 0;
}
.spNav .spNavWrapper {
  width: 100%;
  height: calc(100vh - 70px);
  transition: all 0.4s;
  transform: translate(0,-100%);
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 99999;
  background-color: rgba(89, 89, 89, 0.9);
}
.spNav .spNavWrapper.open {
  transform: translate(0);
  top: 100px;
}

/*+++ Default Navigation CSS +++*/

.spNavWrapper{
  padding: 1.5rem;
  overflow: scroll;
}

.spNavInner{
}

.spNavInner h3 {
  color: #fff;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: 0.25em;
}

.spNav ul{
  margin-top: 0;
  margin-bottom: 2.5em;
}

.spNav ul li{
  margin: 0;
}

.spNav ul a{
   padding: 0 0 0 1.5em;
   font-size: 16px;
   letter-spacing: .1em;
   color: #fff;
   line-height: 3em;
   height: 3em;
   width: 100px;
   display: block;
   width: 100%;
   border-bottom: 1px solid rgba(255,255,255,.5);
   letter-spacing: .1em;
   position: relative;
 }

 .spNav ul li:first-child a{
   border-top: 1px solid rgba(255,255,255,.5);
 }

.spNav ul a::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.spNav ul a::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: .25em;
  width: .3em;
  height: .3em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spNav ul form {
  color: #fff;
  margin: 1.0em 0;
}
.spNavContBtn{
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.spNavContBtn .btn{
  background: #F2F2EB;
  width: 48%;
  margin: 0;
  color: #233362;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.spNavContBtn .btn::after{
  content: "";
  margin: 0;
}

.spNavContBtn .btn i{
  font-size: 1.35em;
  margin-right: .25em
}


/* ヘッダー
---------------*/
#header {
  position: fixed;
  top:0;
  /*height: 70px;*/
  z-index: 99999;
  overflow: visible;
  min-width: 100%;
  background: #fff;
  padding: 5px 10px;
}
.headerInner {
  width: 100%;
}
.headerLeft {
  width: 100%;
  height: auto;
}
.headerLogoRight {
  display: none;
}
#header h1 {
  font-size: 1.0rem;
  width: calc(100% - 60px);
}
#header h2 {
  width: calc(100% - 60px);
}
.headerGnavArea {
  display: none;
}
#topSlideSp{
  position: relative;
  width: 100%;
  height: 35vh;
  background: url(img/img_main_sp.jpg) no-repeat center top;
  background-size: cover;
  background-position: top center;
}
.sdgsBnr {
  width: 25vw;
  position: absolute;
  top: 10px;
  right: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.sdgsBnr a {
  display: block;
  position: relative; /* ← ココにrelativeを移動！ */
}
.sdgsBnr a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  /* 光のベースサイズ（必要なら調整） */
  width: 60px;       /* 光の太さ（横幅） */
  height: 200%;      /* バナーの背より長くして上下はみ出させる */

  /* 白っぽい面。少し透明にして「光」感を出す */
  background: rgba(255,255,255,0.4);

  /* 平行四辺形っぽく傾ける。角度はお好みで */
  transform: skewX(-20deg);

  filter: blur(0px);          /* ぼかして発光っぽく */
  mix-blend-mode: screen;     /* 下の画像を明るくする系の合成。合わなければ外してOK */
  opacity: 0;

  animation: shineFlash 4.2s infinite linear;
}
@keyframes shineFlash {
  0% {
    transform: translateX(-80%) skewX(-20deg);
    opacity: 0;
  }
  /* 走り始めた瞬間にふっと出る */
  1% {
    opacity: 1;
  }
  /* 0.2秒ぶん = 全体3.2s中の6.25% なので、そこまでに右へ抜ける */
  10.25% {
    transform: translateX(180%) skewX(-20deg);
    opacity: 1;
  }
  /* 抜けたらすぐ消す */
  7% {
    opacity: 0;
  }
  100% {
    transform: translateX(180%) skewX(-20deg);
    opacity: 0;
  }
}


.imgCorona {
  width: 60vw;
  margin: 0px auto;
}
.topAtt p.topAttTit {
  font-size: 1.6rem;
  padding: 1.0em;
}
.topAtt p {
  font-size: 1.0rem;
  line-height: 2.0;
}
.topAtt p span {
  font-size: 1.5rem;
  display: block;
}

.topNewsAbout {
  background: url(img/bg_fittech.png) no-repeat left -120px top 35%, url(img/bg_fittech_02.jpg) no-repeat right 25% bottom;
  -webkit-background-size: 150%, 100%;
       -o-background-size: 150%, 100%;
          background-size: 150%, 100%;
}
.topAbout {
    background: url(img/bg_staff_03.jpg) no-repeat center top, url(img/bg_staff_04.jpg) no-repeat center bottom 220px, url(img/new_exterior_1200.jpg) no-repeat center bottom 0%;
    -webkit-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
}
.topContent.topAbout .wrapperInner {
    padding: 0px 0 420px 0;
    /*padding: 200px 0 340px 0;*/
}
.topNoticeInner li {
  position: relative;
  margin-bottom: 1.0em;
  font-size: 1.4rem;
}
span.noticeDate {
  display: block;
  width: 100%;
}
span.news {
  position: static;
  top: -4px;
  right: 0;
}
.topContent.topFaq .wrapperInner {
  padding: 26px;
}
.topFaqList {
  width: 100%;
  padding: 1.0em;
}
.topFaqList h3 {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
}
.topFaqList dl {
  margin-left: 0;
  font-size: 1.4rem;
}
.topFaqList dl dt::before,
.topFaqList dl dd::before {
  position: static;
  margin-right: 0.5em;
}
.topFaqIcon {
  position: absolute;
  top: -40px;
  left: -20px;
  background: #1d3d4b;
  width: 110px;
  height: 110px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
p.topFaqIconInner {
  width: 100%;
  font-size: 2.0rem;
  line-height: 1.4;
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}


.topContent.topRecruit {
  padding-top: 80px;
  background: url(img/bg_recruit_2.png) no-repeat right top 10px, url(img/bg_recruit.png) no-repeat right bottom;
  background-color: #ebebec;
  -webkit-background-size: 90%, 160%;
       -o-background-size: 90%, 160%;
          background-size: 90%, 160%;
}
.topRecruitArrow {
  margin-bottom: 20px;
}
.topRecruitArrow p {
  font-size: 1.4rem;
  padding: 0.5em 1.0em;
  line-height: 1.5;
}
.topRecruitInner {
  width: 100%;
}
.recruitDetail table {
  width: 90%;
  margin: 0 auto;
}
.recruitDetail table th,
.recruitDetail table td {
  display: block;
  font-size: 1.4rem;
}
.recruitDetail table tr {
  border-top: 2px solid #fff;
}
.recruitDetail table th {
  width: 9.5em;
  padding-left: 1.0em;
  border: none;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.recruitDetail table th::after {
  content: none;
}
.recruitDetail table td {
  border: none;
  padding-left: 1.0em;
  padding-right: 1.0em;
  padding-top: 0;
}
.recruitDetail table td dd {
  margin-left: 0;
  margin-bottom: 1.0em;
}

.topContent.topProfile {
  padding-top: 100px;
  background: none, url(img/bg_profile_txt.png) no-repeat right top 15px, url(img/bg_profile_2.png) no-repeat right bottom;
  -webkit-background-size: 80%;
       -o-background-size: 80%;
          background-size: 80%;
}
.profileDetail {
    width: 90%;
    margin: 0 auto;
}
.profileDetail table tr {
  border-top: 2px solid #efefef;
}
.profileDetail table th {
  display: block;
  width: 8.5em;
  padding-left: 1.0em;
  border: none;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.4rem;
}
.profileDetail table th::after {
  content: none;
}
.profileDetail table td {
  display: block;
  border: none;
  padding-left: 1.0em;
  padding-right: 1.0em;
  padding-top: 0;
  font-size: 1.4rem;
}
.profileDetail table td dd {
  margin-left: 0;
  margin-bottom: 1.0em;
}
.profileHistory {
    width: 90%;
    padding: 1em 1.5em;
}
.profileHistory p {
    font-size: 1.4rem;
}
.profileHistory span {
  display: block;
}

.topContent.topAccess {
  padding-top: 100px;
}
.topAccess {
  background: url(img/bg_access.png) no-repeat right top 15px, linear-gradient(180deg, rgba(216,230,246,1) 0%, rgba(255,255,255,1) 40%);
  -webkit-background-size: 80%;
       -o-background-size: 80%;
          background-size: 80%;
}

.topAccess h3 {
  font-size: 1.5rem;
  width: 130px;
  float: none;
}
.topAccess .p_row p {
  padding-left: 0.5em;
  font-size: 1.4rem;
}


.topContent {
  padding-top: 330px;
  /*padding-top: 40px;*/
}
.topContentTit h2 {
  font-size: 2.6rem;
  line-height: 1.3;
}
.topContentTit p {
  font-size: 1.4rem;
  line-height: 1.3;
}


.p_column_s12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.p_column_s10 {
  -webkit-flex: 0 0 83.3%;
      -ms-flex: 0 0 83.3%;
          flex: 0 0 83.3%;
  max-width: 83.3%;
}
.p_column_s8 {
  -webkit-flex: 0 0 66.666%;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
  max-width: 66.666%;
}
.p_column_s6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.p_column_s4 {
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.columnReverseSP {
  flex-direction: column-reverse;
}

.pageTop {
  margin-bottom: 50px;
}
#footer .wrapperInner {
  width: 100%;
  padding-bottom: 100px;
}
.fLogo img {
  width: 90%;
  left: 0;
}
.fCnt a {
  font-size: 1.4rem;
}
.fCnt a::before {
  width: 24px;
  height: 22px;
}
.footerCopy {
    background: #1d3d4b url(img/img_footer_fittech.svg) no-repeat center top 10px;
    padding: 10px 0 0px 0;
}
.footerCopy p {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1em;
  letter-spacing: 0.05em;
}



/*　パンくず　*/
.breadcrumbs {
  width: 100%;
}
.lowerContent {
    padding: 40px 15px;
}


/*　レイアウト調整用　*/
.m_none_s {
  margin: 0 !important;
}
.mt_none_s {
  margin-top: 0px !important;
}
.mt_05_s {
  margin-top: 5px !important;
}
.mt_10_s {
  margin-top: 10px !important;
}
.mt_15_s {
  margin-top: 15px !important;
}
.mt_20_s {
  margin-top: 20px !important;
}
.mt_25_s {
  margin-top: 25px !important;
}
.mt_30_s {
  margin-top: 30px !important;
}
.mt_35_s {
  margin-top: 35px !important;
}
.mt_40_s {
  margin-top: 40px !important;
}
.mt_45_s {
  margin-top: 45px !important;
}
.mt_50_s {
  margin-top: 50px !important;
}
.mr_none_s {
  margin-right: 0px !important;
}
.mr_05_s {
  margin-right: 5px !important;
}
.mr_10_s {
  margin-right: 10px !important;
}
.mr_15_s {
  margin-right: 15px !important;
}
.mr_20_s {
  margin-right: 20px !important;
}
.mr_25_s {
  margin-right: 25px !important;
}
.mr_30_s {
  margin-right: 30px !important;
}
.mr_35_s {
  margin-right: 35px !important;
}
.mr_40_s {
  margin-right: 40px !important;
}
.mr_45_s {
  margin-right: 45px !important;
}
.mr_50_s {
  margin-right: 50px !important;
}
.mb_none_s {
  margin-bottom: 0px !important;
}
.mb_05_s {
  margin-bottom: 5px !important;
}
.mb_10_s {
  margin-bottom: 10px !important;
}
.mb_15_s {
  margin-bottom: 15px !important;
}
.mb_20_s {
  margin-bottom: 20px !important;
}
.mb_25_s {
  margin-bottom: 25px !important;
}
.mb_30_s {
  margin-bottom: 30px !important;
}
.mb_35_s {
  margin-bottom: 35px !important;
}
.mb_40_s {
  margin-bottom: 40px !important;
}
.mb_45_s {
  margin-bottom: 45px !important;
}
.mb_50_s {
  margin-bottom: 50px !important;
}
.ml_none_s {
  margin-left: 0px !important;
}
.ml_05_s {
  margin-left: 5px !important;
}
.ml_10_s {
  margin-left: 10px !important;
}
.ml_15_s {
  margin-left: 15px !important;
}
.ml_20_s {
  margin-left: 20px !important;
}
.ml_25_s {
  margin-left: 25px !important;
}
.ml_30_s {
  margin-left: 30px !important;
}
.ml_35_s {
  margin-left: 35px !important;
}
.ml_40_s {
  margin-left: 40px !important;
}
.ml_45_s {
  margin-left: 45px !important;
}
.ml_50_s {
  margin-left: 50px !important;
}




}




/*--------------------------

-------------　レスポンシブ　---------------*/

@media screen and (max-width: 375px){

.topSupportItem {
  padding-top: 220px;
}

}



@media screen and (max-width: 320px){

.topSupportItem {
  padding-top: 190px;
}

}






