@-webkit-keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .m-content-description {
    margin-bottom: 9.3333333333vw;
  }
}
.m-mv-subtitle {
  letter-spacing: 0;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-mv-subtitle {
    letter-spacing: 0.02em;
    font-size: 4vw;
  }
}
/* business
---------------------------------------------------------------------------- */
.p-action {
  padding: 0 0 35px 0;
}

.p-action-item {
  padding: 40px 0 60px;
  border-top: 2px solid #E6E6E6;
  position: relative;
}
.p-action-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 80px;
  height: 4px;
  background: #EC6C00;
}

.p-action-item-ttl {
  font-size: 3.7rem;
  line-height: 1.6756756757;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 60px;
}

.p-action-item-content {
  margin: 0 30px 0 100px;
}

.p-action-item-txt {
  margin-bottom: 25px;
}

.p-action-item-txt-list-item {
  text-indent: -1em;
  margin-left: 1em;
}

.p-action-item-sh {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 60px;
}

.p-action-item-content-info {
  padding-left: 40px;
}

.p-action-item-content-info-ttl {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-top: 40px;
}

.p-action-btnset {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 20px 0 70px;
  gap: 20px;
}

.p-action-btnset-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #EC6C00;
  color: #fff;
  padding: 24px 60px 24px 40px;
  border-radius: 9999px;
  line-height: 1.4;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-action-btnset-button::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.p-action-btnset-button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #EC6C00;
  top: 0;
  bottom: 0;
  right: 31px;
  margin: auto;
}
.p-action-btnset-button:hover {
  background-color: #EF871F;
}
.p-action-btnset-button:hover::after {
  border-color: transparent transparent transparent #EF871F;
}

@media screen and (max-width: 767px) {
  .p-action {
    padding: 0 0 w(35);
  }
  .p-action-item {
    padding: 5.3333333333vw 0 12.6666666667vw;
    border-top: 0.5333333333vw solid #E6E6E6;
  }
  .p-action-item::before {
    top: -0.5333333333vw;
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
  .p-action-item-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-action-item-content {
    margin: 0;
    padding-left: 1em;
  }
  .p-action-item-txt {
    margin-bottom: 5.3333333333vw;
  }
  .p-action-item-sh {
    font-size: 4.8vw;
    margin-top: 9.3333333333vw;
    line-height: 1.5;
  }
  .p-action-item-content-info {
    padding-left: 5.3333333333vw;
  }
  .p-action-item-content-info-ttl {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-action-btnset {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 2.6666666667vw 0 9.3333333333vw;
  }
  .p-action-btnset-button {
    padding: 4.8vw 12vw 4.8vw 8vw;
    font-size: 4vw;
  }
  .p-action-btnset-button::before {
    right: 2.6666666667vw;
    width: 6vw;
    height: 6vw;
  }
  .p-action-btnset-button::after {
    right: 3.5vw;
    border-width: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
}
.p-table {
  margin: 10px 0 20px;
}
.p-table th,
.p-table td {
  border: solid 1px #333;
  font-size: 1.6rem;
  line-height: 1.625;
  vertical-align: middle;
  padding: 10px;
}
.p-table th:first-child {
  width: 200px;
}
.p-table th:last-child {
  width: 400px;
}
.p-table td:nth-child(2) {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-table {
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
  .p-table th,
  .p-table td {
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw;
  }
  .p-table th:first-child {
    width: 200px;
  }
  .p-table th:last-child {
    width: 400px;
  }
  .p-table td:nth-child(2) {
    text-align: center;
  }
}
.p-table-indent {
  text-indent: -5em;
  padding-left: 5em;
}

.p-table02 {
  width: 600px;
  margin: 10px 0 20px;
}
.p-table02 th,
.p-table02 td {
  border: solid 1px #333;
  font-size: 1.6rem;
  line-height: 1.625;
  vertical-align: middle;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .p-table02 {
    margin: 2.6666666667vw 0 5.3333333333vw;
    width: 100%;
  }
  .p-table02 th,
  .p-table02 td {
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw;
  }
  .p-table02-w01 {
    width: 35%;
  }
}
/* career
---------------------------------------------------------------------------- */
.p-career {
  padding: 0 0 35px 0;
}

.p-career-content {
  padding: 40px 0 245px;
  border-top: 2px solid #E6E6E6;
  position: relative;
}
.p-career-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 80px;
  height: 4px;
  background: #EC6C00;
}

.p-career-mh {
  font-size: 4.3rem;
  line-height: 1.4418604651;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 60px;
}

.p-career-table {
  width: calc(100% - 200px);
  margin: 85px 100px 0;
}
.p-career-table tr {
  border-bottom: 2px solid #E1E1E1;
}
.p-career-table th {
  text-align: center;
  color: #fff;
  padding: 7px 0;
  border-right: 2px solid #E1E1E1;
}
.p-career-table th:last-child {
  border-right: 0;
}
.p-career-table td {
  text-align: center;
  padding: 16px 0;
  border-right: 2px solid #E1E1E1;
}
.p-career-table td:last-child {
  border-right: 0;
}

.p-career-table-thead th:nth-child(2),
.p-career-table-thead th:nth-child(4) {
  background: #EC6C00;
}
.p-career-table-thead th:nth-child(3) {
  background: #FF8C40;
}

.p-career-table-tbody td:nth-child(1) {
  width: 286px;
}

.p-table-btm-txt {
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #818181;
  padding: 20px 0 0;
  margin: 0 100px;
}

@media screen and (max-width: 1600px) {
  .p-career-table {
    width: calc(100% - 100px);
    margin: 85px 50px 0;
  }
  .p-table-btm-txt {
    margin: 0 50px;
  }
  .p-career-table-tbody td:nth-child(1) {
    width: 30%;
  }
}
@media screen and (max-width: 1350px) {
  .p-career-mh {
    font-size: 3.8rem;
  }
  .p-career-table-tbody td:nth-child(1) {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-career {
    padding: 0 0 4.6666666667vw 0;
  }
  .p-career-content {
    padding: 5.3333333333vw 0 40vw;
    border-top: 0.5333333333vw solid #E6E6E6;
  }
  .p-career-content::before {
    top: -0.5333333333vw;
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
  .p-career-mh {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-career-table {
    width: 100%;
    margin: 10.6666666667vw 0 0;
  }
  .p-career-table th {
    padding: 1.8666666667vw 0;
  }
  .p-career-table td {
    padding: 4.2666666667vw 0;
    vertical-align: middle;
  }
  .p-career-table .m-base-txt {
    font-size: 3.2vw;
  }
  .p-table-btm-txt {
    font-size: 3.2vw;
    padding: 2.6666666667vw 0 0;
    margin: 0;
  }
}