@charset "utf-8";
/* common
-------------------------------------------------------------- */
.styleTop {
  margin-bottom: 70px;
  text-align: center;
}
.styleTop strong {
  display: block;
  margin-top: 30px;
  color: var(--blue);
  font-size: 2rem;
  letter-spacing: 2px;
}
.styleTop strong span {
  color: var(--skyblue);
}
@media (max-width: 767px) {
  .styleTop {
    margin-bottom: 40px;
  }
  .styleTop strong {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
/* mv
-------------------------------------------------------------- */
#mv {
  position: relative;
  z-index: 1;
}
#mv .mySwiper img {
  width: 100%;
}
@media (max-width: 767px) {
  #mv {
    margin-top: 50px;
  }
}
/* news
-------------------------------------------------------------- */
#news {
  position: relative;
  align-items: center;
  justify-content: flex-end;
  margin-top: -60px;
  margin-left: calc((100% - 1100px) / 2 + 14%);
  padding-right: calc((100% - 1100px) / 2);
}
#news::after {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--white);
  border-radius: 60px 0 0 60px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
#news .arrow {
  position: relative;
  z-index: 2;
}
#news .arrow a {
  padding-right: 20px;
  justify-content: flex-end;
  background: var(--skyblue);
  border-radius: 20px;
  width: 75px;
  height: 40px;
}
#news .arrow a img {
  transition: all 0.5s;
}
#news .arrow a:hover img {
  transform: translateX(10px);
}
.newsTicker {
  width: calc(100% - 150px);
  height: 120px;
  overflow: hidden;
  z-index: 2;
}
.newsTicker a {
  padding: 30px 0;
  align-items: center;
  width: 100%;
}
.newsTicker .date {
  width: 100px;
  color: var(--blue);
  font-weight: 700;
  text-align: center;
}
.newsTicker .ttl {
  display: -webkit-box;
  width: calc(100% - 120px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #news {
    margin-left: 10%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-left: 5%;
    padding-right: 10px;
  }
  #news .arrow a {
    padding-right: 15px;
    width: 55px;
    height: 30px;
  }
  #news .arrow a img {
    width: 10px;
  }
  .newsTicker {
    width: calc(100% - 100px);
    height: 60px;
  }
  .newsTicker a {
    padding: 10px 0;
  }
  .newsTicker .date {
    width: 60px;
    line-height: 1.4;
  }
  .newsTicker .ttl {
    width: calc(100% - 70px);
    line-height: 1.4;
  }
}
/* message
-------------------------------------------------------------- */
#message {
  padding: 150px 0;
}
#message .photoArea {
  width: 40%;
}
#message .photoArea figure {
  margin-bottom: 80px;
}
#message .photoArea figure:last-child {
  width: 80%;
}
#message .photoArea figure img {
  width: 100%;
}
#message .txtArea {
  padding-top: 50px;
  padding-right: calc((100% - 1100px) / 2);
  width: 50%;
}
#message .txtArea p {
  margin-bottom: 30px;
}
#message .name {
  position: relative;
  margin: 50px 0 70px;
  padding: 20px 0;
  border-radius: 30px 0 0 30px;
  background: var(--blue);
  color: var(--white);
  text-align: right;
  font-weight: 700;
  line-height: 1.4;
}
#message .name::after {
  position: absolute;
  top: 0;
  right: calc((100vw - min(100vw, 1100px)) / -2);
  background: var(--blue);
  width: calc((100vw - min(100vw, 1100px)) / 2 + 200px);
  height: 100%;
  content: "";
  z-index: -1;
}
#message ul {
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
}
#message li {
  width: 50%;
}
#message li:first-child {
  border-right: 2px solid var(--black);
}
@media (max-width: 1200px) {
  #message .name::after {
    width: calc(15% + 200px);
  }
  #message .txtArea p {
    padding-right: 30px;
  }
  #message .name {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  #message {
    padding: 80px 0;
  }
  #message h2 img {
    max-height: 30px;
  }
  #message .photoArea {
    margin-bottom: 30px;
    width: 70%;
    order: 1;
  }
  #message .photoArea figure {
    margin-bottom: 20px;
  }
  #message .txtArea {
    width: 100%;
  }
  #message .txtArea p {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #message .name {
    margin: 30px 0 30px 10px;
    padding: 20px 5px;
    font-size: 1.3rem;
  }
  #message li {
    width: 100%;
  }
  #message li:first-child {
    border-bottom: 2px solid var(--black);
    border-right: none;
  }
}

/* number
-------------------------------------------------------------- */
#number .numWrap {
  gap: 50px;
}
#number .numWrap .numBox {
  position: relative;
  padding: 40px;
  width: calc((100% - 100px) / 3);
  border-radius: 40px;
  text-align: center;
}
#number .numWrap .numBox::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 40px;
  content: "";
  z-index: 1;
}
#number .numWrap .numBox::after {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: var(--lightblue);
  border-radius: 40px;
  content: "";
  z-index: -1;
}
#number .numWrap .numBox dt,
#number .numWrap .numBox dd {
  position: relative;
  z-index: 1;
}
#number .numWrap .numBox dt {
  color: var(--blue);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 3px;
}
#number .numWrap .numBox dd strong {
  display: inline-block;
  margin-left: 40px;
  color: var(--blue);
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1;
}
#number .numWrap .numBox dd small {
  display: inline-block;
  margin-left: 10px;
  font-size: 2.5rem;
  font-weight: 700;
}
#number .numWrap .numBox.half {
  width: calc((100% - 50px) / 2);
}
#number .numWrap .numBox.wide {
  align-items: center;
  width: 100%;
}
#number .numWrap .numBox.wide > dt {
  width: 30%;
}
#number .numWrap .numBox.wide > dd {
  width: 66%;
}
#number .numWrap .numBox.wide dl {
  padding: 0 30px;
  width: 50%;
}
#number .numWrap .numBox.wide dd .man {
  border-right: 1px solid var(--black);
}
#number .numWrap .numBox.wide dd .man dt,
#number .numWrap .numBox.wide dd .man dd strong {
  color: #346cd3;
}
#number .numWrap .numBox.wide dd .woman dt,
#number .numWrap .numBox.wide dd .woman dd strong {
  color: #f36ae1;
}
#number .numWrap .numBox.wide dd .man dd strong,
#number .numWrap .numBox.wide dd .woman dd strong {
  margin-left: 0;
}
#number .numWrap .numBox:last-of-type dd strong {
  margin: 0;
}
@media (max-width: 1300px) {
  #number .numWrap .numBox dt {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  #number .numWrap .numBox dd strong {
    margin-left: 30px;
    font-size: 8rem;
    letter-spacing: 5px;
  }
  #number .numWrap .numBox dd small {
    margin-left: 5px;
    font-size: 2rem;
  }
}
@media (max-width: 1100px) {
  #number .numWrap .numBox {
    padding: 20px;
  }
  #number .numWrap .numBox dt {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  #number .numWrap .numBox dd strong {
    margin-left: 0;
    font-size: 6rem;
  }
  #number .numWrap .numBox dd small {
    margin-left: 5px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #number h2 img {
    max-height: 30px;
  }
  #number .numWrap {
    gap: 20px;
    justify-content: center;
  }
  #number .numWrap .numBox,
  #number .numWrap .numBox.half {
    width: calc((100% - 20px) / 2);
    border-radius: 20px;
  }
  #number .numWrap .numBox::before {
    border-radius: 20px;
  }
  #number .numWrap .numBox::after {
    top: 10px;
    left: 10px;
    border-radius: 20px;
  }
  #number .numWrap .numBox dt {
    font-size: 1.6rem;
  }
  #number .numWrap .numBox dd strong {
    font-size: 4rem;
    letter-spacing: 5px;
  }
  #number .numWrap .numBox dd small {
    margin-left: 5px;
    font-size: 1.6rem;
  }
  #number .numWrap .numBox.wide {
    align-items: center;
    width: 100%;
  }
  #number .numWrap .numBox.wide > dt {
    padding-bottom: 10px;
    width: 100%;
  }
  #number .numWrap .numBox.wide > dd {
    width: 100%;
  }
  #number .numWrap .numBox.wide dl {
    padding: 0 20px;
    width: 50%;
  }
}
/* work
-------------------------------------------------------------- */
#work {
  margin: 150px 0 0;
  padding: 150px 0 0;
  border-top: 5px solid var(--black);
}
.tab {
  margin-bottom: 100px;
  width: 100%;
  border-bottom: 2px solid var(--black);
  border-right: 2px solid var(--black);
}
.tab li {
  padding: 20px 30px;
  justify-content: flex-end;
  width: 33.33%;
  border-top: 2px solid var(--black);
  border-left: 2px solid var(--black);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.tab li strong {
  display: inline-block;
  margin-right: 20px;
  color: var(--blue);
  font-size: 2rem;
  letter-spacing: 2px;
}
.tab li strong span {
  color: var(--skyblue);
}
.tab li .arrow {
  padding-right: 20px;
  justify-content: flex-end;
  background: var(--skyblue);
  border-radius: 20px;
  width: 75px;
  height: 40px;
}
.tab li .arrow img {
  transition: all 0.5s;
}
.tab li:hover {
  background: var(--blue);
  opacity: 1;
}
.tab li:hover strong {
  color: var(--white);
}
.tab li:hover .arrow img {
  transform: translateX(10px);
}
.tabContent {
  display: none;
  width: 100%;
}
.tabContent.active {
  display: block;
}
.tabContent .mainImg {
  padding-left: calc((100% - 1100px) / 2);
  justify-content: flex-end;
}
.tabContent .mainImg figure {
  margin-bottom: 0;
  width: 100%;
}
.tabContent .mainImg figure img {
  width: 100%;
}
.tabContent .inner {
  position: relative;
  margin-top: -30px;
  margin-right: calc((100% - 1100px) / 2);
  padding: 50px;
  padding-left: calc((100% - 1100px) / 2);
  padding-bottom: 0;
  border-radius: 40px;
  background: var(--white);
}
.tabContent h3 {
  width: 100%;
}
.tabContent .txtArea {
  padding: 0 50px 200px;
}
.tabContent .txtArea h4 {
  padding-bottom: 30px;
  color: var(--skyblue);
  font-size: 2rem;
}
.tabContent .txtArea p {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .tabContent .mainImg {
    padding-left: 5%;
  }
  .tabContent .inner {
    margin-right: 5%;
    padding: 50px;
    padding-left: 5%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #work {
    margin: 70px 0 0;
    padding: 70px 0 0;
    border-top: 3px solid var(--black);
  }
  #work h2 img {
    max-height: 70px;
  }
  .tab {
    margin: 0 auto 50px;
    width: 90%;
  }
  .tab li {
    padding: 15px 20px;
    width: 100%;
  }
  .btn a {
    padding: 10px;
  }
  .tab li strong {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .tab li .arrow {
    padding-right: 15px;
    width: 55px;
    height: 30px;
  }
  .tab li .arrow img {
    width: 10px;
  }
  .tabContent .inner {
    margin-top: -10px;
    margin-right: 5%;
    padding: 20px;
    padding-left: 5%;
    padding-bottom: 0;
    border-radius: 30px;
  }
  .tabContent .txtArea {
    padding: 0 10px 50px;
  }
  .tabContent .txtArea h4 {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
  .tabContent .txtArea p {
    margin-bottom: 20px;
  }
}
/* training
-------------------------------------------------------------- */
#training .container {
  padding: 170px 0 150px;
  border-top: 2px solid var(--black);
}
#training .trainingBox {
  position: relative;
  margin-bottom: 100px;
  padding: 40px;
  width: calc(100% - 20px);
  border-radius: 40px;
}
#training .trainingBox::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 40px;
  content: "";
  z-index: 1;
}
#training .trainingBox::after {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: var(--lightblue);
  border-radius: 40px;
  content: "";
  z-index: -1;
}
#training .trainingBox figure {
  position: relative;
  width: 29.2%;
  z-index: 1;
}
#training .trainingBox figure img {
  border-radius: 20px;
}
#training .trainingBox .txtArea {
  position: relative;
  width: 66%;
  z-index: 1;
}
#training .trainingBox .txtArea h3 {
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 2.2rem;
  letter-spacing: 2px;
}
#training .trainingBox .txtArea p {
  margin-bottom: 30px;
}
#training .trainingBox .txtArea p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #training .container {
    padding: 80px 0 50px;
  }
  #training .trainingBox {
    margin-bottom: 30px;
    padding: 30px;
    width: calc(100% - 10px);
    border-radius: 20px;
  }
  #training .trainingBox::before {
    border-radius: 20px;
  }
  #training .trainingBox::after {
    top: 10px;
    left: 10px;
    border-radius: 20px;
  }
  #training .trainingBox figure {
    width: 100%;
  }
  #training .trainingBox figure img {
    border-radius: 10px;
  }
  #training .trainingBox .txtArea {
    width: 100%;
  }
  #training .trainingBox .txtArea h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #training .trainingBox .txtArea p {
    margin-bottom: 20px;
  }
}

/* industry
-------------------------------------------------------------- */
#industry {
  padding-top: 170px;
  border-top: 5px solid var(--black);
}
#industry .tab li {
  width: 50%;
}
@media (max-width: 767px) {
  #industry {
    padding-top: 80px;
    border-top: 3px solid var(--black);
  }
  #industry .tab li {
    padding: 15px 10px;
    width: 100%;
  }
  #industry .tab li strong {
    margin-right: 10px;
  }
}
/* interview
-------------------------------------------------------------- */
#interview .postArea {
  border-top: 5px solid var(--black);
}
#interview .postArea li {
  border-left: 2px solid var(--black);
  width: 20%;
}
#interview .postArea li a {
  display: block;
  padding: 40px 20px;
  overflow: hidden;
}
#interview .postArea li .eyecatch {
  border-radius: 20px;
  background-color: var(--lightgray);
  background-size: cover;
  aspect-ratio: 233 / 160;
}
#interview .postArea li .ttl {
  margin: 15px 0 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--blue);
  font-size: 2rem;
  font-weight: 700;
}
#interview .postArea li .arrow {
  float: right;
  padding-right: 20px;
  justify-content: flex-end;
  background: var(--skyblue);
  border-radius: 20px;
  width: 75px;
  height: 40px;
}
#interview .postArea li .arrow img {
  transition: all 0.5s;
}
#interview .postArea li a:hover {
  background: var(--blue);
  opacity: 1;
}
#interview .postArea li a:hover .ttl {
  color: var(--white);
}
#interview .postArea li a:hover .arrow img {
  transform: translateX(10px);
}
#interview .postArea li.none {
  text-align: center;
}
@media (max-width: 767px) {
  #interview .postArea {
    margin-bottom: -2px;
    border-top: 3px solid var(--black);
    border-right: 2px solid var(--black);
  }
  #interview .postArea li {
    border-bottom: 2px solid var(--black);
    border-left: 2px solid var(--black);
    width: 50%;
  }
  #interview .postArea li:last-child {
    display: none;
  }
  #interview .postArea li a {
    padding: 20px 15px;
  }
  #interview .postArea li .eyecatch {
    border-radius: 10px;
  }
  #interview .postArea li .ttl {
    margin: 10px 0 20px;
    font-size: 1.6rem;
  }
  #interview .postArea li .arrow {
    padding-right: 15px;
    width: 55px;
    height: 30px;
  }
  #interview .postArea li .arrow img {
    width: 10px;
  }
}
