@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/*------------------------------------------------------------------------------
  Base
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
}

html {
  color: #000;
  background: #fff;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button,
figure {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #9B9B9B;
}

:-ms-input-placeholder {
  color: #9B9B9B;
}

::-ms-input-placeholder {
  color: #9B9B9B;
}

::-moz-placeholder {
  color: #9B9B9B;
}

::placeholder {
  color: #9B9B9B;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/A-OTF-ShueiGoKinStd-B.otf) format("opentype");
  font-family: "A-OTF-ShueiGoKinStd-B";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/BEBAS___.TTF) format("opentype");
  font-family: "BEBAS";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSerifJP-SemiBold.otf) format("opentype");
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  Base PC
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  Base SP
------------------------------------------------------------------------------*/
html {
  font-size: 16px;
}

/* --------------------------------
l-section-inner
----------------------------------- */
.l-section-inner {
  position: relative;
  padding-right: 35px;
  padding-left: 35px;
}

/* --------------------------------
l-inner
----------------------------------- */
.l-inner {
  padding-right: 35px;
  padding-left: 35px;
}

/* --------------------------------
l-innermost
----------------------------------- */

/* --------------------------------
l-page-title
----------------------------------- */
.l-page-title {
  padding-top: 1.875rem;
}

/* --------------------------------
c-header
----------------------------------- */
.c-header-inner {
  margin: 0 auto;
  position: relative;
}

.c-header-logo {
  width: 26.1538461538vw;
  position: fixed;
  z-index: 9999;
  top: 1.9625rem;
  left: 1.20625rem;
}

.c-header-menu-openbtn-bg-wrap {
  /* ハンバーガーの3本線まで透過されないように用意したクラス 「.c-header-menu-openbtn」と高さ、幅、位置を揃える */
  position: fixed;
  z-index: 9998;
  width: 76px;
  height: 76px;
  background-color: #2C572C;
  mix-blend-mode: multiply;
  top: 1.9625rem;
  right: 0;
}

.c-header-menu-openbtn {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  width: 76px;
  height: 76px;
  top: 1.9625rem;
  /* 変更したら「.c-header-menu-openbtn-bg-wrap」の位置も変更（揃える） */
  right: 0;
  /* 変更したら「.c-header-menu-openbtn-bg-wrap」の位置も変更（揃える） */
}

.c-header-menu-openbtn span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 23px;
  height: 5px;
  background-color: #fff;
  width: 28.5px;
  z-index: 2;
}

.c-header-menu-openbtn span:nth-of-type(1) {
  top: 19px;
}

.c-header-menu-openbtn span:nth-of-type(2) {
  top: 28px;
}

.c-header-menu-openbtn span:nth-of-type(3) {
  top: 37px;
}

.c-header-menu-openbtn p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-header-menu-openbtn.js-header-menu-active span:nth-of-type(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-header-menu-openbtn.js-header-menu-active span:nth-of-type(2) {
  opacity: 0;
}

.c-header-menu-openbtn.js-header-menu-active span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* --------------------------------
c-global-nav
----------------------------------- */
.c-global-nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.c-global-nav.js-global-nav-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-global-nav__inner {
  background-color: #0A150A;
  padding: 2.5625rem 4.0625rem 3.73125rem;
  opacity: 0.9;
}

.c-global-nav__tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 7.6923076923vw;
}

.c-global-nav__tel-wrap .reception-time {
  color: #fff;
  font-size: 3.3333333333vw;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 5.1282051282vw;
}

.c-global-nav__tel-wrap .tel-img {
  width: 10.9333333333vw;
}

.c-global-nav__tel-wrap .tel-text {
  color: #fff;
  font-size: 1.8125rem;
  font-family: "A-OTF-ShueiGoKinStd-B";
}

.c-global-nav__wrap {
  margin-top: 1.875rem;
}

.c-global-nav__list {
  border-bottom: 1px solid #fff;
}

.c-global-nav__link {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 3.53;
  display: block;
  position: relative;
}

.c-global-nav__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}

.btn-wrap_c-global-nav {
  margin-top: 2.5rem;
}

.c-btn_c-global-nav {
  color: #fff;
}

.c-btn_c-global-nav.c-btn_arrow-right::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* --------------------------------
c-breadcrumb
----------------------------------- */
.c-breadcrumb {
  background-color: #222b22;
  position: relative;
}

.c-breadcrumb__inner {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-right: 35px;
  padding-left: 35px;
}

.c-breadcrumb__list {
  display: inline;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  margin-right: 1.875rem;
}

.c-breadcrumb__list:last-child {
  margin-right: 0;
}

.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: -1.25rem;
}

.c-breadcrumb__list:last-child::after {
  border: none;
}

.c-breadcrumb__link {
  color: #fff;
  text-decoration: underline;
}

.c-breadcrumb_mask {
  position: relative;
  overflow: hidden;
}

.c-breadcrumb_mask::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6.25rem 3.75rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn {
  display: inline-block;
  width: 20rem;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 1.28125rem 1.875rem 1.28125rem;
  font-size: 1.0625rem;
  font-weight: 600;
  border: 1px solid #707070;
}

.c-btn_arrow-right {
  position: relative;
}

.c-btn_arrow-right::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.08125rem;
}

.c-btn_full-width {
  width: 100%;
  max-width: 100%;
  background-color: #2C572C;
  color: #fff;
  font-size: 1.0625rem;
  padding: 1.28125rem 1.875rem 1.28125rem;
  border: 1px solid #707070;
}

.c-btn_full-width .text-arrow {
  margin-left: 0.3125rem;
}

/* --------------------------------
c-section-title
----------------------------------- */
.c-section-title {
  color: #2C572C;
  font-family: "BEBAS";
  font-size: 3.125rem;
  line-height: 2.48;
}
.c-section-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.48) * 0.5em);
  content: "";
}
.c-section-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.48) * 0.5em);
  content: "";
}

/* --------------------------------
c-cards
----------------------------------- */
.c-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-cards_col3 {
  margin-bottom: -1.25rem;
}

.c-cards_col3 > .c-cards__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.25rem;
}

.c-cards_col3 > .c-cards__item:nth-of-type(2n) {
  margin-right: 0;
}
.c-card {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.c-card__img-wrapper {
  position: relative;
  padding-top: 75%;
}

.c-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__body {
  padding: 0.6875rem 0 0.875rem;
  background: #fff;
}

.c-card__body > *:last-child {
  margin-bottom: 0;
}

.c-card__title {
  text-align: center;
  font-size: 0.9375rem;
}

.c-card__badge {
  background-color: #222b22;
  width: 4.125rem;
  text-align: center;
  padding: 0.3125rem 0;
  color: #fff;
  font-size: 0.625rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-card_link {
  display: block;
}

/* --------------------------------
c-page-top-visual
----------------------------------- */
.c-page-top-visual-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 13.125rem;
}

.c-page-top-visual-bg_mask {
  position: relative;
}

.c-page-top-visual-bg_mask::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.575625rem 12.90625rem 0 0;
  border-color: #2C572C transparent transparent transparent;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------
c-page-main-title
----------------------------------- */
.c-page-main-title {
  color: #2C572C;
  font-family: "BEBAS";
  font-size: 3.125rem;
  line-height: 1.77;
}
.c-page-main-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.77) * 0.5em);
  content: "";
}
.c-page-main-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.77) * 0.5em);
  content: "";
}

/* --------------------------------
c-pagination
----------------------------------- */
.c-pagination {
  margin-top: 1.25rem;
}

.c-pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination .page-numbers li {
  background-color: #DCDCDC;
  width: 3.3125rem;
  height: 2.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin-right: 0.46875rem;
  margin-left: 0.46875rem;
}

.c-pagination .page-numbers li .current,
.c-pagination .page-numbers li .next,
.c-pagination .page-numbers li .prev {
  background-color: #2C572C;
  width: 3.3125rem;
  height: 2.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

/* WPページャー出力で表示される”投稿ナビゲーション” 非表示、アクセシビリティを考慮し、<h2>タグを残しつつ、テキストを非表示にする */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ここまで WPページャー出力で表示される”投稿ナビゲーション” テキストを非表示にする */
/* --------------------------------
c-tab
----------------------------------- */
.c-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-tab__item {
  width: 31.707%;
  text-align: center;
}

.c-tab__link {
  display: block;
  background: #fff;
  border: 2px solid #707070;
  font-weight: bold;
  padding: 0.875rem 0;
}

.c-tab__item .c-tab__link.current {
  background: #2C572C;
  border: 2px solid #2C572C;
  color: #fff;
  position: relative;
}

.c-tab__item .c-tab__link.current::after {
  content: "";
  border-top: 0.625rem solid #2C572C;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-tab__area {
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------------------------
c-mask-up-layer
----------------------------------- */

/* --------------------------------
c-line-wrap
----------------------------------- */
.c-line-wrap {
  position: relative;
  border: 3px solid #2C572C;
}

.c-line-wrap__head {
  background: #fff;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 2.76;
  letter-spacing: 0.2125rem;
  width: 15rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-line-wrap__inner {
  padding: 3.125rem 2.1875rem 2.75rem;
}

.c-line-wrap__text {
  line-height: 2.66;
}

/* --------------------------------
c-table
----------------------------------- */
.c-table__inner {
  width: 100%;
}

.c-table__head {
  font-size: 1.0625rem;
  letter-spacing: 0.2125rem;
  padding-top: 1.5625rem;
}

.c-table__text {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1875rem;
  padding-top: 1.8125rem;
  padding-bottom: 3.4375rem;
}
.c-table__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.c-table__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.c-table__list {
  line-height: 2.66;
}
.c-table__list::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.66) * 0.5em);
  content: "";
}
.c-table__list::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.66) * 0.5em);
  content: "";
}

.c-table__inner {
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #2C572C, #2C572C 3px, transparent 3px, transparent 5px);
  background-repeat: repeat-x;
}

.c-table__row {
  position: relative;
}

.c-table__row::after {
  content: "";
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #2C572C, #2C572C 3px, transparent 3px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* --------------------------------
c-lv3-title
----------------------------------- */
.c-lv3-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.35rem;
  text-align: center;
}

/* --------------------------------
c-form
----------------------------------- */
.c-form {
  border-top: 1px solid #CCCCCC;
}

.c-form__col {
  border-bottom: 1px solid #CCCCCC;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.c-form__head {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.c-form__label {
  color: #464646;
  font-size: 0.875rem;
}

.c-form__body {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 1.25rem;
}

.c-form__input-field {
  background-color: #E8EDE8;
  width: 100%;
  padding: 0.6875rem 1.0625rem;
  border: 1px solid #D8D8D8;
}

.c-form__input-field_textarea {
  height: 8.4375rem;
}

.c-form__input-field::-webkit-input-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
}

.c-form__input-field::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
}

.c-form__input-field:-ms-input-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
}

.c-form__input-field::-ms-input-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
}

.c-form__input-field::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
}

.c-form__input-field_addressPost {
  width: 7.25rem;
}

.c-form__input_addressPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form-input-field_addressPref {
  -webkit-appearance: none;
  width: 11.1875rem;
  background-image: url(../img/common/icon-arrow-bottom.png);
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.c-form-input_address {
  margin-top: 1.25rem;
}

.c-form__address-search-btn {
  display: block;
  background-color: #2C572C;
  color: #fff;
  width: 11.8125rem;
  max-width: 100%;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.625rem 0;
  margin-top: 1.25rem;
}

.c-form__icon-addressPost {
  font-style: normal;
  font-size: 0.875rem;
  margin-right: 0.625rem;
}

.c-form__privacy-policy-link {
  display: block;
  color: #2C572C;
  font-size: 0.75rem;
  text-decoration: underline;
  text-align: center;
  margin-top: 2.1875rem;
}

/* --------------------------------
c-page-template
----------------------------------- */
.c-page-template-contents {
  padding-top: 1.33125rem;
  padding-bottom: 4.25rem;
}

/* --------------------------------
c-content
----------------------------------- */
.c-content h1 {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.47;
  margin-bottom: 3.09375rem;
}
.c-content h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.47) * 0.5em);
  content: "";
}
.c-content h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.47) * 0.5em);
  content: "";
}

.c-content h2 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.44;
  padding: 0.84375rem 0.5625rem;
  border-top: 2px solid #2C572C;
  border-bottom: 2px solid #2C572C;
  margin-bottom: 2.4375rem;
}
.c-content h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.44) * 0.5em);
  content: "";
}
.c-content h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.44) * 0.5em);
  content: "";
}

.c-content h3.green {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #2C572C;
  color: #fff;
  padding: 0.6875rem;
  margin-bottom: 2.375rem;
}
.c-content h3.green::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.c-content h3.green::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.c-content h3.leftline {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.8125rem;
  border-left: 9px solid #2C572C;
  margin-bottom: 2.375rem;
}
.c-content h3.leftline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.c-content h3.leftline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  overflow: hidden;
}

.c-footer-cta {
  width: 100%;
  margin: 0 auto;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #25311C;
  color: #fff;
}

.c-footer-cta__inner {
  padding: 2.8125rem 0 1.9375rem;
}
.c-footer-cta__message {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 600;
}

.c-footer-cta__items {
  margin-top: 1.75rem;
}

.c-footer-cta__list {
  font-weight: 400;
  position: relative;
  padding-left: 1.25rem;
}

.c-footer-cta__list::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 6px;
}

.btn-wrap_footer-btn-tel {
  margin-top: 2.125rem;
}

.btn-wrap_footer-btn-form {
  margin-top: 1.25rem;
}

.c-btn_footer-tel {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.8125rem 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-btn_footer-tel .tel-number {
  font-size: 1.875rem;
  font-family: "A-OTF-ShueiGoKinStd-B";
  letter-spacing: -1.5px;
}

.c-btn_footer-form {
  color: #fff;
}

.c-btn_footer-tel.c-btn_arrow-right::after,
.c-btn_footer-form.c-btn_arrow-right::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c-footer-bottom {
  width: 100%;
  margin: 0 auto;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #000;
  color: #fff;
}

.c-footer-bottom__inner {
  padding: 2.3875rem 0 7rem;
  position: relative;
}
.c-footer-company-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-footer-company-info__img {
  width: 4.96875rem;
  margin-right: 1.53125rem;
}

.c-footer-company-info__name {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
}

.c-footer-company-info__address {
  font-weight: 400;
  font-style: normal;
}

.c-footer-map-embed {
  margin-top: 2.09375rem;
}

.c-footer-copyright {
  position: absolute;
  bottom: 4rem;
}

.c-footer-cta-bottom-connected_mask {
  position: relative;
}

.c-footer-cta-bottom-connected_mask::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 155.3846153846vw 107.9487179487vw 0 0;
  border-color: #00EB3F transparent transparent transparent;
  opacity: 0.08;
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------
c-pagetop
----------------------------------- */
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.main-visual-bg {
  background-image: url(../img/top/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 37.1875rem;
  width: 100%;
  margin: 0 auto;
}

.main-visual-copy {
  display: inline-block;
  height: 37.1875rem;
  /* 縦文字が崩れないように指定 「main-visual-bgのheightと揃えている」 */
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 8.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-visual-copy__text {
  font-family: "Noto Serif JP";
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
}

.main-visual-copy__text span {
  display: block;
}

.main-visual-copy__text span + span {
  text-indent: 3em;
}

.main-visual-bg_mask {
  position: relative;
}

.main-visual-bg_mask::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.575625rem 12.90625rem 0 0;
  border-color: #2C572C transparent transparent transparent;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}

.feature {
  width: 100%;
  margin: 0 auto;
}

.feature__inner {
  padding: 2.91875rem 0 3rem;
}

.feature__col {
  position: relative;
  z-index: 30;
}

.feature__logo-img {
  width: 13.8125rem;
}

.feature__main-copy {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1.9875rem;
}
.feature__main-copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.feature__main-copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.feature__sub-copy {
  font-weight: 500;
  line-height: 2.33;
  margin-top: 2.375rem;
}
.feature__sub-copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.33) * 0.5em);
  content: "";
}
.feature__sub-copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.33) * 0.5em);
  content: "";
}

.btn-wrap_feature {
  margin-top: 2.59375rem;
}

.feature_mask {
  position: relative;
}

.feature_mask::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 34.864375rem 24.375rem;
  border-color: transparent transparent #F5F5F5 transparent;
  opacity: 0.8;
  position: absolute;
  top: -11.875rem;
  right: 0;
  z-index: 20;
  /* レスポンシブ時、「下四角グレー透過マスク」#fffより上に来るように指定 */
}

.feature_mask::after {
  content: "";
  width: 100%;
  height: 20rem;
  background-color: #F5F5F5;
  opacity: 0.8;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.topics {
  width: 100%;
  margin: 0 auto;
  background-color: #dedede;
  position: relative;
  z-index: 100;
}

.topics__inner {
  padding: 3.625rem 0 3rem;
}

.title-wrap_topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1.25rem;
}

.topics-all-view-link {
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: underline;
  position: relative;
  margin-top: 1.16875rem;
}

.topics-all-view-link::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #2C572C;
  border-bottom: 2px solid #2C572C;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: -0.9375rem;
  top: 50%;
}

.topics-all-view-link-wrap {
  text-align: center;
}

.topics-article-wrap {
  margin-top: 2.90625rem;
}

.topics-article {
  padding: 1.625rem 0 1.875rem;
  border-bottom: 1px dashed #fff;
}

.topics-article__link {
  display: block;
}

.topics-article__post-data {
  font-size: 0.875rem;
  color: #454545;
}

.topics-article__title {
  font-size: 1.0625rem;
  text-decoration: underline;
  color: #454545;
}
.topics_mask {
  position: relative;
}

.topics_mask::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40.5128205128vw 28.2051282051vw;
  border-color: transparent transparent #f5f5f5 transparent;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  right: 0;
}

.case {
  width: 100%;
  margin: 0 auto;
}

.case__inner {
  padding: 2.625rem 0 2.4375rem;
}

.case-banner {
  background-image: url(../img/top/case-banner-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 100%;
  height: 9.375rem;
  display: block;
  overflow: hidden;
}

.case-banner__text-wrap {
  color: #fff;
  padding-top: 1.4375rem;
  padding-left: 1.25rem;
}

.case-banner__text-en {
  font-family: "BEBAS";
  font-size: 1.5625rem;
  line-height: 1.16;
  position: relative;
  z-index: 10;
}

.case-banner__text-ja {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.2125rem;
  position: relative;
  z-index: 10;
}

.case-banner__text-wrap_mask {
  position: relative;
}

.case-banner__text-wrap_mask::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.375rem 13.5625rem 0 0;
  border-color: #2C572C transparent transparent transparent;
  top: 0;
  left: 0;
}

.works {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/top/works-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.works__inner {
  padding: 4.4375rem 0 3.4375rem;
}

.title-wrap_works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1.25rem;
}

.c-section-title_works {
  color: #fff;
}

.works-message {
  color: #fff;
}

.works-message__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.25rem;
}

.works-message__text {
  font-weight: 400;
  line-height: 2.33;
  margin-top: 2.0625rem;
}
.works-message__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.33) * 0.5em);
  content: "";
}
.works-message__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.33) * 0.5em);
  content: "";
}

.works-contents {
  margin-top: 3.375rem;
}

.works-contents-cards_col3 {
  margin-bottom: -2.5rem;
}

.works-contents-cards > .works-contents-cards__item {
  margin-bottom: 2.5rem;
}

.works-contents-card__body {
  padding: 1.875rem 1.65625rem 2.90625rem;
  background: #fff;
}

.works-contents-card__body > *:last-child {
  margin-bottom: 0;
}

.works-contents-card__title {
  font-size: 1.3125rem;
  text-align: center;
  line-height: 1.66;
}
.works-contents-card__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.66) * 0.5em);
  content: "";
}
.works-contents-card__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.66) * 0.5em);
  content: "";
}

.works-contents-card__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font-size: 0.875rem;
  margin-top: 1.0375rem;
}

.works-contents-card__link::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #2C572C;
  border-right: 2px solid #2C572C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.3125rem;
  margin-top: 0.125rem;
}
.page-topics {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}

.page-topics-article-wrapper {
  margin-top: 1.875rem;
  border-top: 1px dashed #DEDEDE;
}

.page-topics-article {
  border-bottom: 1px dashed #DEDEDE;
}

.page-topics-article__link {
  display: block;
}

.page-topics-article__content {
  padding: 1.25rem 0;
}

.page-topics-article__img-wrap {
  padding-top: 75%;
  position: relative;
}

.page-topics-article__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-topics-article__post-data {
  display: inline-block;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.page-topics-article__title {
  font-size: 1.0625rem;
}

.page-topics-article__text {
  color: #919191;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.3125rem;
}

.page-topics-pagination-wrapper {
  margin-top: 3.75rem;
}

.page-topics-detail {
  padding-top: 1.875rem;
  padding-bottom: 4.3375rem;
}

.topics-contents__inner {
  padding-top: 1.33125rem;
}

.topics-contents__data {
  display: inline-block;
  color: #454545;
  font-size: 0.75rem;
  line-height: 1.75;
  margin-bottom: 0.8125rem;
}

.btn-wrapper_page-topics-detail {
  margin-top: 3.6rem;
}

.page-works {
  padding-top: 1.875rem;
  padding-bottom: 4.375rem;
}

.page-works-tabs {
  margin-top: 2.625rem;
}

.page-works-items {
  margin-top: 1.875rem;
}

.page-works-pagination-wrapper {
  margin-top: 3.1875rem;
}

.page-works-detail {
  padding-top: 1.875rem;
  padding-bottom: 4.3375rem;
}

.page-works-contents__inner {
  padding-top: 1.33125rem;
}

.btn-wrapper_page-works-detail {
  margin-top: 3.6rem;
}

.page-works-detail_mask {
  position: relative;
}

.page-handling {
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}

.page-handling-c-line-wrap {
  margin-top: 2.625rem;
}

.page-handling_mask {
  position: relative;
}

.maker-block {
  margin-top: 3.75rem;
}

.page-handling-inhead {
  background-color: #2C572C;
  position: relative;
}

.page-handling-inhead__inner {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.page-handling-inhead__title {
  color: #fff;
  text-align: center;
}

.page-handling-inhead_mask {
  position: relative;
  overflow: hidden;
}

.page-handling-inhead::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.125rem 2.1875rem 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-handling-inhead::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3.125rem 2.1875rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.maker-block__row {
  margin-top: 1.875rem;
}

.maker-block__col {
  padding-left: 1.25rem;
}

.maker-item {
  display: block;
  margin-top: 0.625rem;
}

a.maker-item {
  text-decoration: underline;
}

.maker-block_mask {
  position: relative;
}

.maker-block_mask::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.598125rem 2.5rem 0 0;
  border-color: #2C572C transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.page-recruit_mask {
  position: relative;
}

.page-recruit-top-message {
  padding-top: 1.875rem;
  padding-bottom: 4.25rem;
}

.page-recruit-top-message-c-line-wrap {
  margin-top: 2.625rem;
}

.page-recruit-bg-block {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/recruit/recruit-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-recruit-bg-block__inner {
  padding-top: 5rem;
  padding-bottom: 6.5rem;
}

.page-recruit-bg-block__title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.page-recruit-bg-block__lists {
  text-align: center;
  margin-top: 3.4375rem;
}

.page-recruit-bg-block__list {
  color: #fff;
  line-height: 1.3;
  margin-top: 1.875rem;
}
.page-recruit-bg-block__list::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.page-recruit-bg-block__list::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}

.page-recruit-bg-block__list:first-child {
  margin-top: 0;
}

.page-recruit-points {
  padding-top: 3.8125rem;
  padding-bottom: 3.8125rem;
}

.page-recruit-points__title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.35rem;
}

.page-recruit-points_c-table {
  margin-top: 2.4rem;
}

.page-recruit-points .c-table__head {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.page-recruit-points .c-table__text {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.btn-wrap_page-recruit-points {
  margin-top: 3.41875rem;
  text-align: center;
}

.c-btn_page-recruit-points {
  background-color: #25311C;
  color: #fff;
  width: 100%;
}

.c-btn_page-recruit-points.c-btn_arrow-right::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.spacer01 {
  margin-left: 1em;
}

.spacer02 {
  margin-left: 2em;
}

.spacer03 {
  margin-left: 3em;
}

.spacer04 {
  margin-left: 4em;
}

.spacer05 {
  margin-left: 5em;
}

.spacer-large {
  margin-left: 5.8em;
}

.page-company_mask {
  position: relative;
}

.page-company-title {
  padding-top: 1.875rem;
  padding-bottom: 4.25rem;
}

.page-company-bg-block {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/company/company-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.page-company-bg-block__inner {
  padding-top: 5rem;
  padding-bottom: 2.75rem;
}

.page-company-bg-block__title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.page-company-bg-block__text {
  color: #fff;
  line-height: 2.66;
  margin-top: 1.6875rem;
}

.page-company-summary {
  padding-top: 3.8125rem;
}

.page-company-summary__title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.35rem;
}

.page-company-summary_c-table {
  margin-top: 2.4rem;
}

.page-company-summary .c-table__head {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.page-company-summary .c-table__text {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.spacer01 {
  margin-left: 1em;
}

.spacer02 {
  margin-left: 2em;
}

.spacer03 {
  margin-left: 3em;
}

.spacer04 {
  margin-left: 4em;
}

.spacer05 {
  margin-left: 5em;
}

.spacer-large {
  margin-left: 5.8em;
}

.page-company-history {
  padding-top: 3.8125rem;
  padding-bottom: 3.8125rem;
}

.page-company-history__title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.35rem;
}

.page-company-history_c-table {
  margin-top: 2.4rem;
}

.page-company-history .c-table__head {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.page-company-history .c-table__text {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.spacer01 {
  margin-left: 1em;
}

.spacer02 {
  margin-left: 2em;
}

.spacer03 {
  margin-left: 3em;
}

.spacer04 {
  margin-left: 4em;
}

.spacer05 {
  margin-left: 5em;
}

.spacer-large {
  margin-left: 5.8em;
}

.page-contact-title {
  padding-top: 1.875rem;
  padding-bottom: 4.25rem;
}

.page-contact-tel__bg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/contact/contact-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 1.3125rem;
}

.page-contact-tel__inner {
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 2.3125rem;
}

.page-contact-tel__item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-contact-tel__text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}

.page-contact-tel__reception-time {
  color: #fff;
  font-weight: 400;
  margin-top: 1.0625rem;
}

.page-contact-tel__link {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  font-family: "A-OTF-ShueiGoKinStd-B";
  line-height: 2.2;
  letter-spacing: -1.5px;
  margin-top: 0.5rem;
}
.page-contact-tel__link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.2) * 0.5em);
  content: "";
}
.page-contact-tel__link::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.2) * 0.5em);
  content: "";
}

.page-contact-mail {
  padding-top: 3.5rem;
}

.page-contact-mail__attention {
  background-color: #D4DDD4;
  padding: 1.25rem;
  margin-top: 1.3125rem;
}

.page-contact-mail__attention-text {
  color: #464646;
  font-size: 0.75rem;
  line-height: 2;
}
.page-contact-mail__attention-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.page-contact-mail__attention-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.page-contact-form {
  padding-top: 2.5625rem;
  padding-bottom: 3.75rem;
}

.btn-wrap_page-contact-form {
  margin-top: 3.125rem;
  text-align: center;
}

.c-btn_page-contact-form {
  background-color: #2C572C;
  color: #fff;
  width: 18.5625rem;
}

.c-btn_page-contact-form.c-btn_arrow-right::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* コンタクト7のローダーを補表示にする（非表示にしないと「送信ボタン」が中央からずれる） */
.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 640px) {
  a:hover {
    opacity: 0.8;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 639px) {
  body {
    font-size: 15px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .c-table__head,
.c-table__text {
    display: block;
    text-align: left;
  }
  .page-handling-inhead_large-row::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.875rem 4.6875rem 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .page-handling-inhead_large-row::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6.875rem 4.6875rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 375) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (min-width: 640px) {
  html {
    font-size: 1.4545454545vw;
  }
  .l-section-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .l-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
  .l-innermost {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .l-page-title {
    padding-top: 4rem;
  }
  .c-header-logo {
    width: 12.75rem;
    top: 3.3625rem;
    left: 3.45625rem;
  }
  .c-header-menu-openbtn-bg-wrap {
    top: 3.375rem;
    right: 6.25rem;
  }
  .c-header-menu-openbtn {
    top: 3.375rem;
    /* 変更したら「.c-header-menu-openbtn-bg-wrap」の位置も変更（揃える） */
    right: 6.25rem;
    /* 変更したら「.c-header-menu-openbtn-bg-wrap」の位置も変更（揃える） */
  }
  .c-global-nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 5.625rem 3.4375rem 6.1125rem;
  }
  .c-global-nav__tel-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  .c-global-nav__tel-wrap .reception-time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.9375rem;
    margin-right: 0;
  }
  .c-global-nav__wrap {
    margin-top: 0;
  }
  .c-global-nav__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-global-nav__menu-col {
    width: 16.375rem;
    margin: 0 1.875rem;
  }
  .c-breadcrumb__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
  .c-breadcrumb__list {
    font-size: 0.9375rem;
  }
  .c-breadcrumb_mask::after {
    border-width: 0 0 12.875rem 8.4375rem;
  }
  .c-btn {
    width: 21.875rem;
    padding: 1.1875rem 1.875rem 1.1875rem;
  }
  .c-btn_full-width {
    width: 100%;
    padding: 1.1875rem 1.875rem 1.1875rem;
    font-size: 0.9375rem;
  }
  .c-section-title {
    font-size: 4.375rem;
  }
  .c-cards_col3 {
    margin-bottom: -3.125rem;
  }
  .c-cards_col3 > .c-cards__item {
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 3.125rem;
  }
  .c-cards_col3 > .c-cards__item:nth-of-type(2n) {
    margin-right: 2.43902%;
  }
  .c-cards_col3 > .c-cards__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-card__badge {
    width: 6.25rem;
    font-size: 0.75rem;
    padding: 0.375rem 0;
  }
  .c-card_link:hover {
    opacity: 1;
  }
  .c-card_link:hover .c-card__body {
    background-color: #E9EEE9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-page-top-visual-bg_mask::before {
    border-width: 23.4375rem 16.375rem 0 0;
  }
  .c-page-main-title {
    font-size: 4.375rem;
  }
  .c-mask-up-layer {
    position: relative;
    z-index: 100;
    /* マスクより上になるように指定 */
  }
  .c-line-wrap__head {
    font-size: 1.75rem;
    line-height: 1.67;
    letter-spacing: 0.35rem;
    width: 26.25rem;
  }
  .c-line-wrap__inner {
    padding: 4.5rem 7.8125rem 3.5625rem;
  }
  .c-table__head,
.c-table__text {
    vertical-align: top;
  }
  .c-table__head {
    width: 14.3125rem;
    text-align: left;
  }
  .c-table__text {
    font-size: 0.9375rem;
    padding-right: 0;
    padding-bottom: 2.375rem;
  }
  .c-form {
    width: 47.5rem;
    margin: 0 auto;
  }
  .c-form__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-form__head {
    width: 13.25rem;
    padding-right: 0;
    padding-left: 1.25rem;
  }
  .c-form__body {
    width: 100%;
    margin-top: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .c-form__input-field {
    width: 18.75rem;
  }
  .c-form__input-field_textarea {
    width: 31.75rem;
  }
  .c-form__input-field_addressPost {
    width: 7.25rem;
    margin-right: 1.25rem;
  }
  .c-form__body_addressPost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-form-input-field_addressPref {
    width: 11.1875rem;
  }
  .c-form-input_address {
    margin-top: 0.6875rem;
  }
  .c-form__input-field_address {
    width: 31.75rem;
  }
  .c-form__address-search-btn {
    margin-top: 0;
  }
  .c-page-template-contents {
    padding-top: 4.075rem;
    padding-bottom: 4rem;
  }
  .c-content h1 {
    font-size: 1.875rem;
    margin-bottom: 3.6125rem;
  }
  .c-content h2 {
    font-size: 1.5625rem;
    padding: 1.26875rem 0.5625rem;
    margin-bottom: 2.6875rem;
  }
  .c-content h3.green {
    font-size: 1.25rem;
    padding: 0.6875rem 1.375rem;
    margin-bottom: 2.6875rem;
  }
  .c-content h3.leftline {
    font-size: 1.25rem;
    padding: 0.6875rem 1.375rem;
    margin-bottom: 2.6875rem;
  }
  .c-footer-cta__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 3.4375rem 0 2.75rem;
  }
  .c-footer-cta__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .c-footer-cta__row_left {
    padding-left: 4.4375rem;
  }

  .c-footer-cta__row_right {
    padding-right: 4.3125rem;
  }
  .c-footer-cta__message {
    font-size: 1.75rem;
    letter-spacing: 0.35rem;
  }
  .c-footer-cta__list {
    font-size: 1.0625rem;
  }
  .btn-wrap_footer-btn-tel {
    margin-top: 0;
  }
  .btn-wrap_footer-btn-form {
    margin-top: 0.5rem;
  }
  .c-btn_footer-tel {
    border: none;
    padding: 0;
    font-size: 1.0625rem;
  }
  .c-btn_footer-tel .tel-number {
    font-size: 3.25rem;
    letter-spacing: -4px;
  }
  .c-btn_footer-tel.c-btn_arrow-right::after {
    border: none;
  }
  .c-footer-bottom__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 4.75rem 0 4.5625rem;
  }
  .c-footer-bottom__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .c-footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-footer-menu__link {
    color: #fff;
    text-decoration: underline;
    font-size: 1.0625rem;
    line-height: 2.35;
    padding: 0 1.4375rem;
  }
  .c-footer-company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-footer-company-info__img {
    width: 9.16875rem;
  }
  .c-footer-company-info__name {
    font-size: 1.5625rem;
    margin-top: 2rem;
  }
  .c-footer-company-info__address {
    font-size: 1.0625rem;
    margin-top: 1.125rem;
  }
  .c-footer-bottom__row_right {
    width: 26.25rem;
  }
  .c-footer-map-embed {
    margin-top: 0;
  }
  .c-footer-copyright {
    bottom: 4.6875rem;
  }
  .c-footer-cta-bottom-connected_mask::before {
    border-width: 48.36125rem 33.60125rem 0 0;
  }
  .main-visual-bg {
    height: 51.5625rem;
  }
  .main-visual-copy {
    height: 51.5625rem;
    /* 縦文字が崩れないように指定 「main-visual-bgのheightと揃えている」 */
    top: 6.9375rem;
  }
  .main-visual-copy__text {
    font-size: 3.125rem;
  }
  .main-visual-bg_mask::before {
    border-width: 40.085625rem 27.85125rem 0 0;
  }
  .feature__inner {
    padding: 5.375rem 0 4.1875rem;
  }
  .feature__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature__row_left {
    margin-right: 1.875rem;
  }
  .feature__logo-img {
    width: 27.6875rem;
  }
  .feature__main-copy {
    font-size: 1.75rem;
    margin-top: 0;
  }
  .feature__sub-copy {
    font-size: 1.0625rem;
  }
  .feature_mask::before {
    border-width: 0 0 56.25rem 38.125rem;
    top: -18.75rem;
    right: 0;
  }
  .feature_mask::after {
    background-color: #fff;
  }
  .topics__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topics__row_left {
    width: 23.5625rem;
  }
  .title-wrap_topics {
    margin-left: 5.25rem;
  }
  .topics-all-view-link {
    margin-top: 1.25rem;
  }
  .topics-article-wrap {
    margin-top: 0;
  }
  .topics-article:last-child {
    border-bottom: none;
  }
  .topics-article__col {
    width: 45.1875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .topics-article__post-data {
    min-width: 9rem;
    text-align: center;
  }
  .topics_mask::before {
    border-style: none;
  }
  .case__inner {
    padding: 3.1875rem 0 4.25rem;
  }
  .case-banner {
    background-image: url(../img/top/case-banner-pc.jpg);
    background-size: contain;
    height: 14.875rem;
  }
  .case-banner__text-wrap {
    padding-top: 2.75rem;
    padding-left: 2.75rem;
  }
  .case-banner__text-en {
    font-size: 2.375rem;
  }
  .case-banner__text-ja {
    font-size: 1.75rem;
  }
  .case-banner__text-wrap_mask::before {
    border-width: 36.25rem 25rem 0 0;
  }
  .works {
    background-image: url(../img/top/works-bg-pc.jpg);
  }
  .works__inner {
    padding: 6.89375rem 0 4.01875rem;
  }
  .works-message__copy {
    font-size: 1.75rem;
    margin-top: 1.775rem;
  }
  .works-message__text {
    font-size: 1.0625rem;
    width: 49.5625rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.125rem;
  }
  .works-contents {
    margin-top: 5.0625rem;
  }
  .works-contents-card__body {
    padding: 2.5625rem 1.84375rem 2.84375rem;
  }
  .works-contents-card__link {
    margin-top: 2.625rem;
  }
  .works-contents-card__link::after {
    margin-top: 0;
  }
  .works-contents-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .works-contents-cards_col3 {
    margin-bottom: -1.875rem;
  }

  .works-contents-cards_col3 > .works-contents-cards__item {
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 1.875rem;
  }

  .works-contents-cards_col3 > .works-contents-cards__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .page-topics {
    padding-top: 4rem;
    padding-bottom: 7.5625rem;
  }
  .page-topics-article__link:hover {
    background-color: #E9EEE9;
  }
  .page-topics-article__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1625rem 2.5rem 1.275rem;
  }
  .page-topics-article__data-wrap {
    width: calc(100% - 14.9375rem);
  }
  .page-topics-article__title {
    line-height: 1.75;
    margin-top: 1.0625rem;
  }
  .page-topics-article__title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .page-topics-article__title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .page-topics-article__text {
    line-height: 2;
    margin-top: 1.875rem;
  }
  .page-topics-article__text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .page-topics-article__text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
  .page-topics-pagination-wrapper {
    margin-top: 7.29375rem;
  }
  .page-topics-detail {
    padding-top: 4rem;
    padding-bottom: 10.19375rem;
  }
  .topics-contents__inner {
    padding-top: 4.075rem;
  }
  .topics-contents__data {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .btn-wrapper_page-topics-detail {
    margin-top: 5.18125rem;
  }
  .page-works {
    padding-top: 4rem;
    padding-bottom: 6.6875rem;
  }
  .page-works-tabs {
    margin-top: 4rem;
  }
  .page-works-items {
    margin-top: 3.125rem;
  }
  .hover-img-zoom .c-card__img-wrapper {
    overflow: hidden;
  }
  .hover-img-zoom .c-card__img {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .hover-img-zoom:hover .c-card__img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .page-works-pagination-wrapper {
    margin-top: 4.875rem;
  }
  .page-works-detail {
    padding-top: 4rem;
    padding-bottom: 10.19375rem;
  }
  .page-works-contents__inner {
    padding-top: 4.075rem;
  }
  .btn-wrapper_page-works-detail {
    margin-top: 5.18125rem;
  }
  .page-works-detail_mask::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #F5F5F5 transparent;
    opacity: 0.8;
    position: absolute;
    border-width: 0 0 62.5rem 38.125rem;
    bottom: 0;
    right: 0;
  }
  .page-handling {
    padding-top: 4rem;
    padding-bottom: 18.5rem;
  }
  .page-handling-c-line-wrap {
    margin-top: 6.5625rem;
  }
  .page-handling_mask::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #F5F5F5 transparent;
    opacity: 0.8;
    position: absolute;
    border-width: 0 0 90.625rem 62.5rem;
    bottom: 0;
    right: 0;
  }
  .maker-block {
    margin-top: 5.1875rem;
  }
  .page-handling-inhead__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
  .maker-block__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.125rem;
  }
  .maker-block__col {
    width: 50%;
    padding-left: 3.125rem;
  }
  .maker-item {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
  .maker-block_mask::before {
    border-width: 6.2375rem 4.33375rem 0 0;
  }
  .page-recruit_mask::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #F5F5F5 transparent;
    opacity: 0.8;
    position: absolute;
    border-width: 0 0 181.25rem 125rem;
    bottom: 0;
    right: 0;
  }
  .page-recruit-top-message {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-recruit-top-message-c-line-wrap {
    margin-top: 6.5625rem;
  }
  .page-recruit-bg-block {
    background-image: url(../img/recruit/recruit-bg-pc.jpg);
  }
  .page-recruit-bg-block__inner {
    padding-top: 6.5625rem;
    padding-bottom: 7.3125rem;
  }
  .page-recruit-bg-block__list {
    font-size: 0.9375rem;
    margin-top: 3.375rem;
  }
  .page-recruit-points {
    padding-top: 6.8125rem;
    padding-bottom: 12.625rem;
  }
  .page-recruit-points_c-table__inner {
    width: 45.1875rem;
    margin: 0 auto;
  }
  .page-recruit-points .c-table__head {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
  .page-company_mask::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #F5F5F5 transparent;
    opacity: 0.8;
    position: absolute;
    border-width: 0 0 181.25rem 125rem;
    bottom: 0;
    right: 0;
  }
  .page-company-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-company-bg-block {
    background-image: url(../img/company/company-bg-pc.jpg);
  }
  .page-company-bg-block__inner {
    padding-top: 11.125rem;
    padding-bottom: 10.625rem;
  }
  .page-company-bg-block__text {
    text-align: center;
    margin-top: 4.5rem;
  }
  .page-company-summary {
    padding-top: 6.8125rem;
  }
  .page-company-summary .c-table__head {
    width: 12.5rem;
    padding-right: 0;
    padding-left: 2.1875rem;
  }
  .page-company-summary .c-table__text {
    padding-right: 0;
    padding-left: 0;
  }
  .page-company-history {
    padding-top: 7rem;
    padding-bottom: 9.125rem;
  }
  .page-company-history .c-table__head {
    padding-right: 0;
    padding-left: 2.1875rem;
  }
  .page-company-history .c-table__text {
    padding-right: 0;
    padding-left: 0;
  }
  .page-contact-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-contact-tel__bg {
    width: 57.5rem;
    background-image: url(../img/contact/contact-bg-pc.jpg);
    background-size: contain;
    margin-top: 1.25rem;
  }
  .page-contact-tel__inner {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 2.5625rem;
    padding-bottom: 2.875rem;
  }
  .page-contact-tel__item-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 22.5rem;
    margin: 0 auto;
  }
  .page-contact-tel__text {
    font-size: 1.4375rem;
  }
  .page-contact-tel__reception-time {
    font-size: 1.0625rem;
  }
  .page-contact-tel__link {
    font-size: 3.25rem;
    letter-spacing: -4px;
    margin-top: 0.1875rem;
  }
  .page-contact-mail {
    padding-top: 4.25rem;
  }
  .page-contact-mail__attention {
    width: 57.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 3.1875rem 7.3125rem;
    margin-top: 1.4375rem;
  }
  .page-contact-form {
    padding-top: 3rem;
    padding-bottom: 8.75rem;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1100px) {
  .l-section-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .c-global-nav__tel-wrap {
    margin-right: 11.15625rem;
  }
  .c-breadcrumb__inner {
    padding-right: 0;
    padding-left: 0;
  }
  .page-handling-inhead__inner {
    padding-right: 0;
    padding-left: 0;
  }
}


.page-topics-article__img-wrap {
  width: 100%;
  aspect-ratio: 3 / 2;
  padding-top: 0;
  margin-right: 2.4375rem;
}
.page-topics-article__img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.topics-contents__inner p img{
  width: 100%;
}
@media (min-width: 640px) {
  .page-topics-article__img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 200px;
    max-height: 200px;
    padding-top: 0;
    margin-right: 2.4375rem;
  }
  .page-topics-article__img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .topics-contents__inner p img{
    width: 100%;
  }
}