body {
  word-break: break-all;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  max-width: 1190px;
  background-color: #fff;
  margin: 40px auto;
}
@media screen and (max-width: 999px) {
  .tabs {
    padding: 0 20px;
  }
}
/*タブのスタイル*/
.tab_item {
  margin: 0;
  background-color: #d9d9d9;
  border-radius: 8px 8px 0 0;
  min-width: 298px;
  max-width: 100%;
  padding: 16px;
  background-color: #00519e;
  color: #fff;
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.28px;
  display: inline-block;
  box-sizing: border-box;
}
.tab_item.left {
  text-align: left;
}
.tab_item.center {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .tab_item {
    min-width: 50%;
  }
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  border: 1px solid #00529F;
  padding: 0;
}
.tabs .oneColumn {
  padding: 56px;
  gap: 24px;
  display: grid;
  grid-template-columns: 400px auto;
}
@media screen and (max-width: 999px) {
  .tabs .oneColumn {
    padding: 20px;
    gap: 16px;
    grid-template-columns: unset;
  }
}
.oneColumn .heading {
  margin-bottom: 16px;
}
.oneColumn .description {
  margin-top: 8px;
}
.oneColumn .text_field {
  margin: 24px 0 0;
}
.caseStudies .oneColumn .title {
  margin: 24px 0 0;
}
.tabs .oneColumn .img {
  width: 400px;
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .tabs .oneColumn .img {
    width: 100%;
  }
}
.oneColumn figure {
  width: 100%;
  margin: 0;
}
.oneColumn figure img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .oneColumn {
    padding: 20px;
    flex-direction: column;
    gap: 24px;
  }
  .oneColumn .img {
    height: unset;
  }
  .oneColumn figure img {
    width: 100%;
  }
  .oneColumn figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}


@media screen and (max-width: 767px) { 
  .oneColumn figure img {
    width: 100%;
    max-height: 100%;
  }
  .oneColumn figure {
    margin: 0;
    width: 100%;
  }
  .oneColumn .heading {
    margin-bottom: 12px;
  }
}

/*導入事例 One Column*/
.oneColumn {
  padding: 40px;
  display: flex;
  gap: 40px;
}
.oneColumn .heading {
  margin-bottom: 16px;
}
.oneColumn .description {
  margin-top: 8px;
}
}
.oneColumn .text_field {
  margin: 24px 0 0;
}
.caseStudies .oneColumn .title {
  margin: 24px 0 0;
}
.oneColumn .img {
  height: 300px;
  display: flex;
  align-items: center;
}
.oneColumn figure {
  width: 532px;
  margin: 0;
}
.oneColumn figure img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .oneColumn {
    padding: 20px;
    flex-direction: column;
    gap: 24px;
  }
  .oneColumn .img {
    height: unset;
  }
  .oneColumn figure img {
    width: 100%;
  }
  .oneColumn figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}


@media screen and (max-width: 767px) { 
  .oneColumn figure img {
    width: 100%;
    max-height: 100%;
  }
  .oneColumn figure {
    margin: 0;
    width: 100%;
  }
  .oneColumn .heading {
    margin-bottom: 12px;
  }
}

/*コンテンツ別パターン*/
.tabs .patternsByContent {
  padding: 56px; 
  margin: 0px;
}
@media screen and (max-width: 999px) {
  .tabs .patternsByContent {
    padding: 20px;
  }
}
.tabs .patternsByContent .container {
  gap: 24px;
  padding: 0;
  display: grid;
  grid-template-columns: 400px auto;
}
.tabs .patternsByContent .img {
  width: 400px;
}
@media screen and (max-width: 999px) {
  .tabs .patternsByContent .container {
    gap: 16px;
    grid-template-columns: unset;
    padding: 0;
  }
  .tabs .patternsByContent .img {
    width: 100%;
  }
}
.patternsByContent.alignRight .container {
  grid-template-columns: auto 448px;
}
.patternsByContent.alignRight .container .img,
.patternsByContent.alignRight .container .video,	
.patternsByContent.alignRight .container .iframe {
  order: 1;
}
.patternsByContent .details > div {
  display: flex;
}
.patternsByContent .details > div:first-child {
  margin-bottom: 27px;
}
.patternsByContent .details .heading {
  color: #00519E;
  margin: 0;
  margin-right: 24px;
  padding: 12px 16px;
  border: 1px solid #00519E;

  /*   display: flex;
  align-items: center;
  justify-content: center; */

  /*   width: calc(162px + 24px);
  text-align: center;
  height: 100%;
  flex-basis: content; */


  width: 130px;
  min-width: 130px;
  max-width: 100%;
  height: 100%;
  display: block;
  word-wrap: break-word;
  box-sizing: content-box;
  text-align: center;
}
.patternsByContent h3 {
  margin: 0;
  color: #00519E;
  flex-basis: fit-content;
}
.patternsByContent .img {
  /*   width: auto;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center; */
  align-self: baseline;
}
.tabs .patternsByContent figure {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.tabs .patternsByContent figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.patternsByContent .video, 
.patternsByContent .hs-video-widget {
  width: 448px;
}
.patternsByContent .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* Video Play button */
.patternsByContent .video.vidImg {
  position: relative;
  align-self: center;
  max-width: 100%;
}
.patternsByContent .vidImg::after {
  content: '';
  position: absolute;
  background: rgb(66, 91, 118);
  border-radius: 50%;
  width: 92px;
  height: 93px;
  top: calc(50% - 34px);
  left: calc(50% - 46px);
  opacity: .7;
  background-image: url(https://hs.pca.jp/hubfs/%E8%BF%BD%E5%8A%A0%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB/CV/icon_play.svg);
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.patternsByContent .vidImg:hover::after {
  opacity: 1;
}
.patternsByContent .iframeImg figure {
  position: relative;
}
.patternsByContent .iframeImg .yt-svg {
  position: absolute;
  height: 15%;
  top: calc(50% - 7.5%);
  left: calc(50% - 7.5%);
}
.patternsByContent .iframeImg .yt-svg svg {
  height: 100%;
}

/* Popout Video */
.popout2 .vid {
  margin: 0 auto;
  text-align: center;
}
.popout2 .vid video {
  width: 70%;
}

/* Popout Iframe */
.embed_container .iframe_wrapper {
  height: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.oembed_container .iframe_wrapper > * {
  max-width: 70vw !important;
  max-height: 70vh !important;
}
.popout2 .oembed_container {
  width: 70vw;
  height: 70vh;
  max-width: 70vw !important;
  max-height: 70vh !important;
}

@media screen and (max-width: 999px) {
  .patternsByContent {
    margin: 0px 20px;
    padding: 32px 20px;
  }
  .patternsByContent .container {
    /*     flex-direction: column; */
    grid-template-columns: unset;
    padding: 0;
    gap: 16px;
  }
  .patternsByContent.alignRight .container {
    grid-template-columns: unset;
  }
  .tabs .patternsByContent figure {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .patternsByContent .img img {
    margin: 0 auto;
    display: block;
    width: 65%;
  }
  .patternsByContent .details > div {
    flex-direction: column;
  }
  .patternsByContent .details .heading {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
  }
  .patternsByContent h3 {
    margin-top: 16px;
  }
  .patternsByContent .details>div:first-child {
    margin-bottom: 8px;
  }
  .patternsByContent.alignRight .container .img,
  .patternsByContent.alignRight .container .video,
  .patternsByContent.alignRight .container .iframe {
    order: unset;
  }
}

@media screen and (max-width: 425px) { 
  .patternsByContent .img img {
    width: 100%;
  }
  .patternsByContent .hs-video-widget, 
  .patternsByContent .video {
    width: 100%;
  }
  .patternsByContent .vidImg::after {
    height: 40px;
    width: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
  }
}


/*導入事例 Two Column*/
.tabs .caseStudies {
  box-sizing: content-box;
  margin: 0;
  padding: 20px 56px 24px;
}
@media screen and (max-width: 999px) {
  .tabs .caseStudies {
    padding: 20px;
  }
}
.caseStudies hr {
  border: none;
  border-bottom: 2px solid rgba(0, 81, 158, .5);
}
.tabs .caseStudies .twoColumn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  justify-content: space-between;
}
.tabs .caseStudies .twoColumn li {
  flex-basis: calc(50% - 12px);
  padding: 32px;
  list-style: none;
  border-radius: 4px;
  border: 1px solid #EEE;
  background: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .tabs .caseStudies .twoColumn li {
    flex-basis: 100%;
    padding: 20px;
  }
}
.tabs .caseStudies .twoColumn li .img {
  width: 100%;
  height: auto;
}
.tabs .caseStudies .twoColumn li .img figure, 
.tabs .caseStudies .twoColumn li .img figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
.tabs .twoColumn h3 {
  color: #333333;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
}
.tabs .twoColumn h4 {
  color: #00529F;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

@media screen and (max-width: 999px) {
  .twoColumn {
    padding: 20px;
  }
  .twoColumn li {
    flex-basis: 100%;
  }
  .twoColumn .img {
    height: unset;
  }
  .twoColumn .img figure img {
    width: 100%;
  }
  .twoColumn figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}


@media screen and (max-width: 767px) { 
  .twoColumn .img figure img {
    width: 100%;
    max-height: 100%;
  }

  .twoColumn figure {
    margin: 0;
    width: 100%;
  }
}

.close,.open {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.none {
  display: none;
}

a.sample_menu_parent {
  width: 287.5px;
  max-width: 100%;
  margin: 20px auto 24px;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 1.6;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: #00529F;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.sample_menu_parent img {
  margin-right: 8px;
}

.close a.sample_menu_parent img {
  transform: scaleY(-1);
}

.patternsByContent .details>div.description {
  display: block;
}