@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000000;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

body {
  font-family: "Noto Sans Japanese", serif;
  background-color: #f7f8f8;
  display: none;
}
@media only screen and (max-width: 819px) {
  body {
    display: block;
  }
}

a {
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.sec-intro {
  width: 100%;
  background-color: #f7f8f8;
  padding-top: 25px;
}
.sec-intro div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 188px;
  text-align: center;
  padding-top: 52px;
}
@media only screen and (max-width: 819px) {
  .sec-intro div {
    height: auto;
    padding-bottom: 52px;
  }
}
.sec-intro div h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  font-family: "Noto Sans Japanese", serif;
  margin-bottom: 25px;
}
.sec-intro div h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #727171;
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  margin-top: 9px;
}
.sec-intro div h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 819px) {
  .sec-intro div h3 {
    width: 90%;
    margin: 0 auto;
  }
}

.current:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 11px;
  background-color: #fff100;
}

.sp_visual {
  display: none !important;
}
@media only screen and (max-width: 819px) {
  .sp_visual {
    display: block !important;
  }
}

.sp_invisual {
  display: block;
}
@media only screen and (max-width: 819px) {
  .sp_invisual {
    display: none !important;
  }
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  width: 100%;
  background-color: #fff;
}

.global-nav {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  font-size: 0;
  height: 90px;
  border-top: 5px #2fa944 solid;
  border-bottom: 10px #f7f8f8 solid;
  position: relative;
  z-index: 12;
}
@media only screen and (max-width: 819px) {
  .global-nav {
    position: fixed;
    top: 0;
    height: 45px;
    border-top: none;
    border-bottom: 1px #959595 solid;
    text-align: left;
    -webkit-text-size-adjust: 100%;
  }
}
.global-nav:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 1px #2fa944 solid;
  width: 100%;
}
@media only screen and (max-width: 819px) {
  .global-nav:after {
    display: none;
  }
}
.global-nav div {
  width: 1150px;
  height: 105px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  .global-nav div {
    width: 100%;
    height: 46px;
    background-color: #fff;
    border-bottom: 1px #959595 solid;
    position: relative;
    z-index: 2;
  }
}
.global-nav div h1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
  margin-top: 6px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 819px) {
  .global-nav div h1 {
    position: absolute;
    left: 23px;
  }
  .global-nav div h1 img {
    width: 65px;
  }
}
@media only screen and (max-width: 819px) {
  .global-nav div > a {
    position: absolute;
    right: 23px;
    width: 22px;
    height: 30px;
    z-index: 2;
  }
  .global-nav div > a span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #434343;
    position: absolute;
    left: 0;
  }
  .global-nav div > a span:first-of-type {
    top: 14px;
  }
  .global-nav div > a span:nth-of-type(2) {
    top: 21px;
  }
  .global-nav div > a span:nth-of-type(3) {
    top: 28px;
  }
}
.global-nav div nav {
  display: inline-block;
}
@media only screen and (max-width: 819px) {
  .global-nav div nav {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: -500px;
    left: 0;
    z-index: 1;
    -moz-transition: 1.0s ease;
    -ms-transition: 1.0s ease;
    -o-transition: 1.0s ease;
    -webkit-transition: 1.0s ease;
    transition: 1.0s ease;
  }
}
.global-nav div nav ul {
  font-size: 0;
}
@media only screen and (max-width: 819px) {
  .global-nav div nav ul {
    margin-top: 87px;
  }
}
.global-nav div nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: -50px;
}
@media only screen and (max-width: 819px) {
  .global-nav div nav ul li {
    display: inline-block !important;
    width: 45%;
    margin-top: 0;
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
}
.global-nav div nav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
}
.global-nav div nav ul li a span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  color: #808080;
}
@media only screen and (max-width: 819px) {
  .global-nav div nav ul li a span {
    margin-top: -5px;
  }
}
.global-nav div nav ul li a img {
  vertical-align: middle;
}
.global-nav div nav ul li:first-child {
  margin-right: 22px;
}
.global-nav div nav ul li:nth-child(2) {
  margin-right: 26px;
}
.global-nav div nav ul li:nth-child(3) {
  margin-right: 39px;
}
.global-nav div nav ul li:nth-child(4) {
  margin-right: 38px;
}
.global-nav div nav ul li:nth-child(6) {
  margin-right: 36px;
}
.global-nav div nav ul li:nth-child(7) {
  margin-right: 36px;
}
.global-nav div nav ul li:nth-child(8) {
  margin-right: 53px;
}
.global-nav div nav ul li:nth-child(9), .global-nav div nav ul li:nth-child(10) {
  margin-right: 10px;
}
@media only screen and (max-width: 819px) {
  .global-nav div nav ul li:nth-child(2n) {
    margin-right: 5%;
  }
  .global-nav div nav ul li:nth-child(2n-1) {
    margin-left: 5%;
  }
  .global-nav div nav ul li:nth-child(12), .global-nav div nav ul li:nth-child(13) {
    width: 50%;
    height: 62px;
    border-top: 1px #c9caca solid;
    border-bottom: 1px #c9caca solid;
    margin: 25px 0 0;
    padding-top: 8px;
    text-align: center;
  }
  .global-nav div nav ul li:nth-child(12) img, .global-nav div nav ul li:nth-child(13) img {
    height: 53px;
  }
  .global-nav div nav ul li:nth-child(12) {
    background-color: #c4d700;
    margin-bottom: 0;
  }
  .global-nav div nav ul li:nth-child(13) {
    background-color: #f6f9e4;
    margin-bottom: 0;
  }
  .global-nav div nav ul li:nth-child(14) {
    width: 100%;
    height: 20px;
    background-color: #434343;
    text-align: center;
    margin-bottom: 0;
  }
  .global-nav div nav ul li:nth-child(14) a {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
  }
}
@media only screen and (max-width: 819px) {
  .global-nav div nav ul .sp_invisual {
    display: none !important;
  }
}
@media only screen and (max-width: 819px) {
  .global-nav div nav > img {
    width: 37px;
    position: absolute;
    bottom: 100px;
    right: 23px;
  }
}

.menu-open {
  top: 0 !important;
}

.pankuzu {
  width: 100%;
  height: 48px;
  border-bottom: 1px #959595 solid;
}
@media only screen and (max-width: 819px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu span {
  width: 900px;
  display: block;
  margin: 0 auto;
  padding-left: 160px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #727171;
  line-height: 50px;
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  width: 100%;
  background-color: #efece6;
  position: relative;
  z-index: 2;
}
footer > div {
  width: 100%;
  height: 95px;
  background-color: #8dc473;
  padding-top: 15px;
}
footer > div > div {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 819px) {
  footer > div > div {
    width: 100%;
    text-align: center;
  }
}
footer > div > div img {
  position: absolute;
  top: -82px;
  left: -340px;
  z-index: 2;
}
footer > div > div div {
  margin: 0 auto;
}
footer ul {
  font-size: 0;
  width: 811px;
  margin: 50px auto 63px auto;
}
@media only screen and (max-width: 819px) {
  footer ul {
    width: 100%;
    text-align: center;
    margin: 30px auto 30px auto;
  }
}
footer ul li {
  display: inline-block;
  margin-right: 37px;
  width: 167px;
  height: 112px;
  background-color: #2fa944;
  border: 4px #acddb4 solid;
  text-align: center;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 819px) {
  footer ul li {
    width: 140px;
    height: 94px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 641px) {
  footer ul li:nth-child(2) {
    margin-right: 0;
  }
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
footer ul li a h4 {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fffbc7;
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  line-height: 100%;
  padding-top: 26px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 819px) {
  footer ul li a h4 {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
footer ul li a h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff;
  font-weight: normal;
  line-height: 100%;
}
footer ul li:hover {
  background-color: #ffc400;
  border: 4px #fff3cc solid;
}
footer ul li:hover h4 {
  color: #de5514;
}
footer ul li:hover h3 {
  color: #000;
}
footer h1 {
  text-align: center;
}
@media only screen and (max-width: 819px) {
  footer h1 img {
    width: 100px;
  }
}
footer nav {
  font-size: 0;
  width: 491px;
  margin: 50px auto;
}
@media only screen and (max-width: 819px) {
  footer nav {
    width: 100%;
    margin: 25px auto;
  }
}
footer nav dl {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 819px) {
  footer nav dl {
    width: 30%;
  }
  footer nav dl:first-child {
    margin-left: 10px;
  }
}
footer nav dl dd a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 26px;
  color: #595757;
}
@media only screen and (max-width: 819px) {
  footer nav dl dd a {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
footer nav dl:nth-child(2) {
  margin: 0 94px;
}
@media only screen and (max-width: 819px) {
  footer nav dl:nth-child(2) {
    margin: 0 10px;
  }
}
footer address {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 29px;
  color: #595757;
  border-top: 1px #c9cacb solid;
  font-style: normal;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  footer address {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 20px;
  }
}

#social-list-container {
  position: fixed;
  left: 0;
  top: 206px;
  z-index: 100;
}
@media only screen and (max-width: 819px) {
  #social-list-container {
    display: none;
  }
}
#social-list-container ul li {
  margin-bottom: 10px;
}
#social-list-container ul li a {
  display: block;
  width: 41px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #666666;
}
#social-list-container ul li a:hover {
  background: #cc9999;
}
#social-list-container ul li a img {
  vertical-align: middle;
}

#back-to-container {
  position: fixed;
  right: 10px;
  bottom: 78px;
  z-index: 100;
  width: 78px;
}
#back-to-container img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
	index
----------------------------------------*/
#sec-top-main {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 819px) {
  #sec-top-main {
    margin-top: 47px;
  }
}
#sec-top-main > div {
  position: fixed;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 819px) {
  #sec-top-main > div {
    position: relative;
  }
}
#sec-top-main > div .bx-wrapper {
  box-shadow: none !important;
  border: none !important;
}
#sec-top-main > div .bx-wrapper .bx-viewport {
  border: none !important;
}
#sec-top-main > div .bx-wrapper .bx-viewport ul li {
  background-repeat: no-repeat;
  background-size: cover;
}
#sec-top-main > div .bx-wrapper .bx-viewport ul li .slide_link{
position:absolute; /* 絶対配置 */
	bottom:10%;
	left:50%; /* 左から半分 */
	width:100%; /* 大枠と同じ幅に */
	margin-left: -143px;
}

#sec-top-main > div #main_prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 25%;
  height: 100%;
}
#sec-top-main > div #main_prev a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: url("../images/home/img_prev.png"), url("../images/home/img_prev.cur"), pointer;
}
#sec-top-main > div #main_next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 25%;
  height: 100%;
}
#sec-top-main > div #main_next a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: url("../images/home/img_next.png"), url("../images/home/img_next.cur"), pointer;
}

#sec-top-nav {
  position: absolute;
  width: 100%;
  height: 110px;
  background-color: #fff;
  z-index: 11;
}
@media only screen and (max-width: 819px) {
  #sec-top-nav {
    display: none;
  }
}
#sec-top-nav .global-nav {
  border: none;
}
#sec-top-nav .global-nav:after {
  content: none;
}
#sec-top-nav .global-nav div {
  width: 1150px;
  margin: 0 auto;
}
#sec-top-nav .global-nav div h1 {
  margin-top: -20px;
}
#sec-top-nav .global-nav div nav ul li {
  margin-top: -20px;
}

.sec-top-content {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  .sec-top-content {
    width: 100%;
  }
}
.sec-top-content h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #71b462;
  line-height: 1.6;
  font-family: "Dosis", sans-serif;
  letter-spacing: 1.7;
  text-align: center;
  margin: 0 auto 30px auto;
}
.sec-top-content h2 img {
  display: block;
  margin: 0 auto;
}
.sec-top-content h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #71b462;
  line-height: 100%;
  font-weight: normal;
}

#sec-top-news {
  background-color: #fff;
  width: 100%;
  height: 655px;
  position: relative;
}
@media only screen and (max-width: 819px) {
  #sec-top-news {
    height: auto;
  }
}
#sec-top-news .sec-top-content {
  padding: 147px 0 56px 0;
}
@media only screen and (max-width: 819px) {
  #sec-top-news .sec-top-content {
    padding: 30px 0 56px 0;
  }
}
#sec-top-news .sec-top-content table {
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-top-news .sec-top-content table {
    width: 90%;
  }
}
#sec-top-news .sec-top-content table tr {
  height: 39px;
  border-bottom: 2px #d0d1d1 dashed;
  cursor: pointer;
}
#sec-top-news .sec-top-content table th {
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-top-news .sec-top-content table th {
    width: 20%;
    height: auto !important;
    vertical-align: middle;
  }
}
#sec-top-news .sec-top-content table th span {
  display: inline-block;
  width: auto;
  height: 20px;
  background-color: #32b16c;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 819px) {
  #sec-top-news .sec-top-content table th span {
    width: 100%;
    height: auto;
    padding-left: 2px;
    padding-right: 2px;
  }
}
#sec-top-news .sec-top-content table td {
  line-height: 39px;
}
@media only screen and (max-width: 819px) {
  #sec-top-news .sec-top-content table td {
    line-height: 20px;
    vertical-align: middle;
  }
}
#sec-top-news .sec-top-content table td:first-of-type {
  width: 63px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #30a944;
  text-align: center;
}
#sec-top-news .sec-top-content table td:nth-of-type(2) {
  font-size: 12px;
  font-size: 0.75rem;
  color: #595757;
}
#sec-top-news .sec-top-content > img {
  display: block;
  float: right;
  margin-right: -77px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 819px) {
  #sec-top-news .sec-top-content > img {
    margin-right: 0;
    margin-top: 0;
  }
}
#sec-top-news .sec-top-content:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#sec-top-topics {
  width: 100%;
  background-color: #efece6;
  margin-top: -85px;
  position: relative;
}
#sec-top-topics .sec-top-content {
  padding: 57px 0 28px 0;
  font-size: 0;
  position: relative;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics .sec-top-content {
    padding: 30px 0 0 0;
  }
}
#sec-top-topics .sec-top-content h2 {
  color: #de5514;
}
#sec-top-topics .sec-top-content h2 span {
  color: #de5514;
}
#sec-top-topics .sec-top-content > div {
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics .sec-top-content > div {
    text-align: center;
  }
}
#sec-top-topics .sec-top-content > div figure {
  width: 443px;
  height: 350px;
  background-color: #fff;
  display: inline-block;
  margin-right: 13px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics .sec-top-content > div figure {
    width: 147px;
    height: 200px;
  }
}
#sec-top-topics .sec-top-content > div figure:last-of-type {
  margin-right: 0;
}
#sec-top-topics .sec-top-content > div figure figcaption {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  color: #595757;
  font-weight: 500;
  margin: 0 0 14px;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics .sec-top-content > div figure figcaption {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
#sec-top-topics .sec-top-content > div figure div {
  width: 414px;
  height: 280px;
  border: 1px #efece6 solid;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics .sec-top-content > div figure div {
    width: 138px;
    height: 93px;
    height: 150px;
  }
}
#sec-top-topics .sec-top-content > div figure div div {
  width: 387px;
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 25px auto 0;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics .sec-top-content > div figure div div {
    width: 129px;
    height: 66px;
    margin: 15px auto 0;
  }
}
#sec-top-topics .sec-top-content > div figure div span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 100%;
  color: #595757;
  margin-top: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics .sec-top-content > div figure div span {
    margin-top: 10px;
  }
}
#sec-top-topics .sec-top-content > div figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sec-top-topics .sec-top-content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  color: #595757;
  font-weight: normal;
  text-align: center;
  margin: 40px 0 0;
}
#sec-top-topics .sec-top-content > img {
  position: absolute;
  bottom: -37px;
  left: 76px;
  z-index: 3;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics .sec-top-content > img {
    position: static;
    width: 80px;
  }
}
#sec-top-topics > p {
  width: 100%;
  margin-top: -155px;
  overflow: hidden;
}
#sec-top-topics > p span {
  display: block;
  width: 900px;
  height: 156px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics > p span {
    width: 100%;
  }
}
#sec-top-topics > p span img {
  position: absolute;
  bottom: 0;
  right: -197px;
}
@media only screen and (max-width: 819px) {
  #sec-top-topics > p span img {
    right: 0;
    width: 150px;
  }
}

#sec-top-works {
  position: relative;
}
#sec-top-works p {
  text-align: center;
  height: 52px;
  background-color: #e2e2e2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 52px;
  color: #71b462;
}
#sec-top-works p:first-of-type {
  letter-spacing: 2.4;
}
#sec-top-works p:nth-of-type(2) a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 52px;
  color: #71b462;
}
#sec-top-works > div {
  position: relative;
}
#sec-top-works > div > img {
  position: absolute;
  top: 116px;
  left: 50%;
  margin-left: -197px;
}
@media only screen and (max-width: 819px) {
  #sec-top-works > div > img {
    width: 300px;
    margin-left: -150px;
  }
}
#sec-top-works .bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  width: inherit !important;
}
#sec-top-works .bx-wrapper .bx-viewport {
  border: none !important;
}
#sec-top-works .bx-wrapper .bx-viewport ul {
  width: 100%;
}
#sec-top-works .bx-wrapper .bx-viewport ul li {
  margin: 0;
  padding: 0;
  height: 425px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec-top-works .bx-wrapper .bx-viewport ul li img {
  height: auto;
}

#sec-top-voice {
  background-color: #fff;
  position: relative;
}
#sec-top-voice .sec-top-content {
  padding: 30px 0 22px 0;
  margin: 0 auto;
}
#sec-top-voice .sec-top-content div {
  width: 190px;
  height: 190px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 350px;
  vertical-align: top;
}
@media only screen and (max-width: 819px) {
  #sec-top-voice .sec-top-content div {
    display: block;
    margin: 0 auto;
  }
}
#sec-top-voice .sec-top-content article {
  width: 255px;
  height: auto;
  border: 1px #d5d6d6 solid;
  padding: 30px 17px 17px 21px;
  position: relative;
  display: inline-block;
  margin-left: 47px;
}
@media only screen and (max-width: 819px) {
  #sec-top-voice .sec-top-content article {
    display: block;
    margin: 40px auto 0;
  }
}
#sec-top-voice .sec-top-content article:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -81px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-right: 30px solid #d5d6d6;
}
@media only screen and (max-width: 819px) {
  #sec-top-voice .sec-top-content article:before {
    left: 97px;
    top: -81px;
    border-right: none;
    border: 50px solid transparent;
    border-bottom: 30px solid #d5d6d6;
  }
}
#sec-top-voice .sec-top-content article:after {
  content: "";
  position: absolute;
  top: 50px;
  left: -80px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-right: 30px solid #fff;
}
@media only screen and (max-width: 819px) {
  #sec-top-voice .sec-top-content article:after {
    left: 97px;
    top: -80px;
    border-right: none;
    border: 50px solid transparent;
    border-bottom: 30px solid #fff;
  }
}
#sec-top-voice .sec-top-content article h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 1px #828080 solid;
  padding-bottom: 13px;
}
#sec-top-voice .sec-top-content article p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  color: #595757;
  margin-top: 7px;
  margin-bottom: 35px;
}
#sec-top-voice .sec-top-content article a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #71b462;
}

/*----------------------------------------
	culture
----------------------------------------*/
#sec-culture-intro div {
  background-image: url("../images/culture/bg_intro.jpg");
}

#sec-culture-about {
  padding: 50px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
}
@media only screen and (max-width: 819px) {
  #sec-culture-about {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-culture-about div {
  width: 800px;
  height: 800px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}
#sec-culture-about div h2 {
  text-align: center;
  padding: 27px 0;
}
#sec-culture-about div p {
  width: 464px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 auto 95px auto;
}
@media only screen and (max-width: 819px) {
  #sec-culture-about div {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  #sec-culture-about div h2 img {
    width: 200px;
  }
  #sec-culture-about div p {
    width: 90%;
    text-align: left;
    margin: 0 auto 50px auto;
  }
  #sec-culture-about div > img {
    width: 180px;
  }
}

#sec-culture-concept {
  padding: 50px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-culture-concept > div {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div {
    width: 100%;
  }
}
#sec-culture-concept > div h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  margin-bottom: 62px;
  text-align: center;
}
#sec-culture-concept > div h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #727171;
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  margin-top: 9px;
}
#sec-culture-concept > div > p {
  width: 510px;
  height: 43px;
  border-top: 2px #dcdcdc solid;
  border-bottom: 2px #dcdcdc solid;
  font-size: 20px;
  font-size: 1.25rem;
  color: #231815;
  line-height: 43px;
  margin-left: 290px;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div > p {
    width: 100%;
  }
}
#sec-culture-concept > div > p span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 27px;
}
#sec-culture-concept > div article {
  width: 679px;
  height: 750px;
  background-color: #fff;
  padding: 0 54px 0 67px;
  margin-top: 29px;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div article {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
#sec-culture-concept > div article > div:first-of-type {
  float: left;
  margin-top: -87px;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div article > div:first-of-type {
    width: 30%;
    margin-top: -50px;
    text-align: center;
  }
  #sec-culture-concept > div article > div:first-of-type > img {
    width: 100px;
  }
}
#sec-culture-concept > div article > div:first-of-type h4 {
  text-align: center;
  margin-top: 47px;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div article > div:first-of-type h4 {
    margin-top: 27px;
  }
  #sec-culture-concept > div article > div:first-of-type h4 img {
    width: 50px;
  }
}
#sec-culture-concept > div article > div:nth-of-type(2) {
  float: right;
  margin-top: 140px;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div article > div:nth-of-type(2) {
    width: 68%;
    margin-top: 70px;
    margin-right: 5px;
  }
}
#sec-culture-concept > div article > div:nth-of-type(2) p {
  width: 447px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div article > div:nth-of-type(2) p {
    width: 100%;
  }
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div article > div:nth-of-type(2) div {
    margin-left: -86px;
  }
}
#sec-culture-concept > div article > div:nth-of-type(2) div img {
  margin-right: 16px;
  vertical-align: middle;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div article > div:nth-of-type(2) div img {
    margin-right: 5px;
  }
}
#sec-culture-concept > div article > div:nth-of-type(2) div span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  color: #32b16c;
  vertical-align: middle;
}
#sec-culture-concept > div article > div:nth-of-type(2) div:first-of-type {
  margin-top: 58px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div article > div:nth-of-type(2) div:first-of-type {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #sec-culture-concept > div article > div:nth-of-type(2) div:first-of-type img {
    width: 35px;
  }
}
@media only screen and (max-width: 819px) {
  #sec-culture-concept > div article > div:nth-of-type(2) div:nth-of-type(2) {
    margin-bottom: 20px;
  }
  #sec-culture-concept > div article > div:nth-of-type(2) div:nth-of-type(2) img {
    width: 68px;
  }
}
#sec-culture-concept > div article:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	works
----------------------------------------*/
#sec-works-intro div {
  background-image: url("../images/works/bg_intro.jpg");
}
#sec-works-intro p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 23px;
  text-align: center;
  margin: 20px 0;
}
@media only screen and (max-width: 819px) {
  #sec-works-intro p {
    margin: 20px 15px;
  }
}

#sec-works-nav {
  width: 100%;
  height: 79px;
  background-color: #fff;
  border-top: 1px #959595 solid;
  border-bottom: 1px #959595 solid;
}
@media only screen and (max-width: 819px) {
  #sec-works-nav {
    height: 61px;
  }
}
#sec-works-nav ul {
  font-size: 0;
  text-align: center;
}
#sec-works-nav ul li {
  display: inline-block;
  margin-top: 11px;
  margin-right: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-works-nav ul li img {
    width: 60px;
  }
}

#sec-works-nav ul li:last-child {
	margin-right: 0;
}

#sec-works-list > div {
  width: 716px;
  margin: 7px auto 160px auto;
  font-size: 0;
}
@media only screen and (max-width: 819px) {
  #sec-works-list > div {
    width: 100%;
    text-align: center;
    margin: 7px auto 50px auto;
  }
}
#sec-works-list > div figure {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
#sec-works-list > div figure div {
  width: 220px;
  overflow: hidden;
}
#sec-works-list > div figure div img {
  width: 100%;
  height: 100%;
}
#sec-works-list > div figure figurecaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  display: inline-block;
  margin-top: 9px;
}
#sec-works-list > div figure a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sec-works-list > div figure:nth-of-type(3n-1) {
  margin: 0 28px;
}
@media only screen and (max-width: 819px) {
  #sec-works-list > div figure:nth-of-type(3n-1) {
    margin: 30px 0 0;
  }
}

#sec-works-detail {
  width: 716px;
  margin: 0 auto;
  padding: 30px 0 133px 0;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-works-detail {
    width: 100%;
  }
}
#sec-works-detail p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#sec-works-detail div {
  width: 540px;
  margin: 0 auto;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 819px) {
  #sec-works-detail div {
    width: 90%;
  }
}
#sec-works-detail div img {
  width: 100%;
  height: 100%;
}
#sec-works-detail ul {
  font-size: 0;
}
@media only screen and (max-width: 819px) {
  #sec-works-detail ul {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-works-detail ul li {
  display: inline-block;
  width: 220px;
  height: auto;
  margin-top: 37px;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 819px) {
  #sec-works-detail ul li {
    margin-top: 20px;
  }
}
#sec-works-detail ul li a {
  display: block;
  width: 220px;
  height: 145px;
  overflow: hidden;
}
#sec-works-detail ul li a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 819px) {
  #sec-works-detail ul li {
    width: 30%;
    height: auto;
  }
  #sec-works-detail ul li a {
    width: 100%;
  }
  #sec-works-detail ul li a img {
    width: 100%;
    height: 100%;
  }
}
#sec-works-detail ul li span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  display: block;
  margin-top: 9px;
}
#sec-works-detail ul li:nth-child(3n-1) {
  margin-left: 28px;
  margin-right: 28px;
}
@media only screen and (max-width: 819px) {
  #sec-works-detail ul li:nth-child(3n-1) {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*----------------------------------------
	voice
----------------------------------------*/
#sec-voice-intro div {
  background-image: url("../images/voice/bg_intro.jpg");
}

#sec-voice-content {
  width: 900px;
  margin: 0 auto;
  padding: 30px 0 85px 0;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
#sec-voice-content #sec-voice-category {
  width: 100px;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  position: relative;
  float: left;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-category {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
  }
}
#sec-voice-content #sec-voice-category:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
#sec-voice-content #sec-voice-category:after {
  content: "";
  width: 100%;
  border-bottom: 1px #898989 solid;
  position: absolute;
  bottom: 3px;
  left: 0;
}
#sec-voice-content #sec-voice-category dl {
  padding-top: 12px;
  padding-bottom: 19px;
}
#sec-voice-content #sec-voice-category dl dt {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #898989;
  margin-bottom: 10px;
}
#sec-voice-content #sec-voice-category dl dd a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  display: inline-block;
  position: relative;
  margin-left: 11px;
}
#sec-voice-content #sec-voice-category dl dd a:hover:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 11px;
  background-color: #fff100;
}
#sec-voice-content #sec-voice-list {
  float: right;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-list {
    float: none;
  }
}
#sec-voice-content #sec-voice-list article {
  width: 640px;
  border-top: 2px #000 solid;
  background-color: #fff;
  position: relative;
  margin-bottom: 50px;
  padding: 25px 60px 65px 60px;
  overflow: hidden;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-list article {
    width: 90%;
    padding: 25px 0 25px 0;
    margin: 0 auto 50px auto;
  }
}
#sec-voice-content #sec-voice-list article:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
#sec-voice-content #sec-voice-list article h1 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
  display: block;
  position: relative;
  width: 96px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-list article h1 {
    padding: 0 15px;
  }
}
#sec-voice-content #sec-voice-list article h1:after {
  content: "";
  width: 100%;
  height: 11px;
  background-color: #fff100;
  position: absolute;
  top: 8px;
  left: -1px;
  z-index: -1;
}
#sec-voice-content #sec-voice-list article h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-list article h2 {
    padding: 0 15px;
  }
}
#sec-voice-content #sec-voice-list article h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-list article h3 {
    padding: 0 15px;
  }
}
#sec-voice-content #sec-voice-list article p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-list article p {
    padding: 0 15px;
  }
}
#sec-voice-content #sec-voice-list article div:first-of-type {
  width: 450px;
  margin: 5px auto 30px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-list article div:first-of-type {
    width: auto;
    padding: 0 15px;
  }
}
#sec-voice-content #sec-voice-list article div:first-of-type img {
  max-width: 100%;
  height: auto;
}
#sec-voice-content #sec-voice-list article div:nth-of-type(2) {
  margin-top: 35px;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-list article div:nth-of-type(2) {
    padding: 0 15px;
  }
}
#sec-voice-content #sec-voice-list article div:nth-of-type(2) span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
}
#sec-voice-content #sec-voice-list article div:nth-of-type(2) p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
}
#sec-voice-content:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#sec-voice-content #sec-voice-footer {
  width: 760px;
  margin-left: 140px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-footer {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}
#sec-voice-content #sec-voice-footer img {
  width: 37px;
}
#sec-voice-content #sec-voice-footer ul {
  font-size: 0;
  margin-top: 5px;
}
#sec-voice-content #sec-voice-footer ul li {
  display: inline-block;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-footer ul li {
    width: 30%;
  }
}
#sec-voice-content #sec-voice-footer ul li a {
  display: block;
}
#sec-voice-content #sec-voice-footer ul li a p {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #8dc473;
  font-family: "Dosis", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-footer ul li a p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#sec-voice-content #sec-voice-footer ul li a p span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-footer ul li a p span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#sec-voice-content #sec-voice-footer ul li:first-child {
  text-align: left;
}
#sec-voice-content #sec-voice-footer ul li:first-child a > span {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  border: 25px solid transparent;
  border-right: 25px solid #7f7e7e;
  margin-right: 17px;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-footer ul li:first-child a > span {
    margin-right: 5px;
  }
}
#sec-voice-content #sec-voice-footer ul li:first-child a > span:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -23px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right: 25px solid #f7f8f8;
}
#sec-voice-content #sec-voice-footer ul li:first-child a:hover > span {
  border-right: 25px solid #7cac72;
}
#sec-voice-content #sec-voice-footer ul li:nth-child(2) {
  margin-left: 190px;
  margin-right: 190px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-footer ul li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
#sec-voice-content #sec-voice-footer ul li:nth-child(2) a p {
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-footer ul li:nth-child(2) a p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#sec-voice-content #sec-voice-footer ul li:nth-child(3) {
  text-align: right;
}
#sec-voice-content #sec-voice-footer ul li:nth-child(3) a > span {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  border: 25px solid transparent;
  border-left: 25px solid #7f7e7e;
  margin-left: 17px;
}
@media only screen and (max-width: 819px) {
  #sec-voice-content #sec-voice-footer ul li:nth-child(3) a > span {
    margin-left: 5px;
  }
}
#sec-voice-content #sec-voice-footer ul li:nth-child(3) a > span:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -27px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 25px solid #f7f8f8;
}
#sec-voice-content #sec-voice-footer ul li:nth-child(3) a:hover > span {
  border-left: 25px solid #7cac72;
}


.blog-active {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 11px;
  background-color: #fff100;
}

/*----------------------------------------
	company
----------------------------------------*/
#sec-company-intro div {
  background-image: url("../images/company/bg_intro.jpg");
}

#sec-company-about {
  padding: 50px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
}
#sec-company-about > div {
  width: 800px;
  height: 500px;
  background-color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-company-about > div {
    width: 90%;
    height: auto;
    padding-bottom: 20px;
  }
}
#sec-company-about > div h2 {
  text-align: center;
  padding: 10px 0 35px 0;
}
@media only screen and (max-width: 819px) {
  #sec-company-about > div h2 img {
    width: 100%;
  }
}
#sec-company-about > div div {
  margin-left: 50px;
}
@media only screen and (max-width: 819px) {
  #sec-company-about > div div {
    margin-left: 10px;
    margin-right: 10px;
  }
  #sec-company-about > div div img {
    width: 74px;
  }
}
#sec-company-about > div div p {
  display: inline-block;
  width: 420px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-left: 70px;
}
@media only screen and (max-width: 819px) {
  #sec-company-about > div div p {
    width: 67%;
    margin-left: 10px;
  }
}

#sec-company-message {
  padding: 50px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
}
#sec-company-message > div {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-company-message > div {
    width: 90%;
  }
}
#sec-company-message > div h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  margin-bottom: 62px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-company-message > div h2 {
    margin-bottom: 100px;
  }
}
#sec-company-message > div h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #727171;
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  margin-top: 9px;
}
#sec-company-message > div > p {
  width: 510px;
  height: 43px;
  border-top: 2px #dcdcdc solid;
  border-bottom: 2px #dcdcdc solid;
  font-size: 20px;
  font-size: 1.25rem;
  color: #231815;
  line-height: 43px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-left: 290px;
}
@media only screen and (max-width: 819px) {
  #sec-company-message > div > p {
    width: 175px;
    height: 40px;
    line-height: 30px;
    margin-left: 0;
    margin-top: -50px;
    float: right;
  }
}
#sec-company-message > div > p span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 27px;
}
#sec-company-message > div article {
  width: 719px;
  height: auto;
  background-color: #fff;
  padding: 0 14px 60px 67px;
  margin-top: 29px;
}
@media only screen and (max-width: 819px) {
  #sec-company-message > div article {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
  }
}
#sec-company-message > div article div:first-of-type {
  float: left;
  margin-top: -87px;
}
@media only screen and (max-width: 819px) {
  #sec-company-message > div article div:first-of-type {
    width: 30%;
    margin-top: -50px;
    text-align: center;
  }
  #sec-company-message > div article div:first-of-type > img {
    width: 100px;
  }
}
#sec-company-message > div article div:first-of-type h4 {
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 819px) {
  #sec-company-message > div article div:first-of-type h4 {
    margin-top: 27px;
  }
  #sec-company-message > div article div:first-of-type h4 img {
    width: 50px;
  }
}
#sec-company-message > div article div:nth-of-type(2) {
  float: right;
  margin-top: 60px;
}
@media only screen and (max-width: 819px) {
  #sec-company-message > div article div:nth-of-type(2) {
    width: 68%;
    margin-top: 74px;
    margin-right: 5px;
  }
}
#sec-company-message > div article div:nth-of-type(2) h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  color: #727171;
  font-weight: normal;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}
#sec-company-message > div article div:nth-of-type(2) p {
  width: 496px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 819px) {
  #sec-company-message > div article div:nth-of-type(2) p {
    width: 100%;
  }
}
#sec-company-message > div article:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#sec-company-info {
  padding: 155px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
  margin-top: -105px;
}
@media only screen and (max-width: 819px) {
  #sec-company-info {
    padding: 50px 0 70px 0;
    margin-top: 0;
  }
}
#sec-company-info > div {
  width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-company-info > div {
    width: 100%;
  }
}
#sec-company-info > div h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  margin-bottom: 62px;
  text-align: center;
}
#sec-company-info > div h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #727171;
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  margin-top: 9px;
}
#sec-company-info > div dl {
  height: 32px;
  margin-left: 20px;
  padding-top: 8px;
  border-bottom: 1px #727171 dotted;
}
@media only screen and (max-width: 819px) {
  #sec-company-info > div dl {
    height: auto !important;
    margin: 0 15px 0;
    padding: 5px 0;
  }
}
#sec-company-info > div dl dt {
  display: inline-block;
  width: 168px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: top;
}
@media only screen and (max-width: 819px) {
  #sec-company-info > div dl dt {
    width: 30%;
    float: left;
  }
}
#sec-company-info > div dl dd {
  display: inline-block;
  width: 728px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  vertical-align: top;
}
@media only screen and (max-width: 819px) {
  #sec-company-info > div dl dd {
    width: 70% !important;
    float: right;
  }
}
#sec-company-info > div dl dd a {
  cursor: pointer;
}
#sec-company-info > div dl:nth-of-type(2) {
  height: 230px;
}
#sec-company-info > div dl:nth-of-type(2) dd {
  width: 240px;
}
#sec-company-info > div dl:nth-of-type(2) dd:nth-of-type(4) {
	margin-top: 20px;
	margin-left: 168px;
}
#sec-company-info > div dl:nth-of-type(2) dd:nth-of-type(5) {
	width: 332px;
	margin-top: 20px;
}

@media only screen and (max-width: 819px) {
	#sec-company-info > div dl:nth-of-type(2) dd:nth-of-type(4) {
		margin-top: 0;
	}
}


#sec-company-info > div dl:nth-of-type(3) {
  height: 70px;
}
#sec-company-info > div dl:nth-of-type(3) dd, #sec-company-info > div dl:nth-of-type(4) dd {
  width: 231px;
}
#sec-company-info > div dl:nth-of-type(3) dd:nth-of-type(4) {
	margin-top: 10px;
	margin-left: 168px;
}
#sec-company-info > div dl:nth-of-type(3) dd:nth-of-type(5) {
	width: 470px;
	margin-top: 10px;
}

@media only screen and (max-width: 819px) {
	#sec-company-info > div dl:nth-of-type(3) dd:nth-of-type(4) {
		margin-top: 0;
	}
}

#sec-company-info > div dl:nth-of-type(4) {
  height: 70px;
}
#sec-company-info > div dl:nth-of-type(4) dd:nth-of-type(4) {
	margin-top: 10px;
	margin-left: 168px;
}
#sec-company-info > div dl:nth-of-type(4) dd:nth-of-type(5) {
	width: 470px;
	margin-top: 10px;
}

@media only screen and (max-width: 819px) {
	#sec-company-info > div dl:nth-of-type(4) dd:nth-of-type(4) {
		margin-top: 0;
	}
}


#sec-company-info > div dl:nth-of-type(9) {
  height: 100px;
}
#sec-company-info > div dl:nth-of-type(9) dd:first-of-type {
  width: 194px;
}
#sec-company-info > div dl:nth-of-type(9) dd:nth-of-type(2) {
  width: 226px;
}
#sec-company-info > div dl:nth-of-type(9) dd:nth-of-type(3) {
  width: 246px;
}
#sec-company-info > div dl:nth-of-type(10) dd {
  width: 109px;
}
#sec-company-info > div dl:nth-of-type(11) {
  height: 100px;
}
#sec-company-info > div dl:nth-of-type(11) dd {
  width: 165px;
}
#sec-company-info > div dl:nth-of-type(11) dd:nth-of-type(2) {
  width: 215px;
}
#sec-company-info > div dl:nth-of-type(13) {
  height: 120px;
}
@media only screen and (max-width: 819px) {
  #sec-company-info > div dl:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
}

#sec-company-chart {
  padding: 50px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
  background-color: #efece5;
}
#sec-company-chart > div {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 819px) {
  #sec-company-chart > div {
    width: 100%;
    text-align: center;
  }
}
#sec-company-chart > div h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  margin-bottom: 52px;
  text-align: center;
}
#sec-company-chart > div h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #727171;
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  margin-top: 9px;
}
#sec-company-chart > div img:first-of-type {
  position: absolute;
  top: 95px;
  left: -37px;
}
@media only screen and (max-width: 819px) {
  #sec-company-chart > div img:first-of-type {
    width: 50px;
    top: 50px;
    left: 15px;
  }
}
@media only screen and (max-width: 819px) {
  #sec-company-chart > div img:nth-of-type(2) {
    width: 95%;
  }
}

#sec-company-map {
  padding: 155px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
  margin-top: -105px;
}
@media only screen and (max-width: 819px) {
  #sec-company-map {
    padding: 50px 0 70px 0;
    margin-top: 0;
  }
}
#sec-company-map > div {
  width: 929px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-company-map > div {
    width: 100%;
  }
}
#sec-company-map > div h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  margin-bottom: 78px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-company-map > div h2 {
    margin-bottom: 50px;
  }
}
#sec-company-map > div h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #727171;
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  margin-top: 9px;
}
#sec-company-map > div ul {
  font-size: 0;
}
@media only screen and (max-width: 819px) {
  #sec-company-map > div ul {
    text-align: center;
  }
}
#sec-company-map > div ul li {
  display: inline-block;
  width: 399px;
  height: 399px;
  background-color: #fff;
  margin-bottom: 60px;
  padding: 14px;
  border: #898989 1px solid;
}
@media only screen and (max-width: 819px) {
  #sec-company-map > div ul li {
    width: 90%;
    height: auto;
    margin: 0 auto 60px;
  }
  #sec-company-map > div ul li iframe {
    width: 100%;
    height: auto;
  }
}
#sec-company-map > div ul li:nth-child(odd) {
  margin-right: 69px;
}
@media only screen and (max-width: 819px) {
	#sec-company-map > div ul li:nth-child(odd) {
	  margin-right: 0;
	}
}

#sec-company-map > div ul li span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
  color: #595757;
  display: block;
  margin-top: -40px;
  margin-bottom: 25px;
  text-align: center;
}

/*----------------------------------------
	recruit
----------------------------------------*/
#sec-recruit-intro div {
  background-image: url("../images/recruit/bg_intro.jpg");
}

#sec-recruit-nav {
  width: 100%;
  height: 79px;
  background-color: #fff;
  border-top: 1px #efefef solid;
  border-bottom: 1px #959595 solid;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-nav {
    height: auto;
  }
}
#sec-recruit-nav ul {
  font-size: 0;
  text-align: center;
  margin-top: 11px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-nav ul {
    margin: 11px 0;
    font-size: 0;
  }
}
#sec-recruit-nav ul li {
  display: inline-block;
  width: 200px;
  height: 60px;
  background-color: #70b461;
  margin-right: 16px;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 60px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-nav ul li {
    width: 40%;
    height: 40px;
    margin-right: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 40px;
  }
  #sec-recruit-nav ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  #sec-recruit-nav ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#sec-recruit-nav ul li a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 60px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-nav ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 40px;
  }
}
#sec-recruit-nav ul li:last-child {
  margin-right: 0;
}
#sec-recruit-nav ul li:hover {
  background-color: #317f25;
}
#sec-recruit-nav ul li.active {
  background-color: #317f25;
}

.sec-recruit {
  width: 760px;
  margin: 30px auto 116px auto;
  padding: 20px 7px 44px 7px;
  background-color: #fff;
  border-top: 2px #000 solid;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  .sec-recruit {
    width: 90%;
    margin: 30px auto 40px auto;
    padding: 20px 0 44px 0;
  }
}
.sec-recruit:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}

#sec-recruit-concept h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  color: #71b462;
  font-weight: 400;
  letter-spacing: 2px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-concept h1 {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-recruit-concept p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 21px;
  margin: 20px 0 50px 0;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-concept p {
    width: 90%;
    margin: 20px auto 50px auto;
  }
}
#sec-recruit-concept h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  font-weight: 500;
  border-bottom: 2px #000 solid;
  padding-bottom: 17px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-concept h2 {
    width: 90%;
    margin: 0 auto 29px;
  }
}
#sec-recruit-concept h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  color: #71b462;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 25px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-concept h3 {
    width: 90%;
    margin: 25px auto 0;
  }
}

#sec-recruit-message {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message {
    width: 100%;
  }
}
#sec-recruit-message nav {
  float: left;
  width: 100px;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message nav {
    float: none;
    width: 90%;
    margin: 30px auto 0;
  }
}
#sec-recruit-message nav:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
#sec-recruit-message nav:after {
  content: "";
  width: 100%;
  border-bottom: 1px #898989 solid;
  position: absolute;
  bottom: 3px;
  left: 0;
}
#sec-recruit-message nav dl {
  padding-top: 12px;
  padding-bottom: 19px;
}
#sec-recruit-message nav dl dt {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 100%;
  color: #898989;
  margin-bottom: 10px;
}
#sec-recruit-message nav dl dd a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  display: inline-block;
  position: relative;
  margin-left: 11px;
  cursor: pointer;
}
#sec-recruit-message nav dl dd a:hover:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 11px;
  background-color: #fff100;
}
#sec-recruit-message > div {
  float: right;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message > div {
    float: none;
  }
}
#sec-recruit-message > div > h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  color: #71b462;
  font-weight: 400;
  letter-spacing: 2px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message > div > h1 {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-recruit-message > div > p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 21px;
  margin: 20px 0 35px 0;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message > div > p {
    width: 90%;
    margin: 20px auto 35px auto;
  }
}
#sec-recruit-message > div > div {
  position: relative;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message > div > div {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-recruit-message > div > div #recruit-prev {
  position: absolute;
  top: 82px;
  left: -20px;
}
#sec-recruit-message > div > div #recruit-prev a {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  border: 25px solid transparent;
  border-right: 25px solid #7f7e7e;
}
#sec-recruit-message > div > div #recruit-prev a:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -23px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right: 25px solid #fff;
}
#sec-recruit-message > div > div #recruit-prev a:hover {
  border-right: 25px solid #7cac72;
}
#sec-recruit-message > div > div #recruit-next {
  position: absolute;
  top: 82px;
  right: -20px;
}
#sec-recruit-message > div > div #recruit-next a {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  border: 25px solid transparent;
  border-left: 25px solid #7f7e7e;
}
#sec-recruit-message > div > div #recruit-next a:after {
  content: "";
  position: absolute;
  top: -25px;
  right: -23px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 25px solid #fff;
}
#sec-recruit-message > div > div #recruit-next a:hover {
  border-left: 25px solid #7cac72;
}
#sec-recruit-message > div > div .bx-wrapper {
  box-shadow: none;
  border: none;
}
#sec-recruit-message > div > div .bx-wrapper ul li {
  position: relative;
  width: 120px;
  height: 235px;
}
#sec-recruit-message > div > div .bx-wrapper ul li span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 25px;
}
#sec-recruit-message > div > div .bx-wrapper ul li div {
  width: 120px;
  overflow: hidden;
}
#sec-recruit-message > div > div .bx-wrapper ul li div img {
  width: 100%;
  height: 100%;
}
#sec-recruit-message > div > div .bx-wrapper ul li p:first-of-type {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 300;
  margin-top: 7px;
  margin-bottom: 6px;
}
#sec-recruit-message > div > div .bx-wrapper ul li p:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 500;
}
#sec-recruit-message > div > div .bx-wrapper ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#sec-recruit-message:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sec-recruit-message #sec-recruit-message-list article {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message #sec-recruit-message-list article {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#sec-recruit-message #sec-recruit-message-list article:after {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  border-top: 2px #000 solid;
}
#sec-recruit-message #sec-recruit-message-list article span {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  font-weight: 400;
}
#sec-recruit-message #sec-recruit-message-list article h1 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  font-weight: 300;
  width: 590px;
  margin: 40px auto 25px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message #sec-recruit-message-list article h1 {
    width: 100%;
  }
}
#sec-recruit-message #sec-recruit-message-list article > div {
  margin-left: 250px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message #sec-recruit-message-list article > div {
    margin-left: 0;
  }
}
#sec-recruit-message #sec-recruit-message-list article > div > span {
  display: block;
  float: left;
  width: 120px;
  overflow: hidden;
  margin-right: 15px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message #sec-recruit-message-list article > div > span {
    margin-right: 10px;
  }
}
#sec-recruit-message #sec-recruit-message-list article > div > span img {
  width: 100%;
  height: 100%;
}
#sec-recruit-message #sec-recruit-message-list article > div div {
  float: left;
  width: 204px;
  text-align: left;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message #sec-recruit-message-list article > div div {
    width: 129px;
  }
}
#sec-recruit-message #sec-recruit-message-list article > div div h2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  margin: 22px 0 10px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message #sec-recruit-message-list article > div div h2 {
    margin: 0 0 10px;
  }
}
#sec-recruit-message #sec-recruit-message-list article > div div span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 300;
}
#sec-recruit-message #sec-recruit-message-list article > div div p:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  margin-bottom: 11px;
  font-weight: 500;
}
#sec-recruit-message #sec-recruit-message-list article > div div p:nth-of-type(2) {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  font-weight: 300;
}
#sec-recruit-message #sec-recruit-message-list article > div:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sec-recruit-message #sec-recruit-message-list article ul li {
  width: 590px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-message #sec-recruit-message-list article ul li {
    width: 100%;
  }
}
#sec-recruit-message #sec-recruit-message-list article ul li h3 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  width: 75px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
#sec-recruit-message #sec-recruit-message-list article ul li h3:after {
  content: "";
  width: 100%;
  height: 11px;
  background-color: #fff100;
  position: absolute;
  top: 6px;
  left: -1px;
  z-index: -1;
}
#sec-recruit-message #sec-recruit-message-list article ul li h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
  margin: 22px 0 16px;
}
#sec-recruit-message #sec-recruit-message-list article ul li p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: left;
}

#sec-recruit-guideline {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-guideline {
    width: 100%;
  }
}
#sec-recruit-guideline nav {
  float: left;
  width: 100px;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-guideline nav {
    float: none;
    width: 90%;
    margin: 30px auto 0;
  }
}
#sec-recruit-guideline nav:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
#sec-recruit-guideline nav:after {
  content: "";
  width: 100%;
  border-bottom: 1px #898989 solid;
  position: absolute;
  bottom: 3px;
  left: 0;
}
#sec-recruit-guideline nav dl {
  padding-top: 12px;
  padding-bottom: 19px;
}
#sec-recruit-guideline nav dl dt {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 100%;
  color: #898989;
  margin-bottom: 10px;
}
#sec-recruit-guideline nav dl dd a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  position: relative;
  display: inline-block;
  margin-left: 11px;
  cursor: pointer;
}
#sec-recruit-guideline nav dl dd a:hover:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 11px;
  background-color: #fff100;
}
#sec-recruit-guideline > div {
  float: right;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-guideline > div {
    float: none;
    width: 90%;
  }
}
#sec-recruit-guideline > div > h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  color: #71b462;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-guideline > div > h1 {
    width: 90%;
    margin: 0 auto 10px;
  }
}
#sec-recruit-guideline > div h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 35px;
  color: #898989;
  font-weight: 400;
  letter-spacing: 2px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-guideline > div h2 {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-recruit-guideline > div > p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  font-weight: 300;
  margin: 20px 0 35px 0;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-guideline > div > p {
    width: 90%;
    margin: 20px auto 35px auto;
  }
}
#sec-recruit-guideline > div > div {
  border: 2px #898989 solid;
  padding: 24px 35px 34px;
  margin: 0 24px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-guideline > div > div {
    padding: 24px 10px 34px;
    margin: 0 5%;
  }
}
#sec-recruit-guideline > div > div h1 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px #000 solid;
  margin-bottom: 20px;
}
#sec-recruit-guideline > div > div dl {
  text-align: left;
  margin-bottom: 20px;
}
#sec-recruit-guideline > div > div dl dt {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  font-weight: 500;
  width: 178px;
}
#sec-recruit-guideline > div > div dl dd {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  font-weight: 300;
  width: 460px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-guideline > div > div dl dd {
    width: 100%;
  }
}
#sec-recruit-guideline > div > div dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sec-recruit-guideline > div > div ul {
  font-size: 0;
  margin-top: 50px;
}
#sec-recruit-guideline > div > div ul li {
  display: inline-block;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#sec-recruit-guideline > div > div ul li a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 58px;
}
#sec-recruit-guideline > div > div ul li:first-of-type {
  width: 198px;
  height: 58px;
  background-color: #70b461;
  margin-right: 45px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-guideline > div > div ul li:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#sec-recruit-guideline > div > div ul li:first-of-type a {
  color: #fff;
}
#sec-recruit-guideline > div > div ul li:nth-of-type(2) {
  width: 194px;
  height: 54px;
  border: 2px #595757 solid;
}
#sec-recruit-guideline > div > div ul li:nth-of-type(2) a {
  color: #595757;
}
#sec-recruit-guideline > div > div ul li:hover {
  background-color: #317f25;
}
#sec-recruit-guideline:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#sec-recruit-flow {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow {
    padding-left: 0;
    padding-right: 0;
  }
}
#sec-recruit-flow > h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  color: #71b462;
  font-weight: 400;
  letter-spacing: 2px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow > h1 {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-recruit-flow ul {
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 47px;
}
#sec-recruit-flow ul li {
  display: inline-block;
  width: 300px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow ul li {
    width: 50%;
    vertical-align: top;
  }
}
#sec-recruit-flow ul li span {
  font-size: 45px;
  font-size: 2.8125rem;
  list-style: 35px;
  color: #71b462;
  text-align: left;
}
#sec-recruit-flow ul li p {
  font-size: 15px;
  font-size: 0.9375rem;
  list-style: 25px;
  font-weight: 200;
  display: inline-block;
  margin-left: 10px;
  text-align: left;
}
#sec-recruit-flow ul li img {
  margin-top: 10px;
}
#sec-recruit-flow ul li:nth-child(n+3) {
  margin-top: 20px;
}
#sec-recruit-flow #sec-recruit-form {
  padding-top: 105px;
  margin-top: -105px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form {
    width: 95%;
    margin: -105px auto 0;
  }
}
#sec-recruit-flow #sec-recruit-form > div {
  border: 2px #898989 solid;
  padding: 24px 35px 50px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div {
    padding: 24px 15px 50px;
  }
}
#sec-recruit-flow #sec-recruit-form > div h1 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px #000 solid;
  margin-bottom: 20px;
}
#sec-recruit-flow #sec-recruit-form > div p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  text-align: center;
}
#sec-recruit-flow #sec-recruit-form > div .caution {
  color: #e60012;
}
#sec-recruit-flow #sec-recruit-form > div form {
  border-top: 1px #a0a0a0 solid;
  margin-top: 20px;
  text-align: left;
}
#sec-recruit-flow #sec-recruit-form > div form dl {
  margin-top: 15px;
  font-size: 0;
}
#sec-recruit-flow #sec-recruit-form > div form dl dt {
  width: 153px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  float: left;
}
#sec-recruit-flow #sec-recruit-form > div form dl dd {
  width: 462px;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form dl dd {
    width: 100%;
    float: none;
  }
}
#sec-recruit-flow #sec-recruit-form > div form dl dd p {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  text-align: left;
  vertical-align: text-top;
}
#sec-recruit-flow #sec-recruit-form > div form dl dd span {
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form dl dd span {
    float: none;
    display: block;
  }
}
#sec-recruit-flow #sec-recruit-form > div form dl dd:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(3) dd input[type=text] {
  margin-left: 10px;
  margin-right: 10px;
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(3) dd input[type=text]:first-of-type {
  width: 86px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(3) dd input[type=text]:first-of-type {
    width: 40px;
  }
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(3) dd input[type=text]:nth-of-type(n+2) {
  width: 56px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(3) dd input[type=text]:nth-of-type(n+2) {
    width: 30px;
  }
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(4) dd input[type=text], #sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(5) dd input[type=text] {
  width: 312px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(4) dd input[type=text], #sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(5) dd input[type=text] {
    width: 95%;
  }
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(6) dt {
  height: 100px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(6) dt {
    height: auto;
  }
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(6) dd:first-of-type input[type=text] {
  width: 86px;
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(6) dd:nth-of-type(n+2) {
  margin-top: 10px;
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(6) dd input {
  margin-left: 15px;
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(6) dd span {
  float: none;
  margin-left: 15px;
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(9) dt {
  height: 90px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(9) dt {
    height: auto;
  }
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(9) dd {
  width: 200px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(9) dd {
    width: 95%;
  }
}
#sec-recruit-flow #sec-recruit-form > div form dl:nth-of-type(9) dd:nth-of-type(n+3) {
  margin-top: 5px;
}
#sec-recruit-flow #sec-recruit-form > div form dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sec-recruit-flow #sec-recruit-form > div form > p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: left;
  margin: 60px 0 20px 0;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form > p {
    margin: 20px 0;
  }
}
#sec-recruit-flow #sec-recruit-form > div form > p strong {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
}
#sec-recruit-flow #sec-recruit-form > div form #privacy {
  width: 615px;
  height: 251px;
  border: 2px #eeeeee solid;
  overflow: auto;
  padding: 15px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form #privacy {
    width: 100%;
    padding: 0;
  }
}
#sec-recruit-flow #sec-recruit-form > div form #privacy p {
  text-align: left;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form #privacy p {
    margin: 5px;
  }
}
#sec-recruit-flow #sec-recruit-form > div form div:nth-of-type(2) {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 14px;
}
#sec-recruit-flow #sec-recruit-form > div form div:nth-of-type(2) input[type=submit] {
  width: 200px;
  height: 60px;
  background-color: #70b461;
  border-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 60px;
  color: #fff;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  margin: 30px auto 0 auto;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#sec-recruit-flow #sec-recruit-form > div form div:nth-of-type(2) input[type=submit]:hover {
  background-color: #317f25;
}
#sec-recruit-flow #sec-recruit-form > div form input[type=text],
#sec-recruit-flow #sec-recruit-form > div form input[type=email],
#sec-recruit-flow #sec-recruit-form > div form input[type=checkbox],
#sec-recruit-flow #sec-recruit-form > div form textarea {
  box-shadow: none;
  border: 2px #eeeeee solid;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#sec-recruit-flow #sec-recruit-form > div form input[type=text] {
  width: 331px;
  height: 31px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form input[type=text] {
    width: 95%;
  }
}
#sec-recruit-flow #sec-recruit-form > div form input[type=email] {
  width: 246px;
  height: 31px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form input[type=email] {
    width: 95%;
  }
}
#sec-recruit-flow #sec-recruit-form > div form input[type=checkbox] {
  width: 21px;
  height: 21px;
  margin-right: 15px;
  position: relative;
}
#sec-recruit-flow #sec-recruit-form > div form input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 5%;
  left: 25%;
  width: 5px;
  height: 9px;
  border-right: 3px solid #123;
  border-bottom: 3px solid #123;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sec-recruit-flow #sec-recruit-form > div form textarea {
  width: 457px;
  height: 155px;
}
@media only screen and (max-width: 819px) {
  #sec-recruit-flow #sec-recruit-form > div form textarea {
    width: 95%;
  }
}

/*----------------------------------------
	about
----------------------------------------*/
#sec-about-intro div {
  background-image: url("../images/about/bg_intro.jpg");
}

#sec-about-about {
  padding: 50px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
}
@media only screen and (max-width: 819px) {
  #sec-about-about {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-about-about > div {
  width: 800px;
  height: 800px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}
#sec-about-about > div h2 {
  text-align: center;
  padding-top: 50px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 40px;
  color: #70b461;
  font-weight: normal;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
}
#sec-about-about > div img {
  margin-top: -65px;
  margin-bottom: 20px;
}
#sec-about-about > div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
}
@media only screen and (max-width: 819px) {
  #sec-about-about > div {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  #sec-about-about > div h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #sec-about-about > div img {
    width: 200px;
    margin-top: 0;
  }
  #sec-about-about > div p {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
  #sec-about-about > div img {
    width: 90%;
  }
}

#sec-about-message {
  padding: 50px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
}
#sec-about-message > div {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div {
    width: 90%;
  }
}
#sec-about-message > div h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  margin-bottom: 62px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div h2 {
    margin-bottom: 100px;
  }
}
#sec-about-message > div h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #727171;
  font-family: "Dosis", sans-serif;
  font-weight: normal;
  margin-top: 9px;
}
#sec-about-message > div > p {
  width: 510px;
  height: 43px;
  border-top: 2px #dcdcdc solid;
  border-bottom: 2px #dcdcdc solid;
  font-size: 20px;
  font-size: 1.25rem;
  color: #231815;
  line-height: 43px;
  margin-left: 290px;
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div > p {
    width: 174px;
    height: 60px;
    line-height: 25px;
    margin-left: 0;
    margin-top: -70px;
    float: right;
  }
}
#sec-about-message > div > p span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 27px;
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div > p span {
    margin-right: 0;
  }
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
}
#sec-about-message > div article {
  width: 679px;
  height: 800px;
  background-color: #fff;
  padding: 0 54px 0 67px;
  margin-top: 29px;
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div article {
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
  }
}
#sec-about-message > div article div:first-of-type {
  float: left;
  margin-top: -87px;
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div article div:first-of-type {
    width: 30%;
    margin-top: -50px;
    text-align: center;
  }
  #sec-about-message > div article div:first-of-type > img {
    width: 100px;
  }
}
#sec-about-message > div article div:first-of-type h4 {
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div article div:first-of-type h4 {
    margin-top: 27px;
  }
  #sec-about-message > div article div:first-of-type h4 img {
    width: 50px;
  }
}
#sec-about-message > div article div:nth-of-type(2) {
  float: right;
  margin-top: 60px;
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div article div:nth-of-type(2) {
    width: 68%;
    margin-top: 70px;
    margin-right: 5px;
  }
}
#sec-about-message > div article div:nth-of-type(2) h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  color: #727171;
  font-weight: normal;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}
#sec-about-message > div article div:nth-of-type(2) p {
  width: 447px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (max-width: 819px) {
  #sec-about-message > div article div:nth-of-type(2) p {
    width: 100%;
  }
}
#sec-about-message > div article:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#sec-about-info {
  padding: 50px 0 70px 0;
  border-bottom: 2px #dcdcdc solid;
  background-color: #efece5;
}
#sec-about-info > div {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-about-info > div {
    width: 100%;
  }
}
#sec-about-info > div h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  font-family: "Dosis", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
#sec-about-info > div div {
  width: 800px;
  height: 300px;
  background-color: #fff;
  margin: 0 auto;
  border: 11px #e0dace solid;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 819px) {
  #sec-about-info > div div {
    width: 90%;
    height: auto;
  }
}
#sec-about-info > div div h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 100%;
  color: #898989;
  font-weight: lighter;
  margin: 22px 0;
}
#sec-about-info > div div h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  color: #727171;
  font-weight: normal;
  letter-spacing: 3.5px;
}
#sec-about-info > div div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #727171;
  letter-spacing: 0.8px;
  margin: 20px 0 50px 0;
}
@media only screen and (max-width: 819px) {
  #sec-about-info > div div p {
    margin: 20px 15px 30px 15px;
  }
}
#sec-about-info > div div a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #2fa944;
  font-weight: bold;
  letter-spacing: 0.8px;
  display: block;
  width: 163px;
  border-bottom: 1px #63bf73 solid;
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-about-info > div div a {
    margin-bottom: 20px;
  }
}
#sec-about-info > div div img {
  position: absolute;
  bottom: 14px;
}
@media only screen and (max-width: 819px) {
  #sec-about-info > div div img {
    width: 40px;
  }
}
#sec-about-info > div div img:first-of-type {
  left: 21px;
}
#sec-about-info > div div img:nth-of-type(2) {
  right: 21px;
}

/*----------------------------------------
	news
----------------------------------------*/
#sec-news-list {
  background-color: #fff;
  text-align: center;
  padding: 38px 0 106px 0;
}
@media only screen and (max-width: 819px) {
  #sec-news-list {
    padding: 70px 0 40px 0;
  }
  #sec-news-list img {
    width: 40px;
  }
}
#sec-news-list h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 100%;
  font-family: "Dosis", sans-serif;
  margin: 20px 0;
  color: #6db35b;
  letter-spacing: 1.7px;
}
@media only screen and (max-width: 819px) {
  #sec-news-list h2 {
    margin: 10px 0 20px;
  }
}
#sec-news-list h2 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #727171;
  font-family: "Noto Sans Japanese", serif;
  font-weight: normal;
  margin-top: 9px;
}
#sec-news-list table {
  margin: 0 auto;
}
@media only screen and (max-width: 819px) {
  #sec-news-list table {
    width: 90%;
  }
}
#sec-news-list table tr {
  height: 39px;
  border-bottom: 2px #d0d1d1 dashed;
  cursor: pointer;
}
#sec-news-list table th {
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-news-list table th {
    width: 20%;
    height: auto !important;
    vertical-align: middle;
  }
}
#sec-news-list table th span {
  display: inline-block;
  width: auto;
  height: 20px;
  background-color: #32b16c;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 819px) {
  #sec-news-list table th span {
    height: auto;
    padding-left: 2px;
    padding-right: 2px;
  }
}
#sec-news-list table td {
  line-height: 39px;
}
@media only screen and (max-width: 819px) {
  #sec-news-list table td {
    line-height: 20px;
    vertical-align: middle;
  }
}
#sec-news-list table td:first-of-type {
  width: 63px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #30a944;
}
#sec-news-list table td:nth-of-type(2) {
  width: 635px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #595757;
  text-align: left;
}
#sec-news-list ul {
  font-size: 0;
  width: 804px;
  height: auto;
  border: 2px #bfbfbf solid;
  margin: 40px auto 0 auto;
  padding: 21px 0;
}
@media only screen and (max-width: 819px) {
  #sec-news-list ul {
    width: 90%;
    height: auto;
  }
}
#sec-news-list ul li {
  display: inline-block;
  width: 196px;
  height: 26px;
  border: 2px #32b16c solid;
}
#sec-news-list ul li:nth-child(2n) {
  margin-left: 43px;
  margin-right: 43px;
}
@media only screen and (max-width: 819px) {
  #sec-news-list ul li:nth-child(2n) {
    margin: 20px 0;
  }
}
#sec-news-list ul li a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  text-align: center;
  color: #32b16c;
}

#sec-news-intro div {
  background-image: url("../images/news/bg_intro.jpg");
}

#sec-news-content {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 85px 0;
}
@media only screen and (max-width: 819px) {
  #sec-news-content {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
#sec-news-content #sec-news-category {
  width: 100px;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  position: relative;
  float: left;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-category {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
  }
}
#sec-news-content #sec-news-category:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
#sec-news-content #sec-news-category:after {
  content: "";
  width: 100%;
  border-bottom: 1px #898989 solid;
  position: absolute;
  bottom: 3px;
  left: 0;
}
#sec-news-content #sec-news-category dl {
  padding-top: 12px;
  padding-bottom: 19px;
}
#sec-news-content #sec-news-category dl dt {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #898989;
  margin-bottom: 10px;
}
#sec-news-content #sec-news-category dl dd a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  display: inline-block;
  margin-left: 11px;
  position: relative;
}
#sec-news-content #sec-news-category dl dd a:hover:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 11px;
  background-color: #fff100;
}
#sec-news-content #sec-news-detail {
  float: right;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-detail {
    float: none;
  }
}
#sec-news-content #sec-news-detail article {
  width: 640px;
  border-top: 2px #000 solid;
  background-color: #fff;
  position: relative;
  margin-bottom: 50px;
  padding: 25px 60px 35px 60px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-detail article {
    width: 90%;
    padding: 25px 0 25px 0;
    margin: 0 auto 50px auto;
  }
}
#sec-news-content #sec-news-detail article:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
/*
#sec-news-content #sec-news-detail article span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
  display: block;
  position: relative;
  width: 68px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-detail article span {
    padding: 0 15px;
  }
}
#sec-news-content #sec-news-detail article span:after {
  content: "";
  width: 100%;
  height: 11px;
  background-color: #fff100;
  position: absolute;
  top: 8px;
  left: -1px;
  z-index: -1;
}
*/
#sec-news-content #sec-news-detail article h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-detail article h2 {
    padding: 0 15px;
  }
}
#sec-news-content #sec-news-detail article h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-detail article h1 {
    padding: 0 15px;
  }
}
#sec-news-content #sec-news-detail article div {
  width: 450px;
  margin: 5px auto;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-detail article div {
    width: auto;
    padding: 0 15px;
  }
}
#sec-news-content #sec-news-detail article div img {
  max-width: 100%;
  height: auto;
}
#sec-news-content #sec-news-detail article p {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-detail article p {
    padding: 0 15px;
  }
}
#sec-news-content #sec-news-detail article > img {
  margin: 20px 0;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-detail article > img {
    max-width: 90%;
  }
}
#sec-news-content:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sec-news-content #sec-news-footer {
  width: 760px;
  margin-left: 140px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-footer {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}
#sec-news-content #sec-news-footer img {
  width: 37px;
}
#sec-news-content #sec-news-footer ul {
  font-size: 0;
  margin-top: 5px;
}
#sec-news-content #sec-news-footer ul li {
  display: inline-block;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-footer ul li {
    width: 30%;
  }
}
#sec-news-content #sec-news-footer ul li a {
  display: block;
}
#sec-news-content #sec-news-footer ul li a p {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #8dc473;
  font-family: "Dosis", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-footer ul li a p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#sec-news-content #sec-news-footer ul li a p span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-footer ul li a p span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#sec-news-content #sec-news-footer ul li:first-child {
  text-align: left;
}
#sec-news-content #sec-news-footer ul li:first-child a > span {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  border: 25px solid transparent;
  border-right: 25px solid #7f7e7e;
  margin-right: 17px;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-footer ul li:first-child a > span {
    margin-right: 5px;
  }
}
#sec-news-content #sec-news-footer ul li:first-child a > span:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -23px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right: 25px solid #f7f8f8;
}
#sec-news-content #sec-news-footer ul li:first-child a:hover > span {
  border-right: 25px solid #7cac72;
}
#sec-news-content #sec-news-footer ul li:nth-child(2) {
  margin-left: 190px;
  margin-right: 190px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-footer ul li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
#sec-news-content #sec-news-footer ul li:nth-child(2) a p {
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-footer ul li:nth-child(2) a p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#sec-news-content #sec-news-footer ul li:nth-child(3) {
  text-align: right;
}
#sec-news-content #sec-news-footer ul li:nth-child(3) a > span {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  border: 25px solid transparent;
  border-left: 25px solid #7f7e7e;
  margin-left: 17px;
}
@media only screen and (max-width: 819px) {
  #sec-news-content #sec-news-footer ul li:nth-child(3) a > span {
    margin-left: 5px;
  }
}
#sec-news-content #sec-news-footer ul li:nth-child(3) a > span:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -27px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 25px solid #f7f8f8;
}
#sec-news-content #sec-news-footer ul li:nth-child(3) a:hover > span {
  border-left: 25px solid #7cac72;
}

/*----------------------------------------
	company
----------------------------------------*/
#sec-blog-intro div {
  background-image: url("../images/blog/bg_intro.jpg");
}

#sec-blog-content {
  width: 900px;
  margin: 0 auto;
  padding: 30px 0 85px 0;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
#sec-blog-content #sec-blog-category {
  width: 100px;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
  position: relative;
  float: left;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-category {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
  }
}
#sec-blog-content #sec-blog-category:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
#sec-blog-content #sec-blog-category:after {
  content: "";
  width: 100%;
  border-bottom: 1px #898989 solid;
  position: absolute;
  bottom: 3px;
  left: 0;
}
#sec-blog-content #sec-blog-category dl {
  padding-top: 12px;
  padding-bottom: 19px;
}
#sec-blog-content #sec-blog-category dl dt {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  color: #898989;
  margin-bottom: 10px;
}
#sec-blog-content #sec-blog-category dl dd a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  display: inline-block;
  position: relative;
  margin-left: 11px;
}
#sec-blog-content #sec-blog-category dl dd a:hover:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 11px;
  background-color: #fff100;
}
#sec-blog-content #sec-blog-list {
  float: right;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-list {
    float: none;
  }
}
#sec-blog-content #sec-blog-list article {
  width: 640px;
  border-top: 2px #000 solid;
  background-color: #fff;
  position: relative;
  margin-bottom: 50px;
  padding: 25px 60px 35px 60px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-list article {
    width: 90%;
    padding: 25px 0 25px 0;
    margin: 0 auto 50px auto;
  }
}
#sec-blog-content #sec-blog-list article:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
#sec-blog-content #sec-blog-list article span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
  display: block;
  position: relative;
  width: 68px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-list article span {
    padding: 0 15px;
  }
}
#sec-blog-content #sec-blog-list article span:after {
  content: "";
  width: 100%;
  height: 11px;
  background-color: #fff100;
  position: absolute;
  top: 8px;
  left: -1px;
  z-index: -1;
}
#sec-blog-content #sec-blog-list article h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-list article h2 {
    padding: 0 15px;
  }
}
#sec-blog-content #sec-blog-list article h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-list article h1 {
    padding: 0 15px;
  }
}
#sec-blog-content #sec-blog-list article p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  text-align: left;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-list article p {
    padding: 0 15px;
  }
}
#sec-blog-content #sec-blog-list article img {
  margin: 20px 0;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-list article img {
    max-width: 90%;
  }
}
#sec-blog-content:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#sec-blog-content #sec-blog-footer {
  width: 760px;
  margin-left: 140px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-footer {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}
#sec-blog-content #sec-blog-footer img {
  width: 37px;
}
#sec-blog-content #sec-blog-footer ul {
  font-size: 0;
  margin-top: 5px;
}
#sec-blog-content #sec-blog-footer ul li {
  display: inline-block;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-footer ul li {
    width: 30%;
  }
}
#sec-blog-content #sec-blog-footer ul li a {
  display: block;
}
#sec-blog-content #sec-blog-footer ul li a p {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #8dc473;
  font-family: "Dosis", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-footer ul li a p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#sec-blog-content #sec-blog-footer ul li a p span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-footer ul li a p span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#sec-blog-content #sec-blog-footer ul li:first-child {
  text-align: left;
}
#sec-blog-content #sec-blog-footer ul li:first-child a > span {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  border: 25px solid transparent;
  border-right: 25px solid #7f7e7e;
  margin-right: 17px;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-footer ul li:first-child a > span {
    margin-right: 5px;
  }
}
#sec-blog-content #sec-blog-footer ul li:first-child a > span:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -23px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right: 25px solid #f7f8f8;
}
#sec-blog-content #sec-blog-footer ul li:first-child a:hover > span {
  border-right: 25px solid #7cac72;
}
#sec-blog-content #sec-blog-footer ul li:nth-child(2) {
  margin-left: 190px;
  margin-right: 190px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-footer ul li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
#sec-blog-content #sec-blog-footer ul li:nth-child(2) a p {
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-footer ul li:nth-child(2) a p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#sec-blog-content #sec-blog-footer ul li:nth-child(3) {
  text-align: right;
}
#sec-blog-content #sec-blog-footer ul li:nth-child(3) a > span {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  border: 25px solid transparent;
  border-left: 25px solid #7f7e7e;
  margin-left: 17px;
}
@media only screen and (max-width: 819px) {
  #sec-blog-content #sec-blog-footer ul li:nth-child(3) a > span {
    margin-left: 5px;
  }
}
#sec-blog-content #sec-blog-footer ul li:nth-child(3) a > span:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -27px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 25px solid #f7f8f8;
}
#sec-blog-content #sec-blog-footer ul li:nth-child(3) a:hover > span {
  border-left: 25px solid #7cac72;
}


.blog-active {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 11px;
  background-color: #fff100;
}

/*----------------------------------------
	company
----------------------------------------*/
#sec-contact-intro div {
  background-image: url("../images/contact/bg_intro.jpg");
}

#sec-contact-form {
  width: 615px;
  margin: 30px auto 116px auto;
  background-color: #fff;
  padding: 30px 85px 85px 60px;
  border-top: 2px #000 solid;
  position: relative;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form {
    width: 90%;
    margin: 30px auto 50px auto;
    padding: 30px 0 50px 0;
  }
}
#sec-contact-form:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
#sec-contact-form h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 100%;
  color: #71b462;
  font-weight: normal;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px #000 solid;
  margin-bottom: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form h1 {
    margin: 0 15px 20px;
  }
}
#sec-contact-form p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form p {
    margin: 0 15px;
  }
}
#sec-contact-form .caution {
  color: #e60012;
}
#sec-contact-form form {
  border-top: 1px #a0a0a0 solid;
  margin-top: 20px;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form {
    margin: 20px 15px 0;
  }
}
#sec-contact-form form dl {
  margin-top: 15px;
  font-size: 0;
}
#sec-contact-form form dl dt {
  width: 153px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  float: left;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form dl dt {
    display: block;
    height: auto !important;
  }
}
#sec-contact-form form dl dd {
  width: 462px;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form dl dd {
    width: 100%;
    display: block;
  }
}
#sec-contact-form form dl dd p {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  text-align: left;
  vertical-align: text-top;
}
#sec-contact-form form dl dd span {
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form dl dd span {
    float: none;
    display: block;
  }
}
#sec-contact-form form dl dd:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sec-contact-form form dl:nth-of-type(4) dd input[type=text], #sec-contact-form form dl:nth-of-type(5) dd input[type=text] {
  width: 312px;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form dl:nth-of-type(4) dd input[type=text], #sec-contact-form form dl:nth-of-type(5) dd input[type=text] {
    width: 95%;
  }
}
#sec-contact-form form dl:nth-of-type(6) dt {
  height: 100px;
}
#sec-contact-form form dl:nth-of-type(6) dd:first-of-type input[type=text] {
  width: 86px;
}
#sec-contact-form form dl:nth-of-type(6) dd:nth-of-type(n+2) {
  margin-top: 10px;
}
#sec-contact-form form dl:nth-of-type(6) dd input {
  margin-left: 15px;
}
#sec-contact-form form dl:nth-of-type(6) dd span {
  float: none;
  margin-left: 15px;
}
#sec-contact-form form dl:nth-of-type(9) dd, #sec-contact-form form dl:nth-of-type(10) dd {
  width: 200px;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form dl:nth-of-type(9) dd, #sec-contact-form form dl:nth-of-type(10) dd {
    width: 100%;
  }
}
#sec-contact-form form dl:nth-of-type(10) dt {
  height: 70px;
}
#sec-contact-form form dl:nth-of-type(10) dd:nth-of-type(n+3) {
  margin-top: 10px;
}
#sec-contact-form form dl:nth-of-type(11) dt {
  height: 100px;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form dl:nth-of-type(11) dt {
    height: auto;
  }
}
#sec-contact-form form dl:nth-of-type(11) dd:nth-of-type(n+2) {
  margin-top: 10px;
}
#sec-contact-form form dl:nth-of-type(n+10) {
  margin-top: 20px;
}
#sec-contact-form form dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sec-contact-form form > p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: left;
  margin: 60px 0 20px 0;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form > p {
    margin: 20px 0;
  }
}
#sec-contact-form form > p strong {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
}
#sec-contact-form form #privacy {
  width: 585px;
  height: 221px;
  border: 2px #eeeeee solid;
  overflow: auto;
  padding: 15px;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form #privacy {
    width: 100%;
    padding: 0;
  }
}
#sec-contact-form form div:first-of-type p {
  text-align: left;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form div:first-of-type p {
    margin: 5px;
  }
}
#sec-contact-form form div:nth-of-type(2) {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 14px;
}
#sec-contact-form form div:nth-of-type(2) input[type=submit] {
  width: 200px;
  height: 60px;
  background-color: #70b461;
  border-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 60px;
  color: #fff;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  margin: 30px auto 0 auto;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#sec-contact-form form div:nth-of-type(2) input[type=submit]:hover {
  background-color: #317f25;
}
#sec-contact-form form input[type=text],
#sec-contact-form form input[type=email],
#sec-contact-form form input[type=checkbox],
#sec-contact-form form textarea {
  box-shadow: none;
  border: 2px #eeeeee solid;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#sec-contact-form form input[type=text] {
  width: 331px;
  height: 31px;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form input[type=text] {
    width: 95%;
  }
}
#sec-contact-form form input[type=email] {
  width: 246px;
  height: 31px;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form input[type=email] {
    width: 95%;
  }
}
#sec-contact-form form input[type=checkbox] {
  width: 21px;
  height: 21px;
  margin-right: 15px;
  position: relative;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form input[type=checkbox] {
    margin-right: 0;
  }
}
#sec-contact-form form input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 5%;
  left: 25%;
  width: 5px;
  height: 9px;
  border-right: 3px solid #123;
  border-bottom: 3px solid #123;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sec-contact-form form textarea {
  width: 457px;
  height: 155px;
}
@media only screen and (max-width: 819px) {
  #sec-contact-form form textarea {
    width: 95%;
  }
}

/*----------------------------------------
	sitepolicy
----------------------------------------*/
#sec-sitepolicy {
  width: 760px;
  margin: 30px auto 46px auto;
  padding: 40px 60px 55px 60px;
  background-color: #fff;
  border-top: 2px #000 solid;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  #sec-sitepolicy {
    width: 90%;
    margin: 80px auto 46px auto;
    padding: 40px 0 55px 0;
  }
}
#sec-sitepolicy:before {
  content: "";
  width: 100%;
  border-top: 1px #898989 solid;
  position: absolute;
  top: 3px;
  left: 0;
}
#sec-sitepolicy h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  color: #71b462;
  font-weight: 400;
  letter-spacing: 2px;
  border-bottom: 2px #000 solid;
  padding-bottom: 10px;
}
@media only screen and (max-width: 819px) {
  #sec-sitepolicy h1 {
    width: 90%;
    margin: 0 auto;
  }
}
#sec-sitepolicy p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: 500;
  margin-top: 35px;
  text-align: left;
}
@media only screen and (max-width: 819px) {
  #sec-sitepolicy p {
    width: 90%;
    margin: 35px auto 0;
  }
}
#sec-sitepolicy p span {
  display: block;
  font-weight: 600;
}
