@charset "utf-8";

/* =======================================
Top visual
========================================== */
.category .main__visual div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 185px !important;
  position: relative;
  border-bottom: 2px solid #DDE3E6;
  background-color: #F3F8FC;
}

.main__visual {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  background-color: #F3F8FC;
}

.main__visual::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -565px;
  width: 300px;
  height: 183px;
  background: url("/assets/images/category/2026interview_mv.png") no-repeat bottom right;
  background-size: cover;
}

@media screen and (max-width: 1100px) {
  .main__visual::after {
    right: 0;
    margin-right: 0;
  }
}

.category .main__visual h1 {
  color: #3D4760;
  text-align: left;
  padding: 20px 300px 0 0;
  width: 100%;
  font-size: 4.0rem;
  font-weight: 900;
}

.category .main__visual h1 span {
  display: block;
  margin: 0;
  color: #00A9E9;
  font-weight: bold;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .gnavi {
    height: 66px;
  }

  .category .main__visual div {
    padding: 0;
    min-height: 140px !important;
  }

  .main__visual {
    padding-bottom: 30px;
  }

  .category .main__visual h1 {
    padding: 15px 0;
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .category .main__visual h1 span {
    font-size: 1.6rem;
  }

  .main__visual::after {
    display: none;
  }
}

.main.under {
  width: 100%;
  background-color: #F3F8FC;
}

.breadcrumbs {
  background-color: #ffffff;
}

.casestudy {
  margin: 0 auto;
  background-color: #F3F8FC;
  padding-bottom: 100px;
  color: #3D4760;
}

@media screen and (max-width: 800px) {
  .casestudy {
    padding-bottom: 60px;
  }
}

.casestudy__contents {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .casestudy__contents {
    padding: 20px;
  }
}

p.name {
  font-size: 18px;
  font-weight: 700;
}

.casestudy-company-detail {
  margin: 0 0 40px;
}

.casestudy__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.casestudy__list .listItem {
  padding: 40px;
  display: flex;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #DDE5E6;
}

.casestudy__list .listItem>a {
  display: contents;
}

.casestudy__list .listItem__img {
  width: 35%;
  flex-shrink: 0;
}

.casestudy__list .listItem__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.casestudy__list .listItem__txtWrap {
  width: 100%;
  padding: 0 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.termsList {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
}

.termsList .tag {
  min-width: 100px;
  height: 26px;
  background-color: #00a7e9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .termsList {
    margin-bottom: 15px;
    grid-gap: 10px;
  }

  .termsList .tag {
    padding: 0 10px;
  }
}

.termsList .category {
  color: #00a7e9;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  grid-gap: 5px;
}

.termsList .category::before {
  content: 'T';
  width: 24px;
  height: 24px;
  background-color: #00a7e9;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}

.termsList .category--1_herasu::before {
  content: 'H';
}

.casestudy__list .listItem .ttl {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.casestudy__list .listItem .ttl__txt {
  color: #00a7e9;
  font-size: 2.2rem;
  font-weight: 700;
}

.casestudy__list .listItem .leadTxt {
  margin-bottom: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .casestudy__list .listItem .ttl {
    margin-bottom: 10px;
  }

  .casestudy__list .listItem .ttl__txt {
    font-size: 2.0rem;
  }

  .casestudy__list .listItem .leadTxt {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.casestudy__list .listItem .contentsTxt {
  margin-bottom: 10px;
}

.casestudy__list .listItem .contentsTxt span.text-1 {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.casestudy__list .listItem .contentsTxt span.text-2 {
  display: block;
  color: #777;
  font-size: 14px;
}

.casestudy__list .listItem .contentsTxt b {
  font-size: 18px;
}

.casestudy__list .listItem .contentsTxt span.label {
  display: block;
  width: auto;
  margin-bottom: 0px;
  font-weight: 700;
  border-left: 2px solid #00a8e9;
  margin-bottom: .5em;
  padding: .2em .5em;
}

.casestudy__list .listItem .linkTxt {
  margin: auto 0 0 auto;
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .casestudy__list .listItem .linkTxt {
    margin: 20px 0 0 auto;
  }
}

.casestudy__list .listItem .linkTxt a {
  color: #1C2C43;
  display: inline-block;
  padding: 0 50px 4px 0;
  position: relative;
  font-size: 16px;
}

.casestudy__list .listItem .linkTxt a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -6px;
  right: 0;
  background: url(../images/common/arrow_blue.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .casestudy__list .listItem .linkTxt a {
    padding: 0 35px 4px 0;
  }

  .casestudy__list .listItem .linkTxt a::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    background: url(../images/common/arrow_blue.svg) no-repeat;
    background-size: cover;
  }
}

.page-numbers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
}

.page-numbers .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #505050;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers .page-numbers.current {
  background-color: #00a7e9;
  border-color: #00a7e9;
  color: #fff;
}

.page-numbers .page-numbers.prev {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40.25 40.25"><polyline points="23.17 12.42 15.19 20.47 23.17 28.52" fill="none" stroke="%23505050" stroke-miterlimit="10" stroke-width="1" /></svg>') center/contain no-repeat;
}

.page-numbers .page-numbers.next {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40.25 40.25"><polyline points="23.17 12.42 15.19 20.47 23.17 28.52" fill="none" stroke="%23505050" stroke-miterlimit="10" stroke-width="1" /></svg>') center/contain no-repeat;
  transform: scale(-1, 1);
}

.casestudy__contents h2 {
  background: #fff;
  color: #3D4760;
  padding: 20px;
  border-top: 1px solid #DDE3E6;
  border-bottom: 1px solid #DDE3E6;
  font-size: 3.0rem;
  font-weight: bold;
  margin: 20px 0;
}

.casestudy__contents h3 {
  background-color: #F3F8FC;
  font-size: 2.0rem;
  color: #00A9E9;
  font-weight: bold;
  margin: 50px 0 20px;
  padding: 10px 25px;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .casestudy__contents h2 {
    padding: 12px 0;
    font-size: 2.0rem;
  }

  .casestudy__contents h3 {
    font-size: 1.8rem;
    padding: 10px 15px;
    line-height: 1.4;
  }
}

.casestudy__contents p {
  margin: 0 0 20px;
  line-height: 1.7;
  text-align: justify;
}

.casestudy__contents p a {
  text-decoration: underline;
  word-wrap: break-word;
  word-break: break-all;
}

.casestudy__contents figure {
  margin-bottom: 20px;
  text-align: center;
}

.casestudy__contents figure img {
  /*width: 49%;*/
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 6px;
}

.casestudy__contents figure figcaption {
  font-size: small;
}

@media screen and (max-width: 740px) {
  .casestudy__contents figure {
    margin-bottom: 20px;
  }

  .casestudy__contents figure img {
    width: 100%;
  }
}

.casestudy__contents figure:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .casestudy__list .listItem {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .casestudy__list .listItem__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .casestudy__list .listItem__txtWrap {
    padding-left: 0;
  }
}

/*20240917追記 下部企業情報*/
.company__box {
  background-color: #F6F8F9;
  margin: 40px 0 0;
  padding: 40px;
  border-radius: 6px;
}

.company__box h3 {
  background: url("../images/category/company_ic.png") no-repeat left;
  padding: 5px 0 5px 42px;
}

.company__box h4 {
  font-size: large;
  padding: 5px 0 5px 2px;
  font-size: 2.0rem;
  font-weight: bold;
}

.company__box ul {
  border-top: 1px solid #DDE3E6;
  margin: 10px 0 0;
  padding: 20px 0 0;
}

.company__box li {
  margin: 0 0 15px;
  padding-left: 110px;
  position: relative;
}

.company__box li a {
  text-decoration: underline;
  color: #00a8e9;
}

.company__box li::before {
  font-size: small;
  display: inline-block;
  background: #DDE3E6;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 100px;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 3px;
}

.company__box li:first-child::before {
  content: "会社名";
}

.company__box li:nth-child(2)::before {
  content: "所在地";
}

.company__box li:nth-child(3)::before {
  content: "事業内容";
}

.company__box li:nth-child(4)::before {
  content: "従業員数";
}

.company__box li:nth-child(5)::before {
  content: "会社URL";
}

.company__box li:last-child::before {
  content: "取材撮影";
}

@media screen and (max-width: 840px) {
  .company__box {
    padding: 20px;
  }

  .company__box h4 {
    text-align: center;
  }

  .company__box ul {
    border-top: none;
    padding: 0;
  }
  .company__box li {
    padding-left: 0;
  }

  .company__box li::before {
    display: block;
    margin: 0 0 5px;
    padding: 5px;
    width: 100%;
    position: relative;
  }
}

.casestudy__point {
  background-color: #F3F8FC;
  margin: 0 0 2em;
  border: 1px solid #DDE5E6;
  border-radius: 6px;
  padding: 1em 2em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.casestudy__point dt {
  width: 7em;
  font-size: small;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 2em;
  color: #00a7e9;
}

.casestudy__point dt::before {
  content: '';
  display: inline-block;
  width: 3em;
  height: 3em;
  background-image: url('/assets/images/common/ico_point.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  vertical-align: middle;
}

.casestudy__point ul {
  padding-left: 2em;
}

.casestudy__point ul li {
  list-style-type: disc;
  margin: .5em 0;
}

@media screen and (max-width: 840px) {
  .casestudy__point {
    flex-direction: column;
    padding: 1em;
  }

  .casestudy__point dt {
    width: auto;
    flex-direction: inherit;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .casestudy__point ul {
    padding-left: 1.5em;
  }

  .casestudy__point dt {
    padding-left: 0;
  }
}

.img-float--left {
  float: left;
  padding: 0 40px 0 0;
}

.img-float--right {
  float: right;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 840px) {
  .img-float--left {
    float: none;
    padding: 0 0 20px;
  }

  .img-float--right {
    float: none;
    padding: 0 0 20px;
  }
}