/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding: 0 40px;
    max-width: 960px;
    box-sizing: content-box;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 991px) {
  .tab {
    display: block;
  }
}
.main {
  overflow: hidden;
}

.section-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
.section-title .en {
  font-size: 16px;
  color: #008743;
  display: block;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 14px;
  }
}
.section-title .jp {
  font-size: 32px;
}
@media (max-width: 767px) {
  .section-title .jp {
    font-size: 24px;
  }
}
.section-title.section-title02 {
  text-align: left;
}
.section-title.section-title02 .en {
  color: #b6b6b6;
}
.section-title.section-title03 {
  color: #fff;
}
.section-title.section-title03 .en {
  color: #fff;
}

a:hover {
  opacity: 0.9;
}

.green-btn {
  background: #008743;
  color: #fff;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 12px;
  max-width: 180px;
  display: block;
}

.green-btn02 {
  background: transparent;
  color: #008743;
  border: 2px solid #008743;
  text-align: center;
  line-height: 1;
  padding: 40px 20px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.green-btn02:hover {
  background: #008743;
  color: #fff;
}

.white-btn {
  display: block;
  max-width: 300px;
  border: 2px solid #fff;
  margin: auto;
  padding: 40px 20px;
  transition: 0.3s;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.white-btn:hover {
  background: #fff;
  color: #000;
}

/* header
--------------------------*/
.header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header .header-left {
  margin-right: auto;
}
.header .header-left a {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header .header-left a {
    font-size: 18px;
  }
}
.header .header-right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header .header-right {
    display: none;
  }
}
.header .header-right ul {
  display: flex;
  align-items: center;
}
.header .header-right ul li {
  margin-left: 40px;
}
.header .header-right ul li a {
  color: #000;
  text-align: center;
  line-height: 20px;
  display: block;
}
@media (min-width: 768px) {
  .header .header-right ul li a {
    font-size: 14px;
  }
}
.header .header-right ul li a.header-contact-btn {
  background: #008743;
  color: #fff;
  padding: 10px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .drawer-bars {
    display: none;
    width: 100px;
    cursor: pointer;
    transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 14px;
    position: relative;
    z-index: 700;
    right: 8px;
  }
  .drawer-bars .drawer-bar {
    background-color: #000;
    width: 20px;
    height: 2px;
    position: absolute;
    transition: all 0.5s ease 0s;
  }
  .drawer-bars .drawer-bar:nth-of-type(1) {
    top: 0;
  }
  .drawer-bars .drawer-bar:nth-of-type(2) {
    top: 6px;
  }
  .drawer-bars .drawer-bar:nth-of-type(3) {
    top: 12px;
  }
}
.drawer-bars.is-checked {
  display: block;
}
.drawer-bars.is-checked .drawer-bar {
  background: #fff;
  position: absolute;
}
.drawer-bars.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
}
.drawer-bars.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.drawer-bars.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
}

.drawer-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 600;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 10px;
  background: #008743;
  transition: all 0.5s ease 0s;
  display: none;
}
.drawer-nav.is-checked {
  display: block;
}
.drawer-nav ul li a {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  color: #fff;
  line-height: 2;
  margin-top: 5px;
}

/* util
---------------------------*/
a {
  color: #000;
}

/* main-visual
-------------------------*/
.main-visual {
  position: relative;
  margin-bottom: 120px;
}
.main-visual .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
.main-visual .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background: gray;
  margin: 0 5px;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .main-visual .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .main-visual .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
}

/* eyecatch
----------------*/
.eyecatch {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 111px 0;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .eyecatch {
    padding: 15.5% 0;
  }
}
.eyecatch::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.eyecatch .page-title {
  position: relative;
  z-index: 1;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

/* about
---------------------------*/
.about {
  text-align: center;
  margin-bottom: 100px;
}
.about .inner {
  max-width: 675px;
}
.about p {
  line-height: 1.9375;
}
@media (max-width: 767px) {
  .about p {
    line-height: 2.25;
  }
}

/* top-contents
--------------------------*/
.top-contents {
  background: #F3F3F3;
  padding: 100px 0;
}
.top-contents .inner {
  max-width: 1000px;
}
.top-contents .top-contents-list .top-contents-item {
  background: #fff;
  margin-bottom: 40px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .top-contents .top-contents-list .top-contents-item {
    display: flex;
    align-items: center;
  }
}
.top-contents .top-contents-list .top-contents-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .top-contents .top-contents-list .top-contents-item .top-contents-item-img {
    width: 50%;
  }
}
.top-contents .top-contents-list .top-contents-item .top-contents-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
}
@media (max-width: 767px) {
  .top-contents .top-contents-list .top-contents-item .top-contents-item-img img {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .top-contents .top-contents-list .top-contents-item .top-contents-item-inner {
    width: 50%;
    padding: 20px 48px 28px;
  }
}
@media (max-width: 767px) {
  .top-contents .top-contents-list .top-contents-item .top-contents-item-inner {
    padding: 12px 24px 20px;
  }
}
.top-contents .top-contents-list .top-contents-item .top-contents-item-inner p {
  margin-bottom: 30px;
}
.top-contents .top-contents-list .top-contents-item .top-contents-item-inner .section-title {
  margin-bottom: 30px;
}

/* greeting
---------------------------*/
.greeting {
  margin-bottom: 100px;
}
.greeting .inner {
  max-width: 880px;
}
.greeting p {
  line-height: 1.9375;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .greeting p {
    line-height: 2.25;
    font-size: 16px;
  }
}

/* info
---------------------------*/
.info {
  background: #F3F3F3;
  padding: 100px 0;
}
.info .inner {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .info .section-title {
    margin-bottom: 20px;
  }
}
.info .info-table table {
  width: 100%;
  border-collapse: collapse;
}
.info .info-table table th, .info .info-table table td {
  padding: 30px 20px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .info .info-table table th, .info .info-table table td {
    display: block;
    width: 100% !important;
    font-size: 16px;
  }
}
.info .info-table table th {
  width: 20%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .info .info-table table th {
    border-bottom: none;
    padding: 30px 20px 10px;
  }
}
@media (max-width: 767px) {
  .info .info-table table td {
    padding: 4px 20px 30px;
  }
}

/* service
---------------------------*/
.service {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .service {
    padding-top: 0;
  }
}
.service .inner {
  max-width: 1000px;
}
.service .service-list {
  max-width: 800px;
  margin: 0 auto 80px;
}
.service .service-list .service-item {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .service .service-list .service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .service .service-list .service-item .service-item-img {
    width: 40%;
  }
}
.service .service-list .service-item .service-item-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .service .service-list .service-item .service-item-title {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .service .service-list .service-item .service-item-title {
    font-size: 20px;
  }
}
.service .service-list .service-item .service-item-title span {
  font-size: 42px;
  color: #008743;
}
@media (max-width: 767px) {
  .service .service-list .service-item .service-item-title span {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .service .service-img-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .service .service-img-list .service-img-item {
    width: calc(33.3333% - 13.3333333333px);
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .service .service-img-list .service-img-item {
    margin-bottom: 20px;
  }
}
.service .service-img-list .service-img-item:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}

/* recruit
---------------------------*/
.recruit {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .recruit {
    padding-top: 0;
  }
}
.recruit .inner {
  max-width: 1000px;
}
.recruit .recruit-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.5;
  color: #008743;
}
@media (max-width: 767px) {
  .recruit .recruit-title {
    font-size: 24px;
  }
}
.recruit .recruit-list {
  max-width: 880px;
  margin: 0 auto 68px;
}
.recruit .recruit-list .recruit-item {
  margin-bottom: 40px;
}
.recruit .recruit-list .recruit-item .recruit-item-title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .recruit .recruit-list .recruit-item .recruit-item-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .recruit .recruit-list .recruit-item .recruit-item-title {
    font-size: 24px;
  }
}
.recruit .recruit-list .recruit-item .recruit-item-title span {
  font-size: 48px;
  color: #008743;
}
@media (max-width: 767px) {
  .recruit .recruit-list .recruit-item .recruit-item-title span {
    font-size: 34px;
  }
}
.recruit .recruit-list .recruit-item p {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 16px;
}
.recruit .recruit-table {
  border-top: 1px solid #000;
  margin-bottom: 68px;
}
.recruit .recruit-table table {
  width: 100%;
  border-collapse: collapse;
}
.recruit .recruit-table table tr th, .recruit .recruit-table table tr td {
  border-bottom: 1px solid #000;
  padding: 30px 20px;
  vertical-align: middle;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 767px) {
  .recruit .recruit-table table tr th, .recruit .recruit-table table tr td {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.recruit .recruit-table table tr th {
  font-weight: bold;
}
@media (min-width: 768px) {
  .recruit .recruit-table table tr th {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .recruit .recruit-table table tr th {
    border-bottom: none;
    padding: 28px 30px 20px;
  }
}
@media (max-width: 767px) {
  .recruit .recruit-table table tr td {
    padding: 4px 30px 30px;
  }
}

/* features
---------------------------*/
.features {
  background: #F3F3F3;
  padding: 100px 0;
  margin-bottom: 100px;
}
.features .inner {
  max-width: 1000px;
}
.features .features-subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #008743;
}
.features .features-list {
  margin-bottom: 68px;
}
@media (min-width: 768px) {
  .features .features-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .features .features-list .features-item {
    width: calc(33.3333% - 13.3333333333px);
    margin-right: 2px;
  }
}
@media (max-width: 767px) {
  .features .features-list .features-item {
    margin-bottom: 40px;
  }
}
.features .features-list .features-item:nth-child(3n) {
  margin-right: 0;
}
.features .features-list .features-item .features-item-title {
  font-weight: bold;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .features .features-list .features-item .features-item-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .features .features-list .features-item .features-item-title {
    font-size: 20px;
  }
}
.features .features-list .features-item .features-item-title span {
  font-size: 14px;
  color: #fff;
  background: #008743;
  padding: 8px;
  margin-right: 10px;
  line-height: 1.5;
  display: inline-block;
}
.features .features-list .features-item .feature-item-img {
  width: 85%;
  margin: 0 auto 8px;
}
.features .features-list .features-item p {
  width: 85%;
  margin: 0 auto 8px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .features .features-list .features-item p {
    width: 95%;
  }
}

/* faq
---------------------------*/
.faq {
  margin-bottom: 100px;
}
.faq .inner {
  max-width: 1000px;
}
.faq .faq-list .faq-item {
  margin-bottom: 28px;
}
.faq .faq-list .faq-item:last-child {
  margin-bottom: 0;
}
.faq .faq-list .faq-item .faq-item-title {
  background: #008743;
  color: #fff;
  padding: 16px 20px 16px 55px;
  position: relative;
}
@media (min-width: 768px) {
  .faq .faq-list .faq-item .faq-item-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq .faq-list .faq-item .faq-item-title {
    font-size: 18px;
  }
}
.faq .faq-list .faq-item .faq-item-title::before {
  position: absolute;
  content: "Q.";
  font-size: 24px;
  left: 20px;
  top: 8px;
  font-weight: bold;
}
.faq .faq-list .faq-item .faq-item-txt {
  border: 2px solid #008743;
  padding: 20px 20px 16px 55px;
  position: relative;
}
@media (min-width: 768px) {
  .faq .faq-list .faq-item .faq-item-txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq .faq-list .faq-item .faq-item-txt {
    font-size: 16px;
  }
}
.faq .faq-list .faq-item .faq-item-txt::before {
  position: absolute;
  content: "A.";
  font-size: 24px;
  left: 20px;
  top: 12px;
  font-weight: bold;
  color: #008743;
}

/* contact
-------------------*/
.contact {
  margin-bottom: 100px;
}

.contact .formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.contact .formTable tr {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .contact .formTable tr {
    margin-bottom: 3rem;
  }
}
.contact .formTable th, .contact .formTable td {
  vertical-align: middle;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .contact .formTable th, .contact .formTable td {
    display: block;
    width: 100%;
  }
}
.contact .formTable th {
  text-align: left;
  padding-right: 1rem;
  padding-bottom: 2rem;
  width: 30%;
  font-size: 16px;
}

@media (max-width: 767px) {
  .contact .formTable th {
    width: 100%;
    padding-bottom: 0;
  }
}
.contact .formTable td .caution {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact .formTable .form-text,
.contact .formTable textarea {
  border: solid 1px #b6b6b6;
  font-size: 16px;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
}

.contact .formTable textarea {
  height: 15rem;
}

.contact .formTable input::-moz-placeholder, .contact .formTable textarea::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 700;
  color: #CCCCCC;
}

.contact .formTable input::placeholder,
.contact .formTable textarea::placeholder {
  font-size: 1.8rem;
  font-weight: 700;
  color: #CCCCCC;
}

.contact .formTable .form-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .contact .formTable .form-checkbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.contact .checkbox {
  width: 30px;
  height: 30px;
}

.contact .check-name {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  margin-left: 2rem;
  margin-right: 6rem;
  vertical-align: super;
}

@media (max-width: 767px) {
  .contact .check-name {
    margin-right: 0;
    font-size: 1.8rem;
  }
}
.contact .required {
  font-size: 14px;
  color: red;
  margin-left: 20px;
}

.contact select {
  border: 1px solid #b6b6b6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 10px;
  border-radius: 0;
  background: #fff;
  color: #000;
}

.contact .privacypolicy {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5714285714;
}

.contact .checkbox-wrapper {
  text-align: center;
  margin-top: 2.2rem;
}

.contact .checkbox-wrapper .check-name {
  margin-right: 0;
  vertical-align: super;
}

.contact .attention {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .contact .attention {
    text-align: left;
    margin-top: 0;
    margin-bottom: 2.8rem;
  }
}
.contact .form-button-area {
  text-align: center;
}

.form-button-wrapper {
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .form-button-wrapper {
    width: 80vw;
  }
}
.form-button-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-tri-right.svg);
  background-size: contain;
  right: 2rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
}

.form-button {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 20rem;
  width: 20rem;
  height: 5rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  margin: 0 auto;
  border: none;
}

@media (max-width: 767px) {
  .form-button {
    width: 80vw;
  }
}
.thanks-page {
  padding: 10rem 1.5rem;
}

.thanks-page h4 {
  margin-bottom: 4rem;
}

/* footer-contact
--------------------------*/
.footer-contact {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/img_contact_top.jpg) no-repeat center center/cover;
  padding: 100px 0;
}
.footer-contact .inner {
  max-width: 1000px;
}

/* footer
----------------------------*/
footer {
  background: #d5d5d5;
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}

/* to top
----------------------------*/
.page-top {
  padding: 0;
  margin: 0;
  display: none;
  position: fixed;
  z-index: 500;
}

.page-top p {
  position: fixed;
  text-align: center;
}
@media (min-width: 768px) {
  .page-top p {
    right: 50px;
    bottom: 35px;
  }
}
@media (max-width: 767px) {
  .page-top p {
    right: 15px;
    bottom: 15px;
  }
}

.move-page-top {
  display: block;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #008743;
}
@media (max-width: 767px) {
  .move-page-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.move-page-top i {
  color: #fff;
  font-size: 20px;
}ound: #008743;
}

@media (max-width: 767px) {
  .move-page-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.move-page-top i {
  color: #fff;
  font-size: 20px;
}
