@charset "UTF-8";
@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
.cases {
  position: relative;
  background-color: #e9ecf2;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .cases {
    padding: 60px 0;
    overflow: hidden;
  }
}
.cases button.slick-arrow {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  width: 32px !important;
  height: 32px !important;
  background: #043871 !important;
  border-radius: 3px !important;
  z-index: 100 !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.cases button.slick-arrow::before {
  font-family: "slick" !important;
  font-size: 16px !important;
  color: #fff !important;
  opacity: 1 !important;
  display: block !important;
}
.cases button.slick-arrow.slick-prev {
  left: 30px !important;
}
@media all and (max-width: 767px) {
  .cases button.slick-arrow.slick-prev {
    left: 10px !important;
  }
}
.cases button.slick-arrow.slick-prev::before {
  content: "‹" !important;
}
.cases button.slick-arrow.slick-next {
  right: 30px !important;
}
@media all and (max-width: 767px) {
  .cases button.slick-arrow.slick-next {
    right: 10px !important;
  }
}
.cases button.slick-arrow.slick-next::before {
  content: "›" !important;
}
.cases button.slick-arrow:hover {
  opacity: 0.8 !important;
}
.cases .cases_inner {
  padding: 75px 83px 0;
}
@media all and (max-width: 767px) {
  .cases .cases_inner {
    padding: 0 20px;
  }
}
.cases .cases_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .cases .cases_header {
    display: block;
    margin-bottom: 30px;
  }
}
.cases .cases_header .section_title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #043871;
}
@media all and (max-width: 767px) {
  .cases .cases_header .section_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.cases .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cases .tab-buttons .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d1d8e0;
  border-radius: 3px;
  padding: 0 14px;
  font-size: 13px;
  line-height: 28px;
  cursor: pointer;
}
.cases .tab-buttons .tab-btn .cat-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/common/arrow_02.svg");
}
.cases .cases_content {
  margin: 0 -83px;
}
@media all and (max-width: 767px) {
  .cases .cases_content {
    margin: 0;
  }
}
.cases .cases_content .slick-list {
  overflow: visible !important;
}
@media all and (max-width: 767px) {
  .cases .cases_content .slick-list {
    overflow: hidden !important;
  }
}
.cases .case-card {
  padding: 0 15px;
  outline: none;
}
@media all and (max-width: 767px) {
  .cases .case-card {
    padding: 0 5px;
  }
}
.cases .case-card a {
  text-decoration: none;
  display: block;
}
.cases .case-card .thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases .case-card .title {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0;
  line-height: 24px;
}
@media all and (max-width: 767px) {
  .cases .case-card .title {
    font-size: 15px;
  }
}
.cases .case-card .lead-text {
  font-size: 13px;
  color: #7d8ca6;
  line-height: 23px;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.8em;
}
.cases .case-card .cat-tag {
  display: inline-block;
  border: 1px solid #d6ddef;
  padding: 0 10px;
  font-size: 11px;
  line-height: 24px;
  color: #7d8ca6;
  border-radius: 3px;
}

.lp_sidebar__placeholder {
  display: none;
}
@media all and (max-width: 767px) {
  .lp_sidebar__placeholder {
    display: block;
    height: 0;
  }
}

.lp_sidebar {
  position: fixed;
  top: 100px;
  right: 80px;
  width: 300px;
  z-index: 100;
}
@media all and (max-width: 767px) {
  .lp_sidebar {
    position: static;
    width: 100%;
    right: auto;
    top: auto;
    padding: 0 18px;
    margin: 0 0 24px;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0784313725);
  }
  .lp_sidebar.is-fixed {
    position: static;
    background-color: #fff;
    border-bottom: 1px solid #dce2ef;
    padding-bottom: 10px;
  }
  .lp_sidebar.is-fixed .lp_sidebar__label {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #e9ecf2;
    border-bottom: 1px solid #dce2ef;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0784313725);
  }
}
.lp_sidebar__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  margin-bottom: 0 !important;
  background-color: #e9ecf2;
  font-family: "acumin-pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #7d8ca6;
  padding: 8px 21px 4px 12px;
  border-bottom: 1px solid #dce2ef;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lp_sidebar__toggle {
  display: none;
}
.lp_sidebar__index {
  background: #fff;
  border: 1px solid #dce2ef;
  display: block;
}
@media all and (max-width: 767px) {
  .lp_sidebar__index {
    width: 100%;
    border: none;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0784313725);
  }
}
.lp_sidebar__nav {
  display: block;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .lp_sidebar__nav {
    padding: 0;
  }
}
.lp_sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.lp_sidebar__sublist {
  list-style: none;
  padding: 0 0 10px 12px;
  margin: 0;
}
.lp_sidebar__sublist li {
  display: block;
  padding: 6px 0;
  font-size: 12px;
}
.lp_sidebar__sublist li::before {
  content: "・";
}
.lp_sidebar__item {
  border-bottom: 1px solid #f0f3f8;
}
.lp_sidebar__item a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #043871;
}
@media all and (max-width: 767px) {
  .lp_sidebar__item a {
    padding: 12px;
  }
}
.lp_sidebar__item a:hover {
  color: #0055aa;
}
.lp_sidebar__item.is-active > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_sidebar__item.is-active > a::after {
  content: "✓";
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp_sidebar__btn {
  display: block;
  text-align: center;
  margin: 10px auto;
  width: min(278px, 98%);
}
.lp_sidebar__btn .btn_01 {
  width: 100%;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp_sidebar__placeholder {
  display: none;
}
@media all and (max-width: 767px) {
  .lp_sidebar__placeholder {
    display: block;
    height: 0;
  }
}
.lp_sidebar.is-stopped {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
}

.feature {
  letter-spacing: 0.02em;
  background: #fff;
}
html[lang=en] .feature {
  margin-bottom: 200px;
}
.feature .feature_header {
  text-align: center;
  margin: 60px auto;
  padding-top: 65px;
}
@media all and (max-width: 767px) {
  .feature .feature_header {
    margin: 40px auto;
    padding: 40px 20px 0;
  }
}
.feature .feature_header .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 60px 0 0;
  margin: 30px auto 0;
}
@media all and (max-width: 767px) {
  .feature .feature_header .section_title {
    padding: 100px 0 0;
  }
}
.feature .feature_header .section_title .feature_title_bar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 8px;
  height: 132px;
  background: #043871;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media all and (max-width: 767px) {
  .feature .feature_header .section_title .feature_title_bar {
    width: 6px;
    height: 100px;
  }
}
.feature .feature_header .section_title .feature_title_en {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  height: 53px;
  margin: 85px auto 16px;
  opacity: 1 !important;
  visibility: visible !important;
}
@media all and (max-width: 767px) {
  .feature .feature_header .section_title .feature_title_en {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto;
  }
}
.feature .feature_header .section_title .feature_title_jp {
  position: relative;
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #003366;
  border: none;
  opacity: 1 !important;
  visibility: visible !important;
  padding-left: 0;
  margin-bottom: 48px;
}
@media all and (max-width: 767px) {
  .feature .feature_header .section_title .feature_title_jp {
    margin-bottom: 30px;
  }
}
.feature .feature_header .section_title .feature_title_jp::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: #aab6cb;
}
.feature .feature_header p {
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  max-width: 625px;
  width: 100%;
  margin: auto;
  text-align: left;
}
@media all and (max-width: 767px) {
  .feature .feature_header p {
    font-size: 13px;
    line-height: 25px;
    text-align: left;
  }
}
.feature .feature_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature .feature_grid .feature_item {
  position: relative;
  width: 33.333%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  border-right: 1px solid #aab6cb;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item {
    width: 100%;
    min-height: 280px;
    height: auto;
    border-right: none;
    border-top: 1px solid #aab6cb;
  }
  .feature .feature_grid .feature_item:first-child {
    border-top: none;
  }
}
.feature .feature_grid .feature_item:nth-child(3) {
  border-right: none;
}
.feature .feature_grid .feature_item.__full {
  width: 100%;
  height: 540px;
  border-top: 1px solid #aab6cb;
  border-right: none;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item.__full {
    height: auto;
    padding: 35px 0 27px;
  }
}
html[lang=en] .feature .feature_grid .feature_item.__full .item_content .item_label {
  padding-top: 80px;
}
html[lang=en] .feature .feature_grid .feature_item.__full .item_content .item_num {
  margin-bottom: 8px;
}
.feature .feature_grid .feature_item .item_content {
  text-align: center;
  color: #fff;
  padding: 0 40px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content {
    padding: 0 20px;
  }
}
.feature .feature_grid .feature_item .item_content .item_label {
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  font-weight: 275;
  line-height: 1;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content .item_label {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.feature .feature_grid .feature_item .item_content .item_num {
  font-family: "acumin-pro", sans-serif;
  font-size: 36px;
  font-weight: 275;
  line-height: 1;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content .item_num {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 13px;
  }
}
.feature .feature_grid .feature_item .item_content .item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 106px;
}
html[lang=en] .feature .feature_grid .feature_item .item_content .item_title {
  margin-bottom: 38px;
  height: 105px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content .item_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 37px;
  }
}
.feature .feature_grid .feature_item .item_content .item_title._04 {
  margin-bottom: 20px;
}
html[lang=en] .feature .feature_grid .feature_item .item_content .item_title._04 {
  margin-bottom: 0;
}
.feature .feature_grid .feature_item .item_content .item_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  display: inline-block;
  max-width: 400px;
}
html[lang=en] .feature .feature_grid .feature_item .item_content .item_text {
  height: 130px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .item_content .item_text {
    text-align: center;
    max-width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
}
.feature .feature_grid .feature_item .item_content .item_text._04 {
  max-width: 100%;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
html[lang=en] .feature .feature_grid .feature_item .item_content .item_text._04 {
  height: 54px;
}
.feature .feature_grid .feature_item .ai_util_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 60px;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .ai_util_visual {
    margin: 20px 0 40px;
  }
  .feature .feature_grid .feature_item .ai_util_visual img:last-child {
    width: 70%;
  }
}
.feature .feature_grid .feature_item .ai_util_visual .ai_icon {
  width: 60px;
  height: auto;
}
@media all and (max-width: 767px) {
  .feature .feature_grid .feature_item .ai_util_visual .ai_icon {
    width: 50px;
  }
}
.feature .feature_grid .feature_item .btn_01 {
  margin: 0 auto;
  border: 0.5px solid rgba(255, 255, 255, 0.5019607843);
  width: 200px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
html[lang=en] .feature .feature_grid .feature_item .btn_01 {
  margin-bottom: 50px;
}

.section_wrap {
  width: 100%;
}
.section_wrap .b_section_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  .section_wrap .b_section_01 {
    display: block;
    padding: 0;
  }
}
.section_wrap .b_section_01_img {
  position: relative !important;
  width: 100% !important;
  background-size: cover;
  background-position: center;
  left: auto !important;
}
.section_wrap .consulting_block {
  position: relative;
  z-index: 2;
}
.section_wrap .consulting_block .service_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_wrap .consulting_block .service_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_wrap .consulting_block h1 i,
.section_wrap .consulting_block h2 i {
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .section_wrap .consulting_block h1 i,
  .section_wrap .consulting_block h2 i {
    white-space: normal;
    word-break: break-all;
  }
}
.section_wrap .consulting_block h1 em,
.section_wrap .consulting_block h2 em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  color: #aab6cb;
  font-family: "acumin-pro", sans-serif;
}
.section_wrap .consulting_block h1 em::before,
.section_wrap .consulting_block h2 em::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #aab6cb;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#child_page .section_wrap .b_section_01,
#lp4 .section_wrap .b_section_01 {
  padding-top: 0;
  padding-bottom: 95px;
}
@media all and (max-width: 767px) {
  #child_page .section_wrap .b_section_01,
  #lp4 .section_wrap .b_section_01 {
    margin: 0 0 40px;
    padding-bottom: 0;
  }
}
#child_page .section_wrap .b_section_01_img,
#lp4 .section_wrap .b_section_01_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 680px;
          flex: 0 1 680px;
  max-width: 680px !important;
  height: 430px;
  min-height: 365px;
  margin-left: 40px;
  margin-right: 0;
  background-image: var(--bg-pc);
}
@media all and (max-width: 767px) {
  #child_page .section_wrap .b_section_01_img,
  #lp4 .section_wrap .b_section_01_img {
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    margin: 0 0 20px 18px;
    height: 56vw;
    min-height: 200px;
    background-image: var(--bg-sp);
  }
}
#child_page .section_wrap .b_section_01_cnts,
#lp4 .section_wrap .b_section_01_cnts {
  max-width: 100%;
}
#child_page .section_wrap .consulting_block,
#lp4 .section_wrap .consulting_block {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 620px;
          flex: 0 0 620px;
  width: 620px;
  padding: 65px 0 25px 0;
  margin: 0 0 0 80px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  #child_page .section_wrap .consulting_block,
  #lp4 .section_wrap .consulting_block {
    width: calc(100% - 36px);
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
  }
}
#child_page .section_wrap .consulting_block .service_icon,
#lp4 .section_wrap .consulting_block .service_icon {
  gap: 10px;
  margin-bottom: 50px;
}
#child_page .section_wrap .consulting_block .service_icon img,
#lp4 .section_wrap .consulting_block .service_icon img {
  width: 40px;
}
#child_page .section_wrap .consulting_block .service_icon::before,
#lp4 .section_wrap .consulting_block .service_icon::before {
  display: none;
}
#child_page .section_wrap .consulting_block h1,
#lp4 .section_wrap .consulting_block h1 {
  margin-bottom: 26px;
  width: 620px;
}
@media all and (max-width: 767px) {
  #child_page .section_wrap .consulting_block h1,
  #lp4 .section_wrap .consulting_block h1 {
    width: 100%;
    margin-bottom: 0;
  }
}
#child_page .section_wrap .consulting_block h1 i,
#lp4 .section_wrap .consulting_block h1 i {
  font-size: 34px;
  margin-bottom: 26px;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  #child_page .section_wrap .consulting_block h1 i,
  #lp4 .section_wrap .consulting_block h1 i {
    font-size: 30px;
    margin-bottom: 20px;
    white-space: normal;
    word-break: break-all;
  }
  :lang(en) #child_page .section_wrap .consulting_block h1 i,
  :lang(en) #lp4 .section_wrap .consulting_block h1 i {
    word-break: normal;
    overflow-wrap: break-word;
  }
}
#child_page .section_wrap .consulting_block h1 em,
#lp4 .section_wrap .consulting_block h1 em {
  font-size: 16px;
  margin-bottom: 81px;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  #child_page .section_wrap .consulting_block h1 em,
  #lp4 .section_wrap .consulting_block h1 em {
    font-size: 14px;
    margin-bottom: 40px;
    white-space: normal;
  }
}
#child_page .section_wrap .consulting_block .fv_txt,
#lp4 .section_wrap .consulting_block .fv_txt {
  width: 620px;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
@media all and (max-width: 767px) {
  #child_page .section_wrap .consulting_block .fv_txt,
  #lp4 .section_wrap .consulting_block .fv_txt {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
  }
}

#column_single .section_wrap,
#consulting .section_wrap {
  counter-reset: section-counter 0;
}
#column_single .section_wrap .b_section_01,
#consulting .section_wrap .b_section_01 {
  padding-top: 150px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .b_section_01,
  #consulting .section_wrap .b_section_01 {
    padding-top: 0;
    padding: 0 18px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
}
#column_single .section_wrap .b_section_01_img,
#consulting .section_wrap .b_section_01_img {
  max-height: 470px;
  max-width: 706px;
  width: calc(50% - 12px);
  height: calc(50vw - 12px);
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .b_section_01_img,
  #consulting .section_wrap .b_section_01_img {
    width: calc(100% + 18px);
    min-height: 247px;
    height: auto;
  }
}
#column_single .section_wrap .b_section_01_cnts,
#consulting .section_wrap .b_section_01_cnts {
  max-width: 620px;
  margin: 10px 80px 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .b_section_01_cnts,
  #consulting .section_wrap .b_section_01_cnts {
    margin: 0;
  }
}
#column_single .section_wrap #consulting_btob,
#consulting .section_wrap #consulting_btob {
  padding-top: 200px;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap #consulting_btob,
  #consulting .section_wrap #consulting_btob {
    padding-top: 80px;
  }
}
#column_single .section_wrap #consulting_btob .b_section_01_img,
#consulting .section_wrap #consulting_btob .b_section_01_img {
  background-image: url(../../assets/img/consulting/btob.jpg);
}
#column_single .section_wrap #consulting_new-business .b_section_01_img,
#consulting .section_wrap #consulting_new-business .b_section_01_img {
  background-image: url(../../assets/img/consulting/new-business.jpg);
}
#column_single .section_wrap #consulting_randd .tag_list,
#consulting .section_wrap #consulting_randd .tag_list {
  grid-template-columns: 1fr;
}
#column_single .section_wrap #consulting_randd .b_section_01_img,
#consulting .section_wrap #consulting_randd .b_section_01_img {
  background-image: url(../../assets/img/consulting/randd.jpg);
}
#column_single .section_wrap #consulting_erp .b_section_01_img,
#consulting .section_wrap #consulting_erp .b_section_01_img {
  background-image: url(../../assets/img/consulting/erp.jpg);
}
#column_single .section_wrap #consulting_dx,
#consulting .section_wrap #consulting_dx {
  padding-bottom: 150px;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap #consulting_dx,
  #consulting .section_wrap #consulting_dx {
    padding-bottom: 50px;
  }
}
#column_single .section_wrap #consulting_dx .b_section_01_img,
#consulting .section_wrap #consulting_dx .b_section_01_img {
  background-image: url(../../assets/img/consulting/dx.jpg);
}
#column_single .section_wrap .consulting_block .service_icon,
#consulting .section_wrap .consulting_block .service_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  height: 31px;
  width: 31px;
  position: relative;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block .service_icon,
  #consulting .section_wrap .consulting_block .service_icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
    margin-right: 20px;
    height: auto;
    width: 35px;
  }
}
#column_single .section_wrap .consulting_block .service_icon img,
#consulting .section_wrap .consulting_block .service_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#column_single .section_wrap .consulting_block .service_icon::before,
#consulting .section_wrap .consulting_block .service_icon::before {
  position: relative;
  left: -13px;
  top: -21px;
  counter-increment: section-counter 1;
  content: "0" counter(section-counter);
  display: block;
  font-family: "acumin-pro", sans-serif;
  font-weight: 275;
  line-height: 1;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block .service_icon::before,
  #consulting .section_wrap .consulting_block .service_icon::before {
    left: 0;
    top: 0;
    margin-bottom: 6px;
  }
}
#column_single .section_wrap .consulting_block h2,
#consulting .section_wrap .consulting_block h2 {
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block h2,
  #consulting .section_wrap .consulting_block h2 {
    margin-bottom: 30px;
  }
}
#column_single .section_wrap .consulting_block h2 i,
#consulting .section_wrap .consulting_block h2 i {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block h2 i,
  #consulting .section_wrap .consulting_block h2 i {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
#column_single .section_wrap .consulting_block h2 em,
#consulting .section_wrap .consulting_block h2 em {
  font-family: "acumin-pro", sans-serif;
  display: block;
  color: #aab6cb;
  font-size: 16px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block h2 em,
  #consulting .section_wrap .consulting_block h2 em {
    font-size: 14px;
  }
}
#column_single .section_wrap .consulting_block h3,
#consulting .section_wrap .consulting_block h3 {
  font-weight: 700;
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block h3,
  #consulting .section_wrap .consulting_block h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
#column_single .section_wrap .consulting_block p,
#consulting .section_wrap .consulting_block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block p,
  #consulting .section_wrap .consulting_block p {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
#column_single .section_wrap .consulting_block .tag_wrap,
#consulting .section_wrap .consulting_block .tag_wrap {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block .tag_wrap,
  #consulting .section_wrap .consulting_block .tag_wrap {
    margin-bottom: 25px;
  }
}
#column_single .section_wrap .consulting_block .tag_wrap .tag_list,
#consulting .section_wrap .consulting_block .tag_wrap .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: min(574px, 100%);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block .tag_wrap .tag_list,
  #consulting .section_wrap .consulting_block .tag_wrap .tag_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
#column_single .section_wrap .consulting_block .tag_wrap .tag_list li,
#consulting .section_wrap .consulting_block .tag_wrap .tag_list li {
  width: 282px;
  height: 60px;
  background-color: #e9ecf2;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block .tag_wrap .tag_list li,
  #consulting .section_wrap .consulting_block .tag_wrap .tag_list li {
    width: 100%;
    height: 50px;
  }
}
#column_single .section_wrap .consulting_block .tag_wrap .tag_list li a,
#consulting .section_wrap .consulting_block .tag_wrap .tag_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block .tag_wrap .tag_list li a,
  #consulting .section_wrap .consulting_block .tag_wrap .tag_list li a {
    font-size: 13px;
    line-height: 27px;
    padding: 0 14px;
  }
}
#column_single .section_wrap .consulting_block .tag_wrap .tag_list li a._en,
#consulting .section_wrap .consulting_block .tag_wrap .tag_list li a._en {
  font-size: 12px;
}
#column_single .section_wrap .consulting_block .tag_wrap .tag_list li a::before,
#consulting .section_wrap .consulting_block .tag_wrap .tag_list li a::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background-image: var(--tag-icon);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 767px) {
  #column_single .section_wrap .consulting_block .tag_wrap .tag_list li a::before,
  #consulting .section_wrap .consulting_block .tag_wrap .tag_list li a::before {
    width: 28px;
    height: 28px;
  }
}
#column_single .section_wrap .consulting_block .tag_wrap .tag_list li a::after,
#consulting .section_wrap .consulting_block .tag_wrap .tag_list li a::after {
  content: ">";
  margin-left: auto;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#column_single .section_wrap .consulting_block .tag_wrap .tag_list li a:hover,
#consulting .section_wrap .consulting_block .tag_wrap .tag_list li a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#column_single .section_wrap {
  padding-bottom: 150px;
}
#column_single .section_wrap .consulting_block .service_icon::before {
  display: none !important;
}

.consulting_service {
  position: relative;
  z-index: 10;
  counter-reset: ol-counter 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: min(1100px, 100%);
  height: 100px;
  margin: 50px 0 200px auto;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 767px) {
  .consulting_service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    height: auto;
    margin: 20px 0 80px 26px;
    gap: 10px;
  }
}
.consulting_service li {
  position: relative;
  counter-increment: ol-counter 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #dce2ef;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .consulting_service li {
    padding-left: 0;
    height: 36px;
    width: 100%;
  }
}
.consulting_service li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background-color: #043871;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  z-index: 1;
}
.consulting_service li:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
  -webkit-animation: slideDown 0.4s ease-out forwards;
          animation: slideDown 0.4s ease-out forwards;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.consulting_service li::before {
  content: "0" counter(ol-counter);
  display: block;
  font-family: "acumin-pro", sans-serif;
  font-size: 12px;
  font-weight: 275;
  position: absolute;
  top: 0;
  left: 8px;
}
@media all and (max-width: 767px) {
  .consulting_service li::before {
    font-size: 11px;
    top: -5px;
    left: 0;
  }
}
.consulting_service li .consulting_service_link {
  text-decoration: none;
  display: block;
  margin: 9px 0 0 30px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.consulting_service li .consulting_service_link:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .consulting_service li .consulting_service_link {
    margin: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.consulting_service li .consulting_service_link .service_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
  height: 31px;
  width: 31px;
}
@media all and (max-width: 767px) {
  .consulting_service li .consulting_service_link .service_icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    height: 24px;
    width: 24px;
  }
}
.consulting_service li .consulting_service_link .service_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.consulting_service li h3 {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .consulting_service li h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
  }
}

.faq {
  padding: 80px;
  background: #e9ecf2;
}
@media all and (max-width: 767px) {
  .faq {
    padding: 50px 18px;
  }
}
.faq .faq-grand-parent {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.faq .faq-grand-parent summary {
  list-style: none;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 20px 60px 20px 20px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq .faq-grand-parent summary::-webkit-details-marker {
  display: none;
}
.faq .faq-grand-parent summary.faq_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.faq .faq-grand-parent summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: 700;
  color: #2c3f70;
}
@media all and (max-width: 767px) {
  .faq .faq-grand-parent summary::after {
    right: 18px;
  }
}
.faq .faq-grand-parent[open] summary::after {
  content: "−";
}
.faq .faq_inner {
  margin: 40px 0 0 auto;
  justify-self: flex-end;
  width: 100%;
  max-width: 1060px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .faq .faq_inner {
    margin: 20px 0 0 0;
  }
}
.faq .faq_inner .faq-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq .faq_inner .faq-wrap h3 {
  cursor: pointer;
  padding: 22px 23px 24px 28px;
  margin: 0;
  border: none;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq .faq_inner .faq-wrap h3::before {
  display: none !important;
}
.faq .faq_inner .faq-wrap h3:not(.is-open) {
  border-bottom: 1px solid #f5f5f5;
}
.faq .faq_inner .faq-wrap h3 .faq-question-inner {
  display: block;
  padding: 0 40px 0 28px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media all and (max-width: 767px) {
  .faq .faq_inner .faq-wrap h3 .faq-question-inner {
    padding: 0 35px 0 25px;
  }
}
.faq .faq_inner .faq-wrap h3 .faq-question-inner::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "acumin-pro", sans-serif;
  color: #7d8ca6;
  line-height: 1.5;
}
.faq .faq_inner .faq-wrap h3::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: 700;
  color: #2c3f70;
}
.faq .faq_inner .faq-wrap h3.is-open::after {
  content: "−";
}
.faq .faq_inner .faq-wrap .faq-answer {
  display: none;
  background: #fff;
  padding: 20px 40px 20px 115px;
  margin: 0;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .faq .faq_inner .faq-wrap .faq-answer {
    padding: 20px 20px 20px 50px;
  }
}
.faq .faq_inner .faq-wrap .faq-answer.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #f5f5f5;
}
.faq .faq_inner .faq-wrap .faq-answer .faq-answer__icon {
  font-size: 16px;
  font-weight: 700;
  font-family: "acumin-pro", sans-serif;
  color: #7d8ca6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 90px;
  top: 20px;
}
@media all and (max-width: 767px) {
  .faq .faq_inner .faq-wrap .faq-answer .faq-answer__icon {
    left: 25px;
  }
}
.faq .faq_inner .faq-wrap .faq-answer .faq-answer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
  overflow-wrap: break-word;
}
.faq .faq_inner .faq-wrap .faq-answer .faq-answer__content p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}
.faq .faq_inner .faq-wrap .faq-answer .faq-answer__content ul {
  margin-left: 1.2em;
  list-style: disc;
}

.b_getintouch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 668px;
  z-index: 10;
  background: url("../../assets/img/common/getintouch.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 200px;
}
@media all and (max-width: 767px) {
  .b_getintouch {
    margin-top: 60px;
    min-height: 373px;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 193, 0)), to(rgba(0, 34, 92, 0.48))), url("../../assets/img/common/getintouch_sp.jpg") right top no-repeat;
    background: linear-gradient(180deg, rgba(0, 119, 193, 0) 0%, rgba(0, 34, 92, 0.48) 100%), url("../../assets/img/common/getintouch_sp.jpg") right top no-repeat;
    background-size: cover;
  }
}
html[lang=en] .b_getintouch {
  min-height: 540px;
}
.b_getintouch_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 60px 20%;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner {
    padding: 60px 18px 55px;
  }
}
.b_getintouch_inner h2 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 53px;
  margin-bottom: 11px;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner h2 {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
html[lang=en] .b_getintouch_inner h2 {
  margin-bottom: 38px;
}
.b_getintouch_inner .git_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 40px;
  padding-left: 0;
}
.b_getintouch_inner .git_title::before {
  display: none !important;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .git_title {
    padding: 0 18px;
    margin-bottom: 25px;
    text-align: left;
  }
}
.b_getintouch_inner .git_txt {
  margin-bottom: 47px;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .git_txt {
    padding: 0;
    text-align: left;
  }
}
html[lang=en] .b_getintouch_inner .git_txt {
  text-align: left;
}
.b_getintouch_inner .git_txt p {
  text-align: left;
  font-size: 14px !important;
  line-height: 27px !important;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .git_txt p {
    font-size: 13px !important;
    line-height: 25px !important;
  }
}
.b_getintouch_inner .btn_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0 17px;
  width: 404px !important;
  height: 82px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto !important;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .btn_01 {
    width: min(354px, 100%) !important;
    height: 60px !important;
    min-width: 340px;
  }
}
html[lang=en] .b_getintouch_inner .btn_01 {
  margin-bottom: 80px !important;
}
.b_getintouch_inner .btn_01 .en_btn {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #7d8ca6;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .btn_01 .en_btn {
    font-size: 12px;
  }
}
.b_getintouch_inner .btn_01 .jp_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .b_getintouch_inner .btn_01 .jp_btn {
    font-size: 14px;
  }
}

/* 子ぺージ・特定LP用の上書き*/
#child_page .b_getintouch,
#lp3 .b_getintouch,
#lp4 .b_getintouch,
#column_single .b_getintouch {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-top: 0;
  background: url("../../assets/img/common/getintouch_long.jpg") center center no-repeat;
  background-size: cover;
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch,
  #lp3 .b_getintouch,
  #lp4 .b_getintouch,
  #column_single .b_getintouch {
    background: url("../../assets/img/common/getintouch_long_sp.jpg") center top no-repeat;
    background-size: cover;
  }
}
#child_page .b_getintouch .b_getintouch_inner,
#lp3 .b_getintouch .b_getintouch_inner,
#lp4 .b_getintouch .b_getintouch_inner,
#column_single .b_getintouch .b_getintouch_inner {
  padding: 60px 20%;
  color: #fff;
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch .b_getintouch_inner,
  #lp3 .b_getintouch .b_getintouch_inner,
  #lp4 .b_getintouch .b_getintouch_inner,
  #column_single .b_getintouch .b_getintouch_inner {
    padding: 61px 18px 50px;
  }
}
#child_page .b_getintouch .b_getintouch_inner h2,
#lp3 .b_getintouch .b_getintouch_inner h2,
#lp4 .b_getintouch .b_getintouch_inner h2,
#column_single .b_getintouch .b_getintouch_inner h2 {
  color: #fff;
  font-size: 47px !important;
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch .b_getintouch_inner h2,
  #lp3 .b_getintouch .b_getintouch_inner h2,
  #lp4 .b_getintouch .b_getintouch_inner h2,
  #column_single .b_getintouch .b_getintouch_inner h2 {
    font-size: 40px;
  }
}
#child_page .b_getintouch .b_getintouch_inner h2::after,
#lp3 .b_getintouch .b_getintouch_inner h2::after,
#lp4 .b_getintouch .b_getintouch_inner h2::after,
#column_single .b_getintouch .b_getintouch_inner h2::after {
  display: none !important;
}
#child_page .b_getintouch .b_getintouch_inner .b_getintouch_title,
#lp3 .b_getintouch .b_getintouch_inner .b_getintouch_title,
#lp4 .b_getintouch .b_getintouch_inner .b_getintouch_title,
#column_single .b_getintouch .b_getintouch_inner .b_getintouch_title {
  font-size: 20px !important;
  line-height: 32px !important;
  margin: 14px auto 30px;
}
@media all and (max-width: 767px) {
  #child_page .b_getintouch .b_getintouch_inner .b_getintouch_title,
  #lp3 .b_getintouch .b_getintouch_inner .b_getintouch_title,
  #lp4 .b_getintouch .b_getintouch_inner .b_getintouch_title,
  #column_single .b_getintouch .b_getintouch_inner .b_getintouch_title {
    font-size: 13px !important;
    line-height: 23px !important;
    margin: 15px auto;
    text-align: center;
  }
}
#child_page .b_getintouch .b_getintouch_inner .git_txt,
#lp3 .b_getintouch .b_getintouch_inner .git_txt,
#lp4 .b_getintouch .b_getintouch_inner .git_txt,
#column_single .b_getintouch .b_getintouch_inner .git_txt {
  text-align: left !important;
  width: 100%;
  display: block;
}
#child_page .b_getintouch .b_getintouch_inner .git_txt div,
#lp3 .b_getintouch .b_getintouch_inner .git_txt div,
#lp4 .b_getintouch .b_getintouch_inner .git_txt div,
#column_single .b_getintouch .b_getintouch_inner .git_txt div {
  text-align: left !important;
}
#child_page .b_getintouch .b_getintouch_inner .btn_01,
#lp3 .b_getintouch .b_getintouch_inner .btn_01,
#lp4 .b_getintouch .b_getintouch_inner .btn_01,
#column_single .b_getintouch .b_getintouch_inner .btn_01 {
  margin: 30px auto 0 !important;
}

@media all and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
  html {
    margin-top: 0 !important;
    overflow-x: hidden;
  }
  * html body {
    margin-top: 0 !important;
  }
}
#aio {
  background: #fff url("../img/aio/pattern.svg") repeat top center;
  letter-spacing: 0.02em;
  color: #043871;
}
#aio .breadcrumbs {
  display: none;
}
#aio .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#aio #wrapper {
  padding-top: 0;
}
#aio #wrapper .section_header {
  position: relative;
}
#aio #wrapper .section_header .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 810;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 25px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .header {
    padding: 0 18px;
  }
}
#aio #wrapper .section_header .header .header_logo {
  position: static;
  width: 162.55px;
  height: 28.85px;
  margin-left: 30px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .header .header_logo {
    width: 123px;
    height: 22px;
    margin-left: 0;
  }
}
#aio #wrapper .section_header .header .header_logo .header_logo_img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#aio #wrapper .section_header .header .lang_switch {
  border-color: #fff;
}
#aio #wrapper .section_header .header .lang_switch__btn.is-active {
  color: #fff;
}
#aio #wrapper .section_header .header .lang_switch__sep {
  background-color: #fff !important;
}
#aio #wrapper .section_header .header .gnav ul > li::before {
  background: url("../img/common/head_check_w.svg") no-repeat center;
}
@media screen and (min-width: 768px) {
  #aio #wrapper .section_header .header .gnav .drawer-nav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #aio #wrapper .section_header .header .gnav .drawer-nav .drawer-menu {
    padding: 0;
    background: transparent;
  }
  #aio #wrapper .section_header .header .gnav .drawer-nav .js-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
  #aio #wrapper .section_header .header .gnav .drawer-nav .js-gnav li a,
  #aio #wrapper .section_header .header .gnav .drawer-nav .js-gnav li span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
  #aio #wrapper .section_header .header .gnav .drawer-nav .js-gnav li.drawer_logo, #aio #wrapper .section_header .header .gnav .drawer-nav .js-gnav li.drawer_address, #aio #wrapper .section_header .header .gnav .drawer-nav .js-gnav li.drawer_privacy {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .header .drawer-toggle {
    display: block !important;
    z-index: 10001 !important;
    position: relative;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
  #aio #wrapper .section_header .header .drawer-toggle span {
    background: #fff;
  }
  #aio #wrapper .section_header .header .drawer-toggle .drawer-toggle_bar {
    stroke: #fff;
  }
}
@media screen and (min-width: 768px) {
  #aio #wrapper .section_header .header .drawer-toggle {
    display: none !important;
  }
  #aio #wrapper .section_header .header .drawer-toggle span {
    background: #fff;
  }
}
#aio #wrapper .section_header .header.has_shadow {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #fff !important;
  z-index: 9999 !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#aio #wrapper .section_header .header.has_shadow ul > li::before {
  background: url("../img/common/head_check.svg") no-repeat center;
}
#aio #wrapper .section_header .header.has_shadow .header_logo_img {
  -webkit-filter: none;
          filter: none;
}
#aio #wrapper .section_header .header.has_shadow .lang_switch__btn.is-active {
  color: #043871;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .header.has_shadow .lang_switch__btn.is-active {
    color: #fff;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .header.has_shadow .drawer-toggle span {
    background: #043871;
  }
  #aio #wrapper .section_header .header.has_shadow .drawer-toggle .drawer-toggle_bar {
    stroke: #043871;
  }
}
#aio #wrapper .section_header .header.has_shadow .gnav .drawer-nav .js-gnav li a,
#aio #wrapper .section_header .header.has_shadow .gnav .drawer-nav .js-gnav li span {
  color: #043871;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .header.has_shadow .gnav .drawer-nav .js-gnav li a,
  #aio #wrapper .section_header .header.has_shadow .gnav .drawer-nav .js-gnav li span {
    color: #fff;
  }
}
#aio #wrapper .section_header .header_wrap.fixedbg {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .header_wrap.fixedbg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 100svh;
  }
}
#aio #wrapper .section_header .header_wrap.fixedbg .fixedbg_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #043871;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .header_wrap.fixedbg .fixedbg_bg {
    background-position: 39.69% 100%;
    background-size: 433.33% auto;
  }
}
#aio #wrapper .section_header .header_wrap.fixedbg .fixedbg_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}
#aio #wrapper .section_header .fv_content {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff;
  padding: 0 60px 0 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 117px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .fv_content {
    padding: 0 0 0 18px;
    margin-top: 73px;
  }
}
#aio #wrapper .section_header .fv_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.26em;
  margin: 0 0 10px;
}
html[lang=en] #aio #wrapper .section_header .fv_lead {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: normal;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .fv_lead {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 9px;
  }
  html[lang=en] #aio #wrapper .section_header .fv_lead {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
  }
}
#aio #wrapper .section_header .fv_typo {
  margin-bottom: 129px;
}
#aio #wrapper .section_header .fv_typo .fv_typo_main_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 48px;
}
#aio #wrapper .section_header .fv_typo .fv_typo_main_item {
  position: relative;
}
#aio #wrapper .section_header .fv_typo .fv_typo_main_item:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: -30px;
  top: 82px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 57px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #fff;
}
#aio #wrapper .section_header .fv_typo .fv_typo_main_word {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 129px;
  line-height: 154px;
  letter-spacing: 0.01em;
  margin: 0 0 -25px;
}
#aio #wrapper .section_header .fv_typo .fv_typo_main_word .fv_typo_main_word_ll {
  letter-spacing: 0.02em;
}
#aio #wrapper .section_header .fv_typo .fv_typo_main_word .fv_typo_main_word_mo {
  letter-spacing: 0;
}
#aio #wrapper .section_header .fv_typo .fv_typo_main_label {
  font-family: "Roboto", sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  margin: 0;
}
#aio #wrapper .section_header .fv_typo_sp {
  margin-bottom: 74px;
}
#aio #wrapper .section_header .fv_typo_sp .fv_typo_sp_word {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 68px;
  line-height: 85px;
  letter-spacing: 0.01em;
  margin: 0;
}
#aio #wrapper .section_header .fv_typo_sp .fv_typo_sp_label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin: -18px 0 -6px;
}
#aio #wrapper .section_header .fv_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9px;
  margin-bottom: 18px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .fv_heading {
    gap: 4px;
    margin-bottom: 13px;
  }
}
#aio #wrapper .section_header .fv_heading .fv_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 43.1px;
  line-height: 52.33px;
  letter-spacing: 0.06em;
  margin: 0;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
html[lang=en] #aio #wrapper .section_header .fv_heading .fv_title {
  letter-spacing: 0.06em;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .fv_heading .fv_title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.06em;
  }
  #aio #wrapper .section_header .fv_heading .fv_title span {
    letter-spacing: 0.02em;
  }
  html[lang=en] #aio #wrapper .section_header .fv_heading .fv_title {
    font-size: 26px;
    line-height: 30px;
  }
}
#aio #wrapper .section_header .fv_heading .fv_badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e8702b;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 42.71px;
  letter-spacing: 0.04em;
  padding: 3.14px 20px;
  border-radius: 31.4px;
  margin: 0;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .fv_heading .fv_badge {
    width: 140px;
    height: 36px;
    padding: 0;
    font-size: 20px;
  }
  html[lang=en] #aio #wrapper .section_header .fv_heading .fv_badge {
    width: 205px;
    padding: 3.14px 20px;
    font-size: 16px;
  }
}
#aio #wrapper .section_header .fv_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin: 0 0 34px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .fv_text {
    line-height: 30px;
    margin-bottom: 25px;
  }
  html[lang=en] #aio #wrapper .section_header .fv_text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
#aio #wrapper .section_header .fv_btn_wrap {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .fv_btn_wrap {
    margin-bottom: 47px;
  }
}
#aio #wrapper .section_header .fv_btn_wrap .btn_contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
#aio #wrapper .section_header .fv_btn_wrap .btn_contact .btn_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #fff;
  color: #043871;
  font-weight: 700;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.04em;
  padding: 8px 35px;
  border-radius: 3px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .section_header .fv_btn_wrap .btn_contact .btn_white {
    font-size: 14px;
    padding: 8px 24px;
  }
  html[lang=en] #aio #wrapper .section_header .fv_btn_wrap .btn_contact .btn_white {
    font-size: 15px;
    padding: 8px 21px;
  }
}
#aio #wrapper .section_header .fv_btn_wrap .btn_contact .btn_white .icon_mail {
  width: 13px;
  height: auto;
}
#aio #wrapper .spacer.__after_fv {
  height: 0;
}
#aio #wrapper .contents {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#aio #wrapper .b_getintouch {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 0px;
  height: auto;
  min-height: 668px;
}
#aio #wrapper .b_getintouch .b_getintouch_inner {
  padding-left: 10%;
  padding-right: 10%;
}
@media all and (max-width: 767px) {
  #aio #wrapper .b_getintouch .b_getintouch_inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}
#aio #wrapper .b_getintouch .git_txt {
  width: 832px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media all and (max-width: 767px) {
  #aio #wrapper .b_getintouch .git_txt {
    width: 100%;
  }
}
#aio #wrapper .b_getintouch .git_txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media all and (max-width: 767px) {
  #aio #wrapper .b_getintouch .git_txt p {
    font-size: 13px;
    line-height: 25px;
  }
}
#aio #wrapper .b_getintouch .btn_01 {
  margin-bottom: 60px;
}
#aio #wrapper .aio_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-height: 1125px;
  background: #fff url("../img/aio/pattern.svg") repeat top center;
  padding: 0 300px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25.5px;
    padding: 0 8px 60px 18px;
  }
}
#aio #wrapper .aio_lead .aio_lead_visual {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 446px;
          flex: 0 0 446px;
  width: 446px;
  margin-right: 91px;
  margin-top: 93.5px;
  aspect-ratio: 446/669;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_lead .aio_lead_visual {
    width: 203.33px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 0;
    margin-left: -18px;
  }
}
#aio #wrapper .aio_lead .aio_lead_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#aio #wrapper .aio_lead .aio_lead_img.is-active {
  opacity: 1;
}
#aio #wrapper .aio_lead .aio_lead_content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#aio #wrapper .aio_lead .aio_lead_deco {
  position: relative;
  width: 685px;
  max-width: calc(100vw - 627px - var(--scrollbar-width, 0px));
  margin: 0 0 -70px 90px;
}
#aio #wrapper .aio_lead .aio_lead_deco img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_lead .aio_lead_deco {
    width: 330px;
    margin-left: 29px;
    margin-bottom: -43.8px;
  }
}
#aio #wrapper .aio_lead .aio_lead_title {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 78px;
  letter-spacing: 0.06em;
  color: #043871;
  margin: 0 0 32px;
}
#aio #wrapper .aio_lead .aio_lead_title .aio_lead_title_dot {
  font-weight: 400;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_lead .aio_lead_title {
    font-size: 36.63px;
    line-height: 46.08px;
    margin-bottom: 25.8px;
  }
}
#aio #wrapper .aio_lead .aio_lead_text {
  margin-bottom: 142px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_lead .aio_lead_text {
    margin-bottom: 0;
  }
}
#aio #wrapper .aio_lead .aio_lead_text p {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_lead .aio_lead_text p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 16.2px;
  }
  html[lang=en] #aio #wrapper .aio_lead .aio_lead_text p {
    line-height: 24px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_lead .aio_lead_text p:last-child {
  margin-bottom: 0;
}
html[lang=en] #aio #wrapper .aio_lead .aio_lead_text p:last-child {
  font-size: 20px;
  line-height: 38px;
}
@media all and (max-width: 767px) {
  html[lang=en] #aio #wrapper .aio_lead .aio_lead_text p:last-child {
    font-size: 16px;
    line-height: 24px;
  }
}
#aio #wrapper .aio_lead .aio_lead_highlight {
  background: rgba(232, 112, 43, 0.1490196078);
  color: #e8702b;
  padding: 0 4px;
}
#aio #wrapper .aio_concept {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 53px 80px 0 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept {
    padding: 0;
  }
  #aio #wrapper .aio_concept::before {
    content: "";
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    margin-bottom: -100svh;
    background-image: url("../img/aio/concept_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 38.89% top;
    z-index: -1;
    pointer-events: none;
  }
}
#aio #wrapper .aio_concept .aio_concept_track {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 95px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 20px 14px 53px 18px;
  }
}
#aio #wrapper .aio_concept .aio_concept_sticky_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 817px;
          flex: 0 0 817px;
  width: 817px;
  min-height: 808px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  position: sticky;
  z-index: 1;
  top: 53px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#aio #wrapper .aio_concept .aio_concept_sticky_col::before {
  content: "";
  position: absolute;
  top: 0;
  left: -72px;
  width: calc(100vw - var(--scrollbar-width, 0px));
  height: 808px;
  background-image: url("../img/aio/concept_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_sticky_col {
    position: static;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #aio #wrapper .aio_concept .aio_concept_sticky_col::before {
    content: none;
  }
}
#aio #wrapper .aio_concept .aio_concept_deco {
  position: relative;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 129px;
  line-height: 154px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #fff;
  margin: 53px 0 103px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_deco {
    font-size: 68px;
    line-height: 80px;
    margin-top: 0;
    margin-bottom: -34px;
  }
}
#aio #wrapper .aio_concept .aio_concept_sticky_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 477px;
          flex: 0 0 477px;
  width: 477px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_sticky_text {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
#aio #wrapper .aio_concept .aio_concept_heading {
  position: relative;
  z-index: 1;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#aio #wrapper .aio_concept .aio_concept_heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  border-radius: 10px;
  background: #00abbb;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_heading::before {
    width: 5px;
  }
}
#aio #wrapper .aio_concept .aio_concept_heading_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.06em;
  color: #043871;
  margin: 0 0 8px;
}
#aio #wrapper .aio_concept .aio_concept_heading_title span {
  font-weight: 400;
}
html[lang=en] #aio #wrapper .aio_concept .aio_concept_heading_title {
  letter-spacing: 0.01em;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_heading_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_concept .aio_concept_heading_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #043871;
  margin: 0;
}
#aio #wrapper .aio_concept .aio_concept_visual {
  position: relative;
  width: 340px;
  aspect-ratio: 340/227;
  overflow: hidden;
  margin-top: 237px;
}
#aio #wrapper .aio_concept .aio_concept_visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1215686275);
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_visual {
    width: 262px;
    aspect-ratio: 262/174.92;
    margin: 50px auto 30px;
  }
}
#aio #wrapper .aio_concept .aio_concept_visual_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#aio #wrapper .aio_concept .aio_concept_visual_img.is-active {
  opacity: 1;
}
#aio #wrapper .aio_concept .aio_concept_visual_label {
  position: absolute;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: center;
  z-index: 1;
}
#aio #wrapper .aio_concept .aio_concept_visual_label::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  margin: 6px auto 0;
  background: #fff;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_visual_label {
    top: 36.22px;
    font-size: 12.33px;
    line-height: 24.66px;
  }
  #aio #wrapper .aio_concept .aio_concept_visual_label::after {
    width: 11.56px;
    margin: 1px auto 0;
  }
}
#aio #wrapper .aio_concept .aio_concept_visual_num {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  margin: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 110px;
  line-height: 150px;
  letter-spacing: 0;
  text-align: center;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_visual_num {
    bottom: 15px;
    width: 115.59px;
    font-size: 84.76px;
    line-height: 115.59px;
  }
}
#aio #wrapper .aio_concept .aio_concept_list {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 376px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  padding-top: 109px;
  padding-bottom: 150px;
}
#aio #wrapper .aio_concept .aio_concept_list::after {
  content: "";
  display: block;
  position: sticky;
  top: 861px;
  height: 0;
  margin-top: -120px;
  -webkit-box-shadow: 0 2000px 0 0 #fff;
          box-shadow: 0 2000px 0 0 #fff;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_list {
    max-width: none;
    gap: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #aio #wrapper .aio_concept .aio_concept_list::after {
    content: none;
  }
}
#aio #wrapper .aio_concept .aio_concept_item .aio_concept_item_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #043871;
  background: #fff;
  border-left: 3px solid #00abbb;
  padding: 4px 20px 8px 15px;
  margin: 0 0 32px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_item .aio_concept_item_title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
}
#aio #wrapper .aio_concept .aio_concept_item p:not(.aio_concept_visual_label):not(.aio_concept_visual_num) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: justify;
  color: #032144;
  margin: 0 0 16px;
}
html[lang=en] #aio #wrapper .aio_concept .aio_concept_item p:not(.aio_concept_visual_label):not(.aio_concept_visual_num) {
  letter-spacing: 0.01em;
  color: #032144;
}
#aio #wrapper .aio_concept .aio_concept_item p:not(.aio_concept_visual_label):not(.aio_concept_visual_num):last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_item p:not(.aio_concept_visual_label):not(.aio_concept_visual_num):last-child {
    letter-spacing: 0.02em;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_concept .aio_concept_item p:not(.aio_concept_visual_label):not(.aio_concept_visual_num) {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #032144;
  }
}
#aio #wrapper .aio_merit {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 80px 80px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff url("../img/aio/pattern.svg") repeat top center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit {
    padding: 0 18px 60px;
  }
}
#aio #wrapper .aio_merit .aio_merit_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 140px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
#aio #wrapper .aio_merit .aio_merit_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 625px;
}
#aio #wrapper .aio_merit .aio_merit_deco {
  position: relative;
  width: 304px;
  max-width: 100%;
  margin: 0 0 -57px 72px;
}
#aio #wrapper .aio_merit .aio_merit_deco img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_deco {
    width: 160px;
    margin: 0 0 -30px 59px;
  }
}
#aio #wrapper .aio_merit .aio_merit_heading {
  position: relative;
  z-index: 1;
  padding-left: 24px;
  margin-bottom: 79px;
}
#aio #wrapper .aio_merit .aio_merit_heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  border-radius: 10px;
  background: #00abbb;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_heading {
    margin-bottom: 50px;
  }
  #aio #wrapper .aio_merit .aio_merit_heading::before {
    width: 5px;
  }
}
#aio #wrapper .aio_merit .aio_merit_heading_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.06em;
  color: #043871;
  margin: 0;
}
html[lang=en] #aio #wrapper .aio_merit .aio_merit_heading_title {
  letter-spacing: 0.01em;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_heading_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_merit .aio_merit_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_list {
    gap: 50px;
  }
}
#aio #wrapper .aio_merit .aio_merit_item .aio_merit_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  height: 72px;
  background: #043871;
  border-left: 3px solid #00abbb;
  padding: 0 24px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 39px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_item .aio_merit_item_title {
    height: 60px;
    margin-bottom: 24px;
  }
}
#aio #wrapper .aio_merit .aio_merit_item .aio_merit_item_title img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  height: auto;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_item .aio_merit_item_title img {
    width: 36px;
  }
}
#aio #wrapper .aio_merit .aio_merit_item .aio_merit_item_title p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_item .aio_merit_item_title p {
    font-size: 18px;
    line-height: 25px;
  }
}
#aio #wrapper .aio_merit .aio_merit_item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: justify;
  color: #032144;
  margin: 0 0 16px;
}
#aio #wrapper .aio_merit .aio_merit_item p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_item p {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  #aio #wrapper .aio_merit .aio_merit_item p:last-child {
    margin-bottom: 0;
  }
}
#aio #wrapper .aio_merit .aio_merit_visual {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 596px;
          flex: 0 0 596px;
  width: 596px;
  height: 100vh;
  margin: -80px -80px 0 auto;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_visual {
    position: static;
    width: auto;
    height: auto;
    aspect-ratio: 390/585;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw + var(--scrollbar-width, 0px));
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
#aio #wrapper .aio_merit .aio_merit_visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#aio #wrapper .aio_merit .aio_merit_table {
  max-width: 1280px;
  margin: 100px auto 0;
  padding: 33px 79px 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.1215686275);
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table {
    width: auto;
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw + var(--scrollbar-width, 0px));
    padding: 20px 18px 30px;
  }
}
#aio #wrapper .aio_merit .aio_merit_table_label {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #00abbb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table_label {
    width: 186px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-radius: 0;
  }
}
#aio #wrapper .aio_merit .aio_merit_table_lead {
  margin: 21px 0 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #043871;
  text-align: center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table_lead {
    font-size: 13px;
    line-height: 25px;
    margin: 10px 0 20px;
  }
}
#aio #wrapper .aio_merit .aio_merit_table_label,
#aio #wrapper .aio_merit .aio_merit_table_lead {
  display: block;
  width: 100%;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table_label {
    width: 186px;
  }
}
#aio #wrapper .aio_merit .aio_merit_table_grid {
  position: relative;
  display: grid;
  grid-template-columns: 248px 1fr 1fr;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table_grid {
    grid-template-columns: 74px 1fr 1fr;
  }
}
#aio #wrapper .aio_merit .aio_merit_table_grid::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -15px;
  width: calc((100% - 248px) / 2);
  border: 2px solid #00abbb;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1803921569);
  pointer-events: none;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table_grid::after {
    width: calc((100% - 74px) / 2);
  }
}
#aio #wrapper .aio_merit .aio_merit_table_row {
  display: contents;
}
#aio #wrapper .aio_merit .aio_merit_table_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 80px;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  color: #7d8ca6;
}
#aio #wrapper .aio_merit .aio_merit_table_cell img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: auto;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table_cell {
    font-size: 11px;
    line-height: 18px;
  }
  #aio #wrapper .aio_merit .aio_merit_table_cell img {
    width: 14px;
    height: auto;
  }
}
#aio #wrapper .aio_merit .aio_merit_table_row:not(.aio_merit_table_row_head) .aio_merit_table_cell:not(.aio_merit_table_rowlabel) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 24px;
  padding-right: 8px;
  gap: 6px;
}
#aio #wrapper .aio_merit .aio_merit_table_row:not(.aio_merit_table_row_head) .aio_merit_table_cell:not(.aio_merit_table_rowlabel) span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table_row:not(.aio_merit_table_row_head) .aio_merit_table_cell:not(.aio_merit_table_rowlabel) {
    padding: 17px 11px 17px 10px;
    gap: 10px;
  }
  #aio #wrapper .aio_merit .aio_merit_table_row:not(.aio_merit_table_row_head) .aio_merit_table_cell:not(.aio_merit_table_rowlabel) span {
    text-align: left;
  }
}
html[lang=en] #aio #wrapper .aio_merit .aio_merit_table_row:not(.aio_merit_table_row_head) .aio_merit_table_cell:not(.aio_merit_table_rowlabel) {
  letter-spacing: 0.01em;
}
#aio #wrapper .aio_merit .aio_merit_table_rowlabel {
  background: #ecf0f9;
  color: #043871;
  font-size: 15px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table_rowlabel {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.02em;
  }
}
#aio #wrapper .aio_merit .aio_merit_table_row_head .aio_merit_table_cell {
  min-height: 50px;
}
#aio #wrapper .aio_merit .aio_merit_table_col1_head,
#aio #wrapper .aio_merit .aio_merit_table_col2_head {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
html[lang=en] #aio #wrapper .aio_merit .aio_merit_table_col1_head,
html[lang=en] #aio #wrapper .aio_merit .aio_merit_table_col2_head {
  letter-spacing: 0.01em;
}
#aio #wrapper .aio_merit .aio_merit_table_col1_head img,
#aio #wrapper .aio_merit .aio_merit_table_col2_head img {
  width: 24px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_merit .aio_merit_table_col1_head,
  #aio #wrapper .aio_merit .aio_merit_table_col2_head {
    font-size: 12px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 0;
  }
  html[lang=en] #aio #wrapper .aio_merit .aio_merit_table_col1_head,
  html[lang=en] #aio #wrapper .aio_merit .aio_merit_table_col2_head {
    line-height: 14px;
    letter-spacing: 0.02em;
  }
  #aio #wrapper .aio_merit .aio_merit_table_col1_head img,
  #aio #wrapper .aio_merit .aio_merit_table_col2_head img {
    width: 22px;
    height: 24px;
    margin-right: 5px;
  }
}
#aio #wrapper .aio_merit .aio_merit_table_col1_head {
  background: #043871;
  border-radius: 12px 12px 0 0;
}
#aio #wrapper .aio_merit .aio_merit_table_col2_head {
  background: #00abbb;
  border-radius: 12px 12px 0 0;
}
#aio #wrapper .aio_merit .aio_merit_table_row:not(.aio_merit_table_row_head) .aio_merit_table_cell:last-child {
  color: #00abbb;
}
#aio #wrapper .aio_merit .aio_merit_table_row:not(:last-child) .aio_merit_table_cell {
  border-bottom: 1px solid #dce2ef;
}
#aio #wrapper .aio_merit .aio_merit_table_row:last-child .aio_merit_table_cell {
  border-bottom: 1px solid #dce2ef;
}
#aio #wrapper .aio_merit .aio_merit_table_row:nth-last-child(2) .aio_merit_table_cell:last-child {
  border-bottom: none;
  -webkit-box-shadow: 0 1px 0 0 #dce2ef;
          box-shadow: 0 1px 0 0 #dce2ef;
}
#aio #wrapper .aio_service {
  position: relative;
  width: 100%;
  padding: 0 80px 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/aio/pattern.svg"), url("../img/aio/service_back.jpg");
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: top center, center;
  background-attachment: fixed, fixed;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service {
    padding: 0 18px 40px;
    background-attachment: scroll;
  }
}
#aio #wrapper .aio_service .aio_service_heading_wrap {
  position: relative;
  text-align: center;
}
#aio #wrapper .aio_service .aio_service_deco {
  position: relative;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 129px;
  line-height: 154px;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  padding-top: 83px;
  margin: 0 0 -62px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_deco {
    font-size: 68px;
    line-height: 80px;
    padding-top: 60px;
    margin: 0 0 -33px;
  }
}
#aio #wrapper .aio_service .aio_service_heading {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin: 0 0 80px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_heading {
    display: block;
    margin-bottom: 52px;
    padding-left: 11px;
  }
}
#aio #wrapper .aio_service .aio_service_heading::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8px;
  height: 49px;
  border-radius: 10px;
  background: #00abbb;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_heading::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 30px;
  }
  html[lang=en] #aio #wrapper .aio_service .aio_service_heading::before {
    height: 65px;
  }
}
#aio #wrapper .aio_service .aio_service_heading_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.06em;
}
html[lang=en] #aio #wrapper .aio_service .aio_service_heading_title {
  letter-spacing: 0.01em;
  text-align: left;
}
#aio #wrapper .aio_service .aio_service_heading_title {
  color: #043871;
  margin: 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_heading_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_service .aio_service_list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_list {
    gap: 10px;
  }
}
#aio #wrapper .aio_service .aio_service_item {
  position: sticky;
  top: 152px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(4, 56, 113, 0.15);
          box-shadow: 0 15px 40px 0 rgba(4, 56, 113, 0.15);
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item {
    position: static;
  }
}
#aio #wrapper .aio_service .aio_service_item_top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 123px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_top {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 0 0;
    overflow: visible;
  }
}
#aio #wrapper .aio_service .aio_service_item_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00abbb;
  border-radius: 12px 0 0 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 30px;
    height: 105px;
  }
}
#aio #wrapper .aio_service .aio_service_item_label span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #fff;
}
html[lang=en] #aio #wrapper .aio_service .aio_service_item_label span {
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  html[lang=en] #aio #wrapper .aio_service .aio_service_item_label span {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_label span {
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_service .aio_service_item_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  height: 66px;
  margin: 0 15px 0 18px;
}
#aio #wrapper .aio_service .aio_service_item_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
#aio #wrapper .aio_service .aio_service_item_icon_sp {
  position: absolute;
  top: 16px;
  left: 13px;
  z-index: 1;
  width: 70px;
  height: 47px;
}
#aio #wrapper .aio_service .aio_service_item_icon_sp img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#aio #wrapper .aio_service .aio_service_item_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #043871;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_title {
    margin: 0 0 0 17px;
    line-height: 1.5;
  }
}
#aio #wrapper .aio_service .aio_service_item_title_sub {
  display: block;
  font-size: 20px;
}
html[lang=en] #aio #wrapper .aio_service .aio_service_item_title_sub {
  font-size: 28px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_title_sub {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
  html[lang=en] #aio #wrapper .aio_service .aio_service_item_title_sub {
    font-size: 18px;
  }
}
#aio #wrapper .aio_service .aio_service_item_title_main {
  display: block;
  font-size: 28px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_title_main {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
  }
}
#aio #wrapper .aio_service .aio_service_item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 334px;
  padding: 0 50px 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #00abbb;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    padding: 0;
    gap: 10px;
  }
}
#aio #wrapper .aio_service .aio_service_item_img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  width: 440px;
  height: 294px;
  margin-right: 56px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_img {
    position: relative;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 354/200;
    margin-right: 0;
  }
}
#aio #wrapper .aio_service .aio_service_item_img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#aio #wrapper .aio_service .aio_service_item_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_text {
    margin-top: 0;
    padding: 0 18px;
    margin-bottom: 15px;
  }
}
#aio #wrapper .aio_service .aio_service_item_text p {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: justify;
  color: #032144;
}
#aio #wrapper .aio_service .aio_service_item_text p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item_text p {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.01em;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_service .aio_service_item:not(:first-child) .aio_service_item_text p {
    letter-spacing: 0.02em;
  }
}
#aio #wrapper .aio_reason_performance {
  position: relative;
  width: 100%;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/607;
  overflow: hidden;
  background-image: url("../img/aio/payfor_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_hero {
    aspect-ratio: auto;
    height: 292px;
    background-attachment: scroll;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_deco {
  position: absolute;
  z-index: 1;
  top: 180px;
  left: 152px;
  width: 760px;
  max-width: 60%;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_deco img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_deco {
    top: 60px;
    left: 58px;
    width: 401px;
    max-width: calc(100vw - 58px);
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_heading {
  position: absolute;
  z-index: 1;
  top: 383px;
  left: 80px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_heading {
    top: auto;
    bottom: 24px;
    left: 18px;
    margin-top: 168px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  border-radius: 10px;
  background: #00abbb;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_heading::before {
    width: 5px;
    height: 62px;
  }
  html[lang=en] #aio #wrapper .aio_reason_performance .aio_reason_performance_heading::before {
    height: 89px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_heading_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0;
}
html[lang=en] #aio #wrapper .aio_reason_performance .aio_reason_performance_heading_title {
  letter-spacing: 0.01em;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_heading_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_body {
  position: relative;
  width: 100%;
  padding: 80px 80px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff url("../img/aio/pattern.svg") repeat top center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_body {
    padding: 40px 18px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_list {
  position: relative;
  list-style: none;
  margin: 0 0 80px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 99px 72px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_list {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 40px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_item {
  min-height: 342px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_item {
    min-height: 0;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_item p {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: justify;
  color: #032144;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_item p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_item p {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.02em;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 72px;
  background: #043871;
  border-left: 3px solid #00abbb;
  padding: 6px 20px 6px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 40px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_item_title {
    min-height: 62px;
    gap: 0;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_item_title img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  height: auto;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_item_title img {
    width: 36px;
    margin-right: 11px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_item_title p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_item_title p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table {
  max-width: 1280px;
  margin: 0 auto;
  padding: 33px 79px 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.1215686275);
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table {
    width: auto;
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw + var(--scrollbar-width, 0px));
    padding: 20px 18px 30px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_label {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #00abbb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_label {
    width: 248px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-radius: 0;
  }
  html[lang=en] #aio #wrapper .aio_reason_performance .aio_reason_performance_table_label {
    width: 366px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_lead {
  display: block;
  width: 100%;
  margin: 21px 0 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #043871;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_lead {
    font-size: 13px;
    line-height: 25px;
    margin: 10px 0 20px;
  }
  html[lang=en] #aio #wrapper .aio_reason_performance .aio_reason_performance_table_lead {
    line-height: 20px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_lead {
  text-align: center;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_grid {
  position: relative;
  display: grid;
  grid-template-columns: 248px 1fr 1fr;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_grid {
    grid-template-columns: 74px 1fr 1fr;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_grid::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -15px;
  width: calc((100% - 248px) / 2);
  border: 2px solid #00abbb;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1803921569);
  pointer-events: none;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_grid::after {
    content: none;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_row {
  display: contents;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:not(.aio_reason_performance_table_row_head) .aio_reason_performance_table_cell:last-child {
    border-left: 2px solid #00abbb;
    border-right: 2px solid #00abbb;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:not(.aio_reason_performance_table_row_head):last-child .aio_reason_performance_table_cell:last-child {
    position: relative;
  }
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:not(.aio_reason_performance_table_row_head):last-child .aio_reason_performance_table_cell:last-child::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -10px;
    height: 10px;
    border-left: 2px solid #00abbb;
    border-right: 2px solid #00abbb;
    border-bottom: 2px solid #00abbb;
    border-radius: 0 0 12px 12px;
    pointer-events: none;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 80px;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  color: #7d8ca6;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_cell img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: auto;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_cell {
    font-size: 11px;
    line-height: 18px;
  }
  html[lang=en] #aio #wrapper .aio_reason_performance .aio_reason_performance_table_cell {
    line-height: 14px;
  }
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_cell img {
    width: auto;
    height: auto;
  }
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_cell img[src*=icon_triangle] {
    width: 19.08px;
    height: 19.08px;
    margin-right: 7px;
  }
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_cell img[src*=icon_x] {
    width: 14.1px;
    height: 13.96px;
    margin-right: 9px;
  }
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_cell img[src*=icon_circle] {
    width: 15.79px;
    height: 15.79px;
    margin-right: 8px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:not(.aio_reason_performance_table_row_head) .aio_reason_performance_table_cell:not(.aio_reason_performance_table_rowlabel) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 24px;
  padding-right: 8px;
  gap: 6px;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:not(.aio_reason_performance_table_row_head) .aio_reason_performance_table_cell:not(.aio_reason_performance_table_rowlabel) span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:not(.aio_reason_performance_table_row_head) .aio_reason_performance_table_cell:not(.aio_reason_performance_table_rowlabel) {
    padding: 17px 11px 17px 10px;
    gap: 0;
  }
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:not(.aio_reason_performance_table_row_head) .aio_reason_performance_table_cell:not(.aio_reason_performance_table_rowlabel) span {
    text-align: left;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_rowlabel {
  background: #ecf0f9;
  color: #043871;
  font-size: 15px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_rowlabel {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.02em;
  }
  html[lang=en] #aio #wrapper .aio_reason_performance .aio_reason_performance_table_rowlabel {
    line-height: 14px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_row_head .aio_reason_performance_table_cell {
  min-height: 50px;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_col1_head,
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_col2_head {
  min-width: 0;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_col1_head img,
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_col2_head img {
  width: 24px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_col1_head,
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_col2_head {
    font-size: 12px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 0;
  }
  html[lang=en] #aio #wrapper .aio_reason_performance .aio_reason_performance_table_col1_head,
  html[lang=en] #aio #wrapper .aio_reason_performance .aio_reason_performance_table_col2_head {
    line-height: 14px;
  }
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_col1_head img,
  #aio #wrapper .aio_reason_performance .aio_reason_performance_table_col2_head img {
    width: 22px;
    height: 24px;
    margin-right: 5px;
  }
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_col1_head {
  background: #043871;
  border-radius: 12px 12px 0 0;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_col2_head {
  background: #00abbb;
  border-radius: 12px 12px 0 0;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:not(.aio_reason_performance_table_row_head) .aio_reason_performance_table_cell:last-child {
  color: #00abbb;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:not(:last-child) .aio_reason_performance_table_cell {
  border-bottom: 1px solid #dce2ef;
}
#aio #wrapper .aio_reason_performance .aio_reason_performance_table_row:last-child .aio_reason_performance_table_cell {
  border-bottom: 1px solid #dce2ef;
}
#aio #wrapper .aio_reason_result {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0 80px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result {
    padding: 0 0 40px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/aio/pattern.svg"), url("../img/aio/outcome_back.jpg");
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: top center, center;
  background-attachment: fixed, fixed;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_bg {
    position: sticky;
    height: 100svh;
    margin-bottom: -100svh;
    background-attachment: scroll, scroll;
    background-position: top center, 71.8% center;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_heading_wrap {
    position: relative;
    height: 232px;
    padding: 0 18px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_deco {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  margin-left: 72px;
  width: 533px;
  height: 234px;
}
#aio #wrapper .aio_reason_result .aio_reason_result_deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_deco {
    position: absolute;
    z-index: 0;
    top: 60px;
    left: 62px;
    padding-top: 0;
    margin-left: 0;
    width: 281px;
    height: 80px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_heading {
  position: relative;
  z-index: 1;
  margin: -54px 0 99px 0;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_heading {
    position: absolute;
    top: 106px;
    left: 34px;
    margin: 0;
    padding-left: 0;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 97px;
  border-radius: 10px;
  background: #00abbb;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_heading::before {
    top: 5px;
    left: -15px;
    width: 5px;
    height: 58px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_heading_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.06em;
  color: #043871;
  margin: 0;
}
html[lang=en] #aio #wrapper .aio_reason_result .aio_reason_result_heading_title {
  letter-spacing: 0.01em;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_heading_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_track {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 79px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 0 18px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_sticky_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 546px;
          flex: 0 0 546px;
  width: 546px;
  position: sticky;
  top: 80px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_sticky_col {
    position: static;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_definition {
  position: relative;
  min-height: 480px;
  margin-top: 20px;
  padding: 44px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid #00abbb;
  border-radius: 12px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_definition {
    width: 100%;
    min-height: 375px;
    padding: 36px 15px 25px 15px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_definition p:not(.aio_reason_result_definition_title):not(.aio_reason_result_definition_label) {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: justify;
  color: #043871;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_definition p:not(.aio_reason_result_definition_title):not(.aio_reason_result_definition_label) {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 25px;
  }
  html[lang=en] #aio #wrapper .aio_reason_result .aio_reason_result_definition p:not(.aio_reason_result_definition_title):not(.aio_reason_result_definition_label) {
    width: calc(100% + 6px);
    margin-left: -3px;
    margin-right: -3px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_definition p:not(.aio_reason_result_definition_title):not(.aio_reason_result_definition_label):last-child {
  margin-bottom: 0;
}
#aio #wrapper .aio_reason_result .aio_reason_result_definition p:not(.aio_reason_result_definition_title):not(.aio_reason_result_definition_label) .aio_reason_result_definition_highlight {
  color: #00abbb;
}
#aio #wrapper .aio_reason_result .aio_reason_result_definition_label {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 126px;
  margin: 0;
  padding: 0 20px;
  width: 294px;
  height: 40px;
  line-height: 35px;
  background: #00abbb;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
html[lang=en] #aio #wrapper .aio_reason_result .aio_reason_result_definition_label {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  html[lang=en] #aio #wrapper .aio_reason_result .aio_reason_result_definition_label {
    top: -21px;
    left: 24px;
    width: 500px;
    height: 44px;
    line-height: 44px;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_definition_label {
    top: -13px;
    left: 69px;
    width: 216px;
    height: 29px;
    font-size: 15px;
    line-height: 25px;
  }
  html[lang=en] #aio #wrapper .aio_reason_result .aio_reason_result_definition_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: -26px;
    left: 25px;
    width: 305px;
    height: 52px;
    font-size: 15px;
    line-height: 20px;
    white-space: normal;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_definition_title {
  margin: 20px 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.02em;
  color: #043871;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}
html[lang=en] #aio #wrapper .aio_reason_result .aio_reason_result_definition_title {
  font-size: 24px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_definition_title {
    margin: 0 0 18px;
    font-size: 18.34px;
    line-height: 27.51px;
  }
  html[lang=en] #aio #wrapper .aio_reason_result .aio_reason_result_definition_title {
    margin-top: 15px;
    font-size: 18.34px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_list {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_list {
    gap: 50px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_item {
  position: relative;
}
#aio #wrapper .aio_reason_result .aio_reason_result_item_arrow {
  position: absolute;
  top: 14.5px;
  left: -13px;
  width: 20px;
  height: 13px;
}
#aio #wrapper .aio_reason_result .aio_reason_result_item_tag {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin: 0;
  width: 96px;
  height: 40px;
  background: #00abbb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  html[lang=en] #aio #wrapper .aio_reason_result .aio_reason_result_item_tag {
    width: 120px;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_item_tag {
    width: 86px;
    height: 36px;
    font-size: 14px;
    line-height: 35px;
  }
  html[lang=en] #aio #wrapper .aio_reason_result .aio_reason_result_item_tag {
    width: 110px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_item_tag span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 50px;
  letter-spacing: 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_item_tag span {
    font-size: 22px;
    line-height: 32px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_item_title {
  min-height: 104px;
  margin: 0 0 47px;
  padding: 6px 24px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.1215686275);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #043871;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_item_title {
    width: 100%;
    min-height: 75px;
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 25px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_item p:not(.aio_reason_result_item_tag) {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: justify;
  color: #032144;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_reason_result .aio_reason_result_item p:not(.aio_reason_result_item_tag) {
    font-size: 13px;
    line-height: 25px;
  }
}
#aio #wrapper .aio_reason_result .aio_reason_result_item p:not(.aio_reason_result_item_tag):last-child {
  margin-bottom: 0;
}
#aio #wrapper .aio_usecase {
  position: relative;
  width: 100%;
  padding: 0 0 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: url("../img/aio/pattern.svg");
  background-repeat: repeat;
  background-position: top center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase {
    padding: 40px 18px;
  }
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_heading_wrap {
    position: relative;
    z-index: 1;
    height: 190px;
  }
}
#aio #wrapper .aio_usecase .aio_usecase_deco {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  margin-left: 151px;
  width: 549px;
  height: 234px;
}
#aio #wrapper .aio_usecase .aio_usecase_deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_deco {
    position: absolute;
    z-index: 0;
    top: 60px;
    left: 58px;
    padding-top: 0;
    margin-left: 0;
    width: 290px;
    height: 80px;
  }
}
#aio #wrapper .aio_usecase .aio_usecase_heading {
  position: relative;
  z-index: 1;
  margin: -55px 0 74px 80px;
  padding-left: 24px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_heading {
    position: absolute;
    top: 106px;
    left: 18px;
    margin: 0;
    padding-left: 15px;
  }
}
#aio #wrapper .aio_usecase .aio_usecase_heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 49px;
  border-radius: 10px;
  background: #00abbb;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_heading::before {
    width: 5px;
    height: 30px;
  }
}
#aio #wrapper .aio_usecase .aio_usecase_heading_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.06em;
  color: #043871;
  margin: 0;
}
html[lang=en] #aio #wrapper .aio_usecase .aio_usecase_heading_title {
  letter-spacing: 0.01em;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_heading_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_usecase .aio_usecase_visual {
  position: absolute;
  z-index: 1;
  top: 173px;
  right: 0;
  width: 408px;
  height: 612px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_visual {
    z-index: 0;
    top: 0;
    right: 0;
    width: 201px;
    height: 301.5px;
    margin: 0;
  }
}
#aio #wrapper .aio_usecase .aio_usecase_visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#aio #wrapper .aio_usecase .aio_usecase_list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
  width: 891px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_list {
    margin: 0;
    width: 100%;
  }
}
#aio #wrapper .aio_usecase .aio_usecase_item {
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(29, 59, 93, 0.12);
          box-shadow: 0 2px 12px 0 rgba(29, 59, 93, 0.12);
  padding: 25px 30px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_item {
    padding: 15px 10px 38px 15px;
    min-height: 160px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(29, 59, 93, 0.0509803922);
            box-shadow: 0 2px 10px 0 rgba(29, 59, 93, 0.0509803922);
  }
}
#aio #wrapper .aio_usecase .aio_usecase_item_title {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #043871;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_item_title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
  }
}
#aio #wrapper .aio_usecase .aio_usecase_item p:not(.aio_usecase_item_title) {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #032144;
}
html[lang=en] #aio #wrapper .aio_usecase .aio_usecase_item p:not(.aio_usecase_item_title) {
  letter-spacing: 0.01em;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_usecase .aio_usecase_item p:not(.aio_usecase_item_title) {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
    color: #043871;
  }
  html[lang=en] #aio #wrapper .aio_usecase .aio_usecase_item p:not(.aio_usecase_item_title) {
    letter-spacing: 0.02em;
  }
}
#aio #wrapper .aio_fcolumn {
  position: relative;
  width: 100%;
  padding: 0 0 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn {
    padding: 60px 18px;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_deco {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  margin-left: 153px;
  width: 452px;
  height: 234px;
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_deco {
    padding-top: 0;
    margin-left: 39px;
    width: 238px;
    height: 80px;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_heading_wrap {
  position: relative;
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_heading_row {
  position: relative;
  z-index: 1;
  margin: -58px 80px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_heading_row {
    margin: -34px 0 24px;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_heading {
  position: relative;
  padding-left: 24px;
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 49px;
  border-radius: 10px;
  background: #00abbb;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_heading::before {
    width: 5px;
    height: 30px;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_heading_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.06em;
  color: #043871;
  margin: 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_heading_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_viewall {
  margin: 0;
  min-width: 148px;
  width: 148px;
  height: 36px;
  padding: 8px 56px;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  border-radius: 3px;
  background: #043871;
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_viewall {
    min-width: 122px;
    width: 122px;
    height: 32px;
    padding: 9px 56px 6px;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_list {
  position: relative;
  z-index: 1;
  max-width: 891px;
  margin: 0 80px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_list {
    margin: 0;
    max-width: 100%;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item {
  border-top: 1px solid #e0e0e0;
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 24px 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 16px 0;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item a:hover .aio_fcolumn_item_thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item_thumb {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 80px;
  margin: 0;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_item_thumb {
    width: 106px;
    height: 70px;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item_new {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  width: 39px;
  background-color: #043871;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 1px;
  color: #043871;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_item_title {
    font-size: 13px;
    line-height: 22px;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item_date {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #aab6cb;
  margin-bottom: 3px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_item_date {
    font-size: 12px;
  }
}
#aio #wrapper .aio_fcolumn .aio_fcolumn_item_excerpt {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #7d8ca6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_fcolumn .aio_fcolumn_item_excerpt {
    font-size: 12px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
}
#aio #wrapper .aio_faq {
  position: relative;
  width: 100%;
  padding: 0 0 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e9ecf2;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq {
    padding: 40px 18px 60px;
  }
}
#aio #wrapper .aio_faq .aio_faq_heading_wrap {
  position: relative;
}
#aio #wrapper .aio_faq .aio_faq_deco {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  margin: 0 0 0 151px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 129px;
  line-height: 154px;
  color: #fff;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .aio_faq_deco {
    padding-top: 60px;
    margin-left: 58px;
    font-size: 68px;
    line-height: 80px;
  }
}
#aio #wrapper .aio_faq .aio_faq_heading {
  position: relative;
  z-index: 1;
  margin: -55px 0 40px 80px;
  padding-left: 24px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .aio_faq_heading {
    margin: -35px 0 24px;
    padding-left: 15px;
  }
}
#aio #wrapper .aio_faq .aio_faq_heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 49px;
  border-radius: 10px;
  background: #00abbb;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .aio_faq_heading::before {
    width: 5px;
    height: 30px;
  }
}
#aio #wrapper .aio_faq .aio_faq_heading_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.06em;
  color: #043871;
  margin: 0;
}
html[lang=en] #aio #wrapper .aio_faq .aio_faq_heading_title {
  letter-spacing: 0.01em;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .aio_faq_heading_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
}
#aio #wrapper .aio_faq .aio_faq_box {
  position: relative;
  z-index: 1;
  width: calc(100% - 160px);
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .aio_faq_box {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw + var(--scrollbar-width, 0px));
    padding: 14px 0;
  }
}
#aio #wrapper .aio_faq .faq-wrap h3 {
  position: relative;
  margin: 0;
  padding: 19px 33.5px 23px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #043871;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .faq-wrap h3 {
    font-size: 13px;
    line-height: 23px;
    padding-left: 18px;
    padding-right: 34px;
  }
}
#aio #wrapper .aio_faq .faq-wrap h3:first-child {
  border-top: none;
}
#aio #wrapper .aio_faq .faq-wrap h3 .faq-question-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 19px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .faq-wrap h3 .faq-question-inner {
    gap: 9px;
  }
}
#aio #wrapper .aio_faq .faq-wrap h3::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 33.5px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #7d8ca6;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .faq-wrap h3::after {
    font-size: 16px;
    right: 18px;
  }
}
#aio #wrapper .aio_faq .faq-wrap h3.is-open::after {
  content: "−";
}
#aio #wrapper .aio_faq .faq-wrap .aio_faq_q_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #7d8ca6;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .faq-wrap .aio_faq_q_icon {
    font-size: 16px;
  }
}
#aio #wrapper .aio_faq .faq-wrap .faq-answer {
  display: none;
  padding: 0 33.5px 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 19px;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .faq-wrap .faq-answer {
    gap: 9px;
  }
}
#aio #wrapper .aio_faq .faq-wrap .faq-answer__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #67c8d7;
}
@media all and (max-width: 767px) {
  #aio #wrapper .aio_faq .faq-wrap .faq-answer__icon {
    font-size: 16px;
  }
}
#aio #wrapper .aio_faq .faq-wrap .faq-answer__content p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #043871;
}

.aio_side_nav {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 900;
}
@media all and (max-width: 767px) {
  .aio_side_nav {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (max-width: 767px) {
  .aio_side_nav.is-scrolled {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.aio_side_nav .aio_side_nav_mobile_toggle {
  display: none;
}
@media all and (max-width: 767px) {
  .aio_side_nav .aio_side_nav_mobile_toggle {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 27px;
    height: 80px;
    border: none;
    border-radius: 8px 0 0 8px;
    background: rgba(3, 33, 68, 0.8);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .aio_side_nav .aio_side_nav_mobile_toggle .aio_side_nav_mobile_toggle_icon {
    width: 5px;
    height: auto;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media all and (max-width: 767px) {
  .aio_side_nav.is-scrolled .aio_side_nav_mobile_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.aio_side_nav .aio_side_nav_mobile_close {
  display: none;
}
@media all and (max-width: 767px) {
  .aio_side_nav .aio_side_nav_mobile_close {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: rgba(4, 56, 113, 0.08);
    color: #043871;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
  }
}
.aio_side_nav .aio_side_nav_panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48px;
  padding-top: 20px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media all and (max-width: 767px) {
  .aio_side_nav .aio_side_nav_panel {
    position: static;
    width: 48px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.aio_side_nav:hover .aio_side_nav_panel {
  width: 263px;
}
@media all and (max-width: 767px) {
  .aio_side_nav.is-scrolled:not(.is-open) .aio_side_nav_panel {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .aio_side_nav.is-open .aio_side_nav_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    padding: 20px 0 0;
    border-radius: 18px 0 0 18px;
    background: #fff;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (max-width: 767px) {
  .aio_side_nav.is-open .aio_side_nav_mobile_close {
    display: block;
  }
}
.aio_side_nav .aio_side_nav_card_bg {
  position: absolute;
  top: 0;
  left: 39px;
  width: 218px;
  height: 327px;
  border-radius: 12px 0 0 12px;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
  pointer-events: none;
}
.aio_side_nav:hover .aio_side_nav_card_bg {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.aio_side_nav .aio_side_nav_list,
.aio_side_nav .aio_side_nav_contact {
  position: relative;
  z-index: 1;
}
.aio_side_nav .aio_side_nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aio_side_nav .aio_side_nav_item {
  position: relative;
  height: 35px;
}
.aio_side_nav .aio_side_nav_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 28px;
  width: 1px;
  height: 14px;
  background: #7d8ca6;
  opacity: 0.3;
}
.aio_side_nav .aio_side_nav_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 24px 0 15px;
  text-decoration: none;
  white-space: nowrap;
}
.aio_side_nav .aio_side_nav_dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #aab6cb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.aio_side_nav .aio_side_nav_item.is-current .aio_side_nav_dot {
  background: #00abbb;
}
.aio_side_nav .aio_side_nav_label {
  max-width: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #7d8ca6;
  -webkit-transition: max-width 0.3s ease, margin-left 0.3s ease, opacity 0.3s ease;
  transition: max-width 0.3s ease, margin-left 0.3s ease, opacity 0.3s ease;
}
.aio_side_nav .aio_side_nav_item.is-current .aio_side_nav_label {
  color: #043871;
}
.aio_side_nav:hover .aio_side_nav_label {
  max-width: 181px;
  margin-left: 35px;
  opacity: 1;
}
.aio_side_nav .aio_side_nav_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 0 24px 0 15px;
  background: #032144;
  border-radius: 18px 0 0 18px;
  text-decoration: none;
  overflow: hidden;
}
.aio_side_nav .aio_side_nav_contact_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 13px;
  height: auto;
}
.aio_side_nav .aio_side_nav_contact_label {
  max-width: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-transition: max-width 0.3s ease, margin-left 0.3s ease, opacity 0.3s ease;
  transition: max-width 0.3s ease, margin-left 0.3s ease, opacity 0.3s ease;
}
.aio_side_nav:hover .aio_side_nav_contact_label {
  max-width: 150px;
  margin-left: 16px;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .aio_side_nav.is-open .aio_side_nav_card_bg {
    left: 0;
    bottom: 0;
    background: transparent;
    opacity: 1;
  }
  .aio_side_nav.is-open .aio_side_nav_label {
    max-width: 181px;
    margin-left: 12px;
    opacity: 1;
  }
  .aio_side_nav.is-open .aio_side_nav_contact_label {
    max-width: 150px;
    margin-left: 16px;
    opacity: 1;
  }
}

.aio_section_placeholder {
  scroll-margin-top: 72px;
  min-height: 10vh;
}