@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

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

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

html {
  font-size: 62.5%;
  text-align: center;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

body {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  padding: 0;
  background-color: #03004c;
  position: relative;
}

a {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: inherit;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
}

picture {
  display: block;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
header {
  margin: 0;
  padding: 50px 0;
  border-bottom: solid 1px #eee;
}
.header-global_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list {
    display: block;
  }
}

.header-global_nav-list__item a {
  display: block;
}

.header-hamburger .is-current {
  font-weight: bolder;
}
.header-hamburger .is-current a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .header-hamburger {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow: auto;
  }
  .header-hamburger ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .header-hamburger ul li {
    width: 100%;
  }
  .header-hamburger ul li a {
    display: block;
    height: 100%;
  }
  .header-hamburger.active {
    opacity: 1;
    pointer-events: auto;
  }
}

.header-navToggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-navToggle {
    display: block;
    position: fixed;
    right: 20px;
    top: 30px;
    width: 35px;
    height: 35px;
    z-index: 100;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
  }
  .header-navToggle span {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 2px;
    background: #000;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header-navToggle span:nth-child(1) {
    top: 25%;
  }
  .header-navToggle span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .header-navToggle span:nth-child(3) {
    bottom: 25%;
  }
  .header-navToggle.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-navToggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header-navToggle.active span:nth-child(3) {
    top: 34%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* ---------------------------------------*/
/* パンクズ */
/* ---------------------------------------*/
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-list__item {
  margin-right: 20px;
  position: relative;
}
.breadcrumb-list__item::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -10px;
}

/* ---------------------------------------*/
/* main */
/* ---------------------------------------*/
/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
footer {
  margin: 50px 0 0;
  padding: 50px 0;
  border-top: solid 1px #eee;
}
@media screen and (max-width: 768px) {
  footer {
    margin: 30px 0 0;
  }
}

#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 30px;
}
#page-top a {
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #ccc;
  border-radius: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}
#page-top a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #page-top {
    padding: 20px;
  }
  #page-top a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  #page-top a::before {
    width: 10px;
    height: 10px;
    top: 12px;
  }
}