@charset "utf-8";
/* CSS Document */
.careers-hero {
  padding: 100px 20px;
  /*background: #f7f4ee;*/
}

.careers-hero__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  /*grid-template-columns: 0.9fr 1.1fr;*/
  /*gap: 60px;*/
  align-items: center;
}

.careers-hero__label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 14px;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: #9a7a3f;
}

.careers-hero__title {
  margin: 0 0 28px;
  font-size: clamp(20px, 5vw, 36px);
  line-height: 1.18;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #2b2b2b;
  text-align: center;
}

.careers-hero__lead {
  margin: 0 0 24px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.careers-hero__title span{ font-size: clamp(36px, 5vw, 60px); line-height: 1.18; font-weight: 700;}
.careers-hero__desc {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.careers-hero__visual {
  width: 100%;
}

.careers-hero__image-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  background:
    linear-gradient(135deg, #e8e0d2, #f4efe6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a18b68;
  font-size: 15px;
  letter-spacing: 0.12em;
  overflow: hidden;
}

.careers-hero__image-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(150, 120, 70, 0.45);
  border-radius: 20px;
}

.careers-hero__image-placeholder span {
  position: relative;
  z-index: 1;
}

/* スマホ */
@media (max-width: 768px) {
  .careers-hero {
    padding: 70px 20px;
  }

  .careers-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .careers-hero__text {
    order: 2;
  }

  .careers-hero__visual {
    order: 1;
  }

  .careers-hero__image-placeholder {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .careers-hero__lead {
    line-height: 1.7;
  }

  .careers-hero__desc {
    font-size: 15px;
  }
}

/*------------------------------------
About
------------------------------------*/

.careers-about{

    padding:120px 20px;
    background:#fff;

}

.careers-container{

    max-width:1000px;
    margin:auto;

}

.careers-heading{

    text-align:center;
    margin-bottom:70px;

}

.careers-heading__sub{

    color:#9a7a3f;
    letter-spacing:.2em;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;

}

.careers-heading__title{

    /*font-size:42px;*/
    margin-bottom:25px;
    color:#333;
  font-size: clamp(26px, 5vw, 36px);

}

.careers-heading__lead{

    font-size:18px;
    line-height:2;
    color:#666;

}

.careers-about__grid{

    display:grid;
    /*grid-template-columns:repeat(1,1fr);*/
    gap:30px;

}

.careers-about__card{
  /*background: #e5f3e6;*/
  background: #faf8f3;
  padding:45px;
  border-radius:20px;
  transition:.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;

}
.careers-about__card_wrap{ display: flex; width: 100%; align-items: center; padding: 15px 0;}
.careers-about__card_wrap h3{ margin-bottom: 0 !important;}

.careers-about__card:hover{

    transform:translateY(-8px);

}

.careers-about__icon{
  width:50px;
  height:50px;
  border-radius:50%;
  background: var(--corp-color);
  color:#fff;

  display:flex;
  justify-content:center;
  align-items:center;
  font-weight:bold;
  /*margin-bottom:30px;
  margin-right: 20px;*/

}

.careers-about__card h3{
  font-size:22px;
  margin-bottom:20px;
  color:#333;
  padding-left: 15px;
}

.careers-about__card p{

    line-height:2;
    color:#666;

}

@media(max-width:768px){

.careers-about{

    padding:80px 20px;

}

.careers-heading{

    margin-bottom:50px;

}

.careers-heading__title{

    font-size:32px;

}

.careers-heading__lead{

    font-size:16px;

}

.careers-about__grid{

    grid-template-columns:1fr;

}

.careers-about__card{

    padding:35px 30px;

}

}


.int-area {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  align-items: center;
}



.hito-icon img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/*------------------------------------
Message
------------------------------------*/

.careers-message {
    padding: 120px 20px;
    background: #e5f3e6;
}

.careers-message__inner {
    display: grid;
  grid-template-columns: repeat(1,1fr);
    /*grid-template-columns: 0.9fr 1.1fr;*/
    gap: 70px;
    align-items: center;
}

.careers-message__visual {
    width: 100%;
}

.careers-message__image-placeholder {
    position: relative;
    width: 100%;
    /*aspect-ratio: 4 / 5;*/
    border-radius: 28px;
    background: linear-gradient(135deg, #e3d8c5, #f4efe6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a7a3f;
    font-size: 15px;
    letter-spacing: 0.12em;
    overflow: hidden;
  margin: 0 auto;
}

.careers-message__image-placeholder::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px dashed rgba(150, 120, 70, 0.45);
    border-radius: 20px;
}

.careers-message__image-placeholder span {
    position: relative;
    z-index: 1;
}

.careers-message__title {
    /*font-size: clamp(30px, 3.4vw, 46px);*/
  font-size: clamp(26px, 5vw, 36px);
    line-height: 1.6;
    margin-bottom: 35px;
    color: #333;
}

.careers-message__text {
    font-size: 16px;
    line-height: 2.2;
    color: #555;
    margin-bottom: 24px;
}

.careers-message__name {
    margin-top: 40px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-align: right;
}

/* 写真差し替え用 */
.careers-message__image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careers-message__image-placeholder:has(img)::before,
.careers-message__image-placeholder:has(img) span {
    display: none;
}

@media (max-width: 768px) {

    .careers-message {
        padding: 80px 20px;
    }

    .careers-message__inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .careers-message__image-placeholder {
        /*aspect-ratio: 4 / 3;*/
        border-radius: 20px;
    }

    .careers-message__title {
        font-size: 28px;
    }

    .careers-message__text {
        font-size: 15px;
        line-height: 2;
    }

}

/*------------------------------------
Jobs
------------------------------------*/

.careers-jobs {
    padding: 120px 20px;
    background: #fff;
}

.careers-jobs__grid {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    gap: 36px;
}

.careers-jobs__card { 
  /*background: #faf8f3;*/
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 50px;
}

.careers-jobs__image-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #e8e0d2, #f4efe6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a18b68;
    font-size: 14px;
    letter-spacing: 0.12em;
}

.careers-jobs__image-placeholder::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px dashed rgba(150, 120, 70, 0.45);
    border-radius: 16px;
}

.careers-jobs__image-placeholder span {
    position: relative;
    z-index: 1;
}

.careers-jobs__body { 
  /*padding: 34px;*/
  padding: 24px 34px 10px;
}

.careers-jobs__label {
    margin-bottom: 12px;
    color: #9a7a3f;
    font-size: 13px;
    letter-spacing: 0.16em;
    font-weight: 600;
}

.careers-jobs__body h3 {
    margin-bottom: 18px;
    font-size: 24px;
    color: #333;
}

.careers-jobs__body p {
    line-height: 2;
    color: #666;
}

/* 写真差し替え用 */
.careers-jobs__image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careers-jobs__image-placeholder:has(img)::before,
.careers-jobs__image-placeholder:has(img) span {
    display: none;
}

@media (max-width: 768px) {

    .careers-jobs {
        padding: 80px 20px;
    }

    .careers-jobs__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .careers-jobs__body {
        padding: 28px;
    }

    .careers-jobs__body h3 {
        font-size: 22px;
    }

}

/*------------------------------------
Staff
------------------------------------*/

.careers-staff{

    padding:120px 20px;
    background:#f7f4ee;

}

.careers-staff__grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;

}

.careers-staff__card{

    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.3s;

}

.careers-staff__card:hover{

    transform:translateY(-8px);

}

.careers-staff__image{

    position:relative;
    aspect-ratio:4 / 5;
    background:linear-gradient(135deg,#e8e0d2,#f4efe6);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#9a7a3f;

}

.careers-staff__image img{ width: auto; height: 100%; object-fit: cover;}

.careers-staff__image::before{

    content:"";
    position:absolute;
    inset:15px;
    border:1px dashed rgba(150,120,70,.4);

}

.careers-staff__body{

    padding:35px;

}

.careers-staff__department{

    color:#9a7a3f;
    letter-spacing:.15em;
    font-size:13px;
    margin-bottom:12px;

}

.careers-staff__body h3{

    margin-bottom:15px;
    font-size:24px;

}

.careers-staff__catch{

    line-height:1.9;
    color:#666;
    margin-bottom:30px;

}

.careers-button{

    display:inline-block;
    padding:14px 28px;
    border-radius:50px;

    background:#b28c4d;
    color:#fff;
    text-decoration:none;
    transition:.3s;

}

.careers-button:hover{

    background:#8d6d38;

}

@media(max-width:900px){

.careers-staff__grid{

grid-template-columns:1fr;

}

}

/*------------------------------------
Story
------------------------------------*/

.careers-story {
    padding: 120px 20px;
    background: #fff;
}

.careers-story__inner {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.careers-story__title {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.5;
    margin-bottom: 30px;
    color: #333;
}

.careers-story__lead {
    font-size: 16px;
    line-height: 2.2;
    color: #555;
    margin-bottom: 45px;
}

.careers-story__points {
    display: grid;
    gap: 26px;
}

.careers-story__point {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 22px;
    align-items: start;
}

.careers-story__point span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #b28c4d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.careers-story__point h3 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #333;
}

.careers-story__point p {
    line-height: 1.9;
    color: #666;
}

.careers-story__visual {
    position: relative;
    min-height: 560px;
}

.careers-story__image {
    position: absolute;
    background: linear-gradient(135deg, #e8e0d2, #f4efe6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a18b68;
    font-size: 14px;
    letter-spacing: 0.12em;
    overflow: hidden;
}

.careers-story__image::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px dashed rgba(150, 120, 70, 0.45);
    border-radius: 18px;
}

.careers-story__image span {
    position: relative;
    z-index: 1;
}

.careers-story__image--main {
    width: 78%;
    aspect-ratio: 4 / 5;
    right: 0;
    top: 0;
    border-radius: 28px;
}

.careers-story__image--sub {
    width: 52%;
    aspect-ratio: 4 / 3;
    left: 0;
    bottom: 0;
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border: 3px solid #fff;
}

/* 写真差し替え用 */
.careers-story__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careers-story__image:has(img)::before,
.careers-story__image:has(img) span {
    display: none;
}

@media (max-width: 900px) {

    .careers-story {
        padding: 80px 20px;
    }

    .careers-story__inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .careers-story__visual {
        min-height: auto;
        display: grid;
        gap: 20px;
    }

    .careers-story__image {
        position: relative;
    }

    .careers-story__image--main,
    .careers-story__image--sub {
        width: 100%;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
    }

}

/*------------------------------------
Environment
------------------------------------*/

.careers-environment {
    padding: 120px 20px;
    background: #f7f4ee;
}

.careers-environment__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.careers-environment__card {
    position: relative;
    background: #fff;
    padding: 42px 32px;
    border-radius: 22px;
    overflow: hidden;
}

.careers-environment__num {
    display: inline-block;
    color: #b28c4d;
    font-size: 14px;
    letter-spacing: 0.14em;
    font-weight: 700;
    margin-bottom: 22px;
}

.careers-environment__card h3 {
    font-size: 23px;
    margin-bottom: 18px;
    color: #333;
}

.careers-environment__card p {
    line-height: 1.95;
    color: #666;
}

.careers-environment__card::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(178, 140, 77, 0.08);
}

@media (max-width: 900px) {

    .careers-environment {
        padding: 80px 20px;
    }

    .careers-environment__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .careers-environment__card {
        padding: 34px 28px;
    }

}

/*------------------------------------
Person
------------------------------------*/

.careers-person {
    padding: 120px 20px;
    background: #fff;
}

.careers-person__list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
}

.careers-person__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 24px;
    padding: 28px 34px;
    border-radius: 18px;
    background: #faf8f3;
}

.careers-person__item span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #b28c4d;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.careers-person__item p {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 1.7;
}

@media (max-width: 768px) {

    .careers-person {
        padding: 80px 20px;
    }

    .careers-person__item {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 28px;
    }

    .careers-person__item p {
        font-size: 18px;
    }

}

/*------------------------------------
Entry
------------------------------------*/

.careers-entry {
  padding: 120px 20px;
  background: #e5f3e6;
  /*background: #f7f4ee;*/
}

.careers-entry__box {
    background: #fff;
    border-radius: 28px;
    padding: 70px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
}

.careers-entry__title {
  font-size: clamp(26px, 5vw, 36px);
    /*font-size: clamp(32px, 4vw, 52px);*/
    line-height: 1.45;
    margin-bottom: 28px;
    color: #333;
}

.careers-entry__text {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.careers-entry__buttons {
    display: grid;
    gap: 18px;
    min-width: 260px;
}

.careers-entry__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 34px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.careers-entry__button--primary {
    background: #b28c4d;
    color: #fff;
}

.careers-entry__button--primary:hover {
    background: #8d6d38;
}

.careers-entry__button--secondary {
    background: #fff;
    color: #9a7a3f;
    border: 1px solid #b28c4d;
}

.careers-entry__button--secondary:hover {
    background: #faf8f3;
}

@media (max-width: 768px) {

    .careers-entry {
        padding: 80px 20px;
    }

    .careers-entry__box {
        grid-template-columns: 1fr;
        padding: 45px 28px;
    }

    .careers-entry__buttons {
        min-width: 0;
    }

}

/*個々インタビューページ*/
/*------------------------------------
Interview Page
------------------------------------*/

.careers-interview-page {
    background: #fff;
}

/* Hero */
.careers-interview-hero {
    padding: 120px 20px 90px;
    background: #f7f4ee;
}

.careers-interview-hero__inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.careers-interview-hero__department {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #fff;
    color: #9a7a3f;
    font-weight: 600;
}

.careers-interview-hero__name {
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.2;
    margin-bottom: 18px;
    color: #333;
}


.careers-interview-hero__year { font-size: 18px; color: #666;}

.careers-interview-image-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 28px;
    background: linear-gradient(135deg, #e8e0d2, #f4efe6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a18b68;
    font-size: 15px;
    letter-spacing: 0.12em;
    overflow: hidden;
}

.careers-interview-image-placeholder::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px dashed rgba(150, 120, 70, 0.45);
    border-radius: 20px;
}

.careers-interview-image-placeholder span {
    position: relative;
    z-index: 1;
}

/* Catch */
.careers-interview-catch {
    padding: 80px 20px;
    background: #fff;
    text-align: center;
}

.careers-interview-catch h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.6;
    color: #333;
}

/* Content */
.careers-interview-content {
    padding: 40px 20px 120px;
}

.careers-interview-content__inner {
    max-width: 960px;
}

.careers-interview-block,
.careers-interview-message {
    margin-bottom: 90px;
}

.careers-interview-section-title {
    font-size: 34px;
    margin-bottom: 42px;
    color: #333;
    text-align: center;
}

.careers-interview-qa {
    display: grid;
    gap: 16px;/*36px*/
}

.careers-interview-qa h3 {
    font-size: 22px;
    line-height: 1.7;
    color: #9a7a3f;
    margin-bottom: 12px;
  margin-top: 50px;
}



.careers-interview-qa p,
.careers-interview-message p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.careers-interview-message p{ margin-bottom: 15px;}

/* Work */
.careers-interview-work {
    margin-bottom: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 55px;
    border-radius: 28px;
    background: #faf8f3;
}

.careers-interview-work__image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    background: linear-gradient(135deg, #e8e0d2, #f4efe6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a18b68;
    font-size: 14px;
    letter-spacing: 0.12em;
    overflow: hidden;
}

.careers-interview-work__image::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px dashed rgba(150, 120, 70, 0.45);
    border-radius: 16px;
}

.careers-interview-work__image span {
    position: relative;
    z-index: 1;
}

.careers-interview-work__text h2 {
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.6;
    margin-bottom: 24px;
    color: #333;
}

.careers-interview-work__text p {
    line-height: 2.1;
    color: #555;
}

/* Image Replace */
.careers-interview-image-placeholder img,
.careers-interview-work__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careers-interview-image-placeholder:has(img)::before,
.careers-interview-image-placeholder:has(img) span,
.careers-interview-work__image:has(img)::before,
.careers-interview-work__image:has(img) span {
    display: none;
}

/* Responsive */
@media (max-width: 900px) {

    .careers-interview-hero {
        padding: 90px 20px 70px;
    }

    .careers-interview-hero__inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .careers-interview-work {
        grid-template-columns: 1fr;
        padding: 36px 28px;
    }

}

@media (max-width: 768px) {

    .careers-interview-catch {
        padding: 60px 20px;
    }

    .careers-interview-content {
        padding: 30px 20px 90px;
    }

    .careers-interview-section-title {
        font-size: 28px;
    }

    .careers-interview-qa h3 {
        font-size: 20px;
    }

}