@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: "Noto Sans JP", "游ゴシック", 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 {
  max-width: 100%;
  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;
  letter-spacing: 0.08em; }

iframe {
  border: none; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.notice {
  font-size: 12px;
  font-size: 1.2rem; }

/* 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: 25px 20px;
  transition: 0.3s ease all; }
  .l-header.js-top {
    top: -160px; }
  .l-header.js-color {
    padding: 15px 30px;
    position: fixed;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    background: #fff; }
  .l-header.fixed {
    position: fixed;
    padding: 10px 30px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    background: #fff; }
  .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 15px; }
            .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.nav__contact {
              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__inner .l-navArea .l-navArea__inner .gnav li.nav__contact a {
                background: #d3515a;
                color: #fff;
                padding: 0 25px;
                border-radius: 20px;
                height: 40px; }
                .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li.nav__contact a:after {
                  display: none; }
                .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li.nav__contact a:hover {
                  background: #94151e; }
                .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li.nav__contact a.active {
                  color: #fff; }
                  .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li.nav__contact a.active:hover {
                    background: #94151e; }
            .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a {
              font-size: 16px;
              font-size: 1.6rem;
              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-weight: normal;
              letter-spacing: 0.06em;
              font-weight: 700; }
              .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a:after {
                position: absolute;
                bottom: -4px;
                left: 0;
                content: '';
                width: 100%;
                height: 2px;
                background: #ffb806;
                -webkit-transform: scale(0, 1);
                        transform: scale(0, 1);
                -webkit-transform-origin: right top;
                        transform-origin: right top;
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s, -webkit-transform .3s; }
              .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a:hover:after {
                -webkit-transform-origin: left top;
                        transform-origin: left top;
                -webkit-transform: scale(1, 1);
                        transform: scale(1, 1); }
              .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: 1140px) {
  .l-header .l-header__inner .l-header__logo a img {
    width: 140px; }
  .l-header .l-header__inner .l-navArea {
    height: 100%; }
      .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li.nav__contact a {
        padding: 0 15px;
        font-size: 1.5rem; }
      .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li a {
        font-size: 1.5rem; } }

@media (max-width: 1024px) {
  .l-header {
    padding: 40px 30px;
    height: 60px; }
    .l-header.is-bg {
      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: 120px; }
      .l-header .l-header__inner .l-navArea {
        z-index: 99999;
        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:last-child {
              margin-right: auto; }
            .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li.nav__contact {
              border-bottom: none;
              margin-top: 4rem;
              text-align: center; }
              .l-header .l-header__inner .l-navArea .l-navArea__inner .gnav li.nav__contact a {
                height: 55px;
                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: 25px; }
            .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 .menu-trigger {
      cursor: pointer;
      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%;
  border-top: 4px solid #fdba11; }
  .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: 5%;
    letter-spacing: 0.14em;
    z-index: 99;
    width: 72px;
    height: 72px; }
    .l-footer #goToTop img {
      width: 100%; }
    .l-footer #goToTop:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .l-footer .floating__sp {
    display: none; }
  .l-footer .l-footer__btn {
    background: #faf6ea;
    padding: 70px 0;
    padding: 7rem 0; }
    .l-footer .l-footer__btn a {
      width: 100%;
      max-width: 420px;
      height: 90px;
      margin: 0 auto;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      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-color: #d3515a;
      border-radius: 45px;
      color: #fff; }
      .l-footer .l-footer__btn a:hover {
        background: #94151e; }
  .l-footer .l-footer__bottom {
    max-width: 1190px;
    margin: 0 auto;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    padding: 20px 25px; }
    .l-footer .l-footer__bottom .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__bottom .l-footer__link li {
        padding: 0 8px; }
        .l-footer .l-footer__bottom .l-footer__link li:not(:last-child) {
          border-right: 1px solid #000; }
        .l-footer .l-footer__bottom .l-footer__link li a {
          font-family: "texta", sans-serif;
          font-weight: normal;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 0.8; }
          .l-footer .l-footer__bottom .l-footer__link li a:hover {
            text-decoration: underline; }
  .l-footer .l-footer__copy {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem; }

/* —————————————————
  フッター footer レスポンシブ
  —————————————————*/
@media (max-width: 768px) {
  .l-footer #goToTop {
    right: 25px;
    z-index: 999;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 10px; }
  .l-footer .floating__sp {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99; }
    .l-footer .floating__sp a {
      font-size: 2.4rem;
      font-weight: 700;
      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-color: #d3515a;
      border-radius: 45px;
      color: #fff;
      width: 80%;
      height: 60px;
      margin: 0 auto 0 0;
      font-size: 1.8rem; }
  .l-footer .l-footer__btn {
    background: #faf6ea;
    padding: 4rem 0; }
    .l-footer .l-footer__btn a {
      width: 100%;
      max-width: 380px;
      height: 70px;
      margin: 0 auto;
      font-size: 2rem; }
  .l-footer .l-footer__bottom {
    padding-bottom: 120px; } }

@media (max-width: 480px) {
  .l-footer #goToTop {
    z-index: 999;
    width: 54px; }
  .l-footer .floating__sp {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99; }
    .l-footer .floating__sp a {
      font-size: 2.4rem;
      font-weight: 700;
      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-color: #d3515a;
      border-radius: 45px;
      color: #fff;
      width: 80%;
      height: 55px;
      margin: 0 auto 0 0;
      font-size: 1.6rem; }
  .l-footer .l-footer__btn {
    background: #faf6ea;
    padding: 4rem 0; }
    .l-footer .l-footer__btn a {
      width: 100%;
      max-width: 80%;
      height: 60px;
      margin: 0 auto;
      font-size: 1.8rem; }
  .l-footer .l-footer__bottom {
    display: block;
    padding-bottom: 100px; }
    .l-footer .l-footer__bottom .l-footer__link {
      margin-bottom: 10px; } }

/* content */
.l-title {
  position: relative;
  width: 100%;
  height: 100%;
  background: #faf6ea;
  background-size: cover;
  margin-top: 100px;
  padding: 115px 0 10px 0; }
  .l-title .page__ttl {
    margin: 0;
    text-align: center;
    margin-bottom: 110px;
    line-height: 1.5;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    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 {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: 0.12em;
      color: #ffb806;
      margin-top: 15px; }
    .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: 768px) {
  .l-title {
    padding: 80px 0 10px 0; }
    .l-title .page__ttl {
      margin-bottom: 60px;
      font-size: 2rem; } }


.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; } }



  /* title */
.c-ttl {
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em; }
  .c-ttl span {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #ffb806;
    margin-top: 10px; }
    .c-ttl span.small {
      font-size: 15px;
      font-size: 1.5rem;
      color: #000;
      display: inline-block; }

@media (max-width: 480px) {
  .c-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px; }
    .c-ttl span {
      font-size: 1.2rem; } }

.c-large__text {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px; }

@media (max-width: 1024px) {
  .c-large__text {
    font-size: 3.4rem; } }

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

.c-ttl__line {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center; }
  .c-ttl__line span {
    display: inline-block;
    position: relative; }
    .c-ttl__line span:before, .c-ttl__line span:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 60px;
      height: 3px;
      background-color: #ffb806; }
    .c-ttl__line span:before {
      left: -80px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .c-ttl__line span:after {
      right: -80px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
@media (max-width: 760px) {
  .c-ttl__line {
    line-height: 1; }
   }


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


/* wrap */
.p-wrap {
  width: 100%;
  max-width: 1190px;
  padding: 0 25px;
  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; }
