@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scrollbar-gutter: stable;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1A3C2D;
}
body.active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

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

@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.prg_h {
  margin-bottom: 15px;
}

.prg {
  margin-bottom: 20px;
}

.prg_w {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 30px;
  }
}

.prg_2w {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 50px;
  }
}

.prg_3w {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 70px;
  }
}

.prg_4w {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .prg_4w {
    margin-bottom: 90px;
  }
}

.thanks-section {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .thanks-section {
    padding: 80px 0;
  }
}

.font_b {
  font-weight: 900;
}

.txtlink {
  text-decoration: underline;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.brds {
  border-radius: 20px;
}

.list_disc {
  padding-left: 1.5em;
}
.list_disc > li {
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .list_disc {
    font-size: 14px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
@media screen and (min-width: 901px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px clamp(20px, 2.5vw, 50px);
    background: #fff;
  }
}
@media screen and (max-width: 900px) {
  .header.contact {
    position: relative;
    padding-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 0 20px;
    background: #fff;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0em;
}
@media screen and (max-width: 900px) {
  .header__logo a {
    font-size: 12px;
  }
}
.header__logo img {
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .header__logo img {
    width: 30px;
  }
}
@media screen and (min-width: 901px) {
  .header__logo img {
    width: 70px;
  }
}
.header__gnavi_toggle {
  position: relative;
  width: 44px;
  height: 44px;
  color: transparent;
  z-index: 950;
}
.header__gnavi_toggle::before, .header__gnavi_toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background: #1A3C2D;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__gnavi_toggle::before {
  top: 17px;
}
.header__gnavi_toggle::after {
  bottom: 17px;
}
.header__gnavi_toggle.active::before, .header__gnavi_toggle.active::after {
  background: #fff !important;
}
.header__gnavi_toggle.active::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 21px;
}
.header__gnavi_toggle.active::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  bottom: 21px;
}
@media screen and (min-width: 901px) {
  .header__gnavi_toggle {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header__gnavi {
    margin-top: 60px;
  }
}
@media screen and (min-width: 901px) {
  .header__gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .header__gnavi-inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 940;
    width: 100%;
    min-height: 100vh;
    background: #00B490;
    padding: 10px 20px 10px 0;
    color: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
}
@media screen and (max-width: 900px) {
  .header__gnavi li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 901px) {
  .header__gnavi li {
    margin-left: clamp(15px, 2vw, 30px);
  }
  .header__gnavi li a:not([class]):hover {
    color: #00B490;
  }
  .header__gnavi li:last-of-type {
    margin-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .header__gnavi a {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__gnavi a::before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #fff;
    margin-right: 10px;
  }
  .header__gnavi a::after {
    content: attr(data-en);
    font-family: "Lato", sans-serif;
    margin: 0 0 0 auto;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 901px) {
  .header__gnavi .pc-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10em;
    height: 40px;
    border: 1px solid #00B490;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header__gnavi .pc-btn.btn-contact {
    background: #00B490;
  }
  .header__gnavi .pc-btn.btn-contact:hover {
    background: #fff;
    border: 1px solid #00B490;
    color: #00B490;
  }
  .header__gnavi .pc-btn.btn-recruit {
    background: #00A8B4;
  }
  .header__gnavi .pc-btn.btn-recruit:hover {
    background: #fff;
    border: 1px solid #00A8B4;
    color: #00A8B4;
  }
}

.btn__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  border: 1px solid #06c755;
  background: #fff;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #06c755;
}
.btn__line:hover {
  background: #06c755;
  color: #fff;
}

.btn__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  border: 1px solid #00B490;
  background: #fff;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00B490;
}
.btn__map:hover {
  background: #00B490;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn__map {
    margin: 0 auto;
  }
}

.wrap {
  max-width: 100vw;
  overflow: hidden;
}

.maincontent {
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .maincontent {
    font-size: 14px;
  }
}
.maincontent img {
  border-radius: 20px;
}

.section__area {
  padding: clamp(80px, 7.8vw, 120px) 0;
}
.section__ttl {
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section__ttl {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .section__ttl {
    margin-bottom: 80px;
  }
}
.section__ttl .ttl {
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 700;
}
.section__ttl .ttlen {
  font-family: "Lato", sans-serif;
  color: #00B490;
  letter-spacing: 0.01em;
}
.section__ttl .ttlen::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #00B490;
  margin: 10px auto;
}
.section__lead {
  margin-bottom: clamp(30px, 3.5vw, 60px);
  line-height: 1.3;
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 700;
}
.section__inner {
  max-width: 1580px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .section__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1101px) {
  .section__inner {
    padding-right: 200px;
    padding-left: 200px;
  }
}
.section__inner_w {
  max-width: 1580px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .section__inner_w {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .section__inner_w {
    padding-right: 75px;
    padding-left: 75px;
  }
}
@media screen and (min-width: 1101px) {
  .section__inner_w {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.section__subttl {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section__subttl {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .section__subttl {
    font-size: 24px;
  }
}
.section__subttl2 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section__subttl2 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .section__subttl2 {
    font-size: 20px;
  }
}

.mv__content {
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .mv__content {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mv__content {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1101px) {
  .mv__content {
    padding-top: 130px;
  }
}
.mv__content .inner {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv__content .inner {
    padding: 0 20px 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mv__content .inner {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1101px) {
  .mv__content .inner {
    padding-left: 100px;
  }
}
.mv__lead {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .mv__lead {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__lead {
    position: absolute;
    margin: 30px;
    color: #fff;
    text-shadow: 0 0 6px rgba(26, 60, 45, 0.5);
    font-size: clamp(40px, 3.5vw, 48px);
  }
}
@media screen and (min-width: 1101px) {
  .mv__lead {
    margin: 40px;
  }
}
.mv__img {
  position: relative;
  overflow: hidden;
  opacity: 0;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .mv__img {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mv__img {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1101px) {
  .mv__img {
    margin: 0 50px;
  }
}
.mv__img img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .mv__img img {
    width: 100%;
    height: 255px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.mv__txt {
  position: absolute;
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #00B490;
  font-size: clamp(45px, 9vw, 100px);
  letter-spacing: 0;
  mix-blend-mode: screen;
  z-index: 30;
  line-height: 1.1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv__txt {
    top: -60px;
    left: calc(100% - 8.8em);
  }
  .mv__txt span {
    display: block;
    text-indent: 2.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__txt {
    top: -70px;
    text-align: center;
  }
}

.introduction {
  position: relative;
  color: #fff;
  z-index: 10;
}
.introduction::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b490), to(#04bc60));
  background-image: linear-gradient(#00b490, #04bc60);
  top: -100px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .introduction::before {
    height: calc(100% - 30px);
  }
}
@media print, screen and (min-width: 768px) {
  .introduction::before {
    height: calc(100% - 100px);
  }
}
.introduction .section__inner {
  position: relative;
  z-index: 10;
}
.introduction .section__lead {
  text-align: center;
}
.introduction__slider {
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .introduction__slider li {
    width: 170px;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .introduction__slider li {
    width: 265px;
    margin-right: 60px;
  }
}

.service {
  padding-top: 0;
}
@media screen and (min-width: 1101px) {
  .service__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.service__list li:nth-of-type(n + 2) {
  margin-top: clamp(50px, 4vw, 60px);
}
@media screen and (max-width: 767px) {
  .service__list img {
    display: block;
    width: 260px;
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .service__list img {
    display: block;
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .service__list img {
    width: clamp(350px, 30vw, 450px);
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .service__detail {
    margin-right: 30px;
  }
}
.service__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  color: #00B490;
}
.service__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.9em;
  height: 1.9em;
  margin-right: 8px;
  padding-bottom: 1px;
  border: 1px solid #00B490;
  border-radius: 100%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
.service__subttl {
  margin-bottom: 10px;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
}

.recruit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2fffe), color-stop(65%, #dffff0));
  background-image: linear-gradient(to bottom, #f2fffe 0%, #dffff0 65%);
}
.recruit__wrap {
  position: relative;
}
@media screen and (min-width: 1101px) {
  .recruit__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recruit__wrap img {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .recruit__wrap img {
    aspect-ratio: 1/1.1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit__wrap img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .recruit__wrap img {
    width: 40%;
    max-width: 490px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.recruit__ttl {
  position: absolute;
  left: 20px;
  line-height: 1;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .recruit__ttl {
    top: -35px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__ttl {
    top: -50px;
  }
}
.recruit__ttl .ttlen {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #00B490;
  font-size: clamp(60px, 6.5vw, 80px);
}
.recruit__ttl .ttl {
  font-weight: 700;
  font-size: clamp(26px, 2.5vw, 32px);
}
@media screen and (max-width: 767px) {
  .recruit__content .section__lead,
  .recruit__content .section__subttl {
    text-align: center;
  }
}
@media screen and (min-width: 1101px) {
  .recruit__content {
    padding-left: 50px;
  }
}
.recruit__lead {
  line-height: 1.3;
  font-size: clamp(26px, 2.5vw, 32px);
  color: #00B490;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit__lead {
    text-align: center;
  }
}
.recruit .section__lead,
.recruit .section__subttl2 {
  color: #00B490;
}
.recruit__environment dt {
  margin-bottom: 10px;
}
.recruit__interview li:nth-of-type(n + 2) {
  margin-top: 1px;
}
.recruit__interview-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  cursor: pointer;
  line-height: 1.3;
}
.recruit__interview-ttl.section__subttl2 {
  color: #1A3C2D;
}
@media screen and (max-width: 767px) {
  .recruit__interview-ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    padding: 10px 60px 10px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__interview-ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 40px;
  }
}
.recruit__interview-ttl span {
  padding: 0 0.5em;
  border-radius: 5px;
  background: #00B490;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit__interview-ttl span {
    margin-top: 3px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__interview-ttl span {
    margin-right: 10px;
  }
}
.recruit__interview-ttl::before, .recruit__interview-ttl::after {
  position: absolute;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.recruit__interview-ttl::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #00B490;
}
@media screen and (max-width: 767px) {
  .recruit__interview-ttl::before {
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__interview-ttl::before {
    right: 25px;
  }
}
.recruit__interview-ttl::after {
  content: "＋";
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__interview-ttl::after {
    display: block;
    padding-bottom: 4px;
    right: 12px;
    font-size: 31px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__interview-ttl::after {
    right: 25px;
    margin-bottom: 18px;
    font-size: 1.75em;
  }
}
.recruit__interview-ttl.active span {
  background: #fff;
  color: #00B490;
}
.recruit__interview-ttl.active {
  background: #00B490;
  color: #fff;
}
.recruit__interview-ttl.active::before {
  background: #fff;
}
.recruit__interview-ttl.active::after {
  content: "－";
  color: #00B490;
}
.recruit__interview-detail {
  display: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .recruit__interview-detail {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__interview-detail {
    padding: 30px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__interview-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit__interview-inner > div {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__interview-image {
    display: block;
    width: 70vw;
    margin: 0 auto 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__interview-image {
    width: 35%;
    max-width: 260px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.recruit__interview-name {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit__interview-name {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__interview-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruit__interview-name .name {
  margin-right: 15px;
  font-weight: 700;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .recruit__entry-detail img {
    display: block;
    width: 70vw;
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__entry-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit__entry-detail img {
    width: 30%;
    max-width: 400px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1101px) {
  .recruit__entry-howto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruit__entry-howto div {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .recruit__entry-howto div {
    padding: 20px 15px;
  }
  .recruit__entry-howto div:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__entry-howto div {
    padding: 40px 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit__entry-howto div:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .recruit__entry-howto div {
    width: 48%;
  }
}
.recruit__entry-howto .section__subttl2 {
  text-align: center;
}
.recruit__entry-howto .btn__line {
  margin-right: auto;
  margin-left: auto;
}
.recruit__entry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #00B490;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .recruit__entry-btn {
    max-width: 280px;
    font-size: 20px;
  }
  .recruit__entry-btn:hover {
    background: #fff;
    color: #00B490;
  }
}

.message__cont img {
  display: block;
  width: 70vw;
  width: 700px;
  margin: 0 auto 30px;
}
.message__cont .section__ttl {
  color: #00B490;
  margin-bottom: clamp(25px, 3.5vw, 40px);
}

.outline {
  background: #F2FFF6;
}
.outline__list h3 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .outline__list h3 {
    padding-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .outline__list div {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline__list > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .outline__list > li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D8D8D8;
  }
  .outline__list h3 {
    width: 15em;
  }
  .outline__list div {
    width: calc(100% - 15em);
  }
}
.outline .license {
  max-width: 300px;
}

.news__list dt {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .news__list dt:nth-of-type(n + 2) {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .news__list dt:nth-of-type(n + 2) {
    padding-top: 30px;
  }
}
.news__list dd {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .news__list dd {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .news__list dd {
    padding-bottom: 30px;
  }
}
.news__list a {
  text-decoration: underline;
}

.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b490), to(#04bc60));
  background-image: linear-gradient(#00b490, #04bc60);
}
.contact .section__ttl .ttlen,
.contact .section__ttl .ttl {
  color: #fff;
}
.contact .section__ttl .ttlen::after {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact .section__subttl2 {
    text-align: center;
  }
}
.contact__inner {
  background: #fff;
  padding: clamp(25px, 6vw, 70px) clamp(20px, 4vw, 40px);
}
.contact__category {
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 1101px) {
  .contact__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact__category li {
  background: #F2FFF6;
}
@media screen and (max-width: 767px) {
  .contact__category li {
    padding: 15px;
  }
  .contact__category li:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact__category li {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .contact__category li:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1101px) {
  .contact__category li {
    width: 48%;
  }
}
.contact__category .btn__line {
  margin-right: auto;
  margin-left: auto;
}
.contact__tel {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.contact__tel span {
  font-size: 30px;
}
.contact__time {
  font-size: 0.95em;
}
.contact input[type=text],
.contact input[type=email],
.contact textarea {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .contact input[type=text],
  .contact input[type=email],
  .contact textarea {
    font-size: 14px;
  }
}
.contact textarea {
  height: 100px;
}
.contact select {
  border: 1px solid #D8D8D8;
  width: 100%;
  padding: 5px 10px;
}
.contact .box_select {
  position: relative;
}
.contact .box_select::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .contact__lead {
    text-align: center;
    font-size: clamp(16px, 1.5vw, 18px);
  }
}
.contact__form {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.contact__form dt {
  font-weight: 700;
}
.contact__form dt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}
.contact__form dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact__form dt {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact__form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact__form dt {
    width: 14em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 30px;
    padding-right: 10px;
  }
  .contact__form dt div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact__form dd {
    width: calc(100% - 14em);
  }
}
.contact__hissu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4em;
  height: 20px;
  border-radius: 10px;
  background: #ff6a00;
  line-height: 1;
  color: #fff;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .contact__hissu {
    margin-left: 5px;
  }
}
.contact .btn_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
  height: 50px;
  background: #00B490;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .contact .btn_submit {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .contact .btn_submit span {
    font-size: 20px;
  }
  .contact .btn_submit:hover {
    background: #1A3C2D;
  }
}

.footer {
  position: relative;
}
.footer__inner {
  padding: 30px clamp(15px, 4vw, 50px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    text-align: center;
  }
}
.footer__corponame {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .footer__corponame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__address {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__address p {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__address p {
    margin-right: 20px;
  }
}
.footer__logo {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    display: block;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__logo {
    margin-right: 10px;
  }
}
.footer__copy {
  display: block;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .footer__copy {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .pagetop {
    position: absolute;
    width: 46px;
    top: -23px;
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .pagetop {
    position: fixed;
    opacity: 0;
    z-index: 1000;
    bottom: 5vh;
    right: 30px;
  }
  .pagetop.is-stopped {
    position: absolute;
    bottom: 195px;
  }
}