@charset "utf-8";

.top {
  position: relative;
}

.top__title {
  position: relative;
  width: 100vw;
  height: 820px;
  font-weight: bold;
}

.top__headerImage {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transition: 1.5s;
}

.top__headerImage {
  background-image: url("../image/header_photo.png");
}

@media screen and (max-width: 540px) {
  .top__headerImage {
    background-image: url("../image/header_photo_sp.png");
    height: 100%;
  }
}

.top__titleBox {
  position: absolute;
  bottom: 0;
  left: calc((100vw - 960px ) /2);
  max-width: 960px;
  width: 100%;
  padding: 40px 50px;
  text-align: center;
  font-size: 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px 20px 0 0;
  line-height: 68px;
  z-index: 2;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
}

.top__messageContainer {
  background: url("../image/bg_main.png");
  background-size: cover;
  padding: 0 0 90px 0;
}

.top__message {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 24px 0 34px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 20px 20px;
}

.top__messageStrong {
  font-size: 32px;
  color: #2d8c3c;
}

.top__messageParagraph {
  margin: 0 0 2rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1080px) {
  .top__title {
    height: 812px;
    overflow: hidden;
  }

  .top__titleBox {
    position: absolute;
    transform: none;
    font-size: 23px;
    width: calc(100vw - 48px);
    padding: 40px 0 20px 0;
    bottom: 0;
    left: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    z-index: 2;
  }

  .top__messageContainer {
    background-image: url("../image/bg_main_sp.png");
    background-size: cover;
    padding: 0 0 40px;
  }

  .top__message {
    width: calc(100vw - 48px);
    font-size: 16px;
    padding: 13px 10px 1px;
    line-height: 1.6;
  }

  .top__messageParagraph {
    margin: 0 0 1.8em;
  }

  .top__messageStrong {
    font-size: 20px;
  }
}

.section_white {
  background-color: #fff;
  padding: 80px 0;
}

.section_gray {
  background-color: #f0f0ee;
  padding: 80px 0;
}

.sectionContainer {
  max-width: 1080px;
  width: calc(100vw - 48px);
  margin: 0 auto;
}

.sectionTitle {
  text-align: center;
  line-height: 1em;
}

.sectionTitleText {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .sectionTitleText {
    font-size: 24px;
    font-weight: bold;
  }
}

.sectionTitle_image {
  margin: 0 0 20px;
}

.sectionSubTitle {
  position: relative;
  margin: 22px 0 28px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.sectionSubTitle::before {
  position: absolute;
  content: "";
  border-right: 1px solid #555;
  height: 20px;
  top: -36px;
  left: 50%;
}

@media screen and (max-width: 1080px) {
  .section_white,
  .section_gray {
    padding: 40px 0;
  }

  .sectionTitle_image {
    margin: 0 0 10px;
    height: 23px;
    width: auto;
  }

  .sectionSubTitle {
    font-size: 20px;
    margin: 22px 0 28px;
  }

  .sectionSubTitle::before {
    height: 11px;
    top: -21px;
  }
}

.normalLink {
  display: block;
  width: 280px;
  height: 74px;
  margin: 0 auto;
  line-height: 72px;
  font-size: 20px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #2d8c3c;
  border-radius: 37px;
  transition: 0.3s;
}

.normalLink:visited,
.normalLink:link,
.normalLink:active {
  color: #2d8c3c;
}

.normalLink:hover {
  color: #fff;
  background-color: #2d8c3c;
}

@media screen and (max-width: 768px) {
  .normalLink {
    display: block;
    margin: 32px auto 0;
    height: 62px;
    line-height: 60px;
    font-size: 16px;
  }
}

.information__wrapperContainer {
  padding: 40px 0;
}

.information_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 24px 0 34px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
}

.information__schedule {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 10px;
}

.information__description {
  text-align: center;
  margin: 10px;
}

.about {
  margin: 40px 0 40px;
}

.about__desciption {
  text-align: center;
  margin: 40px 0 80px;

}

.about__table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.about__table_title {
  font-weight: bold;
  border-bottom: 1px solid #C4C4C4;
  padding: 6px 0 !important;
}

.about__table_cell {
  padding: 20px 0 12px;
}

.about__table_rowTitle {
  font-weight: bold;
  border-right: 1px solid #C4C4C4;
  width: 114px;
}

.about__table_rowText {
  width: calc((100% - 114px)/3);
}

.about__table_recareer {
  background-color: #E6F2D4;
}

.about__table_rowStrong {
  font-weight: bold;
}

.about__table_rowNotice {
  font-size: 12px;
}

.about__note {
  margin: 32px 0 0;
}

a.about__link,
a.about__link:hover
a.about__link:link,
a.about__link:visited,
a.about__link:active {
  color: #2d8c3c;
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  .about__desciption {
    margin: 40px 0 40px;
  }

  .about__recareerTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0 26px;
    width: 100%;
    text-align: center;
  }

  .abont__table_wrapper {
    padding: 16px 0 16px 16px;
    background-color: #E6F2D4;
    border-radius: 10px;
  }

  .about__table {
    table-layout: fixed;
  }

  .about__table_title {
    visibility: hidden;
    border: none;
    height: 0;
    line-height: 0;
    padding: 0 !important;
    margin: 0;
  }

  .about__table_rowTitle {
    font-weight: normal;
    border-right: 1px solid #fff;
    width: 74px;
    padding: 0 !important;
  }

  .about__table_cell {
    text-align: left;
    padding: 0 0 27px 16px;
  }

  .about__table_cell.about__table_recareer-last {
    padding-bottom: 10px;
  }

  .about__table_pc_disable {
    display: none;
  }
}

.faq__list {
  max-width: 1080px;
  margin: 40px auto !important;
  background-color: #fff;
  border-radius: 10px;
}

.question_last {
  border: none !important;
}

@media screen and (max-width: 768px) {
  .faq__list {
    margin: 40px 24px !important;
  }
}

/* --- 1. レイアウトの土台 --- */
.sectionContainer {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.interview__list {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2等分（自動で520pxずつになる） */
  gap: 40px;                      /* 隙間を40pxに固定 */
  list-style: none;
  padding: 0;
  margin: 40px auto 0; 
}

/* --- 2. アイテムのデザイン --- */
.interview__list_item {
  /* 【重要】widthの指定を削除、または 100% にします */
  width: 100%; 
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex; /* 高さを揃えるため */
  flex-direction: column;
}

.interview__list_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.5s ease;
}

.interview__list_link:hover {
  opacity: 0.7; /* 0.5だと薄すぎるかもしれないので少し調整 */
}

/* --- 3. 画像の調整 --- */
.interview__list_image {
  width: 100% !important; /* 親の幅に100%合わせる */
  height: auto;
  display: block;
}

/* --- 4. テキストの調整 --- */
.interview__list_text {
  flex-grow: 1; /* 余白を埋めて高さを揃える */
  display: flex;
  padding: 20px 12px; /* 少し余白を広げました */
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}

.interview__list_link:hover .interview__list_text {
  color: #2d8c3c;
}

/* --- 5. レスポンス対応（タブレット・スマホ） --- */
@media screen and (max-width: 910px) {
  .interview__list_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 795px) {
  .interview__list {
    grid-template-columns: 1fr; /* blockにするよりgridのまま1列にするのが楽です */
    gap: 20px;
  }
  
  .interview__list_item {
    margin-bottom: 0; /* gridのgapに任せる */
  }
}
.career__description {
  margin: 40px 0 0;
  text-align: center;
}

.career__mapDescription {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px 0 72px;
  background: #e6f2d4;
  border-radius: 10px;
  padding: 27px 40px 18px;
  /* padding: 27px 80px 18px; */
}

.career__typeList {
  width: 536px;
  max-width: 100%;
  margin: 0 20px 0;
  flex-basis: 536px;
  /* flex: 1; */
}

.career__typeItem {
  display: flex;
  align-items: center;
  line-height: 1.6;
  padding: 10px 12px 10px 0;
  margin: 0 0 8px;
  border-bottom: 1px solid #fff;
}

.career__typeItem:last-child {
  border-bottom: none;
}

.career__typeItem::before {
  content: "";
  display: block;
  width: 113px;
  height: 80px;
  background-size: cover;
}

.career__typeItem:nth-child(1)::before {
  background-image: url("../image/career_type01.png");
}
.career__typeItem:nth-child(2)::before {
  background-image: url("../image/career_type02.png");
}
.career__typeItem:nth-child(3)::before {
  background-image: url("../image/career_type03.png");
}

.career__typeText {
  margin: 0 0 0 13px;
  flex: 1;
}

.career__typeTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.career__membersList {
  width: 298px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.career__membersList li {
  margin: 1px 0 9px;
}

.career__membersList {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列固定 */
  gap: 20px;  /* 余白はお好みで */
  list-style: none;
  padding: 0;
  margin: 0;
  justify-items: center; /* サムネを中央に配置（左右余白が気になる場合） */
}


@media screen and (max-width: 1080px) {
  .career__description {
    text-align: left;
  }

  .career__mapDescription {
    display: block;
    margin: 20px 0 40px;
    padding: 23px 14px 30px;
  }

  .career__typeList {
    margin: 0 auto;
  }

  .career__typeItem {
    padding: 0 0 20px 0;
  }

  .career__typeItem:nth-child(1)::before {
    display: none;
  }

  .career__typeText {
    margin: 0;
  }

  .career__typeTitle {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
  }

  .career__typeItem:nth-child(1)::before,
  .career__typeItem:nth-child(2)::before,
  .career__typeItem:nth-child(3)::before {
    display: none;
  }

  .career__typeTitle::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 56px;
    margin: 0 0 0 -10px;
    background-size: cover;
  }

  .career__typeItem:nth-child(1) .career__typeTitle::before {
    background-image: url("../image/career_type01.png");
  }
  .career__typeItem:nth-child(2) .career__typeTitle::before {
    background-image: url("../image/career_type02.png");
  }
  .career__typeItem:nth-child(3) .career__typeTitle::before {
    background-image: url("../image/career_type03.png");
  }

  .career__membersList {
    margin: 0 auto;
  }
}

.meeting__box {
  background-color: #fff;
  padding: 40px 0;
  margin: 40px 0 0;
  border-radius: 10px;
}

.meeting__date {
  text-align: center;
  font-weight: bold;
  line-height: 2.4;
}

.meeting__timetable {
  text-align: center;
  margin: 40px 0 0;
  line-height: 2.4;
}

.meeting__select {
  text-align: center;
  font-size: 18px;
  margin: 40px 0 0;
  font-weight: bold;
}

.meeting__buttons {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 1010px;
}

@media screen and (max-width: 768px) {
  .meeting__box {
    padding: 20px 16px;
  }

  .meeting__timetable {
    text-align: center;
    margin: 40px 0 0;
  }

  .meeting__select {
    font-size: 16px;
    margin: 40px 0 2px;
  }

  .meeting__buttons {
    display: block;
    margin: 20px auto 0;
  }

  .meeting__buttons .normalLink {
    margin:18px auto 0;
  }
}

.flowChartSectionSubTitle {
  margin: 64px 0 0;
}

.recruit__flowChart {
  margin: 40px auto 0;
  max-width: 641px;
  width: 100%;
}

.recruit__flowChartImage {
  width: 100%;
  height: auto;
}

.recruit__period {
  text-align: center;
  font-weight: bold;
  margin: 0 0 2rem;
}

.recruit__description {
  text-align: center;
}

.recruit__list {
  font-weight: bold;
  line-height: 2.5;
  font-size: 16px;
}

.recruit__textLink {
  position: relative;
  color: #2d8c3c;
  text-decoration: underline;
  margin: 0 0 0 1em;
}

.recruit__textLink::before {
  position: absolute;
  content: "・";
  color: #000;
  text-decoration: none;
  top: -0.5em;
  left: -1em;
}

.recruit__textLink:visited,
.recruit__textLink:link,
.recruit__textLink:active,
.recruit__textLink:hover {
  color: #2d8c3c;
}

.recruit__detailText {
  margin: 20px 0 0;
  font-size: 16px;
}

.recruit__detailTextLink {
  color: #2d8c3c;
  text-decoration: underline;
  font-weight: bold;
}

.recruit__detailTextLink:visited,
.recruit__detailTextLink:link,
.recruit__detailTextLink:active,
.recruit__detailTextLink:hover {
  color: #2d8c3c;
}

.information__flowChart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}

.information__flowChartStep1 {
  position: relative;
}

.information__flowChart1stCheck {
  position: absolute;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-align: right;
  top: 215px;
  left: -10px;
}

.information__flowChartImage {
  margin: 0 0 20px;
}

.information__flowChartText {
  margin: 33px 0 0;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.information__flowChartText_inner {
  display: block;
}

@media screen and (max-width:768px) {
  .recruiteConditions {
    display: block;
    padding: 20px;
  }

  .recruiteConditions-top {
    margin: 0 0 20px 0;
  }

  .recruiteConditions__occupationList {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .recruiteConditions__text {
    border-left: none;
    border-top: 1px solid #C4C4C4;
    width: 100%;
    padding: 20px 0 0 0;
  }

  .recruiteConditions-engineer .recruiteConditions__occupationList {
    border-right: none;
  }

}

.information__textLink {
  position: relative;
  color: #2d8c3c;
  text-decoration: underline;
  line-height: 2.5;
  margin: 0 0 0 1em;
}

.information__textLink::before {
  position: absolute;
  content: "・";
  color: #000;
  text-decoration: none;
  top: -0.5em;
  left: -1em;
}

.information__textLink:visited,
.information__textLink:link,
.information__textLink:active,
.information__textLink:hover {
  color: #2d8c3c;
}

.information__link {
  color: #2d8c3c;
  text-decoration: underline;
  font-weight: bold;
}

.information__link:visited,
.information__link:link,
.information__link:active,
.information__link:hover {
  color: #2d8c3c;
}

.recruiteConditions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.recruiteConditions-top {
  margin: 40px 0;
}

.recruiteConditions__occupationList {
  font-weight: bold;
  padding: 40px;
}

.recruiteConditions__text {
  border-left: 1px solid #C4C4C4;
  width: 63%;
  padding: 0 0 0 40px;
}

.recruiteConditions-engineer .recruiteConditions__occupationList {
  border-right: 1px solid #C4C4C4;
}

.recruiteConditions-engineer .recruiteConditions__text {
  border-left: none;
}

.information__flowChart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guildeline__title {
  display: flex;
  justify-content: start;
  position: relative;
  border-bottom: #C4C4C4 1px solid;
  border-left: #C4C4C4 1px solid;
  border-right: #C4C4C4 1px solid;
  cursor: pointer;
  padding: 18px 90px 18px 30px;
  transition-duration: 0.2s;
  line-height: 40px;
}


.guildeline__title::before,
.guildeline__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #2D8C3C;
  width: 20px;
  height: 3px;
  transition: all 0.3s;
}

.guildeline__title::after {
  transform: rotate(90deg);
}

.guildeline__title.active::before {
  transform: rotate(180deg);
  background-color: #fff;
}

.guildeline__title.active::after {
  transform: rotate(180deg);
  background-color: #fff;
  opacity: 0;
}

.guildeline__text {
  position: relative;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: none;
  transition: 0.5s ease max-height;
}

.guildeline__text_inner {
  flex: 1;
  margin: 30px 30px 30px 40px;
  line-height: 32px;
}

.guildeline__text_inner_emphasis {
  font-weight: bold;
}

.guildeline__text_inner a {
  text-decoration: underline;
  color: #2D8C3C;
}

.guildeline__text_inner a:visited,
.guildeline__text_inner a:link,
.guildeline__text_inner a:active,
.guildeline__text_inner a:hover {
  color: #2D8C3C;
}

.guildeline__list {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
}

.guildeline__list li:first-child .guildeline__title {
  border-top: #C4C4C4 1px solid;
  border-radius: 10px 10px 0 0;
}

.guildeline__list li:last-child .guildeline__title {
  border-radius: 0 0 10px 10px;
}

.guildeline__title.active {
  background-color: #2D8C3C;
  border: 0px;
  color: #fff;
  font-weight: bold;
}

.guildeline__text.active {
  border-left: 1px solid #2D8C3C;
  border-right: 1px solid #2D8C3C;
  border-bottom: 1px solid #2D8C3C;
  background-color: #fff;
}

.guildeline__list li:first-child .guildeline__title.active {
  border: none;
}

.guildeline__list li:last-child .guildeline__title.active {
  border-radius: 0;
}

.guildeline__list li:last-child .guildeline__text.active {
  border-radius: 0 0 10px 10px;
}


@media screen and (max-width: 1080px) and (min-width:600px) {
  .information__flowChart {
    width: 565px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .information__flowChart {
    width: 300px;
    justify-content: center;
    margin: 0 auto;
  }

  .information__flowChart1stCheck {
    position: relative;
    top: 0;
    text-align: center;
    padding: 0 0 20px;
  }

}

@media screen and (max-width: 1080px) {
  .recruit__flowChart {
    margin: 20px auto 0;
  }

  .recruit__flowChartText {
    font-size: 12px;
  }

  .recruit__subTitle {
    margin: 15px 0 12px;
  }

  .recruit__subTitle::before {
    top: 4px;
  }

  .recruit__description {
    text-align: left;
  }
}

.mobile-only {
  display: none;
}
.employees__wrapper {
  margin-top: 40px;
}
.employees {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  flex-flow: row wrap;
  width: calc(100% + 12px);
  margin-left: -12px;
}
.employees .employee__item {
  flex-basis: 25%;
  flex-grow: 0;
  max-width: 25%;
  padding-left: 12px;
  padding-top: 12px;
  box-sizing: border-box;
}
.employees .employee__item .employee__item__content {
  padding: 18px 16px 10px;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.employees .employee__item .employee__job {
  height: 32px;
  width: 100%;
  border-radius: 32px;
  border: 1px solid #cbcbcb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.employees .employee__item img {
  margin: 13px 0;
  width: 124px;
  height: 124px;
  border-radius: 50%;
}
.employees .employee__item p {
  font-weight: bold;
}
.employees .employee__item .employee__history {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 17.5px;
  margin: 10px 0 16px;
  height: 35px;
  display: flex;
  align-items: center;
}
.employees .employee__item .employee__tags {
  color: #000;
  font-size: 12px;
  line-height: 17.5px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .mobile-only {
    display: block;
  }
  .employees .employee__item {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
    padding-left: 12px;
    padding-top: 12px;
    box-sizing: border-box;
  }
  .employees .employee__item .employee__item__content {
    padding: 10px;
  }
  .employees .employee__item .employee__job {
    height: auto;
    padding: 4px;
    text-align: center;
  }
  .employees .employee__item img {
    width: 111px;
    height: 111px;
  }
  .employees .employee__item .employee__history {
    margin: 10px 0 16px;
  }
}
