.service_anchor_area {
  max-width: 1217px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 29px;
}

.service_anchor_button {
  max-width: 594px;
  width: 100%;
}

.service_anchor_button a {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #F0F3F6;
  border-radius: 4px;
  padding: 10px 7px 36px;
  position: relative;
}

.service_anchor_button_title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px 4px 0 0;
  padding: 4px 20px 5px;
}

.service_anchor_button_trans .service_anchor_button_title {
  background: var(--main-color);
}

.service_anchor_button_cloud .service_anchor_button_title {
  background: #56277C;
}

.service_anchor_button_img_area {
  min-height: 112px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.service_anchor_button_cloud .service_anchor_button_img_area img {
  width: 200px;
}

.service_anchor_button_text {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

.service_anchor_button_trans .service_anchor_button_text {
  color: var(--main-color);
}

.service_anchor_button_cloud .service_anchor_button_text {
  color: #56277C;
}

.service_anchor_button_arrow {
  width: 44px;
  aspect-ratio: 1;
  background: var(--sub-color);
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.service_anchor_button a:hover .service_anchor_button_arrow {
  background: #2E2F2F;
}

.service_anchor_button_arrow::after {
  content: '';
  width: 12px;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

@media (max-width : 1024px) {

  .service_anchor_area {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width : 767px) {

  .service_anchor {
    padding: 0 0 calc(66 / 400 * 100vw);
  }

  .service_anchor_area {
    gap: calc(21 / 400 * 100vw);
  }

  .service_anchor_button {
    max-width: 100%;
  }

  .service_anchor_button a {
    border-radius: calc(2 / 400 * 100vw);
    box-shadow: 0 calc(2 / 400 * 100vw) calc(24 / 400 * 100vw) rgba(39, 42, 100, 0.25);
    padding: calc(5 / 400 * 100vw) calc(5 / 400 * 100vw) calc(20 / 400 * 100vw);
  }

  .service_anchor_button_title {
    font-size: calc(13 / 400 * 100vw);
    border-radius: calc(2 / 400 * 100vw) calc(2 / 400 * 100vw) 0 0;
    padding: calc(4 / 400 * 100vw) calc(10 / 400 * 100vw) calc(5 / 400 * 100vw);
  }

  .service_anchor_button_img_area {
    min-height: calc(55 / 400 * 100vw);
    border-radius: 0 0 calc(2 / 400 * 100vw) calc(2 / 400 * 100vw);
    padding: calc(5 / 400 * 100vw);
    margin-bottom: calc(6 / 400 * 100vw);
  }

  .service_anchor_button_trans .service_anchor_button_img_area img {
    width: calc(181 / 400 * 100vw);
  }

  .service_anchor_button_cloud .service_anchor_button_img_area img {
    width: calc(106 / 400 * 100vw);
  }

  .service_anchor_button_text {
    font-size: calc(14 / 400 * 100vw);
    text-align: left;
    padding: 0 calc(10 / 400 * 100vw);
  }

  .service_anchor_button_arrow {
    width: calc(26 / 400 * 100vw);
    bottom: calc(-15 / 400 * 100vw);
  }

  .service_anchor_button_arrow::after {
    width: calc(6 / 400 * 100vw);
    border-width: calc(1 / 400 * 100vw) calc(1 / 400 * 100vw) 0 0;
    top: calc(50% - calc(1 / 400 * 100vw));
  }
}

/* ==============================================
海運業特化ERPパッケージ
============================================== */

.section_service {
  background: #F0F3F6;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.section_service::before {
  content: '';
  width: 1060px;
  aspect-ratio: 1060/426;
  background: url(../img/service/bg_deco01.webp) no-repeat center center / contain;
  position: absolute;
  top: 260px;
  left: -1%;
  z-index: -1;
}

/* 海運業特化ERPパッケージ 上段 */

.section_service_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  padding: 80px 0 63px;
  position: relative;
  z-index: 0;
}

.section_service_top::before {
  content: '';
  width: 1276px;
  aspect-ratio: 1276/1023;
  background: url(../img/service/bg_blue.webp) no-repeat center center / contain;
  position: absolute;
  top: 0;
  right: -16%;
  z-index: -1;
}

.section_cloud .section_service_top::before {
  aspect-ratio: 2409/1766;
  background: url(../img/service/bg_purple.webp) no-repeat center center / contain;
}

.section_service_top_title_area {
  max-width: 540px;
  width: 100%;
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 10px 19px;
}

.section_service_top_title_number {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 84px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: var(--main-color);
  border-radius: 100vmax;
  padding: 3px 10px;
}

.section_cloud .section_service_top_title_number {
  background: #56267C;
}

.section_service_top_title_sub {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  color: var(--main-color);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.section_service_top_title {
  width: max-content;
  grid-row: 2 / 3;
  grid-column: 1 / -1;
  color: #171717;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 16px;
}

.section_service_top_img {
  grid-row: 3 / 4;
  grid-column: 1 / -1;
  max-width: 305px;
  width: 100%;
}

.section_service_top_text_area {
  width: 46%;
}

.section_service_top_text_title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.section_service_top_text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 23px;
  text-shadow: 1px 1px 10px var(--main-color);
}

.page-en .section_service_top_text {
  max-width: 480px;
  width: 100%;
}

.with_shadow_blue a {
  box-shadow: 1px 1px 10px var(--main-color);
  text-shadow: 1px 1px 10px var(--main-color);
}

.with_shadow_purple a {
  box-shadow: 1px 1px 10px #56267C;
  text-shadow: 1px 1px 10px #56267C;
}

@media (max-width : 1024px) {

  .section_service_top {
    flex-direction: column;
  }

  .section_service_top::before {
    background: url(../img/service/bg_blue_sp.webp) no-repeat center center / cover;
  }

  .section_cloud .section_service_top::before {
    background: url(../img/service/bg_purple_sp.webp) no-repeat center center / cover;
  }

  .section_service_top_text_area {
    width: 100%;
  }
}

@media (max-width : 767px) {

  .section_service::before {
    content: none;
  }

  /* 海運業特化ERPパッケージ 上段 */

  .section_service_top {
    display: block;
    padding: calc(60 / 400 * 100vw) 0 0;
  }

  .section_service_top::before {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: auto;
    height: 100%;
    background: url(../img/service/bg_blue_sp.webp) no-repeat right center / cover;
    top: calc(236 / 400 * 100vw);
    right: auto;
    left: 0;
  }

  .section_cloud .section_service_top::before {
    background: url(../img/service/bg_purple_sp.webp) no-repeat right center / cover;
    top: calc(266 / 400 * 100vw);
  }

  .page-en .section_cloud .section_service_top::before {
    top: calc(312 / 400 * 100vw);
  }

  .section_service_top_title_area {
    max-width: 100%;
    grid-template-columns: calc(68 / 400 * 100vw) 1fr;
    gap: calc(8 / 400 * 100vw) calc(14 / 400 * 100vw);
    padding-bottom: calc(43 / 400 * 100vw);
  }

  .section_service_top_title_number {
    width: calc(68 / 400 * 100vw);
    font-size: calc(16 / 400 * 100vw);
    padding: calc(3 / 400 * 100vw) calc(8 / 400 * 100vw);
  }

  .section_service_top_title_sub {
    font-size: calc(18 / 400 * 100vw);
  }

  .section_service_top_title {
    font-size: calc(29 / 400 * 100vw);
    margin-bottom: calc(10 / 400 * 100vw);
  }

  .section_service_top_img {
    max-width: calc(245 / 400 * 100vw);
  }

  .section_service_top_text_area {
    padding: calc(36 / 400 * 100vw) 0 calc(43 / 400 * 100vw);
  }

  .section_service_top_text_title {
    font-size: calc(20 / 400 * 100vw);
    margin-bottom: calc(10 / 400 * 100vw);
  }

  .section_service_top_text {
    font-size: calc(14 / 400 * 100vw);
    margin-bottom: calc(23 / 400 * 100vw);
  }
}

/* 海運業特化ERPパッケージ ロゴエリア */

.section_service_logo_area {
  background: #fff;
  padding: 62px 0 55px;
  position: relative;
}

.section_service_logo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 30px;
}

.section_cloud .section_service_logo_list {
  gap: 12px 22px;
}

@media (max-width : 767px) {

  .section_service_logo_area {
    padding: calc(27 / 400 * 100vw) 0 calc(36 / 400 * 100vw);
  }

  .section_service_logo_area .inner02 {
    padding: 0;
  }

  .section_service_logo_list {
    gap: calc(12 / 400 * 100vw) calc(20 / 400 * 100vw);
  }

  .section_service_logo_item {
    zoom: 0.5;
  }

  .section_cloud .section_service_logo_item {
    zoom: 0.8;
  }
}

@media (max-width : 500px) {

  .section_service_logo_item {
    zoom: 0.3;
  }

  .section_cloud .section_service_logo_item {
    zoom: 0.5;
  }
}

/* 海運業特化ERPパッケージ 下段 */

.section_service_bottom {
  background: #F7FAFB;
  padding: 58px 0 95px;
  position: relative;
}

.section_cloud .section_service_bottom {
  padding: 62px 0 64px;
}

.section_service_bottom_anchor_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 13px;
  margin-bottom: 52px;
}

.section_service_bottom_anchor_item {
  width: calc((100% - 32px) / 3);
}

.section_service_bottom_anchor_item a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  padding: 14px 22px 14px 26px;
}

.section_service_bottom_anchor_item a:hover {
  color: var(--main-color);
  background: #fff;
}

.section_service_bottom_anchor_item_text {
  flex: 1;
}

.section_service_bottom_anchor_item_arrow {
  display: block;
  width: 25px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.section_service_bottom_anchor_item a:hover .section_service_bottom_anchor_item_arrow {
  background: var(--main-color);
}

.section_service_bottom_anchor_item_arrow::after {
  content: '';
  width: 11px;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--main-color);
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% + 0.5px);
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.3s ease;
}

.section_service_bottom_anchor_item a:hover .section_service_bottom_anchor_item_arrow::after {
  border-color: #fff;
}

.service_article_list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.service_article {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(186, 186, 186, 0.25);
  padding: 32px 27px 36px;
}

.service_article_main {
  display: flex;
  align-items: center;
  gap: 35px;
}

.service_article_main_img {
  max-width: 300px;
  width: 30%;
  border-radius: 15px;
  overflow: hidden;
}

.service_article_main_content {
  flex: 1;
}

.service_article_main_logo {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 12px;
}

.service_article_main_title {
  color: #171717;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.service_article_main_title_en {
  color: #5D5D5D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid var(--sub-color);
  position: relative;
  padding: 0 4px;
}

.service_article_trans02 .service_article_main_title_en {
  border-color: #0097E0;
}

.service_article_trans03 .service_article_main_title_en {
  border-color: #DE0D85;
}

.service_article_trans04 .service_article_main_title_en {
  border-color: #289C17;
}

.service_article_trans05 .service_article_main_title_en {
  border-color: #D15000;
}

.service_article_main_title_en::before {
  content: '{';
  position: absolute;
  top: 0;
  right: 100%;
}

.service_article_main_title_en::after {
  content: '}';
  position: absolute;
  top: 0;
  left: 100%;
}

.service_article_main_tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
}

.service_article_main_tag_item {
  color: var(--sub-color);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: #FFF2F2;
  padding: 4px 12px;
}

.service_article_trans02 .service_article_main_tag_item {
  color: #0097E0;
  background: #F2FBFF;
}

.service_article_trans03 .service_article_main_tag_item {
  color: #DE0D85;
  background: #FEF6FA;
}

.service_article_trans04 .service_article_main_tag_item {
  color: #289C17;
  background: #F6FBF2;
}

.service_article_trans05 .service_article_main_tag_item {
  color: #D15000;
  background: #FBF8F2;
}

.service_article_main_text {
  color: #2F2F2F;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.service_article_main_btn_area {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.service_article_sub {
  margin-top: 34px;
}

.service_article_sub_title {
  text-align: center;
  margin-bottom: 24px;
  overflow: hidden;
}

.service_article_sub_title span {
  display: inline-block;
  color: #171717;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

.service_article_sub_title span::before {
  content: '';
  width: 100vw;
  height: 1px;
  background: #D6E0F3;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}

.service_article_sub_title span::after {
  content: '';
  width: 100vw;
  height: 1px;
  background: #D6E0F3;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.service_article_sub_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 65px;
}

.service_article_sub_item {
  width: calc((100% - 65px) / 2);
}

.service_article_sub_item a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-decoration: none;
}

.service_article_sub_item_img {
  max-width: 160px;
  width: 100%;
  aspect-ratio: 160/140;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAEFF3;
  border-radius: 5px;
  padding: 10px;
}

.service_article_sub_item_content {
  flex: 1;
  padding-right: 50px;
  position: relative;
}

.service_article_sub_item_text {
  color: #2F2F2F;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 8px;
}

.service_article_sub_item_title {
  color: #171717;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.service_article_sub_item_icon {
  display: block;
  width: 42px;
  aspect-ratio: 1;
  background: #EAEFF3;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  right: 0;
  transition: all 0.3s ease;
}

.service_article_sub_item a:hover .service_article_sub_item_icon {
  background: var(--sub-color);
}

.service_article_sub_item_icon::after {
  content: '';
  width: 15px;
  aspect-ratio: 1;
  background: #2A2A2A;
  mask-image: url(../img/common/external_icon.svg);
  -webkit-mask-image: url(../img/common/external_icon.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.service_article_sub_item a:hover .service_article_sub_item_icon::after {
  background: #fff;
}

@media (max-width : 1024px) {

  .section_service_bottom {
    width: calc(100% - 40px);
  }

  .section_service_bottom_anchor_item {
    width: calc((100% - 16px) / 2);;
  }

  .service_article_main {
    flex-direction: column;
  }

  .service_article_main_img,
  .service_article_main_img img {
    width: 100%;
  }

  .service_article_main_btn_area {
    flex-direction: column;
    align-items: center;
  }

  .service_article_sub_list {
    flex-direction: column;
    align-items: center;
  }

  .service_article_sub_item {
    width: 100%;
  }
}

@media (max-width : 767px) {

  /* 海運業特化ERPパッケージ 下段 */

  .section_service_bottom {
    width: 100%;
    border-radius: 0;
    padding: calc(40 / 400 * 100vw) 0 calc(47 / 400 * 100vw);
  }

  .section_cloud .section_service_bottom {
    padding: calc(50 / 400 * 100vw) 0 calc(61 / 400 * 100vw);
  }

  .section_service_bottom_anchor_list {
    flex-direction: column;
    gap: calc(8 / 400 * 100vw);
    margin-bottom: calc(40 / 400 * 100vw);
  }

  .section_service_bottom_anchor_item {
    width: 100%;
  }

  .section_service_bottom_anchor_item a {
    gap: calc(2 / 400 * 100vw);
    border-radius: calc(5 / 400 * 100vw);
    font-size: calc(16 / 400 * 100vw);
    padding: calc(14 / 400 * 100vw) calc(15 / 400 * 100vw) calc(14 / 400 * 100vw) calc(15 / 400 * 100vw);
  }

  .section_service_bottom_anchor_item_text {
    letter-spacing: 0.03em;
  }

  .section_service_bottom_anchor_item_arrow {
    width: calc(23 / 400 * 100vw);
  }

  .section_service_bottom_anchor_item_arrow::after {
    width: calc(11 / 400 * 100vw);
    border-width: calc(2 / 400 * 100vw) calc(2 / 400 * 100vw) 0 0;
    top: calc(50% - calc(3 / 400 * 100vw));
    left: calc(50% + calc(0.5 / 400 * 100vw));
  }

  .service_article_list {
    gap: calc(17 / 400 * 100vw);
  }

  .service_article {
    border-radius: calc(15 / 400 * 100vw);
    box-shadow: 0 0 calc(15 / 400 * 100vw) rgba(186, 186, 186, 0.25);
    padding: calc(14 / 400 * 100vw) calc(16 / 400 * 100vw) calc(25 / 400 * 100vw);
  }

  .service_article_main {
    flex-direction: column;
    gap: calc(16 / 400 * 100vw);
  }

  .service_article_main_img {
    max-width: 100%;
    width: 100%;
    border-radius: calc(15 / 400 * 100vw);
  }

  .service_article_main_logo {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(4 / 400 * 100vw);
    margin-bottom: calc(12 / 400 * 100vw);
  }

  .service_article_main_title {
    font-size: calc(21 / 400 * 100vw);
    letter-spacing: 0;
    margin-bottom: calc(20 / 400 * 100vw);
    gap: 0;
  }

  .service_article_main_title_en {
    font-size: calc(16 / 400 * 100vw);
    border-bottom: calc(1 / 400 * 100vw) solid var(--sub-color);
    padding: 0 calc(4 / 400 * 100vw);
    margin-left: calc(10 / 400 * 100vw);
  }

  .service_article_main_tag_list {
    gap: calc(4 / 400 * 100vw);
    margin-bottom: calc(10 / 400 * 100vw);
  }

  .service_article_main_tag_item {
    font-size: calc(13 / 400 * 100vw);
    padding: calc(4 / 400 * 100vw) calc(12 / 400 * 100vw);
  }

  .service_article_main_text {
    font-size: calc(16 / 400 * 100vw);
    margin-bottom: calc(15 / 400 * 100vw);
  }

  .service_article_main_btn_area {
    flex-direction: column;
    gap: calc(6 / 400 * 100vw);
  }

  .service_article_sub {
    margin-top: calc(34 / 400 * 100vw);
  }

  .service_article_sub_title {
    margin-bottom: calc(24 / 400 * 100vw);
  }

  .service_article_sub_title span {
    font-size: calc(20 / 400 * 100vw);
    padding: 0 calc(10 / 400 * 100vw);
  }

  .service_article_sub_title span::before {
    height: calc(1 / 400 * 100vw);
  }

  .service_article_sub_title span::after {
    height: calc(1 / 400 * 100vw);
  }

  .service_article_sub_list {
    flex-direction: column;
    gap: calc(16 / 400 * 100vw);
  }

  .service_article_sub_item {
    width: 100%;
  }

  .service_article_sub_item a {
    gap: calc(9 / 400 * 100vw);
  }

  .service_article_sub_item_img {
    max-width: calc(92 / 400 * 100vw);
    border-radius: calc(5 / 400 * 100vw);
    padding: calc(5 / 400 * 100vw);
  }

  .service_article_sub_item_content {
    padding-right: calc(40 / 400 * 100vw);
  }

  .service_article_sub_item_text {
    font-size: calc(16 / 400 * 100vw);
    margin-bottom: calc(8 / 400 * 100vw);
  }

  .service_article_sub_item_title {
    font-size: calc(16 / 400 * 100vw);
  }

  .service_article_sub_item_icon {
    width: calc(33 / 400 * 100vw);
  }

  .service_article_sub_item_icon::after {
    width: calc(12 / 400 * 100vw);
  }
}

/* クラウド勤怠管理システム */

.section_cloud {
  background: #F0F3F6;
}

.service_article_cloud01 .service_article_main_tag_item {
  color: #56267C;
  background: #F6F2FB;
}
