@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  overflow: hidden; /* 画像がはみ出ないようにする */
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.js-fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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;
  font-size: 16px;
}

html {
  color: #15100f;
  background: #fff;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-all;
}

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

*,
*::before,
*::after {
  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: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 641px) {
  a:hover {
    opacity: 0.8;
  }
}

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

::-moz-placeholder {
  color: #c3c3c3;
}

::placeholder {
  color: #c3c3c3;
}

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-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

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

@font-face {
  src: url(../font/NotoSansJP-Regular.woff) format("woff");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  Base SP
------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  body {
    font-size: 16px;
    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;
  }
}
/*------------------------------------------------------------------------------
  Base PC
------------------------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    transition: 0.3s ease-in-out;
  }
}
/*------------------------------------------------------------------------------
  リキッドレイアウト対応
------------------------------------------------------------------------------*/
html {
  font-size: 16px;
}
@media (max-width: 375) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 641px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
l-main
----------------------------------- */
.l-main {
  padding-top: 3.625rem;
}
@media (min-width: 641px) {
  .l-main {
    padding-top: 5rem;
  }
}

/* --------------------------------
l-inner
----------------------------------- */
*[class*=l-inner-] {
  margin: 0 auto;
  box-sizing: content-box;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 375px) {
  *[class*=l-inner-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 641px) {
  *[class*=l-inner-] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-inner-max {
  max-width: 87.5rem;
}

.l-inner-lg {
  max-width: 68.75rem;
}

.l-inner-md {
  max-width: 63.75rem;
}

.l-inner-sm {
  max-width: 57.5rem;
}

/* --------------------------------
l-row
----------------------------------- */
*[class*=l-row-] {
  display: flex;
}

.l-row-center {
  justify-content: center;
}

/* --------------------------------
l-news
----------------------------------- */
@media (min-width: 641px) {
  .l-news {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 641px) {
  .l-news__colL {
    width: 48.75rem;
  }
}
.l-news__colR {
  padding-top: 3.125rem;
}
@media (min-width: 641px) {
  .l-news__colR {
    width: 17.5rem;
    padding-top: 0;
  }
}

/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.c-header__inner {
  background-color: #fff;
  height: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.375rem 0 1.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 375px) {
  .c-header__inner {
    padding: 0 4.375rem 0 0.625rem;
  }
}
@media (min-width: 641px) {
  .c-header__inner {
    height: 5rem;
    padding: 0 2.5rem;
  }
}
.c-header__logo-wrap {
  display: block;
  width: 10.875rem;
  height: 2.75rem;
  position: relative;
  z-index: 9999;
}
@media (min-width: 641px) {
  .c-header__logo-wrap {
    width: 11.8125rem;
    height: 3rem;
    margin-right: 2.5rem;
  }
}
.c-header__logo-wrap img {
  width: 10.875rem;
  height: 2.75rem;
}
@media (min-width: 641px) {
  .c-header__logo-wrap img {
    width: 11.8125rem;
    height: 3rem;
  }
}
.c-header__menu {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(120%);
  transition: all 0.6s;
  flex: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 0.625rem solid #939297;
  padding: 3rem 1.25rem 1.25rem;
}
@media (min-width: 641px) {
  .c-header__menu {
    position: static;
    height: 100%;
    background-color: transparent;
    transform: none;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: none;
    padding: 0;
  }
}
.c-header__menu.js-header__menu-active {
  transform: translateX(0);
}
.c-header .menu__tel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2.9375rem;
}
@media (min-width: 641px) {
  .c-header .menu__tel-wrap {
    align-items: flex-end;
    padding-top: 0;
    padding-right: 0.75rem;
  }
}
.c-header .menu__tel-wrap .tel__company {
  font-size: 1.125rem;
  padding-bottom: 0.25rem;
  color: #939297;
}
.c-header .menu__tel-wrap .tel__link {
  display: flex;
  align-items: center;
}
.c-header .menu__tel-wrap .tel__link img {
  width: 1.25rem;
  margin-right: 0.3125rem;
}
.c-header .menu__tel-wrap .tel__link span {
  color: #939297;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 641px) {
  .c-header .menu__tel-wrap .tel__link span {
    font-size: 1.625rem;
  }
}
@media (min-width: 641px) {
  .c-header .menu__tel-wrap .tel__link span.call-icon {
    font-size: 1.5625rem;
    padding: 0.125rem 0.125rem 0 0;
  }
}
.c-header .menu__tel-wrap .tel__info {
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 0.625rem;
}
@media (min-width: 641px) {
  .c-header .menu__tel-wrap .tel__info {
    padding-top: 0.25rem;
  }
}
.c-header .menu__contact {
  background-color: #e16375;
  color: #fff;
  padding: 0.6875rem 4.5rem;
  border-radius: 0.25rem;
  margin-top: 0.9375rem;
}
@media (min-width: 641px) {
  .c-header .menu__contact {
    display: none;
    background-color: #e16375;
    font-size: 1.125rem;
    padding: 0.5rem 2.25rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1210px) {
  .c-header .menu__contact {
    display: block;
  }
}
.c-header .menu__contact:hover {
  opacity: 1;
  background-color: #db8491;
}
.c-header .menu__close-btn {
  color: #939297;
  font-size: 1.125rem;
  margin-top: auto;
}
.c-header__btn {
  display: block;
  width: 3.75rem;
  height: 3.3125rem;
  position: absolute;
  top: 0.3125rem;
  right: 0;
  z-index: 9999;
}
@media (min-width: 641px) {
  .c-header__btn {
    display: none;
  }
}
.c-header__btn span {
  display: inline-block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9375rem;
  transition: 0.2s;
  background-color: #15100f;
}
.c-header__btn span:nth-of-type(1) {
  margin-top: -0.5625rem;
}
.c-header__btn span:nth-of-type(3) {
  margin-top: 0.5625rem;
}
.c-header__btn.js-active span:nth-of-type(1) {
  margin-top: 0;
  transform: rotate(-45deg);
}
.c-header__btn.js-active span:nth-of-type(2) {
  opacity: 0;
}
.c-header__btn.js-active span:nth-of-type(3) {
  margin-top: 0;
  transform: rotate(45deg);
}

/* --------------------------------
c-g-nav
----------------------------------- */
.c-g-nav {
  width: 100%;
}
@media (min-width: 641px) {
  .c-g-nav {
    height: 100%;
    flex: 1;
  }
}
.c-g-nav__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.875rem;
}
@media (min-width: 641px) {
  .c-g-nav__menu {
    height: 100%;
    flex-direction: row;
    margin-top: 0;
  }
}
.c-g-nav__item {
  width: 100%;
  padding-top: 1.5rem;
}
@media (min-width: 641px) {
  .c-g-nav__item {
    width: auto;
    height: 100%;
    padding: 0 0.9375rem;
  }
}
@media (min-width: 641px) {
  .c-g-nav__item:first-child {
    padding-left: 0;
  }
}
.c-g-nav__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.444;
  position: relative;
}
@media (min-width: 641px) {
  .c-g-nav__link {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
  }
}
.c-g-nav__link.current::after {
  content: "";
  display: inline-block;
  width: 3.75rem;
  height: 0.1875rem;
  background-color: #e16375;
  border-radius: 0.25rem;
  position: absolute;
  bottom: -0.625rem;
}
@media (min-width: 641px) {
  .c-g-nav__link.current::after {
    bottom: 0.9375rem;
  }
}

/* --------------------------------
c-sec-ttl
----------------------------------- */
.c-sec-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}
.c-sec-ttl::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #e16375;
  margin-top: 0.625rem;
}
.c-sec-ttl__ja {
  font-size: 1.125rem;
  line-height: 1.444;
}
@media (min-width: 641px) {
  .c-sec-ttl__ja {
    font-size: 2rem;
    line-height: 1.4285;
  }
}
.c-sec-ttl__en {
  color: #bcbcbc;
  font-size: 0.75rem;
  line-height: 1.4166;
}
@media (min-width: 641px) {
  .c-sec-ttl__en {
    font-size: 0.875rem;
    line-height: 1.4375;
    padding: 0.3125rem 0 0.5rem;
  }
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn {
  display: inline-block;
  width: 15rem;
  max-width: 100%;
  color: #fff;
  background-color: #e16375;
  border-radius: 0.25rem;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5625rem 1.75rem 0.5625rem 3.75rem;
}
.c-btn:hover {
  opacity: 1;
  background-color: #db8491;
}
.c-btn__arrow {
  display: flex;
  align-items: center;
}
.c-btn__arrow::after {
  content: "";
  border: 2px solid;
  transform: rotate(45deg);
  width: 0.4375rem;
  height: 0.4375rem;
  border-left: none;
  border-bottom: none;
  margin-left: -0.5rem;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card {
  display: flex;
  flex-direction: column;
}
.c-card__img-wrap {
  position: relative;
  padding-top: 11.4375rem;
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .c-card__img-wrap {
    padding-top: 14.5rem;
  }
}
.c-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__body {
  background: #fff;
  padding: 0.8125rem 0.96875rem 1.75rem;
  flex: 1;
}
@media (min-width: 641px) {
  .c-card__body {
    padding: 1.125rem 1.25rem 1.75rem;
  }
}
.c-card__data-wrap {
  display: flex;
  align-items: center;
}
.c-card__time {
  color: #939297;
  font-size: 0.75rem;
  padding-left: 0.625rem;
}
@media (min-width: 641px) {
  .c-card__time {
    font-size: 0.9375rem;
  }
}
.c-card__tag {
  color: #939297;
  font-size: 0.75rem;
  border: 1px solid #939297;
  padding: 0 0.53125rem;
  border-radius: 0.125rem;
}
@media (min-width: 641px) {
  .c-card__tag {
    font-size: 0.875rem;
    padding: 0 1.0625rem;
  }
}
.c-card__ttl {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.3125rem;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer__inner {
  position: relative;
  padding: 2.5rem 0 3.125rem;
}
@media (min-width: 641px) {
  .c-footer__inner {
    display: flex;
    padding: 2.5rem 0;
  }
}
.c-footer__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 641px) {
  .c-footer__col {
    flex-direction: row;
    align-items: start;
    padding-right: 12.1875rem;
  }
}
.c-footer__logo-wrap {
  display: block;
  width: 14.1875rem;
}
@media (min-width: 641px) {
  .c-footer__logo-wrap {
    margin-right: 1.875rem;
  }
}
.c-footer__logo-wrap img {
  width: 14.1875rem;
}
.c-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.4285;
  padding-top: 0.625rem;
}
@media (min-width: 641px) {
  .c-footer__info {
    align-items: start;
    padding-top: 0;
  }
}
.c-footer__add {
  font-style: normal;
  text-align: center;
}
@media (min-width: 641px) {
  .c-footer__add {
    text-align: left;
  }
}
.c-footer__tel {
  display: flex;
  align-items: center;
  padding-top: 0.625rem;
}
.c-footer__tel span.call-icon {
  font-size: 1rem;
  padding: 0.125rem 0.125rem 0 0;
}
@media only screen and (min-width: 641px) {
  .c-footer__menu {
    width: 20.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -1rem;
  }
  .c-footer__item {
    width: 9.0625rem;
    position: relative;
    padding-top: 1rem;
  }
  .c-footer__item::after {
    content: "";
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    border-top: 2px solid #bcbcbc;
    border-right: 2px solid #bcbcbc;
    position: absolute;
    top: calc(50% + 3px);
    left: -0.9375rem;
    transform: translateY(50%) rotate(45deg);
  }
  .c-footer__link {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.4285;
  }
}
.c-footer__copyright {
  background-color: #939297;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 0.625rem;
}

.page-about .c-footer,
.page-service .c-footer,
.page-news .c-footer,
.page-works .c-footer,
.page-recruit .c-footer,
.page-contact .c-footer {
  border-top: 1px solid #d8d8d8;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  position: absolute;
  right: 0rem;
  bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 641px) {
  .c-pagetop {
    right: 2.5rem;
    bottom: 5rem;
  }
}
.c-pagetop span {
  display: block;
  line-height: 1;
  font-size: 0.9375rem;
}
.c-pagetop span.top-icon {
  rotate: 270deg;
  font-size: 2rem;
  color: #939297;
  margin-top: -2px;
}

/* --------------------------------
c-pageTopVisual
----------------------------------- */
.c-pageTopVisual__inner {
  height: 10rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 641px) {
  .c-pageTopVisual__inner {
    height: 16.25rem;
  }
}
.c-pageTopVisual__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(21, 16, 15, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.c-pageTopVisual__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: relative;
  z-index: 1;
}
.c-pageTopVisual__ttl::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #e16375;
  margin-top: 0.3125rem;
}
@media (min-width: 641px) {
  .c-pageTopVisual__ttl::after {
    margin-top: 0.4375rem;
  }
}
.c-pageTopVisual__ttl .ja {
  font-size: 1.25rem;
  line-height: 1.4375;
}
@media (min-width: 641px) {
  .c-pageTopVisual__ttl .ja {
    font-size: 2rem;
  }
}
.c-pageTopVisual__ttl .en {
  font-size: 0.75rem;
  line-height: 1.4375;
}
@media (min-width: 641px) {
  .c-pageTopVisual__ttl .en {
    font-size: 1rem;
  }
}

/* --------------------------------
c-breadcrumb
----------------------------------- */
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}
.c-breadcrumb li {
  font-size: 0.75rem;
  position: relative;
  padding-right: 0.625rem;
}
.c-breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 1px;
  background-color: #15100f;
  transform: rotate(105deg);
  position: absolute;
  top: 50%;
}
.c-breadcrumb li:last-child::after {
  content: none;
}
.c-breadcrumb li a {
  color: #939297;
}

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

/* --------------------------------
c-table
----------------------------------- */
.c-table__row {
  border-bottom: 1px solid #d8d8d8;
  padding: 0.8125rem 0;
}
@media (min-width: 641px) {
  .c-table__row {
    display: flex;
    padding: 1.125rem 0 1rem;
  }
}
.c-table__head {
  color: #e16375;
  font-weight: bold;
  position: relative;
}
@media (min-width: 641px) {
  .c-table__head {
    width: 7.4375rem;
    font-size: 1rem;
  }
}
@media (min-width: 641px) {
  .c-table__head::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #e16375;
    position: absolute;
    left: 0;
    bottom: -1.0625rem;
  }
}
.c-table__body {
  flex: 1;
}
@media (min-width: 641px) {
  .c-table__body {
    padding: 0 1.875rem;
  }
}
.c-table__body span {
  display: block;
}
.c-table__body span + span {
  padding-top: 0.375rem;
}

/* --------------------------------
c-catList
----------------------------------- */
.c-catList__head {
  border-top: 3px solid #939297;
  border-bottom: 1px solid #d8d8d8;
  padding: 1.25rem;
}
.c-catList__ttl {
  color: #939297;
  font-size: 1.125rem;
  font-weight: bold;
}
.c-catList__body {
  position: relative;
}
.c-catList__body ul li {
  border-bottom: 1px solid #d8d8d8;
}
.c-catList__link {
  display: block;
  position: relative;
  padding: 1rem 2.5rem 1rem 1.25rem;
}
.c-catList__link::before, .c-catList__link::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.c-catList__link::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #15100f;
  border-right: 2px solid #15100f;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%) rotate(45deg);
}

/* --------------------------------
c-pagination-archive
----------------------------------- */
.c-pagination-archive .page-numbers {
  display: flex;
  justify-content: center;
}
.c-pagination-archive .page-numbers li span,
.c-pagination-archive .page-numbers li a {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d8d8d8;
}
.c-pagination-archive .page-numbers li .current {
  color: #939297;
  font-weight: bold;
}
.c-pagination-archive .page-numbers li .next {
  margin-left: 0.75rem;
}
.c-pagination-archive .page-numbers li .prev {
  margin-right: 0.75rem;
}
.c-pagination-archive .page-numbers li .next,
.c-pagination-archive .page-numbers li .prev {
  border: 1px solid #d8d8d8;
  border-radius: 0.125rem;
  position: relative;
}
.c-pagination-archive .page-numbers li .next::before, .c-pagination-archive .page-numbers li .next::after, .c-pagination-archive .page-numbers li .next::before, .c-pagination-archive .page-numbers li .next::after,
.c-pagination-archive .page-numbers li .prev::before,
.c-pagination-archive .page-numbers li .prev::after,
.c-pagination-archive .page-numbers li .prev::before,
.c-pagination-archive .page-numbers li .prev::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.c-pagination-archive .page-numbers li .next::after,
.c-pagination-archive .page-numbers li .prev::after {
  width: 0.625rem;
  height: 0.625rem;
  border-top: 3px solid #939297;
  border-right: 3px solid #939297;
  top: 50%;
}
.c-pagination-archive .page-numbers li .next::after {
  left: 0.75rem;
  transform: translateY(-50%) rotate(45deg);
}
.c-pagination-archive .page-numbers li .prev::after {
  right: 0.75rem;
  transform: translateY(-50%) rotate(-135deg);
}

/* 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-pagination-single
----------------------------------- */
.c-pagination-single__inner {
  display: flex;
  position: relative;
}
.c-pagination-single__inner::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pagination-single__col {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 50%;
}
.c-pagination-single__list .prev,
.c-pagination-single__list .next {
  width: 100%;
}
.c-pagination-single__list .prev a,
.c-pagination-single__list .next a {
  width: 100%;
  color: #939297;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0.625rem 1.25rem;
}
.c-pagination-single__list .prev a .time,
.c-pagination-single__list .next a .time {
  font-size: 0.875rem;
}
.c-pagination-single__list .prev a .ttl,
.c-pagination-single__list .next a .ttl {
  font-size: 0.875rem;
  padding-top: 0.3125rem;
}
@media (min-width: 641px) {
  .c-pagination-single__list .prev a {
    padding: 0.9375rem 1.875rem 1.25rem 2.375rem;
  }
}
.c-pagination-single__list .prev a::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #15100f;
  border-left: 2px solid #15100f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 641px) {
  .c-pagination-single__list .prev a::after {
    left: 0.625rem;
  }
}
.c-pagination-single__list .next a {
  align-items: flex-end;
}
@media (min-width: 641px) {
  .c-pagination-single__list .next a {
    padding: 0.9375rem 2.375rem 1.25rem 1.875rem;
  }
}
.c-pagination-single__list .next a::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #15100f;
  border-right: 2px solid #15100f;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 641px) {
  .c-pagination-single__list .next a::after {
    right: 0.625rem;
  }
}
.c-pagination-single__list .next a div {
  display: flex;
  flex-direction: column;
}

/* --------------------------------
c-stepper
----------------------------------- */
.c-stepper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-stepper__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 641px) {
  .c-stepper__item {
    flex: none;
    width: 9.0625rem;
  }
}
.c-stepper__item::before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #939297;
  opacity: 0.1;
}
.c-stepper__item.current::before, .c-stepper__item.check::before {
  background-color: #939297;
  opacity: 1;
}
.c-stepper__item:not(:last-child)::after {
  content: "";
  position: relative;
  top: 0.25rem;
  left: 50%;
  height: 0.5px;
  background-color: #939297;
  opacity: 0.1;
  order: -1;
}
.c-stepper__txt {
  font-size: 0.875rem;
  position: relative;
  padding-top: 0.875rem;
}
.c-stepper .current .c-stepper__txt::before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #939297;
  opacity: 0.1;
  position: absolute;
  top: -1.1875rem;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------------------------
c-form
----------------------------------- */
.c-form__row {
  padding-top: 1.25rem;
}
@media (min-width: 641px) {
  .c-form__row {
    padding-top: 1.75rem;
  }
}
.c-form__head {
  display: flex;
  align-items: center;
}
.c-form__head label {
  font-weight: bold;
  padding-right: 0.625rem;
}
.c-form__head .sup-txt {
  background-color: #cf2d40;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  padding: 0 0.5rem;
}
.c-form__head .sup-txt_glay {
  background-color: #d8d8d8;
  color: #15100f;
}
.c-form__body {
  padding-top: 0.625rem;
}
.c-form input,
.c-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form__input-field {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.3125rem;
  border: 1px solid #d8d8d8;
  padding: 0.625rem;
}
@media (min-width: 641px) {
  .c-form__input-field_tel {
    width: 22.28125rem;
  }
}
.c-form__textarea {
  height: 7.5rem;
  padding: 0.625rem;
}
.c-form__btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .c-form__btn-wrap {
    padding-top: 3.75rem;
  }
}
.c-form__btn {
  cursor: pointer;
  width: 15rem;
  background-color: #939297;
  border: 1px solid #939297;
  border-radius: 0.25rem;
  color: #fff;
  padding: 0.84375rem 0.625rem;
  margin: 0 0.3125rem;
}
.c-form__btn:hover {
  opacity: 0.8;
}
@media (min-width: 641px) {
  .c-form__btn {
    margin: 0 0.9375rem;
  }
}
.c-form .c-form__btn_back {
  background-color: #fff;
  color: #939297;
}

.mw_wp_form.mw_wp_form_preview .c-form__row {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.3125rem;
}
.mw_wp_form.mw_wp_form_preview .c-form__body {
  padding-left: 0.9375rem;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.p-home-mv__outer {
  width: 100%;
  height: calc(100vh - 3.625rem);
  overflow: hidden;
  border-bottom: 0.625rem solid #939297;
}
@media (min-width: 641px) {
  .p-home-mv__outer {
    height: calc(100vh - 5rem);
  }
}
.p-home-mv .mv-slider__item {
  position: relative;
}
.p-home-mv .mv-slider__img {
  width: 100%;
  padding-top: calc(100vh - 4.25rem);
  position: relative;
}
@media (min-width: 641px) {
  .p-home-mv .mv-slider__img {
    padding-top: calc(100vh - 5.625rem);
  }
}
.p-home-mv .mv-slider__img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(21, 16, 15, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-mv .mv-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-mv .mv-slider__arw {
  position: absolute;
  z-index: 1;
  top: 49%;
  cursor: pointer;
  width: 0.9375rem;
  height: 0.9375rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-home-mv .mv-slider__arw.prev {
  left: 3%;
  transform: rotate(-135deg);
}
.p-home-mv .mv-slider__arw.next {
  right: 3%;
  transform: rotate(45deg);
}
.p-home-mv .mv-slider__txt {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  height: calc(100vh - 4.25rem);
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 6.25rem;
  writing-mode: vertical-rl;
}
@media (min-width: 641px) {
  .p-home-mv .mv-slider__txt {
    height: calc(100vh - 5.625rem);
    top: 0;
    justify-content: center;
  }
}
.p-home-mv .mv-slider .txt__main {
  font-size: 1.625rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding-bottom: 3.75rem;
  line-height: 2;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 375px) {
  .p-home-mv .mv-slider .txt__main {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 641px) {
  .p-home-mv .mv-slider .txt__main {
    font-size: 3rem;
    padding-bottom: 6.25rem;
  }
}
.p-home-mv .mv-slider .txt__copy {
  display: none;
  max-width: 100%;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.428;
  text-shadow: 0 0 10px #292929;
  padding-top: 1.75rem;
}
@media (min-width: 641px) {
  .p-home-mv .mv-slider .txt__copy {
    width: 42.375rem;
    font-size: 1rem;
    line-height: 1.75;
    padding-top: 2.5rem;
  }
}

.p-home-news__mask {
  padding-bottom: 2.8125rem;
}
@media only screen and (max-width: 375px) {
  .p-home-news__mask {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 641px) {
  .p-home-news__mask {
    padding-bottom: 6.25rem;
  }
}
.p-home-news__inner {
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-home-news__inner {
    padding-top: 3.75rem;
  }
}
.p-home-news__cont {
  margin-top: -1.125rem;
  padding-top: 1.875rem;
}
.p-home-news .news__item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 641px) {
  .p-home-news .news__item {
    padding: 1.5rem 0;
  }
}
@media (min-width: 641px) {
  .p-home-news .news__link {
    display: flex;
    align-items: center;
  }
}
.p-home-news .news__data-wrap {
  display: flex;
  align-items: center;
}
@media (min-width: 641px) {
  .p-home-news .news__data-wrap {
    padding-right: 0.625rem;
  }
}
.p-home-news .news__time {
  padding-right: 0.9375rem;
  font-size: 0.9375rem;
  color: #939297;
}
@media (min-width: 641px) {
  .p-home-news .news__time {
    padding-right: 0.9375rem;
  }
}
.p-home-news .news__tag {
  color: #fff;
  font-size: 0.75rem;
  border: 1px solid #939297;
  padding: 0.09375rem 0.8125rem;
  border-radius: 0.125rem;
  background: #939297;
}
@media (min-width: 641px) {
  .p-home-news .news__tag {
    width: 6.25rem;
    max-width: 100%;
    text-align: center;
  }
}
.p-home-news .news__ttl {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.4375rem;
}
@media (min-width: 641px) {
  .p-home-news .news__ttl {
    -webkit-line-clamp: 1;
    flex: 1;
    padding-top: 0;
  }
}
.p-home-news__btn-wrap {
  padding-top: 1.75rem;
}
@media (min-width: 641px) {
  .p-home-news__btn-wrap {
    padding-top: 2.375rem;
  }
}

.p-home-about__outer {
  background-image: url(../img/home/home04.jpg);
  padding: 1.25rem 0;
}
@media (min-width: 641px) {
  .p-home-about__outer {
    padding: 6.25rem 0;
  }
}
.p-home-about__inner {
  max-width: 56.25rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 1.25rem;
}
.p-home-about__cont {
  background-color: #fff;
  padding: 1.875rem 2rem 3.75rem;
  border-radius: 10px;
}
@media (min-width: 641px) {
  .p-home-about__cont {
    padding: 3.4375rem 2rem 3.75rem;
  }
}
.p-home-about__txt {
  text-align: center;
  padding-top: 1.5625rem;
}
@media (min-width: 641px) {
  .p-home-about__txt {
    padding-top: 1.75rem;
  }
}
.p-home-about__btn-wrap {
  padding-top: 1.75rem;
}
@media (min-width: 641px) {
  .p-home-about__btn-wrap {
    padding-top: 2.375rem;
  }
}

.p-home-service__outer {
  padding: 1.25rem 0;
}
@media (min-width: 641px) {
  .p-home-service__outer {
    padding: 6.25rem 0;
  }
}
.p-home-service__inner {
  max-width: 56.25rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 1.25rem;
}
.p-home-service__cont {
  background-color: #fff;
  padding: 1.875rem 2rem 3.75rem;
  border-radius: 10px;
}
@media (min-width: 641px) {
  .p-home-service__cont {
    padding: 3.4375rem 2rem 3.75rem;
  }
}
.p-home-service__txt {
  text-align: center;
  padding-top: 1.5625rem;
}
@media (min-width: 641px) {
  .p-home-service__txt {
    padding-top: 1.75rem;
  }
}
.p-home-service__iv {
  margin: 30px -30px 0;
}
.p-home-service__btn-wrap {
  padding-top: 1.75rem;
}
@media (min-width: 641px) {
  .p-home-service__btn-wrap {
    padding-top: 2.375rem;
  }
}

.p-home-work__inner {
  padding: 1.875rem 0 3.75rem;
}
@media (min-width: 641px) {
  .p-home-work__inner {
    padding: 3.75rem 0 6.25rem;
  }
}
.p-home-work__cont {
  padding-top: 1.875rem;
  overflow-x: scroll;
  padding-bottom: 1.25rem;
}
@media (min-width: 641px) {
  .p-home-work__cont {
    padding-top: 2rem;
  }
}
.p-home-work__cont.scrollbar::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #bcbcbc;
  border-radius: 0.3125rem;
}
@media (min-width: 641px) {
  .p-home-work__cont.scrollbar::-webkit-scrollbar {
    border: transparent;
  }
}
.p-home-work__cont.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.3125rem;
}
.p-home-work__cont.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
.p-home-work__item-wrap {
  display: flex;
}
.p-home-work__item {
  min-width: 17.125rem;
  margin-right: 1.4375rem;
  border: 1px solid #eee;
}
@media (min-width: 641px) {
  .p-home-work__item {
    width: 21.75rem;
    margin-right: 1.75rem;
  }
}
.p-home-work__item:nth-of-type(3n) {
  margin-right: 0;
}
@media (min-width: 641px) {
  .p-home-work__item.img-zoom .c-card__img-wrap {
    overflow: hidden;
  }
}
@media (min-width: 641px) {
  .p-home-work__item.img-zoom .c-card__img {
    transition: 0.5s ease-in-out;
  }
}
@media (min-width: 641px) {
  .p-home-work__item.img-zoom:hover .c-card__img {
    transform: scale(1.15);
  }
}
.p-home-work__btn-wrap {
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-home-work__btn-wrap {
    padding-top: 1.25rem;
  }
}

@media (min-width: 641px) {
  .p-home-halfblock__row {
    display: flex;
  }
}
.p-home-halfblock__col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14rem;
}
@media only screen and (max-width: 375px) {
  .p-home-halfblock__col {
    height: 12.25rem;
  }
}
@media (min-width: 641px) {
  .p-home-halfblock__col {
    width: 50%;
    height: 22.9375rem;
  }
}
.p-home-halfblock__bg {
  position: relative;
  overflow: hidden;
}
.p-home-halfblock__bg::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-home-halfblock__bg_service::after {
  background-image: url(../img/home/sd05.jpg);
  filter: brightness(0.4);
}
.p-home-halfblock__bg_recruit::after {
  background-image: url(../img/home/sd04.jpg);
  filter: brightness(0.4);
}
@media (min-width: 641px) {
  .p-home-halfblock__bg:hover::after {
    transform: scale(1.1);
  }
}
.p-home-halfblock__link {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-home-halfblock__ttl {
  color: #fff;
}
.p-home-halfblock__txt {
  color: #fff;
  padding-top: 0.625rem;
  text-align: center;
}
@media (min-width: 641px) {
  .p-home-halfblock__txt {
    padding-top: 1.875rem;
  }
}

.p-about-topVisual .c-pageTopVisual__inner {
  background-image: url(../img/about/tv14.jpg);
}

.p-about-ul {
  margin: 0 2vw 5vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 7.5rem;
  grid-row-gap: 0.625rem;
}
@media (min-width: 641px) {
  .p-about-ul {
    grid-template-columns: 1fr 1fr;
  }
}
.p-about-ul li {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.p-about-ul li span:first-child {
  display: inline-block;
  width: 73%;
}
.p-about-ul li span:last-child {
  display: inline-block;
  width: 15%;
  text-align: right;
}

.p-about-ol {
  list-style-type: decimal;
}
.p-about-ol li {
  margin-left: 1.25rem;
}

.p-about-sec01__outer {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 641px) {
  .p-about-sec01__outer {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}
.p-about-sec01__cont {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-about-sec01__cont {
    padding-top: 2.5rem;
    display: grid;
    grid-template-columns: 34% 61%;
    grid-column-gap: 5%;
    align-items: center;
  }
}
.p-about-sec01__cont > div > img {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}
@media (min-width: 641px) {
  .p-about-sec01__cont > div > img {
    max-width: 100%;
  }
}
.p-about-sec01__cont p {
  margin-bottom: 1em;
}
.p-about-sec01__cont .p-about-ceo-name {
  font-family: "Noto Serif JP", serif;
  text-align: right;
  margin-bottom: 1em;
}
@media (min-width: 641px) {
  .p-about-sec01__cont .p-about-ceo-name {
    margin-bottom: 0;
  }
}
.p-about-sec01__cont .p-about-ceo-name span {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 0.9375rem;
}

.p-about-sec02__outer {
  background-color: #fff;
}
.p-about-sec02__inner-wrap {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 641px) {
  .p-about-sec02__inner-wrap {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}
.p-about-sec02__inner {
  background-color: #f8f8f8;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 641px) {
  .p-about-sec02__inner {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
.p-about-sec02__cont {
  padding-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-about-sec02__cont {
    padding-top: 2.5rem;
  }
}

.p-about-sec03__outer {
  background-color: #f8f8f8;
}
.p-about-sec03__inner {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 641px) {
  .p-about-sec03__inner {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}
.p-about-sec03__cont {
  background-color: #fff;
}
.p-about-sec03__img {
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-about-sec03__img {
    padding-top: 3.75rem;
  }
}
.p-about-sec03 .cont__inner {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 641px) {
  .p-about-sec03 .cont__inner {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
.p-about-sec03 .cont__table {
  padding-bottom: 4vh;
}
@media (min-width: 641px) {
  .p-about-sec03 .cont__table {
    padding-top: 0.5625rem;
  }
}
.p-about-sec03 .enkaku-ttl {
  margin-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-about-sec03 .enkaku-ttl {
    margin-top: 3.75rem;
  }
}

.p-about-logo-wrap {
  text-align: center;
  margin-top: 25px;
}
.p-about-logo-wrap img {
  width: 7.6875rem;
}

.p-about-table-kyoka td {
  line-height: 1.4;
  padding-top: 3px;
  padding-bottom: 3px;
}

.p-about-table-kyoka td + td {
  padding-left: 10px;
}

.p-recruit-topVisual .c-pageTopVisual__inner {
  background-image: url(../img/recruit/tv21.jpg);
}

.p-recruit-sec01__outer {
  background-color: #fff;
  margin: 0 -12.5rem;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 3.75rem;
  position: relative;
}
@media (min-width: 641px) {
  .p-recruit-sec01__outer {
    padding-bottom: 6.25rem;
  }
}
.p-recruit-sec01__inner {
  padding-top: 2.1875rem;
}
@media (min-width: 641px) {
  .p-recruit-sec01__inner {
    padding-top: 3.4375rem;
  }
}
.p-recruit-sec01__cont {
  background-color: #f8f8f8;
  margin-top: 2rem;
}
@media (min-width: 641px) {
  .p-recruit-sec01__cont + .p-recruit-sec01__cont {
    margin-top: 2.625rem;
  }
}
.p-recruit-sec01 .cont__inner {
  padding: 1.5625rem 1.25rem 1.875rem;
}
@media (min-width: 641px) {
  .p-recruit-sec01 .cont__inner {
    padding: 2.5rem 3.75rem 3rem 3.75rem;
  }
}
.p-recruit-sec01 .cont__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1.0625rem;
  margin-bottom: 0.625rem;
  border-bottom: 3px solid #d8d8d8;
}
@media (min-width: 641px) {
  .p-recruit-sec01 .cont__ttl {
    font-size: 1.5rem;
    padding-bottom: 1.875rem;
  }
}
.p-recruit-sec01 .cont__dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  padding: 0.625rem 0;
}
@media (min-width: 641px) {
  .p-recruit-sec01 .cont__dl {
    gap: 1.25rem;
    padding: 1.25rem 0;
  }
}
.p-recruit-sec01 .cont__dl dd {
  flex: 1;
  gap: 0.625rem;
}
.p-recruit-sec01 .cont__dl dd :last-child {
  padding-bottom: 0;
}
.p-recruit-sec01 .cont__child-ttl {
  width: 100%;
  color: #e16375;
  font-weight: bold;
}
@media (min-width: 641px) {
  .p-recruit-sec01 .cont__child-ttl {
    width: 20%;
  }
}
.p-recruit-sec01 .cont__txt {
  padding-bottom: 0.9375rem;
}
.p-recruit-sec01 .cont__list-wrap {
  padding-bottom: 0.9375rem;
}
.p-recruit-sec01 .cont__list {
  line-height: 2;
  position: relative;
  padding-left: 1rem;
}
.p-recruit-sec01 .cont__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}

.p-recruit-sec02__outer {
  background: #939297;
  margin-top: -18.75rem;
}
.p-recruit-sec02__inner {
  padding-top: 21.25rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 641px) {
  .p-recruit-sec02__inner {
    padding-bottom: 3.75rem;
  }
}
.p-recruit-sec02__cont {
  background-color: #fff;
}
.p-recruit-sec02 .cont__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 0.625rem 1.25rem;
}
@media (min-width: 641px) {
  .p-recruit-sec02 .cont__inner {
    padding: 2.1875rem 0.625rem 2.0625rem;
  }
}
.p-recruit-sec02 .cont__ttl .c-sec-ttl__ja {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 641px) {
  .p-recruit-sec02 .cont__ttl .c-sec-ttl__ja {
    font-size: 1.375rem;
  }
}
.p-recruit-sec02 .cont__company {
  width: 21rem;
  max-width: 100%;
  background-color: #f8f8f8;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 0.3125rem 0.625rem;
  margin-top: 1.25rem;
}
.p-recruit-sec02 .cont__tel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-sec02 .cont__tel-wrap .tel__link {
  display: flex;
  align-items: center;
}
.p-recruit-sec02 .cont__tel-wrap .tel__link img {
  width: 1.25rem;
  margin-right: 0.625rem;
}
@media (min-width: 641px) {
  .p-recruit-sec02 .cont__tel-wrap .tel__link img {
    width: 2.125rem;
  }
}
.p-recruit-sec02 .cont__tel-wrap .tel__link span {
  color: #939297;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.45;
}
@media (min-width: 641px) {
  .p-recruit-sec02 .cont__tel-wrap .tel__link span {
    font-size: 2.5rem;
  }
}
.p-recruit-sec02 .cont__tel-wrap .tel__link span.call-icon {
  padding: 5px 3px 0 0;
}
.p-recruit-sec02 .cont__tel-wrap .tel__txt {
  line-height: 1.1666;
}

.p-service-topVisual .c-pageTopVisual__inner {
  background-image: url(../img/service/tv06.jpg);
}

.p-service-sec01__inner {
  padding-top: 2.1875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 641px) {
  .p-service-sec01__inner {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 641px) {
  .p-service-sec01__cont {
    margin-top: -6.25rem;
    padding-top: 5.875rem;
  }
}
.p-service-sec01__item {
  margin-top: 3.125rem;
}
@media (min-width: 641px) {
  .p-service-sec01__item {
    margin-top: 6.25rem;
  }
}
.p-service-sec01 .item__inner {
  background-color: #f8f8f8;
}
@media (min-width: 641px) {
  .p-service-sec01 .item__inner {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 641px) {
  .p-service-sec01 .item__row {
    display: flex;
  }
}
.p-service-sec01 .item__row_reverse {
  flex-direction: row-reverse;
}
@media (min-width: 641px) {
  .p-service-sec01 .item__col {
    width: 50%;
  }
}
.p-service-sec01 .item__img-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 641px) {
  .p-service-sec01 .item__img-wrap {
    display: block;
    margin-top: -2.5rem;
    width: calc(50% - 2.5rem);
  }
}
.p-service-sec01 .item__img {
  width: 31.875rem;
}
.p-service-sec01 .item__txt-wrap {
  position: relative;
  padding: 1.875rem 1.25rem 1.875rem;
}
@media (min-width: 641px) {
  .p-service-sec01 .item__txt-wrap_right {
    padding: 2.8125rem 3.125rem 0 2.5rem;
  }
}
@media (min-width: 641px) {
  .p-service-sec01 .item__txt-wrap_left {
    padding: 2.8125rem 2.5rem 0 3.125rem;
  }
}
.p-service-sec01 .item__num {
  font-family: "Noto Serif JP", serif;
  color: #e16375;
  font-size: 2.25rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media (min-width: 641px) {
  .p-service-sec01 .item__num {
    font-size: 3.5rem;
  }
}
.p-service-sec01 .item__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 641px) {
  .p-service-sec01 .item__ttl {
    font-size: 1.75rem;
  }
}
.p-service-sec01 .item__txt {
  padding-top: 0.625rem;
}
@media (min-width: 641px) {
  .p-service-sec01 .item__txt {
    padding-top: 1.25rem;
  }
}
.p-service-sec01 table {
  width: 100%;
}
.p-service-sec01 table th, .p-service-sec01 table td {
  font-weight: normal;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
}
.p-service-sec01 ol {
  list-style: decimal;
  line-height: 2;
}
.p-service-sec01 ol li {
  margin-left: 20px;
}
.p-service-sec01 .item__txt-wrap_left + .item__txt-wrap_right {
  padding-top: 0;
}
@media (min-width: 641px) {
  .p-service-sec01 .item__txt-wrap_left + .item__txt-wrap_right {
    padding-top: 2.8125rem;
  }
}

.p-service-sec05__inner {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 641px) {
  .p-service-sec05__inner {
    padding-top: 3.75rem;
    padding-bottom: 6.4375rem;
  }
}
@media (min-width: 641px) {
  .p-service-sec05__row {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 641px) {
  .p-service-sec05__col {
    width: 28.125rem;
  }
}
.p-service-sec05__col + .p-about-sec05__col {
  padding-top: 3.125rem;
}
@media (min-width: 641px) {
  .p-service-sec05__col + .p-about-sec05__col {
    padding-top: 0;
  }
}
.p-service-sec05__item-wrap {
  padding-top: 0.625rem;
}
.p-service-sec05 .item__txt {
  padding: 0.8125rem 0;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 641px) {
  .p-service-sec05 .item__txt {
    padding: 1.125rem 0 1rem;
  }
}

.p-news-topVisual .c-pageTopVisual__inner {
  background-image: url(../img/news/tv13.jpg);
}

.p-news-sec01__inner {
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 641px) {
  .p-news-sec01__inner {
    padding-top: 2.1875rem;
    padding-bottom: 6.25rem;
  }
}
.p-news-sec01 .news-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.p-news-sec01 .news-item__link {
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 375px) {
  .p-news-sec01 .news-item__link {
    flex-direction: column;
  }
}
.p-news-sec01 .news-item__img-wrap {
  width: 8.125rem;
  margin: 0 auto;
  padding-top: 8.125rem;
  position: relative;
  border: 1px solid #eee;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-item__img-wrap {
    width: 18.75rem;
    padding-top: 12.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-news-sec01 .news-item__img-wrap {
    width: 100%;
    padding-top: 12.5rem;
  }
}
.p-news-sec01 .news-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-sec01 .news-item__body {
  flex: 1;
  padding: 0 0 0 0.625rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-item__body {
    padding: 0 0 0 2.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-news-sec01 .news-item__body {
    padding: 0.4375rem 0 0;
  }
}
.p-news-sec01 .news-item__time {
  display: block;
  color: #939297;
  font-size: 0.9375rem;
  line-height: 1.7142;
}
.p-news-sec01 .news-item__tag-wrap {
  padding-top: 0.5rem;
}
.p-news-sec01 .news-item__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}
.p-news-sec01 .news-item__tag {
  border: 1px solid #939297;
  background: #939297;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.09375rem 0.8125rem;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}
.p-news-sec01 .news-item__ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.625rem;
  font-weight: bold;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-item__ttl {
    padding-top: 1.125rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-news-sec01 .news-item__ttl {
    padding-top: 0.375rem;
  }
}
.p-news-sec01 .c-pagination-archive {
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .c-pagination-archive {
    padding-top: 4rem;
  }
}
.p-news-sec01 .news-cont__img-wrap {
  border: 1px solid #eee;
}
.p-news-sec01 .news-cont__img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 14.5625rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-cont__img-wrap img {
    height: 32.5rem;
  }
}
.p-news-sec01 .news-cont__data-wrap {
  display: flex;
  padding-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-cont__data-wrap {
    padding-top: 2.0625rem;
  }
}
.p-news-sec01 .news-cont__time {
  color: #939297;
  font-size: 0.875rem;
  padding-top: 0.375rem;
}
.p-news-sec01 .news-cont__tag-wrap {
  flex: 1;
  padding-top: 0.5rem;
}
.p-news-sec01 .news-cont__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  padding-left: 1.25rem;
}
.p-news-sec01 .news-cont__tag {
  border: 1px solid #939297;
  background: #939297;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 0.75rem;
  padding: 0 0.4375rem;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}
.p-news-sec01 .news-cont h1 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 0.875rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-cont h1 {
    font-size: 1.5rem;
  }
}
.p-news-sec01 .news-cont h2 {
  background-color: #939297;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.09375rem 0.625rem;
  margin-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-cont h2 {
    font-size: 1.5rem;
    margin-top: 1.75rem;
  }
}
.p-news-sec01 .news-cont h3 {
  font-weight: bold;
  position: relative;
  padding-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-cont h3 {
    font-size: 1.25rem;
  }
}
.p-news-sec01 .news-cont h3::before, .p-news-sec01 .news-cont h3::after {
  content: "";
  display: block;
  background-color: #939297;
  position: absolute;
  bottom: -0.125rem;
}
.p-news-sec01 .news-cont h3::before {
  width: 100%;
  height: 4px;
  opacity: 0.4;
}
.p-news-sec01 .news-cont h3::after {
  width: 5rem;
  height: 4px;
}
.p-news-sec01 .news-cont h4 {
  font-weight: bold;
  padding-left: 0.9375rem;
  position: relative;
  margin-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-cont h4 {
    font-size: 1.125rem;
    margin-top: 2rem;
  }
}
.p-news-sec01 .news-cont h4::before, .p-news-sec01 .news-cont h4::after {
  content: "";
  display: inline-block;
  background-color: #939297;
  position: absolute;
  left: 0;
}
.p-news-sec01 .news-cont h4::before {
  width: 4px;
  height: 100%;
  opacity: 0.4;
}
.p-news-sec01 .news-cont h4::after {
  width: 4px;
  height: 50%;
}
.p-news-sec01 .news-cont h5 {
  font-weight: bold;
  padding-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-cont h5 {
    padding-top: 1.375rem;
    padding-left: 0.125rem;
  }
}
.p-news-sec01 .news-cont p {
  line-height: 2;
  padding-top: 0.875rem;
}
.p-news-sec01 .news-cont table {
  display: block;
  width: 100%;
  padding-top: 1.5625rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-cont table {
    padding-top: 2.1875rem;
  }
}
.p-news-sec01 .news-cont table th,
.p-news-sec01 .news-cont table td {
  border: 1px solid #adadad;
  border-collapse: collapse;
}
.p-news-sec01 .news-cont table th {
  font-weight: bold;
  padding: 0.625rem;
}
.p-news-sec01 .news-cont table td {
  line-height: 2;
  padding: 0.75rem 0.625rem 0.8125rem 0.625rem;
}
.p-news-sec01 .news-cont .wp-block-image {
  display: flex;
  justify-content: center;
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .news-cont .wp-block-image {
    padding-top: 3.75rem;
  }
}
.p-news-sec01 .news-cont .test-img {
  width: 42.5rem;
}
.p-news-sec01 .c-pagination-single {
  padding-top: 3.125rem;
}
@media (min-width: 641px) {
  .p-news-sec01 .c-pagination-single {
    padding-top: 6.25rem;
  }
}
.p-news-sec01__btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-news-sec01__btn-wrap {
    padding-top: 3.625rem;
  }
}
.p-news-sec01__btn-wrap a {
  border: 1px solid #939297;
  border-radius: 0.125rem;
  color: #939297;
  text-align: center;
  width: 11.875rem;
  padding: 0.625rem 1.25rem;
}
.p-news-sec01__btn-wrap a:hover {
  background: #939297;
  color: #fff;
  opacity: 1;
}

.p-works-topVisual .c-pageTopVisual__inner {
  background-image: url(../img/works/tv08.jpg);
}

.p-works-sec01__inner {
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 641px) {
  .p-works-sec01__inner {
    padding-top: 2.1875rem;
    padding-bottom: 6.25rem;
  }
}
.p-works-sec01 .works-tab__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -0.625rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-tab__wrap {
    justify-content: start;
  }
}
.p-works-sec01 .works-tab__item {
  width: 49%;
  border: 1px solid #939297;
  border-radius: 0.125rem;
  text-align: center;
  margin-top: 0.625rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-tab__item {
    width: 18.4%;
    margin-right: 2%;
  }
}
.p-works-sec01 .works-tab__item:nth-child(5n) {
  margin-right: 0;
}
.p-works-sec01 .works-tab__link {
  display: block;
  color: #939297;
  padding: 0.625rem;
}
.p-works-sec01 .works-tab__link.current {
  background-color: #939297;
  color: #fff;
}
.p-works-sec01 .works-tab__link:hover {
  background-color: #939297;
  color: #fff;
  opacity: 1;
}
.p-works-sec01 .works-item-wrap {
  padding-top: 0;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-item-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.25rem;
  }
}
.p-works-sec01 .works-item {
  margin-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-item {
    width: 21.75rem;
    margin-top: 2.1875rem;
    margin-right: 1.75rem;
  }
  .p-works-sec01 .works-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-works-sec01 .works-item__img-wrap {
  padding-top: 14.5rem;
  position: relative;
  border: 1px solid #eee;
}
.p-works-sec01 .works-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-sec01 .works-item__body {
  padding: 0.9375rem 0;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-item__body {
    padding: 0;
  }
}
.p-works-sec01 .works-item__data-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.p-works-sec01 .works-item__time {
  display: block;
  font-size: 0.9375rem;
  color: #939297;
}
.p-works-sec01 .works-item__tag-wrap {
  padding-left: 0.625rem;
}
.p-works-sec01 .works-item__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}
.p-works-sec01 .works-item__tag {
  min-width: 5.6875rem;
  border: 1px solid #939297;
  background: #939297;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.3125rem;
  margin-top: 0.625rem;
}
.p-works-sec01 .works-item__ttl {
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.1875rem;
}
.p-works-sec01 .c-pagination-archive {
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .c-pagination-archive {
    padding-top: 3rem;
  }
}
.p-works-sec01 .works-cont .works-slider {
  position: relative;
}
.p-works-sec01 .works-cont .works-slider__img-wrap {
  position: relative;
  padding-top: 14.5625rem;
  z-index: 10;
  border: 1px solid #eee;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .works-slider__img-wrap {
    padding-top: 38.3125rem;
  }
}
.p-works-sec01 .works-cont .works-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-sec01 .works-cont .works-slider__caption {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 1.125rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .works-slider__caption {
    width: 38.75rem;
  }
}
.p-works-sec01 .works-cont .works-slider__dots {
  display: flex;
  position: absolute;
  right: 1.25rem;
  bottom: 3.125rem;
  margin-left: -0.3125rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .works-slider__dots {
    right: 1.875rem;
    bottom: 3.75rem;
    margin-left: -1.25rem;
  }
}
.p-works-sec01 .works-cont .works-slider__dots li::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 0.5rem;
  cursor: pointer;
  margin-left: 0.3125rem;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .works-slider__dots li::before {
    width: 2.375rem;
    margin-left: 0.625rem;
  }
}
.p-works-sec01 .works-cont .works-slider__dots li.slick-active::before {
  background-color: #939297;
}
.p-works-sec01 .works-cont .works-slider__dots li button {
  text-indent: -9999px;
}
.p-works-sec01 .works-cont .works-slider__arw {
  position: absolute;
  z-index: 1;
  top: 38.5%;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #15100f;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .works-slider__arw {
    top: 42.5%;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-works-sec01 .works-cont .works-slider__arw.prev::before, .p-works-sec01 .works-cont .works-slider__arw.next::before {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 2px;
  background-color: #15100f;
  border-radius: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .works-slider__arw.prev::before, .p-works-sec01 .works-cont .works-slider__arw.next::before {
    width: 1.0625rem;
    height: 3px;
  }
}
.p-works-sec01 .works-cont .works-slider__arw.prev::after, .p-works-sec01 .works-cont .works-slider__arw.next::after {
  content: "";
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 2px solid #15100f;
  border-right: 2px solid #15100f;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .works-slider__arw.prev::after, .p-works-sec01 .works-cont .works-slider__arw.next::after {
    width: 0.8125rem;
    height: 0.8125rem;
    border-width: 3px;
  }
}
.p-works-sec01 .works-cont .works-slider__arw.prev {
  left: 1%;
}
.p-works-sec01 .works-cont .works-slider__arw.prev::after {
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  transform: translateY(-50%) rotate(-135deg);
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .works-slider__arw.prev::after {
    left: 0.6875rem;
  }
}
.p-works-sec01 .works-cont .works-slider__arw.next {
  right: 1%;
}
.p-works-sec01 .works-cont .works-slider__arw.next::after {
  position: absolute;
  top: 50%;
  right: 0.4375rem;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .works-slider__arw.next::after {
    right: 0.6875rem;
  }
}
.p-works-sec01 .works-cont__data-wrap {
  display: flex;
  padding-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont__data-wrap {
    padding-top: 2.0625rem;
  }
}
.p-works-sec01 .works-cont__time {
  color: #939297;
  font-size: 0.875rem;
  padding-top: 0.375rem;
}
.p-works-sec01 .works-cont__tag-wrap {
  flex: 1;
  padding-top: 0.5rem;
}
.p-works-sec01 .works-cont__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  padding-left: 1.25rem;
}
.p-works-sec01 .works-cont__tag {
  border: 1px solid #939297;
  background: #939297;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 0.75rem;
  padding: 0 0.4375rem;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}
.p-works-sec01 .works-cont__gaiyou-wrap {
  padding-top: 1.5625rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont__gaiyou-wrap {
    display: flex;
  }
}
.p-works-sec01 .works-cont__customer, .p-works-sec01 .works-cont__price {
  display: flex;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont__customer, .p-works-sec01 .works-cont__price {
    width: 50%;
  }
}
.p-works-sec01 .works-cont__customer div:first-child, .p-works-sec01 .works-cont__price div:first-child {
  width: 7.5rem;
  padding: 0.75rem 0.625rem 0.8125rem 0.9375rem;
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  font-weight: bold;
  text-align: center;
}
.p-works-sec01 .works-cont__customer div:last-child, .p-works-sec01 .works-cont__price div:last-child {
  width: calc(100% - 7.5rem);
  padding: 0.75rem 0.625rem 0.8125rem 0.9375rem;
  border: 1px solid #d8d8d8;
  border-left: none;
}
.p-works-sec01 .works-cont__customer div:first-child,
.p-works-sec01 .works-cont__customer div:last-child {
  border-bottom: none;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont__customer div:first-child,
  .p-works-sec01 .works-cont__customer div:last-child {
    border-bottom: 1px solid #d8d8d8;
  }
}
.p-works-sec01 .works-cont__price div:first-child {
  padding-right: 0;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont__price div:first-child {
    border-left: none;
  }
}
.p-works-sec01 .works-cont h1 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 0.875rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont h1 {
    font-size: 1.5rem;
  }
}
.p-works-sec01 .works-cont h2 {
  background-color: #939297;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.3125rem 0.9375rem 0.375rem;
  margin-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont h2 {
    font-size: 1.5rem;
    margin-top: 1.75rem;
  }
}
.p-works-sec01 .works-cont h3 {
  font-weight: bold;
  position: relative;
  padding: 1.25rem 0 0.625rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont h3 {
    font-size: 1.25rem;
  }
}
.p-works-sec01 .works-cont h3::before, .p-works-sec01 .works-cont h3::after {
  content: "";
  display: block;
  background-color: #939297;
  position: absolute;
  bottom: -0.125rem;
}
.p-works-sec01 .works-cont h3::before {
  width: 100%;
  height: 4px;
  opacity: 0.4;
}
.p-works-sec01 .works-cont h3::after {
  width: 5rem;
  height: 4px;
}
.p-works-sec01 .works-cont h4 {
  font-weight: bold;
  padding-left: 0.9375rem;
  position: relative;
  margin-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont h4 {
    font-size: 1.125rem;
    margin-top: 2rem;
  }
}
.p-works-sec01 .works-cont h4::before, .p-works-sec01 .works-cont h4::after {
  content: "";
  display: inline-block;
  background-color: #939297;
  position: absolute;
  left: 0;
}
.p-works-sec01 .works-cont h4::before {
  width: 4px;
  height: 100%;
  opacity: 0.4;
}
.p-works-sec01 .works-cont h4::after {
  width: 4px;
  height: 50%;
}
.p-works-sec01 .works-cont h5 {
  font-weight: bold;
  padding-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont h5 {
    padding-top: 1.375rem;
    padding-left: 0.125rem;
  }
}
.p-works-sec01 .works-cont p {
  line-height: 2;
  padding-top: 0.875rem;
}
.p-works-sec01 .works-cont table {
  display: block;
  width: 100%;
  padding-top: 1.5625rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont table {
    padding-top: 2.1875rem;
  }
}
.p-works-sec01 .works-cont table th,
.p-works-sec01 .works-cont table td {
  border: 1px solid #adadad;
  border-collapse: collapse;
}
.p-works-sec01 .works-cont table th {
  font-weight: bold;
  padding: 0.625rem;
  background-color: #f8f8f8;
  text-align: center;
}
.p-works-sec01 .works-cont table td {
  line-height: 2;
  padding: 0.75rem 0.625rem 0.8125rem 0.625rem;
}
.p-works-sec01 .works-cont .wp-block-image {
  display: flex;
  justify-content: center;
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .works-cont .wp-block-image {
    padding-top: 3.75rem;
  }
}
.p-works-sec01 .works-cont .test-img {
  width: 52.5rem;
}
.p-works-sec01 .c-pagination-single {
  padding-top: 3.125rem;
}
@media (min-width: 641px) {
  .p-works-sec01 .c-pagination-single {
    padding-top: 6.25rem;
  }
}
.p-works-sec01__btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-works-sec01__btn-wrap {
    padding-top: 3.625rem;
  }
}
.p-works-sec01__btn-wrap a {
  border: 1px solid #939297;
  border-radius: 0.125rem;
  color: #939297;
  text-align: center;
  width: 11.875rem;
  padding: 0.625rem 1.25rem;
}
.p-works-sec01__btn-wrap a:hover {
  background-color: #939297;
  color: #fff;
  opacity: 1;
}

.p-contact-topVisual .c-pageTopVisual__inner {
  background-image: url(../img/contact/tv17.jpg);
}

.p-contact-sec01__inner {
  padding-top: 2.1875rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 641px) {
  .p-contact-sec01__inner {
    padding-top: 2.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-contact-sec01__cont {
  padding-top: 1.25rem;
}
@media (min-width: 641px) {
  .p-contact-sec01__cont {
    padding-top: 2.1875rem;
  }
}
.p-contact-sec01 .cont__txt {
  text-align: center;
}
.p-contact-sec01 .cont__tel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5625rem;
}
.p-contact-sec01 .cont__tel-wrap .tel__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.p-contact-sec01 .cont__tel-wrap .tel__link {
  display: flex;
  align-items: center;
}
.p-contact-sec01 .cont__tel-wrap .tel__link img {
  width: 1.25rem;
  margin-right: 0.625rem;
}
@media (min-width: 641px) {
  .p-contact-sec01 .cont__tel-wrap .tel__link img {
    width: 2.125rem;
  }
}
.p-contact-sec01 .cont__tel-wrap .tel__link span {
  color: #939297;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.45;
}
@media (min-width: 641px) {
  .p-contact-sec01 .cont__tel-wrap .tel__link span {
    font-size: 2.5rem;
  }
}
.p-contact-sec01 .cont__tel-wrap .tel__link span.call-icon {
  padding: 5px 3px 0 0;
}
.p-contact-sec01 .cont__tel-wrap .tel__info {
  font-size: 0.875rem;
}
.p-contact-sec01__form-wrap {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0.5625rem;
}
.p-contact-sec01__thanks {
  padding-top: 1.875rem;
}
@media (min-width: 641px) {
  .p-contact-sec01__thanks {
    padding-top: 3.3125rem;
  }
}
.p-contact-sec01 .thanks__message {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 641px) {
  .p-contact-sec01 .thanks__message {
    font-size: 1.75rem;
  }
}
.p-contact-sec01 .thanks__txt {
  width: 25.9375rem;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 1.375rem;
}
.p-contact-sec01 .thanks__btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 3.125rem;
}
@media (min-width: 641px) {
  .p-contact-sec01 .thanks__btn-wrap {
    padding-top: 6.125rem;
  }
}
.p-contact-sec01 .thanks__btn {
  display: block;
  width: 11.875rem;
  border: 1px solid #939297;
  border-radius: 0.125rem;
  color: #939297;
  text-align: center;
  padding: 0.625rem 1.25rem;
}

.mw_wp_form.mw_wp_form_preview .p-contact-sec01__cont {
  display: none;
}/*# sourceMappingURL=style.css.map */