@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-zen-r {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.ff-zen-m, body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.ff-zen-b {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.ff-maru-r {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-maru-m, .care-intro-list, .info-date, .breadcrumb li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-maru-b, .sales-partner-list, .sales-item-list span, .care-suiren-list__title, .side-nav dt, .pagination, .btn-default, .btn, .table-ptn--02, .global-nav__contact, .global-nav__list li a, .common-voice-list__title, footer, .header-btn::after, .header-contact__btn, .header-primal {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.8s, top 0.8s;
  transition: opacity 0.8s, top 0.8s;
  position: relative;
  top: 50px;
}
.fadeIn.active {
  opacity: 1;
  top: 0;
}

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

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (max-width: 699px) {
  html {
    font-size: 14px;
  }
}

/* body */
body {
  text-align: left;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  color: #3B4043;
  line-height: 1.75;
  letter-spacing: 1.6px;
  container-type: inline-size;
}
body.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}

/* リンク色 */
a {
  color: #3B4043;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #3B4043;
  opacity: 0.7;
}

/* hover時の画像 */
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 */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

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

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

/* ページ幅 */
.layout-container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 699px) {
  .layout-container {
    width: 100%;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layout-container-sm {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 699px) {
  .layout-container-sm {
    width: 100%;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* メインカラム */
.layout-main-column {
  width: 486px;
}
@media screen and (max-width: 699px) {
  .layout-main-column {
    width: 100%;
  }
}

/* サブカラム */
.layout-sub-column {
  width: 562px;
}
@media screen and (max-width: 699px) {
  .layout-sub-column {
    width: 100%;
  }
}

/* 汎用レイアウト */
.layout-section {
  padding-top: 115px;
  padding-bottom: 100px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

@media screen and (min-width: 699px) {
  .pc-row, .sales-partner, .sales-about, .care-about, .article-section, .common-voice__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc-row .col, .sales-partner .col, .sales-about .col, .care-about .col, .article-section .col, .common-voice__title .col {
    -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;
  }
}

.row, .care-intro-list__address, .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row .col, .care-intro-list__address .col, .article-info .col {
  -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;
}

/*
	ヘッダーの指定
*/
.site-description {
  position: absolute;
  width: 128px;
  height: 128px;
  background: url(../img/common/header/log--sitename.svg) top left/contain no-repeat;
  text-indent: -9999px;
  left: 86px;
  top: 18px;
  z-index: 1002;
}
.site-description a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 699px) {
  .site-description {
    display: none;
  }
}

@media (max-width: 699px) {
  .top-page .site-description, .home .site-description {
    display: block;
    background-image: url(../img/common/header/log--sitename.svg);
    width: 82px;
    height: 82px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18px;
    mix-blend-mode: difference;
  }
}

/* ヘッダー外枠 */
.header {
  position: relative;
}

.header-primal {
  background-color: #FFFFFF;
  height: 93px;
  width: 735px;
  position: fixed;
  padding-right: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1001;
  border-bottom-left-radius: 20px;
  right: 0;
  top: 0;
}
@media (max-width: 699px) {
  .header-primal {
    display: none;
  }
}

.header-contact {
  position: fixed;
  z-index: 1002;
  right: 0;
  top: 0;
}
.header-contact__btn {
  padding-top: 36px;
  width: 190px;
  height: 93px;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #B18E68;
}
.header-contact__btn img {
  vertical-align: middle;
  margin-right: 13px;
}
.header-contact__btn:hover {
  color: #fff;
}
@media (max-width: 699px) {
  .header-contact {
    display: none;
  }
}

.header-btn {
  background-color: #B18E68;
  color: #fff;
  border: none;
  width: 64px;
  height: 60px;
  z-index: 9999;
  right: 0;
  top: 0;
  position: fixed;
  border-bottom-left-radius: 5px;
}
.header-btn::after {
  content: "";
  color: #3B4043;
  font-size: 0.57rem;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 18px;
  height: 1px;
  border-radius: 2px;
  background: #fff;
  width: 32px;
}
.header-btn span:nth-of-type(1) {
  top: 22px;
}
.header-btn span:nth-of-type(2) {
  top: 29px;
}
.header-btn span:nth-of-type(3) {
  top: 36px;
}
.header-btn.active {
  background-color: #fff;
  color: #3B4043;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: 11px;
  right: 12px;
}
.header-btn.active::after {
  content: "閉じる";
}
.header-btn.active span {
  background: #3B4043;
  width: 12px;
}
.header-btn.active span:nth-of-type(1) {
  top: 12px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.header-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-btn.active span:nth-of-type(3) {
  top: 24px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 699px) {
  .header-btn {
    display: none;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background: url(../img/common/footer/bgi--01.webp) center center/cover no-repeat;
  color: #FFFFFF;
  padding: 70px 0px 45px;
}
footer .btn-recruit {
  width: 515px;
  margin: 0px 0px 40px auto;
  display: block;
}
footer .btn-recruit img {
  display: block;
}
footer .pc-row, footer .sales-partner, footer .sales-about, footer .care-about, footer .article-section, footer .common-voice__title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 699px) {
  footer {
    padding: 60px 0px 23px;
  }
  footer .btn-recruit {
    width: 100%;
  }
  footer .pc-row, footer .sales-partner, footer .sales-about, footer .care-about, footer .article-section, footer .common-voice__title {
    margin-bottom: 30px;
  }
}

.footer-info {
  width: 330px;
}
.footer-info__link {
  width: 100%;
  margin-bottom: 35px;
  display: block;
}
.footer-info__link img {
  display: block;
}
.footer-info address {
  font-style: normal;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: normal;
}
.footer-info address img {
  margin-right: 8px;
  vertical-align: text-bottom;
}
.footer-info__company {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: normal;
}
.footer-info .tel {
  color: #fff;
  font-size: 1.88rem;
  letter-spacing: normal;
}
.footer-info .small {
  font-size: 1rem;
  letter-spacing: normal;
}
@media (max-width: 699px) {
  .footer-info {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-info__link {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-info__company {
    font-size: 1.43rem;
  }
  .footer-info address {
    font-size: 1rem;
  }
  .footer-info .tel {
    font-size: 2.14rem;
    margin-top: 15px;
    display: inline-block;
  }
}

.footer-nav {
  width: 700px;
  margin-top: 18px;
}
.footer-nav__list {
  list-style: none;
  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;
  -webkit-column-gap: 43px;
     -moz-column-gap: 43px;
          column-gap: 43px;
  margin-bottom: 50px;
}
.footer-nav__list li a {
  color: #fff;
  letter-spacing: 0.8px;
}
.footer-nav__sub {
  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;
  list-style: none;
  font-size: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-nav__sub li {
  padding: 0px 15px;
  position: relative;
}
.footer-nav__sub li:last-of-type {
  padding-right: 0;
}
.footer-nav__sub li a {
  color: #fff;
}
.footer-nav__sub li + li::before {
  position: absolute;
  left: 0;
  content: "|";
}
@media screen and (max-width: 699px) {
  .footer-nav {
    width: 100%;
    margin-top: 36px;
  }
  .footer-nav__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 25px 45px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 36px;
  }
  .footer-nav__sub {
    margin-top: 40px;
    font-size: 0.86rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-nav__sub li:first-of-type {
    padding-left: 0px;
  }
}

.copy {
  font-size: 0.88rem;
  margin-top: 40px;
  letter-spacing: normal;
}
@media (max-width: 699px) {
  .copy {
    padding-left: 0;
    font-size: 1rem;
    display: block;
  }
}

/* module */
/*
	共通の設定
*/
/*装飾*/
.bg-main {
  background-color: rgba(165, 160, 153, 0.2);
}

.bg-sub, .sales-recruit, .sales-partner-list, .sales-bg-01 {
  background-color: rgba(135, 134, 100, 0.11);
}

/*パンくずリスト*/
.breadcrumb {
  padding-top: 24px;
  padding-bottom: 30px;
  letter-spacing: 0.8px;
}
.breadcrumb ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li a {
  position: relative;
  padding-bottom: 2px;
}
.breadcrumb li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3B4043;
  bottom: 2px;
  left: 0;
}
.breadcrumb li + li::before {
  position: absolute;
  content: ">";
  left: -20px;
  top: -2px;
}
@media screen and (max-width: 699px) {
  .breadcrumb {
    padding: 0;
  }
  .breadcrumb ol {
    display: none;
  }
}

.common-voice {
  position: relative;
  padding-top: 77px;
  padding-bottom: 50px;
}
.common-voice__title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-column-gap: 43px;
     -moz-column-gap: 43px;
          column-gap: 43px;
}
.common-voice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 64px);
  height: 325px;
  background-color: rgba(135, 134, 100, 0.11);
  border-top-right-radius: 20px;
  z-index: -1;
}
.common-voice .btn {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 699px) {
  .common-voice {
    padding-top: 24px;
    padding-bottom: 46px;
    margin-right: -30px;
    padding-right: 30px;
  }
  .common-voice__title {
    text-align: center;
    margin-bottom: 43px;
  }
  .common-voice__title-en {
    width: 182px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 14px;
  }
  .common-voice::after {
    width: 100%;
    height: 916px;
    border-radius: 0px;
  }
  .common-voice .btn {
    margin-right: auto;
  }
}

.common-voice-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 24px 350px 24px 350px;
  grid-template-columns: repeat(3, 350px);
  gap: 35px 24px;
  margin-bottom: 50px;
}
.common-voice-list li {
  background-color: #fff;
  border-radius: 20px;
  padding: 23px 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-voice-list__image {
  width: 100%;
  height: 203px;
  margin-bottom: 20px;
}
.common-voice-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-voice-list__title {
  line-height: 1.38;
  letter-spacing: 0.8px;
  font-size: 1rem;
}
@media screen and (max-width: 699px) {
  .common-voice-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
}

/*各ページキャッチ*/
.catch {
  height: 365px;
  background: url(../img/care/pic--catch.webp) top center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 699px) {
  .catch {
    height: 200px;
  }
}

.catch-title {
  text-align: center;
  z-index: 1;
}
.catch-title__ja {
  font-size: 3.13rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .catch-title__ja {
    font-size: 2rem;
  }
}

/*Layout*/
.section-layout, .sales-recruit, .care-intro, .care-about, .article-section {
  padding-top: 120px;
  padding-bottom: 90px;
}
.section-layout__inner {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .section-layout, .sales-recruit, .care-intro, .care-about, .article-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-layout__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.layout-content-col {
  width: 486px;
}
@media screen and (max-width: 699px) {
  .layout-content-col {
    width: 100%;
  }
}

.layout-image-col {
  width: 506px;
}
@media screen and (max-width: 699px) {
  .layout-image-col {
    width: 100%;
  }
}

.layout-post-column {
  width: 810px;
}
@media screen and (max-width: 699px) {
  .layout-post-column {
    width: 100%;
  }
}

.layout-nav-column {
  width: 245px;
}
@media screen and (max-width: 699px) {
  .layout-nav-column {
    width: 100%;
  }
}

/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  display: none;
  width: 100%;
  background: #B18E68;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0px;
  right: 0px;
  overflow-y: scroll;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  z-index: 1005;
  padding: 14px 30px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*&__title{
  	font-size: 1.14rem;
  }
  &__title-en{
  	font-size: .71rem;
  	@extend .ff-maru-r;
  	color:$color--site-main;
  }
  &__btn{
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  	margin-bottom: 27px;
  	.header-contact__btn{
  		width: 156px;
  		height: 156px;
  		padding-top: 86px;
  	}
  	.header-contact__title{
  		font-size: 1.28rem;
  	}
  	.header-contact__title-en{
  		font-size: .79rem;
  	}
  	.btn--header-resv{
  		background-size: 32px 32px;
  		background-position: top 37px center;
  		.header-contact__title-en{
  			display: block;
  		}
  	}
  	.btn--header-contact{
  		background-size: 34px 24px;
  		background-position: top 42px center;
  		.header-contact__title{
  			display: block;
  		}
  	}
  }*/
}
.global-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.global-nav__logo {
  width: 66px;
  height: 66px;
  display: block;
  margin-left: 0px;
  margin-bottom: 10px;
}
.global-nav__logo img {
  display: block;
}
.global-nav__list {
  list-style: none;
  margin-bottom: 25px;
}
.global-nav__list li {
  padding: 20px 0px;
  border-bottom: 1px dashed #fff;
}
.global-nav__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 1.07rem;
}
.global-nav__list li a::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/common/icon/ico--arrow-r-w.svg) top left/contain no-repeat;
}
.global-nav__list-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  font-size: 0.86rem;
}
.global-nav__list-sub li {
  padding: 0px 15px;
  position: relative;
}
.global-nav__list-sub li:first-of-type {
  padding-left: 0;
}
.global-nav__list-sub li a {
  color: #fff;
}
.global-nav__list-sub li + li::before {
  position: absolute;
  left: 0;
  color: #fff;
  content: "|";
}
.global-nav__contact {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.14rem;
  color: #fff;
  letter-spacing: normal;
}
.global-nav__contact img {
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 5px;
}
.global-nav__contact .tel {
  font-size: 2.14rem;
  color: #fff;
}
.global-nav .btn-recruit {
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 699px) {
  .global-nav {
    display: block;
  }
}

/* ローカルナビの設定 */
.primal-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 36px;
}
.primal-nav__list > li {
  position: relative;
}
.primal-nav__title {
  text-align: center;
  display: block;
  color: #3B4043;
  font-weight: bold;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
}
.primal-nav__title span {
  display: inline-block;
}
.primal-nav__title::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #3B4043;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.primal-nav__title:hover::after {
  width: 100%;
}
.primal-nav__title:hover span {
  -webkit-animation: move 0.3s ease;
          animation: move 0.3s ease;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
/*
	サイト全体の見出しの設定
*/
.section-title {
  margin-bottom: 40px;
}
.section-title__ja {
  font-size: 1.88rem;
  letter-spacing: normal;
  font-weight: 400;
}
.section-title__ja-lg {
  font-size: 2.5rem;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .section-title {
    margin-bottom: 20px;
  }
  .section-title__ja {
    font-size: 1.43rem;
  }
  .section-title__ja-lg {
    font-size: 1.57rem;
  }
}

.section-title02 {
  text-align: center;
  margin-bottom: 40px;
}
.section-title02__ja {
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
}
.section-title02__ja-lg {
  font-size: 2.5rem;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.25;
}
.section-title02__en + .section-title02__ja,
.section-title02__en + .section-title02__ja-lg {
  margin-top: -50px;
}
@media screen and (max-width: 699px) {
  .section-title02__en {
    font-size: 2.29rem;
    line-height: 1.13;
    letter-spacing: 1.6px;
  }
  .section-title02__ja-lg {
    font-size: 1.57rem;
  }
}

.title-lv01, .sales-recruit__title {
  font-size: 2.5rem;
  line-height: 1.35;
  letter-spacing: normal;
  font-weight: 400;
}
@media screen and (max-width: 699px) {
  .title-lv01, .sales-recruit__title {
    font-size: 1.57rem;
  }
}

.title-lv02, .article-title {
  font-size: 1.63rem;
  line-height: 1.5;
  letter-spacing: 1.3px;
  font-weight: bold;
}
@media screen and (max-width: 699px) {
  .title-lv02, .article-title {
    font-size: 1.43rem;
    letter-spacing: 1px;
  }
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  width: 100%;
}
.table-ptn--01 tr {
  border-bottom: 1px solid #fff;
}
.table-ptn--01 th {
  color: #B18E68;
  font-size: 1.25rem;
  vertical-align: top;
  padding: 17px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-ptn--01 td {
  font-size: 1.13rem;
  padding: 17px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-ptn--01 td ul {
  list-style-position: inside;
}
@media (max-width: 699px) {
  .table-ptn--01 th {
    width: auto;
    display: block;
    padding: 20px 10px 5px;
  }
  .table-ptn--01 td {
    padding: 5px 10px 20px;
    display: block;
  }
}

.table-ptn--02 tr {
  border-bottom: 1px solid #B18E68;
}
.table-ptn--02 th {
  color: #B18E68;
  font-size: 1.13rem;
  vertical-align: top;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-ptn--02 td {
  font-size: 1.13rem;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn .circle {
  display: inline-block;
  width: 65px;
  height: 65px;
  background-color: #796C5B;
  border-radius: 50%;
  margin-right: 18px;
  overflow: hidden;
  position: relative;
}
.btn .circle .arrow {
  overflow: hidden;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn .circle .arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn .circle img {
  overflow: hidden;
  display: block;
}
.btn .border {
  display: inline-block;
  position: relative;
}
.btn .border::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #796C5B;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
.btn:hover {
  opacity: 1;
}
.btn:hover img {
  opacity: 1;
}
.btn:hover .circle img {
  -webkit-animation: move-y 0.2s ease;
          animation: move-y 0.2s ease;
}
.btn:hover .border::after {
  width: 100%;
}
.btn.btn-vacancy .circle {
  background-color: #B18E68;
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
.btn.btn-vacancy .circle .arrow {
  width: 20px;
  height: 20px;
}
.btn.btn-vacancy .border {
  font-size: 0.94rem;
  letter-spacing: 0.7px;
}
.btn.btn-vacancy .border::after {
  background-color: #3B4043;
}
.btn.btn-doc .circle {
  background-color: #796C5B;
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
.btn.btn-doc .circle .arrow {
  width: 18px;
  height: 22px;
}
.btn.btn-doc .border {
  font-size: 0.94rem;
  letter-spacing: 0.7px;
}
.btn.btn-doc .border::after {
  background-color: #3B4043;
}
@media screen and (max-width: 699px) {
  .btn {
    font-size: 0.93rem;
  }
  .btn .circle {
    width: 41px;
    height: 41px;
    margin-right: 10px;
  }
  .btn .circle .arrow {
    width: 15px;
    height: 15px;
  }
}

@-webkit-keyframes move-y {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}

@keyframes move-y {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  51% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
.btn-map {
  background: url(../img/common/icon/ico--map.svg) center right 18px/12px 17px no-repeat, #fff;
  color: #B18E68;
  border: 1px solid #B18E68;
  border-radius: 40px;
  padding: 2px 38px 2px 28px;
  font-size: 0.88rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-map:hover {
  color: #B18E68;
}

.btn-default {
  background: #B18E68;
  border-radius: 40px;
  color: #fff;
  padding: 20px 60px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.btn-default:hover {
  color: #fff;
}
@media screen and (max-width: 699px) {
  .btn-default {
    padding: 20px 40px;
  }
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.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;
}

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

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

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-section {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.article-section .btn {
  margin-left: auto;
  margin-right: auto;
}

.article-title {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 3px solid #F6F6F3;
  font-weight: 400;
}
@media screen and (max-width: 699px) {
  .article-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.article-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
  gap: 35px;
}

.article-content {
  margin-bottom: 60px;
}
.article-content ul, .article-content ol {
  padding-left: 30px;
}
.article-content h1, .article-content h2, .article-content h3 {
  color: #B18E68;
}

.article-nav {
  position: relative;
  list-style: none;
  height: 70px;
}
.article-nav li:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 110px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 48px;
}
.article-nav li:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 110px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 48px;
}
.article-nav li:nth-child(3) {
  margin: 0 auto;
  width: 294px;
}
.article-nav li:nth-child(3) a {
  background-color: #fff;
  border: 1px solid #796C5B;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #796C5B;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article-nav li:nth-child(3) a:hover {
  background-color: #796C5B;
  color: #fff;
}
.article-nav__prev, .article-nav__next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #796C5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 699px) {
  .article-nav {
    height: 60px;
  }
  .article-nav li:nth-child(1) {
    left: 0;
    height: 30px;
  }
  .article-nav li:nth-child(2) {
    right: 0;
    height: 30px;
  }
  .article-nav li:nth-child(3) {
    width: calc(100% - 100px);
  }
  .article-nav li:nth-child(3) a {
    height: 60px;
  }
  .article-nav__prev, .article-nav__next {
    width: 30px;
    height: 30px;
  }
}

.article-list {
  list-style: none;
}
.article-list__item {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 35px 45px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-list__item .btn {
  margin-top: 46px;
  margin-right: 0;
  margin-left: auto;
}
.article-list .article-content {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .article-list__item {
    margin-bottom: 30px;
    padding: 20px 15px 20px;
  }
  .article-list__item .btn {
    margin-top: 20px;
  }
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  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;
  gap: 10px;
  padding-bottom: 120px;
}
.pagination span, .pagination a {
  background-color: transparent;
  width: 65px;
  height: 65px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  font-size: 1.88rem;
  color: #796C5B;
  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;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination a.next, .pagination a.prev {
  background-color: #796C5B;
  color: #fff;
}
.pagination a.next:hover, .pagination a.prev:hover {
  opacity: 0.7;
}
.pagination .current {
  border: 1px solid #796C5B;
  color: #796C5B;
}
@media screen and (max-width: 699px) {
  .pagination span, .pagination a {
    width: 30px;
    height: 30px;
    font-size: 1.43rem;
  }
  .pagination a.next img, .pagination a.prev img {
    width: 15px;
    height: auto;
  }
}

/**/
.info-date {
  color: #796C5B;
  font-size: 1.25rem;
  letter-spacing: 2.5px;
  display: inline-block;
}
@media screen and (max-width: 699px) {
  .info-date {
    font-size: 1rem;
  }
}

.info-cat {
  color: #796C5B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 7px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #796C5B;
  line-height: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 0.88rem;
}
.info-cat + .info-cat {
  margin-left: 15px;
}
.info-cat:hover {
  opacity: 0.6;
}
@media screen and (max-width: 699px) {
  .info-cat {
    font-size: 0.86rem;
  }
}

/*ブログ・お知らせ サイドメニュー*/
.side-nav dt {
  margin-bottom: 30px;
  font-size: 1.25rem;
}

.side-nav-list {
  list-style: none;
}
.side-nav-list li {
  margin-bottom: 15px;
}
.side-nav-list li a {
  border-radius: 10px;
  padding: 20px 60px 20px 30px;
  background: url(../img/common/icon/ico--arrow-br.svg) center right 17px/29px 29px no-repeat;
  background-color: #fff;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #796C5B;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .side-nav-list li a {
    width: 100%;
  }
}

/*
	事業紹介のアイテムの設定
*/
.catch.catch-sales {
  background-image: url(../img/sales/pic--catch.webp);
}

/*介護事業*/
.care-about {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 50px;
}
.care-about .layout-image-col {
  padding-top: 94px;
}
@media screen and (max-width: 699px) {
  .care-about .layout-image-col {
    padding-top: 30px;
  }
  .care-about .section-title__en {
    left: -10px;
    width: 152px;
    position: relative;
  }
}

.care-intro {
  background-color: rgba(135, 134, 100, 0.11);
}
.care-intro .section-title02 {
  margin-bottom: 80px;
}
.care-intro__bnr {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 699px) {
  .care-intro .section-title02 {
    margin-bottom: 30px;
  }
  .care-intro__bnr {
    width: 100%;
  }
}

.care-intro-list {
  margin-bottom: 70px;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 345px 39px 345px 39px 345px;
  grid-template-columns: repeat(3, 345px);
  grid-gap: 60px 39px;
}
.care-intro-list__title {
  font-size: 1.38rem;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}
.care-intro-list__title .circle {
  width: 44px;
  height: 44px;
  margin-right: 0;
}
.care-intro-list__title .circle .arrow {
  width: 16px;
  height: 16px;
}
.care-intro-list__image {
  width: 100%;
  height: 258px;
  margin-bottom: 13px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.care-intro-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.care-intro-list address {
  font-style: normal;
  margin-bottom: 10px;
}
.care-intro-list__address {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  letter-spacing: 0.8px;
}
.care-intro-list__phone {
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}
.care-intro-list__phone span {
  display: inline-block;
  background: #fff;
  color: #B18E68;
  text-align: center;
  padding: 3px 25px;
  font-size: 0.88rem;
  margin-right: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 699px) {
  .care-intro-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.care-suiren {
  padding-top: 40px;
  padding-bottom: 130px;
}
.care-suiren .section-title02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 699px) {
  .care-suiren {
    padding-bottom: 60px;
  }
  .care-suiren .section-title02 {
    margin-bottom: 30px;
  }
}

.care-suiren-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 25px;
}
.care-suiren-list__title {
  font-size: 1.38rem;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
  letter-spacing: 1.1px;
}
.care-suiren-list img {
  display: block;
  margin: 0px auto 15px;
}
.care-suiren-list p {
  letter-spacing: normal;
}
@media screen and (max-width: 699px) {
  .care-suiren-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .care-suiren-list__title {
    margin-bottom: 10px;
  }
}

/*販売事業*/
.sales-about {
  padding-top: 35px;
  padding-bottom: 122px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sales-about .layout-image-col {
  padding-top: 94px;
}
.sales-about .layout-content-col p {
  letter-spacing: 0.8px;
}
.sales-about .section-title__en {
  margin-left: -40px;
}
@media screen and (max-width: 699px) {
  .sales-about .layout-image-col {
    padding-top: 30px;
  }
  .sales-about .section-title__en {
    margin-left: -10px;
    width: 152px;
    position: relative;
  }
}

.sales-item {
  padding-top: 66px;
  padding-bottom: 70px;
}
.sales-item .section-title02 {
  margin-bottom: 100px;
}
.sales-item .section-title02__ja {
  margin-top: -35px;
}

.sales-item-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 40px;
  padding-right: 40px;
  gap: 80px 60px;
}
.sales-item-list__image {
  width: 157px;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
.sales-item-list__image img {
  display: inline-block;
}
.sales-item-list span {
  display: block;
  text-align: center;
  font-size: 1.38rem;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 699px) {
  .sales-item-list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .sales-item-list span {
    font-size: 1rem;
  }
  .sales-item-list__image {
    width: 100%;
  }
}

.sales-maker {
  padding-top: 60px;
  padding-bottom: 100px;
}
.sales-maker__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 100px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sales-maker .section-title02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 699px) {
  .sales-maker__inner {
    padding: 30px 15px;
  }
}

.sales-maker-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 67px 1fr 67px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px 67px;
}
@media screen and (max-width: 699px) {
  .sales-maker-list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 15px;
  }
}

.sales-partner {
  padding: 90px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sales-partner .section-title {
  width: 250px;
}
.sales-partner .section-title__en {
  margin-left: -40px;
}
@media screen and (max-width: 699px) {
  .sales-partner .section-title {
    width: 100%;
  }
  .sales-partner .section-title__en {
    margin-left: -10px;
  }
}

.sales-partner-list {
  list-style-position: inside;
  font-size: 1.25rem;
  width: 622px;
  padding: 60px 0px;
  padding-inline: 76px calc(50cqi - 50%);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 699px) {
  .sales-partner-list {
    width: 100%;
    padding: 30px 0px;
    padding-inline: 15px;
    font-size: 1rem;
  }
  .sales-partner-list li {
    padding-left: 15px;
  }
}

.sales-recruit__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 80px 50px 278px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.sales-recruit__title {
  position: absolute;
  left: 54px;
  top: -48px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1.5;
}
.sales-recruit__content .btn-default {
  margin-top: 50px;
}
@media screen and (max-width: 699px) {
  .sales-recruit__inner {
    padding: 30px 20px;
  }
  .sales-recruit__title {
    left: auto;
    top: auto;
    position: relative;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-bottom: 30px;
  }
  .sales-recruit .btn-default {
    margin-left: auto;
    margin-right: auto;
  }
}

.sales-introduction {
  padding: 90px 0px 0px;
}
.sales-introduction .section-title {
  text-align: center;
}
.sales-introduction .care-intro-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: 345px 39px 345px;
  grid-template-columns: repeat(2, 345px);
}
.sales-introduction .care-intro-list__phone span {
  background: #F6F6F3;
  color: #796C5B;
}
.sales-introduction .care-intro-list address {
  margin-bottom: 40px;
}
@media screen and (max-width: 699px) {
  .sales-introduction .care-intro-list {
    margin-bottom: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .sales-introduction .care-intro-list address {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

.u-color-main {
  color: #B18E68;
}

.u-color-sub {
  color: rgba(135, 134, 100, 0.11);
}

/* マーカーの設定 */
.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-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: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
.u-over-parent, .care-intro, .sales-bg-01, .sales-recruit {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 699px) {
  .u-over-parent, .care-intro, .sales-bg-01, .sales-recruit {
    margin-inline: calc(50% - 50cqi);
  }
}

.u-padding-pagewidth, .care-intro, .sales-bg-01, .sales-recruit {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 699px) {
  .u-padding-pagewidth, .care-intro, .sales-bg-01, .sales-recruit {
    padding-inline: calc(50cqi - 50%);
  }
}

.u-over-parent-r, .sales-partner-list {
  margin-right: -30px;
}
@media (min-width: 699px) {
  .u-over-parent-r, .sales-partner-list {
    margin-inline: 0 calc(50% - 50cqi);
  }
}

.u-padding-pagewidth-r {
  padding-right: 30px;
}
@media (min-width: 699px) {
  .u-padding-pagewidth-r {
    padding-inline: 0 calc(50cqi - 50%);
  }
}

.u-over-parent-l, .common-voice {
  margin-left: -30px;
}
@media (min-width: 699px) {
  .u-over-parent-l, .common-voice {
    margin-inline: calc(50% - 50cqi) 0;
  }
}

.u-padding-pagewidth-l, .common-voice {
  padding-left: 30px;
}
@media (min-width: 699px) {
  .u-padding-pagewidth-l, .common-voice {
    padding-inline: calc(50cqi - 50%) 0;
  }
}

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

@media screen and (min-width: 699px) {
  .u-br-sp {
    display: none;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=service.css.map */