.contentArea {
  padding-bottom: 0 !important;
}

.secMv .secMvIn .topCaption .txtSplitAnim span {
  opacity: 0;
  display: inline-block;
  border-right: solid 1px transparent;
}
.secMv .secMvIn .topCaption.animated .txtSplitAnim span {
  animation-iteration-count: 1;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-name: mvText;
}
.secMv .secMvIn .detailCol .detail02 {
  position: relative;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s;
}
.secMv .secMvIn .detailCol.animated .detail02.show {
  pointer-events: inherit;
  opacity: 1;
}

@keyframes mvText {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .secMv {
    padding: 0 0 40px 0;
  }
  .secMv .secMvIn {
    position: relative;
  }
  .secMv .secMvIn .topCaption {
    font-size: clamp(17px, 7.18vw, 28px);
    width: min(82.8%, 290px);
    line-height: 150%;
    padding: 140px 0 0px 0;
  }
  .secMv .secMvIn .topCaption * {
    line-height: 150%;
  }
  .secMv .secMvIn .detailCol {
    line-height: 200%;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secMv .secMvIn .detailCol * {
    line-height: 200%;
  }
  .secMv .secMvIn .detailCol .detail01 {
    padding: 80px 0 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secMv {
    position: relative;
  }
  .secMv .secMvIn {
    padding: 0 0 60px 0;
  }
  .secMv .secMvIn .topCaption {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 170%;
  }
  .secMv .secMvIn .topCaption * {
    line-height: 170%;
  }
  .secMv .secMvIn .topCaption .captionIn {
    width: 290px;
    margin-top: min(40vh, 360px);
    margin-left: calc((100% - min(90vw, 1200px)) / 2);
    font-size: 28px;
  }
  .secMv .secMvIn .topCaption.noneFix {
    position: absolute;
  }
  .secMv .secMvIn .detailCol {
    width: min(100% - 290px, 690px);
    margin: 0 0 0 auto;
    line-height: 245%;
    font-size: clamp(14px, 1.25vw, 15px);
  }
  .secMv .secMvIn .detailCol * {
    line-height: 245%;
  }
  .secMv .secMvIn .detailCol .detail01 {
    padding: 150px 0 40px 0;
  }
}
.secMvScrollImg {
  position: relative;
  z-index: 0;
}
.secMvScrollImg .scrollImg {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  transform: scale(0.7);
  opacity: 0;
  transform-origin: center center;
}

@media only screen and (max-width: 767px) {
  .secMvScrollImg {
    height: 72vw;
  }
  .secMvScrollImg .scrollImg {
    top: 30%;
    aspect-ratio: 390/290;
  }
  .secMvScrollImg .scrollImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 26% center;
       object-position: 26% center;
  }
}
@media print, screen and (min-width: 768px) {
  .secMvScrollImg {
    height: 150vh;
    max-height: 150vw;
  }
  .secMvScrollImg .scrollImg {
    top: 65px;
    height: calc(100vh - 65px);
  }
}
.mvScrollUnder {
  position: relative;
  z-index: 1;
  background: #F1EEE9;
}

.secUpdateWrap {
  background: #F1EEE9;
  position: relative;
  z-index: 1;
}
.secUpdateWrap .secUpdate {
  background: #ffffff;
}
.secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap .list .date {
  color: #9D9D9D;
  font-family: "Albert Sans", serif;
}
.secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap .list .title {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .secUpdateWrap {
    padding: 80px 0 80px 0;
  }
  .secUpdateWrap .secUpdate {
    margin: 0 0 0px 0;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol {
    border-bottom: solid 1px #000000;
    padding: 32px 20px 35px 20px;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol:last-of-type {
    border-bottom: none;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap {
    padding: 8px 0 4px 0;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap .list {
    padding: 8px 0;
    display: block;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap .list .date {
    font-size: 12px;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap .list .title {
    font-size: clamp(14px, 1.17vw, 14px);
    margin: 4px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .btnWrap {
    width: 165px;
  }
}
@media print, screen and (min-width: 768px) {
  .secUpdateWrap {
    padding: 100px 0 100px 0;
  }
  .secUpdateWrap .secUpdate {
    margin: 0 0 0px 0;
  }
  .secUpdateWrap .secUpdate .secUpdateIn {
    display: flex;
    justify-content: space-between;
    padding: 64px 0 72px 0;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol {
    width: min(49%, 580px);
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap {
    padding: 20px 0 30px 0;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap .list {
    padding: 8px 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap .list .date {
    width: 76px;
    font-size: 13px;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .listWrap .list .title {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 76px - 13px);
    font-size: clamp(14px, 1.33vw, 16px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .secUpdateWrap .secUpdate .secUpdateIn .updateCol .btnWrap {
    width: 182px;
  }
}
.secAbout .aboutImg {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.secAbout #aboutSlide .swiper-wrapper .swiper-slide img {
  transform: scale(110%);
  transition: transform 10s;
  transition-timing-function: cubic-bezier(1, 0, 1, 0.11);
}
.secAbout #aboutSlide .swiper-wrapper .swiper-slide.swiper-slide-active img {
  transform: scale(100%);
  transition-timing-function: ease-out;
}
.secAbout .aboutTitle {
  background: #F1EEE9;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.secAbout .secAboutIn .textCol .text {
  line-height: 200%;
}
@media only screen and (max-width: 767px) {
  .secAbout {
    padding: 0 0 88px 0;
  }
  .secAbout .aboutImg {
    height: min(80vw, 310px);
  }
  .secAbout .aboutTitle {
    margin-top: -20px;
    padding: 8px min(4vw, 14px);
  }
  .secAbout .secAboutIn {
    padding: 16px 0 0 0;
  }
  .secAbout .secAboutIn .textCol .text {
    padding: 0 0 24px 0;
    font-size: 14px;
  }
  .secAbout .secAboutIn .textCol .btnWrap {
    width: 165px;
  }
  .secAbout .secAboutIn .linkCol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
    padding: 48px 0 0 0;
  }
  .secAbout .secAboutIn .linkCol .linkList {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
  }
  .secAbout .secAboutIn .linkCol .linkList .img {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .secAbout .secAboutIn .linkCol .linkList .text {
    width: calc(100% - 18px);
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAbout {
    padding: 0 0 160px 0;
  }
  .secAbout .aboutImg {
    height: 540px;
  }
  .secAbout .aboutTitle {
    margin-top: -30px;
    padding: 18px calc((min(94vw, 1340px) - min(90vw, 1200px)) / 2);
  }
  .secAbout .secAboutIn {
    display: flex;
    justify-content: space-between;
    padding: 22px 0 0 0;
  }
  .secAbout .secAboutIn .textCol {
    width: min(48%, 500px);
  }
  .secAbout .secAboutIn .textCol .text {
    padding: 0 0 24px 0;
    font-size: clamp(14px, 1.25vw, 15px);
  }
  .secAbout .secAboutIn .textCol .btnWrap {
    width: 182px;
  }
  .secAbout .secAboutIn .linkCol {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .secAbout .secAboutIn .linkCol .linkList {
    display: flex;
    align-items: center;
  }
  .secAbout .secAboutIn .linkCol .linkList .img {
    width: 120px;
  }
  .secAbout .secAboutIn .linkCol .linkList .text {
    width: calc(100% - 120px - 18px);
    font-size: clamp(14px, 1.33vw, 16px);
    padding-left: min(4.17%, 25px);
  }
}
.secJob .jobImg {
  position: relative;
  z-index: 0;
}
.secJob .jobImg .slideArea .swiper-slide {
  display: flex;
  justify-content: space-between;
  background: #F1EEE9;
}
.secJob .jobImg .slideArea .swiper-slide .slideImg {
  overflow: hidden;
  height: 100%;
}
.secJob .jobImg #jobSlide .swiper-slide .slideImg img {
  transform: scale(110%);
  transition: transform 10s;
  transition-timing-function: cubic-bezier(1, 0, 1, 0.11);
}
.secJob .jobImg #jobSlide .swiper-slide.swiper-slide-active .slideImg img {
  transform: scale(100%);
  transition-timing-function: ease-out;
}
.secJob .jobTitle {
  background: #F1EEE9;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.secJob .secJobIn .textCol .text {
  line-height: 200%;
  letter-spacing: 0;
}
.secJob .secJobIn .linkCol .linkList .imgBox .img {
  aspect-ratio: 120/80;
}
.secJob .secJobIn .linkCol .linkList .imgBox .title .titleEn {
  line-height: 120%;
}
.secJob .secJobIn .linkCol .linkList .captionBox {
  color: #9D9D9D;
  line-height: 180%;
}

@media only screen and (max-width: 767px) {
  .secJob {
    padding: 0 0 60px 0;
  }
  .secJob .jobImg .swiper-slide {
    height: min(80vw, 350px);
  }
  .secJob .jobImg .swiper-slide .slideImg {
    width: calc(50% - 1px);
  }
  .secJob .jobTitle {
    margin-top: -20px;
    padding: 8px min(4vw, 14px);
  }
  .secJob .secJobIn {
    padding: 16px 0 0 0;
  }
  .secJob .secJobIn .textCol {
    padding: 0 0 48px 0;
  }
  .secJob .secJobIn .textCol .text {
    padding: 0 0 24px 0;
    font-size: clamp(14px, 1.25vw, 15px);
  }
  .secJob .secJobIn .textCol .btnWrap {
    width: 182px;
  }
  .secJob .secJobIn .linkCol {
    display: flex;
    flex-direction: column;
    row-gap: 26px;
  }
  .secJob .secJobIn .linkCol .linkList {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .secJob .secJobIn .linkCol .linkList .imgBox {
    width: 47.14%;
  }
  .secJob .secJobIn .linkCol .linkList .imgBox .img {
    padding: 0 0 10px 0;
  }
  .secJob .secJobIn .linkCol .linkList .imgBox .title {
    background: url(../../shared/images/icon_link.svg) right 6px no-repeat;
    padding: 0 22px 0 0;
    min-height: 50px;
  }
  .secJob .secJobIn .linkCol .linkList .imgBox .title .titleJp {
    font-size: 14px;
    padding: 0 0 2px 0;
  }
  .secJob .secJobIn .linkCol .linkList .imgBox .title .titleEn {
    font-size: 12px;
  }
  .secJob .secJobIn .linkCol .linkList .captionBox {
    width: 48%;
    font-size: 13px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .secJob {
    padding: 0 0 80px 0;
  }
  .secJob .jobImg .slideArea .swiper-slide {
    height: 37.5vw;
  }
  .secJob .jobImg .slideArea .swiper-slide .slideImg {
    width: calc(50% - 4px);
  }
  .secJob .jobTitle {
    margin-top: -30px;
    padding: 18px calc((min(94vw, 1340px) - min(90vw, 1200px)) / 2);
  }
  .secJob .secJobIn {
    display: flex;
    justify-content: space-between;
    padding: 22px 0 0 0;
  }
  .secJob .secJobIn .textCol {
    width: min(48%, 500px);
  }
  .secJob .secJobIn .textCol .text {
    padding: 0 0 24px 0;
    font-size: clamp(14px, 1.25vw, 15px);
  }
  .secJob .secJobIn .textCol .btnWrap {
    width: 182px;
  }
  .secJob .secJobIn .linkCol {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .secJob .secJobIn .linkCol .linkList {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secJob .secJobIn .linkCol .linkList .imgBox {
    width: min(42%, 220px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .secJob .secJobIn .linkCol .linkList .imgBox .img {
    width: calc(90% - clamp(64px, 35%, 80px));
  }
  .secJob .secJobIn .linkCol .linkList .imgBox .title {
    width: clamp(64px, 35%, 80px);
  }
  .secJob .secJobIn .linkCol .linkList .imgBox .title .titleJp {
    font-size: clamp(14px, 1.33vw, 16px);
    padding: 0 0 6px 0;
  }
  .secJob .secJobIn .linkCol .linkList .imgBox .title .titleEn {
    font-size: 12px;
  }
  .secJob .secJobIn .linkCol .linkList .captionBox {
    width: min(56%, 335px);
    font-size: clamp(12px, 1.17vw, 14px);
    padding-left: 5%;
    padding-right: 5%;
  }
}
.secInterview {
  background: #ffffff;
}
.secInterview .secInterviewIn .titleRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secInterview .secInterviewIn .slideArea {
  overflow-x: hidden;
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox {
  display: block;
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .imgBox {
  position: relative;
  aspect-ratio: 370/250;
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .imgBox .text {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  left: -1px;
  bottom: -1px;
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 4px;
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn {
  width: calc(100% - 18px);
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .position {
  color: #8FB873;
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .name {
  font-weight: 500;
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .year {
  color: #9D9D9D;
}
.secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .commonArrowIcon {
  height: 38px;
}
@media only screen and (max-width: 767px) {
  .secInterview {
    padding: 32px 0 48px;
    margin: 0 0 74px 0;
  }
  .secInterview .secInterviewIn {
    padding: 0 20px;
  }
  .secInterview .secInterviewIn .titleRow {
    padding: 0 0 26px 0;
  }
  .secInterview .secInterviewIn .slideArea {
    padding: 0 0 24px 0;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .imgBox .text {
    font-size: 14px;
    padding: 4px 4px 4px 5px;
    max-width: 94%;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow {
    margin-top: 14px;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .position {
    font-size: 13px;
    padding: 0 0 4px 0;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .name {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .year {
    font-size: 13px;
  }
  .secInterview .secInterviewIn .btnWrap {
    width: 165px;
  }
}
@media print, screen and (min-width: 768px) {
  .secInterview {
    padding: 52px 0 60px;
    margin: 0 0 140px 0;
  }
  .secInterview .secInterviewIn .titleRow {
    padding: 0 0 30px 0;
  }
  .secInterview .secInterviewIn .slideArea {
    padding: 0 0 40px 0;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .imgBox .text {
    font-size: clamp(14px, 1.17vw, 14px);
    padding: 2px 4px 2px 5px;
    max-width: 90%;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow {
    margin-top: 10px;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .position {
    font-size: 13px;
    padding: 0 0 6px 0;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .name {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secInterview .secInterviewIn .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .year {
    font-size: 13px;
  }
  .secInterview .secInterviewIn .btnWrap {
    width: 182px;
  }
}
.secCareer .secCareerIn .careerMain .textCol .text {
  line-height: 200%;
}
.secCareer .secCareerIn .careerMain .slideCol .slideArea {
  overflow: hidden;
}
.secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .titleRow {
  line-height: 180%;
  border-bottom: solid 1px #000000;
}
.secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-grow: 1;
  flex-wrap: wrap;
}
.secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn .position {
  width: 100%;
  font-size: 13px;
}
.secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn .year {
  color: #9D9D9D;
}

@media only screen and (max-width: 767px) {
  .secCareer {
    padding: 0 0 72px 0;
  }
  .secCareer .secCareerIn .careerMain {
    position: relative;
    padding-bottom: 60px;
  }
  .secCareer .secCareerIn .careerMain .textCol {
    padding: 24px 0 20px 0;
  }
  .secCareer .secCareerIn .careerMain .textCol .text {
    padding: 0 0 12px 0;
    font-size: 14px;
  }
  .secCareer .secCareerIn .careerMain .textCol .btnWrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 165px;
  }
  .secCareer .secCareerIn .careerMain .slideCol .commonPagerArea {
    margin: 0 16px;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea {
    padding: 20px 4px 0 4px;
    margin: 0 11px;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .titleRow {
    font-size: 14px;
    padding: 14px 0 8px;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow {
    padding: 8px 0 0 0;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn .position {
    padding: 0 0 4px 0;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn .name {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn .year {
    font-size: 13px;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .commonArrowIcon {
    min-height: 38px;
  }
}
@media print, screen and (min-width: 768px) {
  .secCareer {
    padding: 0 0 220px 0;
  }
  .secCareer .secCareerIn .careerMain {
    display: flex;
    justify-content: space-between;
  }
  .secCareer .secCareerIn .careerMain .textCol {
    width: 41.67%;
    padding: 40px 0 0 0;
  }
  .secCareer .secCareerIn .careerMain .textCol .text {
    padding: 0 0 20px 0;
    font-size: clamp(12px, 1.25vw, 15px);
  }
  .secCareer .secCareerIn .careerMain .textCol .btnWrap {
    width: 182px;
  }
  .secCareer .secCareerIn .careerMain .slideCol {
    width: 58.33%;
  }
  .secCareer .secCareerIn .careerMain .slideCol .commonPagerArea {
    margin: 0 4px;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea {
    padding: 24px 4px 0 0;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .titleRow {
    font-size: clamp(14px, 1.17vw, 14px);
    padding: 8px 0;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow {
    padding: 8px 0 0 0;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn {
    -moz-column-gap: min(8%, 20px);
         column-gap: min(8%, 20px);
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn .position {
    padding: 0 0 6px 0;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn .name {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .dataIn .year {
    font-size: 13px;
  }
  .secCareer .secCareerIn .careerMain .slideCol .slideArea .slideBox .dataRow .commonArrowIcon {
    min-height: 38px;
  }
}
.secEnv .secEnvIn .listWrap .boxList {
  border-top: solid 1px #9D9D9D;
}
.secEnv .secEnvIn .listWrap .boxList:last-of-type {
  border-bottom: solid 1px #9D9D9D;
}
.secEnv .secEnvIn .listWrap .boxList .textRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secEnv .secEnvIn .listWrap .boxList .textRow .text {
  font-weight: 500;
}
.secEnv .secEnvIn .listWrap .boxList .imgRow .text {
  color: #9D9D9D;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .secEnv {
    padding: 0 0 88px 0;
  }
  .secEnv .secEnvIn .listWrap {
    padding: 28px 0 24px 0;
  }
  .secEnv .secEnvIn .listWrap .boxList {
    padding: 0 10px;
  }
  .secEnv .secEnvIn .listWrap .boxList .textRow {
    padding: 16px 0;
  }
  .secEnv .secEnvIn .listWrap .boxList .textRow .text {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secEnv .secEnvIn .listWrap .boxList .textRow .icon {
    background: url(../../shared/images/arrow_down.svg) center center no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
  .secEnv .secEnvIn .listWrap .boxList .imgRow {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: 0.5s;
    pointer-events: none;
  }
  .secEnv .secEnvIn .listWrap .boxList .imgRow .text {
    font-size: 13px;
    padding: 13px 0 20px 0;
  }
  .secEnv .secEnvIn .listWrap .boxList.on {
    background: #ffffff;
    pointer-events: none;
  }
  .secEnv .secEnvIn .listWrap .boxList.on .textRow .icon {
    transform: rotateX(180deg);
  }
  .secEnv .secEnvIn .listWrap .boxList.on .imgRow {
    opacity: 1;
    max-height: 1000px;
    pointer-events: inherit;
  }
  .secEnv .secEnvIn .btnWrap {
    width: 165px;
  }
}
@media print, screen and (min-width: 768px) {
  .secEnv {
    padding: 0 0 120px;
  }
  .secEnv .secEnvIn {
    position: relative;
    padding-bottom: 100px;
  }
  .secEnv .secEnvIn .listWrap {
    width: 36.67%;
    padding: 40px 0 36px 0;
  }
  .secEnv .secEnvIn .listWrap .boxList .textRow {
    padding: 16px 10px;
    cursor: pointer;
  }
  .secEnv .secEnvIn .listWrap .boxList .textRow .text {
    padding: 8px 0;
    font-size: clamp(14px, 1.33vw, 16px);
    margin-right: 8px;
    flex-grow: 1;
  }
  .secEnv .secEnvIn .listWrap .boxList .textRow .commonArrowIcon {
    height: 38px !important;
  }
  .secEnv .secEnvIn .listWrap .boxList .imgRow {
    position: absolute;
    left: 41.67%;
    top: 0;
    overflow: hidden;
    margin-right: -120px;
    opacity: 0;
    max-height: 0;
    pointer-events: none;
  }
  .secEnv .secEnvIn .listWrap .boxList .imgRow .imgRowIn {
    position: relative;
  }
  .secEnv .secEnvIn .listWrap .boxList .imgRow .imgRowIn .text {
    position: absolute;
    left: -1px;
    bottom: -1px;
    background: #F1EEE9;
    padding: 6px 10px 4px 2px;
    font-size: clamp(12px, 1.17vw, 14px);
  }
  .secEnv .secEnvIn .listWrap .boxList.on .textRow {
    background: #ffffff;
  }
  .secEnv .secEnvIn .listWrap .boxList.on .imgRow {
    opacity: 1;
    max-height: 1000px;
    pointer-events: none !important;
  }
  .secEnv .secEnvIn .btnWrap {
    width: 182px;
  }
}
.secRecruit .secRecruitIn {
  display: flex;
}
.secRecruit .secRecruitIn .recruitBox .textCol .caption {
  line-height: 200%;
}
@media only screen and (max-width: 767px) {
  .secRecruit {
    padding-bottom: 70px;
  }
  .secRecruit .secRecruitIn {
    justify-content: center;
    align-items: stretch;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .secRecruit .secRecruitIn .recruitBox {
    width: min(50% - 12px, 165px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .secRecruit .secRecruitIn .recruitBox .textCol {
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }
  .secRecruit .secRecruitIn .recruitBox .textCol .caption {
    padding: 12px 0 16px 0;
    font-size: 13px;
    flex-grow: 1;
  }
  .secRecruit .secRecruitIn .recruitBox .textCol .btnWrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .secRecruit {
    padding-bottom: 190px;
  }
  .secRecruit .secRecruitIn {
    justify-content: space-between;
  }
  .secRecruit .secRecruitIn .recruitBox {
    width: min(49%, 560px);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .secRecruit .secRecruitIn .recruitBox .textCol {
    width: min(50%, 280px);
  }
  .secRecruit .secRecruitIn .recruitBox .textCol .caption {
    padding: 12px 0 44px 0;
    font-size: clamp(14px, 1.17vw, 14px);
  }
  .secRecruit .secRecruitIn .recruitBox .textCol .btnWrap {
    width: min(100%, 182px);
  }
  .secRecruit .secRecruitIn .recruitBox .imgCol {
    width: min(48%, 240px);
  }
}/*# sourceMappingURL=style.css.map */