@charset "utf-8";
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(/tyo/common/font/MaterialSymbolsRounded.woff2) format('woff2');
}
/*★ リセット ★*/
.main {
  div:not([class])::after {
    content: none;
  }
  a {
    text-decoration: none;
  }
  .is-em {
    font-weight: bold;
  }
}
#topbuttonApp, #searchArea {
  position: relative;
  z-index: 1;
}
/*------------------------------------------------*/
/*★ ページスタイル設定 ★*/
#hisApp {
  position: relative;
  overflow: hidden;
}
:root {
  --default-color-green: #00C0B1;
  --default-color-green2: #13AFA3;
  --default-color-green3: #D0FFFA;
  --default-color-green4: #007970;
  --default-font-size-pc: 16px;
  --default-font-size-sp: calc(13vw / 3.75);
  --default-font-size: min(var(--default-font-size-sp), var(--default-font-size-pc));
  --default-font-lh: 1.5;
  --default-font-lh2: 1.8;
  --default-width-sp-val: 336;
  --default-width-pc-val: 1104;
  --default-width-sp: (335vw / 3.75);
  --default-width-pc: 1104px;
  --default-width: min(var(--default-width-sp), var(--default-width-pc));
  --default-width2: min(100%, var(--default-width-pc));
  --default-bg-width-pc: max(100%, 1920px);
  --default-ff-icon: "Material Symbols Rounded";
  --default-ico-arrow-r: "\e5e1";
  --default-ico-blank: "\e89e";
  --default-ico-anchor: "\e313";
  --default-hover-speed: .3s;
  --default-hover-opacity: .8;
  --default-hover-transition-opacity: opacity var(--default-hover-speed);
  --default-hover-transition-background: background var(--default-hover-speed);
  --default-hover-transition-color: color var(--default-hover-speed);
}
.material-symbols-rounded {
  font-family: var(--default-ff-icon);
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--default-font-size);
  color: var(--ui-static-black);
  line-height: var(--default-font-lh);
  padding-bottom: 0 !important;
  a[class*="link"]:not([class*="ui-static"]):not(.base-text-link) {
    color: inherit;
  }
}
#pageApp {
  position: relative;
}
.is-inline-block {
  display: inline-block;
}
.is-indent-1, .section [class*="notes--item"] {
  text-indent: -1em;
  padding-left: 1em;
}
.section [class*="notes--item"] {
  &:not(:first-child) {
    margin-top: .25em;
  }
}
.contents__wrapper {
  width: var(--default-width);
  margin: auto;
}
.is-sp .is-dsp-pc, .is-pc .is-dsp-sp {
  display: none !important;
}
.js-accordion-button {
  cursor: pointer;
  + * {
    display: none;
  }
}
.js-toggleControl:not([class*="active"]) {
  cursor: pointer;
}
/*.float-button*/
.float-button {
  --floatbtn-posi-top: min((20vw / 3.75), 33px);
  --floatbtn-posi-right: 14px;
  width: min((108vw / 3.75), 160px);
  height: min((109vw / 3.75), 161px);
  position: absolute;
  top: var(--floatbtn-posi-top);
  right: var(--floatbtn-posi-right);
  z-index: 10;
  .float-button__link {
    display: block;
    translate: var(--floatbtn-posi-x, 0) 0;
    transition: translate .7s;
    position: absolute;
    top: 0;
    right: 0;
    width: inherit;
    height: inherit;
    .is-fixed & {
      position: fixed;
      top: var(--floatbtn-posi-top);
      right: var(--floatbtn-posi-right);
    }
    .is-fixed.is-over & {
      --floatbtn-posi-x: 200%;
    }
  }
  .float-button__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
/*.base-button*/
.base-button.ui-static-button {
  --btn-bg: #ED6C01;
  background: var(--btn-bg) !important;
  border-color: var(--btn-bg) !important;
  padding: calc(12em / 16) calc(36em / 16) calc(14em / 16) 1.5em;
  .is-pc & {
    font-size: 20px;
  }
}
/*.base-text-link ＋ .base-textlink*/
.base-text-link, .base-textlink__texts {
  color: var(--ui-static-unleash-blue-100);
}
.base-text-link {
  display: inline;
  padding: 0 .25em;
  &::after {
    content: var(--textlink-ico, var(--default-ico-arrow-r));
    font-family: var(--default-ff-icon);
    margin-left: .25em;
    translate: 0 .15em;
    display: inline-block;
  }
  &[target="_blank"] {
    --textlink-ico: var(--default-ico-blank);
  }
  &[href^="#"] {
    &::after {
      scale: 1.5;
    }
    --textlink-ico: var(--default-ico-anchor);
  }
}
.base-textlink__texts {
  display: flex;
  align-items: center;
  gap: .25em;
  line-height: 1.2;
  .ui-static-icon {
    color: inherit;
  }
}
/*------------------------------------------------*/
/*★ ＝＝ hover ＝＝ ★*/
@media (hover : hover) and (pointer : fine) {
  .base-text-link {
    &:hover {
      text-decoration: underline;
      text-underline-offset: .2em;
    }
  }
  .base-textlink__link {
    &:hover {
      .base-textlink__text {
        text-decoration: underline;
        text-underline-offset: .2em;
      }
    }
  }
  .base-button.ui-static-button {
    &:hover {
      --btn-bg: color-mix(in srgb, #ED6C01 70%, transparent);
      border-color: var(--btn-bg) !important;
      background-color: var(--btn-bg) !important;
    }
  }
}