/* ============================================================================
 * Base
 * ========================================================================= */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * 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 images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
  text-align: left;
  line-height: 1.62;
  overflow-x: hidden;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: normal;
}

a {
  color: #454545;
  text-decoration: none;
  transition: 0.3s all ease;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.3s all ease;
}

input,
select,
button {
  font-family: \30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33, "Hiragino Kaku Gothic Pro", \30e1\30a4\30ea\30aa, Meiryo, \FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF, "MS PGothic", sans-serif;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

.g-clearfix::after, .m-header-gnav ul::after {
  display: block;
  clear: both;
  content: '';
}

.g-hover:hover, .g-hover:focus, .g-hover:active {
  opacity: 1;
}

.g-hover:hover img, .g-hover:focus img, .g-hover:active img {
  opacity: .5;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format("opentype");
}

/* ============================================================================
 * Layout
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Container
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.l-container {
  padding-top: 68px;
  overflow-x: hidden;
}

.l-container::after {
  width: 1300px;
  height: 2799px;
  margin-left: -650px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: url(../img/bg_content_01.png) 0 0 no-repeat;
  background-size: 1300px 2799px;
  content: '';
}

.l-container[data-type="other"]::after {
  width: 1300px;
  height: 3812px;
  background: url(../img/bg_content_02.png) 0 0 no-repeat;
  background-size: 1300px 3812px;
}

.l-container[data-type="other"] .l-content {
  background: none;
}

.l-container[data-type="other"] .l-content-head {
  padding: 60px 0 40px;
  background: #f2f5f7;
  background: -moz-linear-gradient(left, #f2f5f7 0%, #fbfdfe 100%);
  background: -webkit-linear-gradient(left, #f2f5f7 0%, #fbfdfe 100%);
  background: linear-gradient(to right, #f2f5f7 0%, #fbfdfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f7', endColorstr='#fbfdfe',GradientType=1 );
}

.l-container[data-type="other"] .l-content-head-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-container[data-type="other"] .l-content-body {
  margin-top: 0;
  background: none;
}

.l-container[data-type="other"] .l-content-body__inner {
  max-width: 844px;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding-top: 37px;
  }
  .l-container::after {
    width: 320px;
    height: 1741px;
    margin-left: -160px;
    background: url(../img/bg_content_01_sp.png) 0 0 no-repeat;
    background-size: 320px 1741px;
  }
  .l-container[data-type="other"]::after {
    width: 320px;
    height: 3529px;
    background: url(../img/bg_content_02_sp.png) 0 0 no-repeat;
    background-size: 320px 3529px;
  }
  .l-container[data-type="other"] .l-content-head {
    padding: 25px 0;
  }
  .l-container[data-type="other"] .l-content-body__inner {
    padding: 0 12px;
  }
}

/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.l-header {
  width: 100%;
  height: 68px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #fff;
}

.l-header-inner {
  max-width: 1200px;
  height: 68px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  background: #fff;
}

.l-header-bg {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header-content {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .l-header,
  .l-header-inner {
    height: 37px;
  }
  .l-header-inner {
    z-index: 1002;
  }
  .l-header-content {
    width: 100%;
    position: absolute;
    top: 37px;
    left: 0;
    display: none;
  }
  .l-header-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #f7fbfc;
    background: -moz-linear-gradient(top, #f7fbfc 0%, #f2f6f8 100%);
    background: -webkit-linear-gradient(top, #f7fbfc 0%, #f2f6f8 100%);
    background: linear-gradient(to bottom, #f7fbfc 0%, #f2f6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#f2f6f8',GradientType=0 );
  }
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-header-logo {
  width: 95px;
  position: absolute;
  top: 16px;
  left: 50px;
}

.m-header-hmenu {
  display: none;
}

.m-header-gnav {
  height: 68px;
  margin: 0 auto;
  display: table;
}

.m-header-gnav ul {
  vertical-align: middle;
  display: table-cell;
}

.m-header-gnav li {
  margin: 0 30px 0 0;
  font-family: "Noto Serif Japanese", serif;
  font-size: 1.6rem;
  line-height: 1;
  float: left;
  white-space: nowrap;
}

.m-header-gnav li:last-child {
  margin-right: 0;
  position: relative;
  top: 6px;
}

.m-header-gnav a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.m-header-gnav a.is-active > span {
  color: #fff;
  background: #003f56;
}

.m-header-gnav a.is-active > span span {
  margin: 0;
  padding: 0;
  background: #003f56;
}

.m-header-gnav a > span {
  margin: 0 7px 0 0;
  padding: 5px 7px 4px;
  position: relative;
  left: -7px;
  display: table-cell;
  background: url(../img/bg_border_05.png);
}

.m-header-gnav a > span span {
  margin: -4px -6px -3px;
  padding: 5px 7px 4px;
  display: block;
  background: #fff;
}

.m-header-gnav a > b {
  display: table-cell;
}

.m-header-gnav a > img {
  width: 19px;
  height: 14px;
  margin: 0 0 0 7px;
}

.m-header-social {
  position: absolute;
  top: 13px;
  right: 50px;
  overflow: hidden;
}

.m-header-social li {
  width: 39px;
  height: 39px;
  margin: 0 0 0 6px;
  padding: 1px;
  float: left;
/*  background: url(../img/bg_border_05.png);*/
}

.m-header-social li:first-child {
  margin-left: 0;
}

.m-header-social li a {
  width: 37px;
  height: 37px;
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}

.m-header-social li a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s all ease;
/*  background-image: url(../img/icn_sprite.svg);
*/  content: '';
}

.m-header-social li a:hover, .m-header-social li a:focus, .m-header-social li a:active {
  opacity: 1;
}

.m-header-social li a:hover::after, .m-header-social li a:focus::after, .m-header-social li a:active::after {
  opacity: .7;
}

.m-header-social li span {
  text-indent: -999em;
  position: absolute;
  z-index: -1;
}

.m-header-social--fb a::after {
  width: 10px;
  height: 21px;
  margin: -11px 0 0 -5px;
  background-position: -10px -10px;
}

.m-header-social--tw a::after {
  width: 20px;
  height: 16px;
  margin: -8px 0 0 -10px;
  background-position: -30px -10px;
}

@media screen and (max-width: 1024px) {
  .m-header-logo {
    width: 80px;
    top: 18px;
    left: 25px;
  }
  .m-header-gnav li {
    margin: 0 20px 0 0;
    font-size: 1.4rem;
  }
  .m-header-social {
    top: 18px;
    right: 25px;
  }
  .m-header-social li {
    width: 30px;
    height: 30px;
   /* background: url(../img/bg_border_05.png);*/
  }
  .m-header-social li a {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 960px) {
  .m-header-gnav li {
    margin-right: 15px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 900px) {
  .m-header-gnav li {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-header-logo {
    width: 65px;
    margin: 0 0 0 -32px;
    top: 6px;
    left: 50%;
  }
  .m-header-hmenu {
    width: 50px;
    height: 37px;
    cursor: pointer;
    outline: 0;
    transition: 0.3s all ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: none;
    background: transparent;
  }
  .m-header-hmenu:hover {
    opacity: .7;
  }
  .m-header-hmenu.is-active:hover {
    opacity: 1;
  }
  .m-header-hmenu.is-active .m-header-hmenu__lines span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .m-header-hmenu.is-active .m-header-hmenu__lines span:nth-of-type(2) {
    opacity: 0;
  }
  .m-header-hmenu.is-active .m-header-hmenu__lines span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .m-header-hmenu > span:not(.m-header-hmenu__lines) {
    position: absolute;
    z-index: -1;
    text-indent: -999em;
  }
  .m-header-hmenu__lines {
    width: 50px;
    height: 37px;
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
  }
  .m-header-hmenu__lines span {
    width: 20px;
    height: 3px;
    margin: 0 0 0 -9px;
    transition: 0.4s all ease;
    position: absolute;
    left: 50%;
    background: #000;
  }
  .m-header-hmenu__lines span:nth-of-type(1) {
    top: 10px;
  }
  .m-header-hmenu__lines span:nth-of-type(2) {
    top: 17px;
  }
  .m-header-hmenu__lines span:nth-of-type(3) {
    top: 24px;
  }
  .m-header-gnav {
    height: auto;
    margin: 50px auto 0;
    display: table;
  }
  .m-header-gnav ul {
    display: block;
  }
  .m-header-gnav li {
    margin: 0 0 35px;
    font-size: 1.2rem;
    float: none;
  }
  .m-header-gnav li:last-child {
    margin: 0;
    top: 0;
    text-align: center;
  }
  .m-header-gnav a.is-active > span {
    color: #000;
    background: url(../img/bg_border_05.png);
  }
  .m-header-gnav a.is-active > span span {
    margin: -4px -6px -3px;
    padding: 5px 7px 4px;
    background: #fff;
  }
  .m-header-gnav a > span {
    background: url(../img/bg_border_05.png);
  }
  .m-header-gnav a > img {
    width: 12px;
    height: 9px;
    margin-top: 2px;
  }
  .m-header-social {
    margin: 35px auto 0;
    position: relative;
    top: 0;
    right: 0;
    display: table;
  }
  .m-header-social li {
    width: 27px;
    height: 27px;
    margin: 0 0 0 14px;
  }
  .m-header-social li a {
    width: 25px;
    height: 25px;
  }
  .m-header-social li a::after {
    background-size: 400px 400px;
  }
  .m-header-social--fb a::after {
    width: 8px;
    height: 16px;
    margin: -8px 0 0 -4px;
    background-position: -8px -8px;
  }
  .m-header-social--tw a::after {
    width: 16px;
    height: 13px;
    margin: -6px 0 0 -8px;
    background-position: -24px -8px;
  }
}

/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.l-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 32px 0;
}

@media screen and (max-width: 767px) {
  .l-footer-inner {
    padding: 15px 12px 0;
  }
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-footer-pagetop {
  width: 66px;
  height: 66px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  background: url(../img/bg_border_05.png);
}

.m-footer-pagetop a {
  width: 64px;
  height: 64px;
  margin: 1px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: block;
  background: #fff;
}

.m-footer-pagetop a::before {
  width: 15px;
  height: 15px;
  margin: 0 0 0 -7px;
  transition: 0.3s all ease;
  position: absolute;
  top: 22px;
  left: 50%;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(-45deg);
  content: '';
}

.m-footer-pagetop a::after {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  content: '';
}

.m-footer-pagetop a:hover, .m-footer-pagetop a:focus, .m-footer-pagetop a:active {
  opacity: 1;
}

.m-footer-pagetop a:hover::before, .m-footer-pagetop a:hover::after,
.m-footer-pagetop a:hover span, .m-footer-pagetop a:focus::before, .m-footer-pagetop a:focus::after,
.m-footer-pagetop a:focus span, .m-footer-pagetop a:active::before, .m-footer-pagetop a:active::after,
.m-footer-pagetop a:active span {
  opacity: .7;
}

.m-footer-pagetop span {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 18px;
  transition: 0.3s all ease;
}

.m-footer-logo {
  margin: 0 auto;
  text-align: center;
  display: table;
}

.m-footer-logo span {
  width: 117px;
  margin: 0 auto 23px;
  display: block;
}

.m-footer-logo > img {
  width: 720px;
}

.m-footer-logo .caution{
  text-align: right;
  font-size: 1.1rem;
  width: auto;
  margin: 0;
}

.m-footer-copy {
  padding: 32px 0;
  font-family: "Noto Serif Japanese", serif;
  font-size: 1rem;
  color: #707070;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .m-footer-pagetop {
    width: 50px;
    height: 50px;
    bottom: 12px;
    right: 12px;
  }
  .m-footer-pagetop a {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }
  .m-footer-pagetop a::before {
    width: 10px;
    height: 10px;
    margin: 0 0 0 -5px;
    top: 16px;
  }
  .m-footer-pagetop span {
    bottom: 13px;
  }
  .m-footer-logo span {
    width: 77px;
    margin-bottom: 15px;
  }
  .m-footer-copy {
    padding: 20px 0 15px;
    letter-spacing: 0;
  }
}

/* ----------------------------------------------------------------------------
 * MainContents
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Content
 * --------------------------------- */
.l-content-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.l-content-head .l-content-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.l-content-body {
  margin-top: -200px;
}

.l-content-body__inner {
  max-width: 984px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .l-content-body {
    margin-top: 30px;
    background: none;
  }
  .l-content-body__inner {
    padding: 0 20px;
  }
}

/* ============================================================================
 * Module
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Section
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Section
 * --------------------------------- */
.m-section-foot {
  margin: 80px 0 0;
  padding-bottom: 110px;
  text-align: center;
}

.m-section-foot__img {
  max-width: 158px;
  margin: 0 auto 15px;
  display: table;
}

.m-section-foot p {
  line-height: 1.7;
}

.m-section-foot .m-hdg-lv2::after {
  display: none;
}

.m-section-foot .m-hdg-lv2 br {
  display: none;
}

.m-section-foot .m-list-notes {
  margin: 25px auto 4px;
  display: table;
}

.m-section-foot .m-list-notes li {
  padding-left: 1em;
}

.m-section-foot .m-btn {
  width: 290px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .m-section-foot {
    margin: 30px 0 0;
    padding-bottom: 65px;
  }
  .m-section-foot__img {
    max-width: 93px;
    margin-bottom: 10px;
  }
  .m-section-foot .m-hdg-lv2 {
    margin-bottom: 20px;
  }
  .m-section-foot .m-hdg-lv2 br {
    display: block;
  }
  .m-section-foot .m-list-notes {
    margin-top: 5px;
  }
  .m-section-foot .m-list-notes li {
    font-size: 0.9rem;
    letter-spacing: -.02em;
  }
  .m-section-foot .m-btn {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------
 * Heading
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Heading Level1
 * --------------------------------- */
.m-hdg-lv1 {
  font-family: "Noto Serif Japanese", serif;
  text-align: center;
}

.m-hdg-lv1__hdg {
  font-size: 3.5rem;
  line-height: 1;
}

.m-hdg-lv1__txt {
  margin: 20px 0 0;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .m-hdg-lv1__hdg {
    font-size: 2.1rem;
  }
  .m-hdg-lv1__txt {
    margin-top: 15px;
    font-size: 1rem;
  }
}

/* ------------------------------------
 * Heading Level2
 * --------------------------------- */
.m-hdg-lv2 {
  margin: 0 0 26px;
  font-family: "Noto Serif Japanese", serif;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #454545;
  position: relative;
}

.m-hdg-lv2::after {
  width: 100%;
  height: 2px;
  margin: 20px 0 0;
  display: block;
  background: url(../img/bg_border_03.png);
  background-size: contain;
  content: '';
}

.m-hdg-lv2 > span {
  margin: 0 0 5px;
  font-size: 4rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .m-hdg-lv2 {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .m-hdg-lv2::after {
    margin-top: 14px;
  }
  .m-hdg-lv2 > span {
    font-size: 2.5rem;
  }
}

.m-hdg-lv2-02 {
  width: 150px;
  height: 495px;
  margin: 40px 0 -110px;
  position: relative;
  left: 5px;
  z-index: 10;
  overflow: hidden;
  background: url(../img/bg_hdg.png);
  background-size: 150px 495px;
}

.m-hdg-lv2-02 span {
  text-indent: -999em;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .m-hdg-lv2-02 {
    width: 78px;
    height: 256px;
    left: -10px;
    margin: 0 0 -60px;
    background-size: 78px 256px;
  }
}

/* ------------------------------------
 * Heading Level3
 * --------------------------------- */
.m-hdg-lv3 {
  margin: 0 0 20px;
  font-family: "Noto Serif Japanese", serif;
  font-size: 2.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .m-hdg-lv3 {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------
 * Text
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * FontSize
 * --------------------------------- */
.sp-br {
  display: none;
}

.pc-br {
  display: block;
}

@media screen and (max-width: 767px) {
  .fz22 {
    font-size: 2.2rem;
  }
  .fz20 {
    font-size: 2rem;
  }
  .fz18 {
    font-size: 1.8rem;
  }
  .fz11 {
    font-size: 1.1rem;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .lts1 {
    letter-spacing: -.02em !important;
  }
  .lts2 {
    font-size: 1.7rem;
    letter-spacing: -.1em !important;
  }
  .lts3 {
    letter-spacing: -.09em;
  }
  .lts4 {
    letter-spacing: -.09em !important;
  }
  .lts5 {
    letter-spacing: -.15em !important;
  }
}

.lh1 {
  line-height: 1.9 !important;
}

/* ----------------------------------------------------------------------------
 * Button
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Button
 * --------------------------------- */
.m-btn {
  width: 230px;
  margin: 23px 0 0;
  display: table;
}

.m-btn a {
  padding: 1px;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #454545;
  background: url(../img/bg_border_05.png);
}

.m-btn span {
  padding: 15px 0 15px 0;
  display: block;
  background: #fff;
}

.m-btn img {
  margin: 0 0 0 12px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .m-btn {
    margin-top: 15px;
  }
  .m-btn img {
    width: 12px;
    height: 9px;
    margin-top: 2px;
    margin-left: 8px;
  }
}

/* ------------------------------------
 * Button Series
 * --------------------------------- */
.m-btn-series {
  width: 100%;
  max-width: 846px;
  display: table;
  opacity: 1;
  margin-top: 115px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.m-btn-series a {
  display: block;
}

.m-btn-series img {
  width: 100%;
}

.m-btn-series--pc {
  display: block;
}

.m-btn-series--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-btn-series {
    margin-top: 30px;
  }
  .m-btn-series--pc {
    display: none;
  }
  .m-btn-series--sp {
    display: block;
  }
}

/* ----------------------------------------------------------------------------
 * Image
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * MainVisual
 * --------------------------------- */
@media screen and (min-width: 972px) {
  .m-mainvisual--pc {
    max-width: 972px;
    margin: 0 auto;
  }
  .m-mainvisual img {
    width: auto;
  }
  .m-mainvisual .caution{
    font-size: 1.3rem;
    text-align: right;
  }
  .m-mainvisual--pc video{
    width: 530px;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 971px) {
  .m-mainvisual img {
    width: auto;
  }
  .m-mainvisual .caution{
    font-size: 1.1rem;
    text-align: right;
  }
  .m-mainvisual--pc video{
    width: 530px;
    margin-top: 4vw;
  }
  .m-mainvisual--sp video{
    width: 70vw;
    margin: 10vw auto 3vw;
    display: block;
  }

}

.m-mainvisual {
  margin-top: 19px;
}

.m-mainvisual--pc {
  display: block;
}

.m-mainvisual--pc span {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  display: table;
  margin: 0 auto;
  text-align: right;
}

.m-mainvisual--pc span img {
  width: auto;
}

.m-mainvisual--sp {
  display: none;
}

.m-mainvisual img {
  width: 100%;
}



@media screen and (max-width: 767px) {
  .m-mainvisual {
    margin-top: 0;
  }
  .m-mainvisual--pc {
    display: none;
  }
  .m-mainvisual--sp {
    display: block;
  }
  .m-mainvisual--sp span {
    display: block;
  }
}

/* ------------------------------------
 * Image
 * --------------------------------- */
.m-img {
  margin: 46px 0 10px;
}

.m-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-img {
    margin: 21px 0 8px;
  }
}

/* ----------------------------------------------------------------------------
 * List
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ItemList
 * --------------------------------- */
.m-list-history {
  position: relative;
}

.m-list-history::after {
  width: 2px;
  height: 100%;
  margin: 0 0 0 -1px;
  position: absolute;
  top: 0;
  left: 50%;
  background: url(../img/bg_border_02.png);
  background-size: contain;
  content: '';
}

.m-list-history__section {
  padding: 90px 0 0 0;
}

.m-list-history__section p {
  line-height: 1.8;
  letter-spacing: .02em;
}

.m-list-history__section .m-hdg-lv2,
.m-list-history__section .m-hdg-lv3 {
  letter-spacing: .02em;
}

.m-list-history__grid {
  margin: 0 0 0 -46px;
  display: flex;
  align-items: center;
}

.m-list-history__grid > * {
  width: 50%;
  padding: 0 0 0 46px;
}

.m-list-history__grid__figure {
  max-width: 50%;
}

.m-list-history__grid__img {
  display: table-cell;
  vertical-align: middle;
}

.m-list-history__grid__img img {
  width: 100%;
}

.m-list-history__grid__img .caution{
  float: right;
  font-size: 1.1rem;
}

.m-list-history__grid[data-type="rev"] .m-list-history__grid__figure {
  order: 2;
}

.m-list-history__grid[data-type="rev"] .m-list-history__grid__body {
  order: 1;
}

.m-list-history__grid[data-type="rev"] .m-hdg-lv2 {
  text-align: right;
}

.m-list-history__box {
  margin: 40px 0 0;
  padding: 1px;
  position: relative;
  z-index: 10;
  background: url(../img/bg_border_06.png);
}

.m-list-history__box__inner {
  padding: 30px 36px;
  background: #fff;
}

.m-list-history__box__grid {
  margin: 0 0 0 -30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.m-list-history__box__grid > * {
  width: 50%;
  padding: 0 0 0 30px;
}

.m-list-history__box__grid__body {
  order: 1;
}

.m-list-history__box__grid__figure {
  max-width: 50%;
  order: 2;
  display: table;
}

.m-list-history__box__grid__img {
  display: table-cell;
  vertical-align: middle;
}

.m-list-history__box__grid__img img {
  width: 100%;
}

.m-list-history__box + * .m-hdg-lv3 {
  letter-spacing: -.04em;
}

.m-list-history .m-btn {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .m-list-history {
    padding: 0 0 0 15px;
  }
  .m-list-history::after {
    margin: 0;
    left: 0;
  }
  .m-list-history__section {
    padding-top: 40px;
  }
  .m-list-history__section:first-child {
    padding-top: 32px;
  }
  .m-list-history__grid {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .m-list-history__grid > * {
    width: 100%;
    padding: 0;
    height: auto !important;
  }
  .m-list-history__grid__body {
    overflow: hidden;
    order: 1;
  }
  .m-list-history__grid__figure {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    float: none;
    order: 2;
  }
  .m-list-history__grid__img {
    display: block;
  }
  .m-list-history__grid__img img {
    width: 100%;
  }
  .m-list-history__grid[data-type="rev"] .m-list-history__grid__figure {
    float: none;
  }
  .m-list-history__grid[data-type="rev"] .m-hdg-lv2 {
    text-align: left;
  }
  .m-list-history__box {
    margin: 30px 0 0;
  }
  .m-list-history__box + .m-list-history__box {
    margin-top: 15px;
  }
  .m-list-history__box__inner {
    padding: 18px 15px;
  }
  .m-list-history__box__grid {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .m-list-history__box__grid > * {
    width: 100%;
    padding: 0;
    height: auto !important;
  }
  .m-list-history__box__grid__body {
    order: 1;
  }
  .m-list-history__box__grid__figure {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 0;
    float: none;
    order: 2;
  }
  .m-list-history .m-btn {
    margin-right: auto;
  }
}

/* ------------------------------------
 * NotesList
 * --------------------------------- */
.m-list-notes {
  margin: 15px 0 0;
}

.m-list-notes li {
  margin: 5px 0 0;
  padding: 0 0 0 2em;
  font-size: 1.1rem;
  color: #666;
  position: relative;
}

.m-list-notes__fig {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .m-list-notes {
    margin-top: 13px;
  }
  .m-list-notes li {
    font-size: 1rem;
  }
}

/* ------------------------------------
 * GridList
 * --------------------------------- */
.m-list-grid {
  max-width: 840px;
  margin: 0 auto 0;
}

.m-list-grid p {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.m-list-grid p + p {
  margin-top: 1em;
  letter-spacing: -.02em;
}

.m-list-grid__content {
  margin: 0 0 0 -40px;
  overflow: hidden;
}

.m-list-grid__content > * {
  padding: 0 0 0 40px;
}

.m-list-grid__content:nth-child(even) {
  margin-top: 85px;
}

.m-list-grid__content:nth-child(even) .m-hdg-lv2 {
  text-align: right;
}

.m-list-grid__content:nth-child(even) .m-list-grid__figure {
  float: right;
}

.m-list-grid__figure {
  max-width: 50%;
  float: left;
}

.m-list-grid__body {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .m-list-grid {
    margin-bottom: 50px;
  }
  .m-list-grid__content {
    margin: 0;
  }
  .m-list-grid__content > * {
    padding: 0;
  }
  .m-list-grid__content:nth-child(even) {
    margin-top: 30px;
  }
  .m-list-grid__content:nth-child(even) .m-hdg-lv2 {
    text-align: left;
  }
  .m-list-grid__content:nth-child(even) .m-list-grid__figure {
    float: none;
  }
  .m-list-grid__figure {
    max-width: 100%;
    float: none;
  }
  .m-list-grid__img {
    margin: 0 0 30px;
  }
  .m-list-grid__img img {
    width: 100%;
  }
  .m-list-grid .m-hdg-lv2::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
 * Navigation
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Local Navigation
 * --------------------------------- */
.m-nav-local {
  margin: 33px auto 0;
  display: table;
}

.m-nav-local ul {
  overflow: hidden;
}

.m-nav-local ul li {
  margin: 0 0 0 10px;
  font-family: "Noto Serif Japanese", serif;
  font-size: 1.8rem;
  line-height: 1;
  float: left;
  position: relative;
}

.m-nav-local ul li:first-child {
  margin-left: 0;
}

.m-nav-local ul li::after {
  width: 8px;
  height: 8px;
  margin-left: -4px;
  transition: 0.3s all ease;
  position: absolute;
  bottom: 10px;
  left: 50%;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(135deg);
  content: '';
}

.m-nav-local ul a {
  padding: 15px 18px 26px;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  background: url(../img/bg_border_05.png);
}

.m-nav-local ul a span {
  margin: -14px -17px -25px;
  padding: 15px 18px 26px;
  display: block;
  background: #f5f8fa;
}

@media screen and (max-width: 767px) {
  .m-nav-local {
    margin-top: 20px;
  }
  .m-nav-local ul li {
    margin-left: 7px;
    font-size: 1.2rem;
  }
  .m-nav-local ul li::after {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    bottom: 8px;
  }
  .m-nav-local ul a {
    padding: 10px 13px 16px;
  }
  .m-nav-local ul a span {
    margin: -9px -12px -15px;
    padding: 10px 13px 16px;
  }
}
