@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*14px*/
/*16px*/
/*20px*/
/*24px*/
/*26px*/
/*30px*/
/*35px*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテムheight */
/* ブレークポイント */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  height: 100vh;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #F2F2F2;
  text-align: center;
  line-height: 2;
  word-break: break-all;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-text-size-adjust: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3A3C45;
}
body::-webkit-scrollbar {
  display: none;
}
/* リンク色 */
a {
  color: #333333;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
}

/* hover時の画像 */
a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .layout-container {
    width: auto;
    padding-left: 0px;
    padding-right: 0x;
  }
}

/* メインカラム */
.layout-main-col {
  width: 720px;
  display: block;
}
@media screen and (max-width: 599px) {
  .layout-main-col {
    width: auto;
  }
}

/* サブカラム */
.layout-sub-col {
  width: 210px;
  display: block;
}
@media screen and (max-width: 599px) {
  .layout-sub-col {
    width: auto;
  }
}

/*カラムの設定*/
.row, .faq-cat-list, .section-problem__list, .footer-main .footer-sitemap__nav, .footer-main .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .row, .faq-cat-list, .section-problem__list, .footer-main .footer-sitemap__nav, .footer-main .footer-contact {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.col, .section-problem__list-item,
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 599px) {
  .col, .section-problem__list-item,
.col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.col, .section-problem__list-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  list-style: none;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col + .col, .section-problem__list-item + .col, .col + .section-problem__list-item, .section-problem__list-item + .section-problem__list-item {
  margin-left: 60px;
}
@media screen and (max-width: 599px) {
  .col + .col, .section-problem__list-item + .col, .col + .section-problem__list-item, .section-problem__list-item + .section-problem__list-item {
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .row-sp-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .row-sp-reverse .col, .row-sp-reverse .section-problem__list-item {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  width: 100%;
  height: 148px;
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  background: rgb(223, 234, 224);
  z-index: 10;
}
.header.header-floating {
  background: rgb(242, 242, 242);
}
.header.header-floating .primal-nav {
  background: #F2F2F2;
}
@media screen and (max-width: 599px) {
  .header {
    padding: 0px 15px;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header.header-floating {
    padding: 0px 15px;
    background: #F2F2F2;
  }
}

.admin-bar .header {
  margin-top: 32px;
}

/* ヘッダーメイン部分 */
.header-main {
  width: 1260px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .header-main {
    width: auto;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  width: 96px;
  height: 128px;
  padding-top: 20px;
  float: left;
}
.header-site-name a {
  height: 107px;
  width: 80px;
  background: url(../img/common/header/log--sitename.svg) center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .header-site-name {
    width: 43px;
    height: 55px;
    margin: 0;
    padding-top: 8px;
  }
  .header-site-name a {
    width: 43px;
    height: 55px;
  }
}

.header.header-floating .header-site-name {
  width: 96px;
  height: 128px;
}
.header.header-floating .header-site-name a {
  height: 107px;
  width: 80px;
}
@media screen and (max-width: 599px) {
  .header.header-floating .header-site-name {
    width: 43px;
    height: 55px;
  }
  .header.header-floating .header-site-name a {
    width: 43px;
    height: 55px;
  }
}

.top .header {
  background: rgb(242, 242, 242);
  height: 148px;
}
.top .header .header-site-name {
  margin-top: 10px;
  padding-top: 0px;
}
.top .header .header-site-name a {
  width: 96px;
  height: 128px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .top .header {
    height: 122px;
  }
  .top .header .header-site-name {
    width: 63px;
    height: 86px;
  }
  .top .header .header-site-name a {
    width: 63px;
    height: 86px;
    margin-left: 5px;
    margin-top: -3.5px;
  }
}
.top .header.header-floating {
  background: rgb(242, 242, 242);
}
.top .header.header-floating .header-site-name {
  margin-top: 0px;
}
.top .header.header-floating .header-site-name a {
  height: 107px;
  width: 80px;
}
@media screen and (max-width: 599px) {
  .top .header.header-floating {
    height: 70px;
  }
  .top .header.header-floating .header-site-name a {
    width: 43px;
    height: 55px;
    margin-left: 0px;
    margin-top: 0px;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
.footer-main {
  background-color: #2B572C;
  color: #F2F2F2;
  position: relative;
  padding: 85px 0px 96px;
}
.footer-main::before {
  content: "";
  background: url(../img/common/bgi/bgi--green-top.png) top center repeat-x;
  background-size: 100% 54px;
  position: absolute;
  top: -52px;
  left: 0px;
  width: 100%;
  height: 54px;
}
.footer-main .tel {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.61rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  line-height: 1;
}
.footer-main .tel img {
  margin-right: 5px;
}
.footer-main .top-section__title-jp {
  font-size: 1.33rem;
}
.footer-main .footer-contact {
  padding-bottom: 92px;
  background: url(../img/common/mark/lin--dot.svg) bottom center repeat-x;
}
.footer-main .footer-contact .row, .footer-main .footer-contact .faq-cat-list, .footer-main .footer-contact .section-problem__list, .footer-main .footer-contact .footer-sitemap__nav, .footer-main .footer-contact .footer-contact {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-main .footer-map {
  text-align: center;
  padding: 80px 0px;
}
.footer-main .footer-map .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
}
.footer-main .footer-map iframe {
  height: 405px;
  width: 100%;
}
.footer-main .footer-sitemap {
  color: #8CB826;
}
.footer-main .footer-sitemap__title {
  width: 255px;
}
.footer-main .footer-sitemap__title .top-section__title-en {
  font-size: 1.5rem;
}
.footer-main .footer-sitemap__list {
  list-style: none;
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
  margin-bottom: 17px;
}
.footer-main .footer-sitemap__list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 0.94rem;
}
.footer-main .footer-sitemap__list li::before {
  content: "";
  border-top: 1px solid #2B572C;
  position: absolute;
  width: 8.5px;
  top: 15px;
  left: 0px;
}
.footer-main .footer-sitemap__list li a {
  color: #2B572C;
}
.footer-main .footer-sitemap__list ul {
  margin-top: 20px;
}
.footer-main .footer-sitemap__nav {
  width: 585px;
  max-width: 100%;
  padding-top: 16px;
}
.footer-main .footer-sitemap .u-fr-green {
  background: #F1F1F1;
}
.footer-main .footer-sitemap .u-fr-green .row, .footer-main .footer-sitemap .u-fr-green .faq-cat-list, .footer-main .footer-sitemap .u-fr-green .section-problem__list, .footer-main .footer-sitemap .u-fr-green .footer-contact, .footer-main .footer-sitemap .u-fr-green .footer-sitemap__nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer-main .footer-sitemap .u-fr-green li {
  font-weight: normal;
  padding-left: 20px;
}
.footer-main .footer-sitemap .u-fr-green li::before {
  content: "";
}
.footer-main .footer-sitemap .u-fr-green .col + .col, .footer-main .footer-sitemap .u-fr-green .section-problem__list-item + .col, .footer-main .footer-sitemap .u-fr-green .col + .section-problem__list-item, .footer-main .footer-sitemap .u-fr-green .section-problem__list-item + .section-problem__list-item {
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .footer-main {
    padding: 50px 0px;
  }
  .footer-main .top-section__title-en {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-main .tel {
    font-size: 1.81rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .footer-main .footer-contact {
    text-align: center;
    padding-bottom: 25px;
    background: none;
  }
  .footer-main .footer-contact .u-font-size--x-small {
    font-size: 0.94rem;
  }
  .footer-main .footer-contact .top-section__title-jp {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .footer-main .footer-contact .btn {
    margin-bottom: 35px;
  }
  .footer-main .footer-contact .u-font-size--small {
    font-size: 1rem;
    text-align: left;
  }
  .footer-main .footer-map {
    padding: 20px 0px 70px;
  }
  .footer-main .footer-map iframe {
    height: 240px;
    width: 100%;
  }
  .footer-main .footer-sitemap .u-fr-green .col + .col, .footer-main .footer-sitemap .u-fr-green .section-problem__list-item + .col, .footer-main .footer-sitemap .u-fr-green .col + .section-problem__list-item, .footer-main .footer-sitemap .u-fr-green .section-problem__list-item + .section-problem__list-item {
    margin-left: 0px;
  }
  .footer-main .footer-sitemap__list {
    font-size: 1.5rem;
  }
  .footer-main .footer-sitemap__list ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer-main .footer-sitemap__list li {
    font-size: 1.25rem;
  }
}

.footer-bottom {
  background-color: #F2F2F2;
  padding: 60px 0px 115px;
  text-align: center;
}
.footer-bottom__sitename {
  font-size: 1rem;
  font-weight: normal;
  color: #4B5A23;
}
.footer-bottom .copy {
  font-size: 0.67rem;
}
.footer-bottom .top-main__sns {
  margin: 27px auto;
  width: 130px;
}
@media screen and (max-width: 599px) {
  .footer-bottom {
    padding: 60px 0px 48px;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
.primal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .primal-nav {
    display: none;
  }
}

.primal-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 878px;
  margin-right: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.primal-nav-list > li {
  position: relative;
}
.primal-nav-list > li > a {
  display: block;
  text-decoration: none;
  padding: 0px 5px;
  color: #333333;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 0.94rem;
}
.primal-nav-list > li > a .primal-nav__en {
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
  font-size: 0.81rem;
  color: #2B572C;
}
.primal-drop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0px;
  left: -30px;
  color: #191919;
  border-left: 1px solid #2B572C;
  padding-top: 60px;
}
.primal-drop a {
  color: #191919;
}
.primal-drop a:link {
  text-decoration: none;
  color: #191919;
}
.primal-drop a:link:hover {
  color: #333333;
}
.primal-drop .primal-drop__list {
  font-size: 0.83rem;
  list-style: none;
  padding-left: 30px;
}
.primal-drop .primal-drop__list li {
  padding-left: 13px;
  margin-right: 10px;
  display: block;
  margin: 20px 0px;
}

/* グローバルナビの設定 */
.global-nav {
  display: none;
  background: #E5E1D5;
  color: #2B572C;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
}
.global-nav__logo {
  width: 63px;
}

.global-nav-list {
  margin-top: 34px;
  margin-left: 32px;
}
.global-nav-list li {
  list-style: none;
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
  margin-bottom: 17px;
  font-size: 1.5rem;
  color: #2B572C;
  letter-spacing: 3px;
  line-height: normal;
  font-weight: 600;
  -webkit-animation-name: globalNavAnimation;
          animation-name: globalNavAnimation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.global-nav-list li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.global-nav-list li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.global-nav-list ul {
  margin-top: 20px;
  margin-bottom: 40px;
}
.global-nav-list ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  font-weight: normal;
}
.global-nav-list ul li a {
  color: #2B572C;
}
.global-nav-list ul li::before {
  content: "";
  border-top: 1px solid #2B572C;
  position: absolute;
  width: 8.5px;
  top: 15px;
  left: 0px;
}

@-webkit-keyframes globalNavAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes globalNavAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.global-nav-footer {
  text-align: center;
}
.global-nav-footer__lede {
  font-size: 1.13rem;
  color: #3A3C45;
  font-weight: bold;
  margin-bottom: 40px;
}
.global-nav-footer__contact {
  background: #2B572C;
  border-radius: 80px;
  color: #F2F2F2;
  width: 290px;
  height: 82px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-nav-footer__contact .tel {
  color: #F2F2F2;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: 2px;
}
.global-nav-footer__contact .tel img {
  margin-right: 5px;
}
.global-nav-footer .top-main__sns {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
  width: 130px;
}
.global-nav-footer .btn {
  margin-bottom: 54px;
}

.menu-close {
  background: url(../img/common/header/nav/btn--close.svg) center top no-repeat;
  background-size: contain;
  display: block;
  width: 70px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 10px;
}

.menu-open {
  display: none;
}
@media screen and (max-width: 599px) {
  .menu-open {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    background: none;
    border: none;
    width: 70px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  margin-bottom: 18px;
}
.footer-nav li {
  list-style: none;
  font-size: 0.78rem;
  padding: 0px 20px;
  line-height: 1;
}
.footer-nav li a {
  color: #4B5A23;
}
.footer-nav li + li {
  border-left: 1px solid #4B5A23;
}
@media screen and (max-width: 599px) {
  .footer-nav {
    margin-top: 50px;
  }
}

.side-nav dt {
  font-size: 1.11rem;
  font-weight: bold;
}
.side-nav .side-nav-list {
  list-style: none;
}
.side-nav + .side-nav {
  margin-top: 50px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  text-align: center;
}
.page-title__jp {
  font-size: 1.66rem;
  color: #333333;
  font-weight: normal;
}
.page-title__en {
  font-size: 1.11rem;
  color: #2B572C;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 599px) {
  .page-title {
    font-size: 1.66rem;
  }
}

/* 見出し */
.title-lv1 {
  font-weight: bold;
  font-size: 1.94rem;
  margin-bottom: 45px;
  color: #2B572C;
}
@media screen and (max-width: 599px) {
  .title-lv1 {
    line-height: 1.8;
    font-size: 1.88rem;
  }
}

.title-lv2 {
  font-weight: bold;
  font-size: 1.66rem;
  margin-bottom: 45px;
  color: #2B572C;
}
@media screen and (max-width: 599px) {
  .title-lv2 {
    font-size: 1.33rem;
  }
}

.title-lv3 {
  font-weight: bold;
  font-size: 1.33rem;
  color: #2B572C;
}
@media screen and (max-width: 599px) {
  .title-lv3 {
    font-size: 1.11rem;
    line-height: 1.66;
  }
}

.title-lv4 {
  font-weight: bold;
  font-size: 1.44rem;
  color: #2B572C;
}
@media screen and (max-width: 599px) {
  .title-lv4 {
    font-size: 1.11rem;
    line-height: 1.66;
  }
}

/* 汎用見出し */
.top-section__title-en {
  font-size: 1.11rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 599px) {
  .top-section__title-en {
    font-size: 0.78rem;
  }
}

.top-section__title-jp {
  font-size: 1.66rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .top-section__title-jp {
    font-size: 1.38rem;
  }
}

.title-other01 {
  position: relative;
  padding: 0px 60px 10px;
  display: inline-block;
  text-align: center;
}
.title-other01::before {
  content: url(../img/common/mark/ico--text-accent-l.svg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.title-other01::after {
  content: url(../img/common/mark/ico--text-accent-r.svg);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .title-other01 {
    padding: 0px 40px 10px;
  }
}

.title-other02 {
  position: relative;
  padding: 0px 60px 10px;
  display: inline-block;
  text-align: center;
}
.title-other02::before {
  content: url(../img/common/mark/ico--text-accent-l-green.svg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.title-other02::after {
  content: url(../img/common/mark/ico--text-accent-r-green.svg);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .title-other02 {
    padding: 0px 40px 10px;
  }
}

.title-other03 {
  position: relative;
  display: inline-block;
  padding: 20px 77px;
  max-width: 100%;
  color: #fff;
  font-size: 1.22rem;
  font-weight: bold;
  background: #2B572C;
  line-height: 1;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.title-other03::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2B572C;
}

.title-lede {
  font-weight: bold;
  font-size: 1.94rem;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .title-lede {
    font-size: 1.38rem;
    margin-bottom: 40px;
  }
}

.title-lede02 {
  font-weight: bold;
  font-size: 1.11rem;
  color: #2B572C;
}
/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  width: 100%;
}
.table-ptn--01 th {
  width: 130px;
  padding: 25px 0px;
  white-space: nowrap;
  background: url(../img/common/mark/lin--dot2.svg) bottom repeat-x;
}
.table-ptn--01 td {
  padding: 25px 0px;
  background: url(../img/common/mark/lin--dot2.svg) bottom repeat-x;
}
.table-ptn--01 tr:first-of-type th, .table-ptn--01 tr:first-of-type td {
  padding-top: 0px;
}
@media screen and (max-width: 599px) {
  .table-ptn--01 th {
    width: auto;
    padding: 15px 5px;
  }
  .table-ptn--01 td {
    padding: 15px 5px;
  }
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  width: 240px;
  max-width: 100%;
  border: solid 1px #2B572C;
  color: #2B572C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.83rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0px;
  background-color: #FFFFFF;
  border-radius: 3px;
  line-height: 1;
}
.btn:hover {
  background-color: #2B572C;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .btn {
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-green {
  width: 240px;
  max-width: 100%;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.83rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0px;
  background-color: #2B572C;
  border-radius: 3px;
  line-height: 1;
}
.btn-green:hover {
  background-color: #FFFFFF;
  border: solid 1px #2B572C;
  color: #2B572C;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .btn-green {
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-other01 {
  font-size: 0.83rem;
  border-bottom: 2px solid #2B572C;
  color: #2B572C;
  padding-bottom: 18px;
}

.btn-faq {
  background: url(../img/common/btn/ico--qa.svg) center left 40px no-repeat, url(../img/common/btn/bgi--circle.svg) top 11px right 12px no-repeat, #2B572C;
  width: 420px;
  height: 126px;
  max-width: 100%;
  color: #FFFFFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.56rem;
  font-weight: bold;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-flow {
  background: url(../img/common/btn/ico--flow.svg) center left 35px no-repeat, url(../img/common/btn/bgi--circle.svg) top 11px right 12px no-repeat, #2B572C;
  width: 420px;
  height: 126px;
  max-width: 100%;
  color: #FFFFFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.56rem;
  font-weight: bold;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-case {
  background: url(../img/common/btn/ico--case.svg) center left 35px no-repeat, #2B572C;
  width: 420px;
  height: 126px;
  max-width: 100%;
  color: #FFFFFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.56rem;
  font-weight: bold;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-header-contact {
  display: none;
}
@media screen and (max-width: 599px) {
  .btn-header-contact {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 80px;
    background: none;
    border: none;
    width: 70px;
  }
}

.btn-tel {
  width: 560px;
  max-width: 100%;
  height: 140px;
  border-radius: 80px;
  background: #2B572C;
  color: #FFFFFF;
  padding: 35px 109px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
}
.btn-tel:hover {
  opacity: 1;
}
.btn-tel:hover img {
  opacity: 1;
}
.btn-tel .tel-number {
  font-size: 2.39rem;
  line-height: 1;
  letter-spacing: 2px;
}
.btn-tel .tel-number img {
  margin-right: 12px;
}
.btn-tel .business-hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.17rem;
}
@media screen and (max-width: 599px) {
  .btn-tel {
    padding: 35px;
    width: 345px;
  }
  .btn-tel .tel-number {
    font-size: 2rem;
  }
  .btn-tel .business-hour {
    font-size: 1.33rem;
    display: block;
    line-height: 1.2;
    text-align: center;
  }
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

.list-style-01 {
  list-style: none;
  margin-top: 52px;
  margin-bottom: 40px;
}
.list-style-01 li {
  background: url(../img/common/mark/bgi--list01.png) no-repeat left center;
  background-size: 407px 50px;
  color: #2B572C;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 33px;
}
@media screen and (max-width: 599px) {
  .list-style-01 li {
    background-size: 100% 50px;
  }
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* article */
.post__date {
  color: #333333;
  margin-right: 20px;
}

.post__cat {
  border: 1px solid #2B572C;
  background: transparent;
  border-radius: 15px;
  color: #2B572C;
  margin-right: 5px;
  padding: 0px 12px;
  font-size: 0.78rem;
  white-space: nowrap;
  display: inline-block;
}
.post__cat a {
  color: #2B572C;
}

.post__title {
  font-size: 1.06rem;
}
.post__link {
  background: url(../img/common/mark/ico--arrow-green.svg) center right 10px no-repeat;
  display: block;
  padding-right: 70px;
}

/* ブログ・お知らせの設定 */
.news-list {
  list-style: none;
}
.news-list li {
  padding-bottom: 25px;
  margin-bottom: 20px;
  background: url(../img/common/mark/lin--dot2.svg) bottom repeat-x;
}
.news-list__title {
  font-size: 1.11rem;
  font-weight: bold;
}
.news-list__date {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .news-list li {
    display: block;
    font-size: 1rem;
  }
}

.article-nav {
  margin: 100px 0px 50px;
  list-style: none;
}
.article-nav.row, .article-nav.faq-cat-list, .article-nav.section-problem__list, .footer-main .article-nav.footer-contact, .footer-main .article-nav.footer-sitemap__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-nav a {
  border: 1px solid #2B572C;
  border-radius: 3px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #2B572C;
  margin: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-nav .prev {
  width: 50px;
  height: 50px;
}
.article-nav .next {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 599px) {
  .article-nav.row, .article-nav.faq-cat-list, .article-nav.section-problem__list, .footer-main .article-nav.footer-contact, .footer-main .article-nav.footer-sitemap__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-nav .btn {
    width: auto;
    padding: 0px 20px;
  }
}

.past-article__list {
  list-style: none;
  border-bottom: 1px solid #D0D0D0;
  padding: 10px 0px;
}
.past-article__list:last-child {
  border: none;
}
.past-article__list a {
  color: #222;
  text-decoration: underline;
  margin-left: 20px;
}

/* ページネーションの設定 */
.page-numbers,
.pagination {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.page-numbers li,
.pagination li {
  list-style: none;
}
.page-numbers span, .page-numbers a,
.pagination span,
.pagination a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin: 2px 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0.89rem;
  color: #2B572C;
  border: 1px solid #2B572C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.page-numbers .current,
.pagination .current {
  background-color: #2B572C;
  border: 1px solid #2B572C;
  color: #fff;
}
.page-numbers .omit,
.pagination .omit {
  border: none;
}

/*
	サイト全体のアイテムの設定
*/
.nav-bg {
  position: fixed;
  width: 100vw;
  height: 0vh;
  top: 0;
  left: 0;
}

/* Section共通 */
.section-layout {
  padding: 180px 0px;
}
.section-layout__gallery {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .section-layout {
    padding: 60px 15px;
  }
}

.section-sub-layout + .section-sub-layout {
  margin-top: 150px;
}
@media screen and (max-width: 599px) {
  .section-sub-layout + .section-sub-layout {
    margin-top: 60px;
  }
}

.layout-title {
  background: url(../img/common/catch/bgi--left.svg) left calc(50vw - 540px) center no-repeat, url(../img/common/catch/bgi--right.svg) right calc(50vw - 540px) center no-repeat, #DFEAE0;
  margin-top: 148px;
  height: 240px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-title::after {
  content: "";
  background: url(../img/common/catch/bgi--title.png) top center repeat-x;
  background-size: 100% 41px;
  position: absolute;
  bottom: -41px;
  left: 0px;
  width: 100%;
  height: 41px;
}
@media screen and (max-width: 599px) {
  .layout-title {
    background: url(../img/common/catch/bgi--left.svg) left center no-repeat, url(../img/common/catch/bgi--right.svg) right center no-repeat, #DFEAE0;
    margin-top: 70px;
  }
}

.breadcrumb {
  padding-top: 40px;
}
.breadcrumb .row, .breadcrumb .faq-cat-list, .breadcrumb .section-problem__list, .breadcrumb .footer-main .footer-contact, .footer-main .breadcrumb .footer-contact, .breadcrumb .footer-main .footer-sitemap__nav, .footer-main .breadcrumb .footer-sitemap__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  list-style: none;
  margin: 0px 10px;
  font-size: 0.78rem;
  color: #2B572C;
}
.breadcrumb li + li {
  padding-left: 25px;
  position: relative;
}
.breadcrumb li + li::before {
  position: absolute;
  content: ">";
  left: 0px;
}
.breadcrumb li a {
  color: #2B572C;
}
.breadcrumb + .section-layout {
  padding-top: 120px;
}
@media screen and (max-width: 599px) {
  .breadcrumb .row, .breadcrumb .faq-cat-list, .breadcrumb .section-problem__list, .breadcrumb .footer-main .footer-contact, .footer-main .breadcrumb .footer-contact, .breadcrumb .footer-main .footer-sitemap__nav, .footer-main .breadcrumb .footer-sitemap__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb + .section-layout {
    padding-top: 60px;
  }
}

.cat-name {
  border: 1px solid #2B572C;
  background: transparent;
  border-radius: 15px;
  color: #2B572C;
  margin-right: 5px;
  padding: 0px 12px;
  font-size: 0.78rem;
  white-space: nowrap;
  display: inline-block;
}
.cat-name.active {
  background: #2B572C;
  color: #FFFFFF;
}

.case-list01 {
  list-style: none;
  width: 320px;
  max-width: 100%;
  margin-right: 60px;
  margin-bottom: 60px;
}
.case-list01:nth-of-type(3n) {
  margin-right: 0px;
}
.case-list01 .thum-box__cover {
  width: 320px;
  height: 300px;
  margin-bottom: 12px;
  position: relative;
}
.case-list01 .thum-box__cover:hover {
  opacity: 1;
}
.case-list01 .thum-box__cover:hover img {
  opacity: 1;
}
.case-list01 .thum-box__cover:hover::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.case-list01 .thum-box__cover:hover::after {
  content: url(../img/common/mark/ico--arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100px;
}
.case-list01__title {
  color: #2B572C;
}
@media screen and (max-width: 599px) {
  .case-list01 {
    margin-right: auto;
    margin-left: auto;
  }
  .case-list01:nth-of-type(3n) {
    margin-right: auto;
  }
}

/*ページ共通セクション*/
.section-problem {
  text-align: center;
  padding: 130px 0px 226px;
}
.section-problem .title-other01 {
  font-size: 1.66rem;
}
.section-problem__list {
  margin: 100px 30px 60px;
}
.section-problem__list-item {
  position: relative;
  display: inline-block;
  padding: 40px 0px;
  min-width: 120px;
  max-width: 100%;
  background: #F2F2F2;
  color: #2B572C;
  font-size: 1.22rem;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-problem__list-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F2F2F2;
}
.section-problem__list-item::after {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-problem__list-item:nth-of-type(1)::after {
  content: url(../img/index/problem/ico--01.png);
}
.section-problem__list-item:nth-of-type(2)::after {
  content: url(../img/index/problem/ico--02.png);
}
.section-problem__list-item:nth-of-type(3)::after {
  content: url(../img/index/problem/ico--03.png);
}
.section-problem__gallery img {
  border-radius: 6px;
  margin-top: 86px;
}
@media screen and (max-width: 599px) {
  .section-problem {
    padding: 50px 0px;
    text-align: left;
  }
  .section-problem .title-other01 {
    font-size: 1.25rem;
  }
  .section-problem__list {
    margin: 70px 0px 55px 100px;
  }
  .section-problem__gallery {
    padding-top: 30px;
  }
  .section-problem__gallery img {
    margin-top: 0px;
  }
  .section-problem__list-item {
    padding: 20px 0px;
    width: calc(100vw - 140px);
  }
  .section-problem__list-item::before {
    top: 50%;
    left: -30px;
    margin-left: 5px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #F2F2F2;
  }
  .section-problem__list-item::after {
    top: -5px;
    left: -100px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.section-voice {
  text-align: center;
  /*.col + .col{
  	margin-left: 30px;
  }
  .col:nth-of-type(3n +1){
  	margin-left: 0px;
  }*/
}
.section-voice .title-other02 {
  color: #2B572C;
  font-weight: bold;
}
.section-voice .section-voice__list {
  list-style: none;
  border: 4px solid #2B572C;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 30px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 340px;
  margin-bottom: 30px;
}
.section-voice .section-voice__list + .section-voice__list {
  margin-left: 30px;
}
.section-voice .section-voice__list:nth-of-type(3n +1) {
  margin-left: 0px;
}
.section-voice__image {
  width: 120px;
}
.section-voice__name {
  font-weight: bold;
}
.section-voice__comment {
  font-size: 1.11rem;
  font-weight: bold;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 20px;
}
.section-voice .section-voice-owned {
  background: #F2F2F2;
  padding: 12px 20px;
  font-size: 0.88rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
.section-voice .section-voice-owned__title {
  color: #2B572C;
}
.section-voice .btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .section-voice {
    /*.col + .col{
    	margin-left: 0px;
    	margin-top: 15px;
    }*/
  }
  .section-voice .section-voice__list {
    padding: 20px;
    width: 100%;
  }
  .section-voice .section-voice__list + .section-voice__list {
    margin-left: 0px;
    margin-top: 15px;
  }
}

.partner-tag {
  background: #2B572C;
  color: #F2F2F2;
  border-radius: 22px;
  padding: 0px 14px;
  font-size: 0.83rem;
  font-weight: bold;
  display: inline-block;
}

/* トップ */
.top-main {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 640px);
  padding-right: calc(50vw - 640px);
  background-color: #F2F2F2;
  z-index: 1;
  height: calc(100vh - 148px + 70px);
  position: relative;
  margin-top: 168px;
}
.top-main .top-main-bg {
  background: url(../img/index/main/pic--01.jpg) center center no-repeat;
  background-size: cover;
  width: calc(50vw + 456px);
  position: absolute;
  top: 0;
  right: 0;
}
.top-main .top-main-bg .top-main-bg__innter {
  background: url(../img/common/catch/pic--layer.svg) left top no-repeat;
  background-size: auto;
  height: calc(100vh - 147px);
}
.top-main .top-catch {
  position: absolute;
  bottom: 0px;
  left: calc(50vw - 780px);
  width: 582px;
  max-width: 100%;
  z-index: 10;
}
.top-main__sns {
  width: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 8px;
}
.top-main__sns a {
  margin: 0px 11px;
}
@media screen and (max-width: 599px) {
  .top-main {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 470px;
    margin-top: 120px;
  }
  .top-main .top-main-bg {
    width: calc(100vw - 15px);
  }
  .top-main .top-main-bg .top-main-bg__innter {
    height: 470px;
  }
  .top-main .top-catch {
    left: -25px;
    bottom: -40px;
    width: 250px;
  }
}

.top-about {
  background-color: #F2F2F2;
  padding-top: 170px;
  padding-bottom: 498px;
}
.top-about .top-section__title-en {
  margin-bottom: 28px;
}
.top-about .top-section__title-jp {
  margin-bottom: 65px;
}
.top-about .btn {
  margin-top: 60px;
}
.top-about__slide {
  background: url(../img/index/about/slide/bgi--01.svg) right bottom no-repeat;
  background-size: 400px auto;
}
.top-about__slide.col, .top-about__slide.section-problem__list-item {
  padding-right: 20px;
}
.top-about .intro-slide {
  margin-top: -145px;
  position: relative;
}
.top-about .intro-slide img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.top-about .intro-slide img.intro-slide__01 {
  z-index: 5;
}
.top-about .intro-slide img.intro-slide__02 {
  z-index: 4;
}
.top-about .intro-slide img.intro-slide__03 {
  z-index: 3;
}
.top-about .intro-slide img.intro-slide__01.is-not-show, .top-about .intro-slide img.intro-slide__02.is-not-show, .top-about .intro-slide img.intro-slide__03.is-not-show {
  opacity: 0;
  top: 0;
  left: 400px;
}
.top-about .intro-slide-nav {
  position: absolute;
  bottom: 300px;
  left: 0px;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 6;
}
@media screen and (max-width: 599px) {
  .top-about {
    padding-top: 100px;
    padding-bottom: 336px;
  }
  .top-about .intro-slide {
    margin-top: 0px;
    height: 400px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .top-about .intro-slide-nav {
    top: 50%;
    bottom: auto;
  }
  .top-about .intro-slide-nav a {
    width: 30px;
    display: block;
  }
  .top-about__slide {
    background-size: 300px auto;
    background-position: right bottom 10px;
    margin-bottom: 30px;
  }
  .top-about__slide.col, .top-about__slide.section-problem__list-item {
    padding-right: 0px;
  }
  .top-about .btn {
    margin-top: 40px;
  }
  .top-about .top-section__title-en {
    margin-bottom: 0px;
  }
  .top-about .top-section__title-jp {
    margin-bottom: 15px;
  }
}

.top-case {
  position: relative;
  margin-left: calc(50% - 50vw);
  padding-bottom: 160px;
  background: #FFFFFF;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 540px);
}
.top-case__inner {
  padding-left: calc(50vw - 540px);
  padding-top: 27vw;
}
.top-case__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.top-case__title .top-section__title-en,
.top-case__title .top-section__title-jp {
  margin-right: 40px;
}
.top-case__image {
  width: calc(50vw + 305px);
  height: auto;
  margin-right: 0px;
  margin-left: auto;
  display: block;
  position: absolute;
  top: -268px;
}
.top-case .btn {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .top-case {
    margin-left: 0px;
  }
  .top-case__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-case__title .top-section__title-en,
.top-case__title .top-section__title-jp {
    margin-bottom: 30px;
  }
  .top-case__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-case__image {
    width: calc(100% - 30px);
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}

.top-service {
  background-color: #F2F2F2;
  padding: 130px 0px 222px;
}
.top-service__lede {
  background: url(../img/index/service/txt--01.svg) center center no-repeat;
  background-size: contain;
  width: 316px;
  max-width: 100%;
  height: 370px;
  text-indent: -9999px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.top-service .top-service-toushi {
  padding-top: 148px;
}
.top-service .top-service-toushi img {
  border-top-right-radius: 80px;
}
.top-service .top-service-toushi .top-service__image {
  position: relative;
  margin-bottom: 35px;
  /*&::before{
  	content: url(../img/index/service/pic--01-before.png);
  	position: absolute;
  	right:5px;
  	bottom:5px;
  }*/
}
.top-service .top-service-kanri .top-service__image {
  position: relative;
  margin-bottom: 35px;
  /*&::before{
  	content: url(../img/index/service/pic--02-before.png);
  	position: absolute;
  	right:5px;
  	bottom:5px;
  }*/
}
.top-service .top-service-kanri .top-service__image img {
  border-top-right-radius: 80px;
}
.top-service .cat-list {
  margin-bottom: 20px;
}
.top-service .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.top-service .col + .col, .top-service .section-problem__list-item + .col, .top-service .col + .section-problem__list-item, .top-service .section-problem__list-item + .section-problem__list-item {
  margin-left: 160px;
}
@media screen and (max-width: 599px) {
  .top-service {
    padding: 130px 0px 90px;
  }
  .top-service .top-service-toushi {
    padding-top: 0px;
  }
  .top-service .col + .col, .top-service .section-problem__list-item + .col, .top-service .col + .section-problem__list-item, .top-service .section-problem__list-item + .section-problem__list-item {
    margin-left: 0px;
    margin-top: 60px;
  }
  .top-service .btn {
    margin-top: 30px;
  }
}

.top-message {
  background: #FFFFFF;
  padding: 160px 0px 226px;
}
.top-message .row, .top-message .faq-cat-list, .top-message .footer-main .footer-contact, .footer-main .top-message .footer-contact, .top-message .footer-main .footer-sitemap__nav, .footer-main .top-message .footer-sitemap__nav, .top-message .section-problem__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-message__image {
  width: 390px;
  max-width: 100%;
}
.top-message__image img {
  border-top-right-radius: 80px;
}
.top-message__contents {
  width: 570px;
  max-width: 100%;
}
.top-message .btn {
  margin-top: 60px;
}
.top-message .top-section__title-jp {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .top-message {
    padding: 80px 15px 110px;
    /*&__contents{
    	padding-left: 15px;
    	padding-right:15px;
    	box-sizing: border-box;
    	width: 100%;
    }*/
  }
  .top-message__image {
    margin-bottom: 50px;
  }
  .top-message .btn {
    margin-top: 40px;
  }
}

.top-partner .top-partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-partner .top-partner-list li {
  list-style: none;
  width: 120px;
  margin: 0px 20px;
}
.top-partner .top-partner-list .thum-box__cover {
  width: 120px;
  height: 120px;
  position: relative;
}
.top-partner .top-partner-list .thum-box__cover img {
  border-radius: 60px;
}
.top-partner .top-partner-list .partner-tag {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.top-partner .title-other02 {
  font-size: 1.33rem;
  font-weight: bold;
}
.top-partner .btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .top-partner .top-partner-list li {
    margin: 20px;
  }
}

.top-sns {
  background: #FFFFFF;
  padding-top: 138px;
  padding-bottom: 116px;
}
.top-sns .row, .top-sns .faq-cat-list, .top-sns .footer-main .footer-contact, .footer-main .top-sns .footer-contact, .top-sns .footer-main .footer-sitemap__nav, .footer-main .top-sns .footer-sitemap__nav, .top-sns .section-problem__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-sns__title {
  background: url(../img/index/sns/tit--01.svg) center center no-repeat;
  width: 120px;
  height: 66px;
  margin-right: 38px;
  text-indent: -9999px;
}
.top-sns__description {
  margin-right: 34px;
}
.top-sns .thum-box__cover {
  width: 254px;
  height: 254px;
}
.top-sns__article {
  margin-top: 22px;
}
.top-sns__link {
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .top-sns {
    padding: 138px 15px 116px;
  }
  .top-sns .row, .top-sns .faq-cat-list, .top-sns .footer-main .footer-contact, .footer-main .top-sns .footer-contact, .top-sns .footer-main .footer-sitemap__nav, .footer-main .top-sns .footer-sitemap__nav, .top-sns .section-problem__list {
    text-align: center;
  }
  .top-sns .thum-box__cover {
    width: 155px;
    height: 155px;
    margin-bottom: 30px;
  }
  .top-sns__title {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .top-sns__description {
    margin-right: 0px;
  }
  .top-sns__link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .top-sns__article.row, .top-sns__article.faq-cat-list, .footer-main .top-sns__article.footer-contact, .footer-main .top-sns__article.footer-sitemap__nav, .top-sns__article.section-problem__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-others-wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #F2F2F2;
  padding-top: 94px;
}
@media screen and (max-width: 599px) {
  .top-others-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
}

.top-others {
  background: url(../img/index/others/bgi--01.jpg) center top no-repeat, #F2F2F2;
  background-size: 100% auto, cover;
  padding-top: 29vw;
  padding-bottom: 60px;
}
.top-others .row, .top-others .faq-cat-list, .top-others .footer-main .footer-contact, .footer-main .top-others .footer-contact, .top-others .footer-main .footer-sitemap__nav, .footer-main .top-others .footer-sitemap__nav, .top-others .section-problem__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-others__list {
  list-style: none;
  width: 255px;
  font-size: 1.11rem;
  font-weight: bold;
  text-align: left;
  background: url(../img/index/others/lin--01.svg) right bottom no-repeat;
  padding-bottom: 43px;
  margin-bottom: 67px;
}
.top-others__list img {
  margin-bottom: 17px;
}
.top-others .top-section__title-jp {
  margin-bottom: 42px;
}
@media screen and (max-width: 599px) {
  .top-others {
    padding-bottom: 0px;
  }
  .top-others .row, .top-others .faq-cat-list, .top-others .footer-main .footer-contact, .footer-main .top-others .footer-contact, .top-others .footer-main .footer-sitemap__nav, .footer-main .top-others .footer-sitemap__nav, .top-others .section-problem__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-others__list {
    width: 45%;
    text-align: center;
  }
  .top-others .top-section__title-jp {
    text-align: center;
  }
}

.top-others-inner {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 540px);
  background-color: #F2F2F2;
  border-top-left-radius: 80px;
  padding-top: 88px;
  padding-left: 118px;
  margin-left: 80px;
}
@media screen and (max-width: 599px) {
  .top-others-inner {
    margin-left: 0px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 15px;
  }
}

.top-news {
  background-color: #F2F2F2;
  padding: 130px 0px 200px;
}
.top-news__title {
  width: 350px;
  max-width: 100%;
}
.top-news__title .row, .top-news__title .faq-cat-list, .top-news__title .footer-main .footer-contact, .footer-main .top-news__title .footer-contact, .top-news__title .footer-main .footer-sitemap__nav, .footer-main .top-news__title .footer-sitemap__nav, .top-news__title .section-problem__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.top-news .top-section__title-en {
  margin-right: 32px;
}
.top-news__contents {
  width: 720px;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 60px 0px 200px;
  }
  .top-news__title .row, .top-news__title .faq-cat-list, .top-news__title .footer-main .footer-contact, .footer-main .top-news__title .footer-contact, .top-news__title .footer-main .footer-sitemap__nav, .footer-main .top-news__title .footer-sitemap__nav, .top-news__title .section-problem__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-news-category {
  margin-bottom: 60px;
}

.news-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  list-style: none;
}
.news-menu__list-item {
  padding-bottom: 13px;
  margin-right: 62px;
  color: #B5B5B5;
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
}
.news-menu__list-item.active {
  border-bottom: 3px solid #333333;
  color: #333333;
}

.top-news-article li {
  list-style: none;
  border-bottom: 1px solid #B5B5B5;
  padding: 35px 0px;
}
.top-news-article li:first-of-type {
  padding-top: 0px;
}
.top-news-article li:last-of-type {
  border: none;
}
@media screen and (max-width: 599px) {
  .top-news-article li {
    padding: 20px 0px 15px;
  }
}

/*収益物件*/
.toushi-section-01 {
  background-color: #F2F2F2;
}
.toushi-section-01 .row, .toushi-section-01 .faq-cat-list, .toushi-section-01 .footer-main .footer-contact, .footer-main .toushi-section-01 .footer-contact, .toushi-section-01 .footer-main .footer-sitemap__nav, .footer-main .toushi-section-01 .footer-sitemap__nav, .toushi-section-01 .section-problem__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.toushi-section-01 #common-case .row, .toushi-section-01 #common-case .faq-cat-list, .toushi-section-01 #common-case .footer-main .footer-contact, .footer-main .toushi-section-01 #common-case .footer-contact, .toushi-section-01 #common-case .footer-main .footer-sitemap__nav, .footer-main .toushi-section-01 #common-case .footer-sitemap__nav, .toushi-section-01 #common-case .section-problem__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.toushi-section-01__image {
  width: 390px;
  max-width: 100%;
}
.toushi-section-01__image img {
  position: relative;
  z-index: 2;
}
.toushi-section-01__contents {
  width: 570px;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .toushi-section-01__image {
    margin-top: 30px;
  }
  .toushi-section-01__contents {
    margin-top: 60px;
  }
}

.toushi-section-01-case .title-other03 {
  margin-bottom: 80px;
}
.toushi-section-01-case .btn {
  margin-left: auto;
  margin-right: auto;
}

.toushi-section-02 {
  background-color: #FFFFFF;
}
.toushi-section-02 .row, .toushi-section-02 .faq-cat-list, .toushi-section-02 .footer-main .footer-contact, .footer-main .toushi-section-02 .footer-contact, .toushi-section-02 .footer-main .footer-sitemap__nav, .footer-main .toushi-section-02 .footer-sitemap__nav, .toushi-section-02 .section-problem__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.toushi-section-02__image {
  width: 640px;
  max-width: 100%;
}
.toushi-section-02__image img {
  border-top-right-radius: 80px;
}
.toushi-section-02__contents {
  width: 360px;
  max-width: 100%;
}

.toushi-section-03 {
  background-color: #F2F2F2;
}

/*物件管理ページ*/
.kanri-intro .row, .kanri-intro .faq-cat-list, .kanri-intro .footer-main .footer-contact, .footer-main .kanri-intro .footer-contact, .kanri-intro .footer-main .footer-sitemap__nav, .footer-main .kanri-intro .footer-sitemap__nav, .kanri-intro .section-problem__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kanri-intro__contents {
  width: 520px;
  max-width: 100%;
}
.kanri-intro__image {
  width: 440px;
  max-width: 100%;
}
.kanri-intro__image02 {
  width: calc(100% - 100px);
  margin-bottom: 54px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media screen and (max-width: 599px) {
  .kanri-intro__image02 {
    width: 100%;
  }
}

.kanri-merit .title-other02 {
  color: #2B572C;
}
.kanri-merit.u-bg-brown {
  color: #333333;
}
.kanri-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 52px auto 37px;
}
.kanri-merit__list li {
  list-style: none;
  width: 250px;
  height: 66px;
  background-image: url(../img/common/mark/bgi--list02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px 66px;
  color: #2B572C;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.22rem;
}
.kanri-merit__list li:nth-of-type(1) {
  margin-top: 20px;
}
.kanri-merit__list li:nth-of-type(2) {
  background-image: url(../img/common/mark/bgi--list03.png);
}
.kanri-merit__list li:nth-of-type(3) {
  margin-top: 0px;
  background-image: url(../img/common/mark/bgi--list03.png);
}
.kanri-merit .title-lede02 {
  margin: 40px auto 35px;
}
@media screen and (max-width: 599px) {
  .kanri-merit__list {
    display: block;
  }
  .kanri-merit__list li {
    margin: 15px auto;
  }
  .kanri-merit__content {
    text-align: left;
  }
}

.kanri-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kanri-gallery .col img, .kanri-gallery .section-problem__list-item img {
  border-top-right-radius: 80px;
}
.kanri-gallery .col:first-of-type img, .kanri-gallery .section-problem__list-item:first-of-type img {
  margin-top: 148px;
}
.kanri-gallery .col + .col, .kanri-gallery .section-problem__list-item + .col, .kanri-gallery .col + .section-problem__list-item, .kanri-gallery .section-problem__list-item + .section-problem__list-item {
  margin-left: 160px;
}
@media screen and (max-width: 599px) {
  .kanri-gallery .col + .col, .kanri-gallery .section-problem__list-item + .col, .kanri-gallery .col + .section-problem__list-item, .kanri-gallery .section-problem__list-item + .section-problem__list-item {
    margin-left: 30px;
  }
}

.kanri-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kanri-option .row, .kanri-option .faq-cat-list, .kanri-option .footer-main .footer-contact, .footer-main .kanri-option .footer-contact, .kanri-option .footer-main .footer-sitemap__nav, .footer-main .kanri-option .footer-sitemap__nav, .kanri-option .section-problem__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kanri-option .u-fr-green {
  width: 100%;
}
.kanri-option__contents {
  width: 565px;
  max-width: 100%;
}
.kanri-option__contents .btn .ico--link {
  margin-left: 15px;
}
.kanri-option__image {
  width: 345px;
  max-width: 100%;
}
.kanri-option__image02 {
  width: 276px;
  height: auto;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 599px) {
  .kanri-option__contents, .kanri-option__image {
    width: 100%;
  }
}

.kanri-service .title-lv3 {
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
}

/*選ばれる理由*/
.about-strengths__title {
  text-indent: -9999px;
  background: url(../img/about/index/strengths/tit--01.svg) center center no-repeat;
  width: 225px;
  max-width: 100%;
  height: 107px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.about-strengths__inner {
  background-color: #FFFFFF;
  border-radius: 80px;
  padding: 105px 64px;
  margin-top: 72px;
}
.about-strengths__inner .title-lv3 {
  margin-bottom: 20px;
}
.about-strengths__inner .row + .row, .about-strengths__inner .faq-cat-list + .row, .about-strengths__inner .row + .faq-cat-list, .about-strengths__inner .faq-cat-list + .faq-cat-list, .about-strengths__inner .footer-main .footer-contact + .row, .about-strengths__inner .footer-main .footer-contact + .faq-cat-list, .footer-main .about-strengths__inner .footer-contact + .row, .footer-main .about-strengths__inner .footer-contact + .faq-cat-list, .about-strengths__inner .footer-main .footer-sitemap__nav + .row, .about-strengths__inner .footer-main .footer-sitemap__nav + .faq-cat-list, .footer-main .about-strengths__inner .footer-sitemap__nav + .row, .footer-main .about-strengths__inner .footer-sitemap__nav + .faq-cat-list, .about-strengths__inner .section-problem__list + .row, .about-strengths__inner .section-problem__list + .faq-cat-list, .about-strengths__inner .footer-main .row + .footer-contact, .about-strengths__inner .footer-main .faq-cat-list + .footer-contact, .footer-main .about-strengths__inner .row + .footer-contact, .footer-main .about-strengths__inner .faq-cat-list + .footer-contact, .about-strengths__inner .footer-main .footer-contact + .footer-contact, .footer-main .about-strengths__inner .footer-contact + .footer-contact, .about-strengths__inner .footer-main .footer-sitemap__nav + .footer-contact, .footer-main .about-strengths__inner .footer-sitemap__nav + .footer-contact, .about-strengths__inner .footer-main .section-problem__list + .footer-contact, .footer-main .about-strengths__inner .section-problem__list + .footer-contact, .about-strengths__inner .footer-main .row + .footer-sitemap__nav, .about-strengths__inner .footer-main .faq-cat-list + .footer-sitemap__nav, .footer-main .about-strengths__inner .row + .footer-sitemap__nav, .footer-main .about-strengths__inner .faq-cat-list + .footer-sitemap__nav, .about-strengths__inner .footer-main .footer-contact + .footer-sitemap__nav, .footer-main .about-strengths__inner .footer-contact + .footer-sitemap__nav, .about-strengths__inner .footer-main .footer-sitemap__nav + .footer-sitemap__nav, .footer-main .about-strengths__inner .footer-sitemap__nav + .footer-sitemap__nav, .about-strengths__inner .footer-main .section-problem__list + .footer-sitemap__nav, .footer-main .about-strengths__inner .section-problem__list + .footer-sitemap__nav, .about-strengths__inner .row + .section-problem__list, .about-strengths__inner .faq-cat-list + .section-problem__list, .about-strengths__inner .footer-main .footer-contact + .section-problem__list, .footer-main .about-strengths__inner .footer-contact + .section-problem__list, .about-strengths__inner .footer-main .footer-sitemap__nav + .section-problem__list, .footer-main .about-strengths__inner .footer-sitemap__nav + .section-problem__list, .about-strengths__inner .section-problem__list + .section-problem__list {
  margin-top: 80px;
}
.about-strengths__image {
  padding-top: 30px;
  position: relative;
}
.about-strengths__image::before {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-strengths__image.strengths01::before {
  content: url(../img/about/index/strengths/txt--01.svg);
}
.about-strengths__image.strengths02::before {
  content: url(../img/about/index/strengths/txt--02.svg);
}
.about-strengths__image.strengths03::before {
  content: url(../img/about/index/strengths/txt--03.svg);
}
@media screen and (max-width: 599px) {
  .about-strengths__inner {
    border-radius: 30px;
    padding: 30px 15px;
  }
  .about-strengths .row + .row, .about-strengths .faq-cat-list + .row, .about-strengths .row + .faq-cat-list, .about-strengths .faq-cat-list + .faq-cat-list, .about-strengths .footer-main .footer-contact + .row, .about-strengths .footer-main .footer-contact + .faq-cat-list, .footer-main .about-strengths .footer-contact + .row, .footer-main .about-strengths .footer-contact + .faq-cat-list, .about-strengths .footer-main .footer-sitemap__nav + .row, .about-strengths .footer-main .footer-sitemap__nav + .faq-cat-list, .footer-main .about-strengths .footer-sitemap__nav + .row, .footer-main .about-strengths .footer-sitemap__nav + .faq-cat-list, .about-strengths .section-problem__list + .row, .about-strengths .section-problem__list + .faq-cat-list, .about-strengths .footer-main .row + .footer-contact, .about-strengths .footer-main .faq-cat-list + .footer-contact, .footer-main .about-strengths .row + .footer-contact, .footer-main .about-strengths .faq-cat-list + .footer-contact, .about-strengths .footer-main .footer-contact + .footer-contact, .footer-main .about-strengths .footer-contact + .footer-contact, .about-strengths .footer-main .footer-sitemap__nav + .footer-contact, .footer-main .about-strengths .footer-sitemap__nav + .footer-contact, .about-strengths .footer-main .section-problem__list + .footer-contact, .footer-main .about-strengths .section-problem__list + .footer-contact, .about-strengths .footer-main .row + .footer-sitemap__nav, .about-strengths .footer-main .faq-cat-list + .footer-sitemap__nav, .footer-main .about-strengths .row + .footer-sitemap__nav, .footer-main .about-strengths .faq-cat-list + .footer-sitemap__nav, .about-strengths .footer-main .footer-contact + .footer-sitemap__nav, .footer-main .about-strengths .footer-contact + .footer-sitemap__nav, .about-strengths .footer-main .footer-sitemap__nav + .footer-sitemap__nav, .footer-main .about-strengths .footer-sitemap__nav + .footer-sitemap__nav, .about-strengths .footer-main .section-problem__list + .footer-sitemap__nav, .footer-main .about-strengths .section-problem__list + .footer-sitemap__nav, .about-strengths .row + .section-problem__list, .about-strengths .faq-cat-list + .section-problem__list, .about-strengths .footer-main .footer-contact + .section-problem__list, .footer-main .about-strengths .footer-contact + .section-problem__list, .about-strengths .footer-main .footer-sitemap__nav + .section-problem__list, .footer-main .about-strengths .footer-sitemap__nav + .section-problem__list, .about-strengths .section-problem__list + .section-problem__list {
    margin-top: 40px;
  }
}

.about-company {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 540px);
}
.about-company__image {
  width: calc(50vw + 540px);
  height: auto;
  display: block;
  position: absolute;
  left: 0px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.about-company__inner {
  padding-top: 35vw;
  width: 770px;
  max-width: 100%;
}
.about-company__inner p + p {
  margin-top: 75px;
}
@media screen and (max-width: 599px) {
  .about-company {
    margin-left: 0px;
    padding-left: 0px;
  }
  .about-company__image {
    width: calc(100% - 15px);
  }
  .about-company__inner p + p {
    margin-top: 30px;
  }
}

.about-message {
  background: #FFFFFF;
}
.about-message .title-lv3 {
  margin-bottom: 30px;
}
.about-message .title-lede02 {
  margin-bottom: 40px;
}
.about-message__title {
  text-align: center;
  margin-bottom: 40px;
}
.about-message__lede {
  background: url(../img/common/mark/lin--dot2.svg) bottom repeat-x;
  padding-bottom: 2px;
  display: inline-block;
}
.about-message .row, .about-message .faq-cat-list, .about-message .footer-main .footer-contact, .footer-main .about-message .footer-contact, .about-message .footer-main .footer-sitemap__nav, .footer-main .about-message .footer-sitemap__nav, .about-message .section-problem__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-message .row + .row, .about-message .faq-cat-list + .row, .about-message .row + .faq-cat-list, .about-message .faq-cat-list + .faq-cat-list, .about-message .footer-main .footer-contact + .row, .about-message .footer-main .footer-contact + .faq-cat-list, .footer-main .about-message .footer-contact + .row, .footer-main .about-message .footer-contact + .faq-cat-list, .about-message .footer-main .footer-sitemap__nav + .row, .about-message .footer-main .footer-sitemap__nav + .faq-cat-list, .footer-main .about-message .footer-sitemap__nav + .row, .footer-main .about-message .footer-sitemap__nav + .faq-cat-list, .about-message .section-problem__list + .row, .about-message .section-problem__list + .faq-cat-list, .about-message .footer-main .row + .footer-contact, .about-message .footer-main .faq-cat-list + .footer-contact, .footer-main .about-message .row + .footer-contact, .footer-main .about-message .faq-cat-list + .footer-contact, .about-message .footer-main .footer-contact + .footer-contact, .footer-main .about-message .footer-contact + .footer-contact, .about-message .footer-main .footer-sitemap__nav + .footer-contact, .footer-main .about-message .footer-sitemap__nav + .footer-contact, .about-message .footer-main .section-problem__list + .footer-contact, .footer-main .about-message .section-problem__list + .footer-contact, .about-message .footer-main .row + .footer-sitemap__nav, .about-message .footer-main .faq-cat-list + .footer-sitemap__nav, .footer-main .about-message .row + .footer-sitemap__nav, .footer-main .about-message .faq-cat-list + .footer-sitemap__nav, .about-message .footer-main .footer-contact + .footer-sitemap__nav, .footer-main .about-message .footer-contact + .footer-sitemap__nav, .about-message .footer-main .footer-sitemap__nav + .footer-sitemap__nav, .footer-main .about-message .footer-sitemap__nav + .footer-sitemap__nav, .about-message .footer-main .section-problem__list + .footer-sitemap__nav, .footer-main .about-message .section-problem__list + .footer-sitemap__nav, .about-message .row + .section-problem__list, .about-message .faq-cat-list + .section-problem__list, .about-message .footer-main .footer-contact + .section-problem__list, .footer-main .about-message .footer-contact + .section-problem__list, .about-message .footer-main .footer-sitemap__nav + .section-problem__list, .footer-main .about-message .footer-sitemap__nav + .section-problem__list, .about-message .section-problem__list + .section-problem__list {
  margin-top: 80px;
}
.about-message .col + .col, .about-message .section-problem__list-item + .col, .about-message .col + .section-problem__list-item, .about-message .section-problem__list-item + .section-problem__list-item {
  margin-left: 95px;
}
.about-message .u-img-bg-05 img {
  border-top-right-radius: 80px;
}
@media screen and (max-width: 599px) {
  .about-message .col + .col, .about-message .section-problem__list-item + .col, .about-message .col + .section-problem__list-item, .about-message .section-problem__list-item + .section-problem__list-item {
    margin-left: 0px;
    margin-top: 30px;
  }
  .about-message .title-lede02 {
    margin-bottom: 20px;
  }
}

.about-message-02 {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 540px);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.about-message-02::before {
  content: "";
  background: #F2F2F2;
  width: calc(50vw - 90px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .about-message-02 {
    margin-left: 0px;
    padding-left: 0px;
  }
  .about-message-02::before {
    background: none;
  }
}

/*会社案内*/
.company .section-sub-layout {
  margin: -150px 0px;
  padding: 150px 0px;
}
@media screen and (max-width: 599px) {
  .company .section-sub-layout {
    margin: -100px 0px;
    padding: 100px 0px;
  }
}

.company-section01 {
  padding-top: 100px;
  padding-bottom: 120px;
}

.company-overview .title-lv3 {
  color: #333333;
  margin-bottom: 36px;
}

.company-access .title-lv3 {
  color: #333333;
  margin-bottom: 58px;
}
.company-access__map {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.company-access__map iframe {
  height: 350px;
  width: 100%;
}
.company-access__address {
  text-align: center;
  margin: 75px 0px 20px;
}

.company-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-menu__list li {
  padding: 0px 25px;
  border-left: 1px solid #2B572C;
  list-style: none;
}
.company-menu__list li:first-of-type {
  border-left: none;
}
.company-menu__list li a {
  font-weight: bold;
}
.company-menu__list li a.active, .company-menu__list li a:hover {
  color: #2B572C;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .company-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company-menu__list li {
    width: 47%;
    padding: 0px;
    border-left: none;
    text-align: center;
  }
}

.company-section02 {
  padding-top: 80px;
  padding-bottom: 200px;
  background: #E5E1D5;
}
.company-section02 .title-lv3 {
  color: #333333;
  margin-bottom: 50px;
}

.company-staff__title {
  font-size: 0.78rem;
}
.company-staff__name {
  font-size: 1.67rem;
  font-weight: bold;
}
.company-staff__image {
  border-top-right-radius: 80px;
}
.company-staff .row + .row, .company-staff .faq-cat-list + .row, .company-staff .row + .faq-cat-list, .company-staff .faq-cat-list + .faq-cat-list, .company-staff .footer-main .footer-contact + .row, .company-staff .footer-main .footer-contact + .faq-cat-list, .footer-main .company-staff .footer-contact + .row, .footer-main .company-staff .footer-contact + .faq-cat-list, .company-staff .footer-main .footer-sitemap__nav + .row, .company-staff .footer-main .footer-sitemap__nav + .faq-cat-list, .footer-main .company-staff .footer-sitemap__nav + .row, .footer-main .company-staff .footer-sitemap__nav + .faq-cat-list, .company-staff .section-problem__list + .row, .company-staff .section-problem__list + .faq-cat-list, .company-staff .footer-main .row + .footer-contact, .company-staff .footer-main .faq-cat-list + .footer-contact, .footer-main .company-staff .row + .footer-contact, .footer-main .company-staff .faq-cat-list + .footer-contact, .company-staff .footer-main .footer-contact + .footer-contact, .footer-main .company-staff .footer-contact + .footer-contact, .company-staff .footer-main .footer-sitemap__nav + .footer-contact, .footer-main .company-staff .footer-sitemap__nav + .footer-contact, .company-staff .footer-main .section-problem__list + .footer-contact, .footer-main .company-staff .section-problem__list + .footer-contact, .company-staff .footer-main .row + .footer-sitemap__nav, .company-staff .footer-main .faq-cat-list + .footer-sitemap__nav, .footer-main .company-staff .row + .footer-sitemap__nav, .footer-main .company-staff .faq-cat-list + .footer-sitemap__nav, .company-staff .footer-main .footer-contact + .footer-sitemap__nav, .footer-main .company-staff .footer-contact + .footer-sitemap__nav, .company-staff .footer-main .footer-sitemap__nav + .footer-sitemap__nav, .footer-main .company-staff .footer-sitemap__nav + .footer-sitemap__nav, .company-staff .footer-main .section-problem__list + .footer-sitemap__nav, .footer-main .company-staff .section-problem__list + .footer-sitemap__nav, .company-staff .row + .section-problem__list, .company-staff .faq-cat-list + .section-problem__list, .company-staff .footer-main .footer-contact + .section-problem__list, .footer-main .company-staff .footer-contact + .section-problem__list, .company-staff .footer-main .footer-sitemap__nav + .section-problem__list, .footer-main .company-staff .footer-sitemap__nav + .section-problem__list, .company-staff .section-problem__list + .section-problem__list {
  margin-top: 120px;
}
.company-staff .col + .col, .company-staff .section-problem__list-item + .col, .company-staff .col + .section-problem__list-item, .company-staff .section-problem__list-item + .section-problem__list-item {
  margin-left: 90px;
}
.company-staff .btn {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.company-staff .table-ptn--01 {
  margin-bottom: 30px;
}
.company-staff .table-ptn--01 th {
  color: #2B572C;
}
@media screen and (max-width: 599px) {
  .company-staff .col + .col, .company-staff .section-problem__list-item + .col, .company-staff .col + .section-problem__list-item, .company-staff .section-problem__list-item + .section-problem__list-item {
    margin-left: 0px;
  }
}

.company-partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-partner__list li {
  width: 270px;
  margin: 0px 40px 70px;
  list-style: none;
  text-align: center;
}
.company-partner .thum-box__cover {
  width: 210px;
  height: 210px;
  margin-bottom: 30px;
}
.company-partner__image {
  border-radius: 105px;
}
.company-partner__comment {
  text-align: left;
}
.company-partner__name {
  margin-top: 20px;
  font-size: 1.11rem;
  font-weight: bold;
}
.company-partner__company {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.88rem;
  color: #2B572C;
}
@media screen and (max-width: 599px) {
  .company-partner__list li {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*お悩み解決事例*/
.case-list02 {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 25px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 120px;
  width: 480px;
  max-width: 100%;
  text-align: left;
  margin-bottom: 100px;
}
.case-list02:nth-of-type(2n) {
  margin-right: 0px;
}
.case-list02 .thum-box__cover {
  width: 430px;
  max-width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 20px;
}
.case-list02 .thum-box__cover::after {
  content: "AFTER";
  font-size: 1.11rem;
  font-weight: bold;
  color: #FFFFFF;
  bottom: 0px;
  left: 10px;
  position: absolute;
}
.case-list02__title {
  font-size: 1.11rem;
  color: #2B572C;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 20px;
}
.case-list02__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
.case-list02__result dl {
  background: #F2F2F2;
  width: 210px;
  max-width: 49%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.case-list02__result dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 0.88rem;
}
.case-list02__result dd {
  font-size: 0.88rem;
  -moz-text-align-last: left;
       text-align-last: left;
}
.case-list02__before dt {
  background: url(../img/common/mark/bgi--list04.png) no-repeat center;
  background-size: 80px 34px;
  color: #FFFFFF;
}
.case-list02__after dt {
  background: url(../img/common/mark/bgi--list05.png) no-repeat center;
  background-size: 80px 34px;
  color: #2B572C;
}
.case-list02__after dd {
  color: #2B572C;
  font-weight: bold;
}
.case-list02 .btn-green {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .case-list02 {
    padding: 15px;
    margin-bottom: 30px;
  }
}

.case-cat + .case-cat {
  margin-top: 35px;
}

/*解決事例詳細ページ*/
.case-article .row, .case-article .faq-cat-list, .case-article .footer-main .footer-contact, .footer-main .case-article .footer-contact, .case-article .footer-main .footer-sitemap__nav, .footer-main .case-article .footer-sitemap__nav, .case-article .section-problem__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.case-article .cat-list {
  margin-bottom: 64px;
}
.case-article__thumbnail {
  width: 420px;
  max-width: 100%;
}
.case-article__info {
  width: 540px;
  max-width: 100%;
}
.case-article__before {
  position: relative;
}
.case-article__before::after {
  content: "BEFORE";
  font-weight: bold;
  font-size: 0.88rem;
  background: url(../img/common/mark/bgi--list04.png) no-repeat center;
  background-size: 80px 34px;
  width: 80px;
  height: 34px;
  position: absolute;
  color: #FFFFFF;
  bottom: -20px;
  right: 0px;
  text-align: center;
}
.case-article__after {
  position: relative;
}
.case-article__after::after {
  content: "AFTER";
  font-weight: bold;
  font-size: 0.88rem;
  background: url(../img/common/mark/bgi--list05.png) no-repeat center;
  background-size: 80px 34px;
  width: 80px;
  height: 34px;
  position: absolute;
  color: #2B572C;
  bottom: -20px;
  right: 0px;
  text-align: center;
}
.case-article__contents {
  padding-top: 200px;
}
.case-article__contents img {
  margin: 60px auto;
}
.case-article__contents figcaption,
.case-article__contents .wp-caption-text {
  text-align: left;
  font-size: 0.83rem;
  margin-top: -30px;
  padding-bottom: 20px;
}
.case-article__contents .wp-caption {
  max-width: 100%;
}
.case-article__comment {
  width: 920px;
  max-width: 100%;
  margin: 60px auto 0px;
}
@media screen and (max-width: 599px) {
  .case-article__contents {
    padding-top: 200px;
  }
  .case-article__contents img {
    margin: 30px auto;
  }
  .case-article__contents figcaption {
    text-align: left;
    font-size: 0.83rem;
    margin-top: -30px;
    padding-bottom: 20px;
  }
}

.case-article-footer .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

/*よくある質問*/
.faq-cat {
  margin-top: 50px;
}

.faq-cat-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq-cat-name {
  margin: 20px 7.5px;
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border: 1px solid #2B572C;
  border-radius: 40px;
  color: #2B572C;
}
.faq-cat-name.active {
  background: #2B572C;
  color: #FFFFFF;
}

.faq-list {
  padding-top: 0px;
}
.faq-list.section-sub-layout {
  margin-top: 100px;
}
.faq-list section {
  padding: 20px 0px;
}
.faq-list section + section {
  background: url(../img/common/mark/lin--dot2.svg) top repeat-x;
}
.faq-list dt {
  padding: 0px 70px 0px 105px;
  position: relative;
  font-size: 1.33rem;
  font-weight: bold;
  margin: 20px 0px;
}
.faq-list dt.title-lv3 {
  color: #333333;
}
.faq-list dt::before {
  content: "Q";
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
  font-size: 1.11rem;
  color: #FFFFFF;
  font-weight: bold;
  background: #2B572C;
  width: 45px;
  height: 45px;
  border-radius: 22px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 40px;
}
.faq-list dt::after {
  content: url(../img/common/mark/ico--arrow-down.svg);
  position: absolute;
  right: 0px;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 0px;
}
.faq-list dt.active::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: 0px;
}
.faq-list dd {
  display: none;
  position: relative;
  background: #fff;
  padding: 40px 40px 40px 105px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.faq-list dd::before {
  content: "A";
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
  font-size: 1.11rem;
  color: #FFFFFF;
  font-weight: bold;
  background: #8CB82C;
  width: 45px;
  height: 45px;
  border-radius: 22px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 40px;
}
@media screen and (max-width: 599px) {
  .faq-list dt {
    padding: 0px 30px 0px 55px;
  }
  .faq-list dt::before {
    left: 5px;
  }
  .faq-list dd {
    padding: 20px 30px 20px 55px;
  }
  .faq-list dd::before {
    left: 5px;
  }
}

/*オーナー様の声*/
.voice-intro {
  margin-bottom: 113px;
  text-align: center;
}
.voice-intro__comment {
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.voice-intro__comment li {
  list-style: none;
  text-align: left;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  font-size: 1.11rem;
}
.voice-intro__comment li::before {
  content: url(../img/common/mark/ico--list-01.svg);
  position: absolute;
  top: 2px;
  left: 0px;
}
.voice-intro__comment li:last-of-type {
  margin-bottom: 0px;
}

.case-area {
  text-align: center;
  background: url(../img/common/bgi/bgi--house-l.png) bottom 40px left 120px no-repeat, url(../img/common/bgi/bgi--house-r.png) bottom 40px right 95px no-repeat, #fff;
  background-size: 90px auto, 115px auto;
  padding: 45px;
  border-radius: 20px;
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.case-area .title-other02 {
  font-size: 1.33rem;
  color: #2B572C;
}
@media screen and (max-width: 599px) {
  .case-area {
    background: url(../img/common/bgi/bgi--house-l.png) bottom 10px left 20px no-repeat, url(../img/common/bgi/bgi--house-r.png) bottom 10px right 20px no-repeat, #fff;
    background-size: 110px auto, 125px auto;
    padding: 40px 15px 100px;
  }
}

/*オーナー様の声詳細*/
.voice-article .title-lv4 {
  text-align: center;
  color: #333333;
}
.voice-article .title-lv3 {
  margin-bottom: 30px;
  color: #333333;
}
.voice-article .owner-image {
  margin: 80px auto 60px;
  width: 160px;
  height: 160px;
  display: block;
}
.voice-article .u-fr-green dt {
  padding-left: 0px;
  font-size: 1.11rem;
  color: #2B572C;
  margin-bottom: 0px;
  padding-top: 20px;
}
.voice-article .u-fr-green dt::before {
  content: "";
}
.voice-article .u-fr-green dd {
  background: url(../img/common/mark/lin--dot2.svg) bottom repeat-x;
  padding-bottom: 20px;
}
.voice-article .u-fr-green .col + .col, .voice-article .u-fr-green .section-problem__list-item + .col, .voice-article .u-fr-green .col + .section-problem__list-item, .voice-article .u-fr-green .section-problem__list-item + .section-problem__list-item {
  margin-top: 0px;
}
.voice-article .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.voice-article .voice-contents {
  margin-top: 110px;
  margin-bottom: 90px;
}
.voice-article .voice-contents .section-sub-layout + .section-sub-layout {
  margin-top: 100px;
}
.voice-article .voice-contents img {
  margin: 30px auto;
}
@media screen and (max-width: 599px) {
  .voice-article .owner-image {
    margin: 30px auto;
  }
  .voice-article .voice-contents {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .voice-article .voice-contents .section-sub-layout + .section-sub-layout {
    margin-top: 60px;
  }
  .voice-article .voice-contents img {
    margin: 15px 2.5%;
    display: block;
  }
}

/*お知らせ*/
.section-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-news .post__title {
  font-weight: bold;
  font-size: 1.44rem;
  color: #333333;
  margin-bottom: 80px;
}
.section-news .post__contents img {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .section-news {
    display: block;
  }
  .section-news .post__title {
    font-size: 1.11rem;
    line-height: 1.66;
    margin-bottom: 30px;
  }
  .section-news .post__contents img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*お問合せ*/
.contact-section01 .title-lv4 {
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.contact-section01 .tel:hover {
  opacity: 1;
}
.contact-section01 .tel img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contact-section01 .tel img:hover {
  opacity: 1;
}

.contact-section02 {
  background: #FFFFFF;
}
.contact-section02 .title-lv4 {
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.contact-section02__text {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .contact-section02__text {
    text-align: left;
  }
}

.contact-section-line {
  padding-bottom: 100px;
}
.contact-section-line .title-lv4 {
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.contact-section-line .u-fr-green {
  padding: 50px 40px 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-section-line__title {
  font-size: 1.11rem;
  font-weight: bold;
}
.contact-section-line .line-id {
  font-size: 1.56rem;
  font-weight: bold;
  margin-top: 86px;
}
.contact-section-line .line-qr {
  width: 180px;
  max-width: 100%;
  margin-top: 20px;
}
.contact-section-line .line-add {
  width: 248px;
  max-width: 100%;
  margin-top: 70px;
}
.contact-section-line .u-fr-green + .u-fr-green {
  margin-top: 0px;
}
.contact-section-line .col + .col, .contact-section-line .section-problem__list-item + .col, .contact-section-line .col + .section-problem__list-item, .contact-section-line .section-problem__list-item + .section-problem__list-item {
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .contact-section-line {
    padding: 0px 15px 100px;
  }
  .contact-section-line .col + .col, .contact-section-line .section-problem__list-item + .col, .contact-section-line .col + .section-problem__list-item, .contact-section-line .section-problem__list-item + .section-problem__list-item {
    margin-left: 0px;
    margin-top: 30px;
  }
  .contact-section-line .line-id {
    margin-top: 20px;
  }
  .contact-section-line .line-add {
    margin-top: 20px;
  }
}

/*プライバシーポリシー*/
.section-privacy .section-sub-layout + .section-sub-layout {
  margin-top: 30px;
}

/*流れ*/
.flow-number {
  width: 80px;
  height: 80px;
  border: 2px solid #2B572C;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.83rem;
  color: #2B572C;
  line-height: 1.5;
  text-align: center;
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
  margin-left: 0px;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .flow-number {
    margin-left: auto;
  }
}

.flow-cat {
  text-align: center;
  margin: 80px auto 50px;
}
.flow-cat .title-other02 {
  font-size: 1.33rem;
  color: #2B572C;
  margin-bottom: 30px;
}
.flow-cat__list {
  background: #FFFFFF;
  border-top: 3px solid #2B572C;
  border-bottom: 3px solid #2B572C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 30px 0px;
}
.flow-cat__list li a {
  font-size: 1.33rem;
  font-weight: bold;
  color: #2B572C;
  padding: 3px 45px;
  margin: 0px 10px;
}
.flow-cat__list li a.active, .flow-cat__list li a:hover {
  color: #FFFFFF;
  background: #2B572C;
  border-radius: 20px;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .flow-cat__list {
    display: block;
  }
}

.section-flow-01 .flow-number {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.section-flow-01 .title-lv4 {
  text-align: center;
}
.section-flow-01 .u-fr-green {
  width: 910px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 80px auto;
}
.section-flow-01 .u-fr-green .btn {
  margin: 15px auto 70px;
}
.section-flow-01 .u-fr-green .title-lv4 {
  margin-bottom: 28px;
}
.section-flow-01__image {
  margin-top: 55px;
  margin-bottom: 40px;
}

.section-flow {
  position: relative;
}
.section-flow::before {
  content: "";
  background: url(../img/common/mark/lin--dot3.svg) left top repeat-y;
  width: 2px;
  height: calc(100% - 600px);
  position: absolute;
  top: 100px;
  left: 40px;
}
.section-flow#cat03::before {
  top: 300px;
  height: calc(100% - 800px);
}
.section-flow__list {
  list-style: none;
}
.section-flow__list .row, .section-flow__list .footer-main .footer-contact, .footer-main .section-flow__list .footer-contact, .section-flow__list .footer-main .footer-sitemap__nav, .footer-main .section-flow__list .footer-sitemap__nav, .section-flow__list .section-problem__list, .section-flow__list .faq-cat-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-flow__list li {
  padding: 60px 0px;
  margin-bottom: 10px;
  background: rgba(43, 87, 44, 0.05);
}
.section-flow__list li:nth-of-type(2n) {
  background: rgba(43, 87, 44, 0.15);
}
.section-flow__list li:nth-of-type(2n) .flow-number {
  background: #D3DAD3;
}
.section-flow__list li:nth-of-type(2n+1) .flow-number {
  background: #2B572C;
  color: #FFFFFF;
}
.section-flow__list li:last-of-type {
  margin-bottom: 0px;
}
.section-flow__number {
  width: 170px;
  max-width: 100%;
}
.section-flow__contents {
  width: 910px;
  max-width: 100%;
}
.section-flow__image {
  width: 600px;
  max-width: 100%;
}
.section-flow .btn-faq {
  margin: 150px auto 120px;
}
@media screen and (max-width: 599px) {
  .section-flow {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section-flow::before {
    background: none;
  }
  .section-flow__number {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-flow__list li {
    padding: 30px 0px;
  }
  .section-flow .btn-faq {
    margin: 60px auto;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-img {
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 147px);
}
@media screen and (max-width: 599px) {
  .slide-img {
    height: 470px;
  }
}

.swiper-container {
  width: calc(50vw + 456px);
  position: absolute !important;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .swiper-container {
    width: calc(100vw - 15px);
  }
}

.swiper-wrapper::before {
  content: url(../img/common/catch/pic--layer.svg);
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

/*解約届*/
.cancellation-section01 {
  text-align: center;
}
.cancellation-section01 .u-fr-green {
  margin-top: 80px;
  padding: 60px 70px;
}
.cancellation-section01 .u-fr-green .title-lv3 {
  margin-bottom: 60px;
}
.cancellation-section01 .u-fr-green li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-weight: normal;
  margin-bottom: 30px;
}
.cancellation-section01 .u-fr-green li div {
  margin-left: 43px;
}
.cancellation-section01 .u-fr-green li::before {
  content: "01";
  font-size: 0.83rem;
  width: 44px;
  height: 44px;
  background: #2B572C;
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
}
.cancellation-section01 .u-fr-green li:nth-of-type(2)::before {
  content: "02";
}
.cancellation-section01 .u-fr-green li:nth-of-type(3)::before {
  content: "03";
}
@media screen and (max-width: 599px) {
  .cancellation-section01 .u-fr-green {
    margin-top: 30px;
    padding: 15px;
  }
  .cancellation-section01 .u-fr-green .title-lv3 {
    margin-bottom: 30px;
  }
  .cancellation-section01 .u-fr-green li div {
    margin-left: 15px;
  }
}

.cancellation-section02 {
  background: #FFFFFF;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--x-small {
  font-size: 0.78rem;
}

.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.11rem;
}

.u-font-size--x-large {
  font-size: 1.33rem;
}

.u-font-size--xx-large {
  font-size: 1.44rem;
}

.u-font-size--xxx-large {
  font-size: 1.66rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #2B572C;
}

.u-color-sub {
  color: #8CB826;
}

.u-ff-en, .footer-bottom .copy, .page-title__en, .top-section__title-en, .post__date, .page-numbers span, .page-numbers a,
.pagination span,
.pagination a {
  font-family: open-sans, noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
}

.u-font-italic {
  font-style: italic;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

.u-marker-green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #C0D887));
  background: linear-gradient(transparent 60%, #C0D887 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

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

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

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 30px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--large {
    margin-bottom: 40px;
  }
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--x-large {
    margin-bottom: 60px;
  }
}

.u-margin-bottom--xx-large, .contact-section02__text {
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--xx-large, .contact-section02__text {
    margin-bottom: 80px;
  }
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}
@media screen and (max-width: 599px) {
  .u-margin-bottom--max {
    margin-bottom: 120px;
  }
}

/* 改行の設定 */
.u-br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-br-sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .u-br-notsp {
    display: none;
  }
}

/* 親の幅を超える設定 */
.u-over-parent, .u-bg-green, .u-bg-brown, .footer-main, .footer-bottom, .layout-title, .top-about, .top-service, .top-message, .top-sns, .top-others, .top-news, .toushi-section-01, .toushi-section-02, .toushi-section-03, .about-message, .company-section02, .contact-section02, .flow-cat__list, .section-flow__list li, .cancellation-section02 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 540px);
  padding-right: calc(50vw - 540px);
}
@media screen and (max-width: 599px) {
  .u-over-parent, .u-bg-green, .u-bg-brown, .footer-main, .footer-bottom, .layout-title, .top-about, .top-service, .top-message, .top-sns, .top-others, .top-news, .toushi-section-01, .toushi-section-02, .toushi-section-03, .about-message, .company-section02, .contact-section02, .flow-cat__list, .section-flow__list li, .cancellation-section02 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.u-fr-green {
  border: 4px solid #2B572C;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 80px;
  color: #333333;
}
.u-fr-green li {
  list-style: none;
  text-align: left;
  position: relative;
  padding-left: 40px;
  color: #2B572C;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  font-size: 1.11rem;
}
.u-fr-green li::before {
  content: url(../img/common/mark/ico--list-01.svg);
  position: absolute;
  top: 2px;
  left: 0px;
}
.u-fr-green li:last-of-type {
  margin-bottom: 0px;
}
.u-fr-green dt {
  position: relative;
  padding-left: 40px;
  color: #2B572C;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  font-size: 1.11rem;
}
.u-fr-green dt::before {
  content: url(../img/common/mark/ico--list-01.svg);
  position: absolute;
  top: 2px;
  left: 0px;
}
.u-fr-green dd li {
  list-style-type: disc;
  font-weight: normal;
  font-size: 1rem;
  padding-left: 0px;
  margin-left: 30px;
}
.u-fr-green dd li::before {
  content: "";
}
.u-fr-green.no-fr {
  border: none;
  padding: 60px 80px;
}
.u-fr-green + .u-fr-green {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .u-fr-green {
    padding: 30px 15px;
  }
  .u-fr-green.no-fr {
    padding: 30px 15px;
  }
}

/*背景*/
/*.u-bg-brown{
	@extend .u-over-parent;

	color: $color--site-main;
	text-align: center;
	position: relative;
	padding-top: 96px;
	padding-bottom: 87px;
	&.bg-main{
		background: url(../img/common/bgi/bgi--brown-w-top.jpg) repeat-x top center,url(../img/common/bgi/bgi--brown-w-bottom.jpg) repeat-x bottom center,#E5E1D5;
		background-size: 100% 45px;
	}
	&.bg-sub{
		background: url(../img/common/bgi/bgi--brown-g-top.jpg) repeat-x top center,url(../img/common/bgi/bgi--brown-g-bottom.jpg) repeat-x bottom center,#E5E1D5;
		background-size: 100% 45px;
	}
}*/
.u-bg-brown {
  color: #2B572C;
  text-align: center;
  position: relative;
  padding-top: 96px;
  padding-bottom: 87px;
  background: #E5E1D5;
}
.u-bg-brown::before {
  content: "";
  background: url(../img/common/bgi/bgi--brown-top.png) top center repeat-x;
  background-size: 100% 50px;
  position: absolute;
  top: -48px;
  left: 0px;
  width: 100%;
  height: 50px;
}
.u-bg-brown::after {
  content: "";
  background: url(../img/common/bgi/bgi--brown-bottom.png) top center repeat-x;
  background-size: 100% 45px;
  position: absolute;
  bottom: -43px;
  left: 0px;
  width: 100%;
  height: 45px;
}
@media screen and (max-width: 599px) {
  .u-bg-brown {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.u-bg-green {
  background-color: #2B572C;
  color: #F2F2F2;
  position: relative;
}
.u-bg-green::before {
  content: "";
  background: url(../img/common/bgi/bgi--green-top.png) top center repeat-x;
  background-size: 100% 54px;
  position: absolute;
  top: -52px;
  left: 0px;
  width: 100%;
  height: 54px;
}
.u-bg-green::after {
  content: "";
  background: url(../img/common/bgi/bgi--green-bottom.png) top center repeat-x;
  background-size: 100% 79px;
  position: absolute;
  bottom: -77px;
  left: 0px;
  width: 100%;
  height: 79px;
}

.u-img-bg-01,
.u-img-bg-02,
.u-img-bg-03,
.u-img-bg-04,
.u-img-bg-05 {
  position: relative;
}
.u-img-bg-01 img,
.u-img-bg-02 img,
.u-img-bg-03 img,
.u-img-bg-04 img,
.u-img-bg-05 img {
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
.u-img-bg-01::after,
.u-img-bg-02::after,
.u-img-bg-03::after,
.u-img-bg-04::after,
.u-img-bg-05::after {
  position: absolute;
  z-index: 1;
}

.u-img-bg-01::after {
  content: url(../img/common/bgi/bgi--image-01.svg);
  bottom: -120px;
  left: -60px;
}
@media screen and (max-width: 599px) {
  .u-img-bg-01::after {
    bottom: -60px;
    left: -15px;
  }
}

.u-img-bg-02::after {
  content: url(../img/common/bgi/bgi--image-02.svg);
  bottom: -50px;
  right: -70px;
}
@media screen and (max-width: 599px) {
  .u-img-bg-02::after {
    bottom: -30px;
    right: -15px;
  }
}

.u-img-bg-03::after {
  content: url(../img/common/bgi/bgi--image-03.svg);
  bottom: -66px;
  right: -70px;
}
@media screen and (max-width: 599px) {
  .u-img-bg-03::after {
    bottom: -30px;
    right: -15px;
  }
}

.u-img-bg-04::after {
  content: url(../img/common/bgi/bgi--image-02.svg);
  bottom: -50px;
  left: -60px;
}
@media screen and (max-width: 599px) {
  .u-img-bg-04::after {
    bottom: -60px;
    left: -15px;
  }
}

.u-img-bg-05::after {
  content: url(../img/common/bgi/bgi--image-05.svg);
  bottom: -66px;
  right: -70px;
}
@media screen and (max-width: 599px) {
  .u-img-bg-05::after {
    bottom: -30px;
    right: -15px;
  }
}

/*サムネイル*/
.thum-box__cover {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.thum-box__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thum-box__contain {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.thum-box__contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pb-0 {
  padding-bottom: 0px;
}

/* theme */
/*
	サイト全体で使う色の指定
*/