@charset "UTF-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*-------------------------------------------------------------------------
変数
-------------------------------------------------------------------------*/
/* 薄水色 */
/* 緑 */
/* 緑2 */
/* 黄 */
/* 濃い青3 */
/* 水色 */
/* 水色2 */
/* 水色3 */
/* 薄灰色 */
/* 薄灰色2 */
/* 濃い灰色 */
/* 薄紫 */
/* 緑 */
/* 緑2 */
/* 黄緑 */
/*-------------------------------------------------------------------------
mixin
-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font: 14px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #000;
  background: #fff;
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/* header
----------------------------------------------- */
header {
  padding: 15px 0 10px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
header img {
  max-width: 100%;
  height: auto;
}

.head-right span {
  font-size: 10px;
}
.head-right a {
  font-size: 14px;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .head-box {
    margin: 0 auto 0;
    width: 950px;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
  }

  .head-left {
    width: 240px;
  }

  .head-right {
    margin-left: auto;
    text-align: right;
  }
  .head-right p {
    margin-bottom: 20px;
    display: inline-block;
  }
  .head-right p:first-child {
    margin-right: 5px;
    width: 192px;
  }
  .head-right p:nth-child(2) {
    width: 250px;
  }
  .head-right nav {
    width: 450px;
  }
  .head-right ul {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .head-right li {
    text-align: center;
  }
  .head-right input {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .head-box {
    padding: 0 10px;
  }

  .head-left {
    margin-bottom: 10px;
    width: 60%;
  }

  .head-right p {
    width: 48%;
    display: table-cell;
  }
  .head-right p:first-child {
    padding-right: 4%;
  }
  .head-right nav {
    margin-top: 60px;
  }
  .head-right nav a {
    padding: 10px;
    display: block;
  }
  .head-right ul {
    border-top: 1px solid #18853b;
  }
  .head-right li {
    border-bottom: 1px solid #18853b;
  }
}
/* main
----------------------------------------------- */
h1 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

h2 {
  padding: 0 20px;
  color: #fff000;
  background: #4ab034;
}

.main-img {
  margin-bottom: 5%;
}
.main-img img {
  width: 100%;
	height:auto;
}

.top-box1 {
  text-align: center;
}
.top-box1 h1 {
  margin-bottom: 1%;
  color: #18853b;
}
@media print, screen and (min-width: 769px) {
  .top-box1 h1 {
    font-size: 45px;
  }
  .top-box1 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-box1 h1 {
    font-size: 24px;
  }
}

.top-box2 {
  background: #18853b;
}

.top-box2V1V1 h3 {
  margin: 0 auto 3%;
  padding: 0 20px;
  color: #18853b;
  background: #fff000;
  display: table;
}
.top-box2V1V1 img {
  margin-bottom: 10px;
  display: block;
}
.top-box2V1V1 h4 {
  margin-bottom: 5px;
  color: #fff000;
  text-align: center;
}
.top-box2V1V1 p {
  color: #fff;
}

.top-box3 {
  background: #f2f2f3;
}
.top-box3 h4 {
  margin-bottom: 4%;
}
.top-box3 h4:after {
  content: "";
  background: url(../images/top-img2.png) no-repeat;
  background-size: cover;
  width: 156px;
  height: 14px;
  display: block;
}
.top-box3 h4 img {
  width: 200px;
  height: auto;
  display: block;
}
.top-box3 p {
  margin-bottom: 4%;
  font-size: 12px;
}
@media print, screen and (min-width: 769px) {
  .top-box3 h4 {
    font-size: 32px;
  }
}

.top-box3V1H1 {
  word-wrap: break-word;
}

.com-box1 {
  text-align: center;
  margin-bottom: 4%;
}
.com-box1 h1 {
  margin-bottom: 1%;
  color: #18853b;
}
@media print, screen and (min-width: 769px) {
  .com-box1 h1 {
    font-size: 45px;
  }
  .com-box1 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-box1 h1 {
    font-size: 24px;
  }
}

.com-boxH1 {
  background: #f2f2f3;
}
.com-boxH1 p {
  margin-bottom: 10px;
}

.com-box2V1 {
  background: #fff;
}
.com-box2V1 dl {
  border: 1px solid #000;
  border-bottom: 0;
}
.com-box2V1 dt, .com-box2V1 dd {
  border-bottom: 1px solid #000;
}

.voice-box2 {
  background: #f2f2f3;
}

.voice-box2V1H2 dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.voice-box2V1H2 dd {
  font-size: 16px;
}

.rec-box2 {
  background: #f2f3f3;
}

.rec-box2V1 li:not(:last-child) {
  border-bottom: 1px dashed #000;
}
.rec-box2V1 h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  margin-bottom: 10px;
  color: #18853b;
  text-align: center;
}
.rec-box2V1 p:nth-child(3) {
  margin-top: 20px;
}
.rec-box2V1 a {
  text-align: center;
  display: block;
}

.rec-box3 dl {
  border: 1px solid #000;
  border-bottom: 0;
}
.rec-box3 dt, .rec-box3 dd {
  border-bottom: 1px solid #000;
}

.toi-box1V1 dl {
  border: 2px solid #18853b;
}
.toi-box1V1 dt {
  color: #fff000;
  background: #4ab034;
}
.toi-box1V1 dt span {
	display:block;
	font-size:80%;
	color:#FFF;
}
.toi-box1V1 p {
  text-align: center;
}
.toi-box1V1 input[type="button"] {
  margin: auto;
  color: #fff;
  background: #18853b;
  border: 0;
  width: 100px;
  font-size: 16px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.toi-box1V1 input[type="button"].btn2 {
  margin-top: 20px;
}
.toi-box1V1 div {
  font-size: 80%;
  color: #ff0000;
  display: none;
}

.works h2 {
  margin-bottom: 20px;
}

.works-box2 {
  background: #f2f3f3;
}

.works-box2V1V1V1 {
  margin-bottom: 20px;
}
.works-box2V1V1V1 h3 {
  font-size: 22px;
  color: #fff;
  background: #18853b;
  border-radius: 10px;
}
.works-box2V1V1V1 strong {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #18853b;
  display: block;
}

.works-box2V1V1V2 {
  margin-bottom: 20px;
  padding: 10px;
  border: 4px solid #18853b;
  background: #fff;
  box-sizing: border-box;
}
.works-box2V1V1V2 dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}
.works-box2V1V1V2 dt {
  color: #fff;
  background: #18853b;
}
.works-box2V1V1V2 dd {
  font-weight: bold;
  color: #18853b;
}

.works-box2V1V3 {
  font-weight: bold;
}
.works-box2V1V3 div {
  background: #fff;
  border: 2px solid #000;
  max-width: 440px;
  box-sizing: border-box;
}
.works-box2V1V3 dl:not(:last-child) {
  border-bottom: 2px solid #000;
}
.works-box2V1V3 dt, .works-box2V1V3 dd {
  padding: 10px;
  display: table-cell;
  box-sizing: border-box;
}
.works-box2V1V3 dt {
  width: 20%;
  border-right: 2px solid #000;
}
.works-box2V1V3 dd {
  width: 25%;
}
.works-box2V1V3 dd:not(:last-child) {
  width: 55%;
  border-right: 2px solid #000;
}

.recruitment {
  text-align: center;
}
.recruitment img {
  max-width: 100%;
  margin: 10px 0;
}

@media print, screen and (min-width: 769px) {
  .d-none-pc {
    display: none;
  }

  /*　トップ
  ***************************************/
  .top-box1 {
    margin: 0 auto 3%;
    width: 950px;
  }

  .top-box2 {
    padding: 15px 0 40px;
  }

  .top-box2V1 {
    margin: 0 auto 0;
    width: 850px;
  }

  .top-box2V1V1 h3 {
    font-size: 21px;
  }
  .top-box2V1V1 h4 {
    font-size: 20px;
  }
  .top-box2V1V1 ul {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .top-box2V1V1 li {
    width: 404px;
  }
  .top-box2V1V1 li:nth-child(-n+2) {
    margin-bottom: 2%;
  }

  .top-box3V1 {
    margin: 0 auto 0;
    width: 950px;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .top-box3V1H1 {
    margin-right: 32px;
    width: 400px;
  }

  .top-box3V1H2 {
    width: 518px;
  }
  .top-box3V1H2 img {
    max-width: 100%;
  }

  /*　下層
  ***************************************/
  h2 {
    font-size: 29px;
    width: 880px;
    box-sizing: border-box;
  }

  .comp h2 {
    margin: 0 auto 40px;
  }

  .com-box2 {
    padding: 50px 0;
  }

  .com-boxH1 p {
    font-size: 20px;
    text-align: center;
  }
  .com-boxH1 .com-box2V1 dt {
    width: 35%;
  }
  .com-boxH1 .com-box2V1 dd {
    width: 65%;
  }
  .com-boxH1 dt {
    position: relative;
  }
  .com-boxH1 span {
    position: absolute;
    right: 10px;
  }

  .com-boxH2 .com-box2V1 dt {
    width: 25%;
  }
  .com-boxH2 .com-box2V1 dd {
    width: 75%;
  }

  .com-box2V1 {
    margin: 0 auto 0;
    width: 840px;
  }
  .com-box2V1 dl {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 22px;
  }
  .com-box2V1 dt {
    padding: 10px;
    border-right: 1px solid #000;
    box-sizing: border-box;
  }
  .com-box2V1 dd {
    padding: 10px;
    box-sizing: border-box;
  }

  .voice-box2 {
    padding: 40px 0 70px;
  }
  .voice-box2 h2 {
    margin: 0 auto 20px;
  }

  .voice-box2V1 {
    margin: 0 auto 0;
    width: 880px;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .voice-box2V1:not(:last-child) {
    margin-bottom: 40px;
  }

  .voice-box2V1H1 {
    margin-right: 30px;
  }

  .voice-box2V1H2 {
    width: 400px;
  }
  .voice-box2V1H2 dl:not(:last-child) {
    margin-bottom: 30px;
  }

  .rec-box2 {
    margin-bottom: 40px;
    padding: 50px 0;
  }
  .rec-box2 h2 {
    margin: 0 auto 30px;
  }

  .rec-box2V1 {
    margin: 0 auto;
    width: 850px;
  }
  .rec-box2V1 li {
    margin-bottom: 30px;
  }
  .rec-box2V1 li:not(:last-child) {
    padding-bottom: 30px;
  }
  .rec-box2V1 h3 {
    font-size: 34px;
  }
  .rec-box2V1 p {
    font-size: 17px;
  }

  .rec-box3 {
    margin-bottom: 50px;
  }
  .rec-box3 h2 {
    margin: 0 auto 20px;
  }
  .rec-box3 dl {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 850px;
    font-size: 22px;
  }
  .rec-box3 dt {
    padding: 10px;
    width: 25%;
    border-right: 1px solid #000;
    box-sizing: border-box;
  }
  .rec-box3 dd {
    padding: 10px;
    width: 75%;
    box-sizing: border-box;
  }

  .toi-box1V1 {
    margin-bottom: 60px;
  }
  .toi-box1V1 h2 {
    margin: 0 auto 40px;
  }
  .toi-box1V1 dl {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    width: 750px;
    font-size: 18px;
  }
  .toi-box1V1 dt, .toi-box1V1 dd {
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .toi-box1V1 dt {
    border-right: 2px solid #18853b;
    width: 25%;
  }
  .toi-box1V1 dt:not(:nth-last-child(2)) {
    border-bottom: 2px solid #18853b;
  }
  .toi-box1V1 dd {
    width: 75%;
  }
  .toi-box1V1 dd:not(:last-child) {
    border-bottom: 2px solid #18853b;
  }
  .toi-box1V1 label:first-child {
    margin-right: 40px;
  }
  .toi-box1V1 input[type="text"] {
    width: 70%;
  }
  .toi-box1V1 textarea {
    width: 100%;
    height: 150px;
  }
  .toi-box1V1 p {
    font-size: 22px;
  }

  .works-box2 {
    padding: 40px 0;
  }

  .works-box2V1 {
    margin: 0 auto;
    width: 880px;
  }

  .works-box2V1V1 ul {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 0 20px 40px;
  }

  .works-box2V1V1V1 {
    text-align: center;
  }
  .works-box2V1V1V1 div:not(:last-child) {
    margin-bottom: 40px;
  }
  .works-box2V1V1V1 h3 {
    padding: 0 25px;
    display: inline-block;
  }
  .works-box2V1V1V1 strong {
    font-size: 48px;
  }
  .works-box2V1V1V1 p {
    font-size: 17px;
  }

  .works-box2V1V1V2 dl {
    line-height: 1.2;
  }
  .works-box2V1V1V2 dt, .works-box2V1V1V2 dd {
    display: inline-block;
    vertical-align: top;
  }
  .works-box2V1V1V2 dt {
    margin-right: 10px;
    padding: 8px 5px 3px;
    font-size: 27px;
  }
  .works-box2V1V1V2 dd {
    font-size: 19px;
  }

  .works-box2V1V2 {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    margin-bottom: 30px;
  }
  .works-box2V1V2 img {
    margin-right: 20px;
  }
  .works-box2V1V2 p {
    width: 390px;
    font-size: 18px;
  }

  .works-box2V1V3 div, .works-box2V1V3 strong {
    display: inline-block;
    vertical-align: middle;
  }
  .works-box2V1V3 div {
    margin: 0 40px 0 60px;
  }
  .works-box2V1V3 dl {
    font-size: 30px;
  }
  .works-box2V1V3 strong {
    font-size: 42px;
    text-align: center;
  }

  .recruitment {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .d-none-sp {
    display: none;
  }

  /*　トップ
  ***************************************/
  .top-box1 {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .top-box2 {
    padding: 20px 10px;
  }

  .top-box2V1V1 h3 {
    font-size: 18px;
  }
  .top-box2V1V1 h4 {
    font-size: 16px;
  }
  .top-box2V1V1 li:not(:last-child) {
    margin-bottom: 10px;
  }
  .top-box2V1V1 li img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .top-box3 {
    padding: 20px 10px;
  }
  .top-box3 img {
    max-width: 100%;
  }

  .top-box3V1H1 h4 {
    font-size: 18px;
  }
  .top-box3V1H1 h4 img {
    margin-bottom: 5px;
  }
  .top-box3V1H1 a {
    margin-bottom: 10px;
    display: block;
  }

  /*　下層
  ***************************************/
  h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .com-box2 {
    padding: 20px 10px;
  }

  .com-box2V1 dt, .com-box2V1 dd {
    padding: 10px;
    font-size: 16px;
  }
  .com-box2V1 dt {
    font-weight: bold;
  }

  .voice-box2 {
    padding: 20px 10px;
  }

  .voice-box2V1:not(:last-child) {
    margin-bottom: 20px;
  }

  .voice-box2V1H1 img {
    margin: 0 auto 20px;
    max-width: 100%;
  }

  .voice-box2V1H2 dl:not(:last-child) {
    margin-bottom: 10px;
  }

  .rec-box1 {
    padding: 0 10px;
  }

  .rec-box2 {
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .rec-box2 h3 {
    font-size: 18px;
  }
  .rec-box2 li {
    margin-bottom: 20px;
  }
  .rec-box2 li:not(:last-child) {
    padding-bottom: 20px;
  }

  .rec-box3 {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .rec-box3 dt, .rec-box3 dd {
    padding: 10px;
    font-size: 16px;
  }
  .rec-box3 dt {
    font-weight: bold;
  }

  .toi-box1V1 {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .toi-box1V1 dl {
    margin-bottom: 20px;
  }
  .toi-box1V1 dt, .toi-box1V1 dd {
    padding: 10px;
  }
  .toi-box1V1 dt {
    border-bottom: 2px solid #18853b;
  }
  .toi-box1V1 dt span {
		display:inline;
		margin-left:1em;
  }
  .toi-box1V1 dd:not(:last-child) {
    border-bottom: 2px solid #18853b;
  }
  .toi-box1V1 input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }
  .toi-box1V1 label {
    display: block;
  }
  .toi-box1V1 textarea {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
  }

  .works-box2 {
    padding: 20px 10px;
  }
  .works-box2 img {
    max-width: 100%;
  }

  .works-box2V1V1 ul {
    margin-bottom: 20px;
  }
  .works-box2V1V1 li {
    display: table-cell;
  }

  .works-box2V1V1V1 div:not(:last-child) {
    margin-bottom: 20px;
  }
  .works-box2V1V1V1 h3 {
    margin: 0 auto 10px;
    padding: 0 20px;
    display: table;
  }
  .works-box2V1V1V1 strong {
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
  }

  .works-box2V1V1V2 dt {
    padding: 0 5px;
    font-size: 16px;
    display: inline-block;
  }

  .works-box2V1V2 {
    margin-bottom: 20px;
  }
  .works-box2V1V2 img {
    margin-bottom: 10px;
  }

  .works-box2V1V3 div {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .works-box2V1V3 strong {
    font-size: 24px;
  }

  .recruitment {
    margin: 10px;
  }
}
/* footer
----------------------------------------------- */
.fot-box {
  padding: 4% 0 2%;
}
.fot-box img {
  max-width: 100%;
}

.fot-right {
  margin-bottom: 20px;
}

.fot-sns {
  width: 100px;
  text-align: center;
}
.fot-sns li {
  width: 40px;
  display: table-cell;
}
.fot-sns li:first-child {
  padding-right: 20px;
}
.fot-sns a {
  width: 40px;
  display: block;
}

.copy {
  padding: 5px 0;
  font-size: 10px;
  color: #fff;
  background: #18853b;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  /*　トップ
  ***************************************/
  .fot-box {
    margin: 0 auto 0;
    width: 950px;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fot-left {
    margin-right: 100px;
    width: 180px;
  }

  .fot-link {
    width: 100%;
    text-align: center;
  }
  .fot-link p {
    margin: 0 10px;
    display: inline-block;
  }

  .fot-sns {
    margin: 0 10px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /*　トップ
  ***************************************/
  .fot-box {
    padding: 20px 10px;
  }

  .fot-left {
    margin-bottom: 10px;
    max-width: 60%;
  }

  .fot-link p:first-child {
    margin-bottom: 10px;
  }
}
