@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.subtop_img {
  position: relative;
  padding-top: 50.75%;
}
.subtop_title {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .subtop_title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.7142857143;
  }
}
@media (max-width: 767px) {
  .subtop_title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
.sub .sub_h1 h1 {
  text-align: center;
  color: #006934;
  font-weight: 600 !important;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sub .sub_h1 h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .sub .sub_h1 h1 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.sub .sub_h2 h2 {
  background: #006934;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-weight: 500 !important;
  padding: 10px !important;
  margin-bottom: 1em !important;
}
@media (min-width: 768px) {
  .sub .sub_h2 h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media (max-width: 767px) {
  .sub .sub_h2 h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sub h3 {
  color: #006934;
  margin-bottom: 1em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sub h3 {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.4814814815;
  }
}
@media (max-width: 767px) {
  .sub h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
.sub .greenmintyo h3 {
  font-weight: 700;
}
@media (min-width: 768px) {
  .sub .greenmintyo h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .sub .greenmintyo h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
.sub .greenborder h3 {
  border: solid 3px #006934;
  border-radius: 15px;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .sub .greenborder h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media (max-width: 767px) {
  .sub .greenborder h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sub h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
}
.sub .green h4 {
  color: #006934;
  background: none;
}
.sub_wrapper {
  padding: 15vw 0;
}
.sub_title {
  padding: 1em;
}
.sub_title p {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .sub_title p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
.sub_content {
  max-width: 900px;
}
@media (min-width: 768px) {
  .sub_content {
    margin: 0 auto 8em;
  }
}
.sub_content > li {
  margin-bottom: 5em;
}
.sub_content_title {
  margin-bottom: 3em;
}
.sub_content_title .sub_content_title_p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .sub_content_title .sub_content_title_p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .sub_content_title .sub_content_title_p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.sub_content_list {
  margin-bottom: 6em;
}
@media (min-width: 768px) {
  .sub .sub_content_section {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .sub .sub_content_section {
    margin-bottom: 3em;
  }
}
.sub_flex {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .sub_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .sub_flex_content {
    width: calc(50% - 15px);
  }
}
.sub_flex_content.googlemap iframe {
  width: 100%;
  height: 200px;
}
@media (max-width: 767px) {
  .sub_flex_content + .sub_flex_content {
    padding: 1em 0 0;
  }
}
.sub .maintenance_map li h4 {
  margin-bottom: 5px;
}
.sub .coc {
  padding: 1em 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media (max-width: 767px) {
  .sub .coc h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.sub .miyano_factory {
  position: relative;
}
@media (min-width: 768px) {
  .sub .miyano_factory {
    padding-top: 8em;
  }
}
@media (max-width: 767px) {
  .sub .miyano_factory {
    padding-top: 5em;
  }
}
.sub .miyano_factory::before {
  content: "";
  background: url(../images/common/tree_icon.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sub .miyano_factory::before {
    width: 70px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .sub .miyano_factory::before {
    width: 60px;
    height: 60px;
  }
}
.sub .miyano_factory .sub_content_title .miyano_h1 h1 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin-bottom: 1em;
}
.sub .miyano_factory_product {
  margin-top: 5em;
}
.sub .miyano_factory_product h3 {
  color: #000;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sub .miyano_factory_product h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .sub .miyano_factory_product h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
}
.sub .miyano_factory_product .product_list {
  margin: 2em 0;
}
@media (min-width: 768px) {
  .sub .miyano_factory_product .product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 30px;
  }
}
@media (min-width: 768px) {
  .sub .miyano_factory_product .product_list .product_list_content {
    width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 767px) {
  .sub .miyano_factory_product .product_list .product_list_content {
    width: 80%;
    margin: 2em auto;
  }
}
.sub .miyano_factory_map {
  margin-top: 5em;
}
.sub .miyano_factory_map iframe {
  margin: 1em 0;
}
.sub .telbox {
  border: 3px solid #006934;
}
.sub .telbox h4 {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #006934;
  margin: 0;
}
@media (max-width: 767px) {
  .sub .telbox h4 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
}
.sub .telbox h3 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sub .telbox h3 {
    padding: 0 1em;
  }
}
.sub .telbox .tel {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub .telbox .tel .span {
  display: block;
  color: #006934;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .sub .telbox .tel .span {
    padding: 0 1em;
  }
}
.sub .telbox .tel a {
  display: block;
  color: #006934;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
}
.sub .lease_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .sub .lease_img div {
    width: calc(33.3333333333% - 14px);
  }
}
@media (max-width: 767px) {
  .sub .lease_img div {
    width: calc(50% - 10px);
  }
}
.sub .lease_kannyou {
  border: 3px solid #006934;
  padding: 1.5em;
}
@media (min-width: 768px) {
  .sub .lease_kannyou_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .sub .lease_kannyou_title h3 {
    margin-bottom: 0;
  }
}
.sub .lease_kannyou_title .kannyou_circle {
  background: #006934;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sub .lease_kannyou_title .kannyou_circle {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .sub .lease_kannyou_title .kannyou_circle {
    max-width: 180px;
    margin: 10px auto;
    padding: 15px;
  }
}
.sub .kannyou_list {
  margin-top: 1em;
  border-top: 1px solid #006934;
}
.sub .kannyou_list .kannyou_list_content {
  border-bottom: 1px solid #006934;
}
@media (min-width: 768px) {
  .sub .kannyou_list .kannyou_list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 1em;
  }
}
@media (max-width: 767px) {
  .sub .kannyou_list .kannyou_list_content {
    padding: 1em 0;
  }
}
.sub .kannyou_list .kannyou_list_content .type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .sub .kannyou_list .kannyou_list_content .type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub .kannyou_list .kannyou_list_content .bachi p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .sub .kannyou_list .kannyou_list_content .bachi p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
@media (max-width: 767px) {
  .sub .kannyou_list .kannyou_list_content .bachi p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}
.sub .kannyou_list .kannyou_list_content .bachi_size p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .sub .kannyou_list .kannyou_list_content .bachi_size p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
}
@media (max-width: 767px) {
  .sub .kannyou_list .kannyou_list_content .bachi_size p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.sub .kannyou_list .kannyou_list_content .price p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .sub .kannyou_list .kannyou_list_content .price p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
@media (max-width: 767px) {
  .sub .kannyou_list .kannyou_list_content .price p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}
.sub .kannyou_attention {
  margin-top: 1em;
}
.sub .kannyou_attention .kannyou_attention_list p {
  text-indent: -1em;
  padding-left: 1em;
}

.aisatsu {
  background: #006934;
  color: #fff;
}
.aisatsu .l-page_wrapper {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .aisatsu .l-page_wrapper {
    padding: 4em 5%;
  }
}
.aisatsu_content {
  margin: 2em auto;
}
@media (min-width: 768px) {
  .aisatsu_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .aisatsu_content_img {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .aisatsu_content_img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.aisatsu_content_img .aisatsu_content_img_h2 {
  padding: 5px 0;
  text-align: left;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
}
.aisatsu_content_img p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .aisatsu_content_text {
    width: calc(75% - 30px);
  }
}

.aisatsu_h1 h1 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.about.tree_wrapper article::before {
  z-index: 1;
}
.about.tree_wrapper article::after {
  z-index: 0;
}
.about_wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about_wrap .l-page_wrapper {
    padding: 2em 13%;
  }
}
.about_h2 h2 {
  margin: 1em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 1em;
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: none;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about_h2 h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media (max-width: 767px) {
  .about_h2 h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.about_content {
  margin-bottom: 4em;
}
.about .sub_content_title {
  margin-bottom: 1em !important;
}
.about .rinri {
  margin-bottom: 0;
  padding-top: 0;
}
.about .shishin {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .about .shishin {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.about .houshin {
  background: #fff;
  position: relative;
  z-index: -1;
  padding: 2em 0;
  margin-bottom: 4em;
}
.about .houshin_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 15vw;
}
@media (min-width: 768px) {
  .about .houshin_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about .houshin_content h4 {
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .about .houshin_content h4 {
    width: 180px;
    min-width: 0 !important;
  }
}
.about .houshin_list {
  counter-reset: number;
  border-top: 1px solid #006934;
}
@media (min-width: 768px) {
  .about .houshin_list {
    width: calc(100% - 180px);
    min-width: 400px !important;
  }
}
.about .houshin_list_number {
  position: relative;
  padding: 1em 1em 1em 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #006934;
}
.about .houshin_list_number::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 768px) {
  .about .houshin_list_number::before {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about .houshin_list_number::before {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5;
  }
}
.about .kihan {
  counter-reset: number;
}
.about .kihan_list {
  position: relative;
  padding-left: 2em;
  padding-bottom: 2em;
}
.about .kihan_list::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 0.96;
  font-weight: 500;
}
.about .gaiyou_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}
.about .gaiyou_list .gaiyou_list_title {
  width: 100px;
  position: relative;
  margin-bottom: 5px;
}
.about .gaiyou_list .gaiyou_list_title::after {
  content: "／";
  position: absolute;
  top: 0;
  right: 0;
}
.about .gaiyou_list .gaiyou_list_text {
  width: calc(100% - 100px);
  padding-left: 10px;
  margin-bottom: 5px;
}
.about .gaiyou_link {
  max-width: 600px;
  margin: 2em auto;
}
.about .gaiyou_link a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #006934;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 10px;
  background: none;
  padding: 0;
}
.about .gaiyou_link a:hover {
  text-decoration: underline;
}
.about .enkaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
}
@media (min-width: 768px) {
  .about .enkaku {
    margin: 0 auto 8em;
  }
}
@media (max-width: 767px) {
  .about .enkaku {
    margin: 0 auto 3em;
  }
}
.about .enkaku_title {
  width: 120px;
  padding-bottom: 5px;
}
.about .enkaku_text {
  width: calc(100% - 120px);
  padding-bottom: 5px;
}

.member-recruit_h2 h2 {
  margin: 1em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 1em;
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: none;
  font-weight: 500;
}
@media (min-width: 768px) {
  .member-recruit_h2 h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media (max-width: 767px) {
  .member-recruit_h2 h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.member-recruit .sub_content_title {
  margin-bottom: 1em;
}
.member-recruit_conditions_list p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
.member-recruit_link {
  margin: 5em auto;
}
.member-recruit_link a {
  display: block;
  margin: 1em auto;
  padding: 10px;
  width: 90%;
  max-width: 400px;
  border: 2px solid #006934;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
.member-recruit_link a.contact {
  background: #006934;
  color: #fff;
}
.member-recruit_link a.contact:hover {
  background: #35A676;
}
.member-recruit_link .moushikomi a {
  background: #fff;
  color: #006934;
}
.member-recruit_link .moushikomi a:hover {
  background: #DCDDDD;
}

.white_page {
  border-top: 20px solid #8fc31f;
  margin-bottom: 5em;
}
.white_page_h1 h1 {
  margin-bottom: 1em !important;
}

.privacy_content {
  margin-bottom: 2em !important;
}
.privacy_content p a {
  text-decoration: underline;
}
.privacy_content p a:hover {
  text-decoration: none;
}

.privacy_list {
  margin-top: 5px;
}

.privacy_list_indent p {
  text-indent: -1em;
  padding-left: 1em;
}

.policy_list {
  counter-reset: number;
}
.policy_list_text {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px !important;
}
.policy_list_text::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.white_title {
  padding: 5em 8% 1em;
  margin-bottom: 0;
}

.member-news_wrapper {
  padding: 2em;
}

.mixed_news_list {
  max-width: 1000px;
  margin: 0 auto 1em;
  border-top: 1px solid #006934;
}
.mixed_news_list li {
  padding: 1em 0;
  border-bottom: 1px solid #006934;
}
.mixed_news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mixed_news_list li a:hover {
  opacity: 0.5;
}
.mixed_news_list li a span {
  display: block;
}
@media (max-width: 767px) {
  .mixed_news_list li a span {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .mixed_news_list li a span.time {
    width: 120px;
    text-align: center;
  }
}
.mixed_news_list li a span.cat {
  color: #fff;
  background: #8fc31f;
}
@media (min-width: 768px) {
  .mixed_news_list li a span.cat {
    width: 180px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .mixed_news_list li a p {
    padding: 0 0 0 1em;
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .mixed_news_list li a p {
    width: 100%;
  }
}

.member_news_btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  padding: 5px 50px;
  border-radius: 0;
  margin: 1em auto 0;
  background: #fff;
  color: #000;
}
.member_news_btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #b5b5b6;
  border-right: 0;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.member_news_btn:hover {
  background: #EFEFEF;
}

.member_contact_btn {
  display: block;
  margin: 1em auto;
  padding: 10px;
  width: 90%;
  max-width: 400px;
  border: 2px solid #006934;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  background: #006934;
  color: #fff;
}
.member_contact_btn:hover {
  background: #35A676;
}

.recruit_title_text {
  margin: 0 auto;
  max-width: 600px;
}
.recruit_topbtn a {
  margin: 1em auto;
  position: relative;
  max-width: 600px;
  display: block;
  width: 100%;
  background: #006934;
  color: #fff;
  padding: 15px 35px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.recruit_topbtn a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
}
.recruit_topbtn a:hover {
  background: #666;
}
.recruit_h3 h3 {
  border: solid 3px #006934;
  border-radius: 15px;
  text-align: center;
  font-weight: 500;
  padding: 10px;
}
@media (min-width: 768px) {
  .recruit_h3 h3 {
    margin-bottom: 1em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media (max-width: 767px) {
  .recruit_h3 h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.recruit_content {
  margin: 2em auto;
}
@media (min-width: 768px) {
  .recruit_content {
    width: 90%;
    max-width: 700px;
  }
}
.recruit_interview {
  margin-bottom: 2em;
}
.recruit_question {
  margin-bottom: 10px;
}
.recruit_question h4 {
  border-bottom: 1px solid #006934;
  padding-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #006934;
}
.recruit_question h4::before {
  content: "Q.";
}
.recruit_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit_answer::before {
  content: "A.";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #006934;
  margin-right: 10px;
}
.recruit_oubo {
  margin: 3em auto;
}
.recruit_oubo .oubo_h5 h5 {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .recruit_oubo .oubo_h5 h5 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media (max-width: 767px) {
  .recruit_oubo .oubo_h5 h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.recruit_oubo .oubo_btn a {
  margin: 1em auto;
  max-width: 600px;
  display: block;
  width: 100%;
  background: #006934;
  color: #fff;
  padding: 15px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.recruit_oubo .oubo_btn a:hover {
  background: #666;
}

.part_content {
  border-top: 1px solid #9fa0a0;
}
@media (min-width: 768px) {
  .part_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.part_content .part_content_title {
  background: #efefef;
  padding: 1em;
}
@media (min-width: 768px) {
  .part_content .part_content_title {
    width: 170px;
    border-bottom: 1px solid #9fa0a0;
  }
}
.part_content .part_content_text {
  padding: 1em;
  border-bottom: 1px solid #9fa0a0;
}
@media (min-width: 768px) {
  .part_content .part_content_text {
    width: calc(100% - 170px);
  }
}

.swpm-login-widget-form {
  max-width: 400px;
  margin: 0 auto 5em;
  padding: 2em;
}
.swpm-login-widget-form input#swpm_user_name {
  margin-top: 5px;
  padding: 12px;
}
.swpm-login-widget-form input#swpm_password {
  margin-top: 5px;
  width: 100%;
  padding: 12px;
}
.swpm-login-widget-form form input[type=submit],
.swpm-login-widget-form form button {
  background: #006934;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swpm-login-widget-form form input[type=submit]:hover,
.swpm-login-widget-form form button:hover {
  background: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* パスワードをお忘れですか？ を非表示 */
#forgot_pass {
  display: none !important;
}

/* 会員について を非表示 */
#register {
  display: none !important;
}

.member-login_btn {
  display: block;
  margin: 1em auto;
  padding: 10px;
  width: 90%;
  max-width: 400px;
  border: 2px solid #006934;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  background: #006934;
  color: #fff;
}
.member-login_btn:hover {
  background: #35A676;
}