@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* ブレイクポイントのアイテム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;
}

/* 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 {
  -moz-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] {
  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 */
  -moz-box-sizing: content-box;
  -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: 16px;
}

body {
  text-align: center;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  body a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* リンク色 */
a {
  color: blue;
}

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

/* 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, .access-info__card:after, .history-list .history-item:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .access-info__card, .history-list .history-item, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .access-info__card, .history-list html .history-item, * html .header {
  height: 1%;
}

.clearfix, .access-info__card, .history-list .history-item, .header {
  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;
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}

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

/* ヘッダー外枠 */
.header {
  width: 100%;
  padding: 28px 1% 20px;
  box-sizing: border-box;
  position: absolute;
  text-align: left;
  z-index: 2;
}
.header.active {
  background: rgba(255, 255, 255, 0.9);
}

.header-inner {
  position: relative;
  padding: 0;
}

/* ヘッダーメイン部分 */
.header-main {
  margin-bottom: 20px;
}

/* ヘッダーロゴ */
.header-site-name {
  margin-top: 5px;
  float: left;
  line-height: 1px;
}

.logo-mark {
  background: none;
  width: 48px;
  height: 48px;
}
@media (max-width: 769px) {
  .logo-mark {
    width: 42px;
    height: 42px;
  }
}

.logo-ja {
  font-size: 1.12rem;
}
@media (max-width: 769px) {
  .logo-ja {
    font-size: 0.92rem;
  }
}

.logo-catch {
  position: absolute;
  font-size: 0.7rem;
  top: -28px;
  left: 5px;
  color: var(--color-text-light);
}
@media (max-width: 769px) {
  .logo-catch {
    font-size: 0.6rem;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}

/* フッターナビ */
.footer-nav ul {
  list-style: none;
  margin: 10px 0;
}
.footer-nav ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #333;
}
.footer-nav ul li.home {
  border-left: 1px solid #333;
  padding-left: 20px;
}
.footer-nav ul li a {
  color: #333;
}

.footer-nav-list-divider {
  width: 70%;
  height: 1px;
  border: 0.5px dotted rgba(255, 255, 255, 0.1);
  margin: 0.6rem 0rem;
  pointer-events: none;
}

.footer-logo-mark {
  background: none;
  width: 48px;
  height: 48px;
}

/* フッター　会社情報 */
.footer-address {
  padding: 10px 0;
}

address {
  font-style: normal;
}

.footer-contact-tel a {
  color: #fff;
}

/* コピーライト */
.copy {
  display: block;
  background: #34261F;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* パンくず */
.breadcrumb-inner li::after {
  content: "＞";
  font-size: 0.6rem;
  margin-left: 10px;
}
.breadcrumb-inner li:last-child::after {
  content: none;
}

/* グローバルナビの設定 */
.global-nav {
  display: none;
}

.header-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav .header-nav-list {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav li {
  position: relative;
  margin: 0;
  padding: 0;
}
.header-nav a,
.header-nav .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-navy);
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition: var(--transition);
}
.header-nav a:hover,
.header-nav .nav-link:hover {
  color: var(--color-blue);
}
.header-nav .nav-link {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.header-nav .nav-item--has-sub {
  position: relative;
  padding: 0 16px 0 10px;
}
.header-nav .nav-item--has-sub .nav-submenu-toggle::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.45em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: var(--transition);
}
.header-nav .nav-item--has-sub.is-open .nav-submenu-toggle::after {
  transform: rotate(-135deg) translateY(-1px);
}
.header-nav .nav-item--has-sub.is-open .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.header-nav .nav-submenu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  z-index: 100;
  min-width: 240px;
  margin: 0;
  padding: 0.75rem 0;
  list-style: none;
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: var(--transition);
}
.header-nav .nav-submenu::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
}
.header-nav .nav-submenu li {
  width: 100%;
}
.header-nav .nav-submenu a {
  display: block;
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-navy);
  text-align: left;
}
.header-nav .nav-submenu a:hover {
  background: var(--color-off-white);
  color: var(--color-blue);
}
.header-nav .nav-recruit {
  color: var(--color-blue);
  padding: 0.72rem 1.12rem !important;
}
.header-nav .nav-cta {
  padding: 0.75rem 1.1rem;
  color: var(--color-white);
  background: var(--color-navy);
  border-radius: 999px;
  margin-left: 0.1rem;
}
.header-nav .nav-cta:hover {
  color: var(--color-navy);
  background: var(--color-white);
  border: 2px solid var(--color-navy);
}

.nav-submenu-divider {
  width: calc(100% - 2rem) !important;
  height: 1px;
  background: var(--color-gray);
  margin: 0.6rem 1rem !important;
  pointer-events: none;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #83300E;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #83300E;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*会社概要*/
.company-nav-section {
  background: var(--color-off-white);
}

.company-nav .company-nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-nav .company-nav-item {
  margin: 0;
}
.company-nav .company-nav-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: var(--transition);
}
.company-nav .company-nav-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.company-nav .company-nav-card:hover .company-nav-arrow {
  transform: translateX(4px);
}
.company-nav .company-nav-en {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--color-mint-dark);
  font-family: var(--font-en);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.company-nav .company-nav-title {
  color: var(--color-navy);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}
.company-nav .company-nav-arrow {
  margin-top: 1rem;
  color: var(--color-mint-dark);
  font-size: 1.1rem;
  font-weight: 700;
  transition: var(--transition);
}
@media (max-width: 768px) {
  .company-nav .company-nav-list {
    grid-template-columns: 1fr;
  }
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #83300E;
  color: #83300E;
}

/* 見出し */
.title-lv1 {
  background: #EAE6D0;
  padding: 10px;
  margin-bottom: 15px;
  color: #83300E;
}

.title-lv2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.24rem;
  font-weight: bold;
}

.title-lv3 {
  position: relative;
  padding: 0 0 0 54px;
  margin: 2rem 0 1.5rem;
  font-size: 1.24rem;
  font-weight: 700;
  color: var(--color-navy);
}
.title-lv3::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 40px;
  height: 1px;
  border-top: 1px solid var(--color-navy);
  display: block;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #83300E;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #83300E;
  margin-bottom: 5px;
  color: #83300E;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #EAE6D0;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.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 {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  display: block;
}

.btn--main {
  background: #83300E;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #83300E;
  text-decoration: none;
  color: #83300E;
}

.btn-external {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  padding: 10px 20px;
  background: var(--color-sky);
  color: #fff;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.btn-external:hover {
  opacity: 0.85;
  color: #fff;
}
.btn-external img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.btn-outline-white:hover {
  color: #fff;
}

.btn-cta-gold:hover {
  color: #1e5fa8;
}

.btn-primary {
  margin-bottom: 10px;
}
.btn-primary:hover {
  color: #fff;
}

.btn-textlink {
  text-decoration: underline;
}
.btn-textlink:hover {
  opacity: 0.7;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.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-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 125%;
  color: #83300E;
}
.pagination a {
  border: 1px solid #83300E;
}
.pagination a:hover {
  background-color: #83300E;
  border: 1px solid #83300E;
  color: #fff;
}
.pagination .current {
  background-color: #83300E;
  border: 1px solid #83300E;
  color: #fff;
}

/* ===== 記事内CTA ===== */
.article-cta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding: 1.25rem 1.75rem;
  background: linear-gradient(135deg, #1e5fa8 0%, #0ea5e9 100%);
  border-radius: var(--radius-lg);
}
.article-cta-body {
  flex: 1;
  min-width: 0;
}
.article-cta-en {
  margin-bottom: 0.4rem;
  font-family: var(--font-en);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #a5f3fc;
}
.article-cta-title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
}
.article-cta-tel {
  flex-shrink: 0;
  padding-left: 1.5rem;
  text-align: center;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.article-cta-tel-label {
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
}
.article-cta-tel-num {
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.article-cta-tel-num a {
  color: #fff;
  text-decoration: none;
}
.article-cta-tel-hours {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
  .article-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-cta-tel {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
  }
}
/*
	サイト全体のアイテムの設定
*/
.hero-title {
  text-align: left;
}
.hero-title em {
  font-size: 3.6rem;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 769px) {
  .hero-title em {
    font-size: 2.4rem;
  }
}

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

.hero-stat-num span {
  font-size: 1.33rem;
}
.hero-stat-num .hero-stat-num__number {
  margin-right: 4px;
  font-size: 2rem;
}

.hero-stat-label {
  font-size: 0.88rem;
  font-weight: bold;
}

.btn-hero-primary:hover {
  color: #fff;
}

.feature-bar {
  padding: 40px 0 50px;
}

.feature-bar-inner {
  display: block;
}

.feature-bar-item {
  text-align: left;
  font-size: 1.04rem;
  line-height: 1.6;
  gap: 16px;
}
.feature-bar-item span strong {
  color: #A5F3FC;
}

.feature-bar-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 1rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: var(--transition);
}
@media (max-width: 769px) {
  .feature-bar-list {
    display: block;
    padding: 1rem 1.6rem;
  }
  .feature-bar-list li {
    margin: 10px 0;
  }
}

.feature-bar-icon {
  width: 48px;
  height: 48px;
}

.container {
  text-align: left;
}

.page-hero {
  text-align: left;
}
.page-hero::before {
  content: none;
}
.page-hero .page-hero-desc {
  color: #fff;
}

.cta-banner-title {
  text-align: center;
}

.cta-banner-desc {
  text-align: center;
  color: #FFFFFF;
  max-width: 94%;
}

.section-desc {
  max-width: 94%;
}

.section-title {
  letter-spacing: 0.075rem;
}
.section-title .section-title__number {
  font-size: 2.4rem;
}

.subpage-section-title {
  letter-spacing: 0.075rem;
}
.subpage-section-title .subpage-section-title__number {
  font-size: 1.88rem;
}

.subpage-section--offwhite {
  background: var(--color-off-white);
}

.subpage-back-link {
  text-align: center;
  padding: 2rem 0 6rem;
}

.strength-title {
  font-size: 1.12rem;
}

/* トップページ */
.service-card-icon {
  width: 100%;
  height: auto;
}

.strength-image {
  border-radius: 10px;
  margin-bottom: 16px;
}

/* ===== お客様の声 ===== */
.voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .voice-list {
    grid-template-columns: 1fr;
  }
}

.voice-card {
  position: relative;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid #e0eef7;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.09);
}
.voice-card__quote {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  color: #0ea5e9;
  opacity: 0.18;
}
.voice-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.voice-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
}
.voice-card__icon--blue {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
}
.voice-card__icon--green {
  background: linear-gradient(135deg, #10b981, #059669);
}
.voice-card__icon--orange {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}
.voice-card__facility {
  margin: 0;
  font-size: 0.78rem;
  color: #64748b;
}
.voice-card__position {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 900;
  color: #1a3a5c;
}
.voice-card__text {
  font-size: 0.88rem;
  line-height: 1.9;
  color: #374151;
  font-style: italic;
}

.voice-more {
  margin-top: 2.5rem;
  text-align: center;
}

/* Process section */
.process-section {
  background: var(--color-off-white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 8.3333333333%;
  right: 8.3333333333%;
  height: 2px;
  background: linear-gradient(to right, var(--color-navy), var(--color-mint));
  z-index: 0;
}

.process-item {
  text-align: center;
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
}

.process-icon-wrap {
  width: 88px;
  height: 88px;
  background: var(--color-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  position: relative;
}

.process-item:nth-child(3) .process-icon-wrap,
.process-item:nth-child(4) .process-icon-wrap {
  background: var(--color-navy-light);
}

.process-item:nth-child(5) .process-icon-wrap,
.process-item:nth-child(6) .process-icon-wrap {
  background: var(--color-mint);
}

.process-step-num {
  position: absolute;
  top: -20px;
  left: -8px;
  width: 48px;
  height: 48px;
  background: var(--color-gold);
  border-radius: 50%;
  font-family: var(--font-en);
  font-size: 0.65rem;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-step-num span {
  font-size: 0.88rem;
}

.process-title {
  font-size: 1.24rem;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 0.4rem;
}

.process-desc {
  font-size: 0.72rem;
  color: var(--color-text-light);
  line-height: 1.6;
}

/* Facility types */
.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.facility-card {
  text-align: center;
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: var(--transition);
}

/*.facility-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.25);
  transform: translateY(-4px);
}*/
.facility-icon {
  margin-bottom: 1rem;
  height: 55px;
}
.facility-icon img {
  display: block;
  margin: 0 auto;
}

.facility-name {
  font-size: 1.24rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 0.5rem;
}
@media (max-width: 769px) {
  .facility-name {
    font-size: 0.92rem;
    line-height: 1.6;
    text-align: left;
  }
}

.facility-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}
@media (max-width: 769px) {
  .facility-desc {
    font-size: 0.75rem;
    text-align: left;
  }
}

.strength-item:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--color-gray);
}

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

.recruit-banner-btn {
  background: var(--color-navy);
  color: #fff;
}
.recruit-banner-btn:hover {
  color: var(--color-navy);
}

.recruit-banner-btn--primary {
  background: #10B981;
}
.recruit-banner-btn--primary:hover {
  background: #10B981;
  color: #fff;
  opacity: 0.9;
}

.recruit-banner-card:hover {
  border: 1px solid var(--color-border);
  box-shadow: 0 0 0 rgba(14, 165, 233, 0.15);
  transform: translateY(0);
}

.recruit-banner-card-icon img {
  border-radius: 5px;
  margin-bottom: 5px;
}

/*問い合わせボックス*/
.contact-box {
  background: linear-gradient(135deg, #1e5fa8 0%, #0ea5e9 100%);
  border-radius: var(--radius-lg);
  padding: 2rem;
  color: white;
}
.contact-box__label {
  font-family: var(--font-en);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #a5f3fc;
  margin-bottom: 1rem;
}
.contact-box__title {
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.contact-box__desc {
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.5rem;
  text-align: left;
}
.contact-box__cta {
  display: block;
  text-align: center;
}
.contact-box__footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.contact-box__tel-label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.contact-box__tel {
  font-family: var(--font-en);
  font-size: 1.88rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: white;
}
.contact-box__tel a {
  color: inherit;
  text-decoration: none;
}
.contact-box__time {
  font-size: 0.88rem;
}

/* サービス - リネンサプライ*/
.service-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.service-overview__image {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.service-overview__image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
.service-overview__content p + p {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .service-overview {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service-overview__image img {
    height: 240px;
  }
}

.support-point-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.support-point-grid .support-point-card {
  padding: 1rem;
  background: var(--color-off-white);
  border-radius: var(--radius);
  border-left: 3px solid var(--color-navy);
}
.support-point-grid .support-point-card--mint {
  border-left-color: var(--color-mint);
}
.support-point-grid .support-point-title {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 0.25rem;
}
.support-point-grid .support-point-desc {
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.linen-items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.linen-items-grid .linen-item-card {
  text-align: center;
  padding: 1.75rem 1.5rem;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-align: left;
}
.linen-items-grid .linen-item-card:hover {
  /*  box-shadow: var(--shadow-md);
    transform: translateY(-3px);*/
}
.linen-items-grid .linen-item-icon img {
  display: block;
  margin: 0 auto 10px;
}
.linen-items-grid .linen-item-name {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 0.4rem;
}
.linen-items-grid .linen-item-desc {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--color-text-light);
}
@media (max-width: 768px) {
  .linen-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 60%;
  margin-top: 2.5rem;
  padding: 1.25rem 1.75rem;
  background: linear-gradient(135deg, #1e5fa8 0%, #0ea5e9 100%);
  border-radius: var(--radius-lg);
}
.service-contact__content {
  flex: 1;
  min-width: 0;
}
.service-contact__en {
  margin-bottom: 0.4rem;
  font-family: var(--font-en);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #a5f3fc;
}
.service-contact__title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
}
.service-contact .btn-cta-gold {
  font-size: 0.88rem;
  padding: 10px 24px;
}
.service-contact__tel {
  flex-shrink: 0;
  padding-left: 1.5rem;
  text-align: center;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.service-contact__tel-label {
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
}
.service-contact__tel-number {
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.service-contact__tel-number a {
  color: #fff;
  text-decoration: none;
}
.service-contact__tel-hours {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 768px) {
  .service-contact {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .service-contact__tel {
    width: 100%;
    padding-top: 1.25rem;
    padding-left: 0;
    text-align: left;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* プラン・料金カード */
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.plan-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-gray);
}

.plan-card-head {
  padding: 1.5rem;
  background: var(--color-navy);
  color: var(--color-white);
  text-align: center;
}

.plan-card-head.mint {
  background: var(--color-mint);
}

.plan-card-head.gold {
  background: var(--color-gold-dark);
}

.plan-name {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
}

.plan-sub {
  font-size: 0.78rem;
  opacity: 0.8;
}

.plan-card-body {
  padding: 1.5rem;
  background: var(--color-white);
}

.plan-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.plan-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: var(--color-text);
}

.plan-feature::before {
  content: "✓";
  color: var(--color-mint);
  font-weight: 700;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .plan-grid {
    grid-template-columns: 1fr;
  }
}
/* 費用目安セクション */
.pricing-note {
  display: block;
  gap: 0.6rem;
  padding: 0.9rem 1.2rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.7;
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.pricing-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--color-gray);
  background: var(--color-white);
  transition: var(--transition);
}

.pricing-card--featured {
  border-color: var(--color-mint);
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}

.pricing-head {
  padding: 1.5rem 1.5rem 1.25rem;
  text-align: center;
  background: var(--color-off-white);
  border-bottom: 1px solid var(--color-gray);
}

.pricing-card--featured .pricing-head {
  background: var(--color-mint);
  border-bottom-color: var(--color-mint);
  color: #fff;
}

.pricing-facility {
  font-size: 1.24rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  color: var(--color-navy);
  margin-bottom: 0;
}

.pricing-card--featured .pricing-facility {
  color: #fff;
}

.pricing-beds {
  font-size: 1rem;
  color: var(--color-text-muted);
}

.pricing-card--featured .pricing-beds {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-price-wrap {
  padding: 1.25rem 1.5rem 1rem;
  text-align: center;
  border-bottom: 1px solid var(--color-gray);
}

.pricing-price-label {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  margin-bottom: 0.25rem;
}

.pricing-price {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-navy);
  line-height: 1;
}

.pricing-price span {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-left: 2px;
}

.pricing-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.pricing-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--color-text);
  line-height: 1.6;
}

.pricing-feature::before {
  content: "✓";
  color: var(--color-mint);
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-card--featured {
    transform: none;
  }
}
/*サービス：運搬サービス*/
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.schedule-table th {
  padding: 0.75rem 1rem;
  background: var(--color-navy);
  color: var(--color-white);
  text-align: left;
  font-weight: 700;
}
.schedule-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--color-gray);
  color: var(--color-text);
}
.schedule-table td:first-child {
  font-weight: bold;
  font-size: 1rem;
}
.schedule-table tr:nth-child(even) td {
  background: var(--color-off-white);
}
.schedule-table tr:hover td {
  /* background: var(--color-mint-light);*/
}

.delivery-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .delivery-feature-grid {
    grid-template-columns: 1fr;
  }
}
.delivery-feature-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--color-navy);
}
.delivery-feature-icon {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .delivery-feature-icon {
    width: 24%;
  }
}
.delivery-feature-title {
  margin-bottom: 0.5rem;
  font-size: 1.12rem;
  font-weight: 900;
  color: var(--color-navy);
}
.delivery-feature-desc {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--color-text-light);
}

/*衛生管理*/
.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .quality-grid {
    grid-template-columns: 1fr;
  }
}
.quality-card {
  padding: 2rem;
  background: var(--color-white);
  border-radius: var(--radius-lg);
}
.quality-card-icon {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.quality-card-title {
  margin-bottom: 0.75rem;
  font-size: 1.12rem;
  font-weight: 900;
  color: var(--color-navy);
}
.quality-card-desc {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--color-text-light);
}

.haccp-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 0 2rem;
  padding: 0;
  list-style: none;
}
.haccp-flow .haccp-step {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.5rem;
  align-items: start;
}
.haccp-flow .haccp-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 39px;
  top: 64px;
  bottom: -24px;
  width: 2px;
  background: var(--color-gray);
}
.haccp-flow .haccp-step-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background: var(--color-navy);
  border-radius: 50%;
}
.haccp-flow .haccp-step-num span:first-child {
  font-family: var(--font-en);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-gold);
}
.haccp-flow .haccp-step-num span:last-child {
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--color-white);
}
.haccp-flow .haccp-step-figure {
  margin: 0;
}
.haccp-flow .haccp-step-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--radius);
}
.haccp-flow .haccp-step-body {
  padding: 20px 0;
}
.haccp-flow .haccp-step-tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 2px 10px;
  background: var(--color-mint-light);
  border-radius: 20px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
}
.haccp-flow .haccp-step-tag--client {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 2px 10px;
  background: var(--color-navy);
  border-radius: 20px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
}
.haccp-flow .haccp-step-title {
  margin-bottom: 5px;
  color: var(--color-navy);
  font-size: 1.24rem;
  font-weight: 900;
}
.haccp-flow .haccp-step-desc {
  color: var(--color-text-light);
  font-size: 1rem;
  line-height: 1.8;
}

/* 対応エリア */
.area-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 40px;
}
.area-grid .area-card {
  overflow: hidden;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.area-grid .area-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
}
.area-grid .area-card-head.oita {
  background: var(--color-navy);
}
.area-grid .area-card-head.fukuoka {
  background: var(--color-navy-light);
}
.area-grid .area-card-head.miyazaki {
  background: var(--color-navy-light);
}
.area-grid .area-card-icon {
  font-size: 1.5rem;
}
.area-grid .area-card-title {
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 900;
}
.area-grid .area-card-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}
.area-grid .area-card-body {
  padding: 1.5rem;
}
.area-grid .area-card-desc {
  margin-bottom: 1rem;
  color: var(--color-text-muted);
  font-size: 0.85rem;
}
.area-grid .area-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.area-grid .area-city-tag {
  padding: 4px 12px;
  background: var(--color-off-white);
  border: 1px solid var(--color-gray);
  border-radius: 20px;
  color: var(--color-text);
  font-size: 0.82rem;
}
.area-grid .area-city-tag.main {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: var(--color-white);
}
.area-grid .area-city-tag--notice {
  background: #fff3e0;
  border-color: #ffb74d;
  color: #e65100;
}
@media (max-width: 768px) {
  .area-grid {
    grid-template-columns: 1fr;
  }
}

.area-city-other {
  display: block;
  margin: 1.5rem auto 0;
  padding: 1.25rem;
  background: var(--color-mint-light);
  border-radius: var(--radius);
  border-left: 4px solid var(--color-mint);
}
.area-city-other__title {
  font-size: 1.12rem;
  color: #fff;
  font-weight: 700;
}
.area-city-other__text {
  margin-top: 0.25rem;
  padding-right: 100px;
  font-size: 0.88rem;
  color: #fff;
}
.area-city-other__image {
  float: right;
  width: 320px;
}
@media (max-width: 768px) {
  .area-city-other__text {
    padding-right: 0px;
  }
}

.facility-type-table {
  width: 100%;
  border-collapse: collapse;
}
.facility-type-table th {
  padding: 0.75rem 1rem;
  background: var(--color-navy);
  color: var(--color-white);
  text-align: left;
  font-size: 0.88rem;
}
.facility-type-table th:nth-child(1) {
  width: 25%;
}
.facility-type-table th:nth-child(2) {
  width: 75%;
}
.facility-type-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--color-gray);
  color: var(--color-text);
  font-size: 0.88rem;
}
.facility-type-table td:first-child {
  font-weight: bold;
  font-size: 1rem;
}
.facility-type-table tr:nth-child(even) td {
  background: var(--color-off-white);
}
@media (max-width: 768px) {
  .facility-type-table th:nth-child(1) {
    width: 33%;
  }
}

.area-about {
  padding-top: 0.5rem;
}
.area-about__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.area-about__table tr {
  border-bottom: 1px solid #e0eef7;
}
.area-about__table tr:last-child {
  border-bottom: none;
}
.area-about__table th {
  width: 30%;
  padding: 0.85rem 0.5rem;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
  color: var(--color-text-muted);
  vertical-align: top;
}
.area-about__table td {
  padding: 0.85rem 0.5rem;
  color: var(--color-text);
}
.area-about__table td a {
  color: inherit;
  text-decoration: none;
}
.area-about__table td a:hover {
  text-decoration: underline;
}

.area-about-photolist {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
}
.area-about-photolist li {
  width: 45%;
}
.area-about-photolist li img {
  border-radius: 10px;
}

.area-access-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .area-access-layout {
    display: block;
  }
}

.area-access-map {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.12);
  border: 1px solid #e0eef7;
}
.area-access-map iframe {
  border: 0;
  display: block;
}

/*会社概要*/
.company-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 100px auto 50px;
}
.company-gallery li {
  width: 31%;
  margin-bottom: 50px;
}
.company-gallery li img {
  border-radius: 10px;
}

.history-list {
  position: relative;
  margin: 0 0 0 2rem;
  padding: 0 0 0 2rem;
  list-style: none;
}
.history-list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--color-gray);
}
.history-list .history-item {
  position: relative;
  padding: 0 0 2rem 1.5rem;
}
.history-list .history-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2.32rem;
  width: 12px;
  height: 12px;
  background: var(--color-mint);
  border: 2px solid var(--color-white);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--color-mint);
}
.history-list .history-item:last-child {
  padding-bottom: 0;
}
.history-list .history-item .history-item__image {
  float: right;
  width: 240px;
  margin-top: -20px;
  border-radius: 10px;
}
.history-list .history-year {
  margin-bottom: 0.25rem;
  color: var(--color-mint-dark);
  font-family: var(--font-en);
  font-size: 0.82rem;
  font-weight: 700;
}
.history-list .history-text {
  color: var(--color-text);
  font-size: 0.92rem;
  line-height: 1.7;
}
.history-list .history-text p + p {
  margin-top: 0.25rem;
}

.access-info__card {
  margin-bottom: 1.5rem;
  padding: 2rem;
  background: var(--color-off-white);
  border-radius: var(--radius-lg);
}
.access-info__name {
  margin-top: 20px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: var(--color-navy);
  font-size: 1.08rem;
}
.access-info__text {
  font-size: 0.9rem;
  color: var(--color-text-light);
}
.access-info__text a {
  color: inherit;
  text-decoration: none;
}
.access-info__text a:hover {
  text-decoration: underline;
}
.access-info__text--access {
  margin-top: 0.75rem;
}
.access-info__map {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background: var(--color-gray);
  border-radius: var(--radius-lg);
}
.access-info__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.access-info .access-info__image {
  float: left;
  width: 400px;
  margin-right: 40px;
  border-radius: 10px;
}

.company-nav-card.is-current {
  transition: none !important;
  box-shadow: var(--shadow-sm) !important;
  /*background-color: #007f86;
   color: #fff;
  border-color: #007f86;*/
  opacity: 0.4;
}
.company-nav-card.is-current .company-nav-en,
.company-nav-card.is-current .company-nav-title,
.company-nav-card.is-current .company-nav-arrow {
  /* color: #fff;*/
}

/*お問い合わせ*/
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  align-items: start;
}

.contact-form-wrap {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.contact-tel-card {
  margin-bottom: 1.5rem;
  padding: 2rem;
  background: var(--color-navy);
  border-radius: var(--radius-lg);
  text-align: center;
}
.contact-tel-label {
  margin-bottom: 0px;
  font-size: 1.08rem;
  color: #fff;
  font-weight: bold;
}
.contact-tel-num {
  margin-bottom: 0px;
  font-family: var(--font-en);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--color-white);
}
.contact-tel-num a {
  color: #fff;
}
.contact-tel-hours {
  font-size: 0.88rem;
  color: #fff;
}
.contact-info-card {
  padding: 1.5rem;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.contact-info-title {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-navy);
  border-bottom: 1px solid var(--color-gray);
}
.contact-info-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}
.contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-info-key {
  min-width: 60px;
  white-space: nowrap;
  color: var(--color-text-muted);
}
.contact-info-val {
  color: var(--color-text);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-form-wrap {
    padding: 0;
    box-shadow: none;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
.contact-info-photolist {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 30px;
}
.contact-info-photolist li {
  width: 47%;
}
.contact-info-photolist li img {
  border-radius: 0px;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/*会社概要*/
.philosophy-hero-block {
  margin-bottom: 2.4rem;
  padding: 2.4rem 1rem;
  text-align: center;
  background: var(--color-navy);
  border-radius: var(--radius-lg);
}
.philosophy-hero-label {
  display: block;
  margin-bottom: 1.5rem;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-white);
  opacity: 0.5;
}
.philosophy-hero-text {
  margin-bottom: 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1.7;
  color: var(--color-white);
}
.philosophy-hero-text strong {
  font-weight: bold;
  font-size: 108%;
  margin: 0 4px;
}
.philosophy-hero-sub {
  max-width: 90%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.9;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .philosophy-hero-sub {
    font-size: 1.12rem;
  }
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .vision-grid {
    grid-template-columns: 1fr;
  }
}
.vision-card {
  padding: 2.5rem 1.5rem;
  text-align: center;
  border: 2px solid var(--color-gray);
  border-radius: var(--radius-lg);
  transition: var(--transition);
}
.vision-card:hover {
  /*border-color: var(--color-mint);
  box-shadow: var(--shadow-md);*/
}
.vision-card-num {
  margin-bottom: 1rem;
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-mint);
  opacity: 0.3;
}
.vision-card-title {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--color-navy);
}
.vision-card-desc {
  font-size: 0.88rem;
  line-height: 1.8;
  text-align: left;
  color: var(--color-text-light);
}

.value-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.value-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.value-num {
  flex-shrink: 0;
  width: 48px;
  margin-top: -16px;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  color: var(--color-mint);
}
.value-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 900;
  color: var(--color-navy);
}
.value-desc {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--color-text-light);
}

.vision-card__image {
  margin-bottom: 20px;
}

/* 代表メッセージ */
.message-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .message-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .message-photo {
    position: static;
  }
}

.message-photo-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
@media (max-width: 768px) {
  .message-photo-img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}

.message-photo-caption {
  text-align: center;
  margin-top: 1rem;
}

.message-photo-name {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--color-navy);
}

.message-photo-title {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin-top: 0.25rem;
}

.message-photo--large {
  width: 50%;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.message-lead {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.8;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--color-gray);
}

.message-body {
  margin-bottom: 80px;
}
.message-body p {
  font-size: 1rem;
  line-height: 2;
  color: var(--color-text);
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .message-body {
    margin-bottom: 60px;
  }
}

.message-signature {
  margin-top: 3rem;
  text-align: right;
  padding-top: 2rem;
  border-top: 1px solid var(--color-gray);
}

.message-signature-company {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 0.25rem;
}

.message-signature-name {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--color-navy);
}

/* 代表メッセージ 左右交互レイアウト */
.message-row {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 4rem;
}
.message-row-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.message-row--reverse {
  margin-bottom: 0;
  grid-template-columns: 1fr 30%;
}
.message-row--reverse .message-row-img {
  order: 2;
}
.message-row--reverse .message-row-body {
  order: 1;
}
@media (max-width: 768px) {
  .message-row {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
  .message-row--reverse {
    grid-template-columns: 1fr;
  }
  .message-row--reverse .message-row-img {
    order: initial;
  }
  .message-row--reverse .message-row-body {
    order: initial;
  }
}

/* ページ内アンカーナビゲーション */
.page-anchor-nav {
  background: var(--color-off-white);
  border-bottom: 1px solid var(--color-gray);
  padding: 0.75rem 0;
}

.page-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-anchor-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-navy);
  background: #fff;
  border: 2px solid var(--color-navy);
  border-radius: 2em;
  text-decoration: none;
  transition: var(--transition);
  line-height: 1;
}
.page-anchor-btn::after {
  content: "▼";
  font-size: 0.75em;
  opacity: 0.7;
}
.page-anchor-btn:hover {
  background: var(--color-navy);
  color: #fff;
}
@media (max-width: 768px) {
  .page-anchor-btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.9rem;
  }
}

/* 代表メッセージ誘導セクション */
.ceo-promo {
  background: var(--color-navy);
}
.ceo-promo-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  align-items: center;
}
.ceo-promo-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.ceo-promo-name {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
}
.ceo-promo-title {
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.25rem;
}
.ceo-promo-heading {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  margin: 0.5rem 0 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid var(--color-mint);
  display: inline-block;
}
.ceo-promo-quote {
  margin: 0 0 2rem;
  padding-left: 1.25rem;
  border-left: 3px solid var(--color-mint);
}
.ceo-promo-quote p {
  font-size: 1rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
}
.ceo-promo-quote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ceo-promo-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .ceo-promo-img {
    max-width: 160px;
    margin: 0 auto;
    display: block;
  }
}

.privacy-list dt {
  border-bottom: 1px solid var(--color-mint);
  margin: 2.8rem 0 0.4rem;
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--color-navy);
}
.privacy-list dd {
  margin: 0.75rem 0 0;
}
.privacy-list ul {
  margin-top: 0.75rem;
  padding-left: 1.5rem;
  list-style: disc;
}

.news-item-cat {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  white-space: nowrap;
  text-align: center;
}

.cat-service {
  background: #e3f2fd;
  color: #1565c0;
}

.cat-info {
  background: #e3f2fd;
  color: #1565c0;
}

.cat-company {
  background: #e8f5e9;
  color: #2e7d32;
}

/*.cat-info    { background: #fff3e0; color: #e65100; }*/
.news-single-header {
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--color-navy);
  margin-bottom: 2.5rem;
}

.news-single-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.news-single-date {
  font-family: var(--font-en);
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.news-single-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.6;
}

.news-single-body {
  margin-bottom: 60px;
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--color-text);
}
.news-single-body p {
  margin-bottom: 1.5rem;
}
.news-single-body h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-navy);
  border-left: 4px solid var(--color-navy);
  padding-left: 0.75rem;
  margin: 2rem 0 1rem;
}
.news-single-body hr {
  border: none;
  border-top: 1px solid var(--color-gray);
  margin: 2.5rem 0;
}

.news-single-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-gray);
  text-align: center;
}

.news-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-navy);
  text-decoration: none;
  border: 2px solid var(--color-navy);
  padding: 10px 28px;
  border-radius: var(--radius);
  transition: var(--transition);
}
.news-back-link:hover {
  background: var(--color-navy);
  color: var(--color-white);
}

.news-layout {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}

.news-main {
  flex: 1;
  min-width: 0;
}

.news-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.sidebar-widget {
  margin-bottom: 2rem;
  border: 1px solid var(--color-gray);
  border-radius: var(--radius);
  overflow: hidden;
}

.sidebar-widget-title {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-white);
  background: var(--color-navy);
  padding: 10px 16px;
  margin: 0;
}

.sidebar-widget-body {
  padding: 0.75rem 0;
}

.sidebar-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-widget-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 16px;
  font-size: 0.85rem;
  color: var(--color-text);
  text-decoration: none;
  transition: var(--transition);
}
.sidebar-widget-list li a:hover {
  background: var(--color-off-white);
  color: var(--color-navy);
  padding-left: 22px;
}
.sidebar-widget-list li a .archive-year {
  font-family: var(--font-en);
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.sidebar-cat-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 1px 8px;
  border-radius: 20px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .news-layout {
    flex-direction: column;
  }
  .news-sidebar {
    width: 100%;
  }
}
/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.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: #83300E;
}

.u-color-sub {
  color: #83300E;
}

/* フォントの設定 */
.u-ff-en {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.u-marker-pink {
  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;
}

/* レイアウトの設定 */
@media (min-width: 769px) {
  .u-over-parent {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (min-width: 769px) {
  .u-padding-pagewidth {
    padding-left: calc(50vw - 540px);
    padding-right: calc(50vw - 540px);
  }
}

@media (min-width: 769px) {
  .u-flex-between {
    display: flex;
    justify-content: space-between;
  }
}

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

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

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

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