@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
a,
article,
blockquote,
body,
caption,
dd,
div,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
li,
nav,
ol,
p,
pre,
section,
small,
span,
strong,
table,
td,
th,
tr,
ul,
figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom;
}

a,
small,
span,
strong {
  vertical-align: baseline;
}

article,
footer,
header,
nav,
section {
  display: block;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
th {
  font-style: normal;
}

:focus,
a:focus {
  outline: 0;
}

br {
  letter-spacing: normal;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

main img {
  height: auto;
  width: 100%;
}

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: block;
}
.pc.inline {
  display: inline;
}
.pc.flex {
  display: flex;
}

.sp {
  display: none;
}
.sp.inline {
  display: none;
}
.sp.flex {
  display: none;
}

.pad {
  display: none;
}

@media (max-width: 768px) {
  .pc_padL {
    display: none;
  }
}

@media (max-width: 768px) {
  .pad {
    display: block;
  }
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
  .pc.inline {
    display: none;
  }
  .pc.flex {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp.inline {
    display: inline;
  }
  .sp.flex {
    display: flex;
  }
}
#culture .photo_gallery {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 60px;
  overflow: hidden;
}
@media (max-width: 1040px) {
  #culture .photo_gallery {
    padding: 0 20px;
  }
}
#culture .deco {
  padding-bottom: 187px;
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/deco02.png);
  background-repeat: no-repeat;
  background-position: bottom right -17%;
  background-size: 50.8%;
}
@media (max-width: 1920px) {
  #culture .deco {
    padding-bottom: 9.7395833333vw;
  }
}
@media (max-width: 768px) {
  #culture .deco {
    background-size: 70%;
  }
}
#culture .photo_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 768px) {
  #culture .photo_wrap {
    margin-top: 40px;
  }
}
#culture .photo_item {
  width: 31.6%;
  margin-bottom: 1.6%;
}
@media (max-width: 768px) {
  #culture .photo_item {
    width: 49%;
  }
}
@media (max-width: 480px) {
  #culture .photo_item {
    width: 100%;
  }
}
#culture .office_tour {
  padding-bottom: 216px;
  margin-top: 140px;
}
@media (max-width: 1920px) {
  #culture .office_tour {
    margin-top: 7.2916666667vw;
    padding-bottom: 11.25vw;
  }
}
@media (max-width: 768px) {
  #culture .office_tour {
    margin-top: 80px;
  }
}
#culture .office_tour .recruit_page_title {
  width: 24%;
  text-align: right;
  min-width: 440px;
}
@media (max-width: 1040px) {
  #culture .office_tour .recruit_page_title {
    width: 100%;
    text-align: left;
    min-width: 0;
  }
}
#culture .slider {
  margin-bottom: 60px;
  width: 100%;
  margin: 86px auto 0;
}
@media (max-width: 1920px) {
  #culture .slider {
    margin: 4.4791666667vw auto 0;
  }
}
@media (max-width: 1040px) {
  #culture .slider {
    margin: 40px auto 0;
  }
}
#culture .caption {
  font-size: 18px;
  margin-top: 30px;
  line-height: 150%;
}
@media (max-width: 1040px) {
  #culture .caption {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #culture .caption {
    font-size: 14px;
  }
}
#culture .right {
  width: 39.2%;
  min-width: 500px;
  margin-top: 65px;
}
@media (max-width: 1040px) {
  #culture .right {
    width: 100%;
    min-width: 0;
  }
}
#culture .slick-dots li button:before {
  display: none;
}
#culture .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  margin: 0 3px;
  margin-bottom: 10px;
}
#culture .slick-dots li.slick-active button {
  background-color: #e60012;
}
#culture .slick-dots li button {
  line-height: 0;
  display: block;
  width: 40px;
  height: 4px;
  padding: 5px;
  cursor: pointer;
  background: #ccc;
}
#culture .slick-slide {
  height: auto;
  transform: scale(0.83);
  transition: all 0.3s;
  width: 100vw;
  max-width: 900px;
}
@media (max-width: 1040px) {
  #culture .slick-slide {
    transform: scale(1);
    max-width: 100%;
  }
}
#culture .slick-slide .caption {
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 1040px) {
  #culture .slick-slide .caption {
    padding: 0 20px;
  }
}
#culture .prev-arrow,
#culture .next-arrow {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/culture/arrow_prev.png);
  background-size: 100%;
  border-radius: 50%;
  margin: 0 auto;
  position: static;
  cursor: pointer;
}
#culture .next-arrow {
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/culture/arrow_next.png);
}
#culture .slick-prev:before,
#culture .slick-next:before {
  display: none;
}
#culture .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 140px;
  margin: 0 auto;
  position: relative;
}
#culture .slick-dotted.slick-slider {
  margin-bottom: 45px;
  padding-bottom: 30px;
}
#culture .slick-track {
  align-items: center;
  display: flex;
}
#culture .slick-initialized .slick-slide.slick-center {
  transform: scale(1);
}
#culture .slick-initialized .slick-slide.slick-center .caption {
  opacity: 1;
}

#our-team .right {
  width: 39.2%;
  margin-top: 66px;
  min-width: 600px;
}
@media (max-width: 1040px) {
  #our-team .right {
    width: 100%;
    min-width: 0;
  }
}
#our-team .left_item {
  max-width: 1920px;
  margin: 80px auto 0;
}
#our-team .left {
  min-width: 681px;
  text-align: right;
}
@media (max-width: 1040px) {
  #our-team .left {
    text-align: left;
  }
}
#our-team .interview {
  width: 100%;
  max-width: 1640px;
  margin: 80px auto 0;
  padding: 0 60px;
}
@media (max-width: 1040px) {
  #our-team .interview {
    padding: 0 20px;
  }
}
#our-team .note {
  width: 135px;
  margin-left: 2px;
}
#our-team .interview_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 74px;
}
#our-team .interview_list + .red_link {
  margin-top: 49px;
}
#our-team .interview_item {
  width: 31%;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #our-team .interview_item {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #our-team .interview_item {
    width: 100%;
    margin-bottom: 24px;
  }
}
#our-team .interview_item a:hover .interview_item_image::before {
  top: 0;
  left: 0;
}
#our-team .interview_item a:hover .interview_item_image::after {
  bottom: 0;
  right: 0;
}
#our-team .interview_item a:hover .interview_item_title,
#our-team .interview_item a:hover .interview_item_text,
#our-team .interview_item a:hover .interview_item_date {
  opacity: 0.6;
}
#our-team .interview_item_image {
  background-color: #e70012;
  width: 98.1%;
  margin-top: 10px;
  height: 252px;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 1640px) {
  #our-team .interview_item_image {
    height: 15.36vw;
  }
}
@media (max-width: 768px) {
  #our-team .interview_item_image {
    height: 23.3072916667vw;
  }
}
@media (max-width: 480px) {
  #our-team .interview_item_image {
    height: 46.6666666667vw;
  }
}
#our-team .interview_item_image::before {
  content: "";
  position: absolute;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  transition: 0.3s ease;
}
#our-team .interview_item_image::after {
  content: "";
  position: absolute;
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/our-team/arrow_square.png);
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 80px;
  bottom: 10px;
  right: 10px;
  transition: 0.3s ease;
}
@media (max-width: 1640px) {
  #our-team .interview_item_image::after {
    width: 4.87vw;
    height: 4.87vw;
  }
}
@media (max-width: 768px) {
  #our-team .interview_item_image::after {
    width: 8vw;
    height: 8vw;
  }
}
@media (max-width: 480px) {
  #our-team .interview_item_image::after {
    width: 14vw;
    height: 14vw;
  }
}
#our-team .interview_item_title {
  font-size: 24px;
  margin-top: 31px;
  line-height: 150%;
  transition: 0.3s ease;
}
@media (max-width: 1040px) {
  #our-team .interview_item_title {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  #our-team .interview_item_title {
    font-size: 18px;
  }
}
#our-team .interview_item_text p {
  line-height: 150%;
  font-size: 18px;
  margin-top: 20px;
  transition: 0.3s ease;
}
@media (max-width: 1040px) {
  #our-team .interview_item_text p {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  #our-team .interview_item_text p {
    font-size: 14px;
  }
}
#our-team .interview_item_date {
  font-size: 16px;
  margin-top: 14px;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  #our-team .interview_item_date {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #our-team .interview_item_date {
    font-size: 12px;
  }
}
#our-team .recruitment_video {
  width: 100%;
  max-width: 1640px;
  margin: 80px auto 0;
  padding: 0 60px;
}
@media (max-width: 1040px) {
  #our-team .recruitment_video {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  #our-team .recruitment_video {
    margin: 80px auto;
  }
}
#our-team .recruitment_video .title_wrap {
  padding: 0 0 41px 0;
}

#welfare .welfare_block,
#welfare .training_system {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#welfare .right {
  width: 41.5%;
  margin-top: 66px;
}
@media (max-width: 1040px) {
  #welfare .right {
    width: 100%;
    margin-top: 60px;
  }
}
#welfare .left_item {
  max-width: 1920px;
  margin: 91px auto 0;
}
#welfare .left {
  width: 34%;
  text-align: right;
  min-width: 600px;
}
@media (max-width: 1040px) {
  #welfare .left {
    width: 100%;
    min-width: 0;
    text-align: left;
  }
}
#welfare .center {
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 200%;
  margin-top: 40px;
}
@media (max-width: 1040px) {
  #welfare .center {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #welfare .center {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #welfare .center {
    font-size: 16px;
  }
}
#welfare .welfare_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#welfare .welfare_item {
  width: 23.7%;
  border: 3px solid #e70012;
  text-align: center;
  height: 289px;
  margin-bottom: 22px;
}
@media (max-width: 1340px) {
  #welfare .welfare_item {
    height: 21.56vw;
    margin-bottom: 1.64vw;
  }
}
@media (max-width: 768px) {
  #welfare .welfare_item {
    width: 31.7%;
    height: 29.9479166667vw;
    margin-bottom: 2.6041666667vw;
    border: 2px solid #e70012;
  }
}
@media (max-width: 480px) {
  #welfare .welfare_item {
    width: 48.4%;
    height: 44.375vw;
    margin-bottom: 3.3333333333vw;
  }
}
#welfare .welfare_item.big {
  width: 49.2%;
}
@media (max-width: 480px) {
  #welfare .welfare_item.big {
    height: auto;
    padding: 0 3.75vw 6.25vw 3.75vw;
  }
}
#welfare .welfare_item.big .red {
  color: #e70012;
}
@media (max-width: 768px) {
  #welfare .welfare_item.big {
    width: 65.6%;
  }
}
@media (max-width: 480px) {
  #welfare .welfare_item.big {
    width: 100%;
  }
}
#welfare .welfare_item.big .big_text {
  text-align: left;
  padding-left: 43px;
  font-size: 24px;
  line-height: 150%;
  margin-top: 20px;
}
@media (max-width: 1340px) {
  #welfare .welfare_item.big .big_text {
    font-size: 1.79vw;
    margin-top: 1.49vw;
    padding-left: 3.2vw;
  }
}
@media (max-width: 768px) {
  #welfare .welfare_item.big .big_text {
    font-size: 2.34375vw;
    margin-top: 2.0833333333vw;
    padding-left: 3.90625vw;
  }
}
@media (max-width: 480px) {
  #welfare .welfare_item.big .big_text {
    font-size: 3.5416666667vw;
    margin-top: 2.9166666667vw;
    padding-left: 0;
  }
}
#welfare .welfare_item.hide {
  display: none;
}
@media (max-width: 768px) {
  #welfare .welfare_item.hide {
    display: block;
  }
}
@media (max-width: 480px) {
  #welfare .welfare_item.hide {
    display: none;
  }
}
#welfare .welfare_item_title {
  font-size: 24px;
  margin-top: 28px;
}
@media (max-width: 1340px) {
  #welfare .welfare_item_title {
    font-size: 1.79vw;
    margin-top: 2.08vw;
  }
}
@media (max-width: 768px) {
  #welfare .welfare_item_title {
    font-size: 2.34375vw;
    margin-top: 3.90625vw;
  }
}
@media (max-width: 480px) {
  #welfare .welfare_item_title {
    font-size: 3.5416666667vw;
    margin-top: 6.25vw;
  }
}
#welfare .welfare_item_img {
  height: 47%;
  margin-top: 14%;
}
#welfare .training_system .title_wrap {
  margin-top: 93px;
}
#welfare .deco + .title_wrap {
  margin-top: 91px;
}
#welfare footer {
  margin-top: 100px;
}

@media (max-width: 1040px) {
  #business .title_wrap {
    padding: 0 20px 41px 0;
  }
}
#business .vision {
  margin-top: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  padding-top: 77px;
}
#business .visual {
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/business/comany_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 470px;
  position: relative;
}
@media (max-width: 1040px) {
  #business .visual {
    height: 45.1923076923vw;
  }
}
#business .visual img {
  width: 976px;
  right: -278px;
  position: absolute;
  top: -53px;
}
@media (max-width: 1920px) {
  #business .visual img {
    width: 50.8333333333vw;
    right: -14.4791666667vw;
    top: -2.7604166667vw;
  }
}
#business .visual_on {
  background-color: #fff;
  max-width: 1400px;
  width: 73%;
  right: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 1280px) {
  #business .visual_on {
    width: 84%;
  }
}
#business .visual_on .text01 {
  color: #e70012;
  text-align: center;
  font-family: "Koulen", serif;
  font-size: 43px;
  letter-spacing: 6px;
  margin-top: 43px;
}
@media (max-width: 1280px) {
  #business .visual_on .text01 {
    font-size: 3.359375vw;
  }
}
@media (max-width: 768px) {
  #business .visual_on .text01 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #business .visual_on .text01 {
    font-size: 5vw;
  }
}
#business .visual_on .text02 {
  font-size: 49px;
  font-weight: 900;
  margin-top: 18px;
  letter-spacing: 1px;
}
@media (max-width: 1280px) {
  #business .visual_on .text02 {
    font-size: 3.828125vw;
  }
}
@media (max-width: 768px) {
  #business .visual_on .text02 {
    line-height: 135%;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #business .visual_on .text02 {
    font-size: 6.25vw;
  }
}
#business .visual_on .main_color {
  color: #e70012;
}
#business .vision_wrap {
  padding: 110px 20px;
}
@media (max-width: 768px) {
  #business .vision_wrap {
    padding: 110px 20px 80px 20px;
  }
}
#business .vision_item_wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1661px;
  padding: 0 20px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #business .vision_item_wrap {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
#business .vision_item_wrap .vision_item {
  width: 31.6%;
}
@media (max-width: 768px) {
  #business .vision_item_wrap .vision_item {
    min-width: 39.0625vw;
    margin-bottom: 20px;
  }
  #business .vision_item_wrap .vision_item.last {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #business .vision_item_wrap .vision_item {
    width: 100%;
    margin-bottom: 40px;
  }
}
#business .vision_text {
  text-align: center;
  font-size: 22px;
  line-height: 200%;
  margin-top: 64px;
}
@media (max-width: 1280px) {
  #business .vision_text {
    font-size: 18px;
  }
}
@media (max-width: 1040px) {
  #business .vision_text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #business .vision_text {
    text-align: left;
  }
}
#business .vision_text + .vision_text {
  margin-top: 27px;
}
#business .business_base {
  margin-top: 120px;
  padding: 125px 20px 59px 20px;
}
@media (max-width: 768px) {
  #business .business_base {
    padding: 80px 20px 30px 20px;
  }
}
#business .business_base .recruit_page_title {
  position: relative;
  display: inline-block;
  width: 19%;
  min-width: 365px;
}
@media (max-width: 1040px) {
  #business .business_base .recruit_page_title {
    width: 100%;
    min-width: 0;
  }
}
#business .business_base .bg_white {
  background-color: #fff;
  max-width: 1600px;
  margin: 75px auto;
  padding: 53px 39px 31px 28px;
}
@media (max-width: 480px) {
  #business .business_base .bg_white {
    padding: 53px 0 31px 0;
  }
  #business .business_base .bg_white .text_wrap {
    padding: 0 20px;
  }
}
#business .business_base_wrap {
  display: flex;
  margin-top: 52px;
  justify-content: space-between;
}
@media (max-width: 1040px) {
  #business .business_base_wrap {
    flex-direction: column;
  }
}
#business .business_base_wrap .busuiness_map {
  flex-shrink: 0;
  width: 68.5%;
  margin-top: 7px;
}
@media (max-width: 1040px) {
  #business .business_base_wrap .busuiness_map {
    width: 100%;
  }
}
#business .text_wrap {
  width: 28.7%;
}
@media (max-width: 1040px) {
  #business .text_wrap {
    width: 100%;
    margin-top: 40px;
  }
}
#business .text_wrap .text {
  font-size: 19px;
  line-height: 178%;
}
@media (max-width: 1280px) {
  #business .text_wrap .text {
    font-size: 16px;
  }
}
#business .text_wrap .link {
  margin-top: 43px;
  display: block;
  max-width: 500px;
  margin: 43px auto 0;
}
#business .history {
  padding-top: 94px;
  padding-bottom: 116px;
}
#business .history_data {
  text-align: center;
  padding: 0 20px;
  margin-top: 38px;
}
@media (max-width: 1280px) {
  #business .history_data {
    overflow-x: scroll;
  }
}
#business .history_data img {
  max-width: 1620px;
}
@media (max-width: 1280px) {
  #business .history_data img {
    width: 1280px;
  }
}
#business .business_summary {
  padding-top: 95px;
}
#business .business_summary_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1540px;
  padding: 0 20px;
  margin: 57px auto 0;
  justify-content: space-between;
}
#business .business_summary_list .image {
  text-align: center;
}
#business .business_summary_list .image img {
  width: 56%;
}
@media (max-width: 768px) {
  #business .business_summary_list .image img {
    max-width: 200px;
  }
}
#business .business_summary_list .text {
  margin-top: 41px;
  font-size: 16px;
  line-height: 180%;
  text-align: left;
}
@media (max-width: 1280px) {
  #business .business_summary_list .text {
    margin-top: 2.34375vw;
  }
}
@media (max-width: 768px) {
  #business .business_summary_list .text {
    margin-top: 20px;
  }
}
#business .business_summary_item {
  width: 28.8%;
  margin-bottom: 79px;
}
@media (max-width: 1280px) {
  #business .business_summary_item {
    width: 31%;
  }
}
@media (max-width: 1040px) {
  #business .business_summary_item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  #business .business_summary_item {
    width: 100%;
  }
}

#organization .right {
  width: 52.2%;
  margin-top: 66px;
  min-width: 600px;
}
@media (max-width: 1040px) {
  #organization .right {
    width: 100%;
    min-width: 0;
  }
}
#organization .left {
  min-width: 649px;
  text-align: right;
}
@media (max-width: 1040px) {
  #organization .left {
    min-width: 0;
    text-align: left;
  }
}
#organization .organization_chart {
  padding: 20px 4px;
  width: 1640px;
  margin: 40px auto;
}
@media (max-width: 1640px) {
  #organization .organization_chart {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  #organization .organization_chart {
    overflow-x: scroll;
    width: 96%;
    padding: 20px 0;
  }
}
#organization .organization_chart .notice {
  font-size: 22px;
  list-style: 150%;
}
@media (max-width: 1040px) {
  #organization .organization_chart .notice {
    font-size: 16px;
  }
}
#organization .organization_chart .chart01 {
  display: flex;
  margin-top: 67px;
  width: 952px;
}
@media (max-width: 1640px) {
  #organization .organization_chart .chart01 {
    margin-top: 4.0853658537vw;
    width: 58.0487804878vw;
  }
}
@media (max-width: 1040px) {
  #organization .organization_chart .chart01 {
    width: 562px;
    margin-top: 37px;
  }
}
#organization .organization_chart .chart01 .chart_item + .chart_item {
  margin-left: 63px;
  position: relative;
}
@media (max-width: 1640px) {
  #organization .organization_chart .chart01 .chart_item + .chart_item {
    margin-left: 3.8414634146vw;
  }
}
@media (max-width: 1040px) {
  #organization .organization_chart .chart01 .chart_item + .chart_item {
    margin-left: 37px;
  }
}
#organization .organization_chart .chart01 .chart_item + .chart_item::before {
  content: "";
  width: 63px;
  height: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #3f3a39;
  left: -63px;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .organization_chart .chart01 .chart_item + .chart_item::before {
    width: 3.8414634146vw;
    left: -3.8414634146vw;
  }
}
@media (max-width: 1040px) {
  #organization .organization_chart .chart01 .chart_item + .chart_item::before {
    width: 36px;
    left: -36px;
  }
}
#organization .organization_chart .chart01 .chart01_item02 {
  position: relative;
}
#organization .organization_chart .chart01 .chart01_item02::after {
  content: "";
  width: 1px;
  height: 94px;
  right: 0;
  left: 0;
  top: 65px;
  position: absolute;
  background-color: #3f3a39;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .organization_chart .chart01 .chart01_item02::after {
    height: 5.7317073171vw;
    top: 3.9634146341vw;
  }
}
@media (max-width: 1040px) {
  #organization .organization_chart .chart01 .chart01_item02::after {
    height: 60px;
    top: 40px;
  }
}
#organization .organization_chart .chart_item {
  color: #fff;
  background-color: #e70012;
  font-size: 24px;
  padding: 21px 0;
  letter-spacing: 4px;
  width: 275px;
  text-align: center;
}
@media (max-width: 1640px) {
  #organization .organization_chart .chart_item {
    width: 16.7682926829vw;
    font-size: 1.4634146341vw;
    padding: 1.2804878049vw 0;
    letter-spacing: 0.243902439vw;
  }
}
@media (max-width: 1040px) {
  #organization .organization_chart .chart_item {
    width: 173px;
    padding: 13px 0;
    font-size: 15px;
    letter-spacing: 3px;
  }
}
#organization .chart_wrap {
  display: flex;
}
#organization .chart02 {
  margin-top: 57px;
}
@media (max-width: 1640px) {
  #organization .chart02 {
    margin-top: 3.4756097561vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart02 {
    margin-top: 36px;
  }
}
#organization .chart02 .chart_item {
  position: relative;
}
#organization .chart02 .chart_item::before {
  content: "";
  width: 1px;
  height: 57px;
  right: 0;
  left: 0;
  position: absolute;
  background-color: #3f3a39;
  top: -57px;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .chart02 .chart_item::before {
    height: 3.4756097561vw;
    top: -3.4756097561vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart02 .chart_item::before {
    height: 36px;
    top: -36px;
  }
}
#organization .chart03 {
  margin-left: 63px;
  margin-top: 91px;
  position: relative;
}
@media (max-width: 1640px) {
  #organization .chart03 {
    margin-left: 3.8414634146vw;
    margin-top: 5.5487804878vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart03 {
    margin-top: 60px;
    margin-left: 40px;
  }
}
#organization .chart03::before {
  content: "";
  width: 1px;
  height: 526px;
  top: 66px;
  position: absolute;
  background-color: #3f3a39;
  left: 38px;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .chart03::before {
    height: 32.0731707317vw;
    top: 4.0243902439vw;
    left: 2.3170731707vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart03::before {
    height: 328px;
    top: 41px;
    left: 23px;
  }
}
#organization .chart03::after {
  content: "";
  width: 882px;
  height: 1px;
  top: -46px;
  position: absolute;
  background-color: #3f3a39;
  left: 138px;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .chart03::after {
    width: 53.7804878049vw;
    top: -2.8048780488vw;
    left: 8.4146341463vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart03::after {
    width: 576px;
    top: -29px;
    left: 69px;
  }
}
#organization .chart03 .chart_item {
  background-color: #ea5404;
}
#organization .chart03 .chart_item + .chart_item {
  margin-top: 27px;
  margin-left: 106px;
  position: relative;
}
@media (max-width: 1640px) {
  #organization .chart03 .chart_item + .chart_item {
    margin-top: 1.6463414634vw;
    margin-left: 6.4634146341vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart03 .chart_item + .chart_item {
    margin-top: 17px;
    margin-left: 65px;
  }
}
#organization .chart03 .chart_item + .chart_item::before {
  content: "";
  width: 67px;
  height: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #3f3a39;
  left: -67px;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .chart03 .chart_item + .chart_item::before {
    width: 4.0853658537vw;
    left: -4.0853658537vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart03 .chart_item + .chart_item::before {
    width: 42px;
    left: -42px;
  }
}
#organization .chart04 {
  margin-left: 60px;
  margin-top: 91px;
  position: relative;
}
@media (max-width: 1640px) {
  #organization .chart04 {
    margin-left: 3.6585365854vw;
    margin-top: 5.5487804878vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart04 {
    margin-top: 57px;
    margin-left: 38px;
  }
}
#organization .chart04::before {
  content: "";
  width: 1px;
  height: 158px;
  top: 66px;
  position: absolute;
  background-color: #3f3a39;
  left: 38px;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .chart04::before {
    height: 9.6341463415vw;
    top: 4.0243902439vw;
    left: 2.3170731707vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart04::before {
    height: 100px;
    top: 41px;
    left: 23px;
  }
}
#organization .chart04::after {
  content: "";
  width: 1;
  height: 48px;
  top: -46px;
  position: absolute;
  background-color: #3f3a39;
  margin: auto;
  right: 0;
  left: 0;
}
@media (max-width: 1640px) {
  #organization .chart04::after {
    height: 2.9268292683vw;
    top: -2.8048780488vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart04::after {
    height: 26px;
    top: -26px;
  }
}
#organization .chart04 .chart_item {
  letter-spacing: 0px;
  background-color: #f08200;
  padding: 21px 25px 21px 0;
}
@media (max-width: 1640px) {
  #organization .chart04 .chart_item {
    padding: 1.2804878049vw 1.5243902439vw 1.2804878049vw 0;
  }
}
@media (max-width: 1040px) {
  #organization .chart04 .chart_item {
    padding: 13px 16px 13px 0;
  }
}
#organization .chart04 .chart_item + .chart_item {
  margin-top: 29px;
  margin-left: 106px;
  position: relative;
}
@media (max-width: 1640px) {
  #organization .chart04 .chart_item + .chart_item {
    margin-top: 1.7682926829vw;
    margin-left: 6.4634146341vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart04 .chart_item + .chart_item {
    margin-top: 19px;
    margin-left: 61px;
  }
}
#organization .chart04 .chart_item + .chart_item::before {
  content: "";
  width: 67px;
  height: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #3f3a39;
  left: -67px;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .chart04 .chart_item + .chart_item::before {
    width: 4.0853658537vw;
    left: -4.0853658537vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart04 .chart_item + .chart_item::before {
    width: 36px;
    left: -36px;
  }
}
#organization .chart04 .chart04_item01 {
  width: 380px;
}
@media (max-width: 1640px) {
  #organization .chart04 .chart04_item01 {
    width: 23.1707317073vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart04 .chart04_item01 {
    width: 241px;
  }
}
#organization .chart05 {
  margin-left: 60px;
  margin-top: 91px;
  position: relative;
}
@media (max-width: 1640px) {
  #organization .chart05 {
    margin-left: 3.6585365854vw;
    margin-top: 5.5487804878vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart05 {
    margin-top: 57px;
    margin-left: 38px;
  }
}
#organization .chart05::before {
  content: "";
  width: 1px;
  height: 253px;
  top: 66px;
  position: absolute;
  background-color: #3f3a39;
  left: 38px;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .chart05::before {
    height: 15.4268292683vw;
    top: 4.0243902439vw;
    left: 2.3170731707vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart05::before {
    height: 160px;
    top: 41px;
    left: 24px;
  }
}
#organization .chart05::after {
  content: "";
  width: 1;
  height: 48px;
  top: -46px;
  position: absolute;
  background-color: #3f3a39;
  margin: auto;
  left: 137px;
}
@media (max-width: 1640px) {
  #organization .chart05::after {
    height: 2.9268292683vw;
    top: -2.8048780488vw;
    left: 8.3536585366vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart05::after {
    height: 26px;
    top: -26px;
    left: 89px;
  }
}
#organization .chart05 .chart_item {
  background-color: #108ccf;
}
#organization .chart05 .chart_item + .chart_item {
  margin-top: 29px;
  margin-left: 106px;
  position: relative;
}
@media (max-width: 1640px) {
  #organization .chart05 .chart_item + .chart_item {
    margin-top: 1.7682926829vw;
    margin-left: 6.4634146341vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart05 .chart_item + .chart_item {
    margin-top: 19px;
    margin-left: 61px;
  }
}
#organization .chart05 .chart_item + .chart_item::before {
  content: "";
  width: 67px;
  height: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #3f3a39;
  left: -67px;
  margin: auto;
}
@media (max-width: 1640px) {
  #organization .chart05 .chart_item + .chart_item::before {
    width: 4.0853658537vw;
    left: -4.0853658537vw;
  }
}
@media (max-width: 1040px) {
  #organization .chart05 .chart_item + .chart_item::before {
    width: 36px;
    left: -36px;
  }
}
#organization .modal_open {
  cursor: pointer;
  position: relative;
}
#organization .modal_open .modal_link {
  color: #fff;
  transition: 0.3s ease;
}
#organization .modal_open .modal_link::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
}
@media (max-width: 1640px) {
  #organization .modal_open .modal_link::before {
    width: 0.9756097561vw;
    height: 0.1219512195vw;
    right: 1.2804878049vw;
  }
}
@media (max-width: 1040px) {
  #organization .modal_open .modal_link::before {
    width: 10px;
    height: 1px;
    right: 14px;
  }
}
#organization .modal_open .modal_link::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #fff;
  right: 28px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
}
@media (max-width: 1640px) {
  #organization .modal_open .modal_link::after {
    width: 0.1219512195vw;
    height: 0.9756097561vw;
    right: 1.7073170732vw;
  }
}
@media (max-width: 1040px) {
  #organization .modal_open .modal_link::after {
    width: 1px;
    height: 10px;
    right: 18px;
  }
}
#organization .modal_open:hover .modal_link::before {
  transform: rotate(90deg);
}
#organization .modal_open:hover .modal_link::after {
  transform: rotate(90deg);
}
#organization .shadow_text {
  margin-top: 43px;
  font-size: 24px;
  font-weight: bold;
  padding: 16px 27px 29px 32px;
  line-height: 142%;
  letter-spacing: -1px;
  background-color: #d5d3da;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 480px) {
  #organization .shadow_text {
    margin-top: 24px;
  }
}
#organization .shadow_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: -8px;
  left: 8px;
  z-index: -1;
}
#organization .modal .box.n1 .cont01 .txt small b {
  margin-left: 6px;
  font-weight: 900;
}
#organization .modal .box.n1 .cont01 > div {
  order: 1;
  position: absolute;
  right: 8%;
}
@media (max-width: 639px) {
  #organization .modal .box.n1 .cont01 > div {
    right: 0;
  }
}
#organization .modal .modal_wrap .box .cont01 .inr {
  background: rgba(244, 244, 244, 0.9);
}
#organization .modal .modal_wrap .box.n1 .cont01 .inr {
  padding: 0;
  background: transparent;
}
#organization .modal .box.n1 .cont01 h3 {
  font-family: "Koulen", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #organization .cont01 + .cont01 {
    margin-top: 40px;
  }
}
#organization .job {
  padding-top: 95px;
  background-image: url("https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/organization/interview.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 320px;
  position: relative;
}
@media (max-width: 768px) {
  #organization .job {
    background-size: 183%;
    background-position: bottom right;
    padding-bottom: 74.21875vw;
  }
}
#organization .job_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1540px;
  padding: 0 20px;
  margin: 57px auto 0;
  justify-content: space-between;
}
#organization .job_list .image {
  text-align: center;
}
#organization .job_list .image img {
  width: 56%;
}
@media (max-width: 768px) {
  #organization .job_list .image img {
    max-width: 200px;
  }
}
#organization .job_list .text {
  margin-top: 41px;
  font-size: 16px;
  line-height: 180%;
  text-align: left;
}
@media (max-width: 1280px) {
  #organization .job_list .text {
    margin-top: 2.34375vw;
  }
}
@media (max-width: 768px) {
  #organization .job_list .text {
    margin-top: 20px;
  }
}
#organization .job_item {
  width: 28.8%;
  margin-bottom: 79px;
}
@media (max-width: 1280px) {
  #organization .job_item {
    width: 31%;
  }
}
@media (max-width: 1040px) {
  #organization .job_item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  #organization .job_item {
    width: 100%;
  }
}
#organization .interview_link {
  width: 417px;
  position: absolute;
  right: -451px;
  left: 0;
  bottom: -103px;
  margin: auto;
}
#organization .interview_link:hover .arrow {
  left: -15px;
}
@media (max-width: 1920px) {
  #organization .interview_link:hover .arrow {
    left: 1.3020833333vw;
  }
}
@media (max-width: 1280px) {
  #organization .interview_link:hover .arrow {
    left: 3.4375vw;
  }
}
@media (max-width: 768px) {
  #organization .interview_link:hover .arrow {
    left: 2.0833333333vw;
  }
}
@media (max-width: 1920px) {
  #organization .interview_link {
    width: 21.71875vw;
    height: 16.875vw;
    right: -23.4895833333vw;
    bottom: -5.3645833333vw;
  }
}
@media (max-width: 1280px) {
  #organization .interview_link {
    width: 23.125vw;
    height: 20.390625vw;
  }
}
@media (max-width: 768px) {
  #organization .interview_link {
    width: 33.8541666667vw;
    height: 26.0416666667vw;
    right: 48.1770833333vw;
    bottom: 4.0364583333vw;
  }
}
#organization .interview_link .arrow {
  position: absolute;
  left: -35px;
  bottom: 113px;
  transition: 0.3s ease;
}
@media (max-width: 1920px) {
  #organization .interview_link .arrow {
    width: 16.1458333333vw;
    bottom: 5.8854166667vw;
    left: 0.2604166667vw;
  }
}
@media (max-width: 1280px) {
  #organization .interview_link .arrow {
    width: 17.8125vw;
    bottom: 6.953125vw;
    left: 1.875vw;
  }
}
@media (max-width: 768px) {
  #organization .interview_link .arrow {
    bottom: 7.5520833333vw;
    left: 0;
    width: 26.0416666667vw;
  }
}
#organization footer {
  margin-top: 200px;
}

#data #data_list {
  position: relative;
}
#data #data_list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 93.5%;
  background-color: #eee;
  bottom: 0;
}
@media (max-width: 480px) {
  #data #data_list::before {
    height: 95.5%;
  }
}
#data .right {
  width: 39.1%;
  margin-top: 69px;
}
@media (max-width: 1040px) {
  #data .right {
    width: 100%;
  }
}
#data .data_list_wrap {
  max-width: 1640px;
  width: 100%;
  padding: 0 20px 82px 0;
  margin: 62px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1640px) {
  #data .data_list_wrap {
    max-width: 100vw;
    padding: 0 1.2195121951vw 5vw 0;
    margin: 3.7804878049vw auto 0;
  }
}
@media (max-width: 480px) {
  #data .data_list_wrap {
    padding: 0 20px;
  }
}
#data .data_item {
  background-color: #fff;
  width: 459px;
  height: 459px;
  display: flex;
  align-items: center;
  padding-top: 31px;
  position: relative;
  border: 3px solid #e70012;
  flex-direction: column;
  margin-bottom: 34px;
}
@media (max-width: 1640px) {
  #data .data_item {
    width: 27.987804878vw;
    height: 27.987804878vw;
    padding-top: 1.8902439024vw;
    margin-bottom: 0.7926829268vw;
  }
}
@media (max-width: 768px) {
  #data .data_item {
    width: 41.015625vw;
    height: 41.015625vw;
  }
  #data .data_item:nth-child(odd) {
    margin: 0 3.125vw 3.125vw 0 !important;
  }
}
@media (max-width: 480px) {
  #data .data_item {
    width: 82.5vw;
    height: 82.5vw;
    padding-top: 5.625vw;
    margin-bottom: 18px;
  }
  #data .data_item:nth-child(odd) {
    margin: 0 0 24px 0 !important;
  }
}
#data .data_item:nth-child(3n-1) {
  margin: 0 55px 55px 55px;
}
@media (max-width: 1640px) {
  #data .data_item:nth-child(3n-1) {
    margin: 0 3.3536585366vw 3.3536585366vw 3.3536585366vw;
  }
}
@media (max-width: 768px) {
  #data .data_item:nth-child(3n-1) {
    margin: 0 0 3.125vw 0;
  }
}
@media (max-width: 480px) {
  #data .data_item:nth-child(3n-1) {
    margin: 0 0 20px 0;
  }
}
#data .graph_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#data .date_name {
  font-size: 27px;
}
@media (max-width: 1640px) {
  #data .date_name {
    font-size: 1.6463414634vw;
  }
}
@media (max-width: 768px) {
  #data .date_name {
    font-size: 2.4739583333vw;
  }
}
@media (max-width: 480px) {
  #data .date_name {
    font-size: 5vw;
  }
}
#data .date_name.date_name_circle {
  margin-bottom: 90px;
}
@media (max-width: 1640px) {
  #data .date_name.date_name_circle {
    margin-bottom: 5.487804878vw;
  }
}
@media (max-width: 768px) {
  #data .date_name.date_name_circle {
    margin-bottom: 10.4166666667vw;
  }
}
@media (max-width: 480px) {
  #data .date_name.date_name_circle {
    margin-bottom: 16.0416666667vw;
  }
}
#data .pieChartArea li {
  list-style: none;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2 !important;
  position: absolute;
}
@media (max-width: 1640px) {
  #data .pieChartArea li {
    font-size: 1.0365853659vw;
  }
}
@media (max-width: 768px) {
  #data .pieChartArea li {
    font-size: 1.6927083333vw;
  }
}
@media (max-width: 480px) {
  #data .pieChartArea li {
    font-size: 3.125vw;
  }
}
#data .pieChartArea li span {
  font-size: 31px;
  letter-spacing: 0;
  font-weight: 100;
}
@media (max-width: 1640px) {
  #data .pieChartArea li span {
    font-size: 1.8902439024vw;
  }
}
@media (max-width: 768px) {
  #data .pieChartArea li span {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 480px) {
  #data .pieChartArea li span {
    font-size: 5.625vw;
  }
}
#data .pieChartArea02 li span {
  font-size: 43px;
  margin-left: 2px;
}
@media (max-width: 1640px) {
  #data .pieChartArea02 li span {
    font-size: 2.6219512195vw;
    margin-left: 0.1219512195vw;
  }
}
@media (max-width: 768px) {
  #data .pieChartArea02 li span {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 480px) {
  #data .pieChartArea02 li span {
    font-size: 7.7083333333vw;
  }
}
#data .pieChartArea02 li:nth-child(1) span {
  font-size: 56px;
}
@media (max-width: 1640px) {
  #data .pieChartArea02 li:nth-child(1) span {
    font-size: 3.4146341463vw;
  }
}
@media (max-width: 768px) {
  #data .pieChartArea02 li:nth-child(1) span {
    font-size: 5.3385416667vw;
  }
}
@media (max-width: 480px) {
  #data .pieChartArea02 li:nth-child(1) span {
    font-size: 10vw;
  }
}
#data .pieChartArea li strong {
  padding: 0;
  display: block;
  background: none;
  color: #fff;
}
#data .pieChartArea li strong span {
  color: #fff;
}
#data .circle {
  display: inline-block;
  transform: scale(0.93) rotate(-90deg);
}
#data .circle .type {
  fill: transparent;
  stroke-width: 100;
}
#data .circle .type1 {
  stroke: #fff;
}
#data .circle .type1.active {
  stroke: #28c8d2;
}
#data .circle .type2 {
  stroke: #fff;
}
#data .circle .type2.active {
  stroke: #ffaa00;
}
#data .circle .type3 {
  stroke: #fff;
}
#data .circle .type3.active {
  stroke: #ff7800;
}
#data .circle .type4 {
  stroke: #fff;
}
#data .circle .type4.active {
  stroke: #ff0000;
}
#data .circle .type5 {
  stroke: #fff;
}
#data .circle .type5.active {
  stroke: #28c87d;
}
#data .circle .type6 {
  stroke: #fff;
}
#data .circle .type6.active {
  stroke: #7864d2;
}
#data .circle .type7 {
  stroke: #fff;
}
#data .circle .type7.active {
  stroke: #2841b9;
}
#data .circle .type8 {
  stroke: #fff;
}
#data .circle .type8.active {
  stroke: #287dd2;
}
#data .circle .type9 {
  stroke: #fff;
}
#data .circle .type9.active {
  stroke: #aaa;
}
#data .c-transparent-item li {
  color: #222;
}
#data .c-transparent-item li span {
  font-family: "Koulen", sans-serif;
}
#data .c-transparent-item li:nth-child(1) strong, #data .c-transparent-item li:nth-child(1) span {
  color: #28c8d2;
}
#data .c-transparent-item li:nth-child(2) strong, #data .c-transparent-item li:nth-child(2) span {
  color: #ffaa00;
}
#data .c-transparent-item li:nth-child(3) strong, #data .c-transparent-item li:nth-child(3) span {
  color: #ff7800;
}
#data .c-transparent-item li:nth-child(4) strong, #data .c-transparent-item li:nth-child(4) span {
  color: #ff0000;
}
#data .c-transparent-item li:nth-child(5) strong, #data .c-transparent-item li:nth-child(5) span {
  color: #28c87d;
}
#data .c-transparent-item li:nth-child(6) strong, #data .c-transparent-item li:nth-child(6) span {
  color: #7864d2;
}
#data .c-transparent-item li:nth-child(7) strong, #data .c-transparent-item li:nth-child(7) span {
  color: #2841b9;
}
#data .c-transparent-item li:nth-child(8) strong, #data .c-transparent-item li:nth-child(8) span {
  color: #287dd2;
}
#data .c-transparent-item li:nth-child(9) strong, #data .c-transparent-item li:nth-child(9) span {
  color: #aaa;
}
#data .circle {
  width: 252px;
  height: 252px;
}
@media (max-width: 1640px) {
  #data .circle {
    width: 15.3658536585vw;
    height: 15.3658536585vw;
  }
}
@media (max-width: 768px) {
  #data .circle {
    width: 22.1354166667vw;
    height: 22.1354166667vw;
  }
}
@media (max-width: 480px) {
  #data .circle {
    width: 42.2916666667vw;
    height: 42.2916666667vw;
  }
}
#data .circle .gender_type1 {
  stroke: #ff0000;
}
#data .circle .gender_type2 {
  stroke: #ffaab4;
}
#data .pieChartArea02 .c-transparent-item li:nth-child(1) strong, #data .pieChartArea02 .c-transparent-item li:nth-child(1) span {
  color: #ff0000;
}
#data .pieChartArea02 .c-transparent-item li:nth-child(2) strong, #data .pieChartArea02 .c-transparent-item li:nth-child(2) span {
  color: #ffaab4;
}
#data .bar-graph-wrap01 {
  position: relative;
}
#data .bar-graph-wrap01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 31px;
  background-color: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 20;
}
@media (max-width: 1640px) {
  #data .bar-graph-wrap01::before {
    height: 1.8902439024vw;
  }
}
@media (max-width: 768px) {
  #data .bar-graph-wrap01::before {
    height: 2.8645833333vw;
  }
}
@media (max-width: 480px) {
  #data .bar-graph-wrap01::before {
    height: 5.4166666667vw;
  }
}
#data .bar-graph-wrap01.vertical .graph.active {
  animation: graphAnim02 0.6s forwards;
}
#data .bar-graph-wrap02.vertical .graph.active {
  animation: graphAnim03 0.6s forwards;
}
@keyframes graphAnim02 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes graphAnim03 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
#data .graph_info {
  position: absolute;
  top: -59px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
@media (max-width: 1640px) {
  #data .graph_info {
    top: -3.5975609756vw;
    width: 3.2926829268vw;
  }
}
@media (max-width: 768px) {
  #data .graph_info {
    top: -5.2083333333vw;
    width: 5.3385416667vw;
  }
}
@media (max-width: 480px) {
  #data .graph_info {
    top: -10.4166666667vw;
    width: 10vw;
  }
}
#data .graph_info .name {
  color: #222;
  display: block;
  font-size: 14px;
}
@media (max-width: 1640px) {
  #data .graph_info .name {
    font-size: 0.8536585366vw;
  }
}
@media (max-width: 768px) {
  #data .graph_info .name {
    font-size: 1.4322916667vw;
  }
}
@media (max-width: 480px) {
  #data .graph_info .name {
    font-size: 2.5vw;
  }
}
#data .graph_info .number {
  font-size: 32px;
  margin-top: 3px;
  display: block;
  font-weight: 400;
  font-family: "Koulen", sans-serif;
  margin-left: 6px;
}
@media (max-width: 1640px) {
  #data .graph_info .number {
    font-size: 1.9512195122vw;
    margin-top: 0.1829268293vw;
    margin-left: 0.3658536585vw;
  }
}
@media (max-width: 768px) {
  #data .graph_info .number {
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 480px) {
  #data .graph_info .number {
    font-size: 5.625vw;
  }
}
#data .graph_info .parsent {
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 1640px) {
  #data .graph_info .parsent {
    font-size: 1.1585365854vw;
  }
}
@media (max-width: 768px) {
  #data .graph_info .parsent {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 480px) {
  #data .graph_info .parsent {
    font-size: 3.3333333333vw;
  }
}
#data .bar-graph-wrap01 .graph:nth-of-type(1) {
  top: 15%;
  background: #ff0000;
  left: 7%;
  top: auto;
}
#data .bar-graph-wrap01 .graph:nth-of-type(1) .number, #data .bar-graph-wrap01 .graph:nth-of-type(1) .parsent {
  color: #ff0000;
}
#data .bar-graph-wrap01 .graph:nth-of-type(2) {
  bottom: 0;
  margin: auto;
  background: #ff7800;
  left: 17%;
  top: auto;
}
#data .bar-graph-wrap01 .graph:nth-of-type(2) .number, #data .bar-graph-wrap01 .graph:nth-of-type(2) .parsent {
  color: #ff7800;
}
#data .bar-graph-wrap01 .graph:nth-of-type(3) {
  bottom: 15%;
  background: #ffaa00;
  left: 27%;
}
#data .bar-graph-wrap01 .graph:nth-of-type(3) .number, #data .bar-graph-wrap01 .graph:nth-of-type(3) .parsent {
  color: #ffaa00;
}
#data .bar-graph-wrap01 .graph:nth-of-type(4) {
  bottom: 15%;
  background: #28c87d;
  left: 37%;
}
#data .bar-graph-wrap01 .graph:nth-of-type(4) .number, #data .bar-graph-wrap01 .graph:nth-of-type(4) .parsent {
  color: #28c87d;
}
#data .bar-graph-wrap01 .graph:nth-of-type(5) {
  bottom: 15%;
  background: #28c8d2;
  left: 47%;
}
#data .bar-graph-wrap01 .graph:nth-of-type(5) .number, #data .bar-graph-wrap01 .graph:nth-of-type(5) .parsent {
  color: #28c8d2;
}
#data .bar-graph-wrap01 .graph:nth-of-type(6) {
  bottom: 15%;
  background: #287dd2;
  left: 57%;
}
#data .bar-graph-wrap01 .graph:nth-of-type(6) .number, #data .bar-graph-wrap01 .graph:nth-of-type(6) .parsent {
  color: #287dd2;
}
#data .bar-graph-wrap01 .graph:nth-of-type(7) {
  bottom: 15%;
  background: #2841b9;
  left: 67%;
}
#data .bar-graph-wrap01 .graph:nth-of-type(7) .number, #data .bar-graph-wrap01 .graph:nth-of-type(7) .parsent {
  color: #2841b9;
}
#data .bar-graph-wrap01 .graph:nth-of-type(8) {
  bottom: 15%;
  background: #7864d2;
  left: 77%;
}
#data .bar-graph-wrap01 .graph:nth-of-type(8) .number, #data .bar-graph-wrap01 .graph:nth-of-type(8) .parsent {
  color: #7864d2;
}
#data .bar-graph-wrap01 .graph:nth-of-type(9) {
  bottom: 15%;
  background: #aaaaaa;
  left: 87%;
}
#data .bar-graph-wrap01 .graph:nth-of-type(9) .number, #data .bar-graph-wrap01 .graph:nth-of-type(9) .parsent {
  color: #aaaaaa;
}
#data .bar-graph-wrap01.vertical .graph {
  width: 31px;
  bottom: 31px;
  flex-direction: column-reverse;
}
@media (max-width: 1640px) {
  #data .bar-graph-wrap01.vertical .graph {
    width: 1.8902439024vw;
    bottom: 1.8902439024vw;
  }
}
@media (max-width: 768px) {
  #data .bar-graph-wrap01.vertical .graph {
    width: 2.8645833333vw;
    bottom: 2.8645833333vw;
  }
}
@media (max-width: 480px) {
  #data .bar-graph-wrap01.vertical .graph {
    width: 5.4166666667vw;
    bottom: 5.4166666667vw;
  }
}
#data .bar-graph-wrap01 {
  position: relative;
  overflow: hidden;
}
#data .bar-graph-wrap01 .graph {
  height: 45px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  animation: graphAnim 1s forwards;
}
@media (max-width: 1640px) {
  #data .bar-graph-wrap01 .graph {
    height: 2.743902439vw;
    padding: 0.6097560976vw;
  }
}
#data .zaiseki {
  display: flex;
  align-items: flex-end;
  text-align: center;
}
#data .zaiseki_text {
  font-size: 135px;
  font-weight: 100;
  font-family: "Koulen", sans-serif;
  color: #ff0000;
}
@media (max-width: 1640px) {
  #data .zaiseki_text {
    font-size: 8.2317073171vw;
  }
}
@media (max-width: 768px) {
  #data .zaiseki_text {
    font-size: 12.7604166667vw;
  }
}
@media (max-width: 480px) {
  #data .zaiseki_text {
    font-size: 24.375vw;
  }
}
#data .year {
  font-size: 43px;
  font-weight: 500;
  color: #ff0000;
  line-height: 198%;
  margin-left: 4px;
}
@media (max-width: 1640px) {
  #data .year {
    font-size: 2.6219512195vw;
    margin-left: 0.243902439vw;
  }
}
@media (max-width: 768px) {
  #data .year {
    font-size: 4.0364583333vw;
  }
}
@media (max-width: 480px) {
  #data .year {
    font-size: 7.9166666667vw;
  }
}
#data .countup .date_name {
  margin-bottom: 114px;
}
@media (max-width: 1640px) {
  #data .countup .date_name {
    margin-bottom: 6.9512195122vw;
  }
}
@media (max-width: 768px) {
  #data .countup .date_name {
    margin-bottom: 10.9375vw;
  }
}
@media (max-width: 480px) {
  #data .countup .date_name {
    margin-bottom: 20.2083333333vw;
  }
}
#data .bar-graph-wrap02 {
  position: relative;
}
#data .bar-graph-wrap02::before {
  content: "";
  position: absolute;
  width: 21%;
  height: 100%;
  background-color: #fff;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 20;
}
#data .bar-graph-wrap02 .graph_info {
  top: auto;
  right: -15px;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(100%);
  display: flex;
  align-items: center;
}
@media (max-width: 1640px) {
  #data .bar-graph-wrap02 .graph_info {
    right: -0.9146341463vw;
  }
}
@media (max-width: 480px) {
  #data .bar-graph-wrap02 .graph_info {
    right: -2.7083333333vw;
  }
}
#data .bar-graph-wrap02 .graph_info .name {
  color: #ff0000;
  display: block;
  font-size: 19px;
}
@media (max-width: 1640px) {
  #data .bar-graph-wrap02 .graph_info .name {
    font-size: 1.1585365854vw;
  }
}
@media (max-width: 768px) {
  #data .bar-graph-wrap02 .graph_info .name {
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 480px) {
  #data .bar-graph-wrap02 .graph_info .name {
    font-size: 3.3333333333vw;
  }
}
#data .bar-graph-wrap02 .graph_info .number {
  display: block;
}
#data .bar-graph-wrap02 {
  position: relative;
  overflow: hidden;
}
#data .bar-graph-wrap02 .graph {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: graphAnim 1s forwards;
  background: #ff0000;
  left: 21%;
  height: 45px;
  right: auto;
}
#data .bar-graph-wrap02 .graph .number, #data .bar-graph-wrap02 .graph .parsent {
  color: #ff0000;
}
@media (max-width: 1640px) {
  #data .bar-graph-wrap02 .graph {
    height: 2.743902439vw;
  }
}
@media (max-width: 768px) {
  #data .bar-graph-wrap02 .graph {
    height: 4.5572916667vw;
  }
}
@media (max-width: 480px) {
  #data .bar-graph-wrap02 .graph {
    height: 7.9166666667vw;
  }
}
#data .bar-graph-wrap02 .graph:nth-of-type(1) {
  top: 23%;
}
#data .bar-graph-wrap02 .graph:nth-of-type(2) {
  top: 35%;
}
#data .bar-graph-wrap02 .graph:nth-of-type(3) {
  top: 47%;
}
#data .bar-graph-wrap02 .graph:nth-of-type(4) {
  top: 59%;
}
#data .bar-graph-wrap02 .graph:nth-of-type(5) {
  top: 70%;
}
#data .bar-graph-wrap02 .graph:nth-of-type(6) {
  top: 82%;
}
#data .hidden {
  visibility: hidden;
}
@media (max-width: 480px) {
  #data .hidden {
    height: 45.8333333333vw;
  }
}

* {
  color: #222;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: 0.3s ease;
}

img {
  width: 100%;
}

#loading {
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
#loading p.typing {
  color: #e60012;
}
#loading p.txt {
  position: absolute;
  color: #e60012;
  top: 50%;
  left: 50%;
  margin-left: -2.2em;
  margin-top: -0.5em;
  width: 4em;
  font-size: 14px;
}

.center {
  text-align: center;
}

.deco {
  padding-bottom: 187px;
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/deco02.png);
  background-repeat: no-repeat;
  background-position: bottom right -17%;
  background-size: 50.8%;
}
@media (max-width: 1920px) {
  .deco {
    padding-bottom: 9.7395833333vw;
  }
}
@media (max-width: 768px) {
  .deco {
    background-size: 70%;
  }
}

.red_link {
  text-align: center;
}
.red_link a {
  background-color: #e70012;
  color: #fff;
  display: inline-block;
  padding: 34px;
  font-size: 22px;
  max-width: 800px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .red_link a {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .red_link a {
    font-size: 18px;
  }
}
.red_link a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  right: 20px;
  top: 38px;
  margin: auto;
}
.red_link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  right: 20px;
  bottom: 37px;
  margin: auto;
}
.red_link a:hover {
  opacity: 0.6;
}

.sub_title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sub_title .en {
  font-family: "Koulen", serif;
  font-size: 40px;
  font-weight: 200;
  letter-spacing: 2px;
  margin-right: 11px;
}
@media (max-width: 768px) {
  .sub_title .en {
    font-size: 30px;
  }
}
.sub_title .ja {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .sub_title .ja {
    font-size: 13px;
  }
}

/*--------------------------------------------------*/
/* header */
/*--------------------------------------------------*/
body.scroll_active header::before {
  opacity: 1;
}

body#home.scroll_active header::before {
  opacity: 0;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding-top: 30px;
  transition: 0.3s ease;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%);
}
header::before {
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 29%);
}
@media (max-width: 1040px) {
  header {
    top: 10px;
    padding: 0 10px;
    position: absolute;
  }
}
header .inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}
header .inr .logo a {
  width: 80px;
  display: flex;
  align-items: center;
  margin-left: 30px;
  transition: all 0.3s;
  border: 1px solid #fff;
}
@media (max-width: 1040px) {
  header .inr .logo a {
    width: 60px;
    margin-left: 0;
  }
}
header .inr .logo a:hover {
  opacity: 0.6;
}
header .inr nav.pc {
  background-color: #e70012;
  padding-left: 66px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  display: flex;
}
@media (max-width: 1280px) {
  header .inr nav.pc {
    padding-left: 52px;
  }
}
header .inr nav.pc .main_menu {
  display: flex;
}
header .inr nav.pc .main_menu .main_menu_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 15px;
  padding: 24px 8px;
}
@media (max-width: 1280px) {
  header .inr nav.pc .main_menu .main_menu_item {
    padding: 20px 6px;
  }
}
header .inr nav.pc .main_menu .main_menu_item.main_menu_item_recruit {
  margin-right: 0;
  background-color: #ff8c00;
  padding: 0;
  margin-left: 20px;
}
header .inr nav.pc .main_menu .main_menu_item.main_menu_item_recruit a {
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .inr nav.pc .main_menu .main_menu_item.active::before {
  bottom: 0;
}
header .inr nav.pc .main_menu .main_menu_item a {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
@media (max-width: 1280px) {
  header .inr nav.pc .main_menu .main_menu_item a {
    font-size: 22px;
  }
}
@media (max-width: 1040px) {
  header .inr nav.pc {
    display: none;
  }
}

.sp-nav {
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow-y: scroll;
}
@media (max-width: 1040px) {
  .sp-nav {
    display: block;
  }
}

@media (max-width: 1040px) {
  .is-drawerActive .sp-nav {
    opacity: 1;
    visibility: visible;
  }
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
@media (max-width: 1040px) {
  .c-button {
    display: block;
  }
}

.p-hamburger {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  border-radius: 50%;
  background-color: #e70012;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1040px) {
  .p-hamburger {
    position: fixed;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: inherit;
}

.bar02 {
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.bar03 {
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.p-hamburger[aria-expanded=true] {
  background-color: #e70012;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .bar02,
.p-hamburger[aria-expanded=true] .bar03 {
  top: 0;
  background-color: #fff;
}

.p-hamburger[aria-expanded=true] .bar02 {
  transform: rotate(45deg);
  width: 30px;
}

.p-hamburger[aria-expanded=true] .bar03 {
  transform: rotate(-45deg);
  width: 30px;
  right: 0;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.main_menu_item {
  position: relative;
}
.main_menu_item a:hover + .sub_menu {
  opacity: 1;
  transform: translateY(10px);
  visibility: visible;
}

.main_menu_item_link:hover {
  opacity: 0.6;
}

.sub_menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #e70012;
  top: 70px;
  border-radius: 10px;
  min-width: 166px;
  padding: 10px 5px;
  transition: 0.3s ease;
}
@media (max-width: 1280px) {
  .sub_menu {
    top: 62px;
  }
}
.sub_menu::before {
  content: "";
  position: absolute;
  width: 86px;
  height: 32px;
  right: 0;
  left: 0;
  top: -32px;
}
@media (max-width: 1280px) {
  .sub_menu::before {
    width: 81px;
    height: 32px;
  }
}
.sub_menu:hover {
  opacity: 1;
  transform: translateY(10px);
  visibility: visible;
}
.sub_menu.sub_menu_ourTeam::before {
  width: 93px;
}
.sub_menu.sub_menu_culture {
  width: 176px;
}
.sub_menu.sub_menu_culture::before {
  width: 82px;
}
.sub_menu.sub_menu_recruit {
  background-color: #ff8c00;
  min-width: 142px;
  right: 10px;
}
.sub_menu.sub_menu_recruit a {
  padding: 10px !important;
  height: auto !important;
  display: block !important;
  text-align: left !important;
}
.sub_menu.sub_menu_recruit::before {
  width: 149px;
}

.inr nav.pc .main_menu .main_menu_item .sub_menu_item a {
  padding: 10px;
  display: block;
}
.inr nav.pc .main_menu .main_menu_item .sub_menu_item a:hover {
  opacity: 0.6;
}
.inr nav.pc .main_menu .main_menu_item .sub_menu_item a span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.inr nav.pc .main_menu .main_menu_item .sub_menu_item.sub_item a {
  padding: 5px 12px;
}
.inr nav.pc .main_menu .main_menu_item .sub_menu_item.sub_item span {
  font-size: 12px;
}
.inr nav.pc .main_menu .main_menu_item .sub_menu_item.sub_item.top a {
  padding: 0 12px 5px 12px;
}

.sp_nav_logo {
  width: 60px;
  margin-top: 10px;
  margin-left: 10px;
}

.sp_nav_wrap {
  position: absolute;
  z-index: 9998;
  top: 140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.sp_nav_item {
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
}
.sp_nav_item .open {
  position: relative;
}
.sp_nav_item .open::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  background-color: #e70012;
}
.sp_nav_item .open::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  background-color: #e70012;
  transform: rotate(90deg);
  transition: 0.4s;
}
.sp_nav_item .open.close::after {
  opacity: 0;
}
.sp_nav_item .sp_sub_menu {
  max-height: 0;
  opacity: 0;
  transition: 0.5s ease;
  visibility: hidden;
}
.sp_nav_item .sp_sub_menu.active {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.sp_nav_item .sp_sub_menu_item:nth-child(1) a {
  padding: 6px 20px 12px 20px;
}
.sp_nav_item .sp_sub_menu_item:nth-last-child(1) a {
  padding: 12px 20px 18px 20px;
}
.sp_nav_item a, .sp_nav_item .open {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 12px 20px;
  letter-spacing: 2px;
  color: #e70012;
  cursor: pointer;
  font-weight: 900;
}
.sp_nav_item .ja {
  font-size: 12px;
  letter-spacing: 0px;
}

.recruit_inr {
  max-width: 1757px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .recruit_inr {
    max-width: 870px;
  }
}

@media (max-width: 768px) {
  #home .recruit_page_title .en {
    font-size: 78px;
  }
}
@media (max-width: 480px) {
  #home .recruit_page_title .en {
    font-size: 16.25vw;
  }
}

.title_wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
  padding-bottom: 41px;
}
.title_wrap.title_wrap_right {
  justify-content: flex-end;
}
@media (max-width: 1040px) {
  .title_wrap {
    padding: 0 20px 41px 20px;
  }
}

.recruit_page_title {
  position: relative;
  display: inline-block;
}
.recruit_page_title .en {
  font-size: 78px;
  letter-spacing: 3.5px;
  color: #e70012;
  font-family: "Koulen", serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .recruit_page_title .en {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .recruit_page_title .en {
    font-size: 10.4166666667vw;
  }
}
.recruit_page_title .en::after {
  content: "";
  width: 2000%;
  height: 1px;
  bottom: -6px;
  right: 5px;
  background-color: #555;
  position: absolute;
}
.recruit_page_title .ja {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  color: #555;
  margin-top: 23px;
  position: absolute;
  bottom: -41px;
  letter-spacing: 2px;
  right: 0;
}
@media (max-width: 480px) {
  .recruit_page_title .ja {
    font-size: 3.3333333333vw;
    margin-top: 4.7916666667vw;
  }
}
.recruit_page_title.black .en {
  color: #000;
}
.recruit_page_title.right .en::after {
  left: 5px;
}
.recruit_page_title.right .ja {
  right: auto;
  left: 0;
}
.recruit_page_title.small .en {
  font-size: 62px;
}
@media (max-width: 1040px) {
  .recruit_page_title.left .en::after {
    left: 0;
  }
  .recruit_page_title.left .ja {
    left: 0;
  }
}

.two_column {
  display: flex;
  justify-content: space-between;
}

.line_text {
  text-align: right;
  letter-spacing: 5px;
  margin-right: -5px;
  position: relative;
}
@media (max-width: 480px) {
  .line_text {
    letter-spacing: 1.0416666667vw;
    margin-right: -1.0416666667vw;
  }
}
.line_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #aaa;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: -2;
}
.line_text span {
  color: #aaa;
  position: relative;
  font-weight: bold;
}
@media (max-width: 480px) {
  .line_text span {
    font-size: 3.3333333333vw;
  }
}
.line_text span::before {
  content: "";
  position: absolute;
  width: calc(100% + 29px);
  height: 100%;
  background-color: #efefef;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  .line_text span::before {
    width: calc(100% + 6.0416666667vw);
  }
}

.page_title {
  font-family: "Koulen", sans-serif;
  color: #e70012;
  margin-top: 130px;
  font-size: 145px;
  font-weight: 100;
  padding-left: 23px;
  letter-spacing: 26px;
}
@media (max-width: 1040px) {
  .page_title {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .page_title {
    margin-top: 130px;
    font-size: 72px;
    font-weight: 100;
    padding-left: 23px;
    letter-spacing: 13px;
  }
}
@media (max-width: 480px) {
  .page_title {
    text-align: center;
    font-size: 15vw;
    padding-left: 0;
  }
}

#home {
  background-color: #efefef;
}
#home .recruit_inr {
  margin: 45px auto 98px;
}
@media (max-width: 480px) {
  #home .recruit_inr {
    margin: 9.375vw auto 20.4166666667vw;
  }
}
#home .recruit_main_visual {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #home .recruit_main_visual {
    height: 100vh;
  }
  #home .recruit_main_visual img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#home .bn_wrap {
  position: absolute;
  bottom: 15.7%;
  left: 30px;
  max-width: 411px;
  width: 21.5%;
}
@media (max-width: 768px) {
  #home .bn_wrap {
    bottom: 8.7%;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
  #home .bn_wrap ul {
    display: flex;
    justify-content: center;
  }
}
#home .bn_item {
  max-width: 411px;
}
@media (max-width: 768px) {
  #home .bn_item {
    max-width: 100%;
    width: 45%;
  }
}
#home .bn_item + .bn_item {
  margin-top: 1.3541666667vw;
}
@media (max-width: 768px) {
  #home .bn_item + .bn_item {
    margin-top: 0;
    margin-left: 10px;
  }
}
#home .bn_item a:hover {
  opacity: 0.7;
}
#home .page_name {
  color: #fff;
  position: absolute;
  bottom: 16.2%;
  right: 0.7291666667vw;
  text-align: justify;
}
@media (max-width: 768px) {
  #home .page_name {
    bottom: 31.2%;
    right: 3.515625vw;
    right: 0;
    text-align: center;
    left: 0;
  }
}
#home .page_name .en {
  color: #fff;
  font-size: 7.0833333333vw;
  letter-spacing: 0.5729166667vw;
  font-family: "Koulen", serif;
}
@media (max-width: 768px) {
  #home .page_name .en {
    font-size: 17.7083333333vw;
  }
}
#home .page_name .en .space {
  width: 4px;
  display: inline-block;
}
#home .page_name .ja {
  color: #fff;
  font-family: "M PLUS 2", serif;
  font-size: 2.2916666667vw;
  font-weight: 800;
  letter-spacing: 0.15625vw;
  margin-top: -0.5208333333vw;
}
@media (max-width: 768px) {
  #home .page_name .ja {
    font-size: 5.3385416667vw;
  }
}
#home .two_column {
  margin-top: 102px;
}
@media (max-width: 1280px) {
  #home .two_column {
    flex-direction: column;
    margin-top: 60px;
  }
}
#home .left_column {
  width: 50.7%;
}
@media (max-width: 1280px) {
  #home .left_column {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
#home .left_column .line_text {
  margin-top: 4%;
}
@media (max-width: 1280px) {
  #home .left_column .line_text {
    order: -1;
    margin-bottom: 4%;
  }
}
@media (max-width: 768px) {
  #home .left_column .line_text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #home .left_column .line_text {
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
  }
}
#home .right_column {
  width: 44.6%;
}
@media (max-width: 1280px) {
  #home .right_column {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  #home .right_column {
    margin-top: 12.5vw;
  }
}
#home .right_column .line_text {
  margin-top: -4px;
}
#home .right_column .line_text span {
  letter-spacing: 1.8px;
}

.recruit_link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_link_wrap .recruit_link_item {
  width: 47.8%;
}
.recruit_link_wrap .recruit_link_item a {
  width: 100%;
  display: block;
}
.recruit_link_wrap .recruit_link_item.vivid {
  position: relative;
  padding-top: 15px;
  padding-left: 18px;
}
@media (max-width: 480px) {
  .recruit_link_wrap .recruit_link_item.vivid {
    padding-top: 2.0833333333vw;
    padding-left: 2.0833333333vw;
  }
}
.recruit_link_wrap .recruit_link_item.vivid a {
  background-color: #fff;
  text-align: center;
  font-size: 31px;
  letter-spacing: 1.5px;
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
  display: block;
  width: 100%;
  padding: 7.1% 0 10%;
  border: 5px;
  box-sizing: border-box;
}
@media (max-width: 1920px) {
  .recruit_link_wrap .recruit_link_item.vivid a {
    font-size: 1.6145833333vw;
  }
}
@media (max-width: 1280px) {
  .recruit_link_wrap .recruit_link_item.vivid a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .recruit_link_wrap .recruit_link_item.vivid a {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .recruit_link_wrap .recruit_link_item.vivid a {
    padding: 5.8333333333vw;
    font-size: 4.1666666667vw;
    border: 1.0416666667vw;
  }
}
.recruit_link_wrap .recruit_link_item.vivid a::after {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 10px;
  width: 97.3%;
  padding: 7.1% 0 8%;
  background-color: #fff;
  z-index: 1;
  transition: 0.3s ease;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .recruit_link_wrap .recruit_link_item.vivid a::after {
    padding: 2.9166666667vw;
    right: 2.0833333333vw;
    bottom: 2.0833333333vw;
  }
}
.recruit_link_wrap .recruit_link_item.vivid a:hover::after {
  bottom: 0;
  right: 0;
  top: 15px;
}
@media (max-width: 480px) {
  .recruit_link_wrap .recruit_link_item.vivid a:hover::after {
    top: 2.0833333333vw;
  }
}
.recruit_link_wrap .recruit_link_item.vivid.blue a {
  background-color: #0c90cc;
  color: #0c90cc;
}
.recruit_link_wrap .recruit_link_item.vivid.blue a::after {
  content: "新卒採用";
  border: 5px solid #0c90cc;
}
@media (max-width: 480px) {
  .recruit_link_wrap .recruit_link_item.vivid.blue a::after {
    border: 1.0416666667vw solid #0c90cc;
  }
}
.recruit_link_wrap .recruit_link_item.vivid.red a {
  background-color: #e70012;
  color: #e70012;
}
.recruit_link_wrap .recruit_link_item.vivid.red a::after {
  content: "中途採用";
  border: 5px solid #e70012;
}
@media (max-width: 480px) {
  .recruit_link_wrap .recruit_link_item.vivid.red a::after {
    border: 1.0416666667vw solid #e70012;
  }
}
.recruit_link_wrap .recruit_link_item.border_arrow {
  margin-top: 3.8%;
  width: 47.7%;
}
@media (max-width: 768px) {
  .recruit_link_wrap .recruit_link_item.border_arrow {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .recruit_link_wrap .recruit_link_item.border_arrow {
    margin-top: 5vw;
  }
}
.recruit_link_wrap .recruit_link_item.border_arrow a {
  border: 1px solid #555;
  color: #555;
  background-color: #fff;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 900;
  padding: 6% 6% 6.6% 9%;
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/arrow_l.svg);
  background-repeat: no-repeat;
  background-position: 87% 38%;
  background-size: 29.2%;
  transition: 0.3s ease;
}
@media (max-width: 1920px) {
  .recruit_link_wrap .recruit_link_item.border_arrow a {
    font-size: 1.25vw;
  }
}
@media (max-width: 1280px) {
  .recruit_link_wrap .recruit_link_item.border_arrow a {
    font-size: 18px;
    background-size: 25%;
    background-position: 87% 48%;
  }
}
@media (max-width: 768px) {
  .recruit_link_wrap .recruit_link_item.border_arrow a {
    padding: 23px 20px 24px 22px;
    background-size: 18%;
    background-position: 87% 50%;
  }
}
@media (max-width: 480px) {
  .recruit_link_wrap .recruit_link_item.border_arrow a {
    font-size: 3.3333333333vw;
    padding: 3.75vw;
  }
}
.recruit_link_wrap .recruit_link_item.border_arrow a:hover {
  background-position: 94% 38%;
}
@media (max-width: 1280px) {
  .recruit_link_wrap .recruit_link_item.border_arrow a:hover {
    background-position: 95% 48%;
  }
}
@media (max-width: 768px) {
  .recruit_link_wrap .recruit_link_item.border_arrow a:hover {
    background-position: 95% 50%;
  }
}

.company_link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.2%;
}
@media (max-width: 1280px) {
  .company_link_wrap {
    margin-top: 6.25vw;
  }
}
@media (max-width: 768px) {
  .company_link_wrap {
    flex-wrap: nowrap;
  }
}
.company_link_wrap .company_link_item a {
  width: 100%;
  display: block;
  transition: 0.3s ease;
}
.company_link_wrap .company_link_item.aplusgames {
  width: 53.7%;
  transition: 0.3s ease;
}
.company_link_wrap .company_link_item.aplusgames:hover {
  opacity: 0.6;
}
.company_link_wrap .company_link_item.aquria {
  transition: 0.3s ease;
  width: 44%;
}
.company_link_wrap .company_link_item.aquria:hover {
  opacity: 0.6;
}
.company_link_wrap .company_link_item.arc {
  transition: 0.3s ease;
  width: 8.9%;
  margin-right: 4.1%;
}
@media (max-width: 768px) {
  .company_link_wrap .company_link_item.arc {
    width: 10%;
  }
}
.company_link_wrap .company_link_item.arc:hover {
  opacity: 0.6;
}
.company_link_wrap .company_link_item.arrow {
  border: 1px solid #555;
  font-size: 24px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  margin-right: 3.1%;
  width: 23.5%;
  min-width: 150px;
}
@media (max-width: 1920px) {
  .company_link_wrap .company_link_item.arrow {
    font-size: 1.25vw;
  }
}
@media (max-width: 1280px) {
  .company_link_wrap .company_link_item.arrow {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .company_link_wrap .company_link_item.arrow {
    width: 41.4%;
    font-size: 3.3333333333vw;
    min-width: 0;
  }
}
.company_link_wrap .company_link_item.arrow a {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 16%;
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/arrow_s.svg);
  background-repeat: no-repeat;
  background-position: 84% 43%;
  background-size: 34%;
  transition: 0.3s ease;
}
@media (max-width: 480px) {
  .company_link_wrap .company_link_item.arrow a {
    background-size: 26%;
    background-position: 88% 43%;
  }
}
.company_link_wrap .company_link_item.arrow a:hover {
  background-position: 91% 43%;
}
@media (max-width: 480px) {
  .company_link_wrap .company_link_item.arrow a:hover {
    background-position: 95% 43%;
  }
}
.company_link_wrap .company_link_item.arrow + .arrow {
  width: 30.2%;
  min-width: 200px;
  margin-right: 0;
}
.company_link_wrap .company_link_item.arrow + .arrow a {
  padding-left: 13%;
  background-position: 88% 43%;
  background-size: 26%;
  transition: 0.3s ease;
}
.company_link_wrap .company_link_item.arrow + .arrow a:hover {
  background-position: 95% 43%;
}
@media (max-width: 480px) {
  .company_link_wrap .company_link_item.arrow + .arrow {
    width: 41.4%;
    min-width: 0;
  }
}
.company_link_wrap + .company_link_wrap {
  justify-content: flex-start;
  margin-top: 4%;
}

footer {
  background: #e70012;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
}
@media (max-width: 768px) {
  footer {
    height: 50px;
  }
}
footer .copy {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  footer .copy {
    font-size: 12px;
  }
}

.top_message {
  padding-top: 45px;
  padding-bottom: 52px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.top_message .recruit_page_title {
  margin-left: 33px;
}
@media (max-width: 1040px) {
  .top_message .recruit_page_title {
    margin-left: 0;
  }
}
.top_message .two_column {
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/message/ceo.png);
  background-repeat: no-repeat;
  background-position: 0px 97px;
  background-size: 53.7%;
}
@media (max-width: 1040px) {
  .top_message .two_column {
    flex-wrap: wrap;
    background-size: 70%;
    background-position: 50% 0;
  }
}
@media (max-width: 480px) {
  .top_message .two_column {
    background-size: 80%;
  }
}
.top_message .left_column {
  display: flex;
  align-items: flex-end;
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/deco02.png);
  background-repeat: no-repeat;
  background-position: 309% 100%;
  background-size: 107%;
  width: 43.8%;
  height: 60.3645833333vw;
  padding-bottom: 68px;
}
@media (min-width: 1920px) {
  .top_message .left_column {
    height: 1159px;
  }
}
@media (max-width: 1040px) {
  .top_message .left_column {
    width: 100%;
    background-position: -66% 95%;
    background-size: 74%;
  }
}
@media (max-width: 768px) {
  .top_message .left_column {
    height: 71.6vw;
    padding-bottom: 8.8541666667vw;
  }
}
.top_message .left_column .link_item {
  width: 376px;
  position: relative;
  margin-left: -28px;
  display: none;
}
@media (max-width: 1920px) {
  .top_message .left_column .link_item {
    width: 19.5833333333vw;
    margin-left: -1.4583333333vw;
  }
}
@media (max-width: 1280px) {
  .top_message .left_column .link_item {
    width: 21.71875vw;
  }
}
@media (max-width: 768px) {
  .top_message .left_column .link_item {
    width: 28.6458333333vw;
  }
}
.top_message .left_column .link_item:hover .arrow {
  left: -67px;
}
@media (max-width: 1920px) {
  .top_message .left_column .link_item:hover .arrow {
    left: -1.6145833333vw;
  }
}
@media (max-width: 1280px) {
  .top_message .left_column .link_item:hover .arrow {
    left: 0.390625vw;
  }
}
.top_message .left_column .link_item .arrow {
  transition: 0.3s ease;
  position: absolute;
  bottom: 60px;
  left: -87px;
}
@media (max-width: 1920px) {
  .top_message .left_column .link_item .arrow {
    width: 16.1458333333vw;
    bottom: 3.6458333333vw;
    left: -2.65625vw;
  }
}
@media (max-width: 1280px) {
  .top_message .left_column .link_item .arrow {
    bottom: 4.375vw;
    left: -1.171875vw;
  }
}
@media (max-width: 768px) {
  .top_message .left_column .link_item .arrow {
    width: 22.1354166667vw;
    left: -3.6458333333vw;
    bottom: 5.2083333333vw;
  }
}
.top_message .right_column {
  width: 56.2%;
  padding-bottom: 4.4%;
  overflow: hidden;
}
@media (max-width: 1040px) {
  .top_message .right_column {
    padding: 0 20px;
    width: 100%;
    max-width: 840px;
    margin: 50px auto 0;
  }
}

.message_name {
  padding: 0 8.8% 0 0;
  margin-left: 33px;
}
@media (max-width: 1040px) {
  .message_name {
    padding: 0;
    margin-left: 0;
  }
}
.message_name .copy {
  font-size: 30px;
  font-weight: bold;
  margin-top: 79px;
  letter-spacing: -2px;
  color: #e70012;
  line-height: 150%;
}
@media (max-width: 1040px) {
  .message_name .copy {
    font-size: 28px;
    line-height: 130%;
  }
}
@media (max-width: 480px) {
  .message_name .copy {
    font-size: 24px;
  }
}
.message_name .name {
  margin-top: 25px;
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}
.message_name .name span {
  font-size: 18px;
}
@media (max-width: 1040px) {
  .message_name .name {
    font-size: 20px;
  }
  .message_name .name span {
    font-size: 16px;
  }
}

.shadow_text {
  margin-top: 43px;
  font-size: 24px;
  font-weight: bold;
  padding: 6px 32px 23px;
  line-height: 142%;
  letter-spacing: -1px;
  background-color: #d5d3da;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1040px) {
  .shadow_text {
    font-size: 20px;
  }
}
.shadow_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: -8px;
  left: 8px;
  z-index: -1;
}

.message_text {
  font-size: 18px;
  line-height: 213%;
  padding-right: 20px;
  margin-left: 33px;
}
@media (max-width: 1920px) {
  .message_text {
    font-size: 16px;
  }
}
@media (max-width: 1040px) {
  .message_text {
    font-size: 16px;
    padding-right: 0;
    margin-left: 0;
  }
}
.message_text p {
  font-size: 18px;
  line-height: 213%;
  padding-right: 20px;
  margin-left: 33px;
}
@media (max-width: 1920px) {
  .message_text p {
    font-size: 16px;
  }
}
@media (max-width: 1040px) {
  .message_text p {
    font-size: 16px;
    padding-right: 0;
    margin-left: 0;
  }
}

.company_profile {
  max-width: 1920px;
  width: 100%;
  margin: 171px auto 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1420px) {
  .company_profile {
    margin: 4.1666666667vw auto 0;
  }
}
@media (max-width: 1280px) {
  .company_profile {
    background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/message/bg.png);
    background-position: 119.4% 9px;
    background-size: 48%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
}
@media (max-width: 1040px) {
  .company_profile {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .company_profile {
    background-size: 65%;
  }
}
.company_profile .bg {
  position: absolute;
  right: -192px;
  top: 9px;
  width: 913px;
}
@media (max-width: 1920px) {
  .company_profile .bg {
    right: -10vw;
    top: 0.46875vw;
    width: 47.5520833333vw;
  }
}
@media (max-width: 1280px) {
  .company_profile .bg {
    display: none;
  }
}
.company_profile .two_column {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .company_profile .two_column {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1040px) {
  .company_profile .two_column {
    max-width: 800px;
    margin: 0 auto;
  }
}
.company_profile .left_column {
  width: 100%;
  padding-left: 63px;
  overflow: hidden;
}
@media (max-width: 1040px) {
  .company_profile .left_column {
    width: 100%;
    padding: 0;
  }
}
.company_profile .right_column {
  display: flex;
  align-items: flex-end;
  width: 49%;
  justify-content: flex-end;
}
.company_profile .right_column .link_item_wrap {
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/message/message_img02.png);
  background-position: 37% 55%;
  background-size: 75%;
  width: 51%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  height: 689px;
}
@media (max-width: 1920px) {
  .company_profile .right_column .link_item_wrap {
    height: 35.4166666667vw;
  }
}
@media (max-width: 1280px) {
  .company_profile .right_column .link_item_wrap {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .company_profile .right_column .link_item_wrap {
    background-position: 30% 0%;
    background-size: 62%;
    height: 500px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .company_profile .right_column .link_item_wrap {
    background-position: 0% 0%;
    background-size: 77%;
    height: 65.1041666667vw;
  }
}
.company_profile .right_column .link_item {
  margin-right: 4.1%;
  display: block;
  position: relative;
  width: 368px;
  height: 324px;
}
@media (max-width: 1920px) {
  .company_profile .right_column .link_item {
    width: 19.1666666667vw;
    height: 16.875vw;
  }
}
@media (max-width: 1280px) {
  .company_profile .right_column .link_item {
    width: 23.125vw;
    height: 20.390625vw;
  }
}
@media (max-width: 768px) {
  .company_profile .right_column .link_item {
    width: 28.6458333333vw;
    height: 25.390625vw;
  }
}
.company_profile .right_column .link_item:hover .arrow {
  left: -15px;
}
@media (max-width: 1920px) {
  .company_profile .right_column .link_item:hover .arrow {
    left: 1.3020833333vw;
  }
}
@media (max-width: 1280px) {
  .company_profile .right_column .link_item:hover .arrow {
    left: 3.4375vw;
  }
}
@media (max-width: 768px) {
  .company_profile .right_column .link_item:hover .arrow {
    left: 2.0833333333vw;
  }
}
.company_profile .right_column .link_item .arrow {
  position: absolute;
  left: -35px;
  bottom: 113px;
  transition: 0.3s ease;
}
@media (max-width: 1920px) {
  .company_profile .right_column .link_item .arrow {
    width: 16.1458333333vw;
    bottom: 5.8854166667vw;
    left: 0.2604166667vw;
  }
}
@media (max-width: 1280px) {
  .company_profile .right_column .link_item .arrow {
    width: 17.8125vw;
    bottom: 6.953125vw;
    left: 1.875vw;
  }
}
@media (max-width: 768px) {
  .company_profile .right_column .link_item .arrow {
    bottom: 8.3333333333vw;
    left: 0;
    width: 23.4375vw;
  }
}
@media (max-width: 1040px) {
  .company_profile .right_column .link_item {
    margin-top: 5%;
  }
}
@media (max-width: 1040px) {
  .company_profile .right_column {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .company_profile .right_column.pc_item {
    display: none;
  }
}
.company_profile .right_column.sp_item {
  display: none;
}
@media (max-width: 1280px) {
  .company_profile .right_column.sp_item {
    display: flex;
  }
}

.table01 {
  margin-top: 71px;
  margin-bottom: 80px;
}
@media (max-width: 1040px) {
  .table01 {
    margin-bottom: 0;
  }
}
.table01 .table_item {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.table01 .table_item.relative {
  position: relative;
}
.table01 .table_item.relative .link_item_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .table01 .table_item {
    flex-direction: column;
  }
}
.table01 .table_item .title {
  font-size: 22px;
  width: 204px;
  flex-shrink: 0;
  line-height: 38px;
}
@media (max-width: 1040px) {
  .table01 .table_item .title {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .table01 .table_item .title {
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.table01 .table_item .content {
  font-size: 19px;
  width: 79.4%;
  line-height: 200%;
}
@media (max-width: 1040px) {
  .table01 .table_item .content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .table01 .table_item .content {
    width: 100%;
  }
}
.table01 .table_item .content .list {
  display: flex;
  width: 100%;
  padding: 2px 0 19px;
}
@media (max-width: 480px) {
  .table01 .table_item .content .list {
    flex-direction: column;
  }
}
.table01 .table_item .content .list:first-of-type {
  margin-top: 10px;
}
.table01 .table_item .content .list .list_title {
  color: #eb6877;
  font-size: 20px;
  width: 276px;
  flex-shrink: 0;
  line-height: 130%;
}
@media (max-width: 1040px) {
  .table01 .table_item .content .list .list_title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .table01 .table_item .content .list .list_title {
    width: 165px;
  }
}
@media (max-width: 480px) {
  .table01 .table_item .content .list .list_title {
    width: 100%;
    line-height: 200%;
  }
}
.table01 .table_item .content .list .list_content {
  line-height: 130%;
}
.table01 .table_item .content.flex_item .list_title {
  width: auto;
  padding-right: 3%;
  color: #e70012;
}
@media (max-width: 768px) {
  .table01 .table_item .content.wide .list .list_title {
    width: 180px;
  }
}

.bg_gray {
  background-color: #efefef;
}

.map {
  padding-top: 73px;
  overflow: hidden;
}

.map_item {
  width: 100%;
  align-items: flex-start;
  margin: 0 auto 56px;
  max-width: 1200px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .map_item {
    flex-direction: column;
    padding: 0 20px;
  }
}
.map_item iframe {
  width: 46.5%;
  margin-top: 78px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  height: 500px;
}
@media (max-width: 1536px) {
  .map_item iframe {
    height: 32.5vw;
  }
}
@media (max-width: 768px) {
  .map_item iframe {
    width: 100%;
    height: 300px;
    margin-top: 0;
  }
}
.map_item .right_colums {
  background-color: #fff;
  width: 100%;
  padding: 54px 58px 53px;
  position: relative;
  z-index: 1;
  border-radius: 60px;
}
@media (max-width: 768px) {
  .map_item .right_colums {
    padding: 32px 20px;
    border-radius: 0;
  }
}
.map_item .right_colums::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 60px;
  top: 0;
  left: -42px;
  z-index: -1;
}
@media (max-width: 768px) {
  .map_item .right_colums::after {
    display: none;
  }
}
.map_item .right_colums::before {
  position: absolute;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  z-index: 2;
  width: calc(50vw - 768px);
  right: calc(-50vw + 768px);
}
.map_item .right_colums .contact {
  font-size: 24px;
  margin-top: 5px;
  line-height: 180%;
}
@media (max-width: 1040px) {
  .map_item .right_colums .contact {
    font-size: 16px;
  }
}
.map_item .right_colums .contact span {
  color: #e70012;
}
.map_item .right_colums .contact + .arrow_link {
  margin-top: 36px;
}

.map_name {
  color: #e70012;
  font-size: 20px;
  line-height: 130%;
}

.map_address {
  font-size: 19px;
  margin-top: 20px;
  line-height: 180%;
}
@media (max-width: 1040px) {
  .map_address {
    font-size: 16px;
  }
}

.arrow_link {
  font-size: 18px;
  padding: 22px 127px 22px 33px;
  border: 1px solid #000;
  display: inline-block;
  margin-top: 49px;
  position: relative;
  line-height: 130%;
}
@media (max-width: 1040px) {
  .arrow_link {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .arrow_link {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
}
.arrow_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: -39px;
  width: 131px;
  height: 20px;
  margin: auto;
  background-image: url(https://www.arcsystemworks.jp/portal/wordpress/wp-content/themes/arcsystemworks/whatisarc2025/assets/img/arrow_ll.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .arrow_link::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */