@charset "utf-8";
/* CSS Document */
.cate2 .rightbox {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.column3_b .card1 {
  border-radius: 10px;
}
.signature {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-right: 0;
  margin-left: auto;
}
.signature .name {
  padding: 10px 18px;
  letter-spacing: 2px;
}
.career_wrap {
  background: #FDF9F0;
  border-radius: 10px;
  padding: 40px clamp(24px, 4vw, 40px);
  max-width: 1280px;
  margin: auto;
}
.career_wrap .career_item + .career_item {
  margin-top: 26px;
}
.career_wrap .career_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  cursor: pointer;
}
.career_wrap .career_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.career_wrap .career_square {
  width: 14px;
  height: 14px;
  background: #222;
}
.career_wrap .career_body {
  overflow: hidden;
  padding: 20px 0 0 24px;
  transition: max-height .4s ease, opacity .3s ease, padding-top .4s ease;
}
body.gjs-dashed .career_wrap .career_item .career_body, .career_wrap .career_item.active .career_body {
  max-height: 9000px;
  opacity: 1;
  padding-top: 15px;
}
.career_wrap .career_body p {
  margin: 0 0 6px;
}
.top_a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(32px, 4vw, 72px);
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}
.top_a .leftbox {
  width: 40%;
}
.top_a .rightbox {
  width: 22%;
  align-items: flex-end;
}
.top_a .txtbox {
  width: 40%;
  min-width: 380px;
  padding-top: 18px;
}
/* 画像共通 */
.top_a .imgbox {
  overflow: hidden;
  border-radius: 14px;
  line-height: 0;
}
.top_a .imgbox img {
  width: 100%;
  display: block;
  border-radius: 14px;
  object-fit: cover;
}
.top_a .leftbox .imgbox:nth-child(1) {
  width: 90%;
  align-self: flex-start;
  border-radius: 0 14px 14px 0;
}
.top_a .leftbox .imgbox:nth-child(1) img {
  border-radius: 0 14px 14px 0;
}
/* 左下の小さい画像 */
.top_a .leftbox .imgbox:nth-child(2) {
  width: clamp(140px, 70%, 250px);
  align-self: flex-end;
  margin-top: 88px;
  margin-left: 180px;
}
.top_a .rightbox .imgbox:nth-child(1) {
  width: 100%;
  align-self: flex-end;
  margin-top: 190px;
  margin-right: 0;
  border-radius: 14px 0 0 14px;
}
.top_a .rightbox .imgbox:nth-child(1) img {
  border-radius: 14px 0 0 14px;
}
/* タブレットで少しだけ詰める */
@media (max-width: 1080px) {
  .top_a {
    gap: 28px;
  }
  .top_a .txtbox {
    min-width: 320px;
  }
  .top_a .leftbox .imgbox:nth-child(2) {
    margin-left: 60px;
  }
  .top_a .rightbox .imgbox:nth-child(1) {
    margin-top: 56px;
  }
  .top_a .rightbox .imgbox:nth-child(2) {
    margin-top: 90px;
  }
}
/* SP */
@media (max-width: 768px) {
  .top_a {
    flex-direction: column;
    gap: 32px;
  }
  .top_a .leftbox, .top_a .rightbox, .top_a .txtbox {
    width: 100%;
    min-width: 0;
  }
  .top_a .txtbox {
    padding-top: 0;
    max-width: 350px;
    margin: auto;
  }
  .top_a .leftbox .imgbox:nth-child(1), .top_a .leftbox .imgbox:nth-child(2), .top_a .leftbox .imgbox:nth-child(3), .top_a .rightbox .imgbox:nth-child(1) {
    width: calc(50% - 8px);
    max-width: none;
    margin: 0;
    align-self: auto;
  }
  .top_a .leftbox .imgbox:nth-child(1) {
    width: 42%;
    align-self: flex-end;
  }
  .top_a .leftbox .imgbox:nth-child(2) {
    margin-left: auto;
  }
  .top_a .rightbox .imgbox:nth-child(1) {
    margin-left: auto;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}