@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  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%; /* 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 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, 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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;
}

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

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body {
  height: 100% !important;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #faf9f4;
  color: #151515;
}

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

* {
  box-sizing: border-box;
}

a {
  color: #151515;
  text-decoration: none;
}
a:visited {
  color: #151515;
}
a:hover {
  color: #151515;
  opacity: 0.8;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}

input[type=radio] {
  border-radius: 50%;
  border: 1px solid #eee;
  vertical-align: middle;
}

input[type=radio] + span {
  vertical-align: middle;
}

input[type=radio]:checked {
  background: #00459c;
  border-radius: 50%;
  vertical-align: middle;
}

textarea {
  resize: vertical;
  border: 0;
  background: transparent;
  width: 100%;
  max-height: 350px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cl {
  clear: both;
}

.clb:after {
  content: "";
  clear: both;
  display: block;
}

.bld {
  font-weight: bold;
}

.mt1 {
  margin-top: 1em;
}

.tb {
  display: table;
  width: 100%;
}

.tbc {
  display: table-cell;
  vertical-align: middle;
}

.txt_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.mxw {
  max-width: 1280px;
  margin: 0 auto;
}

.mx10 {
  max-width: 1000px;
  margin: 0 auto;
}

.ind1 {
  text-indent: 1em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.spinner {
  margin: -2.5em 0 0 -2.5em;
  font-size: 10px;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.4);
  border-right: 1.1em solid rgba(0, 0, 0, 0.4);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.4);
  border-left: 1.1em solid #000000;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page {
  opacity: 0;
  opacity: 0;
  transition: opacity 1s;
}
#page.on {
  opacity: 1;
}

.wrap {
  position: relative;
  width: 100%;
  padding-top: 92px;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 1.4em;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 10;
}
.site-header.on {
  position: fixed;
}
.site-header .site-branding {
  padding: 0.5em 0.1em 0.5em 2em;
  width: 300px;
}
.site-header .main-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: #00459c;
  transform: translateX(100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .main-navigation.sp_menu {
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.1, 1);
}
.site-header .main-navigation.on {
  transform: translateX(0);
}
.site-header .main-navigation .site-logo {
  width: 28%;
  margin: 0 auto;
  background: #fff;
  height: 100vh;
  padding: 4em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .main-navigation .site-logo a img {
  width: 80%;
}
.site-header .main-navigation .menu-gnav-container {
  width: 72%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .main-navigation .menu-gnav-container .nav-title {
  margin: 4rem 0 0.5em;
  padding: 0 calc(2em + 1%);
}
.site-header .main-navigation .menu-gnav-container .nav-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.site-header .main-navigation .menu-gnav-container .header-menu .menu {
  display: flex;
  flex-wrap: wrap;
  padding: 2em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 2rem;
}
.site-header .main-navigation .menu-gnav-container .header-menu .menu .menu-item {
  color: #fff;
  width: 30%;
}
.site-header .main-navigation .menu-gnav-container .header-menu .menu .menu-item a {
  display: block;
  padding: 1em;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.site-header .main-navigation .menu-gnav-container .header-menu .menu .menu-item a:hover {
  background: #fff;
  color: #00459c;
  transition: 0.8s;
  opacity: 1;
}
.site-header .main-navigation .menu-gnav-container .moving-link a {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  width: 50%;
  padding: 2em;
}
.site-header .main-navigation .menu-gnav-container .moving-link a div {
  width: 50%;
}
.site-header .main-navigation .menu-gnav-container .moving-link a div img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.site-header .main-navigation .menu-gnav-container .moving-link a .contents-title {
  color: #00459c;
  text-align: center;
  font-weight: 700;
  padding: 0 0 0 1em;
}
.site-header .main-navigation .menu-gnav-container .other-nav {
  text-align: center;
  margin: 2rem auto 0;
}
.site-header .main-navigation .menu-gnav-container .other-nav li {
  display: inline-block;
  vertical-align: middle;
}
.site-header .main-navigation .menu-gnav-container .other-nav li a {
  color: #fff;
}
.site-header .main-navigation .menu-gnav-container .other-nav li:first-child {
  margin: 0 1em 0 0;
}
.site-header .main-navigation .menu-gnav-container .other-nav li:first-child a::after {
  content: "|";
  display: inline-block;
  color: #fff;
  padding: 0 0 0 1em;
}

@media (max-width: 1024px) {
  .site-header .main-navigation {
    height: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }
  .site-header .main-navigation .site-logo {
    width: 100%;
    height: auto;
    padding: 6rem 0;
  }
  .site-header .main-navigation .site-logo a {
    text-align: center;
  }
  .site-header .main-navigation .site-logo a img {
    width: 30%;
  }
  .site-header .main-navigation .menu-gnav-container {
    width: 100%;
    height: auto;
    padding: 4rem;
  }
  .site-header .main-navigation .menu-gnav-container .nav-title {
    padding: 0 1%;
  }
  .site-header .main-navigation .menu-gnav-container .moving-link a {
    width: 70%;
  }
  .site-header .main-navigation .menu-gnav-container .header-menu .menu {
    margin: 0;
  }
  .site-header .main-navigation .menu-gnav-container .header-menu .menu .menu-item {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .site-header .site-branding {
    padding: 0.5em 1em;
    width: 200px;
  }
  .site-header .main-navigation .site-logo {
    padding: 4rem 0;
  }
  .site-header .main-navigation .site-logo a img {
    width: 50%;
  }
  .site-header .main-navigation .menu-gnav-container {
    padding: 4rem 2em;
  }
  .site-header .main-navigation .menu-gnav-container .header-menu .menu {
    padding: 2em 0;
  }
  .site-header .main-navigation .menu-gnav-container .header-menu .menu .menu-item {
    width: 100%;
  }
  .site-header .main-navigation .menu-gnav-container .header-menu .menu .menu-item a {
    padding: 0.5em;
  }
  .site-header .main-navigation .menu-gnav-container .header-menu .menu .menu-item a:hover {
    background: none;
    color: #fff;
  }
  .site-header .main-navigation .menu-gnav-container .header-menu .menu .menu-item a br {
    display: none;
  }
  .site-header .main-navigation .menu-gnav-container .moving-link a {
    flex-wrap: wrap;
    width: 100%;
    padding: 1em;
  }
  .site-header .main-navigation .menu-gnav-container .moving-link a div {
    width: 100%;
  }
  .site-header .main-navigation .menu-gnav-container .moving-link a div img {
    width: 50%;
  }
  .site-header .main-navigation .menu-gnav-container .moving-link a .contents-title {
    padding: 0;
    margin: 1em 0 0;
  }
}
.btn_nav {
  position: absolute;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  color: #151515;
  right: 0;
  background: #00459c;
}
.btn_nav > a {
  display: inline-block;
  vertical-align: middle;
  padding: 1.5em;
  width: 7.3em;
  height: 7.3em;
  position: relative;
}
.btn_nav .btn_txt {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
}
.btn_nav .btn_txt > span {
  display: block;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.btn_nav .btn_txt > span.close {
  opacity: 0;
}
.btn_nav .bar {
  position: absolute;
  display: block;
  width: 4.5em;
  height: 0.2em;
  background: #fff;
  transition: all 0.5s;
  transform-origin: center top;
  top: 0.5em;
}
.btn_nav .bar.top {
  top: 1.5em;
}
.btn_nav .bar.middle {
  top: 2.5em;
  opacity: 1;
}
.btn_nav .bar.bottom {
  top: 3.5em;
  transform-origin: center bottom;
}
.btn_nav.on .btn_txt {
  color: #fff;
}
.btn_nav.on .btn_txt > span {
  opacity: 1;
}
.btn_nav.on .btn_txt > span.open {
  opacity: 0;
}
.btn_nav.on .bar.top {
  top: 2.5em;
  width: 4.5em;
  transform: rotate(45deg);
}
.btn_nav.on .bar.middle {
  opacity: 0;
}
.btn_nav.on .bar.bottom {
  width: 4.5em;
  top: 2.5em;
  transform: rotate(-45deg);
}

@media (max-width: 640px) {
  .btn_nav > a {
    padding: 1.1em;
    width: 5.7em;
    height: 5.7em;
  }
  .btn_nav .btn_txt > span {
    top: -1.75em;
  }
  .btn_nav .bar {
    width: 3.5em;
  }
  .btn_nav .bar.top {
    top: 1em;
  }
  .btn_nav .bar.middle {
    top: 2em;
  }
  .btn_nav .bar.bottom {
    top: 3em;
  }
  .btn_nav.on .btn_txt > span {
    opacity: 1;
  }
  .btn_nav.on .btn_txt > span.open {
    opacity: 0;
  }
  .btn_nav.on .bar.top {
    top: 2em;
    width: 3.5em;
  }
  .btn_nav.on .bar.bottom {
    width: 3.5em;
    top: 2em;
  }
}
.un_header {
  font-size: 1.4em;
  color: #00459c;
}
.un_header .ttl {
  display: block;
  margin: 0 auto 1em;
  padding: 0.3em 0;
  border-bottom: 3px solid #eee;
  position: relative;
  max-width: 860px;
}
.un_header .ttl:after {
  content: "";
  background: #00459c;
  height: 3px;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.un_header .ttl span {
  vertical-align: middle;
}
.un_header .ttl .en {
  font-size: 1.2857em;
}
.un_header .ttl .en:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #000;
  height: 0.9em;
  margin: 0 0.5em;
}
.date .un_header .ttl .en:after {
  content: none;
}
.sec_header {
  font-size: 1.6em;
}
.sec_header .ttl {
  display: inline-block;
  margin-right: 3em;
  vertical-align: middle;
}
.sec_header .ttl .en, .sec_header .ttl .ja {
  display: inline-block;
  line-height: 1;
}
.sec_header .ttl .en {
  font-size: 1.875em;
}
.sec_header .ttl .en > span {
  vertical-align: middle;
}
.sec_header .ttl .en:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #000;
  height: 0.9em;
  margin: 0 0.5em;
  vertical-align: middle;
}
.date .sec_header .ttl .en:after {
  content: none;
}
.sec_header .ttl.no_line .en:after {
  content: none;
}

.btn_tax {
  padding: 0.2em;
  background: #00459c;
  color: #fff;
  min-width: 8em;
  text-align: center;
}
.btn_tax:visited {
  color: #fff;
}

.side_header .page-title {
  background: #faf9f4;
  font-size: 4em;
  padding: 2em 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  width: 350px;
  color: #00459c;
}
.side_header .page-title .en {
  display: block;
}
.side_header .page-title .ja {
  font-size: 0.5em;
  vertical-align: top;
  display: inline-block;
  padding-top: 0.3em;
}
.side_header .un_header {
  padding: 0 3%;
}

.page_container {
  display: flex;
  flex-direction: row-reverse;
}
.page_container .side_list_container {
  width: 350px;
  padding: 2.4% 0 0 2.4%;
  background: #eee;
}
.page_container .side_list_container > .list_container {
  padding-bottom: 1.2em;
  overflow: hidden;
}
.page_container .side_list_container > .list_container dt {
  color: #00459c;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 2;
}
.page_container .side_list_container > .list_container dt:after {
  content: "";
  display: block;
  width: 2.5em;
  border-top: #00459c solid 3px;
}
.page_container .side_list_container > .list_container .list > li {
  margin-bottom: 1.3em;
}
.page_container .side_list_container > .list_container .list > li:last-child {
  margin-bottom: 0;
}
.page_container .side_list_container > .list_container .list > li > a {
  display: block;
  padding: 0.4em;
  line-height: 1.2;
}
.page_container .side_list_container > .list_container .list > li.current a {
  background: #00459c;
  color: #fff;
}
.page_container .side_container {
  width: calc(100% - 350px);
}
.page_container .side_container .sec_inner {
  max-width: 935px;
  margin: 0 auto;
  padding: 0 4% 4%;
}
.page_container .side_container .sec_inner .list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_container .side_container .sec_inner .list .list_box {
  width: 48%;
  margin-bottom: 6%;
}
.list_box {
  font-size: 1.4em;
}
.list_box .cat_container {
  font-size: 0.857em;
  padding: 0.8em 0;
}
.list_box .cat_container:after {
  content: "";
  clear: both;
  display: block;
}
.list_box .cat_container .date, .list_box .cat_container .tax {
  vertical-align: middle;
  display: inline-block;
}
.list_box .cat_container .tax {
  float: right;
}
.list_box .image a {
  position: relative;
  display: block;
}
.list_box .image a:before {
  content: "";
  padding: 73.5% 0 0;
  display: block;
}
.list_box .image a img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_box .new {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(220, 20, 60, 0.8);
  color: #fff;
  padding: 0.3em 1em 0.2em;
  z-index: 2;
}

.site-footer {
  font-size: 1.2em;
  border-top: 1px solid #eee;
}
.site-footer .bread_container .inner {
  padding: 2em 0;
  position: relative;
}
.site-footer .bread_container .breadcrumbs {
  padding-left: 3%;
  display: table;
}
.site-footer .bread_container .breadcrumbs span[typeof=ListItem]:last-child {
  font-weight: bold;
}
.site-footer .bread_container .breadcrumbs > span {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-footer .bread_container .breadcrumbs > span br {
  display: none;
}
.site-footer .bread_container .breadcrumbs .tri {
  padding: 0 1em;
  color: #aaaaaa;
  font-size: 0.8em;
}
.site-footer .bread_container .btn_top {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #000;
  color: #fff;
  display: block;
  padding: 1.5em 3em;
  cursor: pointer;
}
.site-footer .bread_container .btn_top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 0.3em;
  border-top: 0px solid transparent;
  border-right: 4.8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 4.8px solid transparent;
}
.site-footer .g_nav {
  background: #fff;
  border: 1px solid #eee;
}
.site-footer .g_nav .inner {
  width: 100%;
  background: #00459c;
  display: flex;
  justify-content: space-between;
}
.site-footer .g_nav .inner .site-info {
  width: 28%;
  margin: 0 auto;
  background: #fff;
  padding: 4em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.site-footer .g_nav .inner .site-info p a img {
  width: 80%;
}
.site-footer .g_nav .inner .f_g_nav {
  width: 72%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4em 0;
}
.site-footer .g_nav .inner .f_g_nav .nav-title {
  margin: 4rem 0 0.5em;
  padding: 0 calc(2em + 1%);
}
.site-footer .g_nav .inner .f_g_nav .nav-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.site-footer .g_nav .inner .f_g_nav .moving-link a {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  width: 50%;
  padding: 2em;
}
.site-footer .g_nav .inner .f_g_nav .moving-link a div {
  width: 50%;
}
.site-footer .g_nav .inner .f_g_nav .moving-link a div img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.site-footer .g_nav .inner .f_g_nav .moving-link a .contents-title {
  color: #00459c;
  text-align: center;
  font-weight: 700;
  padding: 0 0 0 1em;
}
.site-footer .g_nav .inner .f_g_nav nav .f_gnav {
  display: flex;
  flex-wrap: wrap;
  padding: 2em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 2rem;
}
.site-footer .g_nav .inner .f_g_nav nav .f_gnav li {
  color: #fff;
  width: 30%;
}
.site-footer .g_nav .inner .f_g_nav nav .f_gnav li a {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.site-footer .g_nav .inner .f_g_nav .other-nav {
  text-align: center;
  margin: 2rem auto 0;
}
.site-footer .g_nav .inner .f_g_nav .other-nav li {
  display: inline-block;
  vertical-align: middle;
}
.site-footer .g_nav .inner .f_g_nav .other-nav li a {
  color: #fff;
}
.site-footer .g_nav .inner .f_g_nav .other-nav li:first-child {
  margin: 0 1em 0 0;
}
.site-footer .g_nav .inner .f_g_nav .other-nav li:first-child a::after {
  content: "|";
  display: inline-block;
  color: #fff;
  padding: 0 0 0 1em;
}
.site-footer .sub_nav {
  padding: 2em 0;
}
.site-footer .sub_nav .menu .menu-item {
  display: inline-block;
}
.site-footer .sub_nav #f_sub_menu {
  padding-right: 1em;
}
.site-footer .sub_nav #f_sub_menu .menu-item {
  display: inline-block;
  border-right: 1px solid #adadad;
  padding: 0 0.8em;
}
.site-footer .sub_nav #f_sub_menu .menu-item:first-child {
  border-left: 1px solid #adadad;
}
.site-footer .sub_nav #f_sub_menu .menu-item a {
  display: block;
}

@media (max-width: 1024px) {
  .site-footer .g_nav .inner {
    flex-wrap: wrap;
  }
  .site-footer .g_nav .inner .site-info {
    width: 100%;
    padding: 2em;
  }
  .site-footer .g_nav .inner .site-info p {
    text-align: center;
  }
  .site-footer .g_nav .inner .site-info p a img {
    width: 30%;
  }
  .site-footer .g_nav .inner .f_g_nav {
    width: 100%;
  }
  .site-footer .g_nav .inner .f_g_nav .moving-link a {
    width: 70%;
  }
  .site-footer .g_nav .inner .f_g_nav nav .f_gnav li {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .site-footer .bread_container .inner {
    padding: 0;
  }
  .site-footer .bread_container .inner .breadcrumbs {
    display: none;
  }
  .site-footer .bread_container .inner .btn_top {
    padding: 1em 1.5em;
    position: relative;
  }
  .site-footer .g_nav .inner .site-info p a img {
    width: 50%;
  }
  .site-footer .g_nav .inner .f_g_nav .moving-link a {
    width: 80%;
    flex-wrap: wrap;
    padding: 1em;
  }
  .site-footer .g_nav .inner .f_g_nav .moving-link a div {
    width: 100%;
  }
  .site-footer .g_nav .inner .f_g_nav .moving-link a div img {
    width: 50%;
  }
  .site-footer .g_nav .inner .f_g_nav .moving-link a .contents-title {
    padding: 0;
    margin: 1em 0 0;
  }
  .site-footer .g_nav .inner .f_g_nav nav .f_gnav li {
    width: 100%;
  }
  .site-footer .sub_nav .inner .right, .site-footer .sub_nav .inner .left {
    float: none;
  }
  .site-footer .sub_nav .inner #f_sub_menu {
    text-align: center;
    padding-right: 0;
    margin: 0 auto 2em;
  }
  .site-footer .sub_nav .inner .site-info {
    text-align: center;
  }
}
.btn_w_arrow {
  font-size: 1.4rem;
  background: #000;
  color: #fff !important;
  display: inline-block;
  padding: 0.7em 3.5em;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
}
.btn_w_arrow:visited, .btn_w_arrow:hover {
  color: #fff;
}
.btn_w_arrow .inner {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
}
.btn_w_arrow .inner:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 0.5em;
  border-top: 4.8px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 4.8px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn_w_arrow .inner > span {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
}

.btn_contact {
  font-size: 1.2rem;
  background: #000;
  color: #fff !important;
  display: inline-block;
  padding: 0.7em 3.5em;
  line-height: 1;
  vertical-align: middle;
}
.btn_contact:visited, .btn_contact:hover {
  color: #fff;
}

.sm {
  font-size: 30%;
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
}

.line:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  margin-top: 0.5em;
}

.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links {
  font-size: 1.4em;
  padding: 2em 0;
}
.post-navigation .nav-links:after {
  content: "";
  clear: both;
  display: block;
}
.post-navigation .nav-links .txt {
  display: inline-block;
  vertical-align: middle;
}
.post-navigation .nav-links .nav-previous {
  float: left;
}
.post-navigation .nav-links .nav-next {
  float: right;
}

.wp-pagenavi {
  font-size: 1.4rem;
  text-align: center;
  position: relative;
}
.wp-pagenavi span, .wp-pagenavi a {
  padding: 0.4em 0.5em;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.wp-pagenavi span {
  border: none;
}
.wp-pagenavi span.current {
  font-weight: bold;
  background: #00459c;
  color: #fff;
  padding: 0.4em 0.8em;
}
.wp-pagenavi span.txt {
  padding: 0;
}
.wp-pagenavi a {
  border: none;
}
.wp-pagenavi a[class$=link] {
  position: absolute;
  top: 0;
}
.wp-pagenavi a[class$=link] span {
  margin: 0;
}
.wp-pagenavi a.previouspostslink {
  left: 0;
}
.wp-pagenavi a.nextpostslink {
  right: 0;
}

.mw_wp_form.mw_wp_form_confirm .top_txt {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm input[type=submit] {
  opacity: 1;
  cursor: pointer;
}
.mw_wp_form a {
  color: #00459c;
}
.mw_wp_form a.btn_site_top {
  cursor: pointer;
}
.mw_wp_form .error {
  position: absolute;
}
.mw_wp_form .top_txt {
  text-align: center;
}
.mw_wp_form .form_container .box > dt {
  width: 33%;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-top: 2.5em;
}
.mw_wp_form .form_container .box > dt .ttl_txt {
  display: inline-block;
  vertical-align: top;
}
.mw_wp_form .form_container .box > dt .nt {
  display: block;
  font-weight: normal;
}
.mw_wp_form .form_container .box > dd {
  width: 67%;
  padding-left: 2em;
}
.mw_wp_form .form_container .box > dd:after {
  content: "";
  display: block;
  border-bottom: 1px solid #eee;
}
.mw_wp_form .form_container .box > dd > .input_wrap {
  position: relative;
  padding: 2.5em 0;
}
.mw_wp_form .form_container .box > dd > .input_wrap + .nt {
  margin-bottom: 0.8em;
  display: inline-block;
}
.mw_wp_form .form_container .box > dd > .input_wrap > span {
  margin-right: 2em;
}
.mw_wp_form .form_container .box > dd > .input_wrap .nt {
  display: block;
  font-size: 0.857em;
  padding-bottom: 1em;
}
.mw_wp_form .form_container .zip_container input[type=text], .mw_wp_form .form_container .zip_container .bar,
.mw_wp_form .form_container .tel_container input[type=text],
.mw_wp_form .form_container .tel_container .bar {
  display: inline-block;
}
.mw_wp_form .form_container .zip_container input[type=text],
.mw_wp_form .form_container .tel_container input[type=text] {
  width: auto;
}
.mw_wp_form .form_container .tel_container .input_wrap span {
  display: block !important;
}
.mw_wp_form .form_container .tel_container .input_wrap span input[type=text] {
  width: auto;
}
.mw_wp_form .form_container .add_container .input_wrap {
  margin-bottom: 1em;
}
.mw_wp_form .form_container .add_container .input_wrap .input_box {
  display: inline-block;
}
.mw_wp_form .form_container .submit_container input[type=submit] {
  background: #000;
  color: #fff;
  padding: 1em 0;
  max-width: 300px;
  width: 100%;
  font-size: 1em;
}
.mw_wp_form .form_container .agree_container {
  padding-top: 4em;
}
.mw_wp_form .form_container .agree_container a {
  color: #00459c;
}
.mw_wp_form .form_container .circu_container .input_wrap input {
  width: 70px;
}
.mw_wp_form .form_container .circu_container .input_wrap .unit {
  margin: 0;
  padding-left: 0.5em;
}
.mw_wp_form .form_container .tbc {
  vertical-align: top;
}
.mw_wp_form .form_container dt.require:before {
  content: "必須";
  display: inline-block;
  background: #00459c;
  color: #fff;
  padding: 0 1em;
  font-size: 0.857em;
  margin-right: 0.7em;
}
.mw_wp_form .form_container dd .input_container {
  display: table;
  width: 100%;
}
.mw_wp_form .form_container dd .input_container > div {
  display: table-cell;
}
.mw_wp_form .form_container dd .input_container .input_ttl {
  width: 10em;
}
.mw_wp_form .form_container dd .input_container .input_wrap {
  width: calc(100% - 10em);
  padding-bottom: 1.5em;
}
.mw_wp_form .form_container dd .input_container .input_wrap.no_title {
  display: block;
  width: 100%;
  padding-bottom: 0 !important;
}
.mw_wp_form .form_container dd .input_container .input_wrap.no_title + .nt {
  display: block;
  margin-bottom: 0;
  margin-top: 0.8em;
  padding-bottom: 1.5em;
}
.mw_wp_form .form_container dd .input_container.zip_container .bar {
  margin-right: 0;
}
.mw_wp_form .form_container dd .input_container.award_year_container .input_wrap span {
  margin-right: 0;
}
.mw_wp_form .form_container dd .input_container:last-child .input_wrap {
  padding-bottom: 0;
}
.mw_wp_form .form_container dd input[type=text],
.mw_wp_form .form_container dd input[type=email],
.mw_wp_form .form_container dd input[type=number],
.mw_wp_form .form_container dd textarea {
  width: 100%;
  background-color: #eee;
  padding: 0.6em;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 1em;
}
.mw_wp_form input[type=submit] {
  opacity: 0.5;
  transition: 0.5s;
}
.mw_wp_form input[type=submit].on {
  cursor: pointer;
  opacity: 1;
}
.mw_wp_form.mw_wp_form_preview .agree_container > p {
  display: none;
}
.mw_wp_form.mw_wp_form_preview .submit_container input[type=submit] {
  width: 48%;
}
.mw_wp_form.mw_wp_form_complete .txt_container {
  margin-bottom: 2em;
}
.mw_wp_form.mw_wp_form_complete .txt_container.done {
  margin-top: 3em;
  text-align: center;
}
.mw_wp_form.mw_wp_form_complete .txt_container.done .btn_site_top {
  background: #000;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 1em auto;
  padding: 0.5em 0;
  max-width: 200px;
}

.pager_container {
  text-align: center;
}
.pager_container span, .pager_container a {
  display: inline-flex;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  border: 1px solid #00459c;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 0.4em;
}
.pager_container a {
  background: #fff;
  color: #00459c;
}
.pager_container a:hover {
  background: #00459c;
  color: #fff;
}
.pager_container span {
  background: #00459c;
  color: #fff;
}

@media (max-width: 1200px) {
  .side_header .page-title {
    width: 27%;
  }
  .page_container .side_list_container {
    width: 27%;
  }
  .page_container .side_container {
    width: 73%;
  }
}
@media (max-width: 768px) {
  input:not([type=submit]), textarea:not([type=submit]) {
    font-size: 16px !important;
  }
  .sec_header {
    font-size: 1.2em;
    padding: 1em 0;
  }
  .sec_header:after {
    content: "";
    clear: both;
    display: block;
  }
  .sec_header .btn_w_arrow {
    float: right;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .side_header {
    width: 150px;
    font-size: 0.8em;
  }
  .side_header .page-title {
    font-size: 3em;
    padding: 1em 0.8em;
  }
  .page_container .side_container {
    width: calc(100% - 150px);
  }
  .un_header {
    padding-top: 1.5em;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
  .mw_wp_form .form_container .tb {
    display: block;
  }
  .mw_wp_form .form_container .tb .tbc {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .mw_wp_form .form_container .tb .tbc:after {
    content: none;
  }
  .mw_wp_form .form_container .tb .tbc .input_wrap {
    padding: 0.7em 0;
  }
  .mw_wp_form .form_container .tb .tbc .input_wrap .error {
    top: 0;
    margin: 0;
    position: static;
  }
  .mw_wp_form .form_container .tb .tbc .input_wrap .bar {
    margin-right: 0;
  }
  .mw_wp_form .form_container .tb .tbc > .input_wrap {
    padding-top: 1.5em;
  }
  .mw_wp_form .form_container .nt {
    display: inline-block !important;
    padding-left: 0.5em;
  }
  .application .mw_wp_form .form_container .circu_container .tbc .issue_container .input_wrap {
    position: relative;
  }
  .application .mw_wp_form .form_container .circu_container .tbc .issue_container .input_wrap .error {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
  }
}
@media (max-width: 640px) {
  .mw_wp_form .form_container .box > dt {
    padding: 2em 0 0.5em;
  }
  .mw_wp_form .form_container .box > dt .ttl_txt br {
    display: none;
  }
  .mw_wp_form .form_container dd .input_container > div {
    display: block;
  }
  .mw_wp_form .form_container dd .input_container .input_ttl {
    width: 100%;
  }
  .mw_wp_form .form_container dd .input_container .input_wrap {
    width: auto !important;
  }
  .mw_wp_form .form_container dd .input_container.issue_container .input_ttl {
    width: 5em !important;
  }
}
@media (max-width: 480px) {
  .btn_w_arrow {
    padding-left: 1em;
    padding-right: 1em;
  }
}/*# sourceMappingURL=site.css.map */