@charset "utf-8";
/*
.any {
  @mixin objectfit;
}
@mixin objectfit; でcover:デフォルト
@mixin objectfit contain; でcontain等に上書き
object-fit-images用
*/
.video_mark {
  background-color: #0a3291;
  color: #fff;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 0.9rem;
  position: absolute;
  right: 30px;
  top: 26px;
}
.video_mark img {
  width: 1rem;
  position: relative;
  top: -2px;
  padding-left: 3px;
}
.interview__item__num {
  display: inline-block;
}
@media (min-width: 1201px),print {
      .header #mark--case > span {
    position: relative;
  }
    .header #mark--case > span:after {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: #0a3291;
      bottom: 0;
      left: 0;
    }
    .case .section-ttl {
      font-weight: 700;
      font-size: 1.875rem;
      text-align: center;
    }
    .case .sec-interview {
      margin-top: 120px;
    }
      .case .sec-interview__intro {
        text-align: center;
        margin-top: 34px;
        line-height: 1.6;
        font-size: 1.125rem;
      }

    .case .c-relation {
      margin: 80px 0 0;
    }
      .case .c-relation__box {
        padding-top: 36px;
      }
        .case .c-relation__box__name {
          text-align: center;
          font-size: 1.875rem;
          font-weight: 700;
          color: #0a3291;
          letter-spacing: 3px;
        }
          .case .c-relation__box__name .en {
            font-size: 1.125rem;
            color: #cfcfcf;
            display: block;
            margin-top: 6px;
            letter-spacing: 3px;
          }
        .case .c-relation__box__row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 30px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }
          .case .c-relation__box__row .item {
            -webkit-box-flex: 1;
                -ms-flex: 1 1;
                    flex: 1 1;
            padding: 0 30px;
            padding-bottom: 70px;
            position: relative;
          }
            .case .c-relation__box__row .item p {
              word-break: break-all;
            }
            .case .c-relation__box__row .item__ttl {
              font-weight: 700;
              font-size: 1.25rem;
              text-align: center;
              margin-bottom: 18px;
              width: calc(100% + 60px);
              margin-left: -30px;
            }
            .case .c-relation__box__row .item + .item {
              border-left: 1px solid #cfcfcf;
            }
          .case .c-relation__box__row .c-button {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
          }
            .case .c-relation__box__row .c-button a {
              width: 200px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding: 10px 0;
            }
        .case .c-relation__box + .c-relation__box {
          margin-top: 36px;
        }
        .case .c-relation__box__list {
          padding: 0 96px;
          margin-top: 13px;
        }
            .case .c-relation__box__list li a {
              padding: 24px 30px;
              padding-left: 14px;
              font-weight: 700;
              display: block;
              font-size: 1.125rem;
              position: relative;
            }
              .case .c-relation__box__list li a:after {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                border-top: 2px solid #0a3291;
                border-right: 2px solid #0a3291;
                position: absolute;
                right: 8px;
                top: 0;
                bottom: 0;
                margin: auto;
              }
              .case .c-relation__box__list li a span {
                color: #0a3291;
                font-weight: inherit;
                margin-right: 20px;
              }
            .case .c-relation__box__list li + li {
              border-top: 1px solid #cfcfcf;
            }
          .case .c-relation__box__list .c-button {
            margin-top: 16px;
          }
            .case .c-relation__box__list .c-button a {
              padding-left: 72px;
              padding-right: 72px;
            }
    .case .table-type {
      display: table;
      width: 100%;
      margin: 60px 0;
    }
      .case .table-type .table-type {
        margin: 0;
      }
          .case .table-type .table-type .table-type__thead .table-type__cell {
            color: inherit;
            border-top: 0px;
          }
      .case .table-type__thead,.case .table-type__tbody {
        display: table-row-group;
      }
      .case .table-type__cell {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        word-wrap:break-word;
        word-break:break-all;
      }
        .case .table-type__thead .table-type__cell {
          background-color: #6c84bd;
          padding: 12px;
          color: #fff;
        }
        .case .table-type__tbody td {
          margin: 0;
          padding: 11px;
        }
          .case .table-type__tbody td + td {
            border-top: 1px solid #fff;
          }
      .case .table-type__cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background-color: #f7f8fb;
        border-top: 1px solid #fff;
      }
        .case .table-type__cell + .table-type__cell {
          border-left: 1px solid #fff;
        }
      .case .table-type .bg_tblue01 {
        background-color: #cfdbf1;
      }
      .case .table-type .bg_tblue02 {
        background-color: #6c92bd;
      }
      .case .table-type .bg_tblue03 {
        background-color: #ebf0f9;
      }
      .case .table-type .bg_tgray01 {
        background-color: #f0f2f8;
      }
      .case .table-type .bg_tgray02 {
        background-color: #f7f8fb;
      }
      .case.case-index .copy-text {
        font-size: 1.25rem;
        letter-spacing: 2.2px;
      }
      .case.case-index .sec-interview {
        margin-top: 50px;
      }
      .case.case-index .success {
        margin-top: 90px;
      }
        .case.case-index .success__head {
          text-align: center;
        }
            .case.case-index .success__head__text p {
              font-size: 1.125rem;
            }
        .case.case-index .success .section-ttl {
          margin-bottom: 32px;
        }
        .case.case-index .success__figure {
          margin-top: 80px;
        }
          .case.case-index .success__figure + .success__figure {
            margin-top: 90px;
          }
          .case.case-index .success__figure figcaption {
            color: #0a3291;
            text-align: center;
            font-weight: 500;
            font-size: 1.5rem;
          }
          .case.case-index .success__figure img {
            margin-top: 30px;
          }
        .case.case-index .success .c-button {
          margin-top: 64px;
        }
          .case.case-index .success .c-button a {
            padding-left: 70px;
            padding-right: 70px;
          }
        .case.case-ma_success .sort-list .case-sort {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
          .case.case-ma_success .sort-list .case-sort .accordion {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            position: relative;
          }
            .case.case-ma_success .sort-list .case-sort .accordion + .accordion {
              margin-left: 18px;
            }
            .case.case-ma_success .sort-list .case-sort .accordion .current-item {
              width:auto;
              min-width: 250px;
              height: 50px;
              border: 2px solid #0a3291;
              border-radius: 26px;
              padding: 0 57px 0 38px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              position: relative;
              cursor: pointer;
              z-index: 11;
              background-color: #fff;
            }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item.active:before {
                  width: 9px !important;
                  height: 9px !important;
                  -webkit-transform: rotate(-225deg) !important;
                          transform: rotate(-225deg) !important;
                  top: 5px !important;
                  right: 28px !important;
                }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item.active:after {
                  width: 9px !important;
                  height: 9px !important;
                  -webkit-transform: rotate(-225deg) !important;
                          transform: rotate(-225deg) !important;
                  top: 5px !important;
                  right: 28px !important;
                }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item:before {
                content: "";
                display: block;
                width: 9px;
                height: 9px;
                border-left: 2px solid #0a3291;
                border-bottom: 0;
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                position: absolute;
                top: -3px;
                bottom: 0;
                margin: auto;
                right: 27px;
                -webkit-transition: -webkit-all 0.3s ease;
                transition: -webkit-all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                transition: all 0.3s ease, -webkit-all 0.3s ease;
                will-change: all;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .current-item:after {
                content: "";
                display: block;
                width: 9px;
                height: 9px;
                border-left: 0;
                border-bottom: 2px solid #0a3291;
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                position: absolute;
                top: -3px;
                bottom: 0;
                margin: auto;
                right: 29px;
                -webkit-transition: -webkit-all 0.3s ease;
                transition: -webkit-all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                transition: all 0.3s ease, -webkit-all 0.3s ease;
                will-change: all;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .current-item.selected:before {
                width: 16px;
                height: 16px;
                top: -10px;
                right: 19px;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .current-item.selected:after {
                width: 16px;
                height: 16px;
                top: -10px;
                right: 31px;
              }


              .case.case-ma_success .sort-list .case-sort .accordion .current-item span {
                color: #0a3291;
                font-weight: 500;
              }

              .case.case-ma_success .sort-list .case-sort .accordion .close-area {
                width: 57px;
                height: 50px;
              }

              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target {
              overflow: hidden;
              height: 0;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              position: absolute;
              z-index: 10;
              width: 100%;
              background-color: #f6f6f6;
              left: 0;
              top: 50%;
              border-radius: 0 0 16px 16px;
              border: 2px solid #0a3291;
            }
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target .accordion__inner {
                padding: 30px 0 18px;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target span,
                .case.case-ma_success .sort-list .case-sort .accordion .accordion__target a {
                  display: block;
                text-align: center;
                width: 100%;
                color: #0a3291;
                font-weight: 500;
                cursor: pointer;
              }
                .case.case-ma_success .sort-list .case-sort .accordion .accordion__target span + span,
                .case.case-ma_success .sort-list .case-sort .accordion .accordion__target a + a {
                  margin-top: 10px;
                }
          .case.case-ma_success .sort-list .case-sort__target {
            margin-top: 34px;
            font-size: 1.25rem;
          }
      .case.case-ma_success .case__table {
        margin-top: 28px;
        position: relative;
      }
        .case.case-ma_success .case__table .table-type {
          table-layout: auto;
          margin-top: 0;
        }
        .case.case-ma_success .case__table .table-type__thead {
          height: 49px;
          display: block;
        }
          .case.case-ma_success .case__table .table-type__thead tr {
            position: absolute;
            left: 0;
            top: 0;
          }
            .case.case-ma_success .case__table .table-type__thead.fixed tr {
              z-index: 1;
              top: 100px;
              position: fixed;
              left: auto;
            }
          .case.case-ma_success .case__table .table-type__thead .table-type__cell {
            width: 415px;
            z-index: 1;
          }
            .case.case-ma_success .case__table .table-type__thead .table-type__cell:last-of-type {
              width: 170px;
              padding: 0;
            }
          .case.case-ma_success .case__table .table-type__tbody tr {
            height: auto;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            will-change: opacity;
          }
              .case.case-ma_success .case__table .table-type__tbody tr:nth-child(2n) .table-type__cell {
                background-color: #f7f8fb;
              }
            .case.case-ma_success .case__table .table-type__tbody tr.hide {
              display: none;
            }
          .case.case-ma_success .case__table .table-type__tbody .table-type__cell {
            background-color: #ebf0f9;
            padding: 26px;
            width: 415px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
          }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell:nth-of-type(2) {
              border-left: 0;
              position: relative;
            }
              .case.case-ma_success .case__table .table-type__tbody .table-type__cell:nth-of-type(2):before {
                content: "×";
                display: block;
                color: #0a3291;
                font-size: 1.5rem;
                position: absolute;
                left: -12px;
                top: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
              }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell:last-of-type {
              width: 170px;
            }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell span {
              display: block;
            }
              .case.case-ma_success .case__table .table-type__tbody .table-type__cell .c-button a {
                border: 1px solid #0a3291;
                padding: 8px 32px;
              }
                .case.case-ma_success .case__table .table-type__tbody .table-type__cell .c-button a span {
                  font-size: 1rem;
                  font-weight: 400;
                }
            .case.case-ma_success .case__table .c-button a.delete {
              display: none;
            }
      .case.case-ma_success .sec-interview {
        margin-top: 100px;
      }
        .case.case-ma_success .sec-interview .section-ttl {
          font-size: 2.25rem;
        }
        .case.case-ma_success .case-detail .c-box {
          margin-top: 44px;
        }
          .case.case-ma_success .case-detail .c-box:first-of-type {
            margin-top: 56px;
          }
            .case.case-ma_success .case-detail .c-box--bottom .c-box__ttl {
              font-size: 1.25rem;
            }
          .case.case-ma_success .case-detail .c-box__content {
            padding-left: 0;
            padding-right: 0;
          }
        .case.case-ma_success .case-detail .business {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
        }
          .case.case-ma_success .case-detail .business dl {
            width: 480px;
          }
            .case.case-ma_success .case-detail .business dl dt {
              padding-left: 0;
              font-size: 1rem;
              color: #fff;
              padding: 13px 0;
              text-align: center;
              font-weight: 400;
            }
              .case.case-ma_success .case-detail .business dl dt:before {
                content: none;
              }
            .case.case-ma_success .case-detail .business dl dd {
              padding: 0 40px 6px;
            }
                .case.case-ma_success .case-detail .business dl dd .business__genre {
                  padding: 25px 0;
                  font-size: 1.25rem;
                  font-weight: 700;
                  text-align: center;
                  border-bottom: 1px solid #cfcfcf;
                }
                  .case.case-ma_success .case-detail .business dl dd .business__data li {
                    margin-left: 0;
                    text-indent: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                  }
                    .case.case-ma_success .case-detail .business dl dd .business__data li + li {
                      margin-top: 16px;
                    }
                      .case.case-ma_success .case-detail .business dl dd .business__data li span.label {
                        font-weight: 700;
                        padding-right: 20px;
                        width: 90px;
                        -webkit-box-sizing: border-box;
                                box-sizing: border-box;
                      }
            .case.case-ma_success .case-detail .business__transfer dt {
              background-color: #6c84bd;
            }
            .case.case-ma_success .case-detail .business__transfer dd {
              background-color: #ebf0f9;
            }
          .case.case-ma_success .case-detail .business__acquisition {
            position: relative;
          }
            .case.case-ma_success .case-detail .business__acquisition:before {
              content: '×';
              font-size: 1.5rem;
              position: absolute;
              text-align: center;
              left: -32px;
              top: 0;
              bottom: 0;
              margin: auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: #0a3291;
            }
            .case.case-ma_success .case-detail .business__acquisition dt {
              background-color: #6c92bd;
            }
            .case.case-ma_success .case-detail .business__acquisition dd {
              background-color: #f7f8fb;
            }
        .case.case-ma_success .case-detail .c-button {
          margin-top: 56px;
        }

      .case.case-interview .sec-interview {
        margin-top: 0;
      }
        .case.case-interview .sec-interview__intro {
          margin-top: 0;
        }
            .case.case-interview .sec-interview .c-button a.delete {
              display: none;
            }
      .case.case-interview .interview__item {
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        will-change: opacity;
      }
        .case.case-interview .interview__item.hide {
          height: 0;
          overflow: hidden;
          opacity: 0;
          margin-top: 0!important;
          display: none;
        }
        /*
        .case.case-interview .interview__item:nth-child(n+3) {
          margin-top: 30px;
        }
        */
        .case.case-interview .interview__item__tag {
          padding: 0;
        }
        .case.case-interview .interview__item__to-detail {
          margin-right: 0;
        }
          .case.case-interview .c-relation__box__row-reverse {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
           /* margin-bottom: 40px;*/
          }
            .case.case-interview .c-relation__box__row-reverse p {
              font-size: 1.125rem;
            }
              .case.case-interview .c-relation__box__row-reverse .c-relation__box__item {
                width: 408px;
              }
                .case.case-interview .c-relation__box__row-reverse .c-relation__box__item .c-button {
                  margin-top: 54px;
                }
                  .case.case-interview .c-relation__box__row-reverse .c-relation__box__item .c-button a {
                    padding-left: 80px;
                    padding-right: 80px;
                  }
              .case.case-interview .c-relation__box__row-reverse .c-relation__box__name {
                padding-bottom: 16px;
                border-bottom: 1px solid #cfb6b6;
                margin-bottom: 20px;
                text-align: left;
                color: #000;
                font-size:1.875rem;
              }
     .cta_interview{
        background: #f3f5f9;
        margin-top: 60px;
    padding: 36px 48px;
    }
    
    .cta_interview .simulation__ttl {
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
        margin-bottom: 30px;
}
    .cta_interview .row p {
    margin-top: 20px;
}
    
    .cta_interview .c-button{
        margin-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
      .header #mark--case > span {
    position: relative;
  }
    .header #mark--case > span:after {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: #0a3291;
      bottom: 0;
      left: 0;
    }
    .case .section-ttl {
      font-weight: 700;
      font-size: calc( var(--vw) * 2.34375 );
      text-align: center;
    }
    .case .sec-interview {
      margin-top: calc( var(--vw) * 9.375 );
    }
      .case .sec-interview__intro {
        text-align: center;
        margin-top: calc( var(--vw) * 2.65625 );
        line-height: 1.6;
        font-size: calc( var(--vw) * 1.40625 );
      }

    .case .c-relation {
      margin: calc( var(--vw) * 6.25 ) 0 0;
    }
      .case .c-relation__box {
        padding-top: calc( var(--vw) * 2.8125 );
      }
        .case .c-relation__box__name {
          text-align: center;
          font-size: calc( var(--vw) * 2.34375 );
          font-weight: 700;
          color: #0a3291;
          letter-spacing: calc( var(--vw) * 0.234375 );
        }
          .case .c-relation__box__name .en {
            font-size: calc( var(--vw) * 1.40625 );
            color: #cfcfcf;
            display: block;
            margin-top: calc( var(--vw) * 0.46875 );
            letter-spacing: calc( var(--vw) * 0.234375 );
          }
        .case .c-relation__box__row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: calc( var(--vw) * 2.34375 );
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
        }
          .case .c-relation__box__row .item {
            -webkit-box-flex: 1;
                -ms-flex: 1 1;
                    flex: 1 1;
            padding: 0 calc( var(--vw) * 2.34375 );
            padding-bottom: calc( var(--vw) * 5.46875 );
            position: relative;
          }
            .case .c-relation__box__row .item p {
              word-break: break-all;
            }
            .case .c-relation__box__row .item__ttl {
              font-weight: 700;
              font-size: calc( var(--vw) * 1.5625 );
              text-align: center;
              margin-bottom: calc( var(--vw) * 1.40625 );
              width: calc(100% + calc( var(--vw) * 4.6875 ));
              margin-left: calc( var(--vw) * -2.34375 );
            }
            .case .c-relation__box__row .item + .item {
              border-left: 1px solid #cfcfcf;
            }
          .case .c-relation__box__row .c-button {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
          }
            .case .c-relation__box__row .c-button a {
              width: calc( var(--vw) * 15.625 );
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding: calc( var(--vw) * 0.78125 ) 0;
            }
        .case .c-relation__box + .c-relation__box {
          margin-top: calc( var(--vw) * 2.8125 );
        }
        .case .c-relation__box__list {
          padding: 0 calc( var(--vw) * 7.5 );
          margin-top: calc( var(--vw) * 1.015625 );
        }
            .case .c-relation__box__list li a {
              padding: calc( var(--vw) * 1.875 ) calc( var(--vw) * 2.34375 );
              padding-left: calc( var(--vw) * 1.09375 );
              font-weight: 700;
              display: block;
              font-size: calc( var(--vw) * 1.40625 );
              position: relative;
            }
              .case .c-relation__box__list li a:after {
                content: "";
                display: block;
                width: calc( var(--vw) * 0.78125 );
                height: calc( var(--vw) * 0.78125 );
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                border-top: calc( var(--vw) * 0.15625 ) solid #0a3291;
                border-right: calc( var(--vw) * 0.15625 ) solid #0a3291;
                position: absolute;
                right: calc( var(--vw) * 0.625 );
                top: 0;
                bottom: 0;
                margin: auto;
              }
              .case .c-relation__box__list li a span {
                color: #0a3291;
                font-weight: inherit;
                margin-right: calc( var(--vw) * 1.5625 );
              }
            .case .c-relation__box__list li + li {
              border-top: 1px solid #cfcfcf;
            }
          .case .c-relation__box__list .c-button {
            margin-top: calc( var(--vw) * 1.25 );
          }
            .case .c-relation__box__list .c-button a {
              padding-left: calc( var(--vw) * 5.625 );
              padding-right: calc( var(--vw) * 5.625 );
            }
    .case .table-type {
      display: table;
      width: 100%;
      margin: calc( var(--vw) * 4.6875 ) 0;
    }
      .case .table-type .table-type {
        margin: 0;
      }
          .case .table-type .table-type .table-type__thead .table-type__cell {
            color: inherit;
            border-top: calc( var(--vw) * 0 );
          }
      .case .table-type__thead,.case .table-type__tbody {
        display: table-row-group;
      }
      .case .table-type__cell {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        word-wrap:break-word;
        word-break:break-all;
      }
        .case .table-type__thead .table-type__cell {
          background-color: #6c84bd;
          padding: calc( var(--vw) * 0.9375 );
          color: #fff;
        }
        .case .table-type__tbody td {
          margin: 0;
          padding: calc( var(--vw) * 0.8593750000000001 );
        }
          .case .table-type__tbody td + td {
            border-top: 1px solid #fff;
          }
      .case .table-type__cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background-color: #f7f8fb;
        border-top: 1px solid #fff;
      }
        .case .table-type__cell + .table-type__cell {
          border-left: 1px solid #fff;
        }
      .case .table-type .bg_tblue01 {
        background-color: #cfdbf1;
      }
      .case .table-type .bg_tblue02 {
        background-color: #6c92bd;
      }
      .case .table-type .bg_tblue03 {
        background-color: #ebf0f9;
      }
      .case .table-type .bg_tgray01 {
        background-color: #f0f2f8;
      }
      .case .table-type .bg_tgray02 {
        background-color: #f7f8fb;
      }
      .case.case-index .copy-text {
        font-size: calc( var(--vw) * 1.5625 );
        letter-spacing: calc( var(--vw) * 0.17187500000000003 );
      }
      .case.case-index .sec-interview {
        margin-top: calc( var(--vw) * 3.90625 );
      }
      .case.case-index .success {
        margin-top: calc( var(--vw) * 7.03125 );
      }
        .case.case-index .success__head {
          text-align: center;
        }
            .case.case-index .success__head__text p {
              font-size: calc( var(--vw) * 1.40625 );
            }
        .case.case-index .success .section-ttl {
          margin-bottom: calc( var(--vw) * 2.5 );
        }
        .case.case-index .success__figure {
          margin-top: calc( var(--vw) * 6.25 );
        }
          .case.case-index .success__figure + .success__figure {
            margin-top: calc( var(--vw) * 7.03125 );
          }
          .case.case-index .success__figure figcaption {
            color: #0a3291;
            text-align: center;
            font-weight: 500;
            font-size: calc( var(--vw) * 1.875 );
          }
          .case.case-index .success__figure img {
            margin-top: calc( var(--vw) * 2.34375 );
          }
        .case.case-index .success .c-button {
          margin-top: calc( var(--vw) * 5 );
        }
          .case.case-index .success .c-button a {
            padding-left: calc( var(--vw) * 5.46875 );
            padding-right: calc( var(--vw) * 5.46875 );
          }
        .case.case-ma_success .sort-list .case-sort {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
          .case.case-ma_success .sort-list .case-sort .accordion {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            position: relative;
          }
            .case.case-ma_success .sort-list .case-sort .accordion + .accordion {
              margin-left: calc( var(--vw) * 1.40625 );
            }
            .case.case-ma_success .sort-list .case-sort .accordion .current-item {
              width:auto;
              min-width: calc( var(--vw) * 19.53125 );
              height: calc( var(--vw) * 3.90625 );
              border: calc( var(--vw) * 0.15625 ) solid #0a3291;
              border-radius: calc( var(--vw) * 2.03125 );
              padding: 0 calc( var(--vw) * 4.453125 ) 0 calc( var(--vw) * 2.96875 );
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              position: relative;
              cursor: pointer;
              z-index: 11;
              background-color: #fff;
            }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item.active:before {
                  width: calc( var(--vw) * 0.703125 ) !important;
                  height: calc( var(--vw) * 0.703125 ) !important;
                  -webkit-transform: rotate(-225deg) !important;
                          transform: rotate(-225deg) !important;
                  top: calc( var(--vw) * 0.390625 ) !important;
                  right:calc( var(--vw) * 2.1875 ) !important;
                }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item.active:after {
                  width: calc( var(--vw) * 0.703125 ) !important;
                  height: calc( var(--vw) * 0.703125 ) !important;
                  -webkit-transform: rotate(-225deg) !important;
                          transform: rotate(-225deg) !important;
                  top: calc( var(--vw) * 0.390625 ) !important;
                  right:calc( var(--vw) * 2.1875 ) !important;
                }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item:before {
                  content: "";
                  display: block;
                  width: calc( var(--vw) * 0.703125 );
                  height: calc( var(--vw) * 0.703125 );
                  border-left: calc( var(--vw) * 0.15625 ) solid #0a3291;
                  border-bottom: 0;
                  -webkit-transform: rotate(-45deg);
                          transform: rotate(-45deg);
                  position: absolute;
                  top: calc( var(--vw) * -0.234375 );
                  bottom: 0;
                  margin: auto;
                  right: calc( var(--vw) * 2.109375 );
                  -webkit-transition: -webkit-all 0.3s ease;
                  transition: -webkit-all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  transition: all 0.3s ease;
                  transition: all 0.3s ease, -webkit-all 0.3s ease;
                  will-change: all;
                }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item:after {
                content: "";
                display: block;
                width: calc( var(--vw) * 0.703125 );
                height: calc( var(--vw) * 0.703125 );
                border-left: 0;
                border-bottom: calc( var(--vw) * 0.15625 ) solid #0a3291;
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                position: absolute;
                top: calc( var(--vw) * -0.234375 );
                bottom: 0;
                margin: auto;
                right: calc( var(--vw) * 2.265625 );
                -webkit-transition: -webkit-all 0.3s ease;
                transition: -webkit-all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                transition: all 0.3s ease, -webkit-all 0.3s ease;
                will-change: all;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .current-item.selected:before {
                width: calc( var(--vw) * 0.078125 * 16 );
                height: calc( var(--vw) * 0.078125 * 16 );
                top: calc( var(--vw) * 0.078125 * -10 );
                right: calc( var(--vw) * 0.078125 * 17 );
              }
              .case.case-ma_success .sort-list .case-sort .accordion .current-item.selected:after {
                width: calc( var(--vw) * 0.078125 * 16 );
                height: calc( var(--vw) * 0.078125 * 16 );
                top: calc( var(--vw) * 0.078125 * -10 );
              }

              .case.case-ma_success .sort-list .case-sort .accordion .current-item span {
                color: #0a3291;
                font-weight: 500;
              }

              .case.case-ma_success .sort-list .case-sort .accordion .close-area {
                width: calc( var(--vw) * 4.453125 );
                height: calc( var(--vw) * 3.90625 );
              }

              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target {
              overflow: hidden;
              height: 0;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              position: absolute;
              z-index: 10;
              width: 100%;
              background-color: #f6f6f6;
              left: 0;
              top: 50%;
              border-radius: 0 0 calc( var(--vw) * 1.25 ) calc( var(--vw) * 1.25 );
              border: calc( var(--vw) * 0.15625 ) solid #0a3291;
            }
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target .accordion__inner {
                padding: calc( var(--vw) * 2.34375 ) 0 calc( var(--vw) * 1.40625 );
              }
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target span,
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target a {
                display: block;
                text-align: center;
                width: 100%;
                color: #0a3291;
                font-weight: 500;
                cursor: pointer;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target span + span,
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target a + a {
                  margin-top: calc( var(--vw) * 0.78125 );
                }
          .case.case-ma_success .sort-list .case-sort__target {
            margin-top: calc( var(--vw) * 2.65625 );
            font-size: calc( var(--vw) * 1.5625 );
          }
      .case.case-ma_success .case__table {
        margin-top: calc( var(--vw) * 2.1875 );
        position: relative;
      }
        .case.case-ma_success .case__table .table-type {
          table-layout: auto;
          margin-top: 0;
        }
        .case.case-ma_success .case__table .table-type__thead {
          height: calc( var(--vw) * 3.8281250000000004 );
          display: block;
        }
          .case.case-ma_success .case__table .table-type__thead tr {
            position: absolute;
            left: 0;
            top: 0;
          }
            .case.case-ma_success .case__table .table-type__thead.fixed tr {
              z-index: 1;
              top: calc( var(--vw) * 7.7 );
              position: fixed;
              left: auto;
            }
          .case.case-ma_success .case__table .table-type__thead .table-type__cell {
            width: calc( var(--vw) * 32.421875 );
            z-index: 1;
          }
            .case.case-ma_success .case__table .table-type__thead .table-type__cell:last-of-type {
              width: calc( var(--vw) * 13.28125 );
              padding: 0;
            }
          .case.case-ma_success .case__table .table-type__tbody tr {
            height: auto;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            will-change: opacity;
          }
              .case.case-ma_success .case__table .table-type__tbody tr:nth-child(2n) .table-type__cell {
                background-color: #f7f8fb;
              }
            .case.case-ma_success .case__table .table-type__tbody tr.hide {
              display: none;
            }
          .case.case-ma_success .case__table .table-type__tbody .table-type__cell {
            background-color: #ebf0f9;
            padding: calc( var(--vw) * 2.03125 );
            width: calc( var(--vw) * 32.421875 );
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
          }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell:nth-of-type(2) {
              border-left: 0;
              position: relative;
            }
              .case.case-ma_success .case__table .table-type__tbody .table-type__cell:nth-of-type(2):before {
                content: "×";
                display: block;
                color: #0a3291;
                font-size: calc( var(--vw) * 1.875 );
                position: absolute;
                left: calc( var(--vw) * -0.9375 );
                top: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
              }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell:last-of-type {
              width: calc( var(--vw) * 13.28125 );
            }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell span {
              display: block;
            }
              .case.case-ma_success .case__table .table-type__tbody .table-type__cell .c-button a {
                border: 1px solid #0a3291;
                padding: calc( var(--vw) * 0.625 ) calc( var(--vw) * 2.5 );
              }
                .case.case-ma_success .case__table .table-type__tbody .table-type__cell .c-button a span {
                  font-size: calc( var(--vw) * 1.25 );
                  font-weight: 400;
                }
            .case.case-ma_success .case__table .c-button a.delete {
              display: none;
            }
      .case.case-ma_success .sec-interview {
        margin-top: calc( var(--vw) * 7.8125 );
      }
        .case.case-ma_success .sec-interview .section-ttl {
          font-size: calc( var(--vw) * 2.8125 );
        }
        .case.case-ma_success .case-detail .c-box {
          margin-top: calc( var(--vw) * 3.4375000000000004 );
        }
          .case.case-ma_success .case-detail .c-box:first-of-type {
            margin-top: calc( var(--vw) * 4.375 );
          }
            .case.case-ma_success .case-detail .c-box--bottom .c-box__ttl {
              font-size: calc( var(--vw) * 1.5625 );
            }
          .case.case-ma_success .case-detail .c-box__content {
            padding-left: 0;
            padding-right: 0;
          }
        .case.case-ma_success .case-detail .business {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
        }
          .case.case-ma_success .case-detail .business dl {
            width: calc( var(--vw) * 37.5 );
          }
            .case.case-ma_success .case-detail .business dl dt {
              padding-left: 0;
              font-size: calc( var(--vw) * 1.25 );
              color: #fff;
              padding: calc( var(--vw) * 1.015625 ) 0;
              text-align: center;
              font-weight: 400;
            }
              .case.case-ma_success .case-detail .business dl dt:before {
                content: none;
              }
            .case.case-ma_success .case-detail .business dl dd {
              padding: 0 calc( var(--vw) * 3.125 ) calc( var(--vw) * 0.46875 );
            }
                .case.case-ma_success .case-detail .business dl dd .business__genre {
                  padding: calc( var(--vw) * 1.953125 ) 0;
                  font-size: calc( var(--vw) * 1.5625 );
                  font-weight: 700;
                  text-align: center;
                  border-bottom: 1px solid #cfcfcf;
                }
                  .case.case-ma_success .case-detail .business dl dd .business__data li {
                    margin-left: 0;
                    text-indent: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                  }
                    .case.case-ma_success .case-detail .business dl dd .business__data li + li {
                      margin-top: calc( var(--vw) * 1.25 );
                    }
                      .case.case-ma_success .case-detail .business dl dd .business__data li span.label {
                        font-weight: 700;
                        padding-right: calc( var(--vw) * 1.5625 );
                        width: calc( var(--vw) * 7.03125 );
                        -webkit-box-sizing: border-box;
                                box-sizing: border-box;
                      }
            .case.case-ma_success .case-detail .business__transfer dt {
              background-color: #6c84bd;
            }
            .case.case-ma_success .case-detail .business__transfer dd {
              background-color: #ebf0f9;
            }
          .case.case-ma_success .case-detail .business__acquisition {
            position: relative;
          }
            .case.case-ma_success .case-detail .business__acquisition:before {
              content: '×';
              font-size: calc( var(--vw) * 1.875 );
              position: absolute;
              text-align: center;
              left: calc( var(--vw) * -2.5 );
              top: 0;
              bottom: 0;
              margin: auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: #0a3291;
            }
            .case.case-ma_success .case-detail .business__acquisition dt {
              background-color: #6c92bd;
            }
            .case.case-ma_success .case-detail .business__acquisition dd {
              background-color: #f7f8fb;
            }
        .case.case-ma_success .case-detail .c-button {
          margin-top: calc( var(--vw) * 4.375 );
        }

      .case.case-interview .sec-interview {
        margin-top: 0;
      }
        .case.case-interview .sec-interview__intro {
          margin-top: 0;
        }
            .case.case-interview .sec-interview .c-button a.delete {
              display: none;
            }
      .case.case-interview .interview__item {
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        will-change: opacity;
      }
        .case.case-interview .interview__item.hide {
          height: 0;
          overflow: hidden;
          opacity: 0;
          margin-top: 0!important;
          display: none;
        }
        /*
        .case.case-interview .interview__item:nth-child(n+3) {
          margin-top: calc( var(--vw) * 2.34375 );
        }
        */
        .case.case-interview .interview__item__tag {
          padding: 0;
        }
        .case.case-interview .interview__item__to-detail {
          margin-right: 0;
        }
          .case.case-interview .c-relation__box__row-reverse {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-bottom: calc( var(--vw) * 3.125 );
          }
            .case.case-interview .c-relation__box__row-reverse p {
              font-size: calc( var(--vw) * 1.40625 );
            }
              .case.case-interview .c-relation__box__row-reverse .c-relation__box__item {
                width: calc( var(--vw) * 31.874999999999996 );
              }
                .case.case-interview .c-relation__box__row-reverse .c-relation__box__item .c-button {
                  margin-top: calc( var(--vw) * 4.21875 );
                }
                  .case.case-interview .c-relation__box__row-reverse .c-relation__box__item .c-button a {
                    padding-left: calc( var(--vw) * 6.25 );
                    padding-right: calc( var(--vw) * 6.25 );
                  }
              .case.case-interview .c-relation__box__row-reverse .c-relation__box__name {
                padding-bottom: calc( var(--vw) * 1.25 );
                border-bottom: 1px solid #cfb6b6;
                margin-bottom: calc( var(--vw) * 1.5625 );
                text-align: left;
                color: #000;
                font-size:calc( var(--vw) * 2.34375 );
              }
            .cta_interview{
        background: #f3f5f9;
        margin-top: 60px;
    padding: 36px 48px;
    }
    
    .cta_interview .simulation__ttl {
    font-weight: 700;
    font-size: calc( var(--vw) * 1.875 );
    text-align: center;
        margin-bottom: 30px;
}
    .cta_interview .row p {
    margin-top: 20px;
}
    
     .cta_interview .c-button {
    margin-top: calc( var(--vw) * 3 );
}
.video_mark {
  padding: calc( var(--vw) * 0.5 ) calc( var(--vw) * 0.8 );
  font-size: calc( var(--vw) * 1 );
  position: absolute;
  right: calc( var(--vw) * 2 );
  top: calc( var(--vw) * 1.8 );
}
.video_mark img {
  width: calc( var(--vw) * 1.3 );
  position: relative;
  top: -1px;
  padding-left: 3px;
}
}
@media only screen and (max-width: 767px) {
    /* .tag {
      margin-left: vw(-18);
      position: relative;
      li {
        display: inline-block;
        margin: vw(30) 0 vw(30) vw(18);
        a,span {
          display: block;
          border: 1px solid #6f6f6f;
          color: #6f6f6f;
          padding: vw(1) vw(10);
          border-radius: vw(30);
          font-size: vw(23);
        }
      }
    } */
    .case .section-ttl {
      font-weight: 700;
      font-size: 5.208333333333334vw;
      text-align: center;
    }
    .case .sec-interview {
      margin-top: 14.322916666666666vw;
    }
      .case .sec-interview__intro {
        text-align: center;
        margin-top: 5.989583333333334vw;
        font-size: 3.90625vw;
        line-height: 1.6;
      }
    .case .c-relation {
      margin: 15.625vw 0 0;
      width: 100vw;
      margin-left: -5.208333333333334vw;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
      .case .c-relation__box {
        background-color: #fff;
        padding: 10.15625vw 5.208333333333334vw 0;
        margin-top: 4.427083333333334vw;
      }
        .case .c-relation__box + .c-relation__box {
          margin-top: 7.8125vw;
        }
        .case .c-relation__box__name {
          text-align: center;
          font-size: 4.6875vw;
          font-weight: 700;
          color: #0a3291;
          letter-spacing: 0.390625vw;
        }
          .case .c-relation__box__name .en {
            font-size: 3.2552083333333335vw;
            color: #cfcfcf;
            display: block;
            margin-top: 1.3020833333333335vw;
            letter-spacing: 0.390625vw;
          }
          .case .c-relation__box__row .item {
            padding: 8.333333333333332vw 0 10.416666666666668vw;
            position: relative;
          }
            .case .c-relation__box__row .item p {
              line-height: 1.7;
              word-break: break-all;
            }
            .case .c-relation__box__row .item__ttl {
              font-weight: 700;
              font-size: 4.427083333333334vw;
              text-align: center;
              margin-bottom: 2.34375vw;
            }
            .case .c-relation__box__row .item + .item {
              border-top: 1px solid #cfcfcf;
            }
          .case .c-relation__box__row .c-button {
            margin-top: 6.25vw;
          }
            .case .c-relation__box__row .c-button a {
              width: 65.10416666666666vw;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
            }
        .case .c-relation__box__list {
          padding-bottom: 10.416666666666668vw;
        }
            .case .c-relation__box__list li a {
              padding: 7.03125vw 0;
              padding-right: 4.427083333333334vw;
              font-weight: 700;
              display: block;
              position: relative;
            }
              .case .c-relation__box__list li a:after {
                content: "";
                display: block;
                width: 1.8229166666666667vw;
                height: 1.8229166666666667vw;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                border-top: 0.390625vw solid #0a3291;
                border-right: 0.390625vw solid #0a3291;
                position: absolute;
                right: 0.9114583333333334vw;
                top: 0;
                bottom: 0;
                margin: auto;
              }
              .case .c-relation__box__list li a span {
                color: #0a3291;
                font-weight: inherit;
                margin-right: 2.604166666666667vw;
              }
            .case .c-relation__box__list li + li {
              border-top: 1px solid #cfcfcf;
            }
          .case .c-relation__box__list .c-button {
            margin-top: 3.90625vw;
          }
            .case .c-relation__box__list .c-button a {
              width: 65.10416666666666vw;
            }
    .case .table-type {
      display: table;
      width: 100%;
      margin: 13.020833333333334vw 0;
    }
      .case .table-type .table-type {
        margin: 0;
      }
          .case .table-type .table-type .table-type__thead .table-type__cell {
            color: inherit;
            border-top: 0px;
          }
      .case .table-type__cell {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
      .case .table-type__thead,.case .table-type__tbody {
        display: table-row-group;
      }
        .case .table-type__thead .table-type__cell {
          background-color: #6c84bd;
          padding: 2.083333333333333vw;
          color: #fff;
        }
        .case .table-type__tbody td {
          margin: 0;
          padding: 2.083333333333333vw;
        }
          .case .table-type__tbody td + td {
            border-top: 1px solid #fff;
          }
      .case .table-type__cell {
        display: table-cell;
        vertical-align: middle;
        background-color: #f7f8fb;
        border-top: 1px solid #fff;
        text-align: center;
      }
        .case .table-type__cell + .table-type__cell {
          border-left: 1px solid #fff;
        }
      .case .table-type .bg_tblue01 {
        background-color: #cfdbf1;
      }
      .case .table-type .bg_tblue02 {
        background-color: #6c92bd;
      }
      .case .table-type .bg_tblue03 {
        background-color: #ebf0f9;
      }
      .case .table-type .bg_tgray01 {
        background-color: #f0f2f8;
      }
      .case .table-type .bg_tgray02 {
        background-color: #f7f8fb;
      }
      .case.case-index .copy-text {
        font-size: 3.90625vw;
        letter-spacing: 0.5208333333333333vw;
        line-height: 1.6;
      }
      .case.case-index .success {
        margin-top: 12.760416666666666vw;
      }
        .case.case-index .success .section-ttl {
          font-size: 5.208333333333334vw;
          margin-bottom: 4.6875vw;
        }
          .case.case-index .success__head__image {
            margin-top: 2.604166666666667vw;
          }
          .case.case-index .success__head__text {
            text-align: center;
          }
            .case.case-index .success__head__text p {
              line-height: 1.8;
            }
        .case.case-index .success__figure {
          margin-top: 13.020833333333334vw;
        }
          .case.case-index .success__figure + .success__figure {
            margin-top: 15.625vw;
          }
          .case.case-index .success__figure figcaption {
            color: #0a3291;
            text-align: center;
            font-weight: 500;
            font-size: 4.6875vw;
          }
          .case.case-index .success__figure img {
            margin-top: 6.25vw;
          }
        .case.case-index .success .c-button {
          margin-top: 7.291666666666667vw;
        }
          .case.case-index .success .c-button a {
            width: 65.10416666666666vw;
          }
        .case.case-ma_success .sort-list .case-sort {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
        }
          .case.case-ma_success .sort-list .case-sort .accordion {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            position: relative;
            z-index: 2;
          }
            .case.case-ma_success .sort-list .case-sort .accordion:nth-child(2n) {
              margin-left: 3.6458333333333335vw;
            }
            .case.case-ma_success .sort-list .case-sort .accordion:nth-child(n+3) {
              margin-top: 4.947916666666666vw;
              z-index: 1;
            }
            .case.case-ma_success .sort-list .case-sort .accordion .current-item {
              width: 42.96875vw;
              height: 9.114583333333332vw;
              border: 0.26041666666666663vw solid #0a3291;
              border-radius: 4.6875vw;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              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;
              position: relative;
              cursor: pointer;
              z-index: 11;
              background-color: #fff;
              padding: 0 10.416666666666668vw 0 2.604166666666667vw;
            }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item.active:before {
                  width: 1.5625vw !important;
                  height: 1.5625vw !important;
                  -webkit-transform: rotate(-225deg) !important;
                          transform: rotate(-225deg) !important;
                  top: 0.6510416666666667vw !important;
                  right:5.989583333333334vw !important;
                }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item.active:after {
                  width: 1.5625vw !important;
                  height: 1.5625vw !important;
                  -webkit-transform: rotate(-225deg) !important;
                          transform: rotate(-225deg) !important;
                  top: 0.6510416666666667vw !important;
                  right:5.989583333333334vw !important;
                }
                .case.case-ma_success .sort-list .case-sort .accordion .current-item:before {
                content: "";
                display: block;
                width: 1.5625vw;
                height: 1.5625vw;
                border-left: 0.390625vw solid #0a3291;
                border-bottom: 0;
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 5.794270833333334vw;
                -webkit-transition: -webkit-all 0.3s ease;
                transition: -webkit-all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                transition: all 0.3s ease, -webkit-all 0.3s ease;
                will-change: all;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .current-item:after {
                content: "";
                display: block;
                width: 1.5625vw;
                height: 1.5625vw;
                border-left: 0;
                border-bottom: 0.390625vw solid #0a3291;
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 6.184895833333334vw;
                -webkit-transition: -webkit-all 0.3s ease;
                transition: -webkit-all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                transition: all 0.3s ease, -webkit-all 0.3s ease;
                will-change: all;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .current-item.selected:before {
                width: calc( var(--vw) * 0.1953125 * 16 );
                height: calc( var(--vw) * 0.1953125 * 16 );
                top: calc( var(--vw) * 0.1953125 * -10 );
                right: calc( var(--vw) * 0.1953125 * 21 );
              }
              .case.case-ma_success .sort-list .case-sort .accordion .current-item.selected:after {
                width: calc( var(--vw) * 0.1953125 * 16 );
                height: calc( var(--vw) * 0.1953125 * 16 );
                top: calc( var(--vw) * 0.1953125 * -10 );
                right: calc( var(--vw) * 0.1953125 * 34 );
              }

              .case.case-ma_success .sort-list .case-sort .accordion .current-item span {
                color: #0a3291;
                font-weight: 500;
                font-size: 3.2552083333333335vw;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .close-area {
                width: 10.416666666666668vw;
                height: 9.114583333333332vw;
              }

            .case.case-ma_success .sort-list .case-sort .accordion .accordion__target {
              overflow: hidden;
              height: 0;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              position: absolute;
              z-index: 10;
              width: 42.96875vw;
              background-color: #f6f6f6;
              left: 0;
              top: 50%;
              border-radius: 0 0 2.083333333333333vw 2.083333333333333vw;
              border: 0.26041666666666663vw solid #0a3291;
            }
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target .accordion__inner {
                padding: 5.208333333333334vw 0 2.604166666666667vw;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target span ,
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target a {
                display: block;
                text-align: center;
                width: 100%;
                color: #0a3291;
                font-weight: 500;
                font-size: 3.2552083333333335vw;
                cursor: pointer;
              }
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target span + span,
              .case.case-ma_success .sort-list .case-sort .accordion .accordion__target a + a {
                  margin-top: 1.953125vw;
                }
          .case.case-ma_success .sort-list .case-sort__target {
            margin-top: 5.46875vw;
            font-size: 3.90625vw;
          }
      .case.case-ma_success .case__table {
        margin-top: 5.989583333333334vw;
      }
        .case.case-ma_success .case__table .table-type {
          margin: 0;
          position: relative;
        }
        .case.case-ma_success .case__table .table-type__thead {
          z-index: 1;
          height: 10.15625vw;
          display: block;
        }
          .case.case-ma_success .case__table .table-type__thead tr {
            position: absolute;
            left: 0;
            top: 0;
          }
            .case.case-ma_success .case__table .table-type__thead.fixed tr {
              z-index: 1;
              top: 15.625vw;
              position: fixed;
              left: auto;
            }
          .case.case-ma_success .case__table .table-type__thead .table-type__cell {
            width: 40.75520833333333vw;
          }
            .case.case-ma_success .case__table .table-type__thead .table-type__cell:last-of-type {
              width: 8.072916666666668vw;
              padding: 0;
            }
              .case.case-ma_success .case__table .table-type__tbody tr:nth-child(2n) .table-type__cell {
                background-color: #f7f8fb;
              }
            .case.case-ma_success .case__table .table-type__tbody tr.hide {
              display: none;
            }
          .case.case-ma_success .case__table .table-type__tbody .table-type__cell {
            background-color: #ebf0f9;
            text-align: left;
            padding: 2.604166666666667vw 3.90625vw;
            width: 40.625vw;
          }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell:nth-of-type(2) {
              border-left: 0;
              position: relative;
            }
              .case.case-ma_success .case__table .table-type__tbody .table-type__cell:nth-of-type(2):before {
                content: "×";
                display: block;
                color: #0a3291;
                font-size: 4.947916666666666vw;
                position: absolute;
                left: -2.34375vw;
                top: 0;
                bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
              }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell:last-of-type {
              position: relative;
              width: 7.8125vw;
            }
              .case.case-ma_success .case__table .table-type__tbody .table-type__cell:last-of-type:before {
                position: absolute;
                content: '';
                display: block;
                width: 1.8229166666666667vw;
                height: 1.8229166666666667vw;
                border-top: 0.390625vw solid #000;
                border-right: 0.390625vw solid #000;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                top: 0;
                bottom: 0;
                right: 3.3854166666666665vw;
                margin: auto;
              }
                .case.case-ma_success .case__table .table-type__tbody .table-type__cell:last-of-type .c-button a {
                  border: none;
                  background-color: transparent;
                  position: absolute;
                  border-radius: 0;
                  width: 100%;
                  height: 100%;
                  left: 0;
                  top: 0;
                }
                .case.case-ma_success .case__table .table-type__tbody .table-type__cell:last-of-type .c-button span {
                  display: none;
                }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell p {
              padding: 5.208333333333334vw;
              text-align: left;
            }
            .case.case-ma_success .case__table .table-type__tbody .table-type__cell span {
              display: block;
            }
              .case.case-ma_success .case__table .table-type__tbody .table-type__cell span + span {
                margin-top: 1.3020833333333335vw;
              }
        .case.case-ma_success .case__table .c-button {
          margin-top: 7.8125vw;
        }
          .case.case-ma_success .case__table .c-button a {
            width: 65.10416666666666vw;
          }
            .case.case-ma_success .case__table .c-button a.delete {
              display: none;
            }
        .case.case-ma_success .case-detail .c-box {
          margin-top: 7.8125vw;
        }
          .case.case-ma_success .case-detail .c-box__content {
            padding-left: 0;
            padding-right: 0;
          }
            .case.case-ma_success .case-detail .business dl dt {
              padding-left: 0;
              font-size: 3.6458333333333335vw;
              color: #fff;
              padding: 3.125vw 0;
              text-align: center;
              font-weight: 400;
            }
              .case.case-ma_success .case-detail .business dl dt:before {
                content: none;
              }
            .case.case-ma_success .case-detail .business dl dd {
              padding: 0 3.90625vw 1.3020833333333335vw;
            }
                .case.case-ma_success .case-detail .business dl dd .business__genre {
                  padding: 6.510416666666667vw 0;
                  font-size: 4.427083333333334vw;
                  font-weight: 700;
                  text-align: center;
                  border-bottom: 1px solid #cfcfcf;
                }
                .case.case-ma_success .case-detail .business dl dd .business__data {
                  margin: 5.208333333333334vw 0;
                }
                  .case.case-ma_success .case-detail .business dl dd .business__data li {
                    margin-left: 0;
                    text-indent: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                  }
                    .case.case-ma_success .case-detail .business dl dd .business__data li + li {
                      margin-top: 1.3020833333333335vw;
                    }
                      .case.case-ma_success .case-detail .business dl dd .business__data li span.label {
                        font-weight: 700;
                        padding-right: 2.604166666666667vw;
                        width: 22.65625vw;
                        -webkit-box-sizing: border-box;
                                box-sizing: border-box;
                      }
            .case.case-ma_success .case-detail .business__transfer dt {
              background-color: #6c84bd;
            }
            .case.case-ma_success .case-detail .business__transfer dd {
              background-color: #ebf0f9;
            }
          .case.case-ma_success .case-detail .business__acquisition {
            margin-top: 13.020833333333334vw;
            position: relative;
          }
            .case.case-ma_success .case-detail .business__acquisition:before {
              content: '×';
              font-size: 7.8125vw;
              position: absolute;
              left: 0;
              right: 0;
              top: -13.020833333333334vw;
              margin: auto;
              text-align: center;
              color: #0a3291;
            }
            .case.case-ma_success .case-detail .business__acquisition dt {
              background-color: #6c92bd;
            }
            .case.case-ma_success .case-detail .business__acquisition dd {
              background-color: #f7f8fb;
            }
        .case.case-ma_success .case-detail .c-button {
          margin-top: 7.8125vw;
        }
          .case.case-ma_success .case-detail .c-button a {
            width: 65.10416666666666vw;
          }
      .case.case-interview .sec-interview {
        margin-top: 0;
      }
        .case.case-interview .sec-interview__intro {
          margin-top: 0;
        }
            .case.case-interview .sec-interview .c-button a.delete {
              display: none;
            }
        .case.case-interview .sec-interview .interview__item {
          -webkit-transition: opacity 0.3s ease;
          -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          will-change: opacity;
        }
          .case.case-interview .sec-interview .interview__item.hide {
            display: none;
            height: 0;
            overflow: hidden;
            opacity: 0;
            margin-top: 0!important;
          }
          .case.case-interview .sec-interview .interview__item__tag {
            padding: 0;
          }
          .case.case-interview .sec-interview .interview__item__to-detail {
            padding-right: 0;
          }
          .case.case-interview .c-relation__box__row-reverse {
            margin-bottom: 7.8125vw;
            padding-bottom: 10.416666666666668vw;
          }
                .case.case-interview .c-relation__box__row-reverse .c-relation__box__item .c-button {
                  margin-top: 6.510416666666667vw;
                }
                  .case.case-interview .c-relation__box__row-reverse .c-relation__box__item .c-button a {
                    width: 65.10416666666666vw;
                  }
              .case.case-interview .c-relation__box__row-reverse .c-relation__box__name {
                padding-bottom: 1.5625vw;
                border-bottom: 1px solid #cfcfcf;
                margin-top: 4.427083333333334vw;
                margin-bottom: 3.125vw;
                text-align: left;
                color: #000;
              }
             .cta_interview{
        background: #f3f5f9;
        margin-top: 60px;
    padding: 36px 20px;
    }
    
    .cta_interview .simulation__ttl {
    font-weight: 700;
    font-size:4.3vw;
    text-align: center;
        margin-bottom: 30px;
}
    .cta_interview .row p {
    margin-top: 20px;
}
.video_mark {
  padding: 1vw 2.5vw;
  font-size: 3vw;
  position: absolute;
  right: 6vw;
  top: 4vw;
}
.video_mark img {
  width: 3vw;
  position: relative;
  top: -1px;
  padding-left: 3px;
}
}

/* close area */
.close-area {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  cursor: pointer;              
}

.selected+.close-area {
  display: block !important;
}
.selected.active+.close-area {
  display: none !important;
}