@keyframes slidein-bound-right {
  0% {
    transform: translateX(500px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(-15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-right-sp {
  0% {
    transform: translateX(300px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(-15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-left {
  0% {
    transform: translateX(-500px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(-25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-left-sp {
  0% {
    transform: translateX(-300px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(-25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-bottom {
  0% {
    transform: translateY(250px);
  }
  30% {
    transform: translateY(0);
  }
  37% {
    transform: translateY(25px);
  }
  43% {
    transform: translateY(0);
  }
  53% {
    transform: translateY(15px);
  }
  68% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slidein-bound-bottom-sp {
  0% {
    transform: translateY(150px);
  }
  30% {
    transform: translateY(0);
  }
  37% {
    transform: translateY(25px);
  }
  43% {
    transform: translateY(0);
  }
  53% {
    transform: translateY(15px);
  }
  68% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes marquee-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes flowing-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slide-reverse {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-row {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-row-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.subpage_fv_people {
  top: 90px;
  width: 29%;
  min-width: 380px;
}
@media screen and (max-width: 1024px) {
  .subpage_fv_people {
    width: 45%;
    max-width: 380px;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .subpage_fv_people {
    top: 70px;
    width: 80%;
    max-width: 320px;
  }
}

.companyPage_philosophy {
  padding: 80px 0;
  background-color: #44BEC7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .companyPage_philosophy {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .companyPage_philosophy .section_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_philosophy .section_title {
    order: 1;
    margin-bottom: 20px;
  }
}
.companyPage_philosophy_inner {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .companyPage_philosophy_inner {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_philosophy_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.companyPage_philosophy_img {
  width: 48%;
  max-width: 750px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .companyPage_philosophy_img {
    width: 100%;
    order: 2;
    border-radius: 5px;
  }
}
.companyPage_philosophy_contents {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .companyPage_philosophy_contents {
    display: contents;
  }
}
.companyPage_philosophy_main {
  font-size: clamp(38px, 1.814rem + 2.39vw, 75px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .companyPage_philosophy_main {
    order: 3;
    margin-top: 30px;
  }
  .companyPage_philosophy_main span {
    display: inline-block;
  }
}
.companyPage_philosophy_text {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .companyPage_philosophy_text {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_philosophy_text {
    order: 4;
  }
}
.companyPage_credo-point {
  padding: 80px 0;
  background-color: #5163C9;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .companyPage_credo-point {
    padding: 50px 0;
  }
}
.companyPage_credo {
  position: relative;
}
.companyPage_credo .section_title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .companyPage_credo .section_title {
    margin-bottom: 30px;
  }
}
.companyPage_credo_bg {
  position: absolute;
  top: -20%;
  right: -7%;
  max-width: 685px;
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .companyPage_credo_bg {
    top: -12%;
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_credo_bg {
    min-width: 250px;
    right: -11%;
    top: -10%;
  }
}
.companyPage_credo_contents {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .companyPage_credo_contents {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_credo_contents {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.companyPage_credo_img {
  width: 40%;
  max-width: 750px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .companyPage_credo_img {
    width: 100%;
    margin-top: 40px;
    border-radius: 5px;
  }
}
.companyPage_credo_list {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .companyPage_credo_list {
    display: contents;
  }
}
.companyPage_credo_item + .companyPage_credo_item {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .companyPage_credo_item + .companyPage_credo_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_credo_item + .companyPage_credo_item {
    margin-top: 30px;
  }
}
.companyPage_credo_item-name {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(24px, 1.379rem + 0.52vw, 32px);
  background-color: #fff;
  color: #5163C9;
  font-weight: 700;
  line-height: 1;
  padding: 2px 15px;
  padding-left: 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .companyPage_credo_item-name {
    font-size: 22px;
    padding: 2px 10px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_credo_item-name {
    font-size: 20px;
    padding-left: 5px;
    margin-bottom: 8px;
  }
}
.companyPage_credo_item-name span {
  padding-right: 10px;
  font-size: clamp(35px, 1.96rem + 0.97vw, 45px);
  letter-spacing: -0.1rem;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .companyPage_credo_item-name span {
    font-size: 26px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_credo_item-name span {
    font-size: 24px;
  }
}
.companyPage_credo_item-info {
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .companyPage_credo_item-info {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_credo_item-info {
    font-size: 15px;
    line-height: 1.5;
  }
}
.companyPage_point {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyPage_point {
    margin-top: 50px;
  }
}
.companyPage_point_inner {
  position: relative;
}
.companyPage_point_contents {
  display: flex;
  align-items: stretch;
  justify-content: left;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #5163C9;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .companyPage_point_contents {
    gap: 15px 10px;
    margin-top: 120px;
    margin-bottom: 12px;
  }
}
.companyPage_point_item {
  width: calc((100% - 80px) / 5);
  background-color: #fff;
  color: #262626;
  padding: 20px 15px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .companyPage_point_item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .companyPage_point_item {
    width: calc((100% - 10px) / 2);
    border-radius: 5px;
    padding: 15px 10px;
  }
}
.companyPage_point_item img {
  display: block;
  max-width: 147px;
  width: 53%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .companyPage_point_item img {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_point_item img {
    max-width: 100px;
  }
}
.companyPage_point_item-main {
  font-size: clamp(16px, 0.879rem + 0.52vw, 24px);
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .companyPage_point_item-main {
    margin-top: 10px;
  }
}
.companyPage_point_item-text {
  font-size: clamp(14px, 0.845rem + 0.13vw, 16px);
  line-height: 1.4;
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .companyPage_point_item-text {
    margin-top: 5px;
    padding-top: 5px;
  }
}
.companyPage_point_bg {
  position: absolute;
  top: 2%;
  left: 1%;
  max-width: 393px;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .companyPage_point_bg {
    min-width: 220px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_point_bg {
    width: 35%;
    min-width: 200px;
    top: 7.6%;
  }
}
.companyPage_data {
  padding: 80px 0;
  background-color: #93B82E;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .companyPage_data {
    padding: 50px 0;
  }
}
.companyPage_data .section_title {
  margin-top: -140px;
}
@media screen and (max-width: 1024px) {
  .companyPage_data .section_title {
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data .section_title {
    margin-top: -80px;
  }
}
.companyPage_data_item {
  background-color: #fff;
  color: #262626;
  padding: 50px 60px 80px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_item {
    padding: 30px 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_item {
    padding: 20px 5px 40px;
    border-radius: 5px;
  }
}
.companyPage_data_item + .companyPage_data_item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .companyPage_data_item + .companyPage_data_item {
    margin-top: 30px;
  }
}
.companyPage_data_item-name {
  text-align: center;
  margin-bottom: 80px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_item-name {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_item-name {
    font-size: 18px;
  }
}
.companyPage_data_item-name span {
  display: block;
  font-size: 16px;
  color: #8C8C8C;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_item-name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_item-name span {
    font-size: 12px;
  }
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item {
  background-color: #E63C66;
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item:nth-child(1) {
  background-color: #E3B6BE;
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item:nth-child(2) {
  background-color: #E3AAB5;
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item:nth-child(3) {
  background-color: #E39FAB;
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item:nth-child(4) {
  background-color: #E394A2;
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item:nth-child(5) {
  background-color: #E38899;
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item:nth-child(6) {
  background-color: #E37D90;
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item:nth-child(7) {
  background-color: #E37186;
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item:nth-child(8) {
  background-color: #E3667D;
}
.companyPage_data_item-sales .companyPage_data_graph-Xaxis-item:nth-child(9) {
  background-color: #E35B74;
}
.companyPage_data_item-sales .companyPage_data_bg {
  max-width: 325px;
  min-width: 240px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .companyPage_data_item-sales .companyPage_data_bg {
    min-width: 160px;
  }
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item {
  background-color: #5163C9;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item:nth-child(1) {
  background-color: #C3C8E6;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item:nth-child(2) {
  background-color: #B6BDE0;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item:nth-child(3) {
  background-color: #A3A9CC;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item:nth-child(4) {
  background-color: #99A1CC;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item:nth-child(5) {
  background-color: #8F98CC;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item:nth-child(6) {
  background-color: #858FCC;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item:nth-child(7) {
  background-color: #7682C4;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item:nth-child(8) {
  background-color: #6C79C4;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item:nth-child(9) {
  background-color: #616FC2;
}
.companyPage_data_item-project .companyPage_data_graph-Xaxis-item-top strong {
  color: #5163C9;
}
.companyPage_data_item-project .companyPage_data_bg {
  max-width: 260px;
  width: 21%;
}
@media screen and (max-width: 768px) {
  .companyPage_data_item-project .companyPage_data_bg {
    min-width: 140px;
  }
}
.companyPage_data_graph {
  width: 100%;
  position: relative;
}
.companyPage_data_graph-Yaxis, .companyPage_data_graph-Xaxis, .companyPage_data_graph-info {
  font-size: 16px !important;
  color: #8C8C8C;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-Yaxis, .companyPage_data_graph-Xaxis, .companyPage_data_graph-info {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Yaxis, .companyPage_data_graph-Xaxis, .companyPage_data_graph-info {
    font-size: 10px !important;
  }
}
.companyPage_data_graph-Yaxis {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 55px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Yaxis {
    gap: 40px;
  }
}
.companyPage_data_graph-Yaxis-item {
  position: relative;
}
.companyPage_data_graph-Yaxis-item span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 1;
  width: 35px;
  text-align: right;
  padding-right: 15px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-Yaxis-item span {
    width: 28px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Yaxis-item span {
    width: 20px;
    padding-right: 5px;
  }
}
.companyPage_data_graph-Yaxis-item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.companyPage_data_graph-Yaxis-item:last-child::after {
  background-color: #8C8C8C;
}
.companyPage_data_graph-Xaxis {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-Xaxis {
    padding-left: 45px;
    padding-right: 30px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Xaxis {
    padding-left: 25px;
    padding-right: 22px;
    gap: 5px;
  }
}
.companyPage_data_graph-Xaxis-item {
  height: 0;
  background-color: #3FADB5;
  width: 10%;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Xaxis-item {
    max-width: 45px;
  }
}
.companyPage_data_graph-Xaxis-item:first-child {
  background-color: #ADD6D9;
}
.companyPage_data_graph-Xaxis-item:nth-child(2) {
  background-color: #99C9CC;
}
.companyPage_data_graph-Xaxis-item:nth-child(3) {
  background-color: #8FC8CC;
}
.companyPage_data_graph-Xaxis-item:nth-child(4) {
  background-color: #7CBBBF;
}
.companyPage_data_graph-Xaxis-item:nth-child(5) {
  background-color: #73BABF;
}
.companyPage_data_graph-Xaxis-item:nth-child(6) {
  background-color: #69BABF;
}
.companyPage_data_graph-Xaxis-item:nth-child(7) {
  background-color: #60B9BF;
}
.companyPage_data_graph-Xaxis-item:nth-child(8) {
  background-color: #54B3BA;
}
.companyPage_data_graph-Xaxis-item:nth-child(8) {
  background-color: #4AB3BA;
}
.companyPage_data_graph-Xaxis-item-top {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #262626;
  white-space: nowrap;
  display: none;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-Xaxis-item-top {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Xaxis-item-top {
    font-size: 8px;
    top: -15px;
  }
}
.companyPage_data_graph-Xaxis-item-top strong {
  font-size: 26px;
  font-weight: 600 !important;
  color: #3FADB5;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-Xaxis-item-top strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Xaxis-item-top strong {
    font-size: 12px;
    letter-spacing: -0.05rem;
  }
}
.companyPage_data_graph-Xaxis-item-bottom {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #8C8C8C;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-Xaxis-item-bottom {
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Xaxis-item-bottom {
    font-size: 10px !important;
    bottom: -18px;
  }
}
.companyPage_data_graph-Xaxis-item-comment {
  position: absolute;
  width: 275%;
  max-width: 220px;
  min-width: 150px;
  display: none;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-Xaxis-item-comment {
    width: 350%;
    max-width: 180px;
    min-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Xaxis-item-comment {
    top: -60px;
    max-width: 100px;
    min-width: 74px;
  }
}
.companyPage_data_graph-Xaxis-item-comment::before {
  content: "";
  display: block;
  height: calc(100% + 90px - 100%);
  width: 2px;
  background-color: #E63C66;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Xaxis-item-comment::before {
    width: 1px;
    height: calc(100% + 60px - 100%);
  }
}
.companyPage_data_graph-Xaxis-item-comment p {
  border: 2px solid #E63C66;
  background-color: #fff;
  border-radius: 5px;
  color: #E63C66;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 15px;
  box-sizing: border-box;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-Xaxis-item-comment p {
    font-size: 14px;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-Xaxis-item-comment p {
    font-size: 8px;
    padding: 3px 3px;
    border-width: 1px;
  }
}
.companyPage_data_graph-info {
  position: absolute;
  font-size: 13px !important;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-info {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-info {
    font-size: 8px !important;
  }
}
.companyPage_data_graph-info:first-child {
  width: 50px;
  top: -50px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-info:first-child {
    width: 38px;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-info:first-child {
    width: 25px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    top: -30px;
  }
}
.companyPage_data_graph-info:last-of-type {
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  bottom: -35px;
}
@media screen and (max-width: 1024px) {
  .companyPage_data_graph-info:last-of-type {
    bottom: -28px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_data_graph-info:last-of-type {
    bottom: -20px;
  }
}
.companyPage_data_bg {
  position: absolute;
  width: 18%;
  max-width: 222px;
  min-width: 160px;
  right: 0;
  bottom: -1px;
  transform: translateY(0) !important;
}
@media screen and (max-width: 768px) {
  .companyPage_data_bg {
    width: 10%;
    min-width: 120px;
  }
}
.companyPage_companyinfo {
  padding: 80px 0;
  background-color: #FF8B4D;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo {
    padding: 50px 0;
  }
}
.companyPage_companyinfo .mailAddress {
  display: inline-block;
  width: 7rem;
  margin-top: 2px;
}
.companyPage_companyinfo_contents {
  color: #262626;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_contents {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_contents {
    border-radius: 5px;
    padding: 0 10px 30px;
  }
}
.companyPage_companyinfo_list {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_list {
    font-size: 14px;
  }
}
.companyPage_companyinfo_list-item {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_list-item {
    flex-direction: column;
  }
}
.companyPage_companyinfo_list-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  text-align: center;
  border-bottom: 2px solid #E63C66;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_list-item-name {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_list-item-name {
    display: block;
    text-align: left;
    width: auto;
    border: none;
    color: #E63C66;
    padding-top: 15px;
  }
}
.companyPage_companyinfo_list-item-info {
  flex: 1;
  padding: 30px 0;
  padding-left: 30px;
  border-bottom: 2px solid #DDDDDD;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_list-item-info {
    padding: 25px 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_list-item-info {
    padding: 10px 0 15px;
    border-width: 1px;
    line-height: 1.5;
  }
}
.companyPage_companyinfo_list-item-info span {
  display: inline-block;
  width: 200px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 30;
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_list-item-info span {
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_list-item-info .pc {
    display: none;
  }
}
.companyPage_companyinfo_list-item-info a {
  color: #262626;
}
.companyPage_companyinfo_list-item-info a:hover {
  color: #5163C9;
}
.companyPage_companyinfo_list-item-addr span {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_list-item-addr span {
    font-weight: 500;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_list-item-addr p + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_list-item-addr p {
    line-height: 1.3;
  }
}
.companyPage_companyinfo_certification {
  background-color: #152382;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 50px 56px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_certification {
    padding: 30px 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_certification {
    padding: 20px 10px;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.companyPage_companyinfo_certification-text {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_certification-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_certification-text {
    max-width: 550px;
    margin: 0 auto;
  }
}
.companyPage_companyinfo_certification-img {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_certification-img {
    max-width: 550px;
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
  }
  .companyPage_companyinfo_certification-img img {
    width: 90%;
  }
}
.companyPage_companyinfo_certification-main {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_certification-main {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_certification-main {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_certification-info {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_certification-info {
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_certification-info br {
    display: none;
  }
}
.companyPage_companyinfo_certification-range {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .companyPage_companyinfo_certification-range {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_certification-range {
    margin-top: 15px;
  }
}
.companyPage_companyinfo_bg {
  position: absolute;
  top: -1%;
  left: -3%;
  max-width: 530px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .companyPage_companyinfo_bg {
    width: 39%;
    min-width: 150px;
    max-width: 250px;
    left: -5%;
  }
}
.companyPage_history {
  padding: 80px 0;
  background-color: #FFC547;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .companyPage_history {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_history .section_title {
    margin-bottom: 100px;
  }
}
.companyPage_history_inner {
  position: relative;
}
.companyPage_history_list {
  position: relative;
  padding-bottom: 80px;
  background-color: #FFC547;
}
@media screen and (max-width: 1024px) {
  .companyPage_history_list {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_history_list {
    padding-bottom: 40px;
  }
}
.companyPage_history_list::before, .companyPage_history_list::after {
  content: "";
  width: 10px;
  height: calc(100% - 80px);
  position: absolute;
  top: 0;
  left: 130px;
  background-color: #E63C66;
}
@media screen and (max-width: 1024px) {
  .companyPage_history_list::before, .companyPage_history_list::after {
    left: 78px;
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_history_list::before, .companyPage_history_list::after {
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
  }
}
.companyPage_history_list::after {
  background-color: transparent;
  height: 80px;
  top: auto;
  bottom: 0;
  background-image: linear-gradient(to top, #E63C66 20px, transparent 20px);
  background-size: 10px 30px;
  background-position: left bottom;
  background-repeat: repeat-y;
}
@media screen and (max-width: 1024px) {
  .companyPage_history_list::after {
    height: 78px;
    background-image: linear-gradient(to top, #E63C66 15px, transparent 15px);
    background-size: 8px 20px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_history_list::after {
    background-image: linear-gradient(to top, #E63C66 10px, transparent 10px);
    background-size: 6px 15px;
  }
}
.companyPage_history_item {
  display: flex;
  align-items: center;
  gap: 80px;
  background-color: #fff;
  border-radius: 10px;
  color: #262626;
  padding: 25px 100px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .companyPage_history_item {
    padding-left: 50px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_history_item {
    display: block;
    border-radius: 5px;
    padding: 20px 10px;
    padding-left: 2px;
    padding-top: 10px;
  }
}
.companyPage_history_item + .companyPage_history_item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .companyPage_history_item + .companyPage_history_item {
    margin-top: 20px;
  }
}
.companyPage_history_item-main-contents {
  display: flex;
  align-items: center;
  gap: 80px;
  font-size: clamp(16px, 0.909rem + 0.39vw, 22px);
}
@media screen and (max-width: 1024px) {
  .companyPage_history_item-main-contents {
    gap: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_history_item-main-contents {
    max-width: 600px;
    margin: 0 auto;
    align-items: flex-start;
    font-size: 14px;
    gap: 20px;
  }
}
.companyPage_history_item-main-contents + .companyPage_history_item-main-contents {
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .companyPage_history_item-main-contents + .companyPage_history_item-main-contents {
    margin-top: 5px;
  }
}
.companyPage_history_item-year {
  font-size: clamp(24px, 1.379rem + 0.52vw, 32px);
  font-weight: 600;
  color: #E63C66;
}
@media screen and (max-width: 1024px) {
  .companyPage_history_item-year {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_history_item-year {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.companyPage_history_item-month {
  width: 80px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .companyPage_history_item-month {
    width: 35px;
    font-weight: 500;
  }
}
.companyPage_history_item-info {
  flex: 1;
}
.companyPage_history_bg {
  position: absolute;
  width: 25%;
  max-width: 331px;
  top: -2%;
  right: 1%;
}
@media screen and (max-width: 1024px) {
  .companyPage_history_bg {
    top: 0;
    min-width: 230px;
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_history_bg {
    width: 25%;
    min-width: 200px;
    top: 5.5%;
  }
}
.companyPage_qualification-vehicle {
  padding: 80px 0;
  background-color: #93B82E;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .companyPage_qualification-vehicle {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_qualification .section_title {
    margin-bottom: 100px;
  }
}
.companyPage_qualification_inner {
  position: relative;
}
.companyPage_qualification_contents {
  background-color: #fff;
  color: #262626;
  padding: 70px 50px;
  padding-bottom: 50px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .companyPage_qualification_contents {
    padding: 40px 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_qualification_contents {
    padding: 5px 10px 10px;
    border-radius: 5px;
  }
}
.companyPage_qualification_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  font-size: clamp(16px, 0.75rem + 0.2vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .companyPage_qualification_list {
    gap: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_qualification_list {
    grid-template-columns: 1fr;
  }
}
.companyPage_qualification_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 1024px) {
  .companyPage_qualification_list_item {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_qualification_list_item {
    gap: 10px;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_qualification_list_item-name {
    flex: 1;
  }
}
.companyPage_qualification_list_item-num {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .companyPage_qualification_list_item-num {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.companyPage_qualification_note {
  font-size: 16px;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .companyPage_qualification_note {
    font-size: 14px;
    margin-top: 15px;
  }
}
.companyPage_qualification_bg {
  max-width: 302px;
  width: 21%;
  position: absolute;
  left: 3%;
  top: 1%;
}
@media screen and (max-width: 1024px) {
  .companyPage_qualification_bg {
    width: 28%;
    max-width: 240px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_qualification_bg {
    width: 48%;
    min-width: 165px;
    max-width: 230px;
    top: 3.5%;
    left: 1%;
  }
}
.companyPage_vehicle {
  margin-top: 180px;
}
@media screen and (max-width: 1024px) {
  .companyPage_vehicle {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_vehicle {
    margin-top: 50px;
  }
}
.companyPage_vehicle_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .companyPage_vehicle_contents {
    flex-direction: column;
    gap: 30px;
  }
}
.companyPage_vehicle_img {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .companyPage_vehicle_img {
    width: 100%;
  }
}
.companyPage_vehicle_img-wrapper {
  width: 100%;
  aspect-ratio: 1/1.333;
  border-radius: 10px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyPage_vehicle_img-wrapper {
    aspect-ratio: 1/0.699;
    max-width: 500px;
    border-radius: 5px;
  }
}
.companyPage_vehicle_img-wrapper picture {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.companyPage_vehicle_img-wrapper picture:first-child {
  opacity: 1;
}
.companyPage_vehicle_list {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .companyPage_vehicle_list {
    flex: auto;
    width: 100%;
  }
}
.companyPage_vehicle_list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(26px, 1.052rem + 0.89vw, 34px);
  padding: 25px 15px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  .companyPage_vehicle_list-item {
    padding: 18px 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_vehicle_list-item {
    font-size: 16px;
    border-width: 1px;
    padding: 18px 5px;
  }
}
.companyPage_vehicle_list-item:first-child {
  border-top: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .companyPage_vehicle_list-item:first-child {
    border-width: 1px;
  }
}
.companyPage_vehicle_list-item-name {
  font-weight: 600;
}
.companyPage_vehicle_list-item-num {
  font-weight: 600;
}
.companyPage_vehicle_list-item-num span {
  font-size: clamp(20px, 1.098rem + 0.65vw, 30px);
}
@media screen and (max-width: 1024px) {
  .companyPage_vehicle_list-item-num span {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_vehicle_list-item-num span {
    font-size: 14px;
  }
}
.companyPage_vehicle_bg {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .companyPage_vehicle_bg {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_vehicle_bg {
    margin-top: 50px;
  }
}
.companyPage_organization {
  padding: 80px 0;
  background-color: #44BEC7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .companyPage_organization {
    padding: 50px 0;
  }
}
.companyPage_organization_contents {
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .companyPage_organization_contents {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_organization_contents {
    gap: 10px;
    margin-top: 30px;
  }
}
.companyPage_organization_link {
  display: block;
}
.companyPage_organization_link:hover {
  opacity: 0.8;
}
.companyPage_organization_link-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .companyPage_organization_link-text {
    font-size: 11px;
    gap: 4px;
  }
}
.companyPage_organization_link-text::after {
  font-size: clamp(12px, 0.629rem + 0.52vw, 20px);
}
@media screen and (max-width: 768px) {
  .companyPage_organization_link-text::after {
    font-size: 10px;
  }
}
.companyPage_sdgs-faq {
  padding: 80px 0;
  background-color: #5163C9;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .companyPage_sdgs-faq {
    padding: 50px 0;
  }
}
.companyPage_sdgs_contents {
  color: #262626;
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 50px;
}
@media screen and (max-width: 1024px) {
  .companyPage_sdgs_contents {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_contents {
    padding: 15px 10px;
    border-radius: 5px;
  }
}
.companyPage_sdgs_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .companyPage_sdgs_item {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.companyPage_sdgs_item + .companyPage_sdgs_item {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item + .companyPage_sdgs_item {
    margin-top: 25px;
    padding-top: 15px;
  }
}
.companyPage_sdgs_item-text {
  width: 60%;
  font-size: clamp(14px, 0.784rem + 0.39vw, 20px);
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item-text {
    width: 100%;
  }
}
.companyPage_sdgs_item-text-main {
  font-size: clamp(18px, 0.973rem + 0.65vw, 28px);
  font-weight: 600;
  color: #E63C66;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item-text-main {
    font-size: 18px;
  }
}
.companyPage_sdgs_item-text-example {
  background-color: #FAF2F4;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item-text-example {
    padding: 8px;
  }
}
.companyPage_sdgs_item-text-example-title {
  font-weight: 600;
  position: relative;
  padding-left: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item-text-example-title {
    padding-left: 8px;
    margin-bottom: 3px;
  }
}
.companyPage_sdgs_item-text-example-title::before {
  content: "";
  width: 5px;
  height: 70%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E63C66;
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item-text-example-title::before {
    width: 3px;
  }
}
.companyPage_sdgs_item-text-example-text {
  font-size: clamp(14px, 0.814rem + 0.26vw, 18px);
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item-text-example-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
.companyPage_sdgs_item-img {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item-img {
    gap: 5px;
  }
}
.companyPage_sdgs_item-img img {
  max-width: 127px;
  min-width: 90px;
  aspect-ratio: 1/1;
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_item-img img {
    max-width: 100px;
    min-width: 60px;
    width: calc((100% - 15px) / 4);
  }
}
.companyPage_sdgs_bg {
  width: 21%;
  max-width: 411px;
  position: absolute;
  top: -2%;
  right: -2%;
}
@media screen and (max-width: 1024px) {
  .companyPage_sdgs_bg {
    top: -1%;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_sdgs_bg {
    top: -1.5%;
    right: -5%;
    width: 32%;
    max-width: 180px;
  }
}
.companyPage_faq {
  margin-top: 180px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .companyPage_faq {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_faq {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
.companyPage_faq_accordion {
  background-color: #5163C9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyPage_faq_accordion {
    margin-top: 180px;
  }
}
.companyPage_faq_accordion-item {
  background-color: #fff;
  color: #262626;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .companyPage_faq_accordion-item {
    border-radius: 5px;
  }
}
.companyPage_faq_accordion-item + .companyPage_faq_accordion-item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .companyPage_faq_accordion-item + .companyPage_faq_accordion-item {
    margin-top: 20px;
  }
}
.companyPage_faq_accordion-item.open .companyPage_faq_accordion-icon::before {
  transform: rotate(0);
}
.companyPage_faq_accordion-header, .companyPage_faq_accordion-inner {
  padding: 20px 50px;
}
@media screen and (max-width: 1024px) {
  .companyPage_faq_accordion-header, .companyPage_faq_accordion-inner {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_faq_accordion-header, .companyPage_faq_accordion-inner {
    padding: 15px 10px;
  }
}
.companyPage_faq_accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
  cursor: pointer;
}
.companyPage_faq_accordion-header-text {
  flex: 1;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .companyPage_faq_accordion-header-text {
    font-size: 16px;
  }
}
.companyPage_faq_accordion-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 25px;
  height: 4px;
  background: #202D80;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyPage_faq_accordion-icon {
    width: 20px;
    height: 3px;
  }
}
.companyPage_faq_accordion-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: all 0.4s;
}
.companyPage_faq_accordion-inner {
  display: none;
  padding-top: 0;
}
.companyPage_faq .container-md {
  position: relative;
}
.companyPage_faq_bg {
  position: absolute;
}
.companyPage_faq_bg-left {
  width: 22%;
  max-width: 314px;
  min-width: 220px;
  top: 44px;
  left: 5%;
}
@media screen and (max-width: 1024px) {
  .companyPage_faq_bg-left {
    left: 0;
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_faq_bg-left {
    min-width: 180px;
    top: 160px;
  }
}
.companyPage_faq_bg-right {
  width: 28%;
  max-width: 391px;
  min-width: 280px;
  top: -6px;
  right: 2%;
}
@media screen and (max-width: 1024px) {
  .companyPage_faq_bg-right {
    right: 0;
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .companyPage_faq_bg-right {
    min-width: 230px;
    top: 110px;
  }
}