@charset "UTF-8";
/* 用紙サイズの指定（A4） */
@page {
  margin: 10mm;
  size: 210mm 297mm;
  /* A4縦サイズの場合 */
}
@media print {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact;
    /* 印刷時でも背景色や背景画像を表示 */
    width: 1190px;
    /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.7;
    /* なるべく多くのブラウザで切れないようにするため */
  }
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

html {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  html {
    width: 100%;
    min-width: initial;
  }
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased !important;
}
body.on {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
body.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.contents {
  overflow-x: hidden;
}

.all {
  position: relative;
}

main {
  position: relative;
}

@media only screen and (max-width: 960px) {
  h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
dl,
dt,
dd,
small {
    max-height: 9999px;
  }
}

ul {
  list-style-type: none;
}

table {
  color: #3e3a39;
}

a {
  text-decoration: none;
}
a:visited {
  color: initial;
}

.events-none {
  pointer-events: none;
}

br.break_pc {
  display: block;
}
@media only screen and (max-width: 960px) {
  br.break_pc {
    display: none;
  }
}
br.break_sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  br.break_sp {
    display: block;
  }
}

p {
  font-size: 1rem;
  letter-spacing: 0.045em;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 960px) {
  p {
    font-size: 0.875rem;
  }
}
p.left {
  text-align: left;
}
p.center {
  text-align: center;
}
p.right {
  text-align: right;
}

header {
  overflow-x: hidden;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
}
@media print, screen and (max-width: 1000px) {
  header {
    background-color: white;
    position: fixed;
    width: 100%;
    overflow-x: initial;
  }
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 1000px;
}
@media print, screen and (max-width: 1000px) {
  .header-wrap {
    min-width: initial;
    width: 100%;
    display: block;
  }
}
.header-wrap a {
  white-space: nowrap;
}
.header-wrap p.head-title {
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 8px;
  margin-left: 20px;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .header-wrap p.head-title {
    font-size: 0.9375rem;
    padding-top: 13px;
  }
}
@media print, screen and (max-width: 1000px) {
  .header-wrap p.head-title {
    font-size: 1.2rem;
    padding-top: 0;
    margin-left: 0;
  }
}
.header-wrap .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 33.5384615385%;
  padding-top: 10px;
  padding-left: 20px;
}
@media print, screen and (max-width: 1000px) {
  .header-wrap .left {
    padding: 10px;
  }
}
.header-wrap .left img {
  width: 300px;
  height: auto;
}
@media print, screen and (max-width: 1000px) {
  .header-wrap .left img {
    width: 200px;
  }
}
@media print, screen and (max-width: 1000px) {
  .header-wrap .left {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
}
.header-wrap .right {
  display: flex;
  width: 63.0769230769%;
  justify-content: flex-end;
}
@media print, screen and (max-width: 1000px) {
  .header-wrap .right {
    width: 100%;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    display: block;
  }
}
.header-wrap ul.gn-list {
  display: flex;
  align-items: flex-end;
  margin-right: 25px;
  padding-bottom: 5px;
}
@media print, screen and (max-width: 1000px) {
  .header-wrap ul.gn-list {
    flex-direction: column;
    padding-left: 0;
    margin-top: 20px;
    margin-right: 0;
    display: block;
    text-align: center;
  }
}
.header-wrap ul.gn-list li {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0.8em;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .header-wrap ul.gn-list li {
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 960px) {
  .header-wrap ul.gn-list li {
    font-size: 0.875rem;
    margin-bottom: 25px;
  }
}
.header-wrap ul.gn-list li a {
  color: #333333;
  padding: 0px 8px 1px;
  border-bottom: 1px solid #262626;
}
@media only screen and (max-width: 960px) {
  .header-wrap ul.gn-list li a {
    border-left: none;
  }
}
.header-wrap ul.gn-list li a:hover {
  color: black;
}
.header-wrap ul.gn-list li:last-child a {
  border-bottom: 1px solid #262626;
}
@media only screen and (max-width: 960px) {
  .header-wrap ul.gn-list li:last-child a {
    border-right: 0;
  }
}
.header-wrap .empty-btn {
  background-color: #494550;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1000px) {
  .header-wrap .empty-btn {
    width: 80%;
    margin: 0 auto 80px;
  }
}
.header-wrap .empty-btn a {
  color: white;
  padding: 10px 40px 10px;
}
@media only screen and (max-width: 960px) {
  .header-wrap .empty-btn a {
    color: white !important;
  }
}
.header-wrap .empty-btn-02 {
  background-color: #b4b4b6;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  margin-right: 5px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1000px) {
  .header-wrap .empty-btn-02 {
    width: 80%;
    margin: 30px auto 30px;
  }
}
.header-wrap .empty-btn-02 a {
  color: initial;
  padding: 10px 20px 10px;
}
@media only screen and (max-width: 960px) {
  .header-wrap .empty-btn-02 a {
    color: white !important;
  }
}
.header-wrap .no-use {
  display: inherit;
}

@media print, screen and (max-width: 1000px) {
  #nav {
    position: absolute;
    top: 0;
    right: -200%;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 960px) {
  #nav {
    display: block;
    overflow: auto;
  }
}
@media print, screen and (max-width: 1000px) {
  #nav ul {
    padding-top: 80px;
    overflow-y: scroll;
    max-height: 100vh;
  }
}
@media print, screen and (max-width: 1000px) {
  #nav ul li {
    list-style-type: none;
    font-size: 1.25rem;
  }
}
@media print, screen and (max-width: 1000px) {
  #nav a {
    display: block;
    text-decoration: none;
    color: #000000;
    margin: 0 15px;
    padding: 10px;
    transition: 0.5s;
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 1000px) {
  #hamburger {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 25px;
    height: 20px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 5;
  }
}
@media print, screen and (max-width: 1000px) {
  .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: black;
    transition: 0.5s;
    border-radius: 4px;
  }
}
@media print, screen and (max-width: 1000px) {
  #line1 {
    top: 0;
  }
}
@media print, screen and (max-width: 1000px) {
  #line2 {
    top: 9px;
  }
}
@media print, screen and (max-width: 1000px) {
  #line3 {
    bottom: 0px;
  }
}
@media print, screen and (max-width: 1000px) {
  .in {
    transform: translateX(-200%);
  }
}
@media print, screen and (max-width: 1000px) {
  .line_1,
.line_2,
.line_3 {
    background: black;
  }
}
@media print, screen and (max-width: 1000px) {
  .line_1 {
    /*-45度回転させる*/
    transform: rotate(-45deg);
    top: 10px !important;
  }
}
@media print, screen and (max-width: 1000px) {
  .line_2 {
    opacity: 0;
  }
}
@media print, screen and (max-width: 1000px) {
  .line_3 {
    /*45度回転させる*/
    transform: rotate(45deg);
    bottom: 8px !important;
  }
}
.print-off {
  display: none !important;
}

@media print {
  .print-area img {
    width: 100%;
  }
}
footer {
  background-color: #ffffff;
}

.top-return {
  line-height: 1;
}

.top-return img {
  width: 100%;
  height: auto;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: min(90%, 1080px);
  margin: 0 auto;
  padding: 40px 0 40px;
  gap: 0 15px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap {
    width: 90%;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
  }
  .footer-wrap a {
    margin-top: 30px;
  }
  .footer-wrap a:nth-child(1) {
    margin-top: 0;
  }
}
.real-log img {
  max-width: 450px;
  height: auto;
}
@media print, screen and (max-width: 1000px) {
  .real-log img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .real-log img {
    max-width: 100%;
  }
}

.real-log {
  position: relative;
  bottom: 6px;
}
@media only screen and (max-width: 960px) {
  .real-log {
    bottom: initial;
  }
}

.l-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 10px 80px 10px 20px;
  border-bottom: 1px solid #c8c8c8;
}
@media only screen and (max-width: 960px) {
  .l-header-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding: 10px;
  }
}
.l-header-wrapper .header-site-logo {
  width: 270px;
  height: auto;
}
.l-header-wrapper .header-site-logo-right {
  width: 150px;
  height: auto;
  padding-top: 15px;
}
@media only screen and (max-width: 960px) {
  .l-header-wrapper .header-site-logo-right {
    margin-left: auto;
    padding-right: 0;
    width: 120px;
    padding-top: 5px;
  }
}
.l-header-wrapper .header-site-logo-right img {
  display: block;
}

@media only screen and (max-width: 960px) {
  header {
    position: static;
  }
}

a.no-action {
  pointer-events: none;
  text-decoration: none !important;
}
/*# sourceMappingURL=common.css.map */