


.slick-prev {
    left: 0;
    display: none !important;
}
.slick-next {
    right: 0;
    display: none !important;
}
.slick-dotted.slick-slider {
  margin-top: 0;
  margin-bottom: 0;
}
.slick-dots {
    position: absolute;
    bottom: 90px;
    left: -90px;
    transform: rotate(90deg);
    width: auto;
}
/* .slick-dots li {
    width: 37px;
    height: 4px;
    margin: 0 10px;
}
.slick-dots li.slick-active{
  width: 80px;
}
.slick-dots li button {
    width: 37px;
    height: 4px;
    padding: 0;
}
.slick-dots li.slick-active button {
  width: 80px;
}
.slick-dots li.slick-active button:before {
  background: #c8a16e;
  width: 80px;
}
.slick-dots li button:before {
  opacity: 1;
  background: #999;
  content: '';
  width: 37px;
  height: 4px;
} */

.con_title {
  font-size: 36px;
  margin: 0 0 65px;
  letter-spacing: 10px;
}
.con_title span {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1em;
  margin: 15px 0 0;
}

.btn {
  display: block;
  text-align: center;
  width: 300px;
  margin: 50px auto 0;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #76c774; /* Old browsers */
  background: -moz-linear-gradient(left, #76c774 0%, #037a00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #76c774 0%,#037a00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #76c774 0%,#037a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c774', endColorstr='#037a00',GradientType=1 ); /* IE6-9 */
}


.mv {
  padding: 0 0 0 10%;
  position: relative;
}
.mv h2 {
  position: absolute;
  top: 30vh;
  left: 5%;
  z-index: 1;
}

.top_news {
  margin: 90px 0;
  padding: 90px 0;
  background: url("img/top_news_bg.jpg") no-repeat 110% 0;
}
.top_news .box {
  background: #fff;
  padding: 90px 10%;
}
.top_news .con_title {
  float: left;
  width: 30%;
}
.top_news ul {
  float: right;
  width: 70%;
}
.top_news ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.top_news ul li:nth-child(1) {
  padding: 0 0 20px;
}
.top_news ul li p {
  font-size: 12px;
  float: left;
  margin: 0 50px 0 0;
}
.top_news ul li h3 {
  font-size: 14px;
  float: left;
}

.top_works {
  padding: 0 0 90px;
}
.top_works .con_title {
  text-align: center;
}
.top_works ul {
  pointer-events: none;
}


.top_flow {
  padding: 90px 0;
  background: url("img/top_flow_bg.jpg") no-repeat;
}
.top_flow .left figure:nth-child(2) {
  margin: 40px 0 0;
}
.top_flow .left {
  float: left;
  width: 48%;
  text-align: right;
}
.top_flow .right {
  float: right;
  width: 48%;
  color: #fff;
  margin: 50px 0 0;
}
.top_flow .right p {
  font-size: 14px;
  line-height: 2em;
}
.top_flow .btn {
  margin: 40px 0;
}


.top_recruit {
  background: #76c774;
  height: 50vh;
}
.top_recruit .container {
  position: relative;
}
.top_recruit .box {
  position: absolute;
  top: 10vh;
  background: #fff;
  box-shadow: 0px 0px 40px -10px #ccc;
}
.top_recruit .box .left {
  float: left;
  width: 50%;
  padding: 70px 3%;
}
.top_recruit .box .left .btn {
  margin: 0;
}
.top_recruit .box figure {
  float: right;
  width: 50%;
}
.top_recruit .box .left p {
  font-size: 14px;
  line-height: 2em;
  margin: 45px 0 85px;
}

.top_company {
  padding: 32vh 0 90px;
}
.top_company .con_title {
  text-align: center;
}
.top_company table {
  float: right;
  width: 55%;
}
.top_company table th {
  padding: 20px 0;
  width: 25%;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.top_company table td {
  padding: 20px 0;
  width: 75%;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.top_company .left {
  float: left;
  width: 40%;
}
.top_company .left .map {
  position: relative;
}
.top_company .left .map p {
  text-align: center;
  width: 30%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  background: #3c983a;
  position: absolute;
  top: 0;
  left: 0;
}
.top_company .left .map a {
  display: block;
  background: #000;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 5px 50px 5px 10px;
  position: relative;
  text-align: right;
}
.top_company .left .map a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: url("img/map_arrow.jpg") no-repeat;
  background-size: cover;
}
.top_company .left .map02 {
  margin: 50px 0 0;
}
.top_company .left .map02 p {
  background: #76c774;
}
.top_company .left .map iframe {
  width: 100%;
  height: 300px;
}


.under_mv {
  background-image: url("img/company_mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 220px 0 35px;
}
.under_mv .con_title {
  margin: 0;
  font-size: 48px;
  color: #fff;
}
.under_mv .con_title span {
  font-size: 18px;
  display: inline-block;
}

.bread,
.bread a {
  font-size: 12px;
  padding: 20px 0;
  letter-spacing: 1px;
}

.comapny .message {
  padding: 90px 0;
}
.comapny .message p {
  font-size: 14px;
  line-height: 2em;
}
.comapny .message figure {
  text-align: right;
}
.comapny .history {
  padding: 90px 0;
  background: #e7f4e7;
}
.comapny .history figure {
  float: left;
  width: 35%;
}
.comapny .history .right {
  float: right;
  width: 60%;
}
.comapny .history table {
  margin: 0 0 0 80px;
  position: relative;
}
.comapny .history table::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 110px;
  top: 40px;
  left: -63px;
  background: #76c774;
}
.comapny .history table th {
  width: 25%;
  padding: 20px 0;
  position: relative;
}
.comapny .history table th::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 24px;
  left: -70px;
  background: #76c774;
  transform: rotate(-45deg);
}
.comapny .history table td {
  width: 65%;
  padding: 20px 0;
}
.comapny .top_company {
    padding: 90px 0;
}


.flow .under_mv {
  background-image: url("img/flow_mv.jpg");
}
.flow .flow_list {
  padding: 90px 0;
}
.flow .flow_list .con_title {
  text-align: center;
}
.flow .flow_list ul li {
  margin: 0 0 60px;
  padding: 45px 50px;
  background: #f3fff3;
  overflow: hidden;
}
.flow .flow_list ul li h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #76c774;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  margin: 0 50px 0 0;
  padding: 20px 0 0;
  float: left;
  position: relative;
}
.flow .flow_list ul li h3::before {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 50px;
  width: 1px;
  height: 200px;
  background: #76c774;
}
.flow .flow_list ul li h3 span {
  font-size: 36px;
  display: block;
}
.flow .flow_list ul li .box {
  float: left;
}
.flow .flow_list ul li .box h4 {
  font-size: 24px;
  margin: 0 0 30px;
}
.flow .flow_list ul li .box h4 + p {
  font-size: 14px;
  line-height: 1.4em;
}
.flow .flow_list ul li figure {
  float: right;
}
.flow .flow_list ul li.list02 {
  background: #edfeed;
}
.flow .flow_list ul li.list03 {
  background: #e9ffe9;
}
.flow .flow_list ul li.list04 {
  background: #e4fee4;
}
.flow .flow_list ul li.list05 {
  background: #dcfcdc;
}
.flow .flow_list ul li.list06 {
  background: #cff5cf;
}
.flow .flow_list ul li.list07 {
  margin: 0;
  background: #c1ecc1;
}

.recruit .under_mv {
  background-image: url("img/recruit_mv.jpg");
}
.recruit .description {
  padding: 90px 0;
}
.recruit .description .con_title {
  text-align: center;
}
.recruit .description table {
  width: 100%;
}
.recruit .description table th {
  font-size: 16px;
  padding: 20px 0;
  width: 20%;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.recruit .description table td {
  font-size: 16px;
  padding: 20px 0;
  width: 80%;
  border-bottom: 1px solid #ccc;
}

.entry_btn_area {

}
.entry_btn_area .left {
  float: left;
  width: 50%;
  height: 340px;
  background: url("img/entry_btn_area_img.jpg") no-repeat center;
}
.entry_btn_area .right {
  float: right;
  width: 50%;
  height: 340px;
  padding: 100px 0;
  background: #158a13;
}
.entry_btn_area .right h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.entry_btn_area .right a {
  display: block;
  width: 80%;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  text-align: center;
  margin: 25px auto 0;
  padding: 25px 0;
  position: relative;
}
.entry_btn_area .right a::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.staff .under_mv {
  background-image: url("img/staff_mv.jpg");
}
.staff .management {
  background: url("img/management_bg.png") no-repeat top left #158a13;
  padding: 90px 0;
}
.staff .management .con_title {
  text-align: center;
  color: #fff;
}
.staff .management li {
  float: left;
  width: 46%;
  margin: 0 2%;
}
.staff .management li:nth-child(2n) {
  margin: 50px 2% 0;
}
.staff .detail {
  background: #fff;
  box-shadow: 0px 0px 40px -10px #333;
  margin: -90px 0 0 20px;
  padding: 20px 25px;
  position: relative;
  width: 70%;
}
.staff .detail::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 15px;
  width: 2px;
  height: 96px;
  background: #76c774;
  transform: rotate(45deg);
}
.staff .detail h3 {
  font-size: 24px;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  letter-spacing: 2px;
  border-right: 1px solid #1f8b1c;
  float: left;
}
.staff .detail p {
  font-size: 14px;
  float: left;
  letter-spacing: 2px;
}
.staff .detail .btn {
  width: 100%;
  clear: both;
}
.staff .field_staff {
  background: url("img/field_staff_bg.png") no-repeat bottom right #158a13;
  margin: 0 0 600px;
  padding: 0 0 150px;
}
.staff .field_staff .con_title {
  text-align: center;
  color: #fff;
}
.staff .field_staff .detail {
  margin: -40px 0 0 20px;
  width: 45%;
}
.staff .field_staff .box02 {
  position: absolute;
}
.staff .field_staff .box01 .text {
  margin: 40px 0;
  color: #fff;
}
.staff .field_staff .box02 .text {
  margin: 40px 0;
}

.staff_under .staff_mv {
  position: relative;
}
.staff_under .staff_mv .detail {
  width: 370px;
  margin: 0;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.staff_under .interview_list li {
  padding: 140px 0 160px;
  position: relative;
}
.staff_under .interview_list li::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 0;
  width: 45%;
  height: 480px;
  background: #dfefdf;
}
.staff_under .interview_list li:nth-child(2n)::before {
  top: 0;
  left: auto;
  right: 0;
}
.staff_under .interview_list li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 580px;
  background-image: url("img/yamauchi_img01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.staff_under .interview_list li:nth-child(2n)::after {
  top: 80px;
  left: 0;
  right: auto;
  width: 50%;
  height: 580px;
  background-image: url("img/yamauchi_img02.jpg");
}
.staff_under .interview_list_yamauchi li:nth-child(3)::after {
  background-image: url("img/yamauchi_img03.jpg");
  background-position: right;
}
.staff_under .interview_list_yamauchi li:nth-child(4)::after {
  background-image: url("img/yamauchi_img04.jpg");
}
.staff_under .interview_list_okubo li:nth-child(1)::after {
  background-image: url("img/okubo_img01.jpg");
}
.staff_under .interview_list_okubo li:nth-child(2)::after {
  background-image: url("img/okubo_img02.jpg");
}
.staff_under .interview_list_okubo li:nth-child(3)::after {
  background-image: url("img/okubo_img03.jpg");
}
.staff_under .interview_list_okubo li:nth-child(4)::after {
  background-image: url("img/okubo_img04.jpg");
}
.staff_under .interview_list_matsumoto li:nth-child(1)::after {
  background-image: url("img/matsumoto_img01.jpg");
}
.staff_under .interview_list_matsumoto li:nth-child(2)::after {
  background-image: url("img/matsumoto_img02.jpg");
}
.staff_under .interview_list_kaneta li:nth-child(1)::after {
  background-image: url("img/kaneta_img01.jpg");
}
.staff_under .interview_list_kaneta li:nth-child(2)::after {
  background-image: url("img/kaneta_img02.jpg");
}
.staff_under .interview_list li .box {
  box-shadow: 0px 0px 40px -10px #ccc;
  padding: 100px 45px;
  width: 60%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.staff_under .interview_list li:nth-child(2n) .box {
  float: right;
}
.staff_under .interview_list li .box::after {
  content: '';
  position: absolute;
  top: -60px;
  right: 40px;
  width: 137px;
  height: 129px;
  background-image: url("img/num01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.staff_under .interview_list li:nth-child(2n) .box::after {
  right: auto;
  left: 20px;
  width: 162px;
  background-image: url("img/num02.png");
}
.staff_under .interview_list li:nth-child(3) .box::after {
  background-image: url("img/num03.png");
}
.staff_under .interview_list li:nth-child(4) .box::after {
  background-image: url("img/num04.png");
}
.staff_under .interview_list li .box figure {
  position: absolute;
  top: -20px;
  left: -20px;
}
.staff_under .interview_list li:nth-child(2n) .box figure {
  left: auto;
  right: -20px;
}
.staff_under .list_title {
  font-size: 24px;
  font-weight: bold;
  color: #1f8b1c;
  margin: 0 0 70px;
  position: relative;
}
.staff_under .list_title::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #1f8b1c;
}
.staff_under .list_title + p {
  font-size: 14px;
}
.staff_under .message {
  margin: 90px 0 0;
  padding: 90px 0;
  background-image: url("img/massage_yamauchi_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.staff_under .message_okubo {
  background-image: url("img/massage_okubo_bg.jpg");
}
.staff_under .message_matsumoto {
  background-image: url("img/massage_matsumoto_bg.jpg");
}
.staff_under .message_kaneta {
  background-image: url("img/massage_kaneta_bg.jpg");
}
.staff_under .message .box {
  width: 70%;
}
.staff_under .message .box .list_title {
  color: #fff;
}
.staff_under .message .box .list_title::after {
  background: #fff;
}
.staff_under .message .box .list_title + p {
  color: #fff;
}
.staff_under .other {
  padding: 90px 0;
}
.staff_under .other .con_title {
  text-align: center;
}
.staff_under .other ul li {
  float: left;
  width: 31.33%;
  margin: 0 1%;
}
.staff_under .other ul li .detail {
    margin: -60px 0 0 20px;
    width: 100%;
}


.works .under_mv {
  background-image: url("img/works_mv.jpg");
}
.works .tab-group{
  margin: 0 0 60px;
}
.works .tab{
  display: block;
  width: 50%;
  font-size: 16px;
  background: #ccc;
  flex-grow: 1;
  padding:20px 0;
  text-align:center;
  cursor:pointer;
}
.works .tab.is-active{
  background:#76c774;
  color:#fff;
  position: relative;
  pointer-events: none;
}
.works .tab.is-active::after{
  content: '';
  position: absolute;
  bottom: -15px;
  right: 48.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.7px 8.5px 0 8.5px;
  border-color: #76c774 transparent transparent transparent;
}
.works .orange_title {
  background: #ffa748;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 60px 0 40px;
}
.works .years_title {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #76c774;
  position: relative;
  cursor: pointer;
}
.works .years_title::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 23px;
  height: 3px;
  background: #76c774;
}
.works .years_title::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 10px;
  width: 3px;
  height: 23px;
  background: #76c774;
}
.works .years_title.on::after {
  display: none;
}
.works .sub {
  display: none;
}
.works table {
  width: 100%;
}
.works table th {
  width: 20%;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 12px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #666;
}
.works table td {
  width: 20%;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 12px 20px;
}
.works .sc_box + p {
  text-align: right;
  font-size: 14px;
  margin: 20px 0;
}


.entry .under_mv {
  background-image: url("img/entry_mv.jpg");
}
.form {
  padding: 90px 0;
}
.form .con_title {
  text-align: center;
}
.form table {
  width: 70%;
  margin: 0 auto 90px;
}
.form table th {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 10px;
}
.form table th span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #c70000;
  margin: 0 0 0 30px;
  padding: 2px 20px;
}
.form table th .any {
  background: #a0a0a0;
}
.form table td {
  width: 100%;
  display: block;
  padding: 10px 0 20px;
}
.form input {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
}
.form input.w20 {
  width: 20%;
}
.form input.w30 {
  width: 30%;
}
.form select {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: none;
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
.form .arrow {
  width: 50%;
  position: relative;
}
.form .arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  right: 20px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}
.form textarea {
  font-size: 16px;
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  padding: 15px;
  resize: none;
}
.form .btn_area {
  width: 70%;
  margin: 0 auto;
}
.form .btn_area p {
  width: 46%;
}
.form .btn_area input {
  border: none;
  background: #76c774;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.form .btn_area input[type="reset"] {
  background: #8b8b8b;
}

.contact .under_mv {
  background-image: url("img/contact_mv.jpg");
}

.news .under_mv {
  background-image: url("img/news_mv.jpg");
}
.news .news_list li a {
  display: block;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #ccc;
}
.news .news_list li .date {
    font-size: 14px;
    margin: 0 0 5px;
    pointer-events: none;
}
.news .news_list li .news_title {
  font-size: 20px;
  font-weight: bold;
  pointer-events: none;
}


.news .news_detail {
  padding: 90px 0;
}
.news .news_detail .date {
    font-size: 14px;
    margin: 0 0 5px;
}
.news .news_detail .news_title {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0;
  padding: 15px 0;
  border-bottom: 2px solid #61a460;
}
.news .news_detail .content h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #333;/*上線*/
  border-bottom: solid 3px #333;/*下線*/
  margin: 20px 0;
}
.news .news_detail .content h3 {
  font-size: 18px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #61a460;/*左線*/
  margin: 20px 0;
}
.news .news_detail .content h4 {
  font-size: 16px;
  padding: 0.5em;
  background: aliceblue;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
  margin: 20px 0;
}
.news .news_detail .content h5 {
  font-size: 14px;
  font-weight: bold;
  padding: 0.5em 0;
  color: #61a460;
  margin: 20px 0;
}
.news .news_detail .content b,
.news .news_detail .content strong {
  font-weight: bold;
}
.news .news_detail .content i {
  font-style: italic;
}
.news .news_detail .content p {
  font-size: 14px;
}

.pri .pri_list {
  padding: 90px 0;
}
.pri .pri_list .con_title {
  text-align: center;
}
.pri .pri_list h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}
.pri .pri_list p {
  line-height: 1.6em;
}



.form .birth-select select{
      width: 20%;
}
.birth-select span{
  padding:0 10px;
}

.submit_wrap {
    display: flex;
    margin: 60px auto;
    justify-content: center;
    align-items: center;
}

input[type="submit"].send_btn {
    max-width: 360px;
    padding: 15px;
    width: 100%;
    margin: 0 20px;
    display: block;
background: #76c774;
    font-size: 16px;
    position: relative;
    color: #fff;
    font-weight: 500;
    transition: 0.6s;
border:none;
}
input[type="reset"].reset_btn {
    max-width: 360px;
    padding: 15px;
    width: 100%;
    margin: 0 20px;
    display: block;
    background: #8b8b8b;
    font-size: 16px;
    position: relative;
    color: #fff;
    font-weight: 500;
    transition: 0.6s;
border:none;
}
input[type="submit"].back_btn  {
    max-width: 360px;
    padding: 15px;
    width: 100%;
    margin: 0 20px;
    display: block;
    background: #a0a0a0;
    font-size: 16px;
    position: relative;
    color: #fff;
    font-weight: 500;
    transition: 0.6s;
border:none;
}

/* 送信完了画面テキスト調整 */
.thanks-txt-wrap {
  width: fit-content;
  margin: 0 auto;
}

.thanks-txt-wrap .thanks-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.thanks-txt-wrap .thanks-txt {
  text-align: center;
  line-height: 1.7;
  margin: 30px 0 0;
}



.mw_wp_form_confirm input[type="reset"].reset_btn{
  display: none!important;
}
.mw_wp_form_confirm .arrow::after {
    display: none!important;
}



@media screen and (min-width:768px) and (max-width:959px) {

}

@media screen and (max-width:639px) {
/*　640pxはここを読み込む　*/

.drawer-nav {
  padding: 4%;
}

.con_title {
  font-size: 24px !important;
  margin: 0 0 30px;
  letter-spacing: 6px;
}
.con_title span {
  font-size: 12px !important;
  display: block !important;
  margin: 10px 0 0 0;
}

.btn {
    width: 80%;
    padding: 10px 0;
    margin: 30px auto 0;
}

.mv {
    padding: 0;
    position: relative;
}
.mv h2 {
    width: 90%;
    top: auto;
    bottom: -2vh;
    left: 0;
}

.top_news {
  margin: 50px 0;
  padding: 20px 0;
  background-position: center;
}
.top_news .box {
  background: #fff;
  padding: 30px 6%;
}
.top_news .con_title {
  float: none;
  width: 100%;
}
.top_news ul {
    float: none;
    width: 100%;
}
.top_news ul li {
    padding: 10px 0;
}
.top_news ul li:nth-child(1) {
    padding: 0 0 10px;
}
.top_news ul li p {
    float: none;
    margin: 0 0 6px;
}
.top_news ul li h3 {
    float: none;
}

.top_works {
    padding: 0 0 50px;
}

.top_flow {
  padding: 40px 0;
}
.top_flow .right {
    float: none;
    width: 100%;
    margin: 0;
}
.top_flow .left {
    display: none;
}
.top_flow .btn {
    margin: 20px auto;
}

.top_recruit .box {
    top: 5vh;
}
.top_recruit .box .left {
    float: none;
    width: 100%;
    padding: 30px 5%;
}
.top_recruit .box .left p {
    margin: 30px 0;
}
.top_recruit .box .left .btn {
    margin: 0 auto;
}
.top_recruit .box figure {
    float: none;
    width: 100%;
    margin: 0 auto;
}
.top_company {
    padding: 65vh 0 50px;
}
.top_company table {
    float: none;
    width: 100%;
}
.top_company .left {
    float: none;
    width: 100%;
    margin: 30px 0 0;
}
.top_company .left .map iframe {
    height: 240px;
}


.under_mv {
  padding: 60px 0 25px;
}

.comapny .message {
    padding: 30px 0;
}
.comapny .history {
    padding: 30px 0;
}
.comapny .history figure {
    float: none;
    width: 100%;
}
.comapny .history .right {
    float: none;
    width: 100%;
}
.comapny .history table {
    margin: 0 0 30px 50px;
}
.comapny .history table::before {
    top: 30px;
    left: -33px;
}
.comapny .history table th {
    width: 100%;
    display: block;
    padding: 10px 0 0;
    font-size: 14px;
}
.comapny .history table th::before {
    top: 12px;
    left: -40px;
}
.comapny .history table td {
    width: 100%;
    display: block;
    padding: 0 0 10px;
    font-size: 14px;
}
.comapny .top_company {
    padding: 30px 0;
}

.flow .flow_list {
    padding: 30px 0;
}
.flow .flow_list ul li {
    margin: 0 0 30px;
    padding: 30px 20px;
}
.flow .flow_list ul li h3 {
    font-size: 12px;
    margin: 0 auto;
    float: none;
    width: 80px;
    height: 80px;
}
.flow .flow_list ul li h3::before {
  display: none;
}
.flow .flow_list ul li h3 span {
    font-size: 24px;
}
.flow .flow_list ul li .box h4 {
    font-size: 18px;
    margin: 20px 0;
}
.flow .flow_list ul li .box h4 + p {
    margin: 0 0 20px;
}

.recruit .description {
    padding: 30px 0;
}
.recruit .description table th,
.recruit .description table td {
  font-size: 14px;
}
.entry_btn_area .right {
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 0;
}
.entry_btn_area .right h2 {
    font-size: 18px;
}
.entry_btn_area .right a {
    margin: 15px auto 0;
    padding: 10px 0;
}
.entry_btn_area .right a::after {
    top: 20px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.staff .management {
    background-size: 80%;
    padding: 30px 0;
}
.staff .management li,
.staff .management li:nth-child(2n) {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}
.staff .detail {
    margin: -50px 0 0;
    padding: 20px 15px 10px;
    width: 90%;
}
.staff .detail h3 {
  font-size: 20px;
  margin: 0 10px 15px 0;
    padding: 0 10px 0 0;
    letter-spacing: 1px;
}
.staff .detail p {
    font-size: 12px;
    letter-spacing: 1px;
}
.staff .field_staff {
    background-size: 80%;
    margin: 0 0 400px;
padding: 0 0 70px;
}
.staff .field_staff .detail {
    width: 65%;
}
.staff .field_staff .box02 {
    width: 94%;
}
.staff .field_staff .box01 .text,
.staff .field_staff .box02 .text {
    margin: 20px 0;
    font-size: 14px;
}

.staff_under .staff_mv {
    margin: 0 0 60px;
}
.staff_under .staff_mv .detail {
    width: 80%;
    bottom: -50px;
    right: 0;
}
.staff_under .interview_list li {
    padding: 220px 0 30px;
}
.staff_under .interview_list li::before {
  display: none;
}
.staff_under .interview_list li::after,
.staff_under .interview_list li:nth-child(2n)::after {
    width: 100%;
    height: 300px;
    top: 0;
}
.staff_under .interview_list li .box {
    padding: 50px 20px;
    width: 100%;
}
.staff_under .interview_list li .box::after {
    top: -40px;
    right: 0;
    width: 90px;
    height: 90px;
}
.staff_under .interview_list li:nth-child(2n) .box::after {
  top: -40px;
  right: 0;
  left: auto;
  height: 90px;
  width: 120px;
}
.staff_under .interview_list li .box figure,
.staff_under .interview_list li:nth-child(2n) .box figure {
    left: 0;
    right: auto;
    width: 60%;
}
.staff_under .list_title {
    font-size: 16px;
    margin: 0 0 30px;
}
.staff_under .list_title::after {
    bottom: -15px;
    width: 30px;
}
.staff_under .message {
    margin: 20px 0 0;
    padding: 30px 0;
    background: #1f8b1c;
}
.staff_under .message .box {
    width: 100%;
}
.staff_under .other {
    padding: 30px 0;
}
.staff_under .other ul li {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}
.staff_under .other ul li .detail {
    margin: -60px auto 0;
    width: 90%;
}

.works .tab-group {
    margin: 0 0 30px;
}
.works .tab {
    font-size: 14px;
    padding: 10px 0;
}
.works .tab.is-active::after {
    bottom: -13px;
    right: 44.5%;
}
.works .orange_title {
    padding: 10px;
    font-size: 16px;
    margin: 30px 0;
}
.works .sc_box {
    overflow-y: scroll;
}
.works table {
    width: 200%;
}

.form {
    padding: 30px 0;
}
.form table {
    width: 100%;
    margin: 0 auto;
}
.form select {
    width: 100%;
}
.form .arrow::after {
    right: 15px;
}
.form textarea {
  font-size: 14px;
    height: 170px;
}
.form table th {
    font-size: 14px;
}
.form table th span {
    font-size: 12px;
    margin: 0 0 0 20px;
}
.form .btn_area {
    width: 100%;
}
.form .btn_area p {
    width: 100%;
    margin: 0 0 10px;
}


.news .news_detail {
  padding: 30px 0;
}

.pri .pri_list {
  padding: 30px 0;
}
.pri .pri_list h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
.pri .pri_list p {
  font-size: 14px;
}

.submit_wrap {
display: block;
margin:30px auto;
}
input[type="submit"].back_btn{
margin: 0 auto 20px;
}
input[type="reset"].reset_btn{
margin: 0 auto 20px;
}
input[type="submit"].send_btn{
margin: 0 auto 20px;
}
}


@media screen and (max-width:480px) {
/*　480pxはここを読み込む　*/
}

@media screen and (max-width:320px) {
/*　320pxはここを読み込む　*/
}
