@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* 除算math.divを使うのに必要な記述 */
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  color: #017440;
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
}

a {
  color: #017440;
  text-decoration: none;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

li {
  list-style: none;
}

.l-footer {
  position: relative;
  padding: 87px 20px 170px;
  background: #f2f5e9;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0 85px;
  }
}

.l-footer__inner {
  max-width: 1015px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}

.l-footer__logo {
  margin-bottom: 10px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 6px;
  }
}

.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    gap: 14px;
  }
}

.l-footer__item {
  color: #017440;
}

.l-footer__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 20px;
  background: #017440;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding: 15px 0;
  }
}

.l-footer__copyRight {
  color: #f2f5e9;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyRight {
    font-size: 1.26rem;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #f2f5e9;
}

.l-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-animation: slideDown 0.3s ease-in-out;
          animation: slideDown 0.3s ease-in-out;
}
.l-header--sticky .c-header__logo {
  display: none;
}
.l-header--sticky .c-header__logo--sticky {
  display: block;
}
.l-header--sticky .c-headerNav__item::after {
  background: #017440;
}
.l-header--sticky .c-headerNav__item .c-headerNav__link {
  color: #017440;
}
.l-header--sticky .c-headerNav__item .c-headerNav__link:hover {
  color: #017440;
}
@media screen and (max-width: 767px) {
  .l-header--sticky .c-headerNav__item .c-headerNav__link {
    color: #f2f5e9;
  }
}
.l-header--sticky .c-drawerToggle span {
  background: #017440;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 39px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 56px;
    padding: 0 20px;
  }
}

.c-headerNav {
  padding-left: 2.2%;
}
@media screen and (max-width: 1023px) {
  .c-headerNav {
    padding-left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 3;
    background: #017440;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .c-headerNav .c-headerNav__list {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .c-headerNav .c-headerNav__list .c-headerNav__item .c-headerNav__link {
    font-size: 2rem;
    color: #f2f5e9;
  }
}
@media screen and (max-width: 1023px) {
  .c-headerNav .c-headerNav__list .c-headerNav__item .c-headerNav__link .c-headerNav__enItem {
    font-size: 1.4rem;
  }
  .c-headerNav.fade {
    visibility: visible;
    opacity: 0.9;
  }
}

.c-headerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .c-headerNav__list {
    gap: 22px;
  }
}

.c-headerNav__item {
  position: relative;
  text-align: center;
}
.c-headerNav__item::after {
  content: "";
  position: absolute;
  right: -19px; /* 右端に配置 */
  top: 14px;
  -webkit-transform: translate(50%, 50%) rotate(130deg);
          transform: translate(50%, 50%) rotate(130deg); /* 斜め線を回転 */
  width: 42px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #017440; /* 線の色 */
}
@media screen and (max-width: 767px) {
  .c-headerNav__item::after {
    display: none;
  }
}
.c-headerNav__item:last-of-type::after {
  display: none;
}

.c-headerNav__link {
  color: #017440;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.c-headerNav__link:hover {
  text-decoration: underline;
}

.c-headerNav__enItem {
  font-family: "Lato";
  font-size: 1rem;
}

.c-footerNav__listContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 74px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-footerNav__listContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 62px;
    padding-top: 0;
    margin-bottom: 81px;
  }
}

.c-footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .c-footerNav__list {
    gap: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-footerNav__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-footerNav__list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-footerNav__item {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .c-footerNav__item {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.c-footerNav__link {
  color: #017440;
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
}

.c-drawerToggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-drawerToggle {
    display: inline-block;
    z-index: 200;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 48px;
    height: 48px;
  }
  .c-drawerToggle span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #017440;
    vertical-align: top;
  }
  .c-drawerToggle span:nth-child(1) {
    top: 16px;
  }
  .c-drawerToggle span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-drawerToggle span:nth-child(3) {
    bottom: 16px;
  }
  .c-drawerToggle.close span {
    top: 24px;
    left: 15px;
    width: 18px;
    margin: 0;
    background: #fff;
  }
  .c-drawerToggle.close span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-drawerToggle.close span:nth-child(2) {
    display: none;
  }
  .c-drawerToggle.close span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.c-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 100%;
  padding: 24px 10px;
  text-align: center;
  color: #f2f5e9;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(24, 40, 72, 0.46);
          box-shadow: 0px 2px 4px 0 rgba(24, 40, 72, 0.46);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-button {
    padding: 16px 10px;
  }
}
.c-button:focus {
  opacity: 0.8;
}
.c-button:hover {
  opacity: 0.8;
}

.c-button--primary {
  width: 256px;
  background: #017440;
}

.c-button--secondary {
  width: 320px;
  background: #76573C;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .c-button--secondary {
    width: 335px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-button--tertiary {
  width: 320px;
  background: #017440;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .c-button--tertiary {
    width: 335px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 1px;
  border-radius: 9999px;
  background-color: #f2f5e9;
}
.c-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #f2f5e9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}

.c-header__logo img {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 36%;
  }
}

.c-header__logo--sticky {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-footer__logo {
    width: 47.7%;
  }
}

/*-------------------------------------------
.loading
-------------------------------------------*/
.c-loading {
  width: 100%;
  height: 100%;
  background: #017440;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.c-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------------------------------------------
@extend
-------------------------------------------*/
.p-top-contact__heading, .p-top-recruit__heading, .p-top-works__heading, .p-top-about__heading, .p-top-services__heading {
  display: inline-block;
  font-size: clamp(3.2rem, 2.6366197183rem + 1.5023474178vw, 4.8rem);
  font-family: "Lato", serif;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-contact__heading, .p-top-recruit__heading, .p-top-works__heading, .p-top-about__heading, .p-top-services__heading {
    margin-bottom: 30px;
  }
}

.p-top-contact__subHeading, .p-top-recruit__subHeading, .p-top-works__subHeading, .p-top-about__subHeading, .p-top-services__subHeading {
  position: relative;
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  color: #76573C;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  margin-left: 41px;
}
@media screen and (max-width: 767px) {
  .p-top-contact__subHeading, .p-top-recruit__subHeading, .p-top-works__subHeading, .p-top-about__subHeading, .p-top-services__subHeading {
    margin-left: 33px;
  }
}
.p-top-contact__subHeading::before, .p-top-recruit__subHeading::before, .p-top-works__subHeading::before, .p-top-about__subHeading::before, .p-top-services__subHeading::before {
  content: "";
  position: absolute;
  left: -50px; /* 右端に配置 */
  top: 10px;
  -webkit-transform: translate(50%, 50%) rotate(130deg);
          transform: translate(50%, 50%) rotate(130deg); /* 斜め線を回転 */
  width: 30px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background: #017440; /* 線の色 */
}

.p-top-works__lead, .p-top-services__lead {
  font-size: clamp(2.4rem, 2.1183098592rem + 0.7511737089vw, 3.2rem);
  font-weight: 500;
  color: #222;
  line-height: 1.5;
}

.p-top-contact__text, .p-top-works__text, .p-top-about__text, .p-top-services__text {
  font-size: clamp(1.4rem, 1.3295774648rem + 0.1877934272vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.32px;
  font-weight: 400;
  color: #222;
}

/*-------------------------------------------
mv
-------------------------------------------*/
@-webkit-keyframes slider-1 {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-1 {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-top-mv {
  margin-top: 80px;
  background: #f2f5e9;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    margin-top: 56px;
  }
}

.p-top-mv__slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.p-top-mv__slideImage {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 3%;
  right: 3%;
  width: 65%;
  height: 90%;
  opacity: 0;
  -webkit-animation: slider-1 24s linear infinite;
          animation: slider-1 24s linear infinite;
  border-radius: 40px;
}
.p-top-mv__slideImage:nth-child(1) {
  background-image: url("../img/top-image-1.png");
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.p-top-mv__slideImage:nth-child(2) {
  background-image: url("../img/top-image-2.png");
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.p-top-mv__slideImage:nth-child(3) {
  background-image: url("../img/top-image-3.png");
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}

.p-top-mv__wrapper {
  position: relative;
  padding: 100px 20px 80px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__wrapper {
    padding: 160px 0 23px;
  }
}

.p-top-mv__inner {
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__inner {
    padding: 0 20px;
  }
}

.p-top-mv__title {
  font-size: clamp(4rem, 3.1549295775rem + 2.2535211268vw, 6.4rem);
  font-family: "Zen Kaku Gothic New", serif;
  color: #017440;
  font-weight: 900;
  text-shadow: 4.2px 4.2px 4px rgba(24, 40, 72, 0.1);
  letter-spacing: 5px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    letter-spacing: 0.96px;
    margin-bottom: 64px;
  }
}

.p-top-mv__subtitleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 240px;
  padding: 16px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
  -webkit-box-shadow: 10px 7px 0px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 10px 7px 0px 0px rgba(0, 0, 0, 0.6);
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__subtitleContainer {
    max-width: 180px;
    padding: 8px 0;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__subtitleContainer {
    max-width: 160px;
    -webkit-transform: skewX(-28deg);
            transform: skewX(-28deg);
  }
}

.p-top-mv__subtitleContainer--lg {
  max-width: 380px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__subtitleContainer--lg {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__subtitleContainer--lg {
    max-width: 240px;
  }
}

.p-top-mv__subtitle {
  font-size: clamp(1.6rem, 1.3183098592rem + 0.7511737089vw, 2.4rem);
  font-weight: bold;
  color: #017440;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
}
@media screen and (max-width: 767px) {
  .p-top-mv__subtitle {
    -webkit-transform: skewX(28deg);
            transform: skewX(28deg);
  }
}

.p-top-mv__news {
  background: #017440;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__news {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 152px;
  }
}

.p-top-mv__newsHeading {
  color: #fff;
  font-family: "Lato", serif;
  padding: 0 52px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__newsHeading {
    position: absolute;
    top: -22px;
    left: 0;
    margin-right: auto;
    padding: 4px 13px;
    background: #017440;
  }
}

.p-top-mv__newsContent {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 50px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__newsContent {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 14px 8px;
    gap: 8px;
  }
}

.p-top-mv__newsDate {
  font-size: clamp(1.3rem, 1.1943661972rem + 0.2816901408vw, 1.6rem);
  -webkit-transform: skewX(40deg);
          transform: skewX(40deg);
}
@media screen and (max-width: 767px) {
  .p-top-mv__newsDate {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

.p-top-mv__newsLabel {
  color: #f2f5e9;
  font-size: 1.2rem;
  background: #76573C;
  border-radius: 6px;
  -webkit-transform: skewX(40deg);
          transform: skewX(40deg);
  padding: 8px 16px;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__newsLabel {
    padding: 6px 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__newsLabel {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    padding: 4px 9px;
  }
}

.p-top-mv__newsText {
  -webkit-transform: skewX(40deg);
          transform: skewX(40deg);
}
@media screen and (max-width: 767px) {
  .p-top-mv__newsText {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

.p-top-mv__arrowContainer {
  padding: 0 38px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__arrowContainer {
    display: none;
  }
}

/*-------------------------------------------
services
-------------------------------------------*/
.p-top-services__wrapper {
  padding: 160px 0 196px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-services__wrapper {
    padding: 120px 0;
  }
}

.p-top-services__container {
  position: relative;
}

.p-top-services__bgTriangle01 {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.8%;
  height: 46.7%;
  background-color: #f2f5e9;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media screen and (max-width: 1023px) {
  .p-top-services__bgTriangle01 {
    width: 16.8%;
    -webkit-clip-path: polygon(100% 60%, 0 100%, 100% 100%);
            clip-path: polygon(100% 60%, 0 100%, 100% 100%);
  }
}

.p-top-services__inner {
  background: #f2f5e9;
  max-width: 1190px;
  margin-right: auto;
}

.p-top-services__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-services__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
}

.p-top-services__img {
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
}
@media screen and (max-width: 1023px) {
  .p-top-services__img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-top-services__img img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1023px) {
  .p-top-services__img img {
    width: 100%;
    max-height: 248px;
  }
}

.p-top-services__content {
  z-index: 2;
  width: 43.9%;
  padding-top: 26px;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .p-top-services__content {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 44px;
  }
}

.p-top-services__bgTriangle02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media screen and (max-width: 1023px) {
  .p-top-services__bgTriangle02 {
    width: 77%;
    -webkit-clip-path: polygon(116% 0, 0 100%, 100% 100%);
            clip-path: polygon(116% 0, 0 100%, 100% 100%);
  }
}

.p-top-services__heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .p-top-services__heading {
    margin-bottom: 20px;
  }
}

.p-top-services__lead:nth-of-type(2) {
  margin-bottom: 15px;
}

.p-top-services__text {
  margin-bottom: 26px;
}
@media screen and (max-width: 1023px) {
  .p-top-services__text {
    margin-bottom: 30px;
  }
}

.p-top-services__button {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 1023px) {
  .p-top-services__button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
}

/*-------------------------------------------
about
-------------------------------------------*/
.p-top-about {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-top-about {
    background-image: none;
    background: #f2f5e9;
    padding: 40px 0;
  }
}
.p-top-about:before {
  content: "";
  background-image: url("../img/background-image-about.jpg");
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  z-index: -1;
}

.p-top-about__wrapper {
  padding: 40px 0;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .p-top-about__wrapper {
    padding: 0;
  }
}

.p-top-about__inner {
  max-width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .p-top-about__inner {
    max-width: 1190px;
    padding: 0 20px;
  }
}

.p-top-about__img01 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-top-about__img01 {
    display: block;
    margin-bottom: 34px;
  }
}
.p-top-about__img01 img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-top-about__img01 img {
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__img01 img {
    max-height: initial;
  }
}

.p-top-about__media {
  width: 42.4%;
  min-width: 480px;
  background: #fff;
  padding: 38px 36px 48px;
}
@media screen and (max-width: 1023px) {
  .p-top-about__media {
    min-width: initial;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-top-about__content {
    padding: 20px;
  }
}

.p-top-about__heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .p-top-about__heading {
    margin-bottom: 18px;
  }
}

.p-top-about__text {
  margin-bottom: 38px;
}
@media screen and (max-width: 1023px) {
  .p-top-about__text {
    margin-bottom: 26px;
  }
}

.p-top-about__button {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .p-top-about__button {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .p-top-about__img02 {
    display: none;
  }
}

/*-------------------------------------------
works
-------------------------------------------*/
.p-top-works__wrapper {
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .p-top-works__wrapper {
    padding: 86px 0;
  }
}

.p-top-works__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-works__container {
    padding: 20px 0 40px;
  }
}

.p-top-works__bgTriangle01 {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 25.6%;
  height: 55%;
  background-color: #f2f5e9;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
          clip-path: polygon(100% 100%, 100% 0, 0 0);
}
@media screen and (max-width: 767px) {
  .p-top-works__bgTriangle01 {
    top: initial;
    bottom: 0;
    width: 27.6%;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 60%);
            clip-path: polygon(0 100%, 100% 100%, 100% 60%);
  }
}

.p-top-works__bgTriangle02 {
  position: absolute;
  z-index: -2;
  bottom: 0;
  width: 25.6%;
  height: 55%;
  background-color: #f2f5e9;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-top-works__bgTriangle02 {
    top: 0;
    bottom: initial;
    width: 27.6%;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 40%);
            clip-path: polygon(100% 0, 0 0, 0 40%);
  }
}

.p-top-works__inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-works__inner {
    padding: 0;
    text-align: left;
  }
}

.p-top-works__heading {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-works__heading {
    margin-bottom: 22px;
  }
}

.p-top-works__lead {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-top-works__lead {
    margin-bottom: 18px;
  }
}

.p-top-works__text {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-top-works__text {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-works__headingContainer {
    padding: 0 20px;
  }
}

.p-top-works__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-works__cards {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 12px;
  }
}

.p-top-works__card {
  background: #f2f5e9;
  width: 47.2%;
  text-align: left;
  -webkit-box-shadow: 0 0 10px 0 rgba(25, 25, 25, 0.25);
          box-shadow: 0 0 10px 0 rgba(25, 25, 25, 0.25);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-top-works__card {
    width: 100%;
  }
}

.p-top-works__img {
  position: relative;
}
.p-top-works__img img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-top-works__img img {
    max-height: 160px;
  }
}

.p-top-works__number {
  position: absolute;
  top: -16px;
  left: -16px;
  color: #f2f5e9;
  font-family: "Lato", serif;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  background: #017440;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-top-works__number {
    width: 64px;
    height: 49px;
    top: initial;
    bottom: 0;
    left: 0;
  }
}

.p-top-works__cardHeading {
  color: #017440;
  font-size: clamp(2rem, 1.8591549296rem + 0.3755868545vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-works__cardHeading {
    margin-bottom: 14px;
  }
}

.p-top-works__content {
  padding: 24px 24px;
}
@media screen and (max-width: 767px) {
  .p-top-works__content {
    padding: 21px 24px;
  }
}

.p-top-works__text--card {
  margin-bottom: 0;
}

.p-top-works__button {
  text-align: center;
}

/*-------------------------------------------
recruit
-------------------------------------------*/
.p-top-recruit {
  background: #f2f5e9;
}

.p-top-recruit__wrapper {
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__wrapper {
    padding: 0 0 116px;
  }
}

.p-top-recruit__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__inner {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recruit__headingContainer {
    padding-top: 24px;
    background: #f2f5e9;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recruit__heading {
    padding-left: 20px;
  }
}

.p-top-recruit__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
}

.p-top-recruit__card {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__card {
    margin: 0;
  }
}

.p-top-recruit__card01 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__card01 {
    margin: 0;
  }
}

.p-top-recruit__card02 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__card02 {
    margin: 0;
  }
}

.p-top-recruit__card03 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__card03 {
    margin: 0;
  }
}

.p-top-recruit__headingBox {
  position: absolute;
  right: -8px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 84.6%;
  text-align: left;
  padding: 20px 17px;
  background: rgba(0, 0, 0, 0.44);
}
@media screen and (max-width: 767px) {
  .p-top-recruit__headingBox {
    width: 100%;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: transparent;
  }
}

.p-top-recruit__cardHeading {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
}

.p-top-recruit__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-height: 200px;
  }
}

.p-top-recruit__imgLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 40, 72, 0.3);
}

.p-top-recruit__button {
  text-align: center;
}

/*-------------------------------------------
contact
-------------------------------------------*/
.p-top-contact {
  background: #f2f5e9;
}

.p-top-contact__wrapper {
  padding: 72px 0;
}
@media screen and (max-width: 1023px) {
  .p-top-contact__wrapper {
    padding: 87px 0;
    padding-left: 20px;
  }
}

.p-top-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  border-top-left-radius: 40px;
  background: #fff;
  max-width: 80%;
  margin-left: auto;
  padding: 80px 40px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-contact__inner {
    max-width: 1190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 17px;
  }
}

.p-top-contact__headingContainer {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.p-top-contact__heading {
  color: #017440;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-top-contact__heading {
    margin-bottom: 18px;
  }
}

.p-top-contact__subHeading {
  color: #017440;
}
.p-top-contact__subHeading::before {
  background: #017440; /* 線の色 */
}

.p-top-contact__text {
  color: #017440;
  margin-bottom: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__text {
    margin-bottom: 24px;
    text-align: left;
  }
}

.p-top-contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-contact__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.u-br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br-sp {
    display: block;
  }
}

.u-db-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-db-sp {
    display: inline-block;
  }
}

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