@charset "UTF-8";
/*-----------------------------------------------------

　バイオマスサプライ PC用CSS
  https://biomass-supply.co.jp/

-----------------------------------------------------*/
/* #########################


######################### */
body {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 160%;
  position: relative; }

a {
  color: #000; }
  a:hover {
    color: #1cbd0e; }

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none; }

.w100img {
  width: 100%; }

/* ##### HeadCopy ##### */
h2 {
  background: #e1efd1;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding: 15px 20px 15px 20px;
  margin: 100px auto 50px auto; }
  h2:first-child {
    margin-top: 0px; }

h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 125%;
  text-align: center;
  margin: 50px auto 30px auto; }
  h3 span {
    display: inline-block;
    padding: 10px 50px;
    border-right: 10px solid #1cbd0e;
    border-left: 10px solid #1cbd0e;
    box-sizing: border-box; }
  h3:first-child {
    margin-top: 0px; }

h4 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 150%;
  margin: 40px auto 10px auto;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #000; }

/* ##### Contents ##### */
p {
  font-size: 16px;
  text-align: justify;
  line-height: 180%;
  margin-bottom: 0.5em; }
  p.textcenter {
    text-align: center; }
  p.textright {
    text-align: right; }

.pchidden {
  display: none; }

/* ##### Table ##### */
#contents table {
  line-height: 150%;
  border-collapse: separate;
  border-spacing: 0px 20px;
  margin: 20px auto; }
  #contents table th {
    background: #f5fae0;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid #999;
    padding: 15px 40px; }
  #contents table td {
    padding: 15px 40px;
    border-bottom: 1px solid #999; }

/* ##### List ##### */
#contents ul {
  list-style: disc;
  margin: 20px 0px 20px 1.5em; }
  #contents ul li {
    margin-bottom: 8px; }
    #contents ul li ul {
      list-style: circle;
      margin: 5px 0px 10px 1em; }
      #contents ul li ul li {
        margin-bottom: 5px; }

#contents ol {
  margin: 20px 0px 20px 2em; }
  #contents ol li {
    margin-bottom: 10px; }

/* ##### Button ##### */
#pastlist {
  max-width: 960px;
  margin: 20px auto; }
  #pastlist a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px 30px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px; }
    #pastlist a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }

#backbtn {
  max-width: 960px;
  margin: 50px auto 20px auto;
  text-align: center; }
  #backbtn a {
    display: inline-block;
    background: #d1d821;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    #backbtn a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }

.nmlbtn {
  max-width: 960px;
  margin: 50px auto;
  text-align: center; }
  .nmlbtn a {
    display: inline-block;
    background: #fff;
    color: #1cbd0e;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 50px;
    border: 2px solid #1cbd0e;
    border-radius: 9999px;
    /* 長方形のまま左右だけ角丸 */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .nmlbtn a:hover {
      background: #1cbd0e;
      color: #fff; }

/* ##### Page Nation ##### */
.pageNav {
  font-size: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  margin: 50px auto 50px auto; }
  .pageNav a {
    background: #1cbd0e;
    border: 1px solid #1cbd0e;
    color: #fff;
    text-decoration: none; }
    .pageNav a:hover {
      background: #d1d821;
      color: #fff;
      border: 1px solid #d1d821; }

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 14px 17px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.pageNav .current {
  background: #fff;
  border: 1px solid #1cbd0e;
  color: #1cbd0e; }

.pageNav .invalid {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff; }

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

　ヘッダ

-------------------------------------- */
@font-face {
  font-family: 'logotypegothic';
  src: url("../font/logotypegothic.woff") format("woff"); }

header {
  padding: 20px 5%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/
  align-items: center; }
  header #sitetitle a img {
    width: 232px; }
  header #sitetitle a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80); }
  header nav ul {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /*flex-start,center,space-between*/ }
    header nav ul li {
      display: inline-block;
      margin: 5px 0 5px 20px;
      font-family: 'logotypegothic'; }
      header nav ul li a {
        color: #000;
        font-size: 14px;
        text-decoration: none;
        position: relative;
        display: inline-block;
        line-height: 120%; }
        header nav ul li a::after {
          position: absolute;
          bottom: -8px;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: #1cbd0e;
          opacity: 0;
          visibility: hidden;
          transition: .3s; }
        header nav ul li a:hover {
          color: #000; }
          header nav ul li a:hover::after {
            bottom: -4px;
            opacity: 1;
            visibility: visible; }
        header nav ul li a.active {
          letter-spacing: 0px; }
          header nav ul li a.active::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #1cbd0e;
            opacity: 100;
            visibility: visible;
            transition: 0s; }

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

　フッタ

-------------------------------------- */
footer {
  background: #000 none;
  color: #fff;
  margin: 0px;
  padding: 20px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/
  align-items: center; }
  footer p {
    text-align: left;
    margin: 0px;
    padding: 0px; }
    footer p:last-child {
      font-size: 10px;
      text-align: right;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 400;
      font-style: normal; }
    footer p a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }

/* ##### Pagetop Button ##### */
#pagetop-btn {
  width: 80px;
  height: 80px;
  margin: 0px;
  padding: 0px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 3600; }
  #pagetop-btn a {
    display: block;
    width: 80px;
    height: 80px;
    background: #1cbd0e;
    margin: 0px;
    padding: 0px;
    position: relative;
    border-radius: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    #pagetop-btn a span {
      display: none; }
    #pagetop-btn a::before {
      content: '';
      width: 20px;
      height: 20px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 35px;
      left: 30px; }
    #pagetop-btn a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: alpha(opacity=100); }

/* ========================================================


　トップページ


======================================================== */
#mainimage {
  min-height: 465px;
  margin: 50px 5% -50px 5%;
  position: relative;
  z-index: 3000; }
  #mainimage div {
    width: 80%;
    height: 465px;
    background: #fff url(../img/photo_top_mainimage.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px; }
  #mainimage p {
    width: 472px;
    height: 105px;
    margin: 0px;
    position: absolute;
    top: 100px;
    left: 0px; }
    #mainimage p img {
      width: 472px;
      height: 105px; }

#top-contents {
  position: relative;
  z-index: 100; }
  #top-contents article {
    margin-bottom: 150px; }
    #top-contents article h1 {
      width: 100%;
      height: 300px;
      color: #fff;
      font-size: 28px;
      font-weight: normal;
      text-align: center;
      margin-bottom: 50px;
      padding-top: 220px;
      box-sizing: border-box; }
      #top-contents article h1#top-about {
        background: #fff url(../img/photo_top_aboutbg.jpg) 50% 25% no-repeat;
        background-size: cover; }
      #top-contents article h1#top-chips {
        background: #fff url(../img/photo_top_chipsbg.jpg) center center no-repeat;
        background-size: cover; }
      #top-contents article h1#top-recruit {
        background: #fff url(../img/photo_top_recruitbg.jpg) 50% 55% no-repeat;
        background-size: cover; }
      #top-contents article h1#top-info {
        background: #fff url(../img/photo_top_infobg.jpg) 50% 65% no-repeat;
        background-size: cover; }
    #top-contents article > div {
      padding: 0px 5%;
      box-sizing: border-box; }
      #top-contents article > div p {
        line-height: 220%; }
        #top-contents article > div p img {
          width: 100%; }
      #top-contents article > div #top-chips-link {
        list-style: none;
        margin: 30px 0px;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /*flex-start,center,flex-end,space-between*/ }
        #top-contents article > div #top-chips-link li {
          width: calc(100% / 3 - (0.5% * 2));
          margin: 0px;
          padding: 0px; }
          #top-contents article > div #top-chips-link li a {
            display: block;
            text-decoration: none;
            position: relative;
            /*						& .triangle {
							position: absolute;
							border-bottom: 60px solid transparent;
							border-right: 60px solid red;
							top: 0px;
							right: 0px;
						}
						& .label {
							position: absolute;
							top: 10px;
							right: 5px;
							font-size: 14px;
							color: #fff;
							transform: rotate(45deg);
						}*/ }
            #top-contents article > div #top-chips-link li a img {
              width: 100%; }
            #top-contents article > div #top-chips-link li a span {
              display: block;
              padding: 15px 0px 15px 35px;
              position: relative; }
              #top-contents article > div #top-chips-link li a span::before {
                content: '';
                width: 20px;
                height: 1px;
                border-top: solid 1px #000;
                position: absolute;
                left: 5px;
                top: calc(50% - 3px); }
              #top-contents article > div #top-chips-link li a span::after {
                content: '';
                width: 20px;
                height: 1px;
                border-bottom: solid 1px #000;
                position: absolute;
                left: 5px;
                bottom: calc(50% - 3px); }
            #top-contents article > div #top-chips-link li a .blanklink {
              display: block;
              width: 40px;
              height: 40px;
              position: absolute;
              top: 0px;
              right: 0px; }
            #top-contents article > div #top-chips-link li a:hover img {
              opacity: 0.8;
              filter: alpha(opacity=80);
              -ms-filter: alpha(opacity=80); }
            #top-contents article > div #top-chips-link li a:hover span::before, #top-contents article > div #top-chips-link li a:hover span::after {
              border-color: #1cbd0e; }
      #top-contents article > div #top-recruitlink {
        background: #efebe5 none;
        border: 10px solid #dfd6c9;
        padding: 45px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /*flex-start,center,flex-end,space-between*/
        align-items: center; }
        #top-contents article > div #top-recruitlink #top-recruitlinkbg {
          width: 49%;
          height: 290px;
          background: url(../img/photo_top_recruitlinkbg.jpg) center center no-repeat;
          background-size: cover; }
        #top-contents article > div #top-recruitlink #top-recruitlinkbtn {
          width: 49%;
          padding: 0px; }
          #top-contents article > div #top-recruitlink #top-recruitlinkbtn p {
            text-align: center; }
            #top-contents article > div #top-recruitlink #top-recruitlinkbtn p strong {
              font-size: 26px;
              font-weight: normal; }
            #top-contents article > div #top-recruitlink #top-recruitlinkbtn p a {
              display: block;
              background: #fff none;
              font-size: 20px;
              text-align: left;
              letter-spacing: .5em;
              text-decoration: none;
              padding: 50px 50px;
              margin: 30px auto 0px auto;
              position: relative;
              box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
              -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
              -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease; }
              #top-contents article > div #top-recruitlink #top-recruitlinkbtn p a:before,
              #top-contents article > div #top-recruitlink #top-recruitlinkbtn p a:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                right: 0;
                height: 1px;
                background: #000;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease; }
              #top-contents article > div #top-recruitlink #top-recruitlinkbtn p a:before {
                width: 60px;
                transform: translate(-60px, 0px); }
              #top-contents article > div #top-recruitlink #top-recruitlinkbtn p a:after {
                width: 15px;
                transform-origin: right center;
                transform: translate(-60px, 0px) rotate(45deg); }
              #top-contents article > div #top-recruitlink #top-recruitlinkbtn p a:hover:before {
                background: #1cbd0e;
                transform: translate(-10px, 0px); }
              #top-contents article > div #top-recruitlink #top-recruitlinkbtn p a:hover:after {
                background: #1cbd0e;
                transform: translate(-10px, 0px) rotate(45deg); }
              #top-contents article > div #top-recruitlink #top-recruitlinkbtn p a:hover {
                box-shadow: transparent 0px 0px 0px 0px;
                -webkit-box-shadow: transparent 0px 0px 0px 0px;
                -moz-box-shadow: transparent 0px 0px 0px 0px; }

/* 動画 */
video {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 10px auto 30px auto;
  aspect-ratio: 16 / 9;
  /* 動画のアスペクト比 */ }

#top-bannerarea {
  background: #f5fae0 none;
  margin: 0px;
  padding: 100px 0px 100px 0px; }
  #top-bannerarea ul {
    max-width: 960px;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*flex-start,center,flex-end,space-between*/ }
    #top-bannerarea ul li {
      width: 260px;
      margin: 0px;
      padding: 20px; }
      #top-bannerarea ul li a {
        display: block;
        background: #fff; }
        #top-bannerarea ul li a img {
          width: 260px;
          vertical-align: top; }
        #top-bannerarea ul li a:hover img {
          opacity: 0.8;
          filter: alpha(opacity=80);
          -ms-filter: alpha(opacity=80); }

/* ========================================================


　セカンダリ


======================================================== */
.title-img {
  width: 100%;
  height: 200px;
  background-size: cover !important; }

.site-desc {
  text-align: center;
  margin: 20px auto 100px auto; }

#contents {
  margin: 100px 5% 150px 5%;
  position: relative;
  z-index: 100; }
  #contents h1 {
    text-align: center;
    font-weight: normal;
    margin: 0px auto 100px auto;
    padding: 0px; }
    #contents h1 span {
      display: inline-block;
      font-size: 26px;
      padding: 0px 10px 20px 10px;
      border-bottom: 2px solid #d1d821; }
  #contents .pcc-spl {
    text-align: center; }

#contents ul.photo-3clm {
  list-style: none;
  margin: 20px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/ }
  #contents ul.photo-3clm li {
    width: calc(100% / 3 - (1% * 2));
    margin: 0px 1% 40px 1%;
    padding: 0px;
    vertical-align: top; }
    #contents ul.photo-3clm li p {
      margin: 0px; }
      #contents ul.photo-3clm li p img {
        width: 100%; }
      #contents ul.photo-3clm li p span {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px; }

#contents .twoclm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/ }
  #contents .twoclm div {
    width: calc(100% / 2 - (1% * 2));
    margin: 0px 1% 40px 1%;
    padding: 0px;
    vertical-align: top; }

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

　お知らせ

-------------------------------------- */
#info-img {
  background: transparent url(../info/img/photo_info_img.jpg) center center no-repeat; }

#contents #info-list, #top-contents #info-list {
  list-style: none;
  margin: 50px 0px 50px 0px;
  border-top: 1px solid #ccc; }
  #contents #info-list li, #top-contents #info-list li {
    border-bottom: 1px solid #ccc;
    margin: 0px; }
    #contents #info-list li a, #top-contents #info-list li a {
      display: block;
      background: #fff;
      text-decoration: none;
      padding: 30px 30px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      #contents #info-list li a span, #top-contents #info-list li a span {
        display: table-cell;
        vertical-align: top;
        padding: 0px 20px; }
        #contents #info-list li a span:first-child, #top-contents #info-list li a span:first-child {
          width: 6em; }
        #contents #info-list li a span img, #top-contents #info-list li a span img {
          vertical-align: middle;
          margin-left: 5px; }
      #contents #info-list li a:hover, #top-contents #info-list li a:hover {
        background: #f5fae0 none;
        color: #000; }

#info-article-date {
  font-size: 14px;
  text-align: right;
  margin-bottom: 50px; }

#info-article-txt {
  width: 100%;
  padding: 0px 15% 80px 15%;
  box-sizing: border-box;
  border-bottom: 1px solid #999; }

/* ##### File Upload ##### */
#contents ul.fileupload {
  list-style: none;
  margin: 0px; }
  #contents ul.fileupload li {
    margin: 0px;
    border-bottom: 1px solid #999; }
    #contents ul.fileupload li a {
      display: block;
      color: #000;
      font-size: 14px;
      text-decoration: none;
      line-height: 130%;
      padding: 20px 20px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      #contents ul.fileupload li a img {
        margin-right: 8px;
        vertical-align: middle; }
      #contents ul.fileupload li a em {
        display: inline-block;
        background: #f00;
        color: #fff;
        font-size: 10px;
        font-style: normal;
        line-height: 100%;
        margin-left: 5px;
        padding: 3px 7px;
        vertical-align: text-bottom; }
      #contents ul.fileupload li a:hover {
        background: #f5fae0 none; }

/* ##### Photo Area ##### */
#contents .photo-thumb {
  list-style: none;
  margin: 50px auto 50px auto;
  padding: 30px 0px 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*flex-start,center,space-between*/
  border-bottom: 1px solid #999; }
  #contents .photo-thumb li {
    width: calc(100% / 2 - (0.5% * 2));
    margin: 0px 0.5% 20px 0.5%;
    padding: 0px;
    vertical-align: top; }
    #contents .photo-thumb li a {
      display: block;
      color: #000;
      text-decoration: none;
      font-size: 14px;
      line-height: 140%;
      overflow: hidden; }
      #contents .photo-thumb li a span {
        display: block;
        margin: 7px 0px; }
        #contents .photo-thumb li a span:first-child {
          text-align: center; }
      #contents .photo-thumb li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }

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

　会社概要

-------------------------------------- */
#outline-img {
  background: transparent url(../outline/img/photo_outline_img.jpg) 50% 35% no-repeat; }

#aboutimg {
  text-align: center; }
  #aboutimg img {
    width: 70%;
    max-width: 800px; }

.outlinetb img {
  width: 100%;
  max-width: 300px; }

.outline-bizcontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*flex-start,center,space-between*/ }
  .outline-bizcontent div {
    width: 400px;
    padding: 0px 20px; }
    .outline-bizcontent div img {
      width: 100%;
      max-width: 400px; }
    .outline-bizcontent div ol {
      margin-top: 0px !important; }
      .outline-bizcontent div ol li {
        margin-bottom: 1em !important; }

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

　素材生産事業

-------------------------------------- */
#material-img {
  background: transparent url(../material/img/photo_material_img.jpg) 50% 35% no-repeat; }

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

　加工製造事業

-------------------------------------- */
#manufacturing-img {
  background: transparent url(../manufacturing/img/photo_manufacturing_img.jpg) 50% 55% no-repeat; }

#manufacturing-line {
  background: #f5fae0 none;
  margin: 0px auto;
  padding: 20px 20px 5px 5px; }
  #manufacturing-line ul.photo-3clm li {
    background: #fff;
    width: calc(100% / 3 - (2% * 2));
    margin: 0px 2% 30px 2%;
    padding: 15px;
    box-sizing: border-box;
    position: relative; }
    #manufacturing-line ul.photo-3clm li p {
      font-size: 14px; }
    #manufacturing-line ul.photo-3clm li::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 25px solid #1cbd0e;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      position: absolute;
      top: calc(50% - 10px);
      right: -40px; }
    #manufacturing-line ul.photo-3clm li:last-child::after {
      border: 0px none; }

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

　採用情報

-------------------------------------- */
#recruit-img {
  background: transparent url(../recruit/img/photo_recruit_img.jpg) 50% 52% no-repeat; }

/* ##### TOP ##### */
#contents #recruit-top-link {
  list-style: none;
  margin: 20px 0px; }
  #contents #recruit-top-link li {
    width: 100%;
    height: 300px;
    margin: 0px;
    padding: 0px; }
    #contents #recruit-top-link li a {
      display: block;
      width: 100%;
      height: 300px;
      margin: 0px;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      #contents #recruit-top-link li a strong {
        display: block;
        width: 30%;
        background: #fff;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 800;
        font-size: 18px;
        padding: 20px 20px;
        position: absolute;
        top: calc(50% - 40px);
        right: 0px;
        z-index: 300; }
        #contents #recruit-top-link li a strong img {
          vertical-align: text-bottom; }
        #contents #recruit-top-link li a strong::after {
          content: '';
          width: 10px;
          height: 10px;
          border: 2px solid;
          border-color: #1cbd0e #1cbd0e transparent transparent;
          transform: rotate(45deg);
          position: absolute;
          top: calc(50% - 7px);
          right: 20px; }
      #contents #recruit-top-link li a#link-diary strong::after {
        content: url(../recruit/img/icon_recruit_blank.png);
        width: 22px;
        height: 18px;
        border: 0px none;
        transform: rotate(0deg);
        position: absolute;
        top: calc(50% - 10px);
        right: 20px; }
      #contents #recruit-top-link li a span {
        display: block;
        width: 100%;
        height: 300px;
        background: rgba(0, 0, 0, 0.3) none;
        position: absolute;
        top: 0px;
        left: 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        z-index: 400; }
      #contents #recruit-top-link li a#link-flow:after {
        content: '';
        display: block;
        width: 100%;
        height: 300px;
        background: url(../recruit/img/photo_recruit_top_link-flow.jpg) 50% 70% no-repeat;
        background-size: cover;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        z-index: 100; }
      #contents #recruit-top-link li a#link-qa:after {
        content: '';
        display: block;
        width: 100%;
        height: 300px;
        background: url(../recruit/img/photo_recruit_top_link-qa.jpg) 50% 40% no-repeat;
        background-size: cover;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        z-index: 100; }
      #contents #recruit-top-link li a#link-require:after {
        content: '';
        display: block;
        width: 100%;
        height: 300px;
        background: url(../recruit/img/photo_recruit_top_link-require.jpg) 50% 70% no-repeat;
        background-size: cover;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        z-index: 100; }
      #contents #recruit-top-link li a#link-interview:after {
        content: '';
        display: block;
        width: 100%;
        height: 300px;
        background: url(../recruit/img/photo_recruit_top_link-interview.jpg) 50% 40% no-repeat;
        background-size: cover;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        z-index: 100; }
      #contents #recruit-top-link li a#link-diary:after {
        content: '';
        display: block;
        width: 100%;
        height: 300px;
        background: url(../recruit/img/photo_recruit_top_link-diary.jpg) 50% 30% no-repeat;
        background-size: cover;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        z-index: 100; }
      #contents #recruit-top-link li a:hover:after {
        transform: scale(1.1); }
      #contents #recruit-top-link li a:hover span {
        background: transparent; }

#contents #recruit-top-grouplink {
  list-style: none;
  margin: 20px auto;
  text-align: center; }
  #contents #recruit-top-grouplink li {
    display: inline-block;
    margin: 10px 40px; }
    #contents #recruit-top-grouplink li a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }

/* ##### FLOW ##### */
#flow-wrapper {
  background: #f5fae0;
  padding: 20px;
  box-sizing: border-box;
  position: relative; }

/* タイムライン用CSS -> timeline.scss */
#timeline .body ul {
  list-style: none;
  margin: 10px 0px;
  padding: 0px; }
  #timeline .body ul li {
    display: inline-block;
    width: 200px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 120%;
    margin: 0 5px 10px 0;
    padding: 0px;
    vertical-align: top; }

#timeline .body img {
  width: 200px; }

/* ##### Q&A ##### */
#contents #rec-qa {
  width: 100%;
  max-width: 700px;
  border-bottom: 3px dashed #aaa;
  margin: 20px auto 50px auto;
  padding: 0px;
  box-sizing: border-box;
  position: relative; }
  #contents #rec-qa dt {
    color: #1cbd0e;
    font-size: 23px;
    font-weight: bold;
    text-align: justify;
    padding: 50px 0px 30px 80px;
    border-top: 3px dashed #aaa;
    position: relative; }
    #contents #rec-qa dt:before {
      display: block;
      content: '';
      background: url(../recruit/img/icon_recruit_q.png) center center no-repeat;
      width: 70px;
      height: 60px;
      position: absolute;
      top: calc(50% - 20px);
      left: 0px; }
  #contents #rec-qa dd {
    background: #f5fae0;
    text-align: justify;
    margin: 0 0 50px 80px;
    padding: 20px;
    font-size: 14px; }
    #contents #rec-qa dd strong {
      display: inline-block;
      font-size: 23px;
      margin-bottom: 8px; }

/* ##### 募集要項 ##### */
#recruitlink {
  background: #efebe5 none;
  text-align: center;
  margin: 50px auto;
  padding: 45px;
  border: 10px solid #dfd6c9; }
  #recruitlink #recruitlinkbtn {
    width: 100%;
    max-width: 570px;
    margin: 0px auto;
    padding: 0px; }
    #recruitlink #recruitlinkbtn p {
      text-align: center; }
      #recruitlink #recruitlinkbtn p strong {
        font-size: 26px;
        font-weight: normal; }
      #recruitlink #recruitlinkbtn p a {
        display: block;
        background: #fff none;
        font-size: 20px;
        text-align: left;
        letter-spacing: .5em;
        text-decoration: none;
        padding: 50px 50px;
        margin: 30px auto 0px auto;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
        -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #recruitlink #recruitlinkbtn p a:before,
        #recruitlink #recruitlinkbtn p a:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          height: 1px;
          background: #000;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        #recruitlink #recruitlinkbtn p a:before {
          width: 60px;
          transform: translate(-60px, 0px); }
        #recruitlink #recruitlinkbtn p a:after {
          width: 15px;
          transform-origin: right center;
          transform: translate(-60px, 0px) rotate(45deg); }
        #recruitlink #recruitlinkbtn p a:hover:before {
          background: #1cbd0e;
          transform: translate(-10px, 0px); }
        #recruitlink #recruitlinkbtn p a:hover:after {
          background: #1cbd0e;
          transform: translate(-10px, 0px) rotate(45deg); }
        #recruitlink #recruitlinkbtn p a:hover {
          box-shadow: transparent 0px 0px 0px 0px;
          -webkit-box-shadow: transparent 0px 0px 0px 0px;
          -moz-box-shadow: transparent 0px 0px 0px 0px; }

/* ##### インタビュー ##### */
#inteview-detail {
  background: #f5fae0;
  margin: 0px auto 100px auto;
  padding: 50px; }
  #inteview-detail #person {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /*flex-start,center,space-between*/
    box-sizing: border-box; }
    #inteview-detail #person p {
      width: 50%;
      height: 450px;
      background: #1cbd0e;
      color: #fff;
      text-align: center;
      box-sizing: border-box;
      overflow: hidden; }
      #inteview-detail #person p img {
        display: block;
        width: 100%;
        height: 450px;
        object-fit: cover; }
      #inteview-detail #person p:last-child {
        padding: 100px 10px; }
      #inteview-detail #person p strong {
        display: block;
        font-size: 29px;
        letter-spacing: .5em;
        font-weight: normal;
        margin: 40px 0px 80px 0px; }
  #inteview-detail #interview {
    text-align: center; }
    #inteview-detail #interview table {
      width: 100%;
      margin: 20px auto;
      border-spacing: 0; }
      #inteview-detail #interview table th {
        width: 20%;
        color: #888;
        text-align: center;
        font-weight: bold;
        white-space: normal;
        padding: 30px;
        border-bottom: 3px dashed #aaa; }
      #inteview-detail #interview table td {
        text-align: justify;
        padding: 30px;
        vertical-align: middle;
        border-bottom: 3px dashed #aaa; }

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

　お問い合わせ

-------------------------------------- */
#inquiry-img {
  background: transparent url(../inquiry/img/photo_inquiry_img.jpg) 50% 45% no-repeat; }

#inquiry-telfax {
  text-align: center; }
  #inquiry-telfax ul {
    display: inline-block;
    list-style: none;
    margin: 30px auto; }
    #inquiry-telfax ul li {
      text-align: left;
      margin-bottom: 20px; }
      #inquiry-telfax ul li strong {
        font-size: 36px;
        font-weight: normal; }

#inquiryform {
  margin-top: 50px;
  box-sizing: border-box; }

.hissu {
  color: #f00;
  margin-left: 5px; }

/* table版 */
table#inquiry-item, table#inquiry-item-check {
  width: 100%;
  border-top: 1px  solid #ccc;
  border-collapse: collapse;
  /*border-spacing: 10px;*/ }

table#inquiry-item th, table#inquiry-item-check th {
  min-width: 15em;
  background: transparent;
  text-align: left;
  line-height: 150%;
  vertical-align: middle;
  padding: 25px 10px 25px 30px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box; }

table#inquiry-item td, table#inquiry-item-check td {
  padding: 25px 30px 25px 10px;
  line-height: 150%;
  border-bottom: 1px solid #ccc;
  vertical-align: middle; }

table#inquiry-item td img, table#inquiry-item-check td img {
  vertical-align: middle;
  margin-left: 5px; }

table#inquiry-item-check td {
  font-weight: bold; }

#inquiryform input, #inquiryform textarea, #inquiryform select {
  background: #fff;
  border: 1px solid #999;
  padding: 8px;
  font-size: 16px; }

#inquiryform input[type="text"], #inquiryform input[type="email"], #inquiryform input[type="file"] {
  width: 100%;
  box-sizing: border-box; }

#inquiryform input[type="file"] {
  border-color: #999;
  background-color: #f5fae0;
  cursor: pointer; }
  #inquiryform input[type="file"]:hover {
    border-color: #000; }

#inquiryform input[type="text"].shortinput {
  width: 5em; }

#inquiryform textarea {
  width: 100%;
  height: 10em;
  box-sizing: border-box; }

#inquiryform input[type="text"]:focus, #inquiryform input[type="email"]:focus, #inquiryform textarea:focus {
  background-color: #f5fae0;
  border-color: #000;
  outline: none;
  /* ブラウザのアウトラインをなしに */ }

#inquiryform p.select-form {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #fff; }
  #inquiryform p.select-form::before {
    position: absolute;
    top: 1em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none; }
  #inquiryform p.select-form select {
    width: 100%;
    background: #fff none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 50px 5px 30px;
    cursor: pointer; }
    #inquiryform p.select-form select select::-ms-expand {
      display: none; }

#formsubmit {
  text-align: center;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #f5fae0; }

#inquiryform input[type="submit"] {
  display: inine-block;
  background: #1cbd0e none;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  padding: 10px 100px;
  border: 0px none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer; }

#inquiryform input[type="submit"]:hover {
  background: #d1d821; }

#inquiryform input[type="submit"]:active {
  background: #d1d821 none;
  color: #fff; }

label {
  display: inline-block;
  cursor: pointer;
  padding: 8px 0px; }

.required {
  color: #f00; }

.mikinyu {
  color: #999;
  font-style: italic;
  font-weight: normal; }

dl#inquiry-item-check dd img {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ccc; }

#formbackbtn {
  text-align: center; }
  #formbackbtn button {
    display: inine-block;
    background: #999 none;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 100px;
    border: 0px none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer; }

#formbackbtn button:hover {
  background: #ccc; }

/* ___________________ EOF ___________________ */
