@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #717171;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

dl, dt, dd {
  margin: 0;
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tb-none {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

.d-none {
  display: none;
}

body .sec-ttl .inner {
  max-width: 700px;
  margin: auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1D9F44;
  text-align: center;
}
body .sec-ttl .inner .txt {
  position: relative;
  top: -65px;
}
body .sec-ttl .inner .txt h2 {
  position: relative;
  font-size: 35px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body .sec-ttl .inner .txt h2 span {
  position: absolute;
  left: -65px;
  top: -30px;
}
body .sec-ttl .inner .txt p {
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
body .sec-ttl .inner .txt2 {
  color: #717171;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
body .table dl {
  margin: 0;
  padding: 2rem 1rem;
  border-bottom: 2px dashed #46B60A;
}
body .table dl:first-child {
  border-top: 2px dashed #46B60A;
}
body .table dl dt {
  font-weight: bold;
}
body .table dl dd {
  margin-left: 0;
}
@media (min-width: 1024px) {
  body .table dl {
    display: flex;
  }
  body .table dl dt {
    position: relative;
    width: 20%;
  }
  body .table dl dt span {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  body .table dl dd {
    width: 80%;
  }
}
body header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
body header .sp {
  height: 80px;
  background-color: white;
}
body header .sp .hamburgar {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  right: 1rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
body header .sp .hamburgar span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #717171;
  width: 45%;
}
body header .sp .hamburgar span:nth-child(1) {
  top: 15px;
}
body header .sp .hamburgar span:nth-child(2) {
  top: 23px;
}
body header .sp .hamburgar span:nth-child(3) {
  top: 31px;
}
body header .sp .hamburgar.active span:nth-child(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
body header .sp .hamburgar.active span:nth-child(2) {
  opacity: 0;
}
body header .sp .hamburgar.active span:nth-child(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
body header .sp .inner .logo {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  left: 1rem;
  max-width: 200px;
}
body header .sp .menubar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: #1D9F44;
  right: -100vw;
  transition: 0.5s all;
}
body header .sp .menubar.active {
  right: 0;
}
body header .sp .menubar .inner ul {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: -15px;
}
body header .sp .menubar .inner ul li {
  margin-top: 3rem;
}
body header .sp .menubar .inner ul li:first-child {
  margin-top: 0;
}
body header .sp .menubar .inner ul li a {
  display: block;
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 3px solid white;
}
body header .sp .menubar .clo {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body header .sp .menubar .clo.clo-1 {
  left: 20px;
  right: auto;
  top: 27px;
  bottom: auto;
}
body header .sp .menubar .clo.clo-2 {
  left: auto;
  right: 20px;
  top: 27px;
  bottom: auto;
  display: none;
}
body header .sp .menubar .clo.clo-3 {
  left: 20px;
  right: auto;
  top: auto;
  bottom: 10px;
}
body header .sp .menubar .clo.clo-4 {
  left: auto;
  right: 20px;
  top: auto;
  bottom: 10px;
}
body header .sp .menubar .hamburgar {
  bottom: auto;
  top: 33px;
  right: 3rem;
}
body header .sp .menubar .hamburgar span {
  background-color: white;
}
body header .sp .menubar .hamburgar span:nth-child(1), body header .sp .menubar .hamburgar span:nth-child(3) {
  width: 30px;
}
body header .pc {
  position: relative;
  background-color: white;
  height: 80px;
}
body header .pc .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: auto;
  height: inherit;
}
body header .pc .inner .left, body header .pc .inner .right {
  width: 42.5%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
body header .pc .inner .left ul, body header .pc .inner .right ul {
  display: flex;
  justify-content: center;
}
body header .pc .inner .left ul li a, body header .pc .inner .right ul li a {
  padding: 5px 2rem;
  color: #717171;
  border-left: 2px solid #717171;
  font-weight: bold;
}
body header .pc .inner .left ul li:last-child a, body header .pc .inner .right ul li:last-child a {
  border-right: 2px solid #717171;
}
body header .pc .inner .left {
  position: relative;
  right: 50px;
}
body header .pc .inner .center {
  width: 15%;
}
body header .pc .inner .center img {
  position: relative;
  top: 10px;
}
body header .pc .inner .har-cir {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: auto;
  bottom: -67px;
  z-index: -1;
}
body header .pc .header-tel {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  right: 2rem;
}
@media (max-width: 1400px) {
  body header .pc .header-tel {
    display: none;
  }
}
body main .top-mv {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-image: url("../images/top/mainvisual.webp");
  overflow-x: hidden;
}
body main .top-mv .catchcopy {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 768px) {
  body main .top-mv .catchcopy {
    top: 5rem;
    left: 0.5rem;
    max-width: 450px;
  }
}
body main .top-news .topic {
  width: 80%;
  max-width: 1000px;
  margin: auto;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  body main .top-news .topic {
    width: 90%;
  }
}
body main .top-news .topic a {
  display: flex;
  padding: 1rem 4rem;
  box-shadow: 2px 2px 5px #8f8f8f;
  border-radius: 50px;
  font-weight: bold;
}
body main .top-news .topic a .date {
  display: block;
  width: 20%;
  color: #FFBEAA;
}
body main .top-news .topic a .txt {
  display: block;
  display: 80%;
  color: #717171;
}
@media (max-width: 1023px) {
  body main .top-news .topic a {
    display: block;
  }
}
body main .top-service {
  margin-top: 10rem;
}
body main .top-service .sec-ttl {
  position: relative;
  z-index: 11;
  padding: 0 2rem;
}
body main .top-service .sec-ttl .inner .txt2 {
  max-width: 450px;
  margin: auto;
  margin-top: -3rem;
}
@media (max-width: 767px) {
  body main .top-service {
    margin-top: 5rem;
  }
}
body main .top-service .sec-contents {
  position: relative;
  z-index: 10;
}
body main .top-service .sec-contents .inner {
  padding: 15rem 2rem;
}
body main .top-service .sec-contents .inner .flex ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
body main .top-service .sec-contents .inner .flex ul li {
  width: 23%;
  background-color: white;
  padding-bottom: 5rem;
}
body main .top-service .sec-contents .inner .flex ul li a {
  display: block;
  position: relative;
}
body main .top-service .sec-contents .inner .flex ul li a .img {
  position: relative;
}
body main .top-service .sec-contents .inner .flex ul li a .img span {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: auto;
  bottom: -5px;
}
body main .top-service .sec-contents .inner .flex ul li a .contents {
  padding: 1rem 0;
}
body main .top-service .sec-contents .inner .flex ul li a .contents .ttl {
  position: relative;
  width: 120px;
  margin: auto;
}
body main .top-service .sec-contents .inner .flex ul li a .contents .ttl::after {
  content: "";
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: auto;
  bottom: -5px;
  height: 3px;
  width: 30px;
  background-color: #1D9F44;
}
body main .top-service .sec-contents .inner .flex ul li a .contents p {
  margin-top: 2rem;
  text-align: center;
  color: #717171;
  font-size: 18px;
}
body main .top-service .sec-contents .inner .flex ul li a .btn {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: auto;
  bottom: -9rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFBEAA;
  color: white;
  transition: 0.5s all;
}
body main .top-service .sec-contents .inner .flex ul li a .btn span {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 13px;
}
body main .top-service .sec-contents .inner .flex ul li a:hover .btn {
  background-color: #ff7044;
}
body main .top-service .sec-contents .bg {
  position: absolute;
  z-index: -1;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  body main .top-service .sec-contents .inner {
    padding: 0rem 2rem 10rem;
  }
  body main .top-service .sec-contents .inner .flex ul {
    max-width: 460px;
  }
  body main .top-service .sec-contents .inner .flex ul li {
    width: 47%;
    margin-top: 7rem;
    padding-bottom: 3rem;
  }
  body main .top-service .sec-contents .inner .flex ul li a .btn {
    bottom: -7rem;
  }
}
@media (min-width: 1600px) {
  body main .top-recruit {
    margin-top: 5vw;
  }
}
body main .top-recruit .sec-ttl {
  padding: 0 2rem;
}
body main .top-recruit .sec-contents {
  position: relative;
  z-index: 10;
  padding-bottom: 20rem;
}
@media (max-width: 1023px) {
  body main .top-recruit .sec-contents {
    padding-bottom: 10rem;
  }
}
body main .top-recruit .sec-contents .inner {
  padding: 0 2rem;
}
body main .top-recruit .sec-contents .inner .container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
body main .top-recruit .sec-contents .inner .container .left {
  position: relative;
  width: 48%;
}
body main .top-recruit .sec-contents .inner .container .left .lft-inner {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 500px;
}
body main .top-recruit .sec-contents .inner .container .left .lft-inner h3 {
  font-size: 25px;
}
body main .top-recruit .sec-contents .inner .container .left .lft-inner p {
  margin-top: 1rem;
}
body main .top-recruit .sec-contents .inner .container .left .lft-inner .btn {
  margin-top: 2rem;
}
body main .top-recruit .sec-contents .inner .container .left .lft-inner .btn a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFBEAA;
  color: white;
  transition: 0.5s all;
}
body main .top-recruit .sec-contents .inner .container .left .lft-inner .btn a span {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 13px;
}
body main .top-recruit .sec-contents .inner .container .left .lft-inner .btn a:hover {
  background-color: #ff7044;
}
body main .top-recruit .sec-contents .inner .container .right {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
body main .top-recruit .sec-contents .inner .container .right .img {
  width: 48%;
}
@media (max-width: 1023px) {
  body main .top-recruit .sec-contents .inner .container {
    flex-direction: column;
  }
  body main .top-recruit .sec-contents .inner .container .left, body main .top-recruit .sec-contents .inner .container .right {
    width: 100%;
  }
  body main .top-recruit .sec-contents .inner .container .left .lft-inner {
    position: relative;
    text-align: center;
  }
  body main .top-recruit .sec-contents .inner .container .left .lft-inner h3 {
    font-size: 22px;
  }
  body main .top-recruit .sec-contents .inner .container .left .lft-inner p {
    text-align: left;
  }
  body main .top-recruit .sec-contents .inner .container .left .lft-inner .btn a {
    margin: auto;
  }
  body main .top-recruit .sec-contents .inner .container .right {
    max-width: 500px;
    margin: auto;
    margin-top: 5rem;
  }
}
body main .top-recruit .sec-contents .bg {
  position: absolute;
  z-index: -1;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: auto;
  bottom: 0;
  width: 100%;
}
body main .sub-mv {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
body main .sub-mv .catchcopy {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 100px;
  width: 100%;
  z-index: 10;
}
body main .sub-mv .catchcopy .ttl {
  font-size: 35px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: white;
  text-align: center;
}
body main .sub-mv .catchcopy .ttl span {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  body main .sub-mv {
    height: 330px;
  }
}
body main .service-sec {
  margin-bottom: 10rem;
}
body main .service-sec .container {
  position: relative;
  margin-top: 7rem;
  overflow-x: clip;
}
body main .service-sec .container .left {
  position: relative;
}
body main .service-sec .container .left .left-contents {
  position: relative;
  background-color: rgba(139, 218, 161, 0.45);
  padding-bottom: 8rem;
}
body main .service-sec .container .left .left-contents .inner {
  max-width: 400px;
  margin: auto;
  padding: 0 2rem;
}
body main .service-sec .container .left .left-contents .inner h2 {
  position: relative;
  font-size: 30px;
  padding-top: 10rem;
}
body main .service-sec .container .left .left-contents .inner h2 span {
  position: absolute;
}
body main .service-sec .container .left .left-contents .inner h2 span.num {
  bottom: -24px;
}
body main .service-sec .container .left .left-contents .inner h2 span.clo {
  top: -40px;
  right: -18px;
}
body main .service-sec .container .left .ico {
  position: absolute;
  left: -55px;
  top: -35px;
}
body main .service-sec .container .right {
  position: relative;
  width: 90%;
  margin: auto;
  margin-top: -5rem;
  z-index: 1;
  max-width: 400px;
}
@media (min-width: 1024px) {
  body main .service-sec {
    margin-bottom: 15rem;
  }
  body main .service-sec .container {
    display: flex;
    margin-top: 15rem;
  }
  body main .service-sec .container .left {
    width: 60%;
  }
  body main .service-sec .container .left .left-contents {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  body main .service-sec .container .left .left-contents .inner {
    max-width: 500px;
    margin-right: 3rem;
    margin-left: auto;
  }
  body main .service-sec .container .left .left-contents .inner h2 {
    padding-top: 8rem;
  }
  body main .service-sec .container .left .left-contents .inner h2 span.clo {
    top: -18px;
    right: -52px;
  }
  body main .service-sec .container .right {
    min-width: 460px;
    margin-top: 0;
    margin-left: 0;
  }
  body main .service-sec .container:first-child .left .left-contents {
    padding-bottom: 9rem;
  }
  body main .service-sec .container:nth-child(2) .left .left-contents {
    padding-bottom: 12rem;
  }
  body main .service-sec .container .ico {
    position: absolute;
    right: -2rem;
    top: -14rem;
  }
  body main .service-sec .container .ico2 {
    position: absolute;
    left: -2rem;
    bottom: -10rem;
  }
  body main .service-sec .container.rev {
    flex-direction: row-reverse;
  }
  body main .service-sec .container.rev .left .left-contents .inner {
    margin-right: auto;
    margin-left: 3rem;
  }
  body main .service-sec .container.rev .right {
    margin-left: auto;
    margin-right: 0;
  }
  body main .service-sec .container.rev .ico {
    position: absolute;
    right: auto;
    left: -2rem;
    top: -12rem;
  }
}
body main .company-sec {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
body main .company-sec .inner {
  position: relative;
  padding: 0 2rem;
  max-width: 720px;
  margin: auto;
}
body main .company-sec .inner .clo {
  position: absolute;
  right: 0;
  bottom: -50px;
}
body main .company-sec .map iframe {
  width: 100%;
  margin-top: 10rem;
  height: 300px;
}
@media (min-width: 1024px) {
  body main .company-sec {
    margin-top: 10rem;
  }
  body main .company-sec .inner {
    max-width: 1000px;
  }
  body main .company-sec .inner dl dd {
    margin-left: 5rem;
  }
}
body main .recruit-sec01 {
  position: relative;
  z-index: 10;
  padding: 0 2rem;
  margin-top: 10rem;
}
body main .recruit-sec01 .inner {
  max-width: 1200px;
  margin: auto;
}
body main .recruit-sec01 .inner .sec-ttl .left h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body main .recruit-sec01 .inner .sec-ttl .left p {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}
body main .recruit-sec01 .inner .sec-ttl .right {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 3rem;
}
body main .recruit-sec01 .inner .sec-ttl .right img {
  max-width: 250px;
  margin: auto;
}
body main .recruit-sec01 .inner .sec-ttl .right span {
  display: block;
  font-size: 13px;
}
@media (min-width: 768px) {
  body main .recruit-sec01 .inner .sec-ttl {
    display: flex;
  }
  body main .recruit-sec01 .inner .sec-ttl .left, body main .recruit-sec01 .inner .sec-ttl .right {
    width: 48%;
  }
  body main .recruit-sec01 .inner .sec-ttl .left h2 {
    margin-top: 3rem;
    margin-left: 0;
  }
  body main .recruit-sec01 .inner .sec-ttl .left p {
    text-align: left;
    margin-left: 3rem;
  }
  body main .recruit-sec01 .inner .sec-ttl .right {
    margin-top: 0;
  }
  body main .recruit-sec01 .inner .sec-ttl .right img {
    max-width: 420px;
  }
}
body main .recruit-sec01 .inner .sec-contents {
  margin-top: 5rem;
}
body main .recruit-sec01 .inner .sec-contents ul li {
  margin-top: 3rem;
}
body main .recruit-sec01 .inner .sec-contents ul li h3 {
  font-size: 22px;
}
body main .recruit-sec01 .inner .sec-contents ul li h3 span {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 50px;
}
body main .recruit-sec01 .inner .sec-contents ul li .box {
  display: flex;
  margin-top: 1rem;
}
body main .recruit-sec01 .inner .sec-contents ul li .box .img {
  width: 48%;
  margin-left: 4%;
}
body main .recruit-sec01 .inner .sec-contents ul li .box .img:first-child {
  margin-left: 0;
}
body main .recruit-sec01 .inner .sec-contents ul li .box .img span {
  font-size: 13px;
}
@media (min-width: 768px) {
  body main .recruit-sec01 .inner .sec-contents {
    margin-top: 3rem;
  }
  body main .recruit-sec01 .inner .sec-contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body main .recruit-sec01 .inner .sec-contents ul li {
    width: 48%;
    margin-top: 7rem;
  }
  body main .recruit-sec01 .inner .sec-contents ul li .box {
    display: none;
  }
  body main .recruit-sec01 .inner .sec-contents .img-box {
    display: flex;
    justify-content: space-between;
    margin-top: 8rem;
  }
  body main .recruit-sec01 .inner .sec-contents .img-box .img {
    width: 31%;
  }
}
body main .recruit-sec01 .bg {
  position: absolute;
  z-index: -1;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
body main .recruit-sec01 .bg img {
  max-height: 2000px;
}
@media (min-width: 768px) {
  body main .recruit-sec01 .bg img {
    max-height: 1200px;
  }
}
@media (min-width: 1400px) {
  body main .recruit-sec01 .bg.bg {
    display: none;
  }
  body main .recruit-sec01 .bg.lg {
    display: block;
    opacity: 0.8;
  }
  body main .recruit-sec01 .bg.lg img {
    max-height: none;
  }
}
body main .recruit-sec02 {
  position: relative;
  z-index: 10;
}
body main .recruit-sec02 .inner {
  padding: 0 2rem;
}
body main .recruit-sec02 .inner .sec-ttl {
  padding-top: 10rem;
}
body main .recruit-sec02 .inner .sec-ttl h2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
body main .recruit-sec02 .inner .sec-ttl p {
  margin-top: 2rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
body main .recruit-sec02 .inner .sec-contents {
  max-width: 400px;
  margin: auto;
}
body main .recruit-sec02 .inner .sec-contents .box {
  position: relative;
  background-color: #F7FBF1;
  border-radius: 20px;
  box-shadow: 0px 4px 9px #898989;
  padding: 2rem 3rem 5rem;
  margin-top: 2rem;
}
body main .recruit-sec02 .inner .sec-contents .box img {
  display: block;
  max-width: 200px;
  margin: auto;
}
body main .recruit-sec02 .inner .sec-contents .box h3 {
  font-size: 22px;
  text-align: center;
  color: #1D9F44;
  margin-top: 2rem;
}
body main .recruit-sec02 .inner .sec-contents .box p {
  margin-top: 1rem;
}
body main .recruit-sec02 .inner .sec-contents .box .arrow {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  bottom: -40px;
  top: auto;
  transform: rotate(90deg);
  z-index: 1;
}
body main .recruit-sec02 .inner .sec-contents .box :nth-child(1) {
  z-index: 5;
}
body main .recruit-sec02 .inner .sec-contents .box :nth-child(2) {
  z-index: 4;
}
body main .recruit-sec02 .inner .sec-contents .box :nth-child(3) {
  z-index: 3;
}
body main .recruit-sec02 .inner .sec-contents .box :nth-child(4) {
  z-index: 2;
}
body main .recruit-sec02 .bg {
  position: absolute;
  z-index: -1;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
body main .recruit-sec02 .bg img {
  max-height: 2000px;
}
@media (min-width: 1024px) {
  body main .recruit-sec02 {
    margin-top: 10rem;
  }
  body main .recruit-sec02 .inner {
    max-width: 1200px;
    margin: auto;
  }
  body main .recruit-sec02 .inner .sec-ttl {
    display: flex;
    justify-content: left;
  }
  body main .recruit-sec02 .inner .sec-ttl h2 {
    margin: 0;
    margin-right: 2rem;
  }
  body main .recruit-sec02 .inner .sec-contents {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-top: 5rem;
  }
  body main .recruit-sec02 .inner .sec-contents .box {
    width: 20%;
    padding: 2rem;
  }
  body main .recruit-sec02 .inner .sec-contents .box .arrow {
    right: -40px;
    left: auto;
    top: 0;
    transform: rotate(0);
  }
  body main .recruit-sec02 .bg img {
    max-height: 1200px;
  }
}
@media (min-width: 1200px) {
  body main .recruit-sec02 {
    margin-top: 20rem;
  }
}
@media (min-width: 1500px) {
  body main .recruit-sec02 {
    margin-top: 40rem;
  }
}
body main .recruit-sec03 {
  margin-top: 10rem;
}
body main .recruit-sec03 .inner {
  padding: 0 2rem;
  max-width: 1000px;
  margin: auto;
}
body main .recruit-sec03 .inner .sec-ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body main .recruit-sec03 .inner .sec-contents .container {
  margin-top: 3rem;
}
body main .recruit-sec03 .inner .sec-contents .container .cont-ttl {
  display: flex;
  justify-content: left;
}
body main .recruit-sec03 .inner .sec-contents .container .cont-ttl span {
  margin-right: 1rem;
}
body main .recruit-sec03 .inner .sec-contents .container .cont-ttl .txt h3 {
  font-size: 18px;
}
body main .recruit-sec03 .inner .sec-contents .container .cont-ttl .txt p {
  font-size: 13px;
}
body main .recruit-sec03 .inner .sec-contents .container .table {
  margin-top: 2rem;
}
body main .recruit-sec03 .inner .sec-contents .container .table dl {
  border-color: #E1E15A;
}
@media (min-width: 768px) {
  body main .recruit-sec03 {
    margin-top: 15rem;
  }
  body main .recruit-sec03 .inner .sec-contents .container {
    margin-top: 5rem;
  }
  body main .recruit-sec03 .inner .sec-contents .container .table {
    margin-top: 3rem;
  }
}
@media (min-width: 1024px) {
  body main .recruit-sec03 {
    margin-top: 30rem;
  }
  body main .recruit-sec03 .inner .sec-ttl h2 {
    margin: 0;
  }
  body main .recruit-sec03 .inner .sec-contents .container .cont-ttl .txt h3 {
    font-size: 25px;
  }
  body main .recruit-sec03 .inner .sec-contents .container .cont-ttl .txt p {
    font-size: 16px;
  }
  body main .recruit-sec03 .inner .sec-contents .container .table {
    margin-top: 6rem;
  }
}
body main .recruit-sec04 {
  position: relative;
  margin-top: 15rem;
  margin-bottom: 20rem;
}
body main .recruit-sec04 .inner .sec-ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body main .recruit-sec04 .inner .sec-contents {
  margin-top: 5rem;
}
body main .recruit-sec04 .inner .sec-contents .container {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  overflow-x: scroll;
  cursor: grab;
}
body main .recruit-sec04 .inner .sec-contents .container:active {
  cursor: grabbing;
}
body main .recruit-sec04 .inner .sec-contents .container .box {
  position: relative;
  padding: 2rem;
  box-shadow: 2px 3px 8px #ababab;
  min-width: 250px;
  background-color: white;
  margin-right: 2rem;
  border-radius: 20px;
  margin-bottom: 5rem;
}
body main .recruit-sec04 .inner .sec-contents .container .box .box-ttl {
  padding-bottom: 2rem;
  border-bottom: 3px dashed #1D9F44;
}
body main .recruit-sec04 .inner .sec-contents .container .box .box-ttl img {
  display: block;
  width: 150px;
  margin: auto;
}
body main .recruit-sec04 .inner .sec-contents .container .box .box-contents {
  position: relative;
  height: 200px;
}
body main .recruit-sec04 .inner .sec-contents .container .box .box-contents span {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
body main .recruit-sec04 .inner .sec-contents .container .box .arrow {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: -35px;
  left: auto;
}
body main .recruit-sec04 .inner .sec-contents .container .box :nth-child(1) {
  z-index: 6;
}
body main .recruit-sec04 .inner .sec-contents .container .box :nth-child(2) {
  z-index: 5;
}
body main .recruit-sec04 .inner .sec-contents .container .box :nth-child(3) {
  z-index: 4;
}
body main .recruit-sec04 .inner .sec-contents .container .box :nth-child(4) {
  z-index: 3;
}
body main .recruit-sec04 .inner .sec-contents .container .box :nth-child(5) {
  z-index: 2;
}
body main .recruit-sec04 .inner .sec-contents .container .box :nth-child(6) {
  z-index: 1;
}
body main .recruit-sec04 .inner .sec-contents .container::-webkit-scrollbar {
  height: 5px;
}
body main .recruit-sec04 .inner .sec-contents ::-webkit-scrollbar-track {
  background-color: #ccc;
}
body main .recruit-sec04 .inner .sec-contents ::-webkit-scrollbar-thumb {
  background-color: #1D9F44;
}
body main .recruit-sec04 .inner .entry {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  body main .recruit-sec04 .inner .entry {
    width: 300px;
  }
}
body main .recruit-sec04 .bg {
  position: absolute;
  z-index: -1;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
body main .recruit-sec04 .bg img {
  max-height: 900px;
}
@media (min-width: 1024px) {
  body main .recruit-sec04 .bg img {
    max-height: 1100px;
  }
}
@media (min-width: 1400px) {
  body main .recruit-sec04 {
    margin-top: 30rem;
    margin-bottom: 40rem;
  }
}
@media (max-width: 767px) {
  body main .recruit-sec04 .inner .sec-contents .container {
    display: block;
    max-width: 320px;
    overflow: initial;
  }
  body main .recruit-sec04 .inner .sec-contents .container .box {
    margin: auto;
    margin-top: 2rem;
  }
  body main .recruit-sec04 .inner .sec-contents .container .box .arrow {
    bottom: -35px;
    top: auto;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
}
body main .contact-sec01 {
  padding: 0 2rem;
  margin-top: 5rem;
}
body main .contact-sec01 p {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
body main .contact-sec01 .contents {
  max-width: 640px;
  margin: auto;
  margin-top: 3rem;
}
body main .contact-sec01 .contents form dl dt {
  font-weight: bold;
  margin-top: 2rem;
}
body main .contact-sec01 .contents form dl dt span {
  position: relative;
  top: -2px;
  display: inline-block;
  background-color: #FFBEAA;
  color: white;
  border-radius: 20px;
  padding: 1px 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  margin-right: 1rem;
}
body main .contact-sec01 .contents form dl dd {
  margin-top: 0.5rem;
}
body main .contact-sec01 .contents form dl dd input[type=text], body main .contact-sec01 .contents form dl dd input[type=tel], body main .contact-sec01 .contents form dl dd input[type=mail] {
  height: 30px;
  width: 100%;
}
body main .contact-sec01 .contents form dl dd #zip {
  max-width: 300px;
}
body main .contact-sec01 .contents form dl dd textarea {
  width: 100%;
  height: 200px;
}
body main .contact-sec01 .contents form p {
  font-size: 14px;
  margin-top: 2rem;
}
body main .contact-sec01 .contents form input[type=submit] {
  display: block;
  border-radius: 30px;
  background-color: white;
  color: #1D9F44;
  box-shadow: 2px 2px 4px #717171;
  border: 1px solid #1D9F44;
  font-size: 21px;
  font-weight: bold;
  padding: 0.5rem;
  width: 250px;
  margin: auto;
  margin-top: 3rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  body main .contact-sec01 {
    margin-top: 10rem;
  }
  body main .contact-sec01 .contents {
    max-width: 800px;
    margin: auto;
    margin-top: 5rem;
  }
  body main .contact-sec01 .contents form dl {
    display: flex;
    margin-top: 3rem;
  }
  body main .contact-sec01 .contents form dl dt {
    position: relative;
    width: 30%;
    margin-top: 0;
  }
  body main .contact-sec01 .contents form dl dt span {
    position: absolute;
    top: 0;
    left: -70px;
  }
  body main .contact-sec01 .contents form dl dd {
    width: 70%;
    margin-top: 0;
  }
}
body main .contact-sec02 {
  position: relative;
  z-index: 10;
}
body main .contact-sec02 .inner {
  position: relative;
  padding: 12rem 2rem 10rem;
  max-width: 600px;
  margin: auto;
}
body main .contact-sec02 .inner h2 {
  text-align: center;
}
body main .contact-sec02 .inner h3 {
  margin-top: 5rem;
}
body main .contact-sec02 .inner .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
body main .contact-sec02 .bg {
  position: absolute;
  z-index: -1;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  body main .contact-sec02 {
    position: relative;
    margin-top: 15rem;
    margin-bottom: 20rem;
    overflow-x: clip;
  }
  body main .contact-sec02 .inner {
    max-width: 1000px;
  }
  body main .contact-sec02 .inner h2 {
    font-size: 25px;
  }
  body main .contact-sec02 .inner h3 {
    font-size: 20px;
  }
  body main .contact-sec02 .inner .icon {
    right: -3vw;
  }
  body main .contact-sec02 .bg img {
    max-height: 950px;
  }
}
body main .news-archive {
  margin-top: 5rem;
  margin-bottom: 10rem;
  padding: 0 2rem;
}
body main .news-archive ul {
  max-width: 500px;
  margin: auto;
}
body main .news-archive ul li {
  border-bottom: 2px solid #1D9F44;
  padding: 0 1rem;
}
body main .news-archive ul li a {
  display: block;
  padding: 2rem 0;
  color: #717171;
  font-weight: bold;
}
body main .news-archive .archive-nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 5rem;
}
body main .news-archive .archive-nav .nav, body main .news-archive .archive-nav a {
  padding: 1.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  font-weight: bold;
  color: #1D9F44;
}
body main .news-archive .archive-nav .nav.current, body main .news-archive .archive-nav a.current {
  background-color: #1D9F44;
  color: white;
}
body main .news-archive .archive-nav .nav.prev, body main .news-archive .archive-nav a.prev {
  margin-right: 2rem;
}
body main .news-archive .archive-nav .nav.next, body main .news-archive .archive-nav a.next {
  margin-left: 2rem;
}
body main .news-archive .archive-nav a {
  transition: 0.5s all;
}
body main .news-archive .archive-nav a:hover {
  background-color: #1D9F44;
  color: white;
}
@media (min-width: 1024px) {
  body main .news-archive {
    margin-top: 10rem;
    margin-bottom: 15rem;
  }
  body main .news-archive ul {
    max-width: 820px;
  }
  body main .news-archive ul li a {
    display: flex;
  }
  body main .news-archive ul li a .date {
    display: block;
    width: 25%;
  }
  body main .news-archive ul li a p {
    width: 75%;
  }
  body main .news-archive .archive-nav {
    margin-top: 8rem;
  }
}
body main .news-detail {
  margin-top: 10rem;
  margin-bottom: 20rem;
  padding: 0 2rem;
}
body main .news-detail .inner {
  max-width: 800px;
  margin: auto;
}
body main .news-detail .inner .news-ttl {
  position: relative;
  border-bottom: 2px solid #1D9F44;
  padding-bottom: 2rem;
}
body main .news-detail .inner .news-ttl .ttl-inner {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: relative;
}
body main .news-detail .inner .news-contents {
  margin-top: 2rem;
}
body main .news-detail .inner .back {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 5rem;
}
body main .news-detail .inner .back a {
  border: 2px solid #1D9F44;
  padding: 1rem 2rem;
  color: #717171;
  font-weight: bold;
  transition: 0.5s all;
}
body main .news-detail .inner .back a:hover {
  background-color: #1D9F44;
  color: white;
}
@media (max-width: 767px) {
  body main .news-detail {
    margin-top: 5rem;
    margin-bottom: 10rem;
  }
}
body footer .con-sec {
  padding: 10rem 0 10rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/common/footer-con-bg.webp");
}
@media (max-width: 768px) {
  body footer .con-sec {
    padding: 5rem 2rem;
  }
}
body footer .con-sec .sec-ttl {
  background-color: white;
  opacity: 0.8;
  padding-top: 3rem;
}
body footer .con-sec .sec-ttl .inner {
  color: #1D9F44;
}
body footer .con-sec .sec-contents {
  margin-top: 5rem;
}
body footer .con-sec .sec-contents .inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  body footer .con-sec .sec-contents .inner {
    padding: 0 2rem;
  }
}
body footer .con-sec .sec-contents .inner .left, body footer .con-sec .sec-contents .inner .right {
  width: 50%;
}
body footer .con-sec .sec-contents .inner .left a, body footer .con-sec .sec-contents .inner .right a {
  box-sizing: border-box;
}
body footer .con-sec .sec-contents .inner .left a {
  display: block;
  max-width: 300px;
  margin: auto;
  background-color: #1D9F44;
  padding: 2rem;
  border-radius: 20px;
}
body footer .con-sec .sec-contents .inner .right {
  background-color: #1D9F44;
  padding: 2rem;
  border-radius: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  body footer .con-sec .sec-contents .inner .right {
    width: 340px;
  }
}
body footer .con-sec .sec-contents .inner .right .right-in {
  max-width: 300px;
  margin: auto;
}
body footer .con-sec .sec-contents .inner .right .right-in .img {
  width: 50px;
  margin: auto;
}
body footer .con-sec .sec-contents .inner .right .right-in a {
  display: block;
  border-radius: 10px;
  padding: 1.5rem;
  font-size: 18px;
  width: 250px;
  text-align: center;
  color: white;
  margin: auto;
  border: 1px solid white;
  margin-top: 3rem;
  transition: 0.5s all;
}
body footer .con-sec .sec-contents .inner .right .right-in a:hover {
  background-color: white;
  color: #717171;
  font-weight: bold;
}
@media (max-width: 768px) {
  body footer .con-sec .sec-contents {
    padding: 0 2rem;
  }
  body footer .con-sec .sec-contents .inner {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  body footer .con-sec .sec-contents .inner .left, body footer .con-sec .sec-contents .inner .right {
    width: 100%;
  }
  body footer .con-sec .sec-contents .inner .left {
    border-right: 0;
    margin-bottom: 5rem;
  }
}
body footer .con-sec02 .sec-contents {
  position: relative;
  padding: 5rem 0 6rem;
}
body footer .con-sec02 .sec-contents .footer-logo {
  width: 180px;
  margin: auto;
}
@media (max-width: 768px) {
  body footer .con-sec02 .sec-contents .footer-logo {
    width: 140px;
  }
}
body footer .con-sec02 .sec-contents .footer-nav {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  body footer .con-sec02 .sec-contents .footer-nav {
    display: none;
  }
}
body footer .con-sec02 .sec-contents .footer-nav li a {
  padding: 5px 2rem;
  color: #717171;
  border-left: 2px solid #717171;
  font-weight: bold;
}
body footer .con-sec02 .sec-contents .footer-nav li:last-child a {
  border-right: 2px solid #717171;
}
body footer .con-sec02 .sec-contents .pagetop {
  position: absolute;
  right: 1rem;
  top: 2rem;
}
body footer .con-sec02 .copyright {
  text-align: center;
  font-size: 12px;
  padding: 1.5rem 0;
  color: white;
  background-color: #7ED698;
}/*# sourceMappingURL=style.css.map */