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

/* 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;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  color: #313131;
}

body.no_scroll {
  overflow: hidden;
  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: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

iframe {
  border: none;
}

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

@media (max-width: 1000px) {
  .l-content {
    padding-top: 60px;
  }
}

/* —————————————————
  トップヘッダー header
  —————————————————*/
.l-header {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.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;
  height: 100%;
  margin: 0 auto;
  background: #1D2088;
  padding: 0 20px 0 0;
}

.l-header .l-header__inner .logoArea {
  position: relative;
  height: 100%;
  width: 70%;
}

.l-header .l-header__inner .logoArea .site__logo {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  font-weight: normal;
  height: 100%;
}

.l-header .l-header__inner .logoArea .site__logo span {
  font-size: 12px;
  font-size: 1.2rem;
}

.l-header .l-header__inner .logoArea .site__logo a {
  display: block;
  height: 100%;
}

.l-header .l-header__inner .logoArea .site__logo a img {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  vertical-align: middle;
}

.l-header .l-header__inner .tell__header {
  width: 30%;
  background: #1D2088;
  text-align: right;
}

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

.l-header .l-header__inner .tell__header p.u-forPc {
  display: block;
}

.l-header .l-header__inner .tell__header p.u-forSp {
  display: none;
}

.l-header .l-header__inner .tell__header p img {
  width: 300px;
  height: 58px;
}

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

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

/* —————————————————
  トップヘッダー header レスポンシブ
  —————————————————*/
.home-nav {
      position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
    z-index: 999;
}
@media (max-width: 1200px) {
  .l-header .l-header__inner {
    width: 100%;
    z-index: 1;
  }
  .l-header .l-header__inner .logoArea .site__logo a img {
    width: 94%;
  }
  .l-header .l-header__inner .tell__header p img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1200px) and (max-width: 1000px) {
  .l-header {
    height: 60px;
    position: fixed;
    margin: 0;
    z-index: 9;
  }
  .l-header .l-header__inner {
    padding: 0;
  }
  .l-header .l-header__inner .logoArea {
    height: 60px;
    width: 100%;
  }
  .l-header .l-header__inner .logoArea .site__logo a img {
    width: auto;
    height: 60px;
  }
  .l-header .l-header__inner .tell__header {
    display: none;
  }
  .l-header .l-header__inner .menu-trigger {
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 60px;
    height: 60px;
    z-index: 99999;
    display: block;
    background: #fff;
    border: 1px solid #1D2088;
  }
  .l-header .l-header__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: 2px;
    background-color: #1D2088;
    border-radius: 4px;
    width: 30px;
    right: 15px;
  }
  .l-header .l-header__inner .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .l-header .l-header__inner .menu-trigger span:nth-of-type(2) {
    top: 28px;
  }
  .l-header .l-header__inner .menu-trigger span:nth-of-type(3) {
    top: 36px;
  }
  .l-header .l-header__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__inner .menu-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .l-header .l-header__inner .menu-trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  .l-header .l-navArea {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #2775da;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
  }
  .l-header .l-navArea .gnav {
    display: block;
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
  }
  .l-header .l-navArea .gnav li {
    margin: 0 auto;
    border-bottom: 1px dotted #fff;
    height: auto;
    text-align: left;
    width: 100%;
    border-right: 1px dotted #fff;
  }
  .l-header .l-navArea .gnav li:first-child {
    border-top: none;
    border-left: none;
  }
  .l-header .l-navArea .gnav li a {
    font-size: 1.4rem;
    width: 100%;
    padding: 14px 20px;
    display: block;
    color: #fff;
    text-align: left;
  }
  .l-header .l-navArea .gnav li a:after {
    content: '＞';
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    width: auto;
    height: auto;
    display: block;
    background: none;
    color: #fff;
  }
  .l-header .l-navArea .gnav li a:hover {
    background: none;
    color: #fff;
  }
  .l-header .l-navArea .tell__header {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) and (max-width: 1000px) and (max-width: 620px) {
  .l-header .l-header__inner .logoArea {
    height: auto;
    width: 84%;
  }
  .l-header .l-header__inner .logoArea .site__logo a img {
    width: 100%;
    height: auto;
  }
}

/* —————————————————
  ナビ nav
  —————————————————*/
.l-navArea {
  background: #2775da;
}

.l-navArea .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.l-navArea .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;
  border-right: 1px solid #fff;
  width: calc(100% / 9);
}

.l-navArea .gnav li:first-child {
  border-left: 1px solid #fff;
}

.l-navArea .gnav li.u-forSp {
  display: none;
}

.l-navArea .gnav li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  width: 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;
  color: #fff;
  padding: 25px 0;
  text-align: center;
}

.l-navArea .gnav li a:hover {
  background: #fff;
  color: #2775da;
}

@media (max-width: 1000px) {
  .l-navArea {
    display: none;
  }
}

/* —————————————————
  フローティングバナー floating
  —————————————————*/
.l-floating {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 9999;
  width: 62px;
  height: 170px;
}

.l-floating.is-index {
  z-index: 0;
}

.l-floating a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: block;
  width: 100%;
  height: 100%;
  background: #F472A9;
  border-radius: 5px 0 0 5px;
  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;
  font-size: 17px;
  font-size: 1.7rem;
  border: 1px solid #F472A9;
}

.l-floating a:hover {
  background: #fff;
  color: #F472A9;
}

/* —————————————————
  フローティングバナー floating
  —————————————————*/
@media (max-width: 680px) {
  .l-floating {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  .l-floating a {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    border-radius: 0;
    font-weight: bold;
  }
}

/* footer */
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer .l-footer__inner {
  padding: 20px 40px 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-footer .l-footer__inner .l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
}

.l-footer .l-footer__inner .l-footer__info .l-footer__logo {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: 30px;
  width: 50%;
  max-width: 320px;
}

.l-footer .l-footer__inner .l-footer__info .l-footer__logo a img {
  width: 100%;
}

.l-footer .l-footer__inner .l-footer__info .addressArea {
  width: 50%;
}

.l-footer .l-footer__inner .l-footer__info .addressArea .tell {
  margin: 0;
  width: 100%;
  max-width: 260px;
}

.l-footer .l-footer__inner .l-footer__info .addressArea .tell img {
  width: 100%;
  height: auto;
}

.l-footer .l-footer__inner .l-footer__info .addressArea .address__txt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.l-footer .l-footer__inner .l-footer__bottom {
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  width: 35%;
}

.l-footer .l-footer__inner .l-footer__bottom a {
  font-weight: bold;
}

.l-footer .l-footer__inner .l-footer__bottom a:hover {
  text-decoration: underline;
}

.l-footer .l-footer__inner .l-footer__bottom p {
  margin: 5px 0 0 0;
  font-weight: bold;
}

.l-footer .l-footer__inner .l-footer__bottom p small {
  font-size: 14px;
  font-size: 1.4rem;
}

/* —————————————————
  フッター footer レシポンシブ
  —————————————————*/
.l-footer .l-footer__topBtn {
  position: relative;
}

.l-footer .l-footer__topBtn #goToTop {
  width: 72px;
  background: #eee;
  position: fixed;
  bottom: 20px;
  right: 2%;
  display: block;
  border-radius: 50%;
  z-index: 9;
}

.l-footer .l-footer__topBtn #goToTop img {
  width: 100%;
}

@media (max-width: 1200px) {
  .l-footer .l-footer__inner {
    padding: 20px 15px 15px 15px;
  }
}

@media (max-width: 1200px) and (max-width: 1000px) {
  .l-footer .l-footer__nav {
    display: block;
  }
  .l-footer .l-footer__nav .gnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .l-footer__nav .gnav li {
    width: calc(100% / 3);
    border-bottom: 1px solid #fff;
  }
  .l-footer .l-footer__nav .gnav li:first-child {
    border-left: none;
  }
  .l-footer .l-footer__nav .gnav li a {
    padding: 10px 0;
  }
  .l-footer .l-footer__inner {
    display: block;
    padding: 40px 15px;
  }
  .l-footer .l-footer__inner .l-footer__info {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .l-footer .l-footer__inner .l-footer__info .addressArea {
    width: auto;
  }
  .l-footer .l-footer__inner .l-footer__info .addressArea .address__txt {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .l-footer .l-footer__inner .l-footer__bottom {
    padding-bottom: 10px;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
  }
  .l-footer .l-footer__inner .l-footer__bottom a {
    font-weight: bold;
  }
  .l-footer .l-footer__inner .l-footer__bottom a:hover {
    text-decoration: underline;
  }
  .l-footer .l-footer__inner .l-footer__bottom p {
    margin: 5px 0 0 0;
    font-weight: bold;
  }
  .l-footer .l-footer__inner .l-footer__bottom p small {
    font-size: 1.4rem;
  }
}

@media (max-width: 1200px) and (max-width: 1000px) and (max-width: 768px) {
  .l-footer .l-footer__nav .gnav li a {
    padding: 10px 0;
    font-size: 1.3rem;
  }
}

@media (max-width: 1200px) and (max-width: 1000px) and (max-width: 768px) and (max-width: 680px) {
  .l-footer .l-footer__inner .l-footer__info {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    display: block;
  }
  .l-footer .l-footer__inner .l-footer__info .l-footer__logo {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  .l-footer .l-footer__inner .l-footer__info .l-footer__logo a img {
    width: 100%;
  }
  .l-footer .l-footer__inner .l-footer__info .addressArea {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .l-footer .l-footer__inner .l-footer__info .addressArea .tell {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .l-footer .l-footer__inner .l-footer__info .addressArea .address__txt {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .l-footer .l-footer__inner .l-footer__bottom {
    font-size: 1.4rem;
  }
  .l-footer .l-footer__inner .l-footer__bottom p small {
    font-size: 1.2rem;
  }
}

.c-linkBtn {
  display: inline-block;
  width: 100%;
  max-width: 230px;
  margin: 25px auto 0 auto;
  height: 45px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 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;
  background: #EE8C09;
  color: #fff;
  font-weight: normal;
  border: 2px solid #EE8C09;
}

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

.c-title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-family: "Century Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #3649B2;
  font-weight: bold;
}

.c-title__line {
  margin-bottom: 80px;
  text-align: center;
  background-size: cover;
  width: 100%;
  position: relative;
}

.c-title__line:before {
  content: '';
  background: url("../img/home/line.png") repeat-x center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 15px;
}

.c-title__line .txt__lg {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-size: 3rem;
  display: block;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
  background: #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 14px;
}

.c-title__line .txt__lg .txt__sm {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #EE8C09;
  font-weight: normal;
}

.c-title__leaf {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-size: 2.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;
  margin-bottom: 30px;
}

.c-title__leaf:before {
  content: '';
  background: url("../img/home/crown_left.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 60px;
  height: 54px;
}

.c-title__leaf:after {
  content: '';
  background: url("../img/home/crown_right.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 60px;
  height: 54px;
}

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

.p-chapter__inner {
  max-width: 1200px;
  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;
  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;
}
