@charset "utf-8";
/* m_column */
.m_column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.m_column__item {
  width: 100%;
}
/* m_column--2 */
.m_column.m_column--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.m_column.m_column--2.m_column--g20 {
  gap: 20px;
}
.m_column.m_column--2 + .m_column.m_column--2 {
  margin-top: 60px;
}
.m_column.m_column--2 .m_column__item:has(img),
.m_column.m_column--2 .m_column__item:has(iframe) {
  width: auto;
}
.m_column.m_column--2 .m_column__link img {
  width: 100px;
  height: auto;
  margin: initial;
}
/* m_column--2 end */

/* el_heading-m */
.el_heading-m {
  margin: 50px 0 40px;
  line-height: 1.4;
  font-size: var(--heading-m);
  font-weight: 700;
}
.el_heading-m-top {
  display: block;
  font-size: var(--heading-m);
  font-weight: 700;
  color: var(--primary);
}
.el_heading-m.el_heading-m--blue {
  color: var(--primary);
}
.el_heading-m.el_heading-m--number {
  display: flex;
  font-size: 28px;
  line-height: 1.3;
  margin: 50px 0 40px;
}
.el_heading-m .el_heading-m--number-left {
  margin: 0;
  padding-top: 4px;
  padding-right: 20px;
  color: var(--primary);
  font-size: 24px;
}
/* el_heading-m end */

/* .el_text */
.el_text {
  font-size: 16px;
  line-height: 1.5;
}
.el_text-l {
  font-size: 18px;
  line-height: 1.4;
}
.el_text + * {
  margin-top: 30px;
}
.el_text + .el_heading-m.el_heading-m--blue {
  margin-top: 50px;
}
.el_text + .el_text {
  margin-top: 20px;
}
.el_text-l + * {
  margin-top: 40px;
}
.el_text-l + .el_text-l {
  margin-top: 20px;
}
.el_text-blue {
  color: var(--primary);
}
.el_text-bold {
  font-weight: 700;
}
/* .el_text end */

/* .el_check-kit */
.el_check-kit {
  padding: 40px;
  background-color: var(--white);
}
.el_check-kit.el_check-kit--border {
  border: 1px solid var(--gray-line);
}
* + .el_check-kit {
  margin-top: 30px;
}
.el_check-kit__title {
  margin-bottom: 20px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.el_check-kit__item + .el_check-kit__item {
  margin-top: 20px;
}
.el_check-kit__item {
  position: relative;
  padding-left: 40px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
}
.el_check-kit__item::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 4px;
  left: 5px;
  border-left: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  transform: rotate(-45deg);
}
.el_check-kit__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: var(--primary);
}
.el_check-kit__item--big {
  font-size: 18px;
}
/* .el_check-kit end */

.content {
  padding: 80px 20px;
}

.content__area {
  max-width: 1200px;
  margin: auto;
}

.content__area > *:first-child {
  margin-top: 0;
}

.case__list {
  margin-top: 60px;
}
.case-image {
  max-width: 800px;
  margin: 60px auto 0;
}
.problem-lead {
  padding-top: 60px;
  line-height: 1.4;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}
.problem-lead-blue {
  color: var(--primary);
}

.reason {
  margin-bottom: 0;
  padding-bottom: 0;
}
.reason__image {
  max-width: 516px;
}
.reason .c_heading-l {
  margin-bottom: 0;
}
.reason__flow img {
  margin-top: 60px;
  width: 1200px;
  max-width: 100%;
  height: auto;
}
.content-pnl {
  position: relative;
  padding-top: 80px;
  background-color: #fafafa;
}
.content-pnl._bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(/bridge/lp/ma/asset/image/photo_bg-problem.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.content-pnl__area {
  position: relative;
  margin-right: 9vw;
  padding: 80px 120px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}
.content-pnl__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.content-pnl__title {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d2d2d2;
}
.content-pnl__title img {
  max-width: 300px;
}
.heading-l {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 42px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.heading-l._center {
  text-align: center;
}

.heading-l._center::after {
  left: calc(50% - 30px);
}

.heading-l::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #d2d2d2;
}
.content-pnl__title .heading-l {
  margin: 0;
}
.content-pnl__list {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  list-style-type: none;
}
.content-pnl__item + .content-pnl__item {
  margin-top: 20px;
}
.content-pnl__item {
  position: relative;
  padding-left: 40px;
}
.content-pnl__item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #172a88;
}
.content-pnl__item::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  top: 5px;
  left: 7px;
  transform: rotate(50deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.heading-m {
  margin: 60px 0 50px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.col-2 {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.col-2__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.col-2__item .common__image {
  width: auto;
}

.col-2__item > .heading-l_num {
  flex-grow: 1;
}

.col-2 + .col-2 {
  margin-top: 60px;
}

.col-2__item .heading-m {
  margin-top: 0;
}

.text {
  font-size: 16px;
  line-height: 1.5;
}

.text + .text {
  margin-top: 20px;
}

.common_cta-area__wrap {
  width: auto;
  max-width: 1200px;
  gap: 40px;
}

.common_cta-area__left {
  width: auto;
}

.heading-l_num {
  display: flex;
  gap: 10px;
  font-size: 28px;
  font-weight: bold;
  margin: 60px 0 50px;
  line-height: 1.4;
}

.heading-l_num span {
  display: inline-block;
  padding-top: 3px;
  color: #172a88;
  font-size: 24px;
}

.text + *:not(.col-2, .col-3, .col-4) {
  margin-top: 30px;
}

.bg_gray {
  background-color: #fafafa;
}

.col-3 {
  display: flex;
  gap: 30px;
}

.col-3__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.text._center {
  text-align: center;
}

img {
  max-width: 1080px;
  margin: 0 auto;
}

.emblem__support {
  position: relative;
  width: 350px;
  height: 91px;
  display: grid;
  place-content: center;
}

.emblem__support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 90px;
  background-image: url(/bridge/lp/ma/asset/image/image_emblem-left.webp);
  background-size: cover;
}

.emblem__support::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 90px;
  background-image: url(/bridge/lp/ma/asset/image/image_emblem-right.webp);
  background-size: cover;
}

.emblem__support-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4vw;
}

.emblem__support-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  transform: translateY(-3px);
}

.emblem__support-title small {
  font-size: 16px;
}

.emblem__support-num {
  color: #172a88;
  font-family: "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Arial, Helvetica, "ＭＳ Ｐゴシック", osaka, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.emblem__support-num small {
  font-size: 30px;
  color: initial;
  padding-left: 0.3vw;
}

.p-col2 {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  margin-top: 60px;
}

.col-4 {
  display: flex;
  gap: 40px;
}

.col-4__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.common_button-line {
  max-width: 400px;
  margin: 60px auto 0;
}

.content-pnl._gray {
  background-color: #fafafa;
}

.lead__text {
  font-size: 18px;
  line-height: 1.4;
}

.lp_num-pnl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin: 0;
}

.lp_num-pnl__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px 40px;
}

.lp_num-pnl__text {
  min-height: 100px;
}

.lp_num-pnl__heading-xl {
  text-align: center;
}

.lp_num-pnl__heading-xl-num {
  display: block;
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  color: #172a88;
  margin-bottom: 5px;
}

.lp_num-pnl__heading-xl-text {
  font-size: 28px;
  font-weight: bold;
  color: #464646;
}

.lp_num-pnl__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  row-gap: 15px;
  margin-top: 30px;
}

.lp_num-pnl__list-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: 700;
  color: #464646;
}

.lp_num-pnl__list-img {
  width: 80px;
  height: 80px;
}
.lp_num-pnl__list-img._small {
  width: 70px;
  height: 70px;
  margin: 5px;
}

.list__item {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  color: #464646;
  line-height: 1.4;
}

.list__item::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #172a88;
}

.list__item + .list__item {
  margin-top: 15px;
}

.reason .heading-l {
  margin-top: 0;
}

.flow {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}

.flow .flow__left .heading-l {
  margin-top: 0;
}

.flow .common_button-line {
  max-width: 550px;
}

.flow .flow__left {
  position: sticky;
  top: 200px;
  height: 300px;
}
@media (hover: hover) {
  .faq__item:hover {
    cursor: pointer;
  }
}
.faq .faq__item + .faq__item {
  margin-top: 20px;
}

.faq__tgl {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}

.faq__tgl::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 49px;
  content: "";
  width: 3px;
  height: 20px;
  background-color: #172a88;
}

details[open]::after {
  display: none;
}

details {
  list-style: none;
  &::-webkit-details-marker {
    display: none;
  }
}
summary {
  outline: none;
}
summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.faq__tgl-q {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #464646;
  padding: 20px 50px;
  line-height: 1.2;
}

.faq__tgl-q::before {
  position: absolute;
  top: 19px;
  left: 20px;
  content: "Q";
  font-family: Roboto;
  color: #172a88;
  font-weight: 700;
  font-size: 28px;
}

.faq__tgl-q::after {
  position: absolute;
  top: 32px;
  right: 40px;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #172a88;
}

/* オープン時にアニメーションを設定 */
details[open] .faq__tgl-a {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.faq__tgl-a {
  position: relative;
  padding: 20px 20px 20px 65px;
  background-color: #fafafa;
  border-radius: 10px;
  margin: 30px 20px 20px;
}

.faq__tgl-a::before {
  position: absolute;
  top: 20px;
  left: 24px;
  content: "A";
  font-size: 28px;
  font-family: Roboto;
  font-weight: 700;
  color: #172a88;
}

.faq__text {
  font-size: 18px;
  font-weight: 700;
  color: #464646;
  margin: 0;
  line-height: 1.2;
}

.faq__text + .faq__text {
  margin-top: 10px;
}

.common__image--sp {
  display: none;
}

.comparison__image{
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .reason-content .l_content {
    padding: 20px 20px 60px;
  }
  /* .l_content-pnl */
  .l_content-pnl__area {
    padding: 80px 40px;
  }
  .l_content-pnl__inner {
    width: 90%;
  }
  .l_content-pnl__title {
    margin-bottom: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }
  .l_content-pnl__title .c_heading-l.c_heading-l--border-left {
    margin-bottom: 0;
  }
  .l_content-pnl__title .el_heading-l.el_heading-l--border-bottom {
    margin-bottom: 0;
  }
  .l_content-pnl__title-right > * + * {
    margin-top: 25px;
  }
  .l_content-pnl__title-left {
    flex: auto;
  }
  .l_content-pnl__title-right {
    flex: auto;
  }

  .l_content-pnl-row__inner {
    gap: 50px;
  }
  .l_content-pnl-row-left__inner {
    max-width: 600px;
  }
  .l_content-pnl-row-right {
    width: 230px;
  }
  .l_content-pnl-row-left {
    width: calc(100% - 280px);
    padding: 60px 0 0;
  }
  /* .l_content-pnl end */

  .howto .col-2 {
    display: block;
    margin-top: 0;
  }
  .howto .col-2__item + .col-2__item {
    margin-top: 25px;
  }
  .howto .col-2 + .col-2 {
    margin-top: 0;
  }
  .howto .col-2__item .heading-m {
    margin-top: 50px;
  }
  .howto .col-2__item .common__image {
    width: 100%;
    max-width: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .content-pnl__area {
    padding: 80px 40px;
    margin-right: 4vw;
  }
  .content-pnl__title {
    gap: 50px;
  }
  .common_cta-area__left {
    flex-direction: column;
  }
  .common_cta-area__wrap {
    margin: 0 20px;
    gap: 20px;
  }
  .common-footer_navi__inner .common-footer_navi_logo {
    margin-bottom: 0;
  }
  .common-footer_navi__image {
    margin: 0;
  }
  .common_cta-area__item .common_cta__link.common_cta__link--download {
    width: 100%;
    text-align: center;
    padding: 18px 30px;
  }
  .common-footer_cta__wrap .common-footer_cta__list {
    display: block;
    width: 100%;
  }
  .common-footer .common-footer_cta__wrap {
    max-width: none;
  }
  .common-footer_cta__wrap .common-footer_cta__figure {
    width: 100%;
    height: auto;
    max-width: 320px;
    margin: auto;
  }
  .common-footer_cta__item .common_cta__button .common_cta__link.common_cta__link--download {
    padding: 22px 30px;
    text-align: center;
    width: 100%;
  }
  .lp_num-pnl__list {
    display: block;
    margin-top: 25px;
  }
  .lp_num-pnl__list-item {
    padding: 5px 10px;
    grid-template-columns: 60px 1fr;
  }
  .lp_num-pnl__list-item + .lp_num-pnl__list-item {
    margin-top: 15px;
  }
  .lp_num-pnl__list-img,
  .lp_num-pnl__list-img._small {
    width: 60px;
    height: 60px;
  }
  /* m_column--2 */
  .m_column.m_column--2 {
    display: block;
  }
  .m_column.m_column--2 + .m_column.m_column--2 {
    margin-top: 40px;
  }
  .m_column.m_column--2 .m_column__item + .m_column__item {
    margin-top: 25px;
  }
  /* m_column--2 end */
}

@media screen and (max-width: 1024px) {
  .common-footer_cta__item .common_cta__button .common_cta__link.common_cta__link--download {
    padding: 17px 30px;
  }
  /* .el_anchor */
  .el_anchor,
  .el_anchor:has(.el_anchor__navi:nth-child(2):last-child),
  .el_anchor:has(.el_anchor__navi:nth-child(4):last-child) {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 10px;
  }
  .el_anchor__navi {
    width: 100%;
  }
  .el_anchor__link {
    height: 94px;
    padding-right: 70px;
    font-size: 18px;
  }
  .el_anchor__link-icon {
    top: 30px;
  }
  /* .el_anchor end */
}

@media screen and (max-width: 820px) {
  .problem-lead {
    font-size: 24px;
  }
  .l_content.reason {
    padding-bottom: 0;
  }
  /* c_heading */
  .c_heading-xl {
    margin-bottom: 50px;
    font-size: 34px;
    line-height: 1.5;
  }
  .c_heading-l {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .c_heading-l.c_heading-l--border-center {
    font-size: 28px;
  }
  .c_heading-m {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .c_heading-lead {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .c_cta-area__heading-l,
  .c_heading-l.c_heading-l--border-left {
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 1.4;
  }
  .reason .c_heading-l.c_heading-l--border-left {
    margin-bottom: 0;
  }
  /* c_heading end */

  .l_content {
    padding: 60px 20px;
  }
  /* .l_content-pnl */
  .l_content-pnl__area {
    margin-right: 5vw;
    padding: 60px 0;
  }
  .l_content-pnl__area.l_content-pnl__area--wide {
    padding: 60px 0;
  }
  .l_content-pnl__inner {
    width: 100%;
    padding: 0 20px;
  }
  .l_content-pnl .c_heading-l {
    font-size: 24px;
  }
  .l_content-pnl__title .c_heading-l {
    font-size: 28px;
  }
  .l_content-pnl-row-left__inner {
    padding: 0 20px 0;
  }
  /* .l_content-pnl end */
  /* .el_text */
  .el_text {
    font-size: 14px;
  }
  .el_text-l {
    font-size: 16px;
  }
  .el_text-l + * {
    margin-top: 25px;
  }
  /* .el_text end */

  .common__image {
    max-width: 335px;
  }
  .common__image--pc {
    display: none;
  }
  .common__image--sp {
    display: block;
    margin-top: 30px;
    max-width: 335px;
  }
  .flow {
    display: block;
  }
  .flow .flow__left {
    position: inherit;
    height: auto;
    top: 0;
  }
  .p-col2 {
    display: block;
  }
  .case__list {
    margin-top: 50px;
  }
  .case__image-pc {
    display: none;
  }
  .case__image-sp {
    display: block;
  }
  .content {
    padding: 60px 20px;
  }
  .content-pnl__area {
    padding: 60px 20px;
  }
  .content-pnl__title .heading-l {
    margin: 0 0 50px;
  }
  .content-pnl__title {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 60px;
  }
  .heading-l {
    font-size: 27px;
    padding-bottom: 20px;
    margin: 60px 0 50px;
  }
  .content-pnl__list {
    font-size: 16px;
  }
  .content-pnl__item + .content-pnl__item {
    margin-top: 15px;
  }
  .col-2,
  .col-3,
  .col-4 {
    display: block;
    margin-top: 0;
  }
  .col-2__item + .col-2__item {
    margin-top: 25px;
  }
  .col-2 + .col-2,
  .col-3 + .col-3,
  .col-4 + .col-4 {
    margin-top: 0;
  }
  .col-4 {
    padding: 0 32.5px;
  }
  .heading-m {
    font-size: 20px;
    margin: 50px 0 40px;
  }
  .col-2__item .heading-m {
    margin-top: 50px;
  }
  .col-2__item .common__image {
    width: 100%;
  }

  .common_cta-area__wrap {
    margin: 0 20px;
  }
  .content__area > *:first-child {
    margin-top: 0;
  }
  .heading-l_num {
    font-size: 20px;
    margin: 50px 0 40px;
  }
  .heading-l_num span {
    font-size: 18px;
    padding: 0;
  }
  .p-col2 {
    margin-top: 40px;
  }
  .emblem__support {
    max-width: 335px;
    margin: auto;
  }
  .common_cta-area__figure {
    margin: auto;
  }
  .p-col2__item + .p-col2__item {
    margin-top: 30px;
  }
  .common_button-line {
    margin-top: 50px;
  }
  .common-footer_cta {
    padding: 60px 20px 0;
  }
  .common-footer_cta .common-footer_cta__wrap {
    width: 100%;
  }
  .common-footer .common-footer_navi {
    padding: 10px 0;
  }
  .faq__tgl {
    padding: 15px;
  }
  .faq__tgl-q {
    font-size: 20px;
    padding: 0 30px 0 30px;
  }
  .faq__tgl-q::before {
    top: 0;
    left: 0;
    font-size: 24px;
  }
  .faq__tgl-q::after {
    top: calc(50% - 1.5px);
    right: 0;
  }
  .faq__tgl::after {
    right: 24px;
  }
  .faq__tgl-a {
    padding-left: 40px;
  }
  .faq__tgl-a::before {
    left: 10px;
    font-size: 24px;
  }
  .faq__text {
    font-size: 16px;
  }
  .lp_num-pnl {
    display: block;
  }
  .lp_num-pnl__item {
    padding: 20px 20px 25px;
  }
  .lp_num-pnl__item + .lp_num-pnl__item {
    margin-top: 25px;
  }
  .lp_num-pnl__text {
    min-height: auto;
  }
  .lp_num-pnl__heading-xl-num {
    font-size: 18px;
  }
  .lp_num-pnl__heading-xl-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .reason__flow {
    max-width: 350px;
    margin: 0 auto;
  }
}