@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *	IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
 */
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
	  in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --color-body: #333333;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--color-body);
  background: #fff;
  font-weight: normal;
  font-feature-settings: "pkna" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: var(--color-body);
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

input, button, textarea, select {
  appearance: none;
  border-radius: 0;
  border: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  table {
    min-width: 1440px;
  }
}
table th, table td {
  border: 1px solid #333;
}

.global-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 88px;
  padding: 0 calc(50% - 600px);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 1.6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .global-header {
    padding: 0 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .global-header {
    height: 72px;
  }
}
.global-header_logo {
  width: 230.5px;
}
.global-header_logo img {
  width: 230.5px;
  height: 40px;
}
.global-header_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 231px);
}
@media screen and (min-width: 768px) {
  .global-header_nav {
    justify-content: center;
    padding-right: 24px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .global-header_nav {
    flex-direction: column;
    width: 72.53vw;
    height: calc(var(--vh, 1vh) * 100 - 72px);
    background: linear-gradient(#676767 0%, #333 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    right: -100%;
    top: 72px;
    bottom: auto;
    transition: all 0.5s;
    z-index: 5;
    overflow-y: scroll;
  }
}
.global-header_nav.open {
  right: 0;
}
@media screen and (max-width: 767px) {
  .global-header_menu {
    width: 100%;
    max-height: calc(100% - 72px);
    margin-bottom: 30px;
    padding: 30px 4vw 0;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .global-header_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .global-header_menu .menu-item {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .global-header_menu .menu-item {
    display: flex;
    align-items: center;
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .global-header_menu .menu-item + .global-header_menu .menu-item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .global-header_menu .menu-item:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 32px;
    margin: 0 1.56vw;
	margin: 0 24px;
    background-color: #fff;
  }
}
.global-header_menu .menu-item:last-child:after {
  content: none;
}
.global-header_menu .menu-item a {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .global-header_menu .menu-item a {
    width: 100%;
  }
}
.global-header_menu .menu-item .sub-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .global-header_menu .menu-item .sub-menu {
    width: 314px;
    margin: auto;
    padding: 12px 0;
    background: linear-gradient(#676767 0%, #333 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    mix-blend-mode: multiply;
    position: absolute;
    top: calc(100% + 4px);
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .global-header_menu .menu-item .sub-menu {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .global-header_menu .menu-item .sub-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 12px 15px;
    border-color: transparent transparent #676767 transparent;
    background: linear-gradient(#676767 0%, #333 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    mix-blend-mode: multiply;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
  }
}
.global-header_menu .menu-item .sub-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  margin: auto;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
}
.global-header_menu .menu-item .sub-menu li {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .global-header_menu .menu-item .sub-menu li {
    font-size: 1.6rem;
  }
}
.global-header_menu .menu-item .sub-menu li:after {
  content: none;
}
.global-header_menu .menu-item .sub-menu li a {
  display: block;
  padding: 12px 24px;
}
@media screen and (max-width: 767px) {
  .global-header_menu .menu-item .sub-menu li a {
    padding: 0 0 0 1em;
    position: relative;
  }
}
.global-header_menu .menu-item .sub-menu li a:before {
  content: "- ";
}
@media screen and (max-width: 767px) {
  .global-header_menu .menu-item .sub-menu li a:before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.global-header_menu .menu-item-has-children {
  position: relative;
}
@media screen and (max-width: 767px) {
  .global-header_menu .menu-item-has-children:after {
    content: "";
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.5s;
    position: absolute;
    right: 5px;
    top: calc(10px + 0.5rem);
  }
}
.global-header_menu .menu-item-has-children .arw {
  width: 1em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .global-header_menu .menu-item-has-children.open:after {
    transform: rotate(225deg);
  }
}
@media screen and (min-width: 768px) {
  .global-header_menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
.global-header_icon {
  width: 24px;
}
@media screen and (min-width: 768px) {
  .global-header_icon {
    position: absolute;
    right: 0;
  }
}

.hamburger {
  width: 32px;
  height: 32px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4vw;
  z-index: 1;
}
.hamburger span {
  height: 1px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  right: 0;
  transition: all 0.5s;
}
.hamburger span:first-child {
  width: 100%;
  top: 22%;
}
.hamburger span:nth-child(2) {
  width: 75%;
  top: 0;
  bottom: 0;
}
.hamburger span:last-child {
  width: 50%;
  bottom: 22%;
}
.hamburger.open span {
  left: 0;
}
.hamburger.open span:first-child {
  width: 100%;
  top: 50%;
  bottom: 50%;
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(2) {
  width: 0;
  top: 0;
  bottom: 0;
}
.hamburger.open span:last-child {
  width: 100%;
  top: 50%;
  bottom: 50%;
  transform: rotate(45deg);
}

.global-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 12.5% 30px;
  background-color: #EBEBEB;
}
@media screen and (max-width: 1023px) {
  .global-footer {
    padding: 32px 4vw 48px;
  }
}
.global-footer_l {
  width: 18.33vw;
}
@media screen and (max-width: 1439px) {
  .global-footer_l {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer_l {
    order: 0;
  }
}
.global-footer_r {
  width: 51.67vw;
}
@media screen and (max-width: 1439px) {
  .global-footer_r {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer_r {
    order: 2;
  }
}
.global-footer_btm {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .global-footer_btm {
    order: 3;
  }
}
.global-footer .orange-ribbon {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .global-footer .orange-ribbon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    padding: 20px 0;
    line-height: 2.17;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer .orange-ribbon {
    width: 100%;
    margin-left: -4vw;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 1280px) {
  .global-footer .orange-ribbon span {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .global-footer .orange-ribbon img {
    order: 0;
    width: 131px;
    margin-bottom: 10px;
  }
}
.global-footer .logo {
  margin-bottom: 4.17vw;
}
@media screen and (max-width: 1439px) {
  .global-footer .logo {
    margin-bottom: 30px;
    text-align: center;
  }
}
.global-footer .logo img {
  width: 345.75px;
  height: 60px;
}
@media screen and (max-width: 1023px) {
  .global-footer .logo img {
    width: 230.5px;
    height: 40px;
  }
}
.global-footer .licence {
  font-size: 1.5rem;
}
@media screen and (max-width: 1439px) {
  .global-footer .licence {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer .licence {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .global-footer .licence {
    text-align: left;
  }
}
.global-footer .subnav {
  margin-bottom: 80px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .global-footer .subnav {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer .subnav:before {
    content: "| ";
  }
}
@media screen and (max-width: 1023px) {
  .global-footer .subnav {
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .global-footer .subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em 3em;
    padding: 1em 6.77vw;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
  }
}
.global-footer .subnav li {
  display: inline;
}
@media screen and (max-width: 1023px) {
  .global-footer .subnav a:after {
    content: " | ";
  }
}
.global-footer .copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .global-footer .copyright {
    font-size: 1.2rem;
  }
}

.footer-sitemap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media screen and (max-width: 1023px) {
  .footer-sitemap {
    width: 100vw;
    margin: 0 -4vw 10px;
  }
}
.footer-sitemap_inner {
  flex-shrink: 1.5;
}
@media screen and (min-width: 1920px) {
  .footer-sitemap_inner {
    width: 248px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-sitemap_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.footer-sitemap_inner:first-of-type {
  flex-shrink: 1;
}
@media screen and (max-width: 1439px) {
  .footer-sitemap_inner:last-of-type {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer-sitemap_inner:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .footer-sitemap_inner.list {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .footer-sitemap_inner.cat-only {
    display: none;
  }
}
.footer-sitemap .menu-item-has-children > a {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer-sitemap .menu-item-has-children > a {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.footer-sitemap .sub-menu {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .footer-sitemap .sub-menu {
    display: none;
  }
}
.footer-sitemap .sub-menu + .cat {
  margin-top: 3rem;
}
.footer-sitemap .sub-menu .menu-item:before {
  content: "- ";
}
@media screen and (max-width: 1023px) {
  .footer-sitemap .no-sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-sitemap .no-sub-menu .menu-item {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  .footer-sitemap .no-sub-menu .menu-item {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 10px;
    border-top: 1px solid #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 1023px) {
  .footer-sitemap .no-sub-menu .menu-item:before {
    content: "";
    display: inline-flex;
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-right: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 1023px) {
  .footer-sitemap .no-sub-menu .menu-item:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28.13vw;
  margin-bottom: 30px;
  padding-top: 88px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 16px;
    padding-top: 72px;
    height: 83.73vw;
  }
}
.page-header_title {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-header_title {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-header_title {
    font-weight: normal;
  }
}
.page-header_title .en {
  display: block;
  margin-bottom: 2rem;
  font-size: clamp(2.4rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 767px) {
  .page-header_title .en {
    margin-bottom: 1rem;
  }
}
.page-header_title .ja {
  display: block;
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
}
.page-header_title .ja:before {
  content: "― ";
}
.page-header_title .ja:after {
  content: " ―";
}

.breadcrumb {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 12.5%;
  color: #004892;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 4vw;
  }
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li:after {
  content: " ＞ ";
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb a {
  color: #004892;
}

.page-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 12.5% 80px;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding: 0 4vw 40px;
  }
}
.page-content h2 {
  margin-bottom: 3.5rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2.4rem, 1.88vw, 3.6rem);
}
@media screen and (min-width: 768px) {
  .page-content h2 {
    padding: 0 1.04vw;
  }
}
@media screen and (max-width: 767px) {
  .page-content h2 {
    margin-bottom: 1.6rem;
  }
}
.page-content p {
  line-height: 2.67;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .page-content p {
    line-height: 2.25;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .page-content > p {
    padding: 0 1.04vw;
  }
}
@media screen and (max-width: 767px) {
  .page-content .table-scroll-outer {
    margin: 0 -4vw;
    padding: 45px 4vw;
    background-color: #F5FAFF;
    overflow-x: scroll;
  }
}
.page-content.policy {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-content.policy {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .page-content.policy > p {
    padding: 0;
  }
}
.page-content.policy h2 {
  margin-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .page-content.policy h2 {
    font-size: 1.6rem;
  }
}
.page-content.policy h2 + p {
  margin-top: 2.5em;
}
.page-content.policy p {
  line-height: 2.25;
  font-size: 1.6rem;
}
.page-content.policy p + h2 {
  margin-top: 2.5em;
}
.page-content.policy p + p {
  margin-top: 2.5em;
}
.page-content.policy table th, .page-content.policy table td {
  padding: 15px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .side-p {
    padding-right: 1.04vw;
    padding-left: 1.04vw;
  }
}

.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .col2 {
    gap: 16px;
  }
}
.col2-l {
  width: 48.61%;
}
@media screen and (max-width: 767px) {
  .col2-l {
    width: 100%;
  }
}
.col2-r {
  width: 48.61%;
}
@media screen and (max-width: 767px) {
  .col2-r {
    width: 100%;
  }
}

.ex-figure figcaption {
  padding: 1.2rem 2rem;
  background-color: #101649;
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ex-figure figcaption {
    text-align: center;
  }
}

.definition_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .definition_list {
    margin-bottom: 20px;
  }
}
.definition_item {
  display: flex;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .definition_item {
    flex-wrap: wrap;
  }
}
.definition_item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(20% - 1px);
  margin-right: 1px;
  padding: 15px;
  background-color: #101649;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .definition_item dt {
    padding: 10px 10px 11px;
    width: 100%;
  }
}
.definition_item dd {
  width: 80%;
  padding: 15px 15px 15px 4rem;
  background-color: #F5FAFF;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .definition_item dd {
    width: 100%;
    padding: 6px 4.27vw 8px;
    margin-top: 1px;
  }
}

.dl-pdf {
  display: flex;
}
.dl-pdf div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 148px;
}
@media screen and (max-width: 767px) {
  .dl-pdf div {
    width: 100%;
    border-radius: 24px;
    min-height: 120px;
    position: relative;
  }
}
.dl-pdf_l {
  width: 75%;
  border: solid 1px #101649;
}
.dl-pdf_r {
  width: 25%;
  background-color: #101649;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.dl-pdf_r a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dl-pdf_r a {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  }
}
.dl-pdf_r a:after {
  content: "──＞＞";
  display: block;
  margin-top: 5px;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .dl-pdf_r a:after {
    position: absolute;
    bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

/*余白*/
.mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .mr0 {
    margin-right: 0px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0px !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .ml0 {
    margin-left: 0px !important;
  }
}

.pt0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0px !important;
  }
}

.pr0 {
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .pr0 {
    padding-right: 0px !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0px !important;
  }
}

.pl0 {
  padding-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .pl0 {
    padding-left: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 2.5px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .mr5 {
    margin-right: 2.5px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .mb5 {
    margin-bottom: 2.5px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .ml5 {
    margin-left: 2.5px !important;
  }
}

.pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .pt5 {
    padding-top: 2.5px !important;
  }
}

.pr5 {
  padding-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .pr5 {
    padding-right: 2.5px !important;
  }
}

.pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .pb5 {
    padding-bottom: 2.5px !important;
  }
}

.pl5 {
  padding-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .pl5 {
    padding-left: 2.5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pr10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .pr10 {
    padding-right: 5px !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pl10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .pl10 {
    padding-left: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .mt15 {
    margin-top: 7.5px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .mr15 {
    margin-right: 7.5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 7.5px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .ml15 {
    margin-left: 7.5px !important;
  }
}

.pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .pt15 {
    padding-top: 7.5px !important;
  }
}

.pr15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .pr15 {
    padding-right: 7.5px !important;
  }
}

.pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .pb15 {
    padding-bottom: 7.5px !important;
  }
}

.pl15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .pl15 {
    padding-left: 7.5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .pr20 {
    padding-right: 10px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .pl20 {
    padding-left: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .mt25 {
    margin-top: 12.5px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 767px) {
  .mr25 {
    margin-right: 12.5px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .mb25 {
    margin-bottom: 12.5px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 767px) {
  .ml25 {
    margin-left: 12.5px !important;
  }
}

.pt25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .pt25 {
    padding-top: 12.5px !important;
  }
}

.pr25 {
  padding-right: 25px !important;
}
@media screen and (max-width: 767px) {
  .pr25 {
    padding-right: 12.5px !important;
  }
}

.pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .pb25 {
    padding-bottom: 12.5px !important;
  }
}

.pl25 {
  padding-left: 25px !important;
}
@media screen and (max-width: 767px) {
  .pl25 {
    padding-left: 12.5px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 767px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 767px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pr30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 767px) {
  .pr30 {
    padding-right: 15px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pl30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 767px) {
  .pl30 {
    padding-left: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .mt35 {
    margin-top: 17.5px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 767px) {
  .mr35 {
    margin-right: 17.5px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .mb35 {
    margin-bottom: 17.5px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 767px) {
  .ml35 {
    margin-left: 17.5px !important;
  }
}

.pt35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .pt35 {
    padding-top: 17.5px !important;
  }
}

.pr35 {
  padding-right: 35px !important;
}
@media screen and (max-width: 767px) {
  .pr35 {
    padding-right: 17.5px !important;
  }
}

.pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .pb35 {
    padding-bottom: 17.5px !important;
  }
}

.pl35 {
  padding-left: 35px !important;
}
@media screen and (max-width: 767px) {
  .pl35 {
    padding-left: 17.5px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .pr40 {
    padding-right: 20px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 767px) {
  .pl40 {
    padding-left: 20px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .mt45 {
    margin-top: 22.5px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 767px) {
  .mr45 {
    margin-right: 22.5px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .mb45 {
    margin-bottom: 22.5px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 767px) {
  .ml45 {
    margin-left: 22.5px !important;
  }
}

.pt45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .pt45 {
    padding-top: 22.5px !important;
  }
}

.pr45 {
  padding-right: 45px !important;
}
@media screen and (max-width: 767px) {
  .pr45 {
    padding-right: 22.5px !important;
  }
}

.pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .pb45 {
    padding-bottom: 22.5px !important;
  }
}

.pl45 {
  padding-left: 45px !important;
}
@media screen and (max-width: 767px) {
  .pl45 {
    padding-left: 22.5px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 767px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 767px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pr50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 767px) {
  .pr50 {
    padding-right: 25px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pl50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 767px) {
  .pl50 {
    padding-left: 25px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .mt55 {
    margin-top: 27.5px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media screen and (max-width: 767px) {
  .mr55 {
    margin-right: 27.5px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .mb55 {
    margin-bottom: 27.5px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media screen and (max-width: 767px) {
  .ml55 {
    margin-left: 27.5px !important;
  }
}

.pt55 {
  padding-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .pt55 {
    padding-top: 27.5px !important;
  }
}

.pr55 {
  padding-right: 55px !important;
}
@media screen and (max-width: 767px) {
  .pr55 {
    padding-right: 27.5px !important;
  }
}

.pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .pb55 {
    padding-bottom: 27.5px !important;
  }
}

.pl55 {
  padding-left: 55px !important;
}
@media screen and (max-width: 767px) {
  .pl55 {
    padding-left: 27.5px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .mr60 {
    margin-right: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 767px) {
  .ml60 {
    margin-left: 30px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .pr60 {
    padding-right: 30px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 767px) {
  .pl60 {
    padding-left: 30px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .mt65 {
    margin-top: 32.5px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media screen and (max-width: 767px) {
  .mr65 {
    margin-right: 32.5px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .mb65 {
    margin-bottom: 32.5px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media screen and (max-width: 767px) {
  .ml65 {
    margin-left: 32.5px !important;
  }
}

.pt65 {
  padding-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .pt65 {
    padding-top: 32.5px !important;
  }
}

.pr65 {
  padding-right: 65px !important;
}
@media screen and (max-width: 767px) {
  .pr65 {
    padding-right: 32.5px !important;
  }
}

.pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .pb65 {
    padding-bottom: 32.5px !important;
  }
}

.pl65 {
  padding-left: 65px !important;
}
@media screen and (max-width: 767px) {
  .pl65 {
    padding-left: 32.5px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 767px) {
  .mr70 {
    margin-right: 35px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 767px) {
  .ml70 {
    margin-left: 35px !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .pt70 {
    padding-top: 35px !important;
  }
}

.pr70 {
  padding-right: 70px !important;
}
@media screen and (max-width: 767px) {
  .pr70 {
    padding-right: 35px !important;
  }
}

.pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .pb70 {
    padding-bottom: 35px !important;
  }
}

.pl70 {
  padding-left: 70px !important;
}
@media screen and (max-width: 767px) {
  .pl70 {
    padding-left: 35px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .mt75 {
    margin-top: 37.5px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 767px) {
  .mr75 {
    margin-right: 37.5px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .mb75 {
    margin-bottom: 37.5px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 767px) {
  .ml75 {
    margin-left: 37.5px !important;
  }
}

.pt75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .pt75 {
    padding-top: 37.5px !important;
  }
}

.pr75 {
  padding-right: 75px !important;
}
@media screen and (max-width: 767px) {
  .pr75 {
    padding-right: 37.5px !important;
  }
}

.pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .pb75 {
    padding-bottom: 37.5px !important;
  }
}

.pl75 {
  padding-left: 75px !important;
}
@media screen and (max-width: 767px) {
  .pl75 {
    padding-left: 37.5px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 767px) {
  .mr80 {
    margin-right: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 767px) {
  .ml80 {
    margin-left: 40px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 767px) {
  .pr80 {
    padding-right: 40px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 767px) {
  .pl80 {
    padding-left: 40px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .mt85 {
    margin-top: 42.5px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media screen and (max-width: 767px) {
  .mr85 {
    margin-right: 42.5px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .mb85 {
    margin-bottom: 42.5px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media screen and (max-width: 767px) {
  .ml85 {
    margin-left: 42.5px !important;
  }
}

.pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .pt85 {
    padding-top: 42.5px !important;
  }
}

.pr85 {
  padding-right: 85px !important;
}
@media screen and (max-width: 767px) {
  .pr85 {
    padding-right: 42.5px !important;
  }
}

.pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .pb85 {
    padding-bottom: 42.5px !important;
  }
}

.pl85 {
  padding-left: 85px !important;
}
@media screen and (max-width: 767px) {
  .pl85 {
    padding-left: 42.5px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 767px) {
  .mr90 {
    margin-right: 45px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 45px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 767px) {
  .ml90 {
    margin-left: 45px !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .pt90 {
    padding-top: 45px !important;
  }
}

.pr90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 767px) {
  .pr90 {
    padding-right: 45px !important;
  }
}

.pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 45px !important;
  }
}

.pl90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 767px) {
  .pl90 {
    padding-left: 45px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .mt95 {
    margin-top: 47.5px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media screen and (max-width: 767px) {
  .mr95 {
    margin-right: 47.5px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .mb95 {
    margin-bottom: 47.5px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media screen and (max-width: 767px) {
  .ml95 {
    margin-left: 47.5px !important;
  }
}

.pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .pt95 {
    padding-top: 47.5px !important;
  }
}

.pr95 {
  padding-right: 95px !important;
}
@media screen and (max-width: 767px) {
  .pr95 {
    padding-right: 47.5px !important;
  }
}

.pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .pb95 {
    padding-bottom: 47.5px !important;
  }
}

.pl95 {
  padding-left: 95px !important;
}
@media screen and (max-width: 767px) {
  .pl95 {
    padding-left: 47.5px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 767px) {
  .mr100 {
    margin-right: 50px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .ml100 {
    margin-left: 50px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 767px) {
  .pr100 {
    padding-right: 50px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 767px) {
  .pl100 {
    padding-left: 50px !important;
  }
}
/*
.js-inview {
  transition-delay: 0.5s;
}
.js-inview * {
  transition-delay: 0.5s;
}
*/

/*# グローバルメニューIR非表示 */
.global-menu_ir {
	display:none!important;
}

/*# sourceMappingURL=style.css.map */

li#menu-item-253 {
    border: solid 1px #fff;
}

figure.side-p.structure-img {
    text-align: center;
}

dd.list-basic.po_in {
    text-indent: 3em;
}

a.form_uptxt {
    text-decoration: underline;
}


.box_txt {
    width: 280px;
    text-align: left;
	font-size: 1.6rem;
}

.box {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
}

	p.president {
    margin-top: -3%;
}

@media screen and (min-width: 768px) {
.box {
	    margin-bottom: 1%;

}

	}

@media screen and (max-width: 767px) {
	
	.box {
	    margin-top: 3%;

}
	
.box_txt {
    width: 120px;
    text-align: left;
}
	
	img.sign-logo {
    width: 120px;
}
	
	.president {
    width: 120px;
	float: right;
}
	
	p.president {
    margin-top: -3%;
}

	}
	