@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);
.black {
  color: #000000; }

.blue {
  color: #004695; }

.lightblue {
  color: #6699CC; }

.pink {
  color: #F19FB9; }

.red {
  color: #FC0E1C; }

.orange {
  color: #FF5000; }

.green {
  color: #A2E023; }

/* header
****************************************************************************************** */
/*
<header id="pagehead">
	<div class="header_wrap">
		<p class="header_logo"> <a href="../"><strong><img src="common/img/logo.png" alt="FieLDS"></strong> <small><img src="common/img/logo2.svg" alt="RECRUITING SITE"></small></a> </p>
		<div id="lnav">
			<div id="menuBtn">
				<div class="menuIcon"><span class="top"></span><span class="middle"></span><span class="bottom"></span></div>
			</div>
			<div class="lnav-wrapper">
				<ul class="lnav-list">
					<li><p><a href="kokorozashi">フィールズの志</a></p></li>
					<li><p><a href="about">フィールズとは？</a></p></li>
					<li><p><a href="employee">社員紹介</a></p></li>
					<li><p><a href="story">PJストーリー</a></p></li>
					<li><p><a href="welfare">教育制度・福利厚生</a></p></li>
					<li><p><a href="recruit">採用情報</a></p></li>
					<li class="entry"><p><a><span>ENTRY</span></a></p></li>
				</ul>
			</div>
			/#lnav 
		</div>
	</div>
</header>
*/
header#pagehead {
  background: #000000;
  padding: 0 40px; }
  @media screen and (max-width: 1070px) {
    header#pagehead {
      padding: 0 15px; } }
  header#pagehead * {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none; }
  header#pagehead .header_wrap {
    display: flex;
    justify-content: space-between;
    line-height: 80px; }
    @media screen and (max-width: 1070px) {
      header#pagehead .header_wrap {
        display: block;
        line-height: inherit; } }
    header#pagehead .header_wrap .header_logo {
      flex-shrink: 0; }
      header#pagehead .header_wrap .header_logo a {
        display: flex;
        overflow: hidden;
        height: 80px; }
        @media screen and (max-width: 1070px) {
          header#pagehead .header_wrap .header_logo a {
            height: 60px; } }
        header#pagehead .header_wrap .header_logo a strong, header#pagehead .header_wrap .header_logo a small {
          overflow: hidden;
          text-indent: 100%;
          white-space: nowrap; }
        header#pagehead .header_wrap .header_logo a strong {
          display: block;
          width: 140px;
          height: 80px;
          overflow: hidden;
          background: url(../img/logo.png) no-repeat left 6px;
          background-size: 100% auto; }
          @media screen and (max-width: 1070px) {
            header#pagehead .header_wrap .header_logo a strong {
              width: 100px;
              height: 60px; } }
        header#pagehead .header_wrap .header_logo a small {
          display: block;
          width: 110px;
          height: 80px;
          overflow: hidden;
          background: url(../img/logo2@2x.png) no-repeat left center;
          background-size: 100% auto;
          margin-left: 18px; }
          @media screen and (max-width: 1070px) {
            header#pagehead .header_wrap .header_logo a small {
              width: 80px;
              height: 60px;
              margin-left: 10px; } }
    header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 1070px) {
        header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list {
          display: none;
          line-height: inherit;
          padding-bottom: 15px; } }
      header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li {
        font-size: 12px;
        line-height: 80px; }
        @media screen and (max-width: 1070px) {
          header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li {
            line-height: 60px;
            font-size: 14px; } }
        header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li p {
          font-family: "a-otf-ryumin-pr6n", serif !important;
          font-weight: 800 !important; }
          header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li p strong {
            font-family: "a-otf-gothic-bbb-pr6n", sans-serif !important;
            font-weight: normal !important; }
          header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li p a {
            border-left: 1px solid #fff;
            line-height: 1;
            display: inline-block;
            padding: 0 12px;
            font-weight: 500; }
            @media screen and (max-width: 1070px) {
              header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li p a {
                border: none;
                border-bottom: 1px solid #333 !important;
                padding: 1em;
                display: block; } }
        header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li.current a {
          opacity: 0.5; }
        header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li.entry p {
          letter-spacing: 0.1em; }
          header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li.entry p a {
            border: none;
            padding: 0 0 0 8px; }
            @media screen and (max-width: 1070px) {
              header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li.entry p a {
                border: none !important;
                padding: 15px 0 0; } }
            header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li.entry p a span {
              display: inline-block;
              border: 1px solid #AACE3E;
              line-height: 30px;
			  color: #FFF;
              padding: 0 18px; }

            header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li.contact p a span {
    display: inline-block;
    border: 1.2px solid #5FAAD3;
    ;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0 12px;
}

              header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li.entry p a span:hover {
                cursor: pointer; }
        header#pagehead .header_wrap #lnav .lnav-wrapper ul.lnav-list li:first-child p a {
          border: none; }

/*ハンバーガーメニュー
****************************************************************************************** */
@media screen and (max-width: 1070px) {
  #menuBtn {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    background: #000;
    right: 0;
    top: 0;
    position: absolute;
}
    #menuBtn.active {
      background: #000000; }
      #menuBtn.active .menuIcon span {
        background: #fff; }

  .menuIcon {
    position: relative; }
    .menuIcon span {
      transition: all 0.3s;
      transform: rotate(0deg);
      background: #fff;
      position: absolute;
      height: 2px;
      line-height: 2px;
      width: 30px;
      margin: 0;
      padding: 0;
      left: 15px; }
    .menuIcon .top {
      transform: translate(0px, 20px); }
    .menuIcon .middle {
      transform: translate(0px, 30px); }
    .menuIcon .bottom {
      transform: translate(0px, 40px); }

  #menuBtn.active .menuIcon .middle {
    background: rgba(255, 255, 255, 0); }
  #menuBtn.active .menuIcon .top {
    transform: rotate(-45deg) translate(-20px, 20px); }
  #menuBtn.active .menuIcon .bottom {
    transform: rotate(45deg) translate(20px, 20px); } }
/* scroll top
******************************************************************************************
<div id="ptop"><i class="fa fa-angle-up" aria-hidden="true"></i><p>ページＴＯＰへ戻る</p></div>
*/
#topcontrol {
  margin-right: 10px;
  margin-bottom: 80px; }

#ptop i {
  font-size: 30px; }
#ptop p {
  font-size: 11px;
  letter-spacing: 0px;
  padding: 0;
  margin: auto;
  line-height: 1; }

footer a {
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
}


footer p.pagetop {
  display: none; }
footer p.cp {
  margin: 0;
  padding: 0 40px;
  background: #000000;
  color: #fff;
  text-align: right;
  font-size: 8px;
  line-height: 60px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    footer p.cp {
      padding: 0 15px;
      line-height: 30px;
      text-align: center; } }

footer a.line_btn{
	position: relative;
	bottom: 20px;}
	@media screen and (max-width: 767px) {
    footer a.line_btn {
	  position: relative;
	  left: -20px;
	  bottom: 5px;  } }


.mincho {
  font-family: "a-otf-ryumin-pr6n", serif !important;
  font-weight: 600; }

.gothic {
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif !important; }

/* __________________________________________________ Global Settings */
* {
  box-sizing: border-box; }

html {
  font-size: 14px; }
  @media screen and (max-width: 640px) {
    html {
      font-size: 12px; } }

body {
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif !important;
  color: #000;
  text-align: center;
  line-height: 2.42;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* __________________________________________________ main */
  /* __________________________________________________ well */
  /* __________________________________________________ lineheight */
  /* __________________________________________________ Headlines */
  /* __________________________________________________ Title style */
  /* __________________________________________________ List */
  /* __________________________________________________ localnav */
  /* __________________________________________________ btn */
  /* __________________________________________________ Table */
  /* __________________________________________________ Anchor */
  /* __________________________________________________ hr */
  /* __________________________________________________ pageTtl */
  /* __________________________________________________ breadcrumbs */
  /* __________________________________________________ img */
  /* __________________________________________________ Align */
  /* __________________________________________________ Float */
  /* __________________________________________________ Margin */
  /* __________________________________________________ Padding */ }
  body #main article {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
    text-align: left; }
    body #main article.w1000 {
      max-width: 1040px; }
    body #main article section {
      padding: 60px 0; }
      body #main article section:first-child {
        padding-top: 0; }
  body .w800 {
    max-width: 840px;
    padding: 0 20px;
    margin: auto; }
  body .sp {
    display: none !important; }
    @media screen and (max-width: 640px) {
      body .sp {
        display: block !important; } }
  @media screen and (max-width: 640px) {
    body .pc {
      display: none !important; } }
  body figure {
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 640px) {
      body figure img {
        width: 100%;
        height: auto; } }
  body img {
    vertical-align: bottom; }
  body .nowrap {
    white-space: nowrap; }
  body .underline {
    text-decoration: underline; }
  body .well {
    background: #eee;
    padding: 2rem;
    overflow: hidden;
    margin: 2rem 0; }
  body .lh24 {
    line-height: 2.4; }
  body .lh15 {
    line-height: 1.5; }
  body .lh12 {
    line-height: 1.2; }
  body .lh1 {
    line-height: 1; }
  body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-weight: normal;
    letter-spacing: 0.1em; }
  body h1, body .h1 {
    font-size: 2.4rem; }
  body h2, body .h2 {
    font-size: 1.75rem; }
  body h3, body .h3 {
    font-size: 1.6rem; }
  body h4, body .h4 {
    font-size: 1.2rem; }
  body h5, body .h5 {
    font-size: 0.9333rem; }
  body h6, body .h6 {
    font-size: 0.8rem; }
  body p {
    margin: 0;
    padding: 0;
    padding-bottom: 1.875rem; }
  body big {
    font-size: 150%; }
  body small {
    font-size: 85%; }
  body .lead {
    font-size: 1.125rem;
    text-align: center;
    padding: 20px 0 60px;
    margin: auto; }
    @media screen and (max-width: 400px) {
      body .lead {
        padding: 10px 0 30px;
        text-align: left; }
        body .lead br {
          display: none; } }
  body .bold {
    font-weight: bold; }
  body .ttl1 {
    font-family: "a-otf-ryumin-pr6n", serif !important;
    font-weight: 600 !important; }
    body .ttl1 strong {
      font-family: "a-otf-gothic-bbb-pr6n", sans-serif !important;
      font-weight: normal !important; }
    body .ttl1 .mincho {
      font-family: "a-otf-ryumin-pr6n", serif !important; }
    body .ttl1 .gothic {
      font-family: "a-otf-gothic-bbb-pr6n", sans-serif !important; }
  body table {
    border-collapse: collapse;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    width: 100%; }
    body table caption {
      text-align: left;
      font-weight: bold;
      margin-bottom: 0.5em;
      color: #3e3a39; }
    body table tr th, body table tr td {
      padding: 1rem;
      border-left: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
      font-size: 0.875rem;
      /*14px*/
      line-height: 1.5;
      text-align: center;
      vertical-align: middle;
      font-weight: normal;
      color: #000; }
    body table tr th {
      background: #ccc; }
    body table tr td {
      background: #fff; }
  body a {
    color: #000;
    backface-visibility: hidden;
    transition: 0.3s ease;
    text-decoration: none;
    cursor: pointer; }
    body a img {
      color: #a0e600;
      backface-visibility: hidden;
      transition: 0.3s ease; }
      body a img:hover {
        opacity: 0.7; }
    body a:hover {
      cursor: pointer;
      color: #a0e600; }
  body hr {
    border: none;
    border-bottom: 1px solid #ccc; }
  body #pageTtl {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 33.333% !important;
    position: relative; }
    body #pageTtl h1 {
      margin: auto;
      padding: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #A2E023;
      display: block;
      width: 426px;
      line-height: 54px;
      font-size: 25px;
      text-align: center;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        body #pageTtl h1 {
          font-size: 20px;
          width: 85%; } }
  body .img-responsive {
    width: 100%;
    height: auto; }
  body .img-round {
    border-radius: 10px; }
  body .img-thumbnail {
    border: 1px solid #ddd;
    padding: 4px; }
  body .text-center {
    text-align: center !important; }
  body .text-right {
    text-align: right !important; }
  body .text-left {
    text-align: left !important; }
  body .fRight {
    float: right; }
  body .fLeft {
    float: left; }
  body .cBoth {
    clear: both; }
  body .mg0 {
    margin: 0rem !important; }
  body .mgt0 {
    margin-top: 0rem !important; }
  body .mgt5 {
    margin-top: 0.3125rem !important; }
  body .mgt10 {
    margin-top: 0.625rem !important; }
  body .mgt15 {
    margin-top: 0.9375rem !important; }
  body .mgt20 {
    margin-top: 1.25rem !important; }
  body .mgt25 {
    margin-top: 1.5625rem !important; }
  body .mgt30 {
    margin-top: 1.875rem !important; }
  body .mgt35 {
    margin-top: 2.1875rem !important; }
  body .mgt40 {
    margin-top: 2.5rem !important; }
  body .mgt45 {
    margin-top: 2.8125rem !important; }
  body .mgt50 {
    margin-top: 3.125rem !important; }
  body .mgt55 {
    margin-top: 3.4375rem !important; }
  body .mgt60 {
    margin-top: 3.75rem !important; }
  body .mgt100 {
    margin-top: 6.25rem !important; }
  body .mgt120 {
    margin-top: 7.5rem !important; }
  body .mgl0 {
    margin-left: 0rem !important; }
  body .mgl5 {
    margin-left: 0.3125rem !important; }
  body .mgl10 {
    margin-left: 0.625rem !important; }
  body .mgl15 {
    margin-left: 0.9375rem !important; }
  body .mgl20 {
    margin-left: 1.25rem !important; }
  body .mgl25 {
    margin-left: 1.5625rem !important; }
  body .mgl30 {
    margin-left: 1.875rem !important; }
  body .mgl35 {
    margin-left: 2.1875rem !important; }
  body .mgl40 {
    margin-left: 2.5rem !important; }
  body .mgl45 {
    margin-left: 2.8125rem !important; }
  body .mgl50 {
    margin-left: 3.125rem !important; }
  body .mgl55 {
    margin-left: 3.4375rem !important; }
  body .mgl60 {
    margin-left: 3.75rem !important; }
  body .mgr0 {
    margin-right: 0rem !important; }
  body .mgr5 {
    margin-right: 0.3125rem !important; }
  body .mgr10 {
    margin-right: 0.625rem !important; }
  body .mgr15 {
    margin-right: 0.9375rem !important; }
  body .mgr20 {
    margin-right: 1.25rem !important; }
  body .mgr25 {
    margin-right: 1.5625rem !important; }
  body .mgr30 {
    margin-right: 1.875rem !important; }
  body .mgr35 {
    margin-right: 2.1875rem !important; }
  body .mgr40 {
    margin-right: 2.5rem !important; }
  body .mgr45 {
    margin-right: 2.8125rem !important; }
  body .mgr50 {
    margin-right: 3.125rem !important; }
  body .mgr55 {
    margin-right: 3.4375rem !important; }
  body .mgr60 {
    margin-right: 3.75rem !important; }
  body .mgb0 {
    margin-bottom: 0rem !important; }
  body .mgb5 {
    margin-bottom: 0.3125rem !important; }
  body .mgb10 {
    margin-bottom: 0.625rem !important; }
  body .mgb15 {
    margin-bottom: 0.9375rem !important; }
  body .mgb20 {
    margin-bottom: 1.25rem !important; }
  body .mgb25 {
    margin-bottom: 1.5625rem !important; }
  body .mgb30 {
    margin-bottom: 1.875rem !important; }
  body .mgb35 {
    margin-bottom: 2.1875rem !important; }
  body .mgb40 {
    margin-bottom: 2.5rem !important; }
  body .mgb45 {
    margin-bottom: 2.8125rem !important; }
  body .mgb50 {
    margin-bottom: 3.125rem !important; }
  body .mgb55 {
    margin-bottom: 3.4375rem !important; }
  body .mgb60 {
    margin-bottom: 3.75rem !important; }
  body .mgb100 {
    margin-bottom: 6.25rem !important; }
  body .mgb120 {
    margin-bottom: 7.5rem !important; }
  body .pad0 {
    padding: 0rem !important; }
  body .padt0 {
    padding-top: 0rem !important; }
  body .padt5 {
    padding-top: 0.3125rem !important; }
  body .padt10 {
    padding-top: 0.625rem !important; }
  body .padt15 {
    padding-top: 0.9375rem !important; }
  body .padt20 {
    padding-top: 1.25rem !important; }
  body .padt25 {
    padding-top: 1.5625rem !important; }
  body .padt30 {
    padding-top: 1.875rem !important; }
  body .padt35 {
    padding-top: 2.1875rem !important; }
  body .padt40 {
    padding-top: 2.5rem !important; }
  body .padt45 {
    padding-top: 2.8125rem !important; }
  body .padt50 {
    padding-top: 3.125rem !important; }
  body .padt55 {
    padding-top: 3.4375rem !important; }
  body .padt60 {
    padding-top: 3.75rem !important; }
  body .padt100 {
    padding-top: 6.25rem !important; }
  body .padt120 {
    padding-top: 7.5rem !important; }
  body .padl0 {
    padding-left: 0rem !important; }
  body .padl5 {
    padding-left: 0.3125rem !important; }
  body .padl10 {
    padding-left: 0.625rem !important; }
  body .padl15 {
    padding-left: 0.9375rem !important; }
  body .padl20 {
    padding-left: 1.25rem !important; }
  body .padl25 {
    padding-left: 1.5625rem !important; }
  body .padl30 {
    padding-left: 1.875rem !important; }
  body .padl35 {
    padding-left: 2.1875rem !important; }
  body .padl40 {
    padding-left: 2.5rem !important; }
  body .padl45 {
    padding-left: 2.8125rem !important; }
  body .padl50 {
    padding-left: 3.125rem !important; }
  body .padl55 {
    padding-left: 3.4375rem !important; }
  body .padl60 {
    padding-left: 3.75rem !important; }
  body .padr0 {
    padding-right: 0rem !important; }
  body .padr5 {
    padding-right: 0.3125rem !important; }
  body .padr10 {
    padding-right: 0.625rem !important; }
  body .padr15 {
    padding-right: 0.9375rem !important; }
  body .padr20 {
    padding-right: 1.25rem !important; }
  body .padr25 {
    padding-right: 1.5625rem !important; }
  body .padr30 {
    padding-right: 1.875rem !important; }
  body .padr35 {
    padding-right: 2.1875rem !important; }
  body .padr40 {
    padding-right: 2.5rem !important; }
  body .padr45 {
    padding-right: 2.8125rem !important; }
  body .padr50 {
    padding-right: 3.125rem !important; }
  body .padr55 {
    padding-right: 3.4375rem !important; }
  body .padr60 {
    padding-right: 3.75rem !important; }
  body .padb0 {
    padding-bottom: 0rem !important; }
  body .padb5 {
    padding-bottom: 0.3125rem !important; }
  body .padb10 {
    padding-bottom: 0.625rem !important; }
  body .padb15 {
    padding-bottom: 0.9375rem !important; }
  body .padb20 {
    padding-bottom: 1.25rem !important; }
  body .padb25 {
    padding-bottom: 1.5625rem !important; }
  body .padb30 {
    padding-bottom: 1.875rem !important; }
  body .padb35 {
    padding-bottom: 2.1875rem !important; }
  body .padb40 {
    padding-bottom: 2.5rem !important; }
  body .padb45 {
    padding-bottom: 2.8125rem !important; }
  body .padb50 {
    padding-bottom: 3.125rem !important; }
  body .padb55 {
    padding-bottom: 3.4375rem !important; }
  body .padb60 {
    padding-bottom: 3.75rem !important; }
  body .padb100 {
    padding-bottom: 6.25rem !important; }
  body .padb120 {
    padding-bottom: 7.5rem !important; }
