@charset "utf-8";

/*============================　
　既存スタイル上書き及び追加
=============================*/
.p-contetns-contact:has(+ .p-contents) {
  padding-bottom: 0;
}

.p-top+.p-contetns-contact {
  padding-top: 32px;
}

.p-contents--top+.p-contents:not(.short-news) {
  margin-top: clamp(64px, calc(32.609865470852014px + 8.370702541106128vw), 120px);
}

.p-contents--top>.p-contetns-contact {
  padding-bottom: 24px;
}

.p-contetns-contact:has(+ .s-separator) {
  padding-bottom: 0;
}

.p-info-item__heading:has(+ a) {
  margin-bottom: 34px;
}

.p-info-item-s[data-column="1"] {}

@media print,
screen and (min-width: 768px) {
  .p-info-item-s {
    padding: 24px 16px;
  }

  .p-info-item-s:nth-child(n + 3) {
    margin-top: 16px;
  }
}

/* カード */
.p-info__item.n-hover {
  pointer-events: none;
}

.p-view-list-button[data-size="large"] {
  max-width: fit-content;
  width: auto;
  padding-inline: 16px;
}

.p-info-item__head[data-size="auto"] {
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-info__item[data-size="large"] {
    width: 100%;
    display: grid;
    grid-template-columns: 326px 1fr;
    column-gap: 40px;
  }

  .p-info__item[data-size="large"] :where(.p-info-item__head) {
    grid-column: 1;
    height: 100%;
    align-self: center;
    grid-row: 1 / 3;
  }

  .p-info__item[data-size="large"] :where(.p-info-item__heading) {
    grid-column: 2;
    align-self: end;
    text-align: left;
  }

  .p-info__item[data-size="large"] :where(.p-info-item__detail),
  .p-info__item[data-size="large"] :where(.p-view-list-button) {
    grid-column: 2;
    align-self: start;
  }

  .p-info--column {
    flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 84px;
  }

  .p-info--column .p-info__item[data-size="large"] {
    margin-left: 0;
    padding: 2rem;
  }

  .p-info--column .p-info__item[data-size="large"] :where(.p-info-item__head) {
    width: 344px;
  }

  .p-info-item__foot {
    height: 155px;
  }

  .p-view-list-button-l {
    width: 300px !important;
  }

  .p-info-item__head_dl {
    height: 250px !important;
  }
}

/* PCそろえる */
@media screen and (min-width: 768px) {
  .p-info.grid {
    display: grid;
    gap: 38px;
    grid-template-columns: repeat(3, 1fr);
  }

  .p-info.grid[data-column="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-info.grid .p-info__item {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }

  .p-info.grid[data-item-row="4"] .p-info__item {
    grid-row: span 4;
  }
}

/* メインビジュアル */
/* ------------------- */
.p-top {
  background-image: url("../images/mv.webp");
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top {
    padding: 150px 0 180px;
    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-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* ナビゲーション */
.contentPageLink {
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .contentPageLink li {
    width: 240px;
  }

  .contentPageLink li a {
    padding: 20px 1em;
    height: 100%;
  }
}

/* コンテンツ遷移 */
.p-info__item-large {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #e9ecf2;
  border-radius: 12px;
  position: relative;
  transition: transform 0.5s, background-color 0.5s;
}

.p-issue__heading {
  font-size: 20px;
  font-weight: bold;
  color: #003366;
}

.p-info__item-large .p-info-item__image {
  height: fit-content;
}

@media (hover: hover) {
  .p-info__item-large:not(.is-disabled-hover):hover .p-info-item__image img {
    transform: scale(120%);
  }

  .p-info__item-large:not(.is-disabled-hover):hover {
    background-color: #f2f4f8;
  }
}

@media not screen and (min-width: 768px) {
  .p-info__item-large .p-page-heading {
    margin-top: 0;
  }

  .p-info__item-large .p-info__item-large {
    padding: 30px 6.4%;
  }

  .p-info__item-large .p-issue__heading {
    margin-top: 1rem;
  }

  .p-info__item-large .p-view-list-button-lett {
    margin: 15px auto 0;
    width: 80%;
  }

  .p-info__item-large .p-view-list-button {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-info__item-large {
    grid-template-columns: 326px 1fr;
  }

  .p-info__item-large .p-view-list-button-l {
    margin: 20px 0 0 auto;
  }

  .p-info__item-large .p-view-list-button-lett {
    margin: 20px 0 0 auto;
    width: 200px;
  }

  .p-info__item-large .p-view-list-button {
    width: 300px;
  }
}

/* リンクカード */
.p-info__item.n-hover {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .p-info__item[data-size="large"] {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 40px;
  }

  .p-info__item[data-size="large"] :where(.p-info-item__head) {
    grid-column: 1;
    width: 240px;
    height: 100%;
    align-self: center;
    grid-row: 1 / 4;
  }

  .p-info__item[data-size="large"] :where(.p-info-item__heading) {
    grid-column: 2;
    align-self: end;
    text-align: left;
  }

  .p-info__item[data-size="large"] :where(.p-info-item__detail) {
    grid-column: 2;
    align-self: start;
  }

  .p-info__item[data-size="large"] :where(.p-view-list-button) {
    grid-column: 2;
    align-self: end;
  }

  .p-info-item__foot {
    height: 155px;
  }
}

/*============================　
　固有スタイル　.s-xx
=============================*/

/* 共通 */
/* ------------------- */

/* テキスト */
.s-text {
  font-size: 16px;
}

.s-text-lg {
  font-size: clamp(1rem, calc(0.929932735426009rem + 0.29895366218236175vw), 1.125rem);
  line-height: 1.3;
}

.s-text-xl {
  font-size: clamp(1.125rem, calc(1.054932735426009rem + 0.29895366218236175vw), 1.25rem);
  line-height: 1.3;
}

.s-text-2xl {
  font-size: clamp(1.3125rem, calc(1.0672645739910314rem + 1.046337817638266vw), 1.625rem);
  line-height: 1.3;
}

.s-text-3xl {
  font-size: clamp(1.5625rem, calc(1.2471973094170403rem + 1.345291479820628vw), 2.25rem);
  line-height: 1.3;
}

/* 色 */
.s-text-primary {
  color: #003366;
}

.s-text-secondary {
  color: #ef8a31;
}

.s-text-white {
  color: #fff;
}

.s-bg-primary {
  background-color: #003366;
}

.s-bg-white {
  background-color: #fff;
}

.s-bg-gray {
  background-color: #f2f2f2;
}

/* ボックス */
.s-mx-auto {
  margin-inline: auto;
}

.s-w-fit {
  max-width: fit-content;
}

.s-fit-mx {
  max-width: fit-content;
  margin-inline: auto;
}

/* 安全配慮義務を満たす危機管理を実現 */
/* ------------------- */
.s-crisis__box {
  padding: 24px;
}

.s-crisis__box[data-as="border"] {
  border: 2px dotted #ef8a31;
}

.s-crisis__box[data-as="blue"] {
  background-color: #e8f4ff;
}

.s-crisis__arrow img {
  width: 40px;
}

/* HISの危機管理（リスク管理）概要 */
/* ------------------- */
.s-oneStop {
  width: 100%;
  gap: 16px 40px;
  display: grid;
}

.s-oneStop__head {
  display: grid;
  grid-template-columns: 1fr auto;
}

.s-oneStop__head p {
  padding: 8px 12px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #3378c7;
}

.s-oneStop__head svg {
  width: auto;
  height: 100%;
}

.s-oneStop__lists {
  max-width: fit-content;
  margin-inline: auto;
  margin-top: 12px;
}

.s-oneStop__lists li {
  font-weight: bold;
  list-style-type: disc;
  margin-left: 16px;
}

.s-oneStop__subhead {
  margin-top: 8px;
}

.s-oneStop__subhead p {
  padding: 6px 12px 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #2e2362;
}

.s-oneStop__subhead p[data-bg="blue"] {
  background-color: #def2fb;
}

.s-oneStop__subhead p[data-bg="yellow"] {
  background-color: #ffe200;
}

.s-oneStop__col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media screen and (min-width: 1024px) {
  .s-oneStop {
    grid-template-columns: 0.6fr 1fr;
  }
}

/* 旧引き継ぎ */
/* ------------------- */
.minus-t {
  margin-top: 0 !important;
}

.minus-b {
  margin-bottom: 0 !important;
}

.mark_150per {
  background: linear-gradient(transparent 60%, #ffff75 60%);
  font-size: 1.25rem;
}

.link-inside {
  color: #3399cc;
  text-decoration: underline;
  line-height: 0.9rem;
}

.travel-info-table {
  background: #fff;
}

.travel-info-table__heading {
  width: 20%;
}

.problem {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #003366;
}

.problem::before {
  font-size: 5rem;
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f103";
}

.problem1 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #003366;
}

.problem1::before {
  font-size: 3rem;
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f103";
}

.checktest_ttl {
  color: #0253bc;
  font-size: 26px;
  font-weight: 700;
  padding: 5px;
  margin-bottom: 2%;
  border: 1px solid #0253bc;
  border-radius: 30px;
}

input[type="checkbox"] {
  display: none;
}

.checklist {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-size: 128.57%;
}

.checklist::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checklist::after {
  border-right: 6px solid #00cccc;
  border-bottom: 3px solid #00cccc;
  content: "";
  display: block;
  height: 20px;
  left: 11px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}

input[type="checkbox"]:checked+.checklist::before {
  border-color: #666;
}

input[type="checkbox"]:checked+.checklist::after {
  opacity: 1;
}

.total {
  font-size: 128.57%;
  float: right;
  background-color: #fff;
  padding: 1% 3%;
  margin-bottom: 2%;
}

.padding_3 {
  padding: 3%;
}

table.brwsr2 {
  width: 100%;
  margin: 0 auto;
  border: none;
  border-top: solid 1px #0253bc;
  border-bottom: solid 1px #0253bc;
  border-collapse: separate;
  border-spacing: 0 10px;
}

table.brwsr2 th {
  vertical-align: middle;
  height: 53px;
  width: 20%;
  border-right: solid 1px #0253bc;
  margin: 0;
  text-align: center;
  color: #0253bc;
  font-size: 128.57%;
  font-weight: bold;
}

table.brwsr2 td.data {
  padding: 0;
  margin: 0;
  height: 53px;
  width: 100px;
  border: none;
  color: #666;
  font-size: 128.57%;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}

table.brwsr2 td:fst-child {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

table.brwsr2 td.bar {
  height: 1px;
  width: 100%;
  border-top: solid 1px #0253bc;
  padding: 0;
  margin: 0;
}

.bk_blue {
  background: #dcf4f4;
}

.price_red {
  color: red;
  font-weight: bold;
  font-size: 1.25rem;
  padding-top: 0.5rem;
}

.price_red_f {
  color: red;
  font-weight: bold;
  font-size: 2.25rem;
  padding-top: 0.5rem;
}

.voice1 {
  background-color: #e9ecf2;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 84px;
}

.voice1 .p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 2em 2em 0 2em;
  width: 100%;
}

.voice1 h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #003366;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
}

.voice-q {
  padding: 1.5rem 1.5rem 0;
  background-color: #fcefef;
  margin-bottom: 2rem;
  border-radius: 12px;
  position: relative;
}

.voice-q h4,
.voice-a h4 {
  padding-left: 1rem;
}

.voice-a {
  padding: 1.5rem 1.5rem 0;
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 12px;
  position: relative;
}

.light {
  position: absolute;
  top: -5px;
  left: -5px;
}

.note {
  position: absolute;
  top: -15px;
  left: -18px;
}

.light img,
.note img {
  width: 50px;
}

@media print,
screen and (min-width: 768px) {
  .p-info-item-s__detail1 {
    margin-left: 10px;
  }
}

@media not all and (min-width: 768px) {
  .p-info-item-s__heading {
    font-size: 1rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }

  .voice1 .p-issue-item {
    margin: 0;
  }

  .voice1 h3 {
    font-size: 1.2rem;
    padding: 0.25em 0;
  }

  /* チェックボックス */
  .total {
    float: none;
  }

  table.brwsr2 {
    table-layout: fixed;
  }

  table.brwsr2 th,
  table.brwsr2 td {
    display: block;
  }

  table.brwsr2 th {
    width: 100%;
    border-right: none;
  }

  table.brwsr2 td.data {
    width: 100%;
    text-align: left;
    font-size: 100%;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .box-another {
    width: 100%;
  }
}