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

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

.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 {
    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;
  }
}

#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;
}
@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;
  }
}
@media screen and (min-width: 768px) {
  .gnav_column a::before {
    content: "";
  }
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.container_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(133px, 5vw);
  position: relative;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: post1;
          flex-direction: post1;
}
@media screen and (min-width: 768px) {
  .container_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.container_wrap .container {
  padding-top: 0;
  background: transparent;
  padding-bottom: 0;
  width: 755px;
}
.container_wrap .widget-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 284px;
          flex: 0 0 284px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
.container_wrap .widget-area .widget {
  background: #fff;
}
.container_wrap .widget-area .widget h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #6a9abf;
}
.container_wrap .widget-area .widget input[type=search] {
  background: #e9ecf2;
  font-family: "acumin-pro", sans-serif;
  color: #aab6cb;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.01em;
  border: none;
  padding: 8px 0 4px 12px;
}
.container_wrap .widget-area .widget.widget_popular_posts_widget {
  margin-bottom: 20px;
  -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);
}
.container_wrap .widget-area .widget.widget_popular_posts_widget .widget-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #043871;
  padding: 12px 0;
  border-bottom: 1px solid #dce2ef;
}
.container_wrap .widget-area .widget.widget_popular_posts_widget .popular-posts {
  list-style: none;
  padding: 22px 12px 29px 18px;
  margin: 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: 20px;
}
.container_wrap .widget-area .widget.widget_popular_posts_widget .popular-posts .p-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.container_wrap .widget-area .widget.widget_popular_posts_widget .popular-posts .p-thumbnail {
  width: 98px;
  height: 81px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.container_wrap .widget-area .widget.widget_popular_posts_widget .popular-posts .p-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container_wrap .widget-area .widget.widget_popular_posts_widget .popular-posts .p-meta .toukou {
  display: none;
}
.container_wrap .widget-area .widget.widget_popular_posts_widget .popular-posts .p-meta .p-title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02rem;
  text-decoration: none;
  color: #7d8ca6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.container_wrap .widget-area .widget.widget_media_image .wp-block-image figure {
  width: 285px;
  height: 166px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.container_wrap .widget-area .widget.widget_media_image .wp-block-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#column {
  counter-reset: num 0;
  letter-spacing: 0.02em;
}
#column .header {
  background: #fff;
}
#column .contents .b_kv {
  background-image: url("../../assets/img/column/column_img_01_sp.jpg");
  height: 490px;
  margin-right: 30px;
}
@media screen and (max-width: 374px) {
  #column .contents .b_kv {
    margin-bottom: 53.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #column .contents .b_kv {
    height: 668px;
    margin-bottom: 150px;
    background-image: url("../../assets/img/column/column_img_01.jpg");
  }
}
#column .contents .b_kv .b_kv_inner p {
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
}
#column .contents .container_wrap .container .column_list {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(6, 1fr);
  gap: 60px;
  margin: 58px 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #column .contents .container_wrap .container .column_list {
    grid-template-columns: repeat(2, minmax(200px, 324px));
    grid-template-rows: repeat(3, 1fr);
    gap: 46px min(107px, 5vw);
    margin: 0;
  }
}
#column .contents .container_wrap .container .column_list .column_item {
  margin: 0 auto;
  width: 89%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #column .contents .container_wrap .container .column_list .column_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    width: auto;
  }
}
#column .contents .container_wrap .container .column_list .column_item.b_section_01 {
  padding: 0;
}
#column .contents .container_wrap .container .column_list .column_item .column_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: min(368px, 100%);
  max-height: 190px;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #column .contents .container_wrap .container .column_list .column_item .column_img {
    margin: 0;
  }
}
#column .contents .container_wrap .container .column_list .column_item .column_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#column .contents .container_wrap .container .column_list .column_item .column_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3d3b3a;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  #column .contents .container_wrap .container .column_list .column_item .column_block {
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
  }
}
#column .contents .container_wrap .container .column_list .column_item .column_block .column_cat {
  display: inline-block;
  gap: 10px;
  margin: 8px 0;
  padding: 5px;
  background-color: #043871;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  #column .contents .container_wrap .container .column_list .column_item .column_block .column_cat {
    margin: 18px 0 15px;
  }
}
#column .contents .container_wrap .container .column_list .column_item .column_block h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #column .contents .container_wrap .container .column_list .column_item .column_block h2 {
    margin-bottom: 45px;
  }
}
#column .contents .container_wrap .container .column_list .column_item .column_block h3 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
}
#column .contents .container_wrap .container .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -70px;
  padding: 86px 0 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 767px) {
  #column .contents .container_wrap .container .pagination {
    margin-top: -119px;
  }
}
#column .contents .container_wrap .container .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
  color: #043871;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
  text-align: center;
}
#column .contents .container_wrap .container .pagination .page-numbers.current {
  background: #043871;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: inline-block;
  line-height: 28px;
  margin: 0 -7px;
}
#column .contents .container_wrap .container .pagination .page-numbers .prev,
#column .contents .container_wrap .container .pagination .page-numbers .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#column .contents .container_wrap .container .pagination .page-numbers .prev img,
#column .contents .container_wrap .container .pagination .page-numbers .next img {
  width: 18px;
  height: 7px;
}

#column_single {
  color: #043871;
  letter-spacing: 0.02em;
}
#column_single .header {
  background: #fff;
}
#column_single .breadcrumbs {
  margin: 62px 0 26px 80px;
}
@media all and (max-width: 767px) {
  #column_single .breadcrumbs {
    margin: 18px;
  }
}
#column_single .contents {
  margin-top: 0;
}
#column_single .contents .section_header {
  max-height: 480px;
  position: relative;
  margin-bottom: 46px;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  #column_single .contents .section_header {
    max-height: 187px;
    min-height: 187px;
    margin-top: 50px;
    background: #fff;
    margin-bottom: 34px;
  }
}
#column_single .contents .section_header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../../assets/img/column/column_fv.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  max-height: 100%;
}
@media all and (max-width: 767px) {
  #column_single .contents .section_header .header_wrap {
    display: block;
    position: relative;
    z-index: 2;
    min-height: 187px;
    overflow: hidden;
  }
}
#column_single .contents .section_header .header_wrap .title_wrap {
  padding: 197px 30px 50px 83px;
  color: #fff;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media all and (max-width: 767px) {
  #column_single .contents .section_header .header_wrap .title_wrap {
    min-height: 187px;
    z-index: 2;
    margin: 0;
    color: #fff;
    padding: 25px 18px 10px;
  }
}
#column_single .contents .section_header .header_wrap .title_wrap p {
  letter-spacing: normal;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 767px) {
  #column_single .contents .section_header .header_wrap .title_wrap p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-top: 35px;
  }
}
#column_single .contents .section_header .header_wrap .title_wrap .page-title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  display: block;
  word-wrap: break-word;
  max-height: 88px;
  overflow: hidden;
  margin-bottom: 9px;
  -webkit-box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 767px) {
  #column_single .contents .section_header .header_wrap .title_wrap .page-title {
    font-size: 18px;
    line-height: 30px;
    max-height: 105px;
  }
}
#column_single .contents .section_header .header_wrap .title_wrap .toukou {
  margin: 0 0 8px;
  position: relative;
  padding-left: 17.5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  margin-bottom: 83px;
}
@media all and (max-width: 767px) {
  #column_single .contents .section_header .header_wrap .title_wrap .toukou {
    margin-bottom: 20px;
  }
}
#column_single .contents .section_header .header_wrap .title_wrap .toukou::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/column/toukou_w.svg");
}
#column_single .contents .section_header .lp_link {
  background: #fff;
  text-align: right;
}
#column_single .contents .section_header .lp_link a {
  color: #fff;
}
#column_single .contents .container_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(133px, 5vw);
  padding: 0 80px;
}
@media all and (max-width: 767px) {
  #column_single .contents .container_wrap {
    padding: 18px;
  }
}
#column_single .contents .container_wrap .widget-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 284px;
          flex: 0 0 284px;
}
#column_single .contents .container_wrap .container {
  width: 100%;
  max-width: 931px;
  margin-bottom: 100px;
}
#column_single .contents .container_wrap .container .single-body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}
#column_single .contents .container_wrap .container .single-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0px;
}
#column_single .contents .container_wrap .container .single-body h2 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 56px;
  background-color: #e9ecf2;
  background-image: linear-gradient(225deg, #fff 18.5px, transparent 18.5px);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px 0 7px;
  margin-top: 30px;
}
#column_single .contents .container_wrap .container .single-body h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 158px;
  height: 3px;
  background-color: #043871;
}
@media all and (max-width: 767px) {
  #column_single .contents .container_wrap .container .single-body h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 36px 0 12px;
    max-height: 84px;
    padding-right: 20px;
  }
}
#column_single .contents .container_wrap .container .single-body h2 + p {
  margin-top: 30px;
}
#column_single .contents .container_wrap .container .single-body h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 30px 0 25px;
  padding-left: 24px;
  position: relative;
  display: block;
}
#column_single .contents .container_wrap .container .single-body h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 24px;
  background: url("../../assets/img/lp3/icon_h3.svg") no-repeat center/contain;
}
@media all and (max-width: 767px) {
  #column_single .contents .container_wrap .container .single-body h3 {
    font-size: 16px;
  }
}
#column_single .contents .container_wrap .container .single-body .wp-block-image {
  overflow: hidden;
  margin: 32px 0;
}
#column_single .contents .container_wrap .container .single-body .wp-block-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#column_single .contents .container_wrap .container .single-body .img-auto {
  margin: 40px 0;
  overflow: hidden;
}
#column_single .contents .container_wrap .container .single-body .img-auto img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
  display: block;
}
#column_single .contents .container_wrap .container .single-body ul,
#column_single .contents .container_wrap .container .single-body ol {
  margin: 1em 0 1em 1.5em;
}
#column_single .contents .container_wrap .container .single-body ul li,
#column_single .contents .container_wrap .container .single-body ol li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0.4em;
}
#column_single .contents .container_wrap .container .single-body table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}
@media all and (max-width: 767px) {
  #column_single .contents .container_wrap .container .single-body table {
    table-layout: fixed;
  }
}
#column_single .contents .container_wrap .container .single-body table th {
  background: #f5f5f5;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #c1bfbf;
  padding: 0.6em 0.8em;
  font-size: 14px;
  line-height: 1.6;
}
#column_single .contents .container_wrap .container .single-body table td {
  border: 1px solid #c1bfbf;
  padding: 0.6em 0.8em;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
@media all and (max-width: 767px) {
  #column_single .contents .container_wrap .container .single-body table td:first-of-type {
    width: 6em;
  }
}
@media all and (max-width: 767px) {
  #column_single .contents .container_wrap .container .single-body table td:nth-of-type(2) {
    width: auto;
    word-break: break-all;
    overflow-wrap: break-word;
  }
}
@media all and (max-width: 767px) {
  #column_single .contents .container_wrap .container .single-body table td a {
    word-break: break-all;
  }
}
#column_single .contents .container_wrap .container .single-body .toc {
  background: #f5f5f5;
  margin: 48px 0;
  padding: 36px 40px;
}
@media all and (max-width: 767px) {
  #column_single .contents .container_wrap .container .single-body .toc {
    padding: 24px 20px;
    margin: 32px 0;
  }
}
#column_single .contents .container_wrap .container .single-body .toc .toc__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2c3f70;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1bfbf;
}
#column_single .contents .container_wrap .container .single-body .toc .toc__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
#column_single .contents .container_wrap .container .single-body .toc .toc__list li {
  border-bottom: 1px solid #c1bfbf;
  font-size: 14px;
  margin: 0;
}
#column_single .contents .container_wrap .container .single-body .toc .toc__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 12px 4px;
  text-decoration: none;
  color: #2c3f70;
  font-weight: 500;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#column_single .contents .container_wrap .container .single-body .toc .toc__list li a:hover {
  opacity: 0.7;
}
#column_single .contents .container_wrap .container .single-body .toc .toc__num {
  font-size: 12px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  color: #1c4797;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
}
#column_single .contents .container_wrap .container .single-body .toc .toc__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
#column_single .contents .container_wrap .container .single-body .toc .toc__btn {
  text-align: center;
}
#column_single .contents .container_wrap .container .single-body .toc .toc__btn .btn_01 {
  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;
  min-width: 200px;
  height: 44px;
}
#column_single .b_getintouch,
#column_single .column-faq-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  background-color: #f5f8fa;
}
#column_single .b_getintouch {
  color: #fff;
  margin-bottom: 60px;
}
#column_single .column-faq-section {
  padding: 80px 80px 120px;
}
@media all and (max-width: 767px) {
  #column_single .column-faq-section {
    padding: 50px 18px;
  }
}
#column_single .column-faq-section .column-faq-section__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
}
#column_single .column-faq-section .column-faq-section__inner {
  margin: 0 0 0 200px;
  width: min(1060px, 100%);
  background: #fff;
}
@media all and (max-width: 767px) {
  #column_single .column-faq-section .column-faq-section__inner {
    margin: 0;
  }
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap h3 {
  cursor: pointer;
  padding: 22px 23px 24px 28px !important;
  margin: 0 0 2px auto !important;
  border: none;
  position: relative !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 25px !important;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap h3::before {
  display: none !important;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap h3:not(.is-open) {
  border-bottom: 1px solid #f5f5f5;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap h3 .faq-question-inner {
  display: block;
  padding-left: 28px;
  position: relative;
}
@media all and (max-width: 767px) {
  #column_single .column-faq-section .column-faq-section__inner .faq-wrap h3 .faq-question-inner {
    padding: 0 28px;
  }
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap h3 .faq-question-inner::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  color: #7d8ca6;
  line-height: 1.5;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap h3::after {
  content: "＋" !important;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2c3f70 !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  margin: 0 !important;
  display: block !important;
  bottom: auto !important;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap h3.is-open::after {
  content: "−" !important;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap .faq-answer {
  display: none;
  background: #fff;
  border-top: none;
  padding: 20px 75px 20px 115px;
  margin: 0;
  position: relative;
}
#column_single .column-faq-section .column-faq-section__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;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap .faq-answer .faq-answer__icon {
  font-size: 16px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  color: #7d8ca6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  position: absolute;
  left: 90px;
  top: 20px;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap .faq-answer .faq-answer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap .faq-answer .faq-answer__content p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}
#column_single .column-faq-section .column-faq-section__inner .faq-wrap .faq-answer .faq-answer__content ul {
  margin-left: 1.2em;
  list-style: disc;
}

.section_wrap {
  counter-reset: section-counter 0;
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .section_wrap {
    margin-bottom: 0;
  }
}
.section_wrap .b_section_01 {
  padding-top: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
@media all and (max-width: 767px) {
  .section_wrap .b_section_01 {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.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) {
  .section_wrap .b_section_01_img {
    width: calc(100% + 18px);
    min-height: 247px;
    height: auto;
  }
}
.section_wrap .b_section_01_cnts {
  max-width: 600px;
  margin: 10px auto 0;
  padding: 0;
}
.section_wrap #consulting_BtoB .b_section_01_img {
  background-image: url(../../assets/img/consulting/btob.jpg);
}
.section_wrap #consulting_NewBusinessDevelopment .b_section_01_img {
  background-image: url(../../assets/img/consulting/new-business.jpg);
}
.section_wrap #consulting_RD .tag_list {
  grid-template-columns: 1fr;
}
.section_wrap #consulting_RD .b_section_01_img {
  background-image: url(../../assets/img/consulting/randd.jpg);
}
.section_wrap #consulting_erp .b_section_01_img {
  background-image: url(../../assets/img/consulting/erp.jpg);
}
.section_wrap #consulting_DX {
  padding-bottom: 150px;
}
.section_wrap #consulting_DX .b_section_01_img {
  background-image: url(../../assets/img/consulting/dx.jpg);
}

.consulting_block {
  padding: 80px 80px 100px;
}
.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) {
  .consulting_block .service_icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
    margin-right: 20px;
    height: auto;
    width: 35px;
  }
}
.consulting_block .service_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.consulting_block h2 {
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .consulting_block h2 {
    margin-bottom: 30px;
  }
}
.consulting_block h2 i {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  .consulting_block h2 i {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.consulting_block h2 em {
  font-family: "acumin-pro", sans-serif;
  display: block;
  border-left: 1px solid #aab6cb;
  padding-left: 1em;
  color: #aab6cb;
  font-size: 16px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .consulting_block h2 em {
    font-size: 14px;
  }
}
.consulting_block h3 {
  font-weight: 700;
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .consulting_block h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.consulting_block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}
@media all and (max-width: 767px) {
  .consulting_block p {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
.consulting_block .tag_wrap {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .consulting_block .tag_wrap {
    margin-bottom: 25px;
  }
}
.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) {
  .consulting_block .tag_wrap .tag_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.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) {
  .consulting_block .tag_wrap .tag_list li {
    width: 100%;
    height: 50px;
  }
}
.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;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .consulting_block .tag_wrap .tag_list li a {
    font-size: 13px;
    line-height: 27px;
    padding: 0 14px;
  }
}
.consulting_block .tag_wrap .tag_list li a._en {
  font-size: 12px;
}
.consulting_block .tag_wrap .tag_list li a::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  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) {
  .consulting_block .tag_wrap .tag_list li a::before {
    width: 28px;
    height: 28px;
  }
}
.consulting_block .tag_wrap .tag_list li a::after {
  content: ">";
  margin-left: auto;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.consulting_block .tag_wrap .tag_list li a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section_wrap section:nth-of-type(1) .tag_list .tag-item-1 a::before {
  background-image: url("../img/consulting/icon_01_1.svg");
}
.section_wrap section:nth-of-type(1) .tag_list .tag-item-2 a::before {
  background-image: url("../img/consulting/icon_01_2.svg");
}
.section_wrap section:nth-of-type(1) .tag_list .tag-item-3 a::before {
  background-image: url("../img/consulting/icon_01_3.svg");
}
.section_wrap section:nth-of-type(1) .tag_list .tag-item-4 a::before {
  background-image: url("../img/consulting/icon_01_4.svg");
}

.section_wrap section:nth-of-type(2) .tag_list .tag-item-1 a::before {
  background-image: url("../img/consulting/icon_02_1.svg");
}
.section_wrap section:nth-of-type(2) .tag_list .tag-item-2 a::before {
  background-image: url("../img/consulting/icon_02_2.svg");
}
.section_wrap section:nth-of-type(2) .tag_list .tag-item-3 a::before {
  background-image: url("../img/consulting/icon_02_3.svg");
}
.section_wrap section:nth-of-type(2) .tag_list .tag-item-4 a::before {
  background-image: url("../img/consulting/icon_02_4.svg");
}

.section_wrap section:nth-of-type(3) .tag_list .tag-item-1 a::before {
  background-image: url("../img/consulting/icon_03_1.svg");
}
.section_wrap section:nth-of-type(3) .tag_list .tag-item-2 a::before {
  background-image: url("../img/consulting/icon_03_2.svg");
}
.section_wrap section:nth-of-type(3) .tag_list .tag-item-3 a::before {
  background-image: url("../img/consulting/icon_03_3.svg");
}
.section_wrap section:nth-of-type(3) .tag_list .tag-item-4 a::before {
  background-image: url("../img/consulting/icon_03_4.svg");
}

.section_wrap section:nth-of-type(4) .tag_list .tag-item-1 a::before {
  background-image: url("../img/consulting/icon_04_1.svg");
}
.section_wrap section:nth-of-type(4) .tag_list .tag-item-2 a::before {
  background-image: url("../img/consulting/icon_04_2.svg");
}
.section_wrap section:nth-of-type(4) .tag_list .tag-item-3 a::before {
  background-image: url("../img/consulting/icon_04_3.svg");
}
.section_wrap section:nth-of-type(4) .tag_list .tag-item-4 a::before {
  background-image: url("../img/consulting/icon_04_4.svg");
}

.section_wrap section:nth-of-type(5) .tag_list .tag-item-1 a::before {
  background-image: url("../img/consulting/icon_05_1.svg");
}
.section_wrap section:nth-of-type(5) .tag_list .tag-item-2 a::before {
  background-image: url("../img/consulting/icon_05_2.svg");
}
.section_wrap section:nth-of-type(5) .tag_list .tag-item-3 a::before {
  background-image: url("../img/consulting/icon_05_3.svg");
}
.section_wrap section:nth-of-type(5) .tag_list .tag-item-4 a::before {
  background-image: url("../img/consulting/icon_05_4.svg");
}