@charset "UTF-8";
/* 色の変数定義 カラーパレット生成 */
/* text */
/*  width */
/* margin,paddingのリセット */
/*! 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;
}

h2,h3,h4,h5 {
    font-family: "Shingo_L","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif ;
}
/* 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/*  preset */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #191919;
  position: relative;
}

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

a:hover {
  color: #313131;
}

img {
  vertical-align: bottom;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}

iframe {
  border: none;
}

/* l-content */
/* l-content */
.l-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 50px;
}

.l-content .l-main {
  width: 100%;
}

@media (max-width: 991px) {
  .l-content {
    padding-right: 0;
  }
}

/* —————————————————
  トップヘッダー header
  —————————————————*/
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.l-header {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding-right: 50px;
}

.l-header .l-header__top .l-header__top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 70px 15px 30px;
  margin: 0 auto;
}

.l-header .l-header__top .l-header__top__inner .logoArea {
  margin: 0;
}

.l-header .l-header__top .l-header__top__inner .logoArea a {
  display: block;
  width: 100%;
  max-width: 206px;
}

.l-header .l-header__top .l-header__top__inner .logoArea a img {
  width: 100%;
}

.l-header .l-header__top .l-header__top__inner .logoArea a img.u-top {
  display: block;
}

.l-header .l-header__top .l-header__top__inner .logoArea a img.u-fixed {
  display: none;
}

.l-header .l-header__top .l-header__top__inner .l-header__top__nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.l-header .l-header__top .l-header__top__inner .l-header__top__nav li {
  padding: 0 12px;
  line-height: 1;
}

.l-header .l-header__top .l-header__top__inner .l-header__top__nav li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

.l-header .l-header__top .l-header__top__inner .l-header__top__nav li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.l-header.fixed {
  position: fixed;
  background: #fff;
  z-index: 99;
  height: 80px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.l-header.fixed .l-header__top .l-header__top__inner {
  padding-top: 8px;
  padding-bottom: 5px;
}

.l-header.fixed .l-header__top .l-header__top__inner .logoArea {
  position: relative;
  max-width: 135px;
  position: static;
}

.l-header.fixed .l-header__top .l-header__top__inner .logoArea a {
  max-width: 144px;
}

.l-header.fixed .l-header__top .l-header__top__inner .logoArea a img.u-top {
  display: none;
}

.l-header.fixed .l-header__top .l-header__top__inner .logoArea a img.u-fixed {
  display: block;
}

.l-header.fixed .l-header__top .l-header__top__inner .l-header__top__nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.l-header.fixed .l-header__top .l-header__top__inner .l-header__top__nav li {
  padding: 0 15px;
  line-height: 1;
}

.l-header.fixed .l-header__top .l-header__top__inner .l-header__top__nav li:not(:last-child) {
  border-right: 1px solid #fff;
}

.l-header.fixed .l-header__top .l-header__top__inner .l-header__top__nav li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1A1311;
}

.l-header.fixed .l-header__top .l-header__top__inner .l-header__top__nav li a:hover {
  color: #1741AD;
}

.l-header .l-header__side {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 100vh;
  background: #fff;
  border-left: 1px solid #DEDEDE;
}

.l-header .l-header__side .l-header__side__inner {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header .l-header__side .l-header__side__inner .side__logo {
  margin: 0;
  width: 24px;
}

.l-header .l-header__side .l-header__side__inner .side__logo a img {
  width: 100%;
}

.l-header .l-header__side .l-header__side__inner .side__logo a img.u-forPc {
  display: block;
}

.l-header .l-header__side .l-header__side__inner .side__logo a img.u-forSp {
  display: none;
}

.l-header .l-header__side .l-header__side__inner .member__only a {
  display: block;
  width: 100%;
  height: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  background: #1741AD;
  border: 1px solid #1741AD;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.l-header .l-header__side .l-header__side__inner .member__only a:hover {
  color: #1741AD;
  background: #fff;
}

.l-header .l-header__side .l-header__side__inner .menu-trigger {
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 60px;
  height: 60px;
  z-index: 9999;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.l-header .l-header__side .l-header__side__inner .menu-trigger span {
  z-index: 99999;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 1px;
  background-color: #707070;
  border-radius: 4px;
  width: 24px;
  right: 18px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.l-header .l-header__side .l-header__side__inner .menu-trigger span:nth-of-type(1) {
  top: 18px;
}

.l-header .l-header__side .l-header__side__inner .menu-trigger span:nth-of-type(2) {
  top: 26px;
}

.l-header .l-header__side .l-header__side__inner .menu-trigger span:nth-of-type(3) {
  top: 34px;
}

.l-header .l-header__side .l-header__side__inner .menu-trigger span:nth-of-type(4) {
  top: 38px;
  width: auto;
  background: none;
  height: auto;
  font-size: 10px;
  font-size: 1rem;
  font-family: "ヒラギノ明朝 ProN W3", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  right: 15px;
}

.l-header .l-header__side .l-header__side__inner .menu-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.l-header .l-header__side .l-header__side__inner .menu-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.l-header .l-header__side .l-header__side__inner .menu-trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.l-header .l-header__nav {
  position: relative;
  height: 80px;
  background-color: #FFF;
  height: 100vh;
  width: calc(100% - 50px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
}

.l-header .l-header__nav.is-open {
  -webkit-animation: fade 0.3s ease;
          animation: fade 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header .l-header__nav .l-header__nav__inner {
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header .l-header__nav .l-header__nav__inner .logoArea_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .l-header__nav .l-header__nav__inner .logoArea_wrap #btn_gn2 {
    cursor:pointer;
}

.l-header .l-header__nav .l-header__nav__inner .logoArea {
  margin: 0;
  max-width: 168px;
  margin-left: 54px;
  margin-bottom: 20px;
}

.l-header .l-header__nav .l-header__nav__inner .logoArea img {
  width: 100%;
  height: auto;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea {
  margin-bottom: 30px;
  width: 60%;
  padding: 80px 0;
  overflow-y: scroll;
  height: 100%;
}


.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner {
  position: relative;
}
.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .close-btn {
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 60px;
  height: 60px;
  z-index: 9999;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .close-btn span {
  z-index: 99999;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 1px;
  background-color: #707070;
  border-radius: 4px;
  width: 38px;
  right: 18px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .close-btn span:nth-of-type(1) {
  top: 20px;
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .close-btn span:nth-of-type(2) {
  top: 36px;
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .close-btn span:nth-of-type(3) {
  top: 48px;
  width: auto;
  background: none;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "ヒラギノ明朝 ProN W3", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  right: 15px;
  color: #707070;
}


.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #181A1C;
  padding: 0 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #C4C4C4;
  padding: 18px 54px;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li a.nav__acc:after {
  content: '▼';
  margin-left: 2px;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li a.is-open.nav__acc:after {
  content: '▲';
  margin-left: 2px;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li a:hover {
  background: #F7F7F7;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li .gnav__lower {
  display: none;
  padding-left: 200px;
  border-bottom: 1px solid #C4C4C4;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li .gnav__lower ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li .gnav__lower ul li a {
  display: inline-block;
  border: none;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li .gnav__lower ul li a:hover {
  background: none;
  text-decoration: underline;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li .gnav__lower ul li ul {
  margin-left: 40px;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li:first-child a {
  border-top: 1px solid #C4C4C4;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .c-link__txt {
  padding-left: 54px;
  margin: 0;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .c-link__txt a:hover {
  text-decoration: underline;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .members__link {
  padding-left: 54px;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .members__link a {
  display: block;
  border: 1px solid #707070;
  width: 180px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .members__link a:hover {
  background: #1741AD;
  color: #fff;
}

.l-header .l-header__nav .l-header__nav__inner .l-navArea .copy {
  padding-left: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}

.l-header .l-header__nav .l-header__nav__bg {
  width: 40%;
  height: 100%;
  background: url("../img/common/menu_bg.jpg") no-repeat center center;
  background-size: cover;
}

/* —————————————————
  トップヘッダー header レスポンシブ
  —————————————————*/
@media (max-width: 1160px) {
  .l-header {
    margin: 0;
    padding: 0;
  }
  .l-header .l-header__top .l-header__top__inner .logoArea a {
    max-width: 172px;
  }
  .l-header .l-header__top .l-header__top__inner .l-header__top__nav li {
    padding: 0 8px;
  }
  .l-header .l-header__top .l-header__top__inner .l-header__top__nav li a {
    font-size: 1.5rem;
  }
  .l-header.fixed .l-header__top .l-header__top__inner .logoArea {
    max-width: 128px;
  }
  .l-header.fixed .l-header__top .l-header__top__inner .l-header__top__nav li {
    padding: 0 8px;
  }
}

@media (max-width: 1160px) and (max-width: 991px) {
  .l-header {
    padding-right: 0;
  }
  .l-header .l-header__top {
    display: none;
  }
  .l-header .l-header__side {
    width: 100%;
    height: auto;
    height: 60px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .l-header .l-header__side .l-header__side__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    padding-top: 5px;
  }
  .l-header .l-header__side .l-header__side__inner .side__logo {
    width: 100px;
  }
  .l-header .l-header__side .l-header__side__inner .side__logo a img.u-forPc {
    display: none;
  }
  .l-header .l-header__side .l-header__side__inner .side__logo a img.u-forSp {
    display: block;
  }
  .l-header .l-header__side .l-header__side__inner .member__only {
    display: none;
  }
  .l-header .l-header__side .l-header__side__inner .menu-trigger {
    top: 0;
    left: inherit;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .l-header .l-header__side .l-header__side__inner .menu-trigger span {
    height: 2px;
    width: 25px;
    right: 18px;
  }
  .l-header .l-header__nav {
    width: 100%;
    top: 60px;
    display: none;
    padding-bottom: 80px;
  }
  .l-header .l-header__nav.is-open {
    -webkit-animation: fade 0.3s ease;
            animation: fade 0.3s ease;
  }
  .l-header .l-header__nav .l-header__nav__inner {
    display: block;
  }
  .l-header .l-header__nav .l-header__nav__inner .logoArea {
    display: none;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea {
    width: 100%;
    padding: 0;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .members__link {
    padding-left: 54px;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .copy {
    padding-left: 54px;
    font-size: 1.2rem;
  }
  .l-header .l-header__nav .l-header__nav__bg {
    display: none;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .close-btn {
  display: none;
}
}

@media (max-width: 1160px) and (max-width: 991px) and (max-width: 640px) {
  .l-header .l-header__nav .l-header__nav__inner .l-navArea {
    margin-bottom: 30px;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 120px;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li a {
    font-size: 1.5rem;
    padding: 15px 30px;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li a.nav__acc:after {
    font-size: 1.4rem;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li .gnav__lower {
    padding-left: 60px;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .l-navArea__inner .gnav li .gnav__lower ul li a {
    font-size: 1.3rem;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .c-link__txt {
    padding-left: 30px;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .members__link {
    padding-left: 30px;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .copy {
    padding-left: 30px;
    font-size: 1.2rem;
  }
  .l-header .l-header__nav .l-header__nav__inner .l-navArea .copy br {
    display: none;
  }
  .l-header .l-header__nav .l-header__nav__bg {
    display: none;
  }

}

/* footer */
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  padding-right: 50px;
}

.l-footer #goToTop {
  width: 75px;
  height: 75px;
  background: #102E79;
  position: fixed;
  bottom: 75px;
  right: 50px;
  display: block;
  z-index: 9;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "ヒラギノ明朝 ProN W3", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

.l-footer #goToTop:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.l-footer #goToTop:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 25px 15px;
  border-color: transparent transparent #fff transparent;
  margin-bottom: 5px;
}

.l-footer .l-footer__bottom {
  background: #141414;/*303030*/
  padding: 8px 20px;
}

.l-footer .l-footer__bottom p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

.l-footer .l-footer__bottom p small {
  font-size: 100%;
}

#footer_link {margin-right: 50px; padding: 10px 0; background-color: #3e3e3e; color: #fff;}
#footer_link ul {font-size: 0; padding-left: 0; max-width: 1280px; margin: 0 auto}
#footer_link ul li {display: inline-block; width:calc(100% / 7); font-size: 0; padding: 5px}
#footer_link ul li img {width:100%}
#footer_link p {font-size: 14px; max-width: 1280px; margin: 5px auto 0}
#footer_link p a {color:#fff;}
/* —————————————————
  フッター footer レシポンシブ
  —————————————————*/
@media (max-width: 991px) {
  .l-footer {
    padding-right: 0;
  }
  .l-footer #goToTop {
    right: 0;
  }
}

@media (max-width: 991px) and (max-width: 780px) {
  .l-footer #goToTop {
    width: 52px;
    height: 52px;
    font-size: 1.2rem;
    bottom: 52px;
  }
  .l-footer #goToTop:before {
    border-width: 0 10px 12px 10px;
    margin-bottom: 2px;
  }
}

/* p-contact */
/* p-contact */
.p-contact {
  background: #211E1E;
}

.p-contact .p-contact__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 20px;
}

.p-contact .p-contact__inner .hurry__link {
  padding-right: 80px;
}

.p-contact .p-contact__inner .hurry__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  border: 1px solid #fff;
  width: 160px;
  height: 60px;
}

.p-contact .p-contact__inner .hurry__link a:hover {
  background: #fff;
  color: #000;
}

.p-contact .p-contact__inner .fBox {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #fff;
  padding-left: 100px;
}

.p-contact .p-contact__inner .fBox .tel__link p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.p-contact .p-contact__inner .fBox .tel__link p.tel__num a {
  font-size: 33px;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-contact .p-contact__inner .fBox .tel__link p.tel__num:before {
  content: '';
  display: inline-block;
  width: 37px;
  height: 24px;
  background: url("../img/common/icon_tel_wh.png") no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
}

.p-contact .p-contact__inner .fBox .tel__link p.address a {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-contact .p-contact__inner .fBox .contact__link {
  padding-left: 80px;
}

.p-contact .p-contact__inner .fBox .contact__link p {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10px;
}

.p-contact .p-contact__inner .fBox .contact__link a {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 250px;
  height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  border: 1px solid #fff;
}

.p-contact .p-contact__inner .fBox .contact__link a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.p-contact.fixed__bottom {
  background: #2D2546;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 2;
}

.p-contact.fixed__bottom.js-on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* p-contact レスポンシブ*/
@media (max-width: 1200px) {
  .p-contact .p-contact__inner .hurry__link {
    padding-right: 40px;
  }
  .p-contact .p-contact__inner .fBox {
    padding-left: 40px;
  }
  .p-contact .p-contact__inner .fBox .contact__link {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) and (max-width: 1060px) {
  .p-contact .p-contact__inner .hurry__link {
    padding-right: 30px;
  }
  .p-contact .p-contact__inner .fBox {
    padding-left: 30px;
  }
  .p-contact .p-contact__inner .fBox .tel__link {
    min-width: 264px;
  }
  .p-contact .p-contact__inner .fBox .tel__link p.tel__num a {
    font-size: 3rem;
  }
  .p-contact .p-contact__inner .fBox .tel__link p.address a {
    font-size: 1.4rem;
  }
  .p-contact .p-contact__inner .fBox .contact__link {
    padding-left: 40px;
  }
  .p-contact .p-contact__inner .fBox .contact__link p {
    font-size: 1.4rem;
  }
  .p-contact .p-contact__inner .fBox .contact__link a {
    height: 40px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1200px) and (max-width: 1060px) and (max-width: 810px) {
  .p-contact .p-contact__inner .hurry__link {
    width: 30%;
  }
  .p-contact .p-contact__inner .hurry__link a {
    font-size: 1.6rem;
    height: 50px;
    margin: 0 auto;
  }
  .p-contact .p-contact__inner .fBox {
    width: 70%;
    padding-left: 40px;
  }
  .p-contact .p-contact__inner .fBox .tel__link {
    display: none;
  }
  .p-contact .p-contact__inner .fBox .contact__link {
    padding-left: 0;
  }
  .p-contact .p-contact__inner .fBox .contact__link p {
    font-size: 1.4rem;
  }
  .p-contact .p-contact__inner .fBox .contact__link a {
    font-size: 1.4rem;
  }
}

@media (max-width: 1200px) and (max-width: 1060px) and (max-width: 810px) and (max-width: 760px) {
  .p-contact .p-contact__inner {
    padding: 15px 20px;
  }
  .p-contact .p-contact__inner .hurry__link {
    padding-right: 20px;
    width: 34%;
  }
  .p-contact .p-contact__inner .hurry__link a {
    font-size: 1.3rem;
    width: 100%;
    max-width: 160px;
    padding: 0 8px;
  }
  .p-contact .p-contact__inner .fBox {
    width: 66%;
    padding-left: 20px;
  }
  .p-contact .p-contact__inner .fBox .contact__link p {
    font-size: 1.2rem;
  }
  .p-contact .p-contact__inner .fBox .contact__link a {
    height: 30px;
    font-size: 1.3rem;
  }
}

@media (max-width: 1200px) and (max-width: 1060px) and (max-width: 810px) and (max-width: 760px) and (max-width: 420px) {
  .p-contact .p-contact__inner {
    padding: 15px;
  }
  .p-contact .p-contact__inner .hurry__link {
    padding-right: 15px;
  }
  .p-contact .p-contact__inner .hurry__link a {
    font-size: 1.2rem;
  }
  .p-contact .p-contact__inner .fBox {
    padding-left: 15px;
  }
  .p-contact .p-contact__inner .fBox .contact__link p {
    font-size: 1.1rem;
  }
  .p-contact .p-contact__inner .fBox .contact__link a {
    height: 26px;
    font-size: 1.2rem;
  }
  .p-contact.fixed__bottom .p-contact__inner {
    padding: 10px 15px 14px 15px;
  }
  .p-contact.fixed__bottom .p-contact__inner .fBox .contact__link p {
    line-height: 1.5;
  }
}

.c-linkBtn {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  min-width: 128px;
  margin-top: 20px;
}

.c-linkBtn:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 20px;
  background: url("../img/common/arrow.svg") no-repeat center right;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 15px;
}

.c-linkBtn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media (max-width: 680px) {
  .c-linkBtn {
    font-size: 1.6rem;
  }
}

.c-link__txt a {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-ttl {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .c-ttl {
    font-size: 3.2rem;
  }
}

@media (max-width: 768px) and (max-width: 640px) {
  .c-ttl {
    font-size: 2.2rem;
  }
}





/* ————————————————————————————
  サブページヘッダー 
  ————————————————————————————*/

.l-header.sub_fixed {
  position: fixed;
  background: #fff;
  z-index: 99;
  height: 80px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.l-header.sub_fixed .l-header__top .l-header__top__inner {
  padding-top: 8px;
  padding-bottom: 5px;
}

.l-header.sub_fixed .l-header__top .l-header__top__inner .logoArea {
  position: relative;
  max-width: 135px;
  position: static;
}

.l-header.sub_fixed .l-header__top .l-header__top__inner .logoArea a {
  max-width: 144px;
}

.l-header.sub_fixed .l-header__top .l-header__top__inner .logoArea a img.u-top {
  display: none;
}

.l-header.sub_fixed .l-header__top .l-header__top__inner .logoArea a img.u-fixed {
  display: block;
}

.l-header.sub_fixed .l-header__top .l-header__top__inner .l-header__top__nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.l-header.sub_fixed .l-header__top .l-header__top__inner .l-header__top__nav li {
  padding: 0 15px;
  line-height: 1;
}

.l-header.sub_fixed .l-header__top .l-header__top__inner .l-header__top__nav li:not(:last-child) {
  border-right: 1px solid #fff;
}

.l-header.sub_fixed .l-header__top .l-header__top__inner .l-header__top__nav li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1A1311;
}

.l-header.sub_fixed .l-header__top .l-header__top__inner .l-header__top__nav li a:hover {
  color: #1741AD;
}

/* ————————————————————————————
  サブページヘッダー レスポンシブ
  ————————————————————————————*/
@media (max-width: 1160px) {

  .l-header.sub_fixed .l-header__top .l-header__top__inner .logoArea {
    max-width: 128px;
  }
  .l-header.sub_fixed .l-header__top .l-header__top__inner .l-header__top__nav li {
    padding: 0 8px;
  }
}

@media (max-width: 991px) {
    .l-header.sub_fixed {
        height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
}

/* ————————————————————————————
  サブページメインビジュアル
  ————————————————————————————*/

.sub .sub-visual {
  width: 100%;
  margin-top: 60px; height: 400px; padding: 25px; 
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub .sub-visual::after {    
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.3;
    display:block}

.sub .sub-visual h2 {font-size: 3.6em; color: #fff; text-align: center; position: absolute; z-index: 2; margin: 15px 0 0 }
.sub .sub-visual h2 span {display:block; font-size:20px; }
.sub .home-access {background-color: #F8F8F8}



/******下階層MV背景******/

.sub-visual { background: url("../img/common/sub_mv-19.jpg") no-repeat center center / cover;}
#reikai .sub-visual { background: url("../img/common/sub_mv-17.jpg") no-repeat center center / cover;}
#reikai_cont .sub-visual { background: url("../img/common/sub_mv-12.jpg") no-repeat center center / cover;}
#report .sub-visual { background: url("../img/common/sub_mv-05.jpg") no-repeat center center / cover;}
#report_cont .sub-visual { background: url("../img/common/sub_mv-02.jpg") no-repeat center center / cover;}
#info .sub-visual { background: url("../img/common/sub_mv-04.jpg") no-repeat center center / cover;}

#about .sub-visual { background: url("../img/common/sub_mv-22.jpg") no-repeat center center / cover;}
#admission .sub-visual { background: url("../img/common/sub_mv-03.jpg") no-repeat center center / cover;}
#contact .sub-visual { background: url("../img/common/sub_mv-18.jpg") no-repeat center center / cover;}
#about_nagahama .sub-visual { background: url("../img/common/sub_mv-06.jpg") no-repeat center center / cover;}
#about_rotary .sub-visual { background: url("../img/common/sub_mv-01.jpg") no-repeat center center / cover;}
#greeting .sub-visual { background: url("../img/common/sub_mv-16.jpg") no-repeat center center / cover;}
#membership_list .sub-visual { background: url("../img/common/sub_mv-10.jpg") no-repeat center center / cover;}
#committee .sub-visual { background: url("../img/common/sub_mv-08.jpg") no-repeat center center / cover;}
#policy .sub-visual { background: url("../img/common/sub_mv-11.jpg") no-repeat center center / cover;}
#newsletter .sub-visual { background: url("../img/common/sub_mv-20.jpg") no-repeat center center / cover;}
.sub .contents {
    padding: 45px 0 70px;
    font-size: 1.6em;  
}

.sub .contents p {
    line-height: 1.9em
}

.sub .contents img {max-width: 100%; height:auto}



@media (max-width: 991px) {
    .sub-visual {margin-top: 60px}
    
    .sub .contents {
    padding: 20px 0 40px;
}
}

/* ————————————————————————————
  パンくず
  ————————————————————————————*/

.bread p {font-size: 1.4em;}
.bread p a {color: #1741AD}

/* ————————————————————————————
  ページネーション
  ————————————————————————————*/
.pager {
    margin: 40px auto 0
}

.pager .pagination {
    text-align: center;
}

.pager .pagination {
    padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px 10px;
    padding: 0;
    display: inline-block;
    background: #3a62c7;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50px;
}


.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
    color: #fff;
    background: #ff8327;
    border-radius: 50px;
}

@media only screen and (max-width: 767px) {
.pager .pagination li {
    width: 40px;
    height: 40px;
}
   /* .pager .pagination li {
        display: none;
    }

    .pager .pagination li.pre,
    .pager .pagination li.next {
        display: inline-block;
        width: 40%;
        height: 50px;
        text-align: center;
    }

    .pager .pagination li.pre a,
    .pager .pagination li.next a {
        width: 100%;
        text-align: center;
    }

    .pager .pagination li.pre span::after {
        content: "　前の10件へ";
    }

    .pager .pagination li.next span::before {
        content: "次の10件へ　";
    }*/
}


div.ticker ul {margin: 0}
div.ticker ul li {font-size: 1.5em; }

@media (max-width: 780px) {
    div.ticker ul li {font-size: 1.3em;  line-height: 1.2em}
}