@charset "UTF-8";
/* 事業内容 */
.post-type-archive-company .p-cover {
  margin-top: 0;
}
.post-type-archive-company .p-cover__header {
  display: none !important;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-company .p-company-list {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-company .p-company-list {
    margin-top: 50px !important;
  }
}

.p-company-block01 {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1050px) {
  .p-company-block01 {
    flex-wrap: wrap;
  }
}
.p-company-block01__img {
  position: absolute;
  top: 24px;
  right: 0;
  width: calc(50% - 30px);
  height: 340px;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .p-company-block01__img {
    position: relative;
    width: 100%;
    top: 0px;
  }
}
.p-company-block01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 524/254;
}
.p-company-block01__content {
  width: calc(50% + 100px);
  min-height: 250px;
  margin-top: 82px;
  padding: 42px 20px 52px 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #a52a2a;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  .p-company-block01__content {
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-block01__content {
    min-height: auto;
    padding: 30px 20px 30px 20px;
  }
}
.p-company-block01__link {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
  transition: 0.2s;
  color: #fff;
}
.p-company-block01__link:hover {
  opacity: 0.8;
}
.p-company-block01__link--last:hover {
  opacity: 1;
}
.p-company-block01__title {
  position: relative;
  margin-bottom: 0px;
  font-size: 40px;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .p-company-block01__title {
    font-size: 22px;
  }
}
.p-company-block01__sub {
  margin-bottom: 40px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-company-block01__sub {
    font-size: 16px;
  }
}
.p-company-block01__desc {
  margin-bottom: 40px;
}
.p-company-block01__btn {
  position: relative;
}
.p-company-block01__btn > span {
  display: inline-block;
  position: relative;
  padding: 13px 62px 10px 0px;
  transition: all 0.2s linear;
  box-sizing: border-box;
  line-height: 1.4;
  text-decoration: none !important;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.24px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company-block01__btn > span {
    padding: 13px 54px 10px 0px;
    font-size: 13px;
  }
}
.p-company-block01__btn > span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  margin: 0;
  opacity: 0.9;
  background-color: #fff;
  border-radius: 50px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-company-block01__btn > span::before {
    right: 1px;
    top: 3px;
    width: 38px;
    height: 38px;
  }
}
.p-company-block01__btn > span::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  width: 10px;
  height: 8px;
  background: url("../img/right-arrow.png") no-repeat 50% 50%;
  background-size: cover;
  transition: 0.2s;
}
.p-company-block01__btn > span:hover::before {
  right: -4px;
}
.p-company-block01__btn > span:hover::after {
  right: 11px;
}
.p-company-block01--rev {
  flex-direction: row-reverse;
}
.p-company-block01--rev .p-company-block01__img {
  position: absolute;
  top: 24px;
  right: auto;
  left: 0;
}
@media screen and (max-width: 1050px) {
  .p-company-block01--rev .p-company-block01__img {
    position: relative;
    top: 0;
  }
}
.p-company-block01--rev .p-company-block01__content {
  padding: 42px 20px 52px 110px;
  background-color: #17400b;
}
@media screen and (max-width: 1050px) {
  .p-company-block01--rev .p-company-block01__content {
    padding: 42px 20px 52px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-block01--rev .p-company-block01__content {
    min-height: auto;
    padding: 42px 20px 52px 20px;
  }
}

.c-cpa-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-cpa-list {
    grid-template-columns: 1fr;
  }
}
.c-cpa-list__item {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
}
.c-cpa-list__img {
  margin: 0 !important;
}
.c-cpa-list__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 373/202;
}
.c-cpa-list__link {
  transition: 0.2s;
  color: #000 !important;
}
.c-cpa-list__link:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.c-cpa-list__text {
  margin: 0 !important;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  line-height: 1.6 !important;
}

.energy .c-cpa-list,
.real-estate .c-cpa-list {
  display: none;
}
.energy .l-contents,
.real-estate .l-contents {
  margin-bottom: 0;
}

.c-cpa-list02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .c-cpa-list02 {
    grid-template-columns: 1fr;
    margin-top: 100px;
  }
}
.c-cpa-list02__item {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
}
.c-cpa-list02__img {
  margin: 0 !important;
}
.c-cpa-list02__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 373/202;
}
.c-cpa-list02__link {
  transition: 0.2s;
  color: #000 !important;
}
.c-cpa-list02__link:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.c-cpa-list02__text {
  margin: 0 !important;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  line-height: 1.6 !important;
}

.p-entry__body {
  /* 再生可能エネルギー */
  /* 投資用＋不動産 */
  /* 採用情報 */
}
.p-entry__body .p-entry__body .c-page-heading {
  position: relative;
  padding: 0px 0 2px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #231815;
}
.p-entry__body .p-entry__body .c-page-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #7d1419;
}
.p-entry__body .c-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-entry__body .c-block01 {
    grid-template-columns: 1fr;
  }
}
.p-entry__body .c-block01__img {
  margin-bottom: 0 !important;
}
.p-entry__body .c-block01__content {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-entry__body .c-block01__content {
    padding: 0;
  }
}
.p-entry__body .c-block02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-entry__body .c-block02 {
    grid-template-columns: 1fr;
    flex-direction: row-reverse;
  }
}
.p-entry__body .p-energy-block00 {
  grid-template-columns: 60% 40%;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-energy-block00 {
    grid-template-columns: 1fr;
  }
}
.p-entry__body .p-energy-block01 {
  padding: 40px 30px 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.52);
  background-color: #a52a2a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-energy-block01 {
    padding: 30px 20px;
  }
}
.p-entry__body .p-energy-block01--green {
  background-color: #17400b;
}
.p-entry__body .p-energy-block01__img {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-energy-block01__img {
    margin: 0 !important;
    padding: 0;
  }
}
.p-entry__body .p-energy-block01 p {
  font-size: 20px;
  margin-bottom: 15px;
}
.p-entry__body .p-energy-block01 ul {
  list-style-type: disc;
  margin-bottom: 0 !important;
}
.p-entry__body .p-real-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .p-entry__body .p-real-block01 {
    gap: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .p-entry__body .p-real-block01 {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-real-block01 {
    gap: 0;
  }
}
.p-entry__body .p-real-block01__content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-real-block01__content {
    flex: auto;
    width: 100%;
  }
}
.p-entry__body .p-real-block01__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-real-block01__img {
    margin-inline: auto !important;
  }
}
.p-entry__body .p-real-block02 {
  margin-bottom: 70px;
  padding: 30px 20px 10px 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-real-block02 {
    padding: 30px 20px 30px 20px;
  }
}
.p-entry__body .p-real-block02__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #A52A2B;
}
.p-entry__body .p-real-ul01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-entry__body .p-real-ul01 li {
  position: relative;
  padding-left: 20px;
}
.p-entry__body .p-real-ul01 li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}
.p-entry__body .p-real-bg01 {
  position: relative;
  z-index: 2;
}
.p-entry__body .p-real-bg01::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 330px;
  height: 699px;
  margin: auto;
  background: url("../img/real/real-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}
.p-entry__body .p-real-bg02 {
  position: relative;
  z-index: 2;
}
.p-entry__body .p-real-bg02::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  width: 537px;
  height: 449px;
  margin: auto;
  background: url("../img/real/real-bg02.png") no-repeat 50% 50%;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}
.p-entry__body .p-recruit-block01 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-block01 {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.p-entry__body .p-recruit-block01__img {
  width: calc(50% + 37px);
  height: 421px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1050px) {
  .p-entry__body .p-recruit-block01__img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-block01__img {
    width: 100%;
    height: auto;
  }
}
.p-entry__body .p-recruit-block01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 627/421;
}
.p-entry__body .p-recruit-block01__content {
  position: absolute;
  top: 100px;
  left: 0;
  width: 50%;
  height: 222px;
  z-index: 2;
  padding: 40px;
  background-color: #a52a2a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-block01__content {
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    padding: 20px 20px 30px;
  }
}
.p-entry__body .p-recruit-block01__title {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "EB Garamond", serif;
  font-weight: bold;
  line-height: 1.8;
}
.p-entry__body .p-recruit-block01__desc {
  margin-bottom: 0px !important;
  line-height: 1.75 !important;
}
.p-entry__body .p-recruit-title {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 0 27px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-title {
    padding: 0 0 0 25px;
    font-size: 18px;
  }
}
.p-entry__body .p-recruit-title::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  color: #7d1419;
}
.p-entry__body .p-recruit-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #c5c5c5;
  padding: 15px 0;
}
.p-entry__body .p-recruit-list__item dt {
  width: 350px;
  padding: 0 10px;
}
@media screen and (max-width: 1050px) {
  .p-entry__body .p-recruit-list__item dt {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-list__item dt {
    width: 100px;
  }
}
.p-entry__body .p-recruit-list__item dd {
  width: calc(100% - 350px);
  margin: 0;
  padding: 0 10px;
}
@media screen and (max-width: 1050px) {
  .p-entry__body .p-recruit-list__item dd {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-list__item dd {
    width: calc(100% - 100px);
  }
}
.p-entry__body .p-recruit-list__item dd a {
  text-decoration: underline;
}
.p-entry__body .p-recruit-flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 75px 60px;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-flow {
    grid-template-columns: 1fr;
    gap: 85px 60px;
  }
}
.p-entry__body .p-recruit-flow__item {
  position: relative;
  padding: 0px 15px 0px;
  border: solid 3px #a62c2c;
  background-color: #fff;
  text-align: center;
}
.p-entry__body .p-recruit-flow__item::after {
  content: "";
  position: absolute;
  top: 39%;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 26px;
  border-color: transparent transparent transparent #C5C5C5;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-flow__item::after {
    top: auto;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: auto;
    rotate: 90deg;
  }
}
.p-entry__body .p-recruit-flow__item:last-of-type::after {
  display: none;
}
.p-entry__body .p-recruit-flow__no {
  width: 70px;
  height: 70px;
  margin: -37px auto 10px auto;
  padding: 16px 0 0;
  background-color: #a62c2c;
  border-radius: 50px;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-flow__no {
    width: 50px;
    height: 50px;
    margin: -26px auto 10px auto;
    padding: 11px 0 0;
    font-size: 24px;
  }
}
.p-entry__body .p-recruit-flow__img {
  margin-bottom: 20px;
}
.p-entry__body .p-recruit-flow__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-flow__title {
    font-size: 18px;
  }
}
.p-entry__body .p-recruit-flow__text {
  text-align: left;
  font-size: 16px;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .p-entry__body .p-recruit-flow__text {
    font-size: 14px;
  }
}