@charset "UTF-8";
@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN.woff") format("woff");
  font-weight: 400;
}

.case h2 {
  padding-left: 0;
  border-left: none;
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-text {
    padding-top: 20px;
  }
}

.case .case-contents-text .case-title div + div {
  margin-top: 10px;
}

.case .case-contents-text .case-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.case .case-contents-text .case-title span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#71ca46), to(#bee446));
  background: linear-gradient(to right, #71ca46, #bee446);
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-text + .case-contents-image {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .case .case-contents-text + .case-contents-image {
    margin-top: 20px;
  }
}

.case .case-contents-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-image {
    width: 520px;
  }
}

.case .case-contents-image img {
  max-width: 100%;
}

.case .case-contents-interview {
  margin-top: 50px;
}

.case .case-contents-interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .case .case-contents-interview-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.case .case-contents-interview-item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .case .case-contents-interview-item {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-interview-item + .case-contents-interview-item {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-interview-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.case .case-contents-interview-item .case-contents-interview-text {
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-interview-item > a:hover .case-contents-interview-image::before {
    opacity: .1;
  }
}

.case .case-contents-interview-item > a:hover .case-contents-interview-text b {
  color: #0e7fe8;
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-interview-item:nth-child(3n+1):nth-last-child(-n+3),
  .case .case-contents-interview-item:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .case .case-contents-interview-item:last-child {
    margin-bottom: 0;
  }
}

.case .case-contents-interview-item.new .case-contents-interview-text > b::after {
  content: 'NEW';
  font-family: 'DIN';
  pointer-events: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2988e0), to(#0168ee));
  background: linear-gradient(to right, #2988e0 0%, #0168ee 100%);
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 9px;
  line-height: 1;
  padding: 3px 5px;
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-interview-item.new .case-contents-interview-text > b::after {
    font-size: 12px;
    margin-left: 9px;
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .case .case-contents-interview-item.new .case-contents-interview-text > b::after {
    font-size: 10px;
    margin-left: 8px;
    width: 50px;
  }
}

.case .case-contents-interview-image {
  margin-bottom: 25px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-interview-image::before {
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .case .case-contents-interview-image {
    max-width: 353px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .case .case-contents-interview-image {
    margin-bottom: 15px;
  }
}

.case .case-contents-interview-image img {
  width: 100%;
}

.case .case-contents-interview-text {
  position: relative;
}

.case .case-contents-interview-text::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  color: #a2d827;
  font-family: 'DIN';
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .case .case-contents-interview-text::before {
    font-size: 18px;
    top: -1px;
  }
}

.case .case-contents-interview-text b {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .case .case-contents-interview-text b {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.case .case-inner {
  position: relative;
  z-index: 5;
}

.case .case-inner h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #142c4b;
}

@media only screen and (max-width: 767px) {
  .case .case-inner h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .case .case-inner .case-title-interview {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.case .case-inner + .case-inner {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .case .case-inner + .case-inner {
    margin-top: 52px;
  }
}

.case .case-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .case .case-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.case-sub .case-mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 80px;
}

@media print, screen and (min-width: 768px) {
  .case-sub .case-mainvisual {
    min-width: 1024px;
  }
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .case-sub .case-mainvisual-image {
    width: 67.5695461%;
    min-width: 700px;
    height: 100%;
    min-height: 425px;
  }
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual-image {
    width: 100%;
  }
}

.case-sub .case-mainvisual-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual-image + .case-mainvisual-contents {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .case-sub .case-mainvisual-contents {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual-contents {
    width: 100%;
    padding: 0 15px;
  }
}

.case-sub .case-mainvisual-case {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual-case {
    margin-bottom: 15px;
  }
}

.case-sub .case-mainvisual-case > p {
  color: #71ca46;
  font-size: 17px;
  padding-bottom: 10px;
  position: relative;
  font-family: 'DIN';
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual-case > p {
    display: inline-block;
    padding-bottom: 5px;
  }
}

.case-sub .case-mainvisual-case > p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#71ca46), to(#bee446));
  background: linear-gradient(to right, #71ca46, #bee446);
}

.case-sub .case-mainvisual-text {
  margin-bottom: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual-text {
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.case-sub .case-mainvisual-text > p {
  color: #142c4b;
  font-size: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 1070px) {
  .case-sub .case-mainvisual-text > p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual-text > p {
    font-size: 18px;
  }
}

.case-sub .case-mainvisual-name > p {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .case-sub .case-mainvisual-name > p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual-name > p {
    font-size: 18px;
  }
}

.case-sub .case-mainvisual-name > p span {
  display: block;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  .case-sub .case-mainvisual-name > p span {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .case-sub .case-mainvisual-name > p span {
    font-size: 16px;
    line-height: 1.3;
  }
}

.case-sub .case-inner h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .case-sub .case-inner h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

.case-sub .case-inner + .case-inner {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .case-sub .case-inner + .case-inner {
    margin-top: 60px;
  }
}

.case-sub .case-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .case-sub .case-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.case-sub .case-contents-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .case-sub .case-contents-image {
    width: 340px;
  }
}

.case-sub .case-contents-image img {
  width: 100%;
}

.case-sub .case-btn-inner {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .case-sub .case-btn-inner {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .case-sub .case-btn-inner.under-text {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .case-sub .case-btn-inner.under-text {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .case-sub .case-text-hope {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .case-sub .case-text-hope {
    margin-top: 20px;
  }
}

.case-note {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .case-note {
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .image-right .case-contents-text + .case-contents-image {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .image-right .case-contents-text + .case-contents-image {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .image-right .case-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .image-left .case-contents-image + .case-contents-text {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .image-left .case-contents-image + .case-contents-text {
    margin-top: 20px;
  }
}

/*------------------------------------------------------------------------------

  過去の事例

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .case .case-history {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .case .case-history {
    margin-top: 60px;
  }
}

.case .case-history-title {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .case .case-history-title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .case .case-history-title {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

.case .case-history-title::before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  background-color: #142c4b;
  top: 100%;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .case .case-history-title::before {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .case .case-history-title::before {
    width: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .case .case-history-title:hover span::before, .case .case-history-title:hover span::after {
    background-color: #222;
  }
}

.case .case-history-title span {
  display: block;
  position: relative;
}

.case .case-history-title span::before, .case .case-history-title span::after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 16px;
  top: 50%;
  background-color: #c9c9c9;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print, screen and (min-width: 768px) {
  .case .case-history-title span::before, .case .case-history-title span::after {
    right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .case .case-history-title span::before, .case .case-history-title span::after {
    right: 12px;
  }
}

.case .case-history-title span::before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.case .case-history-title span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.case .case-history-title span.active::before {
  background-color: #222;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.case .case-history-title span.active::after {
  display: none;
}

.case .case-history-list {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .case .case-history-item {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .case .case-history-item {
    font-size: 14px;
  }
}

.case .case-history-item + .case-history-item {
  margin-top: 5px;
}

.case .case-history-item a {
  color: #0e7fe8;
}

.case .case-history-item a:hover {
  text-decoration: underline;
}
