@charset "UTF-8";
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img + .small {
  margin-top: 8px;
  width: 100%;
}

sup,
sub {
  font-size: 10px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "halt";
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 220%;
}
p.caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
p.small {
  font-size: 12px;
  line-height: 150%;
}
p a {
  font-weight: 500;
  line-height: 220%;
  position: relative;
  border-bottom: 1px solid #000;
}
p a:hover {
  opacity: 1;
  color: #6D794D;
  border-bottom: none;
}
p a.outside {
  padding-right: 20px;
}
p a.outside::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/outside.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  right: 5px;
  bottom: 3px;
}
p + p,
p + ul,
p + ol,
p + .table01,
p + .table02Area {
  margin-top: 24px;
}
p + img {
  margin-top: 8px;
}

h1 {
  margin: 106px 0 88px;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 559px) {
  h1 {
    margin: 88px 0 40px;
    font-size: 28px;
  }
}
h1.topTitle {
  position: relative;
  padding-top: 50px;
  margin: 45px 0 90px;
}
@media screen and (max-width: 959px), print {
  h1.topTitle {
    font-size: 26px;
    padding-top: 40px;
  }
}
h1.topTitle span {
  position: absolute;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

h2 {
  margin: 120px 0 48px;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 559px) {
  h2 {
    margin: 96px 0 24px;
    font-size: 22px;
  }
}
h2.topSubTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 150%;
  margin: 90px 0 25px;
}
@media screen and (max-width: 959px), print {
  h2.topSubTitle {
    font-size: 32px;
    line-height: 54px;
    margin: 96px 0 54px;
  }
}
h2.mt-none {
  margin-top: 0;
}

h3 {
  margin: 64px 0 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
@media screen and (max-width: 559px) {
  h3 {
    margin: 56px 0 24px;
    font-size: 18px;
  }
}
h3.borderNone {
  border-bottom: none;
  padding-bottom: 0;
}

h4 {
  margin: 48px 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #6D794D;
}
@media screen and (max-width: 559px) {
  h4 {
    margin: 32px 0 12px;
  }
}
h4.mt-none {
  margin-top: 0 !important;
}

h5 {
  margin: 24px 0 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 559px) {
  h5 {
    margin: 32px 0 8px;
  }
}
h5.mt-none {
  margin-top: 0 !important;
}

strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (min-width: 1217px) {
  .spc__show {
    display: none !important;
  }
}

@media screen and (max-width: 1216px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .spc_s__show {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .spc_s__hide {
    display: none !important;
  }
}

@media screen and (max-width: 959px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .ipad__show {
    display: none !important;
  }
}

@media screen and (max-width: 559px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

@media print {
  .print__hide {
    display: none !important;
  }
}

@media print {
  .print__show {
    display: block !important;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 959px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 959px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 959px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 959px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.mt-100 {
  margin-top: 100px !important;
}

.wrapper {
  max-width: 1136px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1366px) {
  .wrapper {
    padding: 0 115px;
    max-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 26px;
  }
}

.wrap-1400 {
  max-width: 1536px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1366px) {
  .wrap-1400 {
    padding: 0 115px;
    max-width: 1366px;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .wrap-1400 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-1400 {
    padding: 0 26px;
  }
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 100px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media screen and (max-width: 1023px) {
  :root {
    --headerHeight: 80px;
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media screen and (max-width: 959px), print {
  :root {
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media print {
  :root {
    --headerHeight: 80px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

main,
.second {
  padding-top: var(--headerHeight);
}
@media print {
  main,
  .second {
    padding-top: 0;
  }
}

.second .mainImage,
.second .container {
  height: 668px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 959px), print {
  .second .mainImage,
  .second .container {
    height: 580px;
    margin-bottom: 100px;
  }
}
.second .mainImage .slick-track,
.second .container .slick-track {
  height: 668px;
}
@media screen and (max-width: 959px), print {
  .second .mainImage .slick-track,
  .second .container .slick-track {
    height: 580px;
  }
}
.second .mainImage .slick-track .slick-slide,
.second .container .slick-track .slick-slide {
  background-size: cover;
  background-position: center;
}
.second .mainImage .slick-num-nav,
.second .container .slick-num-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 21px;
}
.second .mainImage .slick-num-nav .slick-prev-custom,
.second .mainImage .slick-num-nav .slick-next-custom,
.second .container .slick-num-nav .slick-prev-custom,
.second .container .slick-num-nav .slick-next-custom {
  background-image: url(../images/common/arw01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  display: inline-block;
}
.second .mainImage .slick-num-nav .slick-prev-custom:hover,
.second .mainImage .slick-num-nav .slick-next-custom:hover,
.second .container .slick-num-nav .slick-prev-custom:hover,
.second .container .slick-num-nav .slick-next-custom:hover {
  background-image: url(../images/common/arw02.svg);
  transition: all 0.3s;
}
.second .mainImage .slick-num-nav .slick-prev-custom,
.second .container .slick-num-nav .slick-prev-custom {
  transform: rotate(180deg);
}
.second .mainImage .slick-num-nav .slick-num,
.second .container .slick-num-nav .slick-num {
  margin: 0 13px;
}
.second .mainImage .slick-num-nav .slick-toggle-autoplay,
.second .container .slick-num-nav .slick-toggle-autoplay {
  margin-left: 19px;
}
.second .mainImage .slick-num-nav .slick-toggle-autoplay.is-pause,
.second .container .slick-num-nav .slick-toggle-autoplay.is-pause {
  background-image: url(../images/brand/masterpiece/stop.svg);
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.second .mainImage .slick-num-nav .slick-toggle-autoplay.is-pause:hover,
.second .container .slick-num-nav .slick-toggle-autoplay.is-pause:hover {
  transition: all 0.3s;
  background-image: url(../images/brand/masterpiece/stop_hover.svg);
}
.second .mainImage .slick-num-nav .slick-toggle-autoplay.is-play,
.second .container .slick-num-nav .slick-toggle-autoplay.is-play {
  background-image: url(../images/brand/masterpiece/start.svg);
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.second .mainImage .slick-num-nav .slick-toggle-autoplay.is-play:hover,
.second .container .slick-num-nav .slick-toggle-autoplay.is-play:hover {
  transition: all 0.3s;
  background-image: url(../images/brand/masterpiece/start_hover.svg);
}
.second .mainImage .pankuzu ul li,
.second .container .pankuzu ul li {
  color: #fff;
}
.second .mainImage .pankuzu ul li + li::before,
.second .container .pankuzu ul li + li::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.second .mainImage .pankuzu ul li a,
.second .container .pankuzu ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.second .mainImage .mainTextArea,
.second .container .mainTextArea {
  position: absolute;
  top: 50%;
  left: 115px;
  color: #fff;
  transform: translate(0, -50%);
}
@media screen and (max-width: 959px), print {
  .second .mainImage .mainTextArea,
  .second .container .mainTextArea {
    width: calc(100% - 52px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.second .mainImage .mainTextArea .mainTitle,
.second .container .mainTextArea .mainTitle {
  margin: 0 0 32px;
}
.second .mainImage .mainTextArea .mainTitle .mainTitle_jp,
.second .container .mainTextArea .mainTitle .mainTitle_jp {
  font-size: 15px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px), print {
  .second .mainImage .mainTextArea .mainTitle .mainTitle_jp,
  .second .container .mainTextArea .mainTitle .mainTitle_jp {
    margin-bottom: 8px;
  }
}
.second .mainImage .mainTextArea .mainJp,
.second .container .mainTextArea .mainJp {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
.second .mainImage .mainTextArea .mainText,
.second .container .mainTextArea .mainText {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}
@media screen and (max-width: 959px), print {
  .second .mainImage .mainTextArea .mainText,
  .second .container .mainTextArea .mainText {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px), print {
  .second .contentsItem {
    flex-direction: column;
  }
}
.second .contentsItem + .contentsItem {
  border-top: 1px solid #ccc;
  margin-top: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 959px), print {
  .second .contentsItem + .contentsItem {
    margin-top: 80px;
    padding-top: 80px;
  }
}
.second .contentsItem.row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 959px), print {
  .second .contentsItem.row {
    flex-direction: column;
  }
}
.second .contentsItem .contentsLeft {
  width: 32.4%;
}
@media screen and (max-width: 959px), print {
  .second .contentsItem .contentsLeft {
    width: 100%;
  }
}
.second .contentsItem .contentsLeft .contentsTitle {
  font-size: 26px;
  line-height: 150%;
  margin: 0;
}
.second .contentsItem .contentsLeft .contentsSubTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  margin: 24px 0 32px;
  border-bottom: none;
}
.second .contentsItem .contentsRight {
  width: 66.2%;
}
@media screen and (max-width: 959px), print {
  .second .contentsItem .contentsRight {
    width: 100%;
    margin-top: 40px;
  }
}

.third .mainImage {
  height: 480px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 959px), print {
  .third .mainImage {
    height: 300px;
    margin-bottom: 60px;
  }
}
.third .mainImage .pankuzu ul li {
  color: #fff;
}
.third .mainImage .pankuzu ul li + li::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.third .mainImage .pankuzu ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.third .mainImage .pankuzu.black ul li {
  color: #000;
}
.third .mainImage .pankuzu.black ul li + li::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.third .mainImage .pankuzu.black ul li a {
  color: #000;
  border-bottom: 1px solid #000;
}

.menuGrayBg {
  background-color: #2C2C2C;
  transition: all 0.5s;
  opacity: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.menuGrayBg.active {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.5s;
}

.fadein {
  opacity: 0;
}
@media screen and (max-width: 559px) {
  .fadein {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
@media print {
  .fadein {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

.fadein02 {
  opacity: 0;
}
@media screen and (max-width: 559px) {
  .fadein02 {
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media print {
  .fadein02 {
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
  }
}

.fadein03 {
  opacity: 0;
}
@media screen and (max-width: 559px) {
  .fadein03 {
    opacity: 1 !important;
    transform: translate(0, -50%) !important;
  }
}
@media print {
  .fadein03 {
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
  }
}

.fadein04 {
  opacity: 0;
}
@media screen and (max-width: 559px) {
  .fadein04 {
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
  }
}
@media print {
  .fadein04 {
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
  }
}

.pankuzu {
  padding: 20px 43px 0;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    padding: 0 17px;
  }
}
.pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  display: flex;
  flex-wrap: wrap;
}
.pankuzu li {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .pankuzu li {
    margin-top: 9px;
  }
}
.pankuzu li + li {
  margin-left: 28px;
  position: relative;
}
.pankuzu li + li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  border-right: solid 1px rgba(0, 0, 0, 0.5);
  top: 50%;
  left: -21px;
  background-color: transparent;
  border-radius: 0;
  transform: translate(0, -50%) rotate(45deg);
}
.pankuzu li a {
  border-bottom: 1px solid #000;
}

.localNaviNone {
  padding-bottom: 115px;
}

.secTitle {
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-top: 35px;
  margin-bottom: 30px;
}
.secTitle::after {
  position: absolute;
  content: attr(data-en);
  color: #e2d7c4;
  font-size: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.secTitle.__blue::after {
  color: #77a7bc;
}
.secTitle.__white {
  color: #fff;
}
@media screen and (max-width: 959px), print {
  .secTitle {
    padding-top: 30px;
    font-size: 28px;
  }
  .secTitle:after {
    font-size: 26px;
  }
}
@media screen and (max-width: 559px) {
  .secTitle {
    font-size: 26px;
  }
  .secTitle:after {
    font-size: 24px;
  }
}

.col01Image + p {
  margin-top: 8px;
}

.pointList + p,
.pointList + ul,
.pointList + ol {
  margin-top: 24px;
}
.pointList .fw-500 {
  font-weight: 500;
}
.pointList li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 150%;
}
.pointList li + li {
  margin-top: 12px;
}
.pointList li.linkIn + .linkIn {
  margin-top: 24px;
}
.pointList li::before {
  position: absolute;
  content: "";
  background-color: #6D794D;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 6px;
  left: 0;
}
.pointList li a {
  font-weight: 500;
  line-height: 150%;
  position: relative;
  border-bottom: 1px solid #000;
}
.pointList li a:hover {
  opacity: 1;
  color: #6D794D;
  border-bottom: none;
}
.pointList li a.textLink:hover {
  color: #000;
}

.numberList + .table01,
.numberList + .table02Area,
.numberList + ul,
.numberList + ol,
.numberList + p {
  margin-top: 24px;
}
.numberList li {
  font-size: 14px;
  line-height: 150%;
  margin-left: 1.2em;
}
.numberList li + li {
  margin-top: 12px;
}
.numberList li::marker {
  color: #6D794D;
  font-weight: 500;
}
.numberList li a {
  font-weight: 500;
  line-height: 150%;
  position: relative;
  border-bottom: 1px solid #000;
}
.numberList li a:hover {
  opacity: 1;
  color: #6D794D;
  border-bottom: none;
}
.numberList li p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.numberList li .fw-500 {
  font-weight: 500;
}

.noteList + ul,
.noteList + ol {
  margin-top: 24px;
}
.noteList li {
  font-size: 12px;
  line-height: 150%;
}
.noteList li.note01 {
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
.noteList li.note02 {
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
.noteList li.note03 {
  text-indent: -2.1rem;
  padding-left: 2.1rem;
}
.noteList li + li {
  margin-top: 12px;
}
.noteList li span {
  color: #6D794D;
  margin-right: 8px;
}

.articleArea {
  border: 1px solid #ccc;
  padding: 0 40px 40px;
  position: relative;
}
@media screen and (max-width: 559px) {
  .articleArea {
    padding: 0 26px 40px;
  }
}
.articleArea::before {
  position: absolute;
  content: "";
  background-color: #9BA482;
  width: 160px;
  height: 6px;
  top: 0;
  left: 40px;
}
.articleArea + .articleArea {
  margin-top: 25px;
}
@media screen and (max-width: 559px) {
  .articleArea .articleFlex {
    flex-direction: column;
  }
}
.articleArea .articleFlex p {
  width: 58.14%;
}
@media screen and (max-width: 559px) {
  .articleArea .articleFlex p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.articleArea .articleFlex .articleImageArea {
  width: 39.1%;
}
@media screen and (max-width: 559px) {
  .articleArea .articleFlex .articleImageArea {
    width: 100%;
  }
}
.articleArea .articleFlex .articleImageArea h5 {
  margin-top: 0;
}
.articleArea .articleFlex .articleImageArea .articleImage + .small {
  margin-top: 12px;
  width: 100%;
}

.table01 {
  width: 100% !important;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
@media screen and (max-width: 559px) {
  .table01 {
    border-left: none;
    border-right: none;
  }
}
.table01 + .table01,
.table01 + .table02Area {
  margin-top: 133px;
}
.table01 + p {
  margin-top: 24px;
}
.table01.th155 th {
  width: 155px;
  min-width: 155px;
}
@media screen and (max-width: 559px) {
  .table01.th155 th {
    width: 100%;
  }
}
.table01 tr {
  height: 100% !important;
}
@media screen and (max-width: 559px) {
  .table01 tr {
    height: auto !important;
  }
}
.table01 tr + tr {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
  .table01 tr {
    display: flex;
    flex-direction: column;
    border: none;
  }
}
.table01 th {
  min-width: 276px;
  text-align: left;
  background-color: #F0F0F0;
  padding: 16px;
  height: 100%;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 559px) {
  .table01 th {
    width: 100%;
    line-height: 175%;
  }
  .table01 th + td {
    border-top: 1px solid #ccc;
  }
}
.table01 td {
  border-left: 1px solid #ccc;
  padding: 16px;
  height: 100%;
  line-height: 150%;
  font-size: 14px;
}
@media screen and (max-width: 559px) {
  .table01 td {
    width: 100%;
    border-left: none;
    height: max-content;
  }
}
.table01 td a {
  font-weight: 500;
  line-height: 150%;
  position: relative;
  border-bottom: 1px solid #000;
}
.table01 td a:hover {
  opacity: 1;
  color: #6D794D;
  border-bottom: none;
}
.table01 td p {
  line-height: 150%;
}
.table01 td h4 {
  margin: 48px 0 16px;
}
.table01 td h5 {
  margin: 16px 0 8px;
}

.table02Area + .table01,
.table02Area + .table02Area {
  margin-top: 133px;
}
.table02Area .table02 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  table-layout: fixed;
}
@media screen and (max-width: 559px) {
  .table02Area .table02 {
    width: 1136px;
  }
}
@media print {
  .table02Area .table02 {
    width: 100%;
  }
}
.table02Area .table02 tr {
  height: 100%;
}
.table02Area .table02 tr + tr {
  border-top: 1px solid #ccc;
}
.table02Area .table02 tr:nth-of-type(1) th {
  background-color: #2C2C2C;
  color: #fff;
  border: 1px solid #ccc;
}
.table02Area .table02 tr:nth-of-type(1) th:nth-child(1) {
  width: 20.4%;
}
.table02Area .table02 tr:nth-of-type(1) th:nth-of-type(2), .table02Area .table02 tr:nth-of-type(1) th:nth-child(3) {
  width: 39.8%;
}
.table02Area .table02 th {
  text-align: left;
  background-color: #F0F0F0;
  padding: 15px;
  font-weight: 500;
  height: 100%;
}
.table02Area .table02 td {
  border-left: 1px solid #ccc;
  padding: 16px;
  height: 100%;
}
.table02Area .table02 td a {
  font-weight: 500;
  line-height: 150%;
  position: relative;
  border-bottom: 1px solid #000;
}
.table02Area .table02 td a:hover {
  opacity: 1;
  color: #6D794D;
  border-bottom: none;
}
@media screen and (max-width: 559px) {
  .table02Area .table02 td h5 {
    margin-top: 20px;
  }
}

.scroll-hint-shadow-wrap:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint-shadow-wrap::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

_::-webkit-full-page-media,
_:future,
:root .js-scrollable {
  padding-bottom: 0;
}

.js-scrollable {
  padding-bottom: 10px;
  overflow-y: hidden;
}

.js-scrollable::-webkit-scrollbar {
  background-color: #d8d8d8;
  width: 4px;
  height: 4px;
  border-radius: 10px;
}

.js-scrollable::-webkit-scrollbar-thumb {
  background-color: #2C2C2C;
  border-radius: 10px;
}

@media screen and (max-width: 559px) {
  .linkFlex_template {
    flex-direction: column;
  }
}
.linkFlex_template .dummy {
  width: 32.4%;
}

.supFlex p + p {
  margin-left: 30px;
}
@media screen and (max-width: 559px) {
  .supFlex p + p {
    margin-left: 0;
  }
}
@media screen and (max-width: 559px) {
  .supFlex {
    flex-direction: column;
  }
}

.textLinkArea {
  margin-top: 37px;
}

.default,
.hover,
.visited {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 32.4%;
}
@media screen and (max-width: 559px) {
  .default,
  .hover,
  .visited {
    width: 100%;
  }
}

.hover .button01 {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.hover .button01:after {
  background-image: url(../images/common/arw04.svg);
  transition: all 0.2s;
}
.hover .button01.outside::after {
  background-image: url(../images/common/outside05.svg);
}
.hover .button01.koi {
  background-color: #fff;
  color: #000;
}
.hover .button01.koi:after {
  background-image: url(../images/common/arw02.svg);
}
.hover .textLink:after {
  background-image: url(../images/common/arw02.svg);
}
.hover .textLink.outside::after {
  background-image: url(../images/common/outside06.svg);
}
.hover .textLink.pdf::after {
  background-image: url(../images/common/pdf02.svg);
}
.hover .textLink.koi:after {
  background-image: url(../images/common/arw04.svg);
}
.hover p a {
  color: #6D794D;
  border-bottom: none;
  font-weight: 400;
}

.koiBg {
  background-color: #2C2C2C;
  padding: 30px 12px;
  max-width: 832px;
}
@media screen and (max-width: 559px) {
  .koiBg .flex {
    flex-direction: column;
  }
  .koiBg .flex .hover,
  .koiBg .flex .visited {
    margin-top: 15px;
  }
}

.button01 {
  border: 1px solid #000;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  padding-right: 60px;
  position: relative;
  transition: 0.3s;
  max-width: 395px;
  min-width: 196px;
  min-height: 58px;
}
@media screen and (max-width: 959px), print {
  .button01 {
    min-width: auto;
  }
}
@media screen and (max-width: 559px) {
  .button01 {
    width: max-content;
    min-height: 49px;
    min-width: 162px;
    max-width: 100%;
    font-size: 13px;
    padding: 8px 46px 8px 20px;
  }
}
.button01 + .button01 {
  margin-top: 16px;
}
.button01.outside::after {
  background-image: url(../images/common/outside03.svg);
}
.button01.outside:hover:after {
  background-image: url(../images/common/outside05.svg);
}
.button01:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url(../images/common/arw01.svg);
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 559px) {
  .button01:after {
    right: 13px;
  }
}
.button01:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.button01:hover:after {
  background-image: url(../images/common/arw04.svg);
  transition: all 0.2s;
}
@media screen and (max-width: 559px) {
  .button01:hover {
    background-color: transparent;
    color: #000;
    opacity: 1;
  }
  .button01:hover:after {
    background-image: url(../images/common/arw01.svg);
  }
}
.button01 span {
  display: flex;
  align-items: center;
  min-height: 38px;
}
.button01.koi {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.button01.koi:after {
  background-image: url(../images/common/arw03.svg);
}
.button01.koi:hover {
  background-color: #fff;
  color: #000;
}
.button01.koi:hover:after {
  background-image: url(../images/common/arw02.svg);
}
.button01.koi.outside::after {
  background-image: url(../images/common/outside05.svg);
}
.button01.koi.outside:hover:after {
  background-image: url(../images/common/outside04.svg);
}

.textLink {
  padding: 0px 67px 12px 8px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 559px) {
  .textLink {
    font-size: 13px;
    font-weight: 400;
    padding: 0px 47px 12px 8px;
  }
}
.textLink + .textLink {
  margin-top: 36px;
}
.textLink.outside::after {
  background-image: url(../images/common/outside03.svg);
}
.textLink.outside:hover:after {
  background-image: url(../images/common/outside06.svg);
}
.textLink.pdf::after {
  background-image: url(../images/common/pdf.svg);
}
.textLink.pdf:hover:after {
  background-image: url(../images/common/pdf02.svg);
}
.textLink.inside::after {
  transform: translate(0, -50%) rotate(90deg);
}
.textLink.inside:hover:after {
  transform: translate(0, -50%) rotate(90deg);
}
.textLink.koi {
  color: #fff;
}
.textLink.koi::before {
  background-color: #fff;
}
.textLink.koi:after {
  background-image: url(../images/common/arw03.svg);
}
.textLink.koi:hover:after {
  background-image: url(../images/common/arw04.svg);
}
.textLink.koi.outside::after {
  background-image: url(../images/common/outside05.svg);
}
.textLink.koi.outside:hover:after {
  background-image: url(../images/common/outside07.svg);
}
.textLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.textLink:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url(../images/common/arw01.svg);
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  top: calc(50% - 6px);
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 559px) {
  .textLink:after {
    right: 8px;
  }
}
.textLink:hover {
  opacity: 1;
}
.textLink:hover::before {
  animation: scale 0.4s cubic-bezier(0.3, 0.3, 0.12, 1) forwards;
  transform-origin: left;
  animation-delay: 0.1s;
}
.textLink:hover:after {
  background-image: url(../images/common/arw02.svg);
}
@keyframes scale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.pageLinkArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
.pageLinkArea .textLink {
  margin-right: 20px;
  margin-top: 20px;
}

.columnFlex {
  flex-wrap: wrap;
}
.columnFlex.col-2 .columnItem {
  width: 49.296%;
}
@media screen and (max-width: 559px) {
  .columnFlex.col-2 .columnItem {
    width: 100%;
  }
  .columnFlex.col-2 .columnItem + .columnItem {
    margin-top: 13px;
  }
}
.columnFlex.col-3 .columnItem {
  width: 32.395%;
}
@media screen and (max-width: 559px) {
  .columnFlex.col-3 .columnItem {
    width: 100%;
  }
  .columnFlex.col-3 .columnItem + .columnItem {
    margin-top: 13px;
  }
  .columnFlex.col-3 .columnItem + .columnItem.mt-button {
    margin-top: 24px;
  }
  .columnFlex.col-3 .columnItem + .columnItem.mt-big {
    margin-top: 48px;
  }
}
.columnFlex.col-3 .columnItem.col-3 {
  width: 66.11%;
}
@media screen and (max-width: 559px) {
  .columnFlex.col-3 .columnItem.col-3 {
    width: 100%;
  }
}
.columnFlex.col-3 .dummy {
  width: 32.395%;
}
.columnFlex.col-4 .columnItem {
  width: 23.945%;
}
@media screen and (max-width: 559px) {
  .columnFlex.col-4 .columnItem {
    width: 47.63%;
  }
  .columnFlex.col-4 .columnItem:nth-child(n+3) {
    margin-top: 13px;
  }
}
.columnFlex.col-4 .columnItem.col-4 {
  width: 74.296%;
}
@media screen and (max-width: 559px) {
  .columnFlex.col-4 .columnItem.col-4 {
    width: 100%;
  }
  .columnFlex.col-4 .columnItem.col-4 + .columnItem {
    margin-top: 13px;
  }
}
.columnFlex.col-4 .dummy {
  width: 23.945%;
}
.columnFlex + .columnFlex {
  margin-top: 16px;
}
@media screen and (max-width: 559px) {
  .columnFlex + .columnFlex {
    margin-top: 13px;
  }
}
@media screen and (max-width: 559px) {
  .columnFlex .columnItem.imageLink + .imageLink {
    margin-top: 40px;
  }
}
.columnFlex .columnItem.imageLink .linkImage {
  overflow: hidden;
  margin-bottom: 12px;
}
.columnFlex .columnItem.imageLink .linkImage .linkThumb,
.columnFlex .columnItem.imageLink .linkImage img {
  transform: scale(1, 1);
  transition: all 0.5s;
}
.columnFlex .columnItem.imageLink .linkText span {
  font-size: 22px;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 559px) {
  .columnFlex .columnItem.imageLink .linkText span {
    font-size: 18px;
  }
}
.columnFlex .columnItem.imageLink .linkText span:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url(../images/common/arw01.svg);
  display: block;
  position: absolute;
  right: 1px;
  width: 20px;
  height: 20px;
  bottom: 5px;
  transition: all 0.2s;
}
@media screen and (max-width: 559px) {
  .columnFlex .columnItem.imageLink .linkText span:after {
    bottom: 2px;
  }
}
.columnFlex .columnItem.imageLink:hover {
  opacity: 1;
}
.columnFlex .columnItem.imageLink:hover .linkImage .linkThumb,
.columnFlex .columnItem.imageLink:hover .linkImage img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s;
  opacity: 1;
}
.columnFlex .columnItem.imageLink:hover .linkText span:after {
  background-image: url(../images/common/arw02.svg);
}

.imageLinkFlex + .imageLinkFlex {
  margin-top: 40px;
}

.localNaviArea {
  padding-top: 115px;
}
.localNaviArea.pt-none {
  padding-top: 0;
}

.localNavi {
  background-color: #F0F0F0;
  overflow: hidden;
  width: 100%;
  padding: 72px 0;
}
.localNavi .menuTitleFlex {
  margin-bottom: 25px;
}
.localNavi .menuTitleFlex .menuTitle {
  font-size: 28px;
  font-weight: 500;
}
.localNavi .menuTitleFlex .close {
  font-size: 14px;
  font-weight: 500;
  padding: 0 67px 12px 8px;
  border-bottom: 1px solid #000;
  position: relative;
}
.localNavi .menuTitleFlex .close::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 0;
}
.localNavi .menuTitleFlex .close:hover {
  cursor: pointer;
}
.localNavi .megamenu_inner {
  display: flex;
  justify-content: space-between;
}
.localNavi .megamenu_inner + .megamenu_inner {
  margin-top: 32px;
}
.localNavi .megamenu_inner .imageLink_h {
  width: 32.4%;
}
.localNavi .megamenu_inner .imageLink_h.column2 {
  width: 49.3%;
}
.localNavi .megamenu_inner .imageLink_h.column4 {
  width: 24%;
}
.localNavi .megamenu_inner .imageLink_h .LinkItem:hover {
  opacity: 1;
}
.localNavi .megamenu_inner .imageLink_h .LinkItem:hover .image .hoverImage {
  transform: scale(1.1, 1.1);
  transition: all 0.5s;
  opacity: 1;
}
.localNavi .megamenu_inner .imageLink_h .LinkItem:hover .textLink_h span::before {
  background-image: url(../images/common/arw02.svg);
  transition: all 0.5s;
}
.localNavi .megamenu_inner .imageLink_h .image {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.localNavi .megamenu_inner .imageLink_h .image .hoverImage {
  transform: scale(1, 1);
  transition: all 0.5s;
}
.localNavi .megamenu_inner .imageLink_h .image .imageText {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.localNavi .megamenu_inner .imageLink_h .textLink_h {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.localNavi .megamenu_inner .imageLink_h .textLink_h span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.localNavi .megamenu_inner .imageLink_h .textLink_h span::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/arw01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transition: all 0.5s;
  transform: translate(0, -50%);
}
.localNavi .megamenu_inner .TextLinkBox {
  margin-top: 16px;
}
.localNavi .megamenu_inner .TextLinkBox ul {
  width: 47.8%;
}
.localNavi .megamenu_inner .TextLinkBox ul.column3 {
  width: 31.4%;
}
.localNavi .megamenu_inner .TextLinkBox ul.column1 {
  width: 100%;
}
.localNavi .megamenu_inner .TextLinkBox ul li {
  font-size: 12px;
  text-align: left;
}
.localNavi .megamenu_inner .TextLinkBox ul li + li {
  margin-top: 12px;
}
.localNavi .megamenu_inner .TextLinkBox ul li a {
  position: relative;
  display: inline-block;
}
.localNavi .megamenu_inner .TextLinkBox ul li a::before {
  position: absolute;
  content: "";
  background-color: #000;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.localNavi .megamenu_inner .TextLinkBox ul li a:hover {
  opacity: 1;
}
.localNavi .megamenu_inner .TextLinkBox ul li a:hover::before {
  opacity: 1;
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.localNavi_sp {
  background-color: #F0F0F0;
  padding: 40px 0;
}
.localNavi_sp .naviTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.localNavi_sp .acd-ttl,
.localNavi_sp .noAcd {
  padding: 30px 0 24px;
  cursor: pointer;
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 500;
}
.localNavi_sp .acd-ttl::after,
.localNavi_sp .noAcd::after {
  background-image: url(../images/common/acd_open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.localNavi_sp .acd-ttl span,
.localNavi_sp .noAcd span {
  font-size: 18px;
}
.localNavi_sp .acd-ttl.open,
.localNavi_sp .noAcd.open {
  border-bottom: none;
}
@media screen and (max-width: 1216px) {
  .localNavi_sp .acd-ttl.open::after,
  .localNavi_sp .noAcd.open::after {
    background-image: url(../images/common/acd_close.svg);
  }
}
.localNavi_sp .acd-ttl.open + .acd-inner,
.localNavi_sp .noAcd.open + .acd-inner {
  max-height: 370px;
  opacity: 1;
  visibility: visible;
}
.localNavi_sp .acd-ttl.open + .acd-inner.big,
.localNavi_sp .noAcd.open + .acd-inner.big {
  max-height: 860px;
}
.localNavi_sp .noAcd {
  padding: 0;
}
.localNavi_sp .noAcd:hover {
  opacity: 1;
}
.localNavi_sp .noAcd::after {
  background-image: url(../images/common/arw01.svg) !important;
}
.localNavi_sp .noAcd a {
  padding: 30px 0 24px;
  display: block;
}
.localNavi_sp .acd-inner {
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.localNavi_sp .acd-inner .noAcd {
  padding: 0;
}
.localNavi_sp .acd-inner .acd-ttl {
  padding: 20px 115px 16px;
  border-bottom: none;
}
.localNavi_sp .acd-inner .acd-ttl + .acd-inner ul {
  padding: 0 38px 7px 36px;
}
.localNavi_sp .acd-inner .acd-ttl + .acd-inner ul li {
  line-height: 1;
}
.localNavi_sp .acd-inner .acd-ttl + .acd-inner ul li a {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  display: inline-block;
}
.localNavi_sp .acd-inner ul {
  position: relative;
  background-color: #F0F0F0;
}
.localNavi_sp .acd-inner ul li {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.localNavi_sp .acd-inner ul li + li {
  margin-top: 20px;
}
.localNavi_sp .acd-inner ul li a {
  display: block;
}

.buttonArea + .buttonArea {
  margin-top: 24px;
}

#page404 {
  padding-bottom: 140px;
}
@media screen and (max-width: 559px) {
  #page404 h1 {
    margin: 64px 0 64px;
  }
}
@media screen and (max-width: 559px) {
  #page404 h1 img {
    width: 80%;
  }
}
#page404 .not_found {
  border-top: 1px solid #ccc;
}
#page404 .not_found h2 {
  margin: 60px 0 27px;
}
#page404 .not_found .button01 {
  margin: 60px auto 0;
  display: block;
  width: 196px;
}

.imgChange {
  position: relative;
  overflow: hidden;
}
.imgChange::before {
  position: absolute;
  content: "";
  background-color: #ff0000;
  width: 100%;
  height: 3px;
  transform: translate(-50%, -50%) rotate(25deg);
  left: 50%;
  top: 50%;
  z-index: 1;
}

.relailerLink {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 559px) {
  .relailerLink {
    margin-top: -50px;
    padding-top: 50px;
  }
}

#searchMain {
  padding-bottom: 120px;
}
@media screen and (max-width: 559px) {
  #searchMain {
    padding-bottom: 96px;
  }
}
#searchMain .searchBg {
  background-color: #F0F0F0;
  padding: 40px;
}
@media screen and (max-width: 559px) {
  #searchMain .searchBg {
    padding: 24px;
  }
}
#searchMain .mf-search-results_spellcheck_text_link {
  font-weight: 500;
  line-height: 220%;
  position: relative;
  border-bottom: 1px solid #000;
  color: #000;
}
#searchMain .mf-search-results_spellcheck_text_link:hover {
  opacity: 1;
  color: #6D794D;
  border-bottom: none;
}
#searchMain .mf-search-box .mf-search-bar .mf-search-bar_button {
  background-color: #2C2C2C;
}
#searchMain .mf-pagination .mf-pagination_button.active-page {
  background-color: #2C2C2C;
  border-color: #2C2C2C;
}

/* header */
#header .LinkArea {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .LinkArea .kojin,
#header .LinkArea .online {
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 9px;
  text-align: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .LinkArea .kojin span,
#header .LinkArea .online span {
  position: relative;
}
#header .LinkArea .kojin span::before,
#header .LinkArea .online span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#header .LinkArea .kojin {
  background-color: #9BA482;
}
#header .LinkArea .kojin span {
  padding-top: 25px;
}
#header .LinkArea .kojin span::before {
  background-image: url(../images/common/kojin.svg);
  width: 29px;
  height: 20px;
}
#header .LinkArea .online {
  background-color: #2C2C2C;
  margin-left: 5px;
}
#header .LinkArea .online span {
  padding-top: 25px;
}
#header .LinkArea .online span::before {
  background-image: url(../images/common/online.svg);
  width: 24px;
  height: 20px;
}
#header .LinkBox {
  margin-right: 27px;
}
#header .headerInner {
  background-color: #fff;
  top: 0;
  left: 0;
  height: var(--headerHeight);
  position: fixed;
  padding: 10px 12px 10px 32px;
  width: 100%;
  z-index: 997;
  transition: 0.8s;
}
@media screen and (max-width: 1023px) {
  #header .headerInner {
    padding: 20px 17px 16px 17px;
  }
}
@media print {
  #header .headerInner {
    position: absolute;
  }
}
#header .headerInner.hide {
  transform: translateY(-180px);
}
#header .headerInner .headerLogo {
  width: 140px;
  display: block;
}
@media screen and (max-width: 1023px) {
  #header .headerInner .headerLogo {
    width: 125px;
  }
}
#header .headerInner .headerLogo .logoText {
  font-size: 12px;
}
#header .headerInner .smallNav {
  font-size: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  #header .headerInner .smallNav {
    font-size: 9px;
  }
}
@media print {
  #header .headerInner .smallNav {
    display: none;
  }
}
#header .headerInner .smallNav ul li .langageList {
  position: absolute;
  display: none;
  background-color: #2C2C2C;
  color: #fff;
  bottom: -70px;
  z-index: 10;
  padding: 12px 12px 12px 8px;
}
#header .headerInner .smallNav ul li .langageList.open {
  display: block;
}
#header .headerInner .smallNav ul li .langageList::after {
  display: none;
}
#header .headerInner .smallNav ul li .langageList .languageItem {
  padding-left: 18px;
  position: relative;
}
#header .headerInner .smallNav ul li .langageList .languageItem + .languageItem {
  margin-top: 12px;
}
#header .headerInner .smallNav ul li .langageList .languageItem:hover {
  cursor: pointer;
}
#header .headerInner .smallNav ul li .langageList .languageItem.active::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 9px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#header .headerInner .smallNav ul li .langageList .languageItem::after {
  display: none;
}
#header .headerInner .smallNav ul li + li {
  margin-left: 14px;
}
#header .headerInner .smallNav ul li.contract {
  padding-left: 14px;
  border-left: 1px solid #707070;
}
#header .headerInner .smallNav ul li.language {
  border-left: 1px solid #707070;
  padding-left: 14px;
  margin-top: -2px;
}
#header .headerInner .smallNav ul li a, #header .headerInner .smallNav ul li div {
  position: relative;
}
#header .headerInner .smallNav ul li a.border_b::after, #header .headerInner .smallNav ul li div.border_b::after {
  opacity: 1;
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
#header .headerInner .smallNav ul li a:hover, #header .headerInner .smallNav ul li div:hover {
  opacity: 1;
}
#header .headerInner .smallNav ul li a:hover::after, #header .headerInner .smallNav ul li div:hover::after {
  opacity: 1;
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
#header .headerInner .smallNav ul li a:after, #header .headerInner .smallNav ul li div:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 2px;
  bottom: -4px;
  left: 0;
  background-color: #9BA482;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: all 0.3s; /*変形の時間*/
}
#header .headerInner .smallNav ul li a.contract span, #header .headerInner .smallNav ul li div.contract span {
  padding-right: 16px;
  position: relative;
}
#header .headerInner .smallNav ul li a.contract span::before, #header .headerInner .smallNav ul li div.contract span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/outside.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#header .headerInner .smallNav ul li a.language:after, #header .headerInner .smallNav ul li div.language:after {
  display: none;
}
#header .headerInner .smallNav ul li a.language:hover, #header .headerInner .smallNav ul li div.language:hover {
  cursor: pointer;
}
#header .headerInner .smallNav ul li a.language span, #header .headerInner .smallNav ul li div.language span {
  position: relative;
  padding-left: 19px;
  padding-right: 12px;
}
#header .headerInner .smallNav ul li a.language span::before, #header .headerInner .smallNav ul li div.language span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/language.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-top: 2px;
}
#header .headerInner .smallNav ul li a.language span::after, #header .headerInner .smallNav ul li div.language span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  border-right: solid 1px rgba(0, 0, 0, 0.5);
  right: 0px;
  top: 50%;
  left: auto;
  bottom: 0;
  background-color: transparent;
  border-radius: 0;
  transform: translate(0, -50%) rotate(135deg);
}
#header .headerInner .smallNav ul li a.language span.open::after, #header .headerInner .smallNav ul li div.language span.open::after {
  transform: translate(0, -50%) rotate(-45deg);
  margin-top: 3px;
}
@media print {
  #header .nav {
    display: none;
  }
}
#header .nav .headerNav .megamenu.border_b .headerNavList__link:after {
  opacity: 1;
  transform: scale(1);
}
#header .nav .headerNav .megamenu.active .headerNavList__link::before {
  transform: translate(0, -50%) rotate(-45deg);
  margin-top: 2px;
}
#header .nav .headerNav .megamenu.active .headerNavList__link:after {
  opacity: 1;
  transform: scale(1);
}
#header .nav .headerNav .megamenu .headerNavList__link {
  padding-right: 20px;
}
#header .nav .headerNav .megamenu .headerNavList__link::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  border-right: solid 1px rgba(0, 0, 0, 0.5);
  right: 2px;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  margin-top: -2px;
}
#header .nav .headerNav .megamenu .headerNavList__link.choice:after {
  opacity: 1;
  transform: scale(1);
}
#header .nav .headerNav .megamenu .hover-menu {
  background-color: #fff;
  left: 0;
  top: 100px;
  height: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: height 0.5s;
  width: 100%;
}
#header .nav .headerNav .megamenu .hover-menu.searchArea {
  display: flex;
  align-items: center;
}
#header .nav .headerNav .megamenu .hover-menu .search {
  border-bottom: 1px solid #ccc;
}
#header .nav .headerNav .megamenu .hover-menu .search .mf-search-box .mf-search-bar .mf-search-bar_input {
  height: 50px;
  padding: 0 14px;
  border: none;
}
#header .nav .headerNav .megamenu .hover-menu .search .mf-search-box .mf-search-bar .mf-search-bar_button {
  width: 50px;
  height: 50px;
  position: relative;
  background-color: transparent;
}
#header .nav .headerNav .megamenu .hover-menu .search .mf-search-box .mf-search-bar .mf-search-bar_button::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header .nav .headerNav .megamenu .hover-menu .search .mf-search-box .mf-search-bar .mf-search-bar_button svg {
  display: none;
}
#header .nav .headerNav .megamenu .hover-menu .search .mf-search-box .mf-search-bar .mf-search-bar_button span {
  display: none;
}
#header .nav .headerNav .megamenu .hover-menu .search .searchButton {
  width: 50px;
  height: 50px;
  position: relative;
}
#header .nav .headerNav .megamenu .hover-menu .search .searchButton::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header .nav .headerNav .megamenu .hover-menu .menuTitleFlex {
  margin-bottom: 25px;
}
#header .nav .headerNav .megamenu .hover-menu .menuTitleFlex .menuTitle {
  font-size: 28px;
  font-weight: 500;
}
#header .nav .headerNav .megamenu .hover-menu .menuTitleFlex .close {
  font-size: 14px;
  font-weight: 500;
  padding: 0 67px 12px 8px;
  position: relative;
}
#header .nav .headerNav .megamenu .hover-menu .menuTitleFlex .close::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 0;
  transition: all 0.2s;
}
#header .nav .headerNav .megamenu .hover-menu .menuTitleFlex .close::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#header .nav .headerNav .megamenu .hover-menu .menuTitleFlex .close:hover {
  cursor: pointer;
}
#header .nav .headerNav .megamenu .hover-menu .menuTitleFlex .close:hover::before {
  background-image: url(../images/common/close02_02.svg);
  transition: all 0.2s;
}
#header .nav .headerNav .megamenu .hover-menu .menuTitleFlex .close:hover:after {
  animation: scale 0.4s cubic-bezier(0.3, 0.3, 0.12, 1) forwards;
  transform-origin: left;
  animation-delay: 0.1s;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner {
  display: flex;
  justify-content: space-between;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h {
  width: 32.4%;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h.column2 {
  width: 49.3%;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .LinkItem:hover {
  opacity: 1;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .LinkItem:hover .image .hoverImage {
  transform: scale(1.1, 1.1);
  transition: all 0.5s;
  opacity: 1;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .LinkItem:hover .textLink_h::before {
  background-image: url(../images/common/arw02.svg);
  transition: all 0.5s;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .image {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .image .hoverImage {
  transform: scale(1, 1);
  transition: all 0.5s;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .image .imageText {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .image .imageText.Quality, #header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .image .imageText.History, #header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .image .imageText.Masterpieces {
  margin-bottom: -4px;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .textLink_h {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .imageLink_h .textLink_h::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/arw01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 14px;
  transition: all 0.5s;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox {
  margin-top: 16px;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul {
  width: 47.8%;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul.column1 {
  width: 100%;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul.column3 {
  width: 31.4%;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul.column3-brand {
  width: auto;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul.column3-brand + .column3-brand {
  margin-left: 50px;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul li {
  font-size: 12px;
  text-align: left;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul li + li {
  margin-top: 12px;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul li a {
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul li a::before {
  position: absolute;
  content: "";
  background-color: #000;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: all 0.3s; /*変形の時間*/
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul li a:hover {
  opacity: 1;
}
#header .nav .headerNav .megamenu .hover-menu .megamenu_inner .TextLinkBox ul li a:hover::before {
  opacity: 1;
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
#header .nav .headerNav .megamenu .hover-menu .guideArea {
  background-color: #F0F0F0;
  padding: 20px 24px;
  margin-top: 40px;
}
#header .nav .headerNav .megamenu .hover-menu .guideArea .guideFlex .guideTitle {
  font-size: 20px;
  font-weight: 500;
  width: 250px;
  text-align: left;
}
#header .nav .headerNav .megamenu .hover-menu .guideArea .guideFlex .buttonFlex .button01 {
  width: 272px;
}
#header .nav .headerNav .megamenu .hover-menu .guideArea .guideFlex .buttonFlex .button01 + .button01 {
  margin-top: 0;
  margin-left: 16px;
}
#header .nav .headerNav .headerNavList.active .hover-menu {
  padding-bottom: 64px;
}
#header .nav .headerNav .headerNavList.active .hover-menu.purpose {
  height: 554px;
}
@media screen and (max-height: 600px) {
  #header .nav .headerNav .headerNavList.active .hover-menu.purpose {
    height: 80vh;
    overflow-y: scroll;
  }
}
#header .nav .headerNav .headerNavList.active .hover-menu.story {
  height: 494px;
}
@media screen and (max-height: 550px) {
  #header .nav .headerNav .headerNavList.active .hover-menu.story {
    height: 80vh;
    overflow-y: scroll;
  }
}
#header .nav .headerNav .headerNavList.active .hover-menu.brand {
  height: 494px;
}
@media screen and (max-height: 550px) {
  #header .nav .headerNav .headerNavList.active .hover-menu.brand {
    height: 80vh;
    overflow-y: scroll;
  }
}
#header .nav .headerNav .headerNavList.active .hover-menu.searchArea {
  height: 200px;
  padding-bottom: 0;
}
#header .nav .headerNav .headerNavList + .headerNavList {
  margin-left: 32px;
}
@media screen and (max-width: 1330px) {
  #header .nav .headerNav .headerNavList + .headerNavList {
    margin-left: 15px;
    padding-left: 15px;
  }
}
#header .nav .headerNav .headerNavList .headerNavList__link {
  font-size: 13px;
  position: relative;
}
#header .nav .headerNav .headerNavList .headerNavList__link:hover {
  cursor: pointer;
  opacity: 1;
}
#header .nav .headerNav .headerNavList .headerNavList__link:hover::after {
  opacity: 1;
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
#header .nav .headerNav .headerNavList .headerNavList__link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 2px;
  bottom: -4px;
  left: 0;
  background-color: #9BA482;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: all 0.3s; /*変形の時間*/
}
#header .nav .headerNav .headerNavList .headerNavList__link.search {
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 10px;
}
#header .nav .headerNav .headerNavList .headerNavList__link.search::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: none;
  transform: none;
  margin-top: -2px;
}
#header .nav .headerNav .headerNavList .headerNavList__link.search::after {
  display: none;
}
#header :root {
  --borderPosition: 0px;
}
@media screen and (max-width: 1216px) {
  #header :root {
    --borderPosition: 15px;
  }
}
@media print {
  #header :root {
    --borderPosition: 15px;
  }
}
#header .hunsMenu {
  cursor: pointer;
  position: relative;
  width: 27px;
  height: 40px;
}
#header .hunsMenu::before {
  position: absolute;
  content: "MENU";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 9px;
  font-weight: 500;
  width: 110%;
  text-align: center;
  letter-spacing: 0;
}
#header .hunsMenu span {
  background: #231815;
  display: inline-block;
  left: 50%;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, 0);
  height: 3px;
  width: 25px;
}
#header .hunsMenu span:nth-of-type(1) {
  top: 0px;
}
#header .hunsMenu span:nth-of-type(2) {
  top: 9px;
}
#header .hunsMenu span:nth-of-type(3) {
  top: 18px;
}
#header .hunsMenu.active::before {
  content: "CLOSE";
}
#header .hunsMenu.active span:nth-of-type(1) {
  top: 10px;
  transform: translateX(-50%) translateY(1px) rotate(-40deg);
  width: 26px;
}
#header .hunsMenu.active span:nth-of-type(2) {
  opacity: 0;
}
#header .hunsMenu.active span:nth-of-type(3) {
  top: 22px;
  transform: translateX(-50%) translateY(-11px) rotate(40deg);
  width: 26px;
}

#gNav {
  background-color: #fff;
  display: none;
  position: fixed;
  left: 0;
  top: 80px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media print {
  #gNav {
    display: none;
  }
}
#gNav .spnavArea {
  padding: 0 0 110px;
}
#gNav .spnavArea .noAcd {
  border-bottom: none !important;
}
#gNav .spnavArea .noAcd.bb {
  border-bottom: 1px solid #ccc !important;
}
#gNav .spnavArea .noAcd:hover {
  opacity: 1;
}
#gNav .spnavArea .noAcd::after {
  background-image: url(../images/common/arw01.svg) !important;
}
#gNav .spnavArea .acd-ttl,
#gNav .spnavArea .noAcd {
  padding: 30px 0 24px;
  cursor: pointer;
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  width: calc(100% - 230px);
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #gNav .spnavArea .acd-ttl,
  #gNav .spnavArea .noAcd {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  #gNav .spnavArea .acd-ttl,
  #gNav .spnavArea .noAcd {
    width: calc(100% - 52px);
  }
}
#gNav .spnavArea .acd-ttl::after,
#gNav .spnavArea .noAcd::after {
  background-image: url(../images/common/acd_open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 19px;
  width: 19px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
#gNav .spnavArea .acd-ttl span,
#gNav .spnavArea .noAcd span {
  font-size: 18px;
}
#gNav .spnavArea .acd-ttl.open,
#gNav .spnavArea .noAcd.open {
  border-bottom: none;
}
@media screen and (max-width: 1216px) {
  #gNav .spnavArea .acd-ttl.open::after,
  #gNav .spnavArea .noAcd.open::after {
    background-image: url(../images/common/acd_close.svg);
    transition: all 0.3s;
  }
}
#gNav .spnavArea .acd-ttl.open + .acd-inner,
#gNav .spnavArea .noAcd.open + .acd-inner {
  max-height: 330px;
  opacity: 1;
  visibility: visible;
}
#gNav .spnavArea .acd-ttl.open + .acd-inner.big,
#gNav .spnavArea .noAcd.open + .acd-inner.big {
  max-height: 860px;
}
#gNav .spnavArea .acd-ttl.open + .acd-inner ul,
#gNav .spnavArea .noAcd.open + .acd-inner ul {
  padding-bottom: 20px;
}
#gNav .spnavArea .acd-inner {
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
#gNav .spnavArea .acd-inner .noAcd {
  padding: 0;
}
#gNav .spnavArea .acd-inner .noAcd::after {
  right: 125px;
}
@media screen and (max-width: 959px) {
  #gNav .spnavArea .acd-inner .noAcd::after {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  #gNav .spnavArea .acd-inner .noAcd::after {
    right: 36px;
  }
}
#gNav .spnavArea .acd-inner .noAcd a {
  padding: 20px 115px 16px;
}
@media screen and (max-width: 959px) {
  #gNav .spnavArea .acd-inner .noAcd a {
    padding: 20px 50px 16px;
  }
}
@media screen and (max-width: 767px) {
  #gNav .spnavArea .acd-inner .noAcd a {
    padding: 20px 26px 16px;
  }
}
#gNav .spnavArea .acd-inner .acd-ttl {
  padding: 20px 115px 16px;
  border-bottom: none;
}
@media screen and (max-width: 959px) {
  #gNav .spnavArea .acd-inner .acd-ttl {
    padding: 24px 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  #gNav .spnavArea .acd-inner .acd-ttl {
    padding: 24px 26px 20px;
  }
}
#gNav .spnavArea .acd-inner .acd-ttl::after {
  right: 125px;
}
@media screen and (max-width: 959px) {
  #gNav .spnavArea .acd-inner .acd-ttl::after {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  #gNav .spnavArea .acd-inner .acd-ttl::after {
    right: 36px;
  }
}
#gNav .spnavArea .acd-inner .acd-ttl + .acd-inner ul {
  padding: 0 115px 7px 115px;
}
@media screen and (max-width: 959px) {
  #gNav .spnavArea .acd-inner .acd-ttl + .acd-inner ul {
    padding: 0 50px 7px 50px;
  }
}
@media screen and (max-width: 767px) {
  #gNav .spnavArea .acd-inner .acd-ttl + .acd-inner ul {
    padding: 0 26px 7px 26px;
  }
}
#gNav .spnavArea .acd-inner .acd-ttl + .acd-inner ul li {
  line-height: 1;
}
#gNav .spnavArea .acd-inner .acd-ttl + .acd-inner ul li + li {
  margin-top: 20px;
}
#gNav .spnavArea .acd-inner .acd-ttl + .acd-inner ul li a {
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  display: inline-block;
}
#gNav .spnavArea .acd-inner .imgArea {
  margin-bottom: 10px;
}
#gNav .spnavArea .acd-inner ul {
  position: relative;
  background-color: #F0F0F0;
}
#gNav .spnavArea .acd-inner ul li {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
#gNav .spnavArea .acd-inner ul li a {
  display: block;
  padding: 15px 0;
}
#gNav .spnavArea .acd-inner ul li a span {
  position: relative;
}
#gNav .spnavArea .acd-inner ul li a span::before {
  content: "";
  border-top: 1px solid #ea6c00;
  border-right: 1px solid #ea6c00;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  margin-top: -4px;
}
#gNav .spnavArea .linkTop {
  margin: 30px 0 60px;
}
#gNav .spnavArea .linkTop .linkItem {
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
#gNav .spnavArea .linkTop .linkItem + .linkItem {
  margin-top: 30px;
}
#gNav .spnavArea .linkTop .linkItem::after {
  background-image: url(../images/common/arw01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
#gNav .spnavArea .otherLink .contact {
  margin-bottom: 22px;
}
#gNav .spnavArea .otherLink .contact a {
  border: 1px solid #000;
  border-radius: 3px;
  padding: 20px 0 23px 56px;
  position: relative;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 500;
}
#gNav .spnavArea .otherLink .contact a::before, #gNav .spnavArea .otherLink .contact a::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
#gNav .spnavArea .otherLink .contact a::before {
  background-image: url(../images/common/mail02.svg);
  width: 23px;
  height: 16px;
  left: 16px;
}
#gNav .spnavArea .otherLink .contact a::after {
  background-image: url(../images/common/arw01.svg);
  width: 20px;
  height: 20px;
  right: 16px;
}
#gNav .spnavArea .otherLink .contract {
  margin-bottom: 12px;
  line-height: 1;
}
#gNav .spnavArea .otherLink .contract a {
  padding-right: 16px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
}
#gNav .spnavArea .otherLink .contract a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/outside.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#gNav .spnavArea .otherLink .language .languageTitle {
  position: relative;
  padding-left: 19px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}
#gNav .spnavArea .otherLink .language .languageTitle::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/language.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#gNav .spnavArea .otherLink .language .languageTitle::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  border-right: solid 1px rgba(0, 0, 0, 0.5);
  right: 0px;
  top: 50%;
  left: auto;
  bottom: 0;
  background-color: transparent;
  border-radius: 0;
  transform: translate(0, -50%) rotate(135deg);
}
#gNav .spnavArea .otherLink .language .langageList {
  position: relative;
  display: none;
  background-color: #2C2C2C;
  color: #fff;
  margin-top: 10px;
  z-index: 10;
  padding: 12px 12px 12px 8px;
  font-size: 13px;
}
#gNav .spnavArea .otherLink .language .langageList.open {
  display: block;
}
#gNav .spnavArea .otherLink .language .langageList::after {
  display: none;
}
#gNav .spnavArea .otherLink .language .langageList .languageItem {
  padding-left: 18px;
  position: relative;
}
#gNav .spnavArea .otherLink .language .langageList .languageItem + .languageItem {
  margin-top: 12px;
}
#gNav .spnavArea .otherLink .language .langageList .languageItem.active::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 9px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#gNav .spnavArea .otherLink .language .langageList .languageItem::after {
  display: none;
}
#gNav .spnavArea .search {
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
}
#gNav .spnavArea .search .mf-search-box .mf-search-bar .mf-search-bar_input {
  height: 50px;
  padding: 0 14px;
  border: none;
}
#gNav .spnavArea .search .mf-search-box .mf-search-bar .mf-search-bar_button {
  width: 50px;
  height: 50px;
  position: relative;
  background-color: transparent;
}
#gNav .spnavArea .search .mf-search-box .mf-search-bar .mf-search-bar_button::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#gNav .spnavArea .search .mf-search-box .mf-search-bar .mf-search-bar_button svg {
  display: none;
}
#gNav .spnavArea .search .mf-search-box .mf-search-bar .mf-search-bar_button span {
  display: none;
}
#gNav .spnavArea .search .searchButton {
  width: 50px;
  height: 50px;
  position: relative;
}
#gNav .spnavArea .search .searchButton::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#gNav .spnavArea .header-siteMap02 {
  margin-top: 36px;
}
#gNav .spnavArea .header-siteMap02 ul {
  flex-wrap: wrap;
}
#gNav .spnavArea .header-siteMap02 ul li {
  padding-right: 13px;
  border-right: 1px solid #000;
  line-height: 11px;
  display: flex;
  margin-right: 13px;
}
@media screen and (max-width: 1023px) {
  #gNav .spnavArea .header-siteMap02 ul li {
    margin-top: 13px;
  }
}
#gNav .spnavArea .header-siteMap02 ul li:nth-child(4) {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
#gNav .spnavArea .header-siteMap02 ul li a {
  font-size: 11px;
  font-weight: 400;
}
#gNav .spnavArea .buttonLink {
  padding: 32px 0;
  background-color: #F0F0F0;
}
#gNav .spnavArea .buttonLink .wrapper {
  display: flex;
  justify-content: space-between;
}
#gNav .spnavArea .buttonLink .kojin,
#gNav .spnavArea .buttonLink .online {
  width: 47.6%;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  display: block;
  padding: 16px 5px;
  position: relative;
  text-align: center;
}
#gNav .spnavArea .buttonLink .kojin span,
#gNav .spnavArea .buttonLink .online span {
  position: relative;
  display: inline-block;
  padding-top: 25px;
  padding-right: 16px;
}
#gNav .spnavArea .buttonLink .kojin span::before,
#gNav .spnavArea .buttonLink .online span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#gNav .spnavArea .buttonLink .kojin span::after,
#gNav .spnavArea .buttonLink .online span::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/outside02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 2px;
  right: 0;
  width: 13px;
  height: 13px;
}
#gNav .spnavArea .buttonLink .kojin {
  background-color: #9BA482;
}
#gNav .spnavArea .buttonLink .kojin span::before {
  background-image: url(../images/common/kojin.svg);
  width: 29px;
  height: 20px;
}
#gNav .spnavArea .buttonLink .online {
  background-color: #2C2C2C;
}
#gNav .spnavArea .buttonLink .online span::before {
  background-image: url(../images/common/online.svg);
  width: 24px;
  height: 19px;
}
#gNav .spnavArea #header-foot {
  border-top: 1px solid #ccc;
  margin-top: 24px;
  padding: 24px 0 0;
}
#gNav .spnavArea #header-foot .copyright {
  font-size: 10px;
  color: #707070;
  margin-top: 3px;
}

@keyframes fadein02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.stt-lang-select {
  display: none !important;
}

/*  footer  */
#pageUp {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 559px) {
  #pageUp {
    width: 50px;
  }
}
@media screen and (max-width: 559px) {
  #pageUp.recruit {
    bottom: 60px;
  }
}

footer {
  position: relative;
  background-color: #fff;
}
footer #footer-head {
  background-color: #2C2C2C;
  padding: 56px 0 32px;
}
footer #footer-head ul li {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  footer #footer-head ul li {
    font-size: 12px;
  }
}
@media print {
  footer #footer-head ul li {
    font-size: 12px;
  }
}
footer #footer-head ul li.contact a {
  display: block;
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 20px 150px 20px 50px;
  position: relative;
}
footer #footer-head ul li.contact a::before, footer #footer-head ul li.contact a::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
footer #footer-head ul li.contact a::before {
  background-image: url(../images/common/mail.svg);
  width: 23px;
  height: 16px;
  left: 16px;
}
footer #footer-head ul li.contact a::after {
  background-image: url(../images/common/arw03.svg);
  width: 19px;
  height: 19px;
  right: 16px;
}
footer #footer-head ul li.contact a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
footer #footer-head ul li.contact a:hover::before {
  background-image: url(../images/common/mail02.svg);
  transition: all 0.3s;
}
footer #footer-head ul li.contact a:hover::after {
  background-image: url(../images/common/arw02.svg);
  transition: all 0.3s;
}
footer #footer-head ul li.contact a span::before {
  display: none;
}
footer #footer-head ul li.contract a {
  padding-right: 16px;
  position: relative;
  font-weight: 400;
  font-size: 11px;
}
footer #footer-head ul li.contract a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/outside02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
footer #footer-head ul li a {
  color: #fff;
}
footer #footer-head ul li a:hover {
  opacity: 1;
}
footer #footer-head ul li a:hover span::before {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
footer #footer-head ul li a span {
  position: relative;
}
footer #footer-head ul li a span::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
footer #footer-head .fotoer-siteMap {
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  footer #footer-head .fotoer-siteMap {
    flex-direction: column;
    margin-bottom: 35px;
  }
}
@media print {
  footer #footer-head .fotoer-siteMap {
    flex-direction: column;
    margin-bottom: 35px;
  }
}
footer #footer-head .fotoer-siteMap ul.flexList {
  flex-wrap: wrap;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  footer #footer-head .fotoer-siteMap ul.flexList {
    justify-content: space-between;
  }
}
@media print {
  footer #footer-head .fotoer-siteMap ul.flexList {
    justify-content: space-between;
  }
}
footer #footer-head .fotoer-siteMap ul.flexList li {
  margin-top: 16px;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  footer #footer-head .fotoer-siteMap ul.flexList li {
    margin-right: 0;
    width: 47.6%;
  }
  footer #footer-head .fotoer-siteMap ul.flexList li.big {
    width: 100%;
  }
  footer #footer-head .fotoer-siteMap ul.flexList li:nth-child(n+2) {
    margin-top: 48px;
  }
}
@media print {
  footer #footer-head .fotoer-siteMap ul.flexList li {
    margin-right: 0;
    width: 47.6%;
  }
  footer #footer-head .fotoer-siteMap ul.flexList li.big {
    width: 100%;
  }
  footer #footer-head .fotoer-siteMap ul.flexList li:nth-child(n+2) {
    margin-top: 48px;
  }
}
footer #footer-head .fotoer-siteMap ul.flexList li + li {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  footer #footer-head .fotoer-siteMap ul.flexList li span + .small {
    margin-top: 27px;
  }
}
@media print {
  footer #footer-head .fotoer-siteMap ul.flexList li span + .small {
    margin-top: 27px;
  }
}
@media screen and (max-width: 1023px) {
  footer #footer-head .fotoer-siteMap ul.flexList li .small {
    font-size: 11px;
    font-weight: 400;
    display: block;
  }
  footer #footer-head .fotoer-siteMap ul.flexList li .small + .small {
    margin-top: 20px;
  }
}
@media print {
  footer #footer-head .fotoer-siteMap ul.flexList li .small {
    font-size: 11px;
    font-weight: 400;
    display: block;
  }
  footer #footer-head .fotoer-siteMap ul.flexList li .small + .small {
    margin-top: 20px;
  }
}
footer #footer-head .fotoer-siteMap ul li {
  color: #fff;
}
footer #footer-head .fotoer-siteMap ul li + li {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  footer #footer-head .fotoer-siteMap ul li + li {
    margin-top: 16px;
  }
}
@media print {
  footer #footer-head .fotoer-siteMap ul li + li {
    margin-top: 16px;
  }
}
footer #footer-head .fotoer-siteMap ul li + .small {
  margin-top: 12px;
}
footer #footer-head .fotoer-siteMap ul li.small + .small {
  margin-top: 10px;
}
footer #footer-head .fotoer-siteMap ul li.small a {
  font-size: 12px;
  font-weight: 400;
}
footer #footer-head .otherLink {
  display: flex;
  padding: 48px 0;
  border-top: 1px solid rgb(73, 73, 73);
}
footer #footer-head .otherLink li + li {
  margin-left: 32px;
  margin-top: 0 !important;
}
footer #footer-head .fotoer-siteMap02 ul {
  flex-wrap: wrap;
}
footer #footer-head .fotoer-siteMap02 ul li {
  padding-right: 13px;
  border-right: 1px solid #fff;
  line-height: 11px;
  display: flex;
  margin-right: 13px;
}
@media screen and (max-width: 1023px) {
  footer #footer-head .fotoer-siteMap02 ul li {
    margin-top: 13px;
  }
}
@media print {
  footer #footer-head .fotoer-siteMap02 ul li {
    margin-top: 13px;
  }
}
footer #footer-head .fotoer-siteMap02 ul li:nth-child(4) {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
footer #footer-head .fotoer-siteMap02 ul li a {
  font-size: 11px;
  font-weight: 400;
}
footer .snsFlex {
  margin: 8px 0 24px;
  flex-wrap: wrap;
}
footer .snsFlex .snsItem {
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-top: 16px;
}
footer .snsFlex .snsItem:nth-last-child(1) {
  margin-right: 0;
}
footer .snsFlex .snsItem:hover {
  opacity: 1;
}
footer .snsFlex .snsItem:hover img {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .snsFlex .snsItem:hover span::before {
  opacity: 1 !important;
  transition: all 0.3s;
}
footer .snsFlex .snsItem img {
  transition: all 0.3s;
}
footer .snsFlex .snsItem span {
  font-size: 9px;
  line-height: 125%;
  margin-left: 4px;
  position: relative;
}
footer .snsFlex .snsItem span::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
footer #footer-foot {
  padding: 25px 0;
  border-top: 1px solid #ccc;
}
footer #footer-foot .copyright {
  font-size: 10px;
  color: #707070;
  margin-top: 10px;
}

#top .siteNote {
  font-size: 12px;
  background-color: #2C2C2C;
  padding: 7px 32px;
  line-height: 220%;
  position: absolute;
  top: var(--headerHeight);
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 559px) {
  #top .siteNote {
    padding: 5px 16px;
  }
}
#top .siteNote .green {
  color: #9BA482;
  font-weight: 500;
}
#top .siteNote .noteText {
  font-weight: 600;
  color: #fff;
  display: flex;
}
#top .siteNote .noteText .noteImage {
  display: flex;
  margin: 3px 8px 0 15px;
}
#top .mainTextArea {
  color: #fff;
}
#top .mainTextArea.brand, #top .mainTextArea.showroom, #top .mainTextArea.newsroom {
  color: #000;
}
#top .mainTextArea .mainTitle {
  margin: 0 0 32px;
}
@media screen and (max-width: 559px) {
  #top .mainTextArea .mainTitle {
    margin: 0 0 24px;
  }
}
#top .mainTextArea .mainTitle .mainTitle_jp {
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 959px), print {
  #top .mainTextArea .mainTitle .mainTitle_jp {
    margin-bottom: 8px;
  }
}
#top .mainTextArea .mainJp {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 559px) {
  #top .mainTextArea .mainJp {
    font-size: 20px;
  }
}
#top .mainTextArea .mainText {
  font-size: 14px;
  line-height: 150%;
  margin: 16px 0 40px;
}
@media screen and (max-width: 559px) {
  #top .mainTextArea .mainText {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 559px) {
  #top .topFlex {
    flex-direction: column;
  }
}
#top .topItem {
  height: 55vw;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 50%;
  background-color: #fff;
}
@media screen and (max-width: 959px), print {
  #top .topItem {
    height: 90vw;
  }
}
@media screen and (max-width: 559px) {
  #top .topItem {
    width: 100%;
    height: 390px;
  }
}
#top .topItem.wood {
  background-image: url(../images/top/wood@2x.jpg);
}
@media screen and (max-width: 1216px) {
  #top .topItem.wood .mainTitle img {
    width: 16.8vw;
  }
}
@media screen and (max-width: 1216px) and (max-width: 559px) {
  #top .topItem.wood .mainTitle img {
    width: auto;
  }
}
#top .topItem.quality {
  background-image: url(../images/top/quality@2x.jpg);
}
#top .topItem.quality .mainTitle img {
  display: block;
  margin-bottom: -17px;
}
@media screen and (max-width: 1216px) {
  #top .topItem.quality .mainTitle img {
    width: 21.4vw;
  }
}
@media screen and (max-width: 559px) {
  #top .topItem.quality .mainTitle img {
    margin-bottom: 0;
    width: auto;
  }
}
#top .topItem.history {
  background-image: url(../images/top/history_02@2x.jpg);
}
#top .topItem.history .mainTitle img {
  display: block;
  margin-bottom: -17px;
}
@media screen and (max-width: 1216px) {
  #top .topItem.history .mainTitle img {
    width: 21.5vw;
  }
}
@media screen and (max-width: 559px) {
  #top .topItem.history .mainTitle img {
    margin-bottom: 0;
    width: auto;
  }
}
#top .topItem.future {
  background-image: url(../images/top/future@2x.jpg);
}
@media screen and (max-width: 1216px) {
  #top .topItem.future .mainTitle img {
    width: 18.8vw;
  }
}
@media screen and (max-width: 559px) {
  #top .topItem.future .mainTitle img {
    width: auto;
  }
}
#top .topItem .mainTextArea {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 69.6%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 559px) {
  #top .topItem .mainTextArea {
    left: 26px;
    width: calc(100% - 52px);
    transform: translate(0, -50%);
  }
}
#top #main {
  position: sticky;
  top: 100px;
  width: 100%;
  height: 10vh;
}
@media screen and (max-height: 1080px) {
  #top #main {
    height: 20vh;
  }
}
@media screen and (max-height: 800px) {
  #top #main {
    height: 40vh;
  }
}
@media screen and (max-width: 1216px) {
  #top #main {
    top: 80px;
  }
}
@media screen and (max-width: 959px), print {
  _::-webkit-full-page-media, _:future, :root #top #main {
    z-index: -1;
  }
}
@media screen and (max-width: 559px) {
  #top #main {
    height: 70vh;
  }
}
#top #main .mainSlider {
  height: 100vh;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
#top #main .mainSlider .slick-list {
  height: 100vh;
}
#top #main .mainSlider .slick-list .slick-track {
  height: 100vh;
}
#top #main .mainSlider .slick-list .slick-track .slick-img {
  background-size: cover;
  background-position: center;
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img1 {
  background-image: url(../images/top/main01_02@2x.jpg);
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img2 {
  background-image: url(../images/top/main02_02@2x.jpg);
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img3 {
  background-image: url(../images/top/main03_02@2x.jpg);
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img4 {
  background-image: url(../images/top/main04_02@2x.jpg);
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img5 {
  background-image: url(../images/top/main05_02@2x.jpg);
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img6 {
  background-image: url(../images/top/main06_02@2x.jpg);
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img7 {
  background-image: url(../images/top/main07_02@2x.jpg);
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img8 {
  background-image: url(../images/top/main08_02@2x.jpg);
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img9 {
  background-image: url(../images/top/main09_02@2x.jpg);
}
#top #main .mainSlider .slick-list .slick-track .slick-img.img10 {
  background-image: url(../images/top/main10_02@2x.jpg);
}
#top #main .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
#top #mainTitle {
  top: 0;
  height: 100vh;
  position: relative;
  height: 100vh; /* スクロール量を調整する */
  z-index: 2;
}
@media screen and (max-width: 559px) and (max-height: 1000px) {
  #top #mainTitle {
    height: 70vh;
  }
}
@media screen and (max-width: 559px) and (max-height: 800px) {
  #top #mainTitle {
    height: 85vh;
  }
}
@media screen and (max-width: 559px) and (max-height: 700px) {
  #top #mainTitle {
    height: 100vh;
  }
}
@media screen and (max-width: 559px) {
  _::-webkit-full-page-media, _:future, :root #top #mainTitle {
    height: 85vh;
  }
}
#top #mainTitle .mainTitleWrap {
  position: sticky;
  top: 100px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;
}
#top #mainTitle .mainTitle {
  margin: 0 0 146px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 959px), print {
  _::-webkit-full-page-media, _:future, :root #top #mainTitle .mainTitle {
    top: -150px !important;
  }
}
@media screen and (max-width: 559px) and (max-height: 1050px) {
  #top #mainTitle .mainTitle {
    top: -400px !important;
  }
}
@media screen and (max-width: 559px) and (max-height: 800px) {
  #top #mainTitle .mainTitle {
    top: -260px !important;
  }
}
@media screen and (max-width: 559px) and (max-height: 700px) {
  #top #mainTitle .mainTitle {
    top: -190px !important;
  }
}
@media screen and (max-width: 559px) {
  _::-webkit-full-page-media, _:future, :root #top #mainTitle .mainTitle {
    top: -350px !important;
  }
}
#top #mainTitle .mainTitle img {
  height: 283px;
}
@media screen and (max-height: 630px) {
  #top #mainTitle .mainTitle {
    margin-bottom: 50px;
  }
}
#top #mainTitle .mainRead {
  color: #fff;
  position: relative;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 959px), print {
  _::-webkit-full-page-media, _:future, :root #top #mainTitle .mainRead {
    top: -150px !important;
  }
}
@media screen and (max-width: 559px) {
  #top #mainTitle .mainRead {
    text-align: left;
  }
}
@media screen and (max-width: 559px) and (max-height: 1050px) {
  #top #mainTitle .mainRead {
    top: -400px !important;
  }
}
@media screen and (max-width: 559px) and (max-height: 800px) {
  #top #mainTitle .mainRead {
    top: -260px !important;
  }
}
@media screen and (max-width: 559px) and (max-height: 700px) {
  #top #mainTitle .mainRead {
    top: -190px !important;
  }
}
@media screen and (max-width: 559px) {
  _::-webkit-full-page-media, _:future, :root #top #mainTitle .mainRead {
    top: -350px !important;
  }
}
#top #mainTitle .mainRead.show {
  opacity: 1;
}
#top #topPurpose {
  position: relative;
  z-index: 4;
}
#top #topLife {
  position: relative;
  z-index: 4;
  background-color: #9BA482;
}
#top #topLife .lifeBg {
  background-color: #9BA482;
  padding: 120px 0 56px 116px;
}
@media screen and (max-width: 959px), print {
  #top #topLife .lifeBg {
    padding: 60px 0 60px 26px;
  }
}
@media screen and (max-width: 559px) {
  #top #topLife .lifeBg .lifeFlex {
    flex-direction: column;
  }
}
#top #topLife .lifeBg .lifeFlex .mainTextArea {
  width: 21.7%;
}
@media screen and (max-width: 1216px) {
  #top #topLife .lifeBg .lifeFlex .mainTextArea .mainTitle img {
    width: 12vw;
  }
}
@media screen and (max-width: 1216px) and (max-width: 559px) {
  #top #topLife .lifeBg .lifeFlex .mainTextArea .mainTitle img {
    width: auto;
  }
}
@media screen and (max-width: 959px), print {
  #top #topLife .lifeBg .lifeFlex .mainTextArea {
    width: 30%;
  }
}
@media screen and (max-width: 559px) {
  #top #topLife .lifeBg .lifeFlex .mainTextArea {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  #top #topLife .lifeBg .lifeFlex .mainTextArea .mainText {
    margin-bottom: 50px;
  }
}
#top #topLife .lifeBg .lifeSlider {
  width: 74.8%;
}
@media screen and (max-width: 959px), print {
  #top #topLife .lifeBg .lifeSlider {
    width: 65%;
  }
}
@media screen and (max-width: 559px) {
  #top #topLife .lifeBg .lifeSlider {
    width: 100%;
    margin-bottom: 25px;
  }
}
#top #topLife .lifeBg .lifeSlider .slick-list {
  padding-right: 20%;
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem {
  color: #fff;
  margin: 0 8px;
  display: block;
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem:hover {
  opacity: 1;
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem:hover .ItemTitle span:after {
  background-image: url(../images/common/arw02.svg);
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem .lifeTitle {
  margin: 24px 0 15px;
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem .lifeTitle div {
  background-color: #2c2c2c;
  width: 60px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem .lifeTitle div img {
  margin-bottom: 0 !important;
  vertical-align: middle;
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem .ItemTitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 150%;
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem .ItemTitle span {
  padding-right: 30px;
  position: relative;
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem .ItemTitle span:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url(../images/common/arw03.svg);
  display: block;
  position: absolute;
  right: 1px;
  width: 20px;
  height: 20px;
  bottom: 5px;
  transition: all 0.2s;
}
@media screen and (max-width: 559px) {
  #top #topLife .lifeBg .lifeSlider .slick-list .columnItem .ItemTitle span:after {
    bottom: 2px;
  }
}
#top #topLife .lifeBg .lifeSlider .slick-list .columnItem .ItemText {
  margin: 0;
  line-height: 180%;
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav {
  display: flex;
  align-items: center;
  margin-top: 21px;
  color: #fff;
  margin-left: 8px;
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-prev-custom,
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-next-custom {
  background-image: url(../images/common/arw03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  display: inline-block;
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-prev-custom:hover,
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-next-custom:hover {
  background-image: url(../images/common/arw02.svg);
  transition: all 0.3s;
}
@media screen and (max-width: 559px) {
  #top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-prev-custom:hover,
  #top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-next-custom:hover {
    background-image: url(../images/common/arw03.svg);
  }
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-prev-custom {
  transform: rotate(180deg);
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-num {
  margin: 0 13px;
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-toggle-autoplay {
  margin-left: 19px;
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-toggle-autoplay.is-pause {
  background-image: url(../images/top/stop.svg);
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-toggle-autoplay.is-pause:hover {
  transition: all 0.3s;
  background-image: url(../images/top/stop_hover.svg);
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-toggle-autoplay.is-play {
  background-image: url(../images/top/start.svg);
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
#top #topLife .lifeBg .lifeSlider .slick-num-nav .slick-toggle-autoplay.is-play:hover {
  transition: all 0.3s;
  background-image: url(../images/top/start_hover.svg);
}
#top #topStory {
  position: relative;
  z-index: 4;
}
#top #topStory .mainText {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}
#top #topBrands {
  padding: 105px 0 120px;
  position: relative;
  background-color: #fff;
  z-index: 4;
}
@media screen and (max-width: 559px) {
  #top #topBrands {
    padding: 64px 0 68px;
  }
}
#top #topBrands .brandFlex {
  margin-bottom: 65px;
}
#top #topBrands .brandFlex .brandTitle .mainTitle {
  margin-bottom: 0;
}
@media screen and (max-width: 1216px) {
  #top #topBrands .brandFlex .brandTitle .mainTitle img {
    width: 19.8vw;
  }
}
@media screen and (max-width: 559px) {
  #top #topBrands .brandFlex .brandTitle .mainTitle img {
    width: auto;
  }
}
#top #topBrands .brandButton {
  border-radius: 3px;
  color: #fff;
  background-color: #9BA482;
  line-height: 100%;
  padding: 20px 117px 20px 16px;
  position: relative;
}
@media screen and (max-width: 559px) {
  #top #topBrands .brandButton {
    display: block;
    margin-top: 40px;
  }
}
#top #topBrands .brandButton::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}
#top #topBrands .linkThumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 316px;
}
@media screen and (max-width: 559px) {
  #top #topBrands .linkThumb {
    height: 191px;
  }
}
#top #topBrands .linkThumb.thumb01 {
  background-image: url(../images/top/brand01@2x.jpg);
}
#top #topBrands .linkThumb.thumb02 {
  background-image: url(../images/top/brand02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #top #topBrands .linkText + p {
    margin-top: 12px;
  }
}
#top #topShowroom {
  padding-bottom: 105px;
  position: relative;
  background-color: #fff;
  z-index: 4;
}
@media screen and (max-width: 559px) {
  #top #topShowroom {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 559px) {
  #top #topShowroom .mainTitle {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 959px), print {
  #top #topShowroom .mainTitle img {
    width: 31.6vw;
  }
}
@media screen and (max-width: 559px) {
  #top #topShowroom .mainTitle img {
    width: auto;
  }
}
#top #topShowroom .mainJp {
  margin-bottom: 40px;
}
@media screen and (max-width: 559px) {
  #top #topShowroom .columnFlex {
    flex-direction: column;
  }
}
#top #topShowroom .columnFlex .columnItem {
  width: 29.8%;
}
@media screen and (max-width: 959px), print {
  #top #topShowroom .columnFlex .columnItem {
    width: 39.8%;
  }
}
@media screen and (max-width: 559px) {
  #top #topShowroom .columnFlex .columnItem {
    width: 100%;
  }
}
#top #topShowroom .columnFlex .columnItem.col-3 {
  width: 66.3%;
}
@media screen and (max-width: 959px), print {
  #top #topShowroom .columnFlex .columnItem.col-3 {
    width: 53.3%;
  }
}
@media screen and (max-width: 559px) {
  #top #topShowroom .columnFlex .columnItem.col-3 {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  #top #topShowroom .columnFlex .columnItem + .columnItem {
    margin-top: 23px;
  }
}
#top #topShowroom .columnFlex .columnItem .button01 + .buttonArea {
  margin-top: 40px;
}
#top #topNews {
  position: relative;
  z-index: 4;
}
#top #topNews .newsBg {
  background-color: #F0F0F0;
  padding: 120px 0;
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex {
    flex-direction: column;
  }
}
#top #topNews .newsBg .newsFlex .newsLeft {
  width: 31.7%;
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsLeft {
    width: 100%;
    margin-bottom: 68px;
  }
}
#top #topNews .newsBg .newsFlex .newsLeft .mainTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsLeft .mainTitle {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1216px) {
  #top #topNews .newsBg .newsFlex .newsLeft .mainTitle img {
    width: 20.9vw;
  }
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsLeft .mainTitle img {
    width: auto;
  }
}
#top #topNews .newsBg .newsFlex .newsRight {
  width: 66.3%;
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsRight {
    width: 100%;
  }
}
#top #topNews .newsBg .newsFlex .newsRight h2 {
  margin: 72px 0 32px;
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsRight h2 {
    margin: 60px 0 40px;
  }
}
#top #topNews .newsBg .newsFlex .newsRight h2.mt-none {
  margin-top: 0;
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsRight h2.mb-smp {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsRight .columnFlex {
    flex-direction: column;
  }
  #top #topNews .newsBg .newsFlex .newsRight .columnFlex .columnItem {
    width: 100%;
  }
}
#top #topNews .newsBg .newsFlex .newsRight .columnFlex .imageLink .linkImage img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
@media screen and (max-width: 1216px) {
  #top #topNews .newsBg .newsFlex .newsRight .columnFlex .imageLink .linkImage img {
    height: 17.7vw;
  }
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsRight .columnFlex .imageLink .linkImage img {
    height: 51vw;
  }
}
#top #topNews .newsBg .newsFlex .newsRight .newsNote {
  font-size: 12px;
  font-weight: 500;
  line-height: 220%;
  margin-bottom: 72px;
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsRight .newsNote {
    margin-bottom: 36px;
  }
}
#top #topNews .newsBg .newsFlex .newsRight .newsNote dt {
  background-color: #A83426;
  color: #fff;
  padding: 6px 32px;
  width: 148px;
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsRight .newsNote dt {
    padding: 6px 10px;
    width: 120px;
  }
}
#top #topNews .newsBg .newsFlex .newsRight .newsNote dd {
  padding: 6px 27px;
  background-color: #fff;
  width: calc(100% - 148px);
}
@media screen and (max-width: 559px) {
  #top #topNews .newsBg .newsFlex .newsRight .newsNote dd {
    padding: 6px 10px;
    width: calc(100% - 120px);
  }
}
#top #topNews .topicsItem {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px 0;
  display: block;
}
#top #topNews .topicsItem:first-of-type {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
#top #topNews .tiemcate {
  flex-wrap: wrap;
}
#top #topNews .tiemcate .tiem {
  font-size: 13px;
  margin-right: 12px;
}
#top #topNews .tiemcate .cate {
  margin-top: 0;
}
#top #topNews .tiemcate .cate span {
  background-color: #e0e0e0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
}
#top #topNews .txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  line-height: 1.8;
}
@media screen and (max-width: 559px) {
  #top #topNews .txt-limit {
    -webkit-line-clamp: 4; /* 任意の行数を指定 */
  }
}
#top #topNews .newsUnder h2 {
  margin: 72px 0 32px;
}
#top #topNews .newsUnder .columnItem {
  width: 48.8%;
}
@media screen and (max-width: 959px), print {
  #top #topNews .newsUnder .columnItem {
    width: 100%;
  }
}
#top #topNews .newsUnder .snsFlex {
  flex-wrap: wrap;
}
#top #topNews .newsUnder .snsFlex .snsItem {
  width: 47.9%;
  background-color: #fff;
  padding: 21px;
}
#top #topNews .newsUnder .snsFlex .snsItem:nth-child(n+3) {
  margin-top: 12px;
}
#top #topNews .newsUnder .snsFlex .snsItem .snsName {
  font-size: 9px;
  width: calc(100% - 40px);
  line-height: 125%;
}
#top #topNews .newsUnder .blogItem + .blogItem {
  margin-top: 12px;
}
#top #topNews .newsUnder .blogItem img {
  width: 150px;
}
@media screen and (max-width: 1250px) {
  #top #topNews .newsUnder .blogItem img {
    width: 90px;
  }
}
@media screen and (max-width: 959px), print {
  #top #topNews .newsUnder .blogItem img {
    width: 150px;
  }
}
@media screen and (max-width: 559px) {
  #top #topNews .newsUnder .blogItem img {
    width: 137px;
  }
}
#top #topNews .newsUnder .blogItem .blogTextArea {
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
  line-height: 140%;
  padding: 10px 15px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  #top #topNews .newsUnder .blogItem .blogTextArea {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 959px), print {
  #top #topNews .newsUnder .blogItem .blogTextArea {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 559px) {
  #top #topNews .newsUnder .blogItem .blogTextArea {
    width: calc(100% - 137px);
  }
}
#top #topNews .newsUnder .blogItem .blogTextArea::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  top: 50%;
  right: 13px;
}
@media screen and (max-width: 1050px) {
  #top #topNews .newsUnder .blogItem .blogTextArea::before {
    right: 2px;
  }
}
@media screen and (max-width: 959px), print {
  #top #topNews .newsUnder .blogItem .blogTextArea::before {
    right: 13px;
  }
}
#top #topNews .newsUnder .blogItem .blogTextArea.item01 {
  background-color: #fff;
}
#top #topNews .newsUnder .blogItem .blogTextArea.item01::before {
  background-image: url(../images/common/arw.svg);
}
#top #topNews .newsUnder .blogItem .blogTextArea.item02 {
  background-color: #2C2C2C;
  color: #fff;
}
#top #topNews .newsUnder .blogItem .blogTextArea.item02::before {
  background-image: url(../images/common/arw03.svg);
}
#top #topNews .newsUnder .blogItem .blogTextArea .blogText {
  font-size: 12px;
}
@media screen and (max-width: 1050px) {
  #top #topNews .newsUnder .blogItem .blogTextArea .blogText {
    font-size: 9px;
  }
}
@media screen and (max-width: 959px), print {
  #top #topNews .newsUnder .blogItem .blogTextArea .blogText {
    font-size: 12px;
  }
}
#top #topNews .newsUnder .blogItem .blogTextArea .blogText span {
  font-size: 14px;
}
@media screen and (max-width: 1050px) {
  #top #topNews .newsUnder .blogItem .blogTextArea .blogText span {
    font-size: 11px;
  }
}
@media screen and (max-width: 959px), print {
  #top #topNews .newsUnder .blogItem .blogTextArea .blogText span {
    font-size: 14px;
  }
}
#top #topRecruit {
  position: relative;
  z-index: 4;
}
#top #topRecruit .recruitFlex {
  position: relative;
}
@media screen and (max-width: 559px) {
  #top #topRecruit .recruitFlex {
    flex-direction: column;
  }
}
#top #topRecruit .recruitFlex::before {
  position: absolute;
  content: "";
  background-color: rgba(94, 96, 101, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}
#top #topRecruit .recruitFlex .mainTextArea {
  position: absolute;
  top: 69px;
  left: 116px;
  z-index: 1;
}
@media screen and (max-width: 559px) {
  #top #topRecruit .recruitFlex .mainTextArea {
    top: 30px;
    left: 26px;
  }
}
@media screen and (max-width: 1216px) {
  #top #topRecruit .recruitFlex .mainTextArea .mainTitle img {
    width: 14.5vw;
  }
}
@media screen and (max-width: 559px) {
  #top #topRecruit .recruitFlex .mainTextArea .mainTitle img {
    width: auto;
  }
}
#top #topRecruit .recruitFlex .recruitItem {
  height: 683px;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 559px) {
  #top #topRecruit .recruitFlex .recruitItem {
    height: 280px;
    width: 100%;
  }
}
#top #topRecruit .recruitFlex .recruitItem.left {
  background-image: url(../images/top/recruit01_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #top #topRecruit .recruitFlex .recruitItem.left {
    background-image: url(../images/top/recruit01_02_sp@2x.jpg);
  }
}
#top #topRecruit .recruitFlex .recruitItem.right {
  background-image: url(../images/top/recruit02_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #top #topRecruit .recruitFlex .recruitItem.right {
    background-image: url(../images/top/recruit02_02_sp@2x.jpg);
  }
}
#top #topRecruit .recruitFlex .recruitTextArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  width: max-content;
}
@media screen and (max-width: 559px) {
  #top #topRecruit .recruitFlex .recruitTextArea {
    width: 100%;
    top: auto;
    bottom: 40px;
    transform: translate(-50%, 0);
  }
}
#top #topRecruit .recruitFlex .recruitTextArea .recruitTitle {
  margin: 0 auto;
}
@media screen and (max-width: 1216px) {
  #top #topRecruit .recruitFlex .recruitTextArea .recruitTitle img {
    width: 33.6vw;
  }
}
@media screen and (max-width: 559px) {
  #top #topRecruit .recruitFlex .recruitTextArea .recruitTitle img {
    width: auto;
  }
}
#top #topRecruit .recruitFlex .recruitTextArea .recruitJp {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 559px) {
  #top #topRecruit .recruitFlex .recruitTextArea .recruitJp {
    font-size: 19px;
    margin: 8px 0 146px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
#contact #contactMain .free {
  width: 245px;
}
@media screen and (max-width: 1023px) {
  #contact #contactMain .free {
    width: 220px;
  }
}
@media screen and (max-width: 959px), print {
  #contact #contactMain .free {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  #contact #contactMain .free {
    width: 237px;
  }
}
#contact #contactMain .free .nameSmall {
  font-size: 11px;
  width: 100%;
}
#contact #contactMain .free .freeFlex .freeImage {
  margin-right: 8px;
  margin-top: 2px;
}
@media screen and (max-width: 959px), print {
  #contact #contactMain .free .freeFlex .freeImage {
    margin-top: 0;
  }
}
#contact #contactMain .free .freeFlex .freeNumber {
  font-size: 32px;
  line-height: 110%;
}
@media screen and (max-width: 1023px) {
  #contact #contactMain .free .freeFlex .freeNumber {
    font-size: 28px;
  }
}
@media screen and (max-width: 959px), print {
  #contact #contactMain .free .freeFlex .freeNumber {
    width: 100%;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 559px) {
  #contact #contactMain .free .freeFlex .freeNumber {
    font-size: 32px;
  }
}
#contact #contactMain .uketsukeIndent {
  text-indent: -5.3rem;
  padding-left: 5.3rem;
  letter-spacing: -0.01rem;
}
#contact #contactMain .acdTitle span {
  padding-right: 40px;
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
}
#contact #contactMain .acdTitle span::before {
  background-image: url(../images/common/arw01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
#contact #contactMain .acdTitle.open span::before {
  transform: translate(0, -50%) rotate(-90deg);
}
#contact #contactMain .acdTitle.open + .acdInner {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
}
#contact #contactMain .acdTitle:hover {
  cursor: pointer;
}
#contact #contactMain .acdTitle:hover span::before {
  background-image: url(../images/common/arw02.svg);
}
#contact #contactMain .acdTitle .q {
  width: 29px;
}
@media screen and (max-width: 559px) {
  #contact #contactMain .acdTitle .q {
    width: 24px;
  }
}
#contact #contactMain .acdTitle .qTitle {
  width: calc(100% - 45px);
}
@media screen and (max-width: 559px) {
  #contact #contactMain .acdTitle .qTitle {
    width: calc(100% - 40px);
  }
}
#contact #contactMain .acdInner {
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
@media screen and (max-width: 559px) {
  #contact #contactMain .columnFlex.col-4 .columnItem {
    width: 100%;
  }
  #contact #contactMain .columnFlex.col-4 .columnItem + .columnItem {
    margin-top: 13px;
  }
}
#contact #contactMain .columnFlex.w-col4 .dummy {
  width: 41%;
}
#contact #contactMain .columnFlex .w-col4 {
  width: 23.945%;
}
@media screen and (max-width: 559px) {
  #contact #contactMain .columnFlex .w-col4 {
    width: 100%;
  }
}
#contact #contactMain .columnFlex + .columnFlex {
  margin-top: 40px;
}

#privacy .table02 tr:nth-child(1) th {
  text-align: center;
}
#privacy .table02 tr:nth-child(1) th:nth-child(1) {
  width: 31%;
}
@media screen and (max-width: 559px) {
  #privacy .table02 tr:nth-child(1) th:nth-child(1) {
    width: 18%;
  }
}
#privacy .table02 tr:nth-child(1) th:nth-child(2) {
  width: 57%;
}
#privacy .table02 tr:nth-child(1) th:nth-child(3) {
  width: 12%;
}

#history #historyMain .mainImage {
  background-image: url(../images/story/history/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #history #historyMain .mainImage {
    background-image: url(../images/story/history/main_sp@2x.jpg);
  }
}
#history #storyMain .mainImage {
  background-image: url(../images/story/story/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #history #storyMain .mainImage {
    background-image: url(../images/story/story/main_02_sp@2x.jpg);
  }
}
#history #topicsMain .mainImage {
  background-image: url(../images/story/topics/main02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #history #topicsMain .mainImage {
    background-image: url(../images/story/topics/main02_sp@2x.jpg);
  }
}
#history #storyTop .pageLinkArea {
  max-width: 730px;
  margin: 80px auto 112px;
  justify-content: center;
}
@media screen and (max-width: 959px), print {
  #history #storyTop .pageLinkArea {
    justify-content: flex-start;
    margin: 60px 0 70px;
  }
}
#history .storyBox + .storyBox {
  margin-top: 248px;
  position: relative;
}
@media screen and (max-width: 959px), print {
  #history .storyBox + .storyBox {
    margin-top: 223px;
  }
}
#history .storyBox + .storyBox::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 1px;
  height: 120px;
  top: -150px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 959px), print {
  #history .storyBox + .storyBox::before {
    height: 100px;
    top: -143px;
  }
}
#history .storyBox .wrapper.wrap-944 {
  max-width: 944px;
}
#history .storyBox #link_1940,
#history .storyBox #link_1950,
#history .storyBox #link_1960,
#history .storyBox #link_1970,
#history .storyBox #link_1980,
#history .storyBox #link_1990,
#history .storyBox #link_2000,
#history .storyBox #link_2010,
#history .storyBox #link_2020 {
  margin-top: -130px;
  padding-top: 130px;
  position: absolute;
}
#history .storyBox .yearArea .yearImage {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#history .storyBox .yearArea .yearImage::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 44px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#history .storyBox .storyTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  border-bottom: none;
  padding: 0;
  margin: 30px 0 34px;
}
@media screen and (max-width: 959px), print {
  #history .storyBox .storyTitle {
    font-size: 26px;
  }
}
#history .storyBox .columnFlex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #history .storyBox .columnFlex {
    flex-direction: column;
  }
}
#history .storyBox .columnFlex .columnItem.itemOne {
  width: 55.2%;
}
@media screen and (max-width: 767px) {
  #history .storyBox .columnFlex .columnItem.itemOne {
    max-width: 100%;
    width: 100%;
  }
}
#history .storyBox .columnFlex .columnItem.itemTwo {
  max-width: 368px;
  width: 39%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #history .storyBox .columnFlex .columnItem.itemTwo {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 559px) {
  #history .storyBox .columnFlex .columnItem.itemTwo {
    max-width: 100%;
  }
}
#history .storyBox .columnFlex .columnItem.itemTwo img + img {
  display: block;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  #history .storyBox .columnFlex .columnItem + .columnItem {
    margin-top: 13px;
  }
}
#history .storyBox .columnFlex .columnItem .yearImage img {
  display: block;
}
#history .storyBox .columnFlex .columnItem .yearImage.one img {
  margin-right: auto;
}
@media screen and (max-width: 559px) {
  #history .storyBox .columnFlex .columnItem .yearImage.one img {
    max-width: 250px;
  }
}
#history .storyBox .columnFlex .columnItem .yearImage.two {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #history .storyBox .columnFlex .columnItem .yearImage.two {
    margin-top: 30px;
  }
}
#history .storyBox .columnFlex .columnItem .yearImage.two img {
  margin-left: auto;
}
@media screen and (max-width: 559px) {
  #history .storyBox .columnFlex .columnItem .yearImage.two img {
    max-width: 250px;
  }
}
#history .storyBox .ismArea {
  max-width: 752px;
  margin: 90px auto 0;
  background-color: #2C2C2C;
  padding: 48px 145px;
}
@media screen and (max-width: 959px), print {
  #history .storyBox .ismArea {
    padding: 56px 27px;
    margin-top: 40px;
  }
}
#history .storyBox .ismArea .ismTitle {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  margin: 24px 0 12px;
}
@media screen and (max-width: 959px), print {
  #history .storyBox .ismArea .ismTitle {
    font-size: 24px;
    margin: 18px 0;
  }
}
#history .storyBox .ismArea .ismText {
  color: #fff;
}

.story-topics .textLink::after {
  width: 18px;
  height: 18px;
}
.story-topics .wrapper {
  max-width: 751px;
  padding: 0 !important;
  width: 90% !important;
}
.story-topics .pageLinkArea {
  justify-content: flex-start !important;
  max-width: 100% !important;
}
@media screen and (max-width: 559px) {
  .story-topics .pageLinkArea {
    justify-content: space-between !important;
    max-width: 400px !important;
    margin: 60px auto 70px !important;
  }
}
.story-topics .pageLinkArea .textLink {
  margin-right: 0.93vw;
}
@media screen and (min-width: 1921px) {
  .story-topics .pageLinkArea .textLink {
    margin-right: 19px;
  }
}
@media screen and (max-width: 959px), print {
  .story-topics .pageLinkArea .textLink {
    margin-right: 1.86vw;
  }
}
@media screen and (max-width: 559px) {
  .story-topics .pageLinkArea .textLink {
    margin-right: 0;
    width: calc(33.3333333333% - 10px);
    padding: 0px 35px 12px 8px;
  }
}
.story-topics .pageLinkArea .textLink:nth-child(5) {
  margin-right: 0;
}
@media screen and (max-width: 959px), print {
  .story-topics .pageLinkArea .textLink:nth-child(5) {
    margin-right: 1.86vw;
  }
}
@media screen and (max-width: 559px) {
  .story-topics .pageLinkArea .textLink:nth-child(5) {
    margin-right: 0;
  }
}
.story-topics .yearArea {
  margin-bottom: 56px;
}
@media screen and (max-width: 559px) {
  .story-topics .yearArea {
    margin-bottom: 40px;
  }
}
.story-topics .yearArea .yearImage {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.story-topics .yearArea .yearImage::before {
  content: none !important;
}
.story-topics .storyBox + .storyBox {
  margin-top: 120px !important;
}
.story-topics .storyBox + .storyBox::before {
  content: none !important;
}
.story-topics .yearItem {
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.story-topics .yearItem:last-of-type {
  margin-bottom: 0;
}
.story-topics .yearItem .yearTitle {
  font-size: 12px;
  margin: 0 0 8px 0;
  font-weight: 400;
  line-height: normal;
  border-bottom: none;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.story-topics .yearItem .yearTitle .year {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  margin-right: 8px;
  vertical-align: bottom;
}
.story-topics .yearItem .yearTitle .year span {
  font-size: 18px;
  margin-left: 5px;
}
.story-topics .yearItem .yearTitle .cate {
  color: #fff;
  width: 80px;
  margin-left: 8px;
  text-align: center;
  display: inline-block;
}
.story-topics .yearItem .yearTitle .cate.black {
  background-color: #2c2c2c;
}
.story-topics .yearItem .yearTitle .cate.beige {
  background-color: #9ba482;
}
.story-topics .yearItem .yearText {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 150%;
}
@media screen and (max-width: 959px), print {
  .story-topics .yearItem .yearText {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 559px) {
  .story-topics .yearItem .yearText {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}

#brand #brandMain .mainImage {
  background-image: url(../images/brand/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #brand #brandMain .mainImage {
    background-image: url(../images/brand/main_sp@2x.jpg);
  }
}
#brand #brandMain .mainTitle {
  margin-bottom: 16px;
}
#brand #brandMain .mainJp {
  margin-top: 32px;
}
#brand .brandBox {
  margin-top: 120px;
}
@media screen and (max-width: 959px), print {
  #brand .brandBox {
    margin-top: 96px;
  }
}
@media screen and (max-width: 959px), print {
  #brand .brandBox .brandFlex {
    flex-direction: column;
  }
}
#brand .brandBox .brandFlex .brandLeft {
  width: 49.3%;
}
@media screen and (max-width: 959px), print {
  #brand .brandBox .brandFlex .brandLeft {
    width: 100%;
  }
}
#brand .brandBox .brandFlex .brandRight {
  width: 40.85%;
}
@media screen and (max-width: 959px), print {
  #brand .brandBox .brandFlex .brandRight {
    width: 100%;
    margin-top: 32px;
  }
}
#brand .brandBox .brandFlex .brandRight .logoArea {
  margin: 0 0 24px;
  flex-direction: column;
  align-items: flex-start;
}
#brand .brandBox .brandFlex .brandRight .logoArea.row {
  flex-direction: row;
  align-items: center;
}
#brand .brandBox .brandFlex .brandRight .logoArea .logoImage {
  margin-right: 16px;
}
#brand .brandBox .brandFlex .brandRight .logoArea .logoImage img {
  display: block;
}
#brand .brandBox .brandFlex .brandRight .logoArea .logoName {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}
#brand .brandBox .brandFlex .brandRight .logoTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
#brand .brandBox .brandFlex .brandRight .logoText {
  margin-top: 16px;
}
#brand .brandBox .brandFlex .brandRight .logoUnder {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}
#brand .brandBox .brandFlex .brandRight .logoUnder .placeTitle {
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 959px), print {
  #brand .brandBox .brandFlex .brandRight .logoUnder .placeTitle {
    margin-bottom: 4px;
  }
}
#brand .brandBox .brandFlex .brandRight .logoUnder .placeTitle span {
  font-size: 12px;
  color: #fff;
  line-height: 150%;
  padding: 0 9px 2px;
  margin-right: 8px;
}
#brand .brandBox .brandFlex .brandRight .logoUnder .placeTitle span.black {
  background-color: #2C2C2C;
}
#brand .brandBox .brandFlex .brandRight .logoUnder .placeTitle span.gray {
  background-color: #707070;
}
#brand .brandBox .brandFlex .brandRight .logoUnder .placeLink {
  width: 100%;
}
#brand .brandBox .brandFlex .brandRight .logoUnder .button01 {
  margin-top: 32px;
}
#brand #brand07 .logoImage img {
  width: 171px;
}

#masterpiece #masterpiece01 .columnFlex + .columnFlex {
  margin-top: 120px;
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpiece01 .columnFlex + .columnFlex {
    margin-top: 96px;
  }
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpiece01 .columnFlex .columnItem + .columnItem {
    margin-top: 96px;
  }
}
#masterpiece #masterpiece01 .columnFlex .numberFlex {
  margin-top: 32px;
  align-items: center;
}
@media screen and (max-width: 959px), print {
  #masterpiece #masterpiece01 .columnFlex .numberFlex {
    margin-top: 24px;
  }
}
#masterpiece #masterpiece01 .columnFlex .numberFlex .number {
  width: 42px;
  margin: 0;
}
#masterpiece #masterpiece01 .columnFlex .numberFlex .numberName {
  width: calc(100% - 66px);
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 959px), print {
  #masterpiece #masterpiece01 .columnFlex .numberFlex .numberName {
    width: calc(100% - 62px);
  }
}
#masterpiece #masterpiece01 .columnFlex .numberFlex .numberName::before {
  position: absolute;
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 65px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#masterpiece #masterpiece01 .columnFlex .numberFlex .numberName .brandName {
  background-color: #2C2C2C;
  color: #fff;
  font-size: 12px;
  padding: 0 9px 2px;
}
#masterpiece #masterpiece01 .columnFlex .numberFlex .numberName .productName {
  margin-top: 12px;
  font-size: 26px;
  line-height: 150%;
}
@media screen and (max-width: 959px), print {
  #masterpiece #masterpiece01 .columnFlex .numberFlex .numberName .productName {
    font-size: 22px;
  }
}
#masterpiece #masterpiece01 .columnFlex .itemText {
  margin: 16px 0 32px;
}
#masterpiece #masterpieceMain_third .mainImage {
  height: 768px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 370px;
  overflow: visible;
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage {
    height: 580px;
    margin-bottom: 300px;
  }
}
#masterpiece #masterpieceMain_third .mainImage.kchair {
  background-image: url(../images/brand/masterpiece/kchair/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage.kchair {
    background-image: url(../images/brand/masterpiece/kchair/main_sp@2x.jpg);
  }
}
#masterpiece #masterpieceMain_third .mainImage.colonial {
  background-image: url(../images/brand/masterpiece/colonial/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage.colonial {
    background-image: url(../images/brand/masterpiece/colonial/main_sp@2x.jpg);
  }
}
#masterpiece #masterpieceMain_third .mainImage.domani {
  background-image: url(../images/brand/masterpiece/domani/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage.domani {
    background-image: url(../images/brand/masterpiece/domani/main_sp@2x.jpg);
  }
}
#masterpiece #masterpieceMain_third .mainImage.zu46 {
  background-image: url(../images/brand/masterpiece/zu46/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage.zu46 {
    background-image: url(../images/brand/masterpiece/zu46/main_02_sp@2x.jpg);
  }
}
#masterpiece #masterpieceMain_third .mainImage.ct61 {
  background-image: url(../images/brand/masterpiece/ct61/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage.ct61 {
    background-image: url(../images/brand/masterpiece/ct61/main_sp@2x.jpg);
  }
}
#masterpiece #masterpieceMain_third .mainImage.the-first {
  background-image: url(../images/brand/masterpiece/the-first/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage.the-first {
    background-image: url(../images/brand/masterpiece/the-first/main_02_sp@2x.jpg);
  }
}
#masterpiece #masterpieceMain_third .mainImage.castor {
  background-image: url(../images/brand/masterpiece/castor/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage.castor {
    background-image: url(../images/brand/masterpiece/castor/main_02_sp@2x.jpg);
  }
}
#masterpiece #masterpieceMain_third .mainImage.buona-scelta {
  background-image: url(../images/brand/masterpiece/buona-scelta/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage.buona-scelta {
    background-image: url(../images/brand/masterpiece/buona-scelta/main_sp@2x.jpg);
  }
}
#masterpiece #masterpieceMain_third .mainImage.kc {
  background-image: url(../images/brand/masterpiece/kc/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage.kc {
    background-image: url(../images/brand/masterpiece/kc/main_02_sp@2x.jpg);
  }
}
#masterpiece #masterpieceMain_third .mainImage #pankuzu ul li {
  color: #fff;
}
#masterpiece #masterpieceMain_third .mainImage #pankuzu ul li + li::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#masterpiece #masterpieceMain_third .mainImage #pankuzu ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#masterpiece #masterpieceMain_third .mainImage .mainNumber {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 48px 90px;
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 959px), print {
  #masterpiece #masterpieceMain_third .mainImage .mainNumber {
    padding: 48px 30px;
    max-width: 350px;
    width: 90%;
  }
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage .mainNumber {
    padding: 40px 20px;
    bottom: -160px;
    max-width: 250px;
  }
}
#masterpiece #masterpieceMain_third .mainImage .mainNumber .number {
  width: 95px;
  margin: 0 auto 32px;
}
#masterpiece #masterpieceMain_third .mainImage .mainNumber .brandName span {
  background-color: #2C2C2C;
  color: #fff;
  font-size: 12px;
  padding: 0 9px 2px;
  margin-top: 16px;
  display: inline-block;
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage .mainNumber .brandName span {
    margin-top: 9px;
  }
}
#masterpiece #masterpieceMain_third .mainImage .mainNumber .productName {
  font-size: 32px;
  font-weight: 400;
  margin-top: 11px;
}
@media screen and (max-width: 559px) {
  #masterpiece #masterpieceMain_third .mainImage .mainNumber .productName {
    font-size: 22px;
    font-weight: 400;
  }
}
#masterpiece.masterPage .wrapper {
  max-width: 944px;
}
#masterpiece.masterPage h1 {
  margin: 0 0 110px;
  font-weight: 500;
  font-size: 48px;
}
@media screen and (max-width: 959px), print {
  #masterpiece.masterPage h1 {
    font-size: 32px;
    margin-bottom: 120px;
  }
}
#masterpiece.masterPage h2 {
  font-weight: 500;
  font-size: 40px;
  margin: 110px 0 70px;
}
@media screen and (max-width: 959px), print {
  #masterpiece.masterPage h2 {
    font-size: 26px;
    margin-bottom: 34px;
  }
}
#masterpiece.masterPage .bigImage {
  margin: 80px 0 122px;
}
@media screen and (max-width: 959px), print {
  #masterpiece.masterPage .bigImage {
    margin: 60px 0 96px;
  }
}
#masterpiece.masterPage .col-2 + .col-3 {
  margin-top: 60px;
}
@media screen and (max-width: 959px), print {
  #masterpiece.masterPage .col-2 + .col-3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 559px) {
  #masterpiece.masterPage .col-2 + .col-3 .columnItem + .columnItem {
    margin-top: 30px;
  }
}
#masterpiece.masterPage .koiBg {
  color: #fff;
  padding: 48px 12px;
  margin-top: 76px;
  max-width: 100%;
}
@media screen and (max-width: 559px) {
  #masterpiece.masterPage .koiBg {
    padding: 27px 43px 52px;
  }
}
#masterpiece.masterPage .koiBg .pageLinkArea {
  margin-top: 12px;
}
@media screen and (max-width: 559px) {
  #masterpiece.masterPage .koiBg .pageLinkArea {
    justify-content: flex-start;
  }
}
@media print {
  #masterpiece.masterPage .koiBg .pageLinkArea {
    justify-content: flex-start;
    padding: 27px 43px 52px;
  }
}
#masterpiece .masterpieceslid .pankuzu {
  position: absolute;
  z-index: 1;
}
@media print {
  #masterpiece .masterpieceslid .slider {
    width: 800px;
  }
}
#masterpiece .masterpieceslid .slick-img {
  background-image: url(../images/brand/masterpiece/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #masterpiece .masterpieceslid .slick-img {
    background-image: url(../images/brand/masterpiece/main_sp@2x.jpg);
  }
}
@media print {
  #masterpiece .masterpieceslid .slick-img {
    zoom: 80%;
  }
}
#masterpiece p + .columnFlex {
  margin-top: 32px;
}
#masterpiece .col-1 {
  margin-top: 32px;
  margin-bottom: 20px;
}

#showroom #showroomMain .mainImage {
  background-image: url(../images/showroom/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #showroom #showroomMain .mainImage {
    background-image: url(../images/showroom/main_sp@2x.jpg);
  }
}
#showroom .showroomBox + .showroomBox {
  margin-top: 120px;
}
@media screen and (max-width: 959px), print {
  #showroom .showroomBox + .showroomBox {
    margin-top: 96px;
  }
}
@media screen and (max-width: 959px), print {
  #showroom .showroomBox .showroomFlex {
    flex-direction: column;
  }
}
#showroom .showroomBox .showroomFlex .showroomLeft {
  width: 40.85%;
}
@media screen and (max-width: 959px), print {
  #showroom .showroomBox .showroomFlex .showroomLeft {
    width: 100%;
  }
}
#showroom .showroomBox .showroomFlex .showroomLeft .showroomTitle {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
}
#showroom .showroomBox .showroomFlex .showroomLeft .titleFlex {
  margin-bottom: 24px;
}
#showroom .showroomBox .showroomFlex .showroomLeft .titleFlex img {
  display: block;
  margin-right: 40px;
}
@media screen and (max-width: 959px), print {
  #showroom .showroomBox .showroomFlex .showroomLeft .titleFlex img {
    margin-right: 24px;
  }
}
#showroom .showroomBox .showroomFlex .showroomLeft .titleFlex .title_en {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 959px), print {
  #showroom .showroomBox .showroomFlex .showroomLeft .titleFlex .title_en {
    letter-spacing: -0.06rem;
  }
}
#showroom .showroomBox .showroomFlex .showroomLeft .showroomUnder {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 959px), print {
  #showroom .showroomBox .showroomFlex .showroomLeft .showroomUnder {
    border-top: none;
    padding-top: 0;
  }
}
#showroom .showroomBox .showroomFlex .showroomLeft .showroomUnder .possibleTitle {
  font-weight: 500;
}
#showroom .showroomBox .showroomFlex .showroomLeft .showroomUnder .pointList {
  margin-top: 16px;
}
#showroom .showroomBox .showroomFlex .showroomLeft .showroomUnder .button01 {
  margin-top: 32px;
}
#showroom .showroomBox .showroomFlex .showroomRight {
  width: 49.3%;
}
@media screen and (max-width: 959px), print {
  #showroom .showroomBox .showroomFlex .showroomRight {
    width: 100%;
    margin-top: 24px;
  }
}
#showroom .showroomBox .showroomFlex .showroomRight .imgFlex {
  margin-top: 16px;
}
@media screen and (max-width: 959px), print {
  #showroom .showroomBox .showroomFlex .showroomRight .imgFlex {
    margin-top: 9px;
  }
}
#showroom .showroomBox .showroomFlex .showroomRight .imgFlex .imgItem {
  width: 48.6%;
}

#future #futureMain .mainImage {
  background-image: url(../images/future/future/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #future #futureMain .mainImage {
    background-image: url(../images/future/future/main_sp@2x.jpg);
  }
}
#future #futureMain .mainTitle {
  margin-bottom: 16px;
}
#future #futureMain .mainJp {
  margin-top: 32px;
}
#future #globalMain .mainImage {
  background-image: url(../images/future/global/main03@2x.jpg);
}
@media screen and (max-width: 559px) {
  #future #globalMain .mainImage {
    background-image: url(../images/future/global/main03_sp@2x.jpg);
  }
}
#future #contractMain .mainImage {
  background-image: url(../images/future/contract/main02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #future #contractMain .mainImage {
    background-image: url(../images/future/contract/main02_sp@2x.jpg);
  }
}
#future #applicationMain .mainImage {
  background-image: url(../images/future/application/main02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #future #applicationMain .mainImage {
    background-image: url(../images/future/application/main02_sp@2x.jpg);
  }
}
@media screen and (max-width: 559px) {
  #future .contentsTitle {
    font-size: 22px !important;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 559px) {
  #future .contentsSubTitle {
    letter-spacing: -0.04em;
  }
}
#future .secTitle {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 56px;
  padding-top: 0;
}
@media screen and (max-width: 1216px) {
  #future .secTitle {
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 959px), print {
  #future .secTitle {
    font-size: 26px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 559px) {
  #future .secTitle {
    letter-spacing: -0.04em;
  }
}
#future.globa .localNaviArea, #future.contract .localNaviArea, #future.application .localNaviArea {
  padding-top: 0;
}
#future.globa .localNavi,
#future.globa .localNavi_sp, #future.contract .localNavi,
#future.contract .localNavi_sp, #future.application .localNavi,
#future.application .localNavi_sp {
  background-color: #fff;
}
#future.globa .localNavi .acd-inner ul,
#future.globa .localNavi_sp .acd-inner ul, #future.contract .localNavi .acd-inner ul,
#future.contract .localNavi_sp .acd-inner ul, #future.application .localNavi .acd-inner ul,
#future.application .localNavi_sp .acd-inner ul {
  background-color: #fff;
}
#future.globa .topSubTitle, #future.contract .topSubTitle, #future.application .topSubTitle {
  border-bottom: 1px solid #ccc;
  padding-bottom: 48px;
  padding-top: 30px;
}
@media screen and (max-width: 559px) {
  #future.globa .topSubTitle, #future.contract .topSubTitle, #future.application .topSubTitle {
    padding-bottom: 32px;
    padding-top: 0;
  }
}
@media screen and (max-width: 559px) {
  #future .topSubTitle {
    margin-bottom: 0;
  }
}
#future #future-kurasi .wrapper,
#future #future-gijyutu .wrapper {
  max-width: 944px;
}
#future #future-kurasi {
  margin: 96px 0;
}
@media screen and (max-width: 559px) {
  #future #future-kurasi {
    margin: 80px 0;
  }
}
#future #future-kurasi .kurasiText {
  line-height: 2.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 559px) {
  #future #future-kurasi .kurasiText {
    letter-spacing: 0.03em;
  }
}
#future #future-gijyutu {
  background-color: #f0f0f0;
  padding: 96px 0 115px;
}
@media screen and (max-width: 959px), print {
  #future #future-gijyutu {
    padding: 80px 0 115px;
  }
}
#future #future-gijyutu .gijyutuText {
  line-height: 2.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 1216px) {
  #future #future-gijyutu .gijyutuText {
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 559px) {
  #future #future-gijyutu .gijyutuText {
    letter-spacing: 0.01em;
  }
}
#future #future-gijyutu .imgText {
  font-size: 12px;
  margin-top: 8px;
}
#future #future-gijyutu .imgArea1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 559px) {
  #future #future-gijyutu .imgArea2 {
    flex-direction: column;
  }
}
#future #future-gijyutu .imgArea2 .imgItem {
  width: 49%;
}
@media screen and (max-width: 559px) {
  #future #future-gijyutu .imgArea2 .imgItem {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  #future #future-gijyutu .imgArea2 .imgItem + .imgItem {
    margin-top: 24px;
  }
}
#future.contract #future-kurasi {
  margin-bottom: 49px;
}
@media screen and (max-width: 559px) {
  #future.contract #future-kurasi {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 559px) {
  #future.contract .topSubTitle {
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 559px) {
  #future.contract .gijyutuText {
    letter-spacing: 0 !important;
  }
}
@media print {
  #future.contract .gijyutuText {
    padding-bottom: 60px;
  }
}
#future.contract .kurasiText {
  margin-bottom: 40px;
}
@media screen and (max-width: 559px) {
  #future.contract .kurasiText {
    margin-bottom: 24px;
  }
}
#future.contract .imgArea1 {
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 559px) {
  #future.contract .imgArea1 {
    margin-top: 24px;
  }
}
#future.application .kurasiText {
  margin-bottom: 40px;
}
@media screen and (max-width: 559px) {
  #future.application .kurasiText {
    margin-bottom: 24px;
  }
}
#future.application .imgtopText {
  margin-bottom: 16px;
  font-weight: 500;
}

#company #companyMain h3 {
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 559px) {
  #company #companyMain h3 {
    font-size: 20px;
  }
}
#company #companyMain .companyBg {
  background-color: #F0F0F0;
  padding: 1px 0 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 959px), print {
  #company #companyMain .companyBg {
    margin-bottom: 96px;
    padding: 1px 0 64px;
  }
}
#company #companyMain .companyBg .wrapper {
  max-width: 752px;
}
#company #companyMain .footImage {
  margin-top: 120px;
}
@media screen and (max-width: 959px), print {
  #company #companyMain .footImage {
    margin-top: 96px;
  }
}
#company #messageMain .wrap-944 {
  max-width: 944px;
}
#company #messageMain h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  margin: 96px 0 56px;
}
@media screen and (max-width: 559px) {
  #company #messageMain h2 {
    font-size: 26px;
    margin: 80px 0 40px;
  }
}
#company #philosophyMain .grayBg {
  background-color: #F0F0F0;
  padding: 72px 0;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .grayBg {
    padding: 40px 0;
  }
}
#company #philosophyMain .rinenArea {
  background-color: #fff;
  padding: 6px;
}
#company #philosophyMain .rinenArea .rinenTitle {
  color: #fff;
  text-align: center;
  padding: 25px;
  font-size: 15px;
}
@media screen and (max-width: 1216px) {
  #company #philosophyMain .rinenArea .rinenTitle {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .rinenArea .rinenTitle {
    font-size: 14px;
    padding: 20px;
  }
}
#company #philosophyMain .rinenArea .rinenTitle.black {
  background-color: #2B2C2C;
}
#company #philosophyMain .rinenArea .rinenTitle.green {
  padding: 10px;
  background-color: #99A280;
}
#company #philosophyMain .rinenArea .rinenTitle span {
  font-size: 13px;
  font-weight: 300;
}
@media screen and (max-width: 1216px) {
  #company #philosophyMain .rinenArea .rinenTitle span {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .rinenArea .rinenTitle span {
    font-size: 12px;
  }
}
#company #philosophyMain .rinenArea .rinenText {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 25px 0 20px;
}
@media screen and (max-width: 1216px) {
  #company #philosophyMain .rinenArea .rinenText {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .rinenArea .rinenText {
    font-size: 18px;
  }
}
#company #philosophyMain .rinenFlex {
  position: relative;
  margin-top: 58px;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .rinenFlex {
    flex-direction: column;
    margin-top: 35px;
  }
}
#company #philosophyMain .rinenFlex::before {
  position: absolute;
  content: "";
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
  border-top: 26px solid #2b2c2c;
  left: 50%;
  top: -40px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .rinenFlex::before {
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    border-top: 15px solid #2b2c2c;
    top: -25px;
  }
}
#company #philosophyMain .rinenFlex .rinenArea {
  width: 49.3%;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .rinenFlex .rinenArea {
    width: 100%;
  }
  #company #philosophyMain .rinenFlex .rinenArea + .rinenArea {
    margin-top: 10px;
  }
}
#company #philosophyMain .missionTable {
  border-collapse: collapse;
  width: 100%;
}
#company #philosophyMain .missionTable tr {
  border-bottom: 1px solid #ccc;
}
#company #philosophyMain .missionTable tr th {
  font-weight: normal;
  padding: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1265px) {
  #company #philosophyMain .missionTable tr th {
    font-size: 1.1vw;
  }
}
#company #philosophyMain .missionTable tr:nth-child(1) th {
  color: #fff;
}
#company #philosophyMain .missionTable tr:nth-child(1) th:nth-child(2) {
  background-color: #707070;
}
#company #philosophyMain .missionTable tr:nth-child(1) th:nth-child(3) {
  background-color: #2B2C2C;
}
#company #philosophyMain .missionTable tr:nth-child(1) th:nth-child(n+2) {
  width: 43.3985%;
}
#company #philosophyMain .missionTable tr:nth-child(n+2) th {
  background-color: #F0F0F0;
  width: 150px;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1265px) {
  #company #philosophyMain .missionTable tr:nth-child(n+2) th {
    font-size: 1.1vw;
  }
}
#company #philosophyMain .missionTable tr:nth-child(n+2) td {
  font-size: 14px;
  padding: 25px;
  border-left: 1px solid #ccc;
  font-weight: 500;
}
@media screen and (max-width: 1265px) {
  #company #philosophyMain .missionTable tr:nth-child(n+2) td {
    font-size: 1.1vw;
  }
}
#company #philosophyMain .missionTable tr:nth-child(n+2) td .big {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1265px) {
  #company #philosophyMain .missionTable tr:nth-child(n+2) td .big {
    font-size: 1.42vw;
  }
}
#company #philosophyMain .missionTable tr:nth-child(n+2) td .pointList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#company #philosophyMain .missionTable tr:nth-child(n+2) td .pointList li {
  width: 50%;
  font-size: 13px;
  font-weight: normal;
  margin-top: 0;
  padding-left: 10px;
}
@media screen and (max-width: 1265px) {
  #company #philosophyMain .missionTable tr:nth-child(n+2) td .pointList li {
    font-size: 1vw;
  }
  #company #philosophyMain .missionTable tr:nth-child(n+2) td .pointList li::before {
    width: 0.7vw;
    height: 0.7vw;
    top: 0.4vw;
  }
}
#company #philosophyMain .missionTable tr:nth-child(n+2) td .pointList li.mt-up {
  margin-top: -1.5em;
}
#company #philosophyMain .missionArea .missionBox + .missionBox {
  margin-top: 30px;
}
#company #philosophyMain .missionArea .missionBox .houshin {
  color: #707070;
  font-size: 12px;
}
#company #philosophyMain .missionArea .missionBox .missionTitle {
  color: #fff;
  font-size: 13px;
  padding: 10px;
  margin-bottom: 15px;
}
#company #philosophyMain .missionArea .missionBox .missionTitle.gray {
  background-color: #707070;
}
#company #philosophyMain .missionArea .missionBox .missionTitle.black {
  background-color: #2B2C2C;
}
#company #philosophyMain .missionArea .missionBox .missionItem .missionName {
  line-height: 1.4;
  margin-top: 20px;
}
#company #philosophyMain .missionArea .missionBox .missionItem .missionName .big {
  font-size: 18px;
  font-weight: 500;
}
#company #philosophyMain .missionArea .missionBox .exam {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
#company #philosophyMain .missionArea .missionBox .pointList li {
  margin-top: 0;
  font-size: 12px;
}
#company #philosophyMain .hinshitsu {
  background-color: #2C2C2C;
  color: #fff;
  padding: 40px;
  margin-bottom: 9px;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .hinshitsu {
    padding: 40px 26px;
    margin-bottom: 32px;
  }
}
#company #philosophyMain .hinshitsu h3 {
  margin: 0 0 24px;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .hinshitsu h3 {
    margin-bottom: 16px;
  }
}
#company #philosophyMain .mission {
  background-color: #9BA482;
  color: #fff;
  padding: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .mission {
    padding: 40px 26px;
  }
}
#company #philosophyMain .mission h3 {
  margin: 0 0 24px;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .mission h3 {
    margin-bottom: 16px;
  }
}
#company #philosophyMain .missionImage {
  margin-top: 46px;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .missionImage {
    margin-top: 30px;
  }
}
#company #philosophyMain .syakun {
  margin-top: 40px;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .syakun {
    margin-top: 35px;
  }
}
#company #philosophyMain .syakun .columnItem {
  background-color: #F0F0F0;
  padding: 40px;
}
@media screen and (max-width: 559px) {
  #company #philosophyMain .syakun .columnItem {
    padding: 40px 26px;
  }
}
#company #philosophyMain .syakun .columnItem h3 {
  margin: 0 0 24px;
}
#company #profileMain #link_profile02 {
  margin-top: -50px;
  padding-top: 50px;
}
#company #profileMain .table02Area .table02 tr:nth-child(1) th:nth-child(1) {
  width: 17%;
}
#company #profileMain .table02Area .table02 tr:nth-child(1) th:nth-child(2) {
  width: 65%;
}
#company #profileMain .table02Area .table02 tr:nth-child(1) th:nth-child(3) {
  width: 18%;
}
@media screen and (max-width: 559px) {
  #company #profileMain .eigyoFlex {
    flex-direction: column;
  }
}
#company #profileMain .eigyoFlex + .eigyoFlex {
  margin-top: 10px;
}
@media screen and (max-width: 559px) {
  #company #profileMain .eigyoFlex + .eigyoFlex {
    margin-top: 20px;
  }
}
#company #profileMain .eigyoFlex h5 {
  width: 60px;
}
@media screen and (max-width: 559px) {
  #company #profileMain .eigyoFlex h5 {
    width: 100%;
  }
}
#company #profileMain .eigyoFlex p {
  width: calc(100% - 76px);
}
@media screen and (max-width: 559px) {
  #company #profileMain .eigyoFlex p {
    width: 100%;
  }
}
#company #profileMain .miniImage {
  max-width: 100px;
}

#purpose #qualityMain .mainImage {
  background-image: url(../images/purpose/quality/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #qualityMain .mainImage {
    background-image: url(../images/purpose/quality/main_sp@2x.jpg);
  }
}
#purpose #qualityMain .mainText {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 400;
}
#purpose #procurementMain .mainImage {
  background-image: url(../images/purpose/procurement/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #procurementMain .mainImage {
    background-image: url(../images/purpose/procurement/main_sp@2x.jpg);
  }
}
#purpose #developmentMain .mainImage {
  background-image: url(../images/purpose/development/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #developmentMain .mainImage {
    background-image: url(../images/purpose/development/main_02_sp@2x.jpg);
  }
}
#purpose #designMain .mainImage {
  background-image: url(../images/purpose/design/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #designMain .mainImage {
    background-image: url(../images/purpose/design/main_02_sp@2x.jpg);
  }
}
#purpose #technologyMain .mainImage {
  background-image: url(../images/purpose/technology/main_03@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #technologyMain .mainImage {
    background-image: url(../images/purpose/technology/main_03_sp@2x.jpg);
  }
}
#purpose #productMain .mainImage {
  background-image: url(../images/purpose/product/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #productMain .mainImage {
    background-image: url(../images/purpose/product/main_02_sp@2x.jpg);
  }
}
#purpose #salesMain .mainImage {
  background-image: url(../images/purpose/sales/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #salesMain .mainImage {
    background-image: url(../images/purpose/sales/main_sp@2x.jpg);
  }
}
#purpose #showroomMain .mainImage {
  background-image: url(../images/purpose/showroom/main02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #showroomMain .mainImage {
    background-image: url(../images/purpose/showroom/main02_sp@2x.jpg);
  }
}
#purpose #logisticsMain .mainImage {
  background-image: url(../images/purpose/logistics/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #logisticsMain .mainImage {
    background-image: url(../images/purpose/logistics/main_02_sp@2x.jpg);
  }
}
#purpose #repairMain .mainImage {
  background-image: url(../images/purpose/repair/main03@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #repairMain .mainImage {
    background-image: url(../images/purpose/repair/main03_sp@2x.jpg);
  }
}
#purpose .localNaviArea {
  padding-top: 0;
}
#purpose .localNaviArea .wrapper {
  max-width: 1136px;
}
@media screen and (max-width: 1366px) {
  #purpose .localNaviArea .wrapper {
    max-width: 1366px;
  }
}
#purpose .wrapper.wrap-943 {
  max-width: 943px;
}
#purpose .topTitle {
  margin: 72px 0 120px;
}
@media screen and (max-width: 959px), print {
  #purpose .topTitle {
    margin: 56px 0 96px;
  }
}
#purpose .contentinner {
  margin-bottom: 96px;
}
@media screen and (max-width: 559px) {
  #purpose .contentinner {
    margin-bottom: 80px;
  }
}
#purpose .contentinner:last-of-type {
  margin-bottom: 115px;
}
@media print {
  #purpose .contentinner:last-of-type {
    padding-bottom: 100px;
  }
}
#purpose .contentinner .contentTitle {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 56px;
  margin-top: 0;
}
@media screen and (max-width: 959px), print {
  #purpose .contentinner .contentTitle {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 559px) {
  #purpose .contentinner .contentTitle {
    font-size: 26px;
    letter-spacing: -0.01em;
  }
}
#purpose .contentinner .contentTitle span {
  display: block;
  width: fit-content;
  margin: 0 auto 24px;
  background-color: #2c2c2c;
  padding: 0 20px;
  color: #fff;
  line-height: 2.5;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 559px) {
  #purpose .contentinner .contentTitle span {
    font-size: 14px;
  }
}
#purpose .contentinner .contentText {
  margin-bottom: 40px;
}
@media screen and (max-width: 1216px) {
  #purpose .contentinner .contentText {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 559px) {
  #purpose .contentinner .imgbox {
    flex-direction: column;
  }
}
#purpose .contentinner .imgbox .imgItem {
  width: 49%;
}
@media screen and (max-width: 559px) {
  #purpose .contentinner .imgbox .imgItem {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  #purpose .contentinner .imgbox .imgItem + .imgItem {
    margin-top: 24px;
  }
}
#purpose .contentinner .imgbox .imgItem img + img {
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 559px) {
  #purpose .contentinner .innerbox {
    flex-direction: column;
  }
}
#purpose .contentinner .innerbox .contentItem {
  width: 49%;
}
@media screen and (max-width: 559px) {
  #purpose .contentinner .innerbox .contentItem {
    width: 100%;
  }
}
#purpose .contentinner .innerbox .contentItem .contentText {
  margin-bottom: 0;
}
@media screen and (max-width: 559px) {
  #purpose .contentinner .innerbox .contentItem + .contentItem {
    margin-top: 40px;
  }
}
#purpose .footImage {
  height: 700px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 559px) {
  #purpose .footImage {
    height: 488px;
  }
}
#purpose #qualityContents .wrapper {
  max-width: 1139px;
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .wrapper {
    margin-right: 0;
    padding-right: 0;
  }
}
#purpose #qualityContents .purposeList li {
  border-left: 1px dotted #333;
  padding-bottom: 95px;
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .purposeList li {
    padding-bottom: 114px;
  }
}
#purpose #qualityContents .purposeList li:last-of-type {
  padding-bottom: 80px;
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .purposeList li:last-of-type {
    padding-bottom: 102px;
  }
}
#purpose #qualityContents .purposeList .maru {
  font-size: 7px;
  margin-top: -5px;
}
#purpose #qualityContents .purposeList .liBox {
  margin-left: -0.25em;
}
#purpose #qualityContents .purposeList .detail {
  width: 100%;
  margin-left: 100px;
}
@media screen and (max-width: 959px), print {
  #purpose #qualityContents .purposeList .detail {
    margin-left: 56px;
  }
}
#purpose #qualityContents .purposeList .contentsTitle {
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .purposeList .contentsTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#purpose #qualityContents .purposeList .contentsText {
  margin-bottom: 30px;
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .purposeList .contentsText {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .purposeList .contentsLeft {
    width: 90%;
  }
}
#purpose #qualityContents .purposeList .contentsRight {
  width: 57.9%;
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .purposeList .contentsRight {
    width: 100%;
  }
}
#purpose #qualityContents .purposeList .contentsItem {
  margin-top: -15px;
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .purposeList .contentsItem {
    margin-top: -12px;
  }
}
#purpose #qualityContents .footImage {
  background-image: url(../images/purpose/quality/footimg03@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .footImage {
    background-image: url(../images/purpose/quality/footimg03_sp@2x.jpg);
  }
}
#purpose #qualityContents .footTextArea {
  position: absolute;
  top: 50%;
  left: 17vw;
  transform: translate(0, -50%);
  color: #fff;
}
@media screen and (max-width: 959px), print {
  #purpose #qualityContents .footTextArea {
    width: calc(100% - 52px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#purpose #qualityContents .footTextArea .footTitle {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 559px) {
  #purpose #qualityContents .footTextArea .footTitle {
    font-size: 22px;
  }
}
#purpose.procurement .footImage {
  background-image: url(../images/purpose/procurement/footimg03@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.procurement .footImage {
    background-image: url(../images/purpose/procurement/footimg03_sp@2x.jpg);
  }
}
#purpose.development .footImage {
  background-image: url(../images/purpose/development/footimg_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.development .footImage {
    background-image: url(../images/purpose/development/footimg_02_sp@2x.jpg);
  }
}
#purpose.design .footImage {
  background-image: url(../images/purpose/design/footimg_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.design .footImage {
    background-image: url(../images/purpose/design/footimg_02_sp@2x.jpg);
  }
}
#purpose.technology .footImage {
  background-image: url(../images/purpose/technology/footimg_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.technology .footImage {
    background-image: url(../images/purpose/technology/footimg_02_sp@2x.jpg);
  }
}
@media screen and (max-width: 1216px) {
  #purpose.technology .contentText {
    letter-spacing: 0.02em;
  }
}
#purpose.technology video {
  width: 100%;
}
#purpose.product .footImage {
  background-image: url(../images/purpose/product/footimg03@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.product .footImage {
    background-image: url(../images/purpose/product/footimg03_sp@2x.jpg);
  }
}
#purpose.sales .footImage {
  background-image: url(../images/purpose/sales/footimg@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.sales .footImage {
    background-image: url(../images/purpose/sales/footimg_sp@2x.jpg);
  }
}
#purpose.sales .contentText {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 559px) {
  #purpose.sales .contentText {
    letter-spacing: 0;
  }
}
#purpose.showroom .footImage {
  background-image: url(../images/purpose/showroom/footimg02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.showroom .footImage {
    background-image: url(../images/purpose/showroom/footimg02_sp@2x.jpg);
  }
}
#purpose.logistics .footImage {
  background-image: url(../images/purpose/logistics/footimg_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.logistics .footImage {
    background-image: url(../images/purpose/logistics/footimg_02_sp@2x.jpg);
  }
}
#purpose.repair .footImage {
  background-image: url(../images/purpose/repair/footimg02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.repair .footImage {
    background-image: url(../images/purpose/repair/footimg02_sp@2x.jpg);
  }
}
#purpose.life .lifeTitle, #purpose.lifelower .lifeTitle {
  margin-bottom: 17px;
}
@media screen and (max-width: 559px) {
  #purpose.life .lifeTitle, #purpose.lifelower .lifeTitle {
    margin-bottom: 15px;
  }
}
#purpose.life .lifeTitle dt, #purpose.lifelower .lifeTitle dt {
  background-color: #2c2c2c;
  width: 60px;
  text-align: center;
}
#purpose.life .lifeTitle dt img, #purpose.lifelower .lifeTitle dt img {
  margin-bottom: 0 !important;
  vertical-align: middle;
}
#purpose.life .lifeTitle dd, #purpose.lifelower .lifeTitle dd {
  background-color: #fff;
  padding: 0 10px;
  color: #000;
  font-size: 12px;
  line-height: 2;
}
#purpose.life .columnFlex, #purpose.lifelower .columnFlex {
  align-items: flex-start;
}
#purpose.life .columnFlex .rightUnder::before, #purpose.lifelower .columnFlex .rightUnder::before {
  transform: rotate(25deg);
  top: 80%;
  left: auto;
  right: 0;
  width: 80%;
}
#purpose.life .columnFlex .leftUnder::before, #purpose.lifelower .columnFlex .leftUnder::before {
  transform: rotate(25deg);
  top: 80%;
  left: 0;
  width: 80%;
}
#purpose.life {
  background-color: #9ba482;
}
#purpose.life .mainImage {
  height: 505px !important;
  margin-bottom: 0;
}
#purpose.life .mainTextArea {
  position: relative;
  left: auto;
  top: 230px;
}
@media screen and (max-width: 959px), print {
  #purpose.life .mainTextArea {
    left: 50%;
  }
}
#purpose.life .mainTextArea .mainTitle {
  margin: 0 0 50px;
}
@media screen and (max-width: 559px) {
  #purpose.life .mainTextArea .mainTitle {
    margin: 0px 0 30px;
  }
}
#purpose.life .mainTextArea .mainText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  max-width: 390px;
  margin: 28px auto 0;
}
@media screen and (max-width: 559px) {
  #purpose.life .mainTextArea .mainText {
    text-align: left;
  }
}
#purpose.life #lifeContents {
  padding-bottom: 151px;
}
@media screen and (max-width: 559px) {
  #purpose.life #lifeContents {
    padding-bottom: 123px;
  }
}
#purpose.life #lifeContents .columnFlex .columnItem {
  color: #fff;
}
#purpose.life #lifeContents .columnFlex .columnItem img {
  margin-bottom: 32px;
}
#purpose.life #lifeContents .columnFlex .columnItem .ItemTitle {
  font-size: 26px;
  margin-bottom: 17px;
}
@media screen and (max-width: 959px), print {
  #purpose.life #lifeContents .columnFlex .columnItem .ItemTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 559px) {
  #purpose.life #lifeContents .columnFlex .columnItem .ItemTitle {
    font-size: 22px;
  }
}
#purpose.life #lifeContents .columnFlex .columnItem .ItemText {
  margin-bottom: 30px;
}
@media screen and (max-width: 559px) {
  #purpose.life #lifeContents .columnFlex .columnItem + .columnItem {
    margin-top: 80px;
  }
}
@media screen and (max-width: 559px) {
  #purpose.life #lifeContents .columnFlex .columnItem.dummy {
    margin-top: 0;
  }
}
#purpose.life #lifeContents .columnFlex + .columnFlex {
  margin-top: 79px;
}
@media screen and (max-width: 559px) {
  #purpose.life #lifeContents .columnFlex + .columnFlex {
    margin-top: 80px;
  }
}
#purpose.lifelower h2 {
  font-weight: 500;
  font-size: 40px;
  margin: 120px 0 60px;
}
@media screen and (max-width: 559px) {
  #purpose.lifelower h2 {
    font-size: 26px;
    margin: 96px 0 43px;
  }
}
#purpose.lifelower .mainImage {
  height: 756px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  margin-top: 36px;
}
@media screen and (max-width: 559px) {
  #purpose.lifelower .mainImage {
    height: 127vw;
    margin-top: 0;
  }
}
#purpose.lifelower .mainNumber {
  background-color: #9ba482;
  position: relative;
  padding: 36px 30px 48px;
  color: #fff;
}
@media screen and (max-width: 559px) {
  #purpose.lifelower .mainNumber {
    padding: 48px 20px 60px;
  }
}
#purpose.lifelower .mainNumber .lifeTitle {
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translate(-50%, 0);
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
}
#purpose.lifelower .mainNumber h1 {
  margin: 0;
}
#purpose.lifelower .mainNumber h1 span {
  display: block;
}
#purpose.lifelower .mainNumber h1 .Text {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 220%;
}
@media screen and (max-width: 559px) {
  #purpose.lifelower .mainNumber h1 .Text {
    margin: 26px 0 0;
  }
}
#purpose.lifelower .columnFlex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 559px) {
  #purpose.lifelower .columnFlex.reverse {
    flex-direction: column;
  }
}
#purpose.lifelower .columnItem {
  width: 47%;
}
@media screen and (max-width: 559px) {
  #purpose.lifelower .columnItem {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  #purpose.lifelower .columnItem + .columnItem {
    margin-top: 47px;
  }
}
#purpose.lifelower .bigimg {
  margin-top: 85px;
}
@media screen and (max-width: 559px) {
  #purpose.lifelower .bigimg {
    padding: 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 559px) {
  #purpose.lifelower .bigimg .small {
    margin-left: 20px;
    width: auto;
  }
}
@media screen and (max-width: 559px) {
  #purpose.lifelower #coupleMain .wrapper,
  #purpose.lifelower #petMain .wrapper,
  #purpose.lifelower #singleMain .wrapper,
  #purpose.lifelower #childMain .wrapper,
  #purpose.lifelower #middleMain .wrapper {
    padding: 0;
  }
}
#purpose.lifelower #coupleMain .mainImage {
  background-image: url(../images/purpose/couple/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.lifelower #coupleMain .mainImage {
    background-image: url(../images/purpose/couple/main_sp@2x.jpg);
    background-position: center -50px;
  }
}
#purpose.lifelower #petMain .mainImage {
  background-image: url(../images/purpose/pet/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.lifelower #petMain .mainImage {
    background-image: url(../images/purpose/pet/main_02_sp@2x.jpg);
  }
}
#purpose.lifelower #singleMain .mainImage {
  background-image: url(../images/purpose/single/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.lifelower #singleMain .mainImage {
    background-image: url(../images/purpose/single/main_sp@2x.jpg);
  }
}
#purpose.lifelower #childMain .mainImage {
  background-image: url(../images/purpose/child/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.lifelower #childMain .mainImage {
    background-image: url(../images/purpose/child/main_sp@2x.jpg);
  }
}
#purpose.lifelower #middleMain .mainImage {
  background-image: url(../images/purpose/middle/main_02@2x.jpg);
}
@media screen and (max-width: 559px) {
  #purpose.lifelower #middleMain .mainImage {
    background-image: url(../images/purpose/middle/main_02_sp@2x.jpg);
  }
}
#purpose.lifelower #coupleContents,
#purpose.lifelower #petContents,
#purpose.lifelower #singleContents,
#purpose.lifelower #childContents,
#purpose.lifelower #middleContents {
  margin-bottom: 176px;
}
@media screen and (max-width: 559px) {
  #purpose.lifelower #coupleContents,
  #purpose.lifelower #petContents,
  #purpose.lifelower #singleContents,
  #purpose.lifelower #childContents,
  #purpose.lifelower #middleContents {
    margin-bottom: 79px;
  }
}

#sustainability #sustainabilityMain .imgMain {
  max-width: 560px;
  margin: 0 auto 40px;
}
#sustainability #sustainabilityMain .linkArea {
  margin-top: 120px;
}
@media screen and (max-width: 959px), print {
  #sustainability #sustainabilityMain .linkArea {
    margin-top: 96px;
  }
}
#sustainability #sustainabilityMain .grayBg {
  background-color: #F0F0F0;
  padding: 1px 0 80px;
}
#sustainability #sustainabilityMain .footImage {
  margin-top: 120px;
}
@media screen and (max-width: 959px), print {
  #sustainability #sustainabilityMain .footImage {
    margin-top: 96px;
  }
}
#sustainability #policyMain .sdgsicon img {
  max-width: 60px;
  margin-right: 20px;
}
@media screen and (max-width: 559px) {
  #sustainability #policyMain .sdgsicon img {
    margin-right: 10px;
  }
}
#sustainability #policyMain p + p {
  margin-top: 0;
}
#sustainability #policyMain .bunseki tr:nth-of-type(1) th {
  background-color: #2C2C2C;
  color: #fff;
  border: 1px solid #ccc;
}
#sustainability #policyMain .bunseki tr:nth-of-type(1) th:nth-child(1) {
  width: 18.5%;
}
#sustainability #policyMain .bunseki tr:nth-of-type(1) th:nth-of-type(2), #sustainability #policyMain .bunseki tr:nth-of-type(1) th:nth-child(3) {
  width: 31.7%;
}
#sustainability #policyMain .bunseki tr:nth-of-type(1) th:nth-child(4) {
  width: 18%;
}
#sustainability #policyMain .bunseki .sdgsicon {
  border-left: none;
  height: auto;
  flex-wrap: wrap;
  padding-top: 6px;
}
#sustainability #policyMain .bunseki .sdgsicon img {
  margin-top: 10px;
}
#sustainability #policyMain .border {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 559px) {
  #sustainability #policyMain .syakaiarea {
    flex-direction: column;
  }
}
#sustainability #policyMain .syakaiarea .syakaiItem:nth-child(1) {
  width: 43%;
}
@media screen and (max-width: 559px) {
  #sustainability #policyMain .syakaiarea .syakaiItem:nth-child(1) {
    width: 100%;
  }
}
#sustainability #policyMain .syakaiarea .syakaiItem:nth-child(2) {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 559px) {
  #sustainability #policyMain .syakaiarea .syakaiItem:nth-child(2) {
    width: 100%;
    transform: rotate(90deg);
    margin-top: 35px;
  }
}
#sustainability #policyMain .syakaiarea .syakaiItem:nth-child(3) {
  width: 37%;
}
@media screen and (max-width: 559px) {
  #sustainability #policyMain .syakaiarea .syakaiItem:nth-child(3) {
    width: 100%;
  }
}
#sustainability #policyMain .table01.th150 th {
  min-width: 150px;
  width: 150px;
}
@media screen and (max-width: 559px) {
  #sustainability #policyMain .table01.th150 th {
    width: 100%;
  }
}
#sustainability #policyMain .numberList .fw-500 {
  font-weight: 500;
}
#sustainability #materialityMain .textLink {
  margin-top: 8px;
  display: inline-block;
}
#sustainability #materialityMain .pointList li a {
  border-bottom: none;
}
#sustainability #socialMain .img01 {
  max-width: 520px;
  margin: 0 auto;
}
#sustainability #socialMain .articleArea .textLink {
  margin-bottom: 30px;
  margin-top: 20px;
  display: inline-block;
}
#sustainability #socialMain .articleArea .articleImage.box {
  max-width: 230px;
  margin: 0 auto;
}
#sustainability #socialMain .articleTextArea {
  width: 58.14%;
}
@media screen and (max-width: 559px) {
  #sustainability #socialMain .articleTextArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
#sustainability #socialMain .articleTextArea p {
  width: 100% !important;
  letter-spacing: 0.02em;
}
#sustainability #socialMain .table02 tr:nth-of-type(1) th {
  background-color: #2C2C2C;
  color: #fff;
  border: 1px solid #ccc;
}
#sustainability #socialMain .table02 tr:nth-of-type(1) th:nth-child(1) {
  width: 20%;
}
#sustainability #socialMain .table02 tr:nth-of-type(1) th:nth-of-type(2), #sustainability #socialMain .table02 tr:nth-of-type(1) th:nth-child(3), #sustainability #socialMain .table02 tr:nth-of-type(1) th:nth-child(4), #sustainability #socialMain .table02 tr:nth-of-type(1) th:nth-child(5) {
  width: 20%;
}
#sustainability #environmentMain .energy th {
  width: 48%;
}
#sustainability #environmentMain .juryo {
  display: block;
  max-width: 310px;
  margin: 0 auto;
}
#sustainability #environmentMain .riyoryo th:nth-child(1) {
  width: 50%;
}
#sustainability #environmentMain .riyoryo th:nth-child(2) {
  width: 20%;
}
#sustainability #environmentMain .riyoryo th:nth-child(3) {
  width: 30%;
}
#sustainability #environmentMain .denryokuNum {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1;
}
#sustainability #environmentMain .denryokuText {
  margin-top: 0;
}
#sustainability #environmentMain .mt20 {
  margin-top: 20px;
}
#sustainability #environmentMain .hiritsu .columnItem {
  width: 58.3%;
}
@media screen and (max-width: 559px) {
  #sustainability #environmentMain .hiritsu .columnItem {
    width: 100%;
  }
}
#sustainability #environmentMain .hiritsu .columnItem + .columnItem {
  width: 38%;
}
@media screen and (max-width: 559px) {
  #sustainability #environmentMain .hiritsu .columnItem + .columnItem {
    width: 100%;
  }
}

#newsroom {
  margin-bottom: 120px;
}
@media screen and (max-width: 959px), print {
  #newsroom {
    margin-bottom: 96px;
  }
}
@media print {
  #newsroom {
    padding-bottom: 60px;
  }
}
#newsroom.recruit {
  margin-bottom: 0;
  padding-bottom: 0;
}
#newsroom .columnFlex .imageLink .linkImage img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}
@media screen and (max-width: 1216px) {
  #newsroom .columnFlex .imageLink .linkImage img {
    height: 17.7vw;
  }
}
@media screen and (max-width: 559px) {
  #newsroom .columnFlex .imageLink .linkImage img {
    height: 51vw;
  }
}
#newsroom #newsMain .mainImage {
  background-image: url(../images/newsroom/main@2x.jpg);
}
#newsroom #newsMain .mainImage .pankuzu ul li {
  color: #000;
}
#newsroom #newsMain .mainImage .pankuzu ul li::before {
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  border-right: solid 1px rgba(0, 0, 0, 0.5);
}
#newsroom #newsMain .mainImage .pankuzu ul li a {
  color: #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 959px), print {
  #newsroom #newsMain .newsFlex {
    flex-direction: column;
  }
}
#newsroom #newsMain .newsFlex .newsrelease {
  width: 66.2%;
}
@media screen and (max-width: 959px), print {
  #newsroom #newsMain .newsFlex .newsrelease {
    width: 100%;
  }
}
#newsroom #newsMain .newsFlex .backnumberArea {
  background-color: #F0F0F0;
  width: 24%;
  padding: 32px;
}
@media screen and (max-width: 1023px) {
  #newsroom #newsMain .newsFlex .backnumberArea {
    width: 30%;
  }
}
@media screen and (max-width: 959px), print {
  #newsroom #newsMain .newsFlex .backnumberArea {
    width: 100%;
    margin-top: 48px;
  }
}
#newsroom #newsMain .newsFlex .backnumberArea .backnumberTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
}
#newsroom #newsMain .newsFlex .backnumberArea .textLink {
  padding-bottom: 0;
}
@media screen and (max-width: 559px) {
  #newsroom #newsMain .newsFlex .backnumberArea .textLink {
    margin-right: 40px;
  }
}
#newsroom #newsMain .newsFlex .backnumberArea .textLink + .textLink {
  margin-top: 16px;
}
#newsroom #newsMain .newsFlex .backnumberArea .textLink::before {
  display: none;
}
#newsroom #newsMain .newsFlex .backnumberArea .textLink:after {
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 559px) {
  #newsroom h2 {
    margin-bottom: 40px;
  }
}
#newsroom .txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  line-height: 1.8;
}
@media screen and (max-width: 559px) {
  #newsroom .txt-limit {
    -webkit-line-clamp: 4; /* 任意の行数を指定 */
  }
}
#newsroom .tiemcate {
  flex-wrap: wrap;
}
#newsroom .tiemcate .tiem {
  font-size: 13px;
  margin-right: 12px;
}
#newsroom .tiemcate .cate {
  margin-top: 0;
}
#newsroom .tiemcate .cate span {
  background-color: #e0e0e0;
  padding: 0 10px;
  font-size: 12px;
}
#newsroom .morebtn {
  margin-top: 48px;
}
@media screen and (max-width: 559px) {
  #newsroom .morebtn {
    margin-top: 24px;
  }
}
#newsroom .selectArea {
  margin-bottom: 48px;
}
@media screen and (max-width: 559px) {
  #newsroom .selectArea {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
#newsroom .selectArea .select_deco {
  position: relative;
  max-width: 272px;
  width: 100%;
}
@media screen and (max-width: 559px) {
  #newsroom .selectArea .select_deco {
    max-width: 100%;
  }
}
#newsroom .selectArea .select_deco::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  border-right: solid 1px rgba(0, 0, 0, 0.5);
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  margin-top: -2px;
}
#newsroom .selectArea .select_deco + .select_deco {
  margin-left: 16px;
}
@media screen and (max-width: 559px) {
  #newsroom .selectArea .select_deco + .select_deco {
    margin-left: 0;
    margin-top: 13px;
  }
}
#newsroom .selectArea select {
  width: 100%;
  border: 1px solid #000;
  padding: 16px;
  border-radius: 3px;
  font-size: 12px;
  color: #000;
}
#newsroom .topicsItem {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px 0;
  display: block;
}
#newsroom .topicsItem:first-of-type {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
#newsroom .Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
#newsroom .Pagination .pre,
#newsroom .Pagination .next {
  line-height: 1;
}
#newsroom .Pagination .pre .Pagination-Item-Link,
#newsroom .Pagination .next .Pagination-Item-Link {
  background-image: url(../images/common/arw01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  display: inline-block;
}
#newsroom .Pagination .pre .Pagination-Item-Link:hover,
#newsroom .Pagination .next .Pagination-Item-Link:hover {
  background-image: url(../images/common/arw02.svg);
  transition: all 0.3s;
}
#newsroom .Pagination .pre .Pagination-Item-Link {
  transform: rotate(180deg);
  margin-right: 16px;
}
#newsroom .Pagination .next .Pagination-Item-Link {
  margin-left: 16px;
}
#newsroom .Pagination .Pagination-Item-Link {
  margin: 0 5px;
  font-size: 14px;
  display: inline-block;
}
#newsroom #newsroomMain.newsDetail .tiemcate {
  margin-bottom: 56px;
}
@media screen and (max-width: 559px) {
  #newsroom #newsroomMain.newsDetail .tiemcate {
    margin-bottom: 32px;
  }
}
#newsroom #newsroomMain.newsDetail .button01 {
  display: block;
  max-width: 270px;
  margin: 60px auto 0;
}
@media screen and (max-width: 559px) {
  #newsroom #newsroomMain.newsDetail .button01 {
    margin-top: 30px;
  }
}
#newsroom #pressMain .columnItem,
#newsroom .Pressrelease .columnItem {
  margin-bottom: 40px;
  width: 32%;
}
@media screen and (max-width: 559px) {
  #newsroom #pressMain .columnItem,
  #newsroom .Pressrelease .columnItem {
    width: 100%;
    margin-bottom: 0;
  }
}
#newsroom #pressMain .columnItem.dummy,
#newsroom .Pressrelease .columnItem.dummy {
  margin-bottom: 0;
}
@media screen and (max-width: 559px) {
  #newsroom #pressMain .columnItem.dummy,
  #newsroom .Pressrelease .columnItem.dummy {
    margin-top: 0;
  }
}
#newsroom #pressMain .columnItem {
  margin-bottom: 40px;
  width: 23%;
}
@media screen and (max-width: 559px) {
  #newsroom #pressMain .columnItem {
    width: 100%;
    margin-bottom: 0;
  }
}
#newsroom #pressMain .columnItem.dummy {
  margin-bottom: 0;
}
@media screen and (max-width: 559px) {
  #newsroom #pressMain .columnItem.dummy {
    margin-top: 0;
  }
}

#woodMain .mainImage {
  background-image: url(../images/purpose/wood/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #woodMain .mainImage {
    background-image: url(../images/purpose/wood/main_sp@2x.jpg);
  }
}
#woodMain .mainText {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 400;
}
#woodMain .mainTitle {
  margin-bottom: 16px;
}
#woodMain .mainJp {
  margin-top: 32px;
}

#materialMain .mainImage {
  background-image: url(../images/purpose/material/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #materialMain .mainImage {
    background-image: url(../images/purpose/material/main_sp@2x.jpg);
  }
}

#taskMain .mainImage {
  background-image: url(../images/purpose/task/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #taskMain .mainImage {
    background-image: url(../images/purpose/task/main_sp@2x.jpg);
  }
}

#dialogue01Main .mainImage,
#dialogue02Main .mainImage {
  height: auto !important;
}
@media screen and (max-width: 559px) {
  #dialogue01Main .mainImage,
  #dialogue02Main .mainImage {
    margin-bottom: -20px;
  }
}
#dialogue01Main .mainImage img,
#dialogue02Main .mainImage img {
  max-width: 500px;
  width: 100%;
  margin-top: 21px;
}
@media screen and (max-width: 559px) {
  #dialogue01Main .mainImage img,
  #dialogue02Main .mainImage img {
    max-width: 300px;
    margin-top: 54px;
  }
}

#woodContents .contentsItem + .contentsItem {
  padding-top: 0;
  border-top: none;
}
#woodContents .contentsItem .contentsLeft {
  width: 24%;
}
@media screen and (max-width: 959px), print {
  #woodContents .contentsItem .contentsLeft {
    width: 100%;
  }
}
#woodContents .contentsItem .contentsLeft h2 {
  margin: 0;
}
#woodContents .contentsItem .contentsLeft p {
  margin: 48px 0 32px;
}
@media screen and (max-width: 959px), print {
  #woodContents .contentsItem .contentsLeft p {
    margin: 40px 0 24px;
  }
}
#woodContents .contentsItem .contentsRight {
  width: 66.2%;
}
@media screen and (max-width: 959px), print {
  #woodContents .contentsItem .contentsRight {
    width: 100%;
  }
}
#woodContents .contentsItem.maxContents {
  margin: 180px 0 0;
}
@media screen and (max-width: 959px), print {
  #woodContents .contentsItem.maxContents {
    margin-top: 96px;
  }
}
#woodContents .contentsItem.maxContents .contentsLeft {
  width: 57.7%;
  background-image: url(../images/purpose/wood/img02@2x.jpg);
  background-size: cover;
  background-position: center;
  min-height: 696px;
}
@media screen and (max-width: 959px), print {
  #woodContents .contentsItem.maxContents .contentsLeft {
    min-height: auto;
    height: 345px;
    width: 100%;
  }
}
#woodContents .contentsItem.maxContents .contentsRight {
  width: 42.3%;
  background-color: #2C2C2C;
  color: #fff;
  padding: 56px 96px;
}
@media screen and (max-width: 959px), print {
  #woodContents .contentsItem.maxContents .contentsRight {
    width: 100%;
    margin-top: 0;
    padding: 67px 26px 60px;
  }
  #woodContents .contentsItem.maxContents .contentsRight h2 {
    margin: 0 0 47px;
  }
}
#woodContents .contentsItem.maxContents .contentsRight p {
  margin: 68px 0 39px;
}
@media screen and (max-width: 959px), print {
  #woodContents .contentsItem.maxContents .contentsRight p {
    margin: 47px 0 24px;
  }
}
#woodContents .grayBg {
  margin-top: 147px;
  padding: 20px 0 134px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 959px), print {
  #woodContents .grayBg {
    padding: 56px 0 90px;
    margin-top: 100px;
  }
}
#woodContents .grayBg h2 {
  margin: 100px 0 40px;
}
@media screen and (max-width: 959px), print {
  #woodContents .grayBg h2 {
    margin: 56px 0 40px;
  }
}
#woodContents .taiwaText {
  max-width: 560px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 959px), print {
  #woodContents .taiwaText {
    margin-bottom: 30px;
  }
}
#woodContents .localNavi,
#woodContents .localNavi_sp {
  background-color: #fff;
}
#woodContents .localNavi .acd-inner ul,
#woodContents .localNavi_sp .acd-inner ul {
  background-color: #fff;
}

#materialContents .topSubTitle,
#taskContents .topSubTitle {
  margin-bottom: 60px;
}
@media screen and (max-width: 559px) {
  #materialContents .topSubTitle,
  #taskContents .topSubTitle {
    font-size: 24px;
    margin-bottom: 64px;
  }
}
#materialContents .img01,
#taskContents .img01 {
  margin: 70px 0 130px;
}
@media screen and (max-width: 959px), print {
  #materialContents .img01,
  #taskContents .img01 {
    margin: 36px 0 96px;
  }
}
#materialContents .img02,
#taskContents .img02 {
  margin: 50px 0 160px;
}
@media screen and (max-width: 959px), print {
  #materialContents .img02,
  #taskContents .img02 {
    margin: 36px 0 100px;
  }
}
#materialContents .img03,
#taskContents .img03 {
  margin-top: 160px;
}
@media screen and (max-width: 959px), print {
  #materialContents .img03,
  #taskContents .img03 {
    margin-top: 100px;
  }
}
#materialContents .localNavi,
#materialContents .localNavi_sp,
#taskContents .localNavi,
#taskContents .localNavi_sp {
  background-color: #fff;
}
#materialContents .localNavi .acd-inner ul,
#materialContents .localNavi_sp .acd-inner ul,
#taskContents .localNavi .acd-inner ul,
#taskContents .localNavi_sp .acd-inner ul {
  background-color: #fff;
}
#materialContents p + .columnFlex,
#materialContents ul + .columnFlex,
#taskContents p + .columnFlex,
#taskContents ul + .columnFlex {
  margin-top: 40px;
}
#materialContents .taskArea,
#taskContents .taskArea {
  background-color: #F0F0F0;
  padding: 48px 96px;
  margin-top: 45px;
}
@media screen and (max-width: 959px), print {
  #materialContents .taskArea,
  #taskContents .taskArea {
    padding: 40px;
  }
}
#materialContents .taskArea .woodImage,
#taskContents .taskArea .woodImage {
  height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#materialContents .taskArea .woodTitle,
#taskContents .taskArea .woodTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 14px;
}
#materialContents .taskArea ul,
#taskContents .taskArea ul {
  display: block;
  margin: 24px auto 0;
  width: max-content;
}

.dialogue01,
.dialogue02 {
  background-color: #f0f0f0;
}
.dialogue01 .pankuzu li,
.dialogue02 .pankuzu li {
  color: #000 !important;
}
.dialogue01 .pankuzu li a,
.dialogue02 .pankuzu li a {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}
.dialogue01 .pankuzu li::before,
.dialogue02 .pankuzu li::before {
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}
.dialogue01 #dialogue01Contents h2.topSubTitle,
.dialogue01 #dialogue02Contents h2.topSubTitle,
.dialogue02 #dialogue01Contents h2.topSubTitle,
.dialogue02 #dialogue02Contents h2.topSubTitle {
  margin-bottom: 56px;
  font-size: 40px;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents h2.topSubTitle,
  .dialogue01 #dialogue02Contents h2.topSubTitle,
  .dialogue02 #dialogue01Contents h2.topSubTitle,
  .dialogue02 #dialogue02Contents h2.topSubTitle {
    font-size: 26px;
    margin: 80px 0 40px;
    line-height: 160%;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .mb-L,
  .dialogue01 #dialogue02Contents .mb-L,
  .dialogue02 #dialogue01Contents .mb-L,
  .dialogue02 #dialogue02Contents .mb-L {
    margin-bottom: 24px;
  }
}
.dialogue01 #dialogue01Contents p b,
.dialogue01 #dialogue02Contents p b,
.dialogue02 #dialogue01Contents p b,
.dialogue02 #dialogue02Contents p b {
  margin-top: 24px;
  display: inline-block;
}
.dialogue01 #dialogue01Contents p b.mt-none,
.dialogue01 #dialogue02Contents p b.mt-none,
.dialogue02 #dialogue01Contents p b.mt-none,
.dialogue02 #dialogue02Contents p b.mt-none {
  margin-top: 0;
}
.dialogue01 #dialogue01Contents .contentTitle,
.dialogue01 #dialogue02Contents .contentTitle,
.dialogue02 #dialogue01Contents .contentTitle,
.dialogue02 #dialogue02Contents .contentTitle {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 56px;
  margin-top: 0;
  font-weight: 500;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .contentTitle,
  .dialogue01 #dialogue02Contents .contentTitle,
  .dialogue02 #dialogue01Contents .contentTitle,
  .dialogue02 #dialogue02Contents .contentTitle {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.dialogue01 #dialogue01Contents .contentTitle span,
.dialogue01 #dialogue02Contents .contentTitle span,
.dialogue02 #dialogue01Contents .contentTitle span,
.dialogue02 #dialogue02Contents .contentTitle span {
  display: block;
  width: fit-content;
  margin: 0 auto 24px;
  background-color: #2c2c2c;
  padding: 0 20px;
  color: #fff;
  line-height: 2.5;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .contentTitle span,
  .dialogue01 #dialogue02Contents .contentTitle span,
  .dialogue02 #dialogue01Contents .contentTitle span,
  .dialogue02 #dialogue02Contents .contentTitle span {
    font-size: 14px;
  }
}
.dialogue01 #dialogue01Contents .proText,
.dialogue01 #dialogue02Contents .proText,
.dialogue02 #dialogue01Contents .proText,
.dialogue02 #dialogue02Contents .proText {
  margin-top: 72px;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .proText,
  .dialogue01 #dialogue02Contents .proText,
  .dialogue02 #dialogue01Contents .proText,
  .dialogue02 #dialogue02Contents .proText {
    margin-top: 40px;
  }
}
.dialogue01 #dialogue01Contents .profileArea,
.dialogue01 #dialogue02Contents .profileArea,
.dialogue02 #dialogue01Contents .profileArea,
.dialogue02 #dialogue02Contents .profileArea {
  background-color: #fff;
  max-width: 809px;
  margin: 72px auto 0;
  width: 90%;
  padding: 32px 36px;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .profileArea,
  .dialogue01 #dialogue02Contents .profileArea,
  .dialogue02 #dialogue01Contents .profileArea,
  .dialogue02 #dialogue02Contents .profileArea {
    flex-wrap: wrap;
    margin: 40px auto 0;
    padding: 32px 27px;
  }
}
.dialogue01 #dialogue01Contents .profileArea + .profileArea,
.dialogue01 #dialogue02Contents .profileArea + .profileArea,
.dialogue02 #dialogue01Contents .profileArea + .profileArea,
.dialogue02 #dialogue02Contents .profileArea + .profileArea {
  margin-top: 24px;
}
.dialogue01 #dialogue01Contents .profileArea .Text,
.dialogue01 #dialogue02Contents .profileArea .Text,
.dialogue02 #dialogue01Contents .profileArea .Text,
.dialogue02 #dialogue02Contents .profileArea .Text {
  margin-top: 0 !important;
  font-size: 12px;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .profileArea .Text,
  .dialogue01 #dialogue02Contents .profileArea .Text,
  .dialogue02 #dialogue01Contents .profileArea .Text,
  .dialogue02 #dialogue02Contents .profileArea .Text {
    margin-top: 16px !important;
  }
}
.dialogue01 #dialogue01Contents .profileArea .profItem,
.dialogue01 #dialogue02Contents .profileArea .profItem,
.dialogue02 #dialogue01Contents .profileArea .profItem,
.dialogue02 #dialogue02Contents .profileArea .profItem {
  width: 118px;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .profileArea .profItem,
  .dialogue01 #dialogue02Contents .profileArea .profItem,
  .dialogue02 #dialogue01Contents .profileArea .profItem,
  .dialogue02 #dialogue02Contents .profileArea .profItem {
    width: 80px;
  }
}
.dialogue01 #dialogue01Contents .profileArea .profItem .position,
.dialogue01 #dialogue02Contents .profileArea .profItem .position,
.dialogue02 #dialogue01Contents .profileArea .profItem .position,
.dialogue02 #dialogue02Contents .profileArea .profItem .position {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 12px;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .profileArea .profItem .position,
  .dialogue01 #dialogue02Contents .profileArea .profItem .position,
  .dialogue02 #dialogue01Contents .profileArea .profItem .position,
  .dialogue02 #dialogue02Contents .profileArea .profItem .position {
    line-height: 170%;
  }
}
.dialogue01 #dialogue01Contents .profileArea .profItem .name,
.dialogue01 #dialogue02Contents .profileArea .profItem .name,
.dialogue02 #dialogue01Contents .profileArea .profItem .name,
.dialogue02 #dialogue02Contents .profileArea .profItem .name {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .profileArea .profItem .name,
  .dialogue01 #dialogue02Contents .profileArea .profItem .name,
  .dialogue02 #dialogue01Contents .profileArea .profItem .name,
  .dialogue02 #dialogue02Contents .profileArea .profItem .name {
    line-height: 170%;
  }
}
.dialogue01 #dialogue01Contents .profileArea .profItem .name-en,
.dialogue01 #dialogue02Contents .profileArea .profItem .name-en,
.dialogue02 #dialogue01Contents .profileArea .profItem .name-en,
.dialogue02 #dialogue02Contents .profileArea .profItem .name-en {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  color: #6d794d;
  font-size: 12px;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .profileArea .profItem .name-en,
  .dialogue01 #dialogue02Contents .profileArea .profItem .name-en,
  .dialogue02 #dialogue01Contents .profileArea .profItem .name-en,
  .dialogue02 #dialogue02Contents .profileArea .profItem .name-en {
    line-height: 170%;
  }
}
.dialogue01 #dialogue01Contents .profileArea .profItem + .profItem,
.dialogue01 #dialogue02Contents .profileArea .profItem + .profItem,
.dialogue02 #dialogue01Contents .profileArea .profItem + .profItem,
.dialogue02 #dialogue02Contents .profileArea .profItem + .profItem {
  width: calc(100% - 147px);
  border-left: 1px solid #ccc;
  padding-left: 29px;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .profileArea .profItem + .profItem,
  .dialogue01 #dialogue02Contents .profileArea .profItem + .profItem,
  .dialogue02 #dialogue01Contents .profileArea .profItem + .profItem,
  .dialogue02 #dialogue02Contents .profileArea .profItem + .profItem {
    padding-left: 21px;
    width: calc(100% - 101px);
  }
}
.dialogue01 #dialogue01Contents .footimg,
.dialogue01 #dialogue02Contents .footimg,
.dialogue02 #dialogue01Contents .footimg,
.dialogue02 #dialogue02Contents .footimg {
  margin-top: 120px;
}
@media screen and (max-width: 559px) {
  .dialogue01 #dialogue01Contents .footimg,
  .dialogue01 #dialogue02Contents .footimg,
  .dialogue02 #dialogue01Contents .footimg,
  .dialogue02 #dialogue02Contents .footimg {
    margin-top: 96px;
  }
}

#sitemap .parent {
  font-size: 20px;
  padding: 0 43px 0 0;
}
#sitemap .parent::after {
  right: 12px;
  top: 50%;
}
#sitemap .parent::before {
  display: none;
}
#sitemap h3 {
  margin: 120px 0 48px;
}
@media screen and (max-width: 559px) {
  #sitemap h3 {
    margin: 96px 0 40px;
  }
}
#sitemap .h3Title {
  position: relative;
  padding-right: 43px;
}
#sitemap .h3Title::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url(../images/common/arw01.svg);
  display: block;
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
#sitemap .h3Title:hover {
  opacity: 1;
}
#sitemap .h3Title:hover:after {
  background-image: url(../images/common/arw02.svg);
}
#sitemap #sitemap10 {
  margin: 120px 0 0;
}
@media screen and (max-width: 559px) {
  #sitemap #sitemap10 {
    margin: 96px 0 0;
  }
}

#recruit .recruitWidget {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 390px;
  height: 53px;
  z-index: 10;
}
@media screen and (max-width: 559px) {
  #recruit .recruitWidget {
    width: 100%;
  }
}
#recruit .recruitWidget.col-2 .widgetItem {
  width: 50%;
}
#recruit .recruitWidget.col-1 .widgetItem {
  width: 50%;
}
@media screen and (max-width: 559px) {
  #recruit .recruitWidget.col-1 .widgetItem {
    width: 100%;
  }
}
#recruit .recruitWidget .widgetItem {
  width: 33.3333333333%;
  color: #fff;
  font-size: 10px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
#recruit .recruitWidget .widgetItem.green {
  background-color: #9BA482;
}
#recruit .recruitWidget .widgetItem.black {
  background-color: #2C2C2C;
}
#recruit .recruitWidget .widgetItem + .widgetItem {
  border-left: 1px solid #707070;
}
#recruit #link_recruit04 {
  padding-top: 200px;
  margin-top: -200px;
}
@media screen and (max-width: 959px), print {
  #recruit #link_recruit04 {
    padding-top: 120px;
    margin-top: -120px;
  }
}
#recruit #info01,
#recruit #info02,
#recruit #info03,
#recruit #info04 {
  padding-top: 200px;
  margin-top: -200px;
}
@media screen and (max-width: 559px) {
  #recruit .buttonFlex {
    flex-direction: column;
  }
}
#recruit .buttonFlex .buttonArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#recruit .buttonFlex .buttonArea + .buttonArea {
  margin-left: 40px;
}
@media screen and (max-width: 559px) {
  #recruit .buttonFlex .buttonArea + .buttonArea {
    margin-left: 0;
    margin-top: 15px;
  }
}
#recruit .buttonFlex .buttonArea p {
  margin-bottom: 10px;
}
#recruit .buttonArea.textCenter {
  margin-top: 60px;
}
@media screen and (max-width: 559px) {
  #recruit .buttonArea.textCenter {
    margin-top: 30px;
  }
}
#recruit .buttonArea .button01 {
  min-width: 250px;
  margin-top: auto;
}
#recruit #recruitMain .mainImage {
  background-image: url(../images/recruit/main@2x.jpg);
}
@media screen and (max-width: 559px) {
  #recruit #recruitMain .mainImage {
    background-image: url(../images/recruit/main_sp@2x.jpg);
    margin-bottom: 60px;
  }
}
#recruit #recruitMain .mainImage .mainTextArea {
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 559px) {
  #recruit #recruitMain .mainImage .mainTextArea {
    transform: translate(-50%, -50%) !important;
  }
}
#recruit #recruitMain .mainImage .mainTextArea .mainText02 {
  max-width: 480px;
  margin: 20px auto 0;
}
#recruit #recruit01 .pageLinkArea {
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 559px) {
  #recruit #recruit01 .pageLinkArea {
    justify-content: flex-start;
  }
}
#recruit #recruit02 .buttonArea {
  margin-top: 48px;
}
#recruit #recruit03 .contentsItem .contentsLeft {
  width: 24%;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit03 .contentsItem .contentsLeft {
    width: 100%;
  }
}
#recruit #recruit03 .contentsItem .contentsLeft h2 {
  margin: 0;
}
#recruit #recruit03 .contentsItem .contentsLeft p {
  margin: 48px 0 32px;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit03 .contentsItem .contentsLeft p {
    margin: 40px 0 24px;
  }
}
#recruit #recruit03 .contentsItem .contentsRight {
  width: 66.2%;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit03 .contentsItem .contentsRight {
    width: 100%;
  }
}
#recruit #recruit03 .contentsItem.maxContents {
  margin: 180px 0 0;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit03 .contentsItem.maxContents {
    margin-top: 96px;
  }
}
#recruit #recruit03 .contentsItem.maxContents .contentsLeft {
  width: 57.7%;
  background-image: url(../images/purpose/wood/img02@2x.jpg);
  background-size: cover;
  background-position: center;
  min-height: 696px;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit03 .contentsItem.maxContents .contentsLeft {
    min-height: auto;
    height: 345px;
    width: 100%;
  }
}
#recruit #recruit03 .contentsItem.maxContents .contentsRight {
  width: 42.3%;
  background-color: #2C2C2C;
  color: #fff;
  padding: 56px 96px;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit03 .contentsItem.maxContents .contentsRight {
    width: 100%;
    margin-top: 0;
    padding: 67px 26px 60px;
  }
  #recruit #recruit03 .contentsItem.maxContents .contentsRight h2 {
    margin: 0 0 47px;
  }
}
#recruit #recruit03 .contentsItem.maxContents .contentsRight p {
  margin: 68px 0 39px;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit03 .contentsItem.maxContents .contentsRight p {
    margin: 47px 0 24px;
  }
}
#recruit #recruit04 .grayBg {
  background-color: #F0F0F0;
  padding: 1px 0 120px;
  margin-top: 170px;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit04 .grayBg {
    padding-bottom: 96px;
    margin-top: 96px;
  }
}
#recruit #recruit04 .grayBg .personText {
  margin-bottom: 48px;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit04 .grayBg .columnFlex {
    flex-direction: column;
  }
  #recruit #recruit04 .grayBg .columnFlex + .columnFlex {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px), print {
  #recruit #recruit04 .grayBg .columnFlex .columnItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #recruit #recruit04 .grayBg .columnFlex .columnItem + .columnItem {
    margin-top: 32px;
  }
  #recruit #recruit04 .grayBg .columnFlex .columnItem .linkImage {
    width: 30.18%;
  }
  #recruit #recruit04 .grayBg .columnFlex .columnItem .imageTextArea {
    width: 65.12%;
  }
}
#recruit #recruit04 .typeArea {
  margin: 24px 0 12px;
  display: flex;
  line-height: 150%;
  font-size: 16px;
}
@media screen and (max-width: 1216px) {
  #recruit #recruit04 .typeArea {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px), print {
  #recruit #recruit04 .typeArea {
    margin-top: 0;
  }
}
#recruit #recruit04 .typeArea .type {
  background-color: #2C2C2C;
  border: 1px solid #2C2C2C;
  color: #fff;
  padding: 4px 20px;
  font-weight: 500;
}
@media screen and (max-width: 1216px) {
  #recruit #recruit04 .typeArea .type {
    padding: 2px 8px;
  }
}
#recruit #recruit04 .typeArea .now {
  background-color: #fff;
  border: 1px solid #2C2C2C;
  padding: 4px 20px;
  font-weight: 500;
}
@media screen and (max-width: 1216px) {
  #recruit #recruit04 .typeArea .now {
    padding: 2px 8px;
  }
}
#recruit #recruit04 .typeArea .now .nowText {
  background-color: #9BA482;
  color: #fff;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit04 .typeArea .now .nowText {
    font-size: 12px;
  }
}
#recruit #recruit05 {
  margin: 130px 0 0;
}
@media screen and (max-width: 959px), print {
  #recruit #recruit05 {
    margin-top: 70px;
  }
}
#recruit #recruit05 .nth1 {
  padding-right: 95px;
}
@media screen and (max-width: 1366px) {
  #recruit #recruit05 .nth1 {
    padding-right: 6.95vw;
  }
}
@media screen and (max-width: 1216px) {
  #recruit #recruit05 .nth1 {
    padding-right: 0;
  }
}
#recruit #recruit05 .nth1 h2 {
  margin-top: 0;
}
#recruit .table02 tr:nth-child(1) th {
  text-align: center;
}
#recruit .table02 tr:nth-child(1) th:nth-child(1) {
  width: 31%;
}
@media screen and (max-width: 559px) {
  #recruit .table02 tr:nth-child(1) th:nth-child(1) {
    width: 18%;
  }
}
#recruit .table02 tr:nth-child(1) th:nth-child(2) {
  width: 57%;
}
#recruit .table02 tr:nth-child(1) th:nth-child(3) {
  width: 12%;
}
#recruit.job #link_job01,
#recruit.job #link_job02,
#recruit.job #link_job03,
#recruit.job #link_job04,
#recruit.job #link_job05,
#recruit.job #link_job06,
#recruit.job #link_job07,
#recruit.job #link_job08,
#recruit.job #link_job09,
#recruit.job #link_job10,
#recruit.job #link_job11,
#recruit.job #link_job12 {
  margin-top: -50px;
  padding-top: 50px;
}
#recruit.job #jobMain .mainImage {
  background-image: url(../images/recruit/job/main@2x.jpg);
  margin-bottom: 90px;
}
@media screen and (max-width: 559px) {
  #recruit.job #jobMain .mainImage {
    background-image: url(../images/recruit/job/main_sp@2x.jpg);
    margin-bottom: 56px;
  }
}
#recruit.job h1 {
  margin: 0 0 36px;
}
#recruit.job .jobSection + .jobSection {
  margin-top: 36px;
}
#recruit.job .grayBg {
  background-color: #f0f0f0;
  padding: 64px 0;
  margin-top: 56px;
}
@media screen and (max-width: 559px) {
  #recruit.job .grayBg {
    padding: 40px 0;
  }
}
#recruit.job .jobTitle {
  margin-bottom: 96px;
}
@media screen and (max-width: 559px) {
  #recruit.job .jobTitle {
    margin-bottom: 80px;
  }
}
#recruit.job .jobTitle .typeArea {
  margin: 24px 0 12px;
  display: flex;
  line-height: 150%;
  font-size: 16px;
  justify-content: center;
}
@media screen and (max-width: 1216px) {
  #recruit.job .jobTitle .typeArea {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px), print {
  #recruit.job .jobTitle .typeArea {
    margin-top: 0;
  }
}
#recruit.job .jobTitle .typeArea .type {
  background-color: #2C2C2C;
  border: 1px solid #2C2C2C;
  color: #fff;
  padding: 4px 20px;
  font-weight: 500;
}
@media screen and (max-width: 1216px) {
  #recruit.job .jobTitle .typeArea .type {
    padding: 2px 8px;
  }
}
#recruit.job .jobTitle .typeArea .now {
  background-color: #fff;
  border: 1px solid #2C2C2C;
  padding: 4px 20px;
  font-weight: 500;
}
@media screen and (max-width: 1216px) {
  #recruit.job .jobTitle .typeArea .now {
    padding: 2px 8px;
  }
}
#recruit.job .jobTitle .typeArea .now .nowText {
  background-color: #9BA482;
  color: #fff;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 959px), print {
  #recruit.job .jobTitle .typeArea .now .nowText {
    font-size: 12px;
  }
}
#recruit.job h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  border-bottom: none;
  padding: 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 959px), print {
  #recruit.job h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
#recruit.job .columnFlex p + .buttonArea {
  margin-top: 32px;
}
@media screen and (max-width: 559px) {
  #recruit.job .columnFlex .imgItem {
    margin-top: 32px;
  }
}
#recruit.job .columnFlex .imgItem img {
  display: block;
  width: 74%;
  margin: 0 auto;
}
@media screen and (max-width: 559px) {
  #recruit.job .columnFlex .imgItem img {
    width: 100%;
  }
}
#recruit.job .videoArea {
  margin-top: 56px;
}
#recruit.job .videoArea .video-js {
  width: 100%;
  padding-top: 56.2%;
}
@media screen and (max-width: 559px) {
  #recruit.job .videoArea .video-js {
    height: 48vw;
  }
}
#recruit.faq .acdTitle {
  padding-left: 16px;
  padding-right: 40px;
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
}
#recruit.faq .acdTitle::before {
  background-image: url(../images/common/acd_open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 19px;
  width: 19px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  transform: translate(0, -50%);
}
#recruit.faq .acdTitle.open::before {
  background-image: url(../images/common/acd_close.svg);
}
#recruit.faq .acdTitle.open + .acdInner {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
}
#recruit.faq .acdTitle:hover {
  cursor: pointer;
}
#recruit.faq .acdTitle .q {
  width: 29px;
}
@media screen and (max-width: 559px) {
  #recruit.faq .acdTitle .q {
    width: 24px;
  }
}
#recruit.faq .acdTitle .qTitle {
  width: calc(100% - 45px);
}
@media screen and (max-width: 559px) {
  #recruit.faq .acdTitle .qTitle {
    width: calc(100% - 40px);
  }
}
#recruit.faq .acdInner {
  max-height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  background-color: #f0f0f0;
}
#recruit.faq .acdInner .acdDetail {
  padding: 20px 20px 20px 16px;
}
#recruit.faq .acdInner .acdDetail .a {
  width: 29px;
}
@media screen and (max-width: 559px) {
  #recruit.faq .acdInner .acdDetail .a {
    width: 24px;
  }
}
#recruit.faq .acdInner .acdDetail .aTitle {
  width: calc(100% - 45px);
}
@media screen and (max-width: 559px) {
  #recruit.faq .acdInner .acdDetail .aTitle {
    width: calc(100% - 40px);
  }
}