.p-mv_bg {
  background: url(../img/top_mv_bg.jpg) no-repeat center;
  background-size: cover;
  height: 712px;
  width: 100%;
  position: relative;
}
.p-mv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(1678 / 1920 * 100vw);
}
.p-top_news {
  padding: 99px 0 120px;
}
.p-top_news ul {
  max-width: 1000px;
  margin: 0 auto;
}
.p-top_news li {
  border-bottom: solid 1px #414141;
  padding: 13px 0 13px 41px;
  display: flex;
  gap: 26px;
  align-items: center;
}
.p-top_news li:first-of-type {
  border-top: #414141 solid 1px;
}
.p-top_news .date {
  font-weight: 600;
}
.p-top_news .category {
  background-color: #52cb8a;
  width: 127px;
  padding: 9px;
  text-align: center;
  border-radius: 100px;
  display: block;
  color: #fff;
}
.p-top_news .news-txt {
  display: flex;
  gap: 26px;
  align-items: center;
}
.p-news_btn {
  background-color: #ffa21f;
  box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.1);
  width: 279px;
  margin: 38px auto 0;
  padding: 26px 0;
  border-radius: 10px;
}
.p-news_btn a {
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.p-news_btn a::after {
  content: "";
  background: url(../img/arw_w.png) no-repeat;
  width: 16px;
  height: 13px;
  display: block;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 1px;
}
.p-comit {
  background: url(../img/top_comitBg.jpg) no-repeat;
  background-size: cover;
  padding: 86px 0 115px;
}
.p-comit .inner {
  max-width: 1480px;
  margin: 0 auto;
  width: 90%;
}
.p-comit-lead {
  text-align: center;
  font-size: 24px;
  margin: 43px 0 38px;
}
.p-comit_list {
  background-color: #059d6c;
  padding: 80px 140px 80px 132px;
}
.p-comit_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 43px;
  gap: 30px;
}
.p-comit_list img {
  width: calc(592 / 1920 * 100vw);
  max-width: 592px;
}

.p-comit_list .txt h3 {
  background-color: #414141;
  display: inline;
  font-size: 26px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  line-height: 2.2;
  padding: 12px 17px;
}
.p-comit_list .txt p {
  color: #fff;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 17px;
}
.p-solution {
  background-color: #efefef;
  padding: 80px 0;
}
.p-solution_list {
}
.p-solution_list li {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin-bottom: 45px;
}
.p-solution_list li::before {
  background: url(../img/arw_y.png) no-repeat;
  content: "";
  background-size: contain;
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.p-solution_list .question {
  border: #52cb8a solid 3px;
  background-color: #fff;
  border-radius: 13px;
  padding: 44px 34px 44px 0;
  width: 540px;
  position: relative;
}
.p-solution_list .question::before {
  content: "";
  position: absolute;
  display: block;
}
.p-solution_list .question01::before {
  background: url(../img/top_solution_img01.png) no-repeat;
  background-size: contain;
  bottom: -24px;
  left: -12px;

  width: 161px;
  height: 189px;
}
.p-solution_list .question02::before {
  background: url(../img/top_solution_img02.png) no-repeat;
  background-size: contain;
  bottom: -9px;
  left: -22px;

  width: 183px;
  height: 175px;
}
.p-solution_list .question03::before {
  background: url(../img/top_solution_img03.png) no-repeat;
  background-size: contain;
  bottom: -9px;
  left: -13px;

  width: 168px;
  height: 162px;
}

.p-solution_list .question p {
  width: 322px;
  margin: 0 0 0 auto;
  line-height: 1.6;
  font-size: 20px;
}
.p-solution_list .answer {
  background-color: #fff;
  border: solid 3px #ffa21f;
  border-radius: 13px;
  padding: 44px 0px 44px 34px;
  width: 540px;
  position: relative;
}
.p-solution_list .answer::after {
  content: "";
  background: url(../img/top_solution_img04.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  right: -4px;
  display: block;
  width: 180px;
  height: 187px;
}
.p-solution_list .answer p {
  width: 322px;
  line-height: 1.6;
  margin: 0 auto 0 0;
  font-size: 20px;
}

.p-solution .solution_bnr {
  text-align: center;
  margin: 70px 0 0;
}
.p-solution .solution_bnr img {
  width: 920px;
  margin: 0 auto;
}
.p-solution .solution_bnr .txt p {
  text-align: center;
  display: inline;
  background: linear-gradient(
    to top,
    rgba(255, 162, 31, 1) 0% 50%,
    rgba(0, 0, 0, 0) 50% 100%
  );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.2;
}
.p-plan {
  padding: 107px 0 124px;
}
.p-plan .inner {
  max-width: 1480px;
}
.p-plan_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  justify-items: center;
}
.p-plan_list li {
  border: solid 4px #52cb8a;
  width: calc(663 / 1920 * 100vw);
  max-width: 663px;
  padding: 23px 25px;
  border-radius: 7px;
}
.p-plan_list h3 {
  background-color: #ffa21f;
  padding: 27px 0;
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 23px;
}
.p-plan_list p {
  font-size: 20px;
  line-height: 1.6;
}
.p-plan_list .dec p {
  position: relative;
  padding-left: 20px;
}
.p-plan_list .dec p::before {
  content: "";
  background-color: #52cb8a;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  left: 4px;
}
.p-plan_list img {
  width: 666px;
  padding-bottom: 23px;
}
.p-plan .list-area {
  margin: 50px 0 100px;
}
.p-plan_list .list-item {
  display: flex;
  padding-bottom: 10px;
  border-bottom: solid 1px #414141;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.p-plan .list-item p {
  font-size: 20px;
  font-weight: 500;
}

.p-plan .list-item span {
  font-size: 32px;
  font-weight: 600;
  padding-left: 5px;
}
.p-works {
  background: url(../img/bussiness_list_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 77px;
}
.top_works-img figure {
  margin: 0;
}
.top_works-item {
  width: 884px;
  height: auto;
  transform: scale(0.8);
  transition: opacity 0.5s, transform 0.5s;
}
.slick-center {
  opacity: 1;
  transform: scale(1);
}

.top_works-txt {
  background-color: #fff;
  padding: 19px 0 40px;
  border: #059d6c solid 3px;
}
.top_works-txt h3 {
  background-color: #ffa21f;
  padding: 13px 0px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 23px;
  margin: 0 56px;
}
.top_works-img {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}
.slick-list {
  overflow: visible;
}
.top_works-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3 ease;
}
.post-meta dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-meta dt {
  border: solid 1px #414141;
  padding: 10px 0;
  text-align: center;
  width: 118px;
  font-size: 20px;
}
.post-meta dd {
  display: inline;
  background: linear-gradient(
    to top,
    rgba(239, 255, 17, 1) 0% 50%,
    rgba(0, 0, 0, 0) 50% 100%
  );
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 32px;
  font-weight: 600;
  color: #059d6c;
}

.post-meta dd span {
  font-size: 48px;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 83px;
  height: 83px;
  background: #059d6c;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  top: -520px;
  position: absolute;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
.next-arrow {
  right: 0;
}
.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-service {
  padding: 80px 0 200px;
}
.service_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.service_item li {
  position: relative;
  width: 633px;
}
.service_item img {
  filter: brightness(70%);
  width: 633px;
}
.service_item li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service_item li .txt h3 {
  border: solid #fff 1px;
  font-size: 32px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  width: 298px;
  color: #fff;
}

.service_item li .txt p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 22px;
}
.service_box {
  margin: 100px auto;
  max-width: 1440px;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 50px;
}
.service_box img {
  width: calc(700 / 1920 * 100vw);
}
.service_box h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-mv_bg {
    background: url(../img/top_mv_sp_bg.jpg) no-repeat;
    background-size: cover;
    height: 422px;
  }
  .p-top_news {
    padding: 40px 0;
  }
  .p-top_news li {
    align-items: flex-start;
    display: block;
  }
  .p-top_news .news-txt {
  }
  .p-top_news .category {
    width: 70px;
    padding: 5px;
    font-size: 10px;
  }
  .p-news_btn a {
    font-size: 12px;
  }
  .p-top_news li {
    padding: 13px 0;
  }
  .p-news_btn {
    width: 190px;
    padding: 15px 0;
  }
  .p-comit {
    padding: 40px 0;
  }
  .p-comit_list li {
    display: block;
  }
  .p-comit_list {
    padding: 40px 15px;
  }
  .p-comit_list img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .p-comit_list .txt h3 {
    font-size: 20px;
    padding: 5px 10px;
    line-height: 1.9;
  }
  .p-solution {
    padding: 40px 0;
  }
  .p-solution_list li {
    display: block;
    margin-bottom: 75px;
  }
  .p-solution_list .question {
    width: auto;
    padding: calc(44 / 750 * 100vw) calc(34 / 750 * 100vw);
    margin: 0 0 40px;
  }

  .p-solution_list .question01::before {
    width: 88px;
    height: 94px;
    bottom: -35px;
    left: unset;
    right: 0;
  }
  .p-solution_list .question02::before {
    width: 78px;
    height: 94px;
    left: unset;
    right: -8px;
    bottom: -57px;
  }
  .p-solution_list .question03::before {
    width: 70px;
    height: 73px;
    left: unset;
    right: 0;
    bottom: -35px;
  }

  .p-solution_list .question p {
    width: auto;
    font-size: 16px;
  }
  .p-solution_list li::before {
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%) rotate(90deg);
    top: 46%;
  }
  .p-solution_list .answer p {
    width: auto;
    font-size: 16px;
  }
  .p-solution_list .answer {
    padding: calc(44 / 750 * 100vw) calc(34 / 750 * 100vw);
    width: auto;
  }
  .p-solution_list .answer::after {
    width: 88px;
    height: 95px;
    bottom: -45px;
  }
  .p-solution .solution_bnr .txt p {
    font-size: 18px;
  }
  .solution_bnr .txt {
    margin-top: 20px;
  }
  .p-plan {
    padding: 50px 0;
  }
  .p-plan .list-area {
    margin: 20px 0;
  }
  .p-plan .list-item p {
    font-size: 15px;
  }
  .p-plan .list-item span {
    font-size: 16px;
  }
  .l-main .p-plan_list li {
    margin-bottom: 40px;
  }
  .l-main .p-plan_list li:last-of-type {
    margin-bottom: 0;
  }
  .prev-arrow,
  .next-arrow {
    width: 40px;
    height: 40px;
  }
  .top_works-txt {
    padding: 20px 0 0;
  }
  .top_works-txt h3 {
    font-size: 16px;
    margin: 0 15px;
    padding: 5px 0;
  }
  .arrow_box {
    width: 93%;
  }
  .prev-arrow,
  .next-arrow {
    top: -160px;
  }
  .post-meta dt {
    font-size: 16px;
    width: 50px;
    padding: 5px 0;
  }
  .post-meta dd {
    font-size: 15px;
  }
  .post-meta dd span {
    font-size: 15px;
  }
  .p-service {
    padding: 0 0 230px;
  }
  .service_item img {
    width: auto;
  }
  .service_item li .txt h3 {
    font-size: 20px;
    width: 240px;
  }

  .service_item li .txt p {
    font-size: 16px;
  }
  .service_box {
    display: block;
    margin: 40px auto 0;
  }
  .service_box img {
    width: auto;
  }
  .service_box h3 {
    font-size: 18px;
    margin: 20px 0;
  }
}
/* -------------
bussiness
----------------*/
.bussiness_list {
  background: url(../img/bussiness_list_bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.bussiness_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.bussiness_item li {
  position: relative;
  width: 633px;
}
.bussiness_item img {
  filter: brightness(70%);
  width: 633px;
}
.bussiness_item li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bussiness_item li .txt h3 {
  border: solid #fff 1px;
  font-size: 32px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  width: 298px;
  color: #fff;
}

.bussiness_item li .txt p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 22px;
}
.bussiness_plan {
  padding: 80px 0 200px;
}
.bussiness_plan .inner {
  max-width: 1480px;
}
.bussiness_plan .p-plan_list ul {
  flex-wrap: wrap;
}
.bussiness_plan .p-plan_list ul li {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .bussiness_item img {
    width: auto;
  }
  .bussiness_item li .txt h3 {
    font-size: 20px;
    width: 240px;
  }

  .bussiness_item li .txt p {
    font-size: 16px;
  }
  .p-plan_list li {
    padding: 25px 15px;
  }
  .p-plan_list h3 {
    font-size: 20px;
    padding: 15px 0;
    line-height: 1.4;
    width: auto;
  }
  .p-plan_list p {
    font-size: 15px;
  }
  .p-plan_list ul {
    display: block;
  }
  .p-plan_list ul li {
    width: auto;
  }
}
/* -------------
works
----------------------*/

.works_list {
  padding: 67px 0 250px;
}
.works_list .inner {
  max-width: 1851px;
}
.works_area {
  background-color: #059d6c47;
  border-radius: 37px;
  padding: 60px 0 118px;
}
.works_area .c-ttl p {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  background: linear-gradient(
    to top,
    rgba(255, 162, 31, 1) 0% 50%,
    rgba(0, 0, 0, 0) 50% 100%
  );
  width: calc(677 / 1920 * 100vw);
  max-width: 677px;
  margin: 40px auto 0;
  display: inline;
}
.works_box li {
  background-color: #fff;
  padding: 51px 0;
  max-width: 1481px;
  margin: 0 auto;
  border-radius: 16px;
  margin-bottom: 34px;
  width: 90%;
}
.works_box li:last-of-type {
  margin-bottom: 0;
}
.works_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
}
.works_img {
  position: relative;
}
.works_img-after {
  width: calc(620 / 1920 * 100vw);
  position: relative;
  max-width: 620px;
}
.works_img-after::after {
  content: "after";
  background-color: #059d6c;
  border-radius: 50px;
  width: 236px;
  padding: 10px 0;
  text-align: center;
  color: #efff11;
  font-size: 34px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.works_img-before {
  width: calc(382 / 1920 * 100vw);
  max-width: 382px;
  position: absolute;
  bottom: 0;
  left: -14vw;
}
.works_img-before::after {
  content: "before";
  background-color: #414141;
  border-radius: 50px;
  width: 182px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.works_box .txt {
  margin-right: 6%;
}
.works_box .txt h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.works_dl {
  border-left: solid 1px #414141;
  padding: 20px 0 20px 20px;
}
.works_item dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.works_item dl:last-of-type {
  margin-bottom: 0;
}
.works_item dt {
  background-color: #059d6c;
  padding: 10px 0;
  width: 139px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.works_item dd {
  font-size: 25px;
  font-weight: 600;
}
.works_item dd span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .works_area {
    border-radius: 10px;
    padding-bottom: 60px;
  }
  .works_area .c-ttl p {
    width: auto;
    margin: 20px 15px 0;
    font-size: 16px;
  }
  .works_box li {
    padding: 40px 15px;
    margin: 0 15px 20px;
    width: auto;
  }

  .works_item {
    display: block;
  }
  .works_img-after {
    width: auto;
    margin-bottom: 20px;
  }
  .works_img-before {
    width: auto;
    position: static;
  }
  .works_img-after::after {
    width: 120px;
    padding: 5px 0;
    font-size: 18px;
  }
  .works_img-before::after {
    width: 120px;
    padding: 5px 0;
    font-size: 18px;
  }
  .works_box .txt {
    margin: 0;
  }
  .works_box .txt h3 {
    font-size: 20px;
    margin: 20px 0 0;
  }
  .works_dl {
    border-left: unset;
    padding: 20px 0;
  }
  .works_item dt {
    padding: 5px 0;
    width: 100px;
  }
  .works_item dt,
  .works_item dd {
    font-size: 20px;
  }
  .works_item dd {
    margin-left: 20px;
  }
  .works_item dd span {
    font-size: 30px;
  }
}
/* ---------
company
-------------*/
.p-company {
  padding: 177px 0;
}
.p-company .inner {
  max-width: 1580px;
}
.company_box {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.company_box .txt {
  background-color: rgba(5, 157, 108, 0.46);
  padding: calc(68 / 1920 * 100vw) calc(40 / 1920 * 100vw);
  color: #fff;
  width: calc(741 / 1920 * 100vw);
  max-width: 741px;
  left: 20px;
  position: absolute;
}
.company_box .txt h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 23px;
}
.company_box .txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.company_img {
  width: calc(942 / 1920 * 100vw);
  max-width: 947px;
}
.company_about_box {
  border: solid 1px #52cb8a;
  max-width: 1090px;
  margin: 0 auto;
}
.company_about_box dl {
  display: flex;
  margin: 0;
  align-items: center;
  border: solid #52cb8a 1px;
}
.company_about_box dt {
  background-color: #52cb8a;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  padding: 25px 0;
  text-align: center;
  width: 153px;
}
.company_about_box dd {
  font-size: 20px;
  font-weight: 500;
  margin-left: 77px;
}
.p-access {
  padding: 80px 0 330px;
}
.p-access .inner {
  max-width: 1080px;
}
.map {
  height: 464px;
}

@media screen and (max-width: 768px) {
  .p-company {
    padding: 40px 0;
  }
  .company_box {
    flex-direction: column-reverse;
  }
  .company_box .txt {
    width: auto;
    position: static;
  }
  .company_box .txt h3 {
    font-size: 18px;
  }
  .company_box .txt p {
    font-size: 15px;
  }
  .company_img {
    width: auto;
  }
  .p-company_about {
    margin: 0px 15px 60px;
  }
  .company_about_box dl {
    display: block;
  }
  .company_about_box dt {
    font-size: 16px;
    width: auto;
    text-align: left;
    padding: 10px;
    border-radius: unset;
  }
  .company_about_box dd {
    font-size: 16px;
    margin-left: 0px;
    padding: 10px;
    line-height: 1.6;
  }
  .p-access {
    padding: 0 0 210px;
  }
}
/* -----------
recruit
---------------*/
.p-recruit_bnr {
  background-color: #ffa21f;
  max-width: 1851px;
  margin: 40px auto;
  width: 90%;
  border-radius: 33px;
  padding: 55px 0;
}
.p-recruit_box {
  background-color: #fff;
  border-radius: 33px;
  max-width: 1125px;
  margin: 0 auto;
  padding: 51px 0;
}
.p-recruit_img {
  width: calc(878 / 1920 * 100vw);
  max-width: 878px;
  margin: 0 auto;
}
.p-recruit_box .txt {
  max-width: 878px;
  margin: 0 auto;
}
.p-recruit_box .txt h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 48px 0 40px;
  text-align: center;
}
.p-recruit_box .txt p {
  font-size: 20px;
}
.p-recruit_about {
  margin: 88px 0 200px;
}
.p-recruit_about .inner {
  max-width: 1090px;
}
.recruit_about_box {
  border: solid 1px #52cb8a;
  max-width: 1090px;
  margin: 0 auto;
}
.recruit_about_box dl {
  display: flex;
  margin: 0;
  align-items: center;
  border: solid #52cb8a 1px;
}
.recruit_about_box dt {
  background-color: #f8f7f7;
  color: #52cb8a;
  font-size: 20px;
  font-weight: 800;
  padding: 25px 0;
  text-align: center;
  width: 153px;
  border-right: #52cb8a solid 1px;
}
.recruit_about_box dd {
  font-size: 20px;
  font-weight: 500;
  margin-left: 77px;
}

.p-recruit_about h3 {
  color: #52cb8a;
  font-size: 20px;
  font-weight: 800;
  margin-top: 50px;
  border-bottom: solid 1px #52cb8a;
  padding-bottom: 16px;
  padding-left: 40px;
  margin-bottom: 16px;
}

.p-recruit_about p {
  font-size: 20px;
  padding-left: 40px;
}
.p-recruit_about .contact-mail {
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  .p-recruit_bnr {
    width: auto;
    border-radius: 10px;
    padding: 15px 0;
  }
  .p-recruit_img {
    width: auto;
    margin: 0 15px;
  }
  .p-recruit_box {
    padding: 25px 0;
    border-radius: 10px;
    margin: 0 4%;
  }
  .p-recruit_box .txt {
    padding: 0 15px;
  }
  .p-recruit_box .txt h3 {
    font-size: 20px;
    margin: 20px 0;
  }
  .p-recruit_box .txt p {
  }

  .p-recruit_about {
    margin: 40px 0 200px;
  }
  .recruit_about_box dl {
    display: block;
  }
  .recruit_about_box dt {
    font-size: 16px;
    width: auto;
    text-align: left;
    padding: 10px;
    border-radius: unset;
  }
  .recruit_about_box dd {
    font-size: 16px;
    margin-left: 0px;
    padding: 10px;
    line-height: 1.6;
  }
  .p-recruit_about p {
    font-size: 16px;
    padding-left: 0;
  }
  .p-recruit_about h3 {
    font-size: 18px;
    padding-left: 0;
    margin-top: 25px;
  }
}

/* ------------
contact
------------------*/
.p-contact {
  padding: 135px 0;
}
.p-contact .inner {
  max-width: 1070px;
}
.contact_form {
  margin: 60px 0 0;
}
.form-label {
  padding: 18px 0;
}
.form-label p {
  display: flex;
  align-items: center;
}
.required {
  background-color: #ec7c38;
  width: 67px;
  padding: 3px 0px;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
}
.form-input input,
.form-input textarea {
  width: 100%;
  border: solid #d1d1d1 1px;
  height: 20px;
  padding: 0;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 10px;
}
.checkbox input {
  width: 20px;
  height: 20px;
}

.form-input textarea {
  height: 249px;
}
.contact-txt {
  margin: 27px 0 0;
}
.submit {
  text-align: center;
}
.btn_submit {
  margin: 60px 0;
}
.btn_submit input {
  background-color: #52cb8a;
  height: 55px;
  width: 200px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2rem;
  border: unset;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding: 60px 0 160px;
  }
  .form-input input,
  .form-input textarea {
    width: 94%;
  }
  .checkbox input {
    width: 20px;
  }
  .submit {
    width: 200px;
    margin: 0 auto;
  }
  .btn_submit {
    margin: 30px 0 60px;
  }
  .btn_submit input {
    font-size: 16px;
  }
}
