@charset "UTF-8";
.case-study-content {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .case-study-content {
    padding: 0 30px;
    margin-bottom: 70px;
  }
}

.case-study-content > h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 40px 0 60px;
  color: #323B44;
}

@media screen and (max-width: 767px) {
  .case-study-content > h2 {
    margin: 30px 0;
    font-size: 28px;
    line-height: 46px;
  }
}

.case-study-content > h3 {
  border-radius: 6px;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: .5px;
  padding: 15px 15px 15px 36px;
  background: #FAFAFA;
  margin-bottom: 40px;
  color: #434E5B;
}

@media screen and (max-width: 767px) {
  .case-study-content > h3 {
    border-radius: 0;
    font-size: 24px;
    line-height: 36px;
    margin: 30px -30px;
    padding: 24px 30px;
  }
}

.case-study-content > h3:before {
  content: '';
  position: absolute;
  display: block;
  background: #1565C0;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 767px) {
  .case-study-content > h3:before {
    width: 60px;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.case-study-content > h3 > span {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

.case-study-content > p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

.case-study-content a {
  color: #1565C0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .case-study-content a:hover {
    text-decoration: none;
  }
}

.case-study-content .mark {
  font-weight: bold;
  padding: 0 2px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #FFF2C2));
  background: linear-gradient(transparent 40%, #FFF2C2 0%);
  margin: 0 8px;
}

.case-study-content strong {
  font-weight: bold;
}

.case-study-content blockquote {
  background-color: #F7F7F7;
  padding: 40px;
  margin: 90px 0 60px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .case-study-content blockquote {
    margin: 60px -30px 30px;
    padding: 40px 30px 30px;
  }
}

.case-study-content blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 15px;
  width: 80px;
  height: 80px;
  background: url(../../img/common/img_quote.svg) no-repeat center;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .case-study-content blockquote:before {
    left: 27px;
  }
}

.case-study-content blockquote p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.case-study-content blockquote p:last-child {
  margin-bottom: 0;
}

.case-study-content > ul,
.case-study-content > ol {
  margin-bottom: 60px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .case-study-content > ul,
  .case-study-content > ol {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.case-study-content > ul li,
.case-study-content > ol li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  padding-left: 15px;
}

.case-study-content > ul li:not(:first-child),
.case-study-content > ol li:not(:first-child) {
  margin-top: 10px;
}

.case-study-content > ul li:before,
.case-study-content > ol li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1565C0;
  position: absolute;
  top: 9px;
  left: 0;
}


.case-study-content > ol {
  counter-reset: item;
}


.case-study-content > ol li {
  padding-left: 32px;
}

.case-study-content > ol li::before {
  counter-increment: item;
  content: counter(item);
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  top: 3px;
}

.case-study-content img {
  display: block;
  max-width: 800px;
  height: auto;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .case-study-content img {
    width: 100%;
  }
}

.case-study-content table {
  table-layout: fixed;
  font-size: 16px;
  line-height: 1.5;
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .case-study-content table {
    margin: 40px 0;
  }
}

.case-study-content table td,
.case-study-content table th {
  padding: 18px;
  vertical-align: middle;
  text-align: left;
}

.case-study-content table td:not(:first-child),
.case-study-content table th:not(:first-child) {
  border-left: 1px solid #E0E4E8;
}

.case-study-content table tbody tr {
  border-bottom: 1px solid #E0E4E8;
}

.case-study-content table tbody th {
  background-color: #F7F7F7;
}

.case-study-content table thead {
  background-color: #637487;
}

.case-study-content table thead td,
.case-study-content table thead th {
  color: #FFFFFF;
}

.case-study-content table thead td:not(:first-child),
.case-study-content table thead th:not(:first-child) {
  border-left: 1px solid #FFFFFF;
}

.case-study {
  padding-right: 220px;
  padding-left: 220px;
}

@media screen and (max-width: 767px) {
  .case-study {
    padding: 0;
  }
}

.case-study__header {
  color: #323B44;
}

@media screen and (max-width: 767px) {
  .case-study__header {
    padding: 0 30px;
  }
}

.c-share__list {
  justify-content: flex-end;
  margin-top: -40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .c-share__list {
    margin-top: -24px;
    margin-bottom: 16px;
  }
}


.case-study__category {
  margin-bottom: 24px;
}

.case-study__company {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 12px;
}

.case-study__heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .case-study__heading {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 28px;
  }
}

.case-study__thumbnail {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .case-study__thumbnail {
    margin-bottom: 18px;
  }
}

.case-study__thumbnail img {
  width: 100%;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .case-study__thumbnail img {
    border-radius: 0;
  }
}

.case-study-column {
  padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .case-study-column {
    padding: 0 30px 16px;
  }
}

.case-study-column__image {
  padding: 0 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .case-study-column__image {
    padding: 16px 0 0;
    margin-bottom: 32px;
  }
}

.case-study-column__image img {
  width: 100%;
  border-radius: 6px;
}

.case-study-column__text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 16px;
  padding-top: 16px;
}

.case-study-column__text--small {
  font-size: 14px;
  padding-top: 6px;
}

@media screen and (max-width: 767px) {
  .case-study-column__text--small {
    margin-bottom: 30px;
  }
}



@media screen and (max-width: 767px) {
  .case-study__colun {
    display: table-cell;
  }
}

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

.case-study .subject__label {
  position: relative;
  background: #637487;
  color: #FFFFFF;
  width: 110px;
  font-size: 18px;
  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;
}

@media screen and (max-width: 767px) {
  .case-study .subject__label {
    width: 84px;
  }
}

.case-study .subject__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
  border: 15px solid transparent;
  border-top-color: #637487;
}

.subject__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #F7F7F7;
  padding: 30px 40px;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .subject__body {
    padding: 21px 24px 37px;
  }
}

.subject__body li {
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .subject__body li {
    font-size: 15px;
  }
}

.subject__body li::before {
  content: '●';
  color: #637487;
  font-size: 13px;
  padding-right: 10px;
  position: absolute;
  left: 0;
}

.subject__body li strong {
  font-weight: bold;
}

.case-study .subject__item {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.case-study .subject__item::before {
  content: "・";
}

.solution {
  margin-top: 30px;
}

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

.solution__label {
  position: relative;
  background: #1565C0;
  color: #FFFFFF;
  width: 110px;
  font-size: 18px;
  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;
}

@media screen and (max-width: 767px) {
  .solution__label {
    width: 84px;
  }
}

.solution__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #EBF6FD;
  font-size: 14px;
  padding: 30px 40px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .solution__body {
    padding: 24px 23px 34px;
    line-height: 28px;
  }
}

.solution__sub-heading {
  display: inline-block;
  background: #42BFE3;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.solution__heading {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.solution__text li {
  font-size: 16px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .solution__text li {
    font-size: 15px;
  }
}

.solution__text li::before {
  content: '';
  width: 22px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  color: #637487;
  font-size: 13px;
  padding-right: 10px;
  background: url('../../img/common/icon_check.svg') no-repeat center top;
  background-size: contain;
}

.solution__text li strong {
  font-weight: bold;
}

.solution__benefit {
  padding-left: 50px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: bold;
  min-height: 36px;
  background: url(../../img/common/icon_check.svg) no-repeat left top;
}

.solution__benefit + .solution__benefit {
  margin-top: 20px;
}

.case-study-content h2 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .case-study-content h2 {
    margin-bottom: 25px;
  }
}

.case-study-content h3 {
  font-size: 18px;
  line-height: 28px;
  background: #FFFFFF;
  padding: 0 15px 0 36px;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .case-study-content h3 {
    margin: 25px 0 30px;
    padding: 0 0 0 30px;
  }
}

.case-study-content h3:before {
  top: 14px;
}

@media screen and (max-width: 767px) {
  .case-study-content h3:before {
    width: 20px;
    top: 13px;
  }
}

.case-study-content img {
  width: 100%;
  border-radius: 6px;
}

.case-study-content .note {
  font-size: 14px;
  color: #637487;
  line-height: 24px;
  display: block;
  margin-bottom: 62px;
}

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

.case-study-content .wp-caption.aligncenter {
  max-width: 800px;
  margin: 0 auto 46px;
}

@media screen and (max-width: 767px) {
  .case-study-content .wp-caption.aligncenter {
    width: 100% !important;
    margin-bottom: 30px;
  }
}

.case-study-content .wp-caption-text {
  font-size: 14px;
}

.related-case {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .related-case {
    margin-top: 40px;
    padding: 0 30px;
  }
}

.related-case__heading {
  color: #434E5B;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .related-case__heading {
    margin-bottom: 25px;
  }
}

.related-case__item + .related-case__item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .related-case__item + .related-case__item {
    margin-top: 20px;
  }
}

.related-case-tag {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .related-case-tag {
    margin-top: 40px;
    padding: 0 30px;
  }
}

.related-case-tag__heading {
  color: #434E5B;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.related-case-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

@media screen and (max-width: 767px) {
  .related-case-tag__list {
    display: block;
  }
}

.related-case-tag__item {
  padding: 5px;
}

.case-study__company-introduction {
  display: flex;
  justify-content: center;
  padding: 50px 30px 30px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .case-study__company-introduction {
    display: block;
  }
}

.case-study__company-introduction::before {
  content: '';
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #B2B2B2;
  border-left: 1px solid #B2B2B2;
}

@media screen and (max-width: 767px) {
  .case-study__company-introduction::before {
    left: 20px;
    top: 10px;
  }
}

.case-study__company-introduction::after {
  content: '';
  width: 96px;
  height: 96px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
}

@media screen and (max-width: 767px) {
  .case-study__company-introduction::after {
    right: 20px;
    bottom: 10px;
  }
}

.case-study__logo-info {
  flex-basis: 226px;
  text-align: center;
}

.case-study__logo img {
  width: 70%;
  height: auto;
}

.case-study__company-name {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

.case-study__company-name a:hover {
  opacity: 0.8;
}

.case-study__company-info dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  flex-wrap: wrap;
  text-align: left;
}

.case-study__company-info dt {
  flex-basis: 50%;
  color: #A3A3A3;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  padding: 5px 12px 5px 0;
}

.case-study__company-info dd {
  flex-basis: 50%;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 5px 0;
}

.case-study__introduction {
  flex-basis: 476px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .case-study__logo-info + .case-study__introduction {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .case-study__introduction {
    margin-top: 30px;
  }
}

.case-study__other-case {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .case-study__other-case {
    padding: 0 20px 16px;
  }
}

.case-study__other-case--title {
  font-size: 24px;
  color: #1565C0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .case-study__other-case--title {
    font-size: 20px;
  }
}

.case-study__other-case--items {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .case-study__other-case--items {
    justify-content: space-between;
  }
}

.case-study__other-case--item {
  flex-basis: 244px;
}

@media screen and (max-width: 767px) {
  .case-study__other-case--item {
    flex-basis: 47%;
  }

  .case-study__other-case--item:nth-of-type(1) {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}

.case-study__other-case--item img {
  width: 244px;
  height: 183px;
  object-fit: cover;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .case-study__other-case--item img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.case-study__other-case--item:nth-of-type(2n),
.case-study__other-case--item:nth-of-type(3n) {
  margin-left: 34px;
}

@media screen and (max-width: 767px) {
  .case-study__other-case--item:nth-of-type(2n),
  .case-study__other-case--item:nth-of-type(3n) {
    margin-left: 0;
  }
}

.case-study__other-case--tag-name {
    border-radius: 999px;
    background-color: #637487;
    color: white;
    font-size: 12px;
    padding: 6px 12px;
    line-height: 14px;
    position: relative;
    top: -14px;
    left: 0;
}

@media screen and (max-width: 767px) {
  .case-study__other-case--tag-name {
    font-size: 10px;
    padding: 6px 8px;
  }
}

.case-study__other-case--company-name {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
  position: relative;
  top: -16px;
  left: 0;
}

.case-study__other-case--case-title {
  font-size: 13px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  position: relative;
  top: -12px;
  left: 0;
}

.case-study__other-case--item a:hover .case-study__other-case--company-name {
  color: #1565C0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.case-study__other-case--item a:hover img {
  opacity: 0.8;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.case-study__online-meeting {
  background-color: #1764C0;
  padding: 50px 40px 50px 400px;
  color:  #FFF;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .case-study__online-meeting {
    border-radius: 0px;
    padding: 340px 20px 40px;
  }
}

.case-study__online-meeting::before {
  content: '参加無料';
  position: absolute;
  left: -54px;
  top: 18px;
  font-weight: bold;
  font-size: 22px;
  transform: rotate(-45deg);
  background-color: #FFF;
  color: #1764C0;
  display: inline-block;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.case-study__online-meeting::after {
  content: '';
  position: absolute;
  left: 120px;
  top: 28px;
  background: url(../../img/common/img_online-meeting.svg) no-repeat left top;
  height: 280px;
  width: 310px;
}

@media screen and (max-width: 767px) {
  .case-study__online-meeting::after {
    background-position: center top;
    left: 0px;
    width: 100%;
  }
}

.case-study__online-meeting-title {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .case-study__online-meeting-title {
    font-size: 22px;
  }
}

.case-study__online-meeting-title span {
  font-size: 16px;
  display: block;
}

.case-study__online-meeting .c-button {
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  padding: 18px 60px 18px 35px;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .case-study__online-meeting .c-button {
    width: 100%;
    padding: 18px 30px 18px 15px;
  }
}

.case-study__online-meeting .c-button::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 60px;
  background: url(../../img/common/icon_arrow_slide_s_w_r.svg) no-repeat center/contain;
  vertical-align: -3px;
  margin-left: 10px;
  top: 0px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .case-study__online-meeting .c-button::after {
    right: 15px;
    height: calc( 50% + 36px );
  }
}

.case-study-cta {
  padding: 65px 50px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .case-study-cta {
    padding: 30px 30px 60px;
  }
}

.case-study-cta__heading {
  font-size: 25px;
  font-weight: bold;
  color: #1764C0;
  line-height: 30px;
}

.case-study-cta__introduction {
  margin-top: 40px;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media screen and (max-width: 767px) {
  .case-study-cta__introduction{
    display: block;
    margin-top: 20px;
  }
}

.case-study-cta__introduction--image {
  background: url(../../img/top/img_main_point_01.svg) no-repeat left top;
  padding-left: 125px;
  font-weight: bold;
  flex-basis: 238px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .case-study-cta__introduction--image {
    width: 238px;
    height: 100px;
    margin: 0 auto;
  }
}

.case-study-cta__introduction--image strong {
  display: block;
  color: #1764C0;
  font-size: 16px;
}

.case-study-cta__introduction--image strong span {
  font-size: 46px;
}

.case-study-cta__introduction--text {
  font-size: 18px;
  border-left: 1px solid #D0D0D0;
  padding-left: 20px;
  flex-basis: calc( 100% - 238px );
}

@media screen and (max-width: 767px) {
  .case-study-cta__introduction--text{
    border-left: none;
    padding-left: 0px;
    margin-top: 10px;
  }
}

.case-study-cta__description {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .case-study-cta__description{
    margin-top: 10px;
  }
}

.case-study-cta__description--items {
  background-color: #EBF6FD;
  padding: 40px 30px;
  margin-bottom: 10px
}

@media screen and (max-width: 767px) {
  .case-study-cta__description--items {
    padding: 20px;
  }
}

.case-study-cta__description--items li {
  font-size: 20px;
  width: 100%;
  padding-left: 45px;
  background: url(../../img/common/icon_check.svg) no-repeat left 0px;
  line-height: 30px;
}

.case-study-cta__description--items li + li {
  margin-top: 20px;
}

.case-study-cta__description--items li strong {
  color: #1764C0;
}

.case-study-cta__buttons {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .case-study-cta__buttons{
    margin-top: 20px;
  }
}

.case-study-cta__buttons--items {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .case-study-cta__buttons--items {
    display: block;
  }
}

.case-study-cta__buttons--items li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .case-study-cta__buttons--items li {
    display: block;
  }
  .case-study-cta__buttons--items li + li {
    margin-top: 20px;
  }
}

.case-study-cta__buttons--items .c-button {
  width: auto;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  padding: 18px 60px 18px 35px;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

@media screen and (max-width: 767px) {
  .case-study-cta__buttons--items .c-button {
    width: 100%;
    font-size: 3.5vmin;
    padding: 18px 30px 18px 15px;
  }
}

.case-study-cta__buttons--items .c-button::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 60px;
  background: url(../../img/common/icon_arrow_slide_s_w_r.svg) no-repeat center/contain;
  vertical-align: -3px;
  margin-left: 10px;
  top: 0px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .case-study-cta__buttons--items .c-button::after {
    right: 15px;
    height: calc( 50% + 36px );
  }
}

/* -----------------------------
サービス一覧への動線
----------------------------- */
.case__services {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .case__services {
    padding: 0 30px;
  }
}
