@charset "UTF-8";
/*! normalize.css v8.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 iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 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 {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    /* Black prints faster */
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
/*
ブレークポイントは variable.scssに定義
*/
/* @  Element Reset
/* ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  text-rendering: optimizeSpeed;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 320px;
  min-height: 100vh;
  background-color: #fff;
  color: #212121;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}
@media only screen and (min-width: 767px) {
  html {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 3.7333333333vmin;
  }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
table,
figure,
blockquote {
  margin: 0;
}

body {
  letter-spacing: 0.05em;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

img,
picture {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  margin: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

/* @  スマホの画像長押し禁止
* ------------------------------------------------------------ */
img {
  -webkit-touch-callout: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none !important;
}

/* @  禁則処理の指定
* ------------------------------------------------------------ */
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  word-wrap: break-word;
  line-break: strict;
  word-break: normal;
}

/* @  Link Reset
* ------------------------------------------------------------ */
a {
  color: #007EEB;
  text-decoration: none;
  transition: color 150ms ease;
}
a:hover {
  color: rgba(0, 126, 235, 0.6);
  text-decoration: underline;
}
a:active {
  color: rgba(0, 126, 235, 0.6);
}
a:focus {
  outline: 3px solid rgba(0, 126, 235, 0.6);
  outline-offset: 2px;
}

/* @ Code Layout
 * ------------------------------------------------------------ */
code,
kbd,
pre,
samp {
  font-family: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}

code {
  padding: 6px;
  border: solid 1px #ddd;
  border-radius: 3px;
  background-color: #efefef;
  color: #000;
  font-size: 90%;
}

kbd {
  padding: 2px 4px;
  border-radius: 3px;
  background-color: #f9f2f4;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #c7254e;
  font-size: 90%;
}

kbd kbd {
  padding: 0;
  box-shadow: none;
  font-weight: bold;
  font-size: 100%;
}

pre {
  word-wrap: break-word;
  display: block;
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #ccc;
  color: #aaa;
  font-size: 14px;
  white-space: pre-wrap;
  word-break: break-all;
}

pre code {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  white-space: pre-wrap;
}

p {
  margin-bottom: 1em;
}

/* @  Print Reset
* ------------------------------------------------------------ */
@media print {
  header,
footer {
    display: none;
  }
}
main {
  overflow: hidden;
}

/* @ 1column
 * ------------------------------------------------------------ */
.l-container {
  max-width: 1224px;
  margin: 0 auto;
  padding-top: 60px;
  padding-right: 16px;
  padding-bottom: 60px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-container_primary-full,
.l-container_primary {
  width: 100%;
  margin: 0 auto;
}

.l-container_primary {
  max-width: 842px;
}

/* @  2column
 * ------------------------------------------------------------ */
@media only screen and (min-width: 767px) {
  .is-container-column {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .is-container-column .l-container_primary {
    width: 70.6375838926%;
    margin-left: 0;
  }
}
.is-container-column .l-container_secondary {
  position: relative;
  width: 100%;
}

.is-container-column .l-container_secondary::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin-right: -16px;
  margin-left: -16px;
  padding: 0 16px;
  background-color: #C6C6C6;
  content: "";
}

@media only screen and (min-width: 767px) {
  .is-container-column .l-container_secondary {
    width: 25.1677852349%;
    margin-top: 0.4em;
    border-top-width: 0;
  }
  .is-container-column .l-container_secondary::before {
    display: none;
  }
}
/* @  l-widget
 * ------------------------------------------------------------ */
.l-widget {
  margin-bottom: 48px;
}

@media only screen and (min-width: 767px) {
  .l-widget {
    margin-bottom: 48px;
  }
}
/* @  l-block
 * ------------------------------------------------------------ */
.l-block {
  padding: 20px 0 16px;
}

@media only screen and (min-width: 767px) {
  .l-block {
    padding-top: 40px;
    padding-bottom: 28px;
  }
}
.is-block-bg-primary-light {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #884A34;
}

.is-block-bg-gray {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #999999;
}

/* @  l-unit
 * ------------------------------------------------------------ */
.l-unit {
  margin-top: 60px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
  .l-unit {
    margin-bottom: 30px;
  }
}
.l-unit-lg {
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) {
  .l-unit-lg {
    margin-bottom: 80px;
  }
}
.l-txt-center {
  display: flex;
  justify-content: center;
}

.l-footer {
  background-color: #884A34;
  color: rgb(255, 255, 255);
}
.l-footer a {
  color: rgb(255, 255, 255);
}
.l-footer .l-footer_primary {
  display: flex;
  flex-direction: column;
  max-width: 1192px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer_primary {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #884A34;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_description {
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }
}
.l-footer_description .l-footer_description-sub {
  margin-bottom: 0;
}
.l-footer_description .l-footer_description-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer_description .l-footer_description-title {
    font-size: 16px;
  }
}
.l-footer_description .l-footer_description-text {
  font-size: 16px;
  white-space: nowrap;
}

.l-footer_copy {
  padding-top: 16px;
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.l-footer_toppage {
  position: fixed;
  right: 20px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  border-radius: 80px;
  background: #F5E1E1;
  text-align: center;
}
.l-footer_toppage .toppage_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #884A34;
}
.l-footer_toppage .img-top {
  width: 50px;
  height: 50px;
}

.l-header a {
  color: #000;
}

.l-header_pc {
  display: block;
  height: 80px;
}

.l-header_primary-pc {
  display: flex;
  align-items: center;
  width: min(95%, 1192px);
  height: 100%;
  margin: 0 auto;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .l-header_nav {
    display: none;
  }
  .l-header_nav.active {
    display: block;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #F5E1E1;
  }
}
.l-header_nav ul {
  display: flex;
  justify-content: space-around;
  max-width: 1192px;
  margin: 0 auto;
}
.l-header_nav ul > li {
  padding-right: 1em;
  padding-left: 1em;
}
.l-header_nav ul a {
  color: #884A34;
}
@media screen and (max-width: 768px) {
  .l-header_nav ul a {
    color: #212121;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav ul {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }
  .l-header_nav ul > li {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.l-header_sub-nav ul {
  display: flex;
}
.l-header_sub-nav ul > li {
  padding-left: 20px;
}

.l-header_logo {
  max-width: 190px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 190px;
    height: 50px;
  }
}

.l-header_hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header_hamburger {
    display: block;
    z-index: 9999;
  }
}

.l-header_hamburger button {
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header_hamburger button {
    display: block;
  }
}
.l-header_hamburger button > .hamburger > span {
  display: inline-block;
  position: absolute;
  left: 15px;
  width: 45%;
  height: 2px;
  background: #212121;
}
.l-header_hamburger button > .hamburger > span.top {
  top: 24px;
}
.l-header_hamburger button > .hamburger > span.middle {
  top: 30px;
}
.l-header_hamburger button > .hamburger > span.bottom {
  top: 36px;
}
.l-header_hamburger button > .hamburger.active {
  transform: translateX(0);
}
.l-header_hamburger button > .hamburger.active > .top {
  top: 30px;
  transform: rotate(45deg);
}
.l-header_hamburger button > .hamburger.active > .middle {
  opacity: 0;
}
.l-header_hamburger button > .hamburger.active > .bottom {
  top: 30px;
  transform: rotate(-45deg);
}

.e-button {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .e-button {
    margin-bottom: 20px;
  }
}
.e-button a, .e-button button {
  -webkit-user-select: none;
     -moz-user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
  box-sizing: border-box;
  display: inline-block;
          appearance: none;
  min-width: 122px;
  padding: 0.7em 1.2em;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #ffffff;
  color: #212121;
  text-align: center;
  text-decoration: none;
  text-decoration: inherit;
  vertical-align: middle;
  cursor: pointer;
  transition: all 150ms ease;
          user-select: none;
}
.e-button a:hover, .e-button button:focus, .e-button a:focus, .e-button button:focus {
  opacity: 0.6;
}
.e-button a:disabled, .e-button button:disabled {
  border: 1px solid #DEDEDE;
  background-color: #eeeeee;
  color: #666666;
  cursor: not-allowed;
}

.is-button-sm {
  min-width: 80px;
}
.is-button-sm a, .is-button-sm button {
  min-width: 80px;
  padding: 0.425em 0.66em;
  font-size: 0.75em;
}

.is-button-lg a,
.is-button-lg button {
  width: auto;
  min-width: 266px;
  padding: 0.935em 1.2em;
  font-weight: bold;
  font-size: 1.15em;
}
@media screen and (max-width: 768px) {
  .is-button-lg a,
.is-button-lg button {
    width: 100%;
  }
}

.is-button-primary a,
.is-button-primary button {
  border-color: #884A34;
  background-color: #884A34;
  color: #ffffff;
}

.is-button-accent a,
.is-button-accent button {
  border-color: #FE5972;
  background-color: #FE5972;
  color: #ffffff;
}

.is-button-disabled a,
.is-button-disabled button {
  border: 1px solid #DEDEDE;
  background-color: #EEEEEE;
  color: #666666;
  cursor: not-allowed;
}

.is-button-left a,
.is-button-left button {
  text-align: left;
}

.is-button-right {
  text-align: right;
}

.is-button-center {
  text-align: center;
}

.e-faq {
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
  .e-faq {
    margin-bottom: 20px;
  }
}

.e-faq_title,
.e-faq_body {
  position: relative;
  padding-left: 2.6rem;
}
@media screen and (max-width: 768px) {
  .e-faq_title,
.e-faq_body {
    padding-left: 2.1rem;
  }
}

/* --------------------
QA背景なしの場合 ここから
-------------------- */
/* --------------------
QA背景なしの場合 ここまで
-------------------- */
/* --------------------
QA背景丸の場合 ここから
-------------------- */
.e-faq_title::before,
.e-faq_body::before {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
}

.e-faq_title {
  margin-bottom: 8px;
  padding-top: 0.5rem;
  font-weight: bold;
  font-size: 16px;
}
.e-faq_title::before {
  background-color: #477ccb;
  content: "Q";
}

.e-faq_body {
  margin-bottom: 16px;
}
.e-faq_body::before {
  background-color: #fd95a1;
  content: "A";
}

/* --------------------
QA背景丸の場合 ここまで
-------------------- */
.is-grid-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -1.34%;
  margin-left: -1.34%;
}
.is-grid-2 .is-grid {
  flex: 0 0 47.32%;
  margin-right: 1.34%;
  margin-bottom: 16px;
  margin-left: 1.34%;
}
@media screen and (max-width: 768px) {
  .is-grid-2 {
    display: block;
  }
}

.is-grid-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -1.34%;
  margin-left: -1.34%;
}
.is-grid-3 .is-grid {
  flex: 0 0 30.6533333333%;
  margin-right: 1.34%;
  margin-bottom: 16px;
  margin-left: 1.34%;
}
@media screen and (max-width: 768px) {
  .is-grid-3 {
    display: block;
    margin-bottom: 16px;
  }
}

.is-grid-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -1.34%;
  margin-left: -1.34%;
}
.is-grid-4 .is-grid {
  flex: 0 0 22.32%;
  margin-right: 1.34%;
  margin-bottom: 16px;
  margin-left: 1.34%;
}
@media screen and (max-width: 768px) {
  .is-grid-4 {
    display: block;
  }
}

.e-heading-group {
  padding-bottom: 30px;
}

.e-heading1,
.e-heading2,
.e-heading3,
.e-heading4,
.e-heading5,
.e-heading6 {
  margin-bottom: 1rem;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
}

.e-heading1 {
  font-size: 36px;
}

.e-heading2 {
  font-size: 28px;
}

.e-heading3 {
  font-size: 24px;
}

.e-heading4 {
  font-size: 20px;
}

.e-heading5 {
  font-size: 18px;
}

.e-heading6 {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .e-heading1 {
    font-size: 28px;
  }
  .e-heading2 {
    font-size: 24px;
  }
  .e-heading3 {
    font-size: 20px;
  }
  .e-heading4 {
    font-size: 18px;
  }
  .e-heading5 {
    font-size: 16px;
  }
  .e-heading6 {
    font-size: 16px;
  }
}
.is-heading-color-white {
  color: rgb(255, 255, 255);
}

.is-heading-color-primary {
  color: #884A34;
}

.is-heading-color-primary {
  color: #FE5972;
}

.is-heading-bar {
  position: relative;
  padding-bottom: 1em;
  padding-left: 1.4em;
}
.is-heading-bar::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0.3em;
  width: 0.5em;
  height: 0.5em;
  content: "ー";
}

.is-heading-center {
  text-align: center;
}

.is-heading-shin {
  font-weight: normal;
}

.is-heading-bg {
  -webkit-box-decoration-break: clone;
  display: inline;
          box-decoration-break: clone;
  padding-top: 5px;
  padding-right: 0.5em;
  padding-bottom: 5px;
  padding-left: 0.5em;
  background-color: #884A34;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 42px;
  line-height: 2.2;
  font-family: Kaisei Decol, "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .is-heading-bg {
    font-size: 28px;
  }
}

.is-heading-stripe {
  position: relative;
  padding: 0 1em 20px;
  color: #884A34;
  font-size: 28px;
  text-align: center;
}
.is-heading-stripe::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 7px;
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(-45deg, #884A34 0px, #884A34 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-position: center bottom;
  background-size: 8px 8px;
  background-repeat: repeat-x;
  content: "";
}

.e-img {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .e-img {
    text-align: center;
  }
}
.e-img img {
  aspect-ratio: attr(width)/attr(height);
}
.e-img a {
  display: block;
  transition: opacity 150ms ease;
}
.e-img a:hover {
  opacity: 0.6;
}

.e-img_caption {
  margin-top: 0.5em;
}

.is-img-25p {
  width: 25%;
}

.is-img-33p {
  width: 33.33%;
}

.is-img-50p {
  width: 50%;
}

.is-img-75p {
  width: 75%;
}

.is-img-100p {
  width: 100%;
}

.is-img-w360 {
  max-width: 360px;
}

.is-img-r50 {
  border-radius: 50%;
}

.e-list-disc {
  margin-bottom: 30px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .e-list-disc {
    margin-bottom: 20px;
  }
}
.e-list-disc li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 1.4em;
}
.e-list-disc li::before {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.3em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: #FE5972;
  content: "";
}
.e-list-disc li ul, .e-list-disc li ol {
  margin-bottom: 0;
}

.e-list-decimal {
  margin-bottom: 30px;
  margin-left: 1.4em;
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .e-list-decimal {
    margin-bottom: 20px;
  }
}
.e-list-decimal li {
  margin-bottom: 0.6em;
}
.e-list-decimal li ul, .e-list-decimal li ol {
  margin-bottom: 0;
}

.e-list-arrow {
  margin-left: 0;
  list-style: none;
}
.e-list-arrow li {
  position: relative;
  padding-left: 1.4em;
}
.e-list-arrow li::before {
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 0.3em;
  width: 0.3em;
  height: 0.3em;
  transform: rotate(45deg);
  border: solid #000 0.1em;
  border-top-width: 0.1em;
  border-right-width: 0.1em;
  border-bottom-width: 0;
  border-left-width: 0;
  content: "";
  vertical-align: middle;
}

.e-table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .e-table {
    margin-bottom: 20px;
  }
}
.e-table tr, .e-table td, .e-table th {
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
.e-table th {
  width: 20%;
  padding: 11px 16px;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  background-color: #884A34;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .e-table th {
    width: 30%;
    padding: 10px;
  }
}
.e-table td {
  padding: 11px 16px;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .e-table td {
    padding: 10px;
  }
}
.e-table caption {
  margin-bottom: 10px;
  color: #884A34;
}
.e-table th.is-cell-center, .e-table td.is-cell-center {
  text-align: center;
}
.e-table th.is-cell-1em, .e-table td.is-cell-1em {
  width: 1em;
}
.e-table th.is-cell-10p, .e-table td.is-cell-10p {
  width: 10%;
}
.e-table th.is-cell-15p, .e-table td.is-cell-15p {
  width: 15%;
}
.e-table th.is-cell-20p, .e-table td.is-cell-20p {
  width: 10%;
}
.e-table th.is-cell-25p, .e-table td.is-cell-25p {
  width: 25%;
}
.e-table th.is-cell-30p, .e-table td.is-cell-30p {
  width: 30%;
}
.e-table th.is-cell-50p, .e-table td.is-cell-50p {
  width: 50%;
}

.is-table-borderless {
  border-right: 0;
}
.is-table-borderless th {
  border-left: 0;
  background: transparent;
}
.is-table-borderless td {
  border-left: 0;
}

.is-layout-fixed {
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .is-responsible-table {
    display: 100%;
    padding-top: 2.5em;
    overflow-x: scroll;
  }
}
.is-responsible-table::before {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -2.5em;
  padding: 0.5em 0;
  content: "この表は左右にスライドできます";
  font-size: 0.8em;
  text-align: center;
  white-space: nowrap;
}
.is-responsible-table::-webkit-scrollbar {
  height: 3px;
}
.is-responsible-table::-webkit-scrollbar-track {
  background: #D4D4D4;
}
.is-responsible-table::-webkit-scrollbar-thumb {
  background: #333333;
}
.is-responsible-table table {
  width: auto;
  min-width: 100%;
}
.is-responsible-table th, .is-responsible-tabletd {
  white-space: nowrap;
}

.e-text,
.e-text-small {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .e-text,
.e-text-small {
    margin-bottom: 10px;
  }
}

.e-text-small {
  color: #884A34;
}

.is-text-bold {
  font-weight: bold;
}

.is-text-point {
  color: #D51313;
}

.is-text-left {
  text-align: left;
}

.is-text-right {
  text-align: right;
}

.is-text-center {
  text-align: center;
}

.is-text-highlight {
  display: inline;
  padding-right: 0.3em;
  padding-bottom: 0.1em;
  background: linear-gradient(transparent 50%, #FFFFA6 50%, #FFFFA6 100%);
}

.is-text-white {
  color: rgb(255, 255, 255);
}

.c-breadcrumb {
  padding: 0 16px;
  border-bottom: 1px solid #DEDEDE;
}

.c-breadcrumb_inner {
  width: 1192px;
  min-width: 1192px;
  margin: 13px auto 13px auto;
  /* --------------------
  画面幅以上の場合は「…」 ここから
  -------------------- */
  /* --------------------
  画面幅以上の場合は「…」 ここまで
  -------------------- */
  /* --------------------
  画面幅以上の場合はスクロール ここから
  -------------------- */
  overflow-x: scroll;
  font-size: 12px;
  white-space: nowrap;
  scrollbar-width: none;
  /* --------------------
  画面幅以上の場合はスクロール ここまで
  -------------------- */
}
.c-breadcrumb_inner::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb_inner i {
  margin-right: -0.3em;
  color: #757575;
  font-size: 1.125rem;
  vertical-align: middle;
}
.c-breadcrumb_inner a {
  color: #007EEB;
  text-decoration: none;
}
.c-breadcrumb_inner a:hover {
  text-decoration: underline;
}
.c-breadcrumb_inner span::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  margin-left: 4px;
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #DEDEDE;
  content: "";
  vertical-align: middle;
}
.c-breadcrumb_inner span:first-child::before {
  display: none;
}

/* --------------------
縦並び ここから
-------------------- */
.c-card {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-card {
    margin-bottom: 60px;
  }
}
.c-card a {
  color: inherit;
}

.c-card_link,
.c-card > a {
  display: block;
  height: 100%;
}
.c-card_link:hover,
.c-card > a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 150ms ease;
}

.c-card_body {
  padding-top: 24px;
}

.c-card_img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-card_img img {
  aspect-ratio: attr(width)/attr(height);
  width: 100%;
  height: auto;
}

.c-card_title,
.c-card_text {
  margin-bottom: 0.3rem;
}

.c-card_title {
  margin-bottom: 20px;
  color: #884A34;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4;
}

.c-card_text {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-card_text {
    font-size: 16px;
  }
}

/* --------------------
縦並び ここまで
-------------------- */
/* --------------------
横並び ここから
-------------------- */
.c-card-horizontal {
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-decoration: none;
}
.c-card-horizontal a {
  color: inherit;
}
.c-card-horizontal .c-card_body {
  padding-top: 0;
}
.c-card-horizontal .c-card_title {
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.4;
}

.c-card-horizontal_link,
.c-card-horizontal > a {
  display: flex;
  height: 100%;
}
.c-card-horizontal_link:hover,
.c-card-horizontal > a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 150ms ease;
}

.c-card-horizontal_img img {
  width: 110px;
  min-width: 110px;
  height: 110px;
  margin-right: 16px;
  margin-left: auto;
  text-align: center;
}

/* --------------------
SP時 横並び ここまで
-------------------- */
/* --------------------
SP時だけ 横並び ここから
-------------------- */
.c-card-horizontal_sp {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-card-horizontal_sp {
    display: flex;
    margin-bottom: 20px;
  }
}
.c-card-horizontal_sp a {
  color: inherit;
}

.c-card-horizontal_sp_link,
.c-card-horizontal_sp > a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-card-horizontal_sp_link,
.c-card-horizontal_sp > a {
    display: flex;
  }
}
.c-card-horizontal_sp_link:hover,
.c-card-horizontal_sp > a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 150ms ease;
}

.c-card-horizontal_sp_img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-card-horizontal_sp_img {
    width: 120px;
    min-width: 120px;
    margin-right: 16px;
    text-align: center;
  }
}

/* --------------------
SP時 横並び ここまで
-------------------- */
.c-headline {
  margin-bottom: 30px;
  border-top: 1px solid #DEDEDE;
}
@media screen and (max-width: 768px) {
  .c-headline {
    margin-bottom: 20px;
  }
}

.c-headline_item {
  border-bottom: 1px solid #DEDEDE;
  line-height: 1.6;
}
.c-headline_item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 21px 16px 21px 16px;
  color: #212121;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-headline_item a {
    display: block;
    border-bottom: 1px solid #DEDEDE;
  }
}
.c-headline_item a:hover .c-headline_title {
  text-decoration: underline;
}

.c-headline_date {
  margin: 0.1em 2em 0.1em 0;
  color: #884A34;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
}

.c-headline_title {
  margin-top: 0;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-headline_title {
    margin-top: 0.4em;
  }
}

@media screen and (max-width: 768px) {
  .c-mainvisual {
    max-width: 400px;
  }
}
.c-mainvisual .c-mainvisual-img {
  aspect-ratio: attr(width)/attr(height);
  width: 100%;
}

.c-pagenavi {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-pagenavi {
    margin-bottom: 20px;
  }
}

.c-pagenavi_title {
  margin-bottom: 20px;
  font-size: 12px;
}

.c-pagenavi_body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.is-pagenavi_current,
.c-pagenavi_item,
.c-pagenavi_extend,
.c-pagenavi_prev,
.c-pagenavi_next {
  display: block;
  min-width: 30px;
  height: 30px;
  margin-right: -1px;
  margin-bottom: 10px;
  padding-right: 4px;
  padding-left: 4px;
  border: 1px solid #DEDEDE;
  background: #fff;
  color: #884A34;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  transition: all 150ms ease;
}

.is-pagenavi_current,
.c-pagenavi_item:hover {
  border: 1px solid #DEDEDE;
  background-color: #884A34;
  color: #fff;
  text-decoration: none;
}

.c-pagenavi_extend {
  border-top-width: 0;
  border-bottom-width: 0;
}

.c-pagenavi_prev,
.c-pagenavi_next {
  background-color: #884A34;
}

.c-pagenavi_prev {
  margin-right: 16px;
}

.c-pagenavi_next {
  margin-left: 16px;
}

.c-pagenavi_prev .material-icons,
.c-pagenavi_next .material-icons {
  height: inherit;
  font-size: 14px;
  line-height: inherit;
}

.is-paginavi-disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
  opacity: 0.6;
}

.is-anchor-icon::after {
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 15.5px;
  height: 15.5px;
  margin-left: 0.3em;
  background-size: 15.5px 15.5px;
  content: "";
}

.is-anchor-icon[target=_blank]::after {
  background-image: url("../img/common/icon_target.png");
}

.is-anchor-icon[href$=".pdf"]::after {
  background-image: url("../img/common/icon_pdf.png");
}

.is-anchor-icon[href$=".doc"]::after,
.is-anchor-icon[href$=".docx"]::after {
  background-image: url("../img/common/icon_doc.png");
}

.is-anchor-icon[href$=".ppt"]::after,
.is-anchor-icon[href$=".pptx"]::after {
  background-image: url("../img/common/icon_ppt.png");
}

.is-anchor-icon[href$=".xls"]::after,
.is-anchor-icon[href$=".xlsx"]::after {
  background-image: url("../img/common/icon_xls.png");
}

.is-mb-sm {
  margin-bottom: 16px;
}

.is-mb {
  margin-bottom: 20px;
}

.is-mb-lg {
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) {
  .is-mb-sm {
    margin-bottom: 16px;
  }
  .is-mb {
    margin-bottom: 30px;
  }
  .is-mb-lg {
    margin-bottom: 80px;
  }
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  white-space: nowrap;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/* @  スタイルガイド用
 * ------------------------------------------------------------ */
.styleguide-heading {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: solid 1px #884A34;
  color: #884A34;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.71;
}

.styleguide-sub-heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  color: #884A34;
  font-size: 16px;
}

.styleguide-sub-heading::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.5em;
  height: 1px;
  margin: auto;
  background-color: #884A34;
  content: "";
}

.styleguide-dl {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 16px 10px;
  overflow: auto;
  border: solid 1px #ccc;
  white-space: nowrap;
}

.styleguide-dl dt,
.styleguide-dl dd {
  display: inline;
}

.styleguide-dl dd + dt::before {
  display: block;
  content: "\a";
  white-space: pre;
}

.styleguide-dl dd + dd::before {
  content: ", ";
  font-weight: normal;
}

.top-area {
  background: transparent linear-gradient(103deg, rgba(136, 74, 52, 0.2196078431) 0%, rgba(254, 89, 114, 0.2) 100%) 0% 0% no-repeat padding-box;
}
.top-area .l-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-area .l-container {
    flex-direction: column;
    align-items: center;
  }
}
.top-area .top-txt {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-area .top-txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.service-area {
  background: #F2EEEB;
}

.about-area .about-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about-area .about-message {
    align-items: flex-start;
  }
}

.contact-area {
  background: #F5E1E1;
}
.contact-area .contact-btn-inner {
  margin-top: 40px;
}
.contact-area .contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}
.contact-area .contact-wrapper .contact-inner {
  width: min(500px, 100%);
}
.contact-area .contact-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.contact-area .contact-group label {
  color: #884A34;
}
.contact-area .contact-require {
  padding-left: 1rem;
  color: #FE5972;
  font-size: 0.8em;
}
.contact-area .contact-input_text {
  width: 100%;
  line-height: 2;
}
.contact-area .contact-message {
  width: 100%;
}
/*# sourceMappingURL=maps/style.css.map */
