@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  scroll-margin-top: 120px;
}

body {
  background-image: url(../img/top/box02_bk.png);
  background-repeat: repeat;
  color: #000;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

h2, h3, h4, h5 {
  font-weight: 400;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: relative;
  z-index: 3;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .hamburger {
    position: absolute;
    right: 20px;
    top: 30px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #707070;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #707070;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.98);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
}
nav.globalMenuSp ul {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
nav.globalMenuSp ul li {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #006b12;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
nav.globalMenuSp ul li a {
  color: #006b12;
}

nav.globalMenuSp.active {
  z-index: 2;
}

nav.globalMenuSp .txt_box {
  padding: 10% 0 0 10%;
}
nav.globalMenuSp .txt_box .globalMenu_flex {
  display: flex;
  align-items: center;
}
nav.globalMenuSp .txt_box .globalMenu_flex .btn_list {
  margin-left: 40px;
}
nav.globalMenuSp .txt_box .menu_list {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px;
}
nav.globalMenuSp .txt_box .menu_list li {
  width: 48%;
  text-align: left;
  margin-bottom: 20px;
}
nav.globalMenuSp .txt_box .menu_list li a {
  display: block;
  color: #292925;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
}
nav.globalMenuSp .txt_box .btn a {
  margin-left: 0;
  background-color: #4D4D4D;
  color: #fff;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}

.thnks_txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc_hide {
    display: none !important;
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.header_inner ul {
  display: flex;
}
.header_inner ul li {
  margin-right: 20px;
}
.header_inner ul li:last-child {
  margin-right: 0;
}

.pc_menu {
  background-color: #3ea829;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .pc_menu {
    display: none;
  }
}
.pc_menu ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.pc_menu ul li {
  text-align: center;
  line-height: 1.4;
}
.pc_menu ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.mv img {
  width: 100%;
  max-width: auto;
}

.box01 {
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .box01 {
    padding: 40px 20px;
  }
}
.box01 h2 {
  text-align: center;
}
.box01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  background-image: url(../img/top/box01_bk.png);
  background-position: bottom left;
  padding-bottom: 10px;
}
.box01 ul li {
  width: 21%;
}
@media screen and (max-width: 750px) {
  .box01 ul li {
    width: 48%;
  }
}
.box01 .btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .box01 .btn {
    width: 80%;
    margin: 30px auto 0;
  }
}
.box01 .btn a {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 100px;
  color: #fff;
  background-color: #1e9b39;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .box01 .btn a {
    padding: 10px 10px;
  }
}
.box01 .btn a::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  background-image: url(../img/top/arrow_right.png);
  width: 13px;
  height: 20px;
  background-size: cover;
}

.box02 {
  background-image: url(../img/top/box02_bk.png);
  background-size: cover;
  padding: 50px 0;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .box02 {
    padding: 0 20px;
  }
}
.box02 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .box02 .inner h2 {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.box02 .inner .txt_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .box02 .inner .txt_box {
    flex-direction: column-reverse;
  }
}
.box02 .inner .txt_box .left_box {
  width: 45%;
}
@media screen and (max-width: 750px) {
  .box02 .inner .txt_box .left_box {
    width: 100%;
  }
}
.box02 .inner .txt_box .left_box h3 {
  font-size: 3rem;
  color: #023519;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .box02 .inner .txt_box .left_box h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.box02 .inner .txt_box .left_box p {
  line-height: 1.5;
}
.box02 .inner .txt_box .right_box {
  width: 45%;
}
@media screen and (max-width: 750px) {
  .box02 .inner .txt_box .right_box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.box02 .inner .txt_box.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .box02 .inner .txt_box.reverse {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}

.btn_flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .btn_flex {
    flex-direction: column;
    padding: 0 20px;
  }
}
.btn_flex li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .btn_flex li:first-child {
    margin-right: 0;
  }
}
.btn_flex li .btn {
  text-align: center;
  margin-top: 50px;
}
.btn_flex li .btn a {
  min-width: 400px;
  margin: 0 auto;
  padding: 10px 100px;
  color: #fff;
  background-color: #1e9b39;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .btn_flex li .btn a {
    min-width: initial;
    padding: 10px 0px;
  }
}
.btn_flex li .btn a::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  background-image: url(../img/top/arrow_right.png);
  width: 13px;
  height: 20px;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .btn_flex li:nth-child(2) .btn {
    margin-top: 30px;
  }
}

.box03 {
  background: linear-gradient(180deg, #3ea829 0%, #3ea829 50%, transparent 50%, transparent 100%);
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .box03 {
    padding: 50px 20px;
    margin-top: 40px;
  }
}
.box03 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box03 .inner h2 {
  text-align: center;
}
.box03 .inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .box03 .inner ul {
    flex-direction: column;
  }
  .box03 .inner ul li {
    width: 100%;
  }
}

.box04 {
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .box04 {
    padding: 30px 20px;
  }
}
.box04 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box04 .inner h2 {
  text-align: center;
}
.box04 .txt_box {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px 0;
  margin-top: 50px;
}
.box04 .txt_box .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .box04 .txt_box .inner {
    flex-direction: column-reverse;
  }
}
.box04 .txt_box .inner .left_box {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .box04 .txt_box .inner .left_box {
    width: 100%;
  }
}
.box04 .txt_box .inner .left_box .txt_box01 {
  line-height: 1.7;
  margin-bottom: 10px;
}
.box04 .txt_box .inner .left_box .txt_box02 {
  line-height: 1.5;
  text-align: right;
  margin-top: 20px;
}
.box04 .txt_box .inner .right_box {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .box04 .txt_box .inner .right_box {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .box05 {
    padding: 0 20px;
  }
}
.box05 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box05 .inner h2 {
  text-align: center;
}
.box05 .inner figure {
  display: block;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box05 .inner figure {
    margin-top: 50px;
  }
}

.box06 {
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .box06 {
    padding: 50px 20px;
  }
}
.box06 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box06 .inner h2 {
  text-align: center;
}
.box06 .inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box06 .inner ul {
    flex-direction: column;
    margin-top: 30px;
  }
}
.box06 .inner ul li {
  width: 21%;
}
@media screen and (max-width: 750px) {
  .box06 .inner ul li {
    width: 100%;
  }
}
.box06 .inner .btn {
  text-align: center;
  margin-top: 50px;
}
.box06 .inner .btn a {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 100px;
  color: #fff;
  background-color: #1e9b39;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .box06 .inner .btn a {
    padding: 10px 10px;
  }
}
.box06 .inner .btn a::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  background-image: url(../img/top/arrow_right.png);
  width: 13px;
  height: 20px;
  background-size: cover;
}

.box07 {
  max-width: 1200px;
  margin: 0 auto;
}
.box07 ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .box07 ul {
    flex-direction: column;
    padding: 0 20px;
  }
}
.box07 ul li {
  width: 35%;
}
@media screen and (max-width: 750px) {
  .box07 ul li {
    width: 100%;
  }
}
.box07 ul li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .box07 ul li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.box08 {
  background-color: #3ea829;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box08 {
    padding: 50px 0;
    margin-top: 50px;
  }
}
.box08 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box08 .inner h2 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .box08 .inner h2 {
    font-size: 2.4rem;
  }
}
.box08 .inner p {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .box08 .inner p {
    padding: 0 20px;
  }
}
.box08 .inner ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .box08 .inner ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .box08 .inner ul li:nth-child(1) {
    width: 48%;
    margin: 0 0px 20px;
  }
}
.box08 .inner ul li:nth-child(2) {
  margin: 0 20px;
}
@media screen and (max-width: 750px) {
  .box08 .inner ul li:nth-child(2) {
    width: 48%;
    margin: 0 0px 20px;
  }
}
@media screen and (max-width: 750px) {
  .box08 .inner ul li:nth-child(3) {
    width: 100%;
  }
}
.box08 .inner .btn_box {
  background-color: #fff;
  padding: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .box08 .inner .btn_box {
    padding: 20px;
  }
}
.box08 .inner .btn_box h3 {
  text-align: center;
  font-size: 4rem;
  color: #3ea829;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .box08 .inner .btn_box h3 {
    font-size: 2.4rem;
  }
}
.box08 .inner .btn_box h3::before {
  display: block;
  content: "";
  width: 2px;
  height: 45px;
  background-color: #ff8839;
  margin-right: 20px;
  transform: rotate(-45deg);
}
.box08 .inner .btn_box h3::after {
  display: block;
  content: "";
  width: 2px;
  height: 45px;
  background-color: #ff8839;
  margin-left: 20px;
  transform: rotate(45deg);
}

.box09 {
  padding: 100px 0 50px;
}
.box09 h2 {
  text-align: center;
}
.box09 iframe {
  margin-top: 30px;
  width: 100%;
  height: 400px;
}

footer {
  background-color: #3ea829;
  padding: 40px 0 20px;
}
footer .inner {
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer .inner {
    flex-direction: column;
    padding: 0 20px;
  }
}
footer .inner .left_box {
  color: #231815;
}
footer .inner .left_box figure img {
  width: 70%;
}
@media screen and (max-width: 750px) {
  footer .inner .left_box figure img {
    display: block;
    margin: 0 auto;
  }
}
footer .inner .left_box p {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  footer .inner .left_box p {
    text-align: center;
    margin: 20px 0;
  }
}
footer .inner .right_box .flex {
  display: flex;
}
@media screen and (max-width: 750px) {
  footer .inner .right_box .flex {
    justify-content: center;
  }
}
footer .inner .right_box .flex ul:nth-child(1) {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  footer .inner .right_box .flex ul:nth-child(1) {
    margin-right: 40px;
  }
}
footer .inner .right_box .flex ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  footer .inner .right_box .flex ul li {
    font-size: 1.4rem;
  }
}
footer .inner .right_box .flex ul li a {
  color: #fff;
}
footer .copy {
  text-align: center;
  color: #231815;
}
footer .copy small {
  font-size: 1.2rem;
}

.sec_mv {
  background-image: url(../img/strengths/mv.png);
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_mv.flow {
  background-image: url(../img/flow/mv.png);
}
.sec_mv.company {
  background-image: url(../img/company/mv.png);
}
.sec_mv.privacy {
  background-image: url(../img/privacy/mv.png);
}
.sec_mv.choose {
  background-image: url(../img/choose/mv.png);
}
.sec_mv h2 {
  font-weight: bold;
  text-align: center;
  background-image: url(../img/common/sec_ttl.png);
  width: 400px;
  padding: 20px 40px;
  color: #fff;
  font-size: 3rem;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .sec_mv h2 {
    font-size: 2rem;
  }
}

.strengths_box01 {
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .strengths_box01 {
    padding: 50px 20px;
  }
}
.strengths_box01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.strengths_box01 .inner h2 {
  padding: 50px 0 0;
  text-align: center;
  font-size: 4rem;
  background-image: url(../img/common/ttlbk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px 100px;
}
@media screen and (max-width: 750px) {
  .strengths_box01 .inner h2 {
    font-size: 2.1rem;
  }
}
.strengths_box01 .inner h2::after {
  content: "";
  display: block;
  background-image: url(../img/common/ttlbk02.png);
  width: 50%;
  height: 10px;
  background-size: cover;
  margin: 10px auto 0;
}
.strengths_box01 .inner .sub_txt {
  text-align: center;
  margin-top: 30px;
  font-size: 2rem;
  line-height: 2;
  color: #023519;
}
@media screen and (max-width: 750px) {
  .strengths_box01 .inner .sub_txt {
    font-size: 1.6rem;
  }
}
.strengths_box01 .inner table {
  width: 100%;
  border-spacing: 0;
  margin-top: 40px;
}
.strengths_box01 .inner table th {
  background-color: #1e9b39;
  color: #fff;
  border: 1px solid #5da848;
  padding: 20px;
}
.strengths_box01 .inner table td {
  border: 1px solid #5da848;
  padding: 20px;
  line-height: 1.5;
}

.strengths_box02 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 0;
  margin-bottom: 50px;
}
.strengths_box02 .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .strengths_box02 .inner {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}
.strengths_box02 .inner .txt_box {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .strengths_box02 .inner .txt_box {
    width: 100%;
  }
}
.strengths_box02 .inner .txt_box p {
  line-height: 1.5;
}
.strengths_box02 .inner figure {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .strengths_box02 .inner figure {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.flow_box {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../img/flow/bk.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .flow_box {
    background-image: none;
    padding: 20px 0;
  }
}
.flow_box .flowttl {
  margin: 50px 0 0;
}
.flow_box .btn_box {
  background-color: #fff;
  padding: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .flow_box .btn_box {
    padding: 20px;
  }
}
.flow_box .btn_box h3 {
  text-align: center;
  font-size: 4rem;
  color: #3ea829;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .flow_box .btn_box h3 {
    font-size: 2.4rem;
  }
}
.flow_box .btn_box h3::before {
  display: block;
  content: "";
  width: 2px;
  height: 45px;
  background-color: #ff8839;
  margin-right: 20px;
  transform: rotate(-45deg);
}
.flow_box .btn_box h3::after {
  display: block;
  content: "";
  width: 2px;
  height: 45px;
  background-color: #ff8839;
  margin-left: 20px;
  transform: rotate(45deg);
}
.flow_box .btn_box ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .flow_box .btn_box ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .flow_box .btn_box ul li:nth-child(1) {
    width: 48%;
    margin: 0 0px 20px;
  }
}
.flow_box .btn_box ul li:nth-child(2) {
  margin: 0 20px;
}
@media screen and (max-width: 750px) {
  .flow_box .btn_box ul li:nth-child(2) {
    width: 48%;
    margin: 0 0px 20px;
  }
}
@media screen and (max-width: 750px) {
  .flow_box .btn_box ul li:nth-child(3) {
    width: 100%;
  }
}
.flow_box .flow_box01 {
  background-color: #ffe2d4;
  max-width: 60%;
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 750px) {
  .flow_box .flow_box01 {
    max-width: 96%;
    margin: 20px auto;
  }
}
.flow_box .flow_box01 h2 {
  background-color: #ff8839;
  padding: 5px;
  color: #fff;
  display: flex;
  align-items: center;
}
.flow_box .flow_box01 h2::after {
  content: "";
  display: block;
  background-image: url(../img/flow/arrow.png);
  background-size: cover;
  width: 30px;
  height: 20px;
}
.flow_box .flow_box01 ul {
  padding: 20px;
  display: flex;
}
.flow_box .flow_box01 ul .ttl {
  width: 20%;
}
.flow_box .flow_box01 ul .txt {
  width: 80%;
  display: flex;
}
.flow_box .flow_box01 ul .txt::before {
  content: ":";
}

.recruit_box01 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  max-width: 1300px;
  margin: 0px auto 0px;
}
.recruit_box01 h2 {
  text-align: right;
  margin: 0 0 0 auto;
}
.recruit_box01 .inner {
  max-width: 1200px;
  margin: 100px auto;
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .recruit_box01 .inner {
    padding: 20px;
    flex-direction: column-reverse;
    margin: 50px auto 0px;
  }
}
.recruit_box01 .inner .txt_box {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .recruit_box01 .inner .txt_box {
    width: 100%;
  }
}
.recruit_box01 .inner .txt_box h3 {
  color: #1e9b39;
  font-size: 2rem;
  margin-bottom: 30px;
}
.recruit_box01 .inner .txt_box p {
  line-height: 1.5;
  color: #000;
}
.recruit_box01 .inner figure {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .recruit_box01 .inner figure {
    width: 100%;
    margin-bottom: 30px;
  }
}

.recruit_box02 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  max-width: 1300px;
  margin: 0px auto 100px;
}
@media screen and (max-width: 750px) {
  .recruit_box02 {
    margin: 0px auto 0px;
  }
}
.recruit_box02 .sub_txt {
  margin-top: 30px;
  font-size: 3rem;
  text-align: center;
  color: #023519;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .recruit_box02 .sub_txt {
    font-size: 2rem;
    padding: 0 20px;
  }
}

.recruit_box03 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  max-width: 1300px;
  margin: 0px auto 0px;
}
@media screen and (max-width: 750px) {
  .recruit_box03 {
    padding: 20px 0;
  }
}
.recruit_box03 .inner {
  max-width: 1200px;
  margin: 100px auto;
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .recruit_box03 .inner {
    margin: 0px auto;
    flex-direction: column-reverse;
  }
}
.recruit_box03 .inner.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .recruit_box03 .inner.reverse {
    flex-direction: column-reverse;
  }
}
.recruit_box03 .inner .txt_box {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .recruit_box03 .inner .txt_box {
    width: 100%;
  }
}
.recruit_box03 .inner .txt_box h3 {
  color: #fff;
  background-color: #ff7f00;
  padding: 10px;
  font-size: 2rem;
  margin-bottom: 30px;
}
.recruit_box03 .inner .txt_box p {
  line-height: 1.5;
  color: #000;
}
.recruit_box03 .inner figure {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .recruit_box03 .inner figure {
    width: 100%;
    margin-bottom: 20px;
  }
}

.company_box {
  max-width: 900px;
  margin: 50px auto;
}
@media screen and (max-width: 750px) {
  .company_box {
    padding: 0 20px;
  }
}
.company_box dl {
  display: flex;
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.company_box dl dt {
  color: #1e9b39;
  font-size: 2rem;
  width: 30%;
  line-height: 2;
}
.company_box dl dd {
  width: 70%;
  line-height: 2;
}

.privacy_box {
  max-width: 1200px;
  margin: 50px auto;
  line-height: 1.8;
  color: #023519;
}
.privacy_box .privacy_txt01 {
  margin-bottom: 30px;
}
.privacy_box .privacy_txt01::after {
  content: "";
  display: block;
  background-image: url(../img/common/ttlbk02.png);
  width: 50%;
  height: 10px;
  background-size: cover;
  margin: 10px auto 0;
}
.privacy_box .privacy_ttl01 {
  font-size: 3rem;
  border-bottom: 1px solid #023519;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.privacy_box .privacy_txt02.mb30 {
  margin-bottom: 30px;
}
.privacy_box .privacy_txt02.mb60 {
  margin-bottom: 60px;
}

.service_box01 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.service_box01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.service_box01 .inner h2 {
  padding: 30px 5px 0 30px;
}
@media screen and (max-width: 750px) {
  .service_box01 .inner h2 {
    padding: 30px 0 0px;
  }
}
.service_box01 .inner .txt_box {
  width: 100%;
  padding: 30px;
}
.service_box01 .inner .txt_box p {
  line-height: 1.5;
}
.service_box01 .inner figure {
  width: 100%;
  padding: 30px;
}

.service_box02 {
  display: flex;
  max-width: 1200px;
  margin: 50px auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .service_box02 {
    flex-direction: column;
  }
}
.service_box02 .inner_box {
  width: 46%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .service_box02 .inner_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service_box02 .inner_box h2 {
  margin-bottom: 20px;
}
.service_box02 .inner_box p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.service_box03 {
  background-color: #3ea829;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .service_box03 {
    padding: 20px;
  }
}
.service_box03 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.service_box03 .inner h2 {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .service_box03 .inner h2 {
    text-align: center;
  }
}
.service_box03 .inner p {
  color: #fff;
  line-height: 1.6;
}
.service_box03 .inner .inner_box {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}
.service_box03 .inner .inner_box .ttl {
  text-align: center;
}
.service_box03 .inner .inner_box h3 {
  font-size: 3rem;
  padding: 20px;
  text-align: center;
  background-color: #1e9b39;
  color: #fff;
  display: inline-block;
}
.service_box03 .inner .inner_box h3.bgog {
  background-color: #ff8839;
}
.service_box03 .inner .inner_box .list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .service_box03 .inner .inner_box .list {
    flex-direction: column;
  }
}
.service_box03 .inner .inner_box .list ul {
  margin-top: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .service_box03 .inner .inner_box .list ul {
    width: 100%;
  }
}
.service_box03 .inner .inner_box .list ul li {
  text-align: left;
  margin-top: 10px;
}

.choose_box01 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.choose_box02 {
  max-width: 1200px;
  margin: 100px auto 0;
}
.choose_box02 .inner h2 {
  text-align: center;
}
.choose_box02 .inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .choose_box02 .inner ul {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.choose_box02 .inner ul li {
  width: 31%;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .choose_box02 .inner ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.choose_box02 .inner ul li p {
  padding: 20px;
  line-height: 2;
}

.choose_box03 {
  max-width: 1200px;
  margin: 100px auto 0;
}
.choose_box03 .inner h2 {
  text-align: center;
}
.choose_box03 .inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .choose_box03 .inner ul {
    flex-direction: column;
  }
}
.choose_box03 .inner ul li {
  width: 48%;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .choose_box03 .inner ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.choose_box03 .inner ul li p {
  padding: 20px;
  line-height: 2;
}
.choose_box03 .inner figure {
  text-align: center;
  display: block;
  margin: 50px 0;
}

.slider_wapper_voice {
  background-color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .slider_wapper_voice {
    margin: 50px 0;
  }
}
.slider_wapper_voice .slider-img img {
  width: 30%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .slider_wapper_voice .slider-img img {
    width: 70%;
  }
}

.slider_wapper {
  background-color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .slider_wapper {
    margin: 50px 0;
  }
}

.slider {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.slider-img img {
  height: auto;
  width: 100%;
}

.slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: -100px;
  width: 200px;
}
@media screen and (max-width: 750px) {
  .slide-arrow {
    width: 50px;
  }
}

.prev-arrow {
  left: 30%;
}

.next-arrow {
  right: 30%;
}

.contact_box {
  margin-top: 50px;
}
.contact_box dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact_box dl dt {
  display: flex;
  background-color: #1e9b39;
  padding: 20px;
  color: #fff;
  width: 30%;
}
.contact_box dl dd {
  background-color: #fff;
  width: 68%;
  padding: 20px;
}
.contact_box dl dd input {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}
.contact_box dl dd textarea {
  width: 100%;
  background-color: #e4e4e4;
}
.contact_box .submit {
  margin-top: 100px;
}
.contact_box .submit ul {
  display: flex;
  justify-content: center;
}
.contact_box .submit ul li {
  font-size: 3rem;
  width: 250px;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}
.contact_box .submit ul li:first-child {
  background-color: #1e9b39;
  border-bottom: 3px solid #006b12;
  margin-right: 30px;
}
.contact_box .submit ul li:last-child {
  background-color: #ff7f00;
  border-bottom: 3px solid #a33a0b;
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  height: auto;
  overflow: hidden;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.md-inner {
  padding: 24px 40px;
  background: #fff;
  height: auto;
}

.md-xmark {
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}

.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

.move {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 30px;
}
.move iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */