html body .mv-section {
  max-width: 100vw;
  width: 100%;
  height: calc(100vh - 110px);
  margin-top: 110px;
  position: relative;
  background: url(../../images/index/index-mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  html body .mv-section {
    height: calc(100vh - 70px);
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  html body .mv-section {
    height: 375px;
    margin-top: 0;
    background: url(../../images/index/index-mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .mv-section .mv-textbox {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  html body .mv-section .mv-textbox {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1199px) {
  html body .mv-section .mv-textbox {
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
html body .mv-section .mv-textbox h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
html body .mv-section .mv-textbox h1 .mv-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0px;
  color: #293245;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  html body .mv-section .mv-textbox h1 .mv-span {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body .mv-section .mv-textbox h1 .mv-span {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #293245;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  html body .mv-section .mv-textbox h1 .mv-span {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }
}
html body .mv-section .mv-textbox h1 .mv-span .small {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #293245;
}
@media screen and (max-width: 767px) {
  html body .mv-section .mv-textbox h1 .mv-span .small {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body .mv-section .mv-textbox h1 .mv-span .small {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #293245;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  html body .mv-section .mv-textbox h1 .mv-span .small {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
html body .mv-section .mv-textbox h1 .main {
  width: 675px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  html body .mv-section .mv-textbox h1 .main {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  html body .mv-section .mv-textbox h1 .main {
    width: 260px;
    padding-left: 5px;
  }
}
html body .mv-section .mv-textbox h1 .main .green {
  color: #6FA26A;
}
html body .mv-section .mv-textbox h1 .sub {
  width: 700px;
  margin-top: -1px;
  margin-left: 250px;
}
@media screen and (max-width: 991px) {
  html body .mv-section .mv-textbox h1 .sub {
    width: 600px;
    margin-left: 125px;
  }
}
@media screen and (max-width: 767px) {
  html body .mv-section .mv-textbox h1 .sub {
    width: 260px;
    margin-left: 60px;
  }
}
html body .mv-section .mv-textbox h1 .sub .red {
  color: #E60013;
}
html body .index-title {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 3.8px;
  color: #293245;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .index-title {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  html body .index-title {
    max-width: 295px;
  }
}
html body .index-title span {
  display: block;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-size: 29px;
  line-height: 29px;
  letter-spacing: 5.8px;
  color: #293245;
  font-weight: 300;
  border-bottom: 1px solid #6FA26A;
}
@media screen and (max-width: 767px) {
  html body .index-title span {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.28px;
  }
}
html body .index-section01 {
  margin-bottom: 120px;
  padding: 110px 0;
  background-color: #6FA26A;
}
@media screen and (max-width: 991px) {
  html body .index-section01 {
    margin-bottom: 65px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  html body .index-section01 .wrapper {
    padding: 0 20px;
  }
}
html body .index-section01 h2 {
  margin-bottom: 42px;
  font-size: 45px;
  line-height: 78px;
  letter-spacing: 4.5px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  html body .index-section01 h2 {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 991px) {
  html body .index-section01 h2 {
    margin-bottom: 40px;
    font-weight: 600;
  }
}
html body .index-section01 p {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body .index-section01 p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 991px) {
  html body .index-section01 p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  html body .index-section01 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
}
html body .index-section02 {
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  html body .index-section02 {
    padding-bottom: 60px;
  }
}
html body .index-section02 .index-title {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  html body .index-section02 .index-title {
    margin-bottom: 60px;
  }
}
html body .index-section02 .index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  html body .index-section02 .index-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px 0;
    margin-bottom: 60px;
  }
}
html body .index-section02 .index-item {
  max-width: 400px;
  width: 100%;
}
html body .index-section02 .index-item_link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
html body .index-section02 .index-item_link:hover picture img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
html body .index-section02 .index-item_link:hover .index-item_textbox {
  opacity: 0.7;
}
html body .index-section02 .index-item_frame {
  width: 95%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #FFFFFF;
}
html body .index-section02 .index-item_textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
html body .index-section02 .index-item_name {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #293245;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .index-section02 .index-item_name {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
  }
}
html body .index-section02 .index-item_heading h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 2.3px;
  color: #293245;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  html body .index-section02 .index-item_heading h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
html body .index-section02 .index-item_heading h3 span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #293245;
}
@media screen and (max-width: 1199px) {
  html body .index-section02 .index-item_heading h3 span {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0px;
  }
}
html body .index-section02 .index-item_catch {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.8px;
  color: #326E2C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .index-section02 .index-item_catch {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
html body .index-section02 .index-item picture {
  margin-bottom: 15px;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
html body .index-section02 .index-item picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
html body .index-section03 {
  padding: 100px 0;
  background: url(../../images/index/job-bg-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .index-section03 {
    padding: 50px 0 65px;
    background: url(../../images/index/job-bg-sp.webp) no-repeat top center;
    background-size: cover;
  }
}
html body .index-section03 .index-title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-title {
    margin-bottom: 27px;
  }
}
html body .index-section03 .index-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 120px;
}
@media screen and (max-width: 1199px) {
  html body .index-section03 .index-inner {
    gap: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 45px 0;
  }
}
html body .index-section03 .index-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 120px) / 2);
  flex: 0 0 calc((100% - 120px) / 2);
  margin-bottom: 85px;
}
@media screen and (max-width: 1199px) {
  html body .index-section03 .index-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 2);
    flex: 0 0 calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-container {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 540px;
    width: 100%;
    margin-bottom: 45px;
  }
}
html body .index-section03 .index-imageBox {
  margin-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-imageBox {
    margin-bottom: 28px;
  }
}
html body .index-section03 .index-heading {
  width: 160px;
  padding-top: 36px;
  padding-left: 28px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #EDECE6;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: absolute;
  top: -1px;
  left: -1px;
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-heading {
    width: 98px;
    padding-top: 16px;
    padding-left: 11px;
  }
}
html body .index-section03 .index-heading h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #326E2C;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-heading h3 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.8px;
  }
}
html body .index-section03 .index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  html body .index-section03 .index-list {
    gap: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  html body .index-section03 .index-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 25px;
  }
}
html body .index-section03 .index-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-item_link {
    gap: 0 15px;
  }
}
html body .index-section03 .index-item_arrow {
  width: 7px;
  height: 7px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
html body .index-section03 .index-item_arrow::before {
  content: "";
  height: 1.5px;
  position: absolute;
  background: #326E2C;
  top: 0;
  right: 0;
  left: 0;
}
html body .index-section03 .index-item_arrow::after {
  content: "";
  width: 1.5px;
  position: absolute;
  background: #326E2C;
  top: 0;
  right: 0;
  bottom: 0;
}
html body .index-section03 .index-item p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #326E2C;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-item p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
  }
}
html body .index-section03 .index-column div + div {
  margin-top: 20px;
}
html body .index-section03 .index-subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #326E2C;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-subtitle {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body .index-section03 .index-subtitle {
    text-align: center;
  }
}
html body .index-section04 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  html body .index-section04 {
    padding: 60px 0;
  }
}
html body .index-section04 .index-title {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  html body .index-section04 .index-title {
    margin-bottom: 50px;
  }
}
html body .index-section04 .index-list {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 27px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  html body .index-section04 .index-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px 21px;
    margin-bottom: 80px;
  }
}
html body .index-section04 .index-item {
  max-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  html body .index-section04 .index-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 21px) / 2);
    flex: 0 0 calc((100% - 21px) / 2);
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  html body .index-section04 .index-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 21px) / 2);
    flex: 0 0 calc((100% - 21px) / 2);
    max-width: 148px;
  }
}
html body .index-section04 .index-item picture {
  max-width: 100px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  html body .index-section04 .index-item picture {
    max-width: 55px;
  }
}
@media screen and (max-width: 575px) {
  html body .index-section04 .index-item picture {
    margin-left: 30px;
  }
}
html body .index-section04 .index-item h3 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1.2px;
  color: #326E2C;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body .index-section04 .index-item h3 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  html body .index-section04 .index-item h3 {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 575px) {
  html body .index-section04 .index-item h3 {
    text-align: left;
  }
}
html body .index-section04 .index-item p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #293245;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body .index-section04 .index-item p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body .index-section05 .wrapper {
    padding: 0 1rem;
  }
}
html body .index-section05 p {
  margin-bottom: 95px;
  font-size: 28px;
  line-height: 55px;
  letter-spacing: 2.8px;
  color: #293245;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .index-section05 p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 991px) {
  html body .index-section05 p {
    margin-bottom: 190px;
    font-weight: 600;
  }
}
html body .index-section05 p span {
  display: block;
  margin-left: 10px;
}
html body .index-section05 .index-inner {
  padding-top: 80px;
  padding-bottom: 110px;
  background: url(../../images/index/about-bg-pc.webp) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .index-section05 .index-inner {
    padding-top: 35px;
    padding-bottom: 45px;
    background: url(../../images/index/about-bg-sp.webp) no-repeat top center;
    background-size: cover;
  }
}
html body .index-section05 .index-title {
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  html body .index-section05 .index-title {
    margin-bottom: 45px;
  }
}
html body .index-section05 .index-pic01 {
  max-width: 245px;
  width: 100%;
  position: absolute;
  top: 180px;
  left: -70px;
}
@media screen and (max-width: 1400px) {
  html body .index-section05 .index-pic01 {
    left: -1rem;
  }
}
@media screen and (max-width: 991px) {
  html body .index-section05 .index-pic01 {
    top: 350px;
  }
}
@media screen and (max-width: 767px) {
  html body .index-section05 .index-pic01 {
    top: 235px;
  }
}
@media screen and (max-width: 575px) {
  html body .index-section05 .index-pic01 {
    max-width: 160px;
  }
}
html body .index-section05 .index-pic02 {
  max-width: 520px;
  width: 100%;
  position: absolute;
  top: 200px;
  right: -180px;
}
@media screen and (max-width: 1600px) {
  html body .index-section05 .index-pic02 {
    max-width: 390px;
    right: -90px;
  }
}
@media screen and (max-width: 1400px) {
  html body .index-section05 .index-pic02 {
    max-width: 260px;
    right: -1rem;
  }
}
@media screen and (max-width: 991px) {
  html body .index-section05 .index-pic02 {
    top: 350px;
  }
}
@media screen and (max-width: 767px) {
  html body .index-section05 .index-pic02 {
    top: 235px;
  }
}
@media screen and (max-width: 575px) {
  html body .index-section05 .index-pic02 {
    max-width: 160px;
    top: 280px;
  }
}
@media screen and (max-width: 767px) {
  html body .index-section05 .box-link {
    max-width: 295px;
  }
}

/*# sourceMappingURL=index.css.map */
