@charset "UTF-8";
/*---------------------
config
---------------------*/
/*
mixin
---------------*/
/*
function
---------------*/
/**
 * reset css
 */
/*
html5doctor.com Reset Stylesheet Custome
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, abbr, address,
cite, code, del, dfn, em,
img, ins, kbd, q,
samp, small, strong, var,
b, i, dl, dt, dd, ol, ul,
li, fieldset, form,
label, legend, table,
caption, tbody, tfoot,
thead, tr, th, td,
article, aside,
canvas, details,
figcaption, figure,
footer, header,
hgroup, menu, nav,
section, summary, time,
mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li {
  list-style: none;
}

a {
  background: transparent;
  color: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  overflow-x: auto;
  word-break: break-all;
}

.mincyo {
  font-family: "Noto Serif JP", serif;
}

img {
  max-width: 100%;
}

.is-pc {
  display: block !important;
}
.is-sp {
  display: none !important;
}
.is-pc-ib {
  display: inline-block!important;
}

.is-sp-ib {
  display: none !important;
}

.content-wrap {
  background: #fff;
  display: flex;
  min-height: 100vh;
  padding-left: 200px;
}

.contents-area {
  background: #fff;
  min-height: 100vh;
  padding-bottom: 240px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding: 0 15px;
  width: 100%;
}

.header {
  background: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 200px;
  z-index: 2;
}

.header__logo {
  text-align: center;
}

.header__logo span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.header-wrap {
  border-right: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 50px 0 102px;
}

.header-wrap.is-show::after {
  opacity: 1;
  right: -17px;
  z-index: 1;
}

.header-menu {
  margin: 0 0 30px;
}

.header-item {
  padding: 0 20px;
}

.header-item + .header-item > a {
  border-top: 2px solid #efefef;
}

.header-item > a {
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding: 19px 0 15px;
  position: relative;
  /*@include pc {
      &::before {
        position: absolute;
        content: "";
        display: block;
        border-right: 1px solid transparent;
        width: 3px;
        height: 100%;
        right: -23px;
        top: 0;
      }
    }*/
}

.header-item > a span {
  color: #7eb595;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 7px;
}

.header-item--01 .header-item__navi__containar {
  background-color: #957947;
}

.header-item--02 .header-item__navi__inner::before {
  background-image: url(../images/common/img_header_menu02.png);
}

.header-item--02 .header-item__navi__containar {
  background-color: #07411e;
}

.header-item--03 .header-item__navi__inner::before {
  background-image: url(../images/common/img_header_menu03.png);
}

.header-item--03 .header-item__navi__containar {
  background-color: #005c96;
}

.header-item--03 .header-item__visual {
  background-image: url(../images/common/mv_header_menu03.png);
}

.header-item--05 .header-item__navi__inner::before {
  background-image: url(../images/common/img_header_menu05.png);
}

.header-item--05 .header-item__navi__containar {
  background-color: #c15d6f;
}

.header-item--06 .header-item__navi__containar dt {
  letter-spacing: 0.1em;
}

.header-item--06 .header-item__navi__inner::before {
  background-image: url(../images/common/img_header_menu06.png);
}

.header-item--06 .header-item__navi__containar {
  background-color: #729419;
}


#gnav, 
.header-inner {
  height: 100%;
}

.header-bottom {
  overflow-y: auto;
}

.header-item__content {
  display: none;
  height: 100vh;
  left: 200px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: calc(100vw - 200px);
}

.header-item__navi__back {
  background: #fff;
  font-weight: bold;
  padding: 4vw 4vw 4vw 10.66667vw;
  position: relative;
}

.header-item__navi__back::before {
  border-bottom: 1.73333vw solid transparent;
  border-right: 1.73333vw solid #d0d0d0;
  border-top: 1.73333vw solid transparent;
  content: "";
  display: block;
  left: 5.33333vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-item__navi {
  height: 100vh;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 486px;
  z-index: 1;
}

.header-item__navi__inner {
  background: #e5d4ac;
  left: -385px;
  margin-left: 100px;
  width: 385px;
}

.header-item__navi__containar {
  -ms-overflow-style: none;
  height: 100vh;
  overflow: scroll;
  padding: 55px 55px 55px 36px;
  position: relative;
  scrollbar-width: none;
  width: 100%;
}

.header-item__navi__containar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.header-item__navi__containar dt {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 6vh;
}

.header-item__navi__containar dt span {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.header-item__navi__containar dd a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

.header-item__navi__containar dd img {
  flex: none;
  width: 150px;
}

.header-item__navi__containar dd p {
  color: #fff;
  font-size: 1.6rem;
  width: 125px;
}

.header-item__navi__containar dd + dd {
  border-top: 1px solid #efefef;
}

.header-item__navi__containar dd ul {
  margin-top: 10px;
}

.header-item__navi__containar dd ul a {
  color: #fff;
  font-size: 2.2rem;
  padding: 10px 0;
}

.header-item__text {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-name: fade-in-fast;
  animation-name: fade-in-fast;
  left: 70%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 2;
}

.header-item__visual {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.header-item__visual video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.header-share {
  align-items: center;
  background: #e4e4e4;
  border-radius: 20px;
  display: flex;
  height: 42px;
  justify-content: space-between;
  margin: 0 20px 22px;
  margin-bottom: 22px;
  padding: 0 12px;
}

.header-share li {
  width: 29px;
}

.header-recruit {
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
}

.header-recruit li {
  color: #fff;
  text-align: center;
  width: 50%;
}

.header-recruit li a {
  background-color: #14212a;
  background-image: url(../images/common/icon_header_recruit01.png);
  background-position: center top 25px;
  background-repeat: no-repeat;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 102px;
  line-height: 1;
  padding-top: 68px;
  text-align: center;
}

.header-recruit li:nth-child(2) a {
	background-color:	#2c794f;
	background-image:	url(../images/common/icon_header_recruit02.png);
	background-repeat:	no-repeat;
	background-position:center top 25px;
	height:				102px;
	
	font-size:			1.2rem;
	font-weight:		bold;
	line-height:		1.2;
	text-align: center;
	padding-top:		60px;
}

@-webkit-keyframes right-in {
  0% {
    display: none;
    opacity: 1;
    right: -250px;
  }
  80% {
    display: none;
    opacity: 1;
    right: -250px;
  }
  100% {
    display: block;
    opacity: 1;
    right: 0;
  }
}

@keyframes right-in {
  0% {
    display: none;
    opacity: 1;
    right: -250px;
  }
  80% {
    display: none;
    opacity: 1;
    right: -250px;
  }
  100% {
    display: block;
    opacity: 1;
    right: 0;
  }
}

@-webkit-keyframes left-in {
  0% {
    display: none;
    left: -170px;
    opacity: 0;
  }
  50% {
    display: none;
    left: -170px;
    opacity: 0;
  }
  100% {
    display: block;
    left: -100px;
    opacity: 1;
  }
}

@keyframes left-in {
  0% {
    display: none;
    left: -170px;
    opacity: 0;
  }
  50% {
    display: none;
    left: -170px;
    opacity: 0;
  }
  100% {
    display: block;
    left: -100px;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-fast {
  0% {
    display: none;
    opacity: 0;
  }
  80% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in-fast {
  0% {
    display: none;
    opacity: 0;
  }
  80% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes left-out02 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 1;
  }
}

@keyframes left-out02 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 1;
  }
}

@-webkit-keyframes left-in02 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes left-in02 {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

.page-top {
  background: url(../images/common/icon_backtop.png) no-repeat center/contain;
  bottom: 270px;
  cursor: pointer;
  height: 51px;
  position: fixed;
  right: 24px;
  width: 51px;
  z-index: 99;
}

.footer {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.footer-recruit {
  display: flex;
  width: 100%;
}

.footer-recruit li {
  color: #fff;
  text-align: center;
  width: 50%;
}

.footer-recruit li a {
  background-color: #14212a;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 90px;
  text-align: center;
}

.footer-recruit li a::before {
  background-image: url(../images/common/icon_header_recruit01.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 29px;
  margin-right: 18px;
  vertical-align: sub;
  width: 24px;
}

.footer-recruit li:nth-child(2) a {
  background-color: #2c794f;
}

.footer-recruit li:nth-child(2) a::before {
  background-image: url(../images/common/icon_header_recruit02.png);
}

.footer-share {
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.footer-share li {
  margin: 0 12px;
  width: 43px;
}

.footer__inner {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  justify-content: space-between;
  padding: 16px 0 20px 5%;
}

.footer__inner address {
  font-style: normal;
}

.footer__navi {
  display: flex;
}

.footer__navi li {
  margin-right: 20px;
}

.footer__navi li + li::before {
  border-left: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 20px;
  vertical-align: middle;
}

.footer__left {
  align-items: center;
  display: flex;
}

.footer__logo {
  flex: none;
  margin-right: 1.5em;
  width: 136px;
}

.page-head {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-top: 40px;
  position: relative;
  width: 100%;
}

.page-head span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 12px;
}

.page-head--visual {
  color: #fff;
  padding-bottom: 420px;
}

.page-head__title {
  display: inline-block;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
}

.page-head__title::after {
  background: #00a040;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 67px;
}

.page-head__text {
  bottom: -20px;
  position: absolute;
  right: 8%;
}

.news-item {
  border-bottom: 1px solid #e8e8e8;
}

.news-item a {
  display: block;
  padding: 25px 0;
}

.news-item dl {
  display: flex;
}

.news-item dl .news-item__date {
  color: #3399cc;
  flex: none;
  letter-spacing: 0.04em;
  margin-right: 1em;
  width: 92px;
}

.news-pager {
  font-size: 0;
  margin-top: 40px;
  text-align: center;
}

.news-pager li {
  display: inline-block;
  margin: 5px 3px;
  width: 44px;
}

.news-pager li a,
.news-pager li span {
  border: #ccc 1px solid;
  display: block;
  font-size: 1.4rem;
  line-height: 42px;
  text-align: center;
  transition: .2s;
}

.news-pager li a:hover,
.news-pager li span:hover {
  background: #008c38;
  border: #008c38 1px solid;
  color: #fff;
}

.news-pager li.is-current span {
  background: #008c38;
  border: #008c38 1px solid;
  color: #fff;
}

.news-pager li.prev {
  margin-right: 16px;
  width: 160px;
}

.news-pager li.prev a::before {
  border-bottom: 4px transparent solid;
  border-right: 7px #008c38 solid;
  border-top: 4px transparent solid;
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 8px;
  transition: .2s;
  vertical-align: middle;
}

.news-pager li.prev a:hover::before {
  border-right: 7px #fff solid;
}

.news-pager li.next {
  margin-left: 16px;
  width: 160px;
}

.news-pager li.next a::after {
  border-bottom: 4px transparent solid;
  border-left: 7px #008c38 solid;
  border-top: 4px transparent solid;
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 8px;
  transition: .2s;
  vertical-align: middle;
}

.news-pager li.next a:hover::after {
  border-left: 7px #fff solid;
}

.news-detail__head {
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 18px;
}

.news-detail__head dt {
  color: #3399cc;
  margin-bottom: 8px;
}

.news-detail__head dd {
  font-size: 2.4rem;
  font-weight: bold;
}

.news-detail__content {
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.news-navi {
  font-size: 0;
  margin-top: 70px;
  text-align: center;
}

.news-navi li {
  display: inline-block;
  margin: 5px 3px;
  width: 300px;
}

.news-navi li a,
.news-navi li span {
  border: #ccc 1px solid;
  display: block;
  font-size: 1.4rem;
  line-height: 48px;
  text-align: center;
  transition: .2s;
}

.news-navi li a:hover,
.news-navi li span:hover {
  background: #008c38;
  border: #008c38 1px solid;
  color: #fff;
}

.news-navi li.back a::before {
  background: url(../images/common/icon_news_navi.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-bottom: 2px;
  margin-right: 8px;
  transition: .2s;
  vertical-align: middle;
  width: 15px;
}

.news-navi li.back a:hover::before {
  background: url(../images/common/icon_news_navi_on.png) no-repeat center center/contain;
}

.news-navi li.prev {
  margin-right: 16px;
  width: 160px;
}

.news-navi li.prev a::before {
  border-bottom: 4px transparent solid;
  border-right: 7px #008c38 solid;
  border-top: 4px transparent solid;
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 8px;
  transition: .2s;
  vertical-align: middle;
}

.news-navi li.prev a:hover::before {
  border-right: 7px #fff solid;
}

.news-navi li.next {
  margin-left: 16px;
  width: 160px;
}

.news-navi li.next a::after {
  border-bottom: 4px transparent solid;
  border-left: 7px #008c38 solid;
  border-top: 4px transparent solid;
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 8px;
  transition: .2s;
  vertical-align: middle;
}

.news-navi li.next a:hover::after {
  border-left: 7px #fff solid;
}

.bottom-link {
  background: url(../images/career/bg_bottom-link.jpg) no-repeat center center/cover;
  margin-top: 150px;
  padding: 90px 15px;
}

.bottom-link .inner {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  padding: 40px 10px 50px;
  text-align: center;
  width: 100%;
}

.bottom-link .bottom-link_title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.bottom-link .bottom-link_btn {
  background: #008c38;
  color: #fff;
  font-size: 1.4rem;
  line-height: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
}

.bottom-link .bottom-link_btn a {
  display: block;
}

.bottom-link .bottom-link_btn a::before {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: 0.1em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.concept-title {
  color: #008c38;
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 45px;
  text-align: center;
}

.concept-title br.sp {
  display: none;
}

.relation-contents {
  border-top: 2px solid #e8e8e8;
  margin-top: 200px;
  padding-bottom: 80px;
  padding-top: 30px;
}

.relation-contents__title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.relation-contents__list {
  display: flex;
  justify-content: center;
}

.relation-contents__list li {
  margin-right: 2%;
  width: 32%;
}

.relation-contents__list li:nth-child(3n) {
  margin-right: 0;
}

.relation-contents__list li a {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 260px;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}

.relation-contents__list li:hover {
  opacity: .6;
}

.relation-contents__list li.educational_system {
  background: url(../images/common/img_header-navi_career01.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.environment {
  background: url(../images/common/img_header-navi_career02.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.person {
  background: url(../images/common/img_header-navi_recruit01.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.flow {
  background: url(../images/common/img_header-navi_recruit02.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.internship {
  background: url(../images/common/img_header-navi_recruit03.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.qa {
  background: url(../images/common/img_header-navi_recruit04.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.message {
  background: url(../images/common/img_header-navi_about01.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.customer-first {
  background: url(../images/common/img_header-navi_about02.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.products {
  background: url(../images/common/img_header-navi_about03.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.interview {
  background: url(../images/common/bg_interview.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.top-page {
  background: url(../images/common/bg_top-page.jpg) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.survey {
  background: url(../images/common/img_header-navi_special02.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.global {
  background: url(../images/common/img_header-navi_special01.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.minutes-3 {
  background: url(../images/common/img_header-navi_special03.png) no-repeat center center;
  background-size: cover;
}

.relation-contents__list li.history {
  background: url(../images/common/img_header-navi_about04.png) no-repeat center center;
  background-size: cover;
}

.recruitment__title {
  border-bottom: 2px solid #00a040;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.no_bw
{
	/*overflow-wrap: anywhere;*/	/* 収まらない場合に折り返す */
	/*word-break:keep-all;*/		/* 単語の分割はデフォルトに依存 */
	/*line-break: strict;*/			/* 禁則処理を厳格に適用 */
	display:			inline-block;
	/*white-space: 		nowrap;*/
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.33333vw;
  }
  body {
    font-size: 2.6rem;
    min-width: auto;
  }
  body.is-fix {
    position: fixed;
    width: 100%;
  }
  .content-wrap {
    display: block;
    min-height: calc(100vh - 13.33333vw);
    padding-left: 0;
    padding-top: 13.33333vw;
  }
  .contents-area {
    min-height: 100%;
  }
  .header {
    height: auto;
    width: 100%;
  }
	.is-fix .header {
		height: 100%;
	}
  .header .header-head {
    border-bottom: 2px solid #00a040;
    display: flex !important;
    justify-content: space-between;
    padding-left: 3.33333vw;
  }
  .header-head__menu {
    display: flex;
  }
  .header-head__menu li {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    width: 13.33333vw;
  }
  .header-head__menu li a {
    background-color: #14212a;
    background-image: url(../images/common/icon_header_recruit01.png);
    background-position: center top 2.66667vw;
    background-repeat: no-repeat;
    background-size: 4.53333vw;
    display: block;
    height: 13.33333vw;
    padding-top: 9.33333vw;
  }
  .header-head__menu li:nth-child(2) a {
    background-color: #2c794f;
    background-image: url(../images/common/icon_header_recruit02.png);
  }
  .header-head__menu #headerToggle {
    height: 13.33333vw;
    padding-top: 9.33333vw;
    position: relative;
  }
  .header-head__menu #headerToggle .line {
    -webkit-transform: translateX(-50%);
    background: #00a040;
    height: 0.53333vw;
    left: 50%;
    position: absolute;
    top: 4vw;
    transform: translateX(-50%);
    transition: 0.2s;
    width: 5.33333vw;
  }
  .header-head__menu #headerToggle .line:nth-child(2) {
    top: 6.26667vw;
  }
  .header-head__menu #headerToggle .line:nth-child(3) {
    top: 8.4vw;
  }
  .header-head__menu #headerToggle.is-open {
    background: #00a040;
  }
  .header-head__menu #headerToggle.is-open .line {
    background: #fff;
    top: 45%;
  }
  .header-head__menu #headerToggle.is-open .line:nth-child(1) {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .header-head__menu #headerToggle.is-open .line:nth-child(2) {
    opacity: 0;
  }
  .header-head__menu #headerToggle.is-open .line:nth-child(3) {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
	.header__logo {
		height: 13.33333vw;
	  	display: 			-webkit-flex;
		display: 			flex;
		align-items:		center;		/* 縦位置 */
		align-content: 		flex-start;	/* 横位置 */
		justify-content:	flex-start;	/* 並べ方 */
		flex-wrap: 			nowrap;
	}
	.header__logo a {
		display: 			-webkit-flex;
		display: 			flex;
		align-items:		center;		/* 縦位置 */
		align-content: 		flex-start;	/* 横位置 */
		justify-content:	flex-start;	/* 並べ方 */
		flex-wrap: 			nowrap;
		gap:				0 8px;
	}
	.header__logo br {
		height: 0px;
		font-size:	1px;
		line-height: 0;
  }
  .header__logo img {
    width: 28.66667vw;
  }
  .header__logo span {
    font-size: 2rem;
    text-align: left;
    visibility: sub;
  }
  .header-wrap {
    border-right: none;
	  background-color:	#fff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
  }
  .header-menu {
    margin: 0 6.66667vw 6.66667vw;
  }
  .header-item {
    padding: 0;
  }
  .header-item > a {
    font-size: 4.4rem;
    padding: 6.66667vw 0 4vw;
    padding: 3vh 0 2vh;
  }
  .header-item > a::before {
    border-bottom: 1.73333vw solid transparent;
    border-left: 1.73333vw solid #d0d0d0;
    border-top: 1.73333vw solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-item > a span {
    font-size: 2.4rem;
  }
  .header-inner {
    height: calc(100vh - 13.33333vw);
    max-height: 0;
    overflow-y: auto;
    transition: max-height 0.3s ease-out;
    width: 100%;
    z-index: 100;
  }
  .header-inner.is-open {
    max-height: 100vh;
	  height: 			100%;
    padding-bottom: 16vw;
  }
  .header-inner.is-open .header-recruit {
    opacity: 1;
    position: absolute;
  }
  .header-inner.is-open .header-bottom {
    opacity: 1;
  }
  .is-active.header-bottom {
    left: -100%;
    opacity: 1;
  }
  .is-inactive.header-bottom {
    -webkit-animation: 0.5s linear 0.1s left-in02 forwards;
    animation: 0.5s linear 0.1s left-in02 forwards;
  }
  .header-item__content.is-active {
    display: block;
  }
  .header-bottom {
    /*height: 100%;*/
	  height: 	fit-content;
    left: 0;
    opacity: 0;
    overflow-y: visible;
    position: relative;
    transition: .5s;
  }
  .header-item__content {
    display: none;
    height: 100%;
    left: 100%;
    opacity: 1;
    width: 100%;
  }
  .header-item__content.is-front {
    z-index: 10;
  }
  .header-item__navi {
    height: 100%;
    left: 0;
    opacity: 1;
    width: 100%;
  }
  .header-item__navi__inner {
    height: 100%;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .header-item__navi__containar {
    align-content: baseline;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    padding: 6rem 5rem;
  }
  .header-item__navi__containar dt {
    font-size: 5.6rem;
    margin-bottom: 3vh;
    width: 100%;
  }
  .header-item__navi__containar dt span {
    font-size: 2.8rem;
  }
  .header-item__navi__containar dd {
    margin-bottom: 6rem;
    width: 47%;
  }
  .header-item__navi__containar dd a {
    display: block;
    padding: 0;
  }
  .header-item__navi__containar dd img {
    flex: auto;
    width: 100%;
  }
  .header-item__navi__containar dd p {
    font-size: 3rem;
    margin-top: 5px;
    width: 100%;
  }
  .header-item__navi__containar dd + dd {
    border-top: none;
  }
  .header-item__text {
    display: none;
  }
  .header-item__visual {
    display: none;
  }
  .header-share {
    border-radius: 30px;
    height: 12vw;
    justify-content: flex-start;
    margin: 0 6.66667vw 6.66667vw;
  }
  .header-share li {
    width: 8.93333vw;
  }
  .header-share li:nth-child(1) {
    flex: none;
    width: 45vw;
  }
  .header-share li:nth-child(1) span.is-sp {
    color: #8f8d8d;
    display: inline-block !important;
    font-size: 3rem;
    letter-spacing: 0;
    margin-right: 0.5em;
  }
  .header-share li:not(:first-child) {
    margin-left: 0.8em;
  }
  .header-recruit {
    opacity: 0;
    position: relative;
    transition: 0.6s;
  }
  .header-recruit li a {
    background-image: none;
    font-size: 2.8rem;
    height: auto;
    letter-spacing: 0;
    line-height: 16vw;
    padding-top: 0;
  }
  .header-recruit li a::before {
    background-image: url(../images/common/icon_header_recruit01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 7.46667vw;
    margin-right: 2.66667vw;
    vertical-align: middle;
    width: 6.4vw;
  }
	
  .header-recruit li:nth-child(2) a {
		background-image: none;
		/*height: auto;*/
		/*height: 7.46667vw;*/
		height:				100%;
		font-size:			1.3rem;
		font-weight:		bold;
		line-height:		1.2;
		text-align:			center;

		display: 			-webkit-flex;
		display: 			flex;
		align-items:		center;			/* 縦位置 */
		align-content: 		center;		/* 横位置 */
		justify-content:	center;	/* 並べ方 */
		flex-wrap: 			wrap;

		box-sizing: 	border-box;
	  	padding:		0;
  }
  .header-recruit li:nth-child(2) a::before {
    background-image: url(../images/common/icon_header_recruit02.png);
	background-repeat:	no-repeat;
	background-position:left top;
	position:			relative;
	z-index:			1;
}
 .header-recruit li:nth-child(2) a .ct
{
	font-size:		2.0rem;
	line-height: 	1.2;
	text-align: 	left;
	display:		inline-block;
}	
	
  .page-top {
    bottom: 10px;
    height: 13.33333vw;
    right: 5px;
    width: 13.33333vw;
  }
  .footer-recruit {
    display: none;
  }
  .footer-share {
    display: none;
  }
  .footer__inner {
    display: block;
    font-size: 1.8rem;
  }
  .footer__inner address {
    text-align: center;
  }
  .footer__navi {
    display: none;
  }
  .footer__left {
    display: block;
  }
  .footer__logo {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 18.66667vw;
  }
  .page-head {
    height: 26.66667vw;
    margin-bottom: 8vw;
    padding-left: 5.33333vw;
    padding-top: 5.33333vw;
  }
  .page-head__text {
    bottom: -2.66667vw;
    width: 46.66667vw;
  }
  .news-item dl {
    display: block;
  }
  .news-item dl .news-item__date {
    width: 100%;
  }
  .news-pager li.prev {
    margin-right: 3px;
    width: 100px;
  }
  .news-pager li.next {
    margin-left: 3px;
    width: 100px;
  }
  .news-navi {
    margin-top: 9.33333vw;
  }
  .news-navi li {
    width: auto;
  }
  .news-navi li a,
  .news-navi li span {
    line-height: 10.66667vw;
    padding: 5px;
  }
  .news-navi li.prev {
    margin-right: 3px;
    width: 100px;
  }
  .news-navi li.next {
    margin-left: 3px;
    width: 100px;
  }
  .bottom-link {
    margin-top: 60px;
    padding: 60px 15px 80px;
  }
  .bottom-link .inner {
    padding: 40px 10px;
  }
  .bottom-link .bottom-link_title {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
  .bottom-link .bottom-link_btn {
    font-size: 2.4rem;
  }
  .concept-title {
    font-size: 4.4rem;
  }
  .concept-title br.sp {
    display: block;
  }
  .concept-title br.pc {
    display: none;
  }
  .relation-contents {
    margin-top: 60px;
  }
  .relation-contents__title {
    font-size: 4.2rem;
    margin-bottom: 30px;
  }
  .relation-contents__list {
    display: block;
  }
  .relation-contents__list li {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 94.28%;
  }
  .relation-contents__list li:nth-child(3n) {
    margin-right: auto;
  }
  .relation-contents__list li a {
    font-size: 3.6rem;
    height: 239px;
  }
  .recruitment__title {
    font-size: 4.2rem;
  }
}

@media (max-width: 768px) {
	.is-pc {
	display: none !important;
	}
	.is-sp {
	display: block !important;
	}
	.is-pc-ib {
		display: none !important;
	}

	.is-sp-ib {
		display: inline-block!important;
	}
}

@media screen and (min-width: 769px) {
  .header-wrap::after {
    background: url(../images/common/icon_header_arr.png) left 0px center;
    content: "";
    display: block;
    height: 47px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease;
    width: 18px;
    z-index: 1;
  }
  .header-item .is-show.header-item__content {
    display: block;
    opacity: 1;
  }
  .header-item .is-show.header-item__content .header-item__text {
    opacity: 1;
  }
  .header-item .is-show.header-item__content .header-item__navi {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: left-in;
    animation-name: left-in;
    left: -100px;
    opacity: 1;
    transition: all 5s ease;
  }
  .header-item .is-show > a::after {
    opacity: 1;
    right: -19px;
    z-index: 2;
  }
  .header-item__navi__inner::before {
    background-image: url(../images/common/img_header_menu01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -67px;
    top: 0;
    width: 68px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .footer__inner {
    display: block;
  }
  .footer__navi {
    margin-top: 10px;
  }
}
