@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body, button, input, textarea, select {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.content {
  background-color: #fff;
  margin-top: 0 !important;
  padding-top: 24px;
  padding-bottom: 200px;
}
@media screen and (max-width: 449.999px) {
  .content {
    padding-bottom: 10px;
  }
}
.mobile-header-menu-buttons {
  background-color: #FAEDE9;
}

.mv {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: -1;
  overflow: hidden;
}
.mv span {
  width: 100%;
  max-width: 2400px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mv img {
  width: 100%;
  max-width: 2400px;
  height: 100%;
  transform-origin: center center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 14%;
  object-position: center 14%;
  transition: all 0.1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.mv:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background: url(../img/common-bg.svg) no-repeat center bottom;
}
@media screen and (min-width: 750px) {
  .mv {
    height: 520px;
  }
  .mv span {
    height: 520px;
  }
  .mv:after {
    height: 174px;
  }
}
@media screen and (max-width: 749.999px) {
  .mv {
    height: 65vw;
  }
  .mv span {
    height: calc(80vw + 50px);
  }
  .mv span img {
    height: 110%;
    margin-top: 10%;
  }
  .mv:after {
    height: 87px;
    background-size: auto 100% !important;
  }
}

.footer {
  padding: 0 !important;
  width: 100%;
  position: relative;
  text-align: center;
  color: #bb6e23;
  z-index: 1;
}
.footer .mainSubNavi li {
  margin-top: 20px;
}
.footer .mainSubNavi li:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
  color: #bb6e23;
  vertical-align: text-top;
  position: relative;
  top: 3px;
}
.footer .mainNavi02 .snsBtn svg use {
  fill: #bb6e23;
  transition: fill 0.4s;
}
.footer .mainNavi02 .snsBtn a:hover svg use {
  fill: #dc7f7f;
}
.footer .-list {
  display: flex;
}
.footer .-list > * {
  margin-bottom: 30px;
}
.footer .-list-article {
  margin-bottom: 2em;
  text-align: left;
}
.footer .-list-article .-cat {
  border-bottom: 1px solid #bb6e23;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  line-height: 1;
  font-size: 0.9em;
}
.footer .-list-article ul {
  font-size: 0.8em;
}
.footer .-list-article ul li + li {
  margin-top: 10px;
}
.footer:before {
  content: "";
  display: block;
  width: 100%;
  background: url("../img/ft-bg.svg") no-repeat center bottom;
}
.footer .ftInner {
  position: relative;
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
  background-color: #faede9;
  display: flex;
  flex-wrap: wrap;
}
.footer li {
  display: block;
  line-height: 1;
}
.footer a {
  display: inline-block;
  color: #bb6e23;
  text-decoration: none;
  font-size: 1.06em;
}
.footer ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.footer ul[class^=mainNavi] li {
  text-align: left;
}
.footer #copyrights {
  width: 100%;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 749.999px) {
  .footer {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .footer:before {
    height: 58px;
    background-size: auto 100% !important;
  }
  .footer a {
    font-size: 1em;
  }
  .footer .ftInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0 80px;
    padding-right: calc(50% - 134px);
    padding-left: calc(50% - 134px);
  }
  .footer ul[class^=mainNavi] {
    width: 50%;
  }
  .footer .-list {
    order: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .-list > * {
    width: calc(50% - 15px);
  }
  .footer .ftLogo {
    width: 100%;
    order: 1;
    margin-top: 22px;
  }
  .footer .ftLogo a {
    width: 132px;
    text-align: center;
  }
  .footer ul[class^=mainNavi] li {
    white-space: nowrap;
  }
  .footer ul[class^=mainNavi] li + li {
    margin-top: 22px;
  }
  .footer .mainSubNavi {
    margin-top: 22px;
  }
  .footer .mainSubNavi li:before {
    top: 2px;
  }
  .footer .mainNavi02 .mainSubNavi > li {
    margin-top: 20px;
  }
  .footer .mainNavi02 .mainSubNavi > li > a {
    font-size: 0.9em;
  }
  .footer .snsBtn svg {
    width: 23px;
  }
  .footer #copyrights {
    margin-top: 23px;
    text-align: center;
    font-size: 0.8rem;
    order: 2;
  }
}
@media screen and (min-width: 750px) {
  .footer {
    margin-top: -118px !important;
  }
  .footer:before {
    height: 118px;
  }
  .footer .-list > *:not(:last-child) {
    margin-right: 30px;
  }
  .footer .-footer > *:not(:last-child) {
    margin-right: 15px;
  }
  .footer .ftInner {
    justify-content: space-between;
    padding: 48px 0 100px;
    padding-right: calc(50% - 512px);
    padding-left: calc(50% - 512px);
  }
  .footer .ftLogo {
    text-align: left;
    margin-bottom: 40px;
  }
  .footer .ftLogo a {
    width: 204px;
    text-align: left;
  }
  .footer ul[class^=mainNavi] li a {
    color: #bb6e23;
    text-decoration: none;
  }
  .footer ul[class^=mainNavi] li + li {
    margin-top: 25px;
  }
  .footer .mainNavi02 .mainSubNavi > li + li {
    margin-top: 20px;
  }
  .footer .mainNavi02 .mainSubNavi > li > a {
    font-size: 0.9em;
  }
  .footer .snsBtn svg {
    width: 28px;
  }
  .footer #copyrights {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: end;
    text-align: left;
    font-size: 1rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1239.999px) {
  .footer .ftInner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 1240px) {
  .footer .ftInner {
    padding-right: calc(50% - 512px);
    padding-left: calc(50% - 512px);
  }
}
@media screen and (min-width: 2400px) {
  .footer .ftInner {
    padding-right: 688px;
    padding-left: 688px;
  }
  .footer .ftInner:before, .footer .ftInner:after {
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    z-index: 1;
  }
  .footer .ftInner:before, .footer .ftInner:after {
    height: calc(100% + 118px);
    bottom: 0;
  }

  main:before {
    left: calc(50% - 1200px);
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 90%);
  }

  .footer .ftInner:before {
    left: calc(50% - 1200px);
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 90%);
  }
  .footer .ftInner:after {
    left: calc(50% + 1050px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 90%);
  }
}
header.UpSPMove {
  -webkit-animation: UpSPAnime 0.5s forwards;
  animation: UpSPAnime 0.5s forwards;
  position: fixed;
  left: 0;
  width: 100%;
  line-height: 1;
  z-index: 100;
  bottom: 0;
  background-color: #bb6e23;
}
@media screen and (min-width: 750px) {
  header.UpSPMove {
    display: none;
  }
}

#spBtmMenus {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
}
#spBtmMenus li {
  width: 50%;
  height: 100%;
  font-size: 1.5rem;
}
#spBtmMenus li:last-child {
  border-left: 1px solid #fff;
}
#spBtmMenus li a {
  width: 100%;
  height: 100%;
  padding: 22px 10px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #fff;
  display: block;
  text-decoration: none;
  transition: color 0.4;
  margin: 0;
  vertical-align: baseline;
  background: transparent;
}

.article h4 {
  border-top: none;
  border-bottom: 1px solid #bb6e23;
  padding: 0 9px 10px;
}
/*# sourceMappingURL=style.css.map */