@charset "UTF-8";
/* カラー設定 */
:root {
  --primary-color: #222222;
  --secondary-color: #222222;
  --accent-color: #098644;
  --back-color: #F3F7F3;
  --white-color: #FFFFFF;
  --right-green-color: #17A95C;
  --gray-light-color: #D0D0D0;
  --gray-dark-color: #929292;
}

/*----------------------------------------------------------*/
/* トップページ */
/*----------------------------------------------------------*/
/*---
mv
---*/
.mv {
  width: 100%;
  height: 55vw;
  background-image: url(../images/mv-pc.jpg);
  background-size: cover;
  background-position: right 0vw bottom 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 100%;
  }
}
.mv__content {
  width: 100%;
  height: 100%;
  padding: 0 5.5vw;
  padding-top: 8%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  position: absolute;
}
.mv__content__img {
  width: 18%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__content__img {
    width: 40%;
  }
}
.mv__content__copy {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: var(--white-color);
}
@media screen and (max-width: 768px) {
  .mv__content__copy {
    font-size: 2.4rem;
  }
}

/*---
トップページ__新着情報
---*/
.section-news__content {
  display: flex;
  justify-content: space-between;
  gap: 12px 20px;
}
@media screen and (max-width: 768px) {
  .section-news__content {
    flex-direction: column;
    padding: 20px 0;
  }
}
.section-news__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  width: 126px;
  min-width: 130px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .section-news__link {
    margin: 0 0 0 auto;
  }
}
.section-news .arrow {
  display: inline-block;
}
.section-news .arrow::before, .section-news .arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  transform-origin: calc(100% - 1px) 50%;
  background-color: var(--accent-color);
  right: 0;
}
.section-news .arrow::before {
  transform: rotate(45deg);
}
.section-news .arrow::after {
  transform: rotate(-45deg);
}
.section-news .news-item a {
  display: flex;
  gap: 4px 40px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .section-news .news-item a {
    flex-direction: column;
    padding: 16px 0;
  }
}
.section-news .news-item .news-date {
  color: var(--gray-dark-color);
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}
.section-news .news-item .news-title {
  font-weight: 500;
}

/*---
トップページ__髙木工務店について
---*/
.section-about__content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px 6%;
}
@media screen and (max-width: 768px) {
  .section-about__content {
    grid-template-columns: 1fr;
  }
}
.section-about__link {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-about__link {
    margin-top: 20px;
  }
}
.section-about__item {
  border-top: solid 1px #DDDDDD;
}
.section-about__item:last-of-type {
  border-bottom: solid 1px #DDDDDD;
}
.section-about__item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 24px;
}
@media screen and (max-width: 768px) {
  .section-about__item a {
    padding: 20px 24px;
  }
}
.section-about__item a p {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .section-about__item a p {
    font-size: 1.6rem;
  }
}
.section-about__item a .arrow::before, .section-about__item a .arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  transform-origin: calc(100% - 1px) 50%;
  background-color: var(--accent-color);
}
.section-about__item a .arrow::before {
  transform: rotate(45deg);
}
.section-about__item a .arrow::after {
  transform: rotate(-45deg);
}

/*---
トップページ__事業内容
---*/
.section-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 3.2%;
}
@media screen and (max-width: 768px) {
  .section-service__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.section-service__item__img {
  border-radius: 4px;
  margin-bottom: 24px;
}
.section-service__item h3 {
  border-left: solid 8px var(--accent-color);
  line-height: 1;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .section-service__item h3 {
    border-left: solid 6px var(--accent-color);
    padding-left: 10px;
  }
}

/*---
トップページ__施工実績
---*/
.section-works {
  overflow: hidden;
}
.section-works .works-list {
  max-width: 1920px;
  position: relative;
}
.section-works .works-slick {
  width: calc(94.5vw + 10px);
}
.section-works .slick-item {
  padding: 0 10px;
  max-width: 36%;
}
@media screen and (max-width: 768px) {
  .section-works .slick-item {
    max-width: unset;
  }
}
.section-works .prev-arrow,
.section-works .next-arrow {
  display: block;
  width: 80px;
  height: 80px;
  background: #F3F7F3;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-works .prev-arrow,
  .section-works .next-arrow {
    width: 44px;
    height: 44px;
  }
}
.section-works .prev-arrow {
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  z-index: 1;
}
.section-works .next-arrow {
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  z-index: 1;
}
.section-works .prev-arrow::before,
.section-works .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--primary-color);
  border-top: 2px solid var(--primary-color);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.works-item {
  display: grid !important;
  gap: 12px !important;
}

.works-thumbnail {
  aspect-ratio: 1/1;
}
.works-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.works-title {
  text-align: center;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.works-area {
  font-weight: 600;
  text-align: center;
  color: var(--gray-dark-color);
  line-height: 1;
  margin-top: 12px;
}

/*---
トップページ__採用情報
---*/
.section-recruit__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .section-recruit__content {
    grid-template-columns: 1fr;
  }
}
.section-recruit__content .inner {
  gap: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-recruit__content .inner {
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-recruit__content__img {
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
}

/*---
トップページ__ブログ
---*/
.section-blog__content {
  display: grid;
  grid-template-columns: 1fr 2.8fr;
}
@media screen and (max-width: 900px) {
  .section-blog__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 900px) {
  .section-blog .blog__list.top-page {
    margin-top: 32px;
  }
}
.section-blog .blog__item {
  border-top: solid 1px var(--gray-light-color);
}
.section-blog .blog__item:last-of-type {
  border-bottom: solid 1px var(--gray-light-color);
}
.section-blog .blog__item a {
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 20px 3vw;
  gap: 12px 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-blog .blog__item a {
    grid-template-columns: 1fr;
  }
}
.section-blog .blog__item .blog-thumbnail {
  aspect-ratio: 3/2;
}
.section-blog .blog__item .blog-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.section-blog .blog__item .blog-date {
  color: var(--gray-dark-color);
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}
.section-blog .blog__item .blog-title {
  margin-top: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .section-blog .blog__item .blog-title {
    margin-top: 8px;
  }
}

/*---
section-cta
---*/
.section-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .section-cta {
    grid-template-columns: 1fr;
  }
}
.section-cta .sec-title .sec-title__en {
  font-size: 6.4rem;
}
@media screen and (max-width: 1000px) {
  .section-cta .sec-title .sec-title__en {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .section-cta .sec-title .sec-title__en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .section-cta .sec-title .sec-title__jp {
    font-size: 1.4rem;
  }
}
.section-cta__item a {
  display: block;
  width: 100%;
  padding: 60px 5vw;
  color: var(--white-color);
}
@media screen and (max-width: 768px) {
  .section-cta__item a {
    padding: 32px 20px;
  }
}
.section-cta__item--contact {
  background-color: var(--primary-color);
}
.section-cta__item--entry {
  background-color: var(--accent-color);
}
.section-cta__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .section-cta__flex {
    margin-top: 20px;
  }
}
.section-cta__arrow {
  background-image: url("../images/cta_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
  min-width: 80px;
  height: 80px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .section-cta__arrow {
    min-width: 52px;
    height: 52px;
  }
}

/*----------------------------------------------------------*/
/* 髙木工務店についてページ */
/*----------------------------------------------------------*/
.page-about .section-greeting__content {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  gap: 20px 4vw;
}
@media screen and (max-width: 768px) {
  .page-about .section-greeting__content {
    grid-template-columns: 1fr;
  }
}
.page-about .section-greeting__text {
  display: grid;
  gap: 16px;
}
.page-about .section-greeting__text .name {
  text-align: right;
}
.page-about .section-principle__copy {
  text-align: center;
}
.page-about .section-principle__text {
  font-weight: 400;
  text-align: center;
}
.page-about .section-history__list {
  display: grid;
  gap: 32px;
  max-width: 860px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-about .section-history__list {
    gap: 24px;
  }
}
.page-about .section-history__item {
  display: flex;
  align-items: baseline;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page-about .section-history__item {
    flex-direction: column;
    gap: 8px;
  }
}
.page-about .section-history__item .year {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .page-about .section-history__item .year {
    width: 100%;
    display: flex;
  }
}
.page-about .section-history__item .year__western {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-about .section-history__item .year__western {
    font-size: 2.4rem;
    gap: 12px;
  }
}
.page-about .section-history__item .year__western::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: var(--accent-color);
}
.page-about .section-history__item .year__jp {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--gray-dark-color);
  margin-left: 36px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .page-about .section-history__item .year__jp {
    margin-left: 12px;
    margin-top: 0;
  }
}
.page-about .section-company table {
  width: 100%;
  max-width: 940px;
  margin: 0 0 0 auto;
}
.page-about .section-company table tr {
  display: block;
  padding: 32px 0;
  border-bottom: solid 1px var(--gray-light-color);
}
@media screen and (max-width: 768px) {
  .page-about .section-company table tr {
    display: grid;
    gap: 4px;
    padding: 16px 0;
  }
}
.page-about .section-company table tr:first-of-type {
  padding: 0 0 32px 0;
}
@media screen and (max-width: 768px) {
  .page-about .section-company table tr:first-of-type {
    padding: 0 0 16px 0;
  }
}
.page-about .section-company table tr th {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .page-about .section-company iframe {
    margin-top: 0;
    height: 240px;
  }
}
.page-about .section-company__licenses__type {
  background-color: #F6F6F6;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 1em;
}
.page-about .section-company__licenses__type__title {
  margin-bottom: 0.3em;
}

/*----------------------------------------------------------*/
/* 事業内容ページ */
/*----------------------------------------------------------*/
.page-service .section-service__list {
  grid-template-columns: 1fr;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .page-service .section-service__list {
    gap: 32px;
  }
}
.page-service .section-service__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-service .section-service__item {
    grid-template-columns: 1fr;
  }
}
.page-service .section-service__item img {
  margin-bottom: 0;
}
.page-service .section-flow__list {
  width: 100%;
  max-width: 860px;
  margin: auto;
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .page-service .section-flow__list {
    gap: 10px;
  }
}
.page-service .section-flow__item {
  padding: 16px 32px;
  border-radius: 4px;
  background-color: var(--back-color);
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-service .section-flow__item {
    padding: 16px;
  }
}
.page-service .section-flow__item__title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: dotted 2px var(--accent-color);
}
@media screen and (max-width: 768px) {
  .page-service .section-flow__item__title {
    padding-bottom: 12px;
  }
}
.page-service .section-flow__item__title .step {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: var(--accent-color);
  color: var(--white-color);
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
  line-height: 1;
  padding: 6px 20px;
  font-family: "Urbanist", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-service .section-flow__item__title .step {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 12px;
    font-size: 1.2rem;
  }
}
.page-service .section-flow__item__title .step span {
  font-size: 2.4rem;
  font-weight: 700;
}
.page-service .section-flow__item__description {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page-service .section-flow__item__description {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-service .section-flow__item .title {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.page-service .section-flow__item__dot {
  display: block;
  height: 24px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-service .section-flow__item__dot {
    height: 20px;
  }
}
.page-service .section-flow__item--last {
  background-color: var(--secondary-color);
}
.page-service .section-flow__item--last .number {
  background-color: var(--white-color);
  color: var(--secondary-color);
}
.page-service .section-flow__item--last .title {
  color: var(--white-color);
}
.page-service .section-voice__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 3%;
}
@media screen and (max-width: 768px) {
  .page-service .section-voice__list {
    grid-template-columns: 1fr;
  }
}
.page-service .section-voice__item {
  background-color: var(--back-color);
  border-radius: 4px;
  padding: 32px 24px;
}
@media screen and (max-width: 768px) {
  .page-service .section-voice__item {
    padding: 20px 16px;
  }
}
.page-service .section-voice__item .title {
  display: flex;
  gap: 12px 16px;
}
.page-service .section-voice__item .title p {
  font-size: 1.8rem;
  font-weight: 600;
}
.page-service .section-voice__item .title p small {
  letter-spacing: 0;
  font-size: 72%;
  margin-left: -8px;
}
.page-service .section-voice__item .person {
  display: block;
  width: 55px;
  height: 55px;
}
.page-service .section-voice__item .text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page-service .section-voice__item .text {
    margin-top: 12px;
  }
}
.page-service .faq__q, .page-service .faq__a {
  font-size: 3.2rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-service .faq__q, .page-service .faq__a {
    font-size: 2.4rem;
  }
}
.page-service .faq__q {
  color: var(--accent-color);
}
.page-service .faq__a {
  color: #B4CAB4;
}

.accordion {
  width: 100%;
  margin: auto;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .accordion {
    gap: 12px;
  }
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  background-color: var(--back-color);
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordion-header {
    gap: 16px;
    padding: 8px 16px;
  }
}
.accordion-header h5 {
  max-width: 80%;
  font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
  .accordion-header h5 {
    max-width: 78%;
    font-size: 1.6rem;
  }
}

.accordion-content {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .accordion-content {
    padding: 0 16px;
  }
}
.accordion-content__box {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 16px 0 8px 0;
}
@media screen and (max-width: 768px) {
  .accordion-content__box {
    gap: 16px;
  }
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 40px;
  bottom: 0;
  width: 20px;
  height: 4px;
  margin: auto;
  background: var(--accent-color);
}
@media screen and (max-width: 768px) {
  .accordion-header::before,
  .accordion-header::after {
    right: 16px;
    width: 16px;
    height: 3px;
  }
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  display: none;
}

/*----------------------------------------------------------*/
/* 施工実績ページ */
/*----------------------------------------------------------*/
.page-works .works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 3.6vw;
}
@media screen and (max-width: 768px) {
  .page-works .works-list {
    grid-template-columns: 1fr;
  }
}

/*----------------------------------------------------------*/
/* 施工実績ページ_個別 */
/*----------------------------------------------------------*/
.single-works__before-after {
  display: grid;
  grid-template-columns: 1fr 2% 1fr;
  gap: 4px 2%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single-works__before-after {
    grid-template-columns: 1fr;
  }
}
.single-works__before__img, .single-works__after__img {
  aspect-ratio: 3/2;
}
.single-works__before__img img, .single-works__after__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.single-works__before__title, .single-works__after__title {
  color: var(--accent-color);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border: solid 1px var(--accent-color);
  border-radius: 4px;
  padding: 2px 16px;
  margin-bottom: 20px;
  font-family: "Urbanist", sans-serif;
}
@media screen and (max-width: 768px) {
  .single-works__before__title, .single-works__after__title {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .single-works .arrow {
    transform: rotate(90deg);
    height: 28px;
    display: block;
    margin: auto;
    object-fit: contain;
  }
}

.single-works-table {
  display: block;
  background-color: #F6F6F6;
  border-radius: 12px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .single-works-table {
    padding: 12px 20px 12px;
  }
}
.single-works-table tbody {
  display: block;
}
.single-works-table tr {
  width: 100%;
  border-bottom: solid 1px var(--gray-light-color);
  padding: 30px 0;
  display: flex;
  row-gap: 12px;
}
@media screen and (max-width: 768px) {
  .single-works-table tr {
    padding: 16px 0;
    flex-direction: column;
    row-gap: 8px;
  }
}
.single-works-table tr:last-of-type {
  border-bottom: unset;
}
.single-works-table tr th {
  color: var(--gray-dark-color);
  padding-right: 40px;
  display: inline-block;
  min-width: fit-content;
}
.single-works-table tr td {
  font-weight: 500;
}

.single-works-no-after__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 4vw;
  align-items: start;
}
@media screen and (max-width: 1180px) {
  .single-works-no-after__content {
    grid-template-columns: 1fr;
  }
}
.single-works-no-after__thumbnail {
  aspect-ratio: 3/2;
}
.single-works-no-after__thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/*----------------------------------------------------------*/
/* お知らせページ */
/*----------------------------------------------------------*/
.page-news .news-list {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.page-news .news-item {
  border-bottom: solid 1px var(--gray-light-color);
}

/*----------------------------------------------------------*/
/* 採用情報ページ */
/*----------------------------------------------------------*/
.page-recruit {
  /* 表示時 */
  /* 非表示時 */
}
.page-recruit .sec-title__en {
  color: var(--right-green-color);
}
.page-recruit .section-cta .sec-title__en {
  color: var(--white-color);
}
.page-recruit__mv {
  width: 100%;
  background-size: cover;
  background-position: right 0vw bottom 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .page-recruit__mv {
    height: 100%;
    max-height: 620px;
    margin-top: 120px;
    padding-bottom: 80px;
  }
}
.page-recruit__mv__content {
  width: 100%;
  padding: 0 5.5vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-recruit__mv__content {
    padding: 0 16px;
    top: 70%;
  }
}
.page-recruit__mv__content__copy {
  font-size: 4.4rem;
  font-weight: 600;
  color: var(--primary-color);
  background-color: var(--white-color);
  width: fit-content;
  padding: 4px 36px;
}
@media screen and (max-width: 768px) {
  .page-recruit__mv__content__copy {
    font-size: 2.2rem;
    padding: 4px 16px;
  }
}
.page-recruit .section-message__text {
  max-width: 600px;
  margin: 0 0 0 auto;
  margin-top: -80px;
  display: grid;
  gap: 3em;
}
@media screen and (max-width: 1060px) {
  .page-recruit .section-message__text {
    margin: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit .section-message__text {
    gap: 2em;
  }
}
.page-recruit .section-message__text p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-message__text p {
    font-size: 1.4rem;
  }
}
.page-recruit .section-position .accordion {
  gap: 32px;
  display: grid;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-position .accordion {
    gap: 16px;
  }
}
.page-recruit .section-position .accordion__wrapper {
  border: solid 1px var(--gray-light-color);
  border-radius: 20px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-position .accordion__wrapper {
    padding: 0 16px;
    border-radius: 12px;
  }
}
.page-recruit .section-position .accordion .accordion-header {
  background-color: unset;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-position .accordion .accordion-header {
    padding: 16px 0;
  }
}
.page-recruit .section-position .accordion .accordion-header h4 {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-position .accordion .accordion-header h4 {
    gap: 8px;
    font-size: 1.6rem;
  }
}
.page-recruit .section-position .accordion .accordion-header h4::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: var(--right-green-color);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-position .accordion .accordion-header h4::before {
    width: 16px;
    height: 16px;
  }
}
.page-recruit .section-position .accordion .accordion-header::before, .page-recruit .section-position .accordion .accordion-header::after {
  background-color: var(--primary-color);
  right: 0;
}
.page-recruit .section-position .accordion .accordion-content {
  padding: 0;
}
.page-recruit .section-position .accordion .accordion-content__box {
  display: block;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-position .accordion .accordion-content__box {
    padding-bottom: 20px;
  }
}
.page-recruit .section-position .accordion .accordion-content__box h5 {
  color: var(--right-green-color);
  background-color: var(--back-color);
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-position .accordion .accordion-content__box h5 {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 4px 16px;
  }
}
.page-recruit .section-position .accordion .accordion-content table {
  width: 100%;
}
.page-recruit .section-position .accordion .accordion-content table tr {
  display: block;
  padding: 28px 0;
  border-bottom: solid 1px var(--gray-light-color);
}
@media screen and (max-width: 768px) {
  .page-recruit .section-position .accordion .accordion-content table tr {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.page-recruit .section-position__box {
  display: flex !important;
  gap: 4px 4%;
}
.page-recruit .section-position__title {
  width: 160px;
}
.page-recruit .section-interview .interview__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 5.5vw;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-interview .interview__list {
    grid-template-columns: 1fr;
    width: 96%;
    max-width: 520px;
    margin: auto;
  }
}
.page-recruit .section-interview .interview-thumbnail {
  aspect-ratio: 3/2;
  position: relative;
}
.page-recruit .section-interview .interview-thumbnail img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-interview .interview-thumbnail img {
    border-radius: 12px;
  }
}
.page-recruit .section-interview .interview-thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #D5E9D5;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-interview .interview-thumbnail::before {
    border-radius: 12px;
  }
}
.page-recruit .section-interview .interview-arrow {
  background-image: url("../images/cta_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 72px;
  height: 72px;
  background-color: var(--right-green-color);
  border-radius: 20px 0 20px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-interview .interview-arrow {
    width: 48px;
    height: 48px;
    border-radius: 12px 0 12px 0;
    background-size: 40%;
  }
}
.page-recruit .section-interview .interview-position {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-interview .interview-position {
    margin-top: 24px;
  }
}
.page-recruit .section-interview .interview-name {
  text-align: center;
}
.page-recruit .section-style__wrapper {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-style__wrapper {
    gap: 32px;
  }
}
.page-recruit .section-style .title {
  display: flex;
  align-items: center;
}
.page-recruit .section-style .title::before {
  content: "";
  display: inline-block;
  width: 1em;
  min-width: 1em;
  height: 1em;
  background-color: var(--right-green-color);
  border-radius: 4px;
  margin-right: 0.5em;
}
.page-recruit .section-style .insurance,
.page-recruit .section-style .holiday,
.page-recruit .section-style .other {
  border: solid 1px var(--gray-light-color);
  padding: 32px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-style .insurance,
  .page-recruit .section-style .holiday,
  .page-recruit .section-style .other {
    padding: 20px;
  }
}
.page-recruit .section-style .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-style .list {
    grid-template-columns: 1fr;
  }
}
.page-recruit .section-style .item {
  background-color: var(--back-color);
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-style .item {
    gap: 4px;
  }
}
.page-recruit .holiday .list,
.page-recruit .other .list {
  grid-template-columns: 1fr 1fr 1fr !important;
}
@media screen and (max-width: 768px) {
  .page-recruit .holiday .list,
  .page-recruit .other .list {
    grid-template-columns: 1fr !important;
  }
}
.page-recruit .section-company h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-company h3 {
    font-size: 1.8rem;
  }
}
.page-recruit .section-company__box {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px 4%;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-company__box {
    grid-template-columns: 1fr;
  }
}
.page-recruit .section-company__box__text {
  display: grid;
  gap: 16px;
}
.page-recruit .section-company .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-company .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .page-recruit .section-company .list {
    grid-template-columns: 1fr;
  }
}
.page-recruit .section-company .item {
  background-color: var(--white-color);
  border-radius: 8px;
  padding: 20px 16px;
  display: grid;
  gap: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-company .item {
    padding: 16px;
    gap: 4px;
  }
}
.page-recruit .section-company .item img {
  width: 72px;
  height: 72px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-company .item img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit .section-company .item img {
    width: 48px;
    height: 48px;
  }
}
.page-recruit .section-company .item p {
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .section-company .item p {
    font-size: 1.3rem;
  }
}
.page-recruit #entry-btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  width: 30%;
  max-width: 180px;
  position: fixed;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit #entry-btn {
    bottom: 16px;
    right: 16px;
  }
}
.page-recruit #entry-btn.visible {
  opacity: 1;
  transform: translateY(0);
}
.page-recruit #entry-btn.hidden {
  opacity: 0;
  transform: translateY(20px);
}

/*----------------------------------------------------------*/
/* 個別ページ共通 */
/*----------------------------------------------------------*/
.link-btn--single__arrow {
  transform: rotate(180deg);
}

/*----------------------------------------------------------*/
/* 個別ページ_お知らせ・ブログ */
/*----------------------------------------------------------*/
.single-title {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: solid 1px var(--gray-light-color);
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-title {
    padding-bottom: 32px;
    font-size: 2rem;
  }
}

.single-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 3rem;
}
.single-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.single-content h2 {
  font-size: 2.4rem;
  padding-top: 0.5em;
  margin-bottom: 1em;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .single-content h2 {
    font-size: 2rem;
  }
}
.single-content h2::before {
  content: "";
  display: block;
  width: 1em;
  min-width: 1em;
  height: 1em;
  background-color: var(--accent-color);
  border-radius: 4px;
  margin-right: 0.5em;
}
.single-content h3,
.single-content p,
.single-content img {
  margin-bottom: 1em;
}
.single-content h3 {
  font-size: 2.2rem;
  padding-top: 0.5em;
}
.single-content .wp-block-list {
  font-size: 1.6rem;
  margin-left: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .single-content .wp-block-list {
    font-size: 1.4rem;
  }
}
.single-content ul.wp-block-list {
  list-style: disc;
}
.single-content ol.wp-block-list {
  list-style: auto;
}

/*----------------------------------------------------------*/
/* 個別ページ_インタビュー */
/*----------------------------------------------------------*/
.single-interview .sec-title__en {
  color: var(--right-green-color);
}
.single-interview .section-cta .sec-title__en {
  color: var(--white-color);
}
.single-interview__thumbnail {
  width: 100%;
  aspect-ratio: 16/8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-interview__thumbnail {
    aspect-ratio: 3/2;
  }
}
.single-interview__thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.single-interview__thumbnail__info {
  background-color: var(--right-green-color);
  padding: 12px 32px;
  color: var(--white-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px 24px;
  width: fit-content;
  position: absolute;
  bottom: 5%;
  left: -12px;
}
@media screen and (max-width: 768px) {
  .single-interview__thumbnail__info {
    padding: 8px 16px;
    gap: 4px 16px;
  }
}
.single-interview__thumbnail__info::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: -12px solid transparent;
  border-left: 0;
  border-right: 12px solid var(--accent-color);
}
@media screen and (max-width: 768px) {
  .single-interview__thumbnail__info .position {
    font-size: 1.2rem;
  }
}
.single-interview__thumbnail__info .name {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single-interview__thumbnail__info .name {
    font-size: 1.6rem;
  }
}
.single-interview__title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-interview__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.single-interview .interview-overview {
  text-align: center;
  max-width: 680px;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .single-interview .interview-overview {
    text-align: left;
    margin-bottom: 32px;
  }
}
.single-interview__content {
  gap: 5.5vw;
}
.single-interview__content h3 {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 0.8em;
  border-left: solid 5px var(--right-green-color);
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .single-interview__content h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__content .space-s {
    height: 8px !important;
  }
}
.single-interview__content p {
  margin-bottom: 1em;
}
.single-interview__content__img img {
  border-radius: 8px;
}
.single-interview__content__schedule {
  padding: 60px;
  margin-top: 60px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .single-interview__content__schedule {
    padding: 32px 20px;
    margin-top: 40px;
  }
}
.single-interview__content__schedule__title h2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single-interview__content__schedule__title h2 {
    font-size: 2.8rem;
  }
}
.single-interview__content__schedule__title p {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .single-interview__content__schedule__title p {
    margin-top: 8px;
  }
}
.single-interview__content__schedule .list {
  max-width: 920px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .single-interview__content__schedule .list {
    margin-top: 32px;
  }
}
.single-interview__content__schedule .item {
  line-height: 1.5;
  font-weight: 600;
  border-bottom: dashed 1px var(--right-green-color);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .single-interview__content__schedule .item {
    padding: 0;
  }
}
.single-interview__content__schedule .item .time {
  margin-top: 1em;
}
.single-interview__content__schedule .item .schedule-text {
  margin-left: 3.7em;
  font-weight: 400;
  margin-top: -0.3em;
}

/*----------------------------------------------------------*/
/* お問い合わせページ */
/*----------------------------------------------------------*/
.page-contact .page__content {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .page-contact .page__content {
    gap: 32px;
  }
}
.page-contact__terms {
  color: #9f9f9f;
  text-align: center;
  font-size: 1.2rem;
}
.page-contact__terms a {
  text-decoration: underline;
}
.page-contact__description {
  text-align: center;
}
.page-contact .tel {
  width: 100%;
  max-width: 860px;
  margin: auto;
  background-color: var(--back-color);
  text-align: center;
  padding: 32px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .page-contact .tel {
    padding: 20px 16px;
  }
}
.page-contact .tel__number {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  color: var(--accent-color);
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  .page-contact .tel__number {
    font-size: 2.8rem;
  }
}
.page-contact .tel__close {
  display: inline-block;
}
.page-contact select,
.page-contact input,
.page-contact textarea {
  border: solid 1px #DCDCDC;
  padding: 16px 20px;
  border-radius: 12px;
  width: 100%;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-contact select,
  .page-contact input,
  .page-contact textarea {
    padding: 12px 16px;
    font-size: 1.4rem;
  }
}
.page-contact select::placeholder,
.page-contact input::placeholder,
.page-contact textarea::placeholder {
  font-size: 1.6rem;
  color: #B6B6B6;
}
@media screen and (max-width: 768px) {
  .page-contact select::placeholder,
  .page-contact input::placeholder,
  .page-contact textarea::placeholder {
    font-size: 1.4rem;
  }
}
.page-contact select {
  color: #999;
}
.page-contact select option:not(:first-child) {
  color: #999;
}
.page-contact .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-contact .select-wrap::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/form_select.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 26px;
  right: 3%;
}
@media screen and (max-width: 768px) {
  .page-contact .select-wrap::after {
    top: 20px;
  }
}
.page-contact input[type=file]::file-selector-button {
  font-size: 14px;
  border: solid 1px #BBBBBB;
  background-color: #E0E0E0;
  border-radius: 4px;
  padding: 2px 8px;
  text-align: center;
  cursor: pointer;
  color: #222;
}
.page-contact input[type=submit] {
  background-color: var(--primary-color);
  border: none;
  border-radius: 10px;
  color: var(--white-color);
  width: 320px;
  margin: auto;
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-contact .contact-type {
  font-size: 1.6rem;
}
.page-contact .contact-type .wpcf7-checkbox {
  display: flex;
  gap: 12px 3em;
  flex-wrap: wrap;
}
.page-contact .contact-type input[type=checkbox] {
  width: fit-content;
  margin-top: -0.3em;
  margin-right: 0.3em;
}
.page-contact .contact-type .wpcf7-list-item {
  margin: 0;
}
.page-contact input[type=file] {
  font-size: 1.4rem;
  border: none;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .page-contact input[type=file] {
    font-size: 1.2rem;
    border: none;
  }
}
.page-contact select[name=contact-type] {
  width: 50%;
  min-width: 360px;
}
@media screen and (max-width: 768px) {
  .page-contact select[name=contact-type] {
    width: 100%;
    min-width: inherit;
  }
}
.page-contact .form__list {
  display: grid;
  gap: 32px;
  width: 100%;
  max-width: 860px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-contact .form__list {
    gap: 20px;
  }
}
.page-contact .form .form-title {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page-contact .form .form-title {
    margin-bottom: 8px;
  }
}
.page-contact .form .form-title__required {
  background-color: #EF7A44;
  color: var(--white-color);
  padding: 1px 8px;
  border-radius: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .page-contact .form .form-title__required {
    font-size: 1rem;
  }
}
.page-contact .form__area-wprapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}
@media screen and (max-width: 768px) {
  .page-contact .form__area-wprapper {
    grid-template-columns: 1fr;
  }
}
.page-contact .form__area-wprapper .select-wrap {
  width: 100%;
}
.page-contact .form__privacy {
  margin-bottom: 28px;
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-contact .form__privacy {
    margin-top: 20px;
  }
}
.page-contact .form__privacy-link {
  text-decoration: underline;
  margin-left: 4px;
}

/*----------------------------------------------------------*/
/* 送信完了ページ */
/*----------------------------------------------------------*/
.section-completed__box {
  text-align: center;
}
.section-completed .top-link {
  border: solid 1px var(--primary-color);
  display: inline-block;
  padding: 8px 32px;
  border-radius: 100px;
}

/*----------------------------------------------------------*/
/* プライバシーポリシーページ */
/*----------------------------------------------------------*/
.page-privacy .page__content {
  display: grid;
  gap: 40px;
}
.page-privacy ol {
  list-style: decimal;
}
.page-privacy ol li {
  margin-left: 1.6rem;
}
.page-privacy ol li::marker {
  font-size: 1.6rem;
}

.page-privacy__item {
  display: grid;
  gap: 12px;
}

/*----------------------------------------------------------*/
/* 404ページ */
/*----------------------------------------------------------*/
.section-404 {
  text-align: center;
}