@charset "UTF-8";
/* Responsive
============================================================= */
/* px(spacer用) */
/* Exclude
============================================================= */
/* map-get
============================================================= */
/*
	color
	$clr: ( main: #000 );
*/
/*
	font
	$font: ( l: 'FONTNAME L' );
*/
/* 文字列を数値化
========================================================================== */
/* INITIAL SET
============================================================= */
/*
  mediaquery
*/
/*
  clearfix
*/
/*
  contents
*/
/*
  個数に応じたスタイル
*/
/*
  clamp
  @include clamp($min: 10, $base: 26, $max: 30);
*/
/*
  textCrop
  @include textCrop($line-height:1.2);
*/
/*
  Smooth corner effect
  @include smoothCorner($cornerVal: 90%);

  ## html
  <div class="smoothCorner">
    <!-- <i></i> -->
  </div>

  ## css
  .smoothCorner {
    position: relative;
    background: #fff;
    @include smoothCorner(65%);
    margin: rem(50) auto;
    @include mq-pc {
      width: rem(100);
      height: rem(100);
    }
    @include mq-sp {
      width: rem(80);
      height: rem(80);
    }

    // iconとか配置したい時は個別に
    // i {
    //   position: absolute;
    //   top: 50%;
    //   left: 50%;
    //   transform: translate(-50%, -50%);
    //   @include svg_icon;
    //   @include mq-pc {
    //     width: rem(80);
    //     height: rem(80);
    //   }
    //   @include mq-sp {
    //     width: rem(50);
    //     height: rem(50);
    //   }
    // }
  }
*/
/*
  focusRing
*/
/* base
============================================================= */
/* Canvas Size
============================================================= */
/* Contents Width
============================================================= */
/* PC Responsive Width
============================================================= */
/* Font
============================================================= */
/* Color
============================================================= */
/* Font Level
========================================================================== */
/* Space Level
========================================================================== */
:root {
  --zoom-level: 1;
  --base-pc: 1536;
  --base-sp: 440;
  --base-min: 768;
  --base-max: 1536;
  --pc-size: var(--base-pc);
  --sp-size: var(--base-sp); }

/* reset
============================================================= */
:where(html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video) {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

:where(body) {
  line-height: 1; }

:where(article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section) {
  display: block; }

:where(ul) {
  list-style: none; }

:where(blockquote,q) {
  quotes: none; }

:where(blockquote:before,blockquote:after,q:before,q:after) {
  content: none; }

:where(a) {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

:where(ins) {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

:where(mark) {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

:where(del) {
  text-decoration: line-through; }

:where(abbr[title],dfn[title]) {
  border-bottom: 1px dotted;
  cursor: help; }

:where(table) {
  border-collapse: collapse;
  border-spacing: 0; }

:where(hr) {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

:where(input,select) {
  vertical-align: middle; }

/* base
============================================================= */
html,
body {
  min-height: 100%; }

html {
  color: #000;
  overflow-y: scroll; }
  @media not screen and (min-width: 767px) {
    html {
      font-size: calc(100vw / calc(var(--base-sp) / 100)); }
      html[data-device='mobile'] {
        font-size: calc(625% * calc(var(--sp-size) / var(--base-sp))); }
      html[data-device='pc'] {
        font-size: calc(calc(100vw * var(--zoom-level)) / calc(var(--base-sp) / 100)); } }
  @media screen and (min-width: 767px) {
    html {
      font-size: calc(625% * calc(var(--base-min) / var(--base-pc))); } }
  @media screen and (min-width: 768px) {
    html {
      font-size: calc(calc(100vw * var(--zoom-level)) / calc(var(--base-pc) / 100)); }
      html[data-device='tablet'] {
        font-size: calc(625% * calc(var(--pc-size) / var(--base-pc))); } }
  @media screen and (min-width: 1536px), print {
    html {
      font-size: calc(625% * calc(var(--base-max) / var(--base-pc))); } }
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 150%;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all; }
  body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (min-width: 767px) {
    body {
      font-size: 0.15rem;
      line-height: 1.68; } }
  @media not screen and (min-width: 767px) {
    body {
      font-size: 0.14rem;
      line-height: 1.68; } }
#main {
  display: block; }

a {
  color: #000;
  text-decoration: underline;
  /* blank */
  /* pdf */ }
  a:hover {
    text-decoration: none; }

img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top; }

table th img,
table td img {
  vertical-align: middle; }

/* ベース初期セット
============================================================= */
/*
  --widthPc / --widthSp
  style="--widthPc: 00; --widthSp: 00;"
*/
@media screen and (min-width: 767px) {
  *[style*="--widthPc"] {
    width: calc(var(--widthPc)/100*1rem); } }

@media not screen and (min-width: 767px) {
  *[style*="--widthSp"] {
    width: calc(var(--widthSp)/100*1rem); } }

/*
  telLink
*/
@media screen and (min-width: 767px) {
  .telLink {
    color: #000;
    pointer-events: none;
    text-decoration: none; } }

@media not screen and (min-width: 767px) {
  .telLink {
    text-decoration: underline; } }

/* modifier
============================================================= */
/*
  display
*/
@media screen and (min-width: 767px) {
  .-pcItem {
    display: block; } }

@media not screen and (min-width: 767px) {
  .-pcItem {
    display: none !important; } }

@media screen and (min-width: 767px) {
  br.-pcItem {
    display: inline !important; } }

@media screen and (min-width: 767px) {
  .-spItem {
    display: none !important; } }

@media not screen and (min-width: 767px) {
  .-spItem {
    display: block; } }

@media not screen and (min-width: 767px) {
  br.-spItem {
    display: inline !important; } }

/*
  margin
*/
@media screen and (min-width: 767px) {
  .-mt0 {
    margin-top: 0rem; } }

@media not screen and (min-width: 767px) {
  .-mt0 {
    margin-top: 0rem; } }

@media screen and (min-width: 767px) {
  .-mt5 {
    margin-top: 0.05rem; } }

@media not screen and (min-width: 767px) {
  .-mt5 {
    margin-top: 0.05rem; } }

@media screen and (min-width: 767px) {
  .-mt10 {
    margin-top: 0.1rem; } }

@media not screen and (min-width: 767px) {
  .-mt10 {
    margin-top: 0.1rem; } }

@media screen and (min-width: 767px) {
  .-mt15 {
    margin-top: 0.15rem; } }

@media not screen and (min-width: 767px) {
  .-mt15 {
    margin-top: 0.15rem; } }

@media screen and (min-width: 767px) {
  .-mt20 {
    margin-top: 0.2rem; } }

@media not screen and (min-width: 767px) {
  .-mt20 {
    margin-top: 0.2rem; } }

@media screen and (min-width: 767px) {
  .-mt25 {
    margin-top: 0.25rem; } }

@media not screen and (min-width: 767px) {
  .-mt25 {
    margin-top: 0.25rem; } }

@media screen and (min-width: 767px) {
  .-mt30 {
    margin-top: 0.3rem; } }

@media not screen and (min-width: 767px) {
  .-mt30 {
    margin-top: 0.3rem; } }

@media screen and (min-width: 767px) {
  .-mt35 {
    margin-top: 0.35rem; } }

@media not screen and (min-width: 767px) {
  .-mt35 {
    margin-top: 0.35rem; } }

@media screen and (min-width: 767px) {
  .-mt40 {
    margin-top: 0.4rem; } }

@media not screen and (min-width: 767px) {
  .-mt40 {
    margin-top: 0.4rem; } }

@media screen and (min-width: 767px) {
  .-mt45 {
    margin-top: 0.45rem; } }

@media not screen and (min-width: 767px) {
  .-mt45 {
    margin-top: 0.45rem; } }

@media screen and (min-width: 767px) {
  .-mt50 {
    margin-top: 0.5rem; } }

@media not screen and (min-width: 767px) {
  .-mt50 {
    margin-top: 0.5rem; } }

@media screen and (min-width: 767px) {
  .-mt55 {
    margin-top: 0.55rem; } }

@media not screen and (min-width: 767px) {
  .-mt55 {
    margin-top: 0.55rem; } }

@media screen and (min-width: 767px) {
  .-mt60 {
    margin-top: 0.6rem; } }

@media not screen and (min-width: 767px) {
  .-mt60 {
    margin-top: 0.6rem; } }

@media screen and (min-width: 767px) {
  .-mb0 {
    margin-bottom: 0rem; } }

@media not screen and (min-width: 767px) {
  .-mb0 {
    margin-bottom: 0rem; } }

@media screen and (min-width: 767px) {
  .-mb5 {
    margin-bottom: 0.05rem; } }

@media not screen and (min-width: 767px) {
  .-mb5 {
    margin-bottom: 0.05rem; } }

@media screen and (min-width: 767px) {
  .-mb10 {
    margin-bottom: 0.1rem; } }

@media not screen and (min-width: 767px) {
  .-mb10 {
    margin-bottom: 0.1rem; } }

@media screen and (min-width: 767px) {
  .-mb15 {
    margin-bottom: 0.15rem; } }

@media not screen and (min-width: 767px) {
  .-mb15 {
    margin-bottom: 0.15rem; } }

@media screen and (min-width: 767px) {
  .-mb20 {
    margin-bottom: 0.2rem; } }

@media not screen and (min-width: 767px) {
  .-mb20 {
    margin-bottom: 0.2rem; } }

@media screen and (min-width: 767px) {
  .-mb25 {
    margin-bottom: 0.25rem; } }

@media not screen and (min-width: 767px) {
  .-mb25 {
    margin-bottom: 0.25rem; } }

@media screen and (min-width: 767px) {
  .-mb30 {
    margin-bottom: 0.3rem; } }

@media not screen and (min-width: 767px) {
  .-mb30 {
    margin-bottom: 0.3rem; } }

@media screen and (min-width: 767px) {
  .-mr0 {
    margin-right: 0rem; } }

@media not screen and (min-width: 767px) {
  .-mr0 {
    margin-right: 0rem; } }

@media screen and (min-width: 767px) {
  .-mr5 {
    margin-right: 0.05rem; } }

@media not screen and (min-width: 767px) {
  .-mr5 {
    margin-right: 0.05rem; } }

@media screen and (min-width: 767px) {
  .-mr10 {
    margin-right: 0.1rem; } }

@media not screen and (min-width: 767px) {
  .-mr10 {
    margin-right: 0.1rem; } }

@media screen and (min-width: 767px) {
  .-mr15 {
    margin-right: 0.15rem; } }

@media not screen and (min-width: 767px) {
  .-mr15 {
    margin-right: 0.15rem; } }

@media screen and (min-width: 767px) {
  .-mr20 {
    margin-right: 0.2rem; } }

@media not screen and (min-width: 767px) {
  .-mr20 {
    margin-right: 0.2rem; } }

@media screen and (min-width: 767px) {
  .-ml0 {
    margin-left: 0rem; } }

@media not screen and (min-width: 767px) {
  .-ml0 {
    margin-left: 0rem; } }

@media screen and (min-width: 767px) {
  .-ml5 {
    margin-left: 0.05rem; } }

@media not screen and (min-width: 767px) {
  .-ml5 {
    margin-left: 0.05rem; } }

@media screen and (min-width: 767px) {
  .-ml10 {
    margin-left: 0.1rem; } }

@media not screen and (min-width: 767px) {
  .-ml10 {
    margin-left: 0.1rem; } }

@media screen and (min-width: 767px) {
  .-ml15 {
    margin-left: 0.15rem; } }

@media not screen and (min-width: 767px) {
  .-ml15 {
    margin-left: 0.15rem; } }

@media screen and (min-width: 767px) {
  .-ml20 {
    margin-left: 0.2rem; } }

@media not screen and (min-width: 767px) {
  .-ml20 {
    margin-left: 0.2rem; } }

/*
  padding
*/
@media screen and (min-width: 767px) {
  .-pcPadding {
    padding-left: 0.64rem;
    padding-right: 0.64rem; } }

@media not screen and (min-width: 767px) {
  .-spPadding {
    padding-left: 0.16rem;
    padding-right: 0.16rem; } }

/*
  text-align
*/
.-textRight {
  text-align: right; }

.-textCenter {
  text-align: center; }

.-textLeft {
  text-align: left; }

/*
  font
*/
.-normal {
  font-weight: 400; }

.-midium {
  font-weight: 500; }

.-bold {
  font-weight: 700; }

/* inview（視差効果OFF対策）
============================================================= */
@media (prefers-reduced-motion: reduce) {
  .inview {
    opacity: 1 !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important; }
    .inview * {
      opacity: 1 !important;
      transition-duration: 0s !important;
      animation-duration: 0s !important;
      transition-delay: 0s !important;
      animation-delay: 0s !important; } }

@media (prefers-reduced-motion: reduce) {
  .-inviewed {
    opacity: 1 !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important; }
    .-inviewed * {
      opacity: 1 !important;
      transition-duration: 0s !important;
      animation-duration: 0s !important;
      transition-delay: 0s !important;
      animation-delay: 0s !important; } }

/* Accessibility
----------------------------------------------- */
.screenReaderText {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important; }

.skipItem {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 2000; }
  .skipItem a {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    font-weight: bold;
    height: 1px;
    width: 100%;
    transform: translateY(-1rem);
    transition: transform 0.25s ease;
    text-indent: -9999px; }
    .skipItem a:focus-within {
      transform: translateY(0);
      text-indent: initial;
      height: auto; }
    @media not screen and (min-width: 767px) {
      .skipItem a {
        outline: auto;
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); } }
/* print（印刷対応）
============================================================= */
@media print {
  body {
    width: 13.66rem;
    zoom: 0.8; }
  .inview {
    opacity: 1 !important; } }

.footer {
  overflow: hidden; }

.footer__visual {
  border-bottom: 1px solid #ccc;
  display: grid; }
  .footer__visual > * {
    grid-area: 1/-1;
    min-width: 0;
    grid-column: articleInner; }
  @media screen and (min-width: 767px) {
    .footer__visual {
      align-items: center;
      grid-template-columns: [articleOuterStart] 1fr [articleInnerStart] 0.64rem [articleInner] minmax(auto, 14.08rem) [articleInnerEnd] 0.64rem [articleOuterEnd] 1fr; } }
.footer__bg {
  position: relative; }
  @media screen and (min-width: 767px) {
    .footer__bg {
      right: -2.74rem; } }
.footer__logo {
  z-index: 5; }
  .footer__logo img {
    width: 100%; }
  @media screen and (min-width: 767px) {
    .footer__logo {
      width: 2.57rem; } }
  @media not screen and (min-width: 767px) {
    .footer__logo {
      width: 1.54rem;
      margin-top: 0.16rem;
      margin-left: 0.16rem; } }
.footer__copyright {
  font-family: "Arial", "メイリオ", sans-serif;
  grid-column: 1/-1;
  grid-area: none;
  order: 10;
  max-width: 15.36rem;
  margin-inline: auto;
  line-height: 1;
  border-image-source: linear-gradient(#F6F6F6, #F6F6F6);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw; }
  @media screen and (min-width: 767px) {
    .footer__copyright {
      font-size: 0.15rem;
      padding: 0.34rem 0.64rem; } }
  @media not screen and (min-width: 767px) {
    .footer__copyright {
      font-size: 0.12rem;
      text-align: center;
      padding: 0.2rem 0.16rem; } }
/* form
============================================================= */
/*
  vars
*/
/*
  reset
*/
input,
textarea,
label {
  vertical-align: middle; }
  input:focus,
  textarea:focus,
  label:focus {
    border-color: #0570c7; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bababa; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bababa; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bababa; }

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }
  input::-ms-clear {
    visibility: hidden; }
  input::-ms-reveal {
    visibility: hidden; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none; }
  select::-ms-expand {
    background-color: transparent;
    border: 0;
    display: none; }
  select:focus {
    border-color: #0570c7; }

textarea {
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  width: 100%; }

button,
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent; }
  button:focus:not(:focus-visible),
  input[type="submit"]:focus:not(:focus-visible) {
    outline: none; }

input[type="file"]:focus-visible,
[role="button"]:focus-visible {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  outline-offset: 0px; }

/*
  input
*/
.input {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .input {
      padding: 0 0.2rem;
      height: 0.8rem;
      font-size: 0.18rem; } }
  @media not screen and (min-width: 767px) {
    .input {
      font-size: 0.16rem;
      font-size: clamp(16px, 0.16rem, 0.16rem);
      height: 0.6rem;
      padding: 0 0.15rem; } }
/* ラジオボタン */
.input.-radio {
  display: inline-block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }
  .input.-radio + label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative; }
    @media not screen and (min-width: 767px) {
      .input.-radio + label {
        font-size: 0.16rem;
        font-size: clamp(16px, 0.16rem, 0.16rem);
        line-height: 1.3; } }
    .input.-radio + label:last-of-type {
      margin-right: 0; }
    .input.-radio + label:before {
      background: #fff;
      border: 1px solid #000;
      border-radius: 50%;
      content: '';
      display: inline-block;
      position: relative;
      vertical-align: top;
      cursor: pointer;
      box-sizing: border-box; }
      @media screen and (min-width: 767px) {
        .input.-radio + label:before {
          min-width: 0.24rem;
          width: 0.24rem;
          height: 0.24rem;
          margin-right: 0.1rem; } }
      @media not screen and (min-width: 767px) {
        .input.-radio + label:before {
          width: 0.2rem;
          height: 0.2rem;
          margin-right: 0.08rem; } }
    .input.-radio + label::after {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
      @media screen and (min-width: 767px) {
        .input.-radio + label::after {
          background-size: 0.14rem auto;
          width: 0.24rem;
          height: 0.24rem; } }
      @media not screen and (min-width: 767px) {
        .input.-radio + label::after {
          background-size: 0.12rem auto;
          width: 0.2rem;
          height: 0.2rem; } }
  .input.-radio:checked + label::after {
    opacity: 1; }
  .input.-radio:focus + label::before {
    border: 1px solid #00416F; }
  .input.-radio:focus-visible + label {
    outline: auto;
    outline: auto -webkit-focus-ring-color; }
  .input.-radio:disabled + label::before {
    border-color: #f9f9f9;
    background: #f9f9f9; }

/* チェックボックス */
.input.-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }
  .input.-checkbox + label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 0.27rem; }
    .input.-checkbox + label:before {
      background: #fff;
      border: 1px solid #000;
      content: '';
      display: block;
      position: absolute;
      cursor: pointer;
      left: 0;
      width: 0.17rem;
      height: 0.17rem;
      top: 0.02rem; }
    .input.-checkbox + label::after {
      content: '';
      background: transparent;
      display: block;
      position: absolute;
      opacity: 0;
      border-left: 2px solid #fff;
      border-bottom: 4px solid #fff;
      border-top: 1px solid transparent;
      border-right: 1px solid transparent;
      transform: rotate(-45deg) scaleY(0.5);
      width: 0.1rem;
      height: 0.1rem;
      left: 0.03rem;
      top: 0.02rem; }
  .input.-checkbox:checked + label::before {
    background-color: #00416F;
    border: 1px solid #00416F; }
  .input.-checkbox:checked + label::after {
    opacity: 1; }
  .input.-checkbox:focus + label::before {
    border: 1px solid #00416F;
    border-color: #00416F; }
  .input.-checkbox:focus-visible + label {
    outline: auto;
    outline: auto -webkit-focus-ring-color; }
  .input.-checkbox:disabled + label::before {
    border-color: #f9f9f9;
    background: #f9f9f9; }

/*
  select
*/
.select {
  background: #fff;
  border: 1px solid #000;
  line-height: 1.2;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .select {
      height: 0.8rem;
      font-size: 0.18rem;
      padding: 0 0.4rem 0 0.2rem; } }
  @media not screen and (min-width: 767px) {
    .select {
      font-size: 0.16rem;
      font-size: clamp(16px, 0.16rem, 0.16rem);
      height: 0.6rem;
      padding: 0 0.4rem 0 0.15rem; } }
.selectWrap {
  display: inline-flex;
  position: relative; }
  @media not screen and (min-width: 767px) {
    .selectWrap {
      width: 100%; } }
  .selectWrap::after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: 0.04rem;
    top: 0;
    margin: auto;
    border-top: 1px solid #00416F;
    border-right: 1px solid #00416F;
    transform: rotate(135deg);
    width: 0.08rem;
    height: 0.08rem;
    right: 0.17rem; }

/*
  textarea
*/
.textarea {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .textarea {
      font-size: 0.18rem;
      min-height: 2.5rem;
      padding: 0.2rem; } }
  @media not screen and (min-width: 767px) {
    .textarea {
      font-size: 0.16rem;
      font-size: clamp(16px, 0.16rem, 0.16rem);
      min-height: 1.6rem;
      padding: 0.15rem; } }
/*
  inputWrap
*/
.inputWrap {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.1rem;
  /* modifier */ }
  .inputWrap > div {
    margin-bottom: 0.1rem;
    position: relative; }
    .inputWrap > div:not(:last-child) {
      margin-right: 0.2rem; }
  .inputWrap.-center {
    align-items: center; }
  .inputWrap.-marginSmall > div:not(:last-child) {
    margin-right: 0.1rem; }
  .inputWrap.-block {
    display: block; }
    .inputWrap.-block > div {
      margin-right: 0; }
      .inputWrap.-block > div:not(:last-child) {
        margin-bottom: 0.1rem; }
    .inputWrap.-block label {
      display: block !important; }
  @media not screen and (min-width: 767px) {
    .inputWrap.-spBlock {
      display: block; }
      .inputWrap.-spBlock > div {
        margin-right: 0; }
        .inputWrap.-spBlock > div:not(:last-child) {
          margin-bottom: 0.1rem; } }
/*
  parts
*/
/* postalButton */
.postalButton {
  background-color: #000;
  color: #fff; }
  @media screen and (min-width: 767px) {
    .postalButton {
      font-size: 0.12rem;
      padding: 0.06rem 0.1rem; }
      .postalButton br {
        display: none; } }
  @media not screen and (min-width: 767px) {
    .postalButton {
      font-size: 0.11rem;
      padding: 0.03rem 0.1rem;
      line-height: 1.3; } }
  .postalButton:focus-visible {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
    outline-offset: 2px; }

/*
  error
*/
ul.error {
  background-color: rgba(0, 65, 111, 0.1); }
  @media screen and (min-width: 767px) {
    ul.error {
      padding: 0.2rem; } }
  @media not screen and (min-width: 767px) {
    ul.error {
      padding: 0.15rem; } }
  ul.error a {
    text-decoration: underline; }
    @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      ul.error a:hover {
        text-decoration: none; } }
  ul.error + * {
    margin-top: 0.2rem; }

/*
  formTable
*/
.formTable {
  background-color: #fff;
  border-top: 1px solid #c9d2cd;
  table-layout: fixed;
  width: 100%; }
  @media not screen and (min-width: 767px) {
    .formTable {
      display: block; }
      .formTable tbody, .formTable tr, .formTable th, .formTable td {
        display: block; } }
  .formTable tr.-verTop th,
  .formTable tr.-verTop td {
    vertical-align: top !important; }
  .formTable th,
  .formTable td {
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle; }
    @media screen and (min-width: 767px) {
      .formTable th,
      .formTable td {
        padding: 0.2rem 0.25rem; } }
    @media not screen and (min-width: 767px) {
      .formTable th,
      .formTable td {
        padding: 0.15rem; } }
  .formTable th {
    font-weight: 700; }
    @media screen and (min-width: 767px) {
      .formTable th {
        font-size: 0.18rem;
        width: 28%; } }
    @media not screen and (min-width: 767px) {
      .formTable th {
        border-bottom: none;
        font-size: 0.17rem; } }
    .formTable th.required > span {
      background-color: red;
      display: inline-block;
      position: relative; }
      @media screen and (min-width: 767px) {
        .formTable th.required > span {
          padding-right: 0.71rem; } }
      @media not screen and (min-width: 767px) {
        .formTable th.required > span {
          padding-right: 0.568rem; } }
  .formTable td {
    letter-spacing: .03em; }
    @media screen and (min-width: 767px) {
      .formTable td {
        font-size: 0.16rem;
        width: 72%; } }
    @media not screen and (min-width: 767px) {
      .formTable td {
        font-size: 0.15rem; } }
    .formTable td span.note {
      display: block;
      color: red; }
      @media screen and (min-width: 767px) {
        .formTable td span.note {
          font-size: 0.13rem;
          margin-top: 0.1rem; } }
      @media not screen and (min-width: 767px) {
        .formTable td span.note {
          font-size: 0.11rem;
          margin-top: 0.08rem; } }
    .formTable td span.error {
      display: block;
      color: red; }
      @media screen and (min-width: 767px) {
        .formTable td span.error {
          margin-top: 0.15rem; } }
      @media not screen and (min-width: 767px) {
        .formTable td span.error {
          margin-top: 0.15rem; } }
/*
  formLabel:必須ラベル
*/
.formLabelParent {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }

.formLabel {
  display: inline-block;
  font-size: 0.12rem;
  line-height: 1;
  margin-left: 0.1rem;
  padding: 0.03rem 0.05rem;
  white-space: nowrap; }
  .formLabel.-required {
    color: #fff;
    background-color: red; }

/*
  formPrivacy
*/
* + .formPrivacy {
  margin-top: 0.4rem; }

.formPrivacy__title {
  font-weight: 700; }
  @media screen and (min-width: 767px) {
    .formPrivacy__title {
      font-size: 0.18rem; } }
  @media not screen and (min-width: 767px) {
    .formPrivacy__title {
      font-size: 0.16rem; } }
  .formPrivacy__title + * {
    margin-top: 0.15rem; }

.formPrivacy__contents {
  background-color: #eee;
  height: 2rem;
  overflow-y: scroll;
  padding: 0.3rem 0.35rem;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 767px) {
    .formPrivacy__contents {
      font-size: 0.14rem; } }
  .formPrivacy__contents[tabindex="0"]:focus-visible {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
    outline-offset: 0px; }

/*
  formButton
*/
.formButton {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 767px) {
    .formButton {
      margin-top: 0.5rem; } }
  @media not screen and (min-width: 767px) {
    .formButton {
      margin-top: 0.3rem; } }
  @media screen and (min-width: 767px) {
    .formButton > *:not(:last-child) {
      margin-right: 0.2rem; } }
  @media not screen and (min-width: 767px) {
    .formButton > *:not(:last-child) {
      margin-right: 0.15rem; } }
  @media screen and (min-width: 767px) {
    .formButton .button {
      min-width: 3.2rem; } }
.header {
  position: absolute;
  z-index: 5; }
  @media screen and (min-width: 767px) {
    .header {
      width: 14.08rem;
      inset-inline: 0;
      margin: auto;
      margin-top: 0.8rem; } }
  @media not screen and (min-width: 767px) {
    .header {
      top: 0.16rem;
      left: 0.16rem; } }
.header__logo img {
  width: 100%; }

@media screen and (min-width: 767px) {
  .header__logo {
    width: 2.57rem; } }

@media not screen and (min-width: 767px) {
  .header__logo {
    width: 1.54rem; } }

.end {
  position: relative; }
  @media screen and (min-width: 767px) {
    .end {
      font-size: 0.32rem;
      color: #fff;
      font-weight: 500;
      line-height: 1.2;
      background-color: rgba(255, 84, 190, 0.8);
      padding: 0.3rem 0.5rem;
      position: absolute;
      top: 1.2rem;
      left: 4rem;
      height: 1rem; } }
  @media not screen and (min-width: 767px) {
    .end {
      font-size: 0.14rem;
      color: #fff;
      font-weight: 500;
      line-height: 1.2;
      background-color: rgba(255, 84, 190, 0.8);
      padding: 0.1rem 0.05rem;
      position: absolute;
      bottom: 0.6rem;
      left: 0.1rem; } }
/* keyframes
============================================================= */
/*
  fadeIn
*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

:where(#main > article) {
  display: grid; }
  :where(#main > article) > * {
    grid-column: articleInner;
    min-width: 0; }
  @media screen and (min-width: 767px) {
    :where(#main > article) {
      grid-template-columns: [articleOuterStart] 1fr [articleInnerStart] 0.64rem [articleInner] minmax(auto, 14.08rem) [articleInnerEnd] 0.64rem [articleOuterEnd] 1fr; } }
  @media not screen and (min-width: 767px) {
    :where(#main > article) {
      grid-template-columns: [articleOuterStart] 0.16rem [articleInner] 1fr [articleOuterEnd] 0.16rem; } }
.buttonA {
  font-size: 0.15rem;
  font-weight: 700;
  border: 1px solid #2F343A;
  text-decoration: none;
  display: block;
  width: 100%;
  max-width: 9.92rem;
  margin-inline: auto;
  text-align: center;
  position: relative; }
  .buttonA::after {
    content: "";
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    border-top: 1px solid #2F343A;
    border-right: 1px solid #2F343A;
    rotate: 45deg;
    position: absolute;
    inset-block: 0;
    right: 0.16rem;
    margin: auto; }
  @media screen and (min-width: 767px) {
    .buttonA {
      padding: 0.26rem 0.32rem; } }
  @media not screen and (min-width: 767px) {
    .buttonA {
      padding: 0.2rem; } }
/* globalNavi
============================================================= */
@media not screen and (min-width: 767px) {
  .globalNaviWrap {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: calc(100vh - 0.7rem);
    overflow-y: auto;
    position: fixed;
    top: 0.7rem;
    left: 0;
    z-index: 101;
    padding-bottom: 1rem;
    display: none; } }

@media not screen and (min-width: 767px) {
  .-menuOpen .globalNaviWrap {
    display: block; } }

@media not screen and (min-width: 767px) {
  .-pcMenu .globalNaviWrap {
    display: none; } }

@media screen and (min-width: 767px) {
  .globalNavi__list {
    display: flex; } }

@media not screen and (min-width: 767px) {
  .globalNavi__listItem {
    position: relative;
    border-bottom: 1px solid #ccc; } }

.globalNavi__listLink {
  display: block;
  color: #000;
  position: relative;
  text-decoration: none; }
  @media screen and (min-width: 767px) {
    .globalNavi__listLink {
      padding: 0.1rem 0.2rem; } }
  @media not screen and (min-width: 767px) {
    .globalNavi__listLink {
      padding: 0.15rem 0.45rem 0.15rem 0.2rem; } }
@media not screen and (min-width: 767px) {
  a.globalNavi__listLink:not(:has(+ * .globalNavi__listSpToggle))::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%229%22%20viewBox%3D%220%200%208%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.39453%201.10547L6.78864%204.49958%22%20stroke%3D%22%23282828%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M3.39104%207.89411L6.78516%204.5%22%20stroke%3D%22%23282828%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: 100% auto;
    content: '';
    width: 0.13rem;
    height: 0.13rem;
    position: absolute;
    right: 0.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; } }

.-spChangeToButton,
button.globalNavi__listLink {
  font: inherit;
  width: 100%;
  text-align: left; }
  @media not screen and (min-width: 767px) {
    .-spChangeToButton::before,
    button.globalNavi__listLink::before {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-766.5%20-407.5)%22%3E%20%3Cpath%20d%3D%22M30%2C0H0%22%20transform%3D%22translate(766.5%20422.5)%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20d%3D%22M0%2C30V0%22%20transform%3D%22translate(781.5%20407.5)%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
      background-size: 100% auto;
      content: '';
      width: 0.18rem;
      height: 0.18rem;
      position: absolute;
      right: 0.15rem;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 1; }
    .-childOpen .-spChangeToButton::before, .-childOpen button.globalNavi__listLink::before {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-766.5%20-407.5)%22%3E%20%3Cpath%20d%3D%22M30%2C0H0%22%20transform%3D%22translate(766.5%20422.5)%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
      background-size: 100% auto; } }
@media screen and (min-width: 767px) {
  .globalNavi__listSpToggle {
    display: none; } }

@media not screen and (min-width: 767px) {
  .globalNavi__listSpToggle {
    position: absolute;
    width: 0.45rem;
    height: 0.55rem;
    top: 0;
    right: 0; }
    .globalNavi__listSpToggle::before {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-766.5%20-407.5)%22%3E%20%3Cpath%20d%3D%22M30%2C0H0%22%20transform%3D%22translate(766.5%20422.5)%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20d%3D%22M0%2C30V0%22%20transform%3D%22translate(781.5%20407.5)%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
      background-size: 100% auto;
      content: '';
      width: 0.18rem;
      height: 0.18rem;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 1; }
    .-childOpen .globalNavi__listSpToggle::before {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-766.5%20-407.5)%22%3E%20%3Cpath%20d%3D%22M30%2C0H0%22%20transform%3D%22translate(766.5%20422.5)%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
      background-size: 100% auto; } }

@media not screen and (min-width: 767px) {
  .globalNavi__closeButton {
    display: none; } }

.globalNavi__listChild {
  display: none; }
  .globalNavi__listItem.-childOpen .globalNavi__listChild {
    display: block; }
  @media screen and (min-width: 767px) {
    .globalNavi__listChild {
      width: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); } }
  @media not screen and (min-width: 767px) {
    .globalNavi__listChild {
      padding: 0 0.2rem 0.2rem 0.2rem; } }
@media screen and (min-width: 767px) {
  .globalNavi__listChildInner {
    padding: 0.4rem 0.64rem; }
    .globalNavi__listItem.-childOpen .globalNavi__listChildInner {
      max-height: calc(100vh - 1rem);
      overflow-y: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .globalNavi__listItem.-childOpen .globalNavi__listChildInner::-webkit-scrollbar {
        display: none; } }

@media not screen and (min-width: 767px) {
  .globalNavi__listChildInner {
    padding: 0 0.45rem 0.15rem 0.2rem; } }

@media not screen and (min-width: 767px) {
  .globalNavi__listChildList > li:not(:last-child) {
    margin-bottom: 0.1rem; } }

@media screen and (min-width: 767px) {
  .globalNavi__utility {
    display: none !important; } }

@media not screen and (min-width: 767px) {
  .globalNavi__utility {
    padding: 0.2rem; } }

/* globalNaviMenu
============================================================= */
/*
  vars
*/
.globalNaviMenu {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.3rem;
  height: 0.26rem;
  z-index: 101; }
  @media screen and (min-width: 767px) {
    body:not(.-pcMenu) .globalNaviMenu {
      display: none !important; } }
  .globalNaviMenu::before {
    background-color: #444;
    content: '';
    display: block;
    width: 100%;
    height: clamp(1px, 0.02rem, 0.02rem); }
  .-menuOpen .globalNaviMenu::before {
    display: none; }

.globalNaviMenu__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }
  .globalNaviMenu__icon::before, .globalNaviMenu__icon::after {
    background-color: #444;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: clamp(1px, 0.02rem, 0.02rem);
    transition: all .25s; }
  .globalNaviMenu__icon::before {
    top: 0; }
  .globalNaviMenu__icon::after {
    bottom: 0; }
  .-menuOpen .globalNaviMenu__icon {
    background-color: transparent; }
    .-menuOpen .globalNaviMenu__icon::before {
      transform: rotate(-45deg);
      top: 0.12rem; }
    .-menuOpen .globalNaviMenu__icon::after {
      transform: rotate(45deg);
      bottom: 0.12rem; }

.headingA {
  font-weight: 700; }
  .headingA.-en {
    font-family: "Arial", "メイリオ", sans-serif;
    line-height: 1.28; }
  .headingA .sub {
    display: block;
    font-weight: 400;
    line-height: 1; }
  @media screen and (min-width: 767px) {
    .headingA {
      font-size: 0.4rem; }
      .headingA .sub {
        font-size: 0.14rem; }
      .headingA + * {
        margin-top: 0.18rem; } }
  @media not screen and (min-width: 767px) {
    .headingA {
      font-size: 0.29rem; }
      .headingA .sub {
        font-size: 0.12rem; }
      .headingA + * {
        margin-top: 0.16rem; } }
.headingB {
  font-weight: 700;
  line-height: 1.4; }
  .headingB.-en {
    font-family: "Arial", "メイリオ", sans-serif;
    line-height: 1.28; }
  @media screen and (min-width: 767px) {
    .headingB {
      font-size: 0.24rem; }
      .headingB + * {
        margin-top: 0.08rem; } }
  @media not screen and (min-width: 767px) {
    .headingB {
      font-size: 0.2rem; }
      .headingB + * {
        margin-top: 0.08rem; } }
/* iframeParent
<div class="iframeParent"><iframe></iframe></div>
============================================================= */
.iframeParent {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%; }
  .iframeParent > iframe,
  .iframeParent > * {
    width: 100%;
    height: 100%; }

@media screen and (min-width: 767px) {
  #wrapper {
    filter: blur(10px);
    transition: transform 0.75s ease-in-out, filter 0.75s ease-in-out; }
    body:not(.-loading) #wrapper {
      filter: blur(0); } }

@media not screen and (min-width: 767px) {
  #main {
    filter: blur(10px);
    transition: transform 0.75s ease-in-out, filter 0.75s ease-in-out; }
    body:not(.-loading) #main {
      filter: blur(0); } }

.header__logo {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1s; }
  body:not(.-loading) .header__logo {
    opacity: 1; }

.keyvisaul .visual {
  filter: blur(10px);
  transition: filter 0.75s ease-in-out; }
  body:not(.-loading) .keyvisaul .visual {
    filter: blur(0); }

.keyvisaul .logo {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1s; }
  body:not(.-loading) .keyvisaul .logo {
    opacity: 1; }

.keyvisaul .schedule {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1s; }
  body:not(.-loading) .keyvisaul .schedule {
    opacity: 1; }

@media screen and (min-width: 767px) {
  .localNavi {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1s; }
    body:not(.-loading) .localNavi {
      opacity: 1; } }

@media not screen and (min-width: 767px) {
  .localNavi__toggle {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1s; }
    body:not(.-loading) .localNavi__toggle {
      opacity: 1; } }

.inview {
  opacity: 0;
  transition: opacity 0.75s 0.25s ease-in-out; }
  .inview.-inviewed {
    opacity: 1;
    transform: translateY(0); }

.keyvisaul {
  overflow: hidden;
  position: relative; }
  .keyvisaul .inner {
    margin-inline: auto;
    display: grid;
    height: 100%; }
  .keyvisaul .visual {
    position: absolute; }
  .keyvisaul .logo {
    display: block;
    z-index: 5; }
    .keyvisaul .logo img {
      width: 100%; }
  .keyvisaul .schedule {
    z-index: 5; }
  @media screen and (min-width: 767px) {
    .keyvisaul {
      height: 3.44rem; }
      .keyvisaul .inner {
        width: 14.08rem; }
      .keyvisaul .visual {
        width: 12.97rem;
        margin-left: auto;
        right: 50%;
        transform: translateX(2.2rem) translateX(50%); }
        .keyvisaul .visual img {
          width: auto;
          height: 100%; }
      .keyvisaul .logo {
        width: 1.12rem;
        margin-left: auto; }
      .keyvisaul .schedule {
        width: 3.6rem;
        margin-block: auto 0.5rem;
        margin-left: auto; }
        .keyvisaul .schedule img {
          width: 100%; } }
  @media not screen and (min-width: 767px) {
    .keyvisaul {
      height: 2.56rem; }
      .keyvisaul .inner {
        padding-inline: 0.16rem; }
      .keyvisaul .visual {
        right: 0; }
      .keyvisaul .logo {
        width: 0.89rem;
        margin-left: auto; }
      .keyvisaul .schedule {
        height: 0.25rem; }
        .keyvisaul .schedule img {
          width: auto;
          height: 100%; } }
.listSns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.08rem; }
  .listSns > * {
    width: 0.36rem; }
    .listSns > * img {
      width: 100%; }

.localNavi {
  margin-inline: auto;
  z-index: 105; }
  @media screen and (min-width: 767px) {
    .localNavi {
      width: 14.08rem;
      position: sticky;
      top: 0;
      border-image-source: linear-gradient(#00416F, #00416F);
      border-image-slice: 0 fill;
      border-image-outset: 0 100vw; } }
  @media not screen and (min-width: 767px) {
    .localNavi {
      position: fixed;
      inset: 0 0 0 auto;
      margin: auto;
      width: 100%;
      height: 100%;
      background-color: #00416f;
      opacity: 0;
      pointer-events: none; }
      .-menuOpen .localNavi {
        opacity: 1;
        pointer-events: all; } }
@media screen and (min-width: 767px) {
  .localNavi__list {
    display: flex;
    padding-block: 0.24rem; } }

@media not screen and (min-width: 767px) {
  .localNavi__list {
    padding: 0.64rem 0.32rem;
    display: grid;
    row-gap: 0.24rem;
    transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
    transition-delay: 0.25s;
    transform: translateY(0.1rem);
    opacity: 0; }
    .-menuOpen .localNavi__list {
      opacity: 1;
      transform: translateY(0); } }

@media screen and (min-width: 767px) {
  .localNavi__listItem {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.4); }
    .localNavi__listItem:first-of-type {
      position: relative; }
      .localNavi__listItem:first-of-type::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -1px;
        background-color: rgba(255, 255, 255, 0.4); } }

@media not screen and (min-width: 767px) {
  .localNavi__listItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 0.16rem;
    transition: clip-path 0.5s ease-in-out;
    transition-delay: 0.25s;
    clip-path: inset(100% 0 0 0); }
    .-menuOpen .localNavi__listItem {
      clip-path: inset(0 0 0 0); } }

.localNavi__listLink {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  height: 100%; }
  .localNavi__listLink .sub {
    font-weight: 400;
    display: block;
    font-family: "Arial", "メイリオ", sans-serif;
    line-height: 1; }
  .localNavi__listLink.-fontS {
    font-size: 0.16rem; }
  .localNavi__listLink.-en, .localNavi__listLink .-en {
    font-family: "Arial", "メイリオ", sans-serif; }
  @media screen and (min-width: 767px) {
    .localNavi__listLink {
      font-size: 0.21rem;
      display: grid;
      justify-items: center;
      align-items: center;
      gap: 0.08rem; }
      .localNavi__listLink .sub {
        font-size: 0.16rem; } }
  @media not screen and (min-width: 767px) {
    .localNavi__listLink {
      font-size: 0.18rem;
      display: grid;
      row-gap: 0.08rem; }
      .localNavi__listLink .sub {
        font-size: 0.12rem; } }
/* ////////// localNavi__toggle ////////// */
/*
  vars
*/
@media screen and (min-width: 767px) {
  .localNavi__toggle {
    display: none; } }

@media not screen and (min-width: 767px) {
  .localNavi__toggle {
    width: 100%;
    position: sticky;
    top: 0;
    border-image-source: linear-gradient(#00416F, #00416F);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
    padding-block: 0.18rem; }
    .localNavi__toggle::before {
      background-color: #fff;
      content: '';
      display: block;
      width: 0.28rem;
      height: clamp(1px, 0.01rem, 0.01rem);
      position: absolute;
      inset: 0;
      margin: auto; }
    .-menuOpen .localNavi__toggle {
      z-index: 200;
      width: fit-content;
      height: fit-content;
      top: 0.24rem;
      right: 0.16rem;
      position: fixed;
      border: none;
      padding: 0; }
      .-menuOpen .localNavi__toggle::before {
        display: none; } }

.localNavi__toggleIcon {
  display: block;
  width: 0.28rem;
  height: 0.2rem;
  margin-inline: auto;
  position: relative; }
  .localNavi__toggleIcon::before, .localNavi__toggleIcon::after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: clamp(1px, 0.01rem, 0.01rem);
    transition: all .25s; }
  .localNavi__toggleIcon::before {
    top: 0; }
  .localNavi__toggleIcon::after {
    bottom: 0; }
  .-menuOpen .localNavi__toggleIcon {
    background-color: transparent; }
    .-menuOpen .localNavi__toggleIcon::before {
      transform: rotate(-45deg);
      top: 0.095rem; }
    .-menuOpen .localNavi__toggleIcon::after {
      transform: rotate(45deg);
      bottom: 0.095rem; }

/* olList
============================================================= */
/* pager
<div class="pager">
  <ul>
    <li class="prev"><a href="/report?page=2" rel="prev"></a></li>
    <li><a href="/report?page=1">1</a></li>
    <li><a href="/report?page=2">2</a></li>
    <li class="current">3</li>
    <li><a href="/report?page=4">4</a></li>
    <li><a href="/report?page=5">5</a></li>
    <li class="next"><a href="/report?page=4" rel="next"></a></li>
  </ul>
</div>
============================================================= */
/* pageTop
<a href="#" id="pageTop" class="pageTop" aria-label="ページ上部に戻る"><span></span></a>
============================================================= */
.pageTop {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  width: 0.64rem;
  height: 0.64rem;
  position: fixed;
  right: 0.64rem;
  bottom: 0.56rem;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.25s;
  z-index: 99;
  display: block; }
  .pageTop.-active {
    opacity: 1;
    pointer-events: all; }
  .pageTop span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
    .pageTop span::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      content: '';
      width: 0.18rem;
      height: 0.18rem;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0.08rem;
      margin: auto;
      transform: rotate(-45deg); }
  @media not screen and (min-width: 767px) {
    .pageTop {
      display: none; } }
.section + .section {
  border-image-source: linear-gradient(#ccc 1px, rgba(204, 204, 204, 0) 1px);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw; }

@media screen and (min-width: 767px) {
  #main > article .section:first-child {
    margin-top: 1.58rem; }
  .section + .section {
    margin-top: 1.04rem;
    padding-top: 1.64rem; } }

@media not screen and (min-width: 767px) {
  #main > article .section:first-child {
    margin-top: 0.64rem; }
  .section + .section {
    margin-top: 0.64rem;
    padding-top: 0.84rem; } }

.section__detail {
  display: grid; }
  @media screen and (min-width: 767px) {
    .section__detail {
      row-gap: 0.48rem; } }
  @media not screen and (min-width: 767px) {
    .section__detail {
      row-gap: 0.4rem;
      align-content: start; } }
.section__block {
  display: grid; }
  .section__block .title {
    font-weight: 700; }
  .section__block .-en {
    font-family: "Arial", "メイリオ", sans-serif; }
  .section__block .contents {
    width: 100%;
    line-height: 1.4; }
    .section__block .contents > * + * {
      margin-top: .5em; }
  .section__block > * {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    row-gap: 0.04rem; }
  @media screen and (min-width: 767px) {
    .section__block {
      font-size: 0.14rem;
      row-gap: 0.1rem; }
      .section__block .title {
        font-size: 0.16rem; }
      .section__block .listSns {
        margin-top: 0.16rem; } }
  @media not screen and (min-width: 767px) {
    .section__block {
      font-size: 0.12rem;
      row-gap: 0.08rem; }
      .section__block .title {
        font-size: 0.14rem; }
      .section__block .listSns {
        margin-top: 0.12rem; } }
.sectionA {
  display: grid;
  align-items: start; }
  .sectionA > * {
    min-width: 0; }
  @media screen and (min-width: 767px) {
    .sectionA {
      grid-template-columns: [detail] 1fr [slider] 7rem;
      column-gap: 1.38rem; }
      .sectionA .sectionA__detail {
        grid-column: detail; }
      .sectionA .sectionASlider {
        grid-column: slider; }
      .sectionA:nth-of-type(even) {
        grid-template-columns: [slider] 7rem [detail] 1fr; }
      .sectionA > * {
        grid-row: 1/-1; }
      .sectionA#anchor2 {
        padding-top: 2.18rem; }
      .sectionA#anchor4 {
        padding-top: 1.8rem; } }
  @media not screen and (min-width: 767px) {
    .sectionA {
      row-gap: 0.5rem;
      align-content: start; } }
.sectionASlider {
  display: grid;
  place-content: center; }
  @media screen and (min-width: 767px) {
    .sectionASlider {
      min-height: 7.36rem; } }
.sectionA .splide__arrow--prev {
  left: 0; }

.sectionA .splide__arrow--next {
  right: 0; }

@media screen and (min-width: 767px) {
  .sectionA .splide__arrow--prev {
    transform: translateX(-100%); }
    .sectionA .splide__arrow--prev::before {
      transform: translateX(-0.2rem) translateX(50%) translateY(-50%) rotate(-135deg); }
  .sectionA .splide__arrow--next {
    transform: translateX(100%); }
    .sectionA .splide__arrow--next::before {
      transform: translateX(0.2rem) translateX(-50%) translateY(-50%) rotate(45deg); } }

@media not screen and (min-width: 767px) {
  .sectionA .splide__arrow--prev::before {
    transform: translateX(50%) rotate(-135deg); }
  .sectionA .splide__arrow--next::before {
    transform: translateX(-50%) rotate(45deg); } }

@media screen and (min-width: 767px) {
  .sectionA .splide__pagination {
    bottom: -0.24rem; } }

@media not screen and (min-width: 767px) {
  .sectionA .splide__pagination {
    position: initial; } }

@media screen and (min-width: 767px) {
  .sectionASlider__slide {
    display: grid;
    place-content: center; } }

@media not screen and (min-width: 767px) {
  .sectionASlider__slide {
    height: 3rem;
    text-align: center; }
    .sectionASlider__slide img {
      width: auto;
      height: 100%; } }

.sectionMap {
  border-image-source: linear-gradient(#ccc 1px, #E1F2FC 1px, #E1F2FC calc(100% - 1px), #ccc calc(100% - 1px));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  text-align: center; }
  @media screen and (min-width: 767px) {
    .sectionMap {
      display: grid;
      row-gap: 0.5rem;
      padding: 1rem 0.4rem 1.06rem;
      margin: 1.34rem 1.04rem 0rem 1.04rem; } }
  @media not screen and (min-width: 767px) {
    .sectionMap {
      row-gap: 0.08rem;
      margin-top: 0.64rem;
      padding: 0.6rem 0.1rem; } }
.sectionMap__heading {
  font-family: "Arial", "メイリオ", sans-serif;
  font-weight: 700;
  line-height: 1.3; }
  .sectionMap__heading .sub {
    display: block; }
  @media screen and (min-width: 767px) {
    .sectionMap__heading {
      font-size: 0.4rem; }
      .sectionMap__heading .sub {
        font-size: 0.21rem; } }
  @media not screen and (min-width: 767px) {
    .sectionMap__heading {
      font-size: 0.29rem;
      display: grid; }
      .sectionMap__heading .sub {
        font-size: 0.16rem; } }
@media screen and (min-width: 767px) {
  .sectionMap__hint {
    display: none; } }

@media not screen and (min-width: 767px) {
  .sectionMap__hint {
    display: block;
    width: 1.12rem;
    margin-top: 0.32rem;
    margin-inline: auto; }
    .sectionMap__hint img {
      width: 100%; }
    .sectionMap__hint + * {
      margin-top: 0.28rem; } }

.sectionSlider {
  position: relative; }
  .sectionSlider.splide {
    overflow-x: clip; }
  @media screen and (min-width: 767px) {
    .sectionSlider {
      grid-column: articleInnerStart/articleOuterEnd; }
      .sectionSlider.splide {
        padding-inline: 1.04rem; }
      .sectionSlider#anchor3 {
        margin-top: 1.35rem; } }
.sectionSlider__slide {
  display: grid;
  position: relative; }
  .sectionSlider__slide .sectionSlider__image {
    margin: auto; }
  .sectionSlider__slide > * {
    min-width: 0; }
  @media screen and (min-width: 767px) {
    .sectionSlider__slide {
      grid-template-columns: [detail] 1fr [slider] 8.44rem;
      column-gap: 0.64rem;
      align-items: center; }
      .sectionSlider__slide .sectionA__detail {
        grid-column: detail; }
      .sectionSlider__slide .sectionSlider__image {
        grid-column: slider; }
      .sectionSlider__slide > * {
        grid-row: 1/-1; } }
  @media not screen and (min-width: 767px) {
    .sectionSlider__slide {
      row-gap: 0.5rem; }
      .sectionSlider__slide .sectionSlider__image {
        height: 4rem;
        text-align: center; }
        .sectionSlider__slide .sectionSlider__image img {
          width: auto;
          height: 100%; } }
.sectionSlider .splide__arrow {
  position: absolute; }
  @media screen and (min-width: 767px) {
    .sectionSlider .splide__arrow {
      transform: initial;
      inset-block: 0;
      margin: auto; }
      .sectionSlider .splide__arrow--prev {
        left: 0.32rem; }
        .sectionSlider .splide__arrow--prev::before {
          transform: translateX(-0.2rem) translateX(50%) rotate(-135deg); }
      .sectionSlider .splide__arrow--next {
        right: 0.32rem; }
        .sectionSlider .splide__arrow--next::before {
          transform: translateX(0.2rem) translateX(-50%) rotate(45deg); } }
  @media not screen and (min-width: 767px) {
    .sectionSlider .splide__arrow {
      top: 50%; }
      .sectionSlider .splide__arrow--prev::before {
        transform: translateX(50%) translateY(-50%) rotate(-135deg); }
      .sectionSlider .splide__arrow--next::before {
        transform: translateX(-50%) translateY(-50%) rotate(45deg); } }
.sectionSlider .splide__track {
  overflow: visible; }

@media screen and (min-width: 767px) {
  .sectionSlider .splide__pagination {
    bottom: -0.67rem; } }

@media not screen and (min-width: 767px) {
  .sectionSlider .splide__pagination {
    position: initial; } }

@media not screen and (min-width: 767px) {
  .splide__controller {
    margin-top: 0.68rem;
    position: relative;
    width: fit-content;
    margin-inline: auto;
    padding-inline: 0.4rem;
    display: grid;
    align-items: center; }
    .splide__controller > * {
      grid-area: 1/-1; }
    .splide:has(.splide__slide:only-child) .splide__controller {
      display: none; } }

.splide:has(.splide__slide:only-child) .splide__arrows {
  display: none; }

@media not screen and (min-width: 767px) {
  .splide__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

:root .splide__arrow {
  background-color: rgba(255, 255, 255, 0);
  width: auto;
  top: 0; }
  :root .splide__arrow svg {
    display: none; }
  :root .splide__arrow::before {
    content: "";
    display: block;
    border-top: 1px solid #2F343A;
    border-right: 1px solid #2F343A; }
  @media screen and (min-width: 767px) {
    :root .splide__arrow {
      height: 100%; }
      :root .splide__arrow::before {
        width: 0.4rem;
        height: 0.4rem; } }
  @media not screen and (min-width: 767px) {
    :root .splide__arrow {
      position: initial;
      display: flex;
      justify-content: center;
      place-content: center;
      height: auto;
      transform: none; }
      :root .splide__arrow::before {
        width: 0.12rem;
        height: 0.12rem;
        position: absolute;
        top: 50%; } }
:root .splide__pagination {
  gap: 0.16rem; }

.splide:has(.splide__slide:only-child) .splide__pagination {
  display: none; }

@media not screen and (min-width: 767px) {
  .splide__pagination:not(#__) {
    padding-inline: 0.4rem; } }

:root .splide__pagination__page {
  width: 0.08rem;
  height: 0.08rem;
  border: 1px solid #2F343A;
  opacity: 1;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  display: block; }
  :root .splide__pagination__page.is-active {
    transform: scale(1);
    background: #2F343A; }

/* spTableScroll
============================================================= */
@media not screen and (min-width: 767px) {
  .spTableScroll {
    position: relative; } }

@media not screen and (min-width: 767px) {
  .spTableScroll__inner {
    overflow-x: scroll;
    position: relative; }
    .spTableScroll__inner > table {
      width: 200%;
      white-space: nowrap; } }

@media screen and (min-width: 767px) {
  .spTableScroll__range {
    display: none; } }

@media not screen and (min-width: 767px) {
  .spTableScroll__range {
    margin-bottom: 0.17rem;
    border-radius: 20px;
    display: block;
    appearance: none;
    cursor: pointer;
    outline: none;
    height: 0.03rem;
    width: 30%;
    margin-left: auto;
    background: #ddd;
    border: none;
    position: relative; }
    .spTableScroll__range::before {
      content: '';
      display: block;
      position: absolute;
      left: -0.3rem;
      top: -0.16rem;
      width: calc(100% + 0.4rem);
      height: 0.36rem;
      z-index: 0; }
    .spTableScroll__range::after {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M9.29289322%2C7%20L3.70710678%2C7%20L4.85355339%2C8.14644661%20C5.04881554%2C8.34170876%205.04881554%2C8.65829124%204.85355339%2C8.85355339%20C4.65829124%2C9.04881554%204.34170876%2C9.04881554%204.14644661%2C8.85355339%20L2.14644661%2C6.85355339%20C1.95118446%2C6.65829124%201.95118446%2C6.34170876%202.14644661%2C6.14644661%20L4.14644661%2C4.14644661%20C4.34170876%2C3.95118446%204.65829124%2C3.95118446%204.85355339%2C4.14644661%20C5.04881554%2C4.34170876%205.04881554%2C4.65829124%204.85355339%2C4.85355339%20L3.70710678%2C6%20L9.29289322%2C6%20L8.14644661%2C4.85355339%20C7.95118446%2C4.65829124%207.95118446%2C4.34170876%208.14644661%2C4.14644661%20C8.34170876%2C3.95118446%208.65829124%2C3.95118446%208.85355339%2C4.14644661%20L10.8535534%2C6.14644661%20C11.0488155%2C6.34170876%2011.0488155%2C6.65829124%2010.8535534%2C6.85355339%20L8.85355339%2C8.85355339%20C8.65829124%2C9.04881554%208.34170876%2C9.04881554%208.14644661%2C8.85355339%20C7.95118446%2C8.65829124%207.95118446%2C8.34170876%208.14644661%2C8.14644661%20L9.29289322%2C7%20Z%20M14%2C9.5%20L14%2C12.0474376%20C14%2C12.3783481%2013.8839855%2C12.698786%2013.6721417%2C12.9529985%20C13.1720143%2C13.5531514%2012.2800608%2C13.6342381%2011.6799078%2C13.1341106%20L10.7560738%2C12.3642489%20C10.4736449%2C12.1288916%2010.11764%2C12%209.75%2C12%20C9.48363526%2C12%209.24082605%2C12.1526146%209.12532205%2C12.3926334%20L9.08962348%2C12.4668155%20C8.95447865%2C12.7476481%208.99541029%2C13.0814869%209.19439734%2C13.321352%20L13.607865%2C18.6414804%20C14.3217788%2C19.502054%2015.3818498%2C20%2016.5%2C20%20C18.9852814%2C20%2021%2C17.9852814%2021%2C15.5%20L21%2C11.5%20C21%2C11.2238576%2020.7761424%2C11%2020.5%2C11%20C20.2238576%2C11%2020%2C11.2238576%2020%2C11.5%20L20%2C12.5%20C20%2C12.7761424%2019.7761424%2C13%2019.5%2C13%20C19.2238576%2C13%2019%2C12.7761424%2019%2C12.5%20L19%2C10.5%20C19%2C10.2238576%2018.7761424%2C10%2018.5%2C10%20C18.2238576%2C10%2018%2C10.2238576%2018%2C10.5%20L18%2C12.5%20C18%2C12.7761424%2017.7761424%2C13%2017.5%2C13%20C17.2238576%2C13%2017%2C12.7761424%2017%2C12.5%20L17%2C9.5%20C17%2C9.22385763%2016.7761424%2C9%2016.5%2C9%20C16.2238576%2C9%2016%2C9.22385763%2016%2C9.5%20L16%2C12.5%20C16%2C12.7761424%2015.7761424%2C13%2015.5%2C13%20C15.2238576%2C13%2015%2C12.7761424%2015%2C12.5%20L15%2C5.5%20C15%2C5.22385763%2014.7761424%2C5%2014.5%2C5%20C14.2238576%2C5%2014%2C5.22385763%2014%2C5.5%20L14%2C9.5%20Z%20M13%2C9.49999945%20L13%2C5.5%20C13%2C4.67157288%2013.6715729%2C4%2014.5%2C4%20C15.3284271%2C4%2016%2C4.67157288%2016%2C5.5%20L16%2C8.08535285%20C16.1563895%2C8.03007711%2016.3246823%2C8%2016.5%2C8%20C17.191734%2C8%2017.7741062%2C8.46823386%2017.9474595%2C9.10504462%20C18.1184541%2C9.03725677%2018.3048761%2C9%2018.5%2C9%20C19.191734%2C9%2019.7741062%2C9.46823386%2019.9474595%2C10.1050446%20C20.1184541%2C10.0372568%2020.3048761%2C10%2020.5%2C10%20C21.3284271%2C10%2022%2C10.6715729%2022%2C11.5%20L22%2C15.5%20C22%2C18.5375661%2019.5375661%2C21%2016.5%2C21%20C15.0842933%2C21%2013.7421216%2C20.3695431%2012.8382246%2C19.279958%20L8.42475695%2C13.9598296%20C7.97611908%2C13.4190278%207.88383427%2C12.6663521%208.18853292%2C12.0331845%20L8.2242315%2C11.9590024%20C8.50634865%2C11.3727595%209.09940726%2C11%209.75%2C11%20C10.3515765%2C11%2010.9341143%2C11.2109078%2011.3962582%2C11.5960277%20L12.3200922%2C12.3658894%20C12.4959683%2C12.5124527%2012.7573571%2C12.4886901%2012.9039205%2C12.3128141%20C12.9660017%2C12.2383166%2013%2C12.1444116%2013%2C12.0474376%20L13%2C9.5%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat left 0;
      content: '';
      display: block;
      width: 0.24rem;
      height: 0.24rem;
      position: absolute;
      left: -0.22rem;
      top: -0.04rem;
      opacity: .8;
      z-index: 0; }
    .spTableScroll__range:active::-webkit-slider-thumb {
      width: 0.3rem;
      height: 0.3rem; }
    .spTableScroll__range::-webkit-slider-thumb {
      -webkit-appearance: none;
      background: #555;
      width: 0.22rem;
      height: 0.03rem;
      border-radius: 20px;
      border: none !important;
      position: relative;
      z-index: 1; }
      .spTableScroll__range::-webkit-slider-thumb:active {
        width: 0.22rem;
        height: 0.22rem; }
    .spTableScroll__range::-moz-range-thumb {
      background: #555;
      width: 0.2rem;
      height: 0.03rem;
      border-radius: 50%;
      border: none; }
    .spTableScroll__range::-moz-focus-outer {
      border: 0; } }

/* table
============================================================= */
/* title
============================================================= */
/* topicPath
============================================================= */
/* ulList
============================================================= */
/* pageA
============================================================= */
