@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
#front-page #keyvisual {
  padding-top: 120px;
  background: url("../img/background-style.png"), url("../img/cityscape.png"), #fffdef;
  background-repeat: repeat, no-repeat, repeat;
  background-position: top left, bottom right 136px, top left;
  background-size: auto, auto 76px, auto;
}
#front-page #keyvisual .inner {
  padding-bottom: 12px;
}
#front-page #keyvisual .inner .content {
  padding: 0 24px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#front-page #keyvisual .inner .content .catchcopy > p {
  display: flex;
  justify-content: center;
}
#front-page #keyvisual .inner .content .catchcopy > p span {
  opacity: 0;
  transition: opacity 0.5s;
}
#front-page #keyvisual .inner .content .catchcopy div p {
  display: flex;
  justify-content: center;
}
#front-page #keyvisual .inner .content .catchcopy div p span {
  opacity: 0;
  transition: opacity 0.5s;
}
#front-page #keyvisual .inner .content .img {
  width: 100%;
  aspect-ratio: 480/340;
  display: flex;
  align-items: center;
  justify-content: center;
}
#front-page #keyvisual .inner .content .img svg {
  width: 88%;
  overflow-y: visible;
  stroke-width: 0;
  transition: all 1s;
}
#front-page #keyvisual .inner .content .img svg.hidden {
  opacity: 0;
  translate: 0 10%;
}
#front-page #keyvisual .inner .content .img svg .light {
  opacity: 0;
  translate: 0 10%;
  transition: opacity 3s, translate 1s;
}
#front-page #keyvisual .inner .content .img svg .light.orange {
  animation: light-up 5s 6s ease infinite;
}
#front-page #keyvisual .inner .content .img svg .light.yellow {
  animation: light-down 5s 6s ease infinite;
}
#front-page #keyvisual .inner .content .img svg .green {
  fill: #499846;
  stroke: #499846;
}
#front-page #keyvisual .inner .content .img svg .orange {
  fill: #de9733;
  stroke: #de9733;
}
#front-page #keyvisual .inner .content .img svg .yellow {
  fill: #e9d132;
  stroke: #e9d132;
}
@media screen and (min-width: 680px) {
  #front-page #keyvisual {
    background: none;
  }
  #front-page #keyvisual .inner {
    background: url("../img/background-style.png"), url("../img/cityscape.png"), #fffdef;
    background-repeat: repeat, no-repeat, repeat;
    background-position: top left, bottom left, top left;
    background-size: auto, auto 76px, auto;
    padding-bottom: 24px;
  }
  #front-page #keyvisual .inner .content {
    flex-direction: row;
    gap: 0;
    align-items: center;
  }
  #front-page #keyvisual .inner .content .img {
    width: 48%;
  }
  #front-page #keyvisual .inner .content .catchcopy {
    width: 52%;
  }
}
@media screen and (min-width: 960px) {
  #front-page #keyvisual {
    padding-top: 160px;
  }
  #front-page #keyvisual .inner {
    background-size: auto, auto 96px, auto;
  }
  #front-page #keyvisual .inner .content {
    margin-bottom: 120px;
  }
}
#front-page #service {
  padding-top: 48px;
  padding-bottom: 56px;
  background: url("../img/background-style.png"), #F5F1D1;
  background-repeat: repeat;
  position: relative;
}
#front-page #service::before, #front-page #service::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100vw;
  background: url(../img/background-style.png), url("../img/line-background-deep.png");
  left: 0;
  background-repeat: repeat-x;
  background-size: cover;
}
#front-page #service::before {
  top: -5.6px;
}
#front-page #service::after {
  bottom: -5.6px;
  transform: rotate(180deg);
}
#front-page #service .inner .square {
  margin-bottom: 60px;
  padding-top: 40px;
}
#front-page #service .inner .square p {
  font-size: 18px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 2.5em;
}
#front-page #service .inner .square p br {
  display: none;
}
#front-page #service .inner .square .content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#front-page #service .inner .square .content ul li {
  text-align: center;
  margin-bottom: 48px;
}
#front-page #service .inner .square .content ul li h4 {
  margin-top: 0.8em;
}
#front-page #service .inner .square .content ul li img {
  width: 200px;
  margin: 0 auto;
}
#front-page #service .inner .square .content a {
  margin-inline: auto;
}
#front-page #service .inner .facilities > :first-child {
  margin-bottom: 32px;
}
#front-page #service .inner .facilities .content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
}
#front-page #service .inner .facilities .content .facility img {
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (min-width: 680px) {
  #front-page #service .inner .square {
    padding-top: 60px;
  }
  #front-page #service .inner .square p {
    text-align: center;
  }
  #front-page #service .inner .square p br {
    display: block;
  }
  #front-page #service .inner .square .content ul {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  #front-page #service .inner .square .content ul li {
    width: 50%;
  }
  #front-page #service .inner .square .content ul li img {
    height: 120px;
  }
  #front-page #service .inner .facilities > :first-child {
    margin-bottom: 80px;
  }
  #front-page #service .inner .facilities .content {
    flex-direction: row;
  }
  #front-page #service .inner .facilities .content .facility {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #front-page #service {
    padding-bottom: 96px;
  }
  #front-page #service .inner .square .content ul li img {
    height: 144px;
  }
}
#front-page #news {
  padding-top: 72px;
}
#front-page #news .content .news-ul {
  margin-bottom: 20px;
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
#page-privacy #top {
  font-weight: 400;
}
#page-privacy #top .content p {
  margin-bottom: 32px;
}
#page-privacy #top .content dl {
  border-bottom: 1px solid #36250C;
}
#page-privacy #top .content dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
#page-privacy #top .content dl dd {
  margin-bottom: 32px;
}
#page-privacy #top .content dl dd ul {
  padding-left: 1em;
  list-style: disc;
}
#page-privacy #top .content dl dd .tel {
  margin-top: 12px;
}
#page-privacy #top .content span {
  margin-top: 8px;
  display: block;
}
@media screen and (min-width: 680px) {
  #page-privacy #top .content span {
    text-align: center;
  }
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
#page-about #top .content > p {
  margin-bottom: 32px;
}
#page-about #top .content .catchcopy {
  margin-top: 48px;
  text-align: left;
}
@media screen and (min-width: 680px) {
  #page-about #top .content .catchcopy {
    text-align: center;
  }
}
#page-about #greeting h3 {
  background-image: url("../img/greeting_underline.svg");
}
#page-about #greeting .content {
  display: flex;
  flex-direction: column;
}
#page-about #greeting .content .person {
  padding: 0 20px;
}
#page-about #greeting .content .person h4 {
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
}
#page-about #greeting .content .person h4 span {
  font-size: 16px;
  font-weight: normal;
}
#page-about #greeting .content .person img {
  width: 100%;
}
#page-about #greeting .content .text p {
  margin-bottom: 1em;
}
@media screen and (min-width: 680px) {
  #page-about #greeting .content {
    flex-direction: row;
  }
  #page-about #greeting .content .person {
    width: 36%;
    padding: 0;
  }
  #page-about #greeting .content .text {
    width: 64%;
    padding-left: 36px;
  }
}
#page-about #company .content h3 {
  background-image: url("../img/company-underline.svg");
}
#page-about #company .content dl {
  border-top: 1px solid #36250C;
  border-bottom: 1px solid #36250C;
}
#page-about #company .content dl div {
  display: flex;
  padding: 24px 12px;
}
#page-about #company .content dl div dt {
  width: 36%;
}
#page-about #company .content dl div dd {
  width: 64%;
}
#page-about #company .content dl div:not(:last-child) {
  border-bottom: 1px dashed #36250C;
}
@media screen and (min-width: 960px) {
  #page-about #company .content dl div {
    padding: 32px;
  }
  #page-about #company .content dl div dt {
    width: 25%;
  }
  #page-about #company .content dl div dd {
    width: 75%;
  }
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
#page-service section .content h3 {
  background-position: center bottom 0.5em;
  min-width: 12em;
  margin-bottom: 36px;
}
#page-service section .content h3 img {
  width: 140px;
  margin-inline: auto;
  margin-bottom: 18px;
}
#page-service section .content > p {
  margin-bottom: 60px;
}
#page-service section .content .service-items .service-item {
  margin-bottom: 36px;
}
@media screen and (min-width: 680px) {
  #page-service section .content .service-items .service-item {
    margin-bottom: 72px;
  }
}
#page-service section .content .service-items .service-item h4 {
  font-size: 24px;
  border-bottom: 2px solid;
  line-height: 2em;
  margin-bottom: 24px;
  font-weight: bold;
}
#page-service section .content .service-items .service-item .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 680px) {
  #page-service section .content .service-items .service-item .flex {
    flex-direction: row;
  }
}
#page-service section .content .service-items .service-item .flex .img {
  width: 100%;
}
#page-service section .content .service-items .service-item .flex .img img {
  width: 100%;
}
@media screen and (min-width: 680px) {
  #page-service section .content .service-items .service-item .flex .img {
    width: 45%;
  }
}
#page-service section .content .service-items .service-item .flex h5 {
  font-size: 18px;
  margin-bottom: 0.5em;
  margin-top: 0;
}
@media screen and (min-width: 680px) {
  #page-service section .content .service-items .service-item .flex h5 {
    font-size: 20px;
  }
}
#page-service section .content .service-items .service-item .flex .fee dl {
  width: 320px;
}
#page-service section .content .service-items .service-item .flex .fee dl div {
  display: flex;
  justify-content: space-between;
  line-height: 2em;
}
#page-service section .content .service-items .service-item .flex .fee dl div.sum {
  border-top: 1px solid #000;
}
#page-service section .content .service-items .service-item .flex .fee dl div dt {
  font-weight: 600;
}
#page-service section .content .service-items .service-item .flex .fee dl div dd {
  width: 120px;
}
#page-service section .content .service-items .service-item .flex .fee span {
  display: block;
  margin-top: 0.5em;
}
#page-service section .content .service-items .service-item .flex .text {
  width: 100%;
  padding-block: 20px;
}
@media screen and (min-width: 680px) {
  #page-service section .content .service-items .service-item .flex .text {
    width: 55%;
    padding-block: 0;
    padding-left: 24px;
  }
}
#page-service #typeb .content h3 {
  background-image: url(../img/underline1.svg);
}
#page-service #typeb .content .service-items .service-item h4 {
  border-color: #8FCC79;
}
#page-service #typeb .content .service-items .service-item .flex .text ul {
  list-style: disc;
  padding-left: 1em;
}
#page-service #typeb .content .service-items .service-item .flex .text dl div {
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  #page-service #typeb .content .service-items .service-item .flex .text dl div {
    display: flex;
  }
}
#page-service #typeb .content .service-items .service-item .flex .text dl div dt {
  width: 96px;
}
#page-service #typeb .content .service-items .service-item .flex .text dl div dd {
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  #page-service #typeb .content .service-items .service-item .flex .text dl div dd {
    width: calc(100% - 96px);
  }
}
#page-service #home .content h3 {
  background-image: url(../img/underline2.svg);
}
#page-service #home .content .service-items .service-item {
  line-height: 1.5em;
}
#page-service #home .content .service-items .service-item h4 {
  border-color: #EFAC4C;
}
#page-service #home .content .service-items .service-item .flex .img .upper img {
  width: 100%;
}
#page-service #home .content .service-items .service-item .flex .img .lower {
  margin-top: 6px;
  display: flex;
  gap: 6px;
}
#page-service #home .content .service-items .service-item .flex .img .lower img {
  width: calc(50% - 3px);
}
#page-service #home .content .service-items .service-item .flex .text > div {
  margin-bottom: 24px;
  font-weight: normal;
}
#page-service #home .content .service-items .service-item .flex .text .move-in dl {
  width: 300px;
}
#page-service #home .content .service-items .service-item .flex .text .move-in dl div {
  display: flex;
  justify-content: space-between;
}
#page-service #home .content .service-items .service-item .flex .text ul {
  list-style: disc;
  padding-left: 1em;
}
#page-service #mansion .content h3 {
  background-image: url(../img/underline3.svg);
}
#page-service #mansion .content .service-items .service-item h4 {
  border-color: #EDBBBB;
}
#page-service #mansion .content .service-items .service-item ol {
  font-size: 18px;
  line-height: 1.5em;
  list-style: none;
  padding-left: 0;
}
#page-service #mansion .content .service-items .service-item ol li span {
  color: #EDBBBB;
  margin-right: 1em;
}
#page-service #mansion .content .service-items .service-item .flex {
  justify-content: space-between;
}
#page-service #mansion .content .service-items .service-item .flex .fee {
  margin-bottom: 64px;
}
@media screen and (min-width: 680px) {
  #page-service #mansion .content .service-items .service-item .flex .fee {
    margin-bottom: 0;
  }
}
#page-service #mansion .content .service-items .service-item .flex .option {
  width: -moz-fit-content;
  width: fit-content;
}
#page-service #mansion .content .service-items .service-item .flex .option dl {
  line-height: 1.5em;
}
#page-service #mansion .content .service-items .service-item .flex .option dl div {
  display: flex;
  gap: 1em;
}
#page-service #mansion .content .service-items .service-item .flex .option dl div dd {
  font-weight: normal;
}
#page-service #support .content h3 {
  background-image: url(../img/underline4.svg);
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
#page-contact #top .content > p {
  margin-bottom: 24px;
}
#page-contact #top .content form .mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 253, 239, 0.7);
  transition: opacity 5s;
  opacity: 1;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
#page-contact #top .content form .mask p {
  display: flex;
  gap: 24px;
}
#page-contact #top .content form .mask p span {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #459F47;
  border-radius: 50%;
  transform: scale(0);
  animation: submitting 1.2s ease-in-out infinite;
}
#page-contact #top .content form .mask p span:nth-child(2) {
  animation-delay: 0.4s;
}
#page-contact #top .content form .mask p span:nth-child(3) {
  animation-delay: 0.8s;
}
#page-contact #top .content form.submitting .mask {
  display: flex;
}
#page-contact #top .content form > dl > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#page-contact #top .content form > dl > div > dt span {
  color: #cc4444;
}
#page-contact #top .content form > dl > div > dd input:not([type=checkbox]), #page-contact #top .content form > dl > div > dd textarea {
  width: 100%;
  border: 1px solid #36250C;
  border-radius: 6px;
  padding: 8px;
}
#page-contact #top .content form > dl > div > dd textarea {
  resize: none;
}
#page-contact #top .content form > dl .privacy dd input {
  cursor: pointer;
}
#page-contact #top .content form > dl .privacy dd .privacy-wrapper {
  width: 100%;
  height: 200px;
  position: relative;
  overflow-y: scroll;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #36250C;
  margin-bottom: 16px;
}
#page-contact #top .content form > dl .privacy dd .privacy-wrapper .policy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: normal;
}
#page-contact #top .content form > dl .privacy dd .privacy-wrapper .policy h5 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 1em;
}
#page-contact #top .content form > dl .privacy dd .privacy-wrapper .policy dl dt {
  font-size: 15px;
  font-weight: 500;
}
#page-contact #top .content form .horizontal-button {
  margin-top: 48px;
}
#page-contact #top .content form .horizontal-button input {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
  border-radius: 24px;
  cursor: pointer;
}
@media screen and (min-width: 680px) {
  #page-contact #top .content > p {
    text-align: center;
  }
  #page-contact #top .content form > dl {
    align-items: center;
  }
  #page-contact #top .content form > dl > div {
    flex-direction: row;
  }
  #page-contact #top .content form > dl > div > dt {
    width: 25%;
  }
  #page-contact #top .content form > dl > div > dd {
    width: 75%;
  }
}

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
#page-thanks #top .content p {
  text-align: center;
}
#page-thanks #top .content .horizontal-button {
  margin-top: 48px;
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
#archive #top .content .categories {
  display: flex;
}
#archive #top .content .categories a {
  display: block;
  width: 25%;
  text-align: center;
  cursor: pointer;
  border-bottom: 1.5px solid #36250C;
  transition: background 0.3s;
  line-height: 2em;
}
#archive #top .content .categories a:hover {
  background: rgba(54, 37, 12, 0.05);
}
#archive #top .content .categories a.current {
  border-bottom: 3px solid #36250C;
  cursor: auto;
}
#archive #top .content .categories a.current:hover {
  background: none;
}
#archive #top .content .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  gap: 40px;
}
#archive #top .content .pagination .button {
  border: none;
  margin-left: 0;
  width: 24px;
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
#single #top .content article {
  margin-bottom: 64px;
}
#single #top .content article .news-title {
  border-bottom: 1px solid #36250C;
}
#single #top .content article .news-title h3 {
  font-size: 22px;
  margin-top: 0.25em;
}
#single #top .content article .the_content {
  padding: 32px 0 40px;
}
#single #top .content article .the_content * {
  margin-bottom: 16px;
}
#single #top .content .archive h4 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 680px) {
  #single #top .content article {
    margin-bottom: 96px;
  }
  #single #top .content article .news-title h3 {
    width: 100%;
    font-size: 26px;
  }
  #single #top .content .archive h4 {
    font-size: 24px;
  }
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
body {
  position: relative;
}
body header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
}
body header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
body header .inner h1 {
  width: 180px;
}
body header .inner h1 img {
  width: 100%;
}
body header .inner .hamburger {
  width: 24px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  font-size: 24px;
}
body header .inner .hamburger span {
  display: block;
  background: #459F47;
  height: 2.4px;
  width: 100%;
  border-radius: 1.2px;
  transition: transform 0.5s;
}
body header .inner .hamburger.cross span:first-child {
  transform: translateY(0.25em) rotate(45deg);
}
body header .inner .hamburger.cross span:last-child {
  transform: translateY(-0.25em) rotate(-45deg);
}
body header .inner .hamburger.resize span {
  transition: none;
}
@media screen and (min-width: 960px) {
  body header .inner {
    height: 96px;
  }
  body header .inner h1 {
    width: 200px;
  }
  body header .inner .hamburger {
    width: 36px;
    height: 21px;
    font-size: 36px;
  }
}
body .hamburger-menu {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  left: 0;
  top: -100vh;
  z-index: 5;
  padding: 0 20px;
  padding-top: 80px;
  padding-bottom: 48px;
  transition: translate 0.5s;
  overflow-y: scroll;
  background: url("../img/background-style.png"), #E1F4DB;
  background-repeat: repeat;
}
body .hamburger-menu.appear {
  translate: 0 100vh;
}
body .hamburger-menu .inner .square nav a {
  position: relative;
  padding-right: 1.5em;
}
body .hamburger-menu .inner .square nav a::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  border-bottom: 1.6px solid #257427;
  border-right: 1.6px solid #257427;
  top: 25%;
  right: 8px;
  transform: rotate(-45deg);
  transition: transform 0.3s;
}
body .hamburger-menu .inner .square nav a:hover::after {
  transform: translateX(4px) rotate(-45deg);
}
@media screen and (min-width: 680px) {
  body .hamburger-menu .inner .square nav {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  body .hamburger-menu .inner .square nav ul {
    gap: 40px;
  }
}
@media screen and (min-width: 960px) {
  body .hamburger-menu {
    padding-top: 116px;
  }
  body .hamburger-menu .inner .square nav a {
    font-size: 20px;
  }
  body .hamburger-menu .inner .square nav ul {
    font-size: 18px;
  }
  body .hamburger-menu .inner .square nav .privacy {
    font-size: 16px;
  }
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
body .scroll-top-area {
  position: relative;
}
body .scroll-top-area .scroll-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 64px;
  background-image: url(../img/circle.svg);
  background-size: cover;
  background-repeat: none;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-family: "SetoFont";
  border-radius: 50%;
  transition: translate 0.3s;
}
body .scroll-top-area .scroll-top img {
  width: 32px;
  transition: transform 0.3s;
}
body .scroll-top-area .scroll-top:hover img {
  transform: translateY(-4px);
}
body .scroll-top-area .scroll-top.hidden {
  translate: 0 200px;
}
body #contact {
  position: relative;
  background: url("../img/background-style.png"), #459F47;
  background-repeat: repeat;
  padding-top: 72px;
  padding-bottom: 64px;
  color: #fff;
}
body #contact::before, body #contact::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 100vw;
  background: url(../img/background-style.png), url("../img/line-green.png");
  left: 0;
  background-repeat: repeat-x;
  background-size: cover;
}
body #contact::before {
  top: -5.6px;
}
body #contact::after {
  bottom: -5.6px;
  transform: rotate(180deg);
}
body #contact p {
  text-align: center;
}
body footer {
  background: url("../img/background-style.png"), #257427;
  background-repeat: repeat;
  padding-top: 56px;
  padding-bottom: 24px;
}
body footer .copyright {
  color: #fff;
  text-align: center;
  padding-top: 2em;
  font-size: 14px;
}
body footer .inner .square .content {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
body footer .inner .square .content .company .logo {
  width: 180px;
  display: block;
  margin-bottom: 12px;
}
body footer .inner .square .content .company .logo img {
  width: 100%;
}
body footer .inner .square .content .company address {
  margin-bottom: 20px;
}
body footer .inner .square .content .company p span {
  color: #459F47;
}
@media screen and (min-width: 960px) {
  body footer .inner .square {
    padding: 80px;
  }
  body footer .inner .square .content {
    flex-direction: row-reverse;
    gap: 0;
  }
  body footer .inner .square .content .company {
    width: 50%;
  }
  body footer .inner .square .content nav {
    width: 50%;
  }
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
html {
  scroll-behavior: smooth;
}

body {
  background: url("../img/background-style.png"), #fffdef;
  background-repeat: repeat;
  color: #36250C;
  font-family: "IBM Plex Sans JP";
  font-weight: 500;
}
body.overflow {
  overflow-y: hidden;
}

header,
section,
footer {
  padding: 0 20px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.content {
  max-width: 880px;
  margin: 0 auto;
}

.square {
  background: url("../img/background-style.png"), #fffdef;
  background-repeat: repeat;
  border-radius: 16px;
  padding: 36px 24px;
}

a {
  color: #36250C;
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 0.75em;
}
h2 span {
  display: block;
  font-size: 0.5em;
  color: #EFAC4C;
  margin-top: 0.5em;
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 32px;
  }
}

h3:not(.news-h3) {
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  padding: 0 0.75em 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 680px) {
  h3:not(.news-h3) {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  h3:not(.news-h3) {
    font-size: 28px;
  }
}

h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0.5em;
}

p {
  line-height: 2em;
}

address {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
}

.button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  align-items: center;
  margin-left: auto;
  border-bottom: 1px dashed #EFAC4C;
  gap: 8px;
}
.button .circle {
  position: relative;
  background: #EFAC4C;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
.button .circle .arrow {
  position: absolute;
  width: 10px;
  height: 1.6px;
  border-radius: 0.8px;
  background: #fff;
  top: 11.2px;
  left: 7px;
  transition: transform 0.3s;
}
.button .circle .arrow::before, .button .circle .arrow::after {
  display: block;
  content: "";
  background: #fff;
  width: 7px;
  height: 1.6px;
  border-radius: 0.8px;
}
.button .circle .arrow::before {
  transform: translate(4px, -1.6px) rotate(45deg);
}
.button .circle .arrow::after {
  transform: translate(4px, 0.8px) rotate(-45deg);
}
.button .circle .arrow.prev {
  rotate: 180deg;
}
.button:hover .circle .arrow {
  transform: translateX(3px);
}
@media screen and (min-width: 960px) {
  .button {
    font-size: 18px;
  }
}
.button.prev .circle .arrow {
  rotate: 180deg;
}

.catchcopy {
  text-align: center;
  font-family: "setofont";
}
.catchcopy p {
  line-height: 1.5em;
}
.catchcopy > p {
  font-size: 32px;
  color: #EFAC4C;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.catchcopy div p {
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .catchcopy > p {
    font-size: 40px;
  }
  .catchcopy div p {
    font-size: 28px;
  }
}

.scroll-top-area section:last-of-type {
  padding-bottom: 120px;
}

.lower-page h2 {
  padding-top: 120px;
  padding-bottom: 40px;
}
.lower-page section {
  background: #FFFEF8;
  padding-top: 48px;
  padding-bottom: 64px;
}
.lower-page section h3:not(.news-h3) {
  background-repeat: no-repeat;
  background-position: center bottom 50%;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .lower-page h2 {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

#not-found .scroll-top-area h2 {
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  #not-found .scroll-top-area h2 {
    font-size: 28px;
  }
}
#not-found .scroll-top-area .button {
  margin: 0 auto;
  margin-top: 64px;
}

.news-ul {
  border-top: 1px solid #36250C;
  border-bottom: 1px solid #36250C;
}
.news-ul li a h3 {
  transition: opacity 0.3s;
}
.news-ul li a:hover h3 {
  opacity: 0.7;
}
.news-ul li:not(:last-child) {
  border-bottom: 1px dashed #36250C;
}
@media screen and (min-width: 680px) {
  .news-ul li a {
    padding: 32px 0;
  }
}

.news-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
}
.news-title time {
  font-weight: 300;
  font-size: 14px;
  display: block;
  width: 80px;
}
.news-title span {
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #459F47;
  padding: 2px;
  width: 64px;
  display: block;
  text-align: center;
}
.news-title h3 {
  font-size: 18px;
  width: 100%;
}
@media screen and (min-width: 680px) {
  .news-title h3 {
    margin-left: auto;
    width: calc(100% - 200px);
    font-size: 20px;
  }
}

.horizontal-button {
  background: #EFAC4C;
  border-radius: 24px;
  color: #fff;
  position: relative;
  padding: 6px;
  font-size: 14px;
  outline: 1px solid #EFAC4C;
  transition: all 0.3s;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.horizontal-button .line {
  border: 1px dashed #fff;
  width: 200px;
  height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}
.horizontal-button:hover {
  color: #EFAC4C;
  background: #fff;
}
.horizontal-button:hover .line {
  border-color: #EFAC4C;
}
.horizontal-button.inversion {
  color: #EFAC4C;
  background: #fff;
}
.horizontal-button.inversion .line {
  border-color: #EFAC4C;
}
.horizontal-button.inversion:hover {
  color: #fff;
  background: #EFAC4C;
}
.horizontal-button.inversion:hover .line {
  border-color: #fff;
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
nav {
  font-size: 18px;
  color: #257427;
}
nav a {
  border-bottom: 1px dashed;
}
nav a.privacy {
  font-size: 14px;
  color: #257427;
}
nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
nav ul li a {
  font-size: 16px;
}
@media screen and (min-width: 680px) {
  nav ul {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  nav ul {
    justify-content: space-between;
    gap: 0;
  }
}

@keyframes light-up {
  0% {
    translate: none;
  }
  50% {
    translate: 0 -5%;
  }
  100% {
    translate: none;
  }
}
@keyframes light-down {
  0% {
    translate: none;
  }
  50% {
    translate: 0 5%;
  }
  100% {
    translate: none;
  }
}
@keyframes submitting {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@font-face {
  font-family: "setofont";
  src: url("../fonts/setofont/setofont.ttf");
}
.contact {
  display: flex;
  gap: 20px;
  flex-direction: column;
  color: #36250C;
  margin-top: 20px;
}
.contact .square {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 20px;
}
.contact .square p {
  text-align: center;
  font-weight: 600;
  margin-top: 0.5em;
}
.contact .square p img {
  display: block;
  margin-inline: auto;
}
.contact .square span {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.contact .square a {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.contact .square.mail {
  margin-bottom: 12px;
}
.contact .square.mail p {
  margin-bottom: 0.5em;
}
.contact .square.mail img {
  width: 36px;
}
.contact .square.tel img {
  width: 40px;
}
.contact .square.tel a {
  font-size: 28px;
  color: #EFAC4C;
  font-weight: bold;
}
@media screen and (min-width: 680px) {
  .contact {
    flex-direction: row;
    gap: 32px;
    margin-top: 32px;
  }
  .contact .square {
    width: calc((100% - 32px) / 2);
    height: 224px;
  }
  .contact .square.mail img {
    width: 56px;
  }
  .contact .square.tel img {
    width: 72px;
  }
}/*# sourceMappingURL=styles.css.map */