@charset "UTF-8";

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

/* text */
/*  width */
/* margin,paddingのリセット */
/*  preset */
*,
*:after,
*:before {
  box-sizing: border-box;
}

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

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  color: palette("basic", "text");
  overflow-x: hidden;
}

body.no_scroll {
  overflow: hidden;
  position: relative;
}

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

img {
  height: auto;
  vertical-align: bottom;
}

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

p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

iframe {
  border: none;
}

.u-alignCenter {
  text-align: center;
}

@font-face {
  font-family: 'texta';
  src: url("../fonts/texta-medium.woff2") format("woff2"), url("../fonts/texta-medium.woff") format("woff"), url("../fonts/texta-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texta';
  src: url("../fonts/texta-heavy.woff2") format("woff2"), url("../fonts/texta-heavy.woff") format("woff"), url("../fonts/texta-heavy.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

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

/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  margin: 0;
  padding: 0;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  /* padding: 42px 30px; */
  padding: 33px 30px 43px;
  transition: 0.3s ease all;
  background: #fff;
}

.l-header.js-top {
  top: -160px;
}

.l-header.js-color {
  background: #fff;
  padding: 15px 30px;
  position: fixed;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.l-header.fixed {
  position: fixed;
  background: #fff;
  padding: 10px 30px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.l-header .l-header__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;
  transition: .5s;
  height: 100%;
}

.l-header .l-header__inner .l-header__logo {
  margin: 0;
  padding: 0;
}

.l-header .l-header__inner .l-header__logo a {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header .l-header__inner .l-header__logo a img {
  vertical-align: middle;
  display: inline-block;
}

.l-header .l-header__inner .l-header__logo a img.logo_txt {
  margin-left: 15px;
}

.l-header .l-header__inner .l-navArea {
  height: 100%;
}

.l-header .l-header__inner .l-navArea .l-navArea__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li {
  text-align: center;
  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;
  height: 100%;
  margin: 0 20px;
}

.l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li:last-child {
  margin-right: 0;
}

.l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  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-family: "texta", sans-serif;
  font-weight: normal;
  letter-spacing: 0.06em;
}

.l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a:hover {
  color: #ed6e00;
}

.l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a.active {
  color: #ed6e00;
}

.l-header .l-header__inner .menu-trigger {
  display: none;
}

/* —————————————————
  ヘッダー header レスポンシブ
  —————————————————*/
@media (max-width: 1180px) {
  .l-header .l-header__inner .l-header__logo {
    margin: 0;
    padding: 0;
  }

  .l-header .l-header__inner .l-header__logo a {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header .l-header__inner .l-header__logo a img {
    vertical-align: middle;
    display: inline-block;
    width: 46px;
  }

  .l-header .l-header__inner .l-header__logo a img.logo_txt {
    margin-left: 15px;
    width: 182px;
  }

  .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li {
    margin: 0 10px;
  }
}

@media (max-width: 1180px) and (max-width: 1000px) {
  .l-header {
    padding: 10px 20px;
    height: 60px;
    background: #fff;
  }

  .l-header.fixed {
    padding: 10px 20px;
  }

  .l-header .l-header__inner {
    width: 100%;
  }

  .l-header .l-header__inner .l-header__logo {
    margin: 0;
    padding: 0;
  }

  .l-header .l-header__inner .l-header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header .l-header__inner .l-header__logo a img {
    vertical-align: middle;
    display: inline-block;
    width: 32px;
  }

  .l-header .l-header__inner .l-header__logo a img.logo_txt {
    margin-left: 10px;
    width: 130px;
  }

  .l-header .l-header__inner .l-navArea {
    z-index: 999;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100vh;
  }

  .l-header .l-header__inner .l-navArea .l-navArea__inner {
    display: block;
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

  .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav {
    display: block;
    height: auto;
  }

  .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li {
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    height: auto;
    max-width: 90%;
  }

  .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li:first-child {
    border-top: 1px solid #eee;
  }

  .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li:last-child {
    margin-right: auto;
  }

  .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a {
    font-size: 1.4rem;
    padding: 15px 0;
    width: 100%;
    padding: 20px;
    display: block;
    position: relative;
  }

  .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    transition: none;
    font-size: 1.6rem;
    width: 16px;
    height: 20px;
    background: url("../img/common/arrow_right.svg") no-repeat center center;
    background-size: cover;
    display: inline-block;
  }

  .l-header .menu-trigger {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 999;
    display: block;
  }

  .l-header .menu-trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    background-color: #333;
    border-radius: 4px;
    width: 20px;
    right: 10px;
  }

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

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

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

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

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

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

/* footer */
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  width: 100%;
  padding: 0 0 80px 0;
}

.l-footer #goToTop {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "texta", sans-serif;
  font-weight: normal;
  position: fixed;
  bottom: 20%;
  right: 10%;
  letter-spacing: 0.14em;
  z-index: 99;
}

.l-footer #goToTop:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #1884c4;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.3s ease all;
}

.l-footer #goToTop:before {
  content: '';
  width: 1px;
  height: 38px;
  background: #1884c4;
  display: block;
  position: absolute;
  top: -44px;
  left: 49.5%;
  transition: 0.3s ease all;
}

.l-footer #goToTop:hover:after {
  top: -60px;
}

.l-footer #goToTop:hover:before {
  height: 43px;
  top: -50px;
}

.l-footer .l-footer__contact {
  background: #ed6e00;
  padding: 45px 0;
}

.l-footer .l-footer__contact .c-ttl {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

.l-footer .l-footer__contact .c-ttl span {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

.l-footer .l-footer__contact .c-linkBtn {
  background: #fff;
  color: #ed6e00;
  border: 1px solid #fff;
}

.l-footer .l-footer__contact .c-linkBtn:hover {
  background: #ed6e00;
  color: #fff;
}

.l-footer .l-footer__sitemap {
  background: #f6f6f6;
  padding: 40px 0;
  margin-bottom: 15px;
}

.l-footer .l-footer__sitemap .l-footer__logo {
  margin-bottom: 30px;
}

.l-footer .l-footer__sitemap .l-footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer .l-footer__sitemap .l-footer__logo a img {
  display: inline-block;
}

.l-footer .l-footer__sitemap .l-footer__logo a img.logo_txt {
  margin-top: 10px;
  height: 20px;
}

.l-footer .l-footer__sitemap .l-footer__link {
  margin: 0;
  padding: 0;
  list-style: none;
  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-footer .l-footer__sitemap .l-footer__link li {
  margin: 0 15px;
}

.l-footer .l-footer__sitemap .l-footer__link li a {
  color: #969696;
  font-family: "texta", sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}

.l-footer .l-footer__sitemap .l-footer__link li a:hover {
  text-decoration: underline;
}

.l-footer .l-footer__copy {
  color: #ccc;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

/* —————————————————
  フッター footer レスポンシブ
  —————————————————*/
@media (max-width: 1380px) {
  .l-footer {
    width: 100%;
    padding: 0 0 80px 0;
  }

  .l-footer #goToTop {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    font-family: "texta", sans-serif;
    font-weight: normal;
    position: fixed;
    bottom: 20%;
    right: 5%;
  }
}

@media (max-width: 1380px) and (max-width: 1180px) {
  .l-footer {
    width: 100%;
    padding: 0 0 80px 0;
  }

  .l-footer #goToTop {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    font-family: "texta", sans-serif;
    font-weight: normal;
    position: fixed;
    bottom: 20%;
    right: 20px;
  }
}

@media (max-width: 1380px) and (max-width: 1180px) and (max-width: 760px) {
  .l-footer {
    width: 100%;
    padding: 0 0 60px 0;
  }

  .l-footer #goToTop {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.3rem;
    font-family: "texta", sans-serif;
    font-weight: normal;
    position: fixed;
    bottom: 10%;
    right: 15px;
  }

  .l-footer #goToTop:after {
    top: -45px;
  }

  .l-footer #goToTop:before {
    height: 30px;
    top: -35px;
  }

  .l-footer .l-footer__contact {
    background: #ed6e00;
    padding: 30px 0;
  }

  .l-footer .l-footer__contact .c-ttl {
    color: #fff;
    font-size: 2.6rem;
    margin-bottom: 30px;
  }

  .l-footer .l-footer__contact .c-ttl span {
    color: #fff;
    font-size: 1.4rem;
  }

  .l-footer .l-footer__contact .c-linkBtn {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .l-footer .l-footer__sitemap .l-footer__link {
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer .l-footer__sitemap .l-footer__link li {
    width: 40%;
    margin: 0 5px 15px 5px;
  }

  .l-footer .l-footer__sitemap .l-footer__link li a {
    font-size: 1.4rem;
  }

  .l-footer .l-footer__copy {
    color: #ccc;
    text-align: center;
    font-size: 1.5rem;
  }
}

/* content */
.l-title {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/common/page_ttl_bg.png") no-repeat center center;
  background-size: cover;
  margin-top: 140px;
  padding: 135px 0 10px 0;
}

.l-title .page__ttl {
  margin: 0;
  font-family: "texta", sans-serif;
  text-align: center;
  margin-bottom: 110px;
  line-height: 1.5;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
  letter-spacing: 0.34em;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  transition: all 0.6s ease;
}

.l-title .page__ttl span {
  font-family: "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}

.l-title .page__ttl.effect-on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 1024px) {
  .l-title {
    padding: 100px 0 10px 0;
  }

  .l-title .page__ttl {
    margin-bottom: 60px;
  }
}

@media (max-width: 1024px) and (max-width: 1000px) {
  .l-title {
    margin-top: 60px;
  }
}

@media (max-width: 1024px) and (max-width: 1000px) and (max-width: 760px) {
  .l-title {
    padding: 60px 0 10px 0;
  }

  .l-title .page__ttl {
    margin-bottom: 40px;
    font-size: 3rem;
    letter-spacing: 0.3em;
  }

  .l-title .page__ttl span {
    font-size: 1.6rem;
  }
}

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

.c-bnrArea ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-bnrArea ul li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.c-bnrArea ul li a {
  display: block;
  width: 100%;
}

.c-bnrArea ul li a img {
  width: 100%;
  height: auto;
}

.c-bnrArea ul li a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

@media (max-width: 1000px) {
  .c-bnrArea {
    padding: 0 15px;
  }

  .c-bnrArea ul li {
    margin: 0 5px;
  }
}

@media (max-width: 1000px) and (max-width: 680px) {
  .c-bnrArea ul {
    display: block;
  }

  .c-bnrArea ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* パンくず*/
.c-breadcrumbs {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-breadcrumbs .c-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: left;
}

.c-breadcrumbs .c-breadcrumbs__list li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-breadcrumbs .c-breadcrumbs__list li:not(:last-child):after {
  content: '\0bb';
  margin: 0 5px;
  color: #f9ae43;
}

.c-breadcrumbs .c-breadcrumbs__list li a:hover {
  color: #f9ae43;
}

@media (max-width: 1024px) {
  .c-breadcrumbs {
    padding: 0 15px;
  }
}

.c-fBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-linkBtn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: 40px auto 0 auto;
  height: 63px;
  font-size: 18px;
  font-size: 1.8rem;
  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;
  background: #ed6e00;
  border: 1px solid #ed6e00;
  color: #fff;
  font-weight: bold;
}

.c-linkBtn:hover {
  background: #fff;
  color: #ed6e00;
}

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

.c-linkBtn__more {
  font-family: "texta", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.34em;
  max-width: 155px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 0 4px 10px 4px;
  font-weight: normal;
  transition: 0.3s ease all;
}

.c-linkBtn__more:before {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  background: #ed6e00;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: 0.3s ease all;
  transform: 0.3s ease all;
}

.c-linkBtn__more:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #ed6e00;
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
  left: 100%;
}

.c-linkBtn__more:hover {
  color: #ed6e00;
}

.c-linkBtn__more:hover:before {
  -webkit-animation: moreBtn 0.4s ease;
  animation: moreBtn 0.4s ease;
}

.c-linkBtn__more:hover:after {
  -webkit-animation: moreBtn-after 0.6s ease;
  animation: moreBtn-after 0.6s ease;
}

@-webkit-keyframes moreBtn {
  0% {
    width: 0;
  }

  100% {
    width: 150px;
  }
}

@keyframes moreBtn {
  0% {
    width: 0;
  }

  100% {
    width: 150px;
  }
}

@-webkit-keyframes moreBtn-after {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes moreBtn-after {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.c-pagination {
  margin-bottom: 100px;
  padding: 0 20px;
}

.c-pagination .pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  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;
}

.c-pagination .pagination__list li {
  margin: 0 5px;
  padding: 0;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.c-pagination .pagination__list li a {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  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;
  color: #ed6e00;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #ed6e00;
}

.c-pagination .pagination__list li.dots {
  width: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ed6e00;
}

.c-pagination .pagination__list li:hover a,
.c-pagination .pagination__list li.active a {
  color: #fff;
  background: #ef7716;
  border-color: #ef7716;
}

@media (max-width: 760px) {
  .c-pagination .pagination__list li {
    width: 40px;
    height: 40px;
  }

  .c-pagination .pagination__list li a {
    font-size: 1.6rem;
  }

  .c-pagination .pagination__list li.dots {
    font-size: 1.6rem;
  }
}

.c-ttl {
  margin: 0;
  font-family: "texta", sans-serif;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
  letter-spacing: 0.34em;
}

.c-ttl span {
  font-family: "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #ed6e00;
}

@media (max-width: 760px) {
  .c-ttl {
    font-size: 3.2rem;
    letter-spacing: 0.3em;
  }

  .c-ttl span {
    font-size: 1.3rem;
  }
}

.c-ttl02 {
  margin: 0 0 60px 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
}

@media (max-width: 760px) {
  .c-ttl02 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

.p-body {
  padding-bottom: 100px;
  padding-bottom: 10rem;
}

/* パンくず*/
.p-breadcrumbs {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-breadcrumbs .p-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: left;
}

.p-breadcrumbs .p-breadcrumbs__list li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-family: "texta", sans-serif;
  font-weight: normal;
}

.p-breadcrumbs .p-breadcrumbs__list li:not(:last-child):after {
  content: '-';
  margin: 0 5px;
  color: #fff;
}

.p-breadcrumbs .p-breadcrumbs__list li a {
  color: #fff;
}

.p-breadcrumbs .p-breadcrumbs__list li a:hover {
  color: #f9ae43;
}

@media (max-width: 760px) {
  .p-breadcrumbs {
    padding: 0 20px;
  }

  .p-breadcrumbs .p-breadcrumbs__list li {
    font-size: 1.2rem;
  }
}

/* catch */
.p-catch {
  width: 100%;
}

.p-catch .pageTitle {
  margin: 60px 0;
  margin: 6rem 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.p-catch .p-catch__mainImgArea {
  width: 100%;
  margin: 0 auto;
}

.p-catch .p-catch__mainImgArea img {
  display: block;
  width: 100%;
}

.p-catch__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.p-chapter {
  width: 100%;
  padding: 80px 0;
  padding: 8rem 0;
}

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

.p-chapter__inner .c-title__box {
  padding: 0.5em 1em;
  font-size: 16px;
}

.p-chapter__inner .c-title__ul {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.p-chapter__inner .c-cBox {
  padding: 20px;
  padding: 2rem;
}

.p-chapter__inner .c-icon {
  padding: 10px 20px;
  padding: 1rem 2rem;
}

.p-chapter__inner .c-linkBtn {
  padding: 0.5em 2em;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 22px;
}

.p-chapter__inner .c-linkList {
  margin: 1em 0;
}

.p-chapter__inner .c-linkList li:not(:last-of-type) {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.p-chapter__inner .c-linkList a {
  display: inline-block;
  color: palette("site", "blue");
  font-size: 14px;
}

.p-chapter__inner .c-linkList a:hover {
  text-decoration: underline;
}

.p-chapter__inner table {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-chapter__inner table th,
.p-chapter__inner table td {
  padding: 10px;
  padding: 1rem;
}

.p-chapter__inner table th {
  background: palette("site", "bgBlue");
}

@media (max-width: 768px) {
  .p-tab__title {
    padding: 0;
  }

  .p-tab__title .p-tab__title__item {
    width: 50%;
    height: auto;
    font-size: 14px;
    padding: 8px 10px;
  }
}

@media (max-width: 480px) {
  .p-tab__title .p-tab__title__item {
    padding-left: 4px;
    font-size: 10px;
  }
}

/* catch */
.p-wrap {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-wrap .pageTitle {
  margin: 60px 0;
  margin: 6rem 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.p-wrap .p-catch__mainImgArea {
  width: 100%;
  margin: 0 auto;
}

.p-wrap .p-catch__mainImgArea img {
  display: block;
  width: 100%;
}

.p-wrap__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}