@charset "UTF-8";
@-webkit-keyframes arrow-move-position {
  0% {
    transform: translateX(0) translateY(-50%); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px) translateY(-50%); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px) translateY(-50%); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
@keyframes arrow-move-position {
  0% {
    transform: translateX(0) translateY(-50%); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px) translateY(-50%); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px) translateY(-50%); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
/*==========================================================================
section#contact01
========================================================================== */
section#banner_area .box .item {
  width: 100%;
}

section#banner_area .box .item .txt-box {
  left: 11.9791666667vw;
}

section#banner_area .box .item.i2 {
  display: none;
}

@media screen and (max-width: 767px) {
  section#banner_area .box .item .txt-box {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
/*==========================================================================
section#charm_area
========================================================================== */
section#charm_area {
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#charm_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#charm_area .midashi-box {
  margin-bottom: 7.8125vw;
}
section#charm_area .midashi-box .txt-t {
  color: #ffffff;
  width: 100%;
  margin-bottom: 2.0833333333vw;
}
section#charm_area .midashi-box .txt-p {
  color: #ffffff;
  width: 100%;
}
section#charm_area .midashi-box .txt-p.las {
  margin-top: 2vw;
}
section#charm_area .video-box {
  width: 65.5%;
  height: 36vw;
  margin: 0 auto;
  margin-bottom: 7.8125vw;
}
section#charm_area .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


section#charm_area .reasons-box {
  padding-top: 7.8125vw;
  padding-bottom: 18.2291666667vw;
  background: url(../img/recruit_reasons-box_bg_001.webp) center no-repeat;
  background-size: cover;
  position: relative;
}
section#charm_area .reasons-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section#charm_area .reasons-box .in-box {
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-sizing: border-box;
  padding: 5.2083333333vw 5.9895833333vw;
  border-radius: 5.2083333333vw;
}
section#charm_area .reasons-box .ttl-box {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4.1666666667vw;
}
section#charm_area .reasons-box .ttl-box .txt-h2 {
  color: #2D3139;
}
section#charm_area .reasons-box .ttl-box .txt-h2 .txt-e {
  color: #9DAEFF;
}
section#charm_area .reasons-box .list-box {
  justify-content: space-between;
}
section#charm_area .reasons-box .list-box .img-box {
  overflow: clip;
  width: 100%;
  height: 15.8854166667vw;
  border-radius: 0.5208333333vw;
  margin-bottom: 1.5625vw;
}
section#charm_area .reasons-box .list-box .txt-h3 {
  color: #3C5DFF;
  text-align: center;
  margin-bottom: 1.5625vw;
}
section#charm_area .reasons-box .list-box .txt-p {
  line-height: 1.8em;
  width: 95%;
  margin: 0 auto;
}
section#charm_area .reasons-box .list-box .txt-n {
  position: absolute;
  right: 0;
  bottom: -3vw;
  color: #9DAEFF;
  z-index: -1;
}
section#charm_area .reasons-box .list-box li {
  width: 31%;
  position: relative;
}
section#charm_area .certification-box {
  margin-top: -10.4166666667vw;
  background: #575A61;
}
section#charm_area .certification-box .in-box {
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-sizing: border-box;
  padding: 5.2083333333vw 13vw;
  border-radius: 5.2083333333vw;
}
section#charm_area .certification-box .ttl-box {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4.1666666667vw;
}
section#charm_area .certification-box .ttl-box .txt-h2 {
  color: #2D3139;
}
section#charm_area .certification-box .ttl-box .txt-h2 .txt-e {
  color: #9DAEFF;
}
section#charm_area .certification-box .list-box {
  justify-content: space-between;
}
section#charm_area .certification-box .list-box .img-box {
  overflow: clip;
  width: 10.4166666667vw;
  height: auto;
  flex: none;
}
section#charm_area .certification-box .list-box .txt-box {
  flex: auto;
}
section#charm_area .certification-box .list-box .txt-box .txt-h3 {
  text-align: center;
  margin-bottom: 1.5625vw;
  text-align: start;
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
section#charm_area .certification-box .list-box .txt-box .txt-h3::before {
  content: "";
  background: #3C5DFF;
  width: 0.2604166667vw;
  height: 1.7708333333vw;
  display: inline-block;
}
section#charm_area .certification-box .list-box .txt-box .txt-p {
  line-height: 1.8em;
}
section#charm_area .certification-box .list-box li {
  display: flex;
  align-items: center;
  gap: 4.9479166667vw;
}
section#charm_area .certification-box .list-box li:nth-child(n+2) {
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#charm_area {
    padding-top: 60px;
    margin-top: -60px;
  }
  section#charm_area .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section#charm_area .midashi-box {
    width: 85%;
    margin-bottom: 80px;
  }
  section#charm_area .midashi-box .txt-t {
    width: 100%;
    font-size: 24px;
    margin-bottom: 40px;
  }
  section#charm_area .midashi-box .txt-p {
    font-size: 14px;
    width: 100%;
  }
  section#charm_area .video-box {
    width: 100%;
    height: 56vw;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  section#charm_area .reasons-box {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  section#charm_area .reasons-box .in-box {
    padding: 50px 30px;
    border-radius: 20px;
  }
  section#charm_area .reasons-box .ttl-box {
    margin-bottom: 40px;
  }
  section#charm_area .reasons-box .ttl-box .txt-h2 {
    font-size: 24px;
  }
  section#charm_area .reasons-box .list-box .img-box {
    width: 100%;
    height: 50vw;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  section#charm_area .reasons-box .list-box .txt-h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  section#charm_area .reasons-box .list-box .txt-p {
    font-size: 14px;
    width: 95%;
  }
  section#charm_area .reasons-box .list-box .txt-n {
    bottom: 10px;
    font-size: 110px;
    line-height: 1;
  }
  section#charm_area .reasons-box .list-box li {
    width: 100%;
    padding-bottom: 80px;
  }
  section#charm_area .certification-box {
    margin-top: -100px;
  }
  section#charm_area .certification-box .in-box {
    padding: 50px 30px;
    border-radius: 20px;
  }
  section#charm_area .certification-box .ttl-box {
    margin-bottom: 50px;
  }
  section#charm_area .certification-box .ttl-box .txt-h2 {
    font-size: 30px;
  }
  section#charm_area .certification-box .list-box {
    justify-content: space-between;
  }
  section#charm_area .certification-box .list-box .img-box {
    overflow: clip;
    width: 100px;
    height: auto;
    flex: none;
  }
  section#charm_area .certification-box .list-box .txt-box {
    flex: auto;
  }
  section#charm_area .certification-box .list-box .txt-box .txt-h3 {
    margin-bottom: 20px;
    gap: 15px;
    font-size: 18px;
  }
  section#charm_area .certification-box .list-box .txt-box .txt-h3::before {
    width: 3px;
    height: 20px;
  }
  section#charm_area .certification-box .list-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#charm_area .certification-box .list-box li {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 30px;
  }
  section#charm_area .certification-box .list-box li:nth-child(n+2) {
    margin-top: 40px;
  }
}
/*==========================================================================
section#work_area
========================================================================== */
section#work_area {
  padding-top: 10.4166666667vw;
  padding-bottom: 7.8125vw;
  margin-top: -18.2vw;
  background: #575A61;
}
section#work_area .inner {
  padding-top: 7.8125vw;
}
section#work_area .ttl-box .txt-h2 {
  text-align: center;
}
section#work_area .txt-t {
  color: #ffffff;
  line-height: 1.8em;
}
section#work_area .box .items {
  border-radius: 1.5625vw;
  position: relative;
  padding: 4.1666666667vw;
  box-sizing: border-box;
  z-index: 1;
}
section#work_area .box .items .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  border-radius: 1.5625vw;
  overflow: clip;
}
section#work_area .box .items .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section#work_area .box .items .txt-box {
  background: #ffffff;
  width: 61.2%;
  padding: 3.3854166667vw 4.1666666667vw;
  box-sizing: border-box;
  border-radius: 2.6041666667vw;
}
section#work_area .box .items .txt-box .txt-h3 {
  color: #3C5DFF;
  padding-bottom: 1.05vw;
  margin-bottom: 1.5625vw;
  border-bottom: solid 1px #2D3139;
}
section#work_area .box .items .txt-box dl {
  margin: 0;
  padding: 0;
  gap: 1.0416666667vw;
}
section#work_area .box .items .txt-box dl dt, section#work_area .box .items .txt-box dl dd {
  padding: 1.0416666667vw 0;
  box-sizing: border-box;
}
section#work_area .box .items .txt-box dl dt {
  width: 6.5104166667vw;
  flex: none;
  color: #3C5DFF;
  border-bottom: solid 1px #3C5DFF;
}
section#work_area .box .items .txt-box dl dd {
  flex: auto;
  border-bottom: solid 1px #000000;
}
section#work_area .box .items .txt-box dl:last-child dt, section#work_area .box .items .txt-box dl:last-child dd {
  border: none;
}
section#work_area .box .items .txt-box .txt-a {
  background: #3C5DFF;
  border-color: #3C5DFF;
  margin: 0;
  margin-top: 2.6041666667vw;
  height: 3.6458333333vw;
}
section#work_area .box .items .txt-box .txt-a svg path {
  fill: #ffffff;
}
section#work_area .box .items .txt-box .txt-a:hover {
  color: #3C5DFF;
  background: #ffffff;
}
section#work_area .box .items .txt-box .txt-a:hover svg path {
  fill: #3C5DFF;
}
section#work_area .box .items:nth-child(n+2) {
  margin-top: 5.2083333333vw;
}
section#work_area .box .items:nth-child(2n) .txt-box {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  section#work_area {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -100px;
  }
  section#work_area .box {
    width: 100%;
  }
  section#work_area .box .items {
    border-radius: 10px;
    padding: 0;
    padding-top: 80px;
  }
  section#work_area .box .items .img-box {
    border-radius: 0 20px 20px 0;
    position: absolute;
    transform: initial;
    left: 0;
    top: 0;
    width: 80%;
    height: calc(100% - 50px);
  }
  section#work_area .box .items .txt-box {
    width: 80%;
    margin-left: auto;
    padding: 50px 30px;
    border-radius: 20px 0 0 20px;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  section#work_area .box .items .txt-box .txt-h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  section#work_area .box .items .txt-box .txt-p {
    font-size: 14px;
  }
  section#work_area .box .items .txt-box dl {
    margin: 0;
    padding: 0;
    gap: 0;
    padding: 10px 0;
  }
  section#work_area .box .items .txt-box dl dt, section#work_area .box .items .txt-box dl dd {
    padding: 10px 0;
    font-size: 14px;
  }
  section#work_area .box .items .txt-box dl dt {
    width: 100%;
  }
  section#work_area .box .items .txt-box dl dd {
    flex: auto;
    border-bottom: solid 1px #000000;
  }
  section#work_area .box .items .txt-box dl:last-child dt, section#work_area .box .items .txt-box dl:last-child dd {
    border: none;
  }
  section#work_area .box .items .txt-box .txt-a {
    margin-top: 30px;
    height: 50px;
  }
  section#work_area .box .items:nth-child(n+2) {
    margin-top: 80px;
  }
}
/*==========================================================================
section#rlist_area
========================================================================== */
section#rlist_area {
  background: transparent;
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#rlist_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 10.4166666667vw;
}
section#rlist_area .ttl-box {
  flex: auto;
}
section#rlist_area .txt-t {
  color: #ffffff;
  line-height: 1.8em;
}
section#rlist_area .tab-header {
  display: flex;
  justify-content: center;
  gap: 0 1%;
  width: 78.8%;
  margin: 0 auto;
}
section#rlist_area .tab-header .tab-button {
  width: 24.25%;
  height: 3.6458333333vw;
  border: solid 1px #3C5DFF;
  background: #ffffff;
  color: #3C5DFF;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
  border-radius: 0.5208333333vw 0.5208333333vw 0 0;
}
section#rlist_area .tab-header .tab-button.active {
  background: #3C5DFF;
  color: #ffffff;
}
section#rlist_area .tab-content {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: #ffffff;
  border-radius: 1.0416666667vw;
  box-sizing: border-box;
  padding: 7.8125vw;
}
section#rlist_area .tab-content .list-box {
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  gap: 5.2083333333vw;
}
section#rlist_area .tab-content .list-box .recruit-item {
  width: 100%;
  padding: 5.2083333333vw;
  background: #EBEFFF;
  border: solid 1px #3C5DFF;
  border-radius: 1.0416666667vw;
  box-sizing: border-box;
}
section#rlist_area .tab-content .list-box .recruit-item .txt-h3 {
  color: #3C5DFF;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 2.6041666667vw;
  border-bottom: solid 2px #2D3139;
}
section#rlist_area .tab-content .list-box .recruit-item .recruit-box {
  display: flex;
  gap: 2.6041666667vw;
}
section#rlist_area .tab-content .list-box .recruit-item .recruit-box .img-box {
  width: 34.5%;
  height: 15.63vw;
  border-radius: 0.5vw;
  overflow: clip;
  position: relative;
  flex: none;
}
section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box {
  width: auto;
  flex: auto;
}
section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl {
  margin-bottom: 2.34375vw;
}
section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl dt {
  width: 9.4791666667vw;
  flex: none;
  color: #3C5DFF;
}
section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl dd {
  flex: auto;
  color: #2D3139;
}
section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl:last-child {
  margin-bottom: 0;
}
section#rlist_area .tab-content .list-box .no-recruit {
  text-align: center;
  width: 100%;
}
section#rlist_area .tab-content .links-box {
  padding-top: 2.6041666667vw;
  display: flex;
  justify-content: center;
  gap: 2.6041666667vw;
}
section#rlist_area .tab-content .links-box .txt-a {
  width: 18.2291666667vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  margin: 0;
  border: solid 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3C5DFF;
  color: #ffffff;
  border: solid 2px #3C5DFF;
  transition: 1s;
}
section#rlist_area .tab-content .links-box .txt-a svg path {
  fill: #ffffff;
}
section#rlist_area .tab-content .links-box .txt-a:hover {
  background: #ffffff;
  color: #3C5DFF;
}
section#rlist_area .tab-content .links-box .txt-a:hover svg path {
  fill: #3C5DFF;
}
section#rlist_area .tab-content .links-box .txt-a.a2 {
  background: #ffffff;
  color: #3C5DFF;
}
section#rlist_area .tab-content .links-box .txt-a.a2 svg path {
  fill: #3C5DFF;
}
section#rlist_area .tab-content .links-box .txt-a.a2:hover {
  background: #3C5DFF;
  color: #ffffff;
}
section#rlist_area .tab-content .links-box .txt-a.a2:hover svg path {
  fill: #ffffff;
}
section#rlist_area .tab-content.active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  section#rlist_area {
    background: transparent;
    padding-top: 100px;
    margin-top: -100px;
  }
  section#rlist_area .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section#rlist_area .ttl-box {
    margin-bottom: 50px;
  }
  section#rlist_area .txt-t {
    color: #ffffff;
    line-height: 1.8em;
  }
  section#rlist_area .tab-header {
    display: flex;
    justify-content: center;
    gap: 0 1%;
    width: 90%;
    margin: 0 auto;
  }
  section#rlist_area .tab-header .tab-button {
    width: 24.25%;
    height: 35px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
  }
  section#rlist_area .tab-header .tab-button.active {
    background: #3C5DFF;
    color: #ffffff;
  }
  section#rlist_area .tab-content {
    border-radius: 20px;
    padding: 30px 20px;
  }
  section#rlist_area .tab-content .list-box {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 20px;
  }
  section#rlist_area .tab-content .list-box .recruit-item {
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
  }
  section#rlist_area .tab-content .list-box .recruit-item .txt-h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  section#rlist_area .tab-content .list-box .recruit-item .recruit-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  section#rlist_area .tab-content .list-box .recruit-item .recruit-box .img-box {
    width: 100%;
    height: 45vw;
    border-radius: 10px;
  }
  section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box {
    width: auto;
    flex: auto;
  }
  section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl {
    margin-bottom: 15px;
  }
  section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl dt, section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl dd {
    font-size: 14px;
  }
  section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl dt {
    width: 100%;
  }
  section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl dd {
    width: 100%;
  }
  section#rlist_area .tab-content .list-box .recruit-item .recruit-box .txt-box dl:last-child {
    margin-bottom: 0;
  }
  section#rlist_area .tab-content .list-box .recruit-item:nth-child(2) {
    margin-top: 40px;
  }
  section#rlist_area .tab-content .list-box .no-recruit {
    text-align: center;
    width: 100%;
  }
  section#rlist_area .tab-content .list-box .no-recruit p {
    font-size: 14px;
  }
  section#rlist_area .tab-content .links-box {
    padding-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
  }
  section#rlist_area .tab-content .links-box .txt-a {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    margin: 0;
    border: solid 2px #3C5DFF;
    transition: 1s;
  }
  section#rlist_area .tab-content .links-box .txt-a svg path {
    fill: #ffffff;
  }
  section#rlist_area .tab-content .links-box .txt-a:hover {
    background: #ffffff;
    color: #3C5DFF;
  }
  section#rlist_area .tab-content .links-box .txt-a:hover svg path {
    fill: #3C5DFF;
  }
  section#rlist_area .tab-content .links-box .txt-a.a2 {
    background: #ffffff;
    color: #3C5DFF;
  }
  section#rlist_area .tab-content .links-box .txt-a.a2 svg path {
    fill: #3C5DFF;
  }
  section#rlist_area .tab-content .links-box .txt-a.a2:hover {
    background: #3C5DFF;
    color: #ffffff;
  }
  section#rlist_area .tab-content .links-box .txt-a.a2:hover svg path {
    fill: #ffffff;
  }
  section#rlist_area .tab-content.active {
    display: block;
    opacity: 1;
  }
}
/*# sourceMappingURL=recruit.css.map */