@charset "UTF-8";
body {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

img {
  width: 100%;
}

.triangle {
  width: 29.765625%;
  margin: auto;
  margin-top: 37px;
}

.btn {
  width: 62.5%;
  border-radius: 10px;
  background-color: #F4982C;
  color: #fff;
  height: 89px;
  margin: auto;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
}

a:hover {
  opacity: 0.7;
  transition: 0.7s;
}

.footer .item a:hover {
  opacity: 0.5;
  transition: 0.7s;
}

input[type=submit]:hover {
  opacity: 0.7;
  transition: 0.7s;
}

.header {
  max-width: 1440px;
  padding: 0 40px;
  width: 100%;
  margin: auto;
  height: 80px;
  box-sizing: border-box;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.header .logo {
  width: 14.9264706%;
}
.header .box {
  position: absolute;
  width: 10.5882353%;
  height: 100%;
  background-color: #F4982C;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -40px;
  top: 0;
  text-decoration: none;
}
.header .entry {
  letter-spacing: 0.1em;
  color: #fff;
}

.mv {
  width: 100%;
}
.mv .mv-area {
  width: 100%;
  line-height: 0;
}
.mv .u-mv-area {
  width: 100%;
  height: 458px;
  background: url(../imge/common/m-bg.png) center center/cover no-repeat;
  position: relative;
}
.mv .block {
  max-width: 1000px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding-top: 108px;
}
.mv .sp-only {
  display: none;
}
.mv .box {
  width: 30%;
  height: 300px;
  background-color: #fff;
  border: 1px solid #4DA838;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}
.mv .c-box {
  display: flex;
  flex-direction: column;
}
.mv .title {
  font-size: 25px;
  letter-spacing: 0.01em;
  line-height: 1.16;
  color: #4DA838;
}
.mv .img {
  width: 66.6666667%;
  margin: auto;
  margin-top: 16px;
}
.mv .text {
  color: #4DA838;
  letter-spacing: 0.1em;
  line-height: 1.15;
  flex-grow: 1;
  margin-top: 20px;
}
.mv .line {
  width: 100%;
  height: 1em;
  background-color: #fff;
  position: absolute;
  top: 4.14847162%;
  left: 0;
}
.mv .line__regular {
  height: 5px;
  position: absolute;
  top: 11.5720524%;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.message .container {
  max-width: 1096px;
  width: 80%;
  padding: 0 40px;
  margin: auto;
  margin-top: 86px;
}
.message .g-frame {
  border-radius: 10px;
  border: 1px solid #4DA838;
  overflow: hidden;
}
.message .m-img {
  width: 100%;
  position: relative;
}
.message .name-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #4DA838;
  color: #fff;
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  padding: 11px 40px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.message .name .pic-b {
  font-size: 25px;
}
.message .text .reguler {
  font-size: 14px;
}
.message .block {
  width: 93.75%;
  margin: auto;
  padding: 30px 40px;
}
.message .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.message .title .pic {
  font-size: 45px;
}
.message .sp-only {
  display: none;
}
.message .green-text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #4DA838;
  margin-top: 15px;
}
.message .b-text {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 20px;
}

.merit {
  width: 100%;
  background-color: #ABDDA0;
  margin-top: 46px;
}
.merit .container {
  max-width: 1096px;
  margin: auto;
  padding: 0 40px;
  padding-top: 96px;
  padding-bottom: 96px;
}
.merit .section-title {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.merit .section-sub-title {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}
.merit .contents {
  width: 100%;
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.merit .block {
  width: 47.9014599%;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #000;
}
.merit .block:nth-child(n+3) {
  margin-top: 46px;
}
.merit .point-box {
  font-family: "Roboto", sans-serif;
}
.merit .point {
  font-weight: 700;
  color: #4DA838;
  line-height: 1.5;
  letter-spacing: 0;
}
.merit .number {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #4DA838;
  margin-top: -16px;
}
.merit .img {
  width: 33.4736842%;
  margin: auto;
}
.merit .sp-only {
  display: none;
}
.merit .p-title {
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0;
}

.interview {
  margin-top: 40px;
}
.interview .container {
  max-width: 1360px;
  margin: auto;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.interview .section-sub-title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  background: -webkit-linear-gradient(0deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 40px;
}
.interview .section-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}
.interview .contents {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.interview .sp-only {
  display: none;
}
.interview .block {
  width: 23.4375%;
  border: 1px solid #4DA838;
  border-radius: 10px;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}
.interview .img {
  width: 100%;
}
.interview .box {
  width: 94%;
  margin: auto;
  padding: 13px 0;
}
.interview .comment {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
.interview .comment .green-text {
  font-size: 25px;
  color: #4DA838;
  font-weight: 700;
}
.interview .name {
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 16px;
}
.interview .t-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.interview .b-text {
  white-space: nowrap;
}
.interview .dli-plus-circle {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #4DA838;
  line-height: 1;
  position: relative;
  width: 30px;
  height: 30px;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.interview .dli-plus-circle > span {
  width: 52%;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.interview .dli-plus-circle > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.interview .triangle {
  margin-top: 68px;
}

.schedule {
  margin-top: 96px;
}
.schedule .container {
  max-width: 1280px;
  width: 100%;
  padding: 30px 40px;
  margin: auto;
  border: 1px solid #4DA838;
  border-radius: 10px;
  box-sizing: border-box;
}
.schedule .section-sub-title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  background: -webkit-linear-gradient(0deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 19px;
}
.schedule .section-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}
.schedule .contents {
  margin-top: 53px;
}
.schedule .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 81.6360601%;
  margin: auto;
}
.schedule .block:not(:first-child) {
  margin-top: 26px;
}
.schedule .img {
  width: 43.4560327%;
}
.schedule .text-area {
  width: 51.8404908%;
}
.schedule .l-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  width: 58.1854043%;
  border-bottom: 1px solid #4DA838;
  padding-bottom: 10px;
}
.schedule .sp-only {
  display: none;
}
.schedule .text {
  margin-top: 30px;
}
.schedule .triangle {
  width: 12.1869783%;
  margin-top: 40px;
}

.training {
  width: 100%;
  margin-top: 91px;
  background-color: #D5ECC6;
}
.training .container {
  max-width: 936px;
  margin: auto;
  padding: 0 40px;
  padding-top: 46px;
  padding-bottom: 43px;
}
.training .m-img {
  width: 81.1965812%;
  margin: auto;
}
.training .section-sub-title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  background: -webkit-linear-gradient(0deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 30px;
}
.training .section-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}
.training .contents {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.training .block {
  width: 47.542735%;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 30px;
}
.training .b-title {
  text-align: center;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
}
.training .img {
  width: 41.5584416%;
  margin: auto;
  margin-top: 14px;
  margin-bottom: 15px;
}
.training .text {
  letter-spacing: 0;
  line-height: 1.8;
}

.wrapper.sp-only {
  display: none;
}

.wrapper {
  max-width: 800px;
  margin: auto;
}
.wrapper .triangle {
  width: 47.625%;
  margin-top: 68px;
}
.wrapper .btn {
  width: 100%;
}

.careea {
  margin-top: 96px;
}
.careea .container {
  max-width: 1000px;
  margin: auto;
  padding: 0 40px;
}
.careea .sp-only {
  display: none;
}
.careea .section-sub-title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  background: -webkit-linear-gradient(0deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 0;
}
.careea .section-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}
.careea .m-img {
  width: 100%;
  position: relative;
  margin-top: 18px;
}
.careea .text {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  width: 66%;
}
.careea .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.careea .area {
  width: 58.9%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  background-color: #AAC0E3;
  border-radius: 5px;
}
.careea .area2 {
  width: 40%;
}
.careea .triangle {
  width: 38.1%;
  margin-top: 96px;
}
.careea .btn {
  width: 80%;
}

.want {
  margin-top: 141px;
}
.want .container {
  margin: auto;
}
.want .section-sub-title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  background: -webkit-linear-gradient(0deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 40px;
}
.want .section-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}
.want .m-img {
  width: 100%;
  margin-top: 46px;
}

.recruitment {
  margin-top: 171px;
}
.recruitment .container {
  max-width: 1360px;
  padding: 0 40px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  box-sizing: border-box;
}
.recruitment .section-sub-title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  background: -webkit-linear-gradient(0deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 0;
}
.recruitment .section-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}
.recruitment .contents {
  border: 1px solid #4DA838;
  border-radius: 10px;
  margin-top: 40px;
  overflow: hidden;
}
.recruitment .block {
  display: flex;
}
.recruitment .color-box {
  background-color: #ABDDA0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43.1%;
  border: 1px solid #4DA838;
}
.recruitment .req-text {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.recruitment .text {
  font-size: 25px;
  line-height: 1.5;
}
.recruitment .text, .recruitment .area, .recruitment .list {
  padding: 35px 42px;
  width: 100%;
  border: 1px solid #4DA838;
}
.recruitment .box {
  display: block;
}
.recruitment .text-t, .recruitment .item {
  font-size: 25px;
  line-height: 1.5;
}
.recruitment .list {
  list-style: none;
}
.recruitment .sp-only {
  display: none;
}

.welfare {
  background-image: url(../imge/pc/welfare.png);
  background-position: center;
  background-size: cover;
  margin-top: 136px;
  height: 463px;
  position: relative;
}
.welfare .bg {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.welfare .container {
  max-width: 1340px;
  padding: 40px;
  margin: auto;
}
.welfare .section-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  margin-top: 0;
  position: relative;
  z-index: 10;
}
.welfare .sp-only {
  display: none;
}
.welfare .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.welfare .block {
  width: 19.4029851%;
  border-radius: 50%;
  height: 260px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.welfare .b-title {
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #0041AC;
  margin-top: 17.3076923%;
}
.welfare .b-img {
  width: 43.8461538%;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17.3076923%;
}
.welfare .b-img2 {
  width: 38.0769231%;
}
.welfare .b-img3 {
  width: 42.6923077%;
}
.welfare .b-img4 {
  width: 36.1538462%;
}
.welfare .b-img5 {
  width: 38.4615385%;
}

.contact {
  background-color: #E3E1E1;
  margin-top: 96px;
  padding: 40px;
}
.contact .container {
  max-width: 1280px;
  margin: auto;
  background-color: #fff;
  padding: 40px 0;
}
.contact .section-sub-title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  background: -webkit-linear-gradient(0deg, #4DA838, #459732 17%, #3C832C 37%, #347126 57%, #2C6020 70%, #1E4216);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 5px;
}
.contact .section-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}
.contact form {
  width: 75%;
  margin: auto;
  margin-top: 54px;
}
.contact .form-area:not(:first-child) {
  margin-top: 19px;
}
.contact label {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.contact .box-text {
  font-size: 12px;
  color: #fff;
  background-color: #FAB159;
  padding: 4px;
}
.contact .r-red {
  background-color: #FF8888;
}
.contact .textbox {
  width: 100%;
  height: 42px;
  border: 1px solid #D5ECC6;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 20px;
}
.contact .form-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.contact .block {
  display: flex;
  justify-content: space-between;
}
.contact .box {
  display: flex;
  align-items: center;
  width: 46%;
  height: 42px;
  margin-top: 17px;
}
.contact .box2 {
  width: 25%;
}
.contact .box3 {
  width: 25%;
}
.contact .select-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact .select-box::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 9%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #4DA838;
  border-bottom: 0;
}
.contact select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #D5ECC6;
}
.contact .block-c {
  display: flex;
  justify-content: space-between;
}
.contact .block-c .box {
  width: auto;
  height: auto;
  margin-top: 16px;
}
.contact .block-c label {
  font-size: 17px;
}
.contact input[type=checkbox], .contact input[type=radio] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #d5ecc6;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact input[type=checkbox]:checked:before,
.contact input[type=radio]:checked::before {
  position: absolute;
  top: 1px;
  left: 7px;
  transform: rotate(50deg);
  width: 12px;
  height: 19px;
  border-right: 3px solid #4DA838;
  border-bottom: 3px solid #4DA838;
  content: "";
}
.contact .r-block {
  justify-content: flex-start;
}
.contact .r-box {
  width: auto;
  margin-top: 10px;
}
.contact .r-box:not(:last-child) {
  margin-right: 1%;
}
.contact .block-b {
  margin-top: 10px;
}
.contact .block-b .textbox {
  margin-top: 9px;
}
.contact input[type=submit] {
  width: 100%;
  background: red;
  height: 61px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
  cursor: pointer;
}

.qa {
  margin-top: 136px;
}
.qa .container {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
.qa .section-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}
.qa .contents {
  margin-top: 40px;
}
.qa .block {
  border-radius: 10px;
  overflow: hidden;
}
.qa .block:not(:first-child) {
  margin-top: 20px;
}
.qa .q-area {
  background-color: #4DA838;
  padding: 6px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa .question {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.qa .question .q-icon {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-right: 0.3333em;
}
.qa .a-area {
  padding: 20px 74px;
  background-color: #F2EFEF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
.qa .answer_sub {
  font-size: 15px;
}
.qa .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.111111em;
  height: 0.1111111em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
.qa .dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.tell {
  margin-top: 80px;
}
.tell .container {
  max-width: 1280px;
  padding: 22px 40px;
  margin: auto;
  border: 1px solid #4DA838;
  border-radius: 10px;
  box-sizing: border-box;
}
.tell .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 47.34375%;
  margin: auto;
}
.tell .text-area {
  width: 72.1122112%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 700;
}
.tell .tell-title {
  font-size: 25px;
}
.tell .tell-number {
  font-size: 35px;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  margin-top: 8px;
  color: #000;
  text-decoration: none;
}
.tell .time {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 400;
}
.tell .tell-icon {
  position: absolute;
  width: 17.3594132%;
  left: 4%;
  bottom: 0;
}
.tell .tell-img {
  width: 17.9867987%;
  text-align: center;
}
.tell .b-img {
  border-radius: 30px;
  overflow: hidden;
}
.tell .name {
  font-size: 20px;
}

.footer {
  margin-top: 40px;
  margin-bottom: 138px;
}
.footer .copyright {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.footer .list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  font-size: 16px;
}
.footer .item:not(:last-child) {
  margin-right: 1.25em;
}
.footer .item a {
  color: #000;
  text-decoration: none;
}

#confirm {
  position: fixed;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  box-sizing: border-box;
}
#confirm .container {
  max-width: 1000px;
  margin: 96px auto;
  border: 3px solid #dedede;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
#confirm .main-text {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
#confirm .contents {
  width: 83.8574423%;
  margin: auto;
  padding: 0 40px;
  box-sizing: border-box;
}
#confirm .wrap {
  margin-top: 30px;
}
#confirm .block {
  display: flex;
}
#confirm .box {
  display: flex;
}
#confirm .label {
  text-align: right;
}
#confirm .input-text {
  text-align: left;
}
#confirm .btn-area {
  margin-top: 30px;
}
#confirm button {
  width: 144px;
  height: 40px;
  background: green;
  border: green;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
}
#confirm button:nth-child(2) {
  background: red;
  border: red;
}
#confirm .complete-wrap {
  text-align: center;
}
#confirm .title {
  font-size: 30px;
  font-weight: 700;
}
#confirm .text {
  font-size: 16px;
}
#confirm .btn {
  width: 450px;
}

@media screen and (max-width: 767px) {
  #confirm {
    padding: 10px;
  }
  #confirm .container {
    padding: 10px;
  }
  #confirm .contents {
    width: 100%;
    padding: 0 10px;
  }
  #confirm .main-text {
    font-size: 14px;
  }
  #confirm .wrap {
    margin-top: 20px;
    font-size: 10px;
  }
  #confirm .title {
    font-size: 20px;
  }
  #confirm .text {
    font-size: 10px;
  }
  #confirm button {
    width: 120px;
  }
  #confirm .btn {
    width: 289px;
    font-size: 20px;
    height: 60px;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1439px) {
  .interview .b-text {
    font-size: 1.3888888889vw;
  }
  .interview .dli-plus-circle {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .welfare .block {
    height: 18.0555555556vw;
  }
  .welfare .b-title {
    font-size: 1.7361111111vw;
  }
  .tell .tell-title {
    font-size: 1.7361111111vw;
  }
  .tell .tell-number {
    font-size: 2.4305555556vw;
  }
  .tell .time {
    font-size: 1.3888888889vw;
  }
  .tell .name {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    height: 60px;
  }
  .header .logo {
    width: 42.4%;
  }
  .header .box {
    right: 0;
    width: 21.3333333%;
  }
  .header .entry {
    font-size: 12px;
  }
  .mv .pc-only {
    display: none;
  }
  .mv .u-mv-area {
    height: 392px;
  }
  .mv .block.sp-only {
    display: block;
    padding: 0 27px;
    max-width: 375px;
    padding-top: 52px;
  }
  .mv .block.sp-only .f-box {
    margin: auto;
  }
  .mv .block.sp-only .box {
    width: 46.728972%;
    height: 143px;
    padding: 20px 10px;
  }
  .mv .block.sp-only .area {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
  }
  .mv .block.sp-only .title {
    font-size: 14px;
  }
  .mv .block.sp-only .text {
    font-size: 10px;
    margin-top: 0;
  }
  .mv .line {
    top: 0;
  }
  .mv .line__regular {
    top: 5.86734694%;
  }
  .mv .img {
    margin-top: 10px;
    width: 53.33333333%;
  }
  .message .container {
    margin-top: 45px;
    max-width: 375px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .message .name-box {
    padding: 10px;
    display: block;
    bottom: 3%;
    letter-spacing: 0;
  }
  .message .name {
    font-size: 14px;
  }
  .message .name .pic-b {
    font-size: 20px;
  }
  .message .text {
    font-size: 14px;
  }
  .message .text .reguler {
    font-size: 12px;
  }
  .message .block {
    width: 100%;
    padding: 29px 20px;
    box-sizing: border-box;
  }
  .message .title {
    font-size: 30px;
    line-height: 1.34;
  }
  .message .title .pic {
    font-size: 35px;
  }
  .message .sp-only {
    display: block;
  }
  .message .green-text {
    font-size: 18px;
    margin-top: 20px;
  }
  .message .b-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .message .m-img-t {
    width: 100%;
    margin-top: 10px;
  }
  .message .triangle {
    width: 51.9402985%;
    margin-top: 0px;
  }
  .message .btn {
    width: 100%;
    height: 61px;
    font-size: 18px;
    margin-top: 15px;
  }
  .merit {
    background-color: #fff;
  }
  .merit .container {
    margin: 0 20px;
    border: 1px solid #4DA838;
    max-width: 335px;
    padding: 40px 20px;
    border-radius: 10px;
    margin: auto;
    box-sizing: border-box;
  }
  .merit .section-title {
    font-size: 35px;
  }
  .merit .section-sub-title {
    font-size: 16px;
    margin-top: 10px;
  }
  .merit .contents {
    margin-top: 29px;
    margin-bottom: 0;
    display: block;
  }
  .merit .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .merit .block:not(:last-child) {
    border-bottom: 1px solid #4DA838;
    padding-bottom: 3px;
    margin-bottom: 12px;
  }
  .merit .block:nth-child(n+3) {
    margin-top: 0;
  }
  .merit .point {
    font-size: 10px;
  }
  .merit .number {
    font-size: 25px;
    margin-top: -7px;
  }
  .merit .p-title {
    font-size: 16px;
  }
  .merit .img {
    display: none;
  }
  .merit .sp-only {
    display: block;
    margin: 0;
  }
  .merit .img.sp-only {
    width: 16.725%;
  }
  .merit .img3.sp-only {
    width: 18.09%;
  }
  .merit .img4.sp-only {
    width: 17.75%;
  }
  .interview {
    margin-top: 46px;
  }
  .interview .container {
    max-width: 767px;
    padding: 0;
    overflow: hidden;
  }
  .interview .section-sub-title {
    font-size: 16px;
  }
  .interview .section-title {
    font-size: 35px;
    margin-top: 0;
  }
  .interview .contents {
    display: none;
  }
  .interview .sp-only {
    display: block;
    margin-top: 34px;
  }
  .interview .slick-slide {
    position: relative;
    padding-bottom: 30px;
  }
  .interview .a-box {
    width: 84.68%;
    margin: auto;
    margin-top: 19px;
  }
  .interview .box {
    padding: 11px 0;
  }
  .interview .comment {
    font-size: 16px;
  }
  .interview .comment .green-text {
    font-size: 18px;
  }
  .interview .comment br {
    display: none;
  }
  .interview .name {
    font-size: 16px;
    margin-top: 10px;
  }
  .interview .t-btn {
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 5px;
  }
  .interview .b-text {
    font-size: 12px;
  }
  .interview .dli-plus-circle {
    width: 15px;
    height: 15px;
  }
  .interview .dli-plus-circle span {
    width: 68%;
  }
  .interview .triangle {
    width: 174px;
  }
  .interview .btn {
    width: 335px;
    height: 61px;
    margin-top: 21px;
    font-size: 18px;
  }
  .schedule {
    margin-top: 46px;
    padding: 0 20px;
  }
  .schedule .container {
    max-width: 375px;
    padding: 40px 20px;
  }
  .schedule .section-sub-title {
    font-size: 16px;
    margin-top: 0;
  }
  .schedule .section-title {
    font-size: 35px;
    margin-top: 0;
  }
  .schedule .contents {
    margin-top: 30px;
  }
  .schedule .block {
    display: block;
    width: 100%;
  }
  .schedule .block:not(:first-child) {
    margin-top: 21px;
  }
  .schedule .l-title {
    display: none;
  }
  .schedule .sp-only {
    display: block;
    width: 100%;
    font-size: 18px;
    padding-bottom: 5px;
  }
  .schedule .img {
    width: 100%;
    margin-top: 20px;
  }
  .schedule .text-area {
    width: 100%;
  }
  .schedule .text {
    font-size: 12px;
    margin-top: 12px;
  }
  .schedule .text br {
    display: none;
  }
  .schedule .triangle {
    width: 15.16041%;
    margin-top: 28px;
  }
  .training {
    margin-top: 46px;
  }
  .training .container {
    max-width: 375px;
    padding: 40px 20px;
  }
  .training .m-img {
    width: 100%;
  }
  .training .section-sub-title {
    font-size: 16px;
    margin-top: 22px;
  }
  .training .section-title {
    font-size: 35px;
    margin-top: 0;
  }
  .training .contents {
    margin-top: 30px;
    display: block;
  }
  .training .block {
    width: 100%;
    margin: auto;
    padding: 20px 10px;
  }
  .training .block:not(:first-child) {
    margin-top: 23px;
  }
  .training .b-title {
    font-size: 18px;
  }
  .training .img {
    width: 41.5873016%;
    margin-top: 0;
    margin-bottom: 7px;
  }
  .training .img2 {
    margin-top: 7%;
    width: 38.396825%;
  }
  .training .img3 {
    margin-top: 10px;
    width: 39.3650794%;
  }
  .training .img4 {
    margin-top: 15px;
  }
  .training .text {
    font-size: 14px;
  }
  .wrapper.sp-only {
    max-width: 375px;
    display: block;
  }
  .wrapper.sp-only .triangle {
    width: 46.4%;
    margin-top: 0;
  }
  .wrapper.sp-only .btn {
    width: 89.6%;
    margin-top: 22px;
    height: 61px;
    font-size: 18px;
  }
  .careea {
    margin-top: 46px;
    background-color: #D5ECC6;
    padding: 0 20px;
    padding-top: 40px;
    padding-bottom: 46px;
  }
  .careea .container {
    max-width: 335px;
    padding: 0;
  }
  .careea .sp-only {
    display: block;
  }
  .careea .section-sub-title {
    font-size: 16px;
    margin-top: 22px;
  }
  .careea .section-title {
    font-size: 35px;
    margin-top: -3px;
  }
  .careea .text {
    font-size: 16px;
    width: 100%;
    text-align: left;
  }
  .careea .m-img {
    margin-top: 9px;
  }
  .careea .m-img img {
    margin-top: 34px;
  }
  .careea .block {
    margin-top: 9px;
  }
  .careea .area {
    height: 30px;
    font-size: 10px;
  }
  .careea .triangle, .careea .btn {
    display: none;
  }
  .wrapper.career-wrapper .btn {
    margin-top: 7px;
  }
  .want {
    margin-top: 86px;
  }
  .want .container {
    max-width: 767px;
  }
  .want .section-sub-title {
    font-size: 16px;
    margin-top: 0;
  }
  .want .section-title {
    font-size: 35px;
    margin-top: 0;
  }
  .want .m-img {
    margin-top: 30px;
  }
  .wrapper.want-wrapper .triangle {
    margin-top: -6px;
  }
  .wrapper.want-wrapper .btn {
    margin-top: 6px;
    height: 61px;
    font-size: 18px;
    width: 89.6%;
  }
  .recruitment {
    margin-top: 46px;
    background-color: #E3E1E1;
    padding: 46px 20px;
  }
  .recruitment .container {
    max-width: 335px;
    padding: 0;
    margin-top: 0;
  }
  .recruitment .section-sub-title {
    font-size: 16px;
  }
  .recruitment .section-title {
    font-size: 30px;
    margin-top: 0;
  }
  .recruitment .contents {
    margin-top: 30px;
  }
  .recruitment .color-box {
    width: 28.0597015%;
  }
  .recruitment .req-text {
    font-size: 15px;
  }
  .recruitment .text, .recruitment .item, .recruitment .text-t, .recruitment .text_u {
    font-size: 11px;
    width: 71.9402985%;
    line-height: 1.5;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .recruitment .text_u {
    white-space: nowrap;
  }
  .recruitment .text {
    padding: 16px 15px;
    background-color: #fff;
  }
  .recruitment .text-ss {
    font-size: 11px;
  }
  .recruitment .area, .recruitment .list {
    padding: 16px 15px;
    width: 71.9402985%;
    background-color: #fff;
  }
  .recruitment .sp-only {
    display: block;
  }
  .welfare {
    background-image: url(../imge/sp/walfare.png);
    height: 670px;
    margin-top: 0;
  }
  .welfare .container {
    max-width: 375px;
    padding: 46px 20px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .welfare .section-title {
    font-size: 30px;
    line-height: 1;
  }
  .welfare .sp-only {
    display: block;
  }
  .welfare .contents {
    display: block;
  }
  .welfare .block {
    position: absolute;
    width: 42.6666667%;
    height: 160px;
  }
  .welfare .block1 {
    left: 20px;
    top: 145px;
  }
  .welfare .block2 {
    right: 20px;
    top: 145px;
  }
  .welfare .block3 {
    left: 20px;
    bottom: 195px;
  }
  .welfare .block4 {
    right: 20px;
    bottom: 195px;
  }
  .welfare .block5 {
    bottom: 45px;
    left: 102px;
  }
  .welfare .b-title {
    font-size: 15px;
    margin-top: 17%;
  }
  .contact {
    margin-top: 0;
    padding: 46px 21px;
  }
  .contact .container {
    max-width: 335px;
  }
  .contact .section-sub-title {
    font-size: 16px;
    margin-top: 0;
  }
  .contact .section-title {
    font-size: 30px;
    margin-top: 0;
  }
  .contact form {
    width: 90.4477612%;
    margin-top: 42px;
  }
  .contact .form-area:not(:first-child) {
    margin-top: 32px;
  }
  .contact .form-area:last-child {
    margin-top: 21px;
  }
  .contact label, .contact .form-title, .contact .block-c label {
    font-size: 12px;
  }
  .contact .box-text {
    font-size: 10px;
    padding: 3px;
  }
  .contact .box-b {
    margin-top: -10px;
  }
  .contact .box-b .textbox {
    margin-top: -20px;
  }
  .contact .box-b label {
    font-size: 10px;
  }
  .contact .textbox, .contact .box {
    margin-top: 0;
    height: 30px;
  }
  .contact .select-box::after {
    top: 50%;
    right: 3%;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #4DA838;
  }
  .contact input[type=checkbox], .contact input[type=radio] {
    width: 15px;
    height: 15px;
  }
  .contact input[type=checkbox]:checked:before,
  .contact input[type=radio]:checked::before {
    top: 1px;
    left: 5px;
    width: 3px;
    height: 7px;
    border-right: 2px solid #4DA838;
    border-bottom: 2px solid #4DA838;
  }
  .contact .block-c {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contact .block-c label, .contact .r-block label {
    font-weight: 400;
    font-size: 11px;
  }
  .contact input[type=submit] {
    height: 33px;
    font-size: 14px;
    margin-top: 0;
  }
  .qa {
    margin-top: 46px;
  }
  .qa .container {
    max-width: 375px;
    padding: 0 20px;
  }
  .qa .section-title {
    font-size: 30px;
  }
  .qa .contents {
    margin-top: 30px;
  }
  .qa .q-area {
    padding: 1px 10px;
  }
  .qa .question {
    font-size: 14px;
  }
  .qa .question .q-icon {
    font-size: 20px;
  }
  .qa .dli-plus {
    width: 0.66666667em;
    height: 0.066666667em;
  }
  .qa .a-area {
    padding: 15px 10px;
    font-size: 14px;
  }
  .qa .answer_sub {
    font-size: 10px;
    margin-top: 14px;
  }
  .tell {
    margin: auto;
    padding: 0 20px;
    margin-top: 46px;
    max-width: 375px;
  }
  .tell .container {
    padding: 30px 15px;
    padding-bottom: 24px;
  }
  .tell .block {
    width: 100%;
  }
  .tell .text-area {
    width: 78.4982935%;
  }
  .tell .tell-title {
    font-size: 14px;
  }
  .tell .tell-number {
    font-size: 25px;
    margin-top: 5px;
    text-align: right;
    margin-right: 11px;
    display: inherit;
  }
  .tell .time {
    font-size: 12px;
    text-align: right;
    margin-right: 30px;
  }
  .tell .tell-img {
    width: 20.467%;
  }
  .tell .b-img {
    border-radius: 50%;
    height: 62px;
  }
  .tell .name {
    font-size: 10px;
  }
  .tell .tell-icon {
    width: 21%;
  }
  .footer {
    margin-top: 15px;
    margin-bottom: 42px;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .footer .list {
    font-size: 10px;
  }
}
.js-pull-area {
  display: none;
}

.js-pull-btn.open .dli-plus::before {
  display: none;
}

.autoplay {
  width: 100%;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
  border: 1px solid #4DA838;
  border-radius: 10px;
  margin-right: 15px;
  overflow: hidden;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 8px;
}
.slick-dots li button:before {
  font-size: 9px;
}
.slick-dots li.slick-active button:before {
  color: #4DA838;
}

.popup {
  display: none;
  height: 100vh;
  width: 100%;
  background: papayawhip;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.popup .content {
  background: #fff;
  padding: 20px;
  width: 50%;
  max-width: 760px;
}

.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup .content {
  position: relative;
}
.popup .box {
  width: 100%;
}
.popup .box:not(:first-child) {
  margin-top: 30px;
}
.popup .l-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #4DA838;
}
.popup .text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 18px;
}
.popup .close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
}
.popup .close::before, .popup .close::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #333;
}
.popup .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .btn {
  font-size: 26px;
  height: 70px;
}

@media screen and (max-width: 1439px) {
  .popup .l-title {
    font-size: 1.8055555556vw;
  }
  .popup .text {
    font-size: 1.1111111111vw;
  }
  .popup .btn {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 1051px) {
  .popup .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .popup .content {
    width: 80%;
  }
  .popup .box:not(:first-child) {
    margin-top: 10px;
  }
  .popup .l-title {
    font-size: 16px;
  }
  .popup .text {
    font-size: 13px;
  }
  .popup .btn {
    width: 300px;
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */