.cmn-header {
  position: absolute;
}

.icj-main {
  
}
#mainVisual {
  padding-top: 0;
}
#mv_block {
  padding-top: 50px;
  align-items: center;
}
.mainVisual_txtArea {
  width: calc(60% - 20px);
}
.mv_ttl img {
  max-width: 100%;
}
.focus-title {
  padding-top: 48px;
}
.focus-title img {
  max-width: 352px;
  width: 100%;
}
#mvArea {
  padding-top: 27px;
}
.mv_img {
  width: 38%;
}
.mv_img picture img {
  width: 100%;
}
.mv_img a {
  display: block;
  width: 98%;
  margin: auto;
}
.mv_img a img {
  width: 100%;
}

@media screen and (max-width: 600px){
  .mainVisual_txtArea {
    display: contents;
  }
  .mv_ttl{
    margin-top: 15px;
    height: 50px;
    order: 1;
  }
  .mv_ttl img {
    width: 100%;
  }
  .mv_img {
    width: 100%;
    margin: 37px 0 0;
    order: 2;
  }
  .mv_img img {
    width: 100%;
  }
  .mv_img a {
    max-width: 300px;
  }
  .focus-title {
    margin-right: auto;
    padding-top: 28px;
    order: 3;
  }
  .focus-title img {
    max-width: none;
    width: auto;
    height: 18px;
  }
  #mvArea {
    padding-top: 16px;
    order: 4;
  }
  #mv_block .leadTxt {
    font-size: 15px;
    padding-top: 0px;
    line-height: 1.8;
  }
}

.cv-button {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.cv-button.show {
  opacity: 1;
  pointer-events: auto;
}

.cv-button a {
  position: relative;
  background: #485A72;
}

.cv-button a:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 60px;
  background: #fff;
}

.cv-button a:first-child::after {
  content: "";
  background: url(/voices/focus/assets/assets/img/balloon.png) no-repeat center center/cover;
  width: 90px;
  height: 58px;
  position: absolute;
  top: -44px;
  left: -39px;
}

@media screen and (max-width: 768px){
  .cv-button a:first-child::after {
    content: "";
    background: url(/voices/focus/assets/assets/img/balloon_sp.png) no-repeat center center/cover;
    width: 125px;
    height: 36px;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.icj-pagetop {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.icj-pagetop.show {
  opacity: 1;
  pointer-events: auto;
}
.images_rows_pc li {
    width: calc(50% - 10px);
}
.pContents_contents{
    width: 100%;
}
#icj-mainArea .ttl_strong{
    font-weight: bold;
}
.about_catalog{
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
.pContents_contents.pc-only.d-flex{
display: flex;
}
#pContents .cBlock{
display: block;
}
.cBlock h2{
font-size: 25px;
padding-bottom: 15px;
}

@media screen and (max-width:768px) {   
    #icj-mainArea .pContents_contents li{
        margin-left: 0;
        text-indent: 0;
    }
    .pc-only{
        display: none;
    }
    .pContents_contents.pc-only.d-flex{
        display: none;
    }
    .cBlock h2{
        font-size: 16px;
    }
}


.p-contents {
  max-width: 970px;
  margin: auto;
}

.p-contents-inner {
  background: #EEEEEE;
  padding: 30px 40px 40px;
}

.p-content-heading {
  color: #485A72;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-contents-list {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 0px;
}

.p-contents-item {
  width: 50%;
  display: flex;
  gap: 15px;
}

.p-contents-item-number {
  color: #EE8031;
  font-size: 12px;
  font-weight: bold;
}

.p-contents-item-number span {
  font-size: 14px;
}

.p-contents-item-text {
  letter-spacing: 0.05em;
}

.p-contents-image {
  max-width: 360px;    
  margin: 25px auto 0;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-contents {
  }

  .p-contents-inner {
    padding: 52px 30px 40px;
  }

  .p-content-heading {
    font-size: 20px;
  }

  .p-contents-list {
    margin-top: 20px;
    display: block;
  }

  .p-contents-item {
    width: 100%;
  }
  
  .p-contents-item + .p-contents-item {
    margin-top: 10px;
  }

  .p-contents-item-heading {
    font-size: 15px;
  }

  .p-contents-item-case li {
    margin-top: 7px;
    gap: 10px;
  }

  .p-contents-item-case-number {
    line-height: 1.5;
  }

  .p-contents-item-case-text {
    line-height: 1.5;
  }

  .p-contents-image {
    margin-top: 25px;
    text-align: center;
  }
}

img {
  max-width: 100%;
}

.catalog {
  background: #F4F8F7;
  margin-top: 80px;
  padding: 80px 0;
}

.catalog-heading {
  color: #485A72;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.catalog-heading span {
  color: #DF5C3A;
}

.catalog-lead {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
}

.catalog-inner {
  position: relative;
  background: #fff;
  max-width: 970px;
  margin: 70px auto 0;
  padding: 60px 15px;
}

.catalog-inner::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: #F4F8F7;
  border-radius: 50%;
}

.catalog-inner::after {
  content: "";
  background: url(/voices/focus/assets/img/icon_catalog.png) no-repeat center center/cover;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 41px;
  height: 30px;
}

.catalog-top {
  position: relative;
  cursor: pointer;
}

.catalog-top.is-active::before {
  content: "選択中";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  background: #DE8606;
  border-radius: 0 0 0 5px;
  padding: 7px 9px 7px 0;
  color: #fff;
  font-size: 15px;
  text-align: right;
  line-height: 1;
  z-index: 21;
}

.catalog-top.is-active::after {
  content: "";
  background: url(/voices/focus/assets/img/icon_check.png) no-repeat center center / cover;
  display: block;
  position: absolute;
  top: 11px;
  right: 58px;
  width: 15px;
  height: 10px;
  z-index: 21;
}

@media screen and (min-width: 601px) {
  .catalog-top:hover .catalog-top-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 7px #DE8606 inset;
    z-index: 20;
  }
}

.catalog-top.is-active .catalog-top-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 7px #DE8606 inset;
  z-index: 20;
}


.catalog-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
  background: #EEEEEE;
}

.catalog-top-thumb {
  position: relative;
  width: 270px;
}

.catalog-top-content {
  width: 390px;
}

.catalog-top-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.catalog-top-text {
  margin-top: 10px;
}

.catalog-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.catalog-item {
  position: relative;
  width: calc(25% -  60px / 4);
}

.catalog-item-thumb.is-active::before {
  content: "選択中";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  background-color: #DE8606;
  background-image: url(/voices/focus/assets/img/icon_check.png);
  background-size: 15px 10px;
  background-position: 7px 11px;
  background-repeat: no-repeat;
  border-radius: 0 0 0 5px;
  padding: 7px 9px 7px 0;
  color: #fff;
  font-size: 15px;
  text-align: right;
  line-height: 1;
  z-index: 21;
}


@media screen and (min-width: 601px) {
  .catalog-item-thumb:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 7px #DE8606 inset;
    z-index: 20;
  }
}

.catalog-item-thumb.is-active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 7px #DE8606 inset;
  z-index: 20;
}

.catalog-item.is-active .catalog-item-thumb::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 7px #DE8606 inset;
  z-index: 20;
}

.catalog-item-thumb {
  position: relative;
  cursor: pointer;
}


.catalog-item-title {
  pointer-events: none;
  margin-top: 13px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}

.catalog-item-text {
  pointer-events: none;
  margin-top: 11px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .catalog {
    margin-top: 0;
    padding: 40px 15px;
  }

  .catalog-heading {
    font-size: 20px;
  }

  .catalog-lead {
    margin-top: 10px;
    font-size: 15px;
  }

  .catalog-inner {
    margin: 40px auto 0;
  }

  .catalog-inner::after {
    top: -20px;
  }

  .catalog-top-inner {
    display: block;
    padding: 20px 15px;
  }

  .catalog-top-thumb {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .catalog-top-thumb img {
    width: 100%;
  }

  .catalog-top-content {
    margin-top: 20px;
    width: 100%;
  }

  .catalog-top-title {
    font-size: 16px;
  }

  .catalog-top-text {
    font-size: 12px;
  }

  .catalog-list {
    margin-top: 30px;
    gap: 30px 10px;
  }

  .catalog-item {
    width: calc(50% - 5px);
  }

  .catalog-item-title {
    margin-top: 13px;
    font-size: 16px;
  }

  .catalog-item-text {
    margin-top: 11px;
    font-size: 12px;
  }
}

.fixed-catalog {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.fixed-catalog.show{
  opacity: 1;
  pointer-events: auto;
}

.fixed-catalog {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 970px;
  padding-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 100;
}
.fixed-catalog::after {
  content: "";
  background: rgba(105, 105, 105, 0.8);
  border-radius: 10px 10px 0 0;
  height: 100px;
  width: 100%;
  max-width: 1000px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.fixed-catalog-list {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .fixed-catalog-list {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .fixed-catalog-list {
    gap: 7px;
  }
}

.fixed-catalog-item {
  position: relative;
}

.fixed-catalog-item.has-image .fixed-catalog-item-bg {
  height: auto;
  border: none;
  background: transparent;
}

.fixed-catalog-item.has-image .remove-catalog-button {
  display: block;
}

.fixed-catalog-item-bg {
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 110px;
  height: 156px;
  box-shadow: 2px 4px 4px rgba(0,0,0,0.4);
}

@media screen and (max-width: 960px) {
  .fixed-catalog-item-bg {
    width: 90px;
    height: 140px;
  }
}

@media screen and (max-width: 600px) {
  .fixed-catalog-item-bg {
    width: 70px;
    height: 100px;
  }
}

.fixed-catalog-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fixed-catalog-item-text {
    padding: 0 5px;
    font-size: 12px;
  }
}

.fixed-catalog-item-text .fixed-catalog-item-text-bold {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fixed-catalog-item-text .fixed-catalog-item-text-bold {
    font-size: 15px;
  }
}

.fixed-catalog-button {
  cursor: pointer;
  position: relative;
  display: block;
  width: 260px;
  max-width: 100%;
  margin-left: 20px;
  padding: 17px 20px 17px 0;
  background: #FFC75A;
  border-radius: 5px;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 960px) {
  .fixed-catalog-button {
    width: 280px;
    padding: 20px 15px 20px 0;
    margin-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-catalog-button {
    margin-left: 10px;
    padding: 7px 0px 7px 8px;
    width: 105px;
    font-size: 13px;
    text-align: left;
    line-height: 1.3;
  }
}
.fixed-catalog-button::after {
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 21px;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .fixed-catalog-button::after {
    top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-catalog-button::after {
    top: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-catalog-button span {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fixed-catalog-button:hover {
    opacity: 0.7;
  }
}
.remove-catalog-button {
  cursor: pointer;
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  background: url(/voices/focus/assets/img/icon_close.png) no-repeat 5px 5px / 20px 20px;
}

.fixed-dialog {
  display: none;
	height: 100vh;
  height: 100dvh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.fixed-dialog-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  height: 100dvh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.fixed-dialog-content {
  background: #fff;
  border-radius: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  z-index: 10;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.fixed-dialog-content p {
  padding: 17px 0;
  font-size: 16px;
  text-align: center;
}

.fixed-dialog-content button {
  display: block;
  width: 100%;
  border-top: 1px solid #b9b9b9;
  padding: 10px 0;
  color: #32A7EA;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .icj-pagetop {
    bottom: 110px;
  }
}