@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.sp-only-inline {
  display: none;
}
@media (max-width: 768px) {
  .sp-only-inline {
    display: inline;
  }
}

html, body {
  font-size: revert;
}

.l-main-wrap p {
  margin: 0;
}
.l-main-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.l-main-wrap a[href^="http:"]::after, .l-main-wrap a[href^="https:"]::after, .l-main-wrap a[target=_blank]::after {
  content: none;
}
.l-main-wrap a::after {
  padding: 0;
}

.l-main-wrap {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1024px;
  margin: 50px auto 70px;
}
.l-main-wrap .l-mv {
  background: url(../images/project/working/img_index-mv.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .l-main-wrap .l-mv {
    background: url(../images/project/working/img_index-mv-sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.l-main-wrap .l-mv .l-mv__txt {
  width: 58%;
  padding: 100px 0 95px 60px;
  font-family: "Zen Kaku Gothic New";
}
@media (max-width: 768px) {
  .l-main-wrap .l-mv .l-mv__txt {
    width: 100%;
    padding: 50px 40px;
  }
}
.l-main-wrap .l-mv .l-mv__txt .-mainTxt {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-main-wrap .l-mv .l-mv__txt .-mainTxt {
    display: grid;
    justify-items: start;
  }
}
.l-main-wrap .l-mv .l-mv__txt .-mainTxt > p {
  font-size: 1.625rem;
  letter-spacing: 1.3px;
  -webkit-animation: mvTxt1Anime 0.3s ease-in-out forwards;
          animation: mvTxt1Anime 0.3s ease-in-out forwards;
}
@-webkit-keyframes mvTxt1Anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mvTxt1Anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .l-main-wrap .l-mv .l-mv__txt .-mainTxt > p {
    font-size: 1.125rem;
  }
}
.l-main-wrap .l-mv .l-mv__txt .-mainTxt > div {
  display: inline-block;
  padding: 5px 15px;
  margin-top: 17px;
  position: relative;
}
.l-main-wrap .l-mv .l-mv__txt .-mainTxt > div::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: mvTxtBgAnime1 0.3s forwards;
          animation: mvTxtBgAnime1 0.3s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes mvTxtBgAnime1 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes mvTxtBgAnime1 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.l-main-wrap .l-mv .l-mv__txt .-mainTxt > div::after {
  content: "";
  display: inline-block;
  background: linear-gradient(45deg, #0040BC, #93D8CA);
  width: 0%;
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-animation: mvTxtBgAnime2 0.3s forwards;
          animation: mvTxtBgAnime2 0.3s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes mvTxtBgAnime2 {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 4px);
  }
}
@keyframes mvTxtBgAnime2 {
  0% {
    width: 0%;
  }
  100% {
    width: calc(100% - 4px);
  }
}
@media (max-width: 768px) {
  .l-main-wrap .l-mv .l-mv__txt .-mainTxt > div {
    margin-top: 10px;
  }
}
.l-main-wrap .l-mv .l-mv__txt .-mainTxt > div p {
  font-size: 2.3125rem;
  letter-spacing: 2.07px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: mvTxt2Anime 0.2s ease-in-out forwards;
          animation: mvTxt2Anime 0.2s ease-in-out forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes mvTxt2Anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvTxt2Anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .l-main-wrap .l-mv .l-mv__txt .-mainTxt > div p {
    font-size: 1.4375rem;
    letter-spacing: 1.29px;
  }
}
.l-main-wrap .l-mv .l-mv__txt .-mainTxt > div:nth-child(3)::before, .l-main-wrap .l-mv .l-mv__txt .-mainTxt > div:nth-child(3)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.l-main-wrap .l-mv .l-mv__txt .-mainTxt > div:nth-child(3) p {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.l-main-wrap .l-mv .l-mv__txt .-subTxt {
  margin-top: 50px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.375rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0;
  -webkit-animation: mvSubTxtAnime 0.3s ease-in-out forwards;
          animation: mvSubTxtAnime 0.3s ease-in-out forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@-webkit-keyframes mvSubTxtAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mvSubTxtAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .l-main-wrap .l-mv .l-mv__txt .-subTxt {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-top: 25px;
  }
}
.l-main-wrap .l-mv-sub figure img {
  max-height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main-wrap .l-about {
  position: relative;
  margin: 60px 0;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about {
    margin: 45px 0 60px;
  }
}
.l-main-wrap .l-about::after {
  content: "";
  display: inline-block;
  width: 251px;
  height: 251px;
  background: #ECF8FC;
  position: absolute;
  bottom: 0;
  left: 290px;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about::after {
    content: none;
  }
}
.l-main-wrap .l-about h2 {
  display: inline-block;
  background: #ECF8FC;
  padding: 170px 45px 170px 65px;
  color: #0B0F80;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  line-height: 2.0625rem;
  margin: 65px 0 420px;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 15px 20px 15px 40px;
    margin: 0 0 30px;
  }
}
.l-main-wrap .l-about .-subTxt {
  display: inline-block;
  width: 53.5%;
  padding-right: 60px;
  position: absolute;
  right: 0;
  bottom: 90px;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about .-subTxt {
    width: 100%;
    position: relative;
    padding: 0 20px;
    bottom: auto;
    margin-bottom: 100px;
  }
}
.l-main-wrap .l-about .-subTxt p {
  font-size: 1.0625rem;
  line-height: 1.875rem;
  font-weight: 500;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about .-subTxt p {
    font-size: 1rem;
  }
}
.l-main-wrap .l-about .-subTxt p:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about .-subTxt p:not(:first-child) {
    margin-top: 20px;
  }
}
.l-main-wrap .l-about .-subTxt::after {
  content: "";
  display: inline-block;
  width: 278px;
  height: 278px;
  background: #ECF8FC;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about .-subTxt::after {
    width: 188px;
    height: 188px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 15%;
  }
}
@media (max-width: 768px) {
  .l-main-wrap .l-about .-subTxt::before {
    content: "";
    display: inline-block;
    width: 122px;
    height: 122px;
    background: #ECF8FC;
    position: absolute;
    bottom: 10%;
    left: 40px;
    z-index: -1;
  }
}
.l-main-wrap .l-about .l-about-img figure {
  position: absolute;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about .l-about-img figure {
    position: relative;
  }
}
.l-main-wrap .l-about .l-about-img figure.-img1 {
  max-width: 483px;
  width: 47%;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about .l-about-img figure.-img1 {
    position: absolute;
    width: 50%;
    bottom: 40px;
    top: auto;
  }
}
.l-main-wrap .l-about .l-about-img figure.-img2 {
  max-width: 316px;
  width: 31%;
  bottom: 90px;
  left: 65px;
}
@media (max-width: 768px) {
  .l-main-wrap .l-about .l-about-img figure.-img2 {
    width: 40%;
    bottom: 0;
    left: 0;
  }
}
.l-main-wrap .l-about.js-anime::after {
  opacity: 0;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.l-main-wrap .l-about.js-anime h2 {
  opacity: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
.l-main-wrap .l-about.js-anime .-subTxt {
  opacity: 0;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}
.l-main-wrap .l-about.js-anime .l-about-img .-img1 {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.l-main-wrap .l-about.js-anime .l-about-img .-img2 {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.l-main-wrap .l-about.js-anime.-start::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-main-wrap .l-about.js-anime.-start h2 {
  -webkit-animation: aboutAnime1 0.5s ease-in-out forwards;
          animation: aboutAnime1 0.5s ease-in-out forwards;
}
@-webkit-keyframes aboutAnime1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes aboutAnime1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-main-wrap .l-about.js-anime.-start .-subTxt {
  -webkit-animation: aboutAnime2 0.5s ease-in-out forwards;
          animation: aboutAnime2 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes aboutAnime2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes aboutAnime2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-main-wrap .l-about.js-anime.-start .l-about-img .-img1 {
  -webkit-animation: aboutAnime3 0.5s ease-in-out forwards;
          animation: aboutAnime3 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes aboutAnime3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes aboutAnime3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-main-wrap .l-about.js-anime.-start .l-about-img .-img2 {
  -webkit-animation: aboutAnime4 0.5s ease-in-out forwards;
          animation: aboutAnime4 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes aboutAnime4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes aboutAnime4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-main-wrap .l-company {
  background: #B1B1B1;
  padding: 65px;
}
@media (max-width: 768px) {
  .l-main-wrap .l-company {
    padding: 30px 20px;
  }
}
.l-main-wrap .l-company .l-sec-inner {
  background: #fff;
  padding: 40px 60px 60px;
}
@media (max-width: 768px) {
  .l-main-wrap .l-company .l-sec-inner {
    padding: 20px 20px 60px;
  }
}
.l-main-wrap .l-company .l-sec-inner .-order {
  font-size: 1rem;
  color: #2B2B2B;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: right;
}
.l-main-wrap .l-company .l-sec-inner .l-company-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
}
@media (max-width: 768px) {
  .l-main-wrap .l-company .l-sec-inner .l-company-list {
    grid-template-columns: 1fr;
  }
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-bnr {
  display: inline-block;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-bnr:hover {
  opacity: 0.7;
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item h3 {
  font-family: "Zen Kaku Gothic New";
  color: #0B0F80;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-txt {
  margin: 15px 0 27px;
  line-height: 2rem;
  color: #2B2B2B;
  font-weight: 500;
}
@media (max-width: 768px) {
  .l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-txt {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn {
  width: 100%;
  margin: auto auto 0;
  border: 1px solid #003291;
  position: relative;
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn a {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 15px 35px 15px 17px;
  font-size: 0.875rem;
  color: #0B0F80;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn a[target=_blank]::after {
  width: 13px;
  height: 13px;
  background: url(../images/project/working/ico_blank.svg);
  background-size: cover;
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  background: #0B0F80;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn:hover a {
  color: #fff;
}
@media (max-width: 768px) {
  .l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn:hover a {
    color: #0B0F80;
  }
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn:hover a[target=_blank]::after {
  background: url(../images/project/working/ico_blank_white.svg);
}
@media (max-width: 768px) {
  .l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn:hover a[target=_blank]::after {
    background: url(../images/project/working/ico_blank.svg);
  }
}
.l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .l-main-wrap .l-company .l-sec-inner .l-company-list .l-company-list__item .-btn:hover::before {
    width: 0%;
  }
}
.l-main-wrap .l-company.js-anime {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.l-main-wrap .l-company.js-anime.-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----- case ------*/
.l-case {
  font-weight: 500;
  line-height: 1.875rem;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .l-case {
    margin-top: 25px;
  }
}
.l-case .l-sec-inner {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-case .l-sec-inner {
    margin: 25px 0;
    padding: 0 20px;
  }
}
.l-case .-category {
  margin-bottom: 25px;
}
.l-case .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .l-case .radio-group {
    gap: 13px 8px;
  }
}
.l-case .radio-group input[type=radio] {
  display: none;
}
.l-case .radio-group input[type=radio]:checked + label {
  background-color: #0B0F80;
  color: #fff;
  border-color: #0B0F80;
}
.l-case .radio-group input[type=radio]:not(:checked) + label:hover {
  background-color: #f0f0f0;
}
.l-case .radio-group label {
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0B0F80;
}
@media (max-width: 768px) {
  .l-case .radio-group label {
    font-size: 0.875rem;
    padding: 0 10px;
  }
}
.l-case .-link-category {
  text-align: center;
}
.l-case .-link-category a {
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #ccc;
  padding: 0 12px 0 20px;
}
.l-case .-link-category a::after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #003398 transparent;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .l-case .-link-contact::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #003398;
    margin-right: 5px;
    position: relative;
    top: -2px;
    left: 1px;
  }
}
.l-case table {
  line-height: 1.3em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 30px;
}
.l-case table th, .l-case table td {
  padding: 8px 8px;
}
@media (max-width: 768px) {
  .l-case table th, .l-case table td {
    display: block;
  }
}
@media (max-width: 768px) {
  .l-case table th:first-child, .l-case table td:first-child {
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  .l-case table th:last-child, .l-case table td:last-child {
    padding-bottom: 8px;
  }
}
.l-case table td:nth-of-type(3) {
  padding: 0;
}
@media (min-width: 768px) {
  .l-case table td:nth-of-type(3):hover {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}
.l-case table td:nth-of-type(3) a {
  padding: 8px 0;
}
.l-case table td:nth-last-of-type(1) {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .l-case table td:nth-last-of-type(1):hover {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}
@media (max-width: 768px) {
  .l-case table th {
    padding: 0 8px;
  }
}
.l-case table th:nth-of-type(2), .l-case table th:nth-of-type(3) {
  padding-left: 0;
}
@media (max-width: 768px) {
  .l-case table th:nth-of-type(2), .l-case table th:nth-of-type(3) {
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  .l-case table td {
    font-size: 0.875rem;
    padding: 1px 8px !important;
    text-align: left !important;
  }
}
.l-case table a {
  text-decoration: none;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .l-case table a {
    width: auto;
    display: inline;
  }
}
.l-case table a span.pc-only img {
  width: 2.5em;
  padding-right: 0.5em;
}
.l-case table thead {
  background-color: #666666;
}
.l-case table thead th {
  font-weight: normal;
  font-size: 0.875rem;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #fff;
}
.l-case table tbody tr {
  border-bottom: solid 1px #ccc;
}
@media (min-width: 768px) {
  .l-case table tbody tr:hover {
    background-color: #f0f0f0;
  }
}
.l-case table .-head1 {
  width: 265px;
}
.l-case table .-head2 {
  width: 60px;
}
@media (max-width: 768px) {
  .l-case table .-head3 {
    padding-bottom: 8px;
  }
}
.l-case table .-head4 {
  width: 7em; /*120px135px*/
}
@media (max-width: 768px) {
  .l-case table .-head4 {
    display: none;
  }
}

/*----- matching ------*/
.l-matching {
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .l-matching {
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin-top: 25px;
    padding: 0 20px;
  }
}

h2.-title {
  color: #0c0f80;
  font-size: 1.5rem;
  background: #ECF8FC;
  padding: 0.469rem 1rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  h2.-title {
    font-size: 1.125rem;
  }
}