@charset "UTF-8";
.bgWrap {
  background: #F2F2F2;
}

.bgWrap2 {
  background-image: linear-gradient(to right, rgba(235, 109, 30, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(235, 109, 30, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
}

.secMovie {
  padding: 140px 0 160px;
}

@media screen and (max-width: 767px) {
  .secMovie {
    padding: 60px 0;
  }
}
.movie {
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.movie video {
  width: 100%;
}
.movie .play-btn {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
}
.movie .play-btn.playActive {
  display: none;
}

.secAbout .secAboutNav .navUlTop {
  border-bottom: 1px solid #EB6D1E;
}
.secAbout .secAboutNav .badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(235, 109, 30, 0.2);
  border-radius: 50%;
}
.secAbout .secAboutNav .badge span {
  color: #EB6D1E;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
  transition: all 0.6s;
}
.secAbout .secAboutNav .badge::after {
  transition: all 0.6s;
  content: "";
  position: absolute;
  background-image: url(../images/nav_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
}
.secAbout .secAboutNav .navUlTop *,
.secAbout .secAboutNav .navUlBottom * {
  color: #EB6D1E;
}
.secAbout .secAboutNav .navUlTop li a,
.secAbout .secAboutNav .navUlBottom li a {
  display: flex;
  align-items: center;
}
.secAbout .secAboutNav .navUlTop li a:hover .badge span,
.secAbout .secAboutNav .navUlBottom li a:hover .badge span {
  background-color: #EB6D1E;
}
.secAbout .secAboutNav .navUlTop li a:hover .badge:after,
.secAbout .secAboutNav .navUlBottom li a:hover .badge:after {
  filter: brightness(10);
}
.secAbout .secAboutNav {
  /* セレクトボックス共通スタイル（SP用ナビゲーション） */
}
.secAbout .secAboutNav .navSelectWrap {
  position: relative;
  width: 100%;
  display: flex;
}
.secAbout .secAboutNav .navSelectWrap * {
  color: #EB6D1E;
}
.secAbout .secAboutNav .navSelectWrap .navSelectTop {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .secAbout {
    padding: 140px 0 160px;
  }
  .secAbout .comSubTtlWrap {
    margin-bottom: 90px;
  }
  .secAbout .secAboutNav nav .navSelectWrap {
    display: none;
    /* PC時はセレクトボックスを非表示 */
  }
  .secAbout .secAboutNav .navUlTop li a,
  .secAbout .secAboutNav .navUlBottom li a {
    gap: 6px;
  }
  .secAbout .secAboutNav .badge {
    width: 34px;
    height: 34px;
  }
  .secAbout .secAboutNav .badge span {
    width: 26px;
    height: 26px;
  }
  .secAbout .secAboutNav .navUlTop {
    padding-bottom: 14px;
    margin-bottom: 20px;
    gap: 30px;
    display: grid;
    grid-template-columns: max-content max-content max-content max-content;
  }
  .secAbout .secAboutNav .navUlBottom span {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
@media screen and (max-width: 1080px) {
  .secAbout .secAboutNav nav .navUlTop {
    grid-template-columns: max-content max-content max-content;
  }
}
@media screen and (max-width: 767px) {
  .secAbout {
    padding: 100px 0 120px;
  }
  .secAbout .comSubTtlWrap {
    margin-bottom: 60px;
  }
  .secAbout .secAboutNav nav .navUlTop {
    display: none;
    /* SP時はPC用のulナビゲーションを非表示に変更 */
  }
  .secAbout .secAboutNav nav .navUlBottom {
    margin-bottom: 100px;
  }
  .secAbout .secAboutNav nav .navUlBottom li a {
    width: 100%;
    max-width: 240px;
    border-bottom: 1px solid #EB6D1E;
    gap: 10px;
    padding-bottom: 8px;
  }
  .secAbout .secAboutNav nav .navUlBottom li a .inner {
    flex: 1;
  }
  .secAbout .secAboutNav nav {
    /* SP時セレクトボックスの表示・調整 */
  }
  .secAbout .secAboutNav nav .navSelectWrap {
    gap: 10px;
    border-bottom: 1px solid #EB6D1E;
    max-width: 240px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .secAbout .secAboutNav nav .navSelectWrap .navSelectTop {
    font-size: clamp(14px, 4.1vw, 16px);
    flex: 1;
  }
  .secAbout .secAboutNav nav .badge {
    width: 34px;
    height: 34px;
  }
  .secAbout .secAboutNav nav .badge span {
    width: 26px;
    height: 26px;
  }
}
/* -------------------------------------
*　仕事内容一覧
* ------------------------------------- */
.secAboutContent .jobList .jobItem {
  border-bottom: 1px solid #e0c8b6;
}
.secAboutContent .jobList .jobItem:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.secAboutContent .jobList .jobItem .jobItemInner {
  display: flex;
}
.secAboutContent .jobList .jobItem .imgWrap {
  position: relative;
  width: 100%;
  /* ★比率を430:324に固定 */
}
.secAboutContent .jobList .jobItem .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secAboutContent .jobList .jobItem .imgWrap .badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(235, 109, 30, 0.2);
  /* 透過のオレンジ */
  border-radius: 50%;
  z-index: 1;
}
.secAboutContent .jobList .jobItem .imgWrap .badge span {
  color: #EB6D1E;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
}
.secAboutContent .jobList .jobItem .imgWrap .imgFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
.secAboutContent .jobList .jobItem .infoWrap .title {
  color: #EB6D1E;
  font-weight: bold;
}
.secAboutContent .jobList .jobItem .infoWrap .desc {
  color: #EB6D1E;
  line-height: 1.8;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap:hover {
  border: 1px solid #EB6D1E;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap .accBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #EB6D1E;
  font-weight: bold;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap .accBtn .accStateWrap {
  display: flex;
  align-items: center;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent {
  display: none;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleDesc {
  color: #666666;
  line-height: 1.6;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .accContentInner p {
  font-size: clamp(15px, 1.11vw, 16px);
  padding: 15px 0;
  font-weight: bold;
  color: #868686;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleList {
  list-style: none;
  color: #868686;
  text-align: left;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleList .arrow {
  color: #868686;
}
.secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleList .stepTitle {
  text-indent: -3em;
  padding-left: 3em;
}
.secAboutContent .jobList .jobItem .infoWrap .btnJob {
  display: block;
  position: relative;
  text-align: center;
  background-color: #EB6D1E;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #EB6D1E;
  transition: all 0.3s;
}
.secAboutContent .jobList .jobItem .infoWrap .btnJob:hover {
  color: #EB6D1E;
  background-color: #fff;
}
.secAboutContent .jobList .jobItem .infoWrap .btnJob:hover svg path {
  stroke: #EB6D1E;
}
.secAboutContent .jobList .jobItem .infoWrap .btnJob svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.secAboutContent .jobList .jobItem .infoWrap .btnJob svg path {
  transition: all 0.3s;
}

/* -------------------------------------
   * 変動するプロパティ（サイズ・余白等）
   * ------------------------------------- */
@media screen and (min-width: 768px) {
  .secAboutContent {
    padding: 140px 0 0;
  }
  .secAboutContent .jobList .jobItem {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .secAboutContent .jobList .jobItem .jobItemInner {
    gap: 50px;
    align-items: flex-start;
  }
  .secAboutContent .jobList .jobItem .imgWrap {
    width: 320px;
    flex-shrink: 0;
  }
  .secAboutContent .jobList .jobItem .imgWrap .badge {
    top: -20px;
    left: -20px;
    width: 84px;
    height: 84px;
  }
  .secAboutContent .jobList .jobItem .imgWrap .badge span {
    font-size: clamp(22px, 1.67vw, 24px);
    width: 64px;
    height: 64px;
  }
  .secAboutContent .jobList .jobItem .imgWrap .imgFit {
    height: 420px;
  }
  .secAboutContent .jobList .jobItem .infoWrap {
    flex-grow: 1;
  }
  .secAboutContent .jobList .jobItem .infoWrap .title {
    font-size: clamp(22px, 1.67vw, 24px);
    margin-bottom: 60px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .desc {
    font-size: clamp(15px, 1.11vw, 16px);
    line-height: 2;
    margin-bottom: 30px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap {
    margin-bottom: 30px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accBtn {
    padding: 30px;
    font-size: clamp(18px, 1.39vw, 20px);
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accBtn .accTitle {
    font-size: clamp(20px, 1.53vw, 22px);
    font-weight: bold;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accBtn .accStateWrap {
    gap: 6px;
    font-size: 14px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accBtn .accStateWrap .accStateText {
    font-size: 15px;
    font-weight: bold;
    position: relative;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .accContentInner {
    padding: 0 30px 30px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleList {
    font-size: clamp(15px, 1.11vw, 16px);
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleList li {
    margin-bottom: 10px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleList .arrow {
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .btnJob {
    padding: 20px 30px;
    font-size: clamp(15px, 1.11vw, 16px);
    display: flex;
    justify-content: space-between;
  }
  .secAboutContent .jobList .jobItem .infoWrap .btnJob svg {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .secAboutContent {
    /* SP時のsecAboutContent自体のpaddingが必要な場合はここに記述 */
  }
  .secAboutContent .jobList .jobItem {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .secAboutContent .jobList .jobItem .jobItemInner {
    flex-direction: column;
    gap: 24px;
    /* 画像とテキストの隙間 */
  }
  .secAboutContent .jobList .jobItem .imgWrap {
    width: 100%;
    /* SPは幅100% */
    margin-left: 0;
  }
  .secAboutContent .jobList .jobItem .imgWrap .badge {
    top: -40px;
    left: auto;
    right: 10px;
    width: 80px;
    height: 80px;
  }
  .secAboutContent .jobList .jobItem .imgWrap .badge span {
    width: 60px;
    height: 60px;
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secAboutContent .jobList .jobItem .imgWrap .imgFit {
    height: auto;
    aspect-ratio: 1/1;
    /* おおよそ正方形に近いためアスペクト比を1:1に。画像に合わせて適宜変更してください */
  }
  .secAboutContent .jobList .jobItem .infoWrap {
    width: 100%;
  }
  .secAboutContent .jobList .jobItem .infoWrap .title {
    font-size: clamp(14px, 5.13vw, 20px);
    margin-bottom: 16px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .desc {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap {
    margin-bottom: 24px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accBtn {
    padding: 16px 20px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accBtn .accStateWrap {
    gap: 6px;
    font-size: 12px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .accContentInner {
    padding: 0 20px 20px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleList {
    font-size: 12px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleList li {
    margin-bottom: 8px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .accWrap .accContent .scheduleList .arrow {
    margin-bottom: 8px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .btnJob {
    width: 100%;
    /* 横幅いっぱいに広げる */
    padding: 16px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .secAboutContent .jobList .jobItem .infoWrap .btnJob svg {
    right: 20px;
  }
}
.secPhilosophy .comSubTtlWrap {
  margin: auto;
}
.secPhilosophy .title {
  text-align: center;
  font-size: clamp(20px, 1.53vw, 22px);
  color: #EB6D1E;
  margin-bottom: 22px;
}
.secPhilosophy .introTx {
  color: #EB6D1E;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.secPhilosophy .philosophyList {
  display: flex;
  flex-direction: column;
}
.secPhilosophy .philosophyItem {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.secPhilosophy .philosophyItem:hover {
  border: 1px solid #EB6D1E;
}
.secPhilosophy .philosophyHeader {
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-weight: bold;
}
.secPhilosophy .philosophyLabel {
  color: #EB6D1E;
  font-weight: bold;
  flex-shrink: 0;
}
.secPhilosophy .philosophyDesc {
  color: #EB6D1E;
  font-weight: bold;
  flex-grow: 1;
}
.secPhilosophy .philosophyToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.secPhilosophy .philosophyBody {
  display: none;
}
.secPhilosophy .philosophyBody .philosophyBodyIn p {
  color: #868686;
  line-height: 1.8;
}

/* -------------------------------------
 * 変動するプロパティ（PCサイズ・余白等）
 * ------------------------------------- */
@media only screen and (min-width: 768px) {
  .secPhilosophy {
    padding: 0px 0 130px;
  }
  .secPhilosophy .comSubTtlWrap {
    margin-bottom: 30px;
  }
  .secPhilosophy .introTx {
    font-size: clamp(15px, 1.11vw, 16px);
    margin-bottom: 50px;
  }
  .secPhilosophy .philosophyList {
    gap: 20px;
  }
  .secPhilosophy .philosophyHeader {
    padding: 30px 50px 30px 60px;
  }
  .secPhilosophy .philosophyLabel {
    font-size: clamp(22px, 1.67vw, 24px);
    width: 150px;
  }
  .secPhilosophy .philosophyDesc {
    font-size: clamp(15px, 1.11vw, 16px);
  }
  .secPhilosophy .philosophyBody .philosophyBodyIn {
    padding: 0px 50px 30px 60px;
  }
  .secPhilosophy .philosophyBody .philosophyBodyIn p {
    margin-left: 150px;
    font-size: clamp(15px, 1.11vw, 16px);
  }
}
/* -------------------------------------
 * 変動するプロパティ（SPサイズ・余白等）
 * ------------------------------------- */
@media only screen and (max-width: 767px) {
  .secPhilosophy {
    padding: 0px 0 100px;
  }
  .secPhilosophy .comSubTtlWrap {
    margin-bottom: 24px;
  }
  .secPhilosophy .introTx {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
  }
  .secPhilosophy .philosophyList {
    gap: 16px;
  }
  .secPhilosophy .philosophyHeader {
    padding: 20px;
    gap: 16px;
  }
  .secPhilosophy .philosophyLabel {
    font-size: clamp(14px, 5.13vw, 20px);
    width: 40px;
  }
  .secPhilosophy .philosophyDesc {
    font-size: 14px;
  }
  .secPhilosophy .philosophyBody .philosophyBodyIn {
    padding: 0 20px 20px;
  }
  .secPhilosophy .philosophyBody .philosophyBodyIn p {
    font-size: 14px;
  }
}
/* -------------------------------------
 * 私たちが目指す姿
 * ------------------------------------- */
.secAspiration .aspirationContent .catchPhrase {
  color: #EB6D1E;
  text-align: center;
  font-weight: bold;
  /* 文字に直接ドットを紐付けるための設定 */
}
.secAspiration .aspirationContent .catchPhrase .emDot {
  position: relative;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}
.secAspiration .aspirationContent .catchPhrase .emDot::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EB6D1E;
  border-radius: 50%;
  display: block;
}
.secAspiration .aspirationContent .cardList {
  display: flex;
}
.secAspiration .aspirationContent .cardList .cardItem {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  /* 軽いドロップシャドウ */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secAspiration .aspirationContent .cardList .cardItem .iconWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secAspiration .aspirationContent .cardList .cardItem .cardTitle {
  color: #EB6D1E;
  font-weight: bold;
}
.secAspiration .aspirationContent .cardList .cardItem .cardDesc {
  color: #EB6D1E;
  line-height: 1.8;
}
.secAspiration .aspirationContent .btnWrap {
  display: flex;
}
.secAspiration .aspirationContent .btnWrap .btnAspiration {
  background-color: #EB6D1E;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #EB6D1E;
  transition: all 0.3s;
}
.secAspiration .aspirationContent .btnWrap .btnAspiration:hover {
  background-color: #fff;
  color: #EB6D1E;
}

/* -------------------------------------
 * 変動するプロパティ（PCサイズ・余白等）
 * ------------------------------------- */
@media only screen and (min-width: 768px) {
  .secAspiration {
    padding: 100px 0;
  }
  .secAspiration .comSubTtlWrap {
    margin-bottom: 60px;
  }
  .secAspiration .aspirationContent .catchPhrase {
    font-size: clamp(32px, 2.36vw, 34px);
    margin-bottom: 30px;
  }
  .secAspiration .aspirationContent .catchPhrase .emDot::before {
    top: -6px;
    width: 8px;
    height: 8px;
  }
  .secAspiration .aspirationContent .cardList {
    gap: 50px;
    margin-bottom: 40px;
    justify-content: center;
  }
  .secAspiration .aspirationContent .cardList .cardItem {
    width: calc(50% - 15px);
    padding: 50px 30px;
  }
  .secAspiration .aspirationContent .cardList .cardItem .iconWrap {
    margin-bottom: 24px;
  }
  .secAspiration .aspirationContent .cardList .cardItem .cardTitle {
    font-size: clamp(22px, 1.67vw, 24px);
    margin-bottom: 24px;
  }
  .secAspiration .aspirationContent .cardList .cardItem .cardDesc {
    font-size: clamp(15px, 1.11vw, 16px);
  }
  .secAspiration .aspirationContent .btnWrap {
    gap: 30px;
    justify-content: center;
  }
  .secAspiration .aspirationContent .btnWrap .btnAspiration {
    width: calc(50% - 15px);
    padding: 20px 30px;
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
/* -------------------------------------
 * 変動するプロパティ（SPサイズ・余白等）
 * ------------------------------------- */
@media only screen and (max-width: 767px) {
  .secAspiration {
    padding: 100px 0;
  }
  .secAspiration .comSubTtlWrap {
    margin-bottom: 50px;
  }
  .secAspiration .aspirationContent .catchPhrase {
    font-size: clamp(14px, 6.15vw, 24px);
    margin-bottom: 30px;
    gap: 8px;
  }
  .secAspiration .aspirationContent .catchPhrase .emDot::before {
    top: -6px;
    width: 8px;
    height: 8px;
  }
  .secAspiration .aspirationContent .cardList {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .secAspiration .aspirationContent .cardList .cardItem {
    width: 100%;
    padding: 30px 20px;
  }
  .secAspiration .aspirationContent .cardList .cardItem .iconWrap {
    margin-bottom: 16px;
  }
  .secAspiration .aspirationContent .cardList .cardItem .cardTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    margin-bottom: 16px;
  }
  .secAspiration .aspirationContent .cardList .cardItem .cardDesc {
    font-size: 14px;
  }
  .secAspiration .aspirationContent .btnWrap {
    flex-direction: column;
    gap: 16px;
  }
  .secAspiration .aspirationContent .btnWrap .btnAspiration {
    width: 100%;
    padding: 16px 20px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
.secStandard {
  padding-bottom: 110px;
}
.secStandard .salaryImgArea {
  margin-top: 100px;
  border-radius: 20px;
  overflow: hidden;
}
.secStandard .comSubTtlWrap {
  margin-bottom: 45px;
}
.secStandard .gridArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.125rem, -4.182rem + 15.24vw, 7.25rem);
  align-items: center;
}
.secStandard .gridArea .txArea p {
  font-size: clamp(15px, 1.11vw, 16px);
  color: #EB6D1E;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .secStandard {
    padding-bottom: 70px;
  }
  .secStandard .salaryImgArea {
    margin-top: 50px;
  }
  .secStandard .gridArea {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .secStandard .gridArea .imgArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
/* -------------------------------------
 * 変動しないプロパティ（共通設定・カラー等）
 * ------------------------------------- */
.secSalary {
  /* 背景グリッドは親要素（.bgWrapなど）で設定済みと仮定 */
}
.secSalary .bottomImg {
  overflow: hidden;
  border-radius: 20px;
}
.secSalary .salaryCard {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  /* 軽いドロップシャドウ */
  display: flex;
  box-sizing: border-box;
}
.secSalary .salaryCard .labelTag {
  display: block;
  background-color: #F28A4A;
  color: #ffffff;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100px;
  height: 34px;
}
.secSalary .salaryCard .amountWrap .amountTxt {
  color: #EB6D1E;
  font-weight: bold;
}
.secSalary .salaryCard .amountWrap .amountTxt .num {
  /* フォントサイズはPC/SPで変動 */
}
.secSalary .salaryCard .amountWrap .noteText {
  color: #EB6D1E;
  /* フォントサイズは14px以下なので直書き */
  font-size: 11px;
}
.secSalary .cardIncome {
  /* SP: 縦積み、PC: 横並び、メディアクエリで切り替え */
}
.secSalary .cardBonus {
  /* SP: 縦積み、メディアクエリで切り替え */
}
.secSalary .cardBonus .bonusList {
  flex: 1;
  list-style: none;
  width: 100%;
}
.secSalary .cardBonus .bonusList li {
  display: flex;
  align-items: center;
  width: 100%;
}
.secSalary .cardBonus .bonusList li .roleTitle {
  color: #EB6D1E;
  font-weight: bold;
  /* フォントサイズはPC/SPで変動 */
}
.secSalary .cardBonus .bonusList li .bonusAmountTxt {
  color: #EB6D1E;
  font-weight: bold;
  /* フォントサイズはPC/SPで変動 */
}
.secSalary .cardBonus .bonusList li .bonusAmountTxt .num {
  /* フォントサイズはPC/SPで変動 */
}

/* -------------------------------------
 * 変動するプロパティ（SPサイズ・余白等）
 * ------------------------------------- */
@media only screen and (max-width: 767px) {
  .secSalary {
    padding: 0px 0 100px;
  }
  .secSalary .comSubTtlWrap {
    margin-bottom: 40px;
  }
  .secSalary .salaryCard {
    padding: 24px;
    margin-bottom: 30px;
    /* カード間の下余白 */
  }
  .secSalary .salaryCard:last-child {
    margin-bottom: 0;
  }
  .secSalary .salaryCard .labelTag {
    font-size: 16px;
    max-width: 100px;
    width: 100%;
  }
  .secSalary .salaryCard .amountWrap {
    width: 100%;
  }
  .secSalary .salaryCard .amountWrap .amountTxt {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secSalary .salaryCard .amountWrap .amountTxt .num {
    font-size: clamp(18px, 7.69vw, 30px);
    /* 金額の数字部分 */
  }
  .secSalary .salaryCard .amountWrap .noteText {
    /* フォントサイズは14px以下なので直書き */
    font-size: 11px;
    /* 注釈 */
  }
  .secSalary .cardIncome {
    align-items: center;
    justify-content: space-between;
  }
  .secSalary .cardIncome .labelTag {
    margin-bottom: 0px;
  }
  .secSalary .cardIncome .amountWrap {
    align-items: center;
    text-align: right;
  }
  .secSalary .cardIncome .amountWrap .amountTxt {
    /* 中央寄せ */
    justify-content: center;
  }
  .secSalary .cardBonus {
    flex-direction: column;
    align-items: flex-start;
  }
  .secSalary .cardBonus .labelTag {
    margin-bottom: 20px;
  }
  .secSalary .cardBonus .bonusList {
    display: block;
    /* 縦積み */
  }
  .secSalary .cardBonus .bonusList li {
    padding: 5px 0;
    justify-content: space-between;
    /* 項目名と金額を両端に寄せる */
    gap: 10px;
  }
  .secSalary .cardBonus .bonusList li:first-of-type {
    padding: 0 0 5px;
  }
  .secSalary .cardBonus .bonusList li:last-of-type {
    padding: 5px 0 0;
  }
  .secSalary .cardBonus .bonusList li {
    /* 項目名と金額の間隔 */
  }
  .secSalary .cardBonus .bonusList li .roleTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    width: 100px;
    /* 項目名の幅を固定 */
  }
  .secSalary .cardBonus .bonusList li .bonusAmountTxt {
    font-size: clamp(14px, 4.1vw, 16px);
    /* "円"の部分 */
    text-align: right;
    /* 金額テキストは右寄せ */
    flex-grow: 1;
    /* 金額テキストを右側に寄せる */
  }
  .secSalary .cardBonus .bonusList li .bonusAmountTxt .num {
    font-size: clamp(14px, 6.15vw, 24px);
    /* 金額の数字部分 */
  }
  .secSalary .bottomImg {
    margin: 70px 0 0;
    overflow: hidden;
    aspect-ratio: 3/2;
  }
  .secSalary .bottomImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
/* -------------------------------------
 * 変動するプロパティ（PCサイズ・余白等）
 * ------------------------------------- */
@media only screen and (min-width: 768px) {
  .secSalary {
    padding: 0px 0 80px;
  }
  .secSalary .comSubTtlWrap {
    margin-bottom: 60px;
  }
  .secSalary .bottomImg {
    margin-top: 100px;
  }
  .secSalary .salaryCard {
    gap: 74px;
    margin-bottom: 40px;
    /* カード間の下余白 */
  }
  .secSalary .cardIncome {
    /* PC: 横並び */
    flex-direction: row;
    align-items: center;
    padding: 24px 40px;
    gap: 74px;
    /* ラベルと金額の間隔 */
  }
  .secSalary .cardIncome .labelTag {
    font-size: clamp(15px, 1.11vw, 16px);
    margin-bottom: 0;
  }
  .secSalary .cardIncome .amountWrap {
    display: flex;
    gap: 15px;
    /* 金額テキストと注釈の間隔 */
    flex-grow: 1;
    /* 金額部分を右側に寄せる */
    justify-content: left;
    /* 金額テキストと注釈を両端に寄せる */
    align-items: baseline;
  }
  .secSalary .cardIncome .amountWrap .amountTxt {
    font-size: clamp(22px, 1.67vw, 24px);
    /* "万円"の部分 */
    margin-bottom: 0;
  }
  .secSalary .cardIncome .amountWrap .amountTxt .num {
    margin-right: 3px;
    font-size: clamp(34px, 2.5vw, 36px);
    /* 金額の数字部分 */
  }
  .secSalary .cardIncome .amountWrap .noteText {
    /* フォントサイズは14px以下なので直書き */
    font-size: clamp(15px, 1.11vw, 16px);
    /* PCでは少し大きく */
  }
  .secSalary .cardBonus {
    padding: 30px 40px;
  }
  .secSalary .cardBonus .labelTag {
    font-size: clamp(15px, 1.11vw, 16px);
    margin-bottom: 30px;
  }
  .secSalary .cardBonus .bonusList {
    /* PC: 1列縦積み、項目名と金額を両端に寄せる */
    display: block;
    /* 縦積み */
  }
  .secSalary .cardBonus .bonusList li {
    justify-content: left;
    /* 項目名を左、金額を右寄せ */
    gap: 42px;
    /* 項目名と金額の間隔 */
    width: -moz-fit-content;
    width: fit-content;
  }
  .secSalary .cardBonus .bonusList li .roleTitle {
    width: 100px;
    font-size: clamp(15px, 1.11vw, 16px);
  }
  .secSalary .cardBonus .bonusList li .bonusAmountTxt {
    font-size: clamp(15px, 1.11vw, 16px);
    /* "円"の部分 */
    text-align: right;
    /* 金額テキストは右寄せ */
    flex-grow: 1;
    /* 金額テキストを右側に寄せる */
  }
  .secSalary .cardBonus .bonusList li .bonusAmountTxt .num {
    margin-right: 3px;
    font-size: clamp(24px, 1.81vw, 26px);
    /* 金額の数字部分 */
  }
}
/* -------------------------------------
* 取り組み
* ------------------------------------- */
.secBenefit .introTx {
  color: #EB6D1E;
  font-weight: bold;
  line-height: 1.8;
}
.secBenefit .benefitList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.secBenefit .benefitList .benefitItem {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.secBenefit .benefitList .benefitItem .iconWrap {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.secBenefit .benefitList .benefitItem .textWrap .title {
  color: #EB6D1E;
  font-weight: bold;
}
.secBenefit .benefitList .benefitItem .textWrap .desc {
  color: #EB6D1E;
  line-height: 1.75;
}

/* -------------------------------------
 * 変動するプロパティ（PCサイズ・余白等）
 * ------------------------------------- */
@media only screen and (min-width: 768px) {
  .secBenefit {
    padding: 120px 0;
  }
  .secBenefit .comSubTtlWrap {
    margin-bottom: 36px;
  }
  .secBenefit .introTx {
    font-size: clamp(15px, 1.11vw, 16px);
    margin-bottom: 50px;
  }
  .secBenefit .benefitList {
    gap: 40px 30px;
    /* 上下40px 左右30pxの余白 */
  }
  .secBenefit .benefitList .benefitItem {
    width: calc(50% - 15px);
    gap: 24px;
  }
  .secBenefit .benefitList .benefitItem .iconWrap {
    width: 120px;
    height: 120px;
  }
  .secBenefit .benefitList .benefitItem .iconWrap img {
    width: 60px;
    height: auto;
  }
  .secBenefit .benefitList .benefitItem .textWrap .title {
    font-size: clamp(18px, 1.39vw, 20px);
    margin-bottom: 10px;
  }
  .secBenefit .benefitList .benefitItem .textWrap .desc {
    font-size: clamp(15px, 1.11vw, 16px);
  }
}
/* -------------------------------------
 * 変動するプロパティ（SPサイズ・余白等）
 * ------------------------------------- */
@media only screen and (max-width: 767px) {
  .secBenefit {
    padding: 100px 0;
  }
  .secBenefit .comSubTtlWrap {
    margin-bottom: 24px;
  }
  .secBenefit .introTx {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .secBenefit .benefitList {
    flex-direction: column;
    gap: 24px;
  }
  .secBenefit .benefitList .benefitItem {
    width: 100%;
    gap: 16px;
  }
  .secBenefit .benefitList .benefitItem .iconWrap {
    width: 80px;
    height: 100px;
    border-radius: 16px;
  }
  .secBenefit .benefitList .benefitItem .iconWrap img {
    width: 45px;
    height: auto;
  }
  .secBenefit .benefitList .benefitItem .textWrap .title {
    font-size: clamp(14px, 4.1vw, 16px);
    margin-bottom: 8px;
  }
  .secBenefit .benefitList .benefitItem .textWrap .desc {
    font-size: 14px;
  }
}
/* -------------------------------------
* オフィス紹介
* ------------------------------------- */
.secOffice .officeGridWrap {
  display: grid;
}
.secOffice .officeTxtWrap .desc {
  color: #EB6D1E;
  line-height: 1.8;
}
.secOffice .officeTxtWrap .swiperNavWrap {
  display: flex;
  gap: 15px;
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn {
  cursor: pointer;
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge {
  transition: all 0.3s;
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge span {
  transition: all 0.3s;
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge:hover span {
  background: #EB6D1E !important;
  color: #fff !important;
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge:hover:after {
  filter: brightness(10);
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.prev:after {
  rotate: 90deg;
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.next:after {
  rotate: -90deg;
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(235, 109, 30, 0.2);
  border-radius: 50%;
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge span {
  color: #EB6D1E;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
}
.secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge::after {
  content: "";
  position: absolute;
  background-image: url(../images/nav_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
}
.secOffice .officeSwiper .swiper-slide {
  box-sizing: border-box;
}
.secOffice .officeSwiper .swiper-slide .imgWrap {
  background-color: #ffffff;
  /* プレースホルダーのグレーを上書き */
  border-radius: 20px;
  overflow: hidden;
}
.secOffice .officeSwiper .swiper-slide .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secOffice .officeSwiper .swiper-slide .labelTag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #EB6D1E;
  color: #ffffff;
  font-weight: bold;
}

/* -------------------------------------
 * 変動するプロパティ（SPサイズ・余白等）
 * ------------------------------------- */
@media only screen and (max-width: 767px) {
  .secOffice {
    padding: 100px 0;
  }
  .secOffice .comSubTtlWrap {
    margin-bottom: 24px;
  }
  .secOffice .officeGridWrap {
    grid-template-columns: 1fr;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .secOffice .officeTxtWrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .secOffice .officeTxtWrap .desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .secOffice .officeTxtWrap .swiperNavWrap {
    justify-content: center;
    position: absolute;
    z-index: 2;
    right: 20px;
  }
  .secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge {
    width: 60px;
    height: 60px;
  }
  .secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge span {
    width: 42px;
    height: 42px;
  }
  .secOffice .officeSwiper {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .secOffice .officeSwiper .swiper-slide .imgWrap {
    height: auto;
    margin-bottom: 15px;
  }
  .secOffice .officeSwiper .swiper-slide .labelTag {
    font-size: 14px;
    padding: 10px 20px;
  }
}
/* -------------------------------------
 * 変動するプロパティ（PCサイズ・余白等）
 * ------------------------------------- */
@media only screen and (min-width: 768px) {
  .secOffice {
    padding: 130px 0;
  }
  .secOffice .officeGridWrap {
    /* 指定されたグリッド構成 (300px + 740px = 1040px commonWidth相当) */
    grid-template-columns: 1fr 300px 740px 1fr;
    align-items: center;
  }
  .secOffice .officeTxtWrap {
    grid-column: 2;
    /* 300pxのカラム */
    padding-right: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }
  .secOffice .officeTxtWrap .desc {
    font-size: clamp(15px, 1.11vw, 16px);
    margin: 40px 0;
  }
  .secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge {
    width: 60px;
    height: 60px;
  }
  .secOffice .officeTxtWrap .swiperNavWrap .swiperBtn.badge span {
    width: 42px;
    height: 42px;
  }
  .secOffice .officeSwiper {
    grid-column: 3/5;
    /* 740pxカラムから画面端まで */
    width: 100%;
    /* グリッドカラム幅いっぱい */
  }
  .secOffice .officeSwiper .swiper-slide {
    width: 430px;
    /* 変更前: 740px */
  }
  .secOffice .officeSwiper .swiper-slide .imgWrap {
    height: auto;
    margin-bottom: 20px;
  }
  .secOffice .officeSwiper .swiper-slide .labelTag {
    font-size: clamp(16px, 1.25vw, 18px);
    padding: 12px 24px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .secOffice .officeGridWrap {
    grid-template-columns: 5% 300px 1fr 5%;
  }
}
.secFaq .comSubTtlWrap {
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */