@charset "utf-8";

.content {
  padding: 80px 20px;
}

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

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

.case__list {
  margin-top: 60px;
}

.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;
  flex-wrap: wrap;
  gap: 100px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d2d2d2;
}
.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 {
  margin: 0 0 40px;
  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;
}

.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;
}
@media screen and (max-width:1280px){
  .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;
  }
  .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 {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width:1024px){
  .common-footer_cta__item .common_cta__button .common_cta__link.common_cta__link--download {
    padding: 17px 30px;
  }
}

@media screen and (max-width:820px){
  .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;
    margin-bottom: 25px;
  }
}