p,
span {
  font-weight: normal;
}

.mt-20 {
  margin-top: 20px;
}

.item-center {
  max-width: 700px;
  margin: 50px auto;
  text-align: center;
}

.img_caption {
  font-size: var(--14px);
  color: #585858;
  text-align: initial;
  background: #f0f4fc;
  padding: 10px 2%;
}

@media (769px <= width ) {
  .img_caption {
    font-size: var(--15px);
    padding: 10px;
  }
}

.sub-captionL {
  max-width: 600px;
  text-align: left;
  padding: 10px 0 10px 10px;
  margin: auto;
}

.info-func {
  text-align: right;
  color: #187cc4;
  font-weight: bold;
  margin-top: 15px;
  padding-right: 30px;
  position: relative;
}

.sub-captionL:hover .info-func {
  text-decoration: underline;
}

/* angle right */

.info-func:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border: solid 1px #187cc4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}

.info-func:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #187cc4;
  border-right: solid 2px #187cc4;
  position: absolute;
  top: 51%;
  right: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.sub-captionL:hover .info-func:before {
  background: #187cc4;
  border: solid 1px #fff;
}

.sub-captionL:hover .info-func:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.case-details-inner {
  box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.main-title {
  padding: 20px 0;
}

.title-case-box {
  display: table;
  width: 100%;
}

.title-case-box > * {
  display: table-cell;
  vertical-align: top;
}

.title-text {
  padding: 0 20px;
  border-left: solid 10px #d4215f;
}

.hdg-l1 {
  font-size: var(--28px);
  font-weight: bold;
}

.hdg-l1-sub {
  font-size: var(--18px);
  font-weight: bold;
  color: #d4215f;
}

strong {
  font-weight: bold;
}

.case-details-contents {
  padding-bottom: 60px;
}

.hdg-main-step {
  font-size: var(--24px);
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 2em;
}

.border_B_pnk {
  color: #3e3536;
  font-weight: bold;
  border-bottom: solid 8px #e57a9f;
}

@media screen and (max-width: 980px) {
  .case-details-inner {
    padding: 0 10px;
  }
  .title-case-box > * {
    display: block;
    margin-bottom: 12px;
  }
  .title-case-box > *:last-child {
    margin-bottom: 0;
  }
  .hdg-l1 {
    font-size: var(--24px);
  }
  .case-details-contents {
    padding-bottom: 40px;
  }
  .hdg-main-step {
    font-size: var(--20px);
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 668px) {
  .title-text {
    padding: 0 0 0 2%;
  }
  .hdg-l1 {
    font-size: var(--22px);
  }
  .item-center {
    margin: 30px auto;
  }
}

@media screen and (max-width: 568px) {
  .hdg-l1 {
    font-size: var(--18px);
  }
  .hdg-l1-sub {
    font-size: var(--14px);
  }
}

@media screen and (max-width: 429px) {
  .hdg-l1 {
    font-size: var(--22px);
  }
}

@media screen and (max-width: 361px) {
  .hdg-l1 {
    font-size: var(--20px);
  }
}

@media screen and (max-width: 320px) {
  .hdg-l1 {
    font-size: var(--18px);
  }
}

/* index.css */
.mainVisual_bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(243, 243, 242, 1) 35%,
    rgba(243, 243, 242, 1) 100%
  );
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.mainVisual_content {
  max-width: 980px;
  margin: 0 auto 40px;
}

.top-caption {
  font-size: var(--18px);
  margin: 25px auto;
  font-weight: bold;
}

.case-details-inner a {
  font-weight: bold;
}

.lightblu {
  color: #187cc4;
  font-weight: bold;
}

.h2_content {
  font-size: var(--22px);
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 25px;
  border-bottom: solid 3px #0e4b78;
}

.sub_ttl {
  font-size: var(--18px);
  font-weight: bold;
  margin: 25px 0 20px;
}

.sub_cap_h5 {
  font-size: var(--15px);
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}

.list_name_wrap {
  background: #fff;
  padding: 15px 0;
}

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

ul.list_name li:first-child {
  width: 270px;
  padding: 25px 0;
  border-right: solid 2px #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

ul.list_name li:first-child img {
  width: 170px;
}

ul.list_name li:last-child {
  width: 100%;
  padding: 15px 0 15px 20px;
}

ul.list_content {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 30px;
  border-bottom: solid 3px #cccccc;
  padding-bottom: 20px;
}

ul.list_content li {
  margin-bottom: 20px;
}

ul.list_content li a {
  font-weight: bold;
  text-decoration: underline;
  font-size: var(--18px);
}

ul.list_content li a:hover {
  text-decoration: none;
  color: #187cc4;
}

.h2_company {
  font-size: var(--20px);
  font-weight: bold;
  margin-bottom: 10px;
}

.p_genre {
  font-size: var(--17px);
}

/* 社員数補足ver */
.genre_area {
  font-size: var(--15px);
}

@media screen and (min-width: 769px) {
  .genre_area {
    display: inline-block;
  }
}

/* 業種 table ver. */
.table_genre {
  width: 100%;
  border-collapse: collapse;
}

.table_genre th,
.table_genre td {
  padding: 5px 0;
}

.p_board {
  padding: 0 2%;
}

@media (769px <= width ) {
  .p_board {
    padding: 0;
  }
}

.genre {
  width: 80px;
  display: inline-block;
  background: #0e4b78;
  color: #fff;
  padding: 0 0 2px;
  margin-right: 10px;
  text-align: center;
}

.genreR {
  width: 80px;
  display: inline-block;
  background: #0e4b78;
  color: #fff;
  padding: 0 0 2px;
  margin-right: 10px;
  margin-left: 20px;
  text-align: center;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.caption-h2 {
  margin: 10px auto 25px;
}

.sub_cap_txt {
  font-size: var(--12px);
  color: #888;
}

.sub_txt {
  font-size: var(--12px);
  color: #888;
  display: block;
  margin-top: 10px;
}

.sub_txt.txt_r {
  text-align: right;
  max-width: 600px;
  margin: 0 auto;
}

.txt_a {
  color: #187cc4;
}

.txt_a::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px 0 7px;
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23187cc4" d="M29.22,2.78V25H32V0H7V2.78H29.22"/><path fill="%23187cc4" d="M22.26,9.74V29.22H2.78V9.74H22.26M25,7H0V32H25V7Z"/></svg>');
}

.hr_1 {
  margin-bottom: 40px;
  border: 0;
  border-top: solid 2px #bfbfbf;
}

/*youtube*/

.youtube {
  max-width: 600px;
  width: 100%;
  margin: 50px auto 50px;
  padding: 10px 10px 0;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 5px;
}

.youtube_inner {
  position: relative;
  padding-bottom: calc(315 / 560 * 100%);
}

.youtube_iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

p.youtube_caption {
  font-size: var(--15px);
}

@media screen and (max-width: 927px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 34%,
      rgba(243, 243, 242, 1) 34%,
      rgba(243, 243, 242, 1) 100%
    );
  }
  .mainVisual_content {
    padding: 0 10px;
  }
}

/* end youtube*/

@media screen and (max-width: 768px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 31%,
      rgba(243, 243, 242, 1) 31%,
      rgba(243, 243, 242, 1) 100%
    );
  }
  .mb_30.sp_20 {
    margin-bottom: 20px;
  }

  .genreR {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 737px) {
  .p_genre {
    font-size: 2vw;
  }
}

@media screen and (max-width: 732px) {
  ul.list_name li:first-child {
    width: 25%;
  }
  ul.list_name li:last-child {
    width: 75%;
    padding: 15px 0 15px 4%;
  }
}

@media screen and (max-width: 668px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 30%,
      rgba(243, 243, 242, 1) 30%,
      rgba(243, 243, 242, 1) 100%
    );
  }
  .h2_company {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 641px) {
  .top-caption {
    font-size: 2.2vw;
  }
  ul.list_content {
    font-size: var(--18px);
  }

  .table_genre th,
  .table_genre td {
    font-size: var(--13px);
  }

  .genre,.genreR {
    width: 65px;
    font-size: var(--13px);
  }
}

@media screen and (max-width: 569px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 26%,
      rgba(243, 243, 242, 1) 26%,
      rgba(243, 243, 242, 1) 100%
    );
  }
}

@media screen and (max-width: 560px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 16%,
      rgba(243, 243, 242, 1) 16%,
      rgba(243, 243, 242, 1) 100%
    );
    margin-bottom: 10px;
  }
  .mainVisual_content {
    margin: 0 auto 20px;
  }
  .top-caption {
    font-size: 3.8vw;
  }
  .list_name_wrap {
    padding: 10px 0;
  }
  ul.list_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.list_name li:first-child {
    width: 100%;
    padding: 15px 0;
    border-right: none;
    border-bottom: solid 2px #b2b2b2;
  }
  ul.list_name li:last-child {
    width: 100%;
    padding: 15px 1%;
  }
  .h2_company {
    font-size: 4vw;
    text-align: center;
  }
  .p_genre {
    font-size: 3.2vw;
  }
  .caption-h2 {
    margin: 25px auto;
  }
  ul.list_content {
    font-size: 4.3vw;
    padding-left: 20px;
  }
  ul.list_content li {
    border-bottom: solid 2px #b3b3b3;
    padding: 7px 0;
  }
  ul.list_content li:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 361px) {
  .mainVisual_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 14%,
      rgba(243, 243, 242, 1) 14%,
      rgba(243, 243, 242, 1) 100%
    );
  }
}

@media screen and (max-width: 321px) {
  .sub_ttl {
    font-size: var(--16px);
  }
}

.marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #e57a9f45 0%)
    repeat scroll 0 0;
}
