*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

:where(sub, sup) {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

:where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

:where([type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button) {
  height: auto;
}

:where([type=search]) {
  outline-offset: -2px;
}

:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  text-align: left;
  font-weight: bold;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

body {
  background-color: #fff;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
}
@media screen and (min-width: 481px) {
  body {
    min-width: 1200px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

:where(a) {
  color: #058aa7;
}
.head_area_icon {
  display: block;
  margin: 0 10px;
}

.head_area_icon img {
  width: 79px;
  height: auto;
}

.zitureiNew img {
  width: 100%;
  height: auto;
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .wrap {
    padding: 0 20px;
    max-width: 1240px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 481px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sp-none {
    display: none !important;
  }
}
.zitureiTop {
  padding: 80px 120px;
  background: #fff;
}

@media screen and (min-width: 481px) {
  #MvBackground {
    position: relative;
    width: 100%;
    height: 572px;
    background: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #MvBackground.tagsMv {
    width: 100%;
    height: 430px;
    background: url(/mj-wood/img/tagsMv_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  #MvBackground {
    position: relative;
    width: 100%;
    height: 280px;
    background: url(/mj-wood/img/mv_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #MvBackground.tagsMv {
    width: 100%;
    height: 280px;
    background: url(/mj-wood/img/tagsMv_pc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.MvBackground .slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
  pointer-events: none;
}
@media screen and (min-width: 481px) {
  .MvBackground .slider {
    height: 572px;
  }
}
@media screen and (max-width: 480px) {
  .MvBackground .slider {
    height: 280px;
  }
}
.MvBackground .slider img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 481px) {
  .MvBackground .slider img {
    height: 572px;
  }
}
@media screen and (max-width: 480px) {
  .MvBackground .slider img {
    height: 280px;
  }
}

.MvBackground .slider.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.MvBackground {
  position: relative;
}

.MvBackground .slider.active {
  z-index: 1;
  display: block;
  opacity: 1;
}

.MvBackground-ttl {
  position: absolute;
  position: relative;
  left: 50%;
  z-index: 9;
  font-family: "Zen Kaku Gothic New" !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 481px) {
  .MvBackground-ttl {
    top: 308px !important;
    color: #fff !important;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 48px !important;
    font-family: "Zen Kaku Gothic New";
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .MvBackground-ttl {
    top: 122px;
    width: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 17px #000;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
  }
}

.tagsMvBackground-ttl {
  position: absolute;
  left: 50%;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New" !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 481px) {
  .tagsMvBackground-ttl {
    top: 231px;
    color: #333;
    letter-spacing: 2px;
    font-size: 48px;
    font-family: "Zen Kaku Gothic New";
    font-family: YuGothic;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .tagsMvBackground-ttl {
    top: 105px;
    width: 100%;
    font-size: 32px;
  }
}
.tagsMvBackground-ttl span {
  color: #176cae;
}

@media screen and (min-width: 481px) {
  .MvBackground-followbtn {
    position: fixed;
    top: 178px;
    right: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 480px) {
  .MvBackground-followbtn {
    position: relative;
  }
}
.MvBackground-followbtn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 480px) {
  .MvBackground-followbtn-list {
    position: sticky;
  }
}
.MvBackground-followbtn-list-item {
  cursor: pointer;
}
.MvBackground-followbtn-list-item-icon {
  width: 64px;
  height: 64px;
}
.MvBackground-followbtn-list-item-icon img {
  width: 64px;
  height: 64px;
}
.MvBackground-followbtn-list-item-icon img:hover {
  width: 214px;
  height: 64px;
}

.click-modal {
  position: fixed;
  top: 178px;
  right: 218px;
  z-index: 10;
  display: none;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
  width: 300px;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  scrollbar-width: thin;
}
.click-modal.active {
  display: block;
}
.click-modal-contents {
  position: relative;
  padding: 24px;
  border: 1px solid #fff;
  background: #176cae;
}
.click-modal-contents-close {
  position: absolute;
  top: 5px;
  right: 12px;
  width: 32px;
}
.click-modal-contents-ttl {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New" !important;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .click-modal-contents-ttl {
    font-family: "Zen Kaku Gothic New";
  }
}
.click-modal-contents-ttl:nth-of-type(2) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #fff;
}
.click-modal-contents-kaisu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}
.click-modal-contents-kaisu-item {
  font-size: 14px;
  cursor: pointer;
}
.click-modal-contents-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}
.click-modal-contents-style-item {
  font-size: 14px;
  cursor: pointer;
}
.click-modal-contents-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
  width: 100%;
  height: 32px;
  background: #fff;
  color: #176cae;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .click-modal-contents-button {
    font-family: "Zen Kaku Gothic New";
  }
}
.click-modal-contents-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  background: url(/mj-wood/img/search_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.MvBackground-followbtnSp {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 481px) {
  .MvBackground-followbtnSp {
    display: none !important;
  }
}
.MvBackground-followbtnSp.js_fixed {
  position: fixed;
  top: 0;
}
.MvBackground-followbtnSp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.MvBackground-followbtnSp-list-item-img {
  width: 100%;
}
.MvBackground-followbtnSp-click-modal {
  position: fixed;
  top: 90px;
  z-index: 10;
  display: none;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .MvBackground-followbtnSp-click-modal {
    display: none !important;
  }
}
.MvBackground-followbtnSp-click-modal-contents {
  padding: 20px;
  border: 1px solid #fff;
  background: #176cae;
}
.MvBackground-followbtnSp-click-modal-contents-ttl {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .MvBackground-followbtnSp-click-modal-contents-ttl {
    font-family: "Zen Kaku Gothic New";
  }
}
.MvBackground-followbtnSp-click-modal-contents-ttl:nth-of-type(2) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #fff;
}
.MvBackground-followbtnSp-click-modal-contents-kaisu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 12px;
}
.MvBackground-followbtnSp-click-modal-contents-kaisu-item {
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.MvBackground-followbtnSp-click-modal-contents-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}
.MvBackground-followbtnSp-click-modal-contents-style-item {
  font-size: 14px;
  line-height: 1.4;
}
.MvBackground-followbtnSp-click-modal-contents-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
  width: 100%;
  height: 32px;
  background: #fff;
  color: #176cae;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .MvBackground-followbtnSp-click-modal-contents-button {
    font-family: "Zen Kaku Gothic New";
  }
}
.MvBackground-followbtnSp-click-modal-contents-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  background: url(/mj-wood/img/search_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.click-modal-contents-kaisu-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 8px;
  background: #2c80c2;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .click-modal-contents-kaisu-item label {
    font-family: "Zen Kaku Gothic New";
  }
}

.click-modal-contents-kaisu-item input[type=radio] {
  display: none;
}

.click-modal-contents-kaisu-item label:has(input[type=radio]:checked) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #176cae;
  font-size: 14px;
  line-height: 1.4;
}

.click-modal-contents-style-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 8px;
  background: #2c80c2;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .click-modal-contents-style-item label {
    font-family: "Zen Kaku Gothic New";
  }
}

.click-modal-contents-style-item input[type=radio] {
  display: none;
}

.click-modal-contents-style-item label:has(input[type=radio]:checked) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #176cae;
  font-size: 14px;
  line-height: 1.4;
}

.click-modal::-webkit-scrollbar {
  width: 6px;
}

.click-modal::-webkit-scrollbar-track {
  background: transparent;
}

.click-modal::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}

.click-modal::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.click-modal.active {
  display: block;
}

.MvBackground-followbtnSp-click-modal-contents-kaisu-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 7px;
  background: #2c80c2;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .MvBackground-followbtnSp-click-modal-contents-kaisu-item label {
    font-family: "Zen Kaku Gothic New";
  }
}

.MvBackground-followbtnSp-click-modal-contents-kaisu-item input[type=radio] {
  display: none;
}

.MvBackground-followbtnSp-click-modal-contents-kaisu-item label:has(input[type=radio]:checked) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 7px;
  background: #fff;
  color: #176cae;
  line-height: 1.4;
}
@media screen and (min-width: 481px) {
  .MvBackground-followbtnSp-click-modal-contents-kaisu-item label:has(input[type=radio]:checked) {
    font-family: "Zen Kaku Gothic New";
  }
}

.MvBackground-followbtnSp-click-modal-contents-style-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 7px;
  background: #2c80c2;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .MvBackground-followbtnSp-click-modal-contents-style-item label {
    font-family: "Zen Kaku Gothic New";
  }
}

.MvBackground-followbtnSp-click-modal-contents-style-item input[type=radio] {
  display: none;
}

.MvBackground-followbtnSp-click-modal-contents-style-item label:has(input[type=radio]:checked) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 7px;
  background: #fff;
  color: #176cae;
  line-height: 1.4;
}
@media screen and (min-width: 481px) {
  .MvBackground-followbtnSp-click-modal-contents-style-item label:has(input[type=radio]:checked) {
    font-family: "Zen Kaku Gothic New";
  }
}

.zitureiContents {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 481px) {
  .zitureiContents {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiContents {
    padding: 96px 0 80px;
  }
}
.zitureiContents-ttl {
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New" !important;
}
@media screen and (min-width: 481px) {
  .zitureiContents-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiContents-ttl {
    font-size: 24px;
  }
}
.zitureiContents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) {
  .zitureiContents-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiContents-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 24px;
  }
}
.zitureiContents-list-item {
  position: relative;
}
@media screen and (min-width: 481px) {
  .zitureiContents-list-item {
    width: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .zitureiContents-list-item {
    width: 100%;
  }
}
.zitureiContents-list-item:nth-child(n+10) {
  display: none;
}
.zitureiContents-list-item-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.zitureiContents-list-item-link-new {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #176cae;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .zitureiContents-list-item-link-new {
    width: 64px;
    height: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiContents-list-item-link-new {
    width: 56px;
    height: 24px;
    font-size: 12px;
  }
}
.zitureiContents-list-item-link-ttl {
  color: #353535;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New" !important;
}
@media screen and (min-width: 481px) {
  .zitureiContents-list-item-link-ttl {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .zitureiContents-list-item-link-ttl {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.zitureiContents-list-item-link-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 481px) {
  .zitureiContents-list-item-link-tag {
    gap: 0 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiContents-list-item-link-tag {
    gap: 0 16px;
    margin-top: 4px;
  }
}
.zitureiContents-list-item-link-tag-txt {
  color: #989898;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-family: "Zen Kaku Gothic New" !important;
}
@media screen and (min-width: 481px) {
  .zitureiContents-list-item-link-tag-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiContents-list-item-link-tag-txt {
    font-size: 12px;
  }
}
.zitureiContents-list-item-link-tag-txt a {
  display: block;
  color: #989898;
}
.zitureiContents-list-item-link-img {
  width: 100%;
}
.zitureiContents-list-item-link-img img {
  max-height: 253px;
  width: 100%;
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  background: #eee;
  -o-object-position: center;
     object-position: center;
}
.zitureiContents-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-style: normal;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .zitureiContents-button {
    margin: 64px auto 0;
    width: 600px;
    height: 64px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiContents-button {
    margin: 48px auto 0;
    width: 100%;
    height: 64px;
    font-size: 16px;
  }
}
.zitureiContents-button::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 12px;
  height: 8px;
  background: url(/mj-wood/img/arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.zitureiContents-button:hover {
  opacity: 0.7;
}

.zitureiKensaku {
  background: #fff;
}
.zitureiKensaku .wrap {
  background: #eee;
}
@media screen and (min-width: 481px) {
  .zitureiKensaku .wrap {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku .wrap {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
.zitureiKensaku-ttl {
  color: #333;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-ttl {
    font-size: 20px;
  }
}
.zitureiKensaku-tab {
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab {
    padding-top: 32px;
    width: 1072px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab {
    padding-top: 32px;
    width: 100%;
  }
}
.zitureiKensaku-tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zitureiKensaku-tab-buttons-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  border: none;
  background: #898989;
  color: #eee;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New" !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-buttons-button {
    height: 57px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab-buttons-button {
    height: 57px;
    font-size: 14px;
  }
}
.zitureiKensaku-tab-buttons-button.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -7px;
  height: 64px;
  border-top: 1px solid #898989;
  border-right: 1px solid #898989;
  border-left: 1px solid #898989;
  background: #eee;
  color: #333;
}
.zitureiKensaku-tab-content {
  border: 1px solid #898989;
  border-top: none;
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-content {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab-content {
    padding: 32px 20px 20px;
  }
}
.zitureiKensaku-tab-content-pane {
  display: none;
}
.zitureiKensaku-tab-content-pane.active {
  display: block;
}
.zitureiKensaku-tab-content-pane-ttl {
  color: #333;
  text-align: left;
  letter-spacing: 3px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-content-pane-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab-content-pane-ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-content-pane-ttl:nth-of-type(2) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab-content-pane-ttl:nth-of-type(2) {
    margin-top: 24px;
  }
}
.zitureiKensaku-tab-content-pane-kaisu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-content-pane-kaisu {
    gap: 12px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab-content-pane-kaisu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
  }
}
.zitureiKensaku-tab-content-pane-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-content-pane-style {
    gap: 12px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab-content-pane-style {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
  }
}
.zitureiKensaku-tab-content-pane-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-content-pane-photo {
    gap: 12px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab-content-pane-photo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
  }
}
.zitureiKensaku-tab-button {
  position: relative;
  background: #111;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-button {
    margin-top: 48px;
    width: 400px;
    height: 56px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab-button {
    margin-top: 48px;
    width: 100%;
    height: 56px;
    font-size: 14px;
  }
}
.zitureiKensaku-tab-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 18px;
  height: 18px;
  background-image: url(/mj-wood/img/sarch.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-button.buttonmargin {
    margin-top: 264px;
    margin-bottom: 36px;
  }
}
.zitureiKensaku-tab-button:hover {
  opacity: 0.8;
}

.search-form-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #7a7a7a;
}
@media screen and (min-width: 481px) {
  .search-form-2 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .search-form-2 {
    margin-top: 32px;
  }
}

.search-form-2 label {
  width: 100%;
}

.search-form-2 input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  background-color: #fff;
  text-align: left;
  font-size: 1em;
}
@media screen and (min-width: 481px) {
  .search-form-2 input {
    padding: 5px 15px;
    width: 928px;
    height: 64px;
  }
}
@media screen and (max-width: 480px) {
  .search-form-2 input {
    padding: 0 12px;
    width: 100%;
    height: 56px;
  }
}

.search-form-2 input::-webkit-input-placeholder {
  color: #c3c3c3;
}

.search-form-2 input::-moz-placeholder {
  color: #c3c3c3;
}

.search-form-2 input:-ms-input-placeholder {
  color: #c3c3c3;
}

.search-form-2 input::-ms-input-placeholder {
  color: #c3c3c3;
}

.search-form-2 input::placeholder {
  color: #c3c3c3;
}

.search-form-2 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #111;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .search-form-2 button {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 480px) {
  .search-form-2 button {
    min-width: 56px;
    height: 56px;
  }
}

.search-form-2 button::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/mj-wood/img/sarch.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.zitureiKensaku-tab-content-pane-kaisu-item label, .zitureiKensaku-tab-content-pane-style-item label, .zitureiKensaku-tab-content-pane-photo-item label {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 16px;
  height: 36px;
  background: #fff;
  color: #333;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .zitureiKensaku-tab-content-pane-kaisu-item label, .zitureiKensaku-tab-content-pane-style-item label, .zitureiKensaku-tab-content-pane-photo-item label {
    padding: 5px 16px;
    height: 36px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .zitureiKensaku-tab-content-pane-kaisu-item label, .zitureiKensaku-tab-content-pane-style-item label, .zitureiKensaku-tab-content-pane-photo-item label {
    padding: 3px 14px;
    height: 32px;
    font-size: 12px;
  }
}

.zitureiKensaku-tab-content-pane-kaisu-item input[type=radio], .zitureiKensaku-tab-content-pane-style-item input[type=radio], .zitureiKensaku-tab-content-pane-photo-item input[type=radio] {
  display: none;
}

.zitureiKensaku-tab-content-pane-kaisu-item input[type=radio]:checked + label, .zitureiKensaku-tab-content-pane-kaisu-item label:has(input[type=radio]:checked),
.zitureiKensaku-tab-content-pane-style-item input[type=radio]:checked + label, .zitureiKensaku-tab-content-pane-style-item label:has(input[type=radio]:checked),
.zitureiKensaku-tab-content-pane-photo-item input[type=radio]:checked + label, .zitureiKensaku-tab-content-pane-photo-item label:has(input[type=radio]:checked) {
  background: #111;
  color: #fff;
}

.tagsBreadcrumbs {
  background: #fff;
}
@media screen and (min-width: 481px) {
  .tagsBreadcrumbs {
    padding-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .tagsBreadcrumbs {
    padding: 16px 0;
  }
}
.tagsBreadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tagsBreadcrumbs-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-family: Inter;
  line-height: 20.46px;
}
@media screen and (min-width: 481px) {
  .tagsBreadcrumbs-list-item-link {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  .tagsBreadcrumbs-list-item-link {
    font-size: 9px;
    font-family: "Zen Kaku Gothic New" !important;
  }
}
.tagsBreadcrumbs-list-item-link:hover {
  color: #000;
  opacity: 0.7;
}
.tagsBreadcrumbs-list-item-link span {
  padding: 0 10px;
}
.tagsBreadcrumbs-list-item-link.pointernone {
  pointer-events: none;
}

.search-txt {
  color: #333;
  text-align: end;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New" !important;
  line-height: 20px;
}
@media screen and (min-width: 481px) {
  .search-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .search-txt {
    font-size: 14px;
  }
}

.tagsmargin {
  margin-top: 24px;
}

@media screen and (min-width: 481px) {
  .syousaiMv {
    width: 100%;
    height: 900px !important;
    background: url(../syousai/module/img/syousaiMv.jpg) !important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .syousaiMv {
    width: 100%;
    height: 234px !important;
    background: url(../syousai/module/img/syousaiMv.jpg) !important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
}

.syousaiBody {
  background: #fff;
}
@media screen and (min-width: 481px) {
  .syousaiBody {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.syousaiBody-ttls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 481px) {
  .syousaiBody-ttls {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-ttls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.syousaiBody-ttls-ttl {
  padding-left: 20px;
  border-left: 4px solid #000;
  color: #333;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: YuGothic;
}
@media screen and (min-width: 481px) {
  .syousaiBody-ttls-ttl {
    font-size: 32px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-ttls-ttl {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
  }
}
.syousaiBody-ttls-txt {
  color: #333;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: YuGothic;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .syousaiBody-ttls-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-ttls-txt {
    text-align: left;
    font-size: 14px;
  }
}
.syousaiBody-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 481px) {
  .syousaiBody-column {
    gap: 100px;
    margin-top: 108px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-column {
    position: relative;
    z-index: 2;
    gap: 48px;
    margin-top: -115px;
  }
}
.syousaiBody-column-item-img {
  width: 100%;
}
.syousaiBody-column-item-img img {
  width: 100%;
  height: auto;
}
.syousaiBody-column-item-txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 481px) {
  .syousaiBody-column-item-txts {
    gap: 48px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-column-item-txts {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
}
.syousaiBody-column-item-txts-ttl {
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: YuGothic;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  .syousaiBody-column-item-txts-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-column-item-txts-ttl {
    font-size: 18px;
  }
}
.syousaiBody-column-item-txts-txt {
  color: #333;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: YuGothic;
  line-height: 1.75;
}
@media screen and (min-width: 481px) {
  .syousaiBody-column-item-txts-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-column-item-txts-txt {
    font-size: 14px;
  }
}
.syousaiBody-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 481px) {
  .syousaiBody-flex {
    gap: 64px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-flex {
    gap: 48px;
    margin-top: 48px;
  }
}
.syousaiBody-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 481px) {
  .syousaiBody-flex-item {
    gap: 48px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-flex-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 481px) {
  .syousaiBody-flex-item.reverseitem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 481px) {
  .syousaiBody-flex-item-img {
    width: 568px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-flex-item-img {
    width: 47.2%;
  }
}
.syousaiBody-flex-item-img img {
  width: 100%;
  height: auto;
}
.syousaiBody-flex-item-txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 481px) {
  .syousaiBody-flex-item-txts {
    gap: 8px;
    width: 552px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-flex-item-txts {
    gap: 12px;
    width: 100%;
  }
}
.syousaiBody-flex-item-txts-ttl {
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: YuGothic;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  .syousaiBody-flex-item-txts-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-flex-item-txts-ttl {
    font-size: 18px;
  }
}
.syousaiBody-flex-item-txts-txt {
  color: #333;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: YuGothic;
}
@media screen and (min-width: 481px) {
  .syousaiBody-flex-item-txts-txt {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-flex-item-txts-txt {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
  }
}
.syousaiBody-txterea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 481px) {
  .syousaiBody-txterea {
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-txterea {
    padding-top: 64px;
  }
}
.syousaiBody-txterea-txt {
  color: #333;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: YuGothic;
  line-height: 1.7; /* 177.778% */
}
@media screen and (min-width: 481px) {
  .syousaiBody-txterea-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiBody-txterea-txt {
    font-size: 16px;
  }
}

.syousaiNews {
  background: #fff;
}
@media screen and (min-width: 481px) {
  .syousaiNews {
    padding-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiNews {
    padding-top: 80px;
  }
}
.syousaiNews-ttl {
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: YuGothic;
  line-height: 1.2; /* 121.875% */
}
@media screen and (min-width: 481px) {
  .syousaiNews-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiNews-ttl {
    font-size: 24px;
  }
}
.syousaiNews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 481px) {
  .syousaiNews-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiNews-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 481px) {
  .syousaiNews-list-item {
    width: 380px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiNews-list-item {
    width: 100%;
  }
}
.syousaiNews-list-item-img {
  width: 100%;
}
.syousaiNews-list-item-img img {
  width: 100%;
  height: auto;
}
.syousaiNews-list-item-ttl {
  margin-top: 12px;
  color: #353535;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  font-family: YuGothic;
  line-height: 1.4;
}
.syousaiNews-list-item-txt {
  margin-top: 10px;
  color: #353535;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  font-family: YuGothic;
  line-height: 1.3;
}
.syousaiNews-list-item a:hover {
  text-decoration: none !important;
}

.syousaiContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  background: #fff;
}
@media screen and (min-width: 481px) {
  .syousaiContents {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .syousaiContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.syousaiContents-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.syousaiContents-link:hover {
  opacity: 0.7;
}
.syousaiContents-link img {
  width: 100%;
  height: auto;
}
