@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  background-color: #DFF3CD;
  overflow-x: hidden !important;
  color: #333333;
}

p {
  font-size: 18px;
  font-weight: 550;
  color: #333;
}

.l-keyvisual {
  position: relative;
  overflow: hidden;
}
.l-keyvisual__video video {
  width: 101%;
  overflow: hidden !important;
  background-position: center;
  margin-left: -1px;
  line-height: 100%;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (max-width:1300px) {
  .l-keyvisual__video video {
    width: 100%;
  }
}
@media screen and (max-width:850px) {
  .l-keyvisual__pc {
    display: none;
  }
}
.l-keyvisual__sp {
  display: none;
}
.l-keyvisual__sp img {
  width: 100%;
}
@media screen and (max-width:850px) {
  .l-keyvisual__sp {
    display: inline;
  }
}
.l-keyvisual__cover {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background: #DFF3CD;
  margin-top: -10px;
}
@media screen and (max-width:850px) {
  .l-keyvisual__cover {
    display: none;
  }
}

.l-nav {
  width: 100%;
  padding: 5px 0 13px;
  background-color: #ffffff;
}
.l-nav__wrap {
  padding: 0 80px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:950px) {
  .l-nav__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width:640px) {
  .l-nav__wrap {
    padding: 0 0px;
    height: 50px;
  }
}
.l-nav__wrap picture img {
  width: 600px;
  margin: 20px 20px 0 16px;
}
@media screen and (max-width:950px) {
  .l-nav__wrap picture img {
    width: 250px;
    margin: 20px 0px 0 16px;
  }
}
@media screen and (max-width:640px) {
  .l-nav__wrap picture img {
    width: 200px;
    margin: 20px 0px 0 16px;
  }
}
@media screen and (max-width:1300px) {
  .l-nav__pc {
    display: none;
  }
}
.l-nav__sp {
  display: none;
}
@media screen and (max-width:1300px) {
  .l-nav__sp {
    display: inline-block;
  }
}
.l-nav__list {
  display: flex;
  gap: 0 15px;
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.l-nav__list li {
  display: flex;
  align-items: center;
}
.l-nav__list li:not(:last-child)::after {
  display: inline-block;
  margin-left: 15px;
  color: #333333;
  content: "/";
}
.l-nav__list a {
  color: #333333;
  text-decoration: none;
}

.l-breadcrumb {
  display: flex;
  gap: 0 22px;
  list-style: none;
  padding: 30px 0;
  font-size: 0.9em;
  font-weight: bold;
  width: 1200px;
  margin: auto;
}
@media screen and (max-width:1300px) {
  .l-breadcrumb {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .l-breadcrumb {
    width: 90%;
    padding: 20px 0;
  }
}
@media screen and (max-width:640px) {
  .l-breadcrumb {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 20px 0;
  }
}
.l-breadcrumb li {
  display: flex;
  align-items: center;
  color: #50A135;
}
.l-breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  margin-left: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
}
.l-breadcrumb a {
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}
.l-breadcrumb a:hover {
  text-decoration: underline;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-color: #50A135;
  border: solid 2px #ffffff;
  border-radius: 50px;
}
@media screen and (max-width:640px) {
  .hamburger {
    top: 10px;
    right: 20px;
  }
}

.hamburger__line {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.4s;
}

.hamburger__line:nth-of-type(1) {
  top: 12px;
}

.hamburger__line:nth-of-type(2) {
  top: 21px;
}

.hamburger__line:nth-of-type(3) {
  top: 30px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  color: #50A135;
}
.nav__link:hover {
  opacity: 0.7;
}

.p-news {
  text-align: center;
  background-color: #ffffff;
  width: 1200px;
  margin: 0px auto 30px;
  border-radius: 32px;
}
@media screen and (max-width:1300px) {
  .p-news {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-news {
    width: 100%;
    margin: 0px auto 0px;
    border-radius: 20px;
  }
}

.news-wrapper {
  padding: 10px 30px 30px;
}
@media screen and (max-width:640px) {
  .news-wrapper {
    padding: 15px 15px 30px;
  }
}

.news-container {
  margin-top: 20px;
}

.news-link {
  align-items: center;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #343434;
}
@media screen and (max-width:640px) {
  .news-link {
    display: block;
  }
}
.news-link:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.news-info {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width:640px) {
  .news-info {
    align-items: left;
  }
}

.news-date {
  color: #333;
  font-size: 14px;
  margin-left: 30px;
}
@media screen and (max-width:640px) {
  .news-date {
    margin-left: 0px;
  }
}

.news-tag {
  width: 80px;
  color: #fff;
  font-size: 16px;
  margin: 0 30px;
  padding: 5px 10px;
  border-radius: 50px;
  transition: opacity 0.5s;
}
@media screen and (max-width:640px) {
  .news-tag {
    font-size: 14px;
    padding: 0px 2px;
  }
}
.news-tag-red {
  background-color: #D93612;
}
.news-tag-blue {
  background-color: #007BC7;
}
.news-tag-green {
  background-color: #B9BF03;
}
.news-tag-yellow {
  background-color: #FCCB00;
}

.news-title {
  margin-left: 10px;
  transition: opacity 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:640px) {
  .news-title {
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
  }
}
.news-title a {
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:640px) {
  .news-title a {
    font-size: 16px;
  }
}
.news-title:hover {
  opacity: 0.5;
}

.news-category:hover {
  opacity: 0.5;
}

.inner {
  margin-inline: auto;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

a {
  text-decoration: none;
}

.news {
  margin-bottom: 20px;
  margin-top: 20px;
}

.p-about {
  padding: 100px 0;
}
@media screen and (max-width:850px) {
  .p-about {
    padding: 80px 10px;
  }
}
.p-about__wrap {
  text-align: center;
  width: 1200px;
  margin: auto;
  font-weight: bold;
}
@media screen and (max-width:1300px) {
  .p-about__wrap {
    width: 768px;
    margin: auto;
  }
}
@media screen and (max-width:850px) {
  .p-about__wrap {
    width: 90%;
  }
}
@media screen and (max-width:640px) {
  .p-about__wrap {
    width: 95%;
  }
}
.p-about__wrap h2 {
  color: #50A135;
  margin-bottom: 50px;
  font-size: 40px;
}
@media screen and (max-width:850px) {
  .p-about__wrap h2 {
    font-size: 25px;
  }
}
.p-about__wrap p {
  line-height: 3rem;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:850px) {
  .p-about__wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width:640px) {
  .p-about__wrap p {
    line-height: 2rem;
  }
}

.p-strength {
  padding: 30px 0 50px;
  margin-top: 30px;
  background-color: #50A135;
}
.p-strength__wrap {
  width: 1200px;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width:1300px) {
  .p-strength__wrap {
    width: 90%;
  }
}
@media screen and (max-width:850px) {
  .p-strength__wrap {
    width: 100%;
    margin: 50px auto 80px;
  }
}
.p-strength__box {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width:850px) {
  .p-strength__box {
    margin-top: 100px;
  }
}
.p-strength__box h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: normal;
}
@media screen and (max-width:500px) {
  .p-strength__box h2 {
    font-size: 25px;
  }
}
.p-strength__box h2 span {
  display: inline-block;
  line-height: normal;
}
.p-strength__box h3 {
  font-size: 23px;
  color: #50A135;
  margin: 20px 0;
}
.p-strength__box h3 span {
  display: inline-block;
}
@media screen and (max-width:850px) {
  .p-strength__box h3 {
    text-align: center;
  }
}
.p-strength__br {
  display: inline-block;
}
.p-strength__textbox {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 50px);
  height: auto;
  background-color: #ffffff;
  padding: 25px;
  text-align: center;
  margin: auto 5px;
  border-radius: 20px;
}
@media screen and (max-width:500px) {
  .p-strength__textbox {
    padding: 15px 25px 50px;
  }
}
.p-strength__textbox p {
  text-align: justify;
  margin-top: 10px;
  line-height: normal;
  font-size: 16px;
  border-top: dotted 2px #f0f0f0;
  padding: 20px 0;
}
.p-strength__textbox img {
  width: 100%;
  border-radius: 32px;
  margin: 20px auto 10px;
}
@media screen and (max-width:850px) {
  .p-strength__textbox img {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width:640px) {
  .p-strength__textbox img {
    width: 100%;
    height: auto;
  }
}

.slick-track {
  display: flex !important;
}

@media screen and (max-width:500px) {
  .slick-slide {
    height: 480px !important;
  }
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #ffffff;
}

.slick-dots {
  height: 14px !important;
}

.p-message {
  width: 100%;
  height: auto;
  background-color: #DFF3CD;
  overflow: hidden;
}
@media screen and (max-width:640px) {
  .p-message {
    padding: 60px 0 80px;
    overflow-x: hidden !important;
  }
}
.p-message__wrap {
  width: 1200px;
  background-image: url(../img/tanaka_car_top_top2.png);
  background-position: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  margin: auto;
  text-align: center;
  padding: 100px 0;
  color: #50A135;
  position: relative;
}
@media screen and (max-width:1300px) {
  .p-message__wrap {
    width: 768px;
    background-size: 90% auto;
  }
}
@media screen and (max-width:640px) {
  .p-message__wrap {
    width: 95%;
    background-image: url(../img/tanaka_car_top_S_top2_sp.png);
  }
}
.p-message__wrap h2 {
  font-size: 30px;
}
@media screen and (max-width:1300px) {
  .p-message__wrap h2 span {
    display: block;
  }
}
@media screen and (max-width:640px) {
  .p-message__wrap h2 {
    margin-top: 5%;
    font-size: 25px;
    line-height: 2.5rem;
  }
}
.p-message__wrap p {
  margin: 40px 0;
  line-height: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width:640px) {
  .p-message__wrap p {
    font-size: 16px;
  }
}
.p-message__woman {
  position: absolute;
  width: 350px;
  left: 0;
  top: -5%;
}
@media screen and (max-width:1300px) {
  .p-message__woman {
    width: 300px;
    left: -5%;
  }
}
@media screen and (max-width:850px) {
  .p-message__woman {
    width: 250px;
    left: 5%;
  }
}
@media screen and (max-width:640px) {
  .p-message__woman {
    width: 230px;
    left: -15%;
    top: -10%;
  }
}
.p-message__man {
  position: absolute;
  width: 350px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:1300px) {
  .p-message__man {
    width: 300px;
    right: -5%;
  }
}
@media screen and (max-width:850px) {
  .p-message__man {
    width: 250px;
    right: 3%;
    bottom: -10%;
  }
}
@media screen and (max-width:640px) {
  .p-message__man {
    width: 230px;
    right: -15%;
    bottom: -10%;
  }
}

.p-job {
  text-align: center;
  background-color: #50A135;
  margin-top: -70px;
  padding-bottom: 50px;
}
.p-job__wrap {
  width: 1200px;
  margin: 50px auto;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width:1300px) {
  .p-job__wrap {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-job__wrap {
    width: 90%;
  }
}
.p-job__text {
  font-size: 18px;
  line-height: 2rem;
  margin-top: -20px;
}
@media screen and (max-width:850px) {
  .p-job__text {
    font-size: 16px;
  }
}
.p-job__content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 100px 0;
  list-style: none;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width:500px) {
  .p-job__content {
    margin: 40px 0px;
  }
}
.p-job__type {
  width: 230px;
  margin: 30px 0;
  padding: 50px 10px;
  text-align: center;
  border-radius: 32px;
  background-color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width:1300px) {
  .p-job__type {
    margin: 20px;
  }
}
@media screen and (max-width:500px) {
  .p-job__type {
    width: 45%;
    margin: 30px 0px;
    padding: 30px 0;
  }
}
.p-job__type img {
  width: 200px;
  margin-top: -80px;
  transition: transform 0.5s ease;
}
@media screen and (max-width:500px) {
  .p-job__type img {
    width: 140px;
    margin-top: -60px;
  }
}
.p-job__type h3 {
  color: #50A135;
  line-height: 1.3em;
  font-size: 23px;
  margin-top: 10px;
}
.p-job__type h3 span {
  font-size: 15px;
}
@media screen and (max-width:500px) {
  .p-job__type h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}
.p-job__type:hover img {
  transform: scale(1.2);
}
.p-job__type:hover h3 {
  opacity: 0.7;
}
.p-job__text {
  color: #ffffff;
}

.p-service {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 10px 0;
  background-color: #ffffff;
}
.p-service__wrap {
  width: 1200px;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width:1300px) {
  .p-service__wrap {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-service__wrap {
    width: 90%;
  }
}
.p-service__text {
  font-size: 18px;
  line-height: 2rem;
  margin-top: -20px;
}
@media screen and (max-width:850px) {
  .p-service__text {
    font-size: 16px;
  }
}
.p-service__content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 100px 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width:500px) {
  .p-service__content {
    margin: 40px 0px;
  }
}
.p-service__type {
  width: 230px;
  margin: 30px 0;
  padding: 50px 10px;
  text-align: center;
  border-radius: 32px;
  background-color: #f6ffee;
  border: solid 3px #DFF3CD;
  text-decoration: none;
}
@media screen and (max-width:1300px) {
  .p-service__type {
    margin: 20px;
  }
}
@media screen and (max-width:500px) {
  .p-service__type {
    width: 43%;
    margin: 30px 0px;
    padding: 30px 0;
  }
}
.p-service__type img {
  width: 200px;
  margin-top: -80px;
  transition: transform 0.5s ease;
}
@media screen and (max-width:500px) {
  .p-service__type img {
    width: 140px;
    margin-top: -60px;
  }
}
.p-service__type h3 {
  color: #50A135;
  line-height: 1.3em;
  font-size: 23px;
  margin-top: 10px;
}
.p-service__type h3 span {
  font-size: 15px;
}
@media screen and (max-width:500px) {
  .p-service__type h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}
.p-service__type:hover img {
  transform: scale(1.2);
}
.p-service__type:hover h3 {
  opacity: 0.7;
}

.p-info {
  margin-top: -20px;
  background-color: #DFF3CD;
  padding: 20px 0 0;
}
@media screen and (max-width:850px) {
  .p-info {
    padding: 20px 0 10px;
  }
}
.p-info__wrap {
  width: 1200px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width:1300px) {
  .p-info__wrap {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-info__wrap {
    width: 90%;
    padding: 20px 0;
  }
}
.p-info__content {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 30px;
}
@media screen and (max-width:640px) {
  .p-info__content {
    flex-wrap: wrap;
    margin: 0;
  }
}
.p-info__type {
  width: 325px;
  padding: 30px 20px;
  text-align: center;
  border-radius: 35px;
  background-color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width:1300px) {
  .p-info__type {
    width: 200px;
  }
}
@media screen and (max-width:850px) {
  .p-info__type {
    width: 150px;
  }
}
@media screen and (max-width:640px) {
  .p-info__type {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px 0;
    padding: 5px 0px;
    border-radius: 20px;
  }
}
.p-info__type img {
  width: 150px;
  transition: transform 0.5s ease;
}
@media screen and (max-width:850px) {
  .p-info__type img {
    width: 100px;
  }
}
.p-info__type h3 {
  color: #50A135;
  line-height: 1.3em;
  font-size: 23px;
}
.p-info__type h3 span {
  font-size: 15px;
}
.p-info__type:hover img {
  transform: scale(1.2);
}
.p-info__type:hover h3 {
  opacity: 0.7;
}

.p-information {
  text-align: center;
  background-color: #50A135;
  margin-top: -50px;
}
.p-information__wrap {
  width: 1200px;
  margin: auto;
  padding: 40px 0 100px;
}
.p-information__wrap h2 {
  color: #ffffff;
}
.p-information__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #50A135;
  margin-bottom: 80px;
}
.p-information__grid--1 {
  grid-area: 1/1/2/3;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
}
.p-information__grid--2 {
  grid-area: 1/3/2/4;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
}
.p-information__grid--3 {
  grid-area: 1/4/2/5;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
}
.p-information__grid--4 {
  grid-area: 2/1/3/2;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
}
.p-information__grid--5 {
  grid-area: 2/2/3/3;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
}
.p-information__grid--6 {
  grid-area: 2/3/3/5;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 20px;
  font-size: 25px;
  font-weight: bold;
}
.p-information__items {
  margin: auto;
  text-align: center;
}
.p-information__item {
  display: flex;
  width: 90%;
  align-items: center;
  margin: auto;
  justify-content: space-around;
}
.p-information__item img {
  width: 150px;
  margin-right: 20px;
}
.p-information__item p {
  font-size: 80px;
  font-weight: bold;
}
.p-information__item span {
  font-size: 30px;
  margin-left: 10px;
  color: #3d3d3d;
}

.p-company {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width:1300px) {
  .p-company {
    width: 768px;
    margin: auto;
  }
}
@media screen and (max-width:850px) {
  .p-company {
    width: 90%;
    padding: 20px 0;
  }
}
@media screen and (max-width:640px) {
  .p-company {
    width: 95%;
  }
}
.p-company__wrap {
  background-color: #ffffff;
  border-radius: 32px;
  margin: 50px 0 100px;
  padding: 50px;
}
@media screen and (max-width:640px) {
  .p-company__wrap {
    margin: 20px 0;
    padding: 10px;
  }
}
.p-company__map {
  margin: 200px auto 100px;
  text-align: center;
  color: #333;
  width: 1200px;
}
@media screen and (max-width:1300px) {
  .p-company__map {
    width: 768px;
    margin: auto;
  }
}
@media screen and (max-width:850px) {
  .p-company__map {
    width: 90%;
    padding: 20px 0;
  }
}
@media screen and (max-width:640px) {
  .p-company__map {
    width: 95%;
  }
}
.p-company__map h3 {
  font-size: 25px;
}
.p-company__box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #ffffff;
  border-radius: 32px;
  padding-top: 15px;
  margin: 30px auto;
}
@media screen and (max-width:1300px) {
  .p-company__box {
    padding: 30px;
  }
}
@media screen and (max-width:640px) {
  .p-company__box {
    flex-wrap: wrap;
  }
}
.p-company__box iframe {
  width: 600px;
  height: 300px;
  border-radius: 32px;
  margin: 50px 30px 50px 0;
}
@media screen and (max-width:1300px) {
  .p-company__box iframe {
    width: 300px;
    margin: 0px;
  }
}
@media screen and (max-width:850px) {
  .p-company__box iframe {
    width: 100%;
    margin-top: 30px;
  }
}
.p-company__content {
  width: 300px;
  text-align: left;
}
@media screen and (max-width:1300px) {
  .p-company__content {
    margin-top: 5px;
  }
}
@media screen and (max-width:850px) {
  .p-company__content {
    width: 90%;
  }
}
.p-company__content h3 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #50A135;
}
@media screen and (max-width:850px) {
  .p-company__content h3 {
    font-size: 25px;
  }
}
.p-company__content h4 {
  font-size: 20px;
  margin: 30px 0 10px;
}
@media screen and (max-width:850px) {
  .p-company__content h4 {
    font-size: 1em;
  }
}
.p-company__content p {
  font-size: 16px;
}

.p-newsCards {
  margin-top: 30px;
}
.p-newsCards__wrap {
  width: 1200px;
  margin: 20px auto;
  text-align: center;
  background: #ffffff;
  border-radius: 32px;
  padding: 30px 0 80px;
}
@media screen and (max-width:1300px) {
  .p-newsCards__wrap {
    width: 768px;
    padding: 10px 10px 40px;
  }
}
@media screen and (max-width:850px) {
  .p-newsCards__wrap {
    width: 90%;
    padding: 20px 0;
  }
}
.p-newsCards__contents {
  width: 80%;
  margin: 50px auto;
  line-height: 3rem;
}
@media screen and (max-width:640px) {
  .p-newsCards__contents {
    width: 90%;
    margin: 20px auto;
    line-height: 1.5rem;
  }
}
.p-newsCards__contents h2 {
  margin: 30px 0;
  color: #50A135;
  border-bottom: solid 2px #50A135;
  padding: 1em 0.5em;
  text-align: left;
}
@media screen and (max-width:640px) {
  .p-newsCards__contents h2 {
    font-size: 18px;
  }
}
.p-newsCards__contents p {
  width: 95%;
  margin: auto;
  text-align: left;
}
@media screen and (max-width:640px) {
  .p-newsCards__contents p {
    font-size: 15px;
  }
}
.p-newsCards__contents p a {
  color: #007BC7;
  border-bottom: solid 1px #fff;
}
.p-newsCards__contents p a:hover {
  border-bottom: solid 1px #007BC7;
}
.p-newsCards__contents img {
  width: 500px;
  margin: 10px auto 20px;
  text-align: center;
}
@media screen and (max-width:850px) {
  .p-newsCards__contents img {
    width: 300px;
  }
}
@media screen and (max-width:640px) {
  .p-newsCards__contents img {
    width: 90%;
  }
}
.p-newsCards__right {
  float: right;
}

.p-jobdescription {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width:1300px) {
  .p-jobdescription {
    width: 768px;
    margin: auto;
  }
}
@media screen and (max-width:850px) {
  .p-jobdescription {
    width: 90%;
    padding: 20px 0;
  }
}
@media screen and (max-width:640px) {
  .p-jobdescription {
    width: 95%;
  }
}
.p-jobdescription__wrap {
  background-color: #50A135;
  padding: 40px 0;
  margin-top: -20px;
}
.p-jobdescription__service {
  width: 1200px;
  margin: 30px auto 100px;
  padding: 30px 0 80px;
  background-color: #ffffff;
  border-radius: 32px;
}
@media screen and (max-width:1300px) {
  .p-jobdescription__service {
    width: 700px;
    padding: 50px;
  }
}
@media screen and (max-width:850px) {
  .p-jobdescription__service {
    width: 80%;
    padding: 20px 20px 60px;
    margin: 30px auto;
  }
}
.p-jobdescription__servicebox {
  width: 85%;
  margin: auto;
}
.p-jobdescription__servicebox h4 {
  color: #50A135;
  font-size: 25px;
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width:640px) {
  .p-jobdescription__servicebox h4 {
    margin: 20px 0;
  }
}
.p-jobdescription__servicebox h4 span {
  display: block;
  font-size: 20px;
}
.p-jobdescription__servicebox p {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width:640px) {
  .p-jobdescription__servicebox {
    width: 90%;
    margin: auto;
    order: 2;
  }
}
.p-jobdescription__servicebox table td {
  text-align: left;
  padding: 10px 50px;
}
@media screen and (max-width:1300px) {
  .p-jobdescription__servicebox table td {
    padding: 10px 40px;
  }
}
@media screen and (max-width:640px) {
  .p-jobdescription__servicebox table td {
    padding: 20px 0;
  }
}
.p-jobdescription__servicebox table td a {
  color: #007BC7;
  border-bottom: solid 1px #007BC7;
}
.p-jobdescription__servicebox table td a:hover {
  opacity: 0.7;
}

.p-entry {
  background-color: #DFF3CD;
  padding: 100px 0;
  margin-top: -30px;
}
@media screen and (max-width:1300px) {
  .p-entry {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width:850px) {
  .p-entry {
    padding: 0px;
    padding-bottom: 20px;
    margin-top: -10px;
  }
}
@media screen and (max-width:640px) {
  .p-entry {
    padding: 30px 0;
  }
}
.p-entry__wrap {
  width: 1200px;
  margin: auto;
  text-align: center;
  background-color: #50A135;
  border-radius: 32px;
  padding-top: 20px;
}
@media screen and (max-width:1300px) {
  .p-entry__wrap {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-entry__wrap {
    width: 90%;
    padding: 20px 10px 10px;
  }
}
@media screen and (max-width:640px) {
  .p-entry__wrap {
    width: 90%;
    border-radius: 12px;
  }
}
.p-entry__wrap h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (max-width:640px) {
  .p-entry__wrap h2 {
    font-size: 23px;
  }
}
.p-entry__wrap h3 {
  color: #50A135;
}
.p-entry__wrap p {
  margin: 20px 0;
  color: #50A135;
}
.p-entry__content {
  display: flex;
  justify-content: space-around;
  background: #ffffff;
  padding: 20px;
  border-radius: 0 0 32px 32px;
  border: solid 2px #50A135;
}
@media screen and (max-width:850px) {
  .p-entry__content {
    flex-direction: column;
  }
}
@media screen and (max-width:640px) {
  .p-entry__content {
    border-radius: 0 0 12px 12px;
  }
}
.p-entry__address {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width:1300px) {
  .p-entry__address {
    font-size: 20px;
  }
}
@media screen and (max-width:640px) {
  .p-entry__address {
    font-size: 18px;
  }
}
.p-entry__address h3 {
  margin-bottom: 10px;
}
.p-entry__address a {
  text-decoration: none;
  color: #50A135;
}
.p-entry__button a {
  color: #ffffff;
}
@media screen and (max-width:1300px) {
  .p-entry p {
    font-size: 16px;
  }
}
.p-entry__box {
  border-right: solid 1px #DFF3CD;
  list-style: none;
  width: 33.3333333333%;
  margin: 20px 0 0;
}
@media screen and (max-width:850px) {
  .p-entry__box {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #DFF3CD;
    margin: 10px 0 20px;
  }
}
.p-entry__box:last-child {
  border-right: none;
  border-bottom: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.p-work__content {
  text-align: center;
  color: #50A135;
  margin: 30px 0 0;
  flex-direction: column;
}
@media screen and (max-width:1300px) {
  .p-work__content {
    width: 768px;
    margin: auto;
  }
}
@media screen and (max-width:850px) {
  .p-work__content {
    width: 90%;
    padding: 20px 0;
  }
}
@media screen and (max-width:640px) {
  .p-work__content {
    width: 95%;
  }
}
.p-work__content h3 {
  font-size: 30px;
}
@media screen and (max-width:640px) {
  .p-work__content h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-work__content p {
  padding: 40px;
  border-radius: 30px;
  font-size: 18px;
}
@media screen and (max-width:640px) {
  .p-work__content p {
    padding: 10px;
    font-size: 16px;
    text-align: left;
    border-radius: 12px;
  }
}
.p-work__item {
  background-color: #ffffff;
  padding: 30px 30px 40px;
  border-radius: 32px;
  margin: 30px auto 100px;
  width: 1200px;
}
@media screen and (max-width:1300px) {
  .p-work__item {
    width: 700px;
  }
}
@media screen and (max-width:850px) {
  .p-work__item {
    width: 90%;
    padding: 20px 10px;
  }
}
@media screen and (max-width:640px) {
  .p-work__item {
    padding: 10px 0px;
  }
}
.p-work__item h3 {
  margin-bottom: 20px;
  color: #50A135;
  width: 90%;
  border-bottom: solid 1px #50A135;
  padding: 1em 0;
  margin: 0px auto 20px;
}
@media screen and (max-width:850px) {
  .p-work__item h3 {
    width: 85%;
    margin: 10px auto;
  }
}
.p-work__introduce {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 30px 0;
  background-color: #ffffff;
}
.p-work__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  width: 1200px;
  margin: auto;
}
@media screen and (max-width:1300px) {
  .p-work__items {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-work__items {
    width: 90%;
  }
}
.p-work__type {
  width: 520px;
  text-align: center;
  border-radius: 32px;
  background-color: #f6ffee;
  border: solid 3px #DFF3CD;
  text-decoration: none;
  padding: 30px 0px 50px;
  margin-bottom: 20px;
}
.p-work__type h3 {
  color: #50A135;
}
.p-work__box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width:640px) {
  .p-work__box {
    flex-wrap: wrap;
  }
}
.p-work__box img {
  width: 200px;
}
.p-work__textbox {
  padding: 20px 20px 0 10px;
}
.p-work__textbox h3 {
  font-size: 23px;
  text-align: left;
}
@media screen and (max-width:640px) {
  .p-work__textbox h3 {
    text-align: center;
  }
}
.p-work__textbox p {
  text-align: left;
  padding: 10px 10px 10px 0;
  margin-bottom: 20px;
}
.p-work__tagbox {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 1050px;
  margin: auto;
}
@media screen and (max-width:1300px) {
  .p-work__tagbox {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-work__tagbox {
    width: 90%;
  }
}
.p-work__tagbox a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.p-work__tagbox a:hover {
  opacity: 0.7;
}
@media screen and (max-width:850px) {
  .p-work__tagbox a {
    width: 38%;
  }
}
@media screen and (max-width:640px) {
  .p-work__tagbox a {
    width: 90%;
  }
}
.p-work__tag {
  text-align: center;
  background-color: #50A135;
  padding: 10px 20px;
  width: 250px;
  border-radius: 5px;
  margin: 10px 30px;
}
@media screen and (max-width:850px) {
  .p-work__tag {
    margin: 10px;
  }
}
.p-work__tag span {
  display: inline-block;
}
.p-work__wrap {
  background-color: #50A135;
  padding: 40px 0;
  margin-top: -20px;
}
@media screen and (max-width:640px) {
  .p-work__wrap {
    padding: 10px 0;
  }
}
.p-work__service {
  width: 1200px;
  margin: 30px auto 100px;
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width:1300px) {
  .p-work__service {
    width: 700px;
    padding: 50px;
  }
}
@media screen and (max-width:850px) {
  .p-work__service {
    width: 90%;
    padding: 30px 0;
    margin: 30px auto;
    border-radius: 12px;
  }
}
.p-work__serviceitem {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width:640px) {
  .p-work__serviceitem {
    flex-direction: column;
    width: 100%;
  }
}
.p-work__serviceitem img {
  width: 350px;
}
@media screen and (max-width:1300px) {
  .p-work__serviceitem img {
    width: 300px;
  }
}
@media screen and (max-width:640px) {
  .p-work__serviceitem img {
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    order: 1;
    margin-bottom: 20px;
    border-radius: 12px;
  }
}
.p-work__servicebox {
  width: 600px;
}
.p-work__servicebox h4 {
  color: #50A135;
  font-size: 25px;
  width: 100%;
  border-bottom: solid 1px #50A135;
}
@media screen and (max-width:1300px) {
  .p-work__servicebox h4 {
    font-size: 20px;
  }
}
.p-work__servicebox p {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width:1300px) {
  .p-work__servicebox {
    width: 300px;
  }
}
@media screen and (max-width:640px) {
  .p-work__servicebox {
    width: 90%;
    margin: auto;
    order: 2;
  }
}
.p-work__servicebox ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.p-work__servicebox ul > li {
  line-height: 40px;
}
.p-work__servicebox ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.p-work__servicebox ul > li > ul > li {
  margin-right: 10px;
  position: relative;
  padding-right: 15px;
  line-height: normal;
  font-size: 14px;
}
.p-work__servicebox ul > li > ul > li::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-work__servicebox ul > li > ul > li:last-child::after {
  content: "";
}
.p-work__txt {
  text-align: left;
  font-size: 0.85em;
}
.p-work__price {
  text-align: right;
  color: #50A135;
  font-weight: bold;
}
.p-work__non {
  background: #fff;
}

.p-important {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 10px 0 30px;
  background-color: #ffffff;
  overflow-x: hidden;
}
.p-important__wrap {
  width: 768px;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width:850px) {
  .p-important__wrap {
    width: 90%;
  }
}
.p-important__list {
  list-style-type: none;
  padding: 1em 30px;
  border: 2px solid #50A135;
  background-color: #ffffff;
  border-radius: 20px;
}
.p-important__list li {
  width: 380px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: 0.3em;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width:850px) {
  .p-important__list li {
    font-size: 18px;
  }
}
.p-important__list li::before {
  display: inline-block;
  width: 15px;
  height: 10px;
  border-bottom: 4px solid #50A135;
  border-left: 4px solid #50A135;
  transform: rotate(-45deg) translateY(-1.5px);
  content: "";
  margin-right: 20px;
}

.p-welfare {
  width: 1200px;
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width:1300px) {
  .p-welfare {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-welfare {
    width: 95%;
  }
}
@media screen and (max-width:640px) {
  .p-welfare {
    margin: 20px auto 50px;
  }
}
.p-welfare__contents {
  display: flex;
  flex-wrap: wrap;
}
.p-welfare__item {
  width: 16.6666666667%;
  background: #ffffff;
  border-radius: 32px;
  margin: 20px 50px;
  padding: 30px 0 40px;
  font-size: 20px;
}
@media screen and (max-width:1300px) {
  .p-welfare__item {
    width: 200px;
    margin: 20px;
  }
}
@media screen and (max-width:850px) {
  .p-welfare__item {
    width: 25%;
    margin: 10px;
    padding: 20px 0;
    border-radius: 12px;
  }
}
@media screen and (max-width:640px) {
  .p-welfare__item {
    width: 44%;
    padding: 20px 0 10px;
  }
}
.p-welfare__item img {
  width: 60px;
  margin-bottom: 10px;
}
.p-welfare__item h3 {
  color: #50A135;
  font-size: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width:850px) {
  .p-welfare__item h3 {
    font-size: 20px;
  }
}
.p-welfare__item span {
  font-size: 0.7em;
  font-weight: normal;
  line-height: 0.8em;
}
.p-welfare__box {
  width: 200px;
  height: 150px;
  margin: auto;
}
.p-welfare__box p {
  font-size: 16px;
}
@media screen and (max-width:850px) {
  .p-welfare__box {
    width: 80%;
  }
}
.p-welfare__training {
  width: 85%;
  margin: 30px auto;
  padding: 30px;
  display: flex;
  align-items: center;
  border-radius: 32px;
  background-color: #ffffff;
}
@media screen and (max-width:1300px) {
  .p-welfare__training {
    padding: 30px;
  }
}
@media screen and (max-width:640px) {
  .p-welfare__training {
    flex-direction: column;
    border-radius: 12px;
    margin: 10px auto;
    padding: 20px;
  }
}
.p-welfare__training p {
  text-align: left;
  margin: 20px 40px;
}
@media screen and (max-width:1300px) {
  .p-welfare__training p {
    width: 500px;
    margin: 20px;
  }
}
@media screen and (max-width:640px) {
  .p-welfare__training p {
    width: 100%;
    margin: 20px auto;
    font-size: 15px;
  }
}
.p-welfare__boxs {
  width: 300px;
  padding: 30px;
}
@media screen and (max-width:1300px) {
  .p-welfare__boxs {
    padding: 0px;
  }
}
.p-welfare__boxs h3 {
  color: #50A135;
  font-size: 25px;
  margin-bottom: 10px;
}
.p-welfare__boxs img {
  width: 60px;
  margin-bottom: 10px;
}

.p-banner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (max-width:1300px) {
  .p-banner {
    width: 768px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:850px) {
  .p-banner {
    width: 100%;
  }
}
.p-banner img {
  width: 350px;
  margin-bottom: 10px;
}
@media screen and (max-width:1300px) {
  .p-banner img {
    width: 230px;
  }
}
@media screen and (max-width:850px) {
  .p-banner img {
    width: 100%;
  }
}
.p-banner a:hover {
  opacity: 0.7;
}

.p-qa {
  background-color: #DFF3CD;
  padding: 10px 0;
  color: #333;
  margin-top: -30px;
}
@media screen and (max-width:640px) {
  .p-qa {
    margin: -10px auto 50px;
  }
}
.p-qa__wrap {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
  background: #ffffff;
  padding: 0 0 20px;
}
.p-qa a {
  color: #007BC7;
  border-bottom: solid 1px #fff;
}
.p-qa a:hover {
  border-bottom: solid 1px #007BC7;
}
@media screen and (max-width:850px) {
  .p-qa p {
    font-size: 15px;
    margin: 10px 30px;
  }
}

.cp_qa03 .cp_actab {
  position: relative;
  width: 1200px;
  margin: 20px auto;
}
@media screen and (max-width:1300px) {
  .cp_qa03 .cp_actab {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .cp_qa03 .cp_actab {
    width: 95%;
  }
}

.cp_qa03 .cp_actab input {
  display: none;
}

/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #ffffff;
}
@media screen and (max-width:850px) {
  .cp_qa03 .cp_actab label {
    padding: 1em 2em 1em 3em;
  }
}
@media screen and (max-width:640px) {
  .cp_qa03 .cp_actab label {
    padding: 1em 3em;
  }
}

.cp_qa03 .cp_actab label::before {
  content: "Q";
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  color: #007BC7;
  font-weight: bold;
}

.cp_qa03 .cp_actab label:hover {
  color: #333;
  transition: all 0.3s;
}

/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}

/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 3em 1em 5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.1s;
}
@media screen and (max-width:850px) {
  .cp_qa03 .cp_actab .cp_actab-content {
    padding: 0 1em 0 3em;
  }
}

.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: "A";
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  color: #D93612;
  font-weight: bold;
}

.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 60em;
  background: #ffffff;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #333;
  border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

.cp_actab-content ul {
  list-style-position: inside;
}
.cp_actab-content ul li {
  margin-bottom: 20px;
  font-weight: bold;
  list-style: none;
}
.cp_actab-content ul li span {
  font-size: 13px;
  margin: 5px 0 0 20px;
  display: block;
  font-weight: normal;
}

.br_pc {
  display: block;
}
@media screen and (max-width:850px) {
  .br_pc {
    display: none;
  }
}
.br_sp {
  display: none;
}
@media screen and (max-width:850px) {
  .br_sp {
    display: block;
  }
}

.c-button__white {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.c-button__white::after {
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-top: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
.c-button__white:hover {
  opacity: 0.7;
}

.c-button__main {
  color: #50A135;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.c-button__main::after {
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-top: 8px;
  border-top: 2px solid #50A135;
  border-right: 2px solid #50A135;
  content: "";
}
.c-button__main:hover {
  opacity: 0.7;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 30px auto;
  padding: 0.5em;
  border: none;
  border-radius: 50px;
  background-color: #50A135;
  font-weight: 600;
  font-size: 0.8em;
}
.c-button::after {
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: "";
}
@media screen and (max-width:640px) {
  .c-button {
    padding: 0.5em 1em;
  }
}
.c-button:hover {
  opacity: 0.7;
}

.c-button__work {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  background-color: #50A135;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
}
.c-button__work:hover {
  opacity: 0.7;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #50A135;
  border: solid 2px #ffffff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}

.c-car {
  overflow-x: hidden;
}
.c-car li img {
  width: 250px;
}
@media screen and (max-width:1300px) {
  .c-car li img {
    width: 180px;
  }
}
@media screen and (max-width:640px) {
  .c-car li img {
    width: 240px;
  }
}
.c-car__keyvisual {
  top: 72%;
}
.c-car__footer {
  bottom: 0;
}

.c-wave--1 {
  background-color: #50A135;
}
@media screen and (max-width:640px) {
  .c-wave--1 {
    margin-top: -15px;
  }
}
.c-wave--2 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #ffffff;
}
@media screen and (max-width:640px) {
  .c-wave--2 {
    margin-top: -20px;
  }
}
.c-wave--3 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #DFF3CD calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #ffffff;
}
@media screen and (max-width:640px) {
  .c-wave--3 {
    margin-top: -10px;
  }
}
.c-wave--4 {
  background-color: #DFF3CD;
}
@media screen and (max-width:640px) {
  .c-wave--4 {
    margin-top: -10px;
  }
}
.c-wave__margin {
  margin-top: -20px;
}

.c-title {
  margin: 40px auto 80px;
  font-size: 40px;
  color: #50A135;
  text-align: center;
}
@media screen and (max-width:850px) {
  .c-title {
    font-size: 30px;
    margin: 40px auto;
  }
}
.c-title--white {
  margin: 40px auto 80px;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width:850px) {
  .c-title--white {
    font-size: 30px;
    margin: 40px auto;
  }
}
.c-title span {
  font-size: 20px;
}

.fade-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
.fade-up.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.fade-in {
  opacity: 0;
  transition: all 1s;
}
.fade-in.active {
  opacity: 1;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

.c-table {
  margin: auto;
  width: 100%;
}
@media screen and (max-width:640px) {
  .c-table {
    width: 100%;
  }
}
.c-table th, .c-table td {
  text-align: center;
  box-sizing: border-box;
  border-bottom: solid 2px #dbdbdb;
  padding: 20px 0;
}
@media screen and (max-width:640px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.c-table td {
  width: 80%;
  margin: auto;
}
.c-table td a {
  color: #333;
}
.c-table td span {
  font-size: 13px;
}
@media screen and (max-width:640px) {
  .c-table td {
    width: 100%;
  }
}
.c-table th {
  border-bottom: solid 2px #50A135;
  color: #50A135;
}
@media screen and (max-width:640px) {
  .c-table th {
    width: 100%;
  }
}
@media screen and (max-width:640px) {
  .c-table tr:last-child {
    margin-bottom: 50px;
  }
}
.c-table ul {
  margin: auto;
  text-align: left;
  list-style-position: inside;
}

@media screen and (max-width:640px) {
  .c-padding__top {
    padding-top: 50px;
  }
}

.l-footer {
  overflow: hidden;
}
.l-footer picture img {
  width: 100%;
}
@media screen and (max-width:850px) {
  .l-footer picture img {
    width: 110%;
    margin-left: -10px;
  }
}
.l-footer__contents {
  background-color: #50A135;
  text-align: center;
  color: #ffffff;
  padding: 40px 0;
  margin-top: -20px;
}

.l-another__keyvisual {
  width: 1200px;
  margin: auto;
  padding-bottom: 30px;
  border-bottom: solid 2px #50A135;
}
@media screen and (max-width:1300px) {
  .l-another__keyvisual {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .l-another__keyvisual {
    width: 90%;
    padding: 20px 0;
  }
}
.l-another__keyvisual h2 {
  font-size: 80px;
  font-family: futura-pt, Noto Sans JP, sans-serif;
  color: #50A135;
  position: relative;
}
@media screen and (max-width:850px) {
  .l-another__keyvisual h2 {
    font-size: 40px;
  }
}
@media screen and (max-width:640px) {
  .l-another__keyvisual h2 {
    font-size: 35px;
  }
}
.l-another__keyvisual h2 span {
  display: inline-block;
  font-size: 25px;
  position: absolute;
  bottom: 130px;
}
@media screen and (max-width:850px) {
  .l-another__keyvisual h2 span {
    font-size: 18px;
    bottom: 70px;
  }
}
.l-another__keyvisual h2 span::before {
  content: "●";
  margin-right: 10px;
  color: #50A135;
}/*# sourceMappingURL=style.css.map */