@charset "UTF-8";
body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
}

.poppins {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: block;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.btn-hover {
  transition: filter 0.3s;
}
.btn-hover:hover {
  filter: brightness(130%);
}

.box-shadow {
  filter: drop-shadow(0 0 30px rgba(62, 62, 62, 0.25));
}
@media screen and (max-width: 1080px) {
  .box-shadow {
    filter: drop-shadow(0 0 4vw rgba(62, 62, 62, 0.25));
  }
}

.block {
  display: block;
}

.pc {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp {
    display: block;
  }
}

.notosans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.notosans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: medium;
  font-style: normal;
}

.notoserif-jp-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-style: normal;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.outer {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wrapper {
  min-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .wrapper {
    width: 100%;
    min-width: initial;
  }
}

.float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 250px;
}
@media screen and (max-width: 1080px) {
  .float {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
  }
}

.fv {
  margin-bottom: -50px;
  padding: 0 0 224px;
  background-image: url(/hrm/dir/aidxvideo/src/images/pc/fv-bg.jpg);
  background-size: 1920px auto;
  background-position: top center;
}
@media screen and (max-width: 1080px) {
  .fv {
    margin-bottom: 0;
    padding-bottom: 20vw;
    background-image: url(/hrm/dir/aidxvideo/src/images/sp/fv-bg.jpg);
    background-size: 115vw auto;
    background-color: #f9fdff;
  }
}
.fv__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.fv .logo {
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.25));
  width: 200px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1080px) {
  .fv .logo {
    filter: drop-shadow(0.2666666667vw 0.2666666667vw 0.2666666667vw rgba(0, 0, 0, 0.25));
    width: 26.6666666667vw;
    margin-bottom: 8vw;
  }
  .fv .logo img {
    display: block;
  }
}
.fv-title {
  position: relative;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.33;
  color: #FFFFFF;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1080px) {
  .fv-title {
    width: 92.4vw;
    margin: 0 auto 7.2vw;
    font-size: 8.5333333333vw;
    line-height: 1.8;
  }
}
.fv-title .boder {
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 1080px) {
  .fv-title .boder {
    border-bottom-width: 0.6666666667vw;
  }
}
.fv-title .sub {
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .fv-title .sub {
    font-size: 5.8666666667vw;
    line-height: 1.33;
    display: block;
  }
}
.fv-text {
  font-weight: 400;
  /*font-size: 30px;*/
  font-size: 20px;
  line-height: 43px;
  color: #FFFFFF;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.4);
  margin-bottom: 26px;
}
@media screen and (max-width: 1080px) {
  .fv-text {
    width: 92.4vw;
    margin: 0 auto 8vw;
    font-size: 4vw;
    line-height: 1.6;
    text-shadow: 0px 0px 1.7333333333vw rgba(0, 0, 0, 0.4);
  }
}
.fv-img01 {
  position: absolute;
  top: 295px;
  right: -20px;
  width: 308px;
}
@media screen and (max-width: 1080px) {
  .fv-img01 {
    top: 26.6666666667vw;
    right: -2vw;
    width: 41.0666666667vw;
  }
}
.fv .cv {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .fv .cv {
    width: 84vw;
    margin: 0 auto;
  }
}
.fv .cv-list{
  display: flex;
  gap: 0 20px;
}
.fv .cv-list li{
  width: 330px;
}
@media screen and (max-width: 1080px) {
  .fv .cv-list{
    flex-flow: column;
    gap:20px 0;
  }
  .fv .cv-list li{
    width: 100%;
  }
}
.fv .cv-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .fv .cv-title {
    margin-bottom: 1.6vw;
    font-size: 4.2666666667vw;
  }
}
.fv .cv .btn a {
  position: relative;
  width: 100%;
  height: 86px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background: #FF5B14;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
}
@media screen and (max-width: 1080px) {
  .fv .cv .btn a {
    height: 16vw;
    box-shadow: 0.4vw 0.4vw 0.5333333333vw rgba(0, 0, 0, 0.25);
    border-radius: 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
}
.fv .cv .btn a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
.fv .cv .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 1080px) {
  .fv .cv .btn a::before {
    right: 4.5333333333vw;
    border-width: 0.9333333333vw 0 0.9333333333vw 1.6vw;
  }
}

.fv .cv .btn a.btn_white{
  color: #FF5B14;
  background: #fff;
  border: solid 3px #FF5B14;
}
.fv .cv .btn a.btn_white::before{
  border-color: transparent transparent transparent #FF5B14;
}

.sec01 {
  padding: 0 0 120px;
  background-image: url(/hrm/dir/aidxvideo/src/images/pc/sec01-bg.jpg);
  background-size: 1920px 682px;
  background-position: top center;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    padding: 0 0 18.6666666667vw;
    background-image: url(/hrm/dir/aidxvideo/src/images/sp/sec01-bg.jpg);
    background-size: 100vw 154.6666666667vw;
  }
}
.sec01-ttl {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #2B4893;
  margin-bottom: 54px;
}
@media screen and (max-width: 1080px) {
  .sec01-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.sec01 .row {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 134px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec01 .row {
    width: 84vw;
    flex-wrap: wrap;
    margin-bottom: 18.1333333333vw;
  }
}
.sec01 .row .col {
  width: 320px;
  background: #4C77CE;
  border-radius: 20px;
  padding-top: 39px;
}
@media screen and (max-width: 1080px) {
  .sec01 .row .col {
    width: 100%;
    border-radius: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    padding: 5.0666666667vw 7.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec01 .row .col:last-child {
    margin-bottom: 0;
  }
}
.sec01 .row .col p {
  font-weight: 500;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 28px;
}
@media screen and (max-width: 1080px) {
  .sec01 .row .col p {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
    width: 34.6666666667vw;
    margin: 0 auto;
  }
}
.sec01 .row .col-img {
  width: 185px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1080px) {
  .sec01 .row .col-img {
    width: 26.6666666667vw;
    margin: 0;
  }
}
.sec01-ttl-02 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
  color: #2B4893;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .sec01-ttl-02 {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.sec01-ttl-sub {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .sec01-ttl-sub {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.sec01-img04 {
  width: 977px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1080px) {
  .sec01-img04 {
    width: 81.6vw;
    margin-bottom: 12.2666666667vw;
  }
}
.sec01-text {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
  color: #222222;
}
@media screen and (max-width: 1080px) {
  .sec01-text {
    font-size: 5.3333333333vw;
  }
}
.sec01-text span {
  color: #2B4893;
  font-weight: 600;
}

.cv01 {
  padding: 45px 0;
  background-image: url(/hrm/dir/aidxvideo/src/images/pc/cv01-bg.jpg);
  background-size: 1920px auto;
  background-position: top center;
}
@media screen and (max-width: 1080px) {
  .cv01 {
    padding: 9.3333333333vw 0 6.6666666667vw;
    background-image: url(/hrm/dir/aidxvideo/src/images/sp/cv01-bg.jpg);
    background-size: cover;
  }
}
.cv01__inner {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cv01 p {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-left: 2em;
}
@media screen and (max-width: 1080px) {
  .cv01 p {
    font-size: 4.8vw;
    line-height: 1.8;
    padding-left: 38.6666666667vw;
    text-align: left;
    margin-bottom: 8vw;
  }
}

.cv01 .cv-list{
  display: flex;
  gap: 0 20px;
  justify-content:center;
  padding-left: 2em;
}
@media screen and (max-width: 1080px) {
  .cv01 .cv-list{
    flex-flow: column;
    gap:20px 0;
    padding-left: 0;
  }
}

.cv01 .btn {
  margin: 0 auto;
  width: 294px;
}
@media screen and (max-width: 1080px) {
  .cv01 .btn {
    width: 84vw;
  }
}
.cv01 .btn a {
  position: relative;
  width: 100%;
  height: 86px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background: #FF5B14;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
}
@media screen and (max-width: 1080px) {
  .cv01 .btn a {
    height: 16vw;
    box-shadow: 0.4vw 0.4vw 0.5333333333vw rgba(0, 0, 0, 0.25);
    border-radius: 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
}
.cv01 .btn a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
.cv01 .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 1080px) {
  .cv01 .btn a::before {
    right: 4.5333333333vw;
    border-width: 0.9333333333vw 0 0.9333333333vw 1.6vw;
  }
}

.cv01 .btn a.btn_white{
  color: #FF5B14;
  background: #fff;
  border: solid 3px #FF5B14;
}
.cv01 .btn a.btn_white::before{
  border-color: transparent transparent transparent #FF5B14;
}

.cv01-img01 {
  position: absolute;
  top: -67px;
  left: 0;
  width: 197px;
}
@media screen and (max-width: 1080px) {
  .cv01-img01 {
    width: 34.6666666667vw;
    top: -13.6vw;
    left: 3.0666666667vw;
  }
}

.sec02-top {
  padding: 105px 0 118px;
  background-image: url(/hrm/dir/aidxvideo/src/images/pc/sec02-top-bg.jpg);
  background-size: 1920px auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
  .sec02-top {
    padding: 12.6666666667vw 0 13.3333333333vw;
    background-image: url(/hrm/dir/aidxvideo/src/images/sp/sec02-top-bg.jpg);
    background-size: cover;
  }
}
.sec02 .top {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec02 .top {
    width: 92vw;
  }
}
.sec02 .top-ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #2B4893;
  margin-bottom: 55px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.sec02 .top-ttl span {
  font-size: 24px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-ttl span {
    font-size: 3.2vw;
  }
}
.sec02 .top-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-flex {
    margin-bottom: 18.6666666667vw;
    flex-wrap: wrap;
  }
}
.sec02 .top-flex .col {
  width: 480px;
  height: 306px;
  padding: 30px 20px 35px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-flex .col {
    width: 100%;
    height: auto;
    padding: 2.4vw 3.3333333333vw 3.7333333333vw;
    box-shadow: 0px 0px 2.6666666667vw rgba(0, 0, 0, 0.15);
  }
  .sec02 .top-flex .col:first-child {
    margin-bottom: 4vw;
  }
}
.sec02 .top-flex .col-num {
  margin-bottom: 18px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-flex .col-num {
    margin-bottom: 3.2vw;
  }
}
.sec02 .top-flex .col-num.num01 {
  width: 34px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-flex .col-num.num01 {
    width: 4.4vw;
  }
}
.sec02 .top-flex .col-num.num02 {
  width: 46px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-flex .col-num.num02 {
    width: 5.8666666667vw;
  }
}
.sec02 .top-flex .col-ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 25px;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-flex .col-ttl {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec02 .top-flex .col-txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #4F8AED;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-flex .col-txt {
    font-size: 3.7333333333vw;
  }
}
.sec02 .top-flex .col-img {
  position: absolute;
}
.sec02 .top-flex .col-img.img01 {
  width: 166px;
  top: 131px;
  right: 33px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-flex .col-img.img01 {
    width: 29.8666666667vw;
    top: 16.8vw;
    right: 4.5333333333vw;
  }
}
.sec02 .top-flex .col-img.img02 {
  width: 212px;
  top: 105px;
  right: 13px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top-flex .col-img.img02 {
    width: 39.3333333333vw;
    top: 4.4vw;
    right: 4vw;
  }
}
.sec02 .top .content-num {
  margin-bottom: 34px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-num {
    margin-bottom: 5.0666666667vw;
  }
}
.sec02 .top .content-ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" on;
  color: #2B4893;
  margin-bottom: 17px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec02 .top .content-txt {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.02em;
  color: #333333;
  margin-bottom: 64px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-txt {
    font-size: 3.7333333333vw;
    margin: 0 -1.3333333333vw 5.3333333333vw;
  }
}
.sec02 .top .content-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 50px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-box {
    margin-bottom: 9.3333333333vw;
    box-shadow: 0px 0px 2.6666666667vw rgba(0, 0, 0, 0.15);
    padding: 6.6666666667vw 4vw;
  }
}
.sec02 .top .content-box-ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-box-ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec02 .top .content-box .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-box .row {
    flex-wrap: wrap;
  }
}
.sec02 .top .content-box .col {
  width: 294px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-box .col {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .sec02 .top .content-box .col:last-child {
    margin-bottom: 0;
  }
}
.sec02 .top .content-box .col-head {
  background: #69B1EB;
  border-radius: 10px;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-box .col-head {
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    padding: 1.3333333333vw;
  }
  .sec02 .top .content-box .col-head span {
    margin-right: 5.0666666667vw;
  }
}
.sec02 .top .content-box .col-img {
  width: 240px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-box .col-img {
    width: 46.6666666667vw;
    margin-bottom: 4vw;
  }
}
.sec02 .top .content-box .col-txt {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-box .col-txt {
    font-size: 3.4666666667vw;
  }
}
.sec02 .top .content-lead {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-lead {
    font-size: 5.3333333333vw;
  }
}
.sec02 .top .content-lead span {
  border-bottom: 8px solid #FF5B14;
}
@media screen and (max-width: 1080px) {
  .sec02 .top .content-lead span {
    border-bottom-width: 1.0666666667vw;
  }
}
.sec02-bottom {
  padding: 80px 0 0;
  background-color: #EAF6FA;
}
@media screen and (max-width: 1080px) {
  .sec02-bottom {
    padding-top: 13.3333333333vw;
  }
}
.sec02 .bottom {
  width: 1000px;
  margin: 0 auto;
  background-color: #EAF6FA;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom {
    width: 92vw;
  }
}
.sec02 .bottom .content-num {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-num {
    margin-bottom: 5.8666666667vw;
  }
}
.sec02 .bottom .content-ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" on;
  color: #2B4893;
  margin-bottom: 17px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec02 .bottom .content-txt {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 163px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 20.8vw;
  }
}
.sec02 .bottom .content .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content .flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6.6666666667vw;
  }
}
.sec02 .bottom .content .flex-item {
  width: 320px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 18px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content .flex-item {
    width: 42.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .sec02 .bottom .content .flex-item:first-child {
    margin: 0 13.3333333333vw 17.0666666667vw;
  }
  .sec02 .bottom .content .flex-item:nth-child(2) {
    margin-right: 6.5333333333vw;
  }
}
.sec02 .bottom .content .flex-item img {
  display: block;
  width: 204px;
  margin: -107px auto 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content .flex-item img {
    width: 27.2vw;
    margin: -14.2666666667vw auto 2.6666666667vw;
  }
}
.sec02 .bottom .content .flex-item p {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content .flex-item p {
    font-size: 2.6666666667vw;
    line-height: 4.2666666667vw;
  }
}
.sec02 .bottom .content-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 50px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box {
    margin-bottom: 6.6666666667vw;
    box-shadow: 0px 0px 2.6666666667vw rgba(0, 0, 0, 0.15);
    padding: 6.6666666667vw 4vw;
  }
}
.sec02 .bottom .content-box-ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box-ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec02 .bottom .content-box .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box .row {
    flex-wrap: wrap;
  }
}
.sec02 .bottom .content-box .col {
  width: 294px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box .col {
    width: 100%;
    margin-bottom: 8vw;
  }
  .sec02 .bottom .content-box .col:last-child {
    margin-bottom: 0;
  }
}
.sec02 .bottom .content-box .col-head {
  background: #69B1EB;
  border-radius: 10px;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box .col-head {
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    padding: 1.3333333333vw;
  }
  .sec02 .bottom .content-box .col-head span {
    margin-right: 5.0666666667vw;
  }
}
.sec02 .bottom .content-box .col-img {
  width: 240px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box .col-img {
    width: 46.6666666667vw;
    margin-bottom: 4vw;
  }
}
.sec02 .bottom .content-box .col-txt {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  margin-bottom: 46px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box .col-txt {
    font-size: 3.4666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.sec02 .bottom .content-box .col ul {
  margin-bottom: 16px;
  background: #ECEEF5;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box .col ul {
    margin-bottom: 2.9333333333vw;
  }
}
.sec02 .bottom .content-box .col ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 10px 6px 36px;
  gap: 10px;
  width: 294px;
  background: #ECEEF5;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-indent: -26px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box .col ul li {
    width: 100%;
    padding: 1.3333333333vw;
    gap: 1.3333333333vw;
    min-height: 8.2666666667vw;
    margin-bottom: 0.2666666667vw;
    font-size: 3.4666666667vw;
    text-indent: 0;
  }
}
.sec02 .bottom .content-box .col ul li:last-child {
  margin-bottom: 0;
}
.sec02 .bottom .content-box .col a {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #2B4893;
  flex: none;
  order: 1;
  flex-grow: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box .col a {
    font-size: 3.7333333333vw;
  }
}
.sec02 .bottom .content-box .col a span {
  font-size: 16px;
  margin-right: 6px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-box .col a span {
    font-size: 2.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.sec02 .bottom .content-mv {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 50px 116px 66px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-mv {
    padding: 5.3333333333vw 4vw 9.3333333333vw;
    box-shadow: 0px 0px 2.6666666667vw rgba(0, 0, 0, 0.15);
    margin-bottom: 6.9333333333vw;
  }
}
.sec02 .bottom .content-mv-ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-mv-ttl {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
.sec02 .bottom .content-mv-txt {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 34px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-mv-txt {
    font-size: 3.4666666667vw;
    margin-bottom: 4.4vw;
  }
  .sec02 .bottom .content-mv-txt span {
    font-size: 2.6666666667vw;
  }
}
.sec02 .bottom .content-mv .mv {
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-mv .mv {
    margin-bottom: 8vw;
  }
}
.sec02 .bottom .content-mv .mv:last-child {
  margin-bottom: 0;
}
.sec02 .bottom .content-mv .mv-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-mv .mv-iframe {
    margin-bottom: 4vw;
  }
}
.sec02 .bottom .content-mv .mv-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sec02 .bottom .content-mv .mv p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 4px 10px;
  gap: 10px;
  width: 450px;
  height: 39px;
  margin: 0 auto;
  background: #69B1EB;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  /* または31px */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  /* cv-txt */
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-mv .mv p {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-mv .mv p {
    width: 100%;
    height: 8vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    padding: 1.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.sec02 .bottom .content-lead {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #333333;
  margin-bottom: 44px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-lead {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sec02 .bottom .content-lead span {
  border-bottom: 8px solid #FF5B14;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .content-lead span {
    border-bottom-width: 1.0666666667vw;
  }
}
.sec02-img13 {
  width: 574px;
  margin: 0 auto 66px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec02-img13 {
    width: 92vw;
    margin-bottom: 0;
  }
}

.sec02-img13 .cv-list{
  display: flex;
  gap: 0 20px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .sec02-img13 .cv-list{
    flex-flow: column;
    gap: 2vw 0;
    top: 28%;
  }
}


.sec02-img13 .btn {
    width: 240px;
}
@media screen and (max-width: 1080px) {
  .sec02-img13 .btn {
    width: 84vw;
  }
}
.sec02-img13 .btn:hover {
  opacity: 0.9;
  transition: 0.2s;
}
.sec02-img13 .btn a {
  position: relative;
  width: 100%;
  height: 86px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background: #FF5B14;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
}
@media screen and (max-width: 1080px) {
  .sec02-img13 .btn a {
    height: 16vw;
    box-shadow: 0.4vw 0.4vw 0.5333333333vw rgba(0, 0, 0, 0.25);
    border-radius: 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
}
.sec02-img13 .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 1080px) {
  .sec02-img13 .btn a::before {
    right: 4.5333333333vw;
    border-width: 0.9333333333vw 0 0.9333333333vw 1.6vw;
  }
}

.sec02-img13 .btn a.btn_white{
  color: #FF5B14;
  background: #fff;
  border: solid 3px #FF5B14;
}
.sec02-img13 .btn a.btn_white::before{
  border-color: transparent transparent transparent #FF5B14;
}

.sec02-footer {
  padding: 174px 0 46px;
  background-image: url(/hrm/dir/aidxvideo/src/images/pc/sec02-footer-bg.jpg);
  background-size: 1920px auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
  .sec02-footer {
    background-image: url(/hrm/dir/aidxvideo/src/images/sp/sec02-footer-bg.jpg);
    background-size: cover;
    padding: 26.6666666667vw 0 4.8vw;
  }
}
.sec02-footer-ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .sec02-footer-ttl {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
.sec02-footer-img {
  width: 511px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec02-footer-img {
    width: 66.8vw;
  }
}
.sec02-footer-img img {
  margin-left: -80px;
}
@media screen and (max-width: 1080px) {
  .sec02-footer-img img {
    margin-left: -10.6666666667vw;
  }
}

.sec03 {
  background-image: url(/hrm/dir/aidxvideo/src/images/pc/sec03-bg.jpg);
  background-size: cover;
  background-position: top center;
  padding-bottom: 178px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    background-image: url(/hrm/dir/aidxvideo/src/images/sp/sec03-bg.jpg);
    padding-bottom: 18.6666666667vw;
  }
}
.sec03-top {
  padding: 95px 0 145px;
}
@media screen and (max-width: 1080px) {
  .sec03-top {
    padding: 14.9333333333vw 0 25.0666666667vw;
  }
}
.sec03-top-ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
  color: #2B4893;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .sec03-top-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec03-top-img {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec03-top-img {
    width: 84vw;
  }
}
.sec03-top-kome {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
  color: #4F4F4F;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .sec03-top-kome {
    font-size: 2.6666666667vw;
    margin-top: 3.7333333333vw;
    text-align: left;
  }
}
.sec03-bottom-ttl {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom-ttl {
    margin-bottom: 7.0666666667vw;
  }
}
.sec03-bottom-ttl .en {
  color: #0D6CB7;
  opacity: 0.18;
  font-weight: 500;
  font-size: 80px;
  line-height: 120px;
  text-align: center;
  display: block;
  margin-bottom: -20px;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom-ttl .en {
    font-size: 10.6666666667vw;
    line-height: 16vw;
    margin-bottom: -2.6666666667vw;
  }
}
.sec03-bottom-ttl .ja {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
  color: #2B4893;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom-ttl .ja {
    font-size: 5.3333333333vw;
  }
}
.sec03-bottom .block {
  width: 1080px;
  margin: 0 auto 178px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block {
    width: 84vw;
    flex-wrap: wrap;
    margin-bottom: 13.3333333333vw;
  }
}
.sec03-bottom .block::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 130px;
  display: block;
  width: 1370px;
  height: 352px;
  background: linear-gradient(90.28deg, rgba(250, 252, 252, 0) 2.89%, #EEF3F4 38.51%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block::after {
    width: 96vw;
    height: 103.7333333333vw;
    top: 4.4vw;
    left: -4vw;
    background: #EEF3F4;
  }
}
.sec03-bottom .block:last-child {
  margin-bottom: 0;
}
.sec03-bottom .block:last-child::after {
  transform: initial;
  left: inherit;
  right: 130px;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block:last-child::after {
    right: -4vw;
  }
}
.sec03-bottom .block:last-child .block-tag {
  right: initial;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block:last-child .block-tag {
    right: 0;
    left: initial;
  }
}
.sec03-bottom .block:last-child .block-img {
  order: 1;
  margin-left: 45px;
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block:last-child .block-img {
    order: 0;
    margin-left: 0;
  }
}
.sec03-bottom .block:last-child .box {
  order: 0;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block:last-child .box {
    order: 1;
  }
}
.sec03-bottom .block:last-child .box-img {
  left: 0;
  bottom: 0;
  width: 144px;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block:last-child .box-img {
    width: 20vw;
  }
}
.sec03-bottom .block-tag {
  position: absolute;
  width: 220px;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block-tag {
    width: 29.3333333333vw;
    top: 42.1333333333vw;
  }
}
.sec03-bottom .block-img {
  width: 445px;
  margin-left: -75px;
  margin-right: 45px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block-img {
    width: 76vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.sec03-bottom .block .box {
  width: 583px;
  margin-top: 95px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block .box {
    margin-top: 6.6666666667vw;
    width: 100%;
  }
}
.sec03-bottom .block .box-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 186px;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block .box-img {
    width: 22.4vw;
  }
}
.sec03-bottom .block-ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #2B4893;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block-ttl {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.sec03-bottom .block-txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec03-bottom .block-txt {
    font-size: 3.4666666667vw;
  }
}
.sec03-bottom .block-txt span {
  font-weight: 700;
}

.sec04 {
  padding: 160px 0 90px;
  background: #EFFCFF;
}
@media screen and (max-width: 1080px) {
  .sec04 {
    padding: 20vw 0 13.3333333333vw;
  }
}
.sec04__inner {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec04__inner {
    width: 92vw;
  }
}
.sec04-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .sec04-ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.sec04-ttl .en {
  color: #0D6CB7;
  opacity: 0.18;
  font-weight: 500;
  font-size: 80px;
  line-height: 120px;
  position: absolute;
  top: -102px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .sec04-ttl .en {
    font-size: 10.6666666667vw;
    top: -13.8666666667vw;
    line-height: 16vw;
  }
}
.sec04-ttl .ja {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #2B4893;
}
@media screen and (max-width: 1080px) {
  .sec04-ttl .ja {
    font-size: 5.3333333333vw;
  }
}
.sec04 .faq {
  background: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .sec04 .faq {
    margin-bottom: 6.6666666667vw;
  }
}
.sec04 .faq:last-child {
  margin-bottom: 0;
}
.sec04 .faq-heading {
  padding: 25px 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #00336C;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec04 .faq-heading {
    font-size: 3.7333333333vw;
    align-items: flex-start;
    padding: 6.6666666667vw 4vw 2.6666666667vw;
  }
}
.sec04 .faq-heading span {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #4F8AED;
  margin-right: 35px;
}
@media screen and (max-width: 1080px) {
  .sec04 .faq-heading span {
    font-size: 5.3333333333vw;
    margin-right: 1.6vw;
  }
}
.sec04 .faq-content {
  padding: 0 18px 30px;
}
@media screen and (max-width: 1080px) {
  .sec04 .faq-content {
    padding: 0 4vw 6.6666666667vw;
  }
}
.sec04 .faq-content .inner {
  padding: 25px 80px 0;
  border-top: 1px solid #ADADAD;
}
@media screen and (max-width: 1080px) {
  .sec04 .faq-content .inner {
    padding: 4vw 1.3333333333vw 1.3333333333vw;
  }
}
.sec04 .faq-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #121212;
}
@media screen and (max-width: 1080px) {
  .sec04 .faq-content p {
    font-size: 3.4666666667vw;
  }
}

.cv02 {
  padding: 45px 0;
  background-image: url(/hrm/dir/aidxvideo/src/images/pc/cv02-bg.jpg);
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 1080px) {
  .cv02 {
    padding: 9.3333333333vw 0 13.3333333333vw;
    background-image: url(/hrm/dir/aidxvideo/src/images/sp/cv02-bg.jpg);
  }
}
.cv02-top {
  padding: 52px 0 236px;
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .cv02-top {
    padding: 33.8666666667vw 8vw 22.2666666667vw;
    width: 100%;
  }
}
.cv02-top .ttl {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.33;
  text-align: center;
  color: #333333;
  opacity: 0.9;
  margin-bottom: 30px;
  padding-left: 2em;
}
@media screen and (max-width: 1080px) {
  .cv02-top .ttl {
    font-size: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-left: 0;
  }
}

.cv02 .cv-list{
  display: flex;
  gap: 0 20px;
  justify-content:center;
  padding-left: 5em;
}

@media screen and (max-width: 1080px) {
  .cv02 .cv-list{
    flex-flow: column;
    gap:20px 0;
    padding-left: 0;
  }

}

.cv02-top .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .cv02-top .txt {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    margin-bottom: 1.8666666667vw;
  }
}
.cv02-top .btn {
  margin: 0 auto;
  width: 330px;
}
@media screen and (max-width: 1080px) {
  .cv02-top .btn {
    width: 84vw;
  }
}
.cv02-top .btn a {
  position: relative;
  width: 100%;
  height: 86px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background: #FF5B14;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
}
@media screen and (max-width: 1080px) {
  .cv02-top .btn a {
    height: 16vw;
    box-shadow: 0.4vw 0.4vw 0.5333333333vw rgba(0, 0, 0, 0.25);
    border-radius: 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
}
.cv02-top .btn a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
.cv02-top .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 1080px) {
  .cv02-top .btn a::before {
    right: 4.5333333333vw;
    border-width: 0.9333333333vw 0 0.9333333333vw 1.6vw;
  }
}

.cv02-top .btn a.btn_white{
  color: #FF5B14;
  background: #fff;
  border: solid 3px #FF5B14;
}
.cv02-top .btn a.btn_white::before{
  border-color: transparent transparent transparent #FF5B14;
}



.cv02-top-img01 {
  position: absolute;
  top: 52px;
  left: 0;
  width: 224px;
}
@media screen and (max-width: 1080px) {
  .cv02-top-img01 {
    width: 54.1333333333vw;
    top: 0;
    left: 11.4666666667vw;
  }
}
.cv02-bottom p {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.33;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.9;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .cv02-bottom p {
    font-size: 7.2vw;
    margin-bottom: 4vw;
  }
}
.cv02-bottom .btn {
  margin: 0 auto;
  width: 443px;
}
@media screen and (max-width: 1080px) {
  .cv02-bottom .btn {
    width: 84vw;
  }
}
.cv02-bottom .btn a {
  position: relative;
  width: 100%;
  height: 86px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  color: #2B4893;
  background: #D4F5FE;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
}
@media screen and (max-width: 1080px) {
  .cv02-bottom .btn a {
    height: 16vw;
    box-shadow: 0.4vw 0.4vw 0.5333333333vw rgba(0, 0, 0, 0.25);
    border-radius: 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
}
.cv02-bottom .btn a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
.cv02-bottom .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #2B4893;
}
@media screen and (max-width: 1080px) {
  .cv02-bottom .btn a::before {
    right: 4.5333333333vw;
    border-width: 0.9333333333vw 0 0.9333333333vw 1.6vw;
  }
}

.footer {
  background: #430CB6;
  padding: 82px 0 16px;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 13.3333333333vw 0;
  }
}
.footer ul {
  margin-bottom: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .footer ul {
    margin-bottom: 13.3333333333vw;
    flex-wrap: wrap;
  }
}
.footer ul li {
  padding: 0 35px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1080px) {
  .footer ul li {
    padding: 0;
    border-right: none;
    margin-bottom: 6.6666666667vw;
    text-align: center;
    width: 100%;
  }
}
.footer ul li:last-child {
  border-right: none;
  margin-bottom: 0;
}
.footer ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 1080px) {
  .footer ul li a {
    font-size: 3.4666666667vw;
    display: inline-block;
  }
}
.footer ul li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.footer .copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FEFEFE;
}
@media screen and (max-width: 1080px) {
  .footer .copy {
    font-size: 2.6666666667vw;
  }
}
/* ====================
2026data
==================== */
.wrapper.--aidx {
  min-width: initial;
  width: 100%;
}
.fv.--aidx {
  margin-bottom: 0;
  padding-bottom: 290px;
}
.fv.--aidx .logo {
  margin-bottom: 52px;
}
.fv-head {
  max-width: 92.4vw;
  width: fit-content;
}
.fv-head .fv-title {
  border-bottom: 5px solid;
  margin-bottom: 0;
  line-height: 1.5;
}
.fv-head .fv-title-sub {
  display: block;
  font-weight: 400;
  font-size: 24px;
}
.fv-head .fv-text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
}
.fv-head .fv-text-list {
  padding-left: 1em;
  text-indent: -1em;
}
.fv-head .fv-title-thin {
  font-weight: 100;
}
.fv-img-point {
  position: absolute;
  right: 0;
  bottom: -56px;
  width: 194px;
}
.sec01-ttl.--neg {
  display: inline-block;
  max-width: 1000px;
  margin-top: -2em;
  margin-bottom: .5em;
  word-break: keep-all;
}
.sec01.--nobg {
  background-image: none;
  padding-bottom: 0;
}
.sec01-txt {
  margin-bottom: 54px;
  font-size: 22px;
  word-break: keep-all;
}
.text-center {
  text-align: center;
}
.sec01-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.sec01-feature-col {
  width: calc((100% - 20px)/2);
  padding: 30px;
  border-radius: 20px;
  background-color: #4C77CE;
}
.sec01-feature-txt {
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
.sec01-feature-txt-indent {
  margin-left: -.75em;
}
.package {
  min-height: 448px;
  margin-top: 170px;
  padding: 30px;
  background: url('../images/pc/bg-package.png') no-repeat center / cover;
  color: #FFF;
}
.package-info {
  display: flex;
  align-items: center;
  gap: 0 40px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.package-item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.package-col {
  flex: 0 0 calc((100% - 30px)/2);
}
.package-col img {
  display: block;
  max-width: 372px;
  margin-right: auto;
  margin-left: auto;
}
.package-col.--full {
  flex: 0 0 100%;
}
.package-price {
  flex: 0 0 505px;
}
.package-price img {
  display: block;
  max-width: 505px;
  margin-right: auto;
  margin-left: auto;
}
.note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.package-item .note {
  margin-top: 20px;
}
.package-price .note {
  text-align: center;
}
.fv.--main {
  margin: 0;
  padding-top: 90px;
  padding-bottom: 100px;
  background: none;
}
.fv.--main .cv-list {
  justify-content: center;
}
.fv.--main .cv-title {
  color: inherit;
}
.cv-head {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.5;
  text-align: center;
}
.sec02-head {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #EAF6FA;
}
.sec02-head-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.sec02-head-title {
  color: #2B4893;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
.sec02-head-text {
  margin-top: .125em;
  font-size: 22px;
  text-align: center;
}
.sec02-head-course {
  display: flex;
  gap: 0 20px;
  margin-top: 30px;
}
.sec02-head-courseItem {
  flex: 1;
  padding: 30px 16px;
  background-color: #FFF;
  box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.sec02-head-courseItem .note {
  margin-top: .375em;
}
.sec02-bottom {
  padding: 80px 0;
}
.sec02 .bottom .content-mv {
  margin-bottom: 0;
}
.sec03-bottom-ttl .en.--hidden {
  visibility: hidden;
}
@media screen and (min-width: 1081px) {
  .fv.--aidx {
    background-image:url(/hrm/dir/aidxvideo/src/images/pc/kv-bg.png);
  }
  .cv02 {
    padding: 0;
  }
  .cv02-top .ttl {
    padding-left: 280px;
  }
  .cv02 .cv-list {
    padding-left: 280px;
    padding-bottom: 320px;
  }
  .btn.--h60 a {
    height: 60px !important;
  }
}
@media screen and (max-width: 1080px) {
  .fv.--aidx {
    padding-bottom: 20vw;
    background-size: 110% 100%;
  }
  .fv.--aidx .logo {
    margin-bottom: 5.925vw;
  }
  .fv-head {
    margin-right: auto;
    margin-left: auto;
  }
  .fv-head .fv-title {
    display: inline;
    font-size: 8vw;
  }
  .fv-head .fv-title-sub {
    font-size: 5.8666666667vw;
  }
  .fv-head .fv-text {
    margin-top: max(3.703vw,1rem);
    margin-bottom: 8vw;
    font-size: max(3.703vw,1rem);
  }
  .fv-img-point {
    top: calc(10.666vw - -5.925vw);
    right: 3.8vw;
    bottom: 0;
    width: 34.375vw;
  }
  .sec01-feature {
    width: 84vw;
    gap: max(4.444vw,1rem) 0;
  }
  .sec01-feature-col {
    width: 100%;
    padding: max(2.777vw,1rem);
  }
  .sec01-feature-txt {
    margin-bottom: .5em;
    font-size: max(4.266vw, 1rem);
  }
  .sec01-ttl.--neg {
    width: 84vw;
    margin-top: 0;
    font-size: max(5.3333333333vw,1.5rem);
  }
  .sec01-txt {
    margin-bottom: 9.3333333333vw;
    font-size: max(4.2666666667vw, 1rem);
  }
  .package {
    margin-top: 12.6666666667vw;
    padding: max(2.777vw, 2rem) 0;
  }
  .package-info {
    flex-direction: column;
    width: 92vw;
    gap: 0;
  }
  .package .note {
    font-size: max(2.777vw,1rem);
  }
  .package-item .note {
    margin-top: 1em;
  }
  .package-price {
    flex: 0 0 100%;
  }
  .fv.--main {
    padding-top: 8.3333333333vw; 
    padding-bottom: 9.3333333333vw; 
  }
  .fv.--main .cv {
    width: 92vw;
  }
  .cv-head {
    margin-bottom: 5.3333333333vw;
    font-size: max(5vw,1.125rem);
  }
  .sec02-head,
  .sec02-bottom {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
  .sec02-head-inner {
    width: 92vw;
  }
  .sec02-head-title {
    font-size: max(5.3333333333vw,1.5rem);
  }
  .sec02-head-text {
    font-size: max(4.2666666667vw,1rem);
    word-break: keep-all;
  }
  .sec02-head-course {
    flex-direction: column;
    margin-top: 9.3333333333vw;
    padding: max(2.777vw, 1rem);
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0,0,0,.15);
  }
  .sec02-head-courseItem {
    padding: 0;
    box-shadow: none;
  }
  .sec02-head-courseItem .note {
    font-size: max(2.777vw, 1rem);
  }
  .cv02-top.--noBottom {
    padding-bottom: 0;
  }
  .cv02-top.--noBottom .txt.--noBottom {
    color: #FFF;
  }
  .sec03-bottom-ttl .en.--hidden {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .package-item {
    flex-direction: column;
    gap: 0;
  }
  .package-col {
    flex: 0 0 100%;
  }
  .package-col.--full {
    margin-top: max(5vw, 2rem);
  }
}