@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Sans+JP:300,400, 600");
/*clearfix*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clearfixLegacy {
  _overflow: visible;
  _height: 1px;
  zoom: 1;
}

.clearfixLegacy:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0px;
  font-size: 0px;
}

/*! normalize.css v8.0.1 | 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * 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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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 {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
}

br {
  font-family: sans-serif !important;
}

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

/**
 * 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 {
  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 */
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/*--------------------basic settings---------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #231714;
  line-height: 1.77778;
  text-align: left;
  background-color: #fff;
  margin: 0 auto;
  height: 100%;
  min-width: 0;
}

@media all and (max-width: 750px) {
  body {
    font-size: 1.5rem;
    line-height: 1.71429;
  }
}

/*-----heading-----*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

/*-----paragraph-----*/
p {
  margin: 0 0 2em;
}

@media all and (max-width: 750px) {
  p {
    margin-bottom: 1em;
  }
}

/*-----lists-----*/
ul, ol, dl, dl dt, dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: 700;
}

/*-----table-----*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

/*-----horizontal line-----*/
hr {
  border: 0;
  border-top: 3px solid #999999;
  display: block;
  margin: 30px 0;
  padding: 0;
  height: 0;
}

@media all and (max-width: 750px) {
  hr {
    border-top: 1px solid #a8a8a8;
    margin: 20px 0;
  }
}

/*-----quote-----*/
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote {
  margin: 1.5em 1em;
}

/*-----anchor-----*/
a {
  font-weight: 400;
  color: #231714;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media all and (max-width: 750px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

/*-----strong/emphasis-----*/
strong, b {
  font-weight: 700;
}

em {
  font-style: normal;
}

/*-----mark-----
mark{
	background-color: #ff9;
	font-style: italic;
	font-weight: 700;
	color: #000;
}*/
/*-----insert/delete-----
ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
del{ text-decoration: line-through;}*/
/*-----abbreviation/acronym/definition-----*/
abbr[title], acronym[title], dfn[title] {
  text-decoration: underline;
  border-bottom: 0;
  cursor: help;
}

/*-----preformatted text-----*/
code, kbd, pre, samp {
  font-size: 1.6rem;
}

pre {
  background-color: #f2f2f2;
  box-sizing: border-box;
  margin: 0;
  padding: 5.44444px 2em;
}

/*-----small-----*/
small {
  font-size: 1.6rem;
}

/*-----address-----*/
address {
  font-style: normal;
}

/*-----image-----*/
img {
  font-family: sans-serif;
  line-height: 1;
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}

/*-----figure-----*/
figure {
  margin: 0;
}

/*-----picture-----*/
picture {
  line-height: 0;
  vertical-align: top;
  display: inline-block;
}

/*-----media-----*/
embed,
iframe,
object,
video {
  vertical-align: bottom;
  max-width: 100%;
}

/*-----form parts-----*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="image"],
input[type="button"],
textarea,
select {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.77778;
  vertical-align: middle;
  margin: 5.44444px 0;
}

input[type="file"] {
  font: static;
}

/*-----debug-----*/
.debugHeading, .debugHeading2 {
  background-color: #fc3;
  margin: 16px 0;
  padding: 8px;
}

.debugHeading:first-child, .debugHeading2:first-child {
  margin-top: 0;
}

.debugHeading2 {
  background-color: #ff6;
}

.debugImgBlock {
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #ccc;
  display: inline-block;
}

/*--------------------structure setting---------------------*/
/*----------html----------*/
/*----------body----------*/
body {
  background: none;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media all and (max-width: 750px) {
  body.fixed {
    position: fixed;
    width: 100%;
    left: 0;
  }
}

/*----------pageWrapper----------*/
/*----------pageHeader----------*/
.pageHeader {
  margin-top: 50px;
}

@media all and (max-width: 750px) {
  .pageHeader {
    margin-top: -10px;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.fixed {
    border-top: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    margin-top: 0;
  }
}

.pageHeader:after {
  content: "";
  display: block;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#410000), color-stop(70%, #8C5D36), color-stop(80%, #AB844D), to(#DFC473));
  background: -ms-linear-gradient(left, #410000 0%, #8C5D36 70%, #AB844D 80%, #DFC473 100%);
}

@media all and (max-width: 750px) {
  .pageHeader:after {
    width: 100%;
    height: 4px;
  }
}

.pageHeader .pageHeader__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pageHeader .pageHeader__inner .pageHeader__kracieHeader {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 52px;
}

@media all and (max-width: 750px) {
  .pageHeader .pageHeader__inner .pageHeader__kracieHeader {
    border-bottom: 4px solid #ffd500;
    -webkit-box-align: center;
            align-items: center;
    padding: 7px 25px;
    margin-bottom: 0;
    z-index: 3;
    position: relative;
    background-color: #fff;
  }
}

.pageHeader .pageHeader__inner .pageHeader__kracieHeader .pageHeader__col1 {
  display: -webkit-box;
  display: flex;
}

@media all and (max-width: 750px) {
  .pageHeader .pageHeader__inner .pageHeader__kracieHeader .pageHeader__col1 .pageHeader__logo {
    width: 62px;
  }
}

.pageHeader .pageHeader__inner .pageHeader__kracieHeader .pageHeader__col1 .pageHeader__homeLink {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-left: 45px;
  margin-top: 8px;
}

.pageHeader .pageHeader__inner .pageHeader__kracieHeader .pageHeader__col1 .pageHeader__homeLink a {
  color: #888;
}

.pageHeader .pageHeader__inner .pageHeader__kracieHeader .pageHeader__col1 .pageHeader__homeLink a:before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 0;
  vertical-align: middle;
  left: 0;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #99cc00;
}

@media all and (max-width: 750px) {
  .pageHeader .pageHeader__inner .pageHeader__kracieHeader .pageHeader__col2 {
    width: 175px;
  }
}

@media all and (max-width: 750px) {
  .drawer-open .pageHeader .pageHeader__inner .pageHeader__itemHeader {
    background: #F8F8F8;
  }
}

@media all and (max-width: 750px) {
  .pageHeader .pageHeader__inner .pageHeader__itemHeader {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 5px 25px;
  }
}

.pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__itemLogo {
  margin-bottom: 24px;
}

@media (min-width: 751px) {
  .pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__itemLogo {
    width: 25.68%;
  }
}

@media all and (max-width: 750px) {
  .pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__itemLogo {
    width: 85px;
    margin-bottom: 0;
  }
}

.pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn {
  position: relative;
  background-color: #410000;
  width: 25px;
  padding-bottom: 20px;
}

@media all and (max-width: 750px) {
  .pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn {
    width: 18px;
    padding-top: 15px;
    padding-bottom: 16px;
  }
}

@media all and (max-width: 750px) {
  .drawer-open .pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn {
    background-color: transparent;
  }
}

@media all and (max-width: 750px) {
  .drawer-open .pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn .drawer-hamburger {
    right: -11px;
  }
}

.pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn .drawer-hamburger-icon {
  background-color: #fff;
  margin: 0;
}

.drawer-open .pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn .drawer-hamburger-icon {
  right: -11px;
}

.drawer-open .pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn .drawer-hamburger-icon:before, .drawer-open .pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn .drawer-hamburger-icon:after {
  background-color: #410000;
  top: 0;
}

.pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn .drawer-hamburger-icon:before, .pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn .drawer-hamburger-icon:after {
  background-color: #fff;
}

.pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn .drawer-hamburger-icon:before {
  top: -7px;
}

.pageHeader .pageHeader__inner .pageHeader__itemHeader .pageHeader__btn .drawer-hamburger-icon:after {
  top: 7px;
}

/*----------pageContent----------*/
.pageContent {
  max-width: 1000px;
  margin: 0 auto;
}

/*----------pageTop----------*/
.pageTop {
  width: 40px;
  height: 40px;
  border: 1px solid #ffd500;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 6;
  background: #fff;
}

.pageTop:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 15px;
  width: 12px;
  height: 12px;
  border: 2px solid #ff9c00;
  border-width: 3px 0 0 3px;
  line-height: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*----------pageFooter----------*/
@media all and (max-width: 750px) {
  .pageFooter {
    border-top: 2px solid #ffd500;
  }
}

.pageFooter .copyright {
  font-size: 1.0rem;
  text-align: center;
  color: #666;
}

@media all and (max-width: 750px) {
  .pageFooter .copyright {
    color: #fff;
    background: #292929;
    padding: 10px 0;
    margin: 0;
  }
}

/* drawer-overlay */
@media all and (max-width: 750px) {
  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0);
  }
}

/* display */
@media all and (max-width: 750px) {
  .display_pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .display_sp {
    display: none !important;
  }
}

/* hr */
hr {
  margin: 0;
  border: none;
}

hr:after {
  content: "";
  display: block;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#410000), color-stop(70%, #8C5D36), color-stop(80%, #AB844D), to(#DFC473));
  background: -ms-linear-gradient(left, #410000 0%, #8C5D36 70%, #AB844D 80%, #DFC473 100%);
}

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

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

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

.text--bg {
  text-align: center;
  margin-top: 25px;
}

.text--bg p {
  text-align: center;
  background: #7DCDF4;
  font-weight: bold;
  margin: 0;
  padding: 10px 16px;
  display: inline-block;
  border-radius: 10px;
}

@media all and (max-width: 750px) {
  .text--bg p {
    font-size: 1.1rem;
    padding: 10px 6px;
  }
}

@media all and (max-width: 750px) {
  .js-reason_content {
    padding-top: 60px;
    padding-bottom: 18px;
  }
}

@media all and (max-width: 750px) {
  .js-reason_content {
    display: none;
  }
}

.brandSiteFooter {
  margin-top: 20px;
}

.bold {
  font-weight: 600;
  margin-bottom: 0;
}

.description {
  margin-bottom: 96px;
}

@media all and (max-width: 750px) {
  .description {
    margin-bottom: 40px;
    padding: 0 35px;
  }
}

/* bxslider */
#container {
  padding-top: 0;
}

#container #advice {
  max-width: 100%;
  margin-top: 130px;
  line-height: 1.77778;
}

@media all and (max-width: 750px) {
  #container #advice {
    margin-top: 60px;
    padding: 0 15px;
  }
}

#container #advice p {
  margin-top: 0;
  font-size: 1.8rem;
}

@media all and (max-width: 750px) {
  #container #advice p {
    font-size: 1.5rem;
  }
}

#container #advice.level-1 .contents, #container #advice.level-2 .contents {
  background: #ffdd00;
}

#container #advice.level-3 .contents {
  background: #e60012;
}

#container #advice .contents {
  border-radius: 15px;
  padding: 45px 50px;
}

@media all and (max-width: 750px) {
  #container #advice .contents {
    padding: 25px;
  }
}

#container #advice .contents:before {
  background: none !important;
}

#container #advice .contents:after {
  background: none !important;
}

#container #advice .contents .contents_inner {
  background: #fff;
  border-radius: 15px;
}

@media all and (max-width: 750px) {
  #container #advice .contents .contents_inner {
    padding: 20px 15px 10px;
  }
}

#container #advice .contents .contents_inner .contents_header h2 {
  background-size: contain;
  background-size: 110px;
  background-position-y: center;
  height: auto;
  padding-left: 135px;
  font-size: 3.0rem;
}

@media all and (max-width: 750px) {
  #container #advice .contents .contents_inner .contents_header h2 {
    padding-top: 125px;
    padding-left: 0;
    background-position-y: top;
    font-size: 1.8rem;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

#container #advice .contents .contents_inner .contents_header h2 strong {
  font-size: 4.2rem;
  font-weight: bold;
}

@media all and (max-width: 750px) {
  #container #advice .contents .contents_inner .contents_header h2 strong {
    font-size: 3.0rem;
  }
}

@media all and (max-width: 750px) {
  #container #advice .contents .contents_inner .contents_trouble {
    padding: 0;
  }
}

#container #advice .contents .contents_inner .contents_trouble p {
  font-size: 1.8rem;
}

@media all and (max-width: 750px) {
  #container #advice .contents .contents_inner .contents_trouble p {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 750px) {
  #container #advice .contents_main .contents_main_section {
    padding: 10px 0 20px;
  }
}

@media all and (max-width: 750px) {
  #container #advice .contents_main .contents_main_section h3 {
    padding-top: 80px;
    padding-left: 0;
  }
}

#container #advice .contents_main .contents_main_section h3 span {
  font-size: 2.0rem;
}

@media all and (max-width: 750px) {
  #container #advice .contents_main .contents_main_section h3 span {
    font-size: 1.5rem;
    font-weight: bold;
  }
}

#container #advice .contents_main .contents_main_section:last-child {
  border-bottom: none;
}

#container #advice .contents_main .contents_main_section .contents_main_sub ul li {
  font-size: 1.8rem;
}

@media all and (max-width: 750px) {
  #container #advice .contents_main .contents_main_section .contents_main_sub ul li {
    font-size: 1.5rem;
  }
}

#container #advice .contents_main_recommend {
  padding: 8px 15px;
}

@media all and (max-width: 750px) {
  #container #advice .contents_main_recommend {
    padding: 8px 10px;
  }
}

.block {
  margin-top: 88px;
}

@media all and (max-width: 750px) {
  .block {
    margin-top: 0;
  }
}

.block.block--bg {
  background: #FBFBFB;
  padding: 63px 64px 85px;
}

@media all and (max-width: 750px) {
  .block.block--bg {
    padding: 46px 15px;
  }
}

@media all and (max-width: 750px) {
  .block p {
    padding: 0 25px;
  }
}

.btn1 {
  display: inline-block;
  -webkit-box-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#6C4115), to(#A38158));
  background: -ms-linear-gradient(bottom, #6C4115 0%, #A38158 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  padding: 15px 10px;
  min-width: 250px;
  text-align: center;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .btn1 {
    font-size: 1.8rem;
    padding: 6px 25px;
  }
}

.column2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 1220px;
  padding: 0 25px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .column2 {
    padding: 0 15px;
  }
}

.column2.column2--narrow {
  max-width: 1050px;
}

.column2.column2--narrow .column2__col1 {
  margin-left: -7px;
}

.column2 .column2__col1 {
  margin-right: 21px;
}

@media all and (max-width: 750px) {
  .column2 .column2__col1 {
    max-width: 140px;
    margin-right: 13px;
  }
}

.column2 .column2__col2 {
  width: 72.83%;
  -webkit-box-flex: 1;
          flex: 1;
}

@media all and (max-width: 750px) {
  .column2 .column2__col2 {
    width: 100%;
  }
}

.borderColumn.borderColumn--bg .borderColumn__content {
  background-color: #FBFBFB;
}

.borderColumn .borderColumn__heading {
  font-size: 3.0rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#6C4115), to(#E8D1B7));
  background: -ms-linear-gradient(left, #6C4115, #E8D1B7);
  width: 45.08%;
  position: relative;
  padding-left: 82px;
  box-sizing: border-box;
}

@media all and (max-width: 750px) {
  .borderColumn .borderColumn__heading {
    width: 56.5%;
    font-size: 1.5rem;
    padding-left: 24px;
  }
}

.borderColumn .borderColumn__heading:after {
  content: '';
  width: 35px;
  border-bottom: 53px solid transparent;
  border-right: 53px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

@media all and (max-width: 750px) {
  .borderColumn .borderColumn__heading:after {
    border-bottom: 30px solid transparent;
    border-right: 22px solid #fff;
  }
}

.borderColumn .borderColumn__content {
  border: 1px solid #410000;
  padding: 38px 82px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 750px) {
  .borderColumn .borderColumn__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 18px 23px;
  }
}

.borderColumn .borderColumn__content p {
  margin-bottom: 0;
}

.borderColumn .borderColumn__content .borderColumn__col {
  width: 27.69%;
}

@media all and (max-width: 750px) {
  .borderColumn .borderColumn__content .borderColumn__col {
    width: 100%;
    margin-bottom: 35px;
  }
}

@media all and (max-width: 750px) {
  .borderColumn .borderColumn__content .borderColumn__col:last-child {
    margin-bottom: 0;
  }
}

.borderColumn .borderColumn__content .borderColumn__col.borderColumn__col--wide {
  width: 57.37%;
}

@media all and (max-width: 750px) {
  .borderColumn .borderColumn__content .borderColumn__col.borderColumn__col--wide {
    width: 100%;
    margin-bottom: 0;
  }
}

.borderColumn .borderColumn__content .borderColumn__col.borderColumn__col--wide + .borderColumn__col {
  width: calc(100% - 57.37% - 42px);
}

.itemColumn.itemColumn--brown {
  margin-right: 25px;
}

@media all and (max-width: 750px) {
  .itemColumn.itemColumn--brown {
    margin-right: 0;
  }
}

.itemColumn.itemColumn--brown .itemColumn__heading {
  color: #410000;
}

.itemColumn.itemColumn--brown .itemColumn__heading:before {
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#C69F7A));
  background: -ms-linear-gradient(right, #FFFFFF, #C69F7A);
}

.itemColumn.itemColumn--brown .itemColumn__type:before {
  background-color: #410000;
}

.itemColumn.itemColumn--red .itemColumn__heading {
  color: #C40054;
}

.itemColumn.itemColumn--red .itemColumn__heading:before {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#DE6F9E));
  background: -ms-linear-gradient(right, #fff, #DE6F9E);
}

.itemColumn.itemColumn--red .itemColumn__type:before {
  background-color: #C40054;
}

.itemColumn .itemColumn__heading {
  font-size: 3.6rem;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 6px;
  padding-left: 40px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__heading {
    font-size: 2.0rem;
    padding-left: 22px;
    margin-bottom: 10px;
  }
}

.itemColumn .itemColumn__heading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 95px;
  display: inline-block;
  background: #000;
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__heading:before {
    width: 8px;
    height: 46px;
  }
}

.itemColumn .itemColumn__heading span {
  font-size: 1.5rem;
  display: inline-block;
  font-weight: 400;
  color: #231714;
  padding: 5px 9px;
  border: 1px solid #231714;
  margin-left: 41px;
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__heading span {
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 55px;
  }
}

.itemColumn .itemColumn__content {
  display: -webkit-box;
  display: flex;
  padding-left: 30px;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__content {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}

.itemColumn .itemColumn__content .itemColumn__col1 {
  margin-right: 14px;
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__content .itemColumn__col1 {
    margin-right: 27px;
  }
}

.itemColumn .itemColumn__content .itemColumn__col1 figure {
  max-width: 216px;
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__content .itemColumn__col1 figure {
    max-width: 163px;
  }
}

.itemColumn .itemColumn__content .itemColumn__col2 {
  -webkit-box-flex: 1;
          flex: 1;
  padding-top: 32px;
}

.itemColumn .itemColumn__type {
  font-size: 2.5rem;
  line-height: 1.52;
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__type {
    font-size: 1.6rem;
    padding-left: 12px;
    margin-bottom: 10px;
  }
}

.itemColumn .itemColumn__type:before {
  content: '';
  width: 9px;
  height: 32px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__type:before {
    width: 7px;
    height: 18px;
  }
}

.itemColumn .itemColumn__row {
  margin-bottom: 20px;
  line-height: 1.77778;
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__row {
    margin-bottom: 14px;
    line-height: 1.57143;
  }
}

.itemColumn .itemColumn__row:last-child {
  margin-bottom: 0;
}

.itemColumn .itemColumn__row figure {
  max-width: 85px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .itemColumn .itemColumn__row figure {
    max-width: 67px;
  }
}

figure.figure {
  text-align: center;
}

figure.figure img {
  max-width: 680px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  figure.figure img {
    max-width: 100%;
  }
}

figure.figure + figure.figure {
  margin-top: 30px;
}

figure.figure + p {
  margin-top: 40px;
}

figure.figure .jinkyo {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

figure.figure .seiyaku {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

figure.figure.figure--illust img {
  max-width: 500px;
  max-height: 430px;
}

@media all and (max-width: 750px) {
  figure.figure.figure--illust img {
    max-width: 100%;
  }
}

figure.figure2 img {
  width: 100%;
}

figure.figure3 {
  max-width: 85%;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  figure.figure3 {
    max-width: 100%;
  }
}

figure.figure3 img {
  width: 100%;
}

.heading1 {
  font-size: 4.3rem;
  font-weight: 600;
  line-height: 1.27907;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 80px;
}

@media all and (max-width: 750px) {
  .heading1 {
    font-size: 2.9rem;
    margin-bottom: 33px;
  }
}

.heading1 span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #fff), color-stop(40%, #fff), color-stop(0%, transparent)), -webkit-gradient(linear, left top, right top, from(#E0C553), to(#AB952A));
  background: -ms-linear-gradient(top, #fff 60%, #e0c553 90%);
}

.section--bgColor .heading1 span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #F5F5F5), color-stop(40%, #F5F5F5), color-stop(0%, transparent)), -webkit-gradient(linear, left top, right top, from(#E0C553), to(#AB952A));
  background: -ms-linear-gradient(top, #f5f5f5 60%, #e0c553 90%);
}

.heading2 {
  max-width: 1220px;
  padding: 0 25px;
  margin: 0 auto 35px;
}

@media all and (max-width: 750px) {
  .heading2 {
    padding: 0;
    max-width: 342px;
    margin-left: 0;
  }
}

.heading3 {
  font-size: 3.0rem;
  color: #410000;
  position: relative;
  padding-left: 33px;
  line-height: 1.4;
  margin-bottom: 60px;
}

@media all and (max-width: 750px) {
  .heading3 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 23px;
    padding-left: 15px;
  }
}

.heading3:before {
  content: '';
  height: 95px;
  width: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#6C4115), to(#B5A796));
  background: -ms-linear-gradient(left, #6C4115, #B5A796);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .heading3:before {
    height: 40px;
    width: 8px;
  }
}

.heading4 {
  font-weight: 600;
  color: #231714;
  margin-bottom: 35px;
}

.heading5 {
  text-align: center;
  margin-bottom: 45px;
}

.heading5 img {
  max-width: 550px;
  width: 100%;
}

@media all and (max-width: 750px) {
  .heading5 {
    padding: 0 30px;
    margin-bottom: 21px;
  }
}

.heading6 {
  font-size: 3.0rem;
  color: #410000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 21px;
}

@media all and (max-width: 750px) {
  .heading6 {
    font-size: 1.8rem;
  }
}

.heading6:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#6C4115), to(#B5A796));
  background: -ms-linear-gradient(left, #6C4115, #B5A796);
  margin-right: 22px;
}

@media all and (max-width: 750px) {
  .heading6:before {
    width: 19px;
    height: 19px;
    margin-right: 5px;
  }
}

.heading7 {
  font-weight: bold;
  margin-bottom: 5px;
}

.bannerList > li {
  margin-bottom: 21px;
  position: relative;
}

@media all and (max-width: 750px) {
  .bannerList > li {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}

.bannerList > li:last-child {
  margin-bottom: 0;
}

.bannerList > li.color_orange .bannerList__heading span {
  color: #F38200;
}

.bannerList > li.color_orange:after {
  border-right: 35px solid #F38200;
}

.bannerList > li.color_blue .bannerList__heading span {
  color: #0092E5;
}

.bannerList > li.color_blue:after {
  content: '';
  width: 35px;
  border-top: 26px solid transparent;
  border-right: 26px solid #0092E5;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media all and (max-width: 750px) {
  .bannerList > li.color_blue:after {
    border-top: 15px solid transparent;
    border-right: 15px solid #0092E5;
  }
}

.bannerList > li a {
  -webkit-transition: .3s;
  transition: .3s;
}

.bannerList > li a:hover {
  opacity: 0.6;
}

.bannerList > li .bannerList__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border: 2px solid #343434;
  padding: 26px 15px 26px 50px;
}

@media (min-width: 751px) {
  .bannerList > li .bannerList__inner {
    min-height: 150px;
    box-sizing: border-box;
  }
}

@media all and (max-width: 750px) {
  .bannerList > li .bannerList__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 8px 15px 10px;
  }
}

.bannerList > li .bannerList__inner.icon_blank:after {
  right: 25px;
}

@media all and (max-width: 750px) {
  .bannerList > li .bannerList__inner.icon_blank:after {
    right: 5px;
  }
}

.bannerList > li .bannerList__inner .bannerList__heading {
  font-size: 2.4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 600;
  margin: 0 25px 0 0;
}

@media all and (max-width: 750px) {
  .bannerList > li .bannerList__inner .bannerList__heading {
    font-size: 1.9rem;
    margin: 0;
  }
}

.bannerList > li .bannerList__inner .bannerList__heading span {
  font-size: 4.0rem;
}

@media all and (max-width: 750px) {
  .bannerList > li .bannerList__inner .bannerList__heading span {
    font-size: 3.1rem;
  }
}

.bannerList > li .bannerList__inner .bannerList__content {
  margin: 0;
}

@media all and (max-width: 750px) {
  .bannerList > li .bannerList__inner .bannerList__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}

.bannerList > li .bannerList__inner .bannerList__content .icon_blank {
  position: absolute;
  width: 27px;
  right: 15px;
  bottom: 15px;
}

@media all and (max-width: 750px) {
  .bannerList > li .bannerList__inner .bannerList__content .icon_blank {
    width: 14px;
    right: 10px;
    bottom: 10px;
  }
}

@media all and (max-width: 750px) {
  .bannerList > li .bannerList__inner .bannerList__content img {
    max-width: 77px;
  }
}

.faqList li {
  margin-bottom: 27px;
}

@media all and (max-width: 750px) {
  .faqList li {
    font-size: 1.05rem;
    margin-bottom: 14px;
  }
}

.faqList li .faqList__heading {
  color: #410000;
  padding: 31px 76px;
  border: 2px dashed #410000;
  border-left: 6px solid #410000;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
}

@media all and (max-width: 750px) {
  .faqList li .faqList__heading {
    padding: 20px 15px;
    border: 1px dashed #410000;
    border-left: 2px solid #410000;
  }
}

.faqList li .faqList__heading:hover {
  cursor: pointer;
}

.faqList li .faqList__heading p {
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.faqList li .faqList__content {
  display: -webkit-box;
  display: flex;
  font-weight: 600;
  padding: 26px 76px 26px 82px;
  background: #F0EFF1;
  margin-bottom: 27px;
}

@media all and (max-width: 750px) {
  .faqList li .faqList__content {
    padding: 16px 16px 16px 17px;
  }
}

.faqList li .faqList__content:hover {
  cursor: pointer;
}

.faqList li .faqList__content p {
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 730px;
}

.faqList li .icon {
  width: 72px;
  height: 72px;
  margin-right: 40px;
  min-width: 72px;
  min-height: 72px;
}

@media all and (max-width: 750px) {
  .faqList li .icon {
    width: 41px;
    height: 41px;
    margin-right: 12px;
    min-width: 41px;
    min-height: 41px;
  }
}

.faqList li:last-child .faqList__content {
  margin-bottom: 0;
}

.footerLinkList {
  display: -webkit-box;
  display: flex;
  max-width: 1120px;
  margin: 0 auto 24px;
  justify-content: space-around;
}

@media all and (max-width: 750px) {
  .footerLinkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 0;
  }
}

.footerLinkList > li {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: flex;
}

@media all and (max-width: 750px) {
  .footerLinkList > li {
    text-align: left;
  }
}

.footerLinkList > li:first-child > a {
  border-left: 1px solid #7a7a7a;
}

@media all and (max-width: 750px) {
  .footerLinkList > li:first-child > a {
    border-left: none;
  }
}

.footerLinkList > li > a {
  font-size: 1.1rem;
  color: #7a7a7a;
  border-right: 1px solid #7a7a7a;
  -webkit-box-flex: 1;
          flex: 1;
}

@media all and (max-width: 750px) {
  .footerLinkList > li > a {
    border-right: none;
    border-bottom: 1px solid #ececec;
    font-size: 1.4rem;
    padding: 15px 20px;
    color: #333;
  }
}

.itemList {
  display: -webkit-box;
  display: flex;
}

@media all and (max-width: 750px) {
  .itemList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.linkList {
  max-width: 1220px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 750px) {
  .linkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.linkList > li {
  width: 25%;
  position: relative;
  box-sizing: border-box;
}

@media all and (max-width: 750px) {
  .linkList > li {
    width: 100%;
  }
}

.linkList > li.none {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#6C4115), to(#A38158));
  background: -ms-linear-gradient(bottom, #6C4115 0%, #A38158 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  padding: 30px 10px;
}

@media all and (max-width: 750px) {
  .linkList > li.none {
    font-size: 1.8rem;
    padding: 6px 15px;
  }
}

.linkList > li.none:before {
  background-color: rgba(0, 0, 0, 0.5);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: 2;
}

.linkList > li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#6C4115), to(#A38158));
  background: -ms-linear-gradient(bottom, #6C4115 0%, #A38158 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  padding: 30px 10px;
  height: 100%;
  box-sizing: border-box;
}

@media all and (max-width: 750px) {
  .linkList > li a {
    font-size: 1.8rem;
    padding: 6px 15px;
  }
}

.linkList > li img {
  margin-right: 5px;
  width: 55px;
}

@media all and (max-width: 750px) {
  .linkList > li img {
    width: 55px;
  }
}

.linkList > li:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../images/icon/icon_circle_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 750px) {
  .linkList > li:after {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}

.reasonList {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 25px;
}

@media all and (max-width: 750px) {
  .reasonList {
    padding: 0 15px;
  }
}

.reasonList > li {
  background: #fff;
  margin-bottom: 18px;
}

.reasonList > li:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .reasonList > li .reasonList__column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.reasonList > li .reasonList__col {
  -webkit-box-flex: 1;
          flex: 1;
  margin-right: 25px;
}

@media all and (max-width: 750px) {
  .reasonList > li .reasonList__col {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.reasonList > li .reasonList__col:last-child {
  margin-right: 0;
}

@media all and (max-width: 750px) {
  .reasonList > li .reasonList__col:last-child {
    margin-bottom: 0;
  }
}

.reasonList > li .reasonList__inner {
  max-width: 86%;
  margin: 0 auto;
  padding: 51px 0;
}

@media all and (max-width: 750px) {
  .reasonList > li .reasonList__inner {
    max-width: 89%;
    padding: 27px 0;
  }
}

.reasonList > li .reasonList__heading {
  display: -webkit-box;
  display: flex;
  color: #410000;
  font-size: 3.0rem;
  line-height: 1.4;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 33px;
  font-weight: 600;
}

@media all and (max-width: 750px) {
  .reasonList > li .reasonList__heading {
    font-size: 1.7rem;
    margin-bottom: 17px;
  }
}

.reasonList > li .reasonList__heading img {
  border-right: 1px solid #410000;
  padding-right: 25px;
  margin-right: 25px;
}

@media all and (max-width: 750px) {
  .reasonList > li .reasonList__heading img {
    max-width: 57px;
    padding-right: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 751px) {
  .reasonList > li .reasonList__content {
    display: -webkit-box;
    display: flex;
  }
}

.reasonList > li .reasonList__btn {
  margin-top: 30px;
  text-align: center;
}

.reasonList > li p {
  margin: 0;
}

@media all and (max-width: 750px) {
  .reasonList > li p {
    letter-spacing: 0.06em;
  }
}

.mainVisual .mainVisual__inner .mainVisual__trouble {
  background-color: #D7B896;
  text-align: center;
  padding: 32px 0 28px;
  position: relative;
}

.mainVisual .mainVisual__inner .mainVisual__trouble:before, .mainVisual .mainVisual__inner .mainVisual__trouble:after {
  content: "";
  display: block;
  height: 7px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#410000), color-stop(70%, #8C5D36), color-stop(80%, #AB844D), to(#DFC473));
  background: -ms-linear-gradient(left, #410000 0%, #8C5D36 70%, #AB844D 80%, #DFC473 100%);
  position: absolute;
}

.mainVisual .mainVisual__inner .mainVisual__trouble:before {
  top: 0;
}

.mainVisual .mainVisual__inner .mainVisual__trouble:after {
  bottom: 0;
}

.mainVisual .mainVisual__inner .mainVisual__trouble .mainVisual__trouble_item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.mainVisual .mainVisual__inner .mainVisual__trouble .mainVisual__trouble_item li {
  max-width: 130px;
  margin-right: 10px;
}

@media all and (max-width: 750px) {
  .mainVisual .mainVisual__inner .mainVisual__trouble .mainVisual__trouble_item li {
    max-width: 80px;
    margin-right: 3px;
  }
}

.mainVisual .mainVisual__inner .mainVisual__trouble .mainVisual__trouble_item li:last-child {
  margin-right: 0;
}

.mainVisual .mainVisual__inner .mainVisual__trouble > figure {
  width: 48.37%;
  margin: -25px auto 0;
}

@media all and (max-width: 750px) {
  .mainVisual .mainVisual__inner .mainVisual__trouble > figure {
    width: 100%;
    margin-top: -20px;
  }
}

@media all and (max-width: 750px) {
  .mainVisual .mainVisual__inner .mainVisual__trouble > figure img {
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: 4px;
  }
}

.nav {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 42px;
}

@media (min-width: 751px) {
  .nav {
    background: transparent;
    position: relative;
  }
}

@media all and (max-width: 750px) {
  .nav {
    font-size: 1.5rem;
    opacity: 0;
  }
}

@media all and (max-width: 750px) {
  .drawer--top.drawer-open .fixed .nav {
    opacity: 1;
    height: 100%;
    margin-top: 43px;
    border-top: 2px solid #410000;
    overflow: auto;
  }
}

@media all and (max-width: 750px) {
  .drawer--top.drawer-open .nav {
    opacity: 1;
    height: 100%;
    margin-top: 88px;
    border-top: 2px solid #410000;
    overflow: auto;
  }
}

@media (min-width: 751px) {
  .nav .nav__menu {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
  }
}

@media all and (max-width: 750px) {
  .nav .nav__menu {
    padding-bottom: 300px;
    background: #F8F8F8;
  }
}

.nav .nav__menu li {
  border-right: 1px solid #410000;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
}

.nav .nav__menu li:nth-last-child(2) {
  border-right: none;
}

.nav .nav__menu li.current a {
  color: #C49292;
}

@media (min-width: 751px) {
  .nav .nav__menu li {
    display: -webkit-box;
    display: flex;
  }
}

@media all and (max-width: 750px) {
  .nav .nav__menu li {
    border-right: none;
    border-bottom: 2px solid #410000;
    text-align: left;
    background: #F8F8F8;
  }
}

@media all and (max-width: 750px) {
  .nav .nav__menu li.open > a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}

.nav .nav__menu li > ul {
  display: none;
}

.nav .nav__menu li > ul li {
  padding-left: 2em;
}

@media all and (max-width: 750px) {
  .nav .nav__menu li > ul li {
    background: #fff;
  }
}

@media all and (max-width: 750px) {
  .nav .nav__menu li > ul li:first-child {
    border-top: 2px solid #410000;
  }
}

@media all and (max-width: 750px) {
  .nav .nav__menu li > ul li:last-child {
    border-bottom: none;
  }
}

.nav .nav__menu li > ul li a {
  color: #410000;
}

.nav .nav__menu li a {
  -webkit-box-flex: 1;
          flex: 1;
  color: #410000;
  letter-spacing: 0.05em;
  line-height: 1.375;
  font-weight: 600;
  display: block;
  padding: 5px 0;
}

@media all and (max-width: 750px) {
  .nav .nav__menu li a {
    padding: 12px 45px 12px 25px;
    position: relative;
    color: #231714;
    font-weight: 600;
  }
}

.nav .nav__menu li a:hover {
  color: #C49292;
  cursor: pointer;
}

@media all and (max-width: 750px) {
  .nav .nav__menu li a:after {
    content: '';
    position: absolute;
    background-image: url("../images/icon/icon_menu_arrow.png");
    background-size: cover;
    width: 14px;
    height: 14px;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media all and (max-width: 750px) {
  .nav .nav__menu li a br {
    display: none;
  }
}

section.section {
  padding: 130px 0;
}

@media all and (max-width: 750px) {
  section.section {
    padding: 60px 0;
  }
}

section.section.section--bgColor {
  background-color: #F5F5F5;
  padding-bottom: 18px;
}

@media all and (max-width: 750px) {
  section.section.section--sp_padding_none {
    padding: 0;
  }
}

section.section section {
  max-width: 1220px;
  margin: 0 auto 70px;
}

@media all and (max-width: 750px) {
  section.section section {
    padding: 0 15px;
  }
}

@media all and (max-width: 750px) {
  section.section section.padding_0 {
    padding: 0;
  }
}

section.section section:last-child {
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  section.section section > p {
    padding: 0 35px;
  }
}

@media all and (max-width: 750px) {
  section.section section > figure.figure {
    padding: 0 35px;
  }
}

section.section section .text--bg:not(:last-child) {
  margin-bottom: 2em;
}

section.section .section__txt {
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 53px;
  text-align: center;
}

@media all and (max-width: 750px) {
  section.section .section__txt {
    margin-bottom: 21px;
    font-size: 1.2rem;
    text-align: left;
    padding-left: 15%;
    padding-right: 30px;
  }
}

.self_check_r {
  position: relative;
  width: 900px;
  margin: 0 auto 32px;
}

@media all and (max-width: 750px) {
  .self_check_r {
    max-width: 100%;
  }
}

.self_check__txt {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}

@media all and (max-width: 750px) {
  .self_check__txt {
    font-size: 1.2rem;
  }
}

.self_check {
  border-top: 2px solid #804f21;
  border-bottom: 2px solid #804f21;
  padding: 30px 0 30px 0;
  overflow: hidden;
}

.self_check_r p.head {
  position: absolute;
  width: 412px;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  background-color: #fff;
}

@media all and (max-width: 750px) {
  .self_check_r p.head {
    width: 222px;
    top: -15px;
  }
}

.self_check_r p.head span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  background-color: #804f21;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-left: 4px;
}

@media all and (max-width: 750px) {
  .self_check_r p.head span {
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 1.1rem;
  }
}

.self_check_r p.head span.large {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 60px;
}

@media all and (max-width: 750px) {
  .self_check_r p.head span.large {
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}

.self_check_r p.head span.first {
  margin-left: 0;
}

.self_check .inner {
  width: 800px;
  margin: 0 auto;
  padding: 20px 30px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fffde5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

@media all and (max-width: 750px) {
  .self_check .inner {
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 10px 10px;
  }
}

.self_check ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.self_check ul li {
  font-size: 20px;
  font-weight: bold;
  padding-left: 26px;
  box-sizing: border-box;
  background: url("../images/column/check_bg.png") left top no-repeat;
  background-position: 0 8px;
  width: calc((100% - 10px * 2) / 3);
  margin-right: 10px;
}

@media all and (max-width: 750px) {
  .self_check ul li {
    font-size: 1.0rem;
    background-size: 12px;
    background-position: 0 3px;
    padding-left: 15px;
  }
}

.self_check ul li:nth-child(3n) {
  margin-right: 0;
}

.self_check ul li:first-child {
  margin-top: 0;
}

.self_check ul.p1 li {
  width: 274px;
}

.self_check ul.p2 li {
  width: 246px;
}

.self_check ul.p3 li {
  width: 200px;
}

.sliderWrapper {
  margin: 0 80px;
  position: relative;
}

@media all and (max-width: 750px) {
  .sliderWrapper {
    margin: 0 34px;
  }
}

.sliderWrapper .slider {
  display: none;
}

.sliderWrapper .slider.slick-initialized {
  display: block;
}

.sliderWrapper .slider .slider__item {
  position: relative;
  padding: 0 11px;
}

@media all and (max-width: 750px) {
  .sliderWrapper .slider .slider__item {
    padding: 0 1px;
  }
}

.sliderWrapper .slider .slider__item a {
  position: relative;
  display: block;
}

.sliderWrapper .slider .slider__item .slider__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.sliderWrapper .slider .slider__item .slider__heading {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #72481D;
  opacity: 0.88;
  padding: 7px 0;
}

@media all and (max-width: 750px) {
  .sliderWrapper .slider .slider__item .slider__heading {
    font-size: 1.1rem;
  }
}

.sliderWrapper .slider .slider__item .slider__cat {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  font-size: 1.4rem;
  color: #410000;
  font-weight: bold;
  background: #FFEE04;
  display: inline-block;
  padding: 2px 5px;
}

@media all and (max-width: 750px) {
  .sliderWrapper .slider .slider__item .slider__cat {
    font-size: 1.0rem;
    padding: 0 5px;
    top: -12px;
  }
}

.sliderWrapper .slick-arrow {
  width: 70px;
  height: 70px;
  background: #410000;
  border-radius: 50%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

@media all and (max-width: 750px) {
  .sliderWrapper .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.sliderWrapper .slick-arrow:before {
  position: absolute;
  top: 50%;
  content: '';
  display: inline-block;
  background: url("../images/icon/icon_slider_arrow.png") no-repeat;
  background-size: contain;
  backgrounnd-position: center;
  width: 16px;
  height: 30px;
}

@media all and (max-width: 750px) {
  .sliderWrapper .slick-arrow:before {
    width: 7px;
    height: 14px;
  }
}

.sliderWrapper .slick-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}

.sliderWrapper .slick-prev {
  left: -80px;
}

@media all and (max-width: 750px) {
  .sliderWrapper .slick-prev {
    left: -34px;
  }
}

.sliderWrapper .slick-prev:before {
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (max-width: 750px) {
  .sliderWrapper .slick-prev:before {
    left: 45%;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
  }
}

.sliderWrapper .slick-next {
  right: -80px;
}

@media all and (max-width: 750px) {
  .sliderWrapper .slick-next {
    right: -34px;
  }
}

.sliderWrapper .slick-next:before {
  right: 47%;
  -webkit-transform: rotate(180deg) translate(-50%, 50%);
          transform: rotate(180deg) translate(-50%, 50%);
}

@media all and (max-width: 750px) {
  .sliderWrapper .slick-next:before {
    -webkit-transform: rotate(180deg) translate(-50%, 60%);
            transform: rotate(180deg) translate(-50%, 60%);
  }
}

.table1 {
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .table1 {
    padding: 0 25px;
  }
}

.table1 tr {
  text-align: center;
  border-collapse: collapse;
}

.table1 tr th, .table1 tr td {
  border-top: 1px solid #410000;
  border-right: 1px solid #410000;
  min-width: 170px;
  padding: 12px 0;
}

@media all and (max-width: 750px) {
  .table1 tr th, .table1 tr td {
    min-width: 82px;
    padding: 3px 6px;
  }
}

.table1 tr th:first-child, .table1 tr td:first-child {
  border-left: 1px solid #410000;
}

.table1 tr th {
  background: #FBF1DC;
}

.table1 tr td {
  background: #fff;
}

.table1 tr td.align_left {
  text-align: left;
  padding: 12px 29px;
}

@media all and (max-width: 750px) {
  .table1 tr td.align_left {
    padding: 3px 17px;
  }
}

.table1 tr:last-child th, .table1 tr:last-child td {
  border-bottom: 1px solid #410000;
}

/*# sourceMappingURL=style.css.map */

/* View More Link
   ========================================================================== */
.viewMoreLinks {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1220px;
  margin: 0 auto;
}

.viewMoreLinks::after {
  content: "";
  display: block;
  width: 32%;
}

.viewMoreLinks.col3::after {
  width: 32%;
}

.viewMoreLinks.col2::after {
  width: 48%;
}

.viewMoreLinks__item {
  position: relative;
  width: 32%;
  box-sizing: border-box;
  margin: 0 0 30px;
}

.col2 .viewMoreLinks__item {
  width: 48%;
}

.col3 .viewMoreLinks__item {
  width: 32%;
}

.viewMoreLinks__link {
  display: block;
  box-sizing: border-box;
}

.viewMoreLinks__figure img {
  width: 100%;
  margin: 0 0 10px;
}

.viewMoreLinks__figure figcaption {
  font-size: 1.6rem;
}

@media all and (max-width: 750px) {
  .viewMoreLinks__figure p {
    font-size: 1.4rem;
  }
  .viewMoreLinks__figure p small {
    font-size: 1.2rem;
  }
}
