/* MEDIA QUERIES
 * * -----------------------------------------------*/
.pager-common {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.pager-common .pager-list {
  position: relative;
}
.pager-common .pager-text {
  text-align: center;
}
.pager-common .pager-arrows {
  position: absolute;
  top: 0;
  display: block;
  background: no-repeat center center/100% auto;
}
.pager-common .pager-next {
  background-image: url(../img/common/btn_next.svg);
  right: 0;
}
.pager-common .pager-prev {
  background-image: url(../img/common/btn_prev.svg);
  left: 0;
}
.pager-common.rec {
  justify-content: space-between;
}

.is-pager-blue .pager-next {
  background-image: url(../img/common/btn_next_01.svg);
}
.is-pager-blue .pager-prev {
  background-image: url(../img/common/btn_prev_01.svg);
}

@media print, (min-width: 768px) {
  .pager-common {
    font-size: 15px;
  }
  .pager-common .pager-list {
    padding: 10px 60px 11px;
  }
  .pager-common .pager-text {
    min-width: 155px;
  }
  .pager-common .pager-arrows {
    width: 50px;
    height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pager-common {
    font-size: 0.15rem;
  }
  .pager-common.rec {
    flex-flow: column;
  }
  .pager-common .pager-text {
    min-width: 1.55rem;
  }
  .pager-common .pager-list {
    padding: 0.08rem 0.5rem 0.09rem;
  }
  .pager-common .pager-arrows {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.section-performance .performance-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5em;
  color: #005ead;
}
.section-performance .list-performance {
  display: flex;
  flex-wrap: wrap;
}
.section-performance .performance-item {
  font-weight: bold;
}
.section-performance .performance-item .performance-photo {
  display: block;
}
.section-performance .performance-item .performance-logo img {
  width: auto;
  display: block;
  max-width: none;
}
.section-performance .performance-item .performance-name {
  line-height: 1.8;
  color: #005ead;
}
.section-performance .performance-item .performance-data {
  display: flex;
}
.section-performance .performance-item .performance-head {
  font-weight: 400;
}
.section-performance .performance-item .performance-info {
  flex: 1;
}

@media print, (min-width: 768px) {
  .section-performance .case-announce {
    color: #333;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-top: 80px;
  }
  .section-performance .case-instruction {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 50px;
    margin-top: 1em;
  }
  .section-performance .case-pl {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 36px;
  }
  .section-performance .case-pl .label {
    font-size: 15px;
  }
  .section-performance .case-pl .case-cross {
    margin: 0 26px;
  }
  .section-performance .case-pl select {
    position: relative;
    display: flex;
    width: 450px;
    height: 74px;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    border: 6px solid #D9D9D9;
    background: #FFF;
    border-radius: none;
    outline: none;
    cursor: pointer;
    background-image: url(../img/case/expandopen.svg);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: right 10px center;
  }
  .section-performance .open select {
    background-image: url(../img/case/expandclose.svg);
  }
  .section-performance .-section-top-case {
    max-width: 1114px;
    margin: 0 auto 70px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .section-performance .-section-top-case li.-case-card {
    width: 100%;
    max-width: 340px;
    margin: 24px 10px;
    border-radius: 10px;
    box-shadow: 0px 4.33px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow--webkit-box-shadow: 0px 4.33px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .section-performance .-section-top-case li.-case-card:hover .image-common {
    transform: scale(1.1);
  }
  .section-performance .-section-top-case .pickup-name {
    margin: 16px 0 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-photo {
    border: 1px solid #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-photo figure {
    overflow: hidden;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-photo figure img {
    border-radius: 10px 10px 0 0;
    height: 180px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info {
    padding: 20px 20px 30px 20px;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info img {
    height: 40px;
    width: auto;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info .client-data {
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info .client-data .client-business {
    margin-top: 4px;
    font-size: 12px;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info .client-data .client-business span {
    font-weight: 600;
    margin-left: 1em;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info .case-word {
    color: #565656;
    font-size: 10px;
    margin-top: 9px;
    font-feature-settings: "palt";
  }
  .section-performance .no-case {
    text-align: center;
    font-size: 18px;
    line-height: 70px;
    font-weight: 400;
    background-color: #F0F1F3;
    width: 40%;
    margin: 0 auto 36px auto;
  }
  .section-performance .case-candidate {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 40px;
    margin-left: 10px;
    padding-left: 8px;
    border-left: solid 5px #1571da;
    margin-bottom: 0px;
    background-color: white;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-performance {
    padding: 0.5rem 0;
  }
  .section-performance .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .section-performance .case-announce {
    color: #333;
    text-align: center;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.15rem;
  }
  .section-performance .case-instruction {
    color: #333;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.3rem;
  }
  .section-performance .case-pl {
    margin-bottom: 0.38rem;
  }
  .section-performance .case-pl .label {
    font-size: 0.16rem;
  }
  .section-performance .case-pl .case-pl-category {
    margin-top: 0.08rem;
  }
  .section-performance .case-pl select {
    position: relative;
    display: flex;
    width: 100%;
    height: 0.6rem;
    padding: 0 0.16rem;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    font-size: 0.16rem;
    font-weight: 500;
    border: 6px solid #D9D9D9;
    background: #FFF;
    border-radius: none;
    outline: none;
    cursor: pointer;
    background-image: url(../img/case/expandopen.svg);
    background-repeat: no-repeat;
    background-size: 0.36rem 0.36rem;
    background-position: right 0.1rem center;
  }
  .section-performance .open select {
    background-image: url(../img/case/expandclose.svg);
  }
  .section-performance .-section-top-case {
    max-width: 100%;
    margin: 0 auto 0.7rem auto;
    display: flex;
    flex-wrap: wrap;
  }
  .section-performance .-section-top-case li.-case-card {
    width: 100%;
    margin: 0.1rem 0;
    border-radius: 0.1rem;
    box-shadow: 0 0.0433rem 0.08rem 0 rgba(0, 0, 0, 0.1);
    box-shadow--webkit-box-shadow: 0 0.0433rem 0.08rem 0 rgba(0, 0, 0, 0.1);
  }
  .section-performance .-section-top-case .pickup-name {
    margin: 0.16rem 0 0.12rem;
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-photo {
    border: 0.01rem solid #fff;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-photo img {
    border-radius: 0.1rem 0.1rem 0 0;
    width: 100%;
    object-fit: cover;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info {
    padding: 0.1rem 0.2rem 0.3rem 0.2rem;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info img {
    height: 0.4rem;
    width: auto;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info .client-data {
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.16rem;
    padding-bottom: 0.12rem;
    border-bottom: 0.01rem solid #ccc;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info .client-data .client-business {
    margin-top: 0.04rem;
    font-size: 0.12rem;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info .client-data .client-business span {
    font-weight: 600;
    margin-left: 1em;
  }
  .section-performance .-section-top-case .pickup-item-common .pickup-info .case-word {
    color: #565656;
    font-size: 0.1rem;
    margin-top: 0.09rem;
    font-feature-settings: "palt";
  }
  .section-performance .no-case {
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.8rem;
    font-weight: 400;
    margin-bottom: 0.3rem;
    background-color: #F0F1F3;
  }
  .section-performance .case-candidate {
    font-size: 0.14rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.4rem;
    margin-bottom: 0rem;
    background-color: white;
  }
}
.section-case-heading {
  background: #f5f5f5;
}
.section-case-heading .wrapper {
  position: relative;
}
.section-case-heading .heading-company,
.section-case-heading .heading-title {
  color: #005ead;
}
.section-case-heading .heading-title,
.section-case-heading .heading-text,
.section-case-heading .heading-company,
.section-case-heading .type-text {
  font-weight: bold;
}
.section-case-heading .heading-title {
  line-height: 1.23;
}
.section-case-heading .heading-company {
  font-family: Verdana, sans-serif;
}
.section-case-heading .heading-logo {
  display: block;
  width: auto;
  max-width: none;
}

@media print, (min-width: 768px) {
  .section-case-heading {
    padding: 57px 0 39px;
    margin-top: calc(5rem + 3px);
    min-height: 350px;
  }
  .section-case-heading .heading-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .section-case-heading .heading-text {
    margin-right: 25px;
  }
  .section-case-heading .heading-charge {
    font-size: 18px;
  }
  .section-case-heading .heading-company,
  .section-case-heading .heading-text {
    font-size: 24px;
  }
  .section-case-heading .heading-service {
    margin-right: 17px;
  }
  .section-case-heading .heading-logo {
    bottom: 11px;
    height: 60px;
    position: absolute;
    right: 0;
  }
  .section-case-heading .heading-group {
    margin-bottom: 30px;
  }
  .section-case-heading .is-heading-group {
    margin-bottom: 8px;
  }
  .section-case-heading .heading-type {
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .section-case-heading .type-left {
    margin-right: 66px;
  }
  .section-case-heading .type-head {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-case-heading {
    padding: 0.4rem 0;
    margin-top: calc(0.65rem + 3px);
  }
  .section-case-heading .heading-title {
    margin-bottom: 0.2rem;
  }
  .section-case-heading .heading-title {
    font-size: 0.28rem;
  }
  .section-case-heading .heading-text {
    font-size: 0.2rem;
    display: block;
  }
  .section-case-heading .heading-company {
    font-size: 0.24rem;
  }
  .section-case-heading .heading-charge {
    font-size: 0.18rem;
  }
  .section-case-heading .heading-service {
    margin-right: 0.15rem;
  }
  .section-case-heading .heading-logo {
    height: 0.4rem;
    margin-top: 0.2rem;
  }
  .section-case-heading .heading-group {
    margin-bottom: 0.05rem;
  }
  .section-case-heading .heading-type {
    font-size: 0.14rem;
    margin-top: 0.15rem;
  }
  .section-case-heading .type-head {
    margin-right: 0.2rem;
  }
}
.section-case .case-data {
  border: 1px solid #ccc;
}
.section-case .case-data > li:first-child {
  padding-top: 0;
}
.section-case .case-data > li:last-child {
  padding-bottom: 0;
}
.section-case .case-data > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.section-case .case-data .data-head,
.section-case .case-data .data-title {
  font-weight: bold;
}
.section-case .case-data .data-title {
  color: #1571da;
  position: relative;
}
.section-case .case-data .data-title:before {
  content: "";
  background: url(../img/case/icon.svg) no-repeat center center/100% auto;
  position: absolute;
  left: 0;
}
.section-case .list-text > li {
  position: relative;
}
.section-case .list-text > li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background: #ccc;
}
.section-case .comment-item .comment-title,
.section-case .comment-item .comment-text,
.section-case .share-box .share-title,
.section-case .free-box .free-left {
  font-weight: bold;
}
.section-case .share-box {
  border: 1px solid #ccc;
}
.section-case .free-box {
  background: #f5f5f5;
  margin-bottom: 100px;
}
.section-case .free-box .free-left {
  position: relative;
}
.section-case .free-box .free-text {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 100%;
  border: 2px solid #333;
  position: absolute;
  left: 0;
}
.section-case .case-row .comment-item.-two-person {
  align-items: center;
}
.section-case .case-row .comment-item.-two-person:last-child {
  margin-top: 32px;
}
.section-case .case-row .comment-item.-two-person .comment-info .comment-title {
  font-size: 24px;
  margin-top: 0;
  line-height: 1.5;
}
.section-case .case-row .comment-item.-two-person .comment-info .comment-text {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-case {
    padding: 100px 0;
    font-size: 18px;
  }
  .section-case .wrapper {
    width: 896px;
  }
  .section-case .case-description {
    margin-bottom: 96px;
  }
  .section-case .title-primary {
    margin-bottom: 24px;
  }
  .section-case .title-primary .is-primary-text {
    font-size: 20px;
    padding-top: 6px;
  }
  .section-case .case-row,
  .section-case .case-data,
  .section-case .share-box {
    margin-bottom: 100px;
  }
  .section-case .case-photo,
  .section-case .case-group {
    margin: 0 -92px;
  }
  .section-case .case-photo.-full_wide,
  .section-case .case-group.-full_wide {
    margin: 0;
  }
  .section-case .case-photo,
  .section-case .case-caption {
    margin-bottom: 32px;
  }
  .section-case .case-data {
    padding: 33px 35px 35px;
  }
  .section-case .case-data > li {
    padding: 35px 0;
    display: flex;
  }
  .section-case .case-data .data-head {
    width: 240px;
    padding: 4px 20px 0 2px;
  }
  .section-case .case-data .data-title {
    padding-left: 22px;
    margin-bottom: 4px;
  }
  .section-case .case-data .data-title:before {
    width: 15px;
    height: 15px;
    top: 9px;
  }
  .section-case .list-text {
    font-size: 16px;
  }
  .section-case .list-text > li {
    padding-left: 22px;
  }
  .section-case .list-text > li:not(:last-child) {
    margin-bottom: 2px;
  }
  .section-case .list-text > li:before {
    left: 4px;
    top: 13px;
    width: 6px;
    height: 6px;
  }
  .section-case .comment-item {
    padding-top: 8px;
    display: flex;
    text-align: justify;
  }
  .section-case .comment-item .comment-photo {
    width: 160px;
  }
  .section-case .comment-item .comment-info {
    width: calc(100% - 160px);
    padding-left: 24px;
  }
  .section-case .comment-item .comment-title {
    font-size: 24px;
    margin-top: -4px;
  }
  .section-case .comment-item .comment-text {
    margin-bottom: 24px;
  }
  .section-case .share-box {
    padding: 33px 37px;
  }
  .section-case .free-box {
    padding: 30px 90px;
    display: flex;
    align-items: flex-start;
  }
  .section-case .free-box .free-left {
    padding: 14px 77px;
    flex: 1;
  }
  .section-case .free-box .free-text {
    width: 60px;
    height: 60px;
    padding-bottom: 2px;
    top: 0;
  }
  .section-case .free-box .button-default {
    width: 300px;
  }
}
.section-case .case-photo.-full_wide {
  margin: 0;
}
.section-case .case-photo.-case-description-bottom {
  margin: -55px 0 48px 0;
}
.section-case .case-photo.-case-row-bottom {
  margin: 40px 0 0 0;
}
.section-case .case-photo.-case-row-in {
  margin: 40px 0 40px 0;
}
@media only screen and (max-width: 767.98px) {
  .section-case .case-photo.-case-description-bottom {
    margin: -0.55rem 0 0.48rem 0;
  }
  .section-case .case-photo.-case-row-bottom {
    margin: 0.4rem 0 0 0;
  }
  .section-case .case-photo.-case-row-in {
    margin: 0.4rem 0 0.4rem 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-case {
    padding: 1rem 0 1.5rem;
    font-size: 0.18rem;
    text-align: justify;
  }
  .section-case .case-description,
  .section-case .case-row,
  .section-case .case-data,
  .section-case .share-box {
    margin-bottom: 1rem;
  }
  .section-case .title-primary {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }
  .section-case .case-photo,
  .section-case .case-group {
    margin: 0 -0.26rem;
  }
  .section-case .case-photo,
  .section-case .case-caption {
    margin-bottom: 0.3rem;
  }
  .section-case .case-data {
    padding: 0.3rem 0.26rem;
  }
  .section-case .case-data > li {
    padding: 0.3rem 0;
  }
  .section-case .case-data .data-title {
    padding-left: 0.2rem;
    margin-bottom: 0.04rem;
    line-height: 1.5;
  }
  .section-case .case-data .data-title:before {
    width: 0.15rem;
    height: 0.15rem;
    top: 0.05rem;
  }
  .section-case .case-data .data-head {
    margin-bottom: 0.1rem;
  }
  .section-case .list-text {
    font-size: 0.16rem;
  }
  .section-case .list-text > li {
    padding-left: 0.22rem;
  }
  .section-case .list-text > li:not(:last-child) {
    margin-bottom: 0.04rem;
  }
  .section-case .list-text > li:before {
    left: 0.04rem;
    top: 0.13rem;
    width: 0.06rem;
    height: 0.06rem;
  }
  .section-case .comment-item {
    padding-top: 0.15rem;
  }
  .section-case .comment-item .comment-photo {
    margin-bottom: 0.3rem;
  }
  .section-case .comment-item .comment-title {
    font-size: 0.24rem;
  }
  .section-case .comment-item .comment-text {
    margin-bottom: 0.2rem;
  }
  .section-case .comment-item.-two-person {
    align-items: center;
  }
  .section-case .comment-item.-two-person .comment-photo {
    width: 1.6rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .section-case .share-box,
  .section-case .free-box {
    padding: 0.3rem 0.26rem;
    margin-bottom: 35px;
  }
  .section-case .share-box {
    border-left: none;
    border-right: none;
  }
  .section-case .free-box {
    padding-bottom: 0.34rem;
  }
  .section-case .free-box .free-left {
    margin-bottom: 0.2rem;
    padding-left: 0.7rem;
  }
  .section-case .free-box .free-text {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.05rem;
    padding-bottom: 0.02rem;
  }
  .section-case .free-box .button-default {
    width: 2.5rem;
  }
  .section-case .case-row .comment-item.-two-person:last-child {
    margin-top: 0.47rem;
  }
  .section-case .case-row .comment-item.-two-person .comment-info .comment-title {
    font-size: 0.18rem;
  }
  .section-case .case-row .comment-item.-two-person .comment-info .comment-text {
    font-size: 0.16rem;
    margin-top: 0.16rem;
  }
}
.case-d-none {
  display: none;
}/*# sourceMappingURL=case.css.map */