@charset "UTF-8";

/**/
[class*="contents-"] {
  all: unset;
}
@media (min-width: 769px) and (max-width: 1199.99px) {
  [class*="contents-"]:target,
  [class*="contents-"] :target {
    scroll-margin-block-start: 80px;
  }
}
@media (min-width: 1200px) {
  [class*="contents-"]:target,
  [class*="contents-"] :target {
    scroll-margin-block-start: 80px;
  }
}
/**/
.contents-cta {
  display: flow-root;
  background-color: rgba(0,0,0,0.05);
  background-image: url(/src/img/home2/bg-cta.png);
  background-size: 256px 744px;
  background-repeat: repeat-x;
  position: relative;
}
.contents-cta::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(180deg, transparent 0%, transparent 60%, rgba(255, 255, 255, 1) 100%);
}
.contents-cta > .content {
  display: flow-root;
  margin-block: var(--contents-margin-vertical);
  margin-inline: auto;
  inline-size: var(--contents-width);
  position: relative;
}
.contents-cta > .content > h3 {
  margin-block: 30px;
  margin-inline: auto;
  inline-size: fit-content;
  font-size: 24px;
  font-weight: 800;
}
.contents-cta > .content > p {
  margin-block: 30px;
  margin-inline: auto;
  inline-size: fit-content;
}
.contents-cta > .content > .alternative {
  margin-block: 20px;
  margin-inline: auto;
  inline-size: fit-content;
}
.contents-cta > .content > .alternative > p {
  margin-block: 8px;
  font-size: 80%;
}
.contents-cta > .content > .alternative > .call {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
  margin-block: 8px;
}
.contents-cta > .content > .alternative > .call > a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: bold;
}
.contents-cta > .content > .alternative > .call > a::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgb(46,167,224);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17.85"><path fill="rgba(255,255,255,1)" d="M16.95 18.6843C14.8667 18.6843 12.8083 18.2339 10.775 17.3331C8.74167 16.4324 6.89167 15.1556 5.225 13.5027C3.55833 11.8499 2.27083 10.0153 1.3625 7.99884C0.454167 5.9824 0 3.94116 0 1.87514C0 1.57763 0.1 1.32971 0.3 1.13137C0.5 0.933032 0.75 0.833862 1.05 0.833862H5.1C5.33333 0.833862 5.54167 0.912371 5.725 1.06939C5.90833 1.22641 6.01667 1.41235 6.05 1.62722L6.7 5.09814C6.73333 5.36259 6.725 5.58572 6.675 5.76753C6.625 5.94934 6.53333 6.10636 6.4 6.23859L3.975 8.66823C4.30833 9.27978 4.70417 9.87066 5.1625 10.4409C5.62083 11.0111 6.125 11.5607 6.675 12.0896C7.19167 12.6019 7.73333 13.0771 8.3 13.5151C8.86667 13.9531 9.46667 14.3539 10.1 14.7176L12.45 12.3871C12.6 12.2383 12.7958 12.1268 13.0375 12.0524C13.2792 11.978 13.5167 11.9573 13.75 11.9904L17.2 12.6846C17.4333 12.7507 17.625 12.8705 17.775 13.0441C17.925 13.2176 18 13.4118 18 13.6267V17.643C18 17.9406 17.9 18.1885 17.7 18.3868C17.5 18.5852 17.25 18.6843 16.95 18.6843Z" /></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  block-size: 24px;
  aspect-ratio: 1 / 1;
}
.contents-cta > .content > .alternative > .call > a:any-link {
  text-decoration-color: transparent;
  color: rgb(46,167,224);
}
.contents-cta > .content > .alternative > .call > a:focus,
.contents-cta > .content > .alternative > .call > a:hover {
  text-decoration-color: currentColor;
}
.contents-cta > .content > .alternative > .call > small {}
.contents-cta > .content > .alternative > .call > span {
  font-size: 16px;
  font-weight: bold;
}
.contents-cta > .content > .cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-block: 20px;
  padding: 0;
}
.contents-cta > .content > .cta > .unit > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-end: 6px;
  margin-block-start: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.contents-cta > .content > .cta > .unit > p::after {
  content: "／";
}
.contents-cta > .content > .cta > .unit > p::before {
  content: "＼";
}
@media (min-width: 1px) and (max-width: 520.99px) {
  .contents-cta > .content > .cta {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (min-width: 521px) and (max-width: 768.99px) {
  .contents-cta > .content > .cta {
    flex-direction: column;
    align-items: center;
  }
  .contents-cta > .content > .cta > .unit {
    inline-size: 61.8%;
  }
  .contents-cta > .content > .cta > .unit {
    inline-size: 61.8%;
  }
}
@media (min-width: 769px) and (max-width: 1199.99px) {
  .contents-cta > .content > .cta {
    flex-direction: row;
    align-items: center;
  }
  .contents-cta > .content > .cta > .unit {
    inline-size: 38.2%;
  }
}
@media (min-width: 1200px) {
  .contents-cta > .content > .cta {
    flex-direction: row;
    align-items: center;
  }
  .contents-cta > .content > .cta > .unit {
    inline-size: 38.2%;
  }
}
@media screen {
  .contents-cta > .content > .alternative > .call > a:any-link {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
  }
  .contents-cta > .content > .cta > .unit > p {
    animation-name: cta-copy;
    animation-timeline: view(block);
    animation-timing-function: ease;
  }
  @keyframes cta-copy {
    0% {
      opacity: 0.3;
      transform: translateY(61.8%) scale(0.618);
    }
    23.6% {
      opacity: 1;
      transform: translateY(0%) scale(1.382);
    }
    38.2% {
      transform: translateY(0%) scale(1);
    }
    100% {}
  }
}
/**/
.contents-footer {
  display: flow-root;
  position: sticky;
  top: 100vh;
  background-color: rgba(0,0,0,0.7);
  color: rgba(255,255,255,1);
  content-visibility: auto;
}
.contents-footer > .corporate {
  border-block-start-color: rgba(255,255,255,0.1);
  border-block-start-style: solid;
  border-block-start-width: thin;
  margin-inline: auto;
  inline-size: var(--contents-width);
}
.contents-footer > .corporate > .copyright {
  margin-block: 32px;
  text-align: center;
}
.contents-footer > .guide {
  margin-block: 60px;
  margin-inline: auto;
  inline-size: var(--contents-width);
}
.contents-footer > .guide > .identity {}
.contents-footer > .guide > .identity > .detail {
  margin-block: 8px;
  margin-inline: auto;
  inline-size: fit-content;
  font-size: 12px;
}
.contents-footer > .guide > .identity > .symbol {
  margin-inline: auto;
  inline-size: 200px;
}
.contents-footer > .guide > .identity > .symbol > a {}
.contents-footer > .guide > .identity > .symbol > a > img {}
.contents-footer > .guide > .item {}
.contents-footer > .guide > .item > .label {
  margin-block-end: 1em;
  color: rgba(255,255,255,0.5);
}
.contents-footer > .guide > .item > .list {
  margin-block: 0;
  margin-inline: 0;
  padding: 0;
  list-style: none;
}
.contents-footer > .guide > .item > .list > li {
  margin-block: 10px;
}
.contents-footer > .guide > .item > .list > li > a:any-link {
  text-decoration-color: transparent;
  color: inherit;
}
.contents-footer > .guide > .item > .list > li > a:any-link:hover {
  text-decoration-color: currentColor;
}
@media (min-width: 1px) and (max-width: 520.99px) {
  .contents-footer > .guide {
    inline-size: fit-content;
  }
  .contents-footer > .guide > .item {
    margin-block: 40px;
  }
}
@media (min-width: 521px) and (max-width: 768.99px) {
  .contents-footer > .guide {
    inline-size: fit-content;
  }
  .contents-footer > .guide > .item {
    margin-block: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1199.99px) {
  .contents-footer > .guide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 80px;
  }
  .contents-footer > .guide > .identity {
    flex-shrink: 0;
    inline-size: 100%;
  }
}
@media (min-width: 1200px) {
  .contents-footer > .guide {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 80px;
  }
  .contents-footer > .guide > .identity {
    flex-shrink: 0;
  }
}
@media screen {
  .contents-footer > .guide > .item > .list > li > a:any-link {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
  }
}
/**/
.contents-header {
  display: block;
}
.contents-header > .content {
  display: flex;
  align-items: center;
  position: relative;
  margin-inline: auto;
  inline-size: var(--contents-width);
  font-size: inherit;
  anchor-name: --header-anchor;
}
.contents-header > .content > .cta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents-header > .content > .cta > li {}
.contents-header > .content > .cta > li > a {
  border-radius: 0.618em;
  box-shadow: none;
}
.contents-header > .content > .cta > li > .phone {
  all: unset;
  box-shadow: var(--box-shadow1);
  border-color: rgba(255,255,255,1);
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  background-color: rgba(46,167,224,1);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17.85"><path fill="rgba(255,255,255,1)" d="M16.95 18.6843C14.8667 18.6843 12.8083 18.2339 10.775 17.3331C8.74167 16.4324 6.89167 15.1556 5.225 13.5027C3.55833 11.8499 2.27083 10.0153 1.3625 7.99884C0.454167 5.9824 0 3.94116 0 1.87514C0 1.57763 0.1 1.32971 0.3 1.13137C0.5 0.933032 0.75 0.833862 1.05 0.833862H5.1C5.33333 0.833862 5.54167 0.912371 5.725 1.06939C5.90833 1.22641 6.01667 1.41235 6.05 1.62722L6.7 5.09814C6.73333 5.36259 6.725 5.58572 6.675 5.76753C6.625 5.94934 6.53333 6.10636 6.4 6.23859L3.975 8.66823C4.30833 9.27978 4.70417 9.87066 5.1625 10.4409C5.62083 11.0111 6.125 11.5607 6.675 12.0896C7.19167 12.6019 7.73333 13.0771 8.3 13.5151C8.86667 13.9531 9.46667 14.3539 10.1 14.7176L12.45 12.3871C12.6 12.2383 12.7958 12.1268 13.0375 12.0524C13.2792 11.978 13.5167 11.9573 13.75 11.9904L17.2 12.6846C17.4333 12.7507 17.625 12.8705 17.775 13.0441C17.925 13.2176 18 13.4118 18 13.6267V17.643C18 17.9406 17.9 18.1885 17.7 18.3868C17.5 18.5852 17.25 18.6843 16.95 18.6843Z" /></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  block-size: 32px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}
.contents-header > .content > .cta > li > .phone:focus,
.contents-header > .content > .cta > li > .phone:hover {
  background-color: rgba(46,167,224,0.8);
}
.contents-header > .content > .cta > li > .phone:active {
  transform: scale(0.99);
}
.contents-header > .content > .identity {
  margin-block: var(--contents-margin-vertical);
  margin-inline-end: auto;
}
.contents-header > .content > .identity > a {}
.contents-header > .content > .identity > a > img {
  display: block;
  aspect-ratio: 300/43;
}
.contents-header > .content > .popovermenu {
  position: absolute;
  margin: 0;
  border: unset;
  padding: 0;
  inline-size: auto;
}
.contents-header > .content > .popovermenu > menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.contents-header > .content > .popovermenu > menu > li {}
.contents-header > .content > .popovermenu > menu > li > a {
  display: block;
  padding-block: 8px;
  padding-inline: 10px;
  font-weight: bold;
}
.contents-header > .content > .popovermenu > menu > li > a:any-link {
  border-radius: 4px;
  text-decoration-color: transparent;
}
.contents-header > .content > .popovermenu > menu > li > a:any-link:hover {
  background-color: rgba(0,0,0,0.05);
}
.contents-header > .content > .popovermenu > .cta {
  margin: auto;
  inline-size: max(61.8%, 220px);
}
.contents-header > .content > .popovermenu > .cta > .unit {
  margin-block: var(--contents-margin-vertical);
}
.contents-header > .content > .popovermenu > .cta > .unit > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.contents-header > .content > .popovermenu > .cta > .unit > p::after {
  content: "／";
}
.contents-header > .content > .popovermenu > .cta > .unit > p::before {
  content: "＼";
}
.contents-header > .content > .popovermenu[popover]::backdrop {
  background-color: rgba(255,255,255,0.2);
}
.contents-header > .content > .popoverphone {
  position: fixed;
  inset: auto;
  top: 72px;
  right: 12px;
  top: anchor(--header-anchor bottom);
  right: anchor(--header-anchor right);
  box-shadow: var(--box-shadow1);
  border-radius: 2px;
  border-width: 0;
  background-color: rgba(255,255,255,0.95);
  padding-block: 12px;
  padding-inline: 20px;
  inline-size: fit-content;
  max-inline-size: var(--contents-width);
  box-sizing: border-box;
  color: rgba(0,0,0,0.9);
}
.contents-header > .content > .popoverphone > .button {
  margin-block: 12px;
  margin-inline: auto;
  inline-size: fit-content;
}
.contents-header > .content > .popoverphone > .heading {
  margin-block: 12px;
  font-weight: bold;
}
.contents-header > .content > .popoverphone > .phone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.contents-header > .content > .popoverphone > .phone > a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 22px;
  font-weight: bold;
}
.contents-header > .content > .popoverphone > .phone > a::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgb(46,167,224);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17.85"><path fill="rgba(255,255,255,1)" d="M16.95 18.6843C14.8667 18.6843 12.8083 18.2339 10.775 17.3331C8.74167 16.4324 6.89167 15.1556 5.225 13.5027C3.55833 11.8499 2.27083 10.0153 1.3625 7.99884C0.454167 5.9824 0 3.94116 0 1.87514C0 1.57763 0.1 1.32971 0.3 1.13137C0.5 0.933032 0.75 0.833862 1.05 0.833862H5.1C5.33333 0.833862 5.54167 0.912371 5.725 1.06939C5.90833 1.22641 6.01667 1.41235 6.05 1.62722L6.7 5.09814C6.73333 5.36259 6.725 5.58572 6.675 5.76753C6.625 5.94934 6.53333 6.10636 6.4 6.23859L3.975 8.66823C4.30833 9.27978 4.70417 9.87066 5.1625 10.4409C5.62083 11.0111 6.125 11.5607 6.675 12.0896C7.19167 12.6019 7.73333 13.0771 8.3 13.5151C8.86667 13.9531 9.46667 14.3539 10.1 14.7176L12.45 12.3871C12.6 12.2383 12.7958 12.1268 13.0375 12.0524C13.2792 11.978 13.5167 11.9573 13.75 11.9904L17.2 12.6846C17.4333 12.7507 17.625 12.8705 17.775 13.0441C17.925 13.2176 18 13.4118 18 13.6267V17.643C18 17.9406 17.9 18.1885 17.7 18.3868C17.5 18.5852 17.25 18.6843 16.95 18.6843Z" /></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  block-size: 24px;
  aspect-ratio: 1 / 1;
}
.contents-header > .content > .popoverphone > .phone > a:any-link {
  text-decoration-color: transparent;
  color: rgb(46,167,224);
}
.contents-header > .content > .popoverphone > .phone > a:focus,
.contents-header > .content > .popoverphone > .phone > a:hover {
  text-decoration-color: currentColor;
}
.contents-header > .content > .popoverphone > .phone > p {
  margin-block: 0;
  font-size: 80%;
}
.contents-header > .content > .popoverphone > .text {
  margin-block: 12px;
}
.contents-header > .content > .popoverphone[popover]::backdrop {
  background-color: rgba(255,255,255,0.2);
}
.contents-header > .content > .popovertrigger {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 4px;
  block-size: 34px;
  inline-size: 34px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}
.contents-header > .content > .popovertrigger::before {
  content: "";
  display: block;
  background-color: currentColor;
  block-size: 24px;
  inline-size: 24px;
  aspect-ratio: 1 / 1;
  clip-path: path("M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z");
}
@media (min-width: 1px) and (max-width: 520.99px) {
  .contents-header > .content > .cta > li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 768.99px) {
  .contents-header > .content > .cta {
    order: 2;
  }
  .contents-header > .content > .identity > a > img {
    inline-size: 140px;
  }
  .contents-header > .content > .popovermenu {
    inset: 72px 0 0 0;
    inset: anchor(--header-anchor bottom) 0 0 0;
    box-shadow: var(--box-shadow1);
    background-color: rgba(255,255,255,0.95);
    padding-block: 10px;
    padding-inline: 10px;
    color: rgba(0,0,0,0.9);
  }
  .contents-header > .content > .popovermenu > menu > li {}
  .contents-header > .content > .popovermenu > menu > li + li {
    border-block-start-color: rgba(0,0,0,0.1);
    border-block-start-style: solid;
    border-block-start-width: 1px;
  }
  .contents-header > .content > .popovertrigger {
    order: 3;
  }
}
@media (min-width: 769px) {
  .contents-header {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: inherit;
  }
  .contents-header > .content {
    gap: 10px;
  }
  .contents-header > .content > .cta {
    order: 3;
  }
  .contents-header > .content > .identity > a > img {
    inline-size: 200px;
  }
  .contents-header > .content > .popovermenu {
    display: contents;
  }
  .contents-header > .content > .popovermenu > menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  .contents-header > .content > .popovermenu > .cta {
    display: none;
  }
  .contents-header > .content > .popovertrigger {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1199.99px) {
  .contents-header > .content > .popovermenu > menu > li > a {
    padding-block: 6px;
  }
}
@media (min-width: 1200px) {
  .contents-header {
    gap: 20px;
  }
}
@media screen {
  .contents-header > .content > .cta > li > .phone {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
  }
  .contents-header > .content > .popovermenu {
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
  }
  .contents-header > .content > .popovermenu > menu > li > a:any-link {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
  }
}
/**/
.contents-pagetitle {
  display: flow-root;
  margin-block: 80px;
  margin-inline: auto;
  inline-size: var(--contents-width);
}
.contents-pagetitle > h1 {
  margin-inline: auto;
  margin-block: auto;
  inline-size: fit-content;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 1px) and (max-width: 520.99px) {
  .contents-pagetitle > h1 {
    font-size: 28px;
  }
}
@media (min-width: 521px) and (max-width: 768.99px) {
  .contents-pagetitle > h1 {
    font-size: 34px;
  }
}
@media (min-width: 769px) and (max-width: 1199.99px) {
  .contents-pagetitle > h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .contents-pagetitle > h1 {
    font-size: 34px;
  }
}