/* line 22, ../../../sass/page/index/index.scss */
.hero {
  width: 100%;
  background-color: #FFF7E0 !important;
  background-image: radial-gradient(#f6e8be 18%, rgba(0, 0, 0, 0) 20%), radial-gradient(#f6e8be 18%, rgba(0, 0, 0, 0) 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
}
/* line 27, ../../../sass/page/index/index.scss */
.hero-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  /* line 27, ../../../sass/page/index/index.scss */
  .hero-inner {
    padding: 25px 20px;
  }
}
/* line 37, ../../../sass/page/index/index.scss */
.hero-heading {
  width: 100%;
  height: auto;
}
/* line 45, ../../../sass/page/index/index.scss */
.hero-heading .eyecatch-lg {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 45, ../../../sass/page/index/index.scss */
  .hero-heading .eyecatch-lg {
    display: none;
  }
}
/* line 52, ../../../sass/page/index/index.scss */
.hero-heading .eyecatch-lg img {
  width: 100%;
}
/* line 56, ../../../sass/page/index/index.scss */
.hero-heading .eyecatch-lg .hero-pc {
  display: inline-block;
  position: absolute;
  width: 150px;
  height: auto;
  top: 36%;
  right: 82%;
  animation-duration: 2s;
}
/* line 66, ../../../sass/page/index/index.scss */
.hero-heading .eyecatch-lg .hero-robo {
  display: inline-block;
  position: absolute;
  width: 140px;
  height: auto;
  top: 56%;
  right: 18%;
  animation-delay: 0.2s;
  animation-duration: 2s;
}
/* line 78, ../../../sass/page/index/index.scss */
.hero-heading .eyecatch-sm {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 770px) {
  /* line 78, ../../../sass/page/index/index.scss */
  .hero-heading .eyecatch-sm {
    display: none;
  }
}
/* line 84, ../../../sass/page/index/index.scss */
.hero-heading .eyecatch-sm img {
  width: 100%;
}
/* line 90, ../../../sass/page/index/index.scss */
.hero-request {
  position: absolute;
  bottom: 30px;
  right: 0;
  max-width: 150px;
  height: auto;
}
@media screen and (max-width: 999px) {
  /* line 90, ../../../sass/page/index/index.scss */
  .hero-request {
    bottom: 30px;
    right: 30px;
    max-width: 125px;
  }
}
@media screen and (max-width: 768px) {
  /* line 90, ../../../sass/page/index/index.scss */
  .hero-request {
    display: none;
  }
}
/* line 105, ../../../sass/page/index/index.scss */
.hero-request:hover {
  bottom: 25px;
}
/* line 109, ../../../sass/page/index/index.scss */
.hero-request a {
  width: 100%;
  height: auto;
}
/* line 113, ../../../sass/page/index/index.scss */
.hero-request a img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 0.5rem #3B4043);
}
/* line 118, ../../../sass/page/index/index.scss */
.hero-request a img:hover {
  filter: drop-shadow(0 0 0 #3B4043);
}

/* line 128, ../../../sass/page/index/index.scss */
.about {
  width: 100%;
  background-color: #14A17A;
}
/* line 133, ../../../sass/page/index/index.scss */
.about-content {
  text-align: center;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  /* line 133, ../../../sass/page/index/index.scss */
  .about-content {
    padding: 20px 0;
  }
}
/* line 142, ../../../sass/page/index/index.scss */
.about-inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 15px;
  margin: 0 20px;
  background-color: #FFFFFF;
  height: auto;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 559px) {
  /* line 142, ../../../sass/page/index/index.scss */
  .about-inner {
    padding: 20px 20px 15px;
    margin: 0 10px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
}
/* line 158, ../../../sass/page/index/index.scss */
.about-col01 {
  width: 20%;
}
@media screen and (max-width: 559px) {
  /* line 158, ../../../sass/page/index/index.scss */
  .about-col01 {
    display: none;
  }
}
/* line 164, ../../../sass/page/index/index.scss */
.about-col01 img {
  width: 80%;
  height: auto;
  float: left;
}
/* line 171, ../../../sass/page/index/index.scss */
.about-col02 {
  width: 60%;
}
@media screen and (max-width: 559px) {
  /* line 171, ../../../sass/page/index/index.scss */
  .about-col02 {
    width: 100%;
  }
}
/* line 176, ../../../sass/page/index/index.scss */
.about-col02 ._heading {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 559px) {
  /* line 176, ../../../sass/page/index/index.scss */
  .about-col02 ._heading {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* line 184, ../../../sass/page/index/index.scss */
.about-col02 ._heading img {
  max-width: 90%;
  height: auto;
}
@media screen and (max-width: 559px) {
  /* line 184, ../../../sass/page/index/index.scss */
  .about-col02 ._heading img {
    width: 100%;
  }
}
/* line 193, ../../../sass/page/index/index.scss */
.about-col02 ._btn {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  text-align: center;
  background-color: #EC5643;
}
@media screen and (max-width: 999px) {
  /* line 193, ../../../sass/page/index/index.scss */
  .about-col02 ._btn {
    max-width: 250px;
  }
}
/* line 17, ../../../sass/mixin/_btn.scss */
.about-col02 ._btn:hover {
  opacity: 0.8;
}
/* line 195, ../../../sass/page/index/index.scss */
.about-col02 ._btn a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 14px 30px 15px 30px;
  display: block;
}
@media screen and (max-width: 999px) {
  /* line 195, ../../../sass/page/index/index.scss */
  .about-col02 ._btn a {
    font-size: 1.2rem;
    padding: 14px 20px 15px 20px;
  }
}
/* line 19, ../../../sass/mixin/_btnText.scss */
.about-col02 ._btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 13.5px;
}
@media screen and (max-width: 999px) {
  /* line 19, ../../../sass/mixin/_btnText.scss */
  .about-col02 ._btn a::after {
    font-size: 1.2rem;
    right: 15px;
    top: 14px;
  }
}
/* line 202, ../../../sass/page/index/index.scss */
.about-col03 {
  width: 20%;
}
@media screen and (max-width: 559px) {
  /* line 202, ../../../sass/page/index/index.scss */
  .about-col03 {
    display: none;
  }
}
/* line 208, ../../../sass/page/index/index.scss */
.about-col03 img {
  width: 69%;
  height: auto;
  float: right;
}

/* line 219, ../../../sass/page/index/index.scss */
.service-content {
  padding: 70px 0;
}
/* line 223, ../../../sass/page/index/index.scss */
.service-heading {
  padding-bottom: 50px;
  margin: 0 auto;
}
/* line 227, ../../../sass/page/index/index.scss */
.service-heading img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 559px) {
  /* line 227, ../../../sass/page/index/index.scss */
  .service-heading img {
    height: 90px;
    max-width: 95%;
  }
}
/* line 238, ../../../sass/page/index/index.scss */
.service-lead {
  padding-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 559px) {
  /* line 238, ../../../sass/page/index/index.scss */
  .service-lead {
    font-size: 1.8rem;
  }
}
/* line 248, ../../../sass/page/index/index.scss */
.service-row01 {
  padding: 40px 30px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 559px) {
  /* line 248, ../../../sass/page/index/index.scss */
  .service-row01 {
    flex-direction: column;
    align-items: center;
  }
}
/* line 259, ../../../sass/page/index/index.scss */
.service-unit01 {
  width: 28%;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 259, ../../../sass/page/index/index.scss */
  .service-unit01 {
    width: 90%;
  }
}
/* line 267, ../../../sass/page/index/index.scss */
.service-unit01 ._top {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  background-color: #6CD2FA;
  border: 5px solid #6CD2FA;
  background-image: radial-gradient(#43c8fc 18%, rgba(0, 0, 0, 0) 20%), radial-gradient(#43c8fc 18%, rgba(0, 0, 0, 0) 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  /* line 267, ../../../sass/page/index/index.scss */
  .service-unit01 ._top {
    font-size: 1.8rem;
  }
}
/* line 278, ../../../sass/page/index/index.scss */
.service-unit01 ._middle {
  width: 100%;
  height: auto;
  min-height: 200px;
  text-align: center;
  background-color: #FFFFFF;
  border: 5px solid #6CD2FA;
  border-style: none solid;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 278, ../../../sass/page/index/index.scss */
  .service-unit01 ._middle {
    padding: 20px 0;
  }
}
/* line 296, ../../../sass/page/index/index.scss */
.service-unit01 ._middle img {
  width: 70%;
  height: auto;
}
/* line 302, ../../../sass/page/index/index.scss */
.service-unit01 ._bottom {
  font-size: 1.4rem;
  line-height: 20px;
  width: 100%;
  height: auto;
  min-height: 115px;
  padding: 0 20px 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 5px #6CD2FA;
  border-style: none solid solid solid;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  /* line 302, ../../../sass/page/index/index.scss */
  .service-unit01 ._bottom {
    min-height: 135px;
  }
}
@media screen and (max-width: 559px) {
  /* line 302, ../../../sass/page/index/index.scss */
  .service-unit01 ._bottom {
    min-height: 80px;
  }
}
/* line 321, ../../../sass/page/index/index.scss */
.service-unit02 {
  width: 28%;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 321, ../../../sass/page/index/index.scss */
  .service-unit02 {
    width: 90%;
  }
}
/* line 329, ../../../sass/page/index/index.scss */
.service-unit02 ._top {
  width: 100%;
  height: 70px;
  line-height: 28px;
  padding-top: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  background-color: #F4A43B;
  border: 5px solid #F4A43B;
  background-image: radial-gradient(#f0951f 18%, rgba(0, 0, 0, 0) 20%), radial-gradient(#f0951f 18%, rgba(0, 0, 0, 0) 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  /* line 329, ../../../sass/page/index/index.scss */
  .service-unit02 ._top {
    font-size: 1.8rem;
  }
}
/* line 341, ../../../sass/page/index/index.scss */
.service-unit02 ._middle {
  width: 100%;
  height: auto;
  min-height: 200px;
  text-align: center;
  background-color: #FFFFFF;
  border: 5px solid #F4A43B;
  border-style: none solid;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 341, ../../../sass/page/index/index.scss */
  .service-unit02 ._middle {
    padding: 20px 0;
  }
}
/* line 359, ../../../sass/page/index/index.scss */
.service-unit02 ._middle img {
  max-width: 60%;
  height: auto;
}
/* line 364, ../../../sass/page/index/index.scss */
.service-unit02 ._bottom {
  font-size: 1.4rem;
  line-height: 20px;
  width: 100%;
  height: auto;
  min-height: 115px;
  padding: 0 20px 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 5px #F4A43B;
  border-style: none solid solid solid;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  /* line 364, ../../../sass/page/index/index.scss */
  .service-unit02 ._bottom {
    min-height: 135px;
  }
}
@media screen and (max-width: 559px) {
  /* line 364, ../../../sass/page/index/index.scss */
  .service-unit02 ._bottom {
    min-height: 80px;
  }
}
/* line 383, ../../../sass/page/index/index.scss */
.service-unit03 {
  width: 28%;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 383, ../../../sass/page/index/index.scss */
  .service-unit03 {
    width: 90%;
  }
}
/* line 391, ../../../sass/page/index/index.scss */
.service-unit03 ._top {
  width: 100%;
  height: 70px;
  line-height: 28px;
  padding-top: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  background-color: #F0869A;
  border: 5px solid #F0869A;
  background-image: radial-gradient(#f16f87 18%, rgba(0, 0, 0, 0) 20%), radial-gradient(#f16f87 18%, rgba(0, 0, 0, 0) 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  /* line 391, ../../../sass/page/index/index.scss */
  .service-unit03 ._top {
    font-size: 1.8rem;
  }
}
/* line 403, ../../../sass/page/index/index.scss */
.service-unit03 ._middle {
  width: 100%;
  height: auto;
  min-height: 200px;
  text-align: center;
  background-color: #FFFFFF;
  border: 5px solid #F0869A;
  border-style: none solid;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 403, ../../../sass/page/index/index.scss */
  .service-unit03 ._middle {
    padding: 20px 0;
  }
}
/* line 421, ../../../sass/page/index/index.scss */
.service-unit03 ._middle img {
  width: 90%;
  height: auto;
}
/* line 426, ../../../sass/page/index/index.scss */
.service-unit03 ._bottom {
  font-size: 1.4rem;
  line-height: 20px;
  width: 100%;
  height: auto;
  min-height: 115px;
  padding: 0 20px 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 5px #F0869A;
  border-style: none solid solid solid;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 559px) {
  /* line 426, ../../../sass/page/index/index.scss */
  .service-unit03 ._bottom {
    min-height: 80px;
  }
}
/* line 441, ../../../sass/page/index/index.scss */
.service-arrow {
  font-size: 6.0rem;
  color: #14A17A;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 447, ../../../sass/page/index/index.scss */
  .service-arrow i {
    justify-content: center;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* line 456, ../../../sass/page/index/index.scss */
.service-row02 {
  padding-top: 50px;
}
/* line 460, ../../../sass/page/index/index.scss */
.service-btn {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  text-align: center;
  background-color: #EC5643;
}
@media screen and (max-width: 999px) {
  /* line 460, ../../../sass/page/index/index.scss */
  .service-btn {
    max-width: 250px;
  }
}
/* line 17, ../../../sass/mixin/_btn.scss */
.service-btn:hover {
  opacity: 0.8;
}
/* line 463, ../../../sass/page/index/index.scss */
.service-btn a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 14px 30px 15px 30px;
  display: block;
}
@media screen and (max-width: 999px) {
  /* line 463, ../../../sass/page/index/index.scss */
  .service-btn a {
    font-size: 1.2rem;
    padding: 14px 20px 15px 20px;
  }
}
/* line 19, ../../../sass/mixin/_btnText.scss */
.service-btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 13.5px;
}
@media screen and (max-width: 999px) {
  /* line 19, ../../../sass/mixin/_btnText.scss */
  .service-btn a::after {
    font-size: 1.2rem;
    right: 15px;
    top: 14px;
  }
}

/* line 469, ../../../sass/page/index/index.scss */
.guide {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 559px) {
  /* line 469, ../../../sass/page/index/index.scss */
  .guide {
    padding-top: 0;
  }
}
/* line 477, ../../../sass/page/index/index.scss */
.guide-content {
  background-color: #FFFFFF;
  padding: 50px 0;
  width: 90%;
}
@media screen and (max-width: 559px) {
  /* line 477, ../../../sass/page/index/index.scss */
  .guide-content {
    background-color: rgba(255, 255, 255, 0);
  }
}
/* line 487, ../../../sass/page/index/index.scss */
.guide-heading {
  margin: 0 auto;
}
/* line 489, ../../../sass/page/index/index.scss */
.guide-heading img {
  max-width: 100%;
}
@media screen and (max-width: 559px) {
  /* line 489, ../../../sass/page/index/index.scss */
  .guide-heading img {
    height: 90px;
    max-width: 95%;
  }
}
/* line 499, ../../../sass/page/index/index.scss */
.guide-row01 {
  width: 90%;
  padding-top: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 559px) {
  /* line 499, ../../../sass/page/index/index.scss */
  .guide-row01 {
    display: block;
    width: 100%;
  }
}
/* line 512, ../../../sass/page/index/index.scss */
.guide-unit01 {
  width: 42%;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 512, ../../../sass/page/index/index.scss */
  .guide-unit01 {
    width: 100%;
    margin: 0 auto 40px;
  }
}
/* line 521, ../../../sass/page/index/index.scss */
.guide-unit01 ._top {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  background-color: #97C83D;
  border: 5px solid #97C83D;
  background-image: radial-gradient(#87b82d 18%, rgba(0, 0, 0, 0) 20%), radial-gradient(#87b82d 18%, rgba(0, 0, 0, 0) 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  /* line 521, ../../../sass/page/index/index.scss */
  .guide-unit01 ._top {
    font-size: 1.8rem;
  }
}
/* line 532, ../../../sass/page/index/index.scss */
.guide-unit01 ._bottom {
  font-size: 1.4rem;
  line-height: 20px;
  width: 100%;
  min-height: 160px;
  padding: 20px 20px 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 5px #97C83D;
  border-style: none solid solid solid;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 559px) {
  /* line 532, ../../../sass/page/index/index.scss */
  .guide-unit01 ._bottom {
    padding: 20px 10px 10px;
  }
}
/* line 548, ../../../sass/page/index/index.scss */
.guide-unit01 ._bottom ._btn {
  width: 100%;
  line-height: 1.2rem;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  text-align: center;
  background-color: #EC5643;
}
@media screen and (max-width: 999px) {
  /* line 548, ../../../sass/page/index/index.scss */
  .guide-unit01 ._bottom ._btn {
    max-width: 250px;
  }
}
/* line 17, ../../../sass/mixin/_btn.scss */
.guide-unit01 ._bottom ._btn:hover {
  opacity: 0.8;
}
/* line 553, ../../../sass/page/index/index.scss */
.guide-unit01 ._bottom ._btn a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 14px 30px 15px 30px;
  display: block;
}
@media screen and (max-width: 999px) {
  /* line 553, ../../../sass/page/index/index.scss */
  .guide-unit01 ._bottom ._btn a {
    font-size: 1.2rem;
    padding: 14px 20px 15px 20px;
  }
}
/* line 19, ../../../sass/mixin/_btnText.scss */
.guide-unit01 ._bottom ._btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 13.5px;
}
@media screen and (max-width: 999px) {
  /* line 19, ../../../sass/mixin/_btnText.scss */
  .guide-unit01 ._bottom ._btn a::after {
    font-size: 1.2rem;
    right: 15px;
    top: 14px;
  }
}
/* line 560, ../../../sass/page/index/index.scss */
.guide-unit02 {
  width: 42%;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 560, ../../../sass/page/index/index.scss */
  .guide-unit02 {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 569, ../../../sass/page/index/index.scss */
.guide-unit02 ._top {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  background-color: #97C83D;
  border: 5px solid #97C83D;
  background-image: radial-gradient(#87b82d 18%, rgba(0, 0, 0, 0) 20%), radial-gradient(#87b82d 18%, rgba(0, 0, 0, 0) 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  /* line 569, ../../../sass/page/index/index.scss */
  .guide-unit02 ._top {
    font-size: 1.8rem;
  }
}
/* line 580, ../../../sass/page/index/index.scss */
.guide-unit02 ._bottom {
  font-size: 1.4rem;
  line-height: 20px;
  width: 100%;
  min-height: 160px;
  padding: 20px 20px 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 5px #97C83D;
  border-style: none solid solid solid;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 559px) {
  /* line 580, ../../../sass/page/index/index.scss */
  .guide-unit02 ._bottom {
    padding: 20px 10px 10px;
  }
}
/* line 595, ../../../sass/page/index/index.scss */
.guide-unit02 ._bottom ._btn {
  width: 100%;
  line-height: 1.2rem;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  text-align: center;
  background-color: #EC5643;
}
@media screen and (max-width: 999px) {
  /* line 595, ../../../sass/page/index/index.scss */
  .guide-unit02 ._bottom ._btn {
    max-width: 250px;
  }
}
/* line 17, ../../../sass/mixin/_btn.scss */
.guide-unit02 ._bottom ._btn:hover {
  opacity: 0.8;
}
/* line 600, ../../../sass/page/index/index.scss */
.guide-unit02 ._bottom ._btn a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 14px 30px 15px 30px;
  display: block;
}
@media screen and (max-width: 999px) {
  /* line 600, ../../../sass/page/index/index.scss */
  .guide-unit02 ._bottom ._btn a {
    font-size: 1.2rem;
    padding: 14px 20px 15px 20px;
  }
}
/* line 19, ../../../sass/mixin/_btnText.scss */
.guide-unit02 ._bottom ._btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 13.5px;
}
@media screen and (max-width: 999px) {
  /* line 19, ../../../sass/mixin/_btnText.scss */
  .guide-unit02 ._bottom ._btn a::after {
    font-size: 1.2rem;
    right: 15px;
    top: 14px;
  }
}
/* line 607, ../../../sass/page/index/index.scss */
.guide-row02 {
  width: 90%;
  padding-top: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 559px) {
  /* line 607, ../../../sass/page/index/index.scss */
  .guide-row02 {
    width: 100%;
  }
}
/* line 618, ../../../sass/page/index/index.scss */
.guide-unit03 {
  width: 80%;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 559px) {
  /* line 618, ../../../sass/page/index/index.scss */
  .guide-unit03 {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 627, ../../../sass/page/index/index.scss */
.guide-unit03 ._top {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  background-color: #97C83D;
  border: 5px solid #97C83D;
  background-image: radial-gradient(#87b82d 18%, rgba(0, 0, 0, 0) 20%), radial-gradient(#87b82d 18%, rgba(0, 0, 0, 0) 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  /* line 627, ../../../sass/page/index/index.scss */
  .guide-unit03 ._top {
    font-size: 1.8rem;
  }
}
/* line 638, ../../../sass/page/index/index.scss */
.guide-unit03 ._bottom {
  font-size: 1.4rem;
  line-height: 20px;
  width: 100%;
  min-height: 160px;
  padding: 20px 20px 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: 5px #97C83D;
  border-style: none solid solid solid;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 559px) {
  /* line 638, ../../../sass/page/index/index.scss */
  .guide-unit03 ._bottom {
    padding: 20px 10px 10px;
  }
}
/* line 654, ../../../sass/page/index/index.scss */
.guide-unit03 ._bottom ._btn01 {
  width: 100%;
  line-height: 1.2rem;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  text-align: center;
  background-color: #EC5643;
}
@media screen and (max-width: 999px) {
  /* line 654, ../../../sass/page/index/index.scss */
  .guide-unit03 ._bottom ._btn01 {
    max-width: 250px;
  }
}
/* line 17, ../../../sass/mixin/_btn.scss */
.guide-unit03 ._bottom ._btn01:hover {
  opacity: 0.8;
}
/* line 659, ../../../sass/page/index/index.scss */
.guide-unit03 ._bottom ._btn01 a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 14px 30px 15px 30px;
  display: block;
}
@media screen and (max-width: 999px) {
  /* line 659, ../../../sass/page/index/index.scss */
  .guide-unit03 ._bottom ._btn01 a {
    font-size: 1.2rem;
    padding: 14px 20px 15px 20px;
  }
}
/* line 37, ../../../sass/mixin/_btnText.scss */
.guide-unit03 ._bottom ._btn01 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 1.6rem;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 13.5px;
}
@media screen and (max-width: 999px) {
  /* line 37, ../../../sass/mixin/_btnText.scss */
  .guide-unit03 ._bottom ._btn01 a::after {
    font-size: 1.4rem;
    right: 15px;
    top: 14px;
  }
}
/* line 664, ../../../sass/page/index/index.scss */
.guide-unit03 ._bottom ._btn02 {
  width: 100%;
  line-height: 1.2rem;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  text-align: center;
  background-color: #87B82D;
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  /* line 664, ../../../sass/page/index/index.scss */
  .guide-unit03 ._bottom ._btn02 {
    max-width: 250px;
  }
}
/* line 17, ../../../sass/mixin/_btn.scss */
.guide-unit03 ._bottom ._btn02:hover {
  opacity: 0.8;
}
/* line 670, ../../../sass/page/index/index.scss */
.guide-unit03 ._bottom ._btn02 a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 14px 30px 15px 30px;
  display: block;
}
@media screen and (max-width: 999px) {
  /* line 670, ../../../sass/page/index/index.scss */
  .guide-unit03 ._bottom ._btn02 a {
    font-size: 1.2rem;
    padding: 14px 20px 15px 20px;
  }
}
/* line 37, ../../../sass/mixin/_btnText.scss */
.guide-unit03 ._bottom ._btn02 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 1.6rem;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 13.5px;
}
@media screen and (max-width: 999px) {
  /* line 37, ../../../sass/mixin/_btnText.scss */
  .guide-unit03 ._bottom ._btn02 a::after {
    font-size: 1.4rem;
    right: 15px;
    top: 14px;
  }
}
/* line 678, ../../../sass/page/index/index.scss */
.guide-text {
  font-size: 1.4rem;
  line-height: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 559px) {
  /* line 678, ../../../sass/page/index/index.scss */
  .guide-text {
    padding: 0 10px 10px;
  }
}

/* line 707, ../../../sass/page/index/index.scss */
.line-top {
  width: 100%;
  height: 30px;
  background-image: url(../../../images/color-line_top.png);
  background-size: contain;
  background-repeat: repeat-x;
}

/* line 711, ../../../sass/page/index/index.scss */
.line-bottom {
  width: 100%;
  height: 30px;
  background-image: url(../../../images/color-line_bottom.png);
  background-position: left bottom;
  background-size: contain;
  background-repeat: repeat-x;
}

/* line 715, ../../../sass/page/index/index.scss */
.bg-area {
  background-color: #FFF7E0;
  background-size: 80px 80px;
  background-image: linear-gradient(rgba(246, 232, 190, 0.7) 1%, rgba(246, 232, 190, 0.7) 1%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(246, 232, 190, 0.7) 99%, rgba(246, 232, 190, 0.7) 100%), linear-gradient(90deg, rgba(246, 232, 190, 0.7) 1%, rgba(246, 232, 190, 0.7) 1%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(246, 232, 190, 0.7) 99%, rgba(246, 232, 190, 0.7) 100%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 25%, rgba(246, 232, 190, 0.4) 25%, rgba(246, 232, 190, 0.4) 26%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgba(246, 232, 190, 0.4) 50%, rgba(246, 232, 190, 0.4) 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 75%, rgba(246, 232, 190, 0.4) 75%, rgba(246, 232, 190, 0.4) 76%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 25%, rgba(246, 232, 190, 0.4) 25%, rgba(246, 232, 190, 0.4) 26%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgba(246, 232, 190, 0.4) 50%, rgba(246, 232, 190, 0.4) 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 75%, rgba(246, 232, 190, 0.4) 75%, rgba(246, 232, 190, 0.4) 76%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
}

/* line 719, ../../../sass/page/index/index.scss */
.invisible {
  transition: opacity 0.05s ease;
  opacity: 0.0;
}

/* line 724, ../../../sass/page/index/index.scss */
.visible {
  transition: opacity 0.05s ease;
  opacity: 1.0;
}


/* 追記 */

.recruitment-intro-container {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 8rem;
}

.recruitment-intro {
  width: 80%;
  max-width: 65rem;
  margin: 0 auto;
  line-height: 2.4rem;
  text-align: justify;
}

.recruitment-intro-container .heading {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.recruitment-intro-container .heading img {
  max-width: min(100%,512px);
  height: auto;
}

.link-to-recruitment-btn-container {
  margin-top: 3rem;
  text-align: center;
}

.link-to-recruitment-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  line-height: normal;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #EC5643;
  border: none;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  max-width: 28rem;
  padding: 1rem;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.link-to-recruitment-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.link-to-recruitment-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 13.5px;
}

@media screen and (max-width: 559px){
  .recruitment-intro-container .heading {
    max-width: 80%;
  }

  .link-to-recruitment-btn {
    max-width: 250px;
    font-size: 1.4rem;
  }
  
  .link-to-recruitment-btn::after {
      font-size: 1.2rem;
      right: 15px;
      top: 15px;
  }

  .recruitment-intro-container .heading img {
      max-width: min(95%,376px);
  }
}