@charset "UTF-8";
/* ==========================================================================
�㏑��
========================================================================== */
#contents {
  padding-bottom: 0 !important;
}

#main {
  float: none;
  padding-top: 0;
  width: 100%;
}

.local-nav__block {
  margin-top: 0;
}

/* ==========================================================================
���C�A�E�g
========================================================================== */
#index-company-action-training-history {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#index-company-action-training-history .full-box {
  position: relative;
  width: min(100%, 1500px);
  min-width: 1172.9651162791px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index-company-action-training-history .full-box {
    width: 100%;
    min-width: 100%;
  }
}
#index-company-action-training-history .full-box > section {
  position: relative;
  display: grid;
  grid-template-columns: 4.1333333333% repeat(11, 5.2% 2.6666666667%) 5.2% 4.1333333333%;
  width: 100%;
  overflow: hidden;
}
#index-company-action-training-history .full-box > section:last-of-type {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #index-company-action-training-history .full-box > section:last-of-type {
    margin-bottom: 2px;
  }
}
#index-company-action-training-history .full-box > section > .is-full {
  grid-column: 1/-1;
}
#index-company-action-training-history .full-box > section > * {
  grid-column: var(--column, 4/23);
}
@media screen and (max-width: 767px) {
  #index-company-action-training-history .full-box > section {
    grid-template-columns: 5.3333333333% 1fr 5.3333333333%;
    width: 100%;
    min-width: 100%;
  }
  #index-company-action-training-history .full-box > section > * {
    grid-column: var(--column, 2/3);
  }
}

/* ==========================================================================
�R���|�[�l���g
========================================================================== */
@media screen and (max-width: 767px) {
  .pc {
    content-visibility: auto;
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    content-visibility: auto;
    display: none !important;
  }
}

.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

.c-button-s, .c-button-m, .c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 99px;
  background-color: #0065B1;
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
}
.c-button-s > span, .c-button-m > span, .c-button > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  color: #FFF;
}
.c-button-s > span::before, .c-button-m > span::before, .c-button > span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 767px) {
  .c-button-s, .c-button-m, .c-button {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (any-hover: hover) {
  .c-button-s::before, .c-button-m::before, .c-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -102%;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #BEBEBE;
    border-radius: 99px;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .c-button-s:hover, .c-button-m:hover, .c-button:hover {
    text-decoration: none;
  }
  .c-button-s:hover::before, .c-button-m:hover::before, .c-button:hover::before {
    left: 0;
  }
  .c-button-s:hover > span, .c-button-m:hover > span, .c-button:hover > span {
    color: #111;
  }
  .c-button-s:hover > span::before, .c-button-m:hover > span::before, .c-button:hover > span::before {
    background-color: #0065B1;
  }
}

.c-button {
  max-width: 359px;
  min-width: 320px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .c-button {
    max-width: 335px;
    min-width: min(100%, 335px);
    height: 60px;
  }
}

.c-button-m {
  max-width: 359px;
  min-width: 146px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-button-m {
    max-width: 221px;
    min-width: min(100%, 221px);
    height: 48px;
  }
}

.c-button-s {
  max-width: 359px;
  min-width: 127px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .c-button-s {
    max-width: 160px;
    min-width: min(100%, 160px);
    height: 44px;
  }
}

.c-button-secondary-s, .c-button-secondary-m, .c-button-secondary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #BEBEBE;
  border-radius: 99px;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
}
.c-button-secondary-s > span, .c-button-secondary-m > span, .c-button-secondary > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  color: #111;
}
.c-button-secondary-s > span::before, .c-button-secondary-m > span::before, .c-button-secondary > span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0065B1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 767px) {
  .c-button-secondary-s, .c-button-secondary-m, .c-button-secondary {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (any-hover: hover) {
  .c-button-secondary-s::before, .c-button-secondary-m::before, .c-button-secondary::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -102%;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 99px;
    background-color: #0065B1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .c-button-secondary-s:hover, .c-button-secondary-m:hover, .c-button-secondary:hover {
    border-color: #0065B1;
    text-decoration: none;
  }
  .c-button-secondary-s:hover::before, .c-button-secondary-m:hover::before, .c-button-secondary:hover::before {
    left: 0;
  }
  .c-button-secondary-s:hover > span, .c-button-secondary-m:hover > span, .c-button-secondary:hover > span {
    color: #FFF;
  }
  .c-button-secondary-s:hover > span::before, .c-button-secondary-m:hover > span::before, .c-button-secondary:hover > span::before {
    background-color: #FFF;
  }
}

.c-button-secondary {
  max-width: 359px;
  min-width: 320px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .c-button-secondary {
    max-width: 335px;
    min-width: min(100%, 335px);
    height: 60px;
  }
}

.c-button-secondary-m {
  max-width: 359px;
  min-width: 146px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-button-secondary-m {
    max-width: 221px;
    min-width: min(100%, 221px);
    height: 48px;
  }
}

.c-button-secondary-s {
  max-width: 359px;
  min-width: 127px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .c-button-secondary-s {
    max-width: 160px;
    min-width: min(100%, 160px);
    height: 44px;
  }
}

.page-top {
  position: fixed;
  bottom: 61px;
  right: 4.1333333333%;
  z-index: 99;
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Ccircle cx='35' cy='35' r='35' fill='%230065b1'/%3E%3Cpath fill='%23fff' d='M35 1a34.009 34.009 0 0 0-13.234 65.329A34.009 34.009 0 0 0 48.234 3.671 33.8 33.8 0 0 0 35 1m0-1A35 35 0 1 1 0 35 35 35 0 0 1 35 0'/%3E%3Cpath fill='%23fff' d='M22.977 38.762h-1.834v3.105H19.35V33.23h3.762a3.06 3.06 0 0 1 2.074.668 2.59 2.59 0 0 1 .773 2.069 2.65 2.65 0 0 1-.773 2.162 3.4 3.4 0 0 1-2.209.633m.844-1.8a1.25 1.25 0 0 0 .352-.984 1.17 1.17 0 0 0-.354-.961 1.54 1.54 0 0 0-.993-.287h-1.683v2.543h1.682a1.47 1.47 0 0 0 .996-.306Zm7.716 3.13h-3.182l-.598 1.775h-1.891l3.087-8.637h2.039l3.058 8.637h-1.957Zm-.5-1.488-1.078-3.4-1.113 3.4Zm9.419 3.052a3.3 3.3 0 0 1-1.758.44 3.65 3.65 0 0 1-2.812-1.19 4.54 4.54 0 0 1-1.141-3.269 4.8 4.8 0 0 1 1.152-3.364 3.93 3.93 0 0 1 3.053-1.265 4 4 0 0 1 2.646.835 3.1 3.1 0 0 1 1.149 2.083h-1.779a1.69 1.69 0 0 0-1-1.236 2.5 2.5 0 0 0-.99-.193 2.15 2.15 0 0 0-1.714.788 3.58 3.58 0 0 0-.671 2.37 2.94 2.94 0 0 0 .724 2.255 2.4 2.4 0 0 0 1.652.662 2.13 2.13 0 0 0 1.488-.524 2.27 2.27 0 0 0 .715-1.374h-2v-1.442h3.6v4.635h-1.195l-.182-1.078a4.1 4.1 0 0 1-.937.867m10.068-3.562h-4.196v2.221h4.782v1.552h-6.545V33.23h6.333v1.529h-4.57v1.834h4.2Zm-20.593 8.673v1.529h-2.584v7.108h-1.816v-7.107h-2.596v-1.53Zm4.703 8.877a3.77 3.77 0 0 1-2.834-1.008 4.66 4.66 0 0 1-1.308-3.562 4.57 4.57 0 0 1 1.308-3.563 3.77 3.77 0 0 1 2.834-1.007 3.77 3.77 0 0 1 2.83 1.008 4.58 4.58 0 0 1 1.307 3.562 4.67 4.67 0 0 1-1.307 3.562 3.77 3.77 0 0 1-2.83 1.008m1.705-2.32a3.55 3.55 0 0 0 .627-2.25 3.54 3.54 0 0 0-.63-2.247 2.06 2.06 0 0 0-1.7-.794 2.09 2.09 0 0 0-1.711.791 3.5 3.5 0 0 0-.639 2.25 3.5 3.5 0 0 0 .639 2.25 2.09 2.09 0 0 0 1.711.791 2.07 2.07 0 0 0 1.703-.791m7.493-1.025h-1.834v3.105h-1.793v-8.637h3.762a3.06 3.06 0 0 1 2.074.668 2.59 2.59 0 0 1 .773 2.069 2.65 2.65 0 0 1-.773 2.162 3.4 3.4 0 0 1-2.209.633m.844-1.8a1.25 1.25 0 0 0 .352-.984 1.17 1.17 0 0 0-.354-.961 1.54 1.54 0 0 0-.993-.287h-1.683v2.543h1.682a1.47 1.47 0 0 0 .996-.306Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.page-top.is-active {
  opacity: 1;
  pointer-events: visible;
}
.page-top::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 14.57px;
  height: 14.57px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.571' height='14.571' viewBox='0 0 14.571 14.571'%3E%3Cpath d='M34.786,12.5a1.11,1.11,0,0,0-.774.321l-6.191,6.191a1.095,1.095,0,0,0,1.547,1.548l4.323-4.324v9.741a1.095,1.095,0,1,0,2.19,0V16.236L40.2,20.56a1.095,1.095,0,0,0,1.547-1.548L35.56,12.821a1.11,1.11,0,0,0-.772-.321Z' transform='translate(-27.5 -12.5)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 15px;
    right: 12px;
  }
}
@media (any-hover: hover) {
  .page-top::before {
    transition: top 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .page-top:hover::before {
    top: 8.5px;
  }
}

/* ==========================================================================
�^�C�g��
========================================================================== */
.headline1 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(9.3333333333%, 140px) min(81.3333333333%, 1220px) min(9.3333333333%, 140px) minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-width: 1172.9651162791px;
  height: 176px;
  margin-right: auto;
  margin-left: auto;
  border-image: linear-gradient(#0065B1, #0065B1);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  color: #FFF;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 4.7rem;
  line-height: 1.6;
}
.headline1::before {
  content: "";
  grid-column: 1/-1;
  position: absolute;
  top: -524px;
  left: 50%;
  transform: translateX(-212px);
  width: 1528px;
  height: 1367px;
  background-image: url(/company/action/training/diversity/img/bg-title-lv1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.headline1 > span {
  z-index: 1;
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  .headline1 {
    grid-template-columns: 5.3333333333% 1fr 5.3333333333%;
    min-width: 100%;
    height: 120px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .headline1::before {
    top: -272px;
    width: 798px;
    height: 714px;
    transform: translateX(-218.5px);
  }
  .headline1 > span {
    grid-column: 2/3;
  }
}

.headline2 {
  margin-top: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 4.7rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline2 {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

/* ==========================================================================
�y�[�W���i�r�Q�[�V����
========================================================================== */
.page-menu {
  position: sticky !important;
  top: 70px;
  z-index: 20;
  padding: 16px 0 18px;
}
.page-menu_list {
  --column: 2 / 25;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8.5755813953%;
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
}
.page-menu_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.page-menu_item:not([href]) {
  line-height: 1;
  pointer-events: none;
}
.page-menu_item:hover {
  color: inherit;
  text-decoration: none;
}
.page-menu_item:visited {
  color: inherit;
}
.page-menu_item.is-active {
  color: #0065B1;
  pointer-events: none;
}
.page-menu_item.is-active > span {
  position: relative;
}
.page-menu_item.is-active > span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 22.5px;
  height: 4px;
  border-radius: 2px;
  background-color: #0065B1;
  opacity: 1;
}
@media (any-hover: hover) {
  .page-menu_item > span {
    position: relative;
  }
  .page-menu_item > span::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #0065B1;
    opacity: 0;
    transition: width, opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .page-menu_item:hover {
    color: #0065B1;
  }
  .page-menu_item:hover > span::before {
    width: 22.5px;
    opacity: 1;
  }
}
.page-menu_item sub {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-menu {
    padding: 0;
    top: 16vw;
    overflow: visible !important;
  }
  .page-menu_button {
    --column: 1 / -1;
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    width: 60px;
    height: 56px;
    border: 1px solid #FFF;
    border-right: none;
    border-radius: 12px 0 0 12px;
    background-color: #0065B1;
  }
  .page-menu_button > span {
    position: absolute;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    transition-property: top, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .page-menu_button > span:nth-child(1) {
    top: 18px;
  }
  .page-menu.is-open .page-menu_button > span:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .page-menu_button > span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .page-menu.is-open .page-menu_button > span:nth-child(2) {
    display: none;
  }
  .page-menu_button > span:nth-child(3) {
    top: 34px;
  }
  .page-menu.is-open .page-menu_button > span:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .page-menu_button.is-active + ul {
    opacity: 1;
    pointer-events: visible;
  }
  .page-menu_list {
    display: block;
    width: 100%;
    max-height: calc(100vh - 24vw);
    max-height: calc(100dvh - 24vw);
    padding: 94px 0 96px;
    border-radius: 0;
    background-color: #FFF;
    filter: none;
    overflow: auto;
  }
  .page-menu_item {
    height: 72px;
    border-top: 1px solid #BEBEBE;
  }
  .page-menu_item:last-child {
    border-bottom: 1px solid #BEBEBE;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .page-menu_item::before {
    bottom: -12px;
  }
}
.page-menu_dialog {
  --column: 1 / -1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 16vw;
  border: none;
  background-color: #FFF;
  opacity: 0;
  pointer-events: none;
}
.page-menu_dialog[open] {
  opacity: 1;
  pointer-events: visible;
}
.page-menu_dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.53);
}
.page-menu_dialog > .page-menu_button {
  top: calc(16vw + 16px);
}

/* ==========================================================================
������
========================================================================== */
.intro {
  padding: 64px 0 135px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 112px 0 142px;
  }
}
.intro_text {
  --column: 4 / 23;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.003em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro_text {
    --column: 2 / 3;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

/* ==========================================================================
CONTENTS
========================================================================== */
.section {
  padding: 64px 0 175px;
  background-color: var(--dataBg);
  overflow: visible !important;
}
.section.is-data01 {
  --dataBg: #F0F9FF;
  --dataColor: #0075D3;
  --dataArcPC: url(/company/action/training/data/img/arc-01-pc.webp);
  --dataArcSP: url(/company/action/training/data/img/arc-01-sp.webp);
}
.section.is-data01 .section_decoration > span {
  background-color: #0091E1;
}
.section.is-data01 .section_decoration > span.decoration01 {
  top: -132px;
  right: 13%;
  width: 12.0666666667%;
  padding-top: 12.0666666667%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='182' viewBox='0 0 182 182'%3E%3Cg transform='translate(-1136.5 -491.5)'%3E%3Cpath d='M68.016,181a3.082,3.082,0,0,1-3.083-3.081V116.067H3.081A3.082,3.082,0,0,1,0,112.985V68.018a3.083,3.083,0,0,1,3.081-3.084H64.933V3.082A3.083,3.083,0,0,1,68.016,0h44.966a3.083,3.083,0,0,1,3.085,3.082V64.934h61.852A3.083,3.083,0,0,1,181,68.018v44.967a3.082,3.082,0,0,1-3.082,3.081H116.067v61.852A3.083,3.083,0,0,1,112.982,181Z' transform='translate(1137 492)' fill='%230091e1'/%3E%3Cpath d='M112.982,181.5H68.016a3.586,3.586,0,0,1-3.583-3.581V116.567H3.081A3.585,3.585,0,0,1-.5,112.985V68.018a3.587,3.587,0,0,1,3.581-3.584H64.433V3.082A3.586,3.586,0,0,1,68.016-.5h44.966a3.587,3.587,0,0,1,3.585,3.582V64.434h61.352a3.587,3.587,0,0,1,3.582,3.584v44.967a3.586,3.586,0,0,1-3.582,3.581H116.567v61.352A3.587,3.587,0,0,1,112.982,181.5ZM3.081,65.434A2.586,2.586,0,0,0,.5,68.018v44.967a2.584,2.584,0,0,0,2.581,2.581H65.433v62.352a2.585,2.585,0,0,0,2.583,2.581h44.966a2.586,2.586,0,0,0,2.585-2.581V115.567h62.352a2.584,2.584,0,0,0,2.582-2.581V68.018a2.586,2.586,0,0,0-2.582-2.584H115.567V3.082A2.586,2.586,0,0,0,112.982.5H68.016a2.585,2.585,0,0,0-2.583,2.582V65.434Z' transform='translate(1137 492)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='182' viewBox='0 0 182 182'%3E%3Cg transform='translate(-1136.5 -491.5)'%3E%3Cpath d='M68.016,181a3.082,3.082,0,0,1-3.083-3.081V116.067H3.081A3.082,3.082,0,0,1,0,112.985V68.018a3.083,3.083,0,0,1,3.081-3.084H64.933V3.082A3.083,3.083,0,0,1,68.016,0h44.966a3.083,3.083,0,0,1,3.085,3.082V64.934h61.852A3.083,3.083,0,0,1,181,68.018v44.967a3.082,3.082,0,0,1-3.082,3.081H116.067v61.852A3.083,3.083,0,0,1,112.982,181Z' transform='translate(1137 492)' fill='%230091e1'/%3E%3Cpath d='M112.982,181.5H68.016a3.586,3.586,0,0,1-3.583-3.581V116.567H3.081A3.585,3.585,0,0,1-.5,112.985V68.018a3.587,3.587,0,0,1,3.581-3.584H64.433V3.082A3.586,3.586,0,0,1,68.016-.5h44.966a3.587,3.587,0,0,1,3.585,3.582V64.434h61.352a3.587,3.587,0,0,1,3.582,3.584v44.967a3.586,3.586,0,0,1-3.582,3.581H116.567v61.352A3.587,3.587,0,0,1,112.982,181.5ZM3.081,65.434A2.586,2.586,0,0,0,.5,68.018v44.967a2.584,2.584,0,0,0,2.581,2.581H65.433v62.352a2.585,2.585,0,0,0,2.583,2.581h44.966a2.586,2.586,0,0,0,2.585-2.581V115.567h62.352a2.584,2.584,0,0,0,2.582-2.581V68.018a2.586,2.586,0,0,0-2.582-2.584H115.567V3.082A2.586,2.586,0,0,0,112.982.5H68.016a2.585,2.585,0,0,0-2.583,2.582V65.434Z' transform='translate(1137 492)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data01 .section_decoration > span.decoration01 {
    top: -116px;
    right: 22px;
    width: 111px;
    padding-top: 111px;
  }
}
.section.is-data01 .section_decoration > span.decoration02 {
  top: 191px;
  left: 0;
  width: 6.1333333333%;
  padding-top: 14%;
  -webkit-mask-position: 0 50%;
  mask-position: 0 50%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92.498' height='211.18' viewBox='0 0 92.498 211.18'%3E%3Cg transform='translate(-13.002 -814.412)'%3E%3Cpath d='M-16547.5,11644.993A53.019,53.019,0,0,0-16509,11594a53.026,53.026,0,0,0-38.5-51v-54.021A106.024,106.024,0,0,1-16456,11594a106.025,106.025,0,0,1-91.5,105.017Z' transform='translate(16561 -10674)' fill='%230091e1'/%3E%3Cpath d='M-16548,11699.592v-54.977l.363-.1a52.161,52.161,0,0,0,15.246-7.149,52.665,52.665,0,0,0,12.078-11.441,52.255,52.255,0,0,0,7.951-14.773,52.383,52.383,0,0,0,2.863-17.146,52.393,52.393,0,0,0-2.863-17.146,52.247,52.247,0,0,0-7.951-14.774,52.673,52.673,0,0,0-12.078-11.443,52.164,52.164,0,0,0-15.246-7.15l-.363-.1v-54.972l.568.078a105.51,105.51,0,0,1,36.27,11.907,107.119,107.119,0,0,1,15.637,10.394,107.4,107.4,0,0,1,13.529,12.916,107.032,107.032,0,0,1,11.1,15.107,106.368,106.368,0,0,1,8.334,16.972,106.067,106.067,0,0,1,7.063,38.216,106.067,106.067,0,0,1-7.062,38.216,106.4,106.4,0,0,1-8.334,16.971,107.1,107.1,0,0,1-11.1,15.108,107.393,107.393,0,0,1-13.529,12.915,106.961,106.961,0,0,1-15.637,10.394,105.511,105.511,0,0,1-36.27,11.908Zm1-54.222v53.074a104.535,104.535,0,0,0,35.359-11.717,105.962,105.962,0,0,0,15.49-10.3,106.485,106.485,0,0,0,13.4-12.794,106.09,106.09,0,0,0,10.992-14.967,105.232,105.232,0,0,0,8.256-16.812,105.044,105.044,0,0,0,7-37.856,105.049,105.049,0,0,0-7-37.857,105.313,105.313,0,0,0-8.256-16.812,106.081,106.081,0,0,0-10.992-14.966,106.423,106.423,0,0,0-13.4-12.795,105.962,105.962,0,0,0-15.49-10.3,104.512,104.512,0,0,0-35.359-11.716v53.07a53.21,53.21,0,0,1,15.174,7.183,53.705,53.705,0,0,1,12.309,11.66,53.286,53.286,0,0,1,8.1,15.056,53.428,53.428,0,0,1,2.918,17.474,53.422,53.422,0,0,1-2.918,17.473,53.268,53.268,0,0,1-8.1,15.055,53.676,53.676,0,0,1-12.309,11.658A53.21,53.21,0,0,1-16547,11645.37Z' transform='translate(16561 -10674)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92.498' height='211.18' viewBox='0 0 92.498 211.18'%3E%3Cg transform='translate(-13.002 -814.412)'%3E%3Cpath d='M-16547.5,11644.993A53.019,53.019,0,0,0-16509,11594a53.026,53.026,0,0,0-38.5-51v-54.021A106.024,106.024,0,0,1-16456,11594a106.025,106.025,0,0,1-91.5,105.017Z' transform='translate(16561 -10674)' fill='%230091e1'/%3E%3Cpath d='M-16548,11699.592v-54.977l.363-.1a52.161,52.161,0,0,0,15.246-7.149,52.665,52.665,0,0,0,12.078-11.441,52.255,52.255,0,0,0,7.951-14.773,52.383,52.383,0,0,0,2.863-17.146,52.393,52.393,0,0,0-2.863-17.146,52.247,52.247,0,0,0-7.951-14.774,52.673,52.673,0,0,0-12.078-11.443,52.164,52.164,0,0,0-15.246-7.15l-.363-.1v-54.972l.568.078a105.51,105.51,0,0,1,36.27,11.907,107.119,107.119,0,0,1,15.637,10.394,107.4,107.4,0,0,1,13.529,12.916,107.032,107.032,0,0,1,11.1,15.107,106.368,106.368,0,0,1,8.334,16.972,106.067,106.067,0,0,1,7.063,38.216,106.067,106.067,0,0,1-7.062,38.216,106.4,106.4,0,0,1-8.334,16.971,107.1,107.1,0,0,1-11.1,15.108,107.393,107.393,0,0,1-13.529,12.915,106.961,106.961,0,0,1-15.637,10.394,105.511,105.511,0,0,1-36.27,11.908Zm1-54.222v53.074a104.535,104.535,0,0,0,35.359-11.717,105.962,105.962,0,0,0,15.49-10.3,106.485,106.485,0,0,0,13.4-12.794,106.09,106.09,0,0,0,10.992-14.967,105.232,105.232,0,0,0,8.256-16.812,105.044,105.044,0,0,0,7-37.856,105.049,105.049,0,0,0-7-37.857,105.313,105.313,0,0,0-8.256-16.812,106.081,106.081,0,0,0-10.992-14.966,106.423,106.423,0,0,0-13.4-12.795,105.962,105.962,0,0,0-15.49-10.3,104.512,104.512,0,0,0-35.359-11.716v53.07a53.21,53.21,0,0,1,15.174,7.183,53.705,53.705,0,0,1,12.309,11.66,53.286,53.286,0,0,1,8.1,15.056,53.428,53.428,0,0,1,2.918,17.474,53.422,53.422,0,0,1-2.918,17.473,53.268,53.268,0,0,1-8.1,15.055,53.676,53.676,0,0,1-12.309,11.658A53.21,53.21,0,0,1-16547,11645.37Z' transform='translate(16561 -10674)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data01 .section_decoration > span.decoration02 {
    top: 13px;
    width: 58px;
    padding-top: 116px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58.287' height='116.579' viewBox='0 0 58.287 116.579'%3E%3Cg transform='translate(0 -575.71)'%3E%3Cpath d='M-18384.713,11576.892a28.9,28.9,0,0,0,28.4-28.892,28.9,28.9,0,0,0-28.4-28.893v-28.894a57.791,57.791,0,0,1,57.287,57.786,57.79,57.79,0,0,1-57.287,57.785Z' transform='translate(18385.213 -10914)' fill='%230091e1'/%3E%3Cpath d='M-18385.213,11606.289V11576.4l.492-.009a28.188,28.188,0,0,0,10.879-2.363,28.312,28.312,0,0,0,8.869-6.11,28.307,28.307,0,0,0,5.971-8.972,28.253,28.253,0,0,0,2.186-10.946,28.253,28.253,0,0,0-2.186-10.946,28.307,28.307,0,0,0-5.971-8.972,28.3,28.3,0,0,0-8.869-6.11,28.189,28.189,0,0,0-10.879-2.364l-.492-.009v-29.889l.5,0a57.888,57.888,0,0,1,22.512,4.72,58.253,58.253,0,0,1,9.816,5.4,58.693,58.693,0,0,1,8.547,7.118,58.542,58.542,0,0,1,7.051,8.606,58.143,58.143,0,0,1,5.322,9.864,57.912,57.912,0,0,1,4.535,22.578,57.915,57.915,0,0,1-4.535,22.578,58.18,58.18,0,0,1-5.322,9.864,58.594,58.594,0,0,1-7.051,8.606,58.693,58.693,0,0,1-8.547,7.118,58.392,58.392,0,0,1-9.816,5.4,57.9,57.9,0,0,1-22.512,4.719Zm1-28.91v27.9a56.86,56.86,0,0,0,21.619-4.631,57.317,57.317,0,0,0,9.648-5.307,57.683,57.683,0,0,0,8.4-7,57.7,57.7,0,0,0,6.93-8.459,57.332,57.332,0,0,0,5.23-9.694,56.933,56.933,0,0,0,4.457-22.19,56.933,56.933,0,0,0-4.457-22.19,57.378,57.378,0,0,0-5.23-9.7,57.747,57.747,0,0,0-6.93-8.459,57.676,57.676,0,0,0-8.4-7,57.322,57.322,0,0,0-9.648-5.308,56.878,56.878,0,0,0-21.619-4.631v27.9a29.15,29.15,0,0,1,10.773,2.436,29.324,29.324,0,0,1,9.18,6.325,29.284,29.284,0,0,1,6.18,9.287,29.222,29.222,0,0,1,2.264,11.332,29.222,29.222,0,0,1-2.264,11.332,29.284,29.284,0,0,1-6.18,9.287,29.324,29.324,0,0,1-9.18,6.325A29.169,29.169,0,0,1-18384.213,11577.379Z' transform='translate(18385.213 -10914)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58.287' height='116.579' viewBox='0 0 58.287 116.579'%3E%3Cg transform='translate(0 -575.71)'%3E%3Cpath d='M-18384.713,11576.892a28.9,28.9,0,0,0,28.4-28.892,28.9,28.9,0,0,0-28.4-28.893v-28.894a57.791,57.791,0,0,1,57.287,57.786,57.79,57.79,0,0,1-57.287,57.785Z' transform='translate(18385.213 -10914)' fill='%230091e1'/%3E%3Cpath d='M-18385.213,11606.289V11576.4l.492-.009a28.188,28.188,0,0,0,10.879-2.363,28.312,28.312,0,0,0,8.869-6.11,28.307,28.307,0,0,0,5.971-8.972,28.253,28.253,0,0,0,2.186-10.946,28.253,28.253,0,0,0-2.186-10.946,28.307,28.307,0,0,0-5.971-8.972,28.3,28.3,0,0,0-8.869-6.11,28.189,28.189,0,0,0-10.879-2.364l-.492-.009v-29.889l.5,0a57.888,57.888,0,0,1,22.512,4.72,58.253,58.253,0,0,1,9.816,5.4,58.693,58.693,0,0,1,8.547,7.118,58.542,58.542,0,0,1,7.051,8.606,58.143,58.143,0,0,1,5.322,9.864,57.912,57.912,0,0,1,4.535,22.578,57.915,57.915,0,0,1-4.535,22.578,58.18,58.18,0,0,1-5.322,9.864,58.594,58.594,0,0,1-7.051,8.606,58.693,58.693,0,0,1-8.547,7.118,58.392,58.392,0,0,1-9.816,5.4,57.9,57.9,0,0,1-22.512,4.719Zm1-28.91v27.9a56.86,56.86,0,0,0,21.619-4.631,57.317,57.317,0,0,0,9.648-5.307,57.683,57.683,0,0,0,8.4-7,57.7,57.7,0,0,0,6.93-8.459,57.332,57.332,0,0,0,5.23-9.694,56.933,56.933,0,0,0,4.457-22.19,56.933,56.933,0,0,0-4.457-22.19,57.378,57.378,0,0,0-5.23-9.7,57.747,57.747,0,0,0-6.93-8.459,57.676,57.676,0,0,0-8.4-7,57.322,57.322,0,0,0-9.648-5.308,56.878,56.878,0,0,0-21.619-4.631v27.9a29.15,29.15,0,0,1,10.773,2.436,29.324,29.324,0,0,1,9.18,6.325,29.284,29.284,0,0,1,6.18,9.287,29.222,29.222,0,0,1,2.264,11.332,29.222,29.222,0,0,1-2.264,11.332,29.284,29.284,0,0,1-6.18,9.287,29.324,29.324,0,0,1-9.18,6.325A29.169,29.169,0,0,1-18384.213,11577.379Z' transform='translate(18385.213 -10914)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.section.is-data02 {
  --dataBg: #FFFBF0;
  --dataColor: #584A1D;
  --dataArcPC: url(/company/action/training/data/img/arc-02-pc.webp);
  --dataArcSP: url(/company/action/training/data/img/arc-02-sp.webp);
}
.section.is-data02 .section_decoration > span {
  background-color: #FFDE78;
}
.section.is-data02 .section_decoration > span.decoration01 {
  top: 22px;
  right: 5.8666666667%;
  width: 17.1333333333%;
  padding-top: 8.5333333333%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257' height='128' viewBox='0 0 257 128'%3E%3Cpath d='M197.505,128a4.841,4.841,0,0,1-4.861-4.456,64.32,64.32,0,0,0-128.286,0A4.841,4.841,0,0,1,59.5,128H4.9A4.862,4.862,0,0,1,0,123.028C2.629,54.641,59.156,0,128.5,0S254.374,54.641,257,123.028A4.857,4.857,0,0,1,252.1,128Z' fill='%23ffde78'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257' height='128' viewBox='0 0 257 128'%3E%3Cpath d='M197.505,128a4.841,4.841,0,0,1-4.861-4.456,64.32,64.32,0,0,0-128.286,0A4.841,4.841,0,0,1,59.5,128H4.9A4.862,4.862,0,0,1,0,123.028C2.629,54.641,59.156,0,128.5,0S254.374,54.641,257,123.028A4.857,4.857,0,0,1,252.1,128Z' fill='%23ffde78'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data02 .section_decoration > span.decoration01 {
    top: -66px;
    right: 20px;
    width: 151px;
    padding-top: 76px;
  }
}
.section.is-data02 .section_decoration > span.decoration02 {
  bottom: 588px;
  left: 0;
  width: 7.8666666667%;
  padding-top: 12.0666666667%;
  -webkit-mask-position: 0 50%;
  mask-position: 0 50%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118.5' height='182.003' viewBox='0 0 118.5 182.003'%3E%3Cg transform='translate(-13 -2243.499)'%3E%3Cpath d='M-16604.5,11716v-45.737h68.549a3.214,3.214,0,0,0,3.213-3.213v-83.1a3.214,3.214,0,0,0-3.213-3.213h-68.549V11535h111.848a5.652,5.652,0,0,1,5.652,5.651v169.7a5.653,5.653,0,0,1-5.652,5.655Z' transform='translate(16618.002 -9291)' fill='%23ffde78'/%3E%3Cpath d='M-16492.654,11716.5H-16605v-46.737h69.049a2.716,2.716,0,0,0,2.713-2.713v-83.1a2.716,2.716,0,0,0-2.713-2.713H-16605V11534.5h112.348a6.159,6.159,0,0,1,6.152,6.151v169.7A6.161,6.161,0,0,1-16492.654,11716.5Zm-111.348-1h111.348a5.159,5.159,0,0,0,5.152-5.155v-169.7a5.157,5.157,0,0,0-5.152-5.151H-16604v44.738h68.049a3.718,3.718,0,0,1,3.713,3.713v83.1a3.718,3.718,0,0,1-3.713,3.713H-16604Z' transform='translate(16618.002 -9291)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118.5' height='182.003' viewBox='0 0 118.5 182.003'%3E%3Cg transform='translate(-13 -2243.499)'%3E%3Cpath d='M-16604.5,11716v-45.737h68.549a3.214,3.214,0,0,0,3.213-3.213v-83.1a3.214,3.214,0,0,0-3.213-3.213h-68.549V11535h111.848a5.652,5.652,0,0,1,5.652,5.651v169.7a5.653,5.653,0,0,1-5.652,5.655Z' transform='translate(16618.002 -9291)' fill='%23ffde78'/%3E%3Cpath d='M-16492.654,11716.5H-16605v-46.737h69.049a2.716,2.716,0,0,0,2.713-2.713v-83.1a2.716,2.716,0,0,0-2.713-2.713H-16605V11534.5h112.348a6.159,6.159,0,0,1,6.152,6.151v169.7A6.161,6.161,0,0,1-16492.654,11716.5Zm-111.348-1h111.348a5.159,5.159,0,0,0,5.152-5.155v-169.7a5.157,5.157,0,0,0-5.152-5.151H-16604v44.738h68.049a3.718,3.718,0,0,1,3.713,3.713v83.1a3.718,3.718,0,0,1-3.713,3.713H-16604Z' transform='translate(16618.002 -9291)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data02 .section_decoration > span.decoration02 {
    top: 53px;
    bottom: auto;
    width: 54px;
    padding-top: 114px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54.502' height='114.905' viewBox='0 0 54.502 114.905'%3E%3Cg transform='translate(0.002 -1829.128)'%3E%3Cpath d='M-18382.6,11605.533v-28.785h22.7a2.017,2.017,0,0,0,2.018-2.022v-52.294a2.017,2.017,0,0,0-2.018-2.022h-22.7v-28.781h49.947a3.556,3.556,0,0,1,3.555,3.555v106.791a3.557,3.557,0,0,1-3.555,3.56Z' transform='translate(18383.096 -9662)' fill='%23ffde78'/%3E%3Cpath d='M-18332.65,11606.033h-50.447v-29.785h23.2a1.522,1.522,0,0,0,1.518-1.522v-52.294a1.522,1.522,0,0,0-1.518-1.522h-23.2v-29.781h50.447a4.059,4.059,0,0,1,4.055,4.055v106.791A4.061,4.061,0,0,1-18332.65,11606.033Zm-49.447-1h49.447a3.061,3.061,0,0,0,3.055-3.06v-106.791a3.059,3.059,0,0,0-3.055-3.055h-49.447v27.781h22.2a2.523,2.523,0,0,1,2.518,2.522v52.294a2.523,2.523,0,0,1-2.518,2.522h-22.2Z' transform='translate(18383.096 -9662)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54.502' height='114.905' viewBox='0 0 54.502 114.905'%3E%3Cg transform='translate(0.002 -1829.128)'%3E%3Cpath d='M-18382.6,11605.533v-28.785h22.7a2.017,2.017,0,0,0,2.018-2.022v-52.294a2.017,2.017,0,0,0-2.018-2.022h-22.7v-28.781h49.947a3.556,3.556,0,0,1,3.555,3.555v106.791a3.557,3.557,0,0,1-3.555,3.56Z' transform='translate(18383.096 -9662)' fill='%23ffde78'/%3E%3Cpath d='M-18332.65,11606.033h-50.447v-29.785h23.2a1.522,1.522,0,0,0,1.518-1.522v-52.294a1.522,1.522,0,0,0-1.518-1.522h-23.2v-29.781h50.447a4.059,4.059,0,0,1,4.055,4.055v106.791A4.061,4.061,0,0,1-18332.65,11606.033Zm-49.447-1h49.447a3.061,3.061,0,0,0,3.055-3.06v-106.791a3.059,3.059,0,0,0-3.055-3.055h-49.447v27.781h22.2a2.523,2.523,0,0,1,2.518,2.522v52.294a2.523,2.523,0,0,1-2.518,2.522h-22.2Z' transform='translate(18383.096 -9662)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.section.is-data02 .section_decoration > span.decoration03 {
  bottom: -28px;
  right: 0.9333333333%;
  width: 18.6%;
  padding-top: 12.2666666667%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='279' height='184' viewBox='0 0 279 184'%3E%3Cg transform='translate(0.595 0.031)'%3E%3Cpath d='M93.734,80.245l34.634,48.543A2.9,2.9,0,0,0,130.73,130H181.1a2.881,2.881,0,0,0,2.359-4.553L95.085,1.587a3.792,3.792,0,0,0-6.17,0L.542,125.447A2.881,2.881,0,0,0,2.9,130H53.27a2.9,2.9,0,0,0,2.361-1.212L90.266,80.245a2.133,2.133,0,0,1,3.468,0' transform='translate(-0.595 183.969) rotate(-90)' fill='%23ffde78'/%3E%3Cpath d='M93.734,80.245l34.634,48.543A2.9,2.9,0,0,0,130.73,130H181.1a2.881,2.881,0,0,0,2.359-4.553L95.085,1.587a3.792,3.792,0,0,0-6.17,0L.542,125.447A2.881,2.881,0,0,0,2.9,130H53.27a2.9,2.9,0,0,0,2.361-1.212L90.266,80.245a2.133,2.133,0,0,1,3.468,0' transform='translate(148.405 183.969) rotate(-90)' fill='%23ffde78'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='279' height='184' viewBox='0 0 279 184'%3E%3Cg transform='translate(0.595 0.031)'%3E%3Cpath d='M93.734,80.245l34.634,48.543A2.9,2.9,0,0,0,130.73,130H181.1a2.881,2.881,0,0,0,2.359-4.553L95.085,1.587a3.792,3.792,0,0,0-6.17,0L.542,125.447A2.881,2.881,0,0,0,2.9,130H53.27a2.9,2.9,0,0,0,2.361-1.212L90.266,80.245a2.133,2.133,0,0,1,3.468,0' transform='translate(-0.595 183.969) rotate(-90)' fill='%23ffde78'/%3E%3Cpath d='M93.734,80.245l34.634,48.543A2.9,2.9,0,0,0,130.73,130H181.1a2.881,2.881,0,0,0,2.359-4.553L95.085,1.587a3.792,3.792,0,0,0-6.17,0L.542,125.447A2.881,2.881,0,0,0,2.9,130H53.27a2.9,2.9,0,0,0,2.361-1.212L90.266,80.245a2.133,2.133,0,0,1,3.468,0' transform='translate(148.405 183.969) rotate(-90)' fill='%23ffde78'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data02 .section_decoration > span.decoration03 {
    bottom: -31px;
    right: 0;
    width: 163px;
    padding-top: 114px;
    -webkit-mask-position: 100% 50%;
    mask-position: 100% 50%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164.072' height='113.989' viewBox='0 0 164.072 113.989'%3E%3Cg transform='translate(-210.928 -3546.688)'%3E%3Cpath d='M-18354.445,11605.844l-76.152-54.264a2.329,2.329,0,0,1,0-3.791l76.152-54.269a1.773,1.773,0,0,1,2.8,1.449v30.932a1.777,1.777,0,0,1-.746,1.448l-29.844,21.269a1.306,1.306,0,0,0,0,2.129l29.844,21.268a1.793,1.793,0,0,1,.746,1.453v30.933a1.775,1.775,0,0,1-1.777,1.777A1.74,1.74,0,0,1-18354.445,11605.844Zm15.49-54.264a2.331,2.331,0,0,1,0-3.791l70.455-50.205v35.293l-22.092,15.741a1.312,1.312,0,0,0,0,2.129l22.092,15.74v35.294Z' transform='translate(18643 -7946)' fill='%23ffde78'/%3E%3Cpath d='M-18353.422,11606.678a2.256,2.256,0,0,1-1.314-.427l-76.152-54.264a2.8,2.8,0,0,1-1.184-2.3,2.793,2.793,0,0,1,1.186-2.3l76.15-54.269a2.255,2.255,0,0,1,1.313-.425,2.282,2.282,0,0,1,2.279,2.281v30.932a2.286,2.286,0,0,1-.955,1.855l-29.844,21.269a.8.8,0,0,0-.34.66.789.789,0,0,0,.338.653l29.846,21.269a2.3,2.3,0,0,1,.955,1.86v30.933A2.28,2.28,0,0,1-18353.422,11606.678Zm0-112.989a1.249,1.249,0,0,0-.73.239l-76.152,54.269a1.8,1.8,0,0,0-.766,1.488,1.8,1.8,0,0,0,.764,1.488l76.154,54.264a1.237,1.237,0,0,0,.732.241,1.28,1.28,0,0,0,1.277-1.277v-30.933a1.3,1.3,0,0,0-.539-1.048l-29.842-21.266a1.779,1.779,0,0,1-.758-1.467,1.809,1.809,0,0,1,.758-1.477l29.844-21.269a1.282,1.282,0,0,0,.537-1.041v-30.932A1.283,1.283,0,0,0-18353.424,11493.688Zm85.424,109.063-.791-.562-70.455-50.2a2.8,2.8,0,0,1-1.184-2.3,2.8,2.8,0,0,1,1.184-2.3l71.246-50.769v36.521l-.209.149-22.092,15.741a.805.805,0,0,0-.336.66.793.793,0,0,0,.336.654l22.3,15.89Zm-1-104.2-69.664,49.642a1.8,1.8,0,0,0-.766,1.488,1.8,1.8,0,0,0,.766,1.488l69.664,49.639v-34.066l-21.883-15.591a1.787,1.787,0,0,1-.754-1.467,1.815,1.815,0,0,1,.754-1.476l21.883-15.593Z' transform='translate(18643 -7946)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164.072' height='113.989' viewBox='0 0 164.072 113.989'%3E%3Cg transform='translate(-210.928 -3546.688)'%3E%3Cpath d='M-18354.445,11605.844l-76.152-54.264a2.329,2.329,0,0,1,0-3.791l76.152-54.269a1.773,1.773,0,0,1,2.8,1.449v30.932a1.777,1.777,0,0,1-.746,1.448l-29.844,21.269a1.306,1.306,0,0,0,0,2.129l29.844,21.268a1.793,1.793,0,0,1,.746,1.453v30.933a1.775,1.775,0,0,1-1.777,1.777A1.74,1.74,0,0,1-18354.445,11605.844Zm15.49-54.264a2.331,2.331,0,0,1,0-3.791l70.455-50.205v35.293l-22.092,15.741a1.312,1.312,0,0,0,0,2.129l22.092,15.74v35.294Z' transform='translate(18643 -7946)' fill='%23ffde78'/%3E%3Cpath d='M-18353.422,11606.678a2.256,2.256,0,0,1-1.314-.427l-76.152-54.264a2.8,2.8,0,0,1-1.184-2.3,2.793,2.793,0,0,1,1.186-2.3l76.15-54.269a2.255,2.255,0,0,1,1.313-.425,2.282,2.282,0,0,1,2.279,2.281v30.932a2.286,2.286,0,0,1-.955,1.855l-29.844,21.269a.8.8,0,0,0-.34.66.789.789,0,0,0,.338.653l29.846,21.269a2.3,2.3,0,0,1,.955,1.86v30.933A2.28,2.28,0,0,1-18353.422,11606.678Zm0-112.989a1.249,1.249,0,0,0-.73.239l-76.152,54.269a1.8,1.8,0,0,0-.766,1.488,1.8,1.8,0,0,0,.764,1.488l76.154,54.264a1.237,1.237,0,0,0,.732.241,1.28,1.28,0,0,0,1.277-1.277v-30.933a1.3,1.3,0,0,0-.539-1.048l-29.842-21.266a1.779,1.779,0,0,1-.758-1.467,1.809,1.809,0,0,1,.758-1.477l29.844-21.269a1.282,1.282,0,0,0,.537-1.041v-30.932A1.283,1.283,0,0,0-18353.424,11493.688Zm85.424,109.063-.791-.562-70.455-50.2a2.8,2.8,0,0,1-1.184-2.3,2.8,2.8,0,0,1,1.184-2.3l71.246-50.769v36.521l-.209.149-22.092,15.741a.805.805,0,0,0-.336.66.793.793,0,0,0,.336.654l22.3,15.89Zm-1-104.2-69.664,49.642a1.8,1.8,0,0,0-.766,1.488,1.8,1.8,0,0,0,.766,1.488l69.664,49.639v-34.066l-21.883-15.591a1.787,1.787,0,0,1-.754-1.467,1.815,1.815,0,0,1,.754-1.476l21.883-15.593Z' transform='translate(18643 -7946)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.section.is-data03 {
  --dataBg: #F3FAF9;
  --dataColor: #007B71;
  --dataArcPC: url(/company/action/training/data/img/arc-03-pc.webp);
  --dataArcSP: url(/company/action/training/data/img/arc-03-sp.webp);
}
.section.is-data03 .section_decoration > span {
  background-color: #009A8D;
}
.section.is-data03 .section_decoration > span.decoration01 {
  top: 122px;
  left: 0;
  width: 11.0666666667%;
  padding-top: 13.2%;
  -webkit-mask-position: 0 50%;
  mask-position: 0 50%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='166.502' height='199.001' viewBox='0 0 166.502 199.001'%3E%3Cg transform='translate(-12.998 -3135.5)'%3E%3Cpath d='M-16573.242,11674.247l-62.26-62.265v-69.964l62.26-62.268a6,6,0,0,1,8.475,0l93.012,93.01a6,6,0,0,1,0,8.479l-93.012,93.007A5.961,5.961,0,0,1-16569,11676,5.988,5.988,0,0,1-16573.242,11674.247Z' transform='translate(16649 -8342)' fill='%23009a8d'/%3E%3Cpath d='M-16569,11676.5a6.465,6.465,0,0,1-4.594-1.9l-62.406-62.412v-70.378l.146-.146,62.26-62.268a6.464,6.464,0,0,1,4.594-1.9,6.444,6.444,0,0,1,4.588,1.9l93.012,93.01a6.455,6.455,0,0,1,1.9,4.592,6.465,6.465,0,0,1-1.9,4.595l-93.012,93.007A6.435,6.435,0,0,1-16569,11676.5Zm-66-64.726,62.113,62.118a5.471,5.471,0,0,0,3.887,1.607,5.443,5.443,0,0,0,3.881-1.607l93.012-93.007a5.506,5.506,0,0,0,0-7.772l-93.012-93.01a5.448,5.448,0,0,0-3.881-1.6,5.466,5.466,0,0,0-3.887,1.605l-62.113,62.12Z' transform='translate(16649 -8342)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='166.502' height='199.001' viewBox='0 0 166.502 199.001'%3E%3Cg transform='translate(-12.998 -3135.5)'%3E%3Cpath d='M-16573.242,11674.247l-62.26-62.265v-69.964l62.26-62.268a6,6,0,0,1,8.475,0l93.012,93.01a6,6,0,0,1,0,8.479l-93.012,93.007A5.961,5.961,0,0,1-16569,11676,5.988,5.988,0,0,1-16573.242,11674.247Z' transform='translate(16649 -8342)' fill='%23009a8d'/%3E%3Cpath d='M-16569,11676.5a6.465,6.465,0,0,1-4.594-1.9l-62.406-62.412v-70.378l.146-.146,62.26-62.268a6.464,6.464,0,0,1,4.594-1.9,6.444,6.444,0,0,1,4.588,1.9l93.012,93.01a6.455,6.455,0,0,1,1.9,4.592,6.465,6.465,0,0,1-1.9,4.595l-93.012,93.007A6.435,6.435,0,0,1-16569,11676.5Zm-66-64.726,62.113,62.118a5.471,5.471,0,0,0,3.887,1.607,5.443,5.443,0,0,0,3.881-1.607l93.012-93.007a5.506,5.506,0,0,0,0-7.772l-93.012-93.01a5.448,5.448,0,0,0-3.881-1.6,5.466,5.466,0,0,0-3.887,1.605l-62.113,62.12Z' transform='translate(16649 -8342)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data03 .section_decoration > span.decoration01 {
    top: -32px;
    width: 88px;
    padding-top: 126px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88.176' height='126.718' viewBox='0 0 88.176 126.718'%3E%3Cg transform='translate(0.002 -3596.82)'%3E%3Cpath d='M-18382.834,11611.928l-21.621-21.622v-80.251l21.621-21.62a3.806,3.806,0,0,1,5.383,0l59.059,59.053a3.81,3.81,0,0,1,0,5.383l-59.059,59.058a3.792,3.792,0,0,1-2.689,1.11A3.807,3.807,0,0,1-18382.834,11611.928Z' transform='translate(18404.953 -7890)' fill='%23009a8d'/%3E%3Cpath d='M-18380.141,11613.538a4.3,4.3,0,0,1-3.047-1.256l-21.768-21.77v-80.665l21.768-21.767a4.276,4.276,0,0,1,3.047-1.261,4.261,4.261,0,0,1,3.043,1.262l59.059,59.052a4.287,4.287,0,0,1,1.26,3.045,4.283,4.283,0,0,1-1.26,3.044l-59.059,59.059A4.272,4.272,0,0,1-18380.141,11613.538Zm-23.814-23.439,21.475,21.476a3.3,3.3,0,0,0,2.34.964,3.281,3.281,0,0,0,2.336-.964l59.059-59.058a3.322,3.322,0,0,0,0-4.677l-59.059-59.052a3.272,3.272,0,0,0-2.336-.968,3.289,3.289,0,0,0-2.34.968l-21.475,21.474Z' transform='translate(18404.953 -7890)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88.176' height='126.718' viewBox='0 0 88.176 126.718'%3E%3Cg transform='translate(0.002 -3596.82)'%3E%3Cpath d='M-18382.834,11611.928l-21.621-21.622v-80.251l21.621-21.62a3.806,3.806,0,0,1,5.383,0l59.059,59.053a3.81,3.81,0,0,1,0,5.383l-59.059,59.058a3.792,3.792,0,0,1-2.689,1.11A3.807,3.807,0,0,1-18382.834,11611.928Z' transform='translate(18404.953 -7890)' fill='%23009a8d'/%3E%3Cpath d='M-18380.141,11613.538a4.3,4.3,0,0,1-3.047-1.256l-21.768-21.77v-80.665l21.768-21.767a4.276,4.276,0,0,1,3.047-1.261,4.261,4.261,0,0,1,3.043,1.262l59.059,59.052a4.287,4.287,0,0,1,1.26,3.045,4.283,4.283,0,0,1-1.26,3.044l-59.059,59.059A4.272,4.272,0,0,1-18380.141,11613.538Zm-23.814-23.439,21.475,21.476a3.3,3.3,0,0,0,2.34.964,3.281,3.281,0,0,0,2.336-.964l59.059-59.058a3.322,3.322,0,0,0,0-4.677l-59.059-59.052a3.272,3.272,0,0,0-2.336-.968,3.289,3.289,0,0,0-2.34.968l-21.475,21.474Z' transform='translate(18404.953 -7890)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.section.is-data03 .section_decoration > span.decoration02 {
  bottom: -37px;
  right: 2.6666666667%;
  width: 12%;
  padding-top: 12%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath d='M176.662,64.767a64.855,64.855,0,0,1-61.43-61.43A3.457,3.457,0,0,0,111.809,0H68.191a3.457,3.457,0,0,0-3.423,3.338,64.855,64.855,0,0,1-61.43,61.43A3.457,3.457,0,0,0,0,68.191v43.619a3.457,3.457,0,0,0,3.338,3.423,64.853,64.853,0,0,1,61.43,61.43A3.457,3.457,0,0,0,68.191,180h43.619a3.457,3.457,0,0,0,3.423-3.338,64.854,64.854,0,0,1,61.43-61.43A3.457,3.457,0,0,0,180,111.809V68.191a3.457,3.457,0,0,0-3.338-3.423' fill='%23009a8d'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath d='M176.662,64.767a64.855,64.855,0,0,1-61.43-61.43A3.457,3.457,0,0,0,111.809,0H68.191a3.457,3.457,0,0,0-3.423,3.338,64.855,64.855,0,0,1-61.43,61.43A3.457,3.457,0,0,0,0,68.191v43.619a3.457,3.457,0,0,0,3.338,3.423,64.853,64.853,0,0,1,61.43,61.43A3.457,3.457,0,0,0,68.191,180h43.619a3.457,3.457,0,0,0,3.423-3.338,64.854,64.854,0,0,1,61.43-61.43A3.457,3.457,0,0,0,180,111.809V68.191a3.457,3.457,0,0,0-3.338-3.423' fill='%23009a8d'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data03 .section_decoration > span.decoration02 {
    bottom: -32px;
    right: 0;
    width: 107px;
    padding-top: 120px;
    -webkit-mask-position: 100% 50%;
    mask-position: 100% 50%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='107.813' height='120.642' viewBox='0 0 107.813 120.642'%3E%3Cg transform='translate(-267.189 -4340.05)'%3E%3Cpath d='M-18374.486,11606.191h-14.5a2.3,2.3,0,0,1-2.277-2.222,43.1,43.1,0,0,0-40.828-40.828,2.3,2.3,0,0,1-2.223-2.277v-28.992a2.3,2.3,0,0,1,2.223-2.272,43.109,43.109,0,0,0,40.828-40.832,2.3,2.3,0,0,1,2.277-2.218h28.992a2.291,2.291,0,0,1,2.271,2.218,43.138,43.138,0,0,0,30.221,38.944v37.315a43.133,43.133,0,0,0-30.221,38.942,2.292,2.292,0,0,1-2.271,2.222Z' transform='translate(18702 -7146)' fill='%23009a8d'/%3E%3Cpath d='M-18359.99,11606.691h-28.992a2.811,2.811,0,0,1-2.777-2.7,42.477,42.477,0,0,0-12.42-27.934,42.474,42.474,0,0,0-27.934-12.422,2.809,2.809,0,0,1-2.7-2.776v-28.992a2.8,2.8,0,0,1,2.7-2.771,42.492,42.492,0,0,0,27.932-12.426,42.478,42.478,0,0,0,12.42-27.933,2.81,2.81,0,0,1,2.777-2.692h28.992a2.8,2.8,0,0,1,2.771,2.694,42.406,42.406,0,0,0,2.711,12.938,42.513,42.513,0,0,0,6.318,11.165,42.789,42.789,0,0,0,9.271,8.735,42.357,42.357,0,0,0,11.568,5.651l.352.109v38.052l-.352.109a42.382,42.382,0,0,0-11.568,5.65,42.761,42.761,0,0,0-9.271,8.734,42.508,42.508,0,0,0-6.318,11.164,42.412,42.412,0,0,0-2.711,12.941A2.8,2.8,0,0,1-18359.99,11606.691Zm-28.992-119.642a1.808,1.808,0,0,0-1.777,1.744,43.481,43.481,0,0,1-12.713,28.588,43.493,43.493,0,0,1-28.59,12.717,1.8,1.8,0,0,0-1.748,1.773v28.992a1.811,1.811,0,0,0,1.748,1.778,43.478,43.478,0,0,1,28.59,12.712,43.482,43.482,0,0,1,12.713,28.59,1.81,1.81,0,0,0,1.777,1.747h28.992a1.8,1.8,0,0,0,1.771-1.745,43.431,43.431,0,0,1,2.777-13.248,43.519,43.519,0,0,1,6.465-11.426,43.76,43.76,0,0,1,9.488-8.938,43.392,43.392,0,0,1,11.49-5.673v-36.583a43.424,43.424,0,0,1-11.49-5.674,43.764,43.764,0,0,1-9.488-8.939,43.525,43.525,0,0,1-6.465-11.427,43.425,43.425,0,0,1-2.777-13.245,1.8,1.8,0,0,0-1.771-1.743Z' transform='translate(18702 -7146)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='107.813' height='120.642' viewBox='0 0 107.813 120.642'%3E%3Cg transform='translate(-267.189 -4340.05)'%3E%3Cpath d='M-18374.486,11606.191h-14.5a2.3,2.3,0,0,1-2.277-2.222,43.1,43.1,0,0,0-40.828-40.828,2.3,2.3,0,0,1-2.223-2.277v-28.992a2.3,2.3,0,0,1,2.223-2.272,43.109,43.109,0,0,0,40.828-40.832,2.3,2.3,0,0,1,2.277-2.218h28.992a2.291,2.291,0,0,1,2.271,2.218,43.138,43.138,0,0,0,30.221,38.944v37.315a43.133,43.133,0,0,0-30.221,38.942,2.292,2.292,0,0,1-2.271,2.222Z' transform='translate(18702 -7146)' fill='%23009a8d'/%3E%3Cpath d='M-18359.99,11606.691h-28.992a2.811,2.811,0,0,1-2.777-2.7,42.477,42.477,0,0,0-12.42-27.934,42.474,42.474,0,0,0-27.934-12.422,2.809,2.809,0,0,1-2.7-2.776v-28.992a2.8,2.8,0,0,1,2.7-2.771,42.492,42.492,0,0,0,27.932-12.426,42.478,42.478,0,0,0,12.42-27.933,2.81,2.81,0,0,1,2.777-2.692h28.992a2.8,2.8,0,0,1,2.771,2.694,42.406,42.406,0,0,0,2.711,12.938,42.513,42.513,0,0,0,6.318,11.165,42.789,42.789,0,0,0,9.271,8.735,42.357,42.357,0,0,0,11.568,5.651l.352.109v38.052l-.352.109a42.382,42.382,0,0,0-11.568,5.65,42.761,42.761,0,0,0-9.271,8.734,42.508,42.508,0,0,0-6.318,11.164,42.412,42.412,0,0,0-2.711,12.941A2.8,2.8,0,0,1-18359.99,11606.691Zm-28.992-119.642a1.808,1.808,0,0,0-1.777,1.744,43.481,43.481,0,0,1-12.713,28.588,43.493,43.493,0,0,1-28.59,12.717,1.8,1.8,0,0,0-1.748,1.773v28.992a1.811,1.811,0,0,0,1.748,1.778,43.478,43.478,0,0,1,28.59,12.712,43.482,43.482,0,0,1,12.713,28.59,1.81,1.81,0,0,0,1.777,1.747h28.992a1.8,1.8,0,0,0,1.771-1.745,43.431,43.431,0,0,1,2.777-13.248,43.519,43.519,0,0,1,6.465-11.426,43.76,43.76,0,0,1,9.488-8.938,43.392,43.392,0,0,1,11.49-5.673v-36.583a43.424,43.424,0,0,1-11.49-5.674,43.764,43.764,0,0,1-9.488-8.939,43.525,43.525,0,0,1-6.465-11.427,43.425,43.425,0,0,1-2.777-13.245,1.8,1.8,0,0,0-1.771-1.743Z' transform='translate(18702 -7146)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.section.is-data04 {
  --dataBg: #FEF3F2;
  --dataColor: #8C3937;
  --dataArcPC: url(/company/action/training/data/img/arc-04-pc.webp);
  --dataArcSP: url(/company/action/training/data/img/arc-04-sp.webp);
}
.section.is-data04 .section_decoration > span {
  background-color: #EA807B;
}
.section.is-data04 .section_decoration > span.decoration01 {
  top: 211px;
  left: 1.8%;
  width: 7.5333333333%;
  padding-top: 15.0666666667%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='226' viewBox='0 0 113 226'%3E%3Cpath d='M173.682,113a4.264,4.264,0,0,1-4.274-3.933,56.546,56.546,0,0,0-112.812,0A4.264,4.264,0,0,1,52.321,113H4.312A4.284,4.284,0,0,1,0,108.61a113.086,113.086,0,0,1,225.994,0,4.28,4.28,0,0,1-4.306,4.39Z' transform='translate(0 226) rotate(-90)' fill='%23ea807b'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='226' viewBox='0 0 113 226'%3E%3Cpath d='M173.682,113a4.264,4.264,0,0,1-4.274-3.933,56.546,56.546,0,0,0-112.812,0A4.264,4.264,0,0,1,52.321,113H4.312A4.284,4.284,0,0,1,0,108.61a113.086,113.086,0,0,1,225.994,0,4.28,4.28,0,0,1-4.306,4.39Z' transform='translate(0 226) rotate(-90)' fill='%23ea807b'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data04 .section_decoration > span.decoration01 {
    top: 20px;
    left: 0;
    width: 60px;
    padding-top: 149px;
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61.301' height='149.919' viewBox='0 0 61.301 149.919'%3E%3Cg transform='translate(0.002 -4447.742)'%3E%3Cpath d='M-18371.434,11639.16a74.358,74.358,0,0,1-57.408-30.739v-87.443a74.343,74.343,0,0,1,57.408-30.733,2.815,2.815,0,0,1,2.893,2.838v31.632a2.811,2.811,0,0,1-2.592,2.818,37.249,37.249,0,0,0-34.641,37.168,37.252,37.252,0,0,0,34.641,37.167,2.81,2.81,0,0,1,2.592,2.814v31.636a2.83,2.83,0,0,1-2.795,2.844Z' transform='translate(18429.34 -7042)' fill='%23ea807b'/%3E%3Cpath d='M-18371.336,11639.661h-.113a74.979,74.979,0,0,1-17.221-2.682,74.594,74.594,0,0,1-15.686-6.364,75.384,75.384,0,0,1-13.682-9.578,75.551,75.551,0,0,1-11.209-12.321l-.1-.132v-87.768l.1-.132a75.584,75.584,0,0,1,11.209-12.32,75.282,75.282,0,0,1,13.682-9.577,74.64,74.64,0,0,1,15.686-6.362,74.977,74.977,0,0,1,17.217-2.68l.133,0a3.313,3.313,0,0,1,3.279,3.34v31.632a3.318,3.318,0,0,1-3.057,3.317,36.563,36.563,0,0,0-24.248,11.536,36.636,36.636,0,0,0-9.928,25.133,36.633,36.633,0,0,0,9.928,25.131,36.581,36.581,0,0,0,24.248,11.537,3.315,3.315,0,0,1,3.057,3.313v31.636A3.324,3.324,0,0,1-18371.336,11639.661Zm-57.006-31.4a74.521,74.521,0,0,0,10.967,12.026,74.228,74.228,0,0,0,13.5,9.451,73.611,73.611,0,0,0,15.475,6.279,73.965,73.965,0,0,0,16.988,2.645.676.676,0,0,0,.078,0,2.322,2.322,0,0,0,2.295-2.344v-31.636a2.311,2.311,0,0,0-2.127-2.315,37.569,37.569,0,0,1-24.906-11.852,37.622,37.622,0,0,1-10.2-25.814,37.625,37.625,0,0,1,10.2-25.816,37.551,37.551,0,0,1,24.906-11.851,2.313,2.313,0,0,0,2.127-2.319v-31.632a2.313,2.313,0,0,0-2.279-2.34c-.031,0-.062,0-.094,0a73.963,73.963,0,0,0-16.988,2.643,73.6,73.6,0,0,0-15.475,6.277,74.267,74.267,0,0,0-13.5,9.449,74.521,74.521,0,0,0-10.967,12.026Z' transform='translate(18429.34 -7042)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61.301' height='149.919' viewBox='0 0 61.301 149.919'%3E%3Cg transform='translate(0.002 -4447.742)'%3E%3Cpath d='M-18371.434,11639.16a74.358,74.358,0,0,1-57.408-30.739v-87.443a74.343,74.343,0,0,1,57.408-30.733,2.815,2.815,0,0,1,2.893,2.838v31.632a2.811,2.811,0,0,1-2.592,2.818,37.249,37.249,0,0,0-34.641,37.168,37.252,37.252,0,0,0,34.641,37.167,2.81,2.81,0,0,1,2.592,2.814v31.636a2.83,2.83,0,0,1-2.795,2.844Z' transform='translate(18429.34 -7042)' fill='%23ea807b'/%3E%3Cpath d='M-18371.336,11639.661h-.113a74.979,74.979,0,0,1-17.221-2.682,74.594,74.594,0,0,1-15.686-6.364,75.384,75.384,0,0,1-13.682-9.578,75.551,75.551,0,0,1-11.209-12.321l-.1-.132v-87.768l.1-.132a75.584,75.584,0,0,1,11.209-12.32,75.282,75.282,0,0,1,13.682-9.577,74.64,74.64,0,0,1,15.686-6.362,74.977,74.977,0,0,1,17.217-2.68l.133,0a3.313,3.313,0,0,1,3.279,3.34v31.632a3.318,3.318,0,0,1-3.057,3.317,36.563,36.563,0,0,0-24.248,11.536,36.636,36.636,0,0,0-9.928,25.133,36.633,36.633,0,0,0,9.928,25.131,36.581,36.581,0,0,0,24.248,11.537,3.315,3.315,0,0,1,3.057,3.313v31.636A3.324,3.324,0,0,1-18371.336,11639.661Zm-57.006-31.4a74.521,74.521,0,0,0,10.967,12.026,74.228,74.228,0,0,0,13.5,9.451,73.611,73.611,0,0,0,15.475,6.279,73.965,73.965,0,0,0,16.988,2.645.676.676,0,0,0,.078,0,2.322,2.322,0,0,0,2.295-2.344v-31.636a2.311,2.311,0,0,0-2.127-2.315,37.569,37.569,0,0,1-24.906-11.852,37.622,37.622,0,0,1-10.2-25.814,37.625,37.625,0,0,1,10.2-25.816,37.551,37.551,0,0,1,24.906-11.851,2.313,2.313,0,0,0,2.127-2.319v-31.632a2.313,2.313,0,0,0-2.279-2.34c-.031,0-.062,0-.094,0a73.963,73.963,0,0,0-16.988,2.643,73.6,73.6,0,0,0-15.475,6.277,74.267,74.267,0,0,0-13.5,9.449,74.521,74.521,0,0,0-10.967,12.026Z' transform='translate(18429.34 -7042)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.section.is-data04 .section_decoration > span.decoration02 {
  bottom: 302px;
  right: 4.8666666667%;
  width: 4.8666666667%;
  padding-top: 19.6666666667%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='295' viewBox='0 0 73 295'%3E%3Cg transform='translate(73 295) rotate(180)'%3E%3Cpath d='M73,36.876A36.691,36.691,0,0,1,36.5,73.752,36.69,36.69,0,0,1,0,36.876,36.69,36.69,0,0,1,36.5,0,36.691,36.691,0,0,1,73,36.876' fill='%23ea807b'/%3E%3Cpath d='M73,64.015a36.691,36.691,0,0,1-36.5,36.876,36.878,36.878,0,0,1,0-73.752A36.691,36.691,0,0,1,73,64.015' transform='translate(0 46.611)' fill='%23ea807b'/%3E%3Cpath d='M73,91.153a36.691,36.691,0,0,1-36.5,36.876,36.878,36.878,0,0,1,0-73.752A36.691,36.691,0,0,1,73,91.153' transform='translate(0 93.221)' fill='%23ea807b'/%3E%3Cpath d='M73,118.292a36.691,36.691,0,0,1-36.5,36.876,36.878,36.878,0,0,1,0-73.752A36.691,36.691,0,0,1,73,118.292' transform='translate(0 139.832)' fill='%23ea807b'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='295' viewBox='0 0 73 295'%3E%3Cg transform='translate(73 295) rotate(180)'%3E%3Cpath d='M73,36.876A36.691,36.691,0,0,1,36.5,73.752,36.69,36.69,0,0,1,0,36.876,36.69,36.69,0,0,1,36.5,0,36.691,36.691,0,0,1,73,36.876' fill='%23ea807b'/%3E%3Cpath d='M73,64.015a36.691,36.691,0,0,1-36.5,36.876,36.878,36.878,0,0,1,0-73.752A36.691,36.691,0,0,1,73,64.015' transform='translate(0 46.611)' fill='%23ea807b'/%3E%3Cpath d='M73,91.153a36.691,36.691,0,0,1-36.5,36.876,36.878,36.878,0,0,1,0-73.752A36.691,36.691,0,0,1,73,91.153' transform='translate(0 93.221)' fill='%23ea807b'/%3E%3Cpath d='M73,118.292a36.691,36.691,0,0,1-36.5,36.876,36.878,36.878,0,0,1,0-73.752A36.691,36.691,0,0,1,73,118.292' transform='translate(0 139.832)' fill='%23ea807b'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data04 .section_decoration > span.decoration02 {
    bottom: -98px;
    right: 17px;
    width: 42px;
    padding-top: 168px;
  }
}
.section.is-data05 {
  --dataBg: #F0F9FF;
  --dataColor: #0065B1;
  --dataArcPC: url(/company/action/training/data/img/arc-05-pc.webp);
  --dataArcSP: url(/company/action/training/data/img/arc-05-sp.webp);
}
.section.is-data05 .section_decoration > span {
  background-color: #0091E1;
}
.section.is-data05 .section_decoration > span.decoration01 {
  top: -112px;
  left: 2.7333333333%;
  width: 15.6666666667%;
  padding-top: 11.0666666667%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='235' height='166' viewBox='0 0 235 166'%3E%3Cpath d='M119.715,102.467l44.234,61.985A3.7,3.7,0,0,0,166.965,166H231.3a3.679,3.679,0,0,0,3.012-5.814L121.44,2.027a4.844,4.844,0,0,0-7.88,0L.692,160.186A3.679,3.679,0,0,0,3.7,166H68.036a3.7,3.7,0,0,0,3.016-1.548l44.234-61.985a2.724,2.724,0,0,1,4.43,0' transform='translate(-0.001 0)' fill='%230091e1'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='235' height='166' viewBox='0 0 235 166'%3E%3Cpath d='M119.715,102.467l44.234,61.985A3.7,3.7,0,0,0,166.965,166H231.3a3.679,3.679,0,0,0,3.012-5.814L121.44,2.027a4.844,4.844,0,0,0-7.88,0L.692,160.186A3.679,3.679,0,0,0,3.7,166H68.036a3.7,3.7,0,0,0,3.016-1.548l44.234-61.985a2.724,2.724,0,0,1,4.43,0' transform='translate(-0.001 0)' fill='%230091e1'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data05 .section_decoration > span.decoration01 {
    top: 49px;
    left: 0;
    width: 106px;
    padding-top: 101px;
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106.742' height='101.373' viewBox='0 0 106.742 101.373'%3E%3Cg transform='translate(0 -7098.126)'%3E%3Cpath d='M-18342.646,11587a2.228,2.228,0,0,1-1.814-.939l-26.584-37.479a1.637,1.637,0,0,0-2.666,0l-26.582,37.479a2.234,2.234,0,0,1-1.814.939h-5.393v-52.974l32.752-46.174a2.9,2.9,0,0,1,4.74,0l67.834,95.63a2.225,2.225,0,0,1-1.811,3.518Z' transform='translate(18408 -4388)' fill='%230091e1'/%3E%3Cpath d='M-18303.984,11587.5h-38.662a2.738,2.738,0,0,1-2.221-1.148l-26.586-37.481a1.124,1.124,0,0,0-.924-.477,1.123,1.123,0,0,0-.926.478l-26.582,37.479a2.744,2.744,0,0,1-2.223,1.15H-18408v-53.633l.092-.13,32.752-46.174a3.374,3.374,0,0,1,2.779-1.437,3.375,3.375,0,0,1,2.777,1.436l67.834,95.631a2.713,2.713,0,0,1,.2,2.829A2.713,2.713,0,0,1-18303.984,11587.5Zm-68.393-40.106a2.113,2.113,0,0,1,1.74.9l26.584,37.48a1.732,1.732,0,0,0,1.406.729h38.662a1.7,1.7,0,0,0,1.533-.935,1.7,1.7,0,0,0-.129-1.792l-67.836-95.632a2.382,2.382,0,0,0-1.961-1.015,2.382,2.382,0,0,0-1.963,1.016l-32.66,46.043v52.314h4.893a1.741,1.741,0,0,0,1.408-.731l26.58-37.477A2.113,2.113,0,0,1-18372.377,11547.393Z' transform='translate(18408 -4388)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106.742' height='101.373' viewBox='0 0 106.742 101.373'%3E%3Cg transform='translate(0 -7098.126)'%3E%3Cpath d='M-18342.646,11587a2.228,2.228,0,0,1-1.814-.939l-26.584-37.479a1.637,1.637,0,0,0-2.666,0l-26.582,37.479a2.234,2.234,0,0,1-1.814.939h-5.393v-52.974l32.752-46.174a2.9,2.9,0,0,1,4.74,0l67.834,95.63a2.225,2.225,0,0,1-1.811,3.518Z' transform='translate(18408 -4388)' fill='%230091e1'/%3E%3Cpath d='M-18303.984,11587.5h-38.662a2.738,2.738,0,0,1-2.221-1.148l-26.586-37.481a1.124,1.124,0,0,0-.924-.477,1.123,1.123,0,0,0-.926.478l-26.582,37.479a2.744,2.744,0,0,1-2.223,1.15H-18408v-53.633l.092-.13,32.752-46.174a3.374,3.374,0,0,1,2.779-1.437,3.375,3.375,0,0,1,2.777,1.436l67.834,95.631a2.713,2.713,0,0,1,.2,2.829A2.713,2.713,0,0,1-18303.984,11587.5Zm-68.393-40.106a2.113,2.113,0,0,1,1.74.9l26.584,37.48a1.732,1.732,0,0,0,1.406.729h38.662a1.7,1.7,0,0,0,1.533-.935,1.7,1.7,0,0,0-.129-1.792l-67.836-95.632a2.382,2.382,0,0,0-1.961-1.015,2.382,2.382,0,0,0-1.963,1.016l-32.66,46.043v52.314h4.893a1.741,1.741,0,0,0,1.408-.731l26.58-37.477A2.113,2.113,0,0,1-18372.377,11547.393Z' transform='translate(18408 -4388)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.section.is-data05 .section_decoration > span.decoration02 {
  top: 123px;
  right: 0;
  width: 13.2666666667%;
  padding-top: 15.0666666667%;
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='199.498' height='226.996' viewBox='0 0 199.498 226.996'%3E%3Cg transform='translate(-1296.436 -5893.431)'%3E%3Cpath d='M-16602.365,11559.658v-24.433h-24.432a44.281,44.281,0,0,1-44.268-44.3,44.281,44.281,0,0,1,44.268-44.3h24.432V11422.2a44.282,44.282,0,0,1,44.3-44.269,44.287,44.287,0,0,1,44.3,44.269v24.433h24.428a44.145,44.145,0,0,1,16.771,3.287v82.02a44.145,44.145,0,0,1-16.771,3.287h-24.428v24.433a44.287,44.287,0,0,1-44.3,44.269A44.287,44.287,0,0,1-16602.365,11559.658Z' transform='translate(17968 -5484)' fill='%230091e1'/%3E%3Cpath d='M-16558.066,11604.427a44.53,44.53,0,0,1-17.436-3.519,44.67,44.67,0,0,1-14.24-9.593,44.659,44.659,0,0,1-9.6-14.23,44.469,44.469,0,0,1-3.521-17.427v-23.933h-23.932a44.467,44.467,0,0,1-17.426-3.521,44.61,44.61,0,0,1-14.23-9.6,44.663,44.663,0,0,1-9.594-14.239,44.553,44.553,0,0,1-3.518-17.437,44.553,44.553,0,0,1,3.518-17.437,44.663,44.663,0,0,1,9.594-14.239,44.61,44.61,0,0,1,14.23-9.6,44.467,44.467,0,0,1,17.426-3.521h23.932V11422.2a44.479,44.479,0,0,1,3.521-17.429,44.591,44.591,0,0,1,9.6-14.229,44.656,44.656,0,0,1,14.238-9.593,44.556,44.556,0,0,1,17.438-3.518,44.53,44.53,0,0,1,17.436,3.519,44.627,44.627,0,0,1,14.24,9.593,44.632,44.632,0,0,1,9.6,14.23,44.469,44.469,0,0,1,3.521,17.427v23.933h23.928a44.521,44.521,0,0,1,16.961,3.324l.311.127v82.691l-.311.127a44.521,44.521,0,0,1-16.961,3.324h-23.928v23.933a44.469,44.469,0,0,1-3.521,17.427,44.632,44.632,0,0,1-9.6,14.23,44.627,44.627,0,0,1-14.24,9.593A44.53,44.53,0,0,1-16558.066,11604.427Zm-68.73-157.295a43.486,43.486,0,0,0-17.037,3.441,43.628,43.628,0,0,0-13.912,9.386,43.628,43.628,0,0,0-9.379,13.922,43.526,43.526,0,0,0-3.439,17.048,43.526,43.526,0,0,0,3.439,17.048,43.628,43.628,0,0,0,9.379,13.922,43.628,43.628,0,0,0,13.912,9.386,43.486,43.486,0,0,0,17.037,3.441h24.932v24.933a43.449,43.449,0,0,0,3.443,17.037,43.588,43.588,0,0,0,9.387,13.912,43.655,43.655,0,0,0,13.924,9.38,43.533,43.533,0,0,0,17.045,3.439,43.549,43.549,0,0,0,17.047-3.439,43.677,43.677,0,0,0,13.924-9.38,43.62,43.62,0,0,0,9.387-13.912,43.449,43.449,0,0,0,3.443-17.037v-24.933h24.928a43.538,43.538,0,0,0,16.271-3.124v-81.346a43.538,43.538,0,0,0-16.271-3.124h-24.928V11422.2a43.449,43.449,0,0,0-3.443-17.037,43.62,43.62,0,0,0-9.387-13.912,43.677,43.677,0,0,0-13.924-9.38,43.549,43.549,0,0,0-17.047-3.439,43.559,43.559,0,0,0-17.047,3.438,43.639,43.639,0,0,0-13.922,9.379,43.626,43.626,0,0,0-9.389,13.912,43.488,43.488,0,0,0-3.441,17.039v24.933Z' transform='translate(17968 -5484)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='199.498' height='226.996' viewBox='0 0 199.498 226.996'%3E%3Cg transform='translate(-1296.436 -5893.431)'%3E%3Cpath d='M-16602.365,11559.658v-24.433h-24.432a44.281,44.281,0,0,1-44.268-44.3,44.281,44.281,0,0,1,44.268-44.3h24.432V11422.2a44.282,44.282,0,0,1,44.3-44.269,44.287,44.287,0,0,1,44.3,44.269v24.433h24.428a44.145,44.145,0,0,1,16.771,3.287v82.02a44.145,44.145,0,0,1-16.771,3.287h-24.428v24.433a44.287,44.287,0,0,1-44.3,44.269A44.287,44.287,0,0,1-16602.365,11559.658Z' transform='translate(17968 -5484)' fill='%230091e1'/%3E%3Cpath d='M-16558.066,11604.427a44.53,44.53,0,0,1-17.436-3.519,44.67,44.67,0,0,1-14.24-9.593,44.659,44.659,0,0,1-9.6-14.23,44.469,44.469,0,0,1-3.521-17.427v-23.933h-23.932a44.467,44.467,0,0,1-17.426-3.521,44.61,44.61,0,0,1-14.23-9.6,44.663,44.663,0,0,1-9.594-14.239,44.553,44.553,0,0,1-3.518-17.437,44.553,44.553,0,0,1,3.518-17.437,44.663,44.663,0,0,1,9.594-14.239,44.61,44.61,0,0,1,14.23-9.6,44.467,44.467,0,0,1,17.426-3.521h23.932V11422.2a44.479,44.479,0,0,1,3.521-17.429,44.591,44.591,0,0,1,9.6-14.229,44.656,44.656,0,0,1,14.238-9.593,44.556,44.556,0,0,1,17.438-3.518,44.53,44.53,0,0,1,17.436,3.519,44.627,44.627,0,0,1,14.24,9.593,44.632,44.632,0,0,1,9.6,14.23,44.469,44.469,0,0,1,3.521,17.427v23.933h23.928a44.521,44.521,0,0,1,16.961,3.324l.311.127v82.691l-.311.127a44.521,44.521,0,0,1-16.961,3.324h-23.928v23.933a44.469,44.469,0,0,1-3.521,17.427,44.632,44.632,0,0,1-9.6,14.23,44.627,44.627,0,0,1-14.24,9.593A44.53,44.53,0,0,1-16558.066,11604.427Zm-68.73-157.295a43.486,43.486,0,0,0-17.037,3.441,43.628,43.628,0,0,0-13.912,9.386,43.628,43.628,0,0,0-9.379,13.922,43.526,43.526,0,0,0-3.439,17.048,43.526,43.526,0,0,0,3.439,17.048,43.628,43.628,0,0,0,9.379,13.922,43.628,43.628,0,0,0,13.912,9.386,43.486,43.486,0,0,0,17.037,3.441h24.932v24.933a43.449,43.449,0,0,0,3.443,17.037,43.588,43.588,0,0,0,9.387,13.912,43.655,43.655,0,0,0,13.924,9.38,43.533,43.533,0,0,0,17.045,3.439,43.549,43.549,0,0,0,17.047-3.439,43.677,43.677,0,0,0,13.924-9.38,43.62,43.62,0,0,0,9.387-13.912,43.449,43.449,0,0,0,3.443-17.037v-24.933h24.928a43.538,43.538,0,0,0,16.271-3.124v-81.346a43.538,43.538,0,0,0-16.271-3.124h-24.928V11422.2a43.449,43.449,0,0,0-3.443-17.037,43.62,43.62,0,0,0-9.387-13.912,43.677,43.677,0,0,0-13.924-9.38,43.549,43.549,0,0,0-17.047-3.439,43.559,43.559,0,0,0-17.047,3.438,43.639,43.639,0,0,0-13.922,9.379,43.626,43.626,0,0,0-9.389,13.912,43.488,43.488,0,0,0-3.441,17.039v24.933Z' transform='translate(17968 -5484)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .section.is-data05 .section_decoration > span.decoration02 {
    top: auto;
    bottom: -2px;
    width: 120px;
    padding-top: 113px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121.188' height='114.196' viewBox='0 0 121.188 114.196'%3E%3Cg transform='translate(-1296.434 -5893.426)'%3E%3Cpath d='M-17349.23,9271.122a27.49,27.49,0,0,1-.168-3.018v-14.829h-14.828a26.841,26.841,0,0,1-26.84-26.839,26.842,26.842,0,0,1,26.84-26.843h14.828v-14.829a26.841,26.841,0,0,1,26.84-26.839,26.844,26.844,0,0,1,26.842,26.839v14.829h14.82a26.779,26.779,0,0,1,10.018,1.932v49.818a26.779,26.779,0,0,1-10.018,1.932h-14.82V9268.1a27.016,27.016,0,0,1-.168,3.018Z' transform='translate(18688 -3264)' fill='%230091e1'/%3E%3Cpath d='M-17295.437,9271.622h-54.24l-.049-.445a27.688,27.688,0,0,1-.172-3.072v-14.329h-14.328a27.176,27.176,0,0,1-10.643-2.148,27.291,27.291,0,0,1-8.689-5.859,27.263,27.263,0,0,1-5.859-8.69,27.16,27.16,0,0,1-2.148-10.641,27.174,27.174,0,0,1,2.148-10.644,27.263,27.263,0,0,1,5.859-8.69,27.278,27.278,0,0,1,8.689-5.86,27.169,27.169,0,0,1,10.643-2.148h14.328v-14.329a27.16,27.16,0,0,1,2.148-10.641,27.263,27.263,0,0,1,5.859-8.69,27.291,27.291,0,0,1,8.689-5.859,27.176,27.176,0,0,1,10.643-2.148,27.167,27.167,0,0,1,10.641,2.148,27.278,27.278,0,0,1,8.691,5.859,27.237,27.237,0,0,1,5.859,8.689,27.135,27.135,0,0,1,2.15,10.642v14.329h14.32a27.214,27.214,0,0,1,10.205,1.968l.313.126v50.494l-.312.126a27.214,27.214,0,0,1-10.205,1.968h-14.32V9268.1a27.238,27.238,0,0,1-.172,3.073Zm-53.342-1h52.443c.08-.832.119-1.677.119-2.518v-15.329h15.32a26.215,26.215,0,0,0,9.518-1.771v-49.139a26.215,26.215,0,0,0-9.518-1.771h-15.32v-15.329a26.18,26.18,0,0,0-2.07-10.252,26.251,26.251,0,0,0-5.646-8.372,26.255,26.255,0,0,0-8.373-5.645,26.169,26.169,0,0,0-10.252-2.07,26.155,26.155,0,0,0-10.252,2.07,26.255,26.255,0,0,0-8.373,5.645,26.235,26.235,0,0,0-5.645,8.372,26.18,26.18,0,0,0-2.07,10.252v15.329h-15.328a26.155,26.155,0,0,0-10.252,2.07,26.242,26.242,0,0,0-8.373,5.646,26.228,26.228,0,0,0-5.645,8.373,26.186,26.186,0,0,0-2.07,10.254,26.18,26.18,0,0,0,2.07,10.252,26.235,26.235,0,0,0,5.645,8.372,26.255,26.255,0,0,0,8.373,5.645,26.155,26.155,0,0,0,10.252,2.07h15.328V9268.1C-17348.9,9268.933-17348.857,9269.777-17348.779,9270.622Z' transform='translate(18688 -3264)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121.188' height='114.196' viewBox='0 0 121.188 114.196'%3E%3Cg transform='translate(-1296.434 -5893.426)'%3E%3Cpath d='M-17349.23,9271.122a27.49,27.49,0,0,1-.168-3.018v-14.829h-14.828a26.841,26.841,0,0,1-26.84-26.839,26.842,26.842,0,0,1,26.84-26.843h14.828v-14.829a26.841,26.841,0,0,1,26.84-26.839,26.844,26.844,0,0,1,26.842,26.839v14.829h14.82a26.779,26.779,0,0,1,10.018,1.932v49.818a26.779,26.779,0,0,1-10.018,1.932h-14.82V9268.1a27.016,27.016,0,0,1-.168,3.018Z' transform='translate(18688 -3264)' fill='%230091e1'/%3E%3Cpath d='M-17295.437,9271.622h-54.24l-.049-.445a27.688,27.688,0,0,1-.172-3.072v-14.329h-14.328a27.176,27.176,0,0,1-10.643-2.148,27.291,27.291,0,0,1-8.689-5.859,27.263,27.263,0,0,1-5.859-8.69,27.16,27.16,0,0,1-2.148-10.641,27.174,27.174,0,0,1,2.148-10.644,27.263,27.263,0,0,1,5.859-8.69,27.278,27.278,0,0,1,8.689-5.86,27.169,27.169,0,0,1,10.643-2.148h14.328v-14.329a27.16,27.16,0,0,1,2.148-10.641,27.263,27.263,0,0,1,5.859-8.69,27.291,27.291,0,0,1,8.689-5.859,27.176,27.176,0,0,1,10.643-2.148,27.167,27.167,0,0,1,10.641,2.148,27.278,27.278,0,0,1,8.691,5.859,27.237,27.237,0,0,1,5.859,8.689,27.135,27.135,0,0,1,2.15,10.642v14.329h14.32a27.214,27.214,0,0,1,10.205,1.968l.313.126v50.494l-.312.126a27.214,27.214,0,0,1-10.205,1.968h-14.32V9268.1a27.238,27.238,0,0,1-.172,3.073Zm-53.342-1h52.443c.08-.832.119-1.677.119-2.518v-15.329h15.32a26.215,26.215,0,0,0,9.518-1.771v-49.139a26.215,26.215,0,0,0-9.518-1.771h-15.32v-15.329a26.18,26.18,0,0,0-2.07-10.252,26.251,26.251,0,0,0-5.646-8.372,26.255,26.255,0,0,0-8.373-5.645,26.169,26.169,0,0,0-10.252-2.07,26.155,26.155,0,0,0-10.252,2.07,26.255,26.255,0,0,0-8.373,5.645,26.235,26.235,0,0,0-5.645,8.372,26.18,26.18,0,0,0-2.07,10.252v15.329h-15.328a26.155,26.155,0,0,0-10.252,2.07,26.242,26.242,0,0,0-8.373,5.646,26.228,26.228,0,0,0-5.645,8.373,26.186,26.186,0,0,0-2.07,10.254,26.18,26.18,0,0,0,2.07,10.252,26.235,26.235,0,0,0,5.645,8.372,26.255,26.255,0,0,0,8.373,5.645,26.155,26.155,0,0,0,10.252,2.07h15.328V9268.1C-17348.9,9268.933-17348.857,9269.777-17348.779,9270.622Z' transform='translate(18688 -3264)' fill='rgba(0,0,0,0)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 61px 0 99px;
  }
  .section:last-child {
    padding-bottom: 120px;
  }
}
.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 55px;
  background-image: var(--dataArcPC);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 1500px 55px;
}
@media screen and (max-width: 767px) {
  .section::before {
    height: 0;
    padding-top: 5.0666666667%;
    background-image: var(--dataArcSP);
    background-size: 100% 100%;
  }
}
.section .headline2 {
  color: var(--dataColor);
}
.section_label {
  width: 15.4rem;
  margin: 0 auto;
  border-radius: 99px;
  background-color: var(--dataColor);
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
  text-align: center;
}
.section_text {
  margin: 32px auto 0;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .section_text {
    letter-spacing: -0.003em;
    text-align: center;
  }
}
.section_list {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .section_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 3.5087719298%;
  }
}
@media screen and (max-width: 767px) {
  .section_list {
    margin-top: 40px;
  }
}
.section_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section_item {
    width: 48.2456140351%;
  }
  .section_item.is-full {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_item {
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section_item + .section_item {
    margin-top: 40px;
  }
}
.section_item > picture {
  display: block;
  width: 100%;
}
.section_item img {
  width: 100%;
}
.section_item.is-full .section_text-box_title {
  margin-top: 3.3333333333%;
}
.section_text-box {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.section_text-box_title {
  width: 100%;
  padding: 0 20px;
  margin-top: 35px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section_text-box_title {
    margin-top: 40px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.section_text-box_text {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .section_text-box_text {
    width: fit-content;
    margin: 8px auto 0;
    text-align: left;
  }
}
.section_decoration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section_decoration > span {
  position: absolute;
  display: block;
  background-color: var(--yearColor);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}