@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

[hidden],
template {
  display: none;
}

.siteHeader {
  background: #fff;
  border-bottom: 2px solid #ccc;
  height: 7.5rem;
  --logo-black: #1a1311;
  --logo-red: #dc000c;
}
@media screen and (max-width: 767px) {
  .siteHeader {
    width: 100%;
    height: 6rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
}
.siteHeader .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;
  height: 100%;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .siteHeader .container {
    display: block;
  }
}
.siteHeader nav {
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.siteHeader nav .globalNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  font-size: 1.4rem;
}
.siteHeader nav .globalNav li {
  position: relative;
}
.siteHeader nav .globalNav li a {
  display: block;
  color: #000;
}
@media (hover: hover) {
  .siteHeader nav .globalNav li a:hover {
    text-decoration: none;
  }
}
.siteHeader nav .globalNav li a[target=_blank] {
  display: block;
  position: relative;
}
.siteHeader nav .globalNav li a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 0.4em;
  background: url("/assets/images/common/icn-external.svg") no-repeat center/contain;
  border: none;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .siteHeader nav .globalNav li a[target=_blank]::after {
    display: block;
    margin: auto;
    position: absolute;
    inset-block: 0;
    right: 1.4rem;
    -webkit-transform: none;
            transform: none;
  }
}
.siteHeader nav .globalNav .subMenu {
  background: #fff;
  position: absolute;
  top: calc(100% + 1px);
  left: -0.8em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  z-index: 99;
}
.siteHeader nav .globalNav .subMenu li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.siteHeader nav .globalNav .subMenu li a {
  display: block;
  padding: 0.5em 3em 0.5em 1em;
  position: relative;
}
.siteHeader nav .globalNav .subMenu li a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  inset-block: 0;
  right: 1em;
  margin: auto;
}
.siteHeader nav .globalNav .subMenu li a[target=_blank]::after {
  -webkit-transform: none;
          transform: none;
  background: url("/assets/images/common/icn-external.svg") no-repeat center/contain;
  border: none;
  width: 1em;
  height: 1em;
  margin: auto;
}
.siteHeader nav .globalNav .subMenu li a.pdf::after {
  display: block;
  -webkit-transform: none;
          transform: none;
  background: url("/assets/images/common/icn-pdf_mini.svg") no-repeat center/contain;
  border: none;
  width: 1.4em;
  height: 1.4em;
  right: 1rem;
  margin: auto;
}
@media (hover: hover) {
  .siteHeader nav .globalNav .subMenu a:hover {
    color: teal;
  }
  .siteHeader nav .globalNav li:hover > a {
    margin-bottom: -1px;
    border-bottom: 1px solid var(--brand-color-red);
  }
  .siteHeader nav .globalNav li:hover .subMenu {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
  }
  .siteHeader nav .globalNav li:hover .subMenu li:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .siteHeader nav .globalNav li:hover .subMenu li:hover > a {
    border: none;
  }
}
.siteHeader nav .extraNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  font-size: 1.4rem;
}
.siteHeader nav .extraNav .contact {
  width: 2rem;
  height: 1.6rem;
}
.siteHeader nav .extraNav .contact a {
  display: block;
  height: 100%;
}
.siteHeader nav .extraNav .contact .spText {
  display: none;
}
@media screen and (max-width: 767px) {
  .siteHeader nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
    top: 6rem;
    left: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
  }
  .siteHeader nav .globalNav {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1rem;
  }
  .siteHeader nav .globalNav li {
    border-radius: 2px;
  }
  .siteHeader nav .globalNav li a {
    padding: 0.5em 0.5em;
    font-size: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .siteHeader nav .globalNav li a::after {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    inset-block: 0;
    right: 1em;
    margin: auto;
  }
  .siteHeader nav .globalNav .subMenu {
    display: block;
    position: static;
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    pointer-events: all;
  }
  .siteHeader nav .extraNav {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1rem;
  }
  .siteHeader nav .extraNav .contact {
    width: auto;
    height: auto;
  }
  .siteHeader nav .extraNav .contact a {
    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;
    gap: 0.5em;
    font-size: 1.8rem;
    background: rgba(0, 0, 0, 0.05);
    padding: 0.5em 1.5em;
    margin: auto;
  }
  .siteHeader nav .extraNav .contact a svg {
    display: block;
    width: 1em;
    height: auto;
  }
  .siteHeader nav .extraNav .contact .spText {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .siteHeader .menu-btn {
    display: block;
    width: 6rem;
    height: 6rem;
    position: absolute;
    inset-block: 0;
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .siteHeader .menu-btn::before, .siteHeader .menu-btn::after {
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    background: #000;
    position: absolute;
    inset: 0;
    margin: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .siteHeader .menu-btn::before {
    -webkit-transform: translateY(-0.6rem);
            transform: translateY(-0.6rem);
  }
  .siteHeader .menu-btn::after {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  .siteHeader .menu-btn:hover::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .siteHeader .menu-btn:hover::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .siteHeader .menu-btn:hover ~ nav {
    height: calc(100vh - 6rem);
  }
  .siteHeader .menu-btn:focus {
    border: 2px solid;
  }
}

.icnMail:hover {
  fill: var(--brand-color-red);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.siteHeader .logo {
  width: 24rem;
  height: 3rem;
  margin: 0;
}
.siteHeader .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.siteHeader .logo a:hover {
  opacity: 0.8;
}
.siteHeader .logo a:hover img {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.siteHeader .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .siteHeader .logo {
    position: absolute;
    inset-block: 0;
    left: 1rem;
    margin: auto;
  }
}

.breadcrumb {
  border-bottom: 2px solid;
  padding-bottom: 0.2em;
  position: relative;
}
.breadcrumb .container {
  padding: 0 1rem !important;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 2rem;
  }
}
.breadcrumb ul li + li {
  margin-left: 0.4em;
  padding-left: 1.2em;
  position: relative;
}
.breadcrumb ul li + li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  inset-block: 0;
  left: 0;
  margin: auto;
}

#pageHeader h1.noImage {
  width: 100%;
  aspect-ratio: 1280/135;
  background: url("/assets/images/common/h1_pc.png") no-repeat center;
  background-size: 100%;
  font-size: 2.4rem;
  font-family: var(--font-serif);
  text-align: center;
  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;
}
@media screen and (max-width: 767px) {
  #pageHeader h1.noImage {
    aspect-ratio: 480/135;
    background-image: url("/assets/images/common/h1_sp.png");
    border-bottom: 0.5rem solid var(--brand-color-red);
  }
}
#pageHeader img {
  width: 100%;
}

#pageBody {
  max-width: 800px;
  margin-inline: auto;
}
#pageBody.wide {
  max-width: 1200px;
}
#pageBody .lead {
  font-size: 1.6rem;
  margin: 7.2rem 0;
}
@media screen and (max-width: 767px) {
  #pageBody .lead {
    font-size: 2rem;
    margin-block: 4rem;
  }
}

.comfirmBox {
  font-family: var(--font-serif);
  font-weight: 600;
  text-align: center;
  font-size: 2.5rem;
  margin: 10rem auto;
}

.comfirmBoxButtons {
  margin-top: 4rem;
  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;
  gap: 2rem;
}
.comfirmBoxButtons li {
  width: 8em;
}
.comfirmBoxButtons li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid var(--brand-color-red);
  padding: 0.2em 0.5em;
  font-size: 2.2rem;
}
@media (hover: hover) {
  .comfirmBoxButtons li a:hover {
    background: var(--brand-color-red);
    color: white;
  }
}

.newsTable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.newsTable th,
.newsTable td {
  vertical-align: top;
  font-size: 1.4rem;
  padding-bottom: 0.4em;
}
.newsTable th {
  color: var(--brand-color-red);
  padding-right: 1em;
}
.newsTable a {
  color: #000;
}
.newsTable a[target=pdf]::after {
  content: "PDF";
  padding: 0 0.4em;
  background: var(--brand-color-red);
  color: white;
  font-size: 0.8em;
  border-radius: 2px;
  margin-left: 0.4em;
}

.bannerArea {
  padding: 6rem 0;
  margin-top: 4rem;
}
.bannerArea .row {
  width: 88%;
  margin: auto;
  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;
}
.bannerArea .row li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .bannerArea .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bannerArea .row li {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.siteFooter {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    padding-top: 0;
  }
}
.siteFooter .logo {
  width: 30rem;
  margin-inline: auto;
}
.siteFooter .logo svg {
  width: 100%;
  height: 100%;
}
.siteFooter .inner {
  position: relative;
  background: #e6ebee;
}
.siteFooter::after {
  content: "";
  display: block;
  width: 40.8rem;
  height: 33.2rem;
  background: url("/assets/images/common/crane.svg") no-repeat center;
  background-size: contain;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -8rem;
  margin-bottom: -3.8rem;
}
@media screen and (max-width: 768px) {
  .siteFooter::after {
    width: 32.6rem;
    height: 26.6rem;
    bottom: 16rem;
    right: -10rem;
    margin: 0;
  }
}
.siteFooter .globalNav {
  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;
  padding: 2rem 0;
  font-size: 1.4rem;
}
.siteFooter .globalNav li {
  padding: 0 1em;
}
.siteFooter .globalNav li + li {
  border-left: 1px solid #000;
}
.siteFooter .globalNav li a {
  color: #000;
}
@media (hover: hover) {
  .siteFooter .globalNav li a:hover {
    text-decoration: underline;
    color: teal;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter .globalNav {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -1rem 22rem;
    border-bottom: 1px solid #000;
    background: #e6ebee;
    position: relative;
    z-index: 99;
  }
  .siteFooter .globalNav li {
    padding: 1em 0;
    font-size: 1.8rem;
    text-align: center;
    border-top: 1px solid #000;
  }
  .siteFooter .globalNav li + li {
    border-left: none;
  }
}
.siteFooter .copyright {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.2rem;
}

:root {
  font-size: min(10px, 1vw);
  --brand-color-red: #e80010;
  --brand-color-green: #39b54a;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 2.0833333333vw;
  }
  :root .for_pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  :root .for_sp {
    display: none !important;
  }
}

body {
  font-family: var(--font-sans);
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2rem;
  }
}

main {
  min-height: calc(100vh - 55rem);
}

.container {
  width: min(100%, 1000px);
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .container {
    padding: 0 1rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.noEvent {
  pointer-events: none;
}
@media print {
  img.noEvent {
    position: relative;
    opacity: 0;
  }
}

a {
  color: teal;
}
a:visited {
  color: purple;
}
a p {
  color: #000;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  a:hover img[src*=icn-] {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
}

strong {
  font-weight: 500;
  color: var(--brand-color-red);
}

.serif {
  font-family: var(--font-serif);
}

.text-center {
  text-align: center;
}

.lined {
  border-bottom: 2px solid var(--brand-color-red);
  padding-bottom: 0.5em;
  width: 100vw;
  margin-inline: calc(-50vw + 50%);
  margin-top: 6em;
}

.hidden {
  display: none;
}

h2 {
  font-size: 2.5rem;
  margin: 2em 0 2em;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 6rem;
  }
}/*# sourceMappingURL=index.css.map */