@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 1280px) {
  body {
    font-size: 0.875rem;
  }
}
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.l-header__inner {
  padding: 0 1.5rem;
  margin: 0 auto;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.l-header__logo {
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
  font-weight: bold;
}
.l-header__logo img {
  margin-right: 0.625rem;
  width: clamp(5rem, 3.125rem + 3.91vw, 7.8125rem);
}
.l-header__menu {
  margin-left: auto;
}
.l-header__nav-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  gap: 1.6vw;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.l-header__nav-item {
  height: 100%;
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(0.6875rem, 1vw, 1rem);
  font-weight: 500;
  color: #0066AF;
}
.l-header__nav-link:hover {
  cursor: pointer;
}
.l-header__nav-sub {
  position: absolute;
  top: 100%;
  padding: 1.25rem 1.5625rem;
  visibility: hidden;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0;
  transition: 0.3s all;
  box-shadow: 0 0 5px 0px #ccc;
}
.l-header__nav-sub-list {
  margin: 0 auto;
}
.l-header__nav-sub-item {
  position: relative;
  width: 100%;
  max-width: 220px;
}
.l-header__nav-sub-item + .l-header__nav-sub-item {
  margin-top: 1.25rem;
}
.l-header__nav-sub-item-link {
  font-size: 16px;
  color: #0066AF;
  text-decoration: underline;
}
.l-header__nav-user {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.6875rem, 1vw, 1rem);
}
.l-header__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  font-size: clamp(0.6875rem, 1vw, 1rem);
  font-weight: 500;
  color: #fff;
  background-color: #0066AF;
  border-radius: 0.25rem;
  max-width: 15rem;
  width: 20%;
}

.l-hum {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #0066AF;
  border: none;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  border-radius: 999px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 7px);
}
.l-hum span:nth-child(2) {
  top: calc(50% + 7px);
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-24deg);
}
.l-hum.is-active span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(24deg);
}

@media all and (min-width: 1281px), print {
  .l-header__menu {
    display: block !important;
    width: 65%;
  }
  .l-header__nav-link:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
  .l-header__nav-item:hover .l-header__nav-sub {
    visibility: inherit;
    opacity: 1;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header__inner {
    padding: 0 0 0 1.25rem;
  }
  .l-header__container {
    height: 56px;
    width: 100%;
    justify-content: space-between;
  }
  .l-header__menu {
    position: absolute;
    top: 56px;
    left: -20px;
    display: none;
    width: calc(100% + 40px);
    height: calc(100vh - 56px);
    background-color: #fff;
  }
  .l-header__nav-container {
    flex-direction: column;
    justify-content: start;
    height: 100%;
    padding: 2.5rem 0 5rem;
    overflow-y: scroll;
  }
  .l-header__nav {
    width: calc(100% - 40px);
    height: auto;
  }
  .l-header__nav-list {
    flex-direction: column;
    border-top: 1px solid #bebebe;
    width: 100%;
    gap: 0;
  }
  .l-header__nav-item {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #bebebe;
  }
  .l-header__nav-item-icon {
    position: absolute;
    top: 1.875rem;
    right: 0;
    z-index: 2;
    display: block;
    transform: translateY(-50%);
  }
  .l-header__nav-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem 0.625rem;
    font-size: 1rem;
    text-align: center;
  }
  .l-header__nav-sub {
    position: relative;
    visibility: inherit;
    opacity: 1;
    transition: inherit;
    box-shadow: inherit;
    text-align: center;
    padding-top: 0;
  }
  .l-header__nav-sub-item {
    max-width: inherit;
  }
  .l-header__nav-sub-item + .l-header__nav-sub-item {
    margin-top: 1rem;
  }
  .l-header__nav-sub-item-link {
    text-decoration: none;
  }
  .l-header__nav-user {
    font-size: 0.9375rem;
  }
  .l-header__nav-button {
    max-width: inherit;
    font-size: 0.9375rem;
    width: 80%;
  }
}
/* footer */
.l-footer {
  padding: 5rem 0 1.25rem;
  margin-top: 12.5rem;
  background-color: #ededed;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__copyright {
  font-size: 0.75rem;
  text-align: center;
}

/* main */
.l-container {
  margin-bottom: 7.5rem;
}

.l-inner {
  width: 1640px;
  max-width: 100%;
  height: inherit;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 1840px;
}
.l-inner.--narrow {
  width: 1240px;
}

.l-section-first + .l-section {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 1280px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}
/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button-delete {
  display: inline-block;
  width: 4rem;
  min-height: 2.25rem;
  font-size: 0.8125rem;
  padding: 0.375rem 1rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #f12d2d;
  border: 1px solid #f12d2d;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: 0.3s linear opacity;
}
.c-button-delete:hover {
  opacity: 0.7;
}

.c-button-delete {
  display: inline-block;
  width: 4rem;
  min-height: 2.25rem;
  font-size: 0.8125rem;
  padding: 0.375rem 1rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #f12d2d;
  border: 1px solid #f12d2d;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: 0.3s linear opacity;
}

.c-button-delete:hover {
  opacity: 0.7;
}

.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
  min-height: 3.5rem;
  padding: 1rem 1.25rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  cursor: pointer;
  background-color: #0066AF;
  border: 1px solid #0066AF;
  border-radius: 0.25rem;
}
.c-button.--sub {
  background-color: #fff;
  color: #0066AF;
}
.c-button.--sub:hover {
  opacity: 0.7;
  background-color: #fff;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
    background-color: #0066AF;
  }
}

.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 1280px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  font-size: 2rem;
}

.c-heading-h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.28px;
  color: #000044;
}

.c-heading-h3 {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 1.12px;
  color: #000044;
}

.c-heading-h4 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.96px;
  color: #000044;
}

.c-heading-h5 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.88px;
  color: #000044;
}

.c-heading-h6 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.72px;
  color: #000044;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
  color: #000;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  left: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background: #333;
  border-radius: 50%;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  color: #0066AF;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 1rem;
  color: #000;
}
.c-text.--lg {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.2;
  color: #0066AF;
}
.c-text.--bold {
  font-weight: bold;
}
.c-text.--sm {
  font-size: 0.875rem;
  line-height: 2.1;
}

@media only screen and (max-width: 1280px) {
  .c-text {
    font-size: 0.875rem;
  }
  .c-text.--lg {
    font-size: 1rem;
  }
}
.c-input__optional {
  margin-left: 0.5rem;
}
.c-input__optional.--required {
  color: #666;
}
.c-input__support-text {
  margin-top: 0.5rem;
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
}
.c-input__container {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0.0625rem solid #bebebe;
  border-radius: 0.25rem;
  outline: 0;
  background-color: #fff;
}
.c-input__container:focus {
  border-color: #666;
}
.c-input__container.error {
  border-color: #f00;
}
.c-input__container.--date {
  max-width: 10rem;
}
.c-input__radio-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 0.0625rem solid #666;
  border-radius: 50%;
}
.c-input__radio-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #1558d6;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container::after {
  opacity: 1;
}
.c-input__check-wrap {
  display: inline-flex;
  flex-direction: column;
}
.c-input__checkbox-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 0.0625rem solid #666;
  border-radius: 0.125rem;
  background-color: #fff;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 50%;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container {
  background-color: #1558d6;
  border-color: #1558d6;
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__error-text {
  margin-top: 0.5rem;
  color: #f00;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 1rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  pointer-events: none;
  content: "";
  border-right: 0.125rem solid #666;
  border-bottom: 0.125rem solid #666;
  transform: rotate(45deg);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2rem;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}
.c-input__autocomplete-container {
  position: relative;
}
.c-input__autocomplete-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
  background-color: #fff;
}
.c-input__autocomplete-item {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.c-input__autocomplete-item:hover {
  background-color: #1967d2;
  color: #fff;
}

/* project */
.p-alerts {
  color: #f00;
}
.p-alerts.--success {
  color: #008000;
  background-color: #e7ffe7;
  padding: 1rem 1.5rem;
}
.p-alerts.--error {
  color: #f00;
  background-color: #ffe4e4;
  padding: 1rem 1.5rem;
}

.p-button__flex {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.p-button__flex .c-button {
  margin-top: 0;
}

@media only screen and (max-width: 1280px) {
  .p-button__flex {
    flex-direction: column;
  }
}
.p-table02__th {
  padding: 0.75rem 1.5rem;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border: 0.0625rem solid #666;
  background-color: #ededed;
}
.p-table02__td {
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #666;
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .p-table02__th {
    padding: 0.5rem 0.75rem;
  }
  .p-table02__td {
    padding: 0.5rem 0.75rem;
  }
}
.p-table02__th {
  padding: 0.75rem 1.5rem;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border: 0.0625rem solid #666;
  background-color: #ededed;
}

.p-table02__td {
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #666;
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .p-table02__th {
    padding: 0.5rem 0.75rem;
  }
  .p-table02__td {
    padding: 0.5rem 0.75rem;
  }
}
.p-box {
  padding: 2rem 2.5rem;
  background-color: #eff3f9;
}
.p-box.--bg-white {
  background-color: #fff;
}
.p-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.p-table__th {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  vertical-align: middle;
  background-color: #000044;
  border: 0.0625rem solid #fff;
  color: #fff;
}
.p-table__th.--arrow {
  position: relative;
  padding-right: 2.25rem;
}
.p-table__th.--arrow span {
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 100%;
  transition: 0.3s;
}
.p-table__th.--arrow span::after {
  position: absolute;
  top: 45%;
  right: 1rem;
  display: block;
  width: 0.675rem;
  height: 0.675rem;
  content: "";
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.p-table__th.--arrow.--reverse span::after {
  top: 55%;
  border-top: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  border-right: 0;
  border-bottom: 0;
}
.p-table__td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #000044;
  word-break: break-all;
}
.p-table__td.--red {
  background-color: #fc8e8e;
}
.p-table__td.--yellow {
  background-color: #fcf58e;
}
.p-table__td.--gray {
  background-color: #aaaaaa;
}
.p-table tr.--gray .p-table__td {
  background-color: #aaaaaa;
}

@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  .p-table__th {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  .p-table__td {
    padding: 0.5rem 0.75rem;
  }
}
.p-message__item + .p-message__item {
  margin-top: 1.5rem;
}
.p-message__title {
  position: relative;
  padding: 1.25rem;
  background-color: #eff3f9;
  font-weight: bold;
}
.p-message__title .p-message__date {
  font-weight: normal;
  margin-left: 1rem;
}
.p-message__title .c-text-link {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
.p-message .p-table {
  width: 100%;
}
.p-message .p-table .p-table__th:first-child {
  width: 70%;
}

.p-pagetitle__title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  color: #000044;
  margin: 3.75rem auto 2.25rem;
}

@media only screen and (max-width: 1280px) {
  .p-pagetitle__title {
    font-size: 1.3125rem;
    margin: 2.5rem auto 1.5rem;
  }
}
.p-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #000;
  background-color: #fff;
  border: 0.0625rem solid #bebebe;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #0066AF;
  }
}
.p-pagination__item span {
  color: #fff;
  background-color: #0066AF;
  border: 0.0625rem solid #0066AF;
}
.p-pagination__item.--prev a, .p-pagination__item.--next a {
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  background: transparent;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
.p-pagination__item.--prev a::after, .p-pagination__item.--next a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../images/common/icon_arrow.png") no-repeat center/contain;
  transform: translate(-50%, -50%);
}
.p-pagination__item.--prev a:hover, .p-pagination__item.--next a:hover {
  color: #fff;
  background-color: #0066AF;
}
.p-pagination__item.--prev a:hover::after, .p-pagination__item.--next a:hover::after {
  background: url("../images/common/icon_arrow_white.png") no-repeat center/contain;
}
.p-pagination__item.--next {
  margin-left: 1.5rem;
}
.p-pagination__item.--prev {
  margin-right: 1.5rem;
}
.p-pagination__item.--prev a::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.p-search .c-input {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-search .c-input__label {
  min-width: 6.875rem;
  cursor: inherit;
  text-align: right;
}
.p-search__flex {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-search__flex .c-input {
  width: calc(33.33% - 1rem);
}
.p-search__flex .c-input.--full {
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .p-search .c-input {
    gap: 0.625rem;
  }
  .p-search .c-input__label {
    min-width: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-search__grid {
    display: flex;
    flex-direction: column;
  }
}
.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

/* pages */
body.attached .attached-main .p-box {
  max-width: 87.5rem;
  margin: 2.5rem auto;
}
body.attached .attached-main .p-table {
  width: 100%;
}
body.attached .attached-main .p-table__th {
  width: 15%;
  min-width: 7.5rem;
}
body.attached .attached-main .p-table__th.--w30 {
  width: 30%;
}
body.attached .attached-main .p-table__th.--w40 {
  width: 40%;
}
body.attached .attached-main .p-table a {
  text-decoration: underline;
}

body.contact .p-table-conteiner {
  max-width: 87.5rem;
  margin: 2.5rem auto;
}
body.contact .p-table-conteiner .p-table {
  width: 100%;
}
body.contact .p-table-conteiner .p-table__th {
  width: 25%;
}
body.contact .p-table-conteiner .p-table textarea {
  width: 100%;
}
body.contact .p-table-conteiner .p-table .c-input__file {
  display: block;
}
body.contact .p-table-conteiner .p-table .c-input__file + .c-input__file {
  margin-top: 0.75rem;
}

body.history .history-main .p-box {
  max-width: 87.5rem;
  margin: 2.5rem auto;
}
body.history .history-main .p-table {
  width: 100%;
}
body.history .history-main .p-table__th {
  width: 11.1111111111%;
}
body.history .history-main .p-table a {
  text-decoration: underline;
}

body.history-detail .history-detail-main .p-box {
  max-width: 87.5rem;
  margin: 2.5rem auto;
}
body.history-detail .history-detail-main .p-table02 {
  width: 100%;
}
body.history-detail .history-detail-main .p-table02 + .p-table02 {
  margin-top: 1rem;
}
body.history-detail .history-detail-main .p-table02.--half {
  width: 50%;
}
body.history-detail .history-detail-main .p-table02__th {
  width: 15%;
}
body.history-detail .history-detail-main .p-table02__td {
  width: 35%;
}

body.history-reply .p-table-conteiner {
  max-width: 87.5rem;
  margin: 2.5rem auto;
}
body.history-reply .p-table-conteiner .p-table {
  width: 100%;
}
body.history-reply .p-table-conteiner .p-table__th {
  width: 25%;
}
body.history-reply .p-table-conteiner .p-table textarea {
  width: 100%;
}
body.history-reply .p-table-conteiner .p-table .c-input__file {
  display: block;
}
body.history-reply .p-table-conteiner .p-table .c-input__file + .c-input__file {
  margin-top: 0.75rem;
}

body.index .index-news {
  margin-top: 7.5rem;
}

body.login .login-main {
  height: 100vh;
}
body.login .login-main h1 {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
body.login .login-main h1 img {
  margin-right: 0.625rem;
  width: 7.8125rem;
}
body.login .login-main .l-inner {
  max-width: 37.5rem;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.login .login-main .l-header__logo {
  justify-content: center;
}
body.login .login-main .p-box {
  text-align: left;
  margin-top: 2.5rem;
}
body.login .login-main .c-input__label {
  cursor: inherit;
}
body.login .login-main .c-input__container {
  margin-top: 0.25rem;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  body.login .login-main h1 {
    font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
  }
  body.login .login-main h1 img {
    width: clamp(5rem, 3.125rem + 3.91vw, 7.8125rem);
  }
}
body.password .password-main .c-text,
body.password-reconfigure .password-main .c-text {
  text-align: left;
}
body.password .password-main .l-inner,
body.password-reconfigure .password-main .l-inner {
  max-width: 50rem;
  text-align: center;
  width: 100%;
}
body.password .password-main .l-header__logo,
body.password-reconfigure .password-main .l-header__logo {
  justify-content: center;
}
body.password .password-main .p-box,
body.password-reconfigure .password-main .p-box {
  text-align: left;
  margin-top: 2.5rem;
}
body.password .password-main .c-input,
body.password-reconfigure .password-main .c-input {
  width: 100%;
}
body.password .password-main .c-input + .c-input,
body.password-reconfigure .password-main .c-input + .c-input {
  margin-top: 0.75rem;
}
body.password .password-main .c-input__label,
body.password-reconfigure .password-main .c-input__label {
  cursor: inherit;
}
body.password .password-main .c-input__container,
body.password-reconfigure .password-main .c-input__container {
  margin-top: 0.25rem;
  width: 100%;
}

body.user .p-table-conteiner {
  max-width: 87.5rem;
  margin: 2.5rem auto;
}
body.user .p-table-conteiner .p-table {
  width: 100%;
}
body.user .p-table-conteiner .p-table__th {
  width: 25%;
}
body.user .p-table-conteiner .p-table textarea {
  width: 100%;
}
body.user .p-table-conteiner .p-table .c-input__file {
  display: block;
}
body.user .p-table-conteiner .p-table .c-input__file + .c-input__file {
  margin-top: 0.75rem;
}

body.user-password .p-table-conteiner {
  max-width: 87.5rem;
  margin: 2.5rem auto;
}
body.user-password .p-table-conteiner .p-table {
  width: 100%;
}
body.user-password .p-table-conteiner .p-table__th {
  width: 25%;
}
body.user-password .p-table-conteiner .p-table textarea {
  width: 100%;
}
body.user-password .p-table-conteiner .p-table .c-input__file {
  display: block;
}
body.user-password .p-table-conteiner .p-table .c-input__file + .c-input__file {
  margin-top: 0.75rem;
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 1281px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 1280px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 1281px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 1280px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
