@charset "UTF-8";
/* Colors: */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-size: 1em;
  font-family: monospace, monospace;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.anm {
  opacity: 0;
}
.anm.is-animated {
  animation: fadeIn 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.anm-up {
  transform: translateY(30px);
  opacity: 0;
}
.anm-up.is-animated {
  animation: fadeInUp 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.anm-left {
  transform: translateX(30px);
  opacity: 0;
}
.anm-left.is-animated {
  animation: fadeInLeft 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.anm-right {
  transform: translateX(-30px);
  opacity: 0;
}
.anm-right.is-animated {
  animation: fadeInRight 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.anm-list > * {
  transform: translateY(30px);
  opacity: 0;
}
.anm-list > *.is-animated {
  animation: fadeInUp 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOutUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(-30px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}
@page {
  size: A3;
}
html {
  min-height: 100dvh;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html.is-overlay, html.open-menu {
  overflow: hidden;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #fff;
}
body.is-overlay, body.open-menu {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  font-feature-settings: "palt"1;
}
dt {
  font-weight: 600;
}
dd {
  margin-inline-start: 1em;
}
img, svg {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input::placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
}
a {
  color: #A18B5F;
  text-decoration: underline;
  transition: color 0.2s;
}
a:visited {
  color: #A18B5F;
  text-decoration: underline;
}
a:focus {
  color: #BEA77A;
  text-decoration: none;
}
a:hover {
  color: #BEA77A;
  text-decoration: none;
}
a:active {
  color: #BEA77A;
  text-decoration: none;
}
a.is-disabled {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}
.l-header {
  z-index: 100;
  position: relative;
  height: 60dvh;
  background-color: #403A2F;
  color: #fff;
  transition: height 0.2s;
}
.l-header._thin {
  height: 200px;
}
.l-header__global {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 20px 0;
  transition: padding 0.2s;
}
.l-header__global.is-header-hide {
  transform: translateY(-150px);
}
.l-header__global__content {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__logo {
  flex-shrink: 0;
  width: 210px;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1;
  transition: width 0.2s;
}
.l-header__logo a {
  display: block;
}
.l-header__nav_pc {
  display: none;
}
.l-header__nav {
  display: flex;
  visibility: hidden;
  z-index: -1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}
.l-header__nav__cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
}
.l-header__lang {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url(/assets/img/common/ico-lang.svg) center center no-repeat;
  text-indent: -99999px;
}
.l-header__home {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url(/assets/img/common/ico-home.svg) center center no-repeat;
  background-size: 16px 16px;
  text-indent: -99999px;
}
.l-header__menu {
  display: flex;
  z-index: 1;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.l-header__menu #menu {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  opacity: 0;
}
.l-header__menu #menu:focus {
  outline-offset: -2px;
}
.l-header__menu #menu::-webkit-search-decoration {
  display: none;
}
.l-header__menu .nav-btn-menu {
  position: relative;
  width: 20px;
  height: 12px;
}
.l-header__menu .nav-btn-menu, .l-header__menu .nav-btn-menu span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
}
.l-header__menu .nav-btn-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.l-header__menu .nav-btn-menu span:nth-of-type(1) {
  top: 0;
}
.l-header__menu .nav-btn-menu span:nth-of-type(2) {
  top: 5px;
}
.l-header__menu .nav-btn-menu span:nth-of-type(3) {
  bottom: 0;
}
.l-header__menu #menu:checked + .nav-btn-menu span {
  background-color: #332D22;
}
.l-header__menu #menu:checked + .nav-btn-menu span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}
.l-header__menu #menu:checked + .nav-btn-menu span:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu #menu:checked + .nav-btn-menu span:nth-of-type(3) {
  transform: translateY(-5px) rotate(45deg);
}
.l-header__local {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 80px 0 0;
}
.l-header__heading {
  padding: 0 40px 60px;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.25;
  font-family: "linotype-didot", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: padding 0.2s, font-size 0.2s;
}
.l-header__heading_sub {
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}
.l-header._thin .l-header__heading {
  padding: 0 40px;
}
.l-header__local_menu {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  overflow-x: scroll;
  font-size: 1.2rem;
}
.l-header__local_menu::-webkit-scrollbar {
  box-sizing: content-box;
  height: 4px;
}
.l-header__local_menu::-webkit-scrollbar-thumb {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.l-header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 3s;
}
body.open-menu .l-header {
  z-index: 110;
}
body.open-menu .l-header__nav {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  pointer-events: initial;
}
body.open-menu .l-header__logo, body.open-menu .l-header__lang {
  visibility: hidden;
}
body.open-menu .l-header__global {
  position: fixed;
}
.l-header__nav_pc .l-nav {
  margin-right: 10px;
  padding: 0 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
}
.l-header__nav_pc .l-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0 30px;
  list-style: none;
}
.l-header__nav_pc .l-nav__list > li {
  margin: 0;
}
.l-header__nav_pc .l-nav a {
  display: block;
  padding: 0.5em 0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.l-header__nav_pc .l-nav a:hover, .l-header__nav_pc .l-nav a:active, .l-header__nav_pc .l-nav a:focus {
  color: #BEA77A;
  text-decoration: none;
}
.l-header__nav_pc.noborder .l-nav {
  border: none;
}
.l-header__nav .l-nav {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.l-header__nav .l-nav__list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header__nav .l-nav__list > li {
  margin: 0;
}
.l-header__nav .l-nav a {
  display: block;
  padding: 1.25em 1em;
  color: #000;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.l-header__nav .l-nav a:hover, .l-header__nav .l-nav a:active, .l-header__nav .l-nav a:focus {
  color: #BEA77A;
  text-decoration: underline;
}
.l-nav_local__list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 5px;
  list-style: none;
}
.l-nav_local__list > li {
  margin: 0;
}
.l-nav_local a {
  display: block;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.l-section, .l-section-a {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.l-section._mw480, ._mw480.l-section-a {
  max-width: 480px;
}
.l-section._mw568, ._mw568.l-section-a {
  max-width: 568px;
}
.l-section._mw640, ._mw640.l-section-a {
  max-width: 640px;
}
.l-section._mw768, ._mw768.l-section-a {
  max-width: 768px;
}
.l-section._mw960, ._mw960.l-section-a {
  max-width: 960px;
}
.l-section._mw1024, ._mw1024.l-section-a {
  max-width: 1024px;
}
.l-section._mw1240, ._mw1240.l-section-a {
  max-width: 1240px;
}
.l-section._mw1400, ._mw1400.l-section-a {
  max-width: 1400px;
}
.l-section._mw1640, ._mw1640.l-section-a {
  max-width: 1640px;
}
.l-section._mw1920, ._mw1920.l-section-a {
  max-width: 1920px;
}
.l-section-a {
  padding: 30px;
}
.l-footer {
  padding: 25px 30px;
  background-color: #403A2F;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
}
.l-footer a {
  color: #fff;
  text-decoration: none;
}
.l-footer a:hover, .l-footer a:active, .l-footer a:focus {
  color: #BEA77A;
  text-decoration: none;
}
.l-footer__block {
  padding: 25px 0;
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0 0;
  text-align: center;
  transition: padding 0.2s;
}
.l-footer__block:first-child {
  border-width: 0;
}
.l-footer__logo {
  border-width: 0;
}
.l-footer__logo img {
  width: 240px;
}
.l-footer__address a.ico-googlemap {
  display: inline-block;
  position: relative;
}
.l-footer__address a.ico-googlemap::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -4px 2px 0 0;
  background: url(../img//common/ico-googlemap.svg) 50% 50% no-repeat;
  content: "";
  vertical-align: middle;
}
.l-copyright {
  display: block;
  padding: 2.75em 20px;
  clear: both;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.l-pageup {
  visibility: hidden;
  z-index: 100;
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  transition: all 0.4s;
}
.l-pageup.active {
  visibility: visible;
  opacity: 1;
}
.l-pageup__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  appearance: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid #eee;
  outline: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
}
.l-pageup__btn::before {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  transform: rotate(-45deg);
  border: solid #BEA77A;
  border-width: 3px 3px 0 0;
  content: "";
  transition: border-color 0.2s;
}
.l-pageup__btn:hover, .l-pageup__btn:active, .l-pageup__btn:focus {
  border-color: #BEA77A;
}
.l-pageup__btn:hover::before, .l-pageup__btn:active::before, .l-pageup__btn:focus::before {
  border-color: #BEA77A;
}
.l-gdpr {
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 300px;
  margin: auto;
  padding: 20px;
  border: 1px solid rgba(190, 167, 122, 0.2);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  line-height: 1.75;
  opacity: 0;
  transition: opacity 0.4s;
}
.l-gdpr._view {
  visibility: visible;
  z-index: 1000;
  opacity: 1;
}
.l-gdpr__main {
  margin: 0 auto;
}
.l-gdpr__button {
  margin: 1.25em auto 0;
  text-align: center;
}
.m-group {
  position: relative;
  padding: 0 30px 60px;
  background: #403A2F url(../img//common/m-group-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}
.m-group__container {
  max-width: 360px;
}
.m-group__heading .m-heading-a::before {
  margin-bottom: 30px;
}
.m-recruit {
  position: relative;
  padding: 0 30px 60px;
  background: #403A2F url(../img//common/m-recruit-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}
.m-recruit__container {
  max-width: 360px;
}
.m-recruit__heading .m-heading-a::before {
  margin-bottom: 30px;
}
.m-contact {
  position: relative;
  padding: 60px 30px;
  background: url(../img//common/m-contact-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
}
.m-contact::before, .m-contact::after {
  z-index: 0;
  position: absolute;
  right: 0;
  left: 0;
  height: 100px;
  content: "";
}
.m-contact::before {
  top: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.m-contact::after {
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.m-contact__container {
  z-index: 1;
  position: relative;
}
.m-heading, .m-heading-a {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.25;
  font-family: "linotype-didot", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-feature-settings: "palt"1;
  text-align: center;
  transition: font 0.2s;
}
.m-heading::before, .m-heading-a::before {
  display: block;
  width: 9px;
  height: 50px;
  margin: 0 auto 5px;
  background: url(../img//common/ico-heading-a01.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
.m-heading._kuro, ._kuro.m-heading-a {
  color: #332D22;
}
.m-heading._siro, ._siro.m-heading-a {
  color: #fff;
}
.m-heading._left, ._left.m-heading-a {
  text-align: left;
}
.m-heading._left::before, ._left.m-heading-a::before {
  margin-left: 0;
}
.m-heading._non-icon::before, ._non-icon.m-heading-a::before {
  content: none;
}
.m-heading_sub {
  margin-top: 0.25em;
  color: #A18B5F;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  text-align: center;
}
.m-heading_sub._siro {
  color: #fff;
}
.m-heading_sub._left {
  text-align: left;
}
.m-heading-b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-heading-b ._num {
  padding: 10px 20px 10px 0;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "linotype-didot", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.m-heading-b ._num > span {
  vertical-align: -0.25em;
}
.m-heading-b ._title {
  padding: 10px 0 10px 20px;
  border-left: 1px solid #BEA77A;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
}
.m-heading-b ._sub {
  color: #BEA77A;
  font-weight: 600;
  font-size: 1.2rem;
}
.m-heading-c {
  color: #8D7C5A;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.25;
  font-family: "linotype-didot", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
.m-heading-d {
  color: #8D7C5A;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.25;
}
.m-heading-e {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  font-family: "linotype-didot", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
.m-paragraph._center, ._center.m-paragraph-cation, ._center.m-paragraph-d, ._center.m-paragraph-c, ._center.m-paragraph-b, ._center.m-paragraph-a {
  text-align: center;
}
.m-paragraph._bold, ._bold.m-paragraph-cation, ._bold.m-paragraph-d, ._bold.m-paragraph-c, ._bold.m-paragraph-b, ._bold.m-paragraph-a {
  font-weight: 600;
}
.m-paragraph._first, ._first.m-paragraph-cation, ._first.m-paragraph-d, ._first.m-paragraph-c, ._first.m-paragraph-b, ._first.m-paragraph-a {
  margin-top: 0;
}
.m-paragraph._last, ._last.m-paragraph-cation, ._last.m-paragraph-d, ._last.m-paragraph-c, ._last.m-paragraph-b, ._last.m-paragraph-a {
  margin-bottom: 0;
}
.m-paragraph-a {
  margin: 1.75em auto;
  line-height: 1.75;
}
.m-paragraph-b {
  margin: 2em auto;
  line-height: 1.75;
}
.m-paragraph-c {
  margin: 2em auto;
  font-size: 1.4rem;
  line-height: 2;
}
.m-paragraph-d {
  margin: 2em auto;
  line-height: 2;
}
.m-paragraph-cation {
  font-size: 1.2rem;
  line-height: 1.5;
}
.m-list, .m-list-d, .m-list-c, .m-list-b, .m-list-a {
  padding-left: 2.25em;
}
.m-list._center, ._center.m-list-d, ._center.m-list-c, ._center.m-list-b, ._center.m-list-a {
  text-align: center;
}
.m-list._bold, ._bold.m-list-d, ._bold.m-list-c, ._bold.m-list-b, ._bold.m-list-a {
  font-weight: 600;
}
.m-list._first, ._first.m-list-d, ._first.m-list-c, ._first.m-list-b, ._first.m-list-a {
  margin-top: 0;
}
.m-list._last, ._last.m-list-d, ._last.m-list-c, ._last.m-list-b, ._last.m-list-a {
  margin-bottom: 0;
}
.m-list._nostyle, ._nostyle.m-list-d, ._nostyle.m-list-c, ._nostyle.m-list-b, ._nostyle.m-list-a {
  list-style: none;
}
.m-list._sp_small, ._sp_small.m-list-d, ._sp_small.m-list-c, ._sp_small.m-list-b, ._sp_small.m-list-a {
  font-size: 1.4rem;
}
.m-list > li, .m-list-d > li, .m-list-c > li, .m-list-b > li, .m-list-a > li, .m-list > ._item, .m-list-d > ._item, .m-list-c > ._item, .m-list-b > ._item, .m-list-a > ._item {
  margin: 0.5em auto;
}
.m-list-a {
  margin: 1em auto;
  line-height: 1.5;
}
.m-list-b {
  margin: 2em auto;
  line-height: 1.75;
}
.m-list-c {
  margin: 2em auto;
  font-size: 1.4rem;
  line-height: 2;
}
.m-list-d {
  margin: 2em auto;
  line-height: 2;
}
.m-list__item {
  font-size: 1.4rem;
}
.m-button, .m-button-a, a.m-button-a, button.m-button-a {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  max-width: 100%;
  padding: 1.125em;
  border: 2px solid transparent;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.m-button:visited, .m-button-a:visited, .m-button:hover, .m-button-a:hover, .m-button:active, .m-button-a:active, .m-button:focus, .m-button-a:focus {
  text-decoration: none;
}
.m-button._sm, ._sm.m-button-a {
  min-width: 200px;
  padding: 0.75em;
}
.m-button-a, a.m-button-a, button.m-button-a {
  background-color: #BEA77A;
  color: #fff;
}
.m-button-a::after, a.m-button-a::after, button.m-button-a::after {
  display: inline-block;
  width: 24px;
  height: 10px;
  margin-left: 8px;
  background: url(../img//common/ico-button-a01.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
  transition: all 0.2s;
}
.m-button-a:hover, .m-button-a:active, .m-button-a:focus, a.m-button-a:hover, a.m-button-a:active, a.m-button-a:focus, button.m-button-a:hover, button.m-button-a:active, button.m-button-a:focus {
  border-color: #BEA77A;
  background-color: #fff;
  color: #BEA77A;
}
.m-button-a:hover::after, .m-button-a:active::after, .m-button-a:focus::after, a.m-button-a:hover::after, a.m-button-a:active::after, a.m-button-a:focus::after, button.m-button-a:hover::after, button.m-button-a:active::after, button.m-button-a:focus::after {
  transform: translateX(4px);
  background-image: url(../img//common/ico-button-a02.svg);
}
.m-button-a._siro, a.m-button-a._siro, button.m-button-a._siro {
  background-color: #fff;
  color: #BEA77A;
}
.m-button-a._siro::after, a.m-button-a._siro::after, button.m-button-a._siro::after {
  background: url(../img//common/ico-button-a02.svg) 50% 50% no-repeat;
}
.m-button-a._siro:hover, .m-button-a._siro:active, .m-button-a._siro:focus, a.m-button-a._siro:hover, a.m-button-a._siro:active, a.m-button-a._siro:focus, button.m-button-a._siro:hover, button.m-button-a._siro:active, button.m-button-a._siro:focus {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #BEA77A;
  color: #fff;
}
.m-button-a._siro:hover::after, .m-button-a._siro:active::after, .m-button-a._siro:focus::after, a.m-button-a._siro:hover::after, a.m-button-a._siro:active::after, a.m-button-a._siro:focus::after, button.m-button-a._siro:hover::after, button.m-button-a._siro:active::after, button.m-button-a._siro:focus::after {
  background-image: url(../img//common/ico-button-a01.svg);
}
.m-input-text, .m-input-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  padding: 10px;
  border: 2px solid #8D7C5A;
  border-radius: 3px;
  outline: none;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
  transition: border 0.25s;
}
.m-input-text:disabled, .m-input-text.is-disabled, .m-input-textarea:disabled, .m-input-textarea.is-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.m-input-text:focus, .m-input-textarea:focus {
  border-color: #BEA77A;
}
.m-input-text._full, .m-input-textarea._full {
  width: 100%;
}
.m-input-text._half, .m-input-textarea._half {
  width: 50%;
}
.m-input-text._lg, .m-input-textarea._lg {
  width: 400px;
}
.m-input-text._md, .m-input-textarea._md {
  width: 280px;
}
.m-input-text._sm, .m-input-textarea._sm {
  width: 160px;
}
.m-input-text._xsm, .m-input-textarea._xsm {
  width: 60px;
}
.m-label, .m-label__body {
  display: inline-block;
  vertical-align: middle;
}
.m-radio {
  display: inline-block;
  position: relative;
  margin: 0.5em 0;
  line-height: 1.5;
}
.m-radio-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  cursor: pointer;
}
.m-radio-label::before, .m-radio-label::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  transition: 0.25s;
}
.m-radio-label::before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #8D7C5A;
  background: #fff;
}
.m-radio-label::after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  background: #BEA77A;
  opacity: 0;
}
.m-radio input {
  position: absolute;
  height: 0;
  opacity: 0;
}
.m-radio input:checked + .m-radio-label::before {
  border-color: #BEA77A;
}
.m-radio input:checked + .m-radio-label::after {
  opacity: 1;
}
.m-checkbox {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
.m-checkbox-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.m-checkbox-label::before, .m-checkbox-label::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  transition: 0.25s;
}
.m-checkbox-label::before {
  border: 2px solid #8D7C5A;
  border-radius: 3px;
  background: #fff;
}
.m-checkbox-label::after {
  background: url(../img//common/ico-check.svg) no-repeat center center/12px auto;
  opacity: 0;
}
.m-checkbox input {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
}
.m-checkbox input:checked + .m-checkbox-label::before {
  border-color: #BEA77A;
}
.m-checkbox input:checked + .m-checkbox-label::after {
  opacity: 1;
}
.m-reqired-label {
  display: inline-block;
  min-width: 50px;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #e50000;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}
.m-select {
  display: inline-block;
  position: relative;
  border: 2px solid #8D7C5A;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  transition: border 0.25s;
}
.m-select._full {
  width: 100%;
}
.m-select._half {
  width: 50%;
}
.m-select._lg {
  width: 400px;
}
.m-select._md {
  width: 250px;
}
.m-select._sm {
  width: 160px;
}
.m-select._xsm {
  width: 60px;
}
.m-select._round {
  border-radius: 40px;
}
.m-select._round > select {
  border-radius: 40px;
}
.m-select:hover, .m-select:active, .m-select:focus, .m-select:focus-visible {
  border-color: #BEA77A;
}
.m-select::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border: solid transparent;
  border-width: 8px 5px 0 5px;
  border-top-color: #BEA77A;
  content: "";
  pointer-events: none;
}
.m-select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 12px 36px 12px 18px;
  border: 0;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
}
.m-link, .m-link-a01, a.m-link-a01 {
  position: relative;
  color: #BEA77A;
  text-decoration: underline;
}
.m-link:hover, .m-link-a01:hover, .m-link:active, .m-link-a01:active, .m-link:focus, .m-link-a01:focus {
  text-decoration: none;
}
.m-link-a01, a.m-link-a01 {
  font-weight: 600;
}
.m-link-a01::after, a.m-link-a01::after {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 24px;
  height: 9px;
  margin-left: 4px;
  background: url(../img//common/ico-link-a01.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  vertical-align: middle;
  transition: all 0.2s;
}
.m-link-a01:hover::after, .m-link-a01:active::after, .m-link-a01:focus::after, a.m-link-a01:hover::after, a.m-link-a01:active::after, a.m-link-a01:focus::after {
  transform: translateX(4px);
  background-image: url(../img//common/ico-button-a02.svg);
}
.m-table-wrap {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 1.5em auto;
  padding-bottom: 10px;
}
.m-table, .m-table-a {
  min-width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.5;
}
.m-table-a {
  padding: 0 30px;
}
.m-table-a > dl {
  display: flex;
  margin: 0 auto;
  border-top: 1px solid #D9D6CC;
}
.m-table-a > dl:last-child {
  border-bottom: 1px solid #D9D6CC;
}
.m-table-a > dl dt {
  flex-shrink: 0;
  width: 6em;
  padding: 20px 1em 20px 0;
}
.m-table-a > dl dd {
  padding: 20px 0;
  word-break: break-all;
}
.p-home__header {
  height: auto;
}
.p-home__header__wrap {
  position: relative;
  height: 100vh;
}
.p-home__mv {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-home__mv::after {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.p-home__mv_items {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-home__mv_item {
  margin: 0;
  padding: 0;
}
.p-home__mv__catchphrase {
  z-index: 1;
  position: absolute;
  top: 33.3333333333%;
  left: 12.5%;
  color: #fff;
  line-height: 1.25;
}
.p-home__mv__catchphrase ._main {
  font-weight: 400;
  font-size: 2.8rem;
  font-family: "linotype-didot", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: font 0.2s;
}
.p-home__mv__catchphrase ._sub {
  font-size: 1.6rem;
  transition: font 0.2s;
}
.p-home__mv__catchphrase .char {
  opacity: 0;
}
/*キャッチ_アニメーション*/
.p-home__mv__catchphrase span {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.p-home__mv__catchphrase--anime8s {
  animation: catch_anime 1.4s forwards 0.8s;
}
.p-home__mv__catchphrase--anime18s {
  animation: catch_anime 1.4s forwards 1.8s;
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-home__intro {
  z-index: 100;
  position: relative;
  margin: 0 auto 0;
  padding: 0 30px 40px;
  background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  color: #332D22;
}
.p-home__intro__contents {
  max-width: 980px;
  margin: 0 auto;
}
.p-home__intro .m-paragraph-d {
  margin-top: 0;
}
.p-home__bg {
  background-color: #403A2F;
  color: #fff;
}
.p-home__business__sequence {
  width: 100%;
  overflow: hidden;
}
.p-home__business__sequence::before {
  display: block;
  height: 10px;
  background: #BEA77A url(../img//common/ptn-01.svg) 50% 50% repeat;
  background-size: 21px 21px;
  content: "";
}
.p-home__business__sequence > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-home__business__sequence > ul li {
  flex-shrink: 0;
  width: 33.3333333333%;
}
.p-home__business__contents {
  z-index: 1;
  position: relative;
  margin: -25px auto 30px;
  padding: 0 20px;
  transition: padding 0.2s;
}
.p-home__business__contents > ._inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  background-color: #fff;
  color: #332D22;
  text-align: center;
}
.p-home__press {
  margin: 3em auto;
}
.p-home__press:last-child {
  margin-bottom: 0;
}
.p-home__press__box {
  max-width: 100%;
  height: 425px;
  margin: 1.5em auto;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.p-home__press__box::-webkit-scrollbar {
  box-sizing: content-box;
  width: 8px;
}
.p-home__press__box::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-home__press__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-home__press__link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 2px 0;
  padding: 1em;
  gap: 5px 10px;
  background: #403A2F;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  text-decoration: none;
  transition: background 0.2s, -webkit-text-decoration 0.2s;
  transition: background 0.2s, text-decoration 0.2s;
  transition: background 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
.p-home__press__link:visited {
  color: #fff;
}
.p-home__press__link:active, .p-home__press__link:focus, .p-home__press__link:hover {
  background: rgba(245, 245, 245, 0.8);
  color: #A18B5F;
}
.p-home__press__link:active ._desc, .p-home__press__link:focus ._desc, .p-home__press__link:hover ._desc {
  text-decoration: none;
}
.p-home__press__link ._date {
  text-decoration: none;
}
.p-home__press__link ._tag {
  flex-shrink: 0;
  width: 80px;
  background: #BEA77A;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.p-home__press__link ._desc {
  width: 100%;
  text-decoration: underline;
}
.p-home__slider ._item {
  width: 100%;
  height: 83.3333333333dvw;
}
.p-home__slider ._item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home__dept__wrap {
  padding: 50px 20px 30px;
}
.p-home__dept__head {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.p-home__dept__head::after {
  display: block;
  position: absolute;
  top: -25px;
  left: -20px;
  width: 50px;
  height: 50px;
  border: solid #8D7C5A;
  border-width: 1px 0 0 1px;
}
.p-home__dept__head ._mark {
  width: 100px;
  margin: 0 auto 15px;
}
.p-home__dept__head ._text {
  text-align: center;
}
.p-home__dept__head ._main {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "linotype-didot", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: font 0.2s;
}
.p-home__dept__head ._sub {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.25;
  transition: font 0.2s;
}
.p-home__dept__head ._button {
  margin: 1.5em auto;
  text-align: center;
}
.p-home__dept__body {
  max-width: 1440px;
  margin: 0 auto;
}
.p-home__other {
  padding: 60px 30px;
  background: #BEA77A url(../img//common/ptn-01.svg) right top repeat;
  background-size: 21px 21px;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
.p-about__title {
  margin: 70px auto 40px;
  padding: 0 30px;
}
.p-about__separate {
  max-width: 1800px;
  margin: auto;
}
.p-about__philosophy__column ._block {
  border: 1px solid #fff;
}
.p-about__philosophy__column ._inner {
  max-width: 680px;
}
.p-about__philosophy__mission, .p-about__philosophy__vision {
  padding: 40px 30px;
  background-image: url(../img//about/ptn-01.svg);
  background-size: 21px 21px;
  background-repeat: repeat;
  background-attachment: fixed;
}
.p-about__philosophy__mission {
  background-position: right top repeat;
  background-color: #F5F5F5;
}
.p-about__philosophy__vision {
  background-position: left top repeat;
  background-color: #F8F4EB;
}
.p-about__philosophy__slogan {
  margin: 20px auto 0;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.p-about__message__column {
  max-width: 1920px;
  margin: auto;
}
.p-about__message__photo {
  position: relative;
  text-align: center;
}
.p-about__message__photo ._photo {
  width: 400px;
}
.p-about__message__photo ._name {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.75em 1.25em;
  background-color: #fff;
  font-weight: 600;
  font-size: 2.1rem;
  text-align: right;
}
.p-about__message__photo ._name span {
  font-size: 1.2rem;
  vertical-align: middle;
}
.p-about__message__photo ._name strong {
  padding-left: 0.5em;
  white-space: nowrap;
}
.p-about__message__detail {
  padding: 0 30px;
}
.p-about__message__title {
  position: relative;
  margin: 30px 0;
  color: #675A44;
  font-size: 2.1rem;
  text-align: center;
}
.p-about__message__title::before, .p-about__message__title::after {
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid #8D7C5A;
  content: "";
}
.p-about__message__title::before {
  top: -15px;
  left: -15px;
  border-width: 1px 0 0 1px;
}
.p-about__message__title::after {
  right: -15px;
  bottom: -15px;
  border-width: 0 1px 1px 0;
}
.p-about__message__title:first-child {
  margin-top: 30px;
}
.p-about__message__title > span {
  display: block;
  padding: 10px 20px;
  background-color: #F8F4EB;
}
.p-about__overview__table {
  max-width: 900px;
}
.p-about__history__table {
  max-width: 900px;
}
.p-about__report__column {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 30px;
}
.p-about__report__column > ._block {
  padding: 40px 0 0;
}
.p-about__report .p-about__title {
  margin: 0 auto;
}
.p-about__access__contents {
  position: relative;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 20%, #D9D6CC 20%, #D9D6CC 100%);
  text-align: center;
}
.p-about__access__map {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 0 30px;
}
.p-about__access__map ._src {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-about__access__map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.p-about__access__address {
  padding: 0 30px 40px;
}
.p-business__title {
  margin: 70px auto 40px;
  padding: 0 30px;
}
.p-business__outline {
  padding: 30px 30px 0;
}
.p-business__outline ._lead {
  max-width: 980px;
  margin: 2em auto;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.p-business__outline__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3em auto 0;
  transition: all 0.2s;
}
.p-business__outline__column ._fig {
  min-width: 300px;
}
.p-business__outline__column ._detail {
  font-size: 1.5rem;
  line-height: 2;
}
.p-business__outline__column ._detail > p {
  margin: 2em auto;
}
.p-business__dept {
  background-color: #F5F5F5;
  font-size: 1.6rem;
  line-height: 2;
}
.p-business__section__column {
  max-width: 2240px;
  margin: auto;
}
.p-business__section__column ._block {
  position: relative;
  overflow: hidden;
}
.p-business__section__column ._block._desc {
  align-self: center;
  padding: 20px 30px;
}
.p-business__section__column ._block._desc ._inner {
  max-width: 580px;
  margin: 0 auto;
}
.p-business__section__column ._block._desc .m-heading-b {
  margin: 3em auto;
}
.p-business__section__column._reverse ._block:nth-child(odd) {
  order: 2;
}
.p-business__section__column._reverse ._block:nth-child(even) {
  order: 1;
}
.p-group__outline {
  padding: 40px 30px;
}
.p-group__outline ._lead {
  max-width: 980px;
  margin: 2em auto;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.p-group__dept {
  padding: 60px 30px;
}
.p-group__dept._gray {
  background-color: #F5F5F5;
}
.p-group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4em 0 0;
  padding: 0;
  gap: 40px 20px;
  list-style: none;
}
.p-group__item {
  max-width: 420px;
  border-top: 4px solid #BEA77A;
}
.p-group__item ._title {
  padding: 2em 0;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-group__item ._img {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-group__item ._detail {
  padding: 1.5em 0 0.5em;
  font-size: 1.5rem;
  line-height: 1.75;
}
.p-group__item ._column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-group__item ._logo {
  font-size: 1rem;
  line-height: 1;
}
.u-mq-lt-tb {
  display: block;
}
.u-mq-gt-tb {
  display: none;
}
.u-mq-gt-pc {
  display: none;
}
/* 背景色変更アニメーションを適用する要素のスタイル */
.u-image--changeColor {
  animation: changeColor 8s ease-in-out;
}
/* 要素の背景色を変化させるアニメーション定義 */
@keyframes changeColor {
  0% {
    filter: sepia(80%) grayscale(80%) blur(5px);
  }
  30% {
    filter: sepia(60%) grayscale(50%) blur(2px);
  }
  50% {
    filter: sepia(40%) grayscale(30%) blur(1px);
  }
  80% {
    filter: sepia(20%) grayscale(10%) blur(0px);
  }
  100% {
    filter: sepia(0%) grayscale(0%);
  }
}
@media (min-width: 480px) {
  .m-checkbox-label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .l-header {
    height: 600px;
  }
  .l-header._thin {
    height: 300px;
  }
  .l-header__global {
    padding: 30px 40px 0;
  }
  .l-header__logo {
    width: 320px;
  }
  .l-header__nav_pc {
    display: block;
    margin: 0 0 0 auto;
  }
  .l-header__menu {
    display: none;
  }
  .l-header__heading {
    padding: 0 9.375% 60px;
    font-size: 7.2rem;
  }
  .l-header__heading_sub {
    font-size: 2rem;
  }
  .l-header._thin .l-header__heading {
    padding: 0 9.375%;
    font-size: 4rem;
  }
  .l-header__local_menu {
    padding: 0 30px;
    overflow: hidden;
    font-size: 1.4rem;
  }
  .l-nav_local__list {
    gap: 20px;
  }
  .l-section-a {
    padding: 60px;
  }
  .l-copyright {
    padding: 4em 30px;
    font-size: 1.2rem;
  }
  .l-pageup {
    bottom: 20px;
  }
  .m-group {
    padding: 0 10% 80px;
    background-image: url(../img//common/m-group-bg-pc.jpg);
  }
  .m-group__heading .m-heading-a::before {
    margin-bottom: 48px;
  }
  .m-recruit {
    padding: 0 10% 80px;
    background-image: url(../img//common/m-recruit-bg-pc.jpg);
  }
  .m-recruit__heading .m-heading-a::before {
    margin-bottom: 48px;
  }
  .m-contact {
    padding: 80px 30px;
    background: url(../img//common/m-contact-bg-pc@2x.jpg) 50% 50% no-repeat;
  }
  .m-contact::before, .m-contact::after {
    height: 200px;
  }
  .m-contact__para {
    margin-top: 3.75em;
  }
  .m-heading, .m-heading-a {
    font-size: 4.8rem;
  }
  .m-heading-b ._num {
    padding: 10px 30px 10px 0;
    font-size: 4.8rem;
  }
  .m-heading-b ._title {
    padding: 10px 0 10px 30px;
    font-size: 3rem;
  }
  .m-heading-b ._sub {
    font-size: 1.4rem;
  }
  .m-heading-c {
    font-size: 4.2rem;
  }
  .m-heading-d {
    font-size: 2.1rem;
  }
  .m-heading-e {
    font-size: 3.6rem;
  }
  .m-button, .m-button-a, a.m-button-a, button.m-button-a {
    min-width: 280px;
    padding: 1.5em;
  }
  .m-button._sm, ._sm.m-button-a {
    min-width: 200px;
    padding: 0.75em;
  }
  .m-radio-label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .m-table, .m-table-a {
    font-size: inherit;
  }
  .p-home__header {
    height: auto;
  }
  .p-home__header__wrap {
    height: 100%;
    padding-top: 56.25%;
  }
  .p-home__mv::after {
    height: 200px;
  }
  .p-home__mv__catchphrase ._main {
    font-size: 4.8rem;
  }
  .p-home__mv__catchphrase ._sub {
    font-size: 2.4rem;
  }
  .p-home__intro {
    padding-bottom: 80px;
  }
  .p-home__business__sequence > ul li {
    flex-shrink: 1;
    width: auto;
  }
  .p-home__business__contents {
    margin-top: -50px;
    padding: 0 7.8125%;
  }
  .p-home__business__contents > ._inner {
    padding: 70px 60px 50px;
  }
  .p-home__press__box {
    width: 800px;
    height: 215px;
  }
  .p-home__press__link {
    flex-wrap: nowrap;
  }
  .p-home__press__link ._desc {
    width: auto;
  }
  .p-home__slider ._item {
    width: auto;
    height: auto;
  }
  .p-home__slider ._item img {
    width: auto;
    height: auto;
    -o-object-fit: initial;
    object-fit: initial;
  }
  .p-home__dept__wrap {
    padding: 120px 7.8125% 60px;
  }
  .p-home__dept__head ._main {
    font-size: 3.2rem;
    line-height: 1.125;
  }
  .p-home__dept__head ._sub {
    font-size: 1.8rem;
  }
  .p-home__aside {
    display: flex;
    width: 100%;
  }
  .p-home__aside > div {
    flex-shrink: 0;
    width: 50%;
  }
  .p-about__title {
    margin: 100px auto 60px;
  }
  .p-about__philosophy__column {
    display: flex;
  }
  .p-about__philosophy__column ._block {
    width: 50%;
  }
  .p-about__philosophy__mission ._inner {
    margin-left: auto;
  }
  .p-about__philosophy__vision ._inner {
    margin-right: auto;
  }
  .p-business__title {
    margin: 100px auto 60px;
  }
  .p-business__outline {
    padding: 60px 30px 0;
  }
  .p-business__section__column {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .p-business__section__column ._block {
    width: 50%;
  }
  .p-business__section__column ._block._img {
    height: auto;
  }
  .p-business__section__column ._block._img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1s all;
  }
  /*画像拡大*/
  .p-business__section__column ._block._img img:hover {
    transform: scale(1.1, 1.1);
  }
  .p-business__section__column ._block._desc {
    padding: 50px 40px;
  }
  .p-group__outline {
    padding: 60px 30px;
  }
  .p-group__dept {
    padding: 100px 30px;
  }
  .p-group__list {
    gap: 60px;
  }
  .p-group__item {
    width: calc((100% - 60px) / 2);
  }
  .u-mq-lt-tb {
    display: none;
  }
  .u-mq-gt-tb {
    display: block;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .m-group {
    background-image: url(../img//common/m-group-bg-pc@2x.jpg);
  }
  .m-recruit {
    background-image: url(../img//common/m-recruit-bg-pc@2x.jpg);
  }
}
@media (min-width: 1024px) {
  .l-header__global {
    padding: 40px 60px 0;
  }
  .l-header__local_menu {
    padding: 0 calc(9.375% - 10px);
    font-size: 1.6rem;
  }
  .l-header__nav_pc .l-nav {
    font-size: 1.4rem;
  }
  .l-footer {
    display: flex;
    justify-content: center;
    padding: 80px 0;
    font-size: 1.4rem;
  }
  .l-footer__block {
    display: flex;
    align-items: center;
    padding: 0 40px;
    border-width: 0 0 0 1px;
  }
  .l-footer__block:first-child {
    border-width: 0;
  }
  .m-group__heading .m-heading-a {
    font-size: 4.8rem;
  }
  .m-recruit__heading .m-heading-a {
    font-size: 4.8rem;
  }
  .m-heading, .m-heading-a {
    font-size: 6rem;
  }
  .m-paragraph-c {
    font-size: 1.6rem;
  }
  .m-list._sp_small, ._sp_small.m-list-d, ._sp_small.m-list-c, ._sp_small.m-list-b, ._sp_small.m-list-a {
    font-size: 1.6rem;
  }
  .m-list-c {
    font-size: 1.6rem;
  }
  .m-list__item {
    font-size: 1.6rem;
  }
  .p-home__dept__head::after {
    content: "";
  }
  .p-home__dept__head {
    display: flex;
    align-items: center;
  }
  .p-home__dept__head ._mark {
    flex-shrink: 0;
    width: 104px;
    margin: 0;
  }
  .p-home__dept__head ._text {
    text-align: left;
  }
  .p-home__dept__head ._button {
    margin: 0 0 0 auto;
    padding-left: 30px;
    border-left: 1px solid #8D7C5A;
  }
  .p-about__separate {
    display: flex;
    padding: 0 30px;
  }
  .p-about__philosophy__mission, .p-about__philosophy__vision {
    padding: 80px 7.2916666667%;
  }
  .p-about__message__column {
    display: flex;
    align-items: flex-start;
  }
  .p-about__message__photo {
    flex-shrink: 0;
    width: 35.4166666667%;
  }
  .p-about__message__photo ._photo {
    width: 680px;
  }
  .p-about__message__photo ._name {
    width: 50%;
  }
  .p-about__message__detail {
    margin: 0 7.8125%;
  }
  .p-about__message__title {
    margin: 60px 0;
    font-size: 2.8rem;
  }
  .p-about__message__title::before, .p-about__message__title::after {
    width: 40px;
    height: 40px;
  }
  .p-about__message__title::before {
    top: -30px;
    left: -30px;
  }
  .p-about__message__title::after {
    right: -30px;
    bottom: -30px;
  }
  .p-about__report__column {
    display: flex;
    align-items: stretch;
    margin: 100px auto;
    padding: 0 60px;
    gap: 60px;
  }
  .p-about__report__column > ._block {
    border-top: 3px solid #D9D6CC;
  }
  .p-about__report__heading {
    flex-shrink: 0;
    width: 300px;
  }
  .p-business__outline__column {
    flex-direction: row;
    max-width: 1340px;
    padding: 0 30px;
    gap: 60px;
  }
  .p-business__outline__column ._fig {
    min-width: 480px;
  }
  .p-business__outline__column ._detail {
    font-size: 1.6rem;
  }
  .p-business__section__column ._block._desc {
    padding: 60px;
  }
  .p-group__list {
    justify-content: center;
  }
  .p-group__item {
    width: calc((100% - 120px) / 3);
  }
  .u-mq-gt-pc {
    display: block;
  }
}
@media (min-width: 1240px) {
  .l-header__nav_pc .l-nav {
    font-size: 1.6rem;
  }
  .l-section-a {
    padding: 100px;
  }
  .l-footer__block {
    padding: 0 60px;
  }
  .p-home__press__box {
    height: 300px;
  }
}
@media (min-width: 1400px) {
  .p-home__mv__catchphrase ._main {
    font-size: 7.2rem;
  }
  .p-home__mv__catchphrase ._sub {
    font-size: 3.6rem;
  }
  .p-home__dept__head ._main {
    font-size: 4.8rem;
  }
  .p-home__dept__head ._sub {
    font-size: 2.4rem;
  }
  .p-home__dept__head ._button {
    padding-left: 60px;
  }
  .p-business__outline__column {
    gap: 120px;
  }
}
@media (min-width: 1920px) {
  .p-about__philosophy__mission, .p-about__philosophy__vision {
    padding: 80px 140px;
  }
}
@media print {
  html {
    background: none;
  }
  body {
    -webkit-print-color-adjust: exact;
    box-shadow: none;
  }
  .l-pageup {
    display: none;
  }
}