@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top {
  background-repeat: no-repeat;
  background-size: cover;
}
/* 20230124 ▼追加・変更▼ */
@media print, screen and (min-width: 768px) {
  .p-top {
    /*padding: 150px 0 320px;*/
    height: 713px;
  }
}
@media not all and (min-width: 768px) {
  .p-top {
    height: 1480px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top__inner {
    /*max-width: 1300px;*/
    /*margin: 0 auto;*/
    height: 713px !important;
  }
}
@media not all and (min-width: 768px) {
  .p-top__inner {
    /*padding: 0 6.4%;*/
    height: 1480px !important;
    overflow: hidden;
  }
}
.p-top__heading {
  font-weight: bold;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in 0.8s;
  animation: fadeIn 1s ease-in 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  text-shadow: 0px 0px 13px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
}

.sub-heading {
	font-size: 1.5rem;
    font-weight: normal;
	display: block;
}
@media print, screen and (min-width: 768px) {
  .p-top__heading {
    font-size: 3.625rem;
	  font-style: italic;
    max-width: 1300px;
    margin: 150px auto 0 auto;
    padding: 0 16px;
  }
}
@media not all and (min-width: 768px) {
  .p-top__heading {
    font-size: 2rem;
    font-style: italic;
    padding: 0 6.4%;
    margin-top: 85px;
  }
}
.p-top__text {
  font-weight: bold;
  text-shadow: 0px 0px 8px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in 1s;
  animation: fadeIn 1s ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media print, screen and (min-width: 768px) {
  .p-top__text {
    font-size: 1.25rem;
    max-width: 1300px;
    margin: 30px auto 0 auto;
    padding: 0 16px;
  }
}
@media not all and (min-width: 768px) {
  .p-top__text {
    font-size: 1rem;
    line-height: 1.8em;
    margin-top: 64px;
    padding: 0 6.4%;
  }
}
.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;
}
/* 20230124 ▲追加・変更▲ */

@media print, screen and (min-width: 768px) {
  .p-top-links {
    width: 100%;
    max-width: 1260px;
    display: flex;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1em;
  }
}
@media not all and (min-width: 768px) {
  .p-top-links {
    margin-top: -1050px;
    display: block;
    padding: 0 6.4%;
  }
}

.p-link-group {
  background-color: rgba(0, 51, 102, 0.7);
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-link-group {
    display: flex;
    flex-direction: column;
    width: 30.1587301587%;
    padding: 2.8571428571%;
  }
  .p-link-group:nth-of-type(2) {
    transition-delay: 2.25s !important;
  }
  .p-link-group:nth-of-type(3) {
    transition-delay: 2.5s !important;
  }
}
@media not all and (min-width: 768px) {
  .p-link-group {
    width: 100%;
    padding: 24px 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-link-group + .p-link-group {
    margin-left: 4.7619047619%;
  }
}
@media not all and (min-width: 768px) {
  .p-link-group + .p-link-group {
    margin-top: 24px;
  }
}
.p-link-group__heading {
  position: relative;
  display: block;
  border-bottom: 2px solid #ffffff;
  padding-right: 30px;
  padding-bottom: 10px;
  transition: opacity 0.3s;
}
.p-link-group__heading span {
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .p-link-group__heading span {
    font-size: 2rem;
    word-break: keep-all;
  }
}
@media not all and (min-width: 768px) {
  .p-link-group__heading span {
    font-size: 1.5rem;
  }
}
.p-link-group__heading::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 24px;
  background: url("../images/common/icon_arrow_white.svg") no-repeat center/15px 24px;
}
@media (hover: hover) {
  .p-link-group__heading:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
.p-link-group__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-link-group__button {
  width: 90px;
  margin-top: auto;
  margin-left: auto;
}

.p-link-item {
  width: calc(50% - 0.25em);
  font-size: 1rem;
  color: #ffffff;
  transition: opacity 0.3s;
}

.wcl100 {
	width: calc(100% - 0.25em);
}

.wcl100:nth-child(n+2) {
    margin-top: 20px;
}

.wcl60 {
	width: calc(60% - 0.25em);
}

.wcl40 {
	width: calc(40% - 0.25em);
}

@media (hover: hover) {
  .p-link-item:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
.p-link-item:nth-child(n+3) {
  margin-top: 20px;
}
.p-link-item::before {
  content: ">";
  color: #ffffff;
  margin-right: 5px;
}
.p-link-item__text {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .p-contents {
    padding: 0 1em;
    margin-top: 15rem;
  }
}
@media not all and (min-width: 768px) {
  .p-contents {
    margin-top: 120px;
  }
}
.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 {
    margin-top: -88px;
    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/top/pic_mv.jpg");
  }
  .p-top__inner:nth-child(2) {
    background-image: url("../images/top/pic_mv02.jpg");
  }
  .p-top__inner:nth-child(3) {
    background-image: url("../images/top/pic_mv03.jpg");
  }
}
@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/top/pic_mv-sp.jpg");
  }
  .p-top__inner:nth-child(2) {
    background-image: url("../images/top/pic_mv-sp02.jpg");
  }
  .p-top__inner:nth-child(3) {
    background-image: url("../images/top/pic_mv-sp03.jpg");
  }
}
/* 20230124 ▲追加・変更▲ 
@media print, screen and (min-width: 768px) {
  .p-contents--thought {
    margin-top: 180px;
  }
}*/

.p-page-heading {
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-page-heading {
    font-size: 2.25rem;
  }
}
@media not all and (min-width: 768px) {
  .p-page-heading {
    font-size: 1.5rem;
  }
}
.p-page-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
  display: block;
  width: 48px;
  height: 4px;
  background-color: #003366;
}

@media print, screen and (min-width: 768px) {
  .p-thought {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
  }
}
@media not all and (min-width: 768px) {
  .p-thought {
    display: block;
    margin-top: 60px;
  }
}

.p-thought-item {
  display: block;
  background-color: #e9ecf2;
  border-radius: 12px;
  transition: transform 0.5s, background-color 0.5s;
}
/*@media (hover: hover) {
  .p-thought-item:not(.is-disabled-hover):hover {
    background-color: #f2f4f8;
  }
  .p-thought-item:not(.is-disabled-hover):hover .p-thought-item__image img {
    transform: scale(120%);
  }
}*/
@media print, screen and (min-width: 768px) {
  .p-thought-item {
    width: calc((100% - 40px) / 2);
    min-height: 514px;
    padding: 40px 4.7892720307% 30px;
  }
  .p-thought-item:nth-child(2n) {
    margin-left: 40px;
  }
  .p-thought-item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-thought-item {
    width: 100%;
    padding: 24px 7.2%;
  }
  .p-thought-item + .p-thought-item {
    margin-top: 24px;
  }
}
.p-thought-item__image {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.p-thought-item__image img {
  transition: transform 0.5s;
}
.p-thought-item__heading {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-thought-item__heading {
    font-size: 1.5rem;
  }
}
@media not all and (min-width: 768px) {
  .p-thought-item__heading {
    font-size: 1rem;
  }
}
.p-thought-item__text {
	font-size: 0.875rem;
	text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .p-thought-item__text {
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-thought-item__text {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-reason {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
  }
}
@media not all and (min-width: 768px) {
  .p-reason {
    display: block;
    margin-top: 60px;
  }
}

.p-reason-item {
  transition: box-shadow 0.5s;
}
/*@media (hover: hover) {
  .p-reason-item:not(.is-disabled-hover):hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .p-reason-item:not(.is-disabled-hover):hover .p-reason-item__image img {
    transform: scale(120%);
  }
}*/
@media print, screen and (min-width: 768px) {
  .p-reason-item {
    display: flex;
    width: calc((100% - 30px) / 2);
    padding: 10px;
  }
  .p-reason-item:nth-child(2n) {
    margin-left: 30px;
  }
  .p-reason-item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-reason-item {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .p-reason-item + .p-reason-item {
    margin-top: 40px;
  }
}
.p-reason-item__image {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-reason-item__image {
    width: 165px;
  }
}
@media not all and (min-width: 768px) {
  .p-reason-item__image {
    width: 103px;
    position: absolute;
    top: 4px;
    left: 0;
  }
}
.p-reason-item__image img {
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .p-reason-item__detail {
    width: calc(100% - 175px);
    margin-left: 10px;
  }
}
.p-reason-item__heading {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-reason-item__heading {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 768px) {
  .p-reason-item__heading {
    font-size: 1rem;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 119px;
  }
  .p-reason-item__heading--paddingY-small {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.p-reason-item__text {
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media not all and (min-width: 768px) {
  .p-reason-item__text {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .p-contact {
    display: flex;
    justify-content: center;
    padding-top: 110px;
  }
}
@media not all and (min-width: 768px) {
  .p-contact {
    display: block;
    padding-top: 64px;
  }
}

.p-contact-item {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-contact-item {
    display: flex;
    flex-direction: column;
    /*width: 480px;*/
    padding: 0 58px;
  }
}
@media not all and (min-width: 768px) {
  .p-contact-item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-item + .p-contact-item {
    margin-left: auto;
  }
}
@media not all and (min-width: 768px) {
  .p-contact-item + .p-contact-item {
    margin-top: 80px;
  }
}
.p-contact-item__heading {
  font-size: 1.5rem;
  color: #ffffff;
  /*border-bottom: 1px solid #ffffff;*/
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-contact-item__heading {
    margin: 0 20px;
  }
}
.p-contact-item__text {
  font-size: 1.25rem;
  color: #ffffff;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-contact-item__text {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-item__button {
    margin-top: auto;
  }
}
@media not all and (min-width: 768px) {
  .p-contact-item__button {
    margin-top: 40px;
  }
}

.p-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .p-sns {
    padding-bottom: 80px;
    margin-top: 90px;
  }
}
@media not all and (min-width: 768px) {
  .p-sns {
    padding-bottom: 80px;
    margin-top: 64px;
  }
}
.p-sns__link {
  flex-shrink: 0;
  display: inline-block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-sns__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sns__link {
    width: 40px;
  }
}
@media not all and (min-width: 768px) {
  .p-sns__link {
    width: 8.2568807339%;
    max-width: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sns__link + .p-sns__link {
    margin-left: 64px;
  }
}
@media not all and (min-width: 768px) {
  .p-sns__link + .p-sns__link {
    margin-left: 32px;
  }
}


/*news*/
.p-news-list {
  font-size: 1rem;
  color: #333333;
}
@media print, screen and (min-width: 768px) {
  .p-news-list {
    margin-top: 70px;
  }
}
@media not all and (min-width: 768px) {
  .p-news-list {
    margin-top: 46px;
  }
}
.p-news-list__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1em;
  padding-bottom: 16px;
  transition: background-color 0.5s;
}
@media (hover: hover) {
  .p-news-list__link:not(.is-disabled-hover):hover {
    background-color: #ececec;
  }
}
.p-news-list__link + .p-news-list__link {
  padding-top: 16px;
  border-top: 1px solid #e3e3e3;
}
.p-news-list__link:first-of-type {
  padding-top: 16px;
}
.p-news-list__link:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}
.p-news-list__link--blank .p-news-list__detail {
  background-size: 16px;
  background-image: url("../images/common/icon_blank_gray.png");
}
.p-news-list__date, .p-news-list__tag {
  width: auto;
}
.p-news-list__date {
  color: #000000;
  flex-shrink: 0;
}
.p-news-list__tag {
  font-size: 0.75rem;
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  padding: 2px 1em;
  margin-left: 8px;
}
.p-news-list__detail {
  width: 100%;
  word-break: break-all;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-image: url("../images/common/icon_arrow_black.svg");
}
@media print, screen and (min-width: 768px) {
  .p-news-list__detail {
    background-position: center right 10px;
    padding-right: 50px;
  }
}
@media not all and (min-width: 768px) {
  .p-news-list__detail {
    background-position: center right 6px;
    padding-right: 30px;
  }
}


/*20230105追加（HIS全体掲載必須）*/
.mail-caution{
  border: 1px solid;
  padding: 12px;
  margin-top: 180px;
}
.check{
   display: none;
}
.mail-caution-key{
  display: block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative
}
.mail-caution-key::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_down.svg") no-repeat center center / contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mail-caution-text{
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}
.check:checked + .mail-caution-key + .mail-caution-text{
  height: 110px;
}
.check:checked + .mail-caution-key::after{
  background: url("/cmn/icon/icon_arrow_top.svg") no-repeat center center / contain;
}
@media screen and (max-width: 768px){
  .mail-caution{
  border: 1px solid;
  padding: 8px;
  margin-top: 20px;
}
  .mail-caution-key{
    display: block;
    font-size: calc(22vw / 7.5);
    font-weight: bold;
    cursor: pointer;
    position: relative
  }
  .mail-caution-key::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_down.svg") no-repeat center center / contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
  .check:checked + .mail-caution-key + .mail-caution-text{
  height: 240px!important;
    margin-top: 10px;
    font-size: 13px;
}
  
}
