nav {
  height: auto;
}
#gnavv > ul {
  display: table;
}
#gnavv > ul > li {
  /* 		  display: table-cell; */
  /* 		  margin-right: 2em; */
}
#gnavv > ul > li:hover {
  color: #fff;
  background-color: #19192b;
}
#gnavv > ul > li:hover > a {
  color: #fff;
}
#gnavv > ul > li:hover .menuv {
  max-height: 9999px;
  opacity: 1;
  margin-top: 65px;
  z-index: 10;
}
#gnavv > ul > li > a {
  display: block;
  padding: 25.5px 1em 15.5px;
  transition: all 0.2s ease-in;
}
#gnavv > ul .menuv {
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
#gnavv > ul .menuv .menu_inner {
  padding: 1em 0;
}
#gnavv > ul .menuv .menu_inner li {
  display: inline-block;
  /* 		  margin: 0 .5em; */
}
#gnavv > ul .menuv a {
  color: #fff;
}
.cd-fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.cd-scrolling-bg {
  min-height: 100%;
}
#gnavv .menuv .navi01 {
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 1%;
  width: 24%;
  font-size: 20px;
  letter-spacing: 2px;
}
#gnavv .menuv .navi01:hover {
  background-color: #7ba553;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#gnavv .menuv .navi01:last-child {
  border-right: 0;
}
#gnavv .menuv .navi01 span {
  font-size: 10px;
}
#gnavv .menuv .navi01 li {
  padding: 30px;
}

#gnavv .menuv .navi02 {
  width: 50%;
  text-align: left;
  font-size: 17px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
}
#gnavv .menuv .navi02 span {
  width: 50%;
  text-align: left;
  font-size: 13px;
}
#gnavv .menuv .li02_01 {
  width: 48%;
  margin-right: 4%;
  float: left;
  text-align: left;
}
#gnavv .menuv .li02_01 p {
  font-size: 23px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  margin-bottom: 10px;
}
#gnavv .menuv .li02_01 p span {
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
}
#gnavv .menuv .li02_01 p a {
  width: 100%;
}
#gnavv .menuv .li02_01 p a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#gnavv .menuv .li02_01 ul {
  width: 100%;
}
#gnavv .menuv .li02_01:last-child {
  margin-right: 0;
}
#gnavv .menuv .li02_02 {
  border-bottom: 1px dotted #fff;
  width: 85%;
  margin-right: 4%;
  float: left;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
#gnavv .menuv .li02_02:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 12px;
  width: 5px;
  height: 9px;
  background-image: url(../img/icon_03.png);
}
#gnavv .menuv .li02_02:hover {
  background-color: #7ba553;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#gnavv .menuv .li02_03 {
  border-bottom: 1px dotted #fff;
  width: 85%;
  margin-right: 4%;
  float: left;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
#gnavv .menuv .li02_03:after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: 12px;
  width: 5px;
  height: 9px;
  background-image: url(../img/icon_03.png);
}
#gnavv .menuv .li02_03:hover {
  background-color: #7ba553;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navivv {
  /* 			width: 15% !important; */
  float: left !important;
  padding-top: 7px;
  padding-left: 2em;
}
.naviv {
  width: 15% !important;
  float: right !important;
}

#gnavv {
  background-color: #fff;
}
#gnavv ul {
  width: 1080px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  -webkit-padding-start: 0;
  padding: 15px 0;
}
#gnavv ul .navi {
  list-style: none;
  border-left: 0.5px solid #59493f;
}
#gnavv ul .li_last:last-child {
  border-right: 0.5px solid #59493f;
}
#gnavv a {
  float: left;
  width: 24.8%;
  color: rgb(89, 73, 63);
  font-family: "Times New Roman", 游明朝, YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
#gnavv .navi {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  display: inline-block;
  padding: 10px 0 6px 0;
}
#gnavv .navi:hover {
  background-color: #59493f;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gnavv .navi span {
  font-size: 10px;
}
h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 300;
  font-size: 2.5em;
  letter-spacing: 8px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 30px 0;
}
h2 span {
  font-size: 0.4em;
  letter-spacing: 5px;
}
.bottom_line {
  background-image: url(../img/line_01.png);
  height: 6px;
  margin: -20px auto 22px auto;
}
.back_01 {
  height: 400px;
  background-image: url(../img/back_img_01.png);
  background-position: 50% 50%;
  margin-bottom: 120px;
}
.back_02 {
  height: 400px;
  background-image: url(../img/back_img_02.png);
  background-position: 50% 50%;
  margin-bottom: 120px;
}
.back_03 {
  height: 400px;
  background-image: url(../img/back_img_03.png);
  background-position: 50% 50%;
  margin-bottom: 120px;
}
.recruit {
}
.recruit_text {
  font-size: 22px !important;
  line-height: 35px;
  margin-bottom: 45px !important;
}
.more {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  letter-spacing: 2px;
  color: #59493f;
  background: #f3f3f3;
  padding: 12px 110px;
  margin-top: 50px;
  position: relative;
}
.more:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
  background-image: url(../img/icon_01.png);
}
.company_text {
  font-size: 13px !important;
  line-height: 30px;
  text-align: center;
  margin: 30px 0 35px 0;
}
.company {
  margin: 20px auto 80px auto;
}
.company ul {
  list-style: none;
  overflow: hidden;
  -webkit-padding-start: 0;
}
.company ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.company ul li:last-child {
  margin-right: 0%;
}
.company ul li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.company ul li p {
  color: #59493f;
}
.company ul li .company_text_01 {
  text-align: left;
  font-size: 18px !important;
  font-weight: 600;
}
.company ul li .company_text_01 span {
  font-weight: 300;
  font-size: 14px !important;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.company ul li .company_text_02 {
  text-align: left;
  font-size: 13px !important;
  line-height: 20px;
}
.company ul li .company_text_03 {
  width: 46px;
  float: right;
  font-size: 15px !important;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #53ad00;
  border-bottom: 1px solid #53ad00;
}
.container002 {
  top: 250px !important;
}
.container02 {
  width: 520px;
  position: absolute;
  left: 4%;
  top: 450px;
}
.contents02 {
  padding: 1.5em !important;
}
.contents03 {
  padding: 2.5em 4.5em 3em !important;
}
.contents02 p {
  letter-spacing: 2px !important;
}
.cross_text01 {
  font-size: 24px !important;
  text-align: left;
  margin: 0 !important;
}
.cross_text02 {
  font-size: 15px !important;
  text-align: left;
  margin: 0 0 15px 0 !important;
  border-bottom: 1px solid #59493f;
  padding-bottom: 8px;
}
.cross_text03 {
  font-size: 36px !important;
  margin: 0 !important;
}
.cross_text04 {
  font-size: 26px !important;
  font-style: italic;
  margin: 0 !important;
}
.cross_text05 {
  font-size: 18px !important;
  margin: 0 0 25px 0 !important;
  text-align: center;
  font-weight: 600;
}
.cross_text06 {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 34px !important;
  margin: 0 0 25px 0 !important;
  text-align: center;
  line-height: 55px;
}
.cross_text07 {
  font-size: 18px !important;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.cross_text07 span {
  font-size: 18px !important;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
  font-weight: 600;
}
.cross_text08 {
  font-size: 11px !important;
  color: #7ba553 !important;
  margin: -10px 0 20px 0;
  font-weight: 600;
}
.cross_text09 {
  font-size: 25px !important;
  color: #59493f !important;
  margin: 0;
  font-weight: 600;
  letter-spacing: 3px;
}
.cross_text10 {
  font-size: 14px !important;
  color: #59493f !important;
  line-height: 25px;
  margin-top: 30px;
  letter-spacing: 2px;
}
.cross_text10 span {
  font-size: 15px !important;
  color: #59493f !important;
  font-weight: 600;
  line-height: 25px;
}
.cross_text11 {
  font-size: 30px !important;
  color: #59493f !important;
  margin: 0 0 -20px 0 !important;
  letter-spacing: 2px;
}
.cross_text12 {
  font-size: 15px !important;
  color: #59493f !important;
  line-height: 28px;
  margin-top: 30px;
  letter-spacing: 2px;
}
.cross_text13 {
  font-size: 14px !important;
  color: #59493f !important;
  line-height: 25px;
  margin-top: 30px;
  letter-spacing: 2px;
}

#cross {
  margin: -110px 0 0 0;
}
#cross01 {
  margin-top: 50px;
  /* 			height: 672px; */
  background-image: url(../cross/img/cross_img_01.png);
  /* 		  background-position: 50% 50%; */
  /* 		  background-size: cover; */
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}
#cross01 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
  width: 1080px;
  margin: 0 auto;
}
#cross01 ul li {
  list-style: none;
  float: right;
  width: 45%;
}

#cross02 {
  margin-top: 20px;
}
#cross02 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
  width: 1080px;
  margin: 0 auto;
}
#cross02 ul li {
  list-style: none;
  float: right;
  width: 100%;
}

#cross03 {
  margin-top: 30px;
}
#cross03 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
  width: 1080px;
  margin: 0 auto;
}
#cross03 ul li {
  list-style: none;
  float: left;
  width: 48%;
  margin-right: 4%;
}
#cross03 ul li:last-child {
  margin-right: 0%;
}
#cross03 ul li .cross_text10:first-child {
  margin-top: 0px;
}

#cross04 {
  margin-top: 50px;
}
#cross04 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
  width: 1080px;
  margin: 0 auto;
}
#cross04 ul li {
  list-style: none;
  float: right;
  width: 100%;
}

#cross05 {
  margin-top: 50px;
  /* 			height: 672px; */
  background-image: url(../cross/img/cross_img_04.png);
  /* 		  background-position: 50% 50%; */
  /* 		  background-size: cover; */
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}
#cross05 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
  width: 1080px;
  margin: 0 auto;
}
#cross05 ul li {
  list-style: none;
  float: left;
  width: 45%;
}

#cross06 {
  margin-top: 50px;
}
#cross06 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
  width: 1080px;
  margin: 0 auto;
}
#cross06 ul li {
  list-style: none;
  float: right;
  width: 100%;
}
#cross07 {
  margin: -30px 0 0 0;
  padding-bottom: 50px;
}
#cross07 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
  width: 1080px;
  margin: 0 auto;
}
#cross07 ul li {
  list-style: none;
  float: left;
  width: 48%;
  margin-right: 4%;
}
#cross07 ul li:last-child {
  margin-right: 0%;
}
#cross07 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cross {
  margin: 20px auto 80px auto;
}
.cross ul {
  list-style: none;
  overflow: hidden;
  -webkit-padding-start: 0;
}
.cross ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-top: 2%;
}
.cross ul li:last-child {
  margin-right: 0%;
}
.cross ul li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cross ul li p {
  color: #59493f;
}
.cross ul li .cross_text_01 {
  text-align: left;
  font-size: 18px !important;
  font-weight: 600;
}
.cross ul li .cross_text_01 span {
  font-weight: 300;
  font-size: 14px !important;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.cross ul li .cross_text_02 {
  text-align: left;
  font-size: 13px !important;
  line-height: 20px;
  border-top: 1px solid #59493f;
  padding-top: 10px;
  margin-top: -7px;
}
.cross ul li .cross_text_03 {
  width: 46px;
  float: right;
  font-size: 15px !important;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #53ad00;
  border-bottom: 1px solid #53ad00;
}

.people_text01 {
  font-size: 24px !important;
  text-align: left;
  margin: 0 !important;
}
.people_text02 {
  font-size: 15px !important;
  text-align: left;
  margin: 0 0 15px 0 !important;
  border-bottom: 1px solid #59493f;
  padding-bottom: 8px;
}
.people_text03 {
  font-size: 36px !important;
  margin: 0 !important;
  text-align: left;
}
.people_text04 {
  font-size: 26px !important;
  font-style: italic;
  margin: 0 !important;
  text-align: left;
}
.people_text05 {
  font-size: 13px !important;
  margin: 0 !important;
  text-align: left;
  margin-top: 20px !important;
  font-weight: 600;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif !important;
}
.people_text06 {
  width: 150%;
  font-size: 22px !important;
  margin: 0 !important;
  text-align: left;
  margin-bottom: 20px !important;
  font-weight: 600;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif !important;
  color: #59493f;
  /* 	    text-shadow: 1px 1px 3px #333 !important; */
}
.people_text07 {
  width: 150%;
  font-size: 38px !important;
  margin: 0 !important;
  text-align: left;
  margin-bottom: 50px !important;
  font-weight: 600;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif !important;
  color: #59493f;
  /* 	    text-shadow: 1px 1px 3px #333 !important; */
  letter-spacing: 3px;
  line-height: 50px;
}
.people_text09 {
  font-size: 25px !important;
  color: #59493f !important;
  margin: 0;
  font-weight: 600;
  letter-spacing: 3px;
}
.people_text10 {
  font-size: 14px !important;
  color: #59493f !important;
  line-height: 25px;
  margin-top: 30px;
  letter-spacing: 2px;
}
#people {
  width: 1080px;
  margin: -110px auto 100px auto;
}
.people {
  margin: 20px auto 0px auto;
  padding-bottom: 40px;
}
.people ul {
  list-style: none;
  overflow: hidden;
  -webkit-padding-start: 0;
}
.people ul li {
  float: left;
  width: calc(96% / 3);
  margin-right: 2%;
  margin-top: 2%;
  text-align: center;
}
.people ul li:nth-child(3n) {
  margin-right: 0%;
}
.people ul li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.people ul li p {
  color: #59493f;
}
.people ul li .people_text_01 {
  text-align: center;
  font-size: 18px !important;
  font-weight: 300;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  letter-spacing: 2px;
}
.people ul li .people_text_01 span {
  font-size: 14px !important;
  font-weight: 600;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
}
.people ul li .people_text_02 {
  text-align: center;
  font-size: 10px !important;
  line-height: 16px;
  margin-top: -7px;
  color: #7ba553;
  font-weight: 600;
}
#people_back {
  margin: 40px 0 90px 0;
  height: 672px;
  background-image: url(img/people_bk_img_01.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#people01 {
  margin-top: 70px;
}
#people01 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
  width: 1080px;
  margin: 0 auto;
}
#people01 ul li {
  list-style: none;
  float: left;
  width: 47%;
  margin-right: 6%;
}
#people01 ul li img {
  width: 100%;
}
#people01 ul li:last-child {
  margin-right: 0%;
}
#people01 ul li .cross_text10:first-child {
  margin-top: 0px;
}

#people02 {
  width: 1080px;
  margin: 60px auto 100px auto;
}
#people02 img {
  width: 100%;
}
#info {
}
.info {
  margin: 20px auto 0px auto;
  padding-bottom: 40px;
}
.info ul {
  list-style: none;
  overflow: hidden;
  -webkit-padding-start: 0;
}
.info ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.info ul li:last-child {
  margin-right: 0%;
}
.info ul li p {
  background-color: #fff;
  padding: 40px 0;
  color: #59493f;
}
.info ul p:hover {
  background-color: #7ba553;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.info ul li .info_text_01 {
  text-align: center;
  font-size: 26px !important;
  font-weight: 300;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  letter-spacing: 2px;
  line-height: 18px;
}
.info ul li .info_text_01 span {
  font-size: 12px !important;
  font-weight: 600;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
}
#navi02 {
  background-color: #59493f;
}
#navi02 ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  -webkit-padding-start: 0;
  padding: 8px 0 6px 0;
}
#navi02 ul li {
  list-style: none;
  border-left: 0.5px solid #fff;
}
#navi02 a {
  color: #fff;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
#navi02 .navi01 {
  width: 15%;
  float: left;
  display: inline-block;
  padding: 3px 0 2px 0;
}
#navi02 .navi01 img {
  width: 150px;
}
#navi02 .navi01:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#navi02 .navi02 {
  width: 15%;
  float: right;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 14px;
  display: inline-block;
  padding: 5px 0;
}
#navi02 .navi02:hover {
  background-color: #fff;
  color: #59493f;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#navi02 .navi02 span {
  font-size: 10px;
}
#history {
  width: 1080px;
  margin: 0px auto;
  padding: 100px 0;
  text-align: center;
}
#history .history_text_01 {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 15px;
}
#history .history_text_02 {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-weight: 600;
}
#history img {
  margin: -3px 0;
}
.back {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  letter-spacing: 2px;
  color: #59493f;
  background: #f3f3f3;
  padding: 12px 110px;
  margin-top: 50px;
  position: relative;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  display: inline-block !important;
}
.back:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 21px;
  height: 21px;
  background-image: url(../img/icon_02.png);
}
.back:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#message {
  width: 1080px;
  margin: 0px auto;
  padding: 100px 0;
  text-align: center;
}
#message .message_text_01 {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 36px;
  font-weight: 600;
}
#message .message_text_01 span {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 300;
}
#message .message_text_02 {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
}
#message img {
  margin: -3px 0;
}

#positions {
  width: 1080px;
  margin: 0px auto;
  padding: 100px 0 20px 0;
  text-align: center;
}
.positions_text_01 {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 36px;
  font-weight: 300;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.positions_text_01 span {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 18px;
  font-weight: 300;
}
.positions_text_02 {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
}

.positions_text_03 {
  text-align: center;
  font-size: 23px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  border-bottom: 1px solid #59493f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.positions_text_04 {
  text-align: left;
  font-size: 13px;
  line-height: 24px;
}

#positions .positions {
}
#positions .positions ul {
  overflow: hidden;
  -webkit-padding-start: 0;
}
#positions .positions ul li {
  list-style: none;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
  width: 30.5%;
}
#positions .positions ul li:nth-child(3n) {
  margin-right: 0%;
}
#positions02 {
  width: 1080px;
  margin: 0px auto;
  padding: 0 0 120px 0;
  text-align: center;
}
#positions02 .positions02 {
}
#positions02 .positions02 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
}
#positions02 .positions02 ul li {
  list-style: none;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
  width: 48%;
}
#positions02 .positions02 ul li:nth-child(2n) {
  margin-right: 0%;
}
#positions02 .positions02 .positions_text_03 {
  text-align: left;
  font-size: 23px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
  border-bottom: 1px solid #59493f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#positions02 .positions02 .positions_text_03 span {
  font-size: 14px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

#value01 {
  width: 1080px;
  margin: 0px auto;
  padding: 100px 0 20px 0;
  text-align: center;
}
.value_text_01 {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 36px;
  font-weight: 300;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.value_text_01 span {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 18px;
  font-weight: 300;
}
.value_text_02 {
  line-height: 35px;
  margin: 30px 0 10px 0;
  color: #59493f;
  font-size: 18px;
  font-weight: 600;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
}
.value_text_03 {
  line-height: 35px;
  margin: 0 auto 1% auto;
  color: #59493f;
  text-align: left;
  font-size: 16px;
  width: 530px;
  font-weight: 300;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.value_text_003 {
  margin-bottom: 10%;
}

.value_text_03 span {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 22px;
  font-weight: 300;
}
.value_text_04 {
  text-align: center;
  font-size: 23px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  border-bottom: 1px solid #59493f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.value_text_05 {
  text-align: left;
  font-size: 13px;
  line-height: 24px;
}

#value01 .value01 {
}
#value01 .value01 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
}
#value01 .value01 ul li {
  list-style: none;
  float: left;
  margin-right: 2%;
  margin-top: 1%;
  margin-bottom: 3%;
  width: 15%;
}
#value01 .value01 ul li:nth-child(6n) {
  margin-right: 0%;
}
#value02 {
  width: 1080px;
  margin: 0px auto;
  padding: 0 0 120px 0;
  text-align: center;
}
#value02 .value02 {
}
#value02 .value02 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
}
#value02 .value02 ul li {
  list-style: none;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
  width: 48%;
}
#value02 .value02 ul li:nth-child(2n) {
  margin-right: 0%;
}
#value02 .value02 .value_text_04 {
  text-align: left;
  font-size: 23px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
  border-bottom: 1px solid #59493f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#value02 .value02 .value_text_04 span {
  font-size: 14px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

#career01 {
  width: 1080px;
  margin: 0px auto;
  padding: 100px 0 20px 0;
  text-align: center;
}
#career01 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
}
#career01 ul li {
  list-style: none;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 7%;
}
#career01 ul li:nth-child(2n) {
  margin-right: 0%;
}

#career02 {
  width: 1080px;
  margin: 0px auto;
  padding: 0 0 120px 0;
  text-align: center;
}
#career02 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
}
#career02 ul li {
  list-style: none;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 5%;
}
#career02 ul li:nth-child(2n) {
  margin-right: 0%;
}

ul .left01 {
  height: 200px;
  background: #b6cba2;
  position: relative;
  display: block;
  text-decoration: none;
  color: #59493f;
  text-align: center;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
ul .left01:after {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 259px solid transparent;
  border-right: 259px solid transparent;
  border-top: 40px solid #b6cba2;
}

ul .left02 {
  height: 250px;
  background: #9dbcd7;
  position: relative;
  display: block;
  text-decoration: none;
  color: #59493f;
  text-align: center;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
ul .left02:after {
  content: "";
  position: absolute;
  top: 250px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 259px solid transparent;
  border-right: 259px solid transparent;
  border-top: 40px solid #9dbcd7;
}

ul .left03 {
  height: 210px;
  background: #799dc7;
  position: relative;
  display: block;
  text-decoration: none;
  color: #59493f;
  text-align: center;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
ul .left03:after {
  content: "";
  position: absolute;
  top: 210px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 259px solid transparent;
  border-right: 259px solid transparent;
  border-top: 40px solid #799dc7;
}

ul .left04 {
  height: 180px;
  background: #a5a3c4;
  position: relative;
  display: block;
  text-decoration: none;
  color: #59493f;
  text-align: center;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}

ul .left05 {
  height: 190px;
  background: #ebe79a;
  position: relative;
  display: block;
  text-decoration: none;
  color: #59493f;
  text-align: center;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
ul .left05:after {
  content: "";
  position: absolute;
  top: 190px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 259px solid transparent;
  border-right: 259px solid transparent;
  border-top: 40px solid #ebe79a;
}

ul .left06 {
  height: 210px;
  background: #f1c19d;
  position: relative;
  display: block;
  text-decoration: none;
  color: #59493f;
  text-align: center;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
ul .left06:after {
  content: "";
  position: absolute;
  top: 210px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 259px solid transparent;
  border-right: 259px solid transparent;
  border-top: 40px solid #f1c19d;
}
ul .left07 {
  height: 210px;
  background: #f19d9d;
  position: relative;
  display: block;
  text-decoration: none;
  color: #59493f;
  text-align: center;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
/*
		ul .left07:after {
	    content: '';
	    position: absolute;
	    top: 210px;
	    left: 0;
	    width: 0;
	    height: 0;
	    border-left: 259px solid transparent;
	    border-right: 259px solid transparent;
	    border-top: 40px solid #f19d9d;
		}
*/

.career_text_01 {
  margin: 60px 0 100px 0;
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
}
.career_text_02 {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 36px;
  font-weight: 300;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.career_text_02 span {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 18px;
  font-weight: 300;
}
.career_text_03 {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 25px;
  text-align: center;
}
.career_text_04 {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
  font-size: 18px;
  text-align: left;
  padding: 0 40px;
  line-height: 28px;
  color: #59493f;
}
.career_text_05 {
  line-height: 35px;
  color: #59493f;
  font-size: 18px;
  font-weight: 600;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
  text-align: left;
  border-bottom: 1px dotted #59493f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 22px;
  margin-top: 0;
}
.career_text_05:before {
  content: "";
  display: block;
  position: relative;
  top: 20px;
  left: -14px;
  width: 5px;
  height: 9px;
  background-image: url(../img/icon.png);
}

#recruit01 {
  width: 1080px;
  margin: 0px auto;
  padding: 100px 0 0 0;
  text-align: center;
}
#recruit01 ul {
  overflow: hidden;
  -webkit-padding-start: 0;
  padding-top: 60px;
}
#recruit01 ul li {
  list-style: none;
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 5%;
}
#recruit01 ul li:nth-child(4n) {
  margin-right: 0%;
}
#recruit01 ul a {
}
#recruit01 ul a li {
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #59493f;
  padding: 1% 3%;
  color: #59493f;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
#recruit01 ul a li:hover {
  background-color: #d5d5d5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#recruit01 ul a li span {
  font-size: 12px;
}

#recruit02 {
  width: 1080px;
  margin: 0px auto;
  padding: 0 0 20px 0;
  text-align: center;
}
#recruit02 td,
th {
  padding: 15px;
}
#recruit02 th {
  background: #fff;
}
#recruit02 .even {
  background: #fbf8f0;
}
#recruit02 .odd {
  background: #fefcf9;
}
#recruit02 table {
  width: 100%;
  line-height: 25px;
  color: #59493f;
  border-top: 1px dotted #59493f;
  border-bottom: 1px dotted #59493f;
  border-collapse: collapse;
  padding: 15px;
}
#recruit02 th {
  width: 20%;
  vertical-align: text-top;
  border-top: 1px dotted #59493f;
  border-bottom: 1px dotted #59493f;
  border-collapse: collapse;
  padding: 15px;
}
#recruit02 td {
  width: 100%;
  text-align: left;
  border-top: 1px dotted #59493f;
  border-bottom: 1px dotted #59493f;
  border-collapse: collapse;
  padding: 15px;
}

#recruit03 {
  width: 1080px;
  margin: 0px auto;
  padding: 50px 0 20px 0;
  text-align: center;
}
#recruit03 td,
th {
  padding: 15px;
  border-left: 0;
  border-right: 0;
}
#recruit03 th {
  background: #fff;
}
#recruit03 .even {
  background: #fbf8f0;
}
#recruit03 .odd {
  background: #fefcf9;
}
#recruit03 table {
  width: 100%;
  line-height: 25px;
  color: #59493f;
  border-top: 1px dotted #59493f;
  border-bottom: 1px dotted #59493f;
  border-collapse: collapse;
  padding: 15px;
}
#recruit03 th {
  width: 20%;
  vertical-align: text-top;
  border-top: 1px dotted #59493f;
  border-bottom: 1px dotted #59493f;
  border-collapse: collapse;
  padding: 15px;
}
#recruit03 td {
  width: 100%;
  text-align: left;
  border-top: 1px dotted #59493f;
  border-bottom: 1px dotted #59493f;
  border-collapse: collapse;
  padding: 15px;
}

#recruit04 {
  width: 1080px;
  margin: 0px auto;
  padding: 50px 0 20px 0;
  text-align: center;
}
#recruit04 ul {
  border-bottom: 1px dotted #59493f;
  padding-bottom: 60px;
  margin-bottom: 60px;
  overflow: hidden;
  -webkit-padding-start: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit04 ul li {
  list-style: none;
  float: left;
  width: 12.5%;
  margin-right: 2%;
  padding: 1% 1%;
  background-color: #fff;
  border: 1px solid #e6e5e5;
}
#recruit04 ul li:nth-child(7n) {
  margin-right: 0%;
}
#recruit04 ul li:before {
  content: "";
  display: block;
  position: relative;
  top: 90px;
  left: -26px;
  width: 5px;
  height: 9px;
  background-image: url(../img/icon.png);
}
#recruit04 ul li img {
  width: 70%;
}

#recruit05 {
  width: 1080px;
  margin: 0px auto;
  padding: 30px 0 80px 0;
  text-align: center;
}
#recruit05 table,
td,
th {
  padding: 0;
  border: 0;
}
#recruit05 table {
  width: 100%;
  line-height: 25px;
  color: #59493f;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #59493f;
  display: inherit;
}
#recruit05 th {
  padding: 0 15px;
  width: 10%;
  vertical-align: middle;
}
#recruit05 td {
  padding: 0 15px;
  border-left: 0;
  border-right: 0;
  width: 100%;
  text-align: left;
}
#recruit05 a {
  color: #59493f;
  text-decoration: underline;
  display: block;
  word-break: break-all;
}

.recruit_text_01 {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 36px;
  font-weight: 300;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.recruit_text_01 span {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #59493f;
  font-size: 18px;
  font-weight: 300;
}
.recruit_text_02g {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #7ba553;
  font-size: 20px;
  font-weight: 600;
}
.recruit_text_02b {
  line-height: 35px;
  margin: 30px 0 40px 0;
  color: #4a86b5;
  font-size: 20px;
  font-weight: 600;
}
.recruit_text_03 {
  margin: 5px 0 5px 0;
  color: #59493f;
  font-size: 15px;
  font-weight: 600;
}
.recruit_text_04 {
  line-height: 20px;
  color: #59493f;
  font-size: 12px;
  font-weight: 300;
}
.recruit_text_05 {
  margin: 5px 0 5px 0;
  color: #59493f;
  font-size: 18px;
  font-weight: 600;
}
.recruit_text_06 {
  line-height: 20px;
  color: #59493f;
  font-size: 14px;
  font-weight: 300;
}

#personality {
  width: 1080px;
  margin: 0px auto;
  padding: 80px 0 80px 0;
  text-align: center;
}
.personality_text_01 {
  line-height: 35px;
  margin: 50px 0 40px 0;
  color: #59493f;
  font-size: 27px;
  font-weight: 300;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.personality_text_02 {
  line-height: 35px;
  margin: 30px 0 380px 0;
  color: #59493f;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff !important;
}

#pageTop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 10;
  margin: 0;
}
#pageTop a {
  display: block;
  z-index: 999;
  text-align: right;
  opacity: 0.8;
}
#pageTop a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pageTop a img {
  width: 20%;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.menu-container {
  display: none;
}
.sp {
  display: none !important;
}

footer .copyright {
  color: #ffffff;
  background: #ffffff;
}
footer .copyright p {
  color: #1b0f08;
}
