@charset "UTF-8";
:root {
  --f1: "Zen Kaku Gothic New", sans-serif;
  --f2: "Outfit", sans-serif;
  --f3: "Roboto", sans-serif;
}

:root {
  --c0: #323232;
  --c1: #00783C;
  --c2: #005A46;
  --c3: #3C3C3C;
  --c4: #003A23;
  --c5: #00A63C;
  --c6: #004628;
  --c-wh: #FFFFFF;
  --c-gray: #cccccc;
  --c-gray2: #f8f8f8;
  --c-gray3: #808080;
  --c-gray4: #D9D9D9;
  --c-gray5: #f8f8f8;
  --c-gray6: #f3f3f3;
}

.p-opening {
  background-color: var(--c-wh);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.p-opening.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-opening__image {
  width: 240px;
  height: 237px;
}
.p-opening__image svg {
  width: 100%;
  height: 100%;
}
.p-opening__fill {
  fill: var(--c5);
}
.p-opening__stroke {
  fill: none;
  stroke: var(--c5);
  stroke-miterlimit: 10;
  stroke-width: 8.3px;
}
.p-opening__circle {
  transform-origin: 120.01px 125.63px;
  transform: rotate(-90deg);
}
.p-opening__star {
  clip-path: url(#opening-clippath);
}

.p-homeMv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-homeMv {
    overflow: hidden;
    max-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv {
    aspect-ratio: 375/667;
    overflow: hidden;
  }
}
.p-homeMv__image {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-homeMv__image {
    aspect-ratio: 1600/900;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__image {
    aspect-ratio: 375/667;
    height: 100%;
    overflow: hidden;
  }
}
.p-homeMv__image iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-homeMv__image iframe {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__image iframe {
    width: 177.78vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.p-homeMv__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.p-homeMv__content {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-homeMv__content {
    bottom: 8.4%;
    left: 80px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__content {
    bottom: 22%;
    left: 30px;
  }
}
.p-homeMv__title h2 {
  color: var(--c-wh);
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-homeMv__title h2 {
    font-size: 3.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__title h2 {
    font-size: 2.4285714286em;
  }
}
.p-homeMv__title p {
  position: relative;
  width: fit-content;
  color: var(--c-wh);
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 500;
  padding-inline: 30px;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
@media screen and (min-width: 768px) {
  .p-homeMv__title p {
    margin-top: 38px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__title p {
    margin-top: 13px;
    font-size: 1rem;
  }
}
.p-homeMv__title p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 1px;
  background-color: var(--c-wh);
}
.p-homeMv__title p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 1px;
  background-color: var(--c-wh);
}
.p-homeMv__title p.is-visible {
  opacity: 1;
}
.p-homeMv__char {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-homeMv__char.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-homeMv__bnr {
  position: absolute;
  z-index: 2;
  bottom: 3vh;
  right: 20px;
  width: 15%;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnr {
    bottom: 30px;
    right: 30px;
    width: 315px;
  }
}
.p-homeMv__bnr.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.p-homeMv__bnrInner {
  padding: 3px 3px 18px 3px;
  background-color: var(--c1);
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrInner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 10px 3px 3px;
  }
}
.p-homeMv__bnrImg {
  aspect-ratio: 240/100;
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrImg {
    aspect-ratio: 110/80;
    max-width: 110px;
  }
}
.p-homeMv__bnrImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeMv__bnrTitle {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-homeMv__bnrTitle {
    justify-content: space-between;
    margin-top: 15px;
    padding-left: 17px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrTitle {
    margin-top: 0px;
    gap: 8px;
  }
}
.p-homeMv__bnrTitle h3 {
  color: var(--c-wh);
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-homeMv__bnrTitle h3 {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrTitle h3 {
    letter-spacing: 0;
    font-size: 0.8571428571rem;
  }
}
.p-homeMv__bnrTitle i {
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-homeMv__bnrTitle i {
    width: 15px;
  }
}
.p-homeMv__bnrTitle i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-homeNews {
    padding: 140px 0 160px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeNews {
    padding: 80px 0 100px 0;
  }
}
.p-homeNews__col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-homeNews__col {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeNews__colLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 23.6363636364%;
  }
}
@media screen and (max-width: 767px) {
  .p-homeNews__colLeft {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .p-homeNews__colLeft .c-h02 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-homeNews__colLeft__btn {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeNews__colRight {
    width: 68.1818181818%;
  }
}
@media screen and (max-width: 767px) {
  .p-homeNews__colRight {
    order: 2;
    width: 100%;
  }
}

.p-homeBusiness {
  background-color: var(--c-gray2);
}
@media screen and (min-width: 768px) {
  .p-homeBusiness {
    padding: 140px 0 160px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness {
    padding: 70px 0 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeBusiness__title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__title .c-h03 {
    flex-direction: column;
  }
}
.p-homeBusiness__container {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness__container {
    width: 93.75%;
    margin-right: auto;
    flex-direction: row;
    align-items: flex-start;
    margin-top: -26px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__container {
    flex-direction: column;
    gap: 20px;
  }
}
.p-homeBusiness__slider {
  position: sticky;
  top: 100px;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness__slider {
    width: 62.6666666667%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__slider {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.p-homeBusiness__sliderWrapper {
  position: relative;
  aspect-ratio: 940/800;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__sliderWrapper {
    aspect-ratio: 315/240;
    margin: 0 30px;
    border-radius: 0;
  }
}
.p-homeBusiness__thumbNav {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__thumbNav {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 20px;
  }
  .p-homeBusiness__thumbNav::-webkit-scrollbar {
    display: none;
  }
}
.p-homeBusiness__thumbNavInner {
  display: flex;
  gap: 10px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__thumbNavInner {
    width: max-content;
  }
}
.p-homeBusiness__thumbNavItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
}
.p-homeBusiness__thumbNavItem.active .p-homeBusiness__thumbNavNumber {
  color: var(--c1);
}
.p-homeBusiness__thumbNavNumber {
  font-family: var(--f2);
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-gray3);
  letter-spacing: 0.05em;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.p-homeBusiness__thumbNavImage {
  width: 140px;
  height: 80px;
  overflow: hidden;
  border-radius: 0px;
}
.p-homeBusiness__thumbNavImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeBusiness__splide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.p-homeBusiness__splide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.p-homeBusiness__splide .splide__track {
  height: 100%;
}
.p-homeBusiness__splide .splide__list {
  height: 100%;
}
.p-homeBusiness__splide .splide__slide {
  position: relative;
  height: 100%;
}
.p-homeBusiness__splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeBusiness__splide .splide__wipe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c1);
  z-index: 10;
  pointer-events: none;
}
.p-homeBusiness__splide .splide__pagination {
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__splide .splide__pagination {
    bottom: -30px;
  }
}
.p-homeBusiness__splide .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--c-gray1);
  transition: all 0.3s ease;
  opacity: 1;
}
.p-homeBusiness__splide .splide__pagination__page.is-active {
  width: 24px;
  border-radius: 4px;
  background-color: var(--c1);
}
.p-homeBusiness__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-homeBusiness__content {
    width: 37.3333333333%;
    flex-shrink: 0;
    overflow-y: auto;
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__content {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
}
.p-homeBusiness__content::-webkit-scrollbar {
  display: none;
}
.p-homeBusiness__progress {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 75%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__progress {
    order: 1;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 3px;
    margin: 14px 30px 0;
    max-width: 315px;
  }
}
.p-homeBusiness__progressTrack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-gray);
}
.p-homeBusiness__progressBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--c1);
  transition: top 0.1s ease-out;
  cursor: grab;
}
.p-homeBusiness__progressBar:active {
  cursor: grabbing;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__progressBar {
    top: 0;
    height: 100%;
    transition: left 0.1s ease-out;
  }
}
.p-homeBusiness__contentInner {
  display: flex;
  flex-direction: column;
  gap: 73px;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__contentInner {
    gap: 0;
  }
}
.p-homeBusiness__item {
  display: flex;
  gap: 30px;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__item {
    flex-direction: column;
    gap: 0;
    display: none;
  }
}
.p-homeBusiness__item.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__item.active {
    display: flex;
  }
}
.p-homeBusiness__item.active .p-homeBusiness__itemTitle {
  color: var(--c1);
  transition: color 0.5s ease;
}
.p-homeBusiness__item.active .p-homeBusiness__itemNumber {
  color: var(--c1);
  transition: color 0.5s ease;
}
.p-homeBusiness__item.active .p-homeBusiness__itemImage::before {
  background-color: var(--c1);
  transition: background-color 0.5s ease;
}
.p-homeBusiness__itemContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__itemContent {
    gap: 20px;
  }
}
.p-homeBusiness__itemImage {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__itemImage {
    display: none;
  }
}
.p-homeBusiness__itemImage::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6.4vw;
  width: 30px;
  height: 1px;
  background-color: var(--c-gray);
  z-index: 1;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__itemImage::before {
    display: none;
  }
}
.p-homeBusiness__itemNumber {
  font-family: var(--f2);
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--c-gray3);
  transition: color 0.5s ease;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__itemNumber {
    font-size: 1.4285714286rem;
  }
}
.p-homeBusiness__itemImageInner {
  width: 100%;
  aspect-ratio: 460/240;
  overflow: hidden;
}
.p-homeBusiness__itemImageInner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeBusiness__itemBody {
  flex: 1;
}
.p-homeBusiness__itemTitle {
  transition: color 0.5s ease;
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--c-bk);
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__itemTitle {
    font-size: 1.4285714286rem;
    margin-bottom: 12px;
    text-align: center;
    color: var(--c1);
  }
}
.p-homeBusiness__itemText {
  font-size: 0.875rem;
  color: var(--c-bk);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__itemText {
    font-size: 0.8571428571rem;
    text-align: left;
    padding: 0 30px;
  }
}
.p-homeBusiness__btns {
  width: fit-content;
  display: flex;
  margin-inline: auto;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-homeBusiness__btns {
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    padding: 0 30px;
  }
  .p-homeBusiness__btns .c-btn {
    width: 240px;
    max-width: 100%;
  }
}

.p-homeLinks {
  background-color: var(--c3);
}
@media screen and (min-width: 768px) {
  .p-homeLinks {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeLinks {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homeLinks__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeLinks__inner {
    padding: 0;
  }
}
.p-homeLinks__grid {
  position: relative;
}
.p-homeLinks__crosses {
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-homeLinks__crosses {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0 0, calc(33.333% + 10px) 0, calc(66.666% - 10px) 0, 100% 0, 0 calc(50% - 10px), calc(33.333% + 10px) calc(50% - 10px), calc(66.666% - 10px) calc(50% - 10px), 100% calc(50% - 10px), 0 100%, calc(33.333% + 10px) 100%, calc(66.666% - 10px) 100%, 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-homeLinks__crosses {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0v20M0 10h20' stroke='%23228B46' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 5% 0, 50% 0, 95% 0, 5% calc(33.333% + 5px), 50% calc(33.333% + 5px), 95% calc(33.333% + 5px), 5% calc(66.666% - 5px), 50% calc(66.666% - 5px), 95% calc(66.666% - 5px), 5% 100%, 50% 100%, 95% 100%;
  }
}
.p-homeLinks__items {
  position: relative;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-homeLinks__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeLinks__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
.p-homeLinks__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--c-wh);
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-homeLinks__item {
    aspect-ratio: 360/240;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeLinks__item {
    aspect-ratio: 1/1;
    padding: 20px 10px;
  }
}
.p-homeLinks__item:hover {
  background-color: var(--c1);
}
.p-homeLinks__item:hover .p-homeLinks__itemIcon img {
  filter: brightness(0) invert(1);
}
.p-homeLinks__item:hover .p-homeLinks__itemTitle {
  color: var(--c-wh);
}
.p-homeLinks__item:hover .p-homeLinks__itemArrow {
  border-color: var(--c-wh);
}
.p-homeLinks__item:hover .p-homeLinks__itemArrow::before {
  border-color: var(--c-wh);
}
.p-homeLinks__itemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-homeLinks__itemIcon {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeLinks__itemIcon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}
.p-homeLinks__itemIcon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: filter 0.3s ease;
}
.p-homeLinks__itemTitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--c-bk);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-homeLinks__itemTitle {
    font-size: 1rem;
  }
}
.p-homeLinks__itemArrow {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--c1);
  border-radius: 50%;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-homeLinks__itemArrow {
    bottom: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.p-homeLinks__itemArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--c1);
  border-bottom: 1px solid var(--c1);
  transform: translate(-60%, -50%) rotate(-45deg);
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-homeLinks__itemArrow::before {
    width: 4px;
    height: 4px;
  }
}

.p-homeSlider {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-homeSlider {
    padding: 140px 0 160px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSlider {
    padding: 80px 0;
  }
}
.p-homeSlider__splide .splide__track {
  overflow: visible;
}
.p-homeSlider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-homeSlider__slide.--size1 {
    width: 280px;
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSlider__slide.--size1 {
    width: 140px;
    height: 105px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSlider__slide.--size2 {
    width: 378px;
    height: 280px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSlider__slide.--size2 {
    width: 189px;
    height: 140px;
    margin-top: 40px;
  }
}
.p-homeSlider__slide.--sizeBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-homeSlider__slide.--sizeBox {
    width: 280px;
    height: 280px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSlider__slide.--sizeBox {
    width: 140px;
    height: 140px;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSlider__slide.--size5 {
    width: 230px;
    height: 230px;
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSlider__slide.--size5 {
    width: 115px;
    height: 115px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSlider__slide.--size6 {
    width: 362px;
    height: 241px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSlider__slide.--size6 {
    width: 181px;
    height: 120px;
  }
}
.p-homeSlider__boxItem {
  flex: 1;
}
.p-homeSlider__boxItem:first-child {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-homeSlider__boxItem:first-child {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSlider__boxItem {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSlider__boxItem {
    width: 100px;
  }
}
.p-homeSlider__boxItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-homeBg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-homeBg {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-homeBg {
    height: 100svh;
  }
}
.p-homeBg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-homeBg__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.p-homeBg__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeBg__image.is-fixed {
  position: fixed;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-homeBg__image.is-fixed {
    height: 100svh;
  }
}
.p-homeBg__content {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 0;
}
.p-homeBg__logo {
  width: 120px;
  height: 120px;
  margin-inline: auto;
}
.p-homeBg__text {
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--c-wh);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-homeBg__text {
    font-size: 1.4285714286rem;
    margin-top: 30px;
  }
}

.p-homeRecruit {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 58, 35, 0.8);
}
@media screen and (min-width: 768px) {
  .p-homeRecruit {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit {
    padding: 80px 0;
  }
}
.p-homeRecruit__col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__col {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__left {
    width: 43.0769230769%;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__left {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__title {
    order: 1;
    width: 100%;
  }
}
.p-homeRecruit__title h3 {
  color: var(--c-wh);
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__title h3 {
    font-size: 2.5rem;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__title h3 {
    font-size: 1.7142857143rem;
    margin-bottom: 24px;
  }
}
.p-homeRecruit__title p {
  color: var(--c-wh);
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__title p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__title p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__recruitment {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__recruitment {
    order: 3;
    width: 100%;
    margin-top: 40px;
  }
}
.p-homeRecruit__recruitment h3 {
  position: relative;
  color: var(--c-wh);
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__recruitment h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__recruitment h3 {
    font-size: 1.2857142857rem;
  }
}
.p-homeRecruit__recruitment h3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80%;
  height: 1px;
  background-color: var(--c-wh);
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__recruitment h3::before {
    width: 70%;
  }
}
.p-homeRecruit__recruitmentBtns {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__recruitmentBtns {
    margin-top: 35px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__recruitmentBtns {
    margin-top: 24px;
    gap: 20px;
  }
}
.p-homeRecruit__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__btn {
    order: 4;
    width: 100%;
    margin-top: 20px;
  }
  .p-homeRecruit__btn .c-btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__right {
    padding-top: 10px;
    width: 43.0769230769%;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__right {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
}
.p-homeRecruit__linksItems {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__linksItems {
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 79px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__linksItems {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-homeRecruit__linksItem {
  display: block;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease;
}
.p-homeRecruit__linksItem:hover {
  opacity: 0.7;
}
.p-homeRecruit__linksItem.--interview {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__linksItem.--interview {
    grid-column: span 1;
  }
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__linksItem:first-child .p-homeRecruit__linksTitle {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__linksItem:first-child .p-homeRecruit__linksTitle {
    font-size: 1rem;
    margin-top: 15px;
  }
}
.p-homeRecruit__linksImage {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__linksImage {
    width: 240px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__linksImage {
    width: 100%;
    aspect-ratio: 240/160;
  }
}
.p-homeRecruit__linksImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeRecruit__linksImageLarge {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__linksImageLarge {
    width: 560px;
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__linksImageLarge {
    width: 100%;
    aspect-ratio: 560/460;
  }
}
.p-homeRecruit__linksImageLarge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeRecruit__linksTitle {
  width: 100%;
  color: var(--c-wh);
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__linksTitle {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__linksTitle {
    font-size: 1rem;
    margin-top: 15px;
  }
}
.p-homeRecruit__linksArrow {
  position: absolute;
  display: block;
  border: 1px solid var(--c-wh);
  border-radius: 50%;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-homeRecruit__linksArrow {
    bottom: 6px;
    right: 0;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__linksArrow {
    bottom: 4px;
    right: 0;
    width: 16px;
    height: 16px;
  }
}
.p-homeRecruit__linksArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--c-wh);
  border-bottom: 1px solid var(--c-wh);
  transform: translate(-60%, -50%) rotate(-45deg);
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-homeRecruit__linksArrow::before {
    width: 4px;
    height: 4px;
  }
}

.p-business__contents {
  margin-top: 0;
  counter-reset: business-counter;
  border-bottom: 2px solid var(--c-gray4);
}
.p-business__contentsItem {
  position: relative;
  background-color: var(--c-gray2);
  padding: 160px 150px 165px;
  counter-increment: business-counter;
}
@media screen and (max-width: 767px) {
  .p-business__contentsItem {
    padding: 80px 20px 60px;
  }
}
.p-business__contentsItem:nth-child(even) {
  background-color: var(--c-wh);
}
.p-business__contentsItem:nth-child(even) .p-business__contentsItemDesc::after {
  background: linear-gradient(to bottom, transparent, var(--c-wh));
}
.p-business__contentsItemNum {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: color-mix(in srgb, var(--c0) 10%, transparent);
  color: var(--c1);
  font-size: 1.75rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f2);
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemNum {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.p-business__contentsItemNum::before {
  content: counter(business-counter, decimal-leading-zero);
}
.p-business__contentsItemInner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .p-business__contentsItemInner {
    max-width: 1300px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemInner {
    flex-direction: column;
    gap: 30px;
  }
}
.p-business__contentsItemLeft {
  width: 610px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemLeft {
    width: 100%;
  }
}
.p-business__contentsItemImg {
  width: 100%;
  overflow: hidden;
}
.p-business__contentsItemImg img {
  width: 100%;
  height: auto;
  display: block;
}
.p-business__contentsItemTitle {
  margin-top: 43px;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--c0);
  display: flex;
  align-items: center;
  gap: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemTitle {
    margin-top: 30px;
    font-size: 20px;
    gap: 10px;
  }
}
.p-business__contentsItemTitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--c1);
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemTitle::before {
    width: 15px;
  }
}
.p-business__contentsItemLead {
  margin-top: 26px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--c0);
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemLead {
    margin-top: 20px;
    font-size: 16px;
  }
}
.p-business__contentsItemBtn {
  text-align: center;
  margin-inline: auto;
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemBtn {
    margin-top: 30px;
  }
}
.p-business__contentsItemRight {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-business__contentsItemDesc {
  font-size: 16px;
  line-height: 2.2;
  color: var(--c0);
  max-height: 400px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemDesc {
    font-size: 14px;
    line-height: 2;
    max-height: 280px;
  }
}
.p-business__contentsItemDesc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--c-gray2));
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.p-business__contentsItemDesc p {
  margin-bottom: 1.5em;
}
.p-business__contentsItemDesc p:last-child {
  margin-bottom: 0;
}
.p-business__contentsItemDesc.is-open {
  transition: max-height 0.4s ease;
  max-height: 100%;
  padding-bottom: 80px;
}
.p-business__contentsItemDesc.is-open::after {
  opacity: 0;
}
.p-business__contentsItemDescImages {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemDescImages {
    margin: 20px 0;
  }
}
.p-business__contentsItemDescImages img {
  width: 100%;
  height: auto;
  display: block;
}
.p-business__contentsItemDescImages--double {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemDescImages--double {
    flex-direction: column;
    gap: 15px;
  }
}
.p-business__contentsItemDescImages--double img {
  flex: 1;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemDescImages--double img {
    width: 100%;
  }
}
.p-business__contentsItemDescImages--single img {
  width: 100%;
}
.p-business__contentsItemMore {
  position: absolute;
  bottom: 27%;
  right: 50%;
  transform: translateX(50%);
  margin-top: 30px;
  background: var(--c-wh);
  border: 1px solid var(--c0);
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 49px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c0);
  transition: opacity 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
  letter-spacing: 0.05em;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-business__contentsItemMore {
    bottom: 0;
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-business__contentsItemMore.is-open, .p-business__contentsItemMore:hover {
  border-color: var(--c1);
  color: var(--c1);
}
.p-business__contentsItemMore:hover .p-business__contentsItemMoreIcon::before, .p-business__contentsItemMore:hover .p-business__contentsItemMoreIcon::after {
  background-color: var(--c1);
}
.p-business__contentsItemMoreText {
  position: relative;
}
.p-business__contentsItemMoreIcon {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  right: 15px;
}
.p-business__contentsItemMoreIcon::before, .p-business__contentsItemMoreIcon::after {
  content: "";
  position: absolute;
  background-color: var(--c0);
  transition: transform 0.3s, background-color 0.3s;
}
.p-business__contentsItemMoreIcon::before {
  top: 50%;
  left: 0;
  width: 13px;
  height: 1px;
  transform: translateY(-50%);
}
.p-business__contentsItemMoreIcon::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 13px;
  transform: translateX(-50%);
}
.is-open .p-business__contentsItemMoreIcon::before, .is-open .p-business__contentsItemMoreIcon::after, .p-business__contentsItemMoreIcon:hover .p-business__contentsItemMoreIcon::before, .p-business__contentsItemMoreIcon:hover .p-business__contentsItemMoreIcon::after {
  background-color: var(--c1);
}
.is-open .p-business__contentsItemMoreIcon::after, .p-business__contentsItemMoreIcon:hover .p-business__contentsItemMoreIcon::after {
  transform: translateX(-50%) rotate(90deg);
}

.p-ourInitiatives {
  display: flex;
  gap: 100px;
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives {
    flex-direction: column;
    gap: 0;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.p-ourInitiatives__nav {
  position: relative;
  z-index: -1;
  width: 16.6666666667%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__nav {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-ourInitiatives__navList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-ourInitiatives__navItem {
  border-bottom: 1px solid var(--c-gray3);
}
.p-ourInitiatives__navLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px 14px 0;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--c0);
  text-decoration: none;
  transition: color 0.3s;
}
.p-ourInitiatives__navLink::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--c0);
  border-radius: 50%;
  position: absolute;
  right: 0px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.p-ourInitiatives__navLink::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--c0);
  border-right: 1px solid var(--c0);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}
.p-ourInitiatives__navLink:hover, .p-ourInitiatives__navLink.is-active {
  color: var(--c1);
}
.p-ourInitiatives__navLink:hover::after, .p-ourInitiatives__navLink.is-active::after {
  border-color: var(--c1);
}
.p-ourInitiatives__navLink:hover::before, .p-ourInitiatives__navLink.is-active::before {
  border-color: var(--c1);
}
.p-ourInitiatives__main {
  padding-top: 14px;
  flex: 1;
  width: 100%;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__main {
    max-width: 100%;
    padding-top: 0;
  }
}
.p-ourInitiatives__section {
  margin-bottom: 148px;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__section {
    margin-bottom: 80px;
  }
}
.p-ourInitiatives__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-ourInitiatives__sectionHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__sectionHeader {
    margin-bottom: 20px;
  }
}
.p-ourInitiatives__sectionHeaderLeft {
  flex: 1;
}
.p-ourInitiatives__sectionLabel {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--c0);
  margin-bottom: 9px;
}
.p-ourInitiatives__sectionLabel::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--c1);
}
.p-ourInitiatives__sectionTitle {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__sectionTitle {
    font-size: 24px;
  }
}
.p-ourInitiatives__sectionBody {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--c0);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__sectionBody {
    font-size: 14px;
  }
}
.p-ourInitiatives__sectionBody > p {
  margin-bottom: 2em;
}
.p-ourInitiatives__sectionBody > p:last-child {
  margin-bottom: 0;
}
.p-ourInitiatives__sectionBody.is-collapsible {
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__sectionBody.is-collapsible {
    max-height: 300px;
  }
}
.p-ourInitiatives__sectionBody.is-collapsible::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.p-ourInitiatives__sectionBody.is-expanded {
  max-height: none;
}
.p-ourInitiatives__sectionBody.is-expanded::after {
  opacity: 0;
}
.p-ourInitiatives__toggleBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--c0);
  background: none;
  border: 1px solid var(--c0);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__toggleBtn {
    width: 160px;
    font-size: 12px;
    padding: 8px 0;
  }
}
.p-ourInitiatives__toggleBtn:hover {
  background-color: var(--c0);
  color: #fff;
}
.p-ourInitiatives__toggleBtn:hover .p-ourInitiatives__toggleIcon::before, .p-ourInitiatives__toggleBtn:hover .p-ourInitiatives__toggleIcon::after {
  background-color: #fff;
}
.p-ourInitiatives__toggleText {
  flex: 1;
  text-align: center;
}
.p-ourInitiatives__toggleIcon {
  position: relative;
  width: 13px;
  height: 13px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__toggleIcon {
    width: 11px;
    height: 11px;
    margin-right: 12px;
  }
}
.p-ourInitiatives__toggleIcon::before, .p-ourInitiatives__toggleIcon::after {
  content: "";
  position: absolute;
  background-color: var(--c0);
  transition: all 0.3s ease;
}
.p-ourInitiatives__toggleIcon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.p-ourInitiatives__toggleIcon::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}
.p-ourInitiatives__toggleBtn.is-expanded .p-ourInitiatives__toggleIcon::after {
  opacity: 0;
}
.p-ourInitiatives__toggleBtn:hover .p-ourInitiatives__toggleIcon::before, .p-ourInitiatives__toggleBtn:hover .p-ourInitiatives__toggleIcon::after {
  background-color: #fff;
}
.p-ourInitiatives__sign {
  margin-top: 2em;
}
.p-ourInitiatives__subTitle {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__subTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-ourInitiatives__list {
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
  counter-reset: list-counter;
}
.p-ourInitiatives__list > li {
  position: relative;
  padding-left: 2.4em;
  counter-increment: list-counter;
}
.p-ourInitiatives__list > li::before {
  content: counter(list-counter, cjk-earthly-branch);
  position: absolute;
  left: 0;
  color: var(--c0);
}
.p-ourInitiatives__list > li:nth-child(1)::before {
  content: "①";
}
.p-ourInitiatives__list > li:nth-child(2)::before {
  content: "②";
}
.p-ourInitiatives__list > li:nth-child(3)::before {
  content: "③";
}
.p-ourInitiatives__list > li:nth-child(4)::before {
  content: "④";
}
.p-ourInitiatives__list > li:nth-child(5)::before {
  content: "⑤";
}
.p-ourInitiatives__list > li:nth-child(6)::before {
  content: "⑥";
}
.p-ourInitiatives__list > li:nth-child(7)::before {
  content: "⑦";
}
.p-ourInitiatives__list > li:nth-child(8)::before {
  content: "⑧";
}
.p-ourInitiatives__list > li:nth-child(9)::before {
  content: "⑨";
}
.p-ourInitiatives__list > li:nth-child(10)::before {
  content: "⑩";
}
.p-ourInitiatives__list ul {
  margin-left: -2.4em;
  padding-left: 0;
  list-style: none;
}
.p-ourInitiatives__list ul li {
  position: relative;
  padding-left: 1em;
}
.p-ourInitiatives__list ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-ourInitiatives__images {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__images {
    margin: 20px 0;
  }
}
.p-ourInitiatives__images--triple {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__images--triple {
    flex-direction: column;
    gap: 20px;
  }
}
.p-ourInitiatives__imageItem {
  flex: 1;
}
.p-ourInitiatives__imageItem img {
  width: 100%;
  height: auto;
  display: block;
}
.p-ourInitiatives__imageItem figcaption {
  margin-top: 18px;
  font-size: 12px;
  color: var(--c0);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__imageItem figcaption {
    margin-top: 10px;
  }
}
.p-ourInitiatives__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 56px;
}
.p-ourInitiatives__table tr {
  border-top: 1px solid var(--c-gray3);
}
.p-ourInitiatives__table tr:last-child {
  border-bottom: 1px solid var(--c-gray3);
}
.p-ourInitiatives__table th,
.p-ourInitiatives__table td {
  line-height: 1;
  padding: 23px 15px;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__table th,
  .p-ourInitiatives__table td {
    padding: 15px 10px;
    font-size: 13px;
  }
}
.p-ourInitiatives__table th {
  width: 21.6666666667%;
  font-weight: 400;
  color: var(--c0);
}
@media screen and (max-width: 767px) {
  .p-ourInitiatives__table th {
    width: 100px;
  }
}
.p-ourInitiatives__table td {
  color: var(--c0);
}

@media screen and (min-width: 768px) {
  .p-companyGreeting {
    padding-top: 90px;
    padding-bottom: 128px;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-inline: 20px;
  }
}
.p-companyGreeting__ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__ttl {
    max-width: 755px;
    margin-inline: auto;
    padding: 23px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__ttl {
    padding: 23px 0;
  }
}
.p-companyGreeting__ttl::before, .p-companyGreeting__ttl::after,
.p-companyGreeting__ttl h2::before,
.p-companyGreeting__ttl h2::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: linear-gradient(#808080, #808080), linear-gradient(#808080, #808080);
  background-size: 1px 100%, 100% 1px;
  background-position: center center, center center;
  background-repeat: no-repeat;
}
.p-companyGreeting__ttl::before {
  top: 0;
  left: -8px;
}
.p-companyGreeting__ttl::after {
  top: 0;
  right: 8px;
}
.p-companyGreeting__ttl h2 {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__ttl h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__ttl h2 {
    font-size: 1.4285714286rem;
  }
}
.p-companyGreeting__ttl h2::before {
  bottom: -23px;
  left: -8px;
}
.p-companyGreeting__ttl h2::after {
  bottom: -23px;
  right: 8px;
}
.p-companyGreeting__ttl h2 span {
  color: var(--c1);
}
.p-companyGreeting__col {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__col {
    flex-direction: row;
    gap: 80px;
    margin-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__col {
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__left {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__left {
    width: 100%;
  }
}
.p-companyGreeting__txt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__txt {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__txt {
    gap: 20px;
  }
}
.p-companyGreeting__txt p {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__txt p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__right {
    width: 33.3333333333%;
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__right {
    width: 100%;
  }
}
.p-companyGreeting__sign {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__sign {
    margin-top: 27px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__sign {
    margin-top: 15px;
    gap: 10px;
  }
}
.p-companyGreeting__sign span {
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__sign span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__sign span {
    font-size: 0.7142857143rem;
  }
}
.p-companyGreeting__sign p {
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-companyGreeting__sign p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyGreeting__sign p {
    font-size: 1.2857142857rem;
  }
}

.p-companyConcept {
  position: relative;
  background-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-companyConcept {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept {
    padding: 60px 0;
  }
}
.p-companyConcept__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__inner {
    padding-inline: 20px;
  }
}
.p-companyConcept__box {
  position: relative;
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-companyConcept__box {
    padding: 108px 100px 135px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__box {
    padding: 50px 20px 60px;
  }
}
.p-companyConcept__boxBg {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  pointer-events: none;
  aspect-ratio: 430/424;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__boxBg {
    width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__boxBg {
    width: 280px;
  }
}
.p-companyConcept__boxBg img {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-companyConcept__contents {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__contents {
    gap: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__contents {
    gap: 80px;
  }
}
.p-companyConcept__content {
  text-align: center;
}
.p-companyConcept__heading h3 {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__heading h3 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__heading h3 {
    font-size: 1.5714285714rem;
  }
}
.p-companyConcept__heading::after {
  content: "";
  display: block;
  width: 1px;
  background-color: var(--c0);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__heading::after {
    height: 20px;
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__heading::after {
    height: 15px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-companyConcept__heading02 {
    margin-top: 67px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__heading02 {
    margin-top: 40px;
  }
}
.p-companyConcept__heading02 h4 {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c1);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__heading02 h4 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__heading02 h4 {
    font-size: 1.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .p-companyConcept__copy {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__copy {
    margin-top: 24px;
  }
}
.p-companyConcept__copy p {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__copy p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__copy p {
    font-size: 1.2857142857rem;
  }
}
.p-companyConcept__copy p span {
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-companyConcept__txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__txt {
    margin-top: 16px;
  }
}
.p-companyConcept__txt p {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__txt p {
    font-size: 1rem;
    text-align: left;
  }
}
.p-companyConcept__items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__items {
    margin-top: 81px;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__items {
    margin-top: 40px;
    gap: 30px;
  }
}
.p-companyConcept__item {
  position: relative;
}
.p-companyConcept__item h5 {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__item h5 {
    font-size: 1.25rem;
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__item h5 {
    font-size: 1.1428571429rem;
    gap: 16px;
  }
}
.p-companyConcept__item h5::before, .p-companyConcept__item h5::after {
  content: "";
  display: block;
  background-color: var(--c1);
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__item h5::before, .p-companyConcept__item h5::after {
    width: 20px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__item h5::before, .p-companyConcept__item h5::after {
    width: 15px;
    height: 1px;
  }
}
.p-companyConcept__item > p {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__item > p {
    margin-top: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__item > p {
    margin-top: 10px;
    font-size: 1rem;
    text-align: left;
  }
}
.p-companyConcept__list {
  display: flex;
  flex-direction: column;
  text-align: left;
  counter-reset: list-counter;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__list {
    margin-top: 45px;
    max-width: 800px;
    margin-inline: auto;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__list {
    margin-top: 30px;
    gap: 20px;
  }
}
.p-companyConcept__list dl {
  display: flex;
  align-items: flex-start;
  counter-increment: list-counter;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-companyConcept__list dl {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__list dl {
    flex-direction: column;
    gap: 10px;
  }
}
.p-companyConcept__list dt {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__list dt {
    font-size: 1rem;
    padding-left: 25px;
    width: 9.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__list dt {
    font-size: 1rem;
    padding-left: 20px;
  }
}
.p-companyConcept__list dt::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c1);
  font-family: var(--f2);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__list dt::before {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__list dt::before {
    font-size: 1.1428571429rem;
  }
}
.p-companyConcept__list dd {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-companyConcept__list dd {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyConcept__list dd {
    font-size: 0.8571428571rem;
  }
}

@media screen and (min-width: 768px) {
  .p-companyInfo {
    padding-top: 68px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-companyInfo__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__inner {
    padding-inline: 20px;
  }
}
.p-companyInfo__items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-companyInfo__items {
    margin-top: 81px;
    gap: 103px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__items {
    margin-top: 40px;
    gap: 60px;
  }
}
.p-companyInfo__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-companyInfo__item {
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemHeading {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemHeading {
    width: 100%;
  }
}
.p-companyInfo__itemHeading h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemHeading {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemHeading {
    font-size: 1.4285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemList {
    width: 75%;
    padding-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemList {
    width: 100%;
    padding-top: 10px;
  }
}
.p-companyInfo__itemList dl {
  display: flex;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemList dl {
    align-items: flex-start;
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemList dl {
    flex-direction: column;
  }
}
.p-companyInfo__itemList dl:last-child {
  border-bottom: 1px solid #ccc;
}
.p-companyInfo__itemList dt {
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemList dt {
    width: 20.5555555556%;
    flex-shrink: 0;
    padding: 16px 10px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemList dt {
    width: 100%;
    padding: 15px 10px 0;
    font-size: 1rem;
  }
}
.p-companyInfo__itemList dd {
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemList dd {
    flex: 1;
    padding: 17px 15px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemList dd {
    width: 100%;
    padding: 8px 10px 15px;
    font-size: 0.8571428571rem;
  }
}
.p-companyInfo__itemOrganization {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-gray2);
  aspect-ratio: 900/800;
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemOrganization {
    margin-top: 16px;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemOrganization {
    margin-top: 0px;
    width: 100%;
    padding: 20px;
  }
}
.p-companyInfo__itemOrganization img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemOrganization img {
    max-width: 77.7777777778%;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemOrganization img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemMap {
    margin-top: 16px;
    width: 75%;
    aspect-ratio: 900/500;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemMap {
    width: 100%;
    aspect-ratio: 355/200;
  }
}
.p-companyInfo__itemMap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.p-companyInfo__itemMap a {
  position: relative;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-top: 15px;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--c1);
  transition: border-bottom 0.3s ease opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-companyInfo__itemMap a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemMap a {
    font-size: 0.8571428571rem;
  }
}
.p-companyInfo__itemMap a:hover {
  transition: border-bottom 0.3s ease opacity 0.3s ease;
  opacity: 0.7;
  border-bottom: 1px solid transparent;
}
.p-companyInfo__itemMap a::after {
  content: "▶︎";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-companyInfo__itemBtn {
    text-align: center;
  }
}

.p-awardsAchievement {
  position: relative;
  overflow: hidden;
  background-color: var(--c4);
}
@media screen and (min-width: 768px) {
  .p-awardsAchievement {
    padding: 121px 0 98px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsAchievement {
    padding: 50px 0 60px;
  }
}
.p-awardsAchievement__bg {
  position: absolute;
  opacity: 0.1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-awardsAchievement__bg {
    width: 340px;
    height: 335px;
    top: 47.5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-awardsAchievement__bg {
    width: 200px;
    height: 197px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-awardsAchievement__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-awardsAchievement__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-awardsAchievement__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsAchievement__inner {
    padding: 0 20px;
  }
}
.p-awardsAchievement__items {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-awardsAchievement__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 120px 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsAchievement__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 16px;
  }
}
.p-awardsAchievement__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-awardsAchievement__item {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsAchievement__item {
    gap: 16px;
  }
}
.p-awardsAchievement__itemImg {
  aspect-ratio: 276/184;
  overflow: hidden;
}
.p-awardsAchievement__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-awardsAchievement__itemBody {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-awardsAchievement__itemBody {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsAchievement__itemBody {
    gap: 12px;
  }
}
.p-awardsAchievement__itemTtl {
  color: var(--c-wh);
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-awardsAchievement__itemTtl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsAchievement__itemTtl {
    font-size: 1rem;
  }
}
.p-awardsAchievement__itemTxt {
  color: var(--c-wh);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-awardsAchievement__itemTxt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsAchievement__itemTxt {
    font-size: 0.8571428571rem;
    line-height: 1.75;
  }
}

.p-awardsHistory {
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-awardsHistory {
    padding: 149px 0 155px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory {
    padding: 60px 0 60px;
  }
}
.p-awardsHistory__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__inner {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__inner {
    flex-direction: column;
    padding-inline: 20px;
    gap: 60px;
  }
}
.p-awardsHistory__ttl {
  width: fit-content;
  font-weight: 500;
  color: var(--c0);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__ttl {
    font-size: 1.875rem;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__ttl {
    font-size: 1.5714285714rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__table {
    padding-top: 11px;
    width: 80.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__table {
    width: 100%;
  }
}
.p-awardsHistory__head {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__head {
    gap: 2px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__head {
    display: none;
  }
}
.p-awardsHistory__headCell {
  background-color: #f3f3f3;
  border-radius: 2px;
  font-weight: 500;
  text-align: center;
  color: #14141e;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__headCell {
    font-size: 0.8125rem;
    line-height: 1.8;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__headCell--year {
    width: 72px;
  }
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__headCell--name {
    width: 282px;
  }
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__headCell--detail {
    flex: 1;
  }
}
.p-awardsHistory__body {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__body {
    gap: 46px;
    padding-left: 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__body {
    gap: 40px;
  }
}
.p-awardsHistory__body::before {
  content: "";
  position: absolute;
  background-color: var(--c1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__body::before {
    width: 1px;
    height: 99%;
    left: 72px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__body::before {
    width: 1px;
    height: 97.5%;
    left: 0;
    top: 4px;
  }
}
.p-awardsHistory__group {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__group {
    flex-direction: column;
    gap: 8px;
  }
}
.p-awardsHistory__year {
  font-family: var(--f2);
  font-weight: 400;
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__year {
    position: absolute;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 22px;
    left: -72px;
    top: 0;
    width: 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__year {
    position: relative;
    font-size: 1rem;
    letter-spacing: 1.5px;
    padding-left: 20px;
  }
}
.p-awardsHistory__items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__items {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__items {
    gap: 0;
  }
}
.p-awardsHistory__item {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__item {
    align-items: flex-start;
    padding-left: 29px;
    min-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__item {
    flex-direction: column;
    padding-left: 20px;
    gap: 4px;
  }
  .p-awardsHistory__item:first-child .p-awardsHistory__dot {
    top: -25px;
  }
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__item:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.p-awardsHistory__dot {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--c-gray4);
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__dot {
    left: -9px;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__dot {
    left: -9px;
    top: 3px;
  }
}
.p-awardsHistory__dot::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--c1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-awardsHistory__name {
  font-weight: 700;
  color: #14141e;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__name {
    font-size: 0.875rem;
    width: 251px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__name {
    font-size: 0.9285714286rem;
  }
}
.p-awardsHistory__detail {
  font-weight: 500;
  color: #14141e;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-awardsHistory__detail {
    font-size: 0.875rem;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-awardsHistory__detail {
    font-size: 0.8571428571rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruitTab {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitTab {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitTab__inner {
    max-width: 880px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitTab__inner {
    padding-inline: 20px;
  }
}
.p-recruitTab__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recruitTab__list {
    gap: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitTab__list {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.p-recruitTab__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitTab__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitTab__item {
    width: calc((100% - 10px) / 2);
    flex-shrink: 0;
  }
}
.p-recruitTab__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .p-recruitTab__item::before {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitTab__item::before {
    display: none;
  }
}
.p-recruitTab__item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .p-recruitTab__item:last-child::after {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitTab__item:last-child::after {
    display: none;
  }
}
.p-recruitTab__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recruitTab__item a {
    font-size: 0.9375rem;
    height: 80px;
    padding: 0 20px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitTab__item a {
    font-size: 0.9285714286rem;
    height: 60px;
    padding: 0 25px;
    gap: 10px;
    white-space: nowrap;
  }
}
.p-recruitTab__item a svg {
  color: var(--c1);
  transition: transform 0.3s ease;
}
.p-recruitTab__item a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-recruitMessage {
    padding-top: 73px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__inner {
    padding-inline: 20px;
  }
}
.p-recruitMessage__heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__heading {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__heading {
    margin-bottom: 50px;
  }
}
.p-recruitMessage__heading h2 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__heading h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__heading h2 {
    font-size: 1.5714285714rem;
  }
}
.p-recruitMessage__heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__heading h2::after {
    bottom: -50px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__heading h2::after {
    bottom: -25px;
    height: 15px;
  }
}
.p-recruitMessage__col {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__col {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__col {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__colLeft {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__colLeft {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__colRight {
    width: 560px;
    flex-shrink: 0;
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__colRight {
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__body:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__body:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-recruitMessage__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__ttl {
    font-size: 1.875rem;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__ttl {
    font-size: 1.5714285714rem;
    margin-bottom: 15px;
  }
}
.p-recruitMessage__ttl span {
  color: var(--c1);
}
.p-recruitMessage__txt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__txt {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__txt {
    gap: 20px;
  }
}
.p-recruitMessage__txt p {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__txt p {
    font-size: 1rem;
  }
}
.p-recruitMessage__img {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__img {
    aspect-ratio: 560/350;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__img {
    aspect-ratio: 335/210;
  }
}
.p-recruitMessage__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-recruitMessage__img:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__img:not(:last-child) {
    margin-bottom: 5px;
  }
}

.p-recruitAppeal {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal {
    padding-top: 94px;
    padding-bottom: 99px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-recruitAppeal__bg {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__bg {
    top: -24%;
    left: -8.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__bg {
    top: -10%;
    left: -10%;
  }
}
.p-recruitAppeal__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__inner {
    padding-inline: 20px;
  }
}
.p-recruitAppeal__col {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__col {
    flex-direction: row;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__col {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__colLeft {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__colLeft {
    width: 100%;
  }
}
.p-recruitAppeal__imgs {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__imgs {
    width: 560px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__imgs {
    width: 100%;
    gap: 10px;
  }
}
.p-recruitAppeal__img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__img {
    aspect-ratio: 560/350;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__img {
    aspect-ratio: 335/210;
  }
}
.p-recruitAppeal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__body {
    flex: 1;
    padding-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__body {
    width: 100%;
  }
}
.p-recruitAppeal__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__ttl {
    font-size: 1.875rem;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__ttl {
    font-size: 1.5714285714rem;
    margin-bottom: 15px;
  }
}
.p-recruitAppeal__ttl span {
  color: var(--c1);
}
.p-recruitAppeal__lead {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__lead {
    font-size: 1rem;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__lead {
    font-size: 1rem;
    margin-bottom: 35px;
  }
}
.p-recruitAppeal__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__list {
    gap: 13px;
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__list {
    gap: 10px;
    margin-bottom: 25px;
  }
}
.p-recruitAppeal__list li {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--c0);
  border-bottom: 2px solid var(--c1);
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__list li {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__list li {
    font-size: 1rem;
  }
}
.p-recruitAppeal__list li span {
  color: var(--c1);
}
.p-recruitAppeal__txt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__txt {
    gap: 32px;
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__txt {
    gap: 20px;
    margin-bottom: 25px;
  }
}
.p-recruitAppeal__txt p {
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__txt p {
    font-size: 1rem;
  }
}
.p-recruitAppeal__sign {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__sign {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__sign {
    gap: 10px;
  }
}
.p-recruitAppeal__sign span {
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__sign span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__sign span {
    font-size: 0.7142857143rem;
  }
}
.p-recruitAppeal__sign p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruitAppeal__sign p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAppeal__sign p {
    font-size: 1.2857142857rem;
  }
}

.p-recruitAnchor {
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-recruitAnchor {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAnchor {
    padding: 50px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitAnchor__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAnchor__inner {
    padding-inline: 20px;
  }
}
.p-recruitAnchor__ttl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-recruitAnchor__ttl {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAnchor__ttl {
    font-size: 1.4285714286rem;
    margin-bottom: 30px;
  }
}
.p-recruitAnchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-recruitAnchor__list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAnchor__list {
    gap: 10px;
  }
}
.p-recruitAnchor__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-wh);
  border: 1px solid #323232;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recruitAnchor__item a {
    font-size: 0.875rem;
    min-width: 190px;
    height: 60px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitAnchor__item a {
    font-size: 0.8571428571rem;
    min-width: auto;
    height: 50px;
    padding: 0 15px;
  }
}
.p-recruitAnchor__item a:hover {
  background-color: var(--c0);
  color: var(--c-wh);
}

.p-recruitManager__bg {
  background-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-recruitManager__bg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__bg {
    padding: 60px 0;
  }
}
.p-recruitManager__inner {
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-recruitManager__inner {
    max-width: 1200px;
    margin-inline: auto;
    padding: 106px 100px 120px 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__inner {
    margin-inline: 20px;
    padding: 40px 20px;
  }
}
.p-recruitManager__heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__heading {
    padding-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__heading {
    padding-bottom: 40px;
  }
}
.p-recruitManager__heading h2 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__heading h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__heading h2 {
    font-size: 1.5714285714rem;
  }
}
.p-recruitManager__heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-recruitManager__heading h2::after {
    bottom: -49px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__heading h2::after {
    bottom: -20px;
    height: 15px;
  }
}
.p-recruitManager__content {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__content {
    gap: 79px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__content {
    gap: 30px;
  }
}
.p-recruitManager__upper {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__upper {
    flex-direction: row;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__upper {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitManager__upperLeft {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__upperLeft {
    width: 100%;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitManager__upperRight {
    padding-top: 12px;
    width: 280px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__upperRight {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__profile {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
  }
}
.p-recruitManager__profileImg {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__profileImg {
    width: 280px;
    aspect-ratio: 280/440;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__profileImg {
    width: 140px;
    aspect-ratio: 280/440;
    flex-shrink: 0;
  }
}
.p-recruitManager__profileImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruitManager__profileInfo {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__profileInfo {
    justify-content: flex-end;
    gap: 20px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__profileInfo {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.p-recruitManager__profileRole {
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitManager__profileRole {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__profileRole {
    font-size: 0.7142857143rem;
  }
}
.p-recruitManager__profileName {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__profileName {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__profileName {
    font-size: 1.2857142857rem;
  }
}
.p-recruitManager__lower {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__lower {
    flex-direction: row;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__lower {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitManager__lowerLeft {
    width: 280px;
    flex-shrink: 0;
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__lowerLeft {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitManager__lowerRight {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__lowerRight {
    width: 100%;
  }
}
.p-recruitManager__imgs {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__imgs {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__imgs {
    flex-direction: row;
    gap: 10px;
  }
}
.p-recruitManager__img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__img {
    width: 280px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__img {
    flex: 1;
    aspect-ratio: 1/1;
  }
}
.p-recruitManager__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruitManager__txt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__txt {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__txt {
    gap: 20px;
  }
}
.p-recruitManager__txt p {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .p-recruitManager__txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitManager__txt p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruitFaq {
    padding: 149px 0 160px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq {
    padding: 60px 0 80px 0;
  }
}
.p-recruitFaq__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
    gap: 100px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__inner {
    flex-direction: column;
    gap: 40px;
    padding-inline: 20px;
  }
}
.p-recruitFaq__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__ttl {
    font-size: 1.4285714286rem;
  }
}
.p-recruitFaq__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__list {
    padding-top: 12px;
    gap: 20px;
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__list {
    gap: 15px;
  }
}
.p-recruitFaq__item {
  background-color: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
}
.p-recruitFaq__question {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__question {
    padding: 15px 22px 15px 40px;
    gap: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__question {
    padding: 15px;
    gap: 10px;
  }
}
.p-recruitFaq__question:hover {
  opacity: 0.7;
}
.p-recruitFaq__label {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--c1);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__label {
    font-size: 1.1428571429rem;
  }
}
.p-recruitFaq__questionTxt {
  flex: 1;
  font-weight: 700;
  color: var(--c0);
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__questionTxt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__questionTxt {
    font-size: 1.1428571429rem;
  }
}
.p-recruitFaq__item.is-open .p-recruitFaq__questionTxt {
  transition: color 0.3s ease;
  color: var(--c1);
}
.p-recruitFaq__icon {
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__icon {
    width: 14px;
    height: 14px;
  }
}
.p-recruitFaq__icon::before, .p-recruitFaq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--c1);
  transition: transform 0.3s ease;
}
.p-recruitFaq__icon::before {
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__icon::before {
    width: 16px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__icon::before {
    width: 14px;
    height: 2px;
  }
}
.p-recruitFaq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__icon::after {
    width: 16px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__icon::after {
    width: 14px;
    height: 2px;
  }
}
.p-recruitFaq__item.is-open .p-recruitFaq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-recruitFaq__answer {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__answer {
    padding: 18px 55px 30px 40px;
    gap: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__answer {
    padding: 15px 20px 20px;
    gap: 10px;
  }
}
.p-recruitFaq__answer::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 90%;
  height: 1px;
  background-color: var(--c-gray);
}
.p-recruitFaq__item.is-open .p-recruitFaq__answer {
  display: flex;
  align-items: flex-start;
}
.p-recruitFaq__answerTxt {
  flex: 1;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .p-recruitFaq__answerTxt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitFaq__answerTxt {
    font-size: 1.0714285714rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruitBnr {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitBnr {
    padding-bottom: 60px;
  }
}
.p-recruitBnr__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recruitBnr__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitBnr__inner {
    flex-direction: column;
    padding-inline: 20px;
    gap: 0;
  }
}
.p-recruitBnr__img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruitBnr__img {
    width: 50%;
    aspect-ratio: 600/460;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitBnr__img {
    width: 100%;
    aspect-ratio: 600/460;
  }
}
.p-recruitBnr__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruitBnr__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #003D1E;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recruitBnr__link {
    width: 50%;
    padding-top: 9.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitBnr__link {
    width: 100%;
    padding: 60px 20px;
  }
}
.p-recruitBnr__link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-recruitBnr__logo {
    width: 160px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitBnr__logo {
    width: 120px;
    margin-bottom: 20px;
  }
}
.p-recruitBnr__logo img {
  width: 100%;
  height: auto;
}
.p-recruitBnr__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-recruitBnr__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitBnr__ttl {
    font-size: 1.5714285714rem;
  }
}
.p-recruitBnr__arrow {
  position: absolute;
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-recruitBnr__arrow {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitBnr__arrow {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitBnr__arrow svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitBnr__arrow svg {
    width: 18px;
    height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .p-recruitmentsTab {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTab {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTab__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTab__inner {
    padding-inline: 20px;
  }
}
.p-recruitmentsTab__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTab__list {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTab__list {
    gap: 10px;
    flex-direction: column;
  }
}
.p-recruitmentsTab__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTab__item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTab__item {
    width: auto;
    flex-shrink: 0;
  }
}
.p-recruitmentsTab__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTab__item::before {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTab__item::before {
    display: none;
  }
}
.p-recruitmentsTab__item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTab__item:last-child::after {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTab__item:last-child::after {
    display: none;
  }
}
.p-recruitmentsTab__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTab__item a {
    font-size: 0.9375rem;
    height: 80px;
    padding: 0 28px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTab__item a {
    font-size: 0.9285714286rem;
    height: 60px;
    padding: 0 25px;
    gap: 10px;
    white-space: nowrap;
  }
}
.p-recruitmentsTab__item a svg {
  color: var(--c1);
  transition: transform 0.3s ease;
}
.p-recruitmentsTab__item a:hover {
  opacity: 0.7;
}
.p-recruitmentsTab__item.is-active a {
  color: var(--c0);
}

.p-recruitmentsSection {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection {
    padding-top: 77px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-recruitmentsSection__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__inner {
    padding: 90px 98px 98px 100px;
    border: 2px solid var(--c1);
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__inner {
    padding: 40px 20px;
    border: 2px solid var(--c1);
  }
}
.p-recruitmentsSection__heading {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__heading {
    padding-left: 30px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__heading {
    padding-left: 12px;
    margin-bottom: 20px;
  }
}
.p-recruitmentsSection__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  background-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__heading::before {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__heading::before {
    height: 24px;
  }
}
.p-recruitmentsSection__heading h2 {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__heading h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__heading h2 {
    font-size: 1.5714285714rem;
  }
}
.p-recruitmentsSection__lead {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__lead {
    gap: 0;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__lead {
    gap: 16px;
    margin-bottom: 30px;
  }
}
.p-recruitmentsSection__lead p {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__lead p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__lead p {
    font-size: 1rem;
  }
}
.p-recruitmentsSection__img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__img {
    aspect-ratio: 1000/520;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__img {
    aspect-ratio: 335/200;
    margin-bottom: 30px;
  }
}
.p-recruitmentsSection__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruitmentsSection__cols {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__cols {
    justify-content: space-between;
    flex-direction: row;
    gap: 100px;
    margin-top: 100px;
    margin-bottom: 92px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__cols {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-recruitmentsSection__cols::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__cols::before {
    top: 0;
    width: 1px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__cols::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__col {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__col {
    width: 100%;
  }
}
.p-recruitmentsSection__colTtl {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__colTtl {
    font-size: 1.375rem;
    margin-bottom: 33px;
    padding-bottom: 14px;
    padding-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__colTtl {
    font-size: 1.2857142857rem;
    margin-bottom: 23px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.p-recruitmentsSection__colTtl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: var(--c1);
}
.p-recruitmentsSection__colTtl::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__colTtl::after {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__colTtl::after {
    bottom: 0;
  }
}
.p-recruitmentsSection__colList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__colList {
    gap: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__colList {
    gap: 3px;
  }
}
.p-recruitmentsSection__colList li {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__colList li {
    font-size: 0.9375rem;
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__colList li {
    font-size: 1rem;
    padding-left: 18px;
  }
}
.p-recruitmentsSection__colList li::before {
  content: "";
  position: absolute;
  left: 9px;
  border-radius: 50%;
  background-color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__colList li::before {
    top: 12px;
    width: 3px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__colList li::before {
    top: 10px;
    width: 3px;
    height: 3px;
  }
}
.p-recruitmentsSection__tableTtl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__tableTtl {
    font-size: 1.375rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__tableTtl {
    font-size: 1.2857142857rem;
    margin-bottom: 23px;
  }
}
.p-recruitmentsSection__entry {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__entry {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__entry {
    margin-top: 40px;
  }
}
.p-recruitmentsSection__entry h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__entry h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__entry h3 {
    font-size: 1.2857142857rem;
  }
}
.p-recruitmentsSection__entry p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__entry p {
    margin-top: 40px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__entry p {
    margin-top: 20px;
    font-size: 1rem;
  }
}
.p-recruitmentsSection__entryBnrs {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__entryBnrs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__entryBnrs {
    margin-top: 20px;
  }
}
.p-recruitmentsSection__entryBnrs a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.p-recruitmentsSection__entryBnrs a:hover {
  opacity: 0.8;
}
.p-recruitmentsSection__entryBtn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSection__entryBtn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSection__entryBtn {
    margin-top: 20px;
  }
  .p-recruitmentsSection__entryBtn .c-btn {
    padding: 18px 30px;
  }
}

.p-recruitmentsSectionBg {
  position: absolute;
  z-index: -1;
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsSectionBg {
    top: -2.9%;
    right: -26%;
    width: 512px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsSectionBg {
    top: -2.9%;
    right: -26%;
    width: 300px;
  }
}
.p-recruitmentsSectionBg img {
  width: 100%;
  height: auto;
}

.p-recruitmentsTable {
  width: 100%;
  border-collapse: collapse;
}
.p-recruitmentsTable tr {
  border-top: 1px solid var(--c-gray);
}
.p-recruitmentsTable tr:last-child {
  border-bottom: 1px solid var(--c-gray);
}
.p-recruitmentsTable th {
  font-weight: 400;
  letter-spacing: 0;
  color: var(--c0);
  text-align: left;
  vertical-align: initial;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTable th {
    font-size: 0.9375rem;
    width: 215px;
    padding: 17px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTable th {
    font-size: 1rem;
    width: 100%;
    display: block;
    padding: 15px 15px 0;
  }
}
.p-recruitmentsTable td {
  font-weight: 500;
  letter-spacing: 0;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTable td {
    font-size: 0.9375rem;
    padding: 17px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTable td {
    font-size: 1rem;
    display: block;
    width: 100%;
    padding: 10px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTable td p:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTable td p:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-recruitmentsTable__note {
  display: block;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsTable__note {
    font-size: 0.75rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsTable__note {
    font-size: 0.7857142857rem;
    margin-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .p-recruitmentsFlow {
    margin-top: 148px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.p-recruitmentsFlow__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__inner {
    justify-content: space-between;
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.p-recruitmentsFlow__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__ttl {
    font-size: 1.875rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__ttl {
    font-size: 1.5714285714rem;
    margin-bottom: 40px;
  }
}
.p-recruitmentsFlow__list {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__list {
    padding-top: 3px;
    width: 66.9166666667%;
    gap: 43px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__list {
    width: 100%;
    gap: 30px;
  }
}
.p-recruitmentsFlow__list::before {
  content: "";
  position: absolute;
  background-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__list::before {
    height: 88%;
    left: 10px;
    top: 10px;
    bottom: 30px;
    width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__list::before {
    height: 85%;
    left: 9px;
    top: 10px;
    bottom: 30px;
    width: 1px;
  }
}
.p-recruitmentsFlow__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__item {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__item {
    gap: 15px;
  }
}
.p-recruitmentsFlow__itemNum {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__itemNum {
    gap: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__itemNum {
    gap: 15px;
  }
}
.p-recruitmentsFlow__itemIcon {
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--c1);
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__itemIcon {
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__itemIcon {
    width: 19px;
    height: 19px;
  }
}
.p-recruitmentsFlow__itemIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__itemIcon::before {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__itemIcon::before {
    width: 9px;
    height: 9px;
  }
}
.p-recruitmentsFlow__itemNo {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__itemNo {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__itemNo {
    font-size: 1.2857142857rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__itemBody {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__itemBody {
    padding-top: 0;
  }
}
.p-recruitmentsFlow__itemTtl {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__itemTtl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__itemTtl {
    font-size: 1.2857142857rem;
  }
}
.p-recruitmentsFlow__itemTxt {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsFlow__itemTxt {
    font-size: 1rem;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsFlow__itemTxt {
    font-size: 1rem;
    margin-top: 3px;
  }
}

.p-recruitmentsNav {
  background-color: var(--c-gray2);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsNav {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsNav {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitmentsNav__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsNav__inner {
    padding-inline: 20px;
  }
}
.p-recruitmentsNav__ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-recruitmentsNav__ttl {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsNav__ttl {
    font-size: 1.2857142857rem;
    margin-bottom: 25px;
  }
}
.p-recruitmentsNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsNav__list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsNav__list {
    gap: 10px;
  }
}
.p-recruitmentsNav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-wh);
  border: 1px solid #323232;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recruitmentsNav__item a {
    font-size: 0.875rem;
    min-width: 190px;
    height: 60px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitmentsNav__item a {
    font-size: 0.8571428571rem;
    min-width: auto;
    height: 50px;
    padding: 0 15px;
  }
}
.p-recruitmentsNav__item a:hover {
  background-color: var(--c0);
  color: var(--c-wh);
}

@media screen and (min-width: 768px) {
  .p-data {
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 767px) {
  .p-data {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-dataCopy {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCopy {
    margin-top: 40px;
  }
}
.p-dataCopy p {
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-dataCopy p {
    text-align: center;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCopy p {
    text-align: left;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-dataTab {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataTab {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-dataTab__inner {
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataTab__inner {
    padding-inline: 0px;
  }
}
.p-dataTab__list {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-dataTab__list {
    gap: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-dataTab__list {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.p-dataTab__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-dataTab__item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-dataTab__item {
    width: calc((100% - 10px) / 2);
    flex-shrink: 0;
  }
}
.p-dataTab__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .p-dataTab__item::before {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataTab__item::before {
    display: none;
  }
}
.p-dataTab__item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .p-dataTab__item:last-child::after {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataTab__item:last-child::after {
    display: none;
  }
}
.p-dataTab__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-dataTab__item a {
    font-size: 0.9375rem;
    height: 80px;
    padding: 0 28px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataTab__item a {
    font-size: 0.9285714286rem;
    height: 60px;
    padding: 0 25px;
    gap: 10px;
    white-space: nowrap;
  }
}
.p-dataTab__item a svg {
  color: var(--c1);
  transition: transform 0.3s ease;
}
.p-dataTab__item a:hover {
  opacity: 0.7;
}
.p-dataTab__item.is-active a {
  color: var(--c0);
}

@media screen and (min-width: 768px) {
  .p-dataSection {
    margin-top: 92px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection {
    margin-top: 60px;
  }
}
.p-dataSection__contents {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-dataSection__contents {
    gap: 148px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__contents {
    gap: 70px;
  }
}
.p-dataSection__head {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-dataSection__head {
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__head {
    flex-direction: column;
    align-items: center;
  }
}
.p-dataSection__illust {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-dataSection__illust--company {
    width: 116px;
    top: -153px;
    left: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__illust--company {
    width: 80px;
    top: -25px;
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-dataSection__illust--people {
    width: 204px;
    top: -148px;
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__illust--people {
    top: -25px;
    right: 10px;
    width: 106px;
  }
}
@media screen and (min-width: 768px) {
  .p-dataSection__illust--jobs {
    width: 113px;
    top: -151px;
    left: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__illust--jobs {
    width: 72px;
    top: -58px;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-dataSection__illust--workstyle {
    width: 214px;
    top: -185px;
    right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__illust--workstyle {
    top: -48px;
    right: -7px;
    width: 104px;
  }
}
@media screen and (min-width: 1101px) {
  .p-dataSection__illust--comparison {
    width: 115px;
    top: -153px;
    left: 102px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-dataSection__illust--comparison {
    width: 100px;
    top: -133px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__illust--comparison {
    top: -33px;
    left: 10px;
    width: 80px;
  }
}
.p-dataSection__illust img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-dataSection__headInner {
    flex: 1;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__headInner {
    text-align: center;
  }
}
.p-dataSection__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataSection__ttl {
    font-size: 1.875rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__ttl {
    font-size: 1.5714285714rem;
    margin-bottom: 19px;
  }
}
.p-dataSection__lead {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataSection__lead {
    width: 60%;
    margin-inline: auto;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__lead {
    text-align: left;
    font-size: 1rem;
  }
}
.p-dataSection__ttlSub {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-dataSection__ttlSub {
    font-size: 1.25rem;
    gap: 22px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__ttlSub {
    font-size: 1.1428571429rem;
    gap: 16px;
    margin-bottom: 8px;
  }
}
.p-dataSection__ttlSub::before, .p-dataSection__ttlSub::after {
  content: "";
  display: block;
  background-color: var(--c1);
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .p-dataSection__ttlSub::before, .p-dataSection__ttlSub::after {
    width: 20px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__ttlSub::before, .p-dataSection__ttlSub::after {
    width: 15px;
    height: 1px;
  }
}
.p-dataSection__note {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataSection__note {
    font-size: 0.75rem;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__note {
    text-align: left;
    font-size: 0.7142857143rem;
    margin-top: 10px;
  }
}
.p-dataSection__cards {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-dataSection__cards {
    gap: 30px;
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__cards {
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
  }
}
.p-dataSection__structure {
  position: relative;
  border-radius: 10px;
  background-color: var(--c-gray6);
}
@media screen and (min-width: 768px) {
  .p-dataSection__structure {
    margin-top: 51px;
    padding: 60px 80px 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__structure {
    margin-top: 35px;
    padding: 40px 20px 45px;
  }
}
@media screen and (min-width: 768px) {
  .p-dataSection__structureNote {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataSection__structureNote {
    margin-top: 22px;
  }
}
.p-dataSection__structureNote p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--c0);
}

.p-dataCard {
  background-color: #f3f3f3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-dataCard {
    flex: 1;
    padding: 50px 30px 45px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard {
    padding: 30px 20px 35px;
    border-radius: 10px;
  }
}
.p-dataCard__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataCard__ttl {
    font-size: 1.625rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard__ttl {
    font-size: 1.4285714286rem;
    margin-bottom: 8px;
  }
}
.p-dataCard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-dataCard__icon {
    aspect-ratio: 1/1;
    width: 150px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard__icon {
    height: 80px;
    margin-bottom: 7px;
  }
}
.p-dataCard__icon img {
  max-height: 100%;
  width: auto;
}
.p-dataCard__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-dataCard__num {
    gap: 5px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard__num {
    gap: 3px;
    margin-bottom: 8px;
  }
}
.p-dataCard__num--yellow .p-dataCard__numMain,
.p-dataCard__num--yellow .p-dataCard__numUnit {
  color: #f3bb39;
}
.p-dataCard__num--blue .p-dataCard__numMain,
.p-dataCard__num--blue .p-dataCard__numUnit {
  color: #347ad3;
}
.p-dataCard__num--green .p-dataCard__numMain,
.p-dataCard__num--green .p-dataCard__numUnit {
  color: #00a63c;
}
.p-dataCard__numMain {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-dataCard__numMain {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard__numMain {
    font-size: 4.2857142857rem;
  }
}
.p-dataCard__numUnit {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-dataCard__numUnit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard__numUnit {
    font-size: 2rem;
  }
}
.p-dataCard__txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataCard__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard__txt {
    font-size: 1rem;
  }
}
.p-dataCard__note {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataCard__note {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard__note {
    font-size: 0.8571428571rem;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-dataCard--graph {
    padding: 40px 25px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard--graph {
    padding: 30px 20px 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-dataCard--graph .p-dataCard__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard--graph .p-dataCard__ttl {
    margin-bottom: 15px;
  }
}
.p-dataCard--graph .p-dataCard__txt {
  text-align: left;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-dataCard--graph .p-dataCard__txt {
    width: 91%;
    margin-inline: auto;
    margin-top: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard--graph .p-dataCard__txt {
    width: 100%;
    font-size: 0.9285714286rem;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-dataCard--workstyle {
    padding: 46px 25px 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard--workstyle {
    padding: 36px 20px 44px;
  }
}
@media screen and (min-width: 768px) {
  .p-dataCard--workstyle .p-dataCard__ttl {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard--workstyle .p-dataCard__ttl {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-dataCard--workstyle .p-dataCard__num {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard--workstyle .p-dataCard__num {
    margin-bottom: 22px;
  }
}
.p-dataCard--workstyle .p-dataCard__txt {
  text-align: left;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-dataCard--workstyle .p-dataCard__txt {
    width: 91%;
    margin-inline: auto;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard--workstyle .p-dataCard__txt {
    width: 100%;
    font-size: 0.9285714286rem;
    margin-top: 12px;
  }
}
.p-dataCard__graphWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-dataCard__graphWrap {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard__graphWrap {
    margin-top: 15px;
  }
}
.p-dataCard__graphNote {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--c0);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-dataCard__graphNote {
    font-size: 0.75rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCard__graphNote {
    font-size: 0.7857142857rem;
    margin-top: 10px;
  }
}

.p-dataCompare {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-dataCompare {
    gap: 30px;
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare {
    gap: 20px;
    margin-top: 35px;
  }
}
.p-dataCompare__item {
  background-color: var(--c-gray6);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-dataCompare__item {
    padding: 50px 100px 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__item {
    padding: 40px 20px 35px;
  }
}
.p-dataCompare__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c0);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-dataCompare__ttl {
    font-size: 1.625rem;
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__ttl {
    font-size: 1.4285714286rem;
    margin-bottom: 20px;
  }
}
.p-dataCompare__boxes {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-dataCompare__boxes {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__boxes {
    flex-direction: column;
    gap: 15px;
  }
}
.p-dataCompare__box {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-dataCompare__box {
    flex: 1;
    max-width: 450px;
    padding: 26px 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__box {
    width: 100%;
    padding: 25px 20px 20px;
  }
}
.p-dataCompare__vs {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-dataCompare__vs {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__vs {
    width: 30px;
    height: 30px;
  }
  .p-dataCompare__vs svg {
    width: 100%;
    height: 100%;
  }
}
.p-dataCompare__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-dataCompare__num {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__num {
    margin-bottom: 10px;
  }
}
.p-dataCompare__num--green .p-dataCompare__numMain,
.p-dataCompare__num--green .p-dataCompare__numUnit {
  color: #00a63c;
}
.p-dataCompare__num--blue .p-dataCompare__numMain,
.p-dataCompare__num--blue .p-dataCompare__numUnit {
  color: #347ad3;
}
.p-dataCompare__numMain {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-dataCompare__numMain {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__numMain {
    font-size: 3.5714285714rem;
  }
}
.p-dataCompare__numUnit {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-dataCompare__numUnit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__numUnit {
    font-size: 1.7142857143rem;
  }
}
.p-dataCompare__label {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataCompare__label {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__label {
    font-size: 0.9285714286rem;
  }
}
.p-dataCompare__note {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataCompare__note {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__note {
    font-size: 0.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .p-dataCompare__source {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__source {
    font-size: 0.7142857143rem;
  }
}
.p-dataCompare__source a {
  color: var(--c0);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.p-dataCompare__source a:hover {
  opacity: 0.7;
}
.p-dataCompare__txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataCompare__txt {
    text-align: center;
    font-size: 0.9375rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCompare__txt {
    text-align: left;
    font-size: 0.9285714286rem;
    margin-top: 20px;
  }
}

.p-dataCta {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-dataCta {
    margin-top: 159px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCta {
    margin-top: 70px;
  }
}
.p-dataCta__inner {
  border: 1px solid var(--c0);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-dataCta__inner {
    padding: 84px 70px 88px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCta__inner {
    padding: 50px 20px 40px;
  }
}
.p-dataCta__illust {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-dataCta__illust {
    top: -38px;
    right: 10.8%;
    width: 157px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCta__illust {
    top: -50px;
    right: 0px;
    width: 100px;
  }
}
.p-dataCta__illust img {
  width: 100%;
  height: auto;
}
.p-dataCta__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-dataCta__ttl {
    font-size: 1.875rem;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCta__ttl {
    font-size: 1.4285714286rem;
    margin-bottom: 20px;
  }
}
.p-dataCta__txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-dataCta__txt {
    text-align: center;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCta__txt {
    text-align: left;
    font-size: 1rem;
  }
}
.p-dataCta__btns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-dataCta__btns {
    gap: 30px;
    margin-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCta__btns {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-dataCta__btns .c-btn {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-history {
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 767px) {
  .p-history {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-historyCopy {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyCopy {
    margin-top: 40px;
  }
}
.p-historyCopy p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-historyCopy p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-historyCopy p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-historyTimeline {
    margin-top: 118px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline {
    margin-top: 50px;
  }
}
.p-historyTimeline__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__inner {
    gap: 162px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__inner {
    gap: 80px;
  }
}
.p-historyTimeline__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__bg {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__bg {
    top: 50px;
  }
}
.p-historyTimeline__bg img {
  opacity: 0.1;
  width: 100%;
  height: auto;
  display: block;
}
.p-historyTimeline__line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 98%;
  background-color: var(--c1);
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__line {
    left: 14px;
    transform: none;
    height: calc(100% - 15px);
    top: 10px;
  }
}
.p-historyTimeline__item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item {
    gap: 60px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__item {
    flex-direction: column;
    gap: 20px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--right {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--right .p-historyTimeline__img {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--right .p-historyTimeline__content {
    order: 2;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--right .p-historyTimeline__dot {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--left {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--left .p-historyTimeline__img {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--left .p-historyTimeline__content {
    order: 2;
    text-align: right;
  }
}
.p-historyTimeline__item--left .p-historyTimeline__txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--left .p-historyTimeline__dot {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-historyTimeline__img {
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__img {
    width: calc(50% - 30px);
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__img {
    width: 100%;
  }
}
.p-historyTimeline__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-historyTimeline__img--double {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 0;
  overflow: visible;
}
.p-historyTimeline__img--double img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__img--double img {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__img--double img {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__content {
    width: calc(50% - 30px);
    max-width: 520px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__content {
    width: 100%;
  }
}
.p-historyTimeline__year {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__year {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__year {
    gap: 6px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--left .p-historyTimeline__year {
    justify-content: flex-end;
  }
}
.p-historyTimeline__yearNum {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: var(--c1);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__yearNum {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__yearNum {
    font-size: 2.8571428571rem;
  }
}
.p-historyTimeline__yearUnit {
  font-weight: 500;
  color: var(--c1);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__yearUnit {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__yearUnit {
    font-size: 1.4285714286rem;
  }
}
.p-historyTimeline__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__ttl {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__ttl {
    font-size: 1.4285714286rem;
    margin-bottom: 15px;
  }
}
.p-historyTimeline__ttl span {
  color: var(--c1);
}
.p-historyTimeline__txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__txt {
    font-size: 1rem;
  }
}
.p-historyTimeline__dot {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--c-gray6);
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__dot {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__dot {
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
  }
}
.p-historyTimeline__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--c1);
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__dot::before {
    width: 10px;
    height: 10px;
  }
}
.p-historyTimeline__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: var(--c1);
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__dot::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--right .p-historyTimeline__dot::after {
    left: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__item--left .p-historyTimeline__dot::after {
    right: 56px;
  }
}
.p-historyTimeline__end {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__end {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__end {
    padding-top: 0px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__end .p-historyTimeline__dot {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__end .p-historyTimeline__dot {
    top: 0;
    left: 0;
  }
}
.p-historyTimeline__end .p-historyTimeline__dot::after {
  display: none;
}
.p-historyTimeline__end p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-historyTimeline__end p {
    font-size: 1.875rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-historyTimeline__end p {
    font-size: 1.4285714286rem;
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap {
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-sitemap__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__inner {
    padding-inline: 20px;
    margin-top: 50px;
  }
}
.p-sitemap__grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-sitemap__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.p-sitemap__categoryTtl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
  border-top: 2px solid var(--c1);
}
@media screen and (min-width: 768px) {
  .p-sitemap__categoryTtl {
    font-size: 1.125rem;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__categoryTtl {
    font-size: 1.1428571429rem;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.p-sitemap__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-sitemap__list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__list {
    gap: 10px;
  }
}
.p-sitemap__item {
  position: relative;
  padding-left: 1em;
}
.p-sitemap__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c0);
}
.p-sitemap__item a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c0);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-sitemap__item a {
    font-size: 0.9375rem;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__item a {
    font-size: 0.9285714286rem;
    gap: 4px;
  }
}
.p-sitemap__item a:hover {
  opacity: 0.7;
}
.p-sitemap__item a svg {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-sitemap__item a svg {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__item a svg {
    width: 10px;
    height: 10px;
  }
}

.p-career {
  position: relative;
  width: 100%;
  padding-top: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-career {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.p-career_inner {
  overflow: hidden;
}
.p-career__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}
.p-career__scrollHint {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0 100px 20px;
  color: var(--c0);
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-career__scrollHint {
    padding: 0 30px 16px;
    font-size: 12px;
  }
}
.p-career__scrollHint::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23323232" stroke-width="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.p-career__container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-career__container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .p-career__container::-webkit-scrollbar {
    display: none;
  }
}
.p-career__track {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 0 100px 135px;
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  .p-career__track {
    padding: 0 20px 80px;
  }
}
.p-career__item {
  position: relative;
  flex-shrink: 0;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .p-career__item {
    width: 280px;
  }
}
.p-career__item:nth-child(n+2) .p-career__tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  aspect-ratio: 1/1;
  height: 100%;
  z-index: 0;
}
.p-career__item--year1 .p-career__tab {
  background: #00A63C;
}
.p-career__item--year1 .p-career__tab::after {
  background-color: #00A63C;
}
.p-career__item--year1 .p-career__theme {
  color: #00A63C;
}
.p-career__item--year2 .p-career__tab {
  background: #00783C;
}
.p-career__item--year2 .p-career__tab::before {
  background-color: #00783C;
}
.p-career__item--year2 .p-career__tab::after {
  background-color: #00783C;
}
.p-career__item--year2 .p-career__theme {
  color: #00783C;
}
.p-career__item--year3 .p-career__tab {
  background: #005F2F;
}
.p-career__item--year3 .p-career__tab::before {
  background-color: #005F2F;
}
.p-career__item--year3 .p-career__tab::after {
  background-color: #005F2F;
}
.p-career__item--year3 .p-career__theme {
  color: #005F2F;
}
.p-career__item--year4 .p-career__tab {
  background: #3D7CCD;
}
.p-career__item--year4 .p-career__tab::before {
  background-color: #005F2F;
}
.p-career__item--year4 .p-career__tab::after {
  background-color: #3D7CCD;
}
.p-career__item--year4 .p-career__theme {
  color: #3D7CCD;
}
.p-career__item--year5 .p-career__tab {
  background: #2F69B3;
}
.p-career__item--year5 .p-career__tab::before {
  background-color: #2F69B3;
}
.p-career__item--year5 .p-career__tab::after {
  background-color: #2F69B3;
}
.p-career__item--year5 .p-career__theme {
  color: #2F69B3;
}
.p-career__item--year6 .p-career__tab {
  background: #21508B;
}
.p-career__item--year6 .p-career__tab::before {
  background-color: #21508B;
}
.p-career__item--year6 .p-career__tab::after {
  background-color: #21508B;
}
.p-career__item--year6 .p-career__theme {
  color: #21508B;
}
.p-career__item--year7 .p-career__tab {
  background: #F5B727;
}
.p-career__item--year7 .p-career__tab::before {
  background-color: #F5B727;
}
.p-career__item--year7 .p-career__tab::after {
  background-color: #F5B727;
}
.p-career__item--year7 .p-career__theme {
  color: #F5B727;
}
.p-career__item--year8 .p-career__tab {
  background: #F19C25;
}
.p-career__item--year8 .p-career__tab::before {
  background-color: #F19C25;
}
.p-career__item--year8 .p-career__tab::after {
  background-color: #F19C25;
}
.p-career__item--year8 .p-career__theme {
  color: #F19C25;
}
.p-career__item--year9 .p-career__tab {
  background: #F18125;
}
.p-career__item--year9 .p-career__tab::before {
  background-color: #F18125;
}
.p-career__item--year9 .p-career__tab::after {
  background-color: #F18125;
}
.p-career__item--year9 .p-career__theme {
  color: #F18125;
}
.p-career__tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--c-wh);
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-career__tab {
    padding: 8px 0;
  }
}
.p-career__tab::after {
  content: "";
  position: absolute;
  top: 36%;
  right: -5px;
  aspect-ratio: 1/1;
  height: 78%;
  border-radius: 3px;
  transform: rotate(45deg) translateY(-50%);
  z-index: 1;
}
.p-career__year {
  font-family: var(--f2);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-career__year {
    font-size: 24px;
  }
}
.p-career__yearLabel {
  font-family: var(--f1);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-career__yearLabel {
    font-size: 16px;
  }
}
.p-career__theme {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-career__theme {
    font-size: 1.2857142857rem;
    margin-top: 16px;
    margin-bottom: 21px;
  }
}
.p-career__card {
  background-color: var(--c-wh);
  border-radius: 10px;
  padding: 32px 40px;
  min-height: 272px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-career__card {
    padding: 24px 20px;
    min-height: 240px;
  }
}
.p-career__subtitle {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  color: var(--c0);
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-career__subtitle {
    font-size: 1.1428571429rem;
    margin-bottom: 25px;
  }
}
.p-career__subtitle::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: var(--c1);
}
.p-career__divider {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-career__divider {
    margin-bottom: 12px;
  }
}
.p-career__divider::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--c0);
}
.p-career__desc {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c0);
}
@media screen and (max-width: 767px) {
  .p-career__desc {
    font-size: 0.9285714286rem;
  }
}
.p-career__desc p {
  margin-bottom: 0;
}
.p-career__text {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c0);
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-career__text {
    font-size: 0.9285714286rem;
    margin-top: 21px;
  }
}
.p-career__skills {
  margin-top: auto;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-career__skills {
    padding-top: 16px;
  }
}
.p-career__skillsDivider {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.p-career__skillsDivider::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: var(--c1);
}
.p-career__skillsLabel {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: var(--c0);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-career__skillsLabel {
    font-size: 0.8571428571rem;
  }
}
.p-career__skillsList {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  color: var(--c0);
}
@media screen and (max-width: 767px) {
  .p-career__skillsList {
    font-size: 0.9285714286rem;
  }
}
.p-career__skillsList p {
  margin-bottom: 0;
}
.p-career__ilust01 {
  position: absolute;
  top: -84px;
  left: 9.2%;
  width: 157px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-career__ilust01 {
    width: 70px;
    top: -33px;
    left: 10px;
  }
}
.p-career__ilust01 img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.p-career__ilust02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.p-career__ilust02 img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.p-career__btn {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-career__btn {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

.p-works {
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-works__head {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 80%;
    padding-inline: 40px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-works__head {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 20px;
  }
}
.p-works__sortsItems {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-works__sortsItems {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortsItems {
    gap: 30px;
  }
}
.p-works__sortItem {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-works__sortItem {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortItem {
    flex-direction: column;
  }
}
.p-works__sortItem p {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-works__sortItem p {
    min-width: 190px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortItem p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-works__sortItem:not(:first-child) p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortItem:not(:first-child) p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-works__sortItem:last-child {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortItem:last-child {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-works__sortItem--cats {
    align-items: flex-start;
  }
}
.p-works__sortBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-works__sortBtns a {
  transition: all 0.3s ease;
  border-radius: 3px;
  border: 1px solid var(--c0);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-works__sortBtns a {
    min-width: 124px;
    padding: 10px 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortBtns a {
    min-width: calc((100% - 22px) / 3);
    padding: 8px 16px;
    font-size: 0.8571428571rem;
  }
}
.p-works__sortBtns a:hover, .p-works__sortBtns a.is-active {
  color: var(--c1);
  transition: all 0.3s ease;
  background-color: var(--c5);
  color: var(--c-wh);
  border-color: var(--c5);
}
.p-works__sortLinksWrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-works__sortLinksWrap {
    gap: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortLinksWrap {
    gap: 16px;
  }
}
.p-works__sortLinksGroup {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-works__sortLinksGroup {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortLinksGroup {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.p-works__sortParent {
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-works__sortParent {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortParent {
    font-size: 0.9285714286rem;
  }
}
.p-works__sortParentLink {
  transition: all 0.3s ease;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-works__sortParentLink {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortParentLink {
    font-size: 0.9285714286rem;
  }
}
.p-works__sortParentLink::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c0);
}
.p-works__sortParentLink:hover {
  opacity: 0.7;
}
.p-works__sortParentLink:hover::after {
  opacity: 0;
}
.p-works__sortParentLink.is-active {
  color: var(--c1);
}
.p-works__sortParentLink.is-active::after {
  opacity: 0;
}
.p-works__sortAll {
  transition: all 0.3s ease;
  text-decoration: underline;
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-works__sortAll {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortAll {
    font-size: 0.8571428571rem;
  }
}
.p-works__sortAll:hover {
  opacity: 0.7;
}
.p-works__sortLinks {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-works__sortLinks {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortLinks {
    width: 100%;
    gap: 16px;
  }
}
.p-works__sortLinks a {
  transition: all 0.3s ease;
  text-decoration: underline;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-works__sortLinks a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortLinks a {
    font-size: 0.8571428571rem;
  }
}
.p-works__sortLinks a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  opacity: 0.7;
}
.p-works__sortLinks a.is-active {
  color: var(--c1);
  color: var(--c1);
}
.p-works__sortThisYear a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 3px;
  border: 1px solid var(--c0);
}
@media screen and (min-width: 768px) {
  .p-works__sortThisYear a {
    gap: 20px;
    padding: 10px 27px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__sortThisYear a {
    gap: 16px;
    padding: 8px 16px;
    font-size: 0.8571428571rem;
  }
}
.p-works__sortThisYear a:hover {
  transition: all 0.3s ease;
  background-color: var(--c5);
  color: var(--c-wh);
  border-color: var(--c5);
}
.p-works__sortThisYear a:hover i img {
  filter: brightness(0) invert(1);
}
.p-works__sortThisYear a i {
  display: block;
  width: 19px;
  height: 19px;
}
.p-works__sortThisYear a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter 0.3s ease;
}
.p-works__body {
  background-color: var(--c-gray5);
}
@media screen and (min-width: 768px) {
  .p-works__body {
    padding-top: 119px;
    padding-bottom: 119px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-works__items {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-works__items {
    max-width: 80%;
    padding-inline: 40px;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 98px 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__items {
    padding-inline: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-works__item {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-works__item {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__item {
    gap: 12px;
  }
}
.p-works__item:hover {
  opacity: 0.7;
}
.p-works__itemImg {
  position: relative;
  aspect-ratio: 276/178;
  overflow: hidden;
}
.p-works__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-works__itemAward {
  position: absolute;
  top: 10px;
  left: -6px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-works__itemAward {
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-works__itemAward {
    width: 45px;
    height: auto;
  }
}
.p-works__itemBadge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--c1);
  color: var(--c-wh);
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-works__itemBadge {
    padding: 4px 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__itemBadge {
    padding: 3px 8px;
    font-size: 0.7142857143rem;
  }
}
.p-works__itemBadge i {
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--c-wh);
  border-radius: 50%;
}
.p-works__itemInfo {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-works__itemInfo {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__itemInfo {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-works__itemInfo--stacked {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.p-works__itemTypes {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-works__itemTypes {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__itemTypes {
    gap: 6px;
  }
}
.p-works__itemTypes p {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c0);
  border-radius: 2px;
  background-color: var(--c-wh);
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-works__itemTypes p {
    min-width: 71px;
    height: 28px;
    font-size: 0.75rem;
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__itemTypes p {
    width: fit-content;
    min-width: 60px;
    height: 24px;
    font-size: 0.7142857143rem;
    padding: 0 6px;
  }
}
.p-works__itemCat {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-works__itemCat {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__itemCat {
    font-size: 0.8571428571rem;
  }
}
.p-works__itemTtl h3 {
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-works__itemTtl h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__itemTtl h3 {
    font-size: 1rem;
  }
}
.p-works__itemDate p {
  line-height: 1.857;
}
@media screen and (min-width: 768px) {
  .p-works__itemDate p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__itemDate p {
    font-size: 0.8571428571rem;
  }
}
.p-works__back {
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-works__back {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 80%;
    padding-inline: 40px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-works__back {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 20px;
  }
}
.p-works__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 3px;
  border: 1px solid var(--c0);
}
@media screen and (min-width: 768px) {
  .p-works__back a {
    gap: 20px;
    padding: 10px 27px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__back a {
    gap: 16px;
    padding: 8px 16px;
    font-size: 0.8571428571rem;
  }
}
.p-works__back a i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid var(--c1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.p-works__back a i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-left: 1px solid var(--c1);
  border-bottom: 1px solid var(--c1);
  transform: translate(-30%, -50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.p-works__back a:hover {
  transition: all 0.3s ease;
  background-color: var(--c5);
  color: var(--c-wh);
  border-color: var(--c5);
}
.p-works__back a:hover i {
  border-color: var(--c-wh);
}
.p-works__back a:hover i::before {
  border-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-works__pagenation {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__pagenation {
    margin-top: 50px;
  }
}
.p-works__noResult {
  grid-column: 1/-1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-works__noResult {
    padding: 60px 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__noResult {
    padding: 40px 0;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-worksSingle {
    padding-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-worksSingle__head {
    max-width: 1380px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__head {
    padding-inline: 20px;
  }
}
.p-worksSingle__ttl {
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__ttl {
    font-size: 1.4285714286rem;
  }
}
.p-worksSingle__content {
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__content {
    font-size: 1.125rem;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__content {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.p-worksSingle__summary {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__summary {
    margin-top: 73px;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__summary {
    flex-direction: column;
    margin-top: 50px;
    padding-inline: 20px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-worksSingle__summaryLeft {
    width: 46.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__summaryLeft {
    width: 100%;
  }
}
.p-worksSingle__Info {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__Info {
    gap: 29px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__Info {
    gap: 15px;
    align-items: center;
  }
}
.p-worksSingle__InfoCats {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__InfoCats {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__InfoCats {
    gap: 6px;
  }
}
.p-worksSingle__InfoCat {
  width: max-content;
  padding: 3px 11px;
  border: 1px solid var(--c0);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__InfoCat {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__InfoCat {
    font-size: 0.8571428571rem;
  }
}
.p-worksSingle__InfoOrder {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__InfoOrder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__InfoOrder {
    font-size: 1rem;
  }
}
.p-worksSingle__InfoOrder a {
  font-weight: 400;
  color: var(--c0);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-worksSingle__InfoOrder a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__Img {
    margin-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__Img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-worksSingle__summaryRight {
    padding-top: 47px;
    width: 46.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__summaryRight {
    padding-top: 30px;
    width: 100%;
  }
}
.p-worksSingle__Items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__Items {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__Items {
    gap: 20px;
  }
}
.p-worksSingle__Item h4 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__Item h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__Item h4 {
    font-size: 1.2857142857rem;
  }
}
.p-worksSingle__Item h4::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80%;
  height: 1px;
  background-color: var(--c-gray);
}
@media screen and (max-width: 767px) {
  .p-worksSingle__Item h4::before {
    width: 70%;
  }
}
.p-worksSingle__Item p {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__Item p {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__Item p {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-worksSingle__Item:last-child p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__Item:last-child p {
    font-size: 0.9285714286rem;
  }
}
.p-worksSingle__progress {
  background-color: var(--c-gray2);
}
@media screen and (min-width: 768px) {
  .p-worksSingle__progress {
    padding-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__progress {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-worksSingle__progressInner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__progressInner {
    padding-inline: 20px;
  }
}
.p-worksSingle__progressTtl {
  position: relative;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__progressTtl {
    font-size: 1.875rem;
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__progressTtl {
    font-size: 1.5714285714rem;
    padding-left: 26px;
  }
}
.p-worksSingle__progressTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  height: 1px;
  background-color: var(--c1);
}
.p-worksSingle__progressList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__progressList {
    margin-top: 43px;
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__progressList {
    margin-top: 30px;
    gap: 60px;
  }
}
.p-worksSingle__progressDate {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__progressDate {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__progressDate {
    font-size: 1.2857142857rem;
  }
}
.p-worksSingle__progressTxt {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__progressTxt {
    font-size: 1rem;
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__progressTxt {
    font-size: 1rem;
    margin-top: 14px;
  }
}
.p-worksSingle__progressImgs {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__progressImgs {
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__progressImgs {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.p-worksSingle__progressImg {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__progressImg {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__progressImg {
    width: 100%;
  }
}
.p-worksSingle__progressImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 560/400;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__back {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__back {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.p-worksSingle__backBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-inline: auto;
  width: fit-content;
  background-color: #fff;
  border: 1px solid var(--c0);
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__backBtn {
    padding: 10px 18px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__backBtn {
    padding: 10px 16px;
    font-size: 1rem;
  }
}
.p-worksSingle__backBtn:hover {
  background-color: var(--c1);
  border-color: var(--c1);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__backBtn svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__backBtn svg {
    width: 16px;
    height: 16px;
  }
}
.p-worksSingle__filter {
  background-color: var(--c-gray2);
}
@media screen and (min-width: 768px) {
  .p-worksSingle__filter {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__filter {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-worksSingle__filterInner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__filterInner {
    padding-inline: 20px;
  }
}
.p-worksSingle__filterLine {
  width: 100%;
  height: 1px;
  background-color: var(--c-gray);
}
.p-worksSingle__filterTtl {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__filterTtl {
    font-size: 1.375rem;
    margin-top: 76px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__filterTtl {
    font-size: 1.2857142857rem;
    margin-top: 46px;
  }
}
.p-worksSingle__filterList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__filterList {
    gap: 10px;
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__filterList {
    gap: 8px;
    margin-top: 30px;
  }
}
.p-worksSingle__filterItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid var(--c0);
  border-radius: 3px;
  font-weight: 500;
  transition: all 0.3s;
  min-width: 124px;
}
@media screen and (min-width: 768px) {
  .p-worksSingle__filterItem a {
    padding: 9px 19px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksSingle__filterItem a {
    padding: 8px 16px;
    font-size: 0.8571428571rem;
  }
}
.p-worksSingle__filterItem a:hover {
  background-color: var(--c1);
  border-color: var(--c1);
  color: #fff;
}

.p-news {
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-news__head {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 80%;
    padding-inline: 40px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-news__head {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 20px;
  }
}
.p-news__sortsItems {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-news__sortsItems {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__sortsItems {
    gap: 30px;
  }
}
.p-news__sortItem {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-news__sortItem {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-news__sortItem {
    flex-direction: column;
  }
}
.p-news__sortItem p {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-news__sortItem p {
    min-width: 190px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__sortItem p {
    font-size: 1rem;
  }
}
.p-news__sortBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-news__sortBtns a {
  transition: all 0.3s ease;
  border-radius: 3px;
  border: 1px solid var(--c0);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__sortBtns a {
    min-width: 124px;
    padding: 10px 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__sortBtns a {
    min-width: calc((100% - 20px) / 3);
    padding: 8px 16px;
    font-size: 0.8571428571rem;
  }
}
.p-news__sortBtns a:hover {
  transition: all 0.3s ease;
  background-color: var(--c5);
  color: var(--c-wh);
  border-color: var(--c5);
}
.p-news__body {
  background-color: var(--c-gray5);
}
@media screen and (min-width: 768px) {
  .p-news__body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-news__items {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-news__items {
    max-width: 80%;
    padding-inline: 40px;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 98px 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__items {
    padding-inline: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-news__item {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item {
    gap: 12px;
  }
}
.p-news__item:hover {
  opacity: 0.7;
}
.p-news__itemImg {
  position: relative;
  aspect-ratio: 276/178;
  overflow: hidden;
  background-color: var(--c-wh);
}
.p-news__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-news__itemAward {
  position: absolute;
  top: 10px;
  left: -6px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-news__itemAward {
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-news__itemAward {
    width: 45px;
    height: auto;
  }
}
.p-news__itemAward img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-news__itemInfo {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-news__itemInfo {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__itemInfo {
    flex-direction: column;
    gap: 8px;
  }
}
.p-news__itemCat {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c0);
  border-radius: 2px;
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-news__itemCat {
    min-width: 71px;
    height: 28px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__itemCat {
    width: fit-content;
    min-width: 60px;
    height: 24px;
    font-size: 0.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news__itemDate {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__itemDate {
    font-size: 0.8571428571rem;
  }
}
.p-news__itemTtl h3 {
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-news__itemTtl h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__itemTtl h3 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news__pagenation {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__pagenation {
    margin-top: 50px;
  }
}
.p-news__noResult {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__noResult {
    padding: 60px 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__noResult {
    padding: 40px 0;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-newsSingle {
    padding-top: 44px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-newsSingle__head {
    max-width: 1280px;
    padding-inline: 40px;
    margin-inline: auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__head {
    padding-inline: 20px;
    padding-bottom: 40px;
  }
}
.p-newsSingle__info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-newsSingle__info {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__info {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.p-newsSingle__date {
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-newsSingle__date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__date {
    font-size: 0.8571428571rem;
  }
}
.p-newsSingle__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c0);
  border-radius: 2px;
  background-color: var(--c0);
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-newsSingle__cat {
    min-width: 80px;
    height: 28px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__cat {
    min-width: 70px;
    height: 24px;
    font-size: 0.7142857143rem;
  }
}
.p-newsSingle__ttl h1 {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-newsSingle__ttl h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__ttl h1 {
    font-size: 1.7142857143rem;
  }
}
.p-newsSingle__body {
  background-color: var(--c-gray5);
}
@media screen and (min-width: 768px) {
  .p-newsSingle__body {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__body {
    padding: 50px 0;
  }
}
.p-newsSingle__bodyInner {
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-newsSingle__bodyInner {
    max-width: 1200px;
    margin-inline: auto;
    padding: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__bodyInner {
    padding: 40px;
    margin-inline: 20px;
  }
}
.p-newsSingle__bodyInner p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-newsSingle__bodyInner p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__bodyInner p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-newsSingle__bodyInner p:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__bodyInner p:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.p-newsSingle__bodyInner img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-newsSingle__bodyInner img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__bodyInner img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-newsSingle__bodyInner a {
  color: var(--c1);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.p-newsSingle__bodyInner a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-newsSingle__back {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__back {
    margin-top: 50px;
  }
}
.p-newsSingle__backBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-inline: auto;
  width: fit-content;
  background-color: #fff;
  border: 1px solid var(--c0);
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-newsSingle__backBtn {
    padding: 10px 18px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__backBtn {
    padding: 10px 16px;
    font-size: 1rem;
  }
}
.p-newsSingle__backBtn:hover {
  background-color: var(--c1);
  border-color: var(--c1);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-newsSingle__backBtn svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-newsSingle__backBtn svg {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-interview {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-interviewLead {
    margin-top: 105px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLead {
    margin-top: 75px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-interviewLead__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLead__inner {
    padding-inline: 20px;
  }
}
.p-interviewLead__ttl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewLead__ttl {
    font-size: 1.875rem;
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLead__ttl {
    font-size: 1.5714285714rem;
    margin-bottom: 20px;
  }
}
.p-interviewLead__ttl span {
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-interviewLead__txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLead__txt {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.p-interviewLead__txt p {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .p-interviewLead__txt p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewLead__txt p {
    font-size: 1rem;
  }
}

.p-interviewList__items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-interviewList__items {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__items {
    gap: 40px;
  }
}
.p-interviewList__item {
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-interviewList__item {
    aspect-ratio: 1200/540;
  }
}
.p-interviewList__item:hover {
  opacity: 0.8;
}
.p-interviewList__item:nth-child(even) .p-interviewList__itemImgLeft {
  background-color: var(--c4);
}
.p-interviewList__itemInfo {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--c-wh);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemInfo {
    width: 90%;
    left: 60px;
    top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemInfo {
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}
.p-interviewList__itemLabel {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemLabel {
    gap: 17px;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemLabel {
    gap: 10px;
    margin-bottom: 5px;
  }
}
.p-interviewList__itemLabelTxt {
  letter-spacing: 0.05em;
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemLabelTxt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemLabelTxt {
    font-size: 0.8571428571rem;
  }
}
.p-interviewList__itemNum {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemNum {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemNum {
    font-size: 1.7142857143rem;
  }
}
.p-interviewList__itemTtl {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemTtl {
    font-size: 2.25rem;
    margin-top: 15.4%;
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemTtl {
    font-size: 1.4285714286rem;
    margin-bottom: 10px;
  }
}
.p-interviewList__itemUnder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--c-wh);
}
.p-interviewList__itemMeta {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemMeta {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemMeta {
    padding-bottom: 8px;
  }
}
.p-interviewList__itemDept {
  letter-spacing: 0.05em;
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemDept {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemDept {
    font-size: 0.7857142857rem;
  }
}
.p-interviewList__itemName {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemName {
    margin-left: 18px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemName {
    margin-left: 12px;
    font-size: 1.2857142857rem;
  }
}
.p-interviewList__itemSan {
  letter-spacing: 0.05em;
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemSan {
    margin-left: 7px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemSan {
    margin-left: 5px;
    font-size: 0.7857142857rem;
  }
}
.p-interviewList__itemArrow {
  color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemArrow svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemArrow svg {
    width: 18px;
    height: 18px;
  }
}
.p-interviewList__itemImg {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemImg {
    flex-direction: column;
  }
}
.p-interviewList__itemImgLeft {
  background-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemImgLeft {
    width: 28.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemImgLeft {
    width: 100%;
    aspect-ratio: 375/200;
  }
}
.p-interviewList__itemImgRight {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interviewList__itemImgRight {
    width: 71.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__itemImgRight {
    width: 100%;
    aspect-ratio: 375/200;
  }
}
.p-interviewList__itemImgRight img {
  position: relative;
  height: 100%;
  object-fit: cover;
}
.p-interviewList__itemImgRight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.p-interviewList__empty {
  text-align: center;
  color: #666;
}
@media screen and (min-width: 768px) {
  .p-interviewList__empty {
    font-size: 1rem;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__empty {
    font-size: 1rem;
    padding: 40px 0;
  }
}

.p-interviewNav {
  background-color: var(--c-gray2);
}
@media screen and (min-width: 768px) {
  .p-interviewNav {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewNav {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-interviewNav__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewNav__inner {
    padding-inline: 20px;
  }
}
.p-interviewNav__ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewNav__ttl {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewNav__ttl {
    font-size: 1.2857142857rem;
    margin-bottom: 25px;
  }
}
.p-interviewNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-interviewNav__list {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewNav__list {
    gap: 10px;
  }
}
.p-interviewNav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-wh);
  border: 1px solid #323232;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-interviewNav__item a {
    font-size: 0.875rem;
    min-width: 190px;
    height: 60px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewNav__item a {
    font-size: 0.8571428571rem;
    min-width: auto;
    height: 50px;
    padding: 0 15px;
  }
}
.p-interviewNav__item a:hover {
  background-color: var(--c0);
  color: var(--c-wh);
}

@media screen and (min-width: 768px) {
  .p-interviewSingle {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profile {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profile {
    padding-top: 60px;
  }
}
.p-interviewSingle__profileInner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileInner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
    padding-bottom: 99px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileInner {
    flex-direction: column;
    padding-inline: 20px;
    padding-bottom: 40px;
  }
}
.p-interviewSingle__profileImg {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileImg {
    width: 400px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileImg {
    width: 100%;
    aspect-ratio: 400/320;
    margin-bottom: 20px;
  }
}
.p-interviewSingle__profileImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.p-interviewSingle__profileInfo {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileInfo {
    top: -12px;
    padding-left: 80px;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileInfo {
    top: 0;
    margin-bottom: 10px;
  }
}
.p-interviewSingle__profileMeta {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileMeta {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileMeta {
    margin-bottom: 10px;
  }
}
.p-interviewSingle__profileDept {
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileDept {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileDept {
    font-size: 0.8571428571rem;
  }
}
.p-interviewSingle__profileName {
  font-weight: 500;
  color: var(--c0);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileName {
    margin-left: 10px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileName {
    margin-left: 6px;
    font-size: 1.4285714286rem;
  }
}
.p-interviewSingle__profileSan {
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileSan {
    margin-left: 7px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileSan {
    margin-left: 3px;
    font-size: 0.8571428571rem;
  }
}
.p-interviewSingle__profileDl {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileDl {
    gap: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileDl {
    gap: 5px;
  }
}
.p-interviewSingle__profileDlRow {
  display: flex;
  line-height: 1.8;
  color: var(--c0);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileDlRow {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileDlRow {
    font-size: 0.8571428571rem;
  }
}
.p-interviewSingle__profileDlRow dt {
  flex-shrink: 0;
}
.p-interviewSingle__profileDlRow dt::after {
  content: "：";
}
.p-interviewSingle__profileDivider {
  flex-shrink: 0;
  background: var(--c-gray);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileDivider {
    width: 1px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileDivider {
    display: none;
  }
}
.p-interviewSingle__profileContent {
  flex: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileContent {
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileContent {
    top: 0;
  }
}
.p-interviewSingle__profileContentTtl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileContentTtl {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileContentTtl {
    font-size: 1.2857142857rem;
    margin-bottom: 15px;
  }
}
.p-interviewSingle__profileContentTxt {
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__profileContentTxt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__profileContentTxt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__schedule {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__schedule {
    padding-bottom: 70px;
  }
}
.p-interviewSingle__scheduleLine {
  display: flex;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleLine {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleLine {
    padding-inline: 20px;
  }
}
.p-interviewSingle__scheduleLine::before, .p-interviewSingle__scheduleLine::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
}
.p-interviewSingle__scheduleLine::before {
  background-color: var(--c1);
}
.p-interviewSingle__scheduleLine::after {
  background-color: var(--c4);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleInner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleInner {
    padding-inline: 20px;
  }
}
.p-interviewSingle__scheduleTtl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleTtl {
    font-size: 1.875rem;
    margin-top: 88px;
    margin-bottom: 86px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleTtl {
    font-size: 1.4285714286rem;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.p-interviewSingle__scheduleTimeline {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleTimeline {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleTimeline {
    gap: 30px;
  }
}
.p-interviewSingle__scheduleGroup {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleGroup {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleGroup {
    flex-direction: column;
    gap: 20px;
  }
}
.p-interviewSingle__scheduleGroupLeft {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleGroupLeft {
    padding-left: 68px;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleGroupLeft {
    padding-left: 0;
    gap: 30px;
  }
}
.p-interviewSingle__scheduleGroupLeft::before {
  content: "";
  position: absolute;
  background-color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleGroupLeft::before {
    left: 79px;
    top: 13px;
    width: 1px;
    height: 92%;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleGroupLeft::before {
    left: 19%;
    top: 5px;
    width: 1px;
    height: 90%;
  }
}
.p-interviewSingle__scheduleGroupRight {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleGroupRight {
    gap: 22px;
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleGroupRight {
    width: 100%;
    gap: 12px;
  }
}
.p-interviewSingle__scheduleGroupRight img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-interviewSingle__scheduleItem {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleItem {
    gap: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleItem {
    gap: 10px;
  }
}
.p-interviewSingle__scheduleItemTime {
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleItemTime {
    width: 50px;
    font-size: 1.125rem;
    margin-left: -68px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleItemTime {
    width: 45px;
    font-size: 1.1428571429rem;
    margin-left: 0;
  }
}
.p-interviewSingle__scheduleItemDot {
  position: relative;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--c-gray4);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleItemDot {
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleItemDot {
    top: 3px;
  }
}
.p-interviewSingle__scheduleItemDot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--c1);
}
.p-interviewSingle__scheduleItemContent {
  flex: 1;
}
.p-interviewSingle__scheduleItemName {
  font-weight: 700;
  letter-spacing: 0;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleItemName {
    font-size: 1.125rem;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleItemName {
    font-size: 1rem;
    margin-bottom: 7px;
  }
}
.p-interviewSingle__scheduleItemTxt {
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__scheduleItemTxt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__scheduleItemTxt {
    font-size: 0.9285714286rem;
  }
}
.p-interviewSingle__faq {
  background-color: var(--c-gray2);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqInner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqInner {
    padding-inline: 20px;
  }
}
.p-interviewSingle__faqContent {
  display: flex;
  flex-direction: column;
  background-color: var(--c-wh);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqContent {
    gap: 80px;
    padding: 110px 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqContent {
    padding: 30px 20px;
    gap: 50px;
  }
}
.p-interviewSingle__faqItem {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItem {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqItem {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItem--imgRight .p-interviewSingle__faqItemContent {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItem--imgLeft .p-interviewSingle__faqItemContent {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqItem--imgLeft {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItemContent {
    max-width: 1000px;
  }
}
.p-interviewSingle__faqItemQ {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItemQ {
    gap: 10px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqItemQ {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.p-interviewSingle__faqItemQmark {
  flex-shrink: 0;
  font-family: var(--f2);
  font-weight: 500;
  color: var(--c1);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItemQmark {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqItemQmark {
    font-size: 1.4285714286rem;
  }
}
.p-interviewSingle__faqItemQtxt {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItemQtxt {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqItemQtxt {
    font-size: 1.1428571429rem;
  }
}
.p-interviewSingle__faqItemA {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItemA {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqItemA {
    gap: 20px;
  }
}
.p-interviewSingle__faqItemA p {
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItemA p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqItemA p {
    font-size: 1rem;
  }
}
.p-interviewSingle__faqItemImg {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__faqItemImg {
    width: 360px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__faqItemImg {
    width: 100%;
  }
}
.p-interviewSingle__faqItemImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__others {
    padding-top: 140px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__others {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__othersInner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersInner {
    padding-inline: 20px;
  }
}
.p-interviewSingle__othersTtl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__othersTtl {
    font-size: 1.375rem;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersTtl {
    font-size: 1.2857142857rem;
    margin-bottom: 30px;
  }
}
.p-interviewSingle__othersItems {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__othersItems {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersItems {
    flex-direction: column;
    gap: 40px;
  }
}
.p-interviewSingle__othersItem {
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__othersItem {
    width: calc((100% - 120px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersItem {
    width: 100%;
  }
}
.p-interviewSingle__othersItem:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__othersItemImg {
    width: 100%;
    aspect-ratio: 360/240;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersItemImg {
    width: 100%;
    aspect-ratio: 360/240;
    margin-bottom: 15px;
  }
}
.p-interviewSingle__othersItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-interviewSingle__othersItemInfo {
  display: flex;
  flex-direction: column;
}
.p-interviewSingle__othersItemLabel {
  color: var(--c1);
  display: flex;
  align-items: baseline;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__othersItemLabel {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersItemLabel {
    margin-bottom: 4px;
  }
}
.p-interviewSingle__othersItemLabelTxt {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__othersItemLabelTxt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersItemLabelTxt {
    font-size: 0.8571428571rem;
  }
}
.p-interviewSingle__othersItemNum {
  font-family: var(--f2);
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__othersItemNum {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersItemNum {
    font-size: 1.4285714286rem;
  }
}
.p-interviewSingle__othersItemTtl {
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  color: var(--c0);
  border-bottom: 1px solid var(--c0);
}
@media screen and (min-width: 768px) {
  .p-interviewSingle__othersItemTtl {
    font-size: 1.25rem;
    padding-bottom: 25px;
    padding-right: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersItemTtl {
    font-size: 1.1428571429rem;
    padding-bottom: 15px;
    padding-right: 20px;
  }
}
.p-interviewSingle__othersItemArrow {
  position: absolute;
  display: block;
  right: 0;
  bottom: 30px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--c1);
  border-radius: 50%;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersItemArrow {
    width: 16px;
    height: 16px;
    bottom: 20px;
  }
}
.p-interviewSingle__othersItemArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--c1);
  border-bottom: 1px solid var(--c1);
  transform: translate(-60%, -50%) rotate(-45deg);
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-interviewSingle__othersItemArrow::before {
    width: 4px;
    height: 4px;
  }
}

@media screen and (min-width: 768px) {
  .p-404 {
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-404__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding-inline: 20px;
    margin-top: 50px;
  }
}
.p-404__inner {
  text-align: center;
}
.p-404__code {
  font-family: var(--f1);
  font-weight: 700;
  color: var(--c1);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-404__code {
    font-size: 7.5rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-404__code {
    font-size: 5.7142857143rem;
    margin-bottom: 20px;
  }
}
.p-404__text {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--c0);
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
.p-404__btn {
  display: flex;
  justify-content: center;
}

h2.wp-block-heading {
  font-size: 1.875rem;
}

h3.wp-block-heading {
  font-size: 1.5rem;
}

h4.wp-block-heading {
  font-size: 1.25rem;
}

h5.wp-block-heading {
  font-size: 1.125rem;
}

h6.wp-block-heading {
  font-size: 1rem;
}

.wp-block-heading.is-style-business-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  color: var(--c0);
  letter-spacing: 0.05em;
  margin-top: 43px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-business-title {
    margin-top: 30px;
    margin-bottom: 20px;
    gap: 10px;
  }
}
.wp-block-heading.is-style-business-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--c1);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-business-title::before {
    width: 15px;
  }
}

.wp-block-heading.is-style-recruitments-heading {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--c0);
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-recruitments-heading {
    padding-left: 12px;
    margin-bottom: 20px;
  }
}
.wp-block-heading.is-style-recruitments-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 30px;
  background-color: var(--c1);
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-recruitments-heading::before {
    height: 24px;
  }
}

.wp-block-group.is-style-initiatives-heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-initiatives-heading {
    margin-bottom: 20px;
  }
}
.wp-block-group.is-style-initiatives-heading > p:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--c0);
  margin-bottom: 9px;
}
.wp-block-group.is-style-initiatives-heading > p:first-child::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--c1);
}
.wp-block-group.is-style-initiatives-heading > h2 {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--c0);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-initiatives-heading > h2 {
    font-size: 24px;
  }
}

.wp-block-list.is-style-initiatives-list {
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
  counter-reset: list-counter;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .wp-block-list.is-style-initiatives-list {
    font-size: 14px;
  }
}
.wp-block-list.is-style-initiatives-list > li {
  position: relative;
  padding-left: 2.4em;
  counter-increment: list-counter;
}
.wp-block-list.is-style-initiatives-list > li::before {
  position: absolute;
  left: 0;
  color: var(--c0);
}
.wp-block-list.is-style-initiatives-list > li:nth-child(1)::before {
  content: "①";
}
.wp-block-list.is-style-initiatives-list > li:nth-child(2)::before {
  content: "②";
}
.wp-block-list.is-style-initiatives-list > li:nth-child(3)::before {
  content: "③";
}
.wp-block-list.is-style-initiatives-list > li:nth-child(4)::before {
  content: "④";
}
.wp-block-list.is-style-initiatives-list > li:nth-child(5)::before {
  content: "⑤";
}
.wp-block-list.is-style-initiatives-list > li:nth-child(6)::before {
  content: "⑥";
}
.wp-block-list.is-style-initiatives-list > li:nth-child(7)::before {
  content: "⑦";
}
.wp-block-list.is-style-initiatives-list > li:nth-child(8)::before {
  content: "⑧";
}
.wp-block-list.is-style-initiatives-list > li:nth-child(9)::before {
  content: "⑨";
}
.wp-block-list.is-style-initiatives-list > li:nth-child(10)::before {
  content: "⑩";
}
.wp-block-list.is-style-initiatives-list ul {
  margin-left: -2.4em;
  padding-left: 0;
  list-style: none;
}
.wp-block-list.is-style-initiatives-list ul li {
  position: relative;
  padding-left: 1em;
}
.wp-block-list.is-style-initiatives-list ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.wp-block-list.is-style-initiatives-list-dot {
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .wp-block-list.is-style-initiatives-list-dot {
    font-size: 14px;
  }
}
.wp-block-list.is-style-initiatives-list-dot > li {
  position: relative;
  padding-left: 1em;
}
.wp-block-list.is-style-initiatives-list-dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.wp-block-group.is-style-wrap-1100 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-wrap-1100 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wp-block-group.is-style-wrap-1300 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-block-group.is-style-wrap-1300 {
    max-width: 1380px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-wrap-1300 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wp-block-button.is-style-btn-big .wp-block-button__link {
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  background-color: var(--c1);
  color: var(--c-wh);
  font-family: var(--f1);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid var(--c1);
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-btn-big .wp-block-button__link {
    font-size: 1.25rem;
    padding: 23px 64px;
    min-height: 80px;
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-button.is-style-btn-big .wp-block-button__link {
    font-size: 1.1428571429rem;
    padding: 16px 40px;
    min-height: 60px;
    min-width: 260px;
  }
}
.wp-block-button.is-style-btn-big .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: var(--c-wh);
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_405_16)"><path d="M7.82996 5.66992L12.17 9.99992L7.82996 14.3299" stroke="white" stroke-miterlimit="10"/><path d="M10 1C14.96 1 19 5.04 19 10C19 14.96 14.96 19 10 19C5.04 19 1 14.96 1 10C1 5.04 5.04 1 10 1ZM10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0Z" fill="white"/></g><defs><clipPath id="clip0_405_16"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_405_16)"><path d="M7.82996 5.66992L12.17 9.99992L7.82996 14.3299" stroke="white" stroke-miterlimit="10"/><path d="M10 1C14.96 1 19 5.04 19 10C19 14.96 14.96 19 10 19C5.04 19 1 14.96 1 10C1 5.04 5.04 1 10 1ZM10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0Z" fill="white"/></g><defs><clipPath id="clip0_405_16"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  mask-size: contain;
}
.wp-block-button.is-style-btn-big .wp-block-button__link:hover {
  background-color: var(--c-wh);
  color: var(--c1);
}
.wp-block-button.is-style-btn-big .wp-block-button__link:hover::before {
  background-color: var(--c1);
}

.wp-block-button.is-style-btn-big-green .wp-block-button__link {
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  background-color: var(--c2);
  color: var(--c-wh);
  font-family: var(--f1);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid var(--c2);
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-btn-big-green .wp-block-button__link {
    font-size: 1.25rem;
    padding: 23px 64px;
    min-height: 80px;
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-button.is-style-btn-big-green .wp-block-button__link {
    font-size: 1.1428571429rem;
    padding: 16px 40px;
    min-height: 60px;
    min-width: 260px;
  }
}
.wp-block-button.is-style-btn-big-green .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: var(--c-wh);
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_405_16)"><path d="M7.82996 5.66992L12.17 9.99992L7.82996 14.3299" stroke="white" stroke-miterlimit="10"/><path d="M10 1C14.96 1 19 5.04 19 10C19 14.96 14.96 19 10 19C5.04 19 1 14.96 1 10C1 5.04 5.04 1 10 1ZM10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0Z" fill="white"/></g><defs><clipPath id="clip0_405_16"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_405_16)"><path d="M7.82996 5.66992L12.17 9.99992L7.82996 14.3299" stroke="white" stroke-miterlimit="10"/><path d="M10 1C14.96 1 19 5.04 19 10C19 14.96 14.96 19 10 19C5.04 19 1 14.96 1 10C1 5.04 5.04 1 10 1ZM10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0Z" fill="white"/></g><defs><clipPath id="clip0_405_16"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  mask-size: contain;
}
.wp-block-button.is-style-btn-big-green .wp-block-button__link:hover {
  background-color: var(--c-wh);
  color: var(--c2);
}
.wp-block-button.is-style-btn-big-green .wp-block-button__link:hover::before {
  background-color: var(--c2);
}

.wp-block-table.is-style-initiatives-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table.is-style-initiatives-table table tr {
  border-top: 1px solid var(--c-gray3);
}
.wp-block-table.is-style-initiatives-table table tr:last-child {
  border-bottom: 1px solid var(--c-gray3);
}
.wp-block-table.is-style-initiatives-table table th,
.wp-block-table.is-style-initiatives-table table td {
  line-height: 1.6;
  padding: 23px 15px;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 0em;
  border: none;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-style-initiatives-table table th,
  .wp-block-table.is-style-initiatives-table table td {
    padding: 15px 10px;
    font-size: 13px;
  }
}
.wp-block-table.is-style-initiatives-table table th {
  width: 21.6666666667%;
  font-weight: 400;
  color: var(--c0);
  background: transparent;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-style-initiatives-table table th {
    width: 100px;
  }
}
.wp-block-table.is-style-initiatives-table table td {
  color: var(--c0);
  background: transparent;
}
