@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .loading .logo-wrap {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

body .loading .logo {
  width: 100%;
  height: auto;
}

body .loading .content {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.f--en {
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f--ja {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}

.fz16 {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}

.fz18 {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.fz24 {
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.fz30 {
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem);
}

.fz36 {
  font-size: clamp(1.875rem, 1.8rem + 0.38vw, 2.25rem);
}

.fz48 {
  font-size: clamp(2.25rem, 2.1rem + 0.75vw, 3rem);
}

.fz60 {
  font-size: clamp(3rem, 2.85rem + 0.75vw, 3.75rem);
}

.fz72 {
  font-size: clamp(1.875rem, 1.35rem + 2.63vw, 4.5rem);
}

.fz150 {
  font-size: clamp(4.5rem, 3.525rem + 4.88vw, 9.375rem);
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .loading .logo-wrap {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

body .loading .logo {
  width: 100%;
  height: auto;
}

body .loading .content {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.f--en {
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f--ja {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}

.fz16 {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}

.fz18 {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.fz24 {
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.fz30 {
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem);
}

.fz36 {
  font-size: clamp(1.875rem, 1.8rem + 0.38vw, 2.25rem);
}

.fz48 {
  font-size: clamp(2.25rem, 2.1rem + 0.75vw, 3rem);
}

.fz60 {
  font-size: clamp(3rem, 2.85rem + 0.75vw, 3.75rem);
}

.fz72 {
  font-size: clamp(1.875rem, 1.35rem + 2.63vw, 4.5rem);
}

.fz150 {
  font-size: clamp(4.5rem, 3.525rem + 4.88vw, 9.375rem);
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}
@keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-Down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-Down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes arrow-down {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}
@-webkit-keyframes loop-normal {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-normal {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes loop-reverse {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-reverse {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .loading .logo-wrap {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

body .loading .logo {
  width: 100%;
  height: auto;
}

body .loading .content {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.f--en {
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f--ja {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}

.fz16 {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}

.fz18 {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.fz24 {
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.fz30 {
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem);
}

.fz36 {
  font-size: clamp(1.875rem, 1.8rem + 0.38vw, 2.25rem);
}

.fz48 {
  font-size: clamp(2.25rem, 2.1rem + 0.75vw, 3rem);
}

.fz60 {
  font-size: clamp(3rem, 2.85rem + 0.75vw, 3.75rem);
}

.fz72 {
  font-size: clamp(1.875rem, 1.35rem + 2.63vw, 4.5rem);
}

.fz150 {
  font-size: clamp(4.5rem, 3.525rem + 4.88vw, 9.375rem);
}

.table-default .table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .table-default .table {
    min-width: 600px;
  }
}
@media print {
  .table-default .table {
    min-width: 600px;
  }
}
.table-default .table th,
.table-default .table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-default .table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
}

.table-default .table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-default .table tr:hover {
  background-color: #eaeaea;
}

.table-default .table tbody tr:last-child td {
  border-bottom: none;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;
  /* 幅を縮めないように設定 */
}

.table-scroll .table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 600px;
}

@media screen and (min-width: 768px) {
  .table-scroll .table {
    width: 100%;
  }
}
@media print {
  .table-scroll .table {
    width: 100%;
  }
}
.table-scroll .table th,
.table-scroll .table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-scroll .table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
}

.table-scroll .table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-scroll .table tr:hover {
  background-color: #eaeaea;
}

.table-scroll .table tbody tr:last-child td {
  border-bottom: none;
}

.table-striped {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.table-striped th,
.table-striped td {
  padding: 12px 15px;
  text-align: left;
}

.table-striped th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
}

.table-striped tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-striped tr:nth-child(even) {
  background-color: #eaeaea;
}

.table-striped tr:hover {
  background-color: #ddd;
}

.table-fixed-header {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid #ddd;
}

.table-fixed-header th,
.table-fixed-header td {
  padding: 10px 12px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-fixed-header th {
  background-color: #333;
  color: white;
  font-weight: bold;
}

.table-fixed-header tbody {
  max-height: 200px;
  overflow-y: auto;
  display: block;
}

.table-fixed-header tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-fixed-header tr:hover {
  background-color: #f4f4f4;
}

.table-vertical {
  overflow-x: auto;
  width: 100%;
}

.table-vertical .table-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}

.table-vertical .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.table-vertical .table-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 5px;
  font-size: 14px;
}

.table-vertical .table-cell strong {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .table-vertical .table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .table-vertical .table-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 12px;
  }
}
@media print {
  .table-vertical .table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .table-vertical .table-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 12px;
  }
}
.table-accordion {
  width: 100%;
}

.table-accordion .table-row {
  cursor: pointer;
  background-color: #f9f9f9;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}

.table-accordion .table-row:hover {
  background-color: #f1f1f1;
}

.table-accordion .table-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  padding: 5px;
}

.table-accordion .toggle-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.table-accordion .arrow {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.table-accordion .table-row-detail {
  display: none;
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.table-accordion .table-row.open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* アイコンを回転させる */
}

@media screen and (min-width: 768px) {
  .table-accordion .table-row {
    padding: 20px;
  }
  .table-accordion .table-cell {
    font-size: 16px;
  }
}
@media print {
  .table-accordion .table-row {
    padding: 20px;
  }
  .table-accordion .table-cell {
    font-size: 16px;
  }
}
.table-inline {
  width: 100%;
  overflow-x: auto;
}

.table-inline .table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.table-inline th,
.table-inline td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-inline td[contenteditable] {
  background-color: #e9f7ef;
  cursor: pointer;
}

.table-inline td[contenteditable]:focus {
  background-color: #d0f0c0;
  outline: none;
}

.table-inline th {
  background-color: #4CAF50;
  color: white;
}

@media screen and (min-width: 768px) {
  .table-inline td,
  .table-inline th {
    font-size: 14px;
  }
  .table-inline td[contenteditable] {
    padding: 10px;
  }
}
@media print {
  .table-inline td,
  .table-inline th {
    font-size: 14px;
  }
  .table-inline td[contenteditable] {
    padding: 10px;
  }
}
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .loading .logo-wrap {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

body .loading .logo {
  width: 100%;
  height: auto;
}

body .loading .content {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.f--en {
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f--ja {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}

.fz16 {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}

.fz18 {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.fz24 {
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.fz30 {
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem);
}

.fz36 {
  font-size: clamp(1.875rem, 1.8rem + 0.38vw, 2.25rem);
}

.fz48 {
  font-size: clamp(2.25rem, 2.1rem + 0.75vw, 3rem);
}

.fz60 {
  font-size: clamp(3rem, 2.85rem + 0.75vw, 3.75rem);
}

.fz72 {
  font-size: clamp(1.875rem, 1.35rem + 2.63vw, 4.5rem);
}

.fz150 {
  font-size: clamp(4.5rem, 3.525rem + 4.88vw, 9.375rem);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem);
  background: white;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 10px 0;
  width: clamp(9.625rem, 4.875rem + 23.75vw, 33.375rem);
}

.header .logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.header .nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .nav .nav-list {
  position: fixed;
  top: clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem);
  right: 0;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  max-width: 80vw;
  height: calc(50vh - clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem));
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
  list-style: none;
  padding: 1rem;
  margin: 0;
  border-radius: 0 0 0 30px;
}

.header .nav .nav-list.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header .nav .nav-list li {
  margin: 0 clamp(0rem, -1.563rem + 2.08vw, 0.938rem);
}

.header .nav .nav-list a {
  text-decoration: none;
  height: 40px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 clamp(0.5rem, 0.35rem + 0.75vw, 1.25rem);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .nav .nav-list a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media screen and (min-width: 768px) {
  .header .nav .nav-list a {
    height: 60px;
  }
}
@media print {
  .header .nav .nav-list a {
    height: 60px;
  }
}
.header .nav .nav-list a.active {
  background-color: #00479d;
  border-radius: 100px;
  color: #fff;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 clamp(0.5rem, -0.025rem + 2.63vw, 3.125rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .header .nav .nav-list a.active {
    height: 60px;
  }
}
@media print {
  .header .nav .nav-list a.active {
    height: 60px;
  }
}
.header .nav .indicator {
  display: none;
}

.header .nav .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 24px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 15px;
}

.header .nav .hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .nav .hamburger span:nth-child(1) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 30px;
  top: 0;
}

.header .nav .hamburger span:nth-child(2) {
  display: block;
}

.header .nav .hamburger span:nth-child(3) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 30px;
  top: 18px;
}

.header .nav .hamburger.active span:nth-child(1) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
}

.header .nav .hamburger.active span:nth-child(2) {
  display: none;
}

.header .nav .hamburger.active span:nth-child(3) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 30px;
}

@media screen and (min-width: 992px) {
  .header {
    height: clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem);
  }
  .header .header-inner {
    padding: 0;
  }
  .header .logo a {
    width: clamp(9.625rem, 4.875rem + 23.75vw, 33.375rem);
    padding-left: 1rem;
  }
  .header .logo a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .header .nav .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    width: auto;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    overflow: visible;
    padding: 0;
  }
  .header .nav .nav-list li {
    margin: 0 clamp(0rem, -1.563rem + 2.08vw, 0.938rem);
  }
  .header .nav .indicator {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(0, 71, 157, 0.1);
    border-radius: 100px;
    width: 0;
    opacity: 0.9;
    pointer-events: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 clamp(0.5rem, 0.35rem + 0.75vw, 1.25rem);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav .hamburger {
    display: none;
  }
}
@media print {
  .header {
    height: clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem);
  }
  .header .header-inner {
    padding: 0;
  }
  .header .logo a {
    width: clamp(9.625rem, 4.875rem + 23.75vw, 33.375rem);
    padding-left: 1rem;
  }
  .header .logo a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .header .nav .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    width: auto;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    overflow: visible;
    padding: 0;
  }
  .header .nav .nav-list li {
    margin: 0 clamp(0rem, -1.563rem + 2.08vw, 0.938rem);
  }
  .header .nav .indicator {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(0, 71, 157, 0.1);
    border-radius: 100px;
    width: 0;
    opacity: 0.9;
    pointer-events: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 clamp(0.5rem, 0.35rem + 0.75vw, 1.25rem);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav .hamburger {
    display: none;
  }
}
:root {
  --footer-basecolor: #00479d;
  --footer-subcolor: #fff;
}

footer .container-fluid {
  padding: 0;
}

footer .wrap {
  background-color: var(--footer-basecolor);
}

footer .wrap .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: clamp(2.188rem, 2.063rem + 0.63vw, 2.813rem);
  padding-bottom: clamp(2.188rem, 2.063rem + 0.63vw, 2.813rem);
  color: var(--footer-subcolor);
}

@media screen and (min-width: 768px) {
  footer .wrap .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print {
  footer .wrap .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
footer .wrap .container .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(1rem, 0.8rem + 1vw, 2rem);
}

@media screen and (min-width: 992px) {
  footer .wrap .container .date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  footer .wrap .container .date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
footer .wrap .container .date .logo {
  width: clamp(18.75rem, 17.813rem + 4.69vw, 23.438rem);
}

footer .wrap .container .date .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

footer .wrap .container .date p {
  text-align: center;
  padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem) 0;
}

@media screen and (min-width: 768px) {
  footer .wrap .container .date p {
    text-align: left;
    padding: 0;
  }
}
@media print {
  footer .wrap .container .date p {
    text-align: left;
    padding: 0;
  }
}
:root {
  --footer-basecolor: #00479d;
  --footer-subcolor: #fff;
}

.pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
  cursor: pointer;
  margin-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  .pagetop {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print {
  .pagetop {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pagetop .icon {
  background-color: var(--footer-basecolor);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(2.188rem, 2.125rem + 0.31vw, 2.5rem);
  width: clamp(2.188rem, 2.125rem + 0.31vw, 2.5rem);
  border-radius: clamp(2.188rem, 2.125rem + 0.31vw, 2.5rem);
}

.pagetop .icon svg {
  height: 16px;
  width: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  fill: #fff;
}

.pagetop p {
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .loading .logo-wrap {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

body .loading .logo {
  width: 100%;
  height: auto;
}

body .loading .content {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.f--en {
  font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f--ja {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
}

.fz16 {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}

.fz18 {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.fz24 {
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
}

.fz30 {
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem);
}

.fz36 {
  font-size: clamp(1.875rem, 1.8rem + 0.38vw, 2.25rem);
}

.fz48 {
  font-size: clamp(2.25rem, 2.1rem + 0.75vw, 3rem);
}

.fz60 {
  font-size: clamp(3rem, 2.85rem + 0.75vw, 3.75rem);
}

.fz72 {
  font-size: clamp(1.875rem, 1.35rem + 2.63vw, 4.5rem);
}

.fz150 {
  font-size: clamp(4.5rem, 3.525rem + 4.88vw, 9.375rem);
}

.section {
  width: 100%;
  font-size: 2rem;
  scroll-margin-top: clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem);
}

.section .ttl {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
  font-weight: 500;
  padding-bottom: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  margin-bottom: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  border-bottom: 1px solid #00479d;
  width: 100%;
  text-align: start;
}

@media screen and (min-width: 768px) {
  .section .ttl {
    text-align: center;
  }
}
@media print {
  .section .ttl {
    text-align: center;
  }
}
.fv {
  position: relative;
  background-image: url(../img/top/fv.webp);
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(50vh - clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem));
  margin-top: clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem);
}

@media screen and (min-width: 768px) {
  .fv {
    height: calc(100vh - clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem));
  }
}
@media print {
  .fv {
    height: calc(100vh - clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem));
  }
}
.fv .cc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  text-align: center;
  width: 100%;
}

.fv .cc span {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.775rem + 1.75vw, 2.875rem);
  color: #00479d;
}

.Greetings {
  padding-top: clamp(3rem, 1.6rem + 7vw, 10rem);
}

.Greetings h2 {
  position: relative;
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
  text-align: start;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-bottom: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
}

@media screen and (min-width: 768px) {
  .Greetings h2 {
    text-align: center;
  }
}
@media print {
  .Greetings h2 {
    text-align: center;
  }
}
.Greetings h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 100px;
  background-color: #00479d;
}

@media screen and (min-width: 768px) {
  .Greetings h2::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print {
  .Greetings h2::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Greetings p {
  text-align: start;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .Greetings p {
    text-align: center;
  }
}
@media print {
  .Greetings p {
    text-align: center;
  }
}
.Duties {
  padding-top: clamp(3rem, 1.6rem + 7vw, 10rem);
}

.Duties p {
  text-align: start;
  margin-bottom: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
}

@media screen and (min-width: 768px) {
  .Duties p {
    text-align: center;
  }
}
@media print {
  .Duties p {
    text-align: center;
  }
}
.Duties .work-links .section-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 0.8rem + 0.5vw, 2rem);
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .Duties .work-links .section-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media print {
  .Duties .work-links .section-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.Duties .work-links .anchor-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(0.5rem, 0.4rem + 0.3vw, 1rem);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
}

.Duties .work-links .anchor-nav a {
  text-decoration: none;
  padding: clamp(0.5rem, 0.4rem + 0.3vw, 1rem) clamp(1rem, 0.8rem + 0.5vw, 2rem);
  border-radius: 9999px;
  background-color: #eee;
  color: #333;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.Duties .work-links .anchor-nav a:hover {
  background-color: #ddd;
}

.Duties .work-links .anchor-nav a.active {
  background-color: #00479d;
  color: #fff;
  font-weight: 700;
}

.Duties .work-links .anchor-target {
  position: relative;
  -webkit-transition: background-color 0.4s, border 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, border 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, box-shadow 0.4s, border 0.4s;
  transition: background-color 0.4s, box-shadow 0.4s, border 0.4s, -webkit-box-shadow 0.4s;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  scroll-margin-top: calc(clamp(3.75rem, 2.625rem + 5.63vw, 9.375rem) + 30px);
}

.Duties .work-links .anchor-target::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #00479d inset;
          box-shadow: 0 0 0 1px #00479d inset;
  border-radius: 1rem;
  content: "";
}

.Duties .work-links .anchor-target .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .Duties .work-links .anchor-target .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  .Duties .work-links .anchor-target .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.Duties .work-links .anchor-target .wrap .subttl {
  color: #fff;
  background-color: #00479d;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  width: 100%;
  padding: 1rem 0.5rem;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .Duties .work-links .anchor-target .wrap .subttl {
    height: 100%;
    width: 25%;
    border-radius: 1rem 0 0 1rem;
    padding: 0;
  }
}
@media print {
  .Duties .work-links .anchor-target .wrap .subttl {
    height: 100%;
    width: 25%;
    border-radius: 1rem 0 0 1rem;
    padding: 0;
  }
}
.Duties .work-links .anchor-target .wrap p {
  padding: 30px 15px;
  margin: 0;
  width: 100%;
  text-align: start;
}

@media screen and (min-width: 768px) {
  .Duties .work-links .anchor-target .wrap p {
    padding: 15px 30px;
    width: 75%;
  }
}
@media print {
  .Duties .work-links .anchor-target .wrap p {
    padding: 15px 30px;
    width: 75%;
  }
}
.Duties .work-links .anchor-target.active {
  background-color: rgba(0, 160, 233, 0.1);
  -webkit-box-shadow: 0 0 0 5px #00479d inset;
          box-shadow: 0 0 0 5px #00479d inset;
  border-radius: 1rem;
  /*   box-shadow: 0 0 30px rgba(255, 215, 0, 0.4), 0 0 5px rgba(255, 200, 0, 0.5) inset; */
}

.Information {
  padding-top: clamp(3rem, 1.6rem + 7vw, 10rem);
}

.Information table {
  width: 100%;
}

.Information table th,
.Information table td {
  text-align: start;
  font-weight: 400;
  padding: clamp(1rem, 0.9rem + 0.5vw, 1.5rem) 0;
}

.Information th {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: table;
}

@media screen and (min-width: 992px) {
  .Information th {
    width: 20%;
    display: table-cell;
  }
}
@media print {
  .Information th {
    width: 20%;
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .Information th {
    width: 30%;
    display: table-cell;
  }
}
@media print {
  .Information th {
    width: 30%;
    display: table-cell;
  }
}
.Information th::after {
  width: 35%;
  height: 1px;
  background-color: #00479d;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
}

@media screen and (min-width: 768px) {
  .Information th::after {
    width: 25%;
  }
}
@media print {
  .Information th::after {
    width: 25%;
  }
}
.Information td {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: table;
}

@media screen and (min-width: 992px) {
  .Information td {
    width: 80%;
    display: table-cell;
  }
}
@media print {
  .Information td {
    width: 80%;
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .Information td {
    width: 70%;
    display: table-cell;
  }
}
@media print {
  .Information td {
    width: 70%;
    display: table-cell;
  }
}
.Access {
  padding-top: clamp(3rem, 1.6rem + 7vw, 10rem);
}

.Access iframe {
  border: none;
  width: 100%;
  height: clamp(9.375rem, 5.625rem + 18.75vw, 28.125rem);
  margin-bottom: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
}

.Access .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 2;
}

.Access .wrap .line {
  width: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  height: 1px;
  background-color: #eee;
  margin: 0 clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  display: none;
}

@media screen and (min-width: 992px) {
  .Access .wrap .line {
    display: block;
  }
}
@media print {
  .Access .wrap .line {
    display: block;
  }
}
.Access .subttl {
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
}

.Access .subttl::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 36px;
  width: 10px;
  background-color: #00479d;
  display: block;
}

.Contact {
  padding-top: clamp(3rem, 1.6rem + 7vw, 10rem);
  margin-bottom: clamp(3rem, 1.6rem + 7vw, 10rem);
}

.Contact .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}

@media screen and (min-width: 992px) {
  .Contact .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 0;
  }
}
@media print {
  .Contact .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 0;
  }
}
.Contact .inner {
  padding: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  background-color: rgba(0, 160, 233, 0.1);
  border-radius: 1rem;
}

.Contact .inner h3 {
  text-align: start;
  font-weight: normal;
  padding-left: 2rem;
  position: relative;
  margin-bottom: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
}

.Contact .inner h3::after {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: #00479d;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.Contact .inner .date {
  text-align: center;
  line-height: 1.5;
}

.Contact .inner .date span {
  color: #00479d;
  font-weight: 500;
  display: block;
}