/*********************************/
/* COMMON */
/*********************************/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.bm {
  position: relative;
  padding-top: 56px;
  color: #030c17;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'メイリオ',
    Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
}

.bm-sponly {
  display: none;
}

.bm-common-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bm-common-btn-link {
  position: relative;
  display: inline-block;
  width: 470px;
  max-width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
}
.bm-common-btn-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top right,
    #fd7258 0%,
    #fd7258 36%,
    #f8c525 100%
  );
  border-radius: 10px;
  content: '';
}
.bm-common-btn-link-white {
  border: 3px solid #000;
  box-shadow: none;
}
.bm-common-btn-link-white::before {
  background: #fff;
}
.bm-common-btn-link-white .bm-common-btn-free span {
  color: #000;
}
.bm-common-btn-link-white .bm-common-btn-txt {
  color: #000;
}
.bm-common-btn .bm-common-btn-link:not(:first-child) {
  margin-top: 30px;
}
.bm-common-btn-free {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 80px;
  height: 80px;
  background: linear-gradient(to bottom right, #fff 50%, transparent 50%);
  border-radius: 10px 0 0 0;
}
.bm-common-btn-free span {
  position: absolute;
  top: 15px;
  left: 6px;
  color: #fd7258;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.14em;
  transform: rotate(-42deg);
}

.bm-common-btn-txt {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.06em;
  transition: 0.3s all;
}

.bm-common-btn-arr {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}

.bm-common-btn-arr img {
  vertical-align: top;
}

.bm-common-ttlen {
  max-width: calc(100% - 32px);
  margin: 0 auto 10px;
  text-align: center;
}

.bm-common-ttl {
  max-width: calc(100% - 32px);
  margin: 0 auto;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
.bm-common-ttl span {
  display: inline-block;
  margin: 12px 4px 0;
  padding: 2px 8px;
  /* background-color: rgba(201, 223, 235, 0.33); */
  background-color: #ffffff;
}

.bm-common-txt {
  margin-top: 27px;
  font-size: 18px;
  text-align: center;
}

.bm-accordion-title {
  position: relative;
}

.bm-accordion-title::before,
.bm-accordion-title::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 2px;
  background-color: #b5b5b5;
  content: '';
}
.bm-accordion-title::before {
  transform: translateY(-50%);
}
.bm-accordion-title::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
}
.bm-accordion-title.active::after {
  transform: translateY(-50%) rotate(0deg);
}

.bm-accordion-content {
  max-height: 0;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.bm-accordion-content.active {
  max-height: 500px;
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .bm-common-btn-link:hover .bm-common-btn-txt {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .bm-sponly {
    display: block;
  }
  .bm-pconly {
    display: none;
  }
  .bm {
    padding-top: 0;
  }
  .bm-common-btn-link {
    height: 80px;
    line-height: 80px;
  }
  .bm-common-btn-txt {
    font-size: 17px;
  }
  .bm-common-btn-free {
    width: 60px;
    height: 60px;
  }
  .bm-common-btn-free span {
    top: 10px;
    left: 0;
  }
  .bm-common-btn-arr {
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .bm-common-ttl {
    font-size: 22px;
  }
  .bm-common-ttl span {
    margin: 3px 3px 0;
    padding: 2px 6px;
  }
  .bm-common-txt {
    margin-top: 17px;
    font-size: 14px;
  }
  .bm-accordion-title::before,
  .bm-accordion-title::after {
    right: 20px;
    width: 22px;
  }
}

@media (max-width: 359px) {
  .bm-common-btn-txt {
    font-size: 15px;
  }
  .bm-common-btn-arr {
    width: 22px;
    height: 22px;
  }
  .bm-common-ttl {
    font-size: 20px;
  }
}

/*********************************/
/* BREADCRUMB */
/*********************************/
.bm-breadcrumb {
  position: absolute;
  top: 90px;
  left: 60px;
  z-index: 90;
  font-size: 13px;
}

.bm-breadcrumb-child {
  display: inline-block;
  vertical-align: middle;
}
a.bm-breadcrumb-child {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .bm-breadcrumb {
    top: 57px;
    left: 5px;
    font-size: 11px;
  }
}

/*********************************/
/* MV */
/*********************************/
.bm-mv {
  position: relative;
  padding-top: 140px;
  padding-bottom: 120px;
  text-align: center;
  background-color: #f7f6f5;
}

.bm-mv-head {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: -0.02em;
}

.bm-mv-head p:first-child {
  margin-bottom: 15px;
  line-height: 1.2;
}
.bm-mv-head p:last-child {
  line-height: 1.35;
}

.bm-mv-head-white {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  background-color: #f7f6f5;
}
.bm-mv-head-white-first {
  margin-right: 13px;
}
.bm-mv-head-white-second {
  margin-right: 17px;
}
.bm-mv-head-white-third {
  margin-left: 17px;
}

.bm-mv-head-xl {
  font-size: 78px;
}
.bm-mv-head-lg {
  font-size: 72px;
}
.bm-mv-head-md {
  font-size: 62px;
}
.bm-mv-head-sm {
  font-size: 56px;
}
.bm-mv-head-xs {
  font-size: 51px;
}

.bm-mv-txt {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
  font-weight: 500;
}

.bm-mv-btn .bm-common-btn-link {
  z-index: 1;
}

.bm-mv-image {
  position: absolute;
}
.bm-mv-image-1 {
  bottom: 0;
  left: 0;
  width: 300px;
}
.bm-mv-image-2 {
  right: 0;
  bottom: 0;
  width: 550px;
}

@media (min-width: 1367px) {
  .bm-mv-image-1 {
    width: 21.962%;
  }
}

@media (min-width: 1556px) {
  .bm-mv-image-1 {
    width: 342px;
  }
}

@media (max-width: 949px) {
  .bm-mv-image-1 {
    width: 21.962%;
  }
  .bm-mv-image-2 {
    top: 0;
    bottom: auto;
    width: 41.167%;
  }
}

@media (max-width: 767px) {
  .bm-mv {
    padding-top: 97%;
    padding-bottom: 40px;
  }
  .bm-mv::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 101%;
    background: url('../img/mv-2-sp.jpg') center center / cover no-repeat;
    content: '';
  }
  .bm-mv-image-1 {
    display: none;
  }
  .bm-mv-image-2 {
    display: none;
  }
  .bm-mv-head {
    margin-bottom: 16px;
    font-size: 25px;
  }
  .bm-mv-head-xl {
    font-size: 39px;
  }
  .bm-mv-head-lg {
    font-size: 28px;
  }
  .bm-mv-head-md {
    font-size: 31px;
  }
  .bm-mv-head-sm {
    font-size: 28px;
  }
  .bm-mv-head-xs {
    font-size: 25px;
  }
  .bm-mv-head p:first-child {
    margin-bottom: 7px;
  }
  .bm-mv-head-white {
    padding: 0 12px;
  }
  .bm-mv-head-white-first {
    margin-right: 6px;
  }
  .bm-mv-head-white-second {
    margin-right: 6px;
  }
  .bm-mv-head-white-third {
    margin-left: 6px;
  }
  .bm-mv-txt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.857;
    letter-spacing: 0.06em;
  }
  .bm-mv-btn {
    margin: 0 15px;
  }
}

/*********************************/
/* ABOUT */
/*********************************/
.bm-about {
  padding-top: 115px;
  padding-bottom: 160px;
}

.bm-about-innr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1266px;
  max-width: calc(100% - 16px);
  margin: 89px auto 137px 0;
}

.bm-about-content {
  order: 2;
  width: 583px;
  margin-left: 120px;
}

.bm-about-content-lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.bm-about-content-list {
  width: 43.57%;
  text-align: center;
}

.bm-about-content-list figure {
  max-width: 230px;
  margin: 0 auto;
}

.bm-about-content-list p {
  margin-top: -40px;
  line-height: 1.875;
}
.bm-about-content-list p span {
  display: inline-block;
}

.bm-about-image {
  flex: 1;
  order: 1;
}

.bm-about-content-arrow {
  margin-bottom: 30px;
  text-align: center;
}

.bm-about-content-text {
  font-size: 20px;
  line-height: 2.1;
  text-align: center;
}

.bm-about-case-ttl {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
}

.bm-about-case-lists {
  display: flex;
  justify-content: space-between;
  width: 1020px;
  max-width: calc(100% - 30px);
  margin: -25px auto 0;
  padding: 80px 90px 60px;
  background-color: #f7f6f5;
}

.bm-about-case-list {
  width: 26.19%;
}

.bm-about-case-list figure {
  margin-bottom: 10px;
}

.bm-about-case-list p {
  line-height: 1.875;
  text-align: center;
}

.bm-about-case-list p span {
  display: inline-block;
}

@media (min-width: 1499px) {
  .bm-about-innr {
    margin-left: auto;
  }
}

@media (max-width: 999px) {
  .bm-about-content {
    width: 495px;
    margin-left: 40px;
  }
  .bm-about-case-lists {
    padding: 80px 30px 60px;
  }
  .bm-about-case-list p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .bm-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bm-about-ttlen {
    width: 234px;
  }
  .bm-about-innr {
    display: block;
    max-width: 100%;
    margin: 30px auto;
  }
  .bm-about-content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .bm-about-content-lists {
    margin-bottom: 5px;
  }
  .bm-about-content-list p {
    margin-top: 10px;
    font-size: 13px;
  }
  .bm-about-content-list p span {
    display: inline;
  }
  .bm-about-content-arrow {
    margin-bottom: 15px;
  }
  .bm-about-content-arrow img {
    width: 20px;
  }
  .bm-about-content-text {
    margin-bottom: 35px;
    font-size: 14px;
  }
  .bm-about-case-ttl {
    font-size: 20px;
  }
  .bm-about-case-lists {
    display: block;
    margin-top: -15px;
    padding: 30px 20px;
  }
  .bm-about-case-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .bm-about-case-list:not(:last-child) {
    margin-bottom: 15px;
  }
  .bm-about-case-list figure {
    width: 130px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .bm-about-case-list p {
    flex: 1;
    font-size: 13px;
    text-align: left;
  }
}

/*********************************/
/* SOLUTION */
/*********************************/
.bm-sol {
  position: relative;
  padding-top: 105px;
  padding-bottom: 140px;
}

.bm-common-ttl.bm-sol-ttl span {
  /* background-color: #c9dfeb; */
  background-color: #eaf3f9;
}

.bm-sol-bg {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
}
.bm-sol-bg.bm-sol-bg-top {
  top: 0;
  height: 1133px;
  background: linear-gradient(
    to bottom left,
    rgba(137, 183, 222, 0.25) 0%,
    rgba(201, 223, 235, 0.25) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 73.26%, 0% 100%);
}
.bm-sol-bg.bm-sol-bg-bottom {
  bottom: 0;
  height: 1011px;
  background: linear-gradient(
    to top right,
    rgba(137, 183, 222, 0.25) 0%,
    rgba(201, 223, 235, 0.25) 100%
  );
  clip-path: polygon(0 29.67%, 100% 0, 100% 100%, 0% 100%);
}

.bm-sol-contents {
  margin-top: 120px;
  margin-bottom: 90px;
}

.bm-sol-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1193px;
  max-width: calc(100% - 15px);
  margin-left: auto;
  column-gap: 80px;
}
.bm-sol-content:not(:last-child) {
  margin-bottom: 200px;
}
.bm-sol-content:nth-child(2) {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0;
}

.bm-sol-innr {
  width: 470px;
}

.bm-sol-num {
  margin-bottom: 20px;
}

.bm-sol-lead {
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.444;
}

.bm-sol-txt {
  line-height: 2.125;
}

.bm-sol-image {
  flex: 1;
}

.bm-sol-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}

@media (min-width: 1499px) {
  .bm-sol-content {
    margin-right: auto;
  }
  .bm-sol-content:nth-child(2) {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .bm-sol {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bm-sol-contents {
    margin-top: 36px;
    margin-bottom: 30px;
  }
  .bm-sol-content {
    display: block;
  }
  .bm-sol-content:not(:last-child) {
    margin-bottom: 55px;
  }
  .bm-sol-innr {
    width: 100%;
    padding-right: 15px;
  }
  .bm-sol-content:nth-child(2) .bm-sol-innr {
    padding-right: 0;
    padding-left: 15px;
  }
  .bm-sol-num {
    margin-bottom: 15px;
    text-align: center;
  }
  .bm-sol-lead {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.63;
    text-align: center;
  }
  .bm-sol-txt {
    margin-bottom: 35px;
    font-size: 13px;
  }
  .bm-sol-bg.bm-sol-bg-top {
    height: 880px;
    clip-path: polygon(0 0, 100% 0, 100% 86.56%, 0% 100%);
  }
  .bm-sol-bg.bm-sol-bg-bottom {
    height: 912px;
    clip-path: polygon(0 13.31%, 100% 0, 100% 100%, 0% 100%);
  }
  .bm-sol-cta {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 15px;
  }
}

/*********************************/
/* SERVICE */
/*********************************/
.bm-ser {
  padding-top: 115px;
  padding-bottom: 132px;
}

.bm-ser-contents {
  display: flex;
  justify-content: space-between;
  width: 1160px;
  max-width: calc(100% - 30px);
  margin: 70px auto 90px;
}

.bm-ser-content {
  width: 22.414%;
  text-align: center;
}

.bm-ser-content-image {
  width: 216px;
  max-width: 100%;
  margin: 0 auto 25px;
}

.bm-ser-content-head {
  margin-bottom: 10px;
  color: #1a3d69;
  font-weight: 800;
  font-size: 20px;
}

.bm-ser-content-text {
  font-size: 14px;
  line-height: 1.857;
}

.bm-ser-exe-ttl {
  font-weight: 800;
  font-size: 36px;
  text-align: center;
}

.bm-ser-exe-contents {
  display: flex;
  justify-content: space-between;
  width: 1020px;
  max-width: calc(100% - 32px);
  margin: -27px auto 0;
  padding: 80px 60px;
  background-color: #f7f6f5;
}

.bm-ser-exe-content {
  width: 30%;
  padding: 0 16px 30px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.06);
}

.bm-ser-exe-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 149px;
}

.bm-ser-exe-lead {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
}

.bm-ser-exe-lists {
  padding-left: 34px;
}

.bm-ser-exe-list {
  position: relative;
  font-size: 14px;
}
.bm-ser-exe-list::before {
  position: absolute;
  top: 5px;
  left: -23px;
  width: 13px;
  height: 9px;
  background: url('../img/ser-check.svg') center center / cover no-repeat;
  content: '';
}
.bm-ser-exe-list:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 899px) {
  .bm-ser-content-head {
    font-size: 17px;
  }
  .bm-ser-exe-lead {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .bm-ser {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .bm-ser-ttlen img {
    width: 292px;
  }
  .bm-ser-contents {
    flex-wrap: wrap;
    margin: 25px auto 50px;
    row-gap: 20px;
  }
  .bm-ser-content {
    width: 45%;
  }
  .bm-ser-content-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .bm-ser-content-head {
    font-size: 16px;
  }
  .bm-ser-content-text {
    font-size: 13px;
    text-align: left;
  }
  .bm-ser-exe-ttl {
    font-size: 20px;
  }
  .bm-ser-exe-contents {
    display: block;
    margin-top: -15px;
    padding: 35px 15px;
  }
  .bm-ser-exe-content {
    position: relative;
    width: 100%;
    padding: 20px 10px 20px 98px;
  }
  .bm-ser-exe-content:not(:last-child) {
    margin-bottom: 20px;
  }
  .bm-ser-exe-image {
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
  }
  .bm-ser-exe-content:first-child .bm-ser-exe-image {
    width: 57px;
  }
  .bm-ser-exe-content:nth-child(2) .bm-ser-exe-image {
    width: 49px;
  }
  .bm-ser-exe-content:last-child .bm-ser-exe-image {
    width: 59px;
  }
  .bm-ser-exe-lead {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }
  .bm-ser-exe-lists {
    padding-left: 23px;
  }
  .bm-ser-exe-list {
    font-size: 13px;
  }
  .bm-ser-exe-list:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 339px) {
  .bm-ser-content-head {
    font-size: 15px;
  }
}

/*********************************/
/* COMPARISON */
/*********************************/
.bm-comp {
  padding-bottom: 140px;
}
.bm-comp-wrapper {
  position: relative;
  margin-top: 90px;
  margin-bottom: 100px;
}
.bm-comp-innr {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}

.bm-comp-table {
  border-collapse: collapse;
}

.bm-comp-table th,
.bm-comp-table td {
  vertical-align: middle;
}

.bm-comp-table th {
  height: 63px;
  font-weight: 500;
  text-align: center;
  background-color: #f7f6f5;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
.bm-comp-table th:first-child {
  background-color: transparent;
  border: none;
}

.bm-comp-table td {
  width: 185px;
  height: 53px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.bm-comp-table td:first-child {
  width: 210px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  background-color: #f7f6f5;
  border-right: none;
}
.bm-comp-table tbody tr:last-child td:first-child {
  border-bottom: none;
}
.bm-comp-table td:nth-child(2) {
  width: 210px;
  border: none;
}

.bm-comp-table .bm-comp-round {
  position: relative;
}
.bm-comp-table .bm-comp-round::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #ff2800;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: '';
}

.bm-comp-table .bm-comp-last {
  font-size: 14px;
}
.bm-comp-table .bm-comp-last span {
  color: #ff2800;
  font-weight: 600;
}

.bm-comp-nw {
  position: absolute;
  top: -19px;
  left: 210px;
  z-index: 1;
  width: 210px;
  border-radius: 8px;
  box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.16);
}

.bm-comp-nw-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(to top right, #23d6fa 0%, #51a0fd 100%);
  border-radius: 8px 8px 0 0;
}

.bm-comp-nw-row {
  position: relative;
  height: 53px;
  border-bottom: 1px solid #d0d0d0;
}
.bm-comp-nw-row::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #ff2800;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.bm-comp-nw-row:last-child {
  height: 70px;
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.bm-comp-cta {
  text-align: center;
}

.bm-comp-ablescroll {
  display: none;
}

@media (max-width: 1160px) {
  .bm-comp-wrapper {
    overflow: scroll;
  }
  .bm-comp-innr {
    margin: 20px 0 50px;
  }
  .bm-comp-table {
    margin: 0 15px;
  }
  .bm-comp-nw {
    left: 221px;
    width: 203px;
  }
}

@media (max-width: 767px) {
  .bm-comp {
    padding-bottom: 60px;
  }
  .bm-comp-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .bm-comp-innr {
    width: 668px;
  }
  .bm-comp-table th {
    height: 41px;
    font-size: 12px;
  }
  .bm-comp-table td {
    width: 112px;
    height: 41px;
    font-size: 14px;
  }
  .bm-comp-table td:first-child {
    width: 108px;
    padding-right: 8px;
    padding-left: 12px;
    font-size: 11px;
  }
  .bm-comp-table td:nth-child(2) {
    width: 112px;
  }
  .bm-comp-table .bm-comp-round::before {
    width: 14px;
    height: 14px;
  }
  .bm-comp-nw {
    left: 118px;
    width: 106px;
  }
  .bm-comp-nw-title {
    height: 61px;
    font-size: 13px;
  }
  .bm-comp-nw-row {
    height: 41px;
  }
  .bm-comp-nw-row::before {
    width: 18px;
    height: 18px;
  }
  .bm-comp-nw-row:last-child {
    height: 61px;
  }
  .bm-comp-cta {
    margin: 0 15px;
  }
  .bm-comp-ablescroll {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
  }
  .bm-comp-ablescroll.show {
    visibility: visible;
    opacity: 1;
  }
}

/*********************************/
/* STRONG */
/*********************************/
.bm-str {
  padding: 127.5px 16px 157.5px;
  color: #fff;
  text-align: center;
  background: url('../img/str-bg.jpg') center center / cover no-repeat;
}

.bm-str-ttl {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 40px;
}

.bm-str-txt {
  font-size: 14px;
  line-height: 2.285;
}

@media (max-width: 767px) {
  .bm-str {
    padding: 40px 15px 55px;
    background-image: url('../img/str-bg-sp.jpg');
  }
  .bm-str-ttl {
    font-size: 20px;
    line-height: 1.6;
  }
  .bm-str-txt {
    font-size: 13px;
    line-height: 2.153;
  }
}

/*********************************/
/* VOICE */
/*********************************/
.bm-voice {
  padding-top: 110px;
  padding-bottom: 120px;
}
.bm-voice-wrapper {
  width: 1020px;
  max-width: calc(100% - 100px);
  margin: 70px auto 0;
  padding-bottom: 100px;
}

.bm-voice-slide {
  position: relative;
}

.bm-voice-innr {
  height: auto;
  margin-bottom: 7px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.06);
}

.bm-voice-img {
  position: relative;
  cursor: pointer;
}
.bm-voice-img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 79px;
  height: 80px;
  background: url('../img/cases-play-btn.svg') center center / cover no-repeat;
  transform: translate(-50%, -50%);
  content: '';
}

.bm-voice-img img {
  vertical-align: bottom;
  border-radius: 7px 7px 0 0;
}

.bm-voice-content {
  padding: 24px;
}

.bm-voice-name {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.666;
  text-align: center;
}
.bm-voice-name span {
  display: inline-block;
}

.bm-voice-txt {
  font-size: 14px;
  line-height: 1.857;
}

.bm-voice-arrow {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  background-color: #1a3d69;
  border-radius: 50%;
  transform: translateY(-50%);
}
.bm-voice-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: '';
}
.bm-voice-arrow-l {
  left: -103px;
}
.bm-voice-arrow-l::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.bm-voice-arrow-r {
  right: -85px;
}
.bm-voice-arrow-r::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.bm-voice-bullets {
  position: absolute;
  bottom: -80px;
  left: 50%;
  display: flex;
  width: 320px;
  height: 10px;
  border: 1px solid #d0d0d0;
  border-radius: 100px;
  transform: translateX(-50%);
}

.bm-voice-bullet {
  width: 25%;
  height: 100%;
}
.bm-voice-bullet:first-child {
  border-radius: 100px 0 0 100px;
}
.bm-voice-bullet:last-child {
  border-radius: 0 100px 100px 0;
}
.bm-voice-bullet.glide__bullet--active {
  background-color: #9394c9;
}

@media (max-width: 1229px) {
  .bm-voice-arrow {
    width: 40px;
    height: 40px;
  }
  .bm-voice-arrow-l {
    left: -46px;
  }
  .bm-voice-arrow-r {
    right: -46px;
  }
}

@media (max-width: 767px) {
  .bm-voice {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .bm-voice-ttlen img {
    width: 210px;
  }
  .bm-voice-wrapper {
    max-width: 100%;
    margin-top: 35px;
    padding-bottom: 40px;
  }
  .bm-voice-content {
    padding: 15px 20px 20px;
  }
  .bm-voice-img::after {
    width: 64px;
    height: 64px;
  }
  .bm-voice-name {
    font-size: 16px;
  }
  .bm-voice-txt {
    font-size: 13px;
  }
  .bm-voice-arrow-l {
    left: 1px;
  }
  .bm-voice-arrow-r {
    right: 1px;
  }
  .bm-voice-bullets {
    bottom: -35px;
    width: 160px;
    height: 8px;
  }
}

/*********************************/
/* RESULT */
/*********************************/
.bm-res {
  padding-bottom: 140px;
}
.bm-res-wrapper {
  position: relative;
  padding-top: 117px;
  padding-bottom: 66px;
}
.bm-res-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 92.68%;
  height: 100%;
  background-color: #f7f6f5;
  content: '';
}

.bm-common-ttl.bm-res-ttl span {
  margin: 0;
  background-color: rgba(201, 223, 235, 0.33);
}

.bm-common-txt.bm-res-txt {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.125;
}

.bm-res-innr {
  position: relative;
  width: 1166px;
  max-width: 100%;
  margin: 120px auto 0;
}

.bm-res-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 590px;
  max-width: 100%;
  row-gap: 25px;
}

.bm-res-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.bm-res-list-name {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.6;
}
.bm-res-list-sub {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.857;
}

.bm-res-blog {
  position: absolute;
  bottom: -107px;
  left: 505px;
  z-index: -1;
  width: 990px;
  image-rendering: -webkit-optimize-contrast;
}

.bm-res-graph {
  position: relative;
  width: 1020px;
  max-width: calc(100% - 30px);
  margin: 98px auto 70px;
  margin-top: 98px;
  margin-bottom: 70px;
}
.bm-res-graph img {
  image-rendering: -webkit-optimize-contrast;
}

.bm-res-graph-count {
  position: absolute;
  font-weight: 800;
}
.bm-res-graph-count:nth-child(2) {
  top: 118px;
  left: 25px;
}
.bm-res-graph-count:last-child {
  top: 118px;
  left: 320px;
}

.bm-res-graph-title {
  margin-bottom: 8px;
  color: #2959c6;
  font-size: 32px;
  line-height: 1;
}

.bm-res-graph-text {
  position: relative;
  padding-left: 15px;
  color: #2959c6;
  font-size: 20px;
  line-height: 1;
}
.bm-res-graph-text::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #2959c6;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  content: '';
}
.bm-res-graph-text span {
  margin: 0 3px;
  color: #ff593b;
  font-weight: 400;
  font-size: 66px;
}

.bm-res-cta {
  text-align: center;
}

@media (max-width: 1049px) {
  .bm-res-graph-count:nth-child(2) {
    top: 11.238vw;
    left: 2.381vw;
  }
  .bm-res-graph-count:last-child {
    top: 11.238vw;
    left: 30.476vw;
  }
  .bm-res-graph-title {
    margin-bottom: 0.762vw;
    font-size: 3.05vw;
  }
  .bm-res-graph-text {
    font-size: 1.91vw;
  }
  .bm-res-graph-text span {
    margin: 0 0.286vw;
    font-size: 6.2vw;
  }
  .bm-res-graph-text::before {
    bottom: 0.952vw;
  }
}

@media (max-width: 767px) {
  .bm-res {
    padding-bottom: 50px;
  }
  .bm-res-wrapper {
    padding-top: 45px;
    padding-bottom: 0;
  }
  .bm-res-wrapper::before {
    width: 96%;
  }
  .bm-res-ttlen img {
    width: 260px;
  }
  .bm-res-txt {
    margin-right: 28px;
    margin-left: 15px;
    text-align: left;
  }
  .bm-res-innr {
    margin-top: 25px;
    padding-bottom: 278px;
  }
  .bm-res-lists {
    padding: 0 45px 0 31px;
  }
  .bm-res-list {
    width: 140px;
    height: 140px;
  }
  .bm-res-list-name {
    font-size: 16px;
  }
  .bm-res-list-sub {
    margin-top: 10px;
    font-size: 11px;
  }
  .bm-res-blog {
    bottom: -20px;
    left: -13px;
    width: 520px;
  }
  .bm-res-graph {
    margin-top: 63px;
    margin-bottom: 40px;
  }
  .bm-res-cta {
    margin: 0 15px;
  }
  .bm-res-graph-count:nth-child(2) {
    top: 0;
    left: 2.933vw;
  }
  .bm-res-graph-count:last-child {
    top: 29vw;
    left: 2.933vw;
  }
  .bm-res-graph-title {
    margin-bottom: 4vw;
    font-size: 7.1vw;
  }
  .bm-res-graph-text {
    font-size: 4.5vw;
  }
  .bm-res-graph-text span {
    margin: 0 1.333vw;
    font-size: 13vw;
  }
  .bm-res-graph-text::before {
    bottom: 2vw;
    border-width: 4px 0 4px 9px;
  }
}

@media (max-width: 364px) {
  .bm-res-list {
    width: 120px;
    height: 120px;
  }
}

/*********************************/
/* FAQ */
/*********************************/
.bm-qa {
  padding-top: 93px;
  padding-bottom: 220px;
  background: linear-gradient(
    to top right,
    rgba(201, 223, 235, 0.25) 0%,
    rgba(137, 183, 222, 0.25) 100%
  );
}

.bm-qa-lists {
  width: 1020px;
  max-width: calc(100% - 30px);
  margin: 65px auto 0;
}

.bm-qa-list {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.06);
}
.bm-qa-list:not(:last-child) {
  margin-bottom: 45px;
}

.bm-qa-title {
  display: flex;
  width: 100%;
  padding: 42px 80px 42px 38px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.666;
}

.bm-qa-title span:first-child {
  width: 35px;
  margin-right: 20px;
}
.bm-qa-title span:last-child {
  flex: 1;
}

.bm-qa-content {
  display: flex;
  padding-right: 73px;
  padding-left: 35px;
  line-height: 2.125;
}

.bm-qa-content span:first-child {
  width: 32px;
  margin-right: 25px;
}
.bm-qa-content span:last-child {
  flex: 1;
  margin-top: -8px;
  letter-spacing: 0.06em;
}

.bm-qa-content.active {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .bm-qa {
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .bm-qa-ttlen img {
    width: 138px;
  }
  .bm-qa-lists {
    margin-top: 30px;
  }
  .bm-qa-list:not(:last-child) {
    margin-bottom: 20px;
  }
  .bm-qa-title {
    align-items: center;
    height: 90px;
    padding: 0 48px 0 20px;
    font-size: 14px;
  }
  .bm-qa-title span:first-child {
    width: 25px;
    margin-right: 11px;
  }
  .bm-qa-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bm-qa-content.active {
    margin-top: -10px;
    padding-bottom: 20px;
  }
  .bm-qa-content span:first-child {
    width: 21px;
    margin-right: 16px;
  }
  .bm-qa-content span:last-child {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.846;
  }
}
.consultant_section {
  max-width: 1160px;
  width: 100%;
  padding: 0 20px;
  margin: 50px auto 80px;
}
