@charset "utf-8";
/* CSS Document 

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
  }	
}*/

.p-contents--top {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  -webkit-animation: fadeIn 2s ease;
  animation: fadeIn 2s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* 20230124 ▼追加・変更▼ */
@media print, screen and (min-width: 768px) {
  .p-contents--top {
    padding: 0;
    position: relative;
  }
}
@media not all and (min-width: 768px) {
  .p-contents--top {
    /*background-color: #000000;*/
    /*padding: 80px 0 56px;*/
    /*margin-top: 52px;*/
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top__inner {
    background-position: center;
    background-size: cover;
  }
  .p-top__inner:nth-child(1) {
    background-image: url("../images/mv.png");
  }
  .p-top__inner:nth-child(2) {
    background-image: url("../images/mv01.webp");
  }
}
@media not all and (min-width: 768px) {
  .p-top__inner {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    /*margin-top: 52px;*/
  }
  .p-top__inner:nth-child(1) {
    background-image: url("../images/mv.png");
  }
  .p-top__inner:nth-child(2) {
    background-image: url("../images/mv01.webp");
  }
}

.slick-prev {
  display: none;
}
.slick-arrow {
  position: absolute;
  bottom: 400px;
  right: 20px;
  text-indent: -9999px;
}
@media not all and (min-width: 768px) {
  .slick-arrow {
    bottom: auto;
    top: 200px;
  }
}
.slick-arrow:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg) no-repeat;
  background-size: cover;
  background-position: 20px 0;
  display: block;
}

/*p-issue*/
@media print, screen and (min-width: 768px) {
  .p-issue-item {
    padding: 0;
  }
}

.p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 2em;
}

/*.p-issue-item {
  display: flex;
  flex-direction: column;
  background-color: #e9ecf2;
  border-radius: 12px;
  position: relative;
  transition: transform 0.5s, background-color 0.5s;
}*/
@media (hover: hover) {
  /*.p-issue-item:not(.is-disabled-hover):hover {
    background-color: #f2f4f8;
  }*/
  .p-others-item:not(.is-disabled-hover):hover .p-others-item__image img {
    transform: scale(120%);
  }
}

@media print, screen and (min-width: 768px) {
  .p-issue-item {
    width: 50%;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item {
    margin: 0;
  }
}

.p-issue-item__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-issue-item__head {
  width: 100%;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .p-issue-item__head {
    height: 155px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__head {
    height: 120px;
  }
}

.p-issue-item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-issue-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s;
}

.p-issue-item__image {
  margin: 30px auto;
  width: 100%;
  box-shadow: 30px 30px 0 #336699;
}

.p-issue-item__sup {
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: -5px;
}

@media print, screen and (min-width: 768px) {
  .p-issue-item__sup {
    left: -11px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__sup {
    left: -9px;
  }
}

.p-issue-item__sup span {
  display: inline-block;
  font-weight: bold;
  background-color: #009999;
}

@media print, screen and (min-width: 768px) {
  .p-issue-item__sup span {
    font-size: 1rem;
    padding: 3px 11px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__sup span {
    font-size: 0.875rem;
    padding: 2px 8px;
  }
}

.p-issue-item__sup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #008282 transparent transparent;
  position: absolute;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .p-issue-item__sup::after {
    border-width: 0 11px 11px 0;
    bottom: -11px;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__sup::after {
    border-width: 0 9px 9px 0;
    bottom: -9px;
  }
}

.p-issue-item__heading {
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  border-bottom: 1px solid #666;
}

@media not all and (min-width: 768px) {
  .p-issue-item__heading {
    text-align: center;
    margin-top: 3rem;
  }
}

.p-issue-item__detail {
  font-size: 1.2rem;
  margin-top: 22px;
  margin-bottom: 14px;
  font-weight: bold;
}

.p-issue-item__solution {
  font-size: 1rem;
  margin-top: 22px;
  margin-bottom: 14px;
}

.p-issue-item__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}

@media print, screen and (min-width: 768px) {
  .p-issue-item__tags {
    justify-content: left;
  }
}

@media not all and (min-width: 768px) {
  .p-issue-item__tags {
    justify-content: center;
  }
}

/*p-others*/
.p-others {
  display: block;
  background-color: #e9ecf2;
  padding: 2em 2em 0;
  border-radius: 10px;
}

@media print, screen and (min-width: 768px) {
  .p-others {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media not all and (min-width: 768px) {
  .p-others {
    display: block;
  }
}

.p-others-item {
  transition: box-shadow 0.5s;
  margin-bottom: 2em;
}

/*@media (hover: hover) {
  .p-others-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-others-item:not(.is-disabled-hover):hover .p-others-item__image img {
    transform: scale(120%);
  }
}*/
@media print, screen and (min-width: 768px) {
  .p-others-item {
    display: flex;
    /*width: calc((100% - 30px) / 2);
    padding: 10px;*/
  }

  /*.p-others-item:nth-child(2n) {
    margin-left: 30px;
  }
  .p-others-item:nth-child(n+3) {
    margin-top: 30px;
  }*/
}

@media not all and (min-width: 768px) {
  .p-others-item {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .p-others-item + .p-others-item {
    margin-top: 40px;
  }
}

.p-others-item__image {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .p-others-item__image {
    width: 120px;
    height: 120px;
    background: white;
  }
}

@media not all and (min-width: 768px) {
  .p-others-item__image {
    width: 103px;
    position: absolute;
    top: 4px;
    left: 0;
  }
}

.p-others-item__image img {
  transition: transform 0.5s;
}

@media print, screen and (min-width: 768px) {
  .p-others-item__detail {
    margin-left: 20px;
    width: 65%;
  }
}

.p-others-item__heading {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .p-others-item__heading {
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: bold;
    /*border-bottom: 1px solid #666;
    margin-bottom: 5px;*/
    padding-bottom: 5px;
  }
}

@media not all and (min-width: 768px) {
  .p-others-item__heading {
    font-size: 1rem;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 119px;
  }
  .line2 {
    padding-top: 27px;
    padding-bottom: 24px;
  }
  .line3 {
    padding-top: 17px;
    padding-bottom: 11px;
  }
  .p-others-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.p-others-item__text {
  font-size: 0.875rem;
}

@media not all and (min-width: 768px) {
  .p-others-item__text {
    width: 100%;
    margin-top: 1rem;
  }
}

.issue-s {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 25px 10px 0;
  width: 1px;
  max-width: calc(100% - 20px);
}

.issue-s1 {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -30px 20px;
  transform: rotate(45deg);
  width: 1px;
  max-width: calc(100% - 20px);
}

.issue-s2 {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 25px 10px;
  transform: rotate(45deg);
  width: 1px;
  max-width: calc(100% - 20px);
}

.issue-n {
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: -2rem;
  margin-right: 20px;
}

.issue-title {
  display: flex;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.balloon {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 1px #525252;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
}

.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.balloon:before {
  border: solid 11px transparent;
  border-top: solid 11px #333;
}

.balloon:after {
  border: solid 15px transparent;
  border-top: solid 15px #fff;
  margin-top: -5px;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.carousel {
  margin-bottom: 2rem !important;
}

.carousel-item {
  height: auto !important;
}

.carousel-caption {
  top: 10%;
}

/* add */
.main-carousel {
  max-width: 1800px;
  margin-inline: auto;
}

.p-top__heading:not(:root) {
  text-shadow: none;
}

.slick-arrow:after,
.slick-arrow:before {
  content: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  bottom: 0;
  transform: translate(0, -50%);
  width: 15%;
  height: fit-content;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.main-carousel-indicators {
  gap: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1.5rem;
  margin-left: 15%;
}

.main-carousel-indicators li button {
  width: 30px;
  height: 3px;
  opacity: 0.6;
  text-indent: -9000px;
  border: none;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

.main-carousel-indicators li.slick-active button {
  opacity: 1;
}

.slick-slide img {
  width: 100%;
  height: 100%;
}

.main-carousel-obj {
  position: relative;
  display: block grid;
  align-content: center;
  grid-template-areas: "stack";
  isolation: isolate;
  align-items: center;
}

picture {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  grid-area: stack;
}

.main-carousel-obj > * {
  grid-area: stack;
}

.main-carousel-cont {
  margin-inline: 14vw;
}

.main-carousel-heading {
  color: #fff;
  font-weight: bold;
  font-size: clamp(2rem, 1.5856rem + 1.768vw, 3rem);
  opacity: 0;
}

.main-carousel-slide.slick-active .main-carousel-heading {
  animation: fadeIn 1s ease-in 0.8s;
  animation-fill-mode: forwards;
}

.main-carousel-heading span {
  font-size: clamp(1.5rem, 1.2928rem + 0.884vw, 2rem);
}

.main-carousel-text {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(0.875rem, 0.7196rem + 0.663vw, 1.25rem);
  line-height: 1.4;
  opacity: 0.75;
}

.main-carousel-slide a {
  transition: opacity 0.175s;
}

@media not screen and (min-width: 769px) {
  .main-carousel-cont {
    margin-block-start: var(--mt-sp);
  }
}

@media screen and (min-width: 769px) {
  .main-carousel-cont {
    margin-block-start: var(--mt-pc);
  }
}

@media (any-hover: hover) {
  .main-carousel-slide a:hover {
    opacity: 0.7;
  }
}
