@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;
}

.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 {
  padding-top: 0;
  padding-bottom: 95px;
}
@media all and (max-width: 767px) {
  #child_page .section_wrap .b_section_01 {
    margin: 0 0 40px;
  }
}
#child_page .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;
}
@media all and (max-width: 767px) {
  #child_page .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;
  }
}
#child_page .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 {
    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 {
  gap: 10px;
  margin-bottom: 50px;
}
#child_page .section_wrap .consulting_block .service_icon img {
  width: 40px;
}
#child_page .section_wrap .consulting_block .service_icon::before {
  display: none;
}
#child_page .section_wrap .consulting_block h1 {
  margin-bottom: 26px;
  width: 620px;
}
@media all and (max-width: 767px) {
  #child_page .section_wrap .consulting_block h1 {
    width: 100%;
    margin-bottom: 0;
  }
}
#child_page .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 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#child_page .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 {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
#child_page .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 {
    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-bottom: 80px;
  }
}
#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 auto 0;
  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,
#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,
  #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,
#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,
  #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,
#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,
  #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,
#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,
#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,
  #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,
#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,
#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,
#column_single .b_getintouch .b_getintouch_inner .btn_01 {
  margin: 30px auto 0 !important;
}

@media all and (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}
#lp4 {
  color: #043871;
}
#lp4 .breadcrumbs {
  display: none;
}
#lp4 .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 810;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#lp4 .header .header_logo_img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
#lp4 .header .gnav ul > li::before {
  background: url("../img/common/head_check_w.svg") no-repeat center;
}
@media screen and (min-width: 768px) {
  #lp4 .header .gnav .drawer-nav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #lp4 .header .gnav .drawer-nav .drawer-menu {
    padding: 0;
    background: transparent;
  }
  #lp4 .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;
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #lp4 .header .gnav .drawer-nav .js-gnav li a,
  #lp4 .header .gnav .drawer-nav .js-gnav li span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
  #lp4 .header .gnav .drawer-nav .js-gnav li.drawer_logo, #lp4 .header .gnav .drawer-nav .js-gnav li.drawer_address, #lp4 .header .gnav .drawer-nav .js-gnav li.drawer_privacy {
    display: none;
  }
}
#lp4 .header .drawer-toggle span {
  background: #fff;
}
#lp4 .header.has_shadow {
  position: fixed;
  background: #fff;
}
#lp4 .header.has_shadow .header_logo_img {
  -webkit-filter: none;
          filter: none;
}
#lp4 .header.has_shadow .gnav ul > li::before {
  background: url("../img/common/head_check.svg") no-repeat center;
}
#lp4 .header.has_shadow .gnav .drawer-nav .js-gnav li a,
#lp4 .header.has_shadow .gnav .drawer-nav .js-gnav li span {
  color: #043871;
}
@media all and (max-width: 767px) {
  #lp4 .header.has_shadow .gnav .drawer-nav .js-gnav li a,
  #lp4 .header.has_shadow .gnav .drawer-nav .js-gnav li span {
    color: #fff;
  }
}
#lp4 .header.has_shadow .drawer-toggle span {
  background: #043871;
}
#lp4 .lp4-fv {
  width: 100%;
}
#lp4 .lp4-fv__bg {
  width: 100%;
  min-height: 680px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9vw 100%, 0 calc(100% - 7vw));
}
@media all and (max-width: 767px) {
  #lp4 .lp4-fv__bg {
    min-height: 0;
    aspect-ratio: 375/500;
  }
}
#lp4 .lp4-fv__inner {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 60px 120px 71px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-fv__inner {
    padding: 0 18px 100px;
  }
}
#lp4 .lp4-fv__logo {
  margin: 110px 0 28px;
  width: 237px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-fv__logo {
    width: 185px;
    margin: 100px 0 16px;
  }
}
#lp4 .lp4-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}
#lp4 .lp4-fv__cat {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-fv__cat {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
#lp4 .lp4-fv__cat-name {
  display: block;
}
#lp4 .lp4-fv__title-wrap {
  border-left: 0.5px solid rgba(255, 255, 255, 0.6);
  padding-left: 40px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-fv__title-wrap {
    padding-left: 16px;
  }
}
#lp4 .lp4-fv__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 16px;
  color: #fff;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-fv__title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
#lp4 .lp4-fv__desc {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-fv__desc {
    font-size: 13px;
    line-height: 1.8;
  }
}
#lp4 .lp4-body {
  position: relative;
  width: 100%;
}
#lp4 .lp4-sidebar__placeholder {
  display: none;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-sidebar__placeholder {
    display: block;
    height: 0;
  }
}
#lp4 .lp4-sidebar {
  position: fixed;
  top: 100px;
  right: 80px;
  width: 300px;
  z-index: 100;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-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);
  }
  #lp4 .lp4-sidebar.is-fixed {
    position: fixed;
    left: 0;
    width: 98%;
    margin: 0 auto;
    z-index: 200;
    padding-bottom: 20px;
    background: #fff;
  }
}
#lp4 .lp4-sidebar__index {
  background: #fff;
  border: 1px solid #dce2ef;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-sidebar__index {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .lp4-sidebar.is-fixed #lp4 .lp4-sidebar__index {
    border: none;
    margin: 0;
  }
}
#lp4 .lp4-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;
  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: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#lp4 .lp4-sidebar__toggle {
  font-size: 16px;
  line-height: 1;
  color: #043871;
}
#lp4 .lp4-sidebar__nav {
  display: none;
}
#lp4 .lp4-sidebar__nav.is-open {
  display: block;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-sidebar__nav.is-open {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .lp4-sidebar.is-fixed #lp4 .lp4-sidebar__nav {
    display: none !important;
  }
  .lp4-sidebar.is-fixed #lp4 .lp4-sidebar__nav.is-open {
    display: block !important;
  }
}
#lp4 .lp4-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
#lp4 .lp4-sidebar__item {
  border-bottom: 1px solid #f0f3f8;
}
#lp4 .lp4-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) {
  #lp4 .lp4-sidebar__item a {
    padding: 12px;
  }
}
#lp4 .lp4-sidebar__item a:hover {
  color: #0055aa;
}
#lp4 .lp4-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;
}
#lp4 .lp4-sidebar__item.is-active > a::after {
  content: "✓";
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#lp4 .lp4-sidebar__item--faq a {
  font-weight: 400;
  color: #7d8ca6;
}
#lp4 .lp4-sidebar__btn {
  display: none;
  text-align: center;
  margin: 10px auto;
  width: min(278px, 98%);
}
#lp4 .lp4-sidebar__btn.is-open {
  display: block;
}
#lp4 .lp4-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;
}
#lp4 .lp4-content {
  width: 100%;
}
#lp4 .lp4-article__body {
  width: 100%;
}
#lp4 .lp4-article__body > p {
  width: calc(100% - 460px);
  max-width: 844px;
  margin: 60px 460px 40px 80px;
  font-size: 16px;
  line-height: 1.9;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-article__body > p {
    width: 100%;
    margin: 40px 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#lp4 .lp4-section {
  width: 100%;
  padding: 80px 460px 80px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-section {
    padding: 48px 18px;
  }
}
#lp4 .lp4-section__head {
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 2px solid #dce2ef;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-section__head {
    margin-bottom: 24px;
  }
}
#lp4 .lp4-section__h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-section__h2 {
    font-size: 20px;
  }
}
#lp4 .lp4-section__h2::after {
  display: none;
}
#lp4 .lp4-section__lead {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-section__lead {
    margin-bottom: 24px;
  }
}
#lp4 .lp4-section__lead p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-section__lead p {
    font-size: 14px;
  }
}
#lp4 .lp4-section--importance {
  background: #fff;
}
#lp4 .lp4-section--importance .lp4-section__head {
  border-bottom-color: #dce2ef;
}
#lp4 .lp4-importance__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#lp4 .lp4-importance__item {
  padding: 32px 0;
  border-top: 1px solid #dce2ef;
}
#lp4 .lp4-importance__item:last-child {
  border-bottom: 1px solid #dce2ef;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-importance__item {
    padding: 24px 0;
  }
}
#lp4 .lp4-importance__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
#lp4 .lp4-importance__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #043871;
  border-radius: 50%;
  position: relative;
  margin-top: 2px;
}
#lp4 .lp4-importance__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/lp4/icon_importance.svg") no-repeat center;
  background-size: 16px;
}
#lp4 .lp4-importance__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-importance__title {
    font-size: 17px;
  }
}
#lp4 .lp4-importance__title::before {
  display: none;
}
#lp4 .lp4-importance__body {
  padding-left: 48px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-importance__body {
    padding-left: 0;
  }
}
#lp4 .lp4-importance__body p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 0.8em;
}
#lp4 .lp4-importance__body p:last-child {
  margin-bottom: 0;
}
#lp4 .lp4-section--service {
  background: #fff;
}
#lp4 .lp4-service__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#lp4 .lp4-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 36px 0 40px;
  border-bottom: 1px solid #dce2ef;
}
#lp4 .lp4-service__item:first-child {
  border-top: 1px solid #dce2ef;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-service__item {
    gap: 16px;
    padding: 24px 0 28px;
  }
}
#lp4 .lp4-service__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
}
#lp4 .lp4-service__icon img {
  width: 100%;
  height: auto;
  display: block;
}
#lp4 .lp4-service__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#lp4 .lp4-service__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-service__title {
    font-size: 18px;
  }
}
#lp4 .lp4-service__title::before {
  display: none;
}
#lp4 .lp4-service__text p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 0.8em;
}
#lp4 .lp4-service__text p:last-child {
  margin-bottom: 0;
}
#lp4 .lp4-section--point {
  background: #043871;
  color: #fff;
}
#lp4 .lp4-section--point .lp4-section__head {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
#lp4 .lp4-section--point .lp4-section__h2 {
  color: #fff;
}
#lp4 .lp4-section--point .lp4-section__lead p {
  color: rgba(255, 255, 255, 0.85);
}
#lp4 .lp4-point__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 60px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-point__grid {
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
}
#lp4 .lp4-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
#lp4 .lp4-point__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 767px) {
  #lp4 .lp4-point__item:not(:last-child)::after {
    display: none;
  }
}
#lp4 .lp4-point__num {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 12px;
  display: block;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-point__num {
    font-size: 48px;
  }
}
#lp4 .lp4-point__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 16px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-point__title {
    font-size: 16px;
  }
}
#lp4 .lp4-point__title::before {
  display: none;
}
#lp4 .lp4-point__text p {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.8em;
}
#lp4 .lp4-point__text p:last-child {
  margin-bottom: 0;
}
#lp4 .lp4-section-img {
  width: 100%;
  aspect-ratio: 16/6;
  overflow: hidden;
  margin: 0;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-section-img {
    aspect-ratio: 4/3;
  }
}
#lp4 .lp4-section-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#lp4 .lp4-section--feature {
  background: #043871;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#lp4 .lp4-section--feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 193, 0)), to(rgba(0, 34, 92, 0.48)));
  background: linear-gradient(180deg, rgba(0, 119, 193, 0) 0%, rgba(0, 34, 92, 0.48) 100%);
  pointer-events: none;
  z-index: 1;
}
#lp4 .lp4-section--feature .lp4-section__head {
  position: relative;
  z-index: 2;
  padding: 80px 460px 60px 80px;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 767px) {
  #lp4 .lp4-section--feature .lp4-section__head {
    padding: 48px 18px 32px;
  }
}
#lp4 .lp4-section--feature .lp4-section__h2 {
  color: #fff;
}
#lp4 .lp4-section--feature .lp4-section__lead {
  position: relative;
  z-index: 2;
  padding: 0 460px 40px 80px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-section--feature .lp4-section__lead {
    padding: 0 18px 24px;
  }
}
#lp4 .lp4-section--feature .lp4-section__lead p {
  color: rgba(255, 255, 255, 0.85);
}
#lp4 .lp4-feature__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 460px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-feature__list {
    padding-right: 0;
  }
}
#lp4 .lp4-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media all and (max-width: 767px) {
  #lp4 .lp4-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp4 .lp4-feature__item--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-feature__item--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp4 .lp4-feature__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42%;
  margin: 0;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-feature__img {
    width: 216px;
    height: 144px;
    margin: 30px 0 0 18px;
  }
}
#lp4 .lp4-feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#lp4 .lp4-feature__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 60px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-feature__body {
    padding: 24px 18px 32px;
  }
}
#lp4 .lp4-feature__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 20px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-feature__title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
#lp4 .lp4-feature__title::before {
  display: none;
}
#lp4 .lp4-feature__text p {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.8em;
}
#lp4 .lp4-feature__text p:last-child {
  margin-bottom: 0;
}
#lp4 .lp4-section--case {
  background: #e9ecf2;
}
#lp4 .lp4-case__large-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-case__large-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#lp4 .lp4-case__item {
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(29, 59, 93, 0.0509803922);
          box-shadow: 0px 2px 10px 0px rgba(29, 59, 93, 0.0509803922);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
#lp4 .lp4-case__item--large .lp4-case__img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-case__item--large .lp4-case__img {
    height: 180px;
  }
}
#lp4 .lp4-case__item--large .lp4-case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#lp4 .lp4-case__item--large .lp4-case__body {
  padding: 24px 28px;
}
#lp4 .lp4-case__item--large .lp4-case__title {
  font-size: 18px;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-case__item--large .lp4-case__title {
    font-size: 16px;
  }
}
#lp4 .lp4-case__small-list {
  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) {
  #lp4 .lp4-case__small-list {
    gap: 8px;
  }
}
#lp4 .lp4-case__item--small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 28px;
  gap: 20px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-case__item--small {
    padding: 20px 18px;
  }
}
#lp4 .lp4-case__item--small .lp4-case__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#lp4 .lp4-case__item--small .lp4-case__title {
  font-size: 16px;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-case__item--small .lp4-case__title {
    font-size: 14px;
  }
}
#lp4 .lp4-case__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#lp4 .lp4-case__title {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
}
#lp4 .lp4-case__title::before {
  display: none;
}
#lp4 .lp4-case__text p {
  font-size: 14px;
  line-height: 1.85;
  color: #555;
  margin-bottom: 0.8em;
}
#lp4 .lp4-case__text p:last-child {
  margin-bottom: 0;
}
#lp4 .b_getintouch {
  margin-top: 0;
}
#lp4 .lp4-column {
  padding: 80px 460px 100px 80px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-column {
    padding: 48px 18px 60px;
  }
}
#lp4 .lp4-column {
  background: #fff;
}
#lp4 .lp4-column__inner {
  max-width: 100%;
  margin: 0 auto;
}
#lp4 .lp4-column__header {
  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;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-column__header {
    margin-bottom: 24px;
  }
}
#lp4 .lp4-column__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
#lp4 .lp4-column__title::after {
  display: none;
}
#lp4 .lp4-column__viewall {
  margin: 0;
  width: 148px;
  height: 36px;
  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;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-column__viewall {
    width: 122px;
    height: 32px;
  }
}
#lp4 .lp4-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#lp4 .lp4-column__item {
  border-top: 1px solid #e0e0e0;
}
#lp4 .lp4-column__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
#lp4 .lp4-column__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) {
  #lp4 .lp4-column__item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
  }
}
#lp4 .lp4-column__item a:hover .lp4-column__thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
#lp4 .lp4-column__thumb {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 80px;
  margin: 0;
  overflow: visible;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-column__thumb {
    width: 106px;
    height: 70px;
  }
}
#lp4 .lp4-column__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -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;
  clip-path: inset(0);
}
#lp4 .lp4-column__new {
  position: absolute;
  top: -8px;
  left: -8px;
  background-color: #043871;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  z-index: 1;
  width: 39px;
  text-align: center;
}
#lp4 .lp4-column__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#lp4 .lp4-column__item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 2px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-column__item-title {
    font-size: 13px;
  }
}
#lp4 .lp4-column__item-date {
  font-size: 13px;
  line-height: 2;
  color: #aab6cb;
  display: block;
  margin-bottom: 2px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-column__item-date {
    font-size: 12px;
  }
}
#lp4 .lp4-column__item-excerpt {
  font-size: 13px;
  color: #7d8ca6;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-column__item-excerpt {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}
#lp4 .lp4-faq {
  padding: 0 460px 100px 80px;
  background: #fff;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-faq {
    padding: 0 18px 60px;
  }
}
#lp4 .lp4-faq__details {
  border: 1px solid #dce2ef;
}
#lp4 .lp4-faq__summary {
  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;
  padding: 24px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  background: #e9ecf2;
  color: #043871;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-faq__summary {
    font-size: 16px;
    padding: 18px 20px;
  }
}
#lp4 .lp4-faq__summary::-webkit-details-marker {
  display: none;
}
#lp4 .lp4-faq__summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
}
.lp4-faq__details[open] #lp4 .lp4-faq__summary::after {
  content: "—";
}
#lp4 .lp4-faq__inner {
  padding: 40px 32px 32px;
}
@media all and (max-width: 767px) {
  #lp4 .lp4-faq__inner {
    padding: 24px 18px;
  }
}
#lp4 .faq-wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 20px 32px 20px 0;
  border-bottom: 1px solid #dce2ef;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
@media all and (max-width: 767px) {
  #lp4 .faq-wrap h3 {
    font-size: 14px;
    gap: 12px;
    padding-right: 24px;
  }
}
#lp4 .faq-wrap h3::before {
  content: "Q";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #043871;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  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;
  border-radius: 2px;
  margin-top: 2px;
}
#lp4 .faq-wrap h3::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: #7d8ca6;
}
#lp4 .faq-wrap h3.is-open::after {
  content: "—";
}
#lp4 .faq-wrap .faq-question-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#lp4 .faq-wrap .faq-answer {
  display: none;
  gap: 16px;
  padding: 20px 0 24px;
  border-bottom: 1px solid #dce2ef;
}
#lp4 .faq-wrap .faq-answer.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  #lp4 .faq-wrap .faq-answer {
    gap: 12px;
    padding: 16px 0 20px;
  }
}
#lp4 .faq-wrap .faq-answer__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #dce2ef;
  color: #043871;
  font-size: 14px;
  font-weight: 700;
  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;
  border-radius: 2px;
  margin-top: 2px;
}
#lp4 .faq-wrap .faq-answer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#lp4 .faq-wrap .faq-answer__content p {
  font-size: 14px;
  line-height: 1.85;
  margin: 0 0 0.8em;
}
#lp4 .faq-wrap .faq-answer__content p:last-child {
  margin-bottom: 0;
}
#lp4 .footer {
  margin-top: 0;
}
#lp4 .pagetop {
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
}