@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#front-page #keyvisual {
  width: 100vw;
  height: calc(100dvh - 72px);
  position: relative;
  margin-bottom: 72px;
}
#front-page #keyvisual .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FDFDF4;
  z-index: 0.1;
  transition: opacity 5s;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-page #keyvisual .mask .loading {
  display: flex;
  gap: 24px;
}
#front-page #keyvisual .mask .loading span {
  display: block;
  width: 16px;
  height: 16px;
  background: #4F9124;
  border-radius: 50%;
  transform: scale(0);
  animation: loading 1.2s ease-in-out infinite;
}
#front-page #keyvisual .mask .loading span:nth-child(2) {
  animation-delay: 0.4s;
}
#front-page #keyvisual .mask .loading span:nth-child(3) {
  animation-delay: 0.8s;
}
#front-page #keyvisual .mask.hidden {
  opacity: 0;
}
#front-page #keyvisual .mask.hidden .loading {
  display: none;
}
#front-page #keyvisual > .lights span {
  background: rgba(247, 241, 226, 0.7);
}
#front-page #keyvisual > .lights :nth-child(1) {
  max-width: 64px;
  max-height: 64px;
  width: 8vw;
  height: 8vw;
  top: 4vh;
  right: 12vw;
}
#front-page #keyvisual > .lights :nth-child(2) {
  max-width: 100px;
  max-height: 100px;
  width: 15vw;
  height: 15vw;
  top: 8vh;
  right: 16vw;
}
#front-page #keyvisual > .lights :nth-child(3) {
  max-width: 164px;
  max-height: 164px;
  width: 24vw;
  height: 24vw;
  top: 10vh;
  right: -2vw;
}
#front-page #keyvisual > .lights :nth-child(4) {
  max-width: 48px;
  max-height: 48px;
  width: 6vw;
  height: 6vw;
  top: 10vh;
  right: 4vw;
}
#front-page #keyvisual > .lights :nth-child(5) {
  max-width: 80px;
  max-height: 80px;
  width: 10vw;
  height: 10vw;
  top: 20vh;
  right: 10vw;
}
#front-page #keyvisual > .lights :nth-child(6) {
  max-width: 56px;
  max-height: 56px;
  width: 8vw;
  height: 8vw;
  top: 24vh;
  right: -2vw;
}
#front-page #keyvisual .wide-inner {
  font-weight: bold;
  color: #645746;
  height: 100%;
  position: relative;
}
#front-page #keyvisual .wide-inner .inner .text-bg {
  width: 100vw;
  font-size: min(40px, 4.8vw);
  height: 3em;
  background: #FDFDF4;
  position: absolute;
  bottom: 1em;
  left: calc(-100vw + 18em);
  border-radius: 24px;
  transform: 0;
  transition: transform 5s;
}
#front-page #keyvisual .wide-inner .inner .text-bg.hidden {
  transform: translateX(-100%);
}
#front-page #keyvisual .wide-inner .text {
  position: absolute;
  font-size: min(40px, 4.8vw);
  bottom: 1.25em;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
#front-page #keyvisual .wide-inner .text img {
  width: 7em;
}
#front-page #keyvisual .wide-inner .text p {
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-bottom: 1dvh;
}
#front-page #keyvisual .wide-inner .text p span {
  opacity: 1;
  transition: opacity 1s;
}
#front-page #keyvisual .wide-inner .text p span.hidden {
  opacity: 0;
}
#front-page #keyvisual .wide-inner .lights span {
  background: rgba(253, 248, 234, 0.7);
}
#front-page #keyvisual .wide-inner .lights :nth-child(1) {
  max-width: 80px;
  max-height: 80px;
  width: 12vw;
  height: 12vw;
  bottom: 32dvh;
  left: 8vw;
}
#front-page #keyvisual .wide-inner .lights :nth-child(2) {
  max-width: 124px;
  max-height: 124px;
  width: 20vw;
  height: 20vw;
  bottom: 18dvh;
  left: -1vw;
}
#front-page #keyvisual .wide-inner .lights :nth-child(3) {
  max-width: 264px;
  max-height: 264px;
  width: 40vw;
  height: 40vw;
  bottom: 0;
  left: 1vw;
}
#front-page #keyvisual .wide-inner .lights :nth-child(4) {
  max-width: 160px;
  max-height: 160px;
  width: 25vw;
  height: 25vw;
  bottom: -6vh;
  left: 4vw;
}
#front-page #keyvisual .wide-inner .lights :nth-child(5) {
  max-width: 48px;
  max-height: 48px;
  width: 10vw;
  height: 10vw;
  bottom: -2vh;
  left: 24vw;
}
#front-page #keyvisual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#front-page #keyvisual .bg .imgs {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 5s;
}
#front-page #keyvisual .bg .imgs.hidden {
  opacity: 0;
}
#front-page #keyvisual .bg .img1 {
  background-image: url(../img/new-keyvisual1.jpg);
}
#front-page #keyvisual .bg .img2 {
  background-image: url(../img/new-keyvisual2.jpg);
}
@media screen and (max-width: 600px) {
  #front-page #keyvisual .wide-inner .text-bg {
    display: none;
  }
  #front-page #keyvisual .wide-inner .text {
    display: block;
    align-items: start;
    bottom: 0;
    font-size: 32px;
    width: 100%;
    margin-bottom: 0.75em;
  }
  #front-page #keyvisual .wide-inner .text > :nth-child(2) {
    margin-left: auto;
  }
  #front-page #keyvisual .bg {
    height: 76dvh;
  }
}
#front-page #about .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 36px;
}
#front-page #about .inner .text {
  width: 45%;
}
#front-page #about .inner .text h3 {
  text-align: left;
  line-height: 1.5em;
}
#front-page #about .inner .text .button-outer {
  margin-top: 32px;
}
#front-page #about .inner .imgs {
  width: calc(55% - 36px);
  position: relative;
}
#front-page #about .inner .imgs img:nth-child(1) {
  margin-bottom: 32px;
  aspect-ratio: 321/222;
  width: 80%;
}
#front-page #about .inner .imgs img:nth-child(2) {
  margin-left: auto;
  aspect-ratio: 284/196;
  width: 70.7788161994%;
}
#front-page #about .inner .imgs .lights-area {
  position: absolute;
  width: 45%;
  height: 45%;
  top: 30%;
  left: 0;
}
#front-page #about .inner .imgs .lights-area .lights {
  position: relative;
  width: 100%;
  height: 100%;
}
#front-page #about .inner .imgs .lights-area .lights span {
  background: rgba(253, 247, 229, 0.7);
}
#front-page #about .inner .imgs .lights-area .lights :nth-child(1) {
  width: 20%;
  top: 0;
  right: 50%;
}
#front-page #about .inner .imgs .lights-area .lights :nth-child(2) {
  width: 28%;
  left: 0;
  top: 20%;
}
#front-page #about .inner .imgs .lights-area .lights :nth-child(3) {
  width: 64%;
  left: 10%;
  bottom: 20%;
}
#front-page #about .inner .imgs .lights-area .lights :nth-child(4) {
  width: 16%;
  right: 8%;
  bottom: 32%;
}
#front-page #about .inner .imgs .lights-area .lights :nth-child(5) {
  width: 32%;
  bottom: 8%;
  right: 16%;
}
#front-page #about .inner .imgs .lights-area .lights :nth-child(6) {
  width: 20%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 720px) {
  #front-page #about .inner {
    flex-direction: column;
    max-width: 480px;
  }
  #front-page #about .inner .text {
    width: auto;
  }
  #front-page #about .inner .imgs {
    width: 100%;
  }
  #front-page #about .inner .imgs img:nth-child(2) {
    transform: none;
  }
}
#front-page #businesses .inner .h2-flare :nth-child(1) {
  background: rgba(234, 248, 223, 0.7);
  width: 3.75em;
  height: 3.75em;
  top: -1.25em;
  transform: translateX(1em);
}
#front-page #businesses .inner .h2-flare :nth-child(1).hidden {
  transform: translateX(1em) scale(0);
}
#front-page #businesses .inner .h2-flare :nth-child(2) {
  width: 3em;
  height: 3em;
  background: rgba(252, 243, 226, 0.7);
  top: -3em;
}
#front-page #businesses .inner .h2-flare :nth-child(2).hidden {
  transform: scale(0);
}
#front-page #businesses .inner ul li {
  display: flex;
  gap: 36px;
  align-items: center;
}
#front-page #businesses .inner ul li img {
  width: 50%;
  aspect-ratio: 556/576;
}
#front-page #businesses .inner ul li .text h3 {
  color: #4F9124;
  text-align: center;
}
@media screen and (max-width: 720px) {
  #front-page #businesses .inner {
    max-width: 480px;
  }
  #front-page #businesses .inner ul li {
    flex-direction: column;
    gap: 24px;
  }
  #front-page #businesses .inner ul li img {
    width: 100%;
  }
}
#front-page #news .inner .h2-flare :nth-child(1) {
  background: rgba(252, 243, 226, 0.7);
  width: 4em;
  height: 4em;
  top: -1.25em;
  transform: translateX(-100%);
}
#front-page #news .inner .h2-flare :nth-child(1).hidden {
  transform: translateX(-100%) scale(0);
}
#front-page #news .inner .h2-flare :nth-child(2) {
  width: 3.25em;
  height: 3.25em;
  background: rgba(234, 248, 223, 0.7);
  top: -3em;
  transform: translateX(-5em);
}
#front-page #news .inner .h2-flare :nth-child(2).hidden {
  transform: translateX(-5em) scale(0);
}
#front-page #recruit {
  background: #79BA4E;
  color: #fff;
  margin-bottom: 0;
}
#front-page #recruit .inner {
  display: flex;
  flex-direction: row-reverse;
  padding: 48px 0;
  gap: 36px;
  align-items: center;
}
#front-page #recruit .inner .text {
  width: 50%;
}
#front-page #recruit .inner .text h2 {
  color: #fff;
}
#front-page #recruit .inner .text .button-outer .button {
  color: #fff;
}
#front-page #recruit .inner .text .button-outer .button .circle {
  background: rgba(79, 145, 36, 0.7);
}
#front-page #recruit .inner .text .button-outer .button .circle::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
#front-page #recruit .inner .img_area {
  width: calc(50% - 36px);
  border-radius: 24px;
  aspect-ratio: 556/576;
  position: relative;
  overflow: hidden;
  background-image: url(../img/recruit.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 720px) {
  #front-page #recruit .inner {
    flex-direction: column;
    gap: 24px;
  }
  #front-page #recruit .inner .text {
    width: 100%;
  }
  #front-page #recruit .inner .text p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 24px;
  }
  #front-page #recruit .inner .img_area {
    height: 384px;
    width: 100%;
  }
}

@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#page-about .lower-keyvisual {
  background-image: url(../img/about-keyvisual.jpg);
  background-position-y: 18%;
}
#page-about #top .inner .h2-flare {
  margin-top: 1em;
}
#page-about #top .inner .h2-flare :nth-child(1) {
  background: rgba(252, 243, 226, 0.7);
  width: 6em;
  height: 6em;
  top: -3em;
  transform: translateX(-6.5em);
}
#page-about #top .inner .h2-flare :nth-child(1).hidden {
  transform: translateX(-6.5em) scale(0);
}
#page-about #top .inner .h2-flare :nth-child(2) {
  width: 4em;
  height: 4em;
  background: rgba(234, 248, 223, 0.7);
  top: -4em;
  transform: translateX(-7em);
}
#page-about #top .inner .h2-flare :nth-child(2).hidden {
  transform: translateX(-5em) scale(0);
}
#page-about #philosophy .inner p {
  text-align: center;
}
#page-about #philosophy .inner p span {
  color: #4F9124;
}
@media screen and (max-width: 600px) {
  #page-about #philosophy .inner p {
    text-align: left;
  }
}
#page-about #greeting .inner .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 36px;
}
#page-about #greeting .inner .content .chairman {
  width: 45%;
}
#page-about #greeting .inner .content .chairman h4 {
  padding-top: 1em;
  text-align: center;
  font-size: 18px;
}
#page-about #greeting .inner .content .text {
  width: calc(55% - 36px);
}
@media screen and (max-width: 720px) {
  #page-about #greeting .inner .content {
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
    gap: 24px;
  }
  #page-about #greeting .inner .content .chairman {
    width: 100%;
  }
  #page-about #greeting .inner .content .chairman img {
    width: 100%;
  }
  #page-about #greeting .inner .content .text {
    width: 100%;
  }
}
#page-about #company .inner dl {
  border-top: 1px solid #645746;
}
#page-about #company .inner dl div {
  display: flex;
  border-bottom: 1px solid #645746;
  padding: 36px;
}
#page-about #company .inner dl div dt {
  width: 240px;
  color: #4F9124;
  font-weight: bold;
}
#page-about #company .inner dl div dd br {
  display: none;
}
@media screen and (max-width: 720px) {
  #page-about #company .inner dl div {
    padding: 24px;
  }
  #page-about #company .inner dl div dt {
    width: 120px;
  }
  #page-about #company .inner dl div dd {
    width: calc(100% - 120px);
  }
  #page-about #company .inner dl div dd br {
    display: block;
  }
}
#page-about #access {
  background: #79BA4E;
  margin-bottom: 0;
  color: #fff;
}
#page-about #access .inner {
  display: flex;
  flex-direction: row-reverse;
  padding: 64px 0;
  align-items: center;
  gap: 24px;
}
#page-about #access .inner .text {
  width: 320px;
}
#page-about #access .inner .text h3 {
  text-align: left;
}
#page-about #access .inner iframe {
  border-radius: 24px;
  width: calc(100% - 344px);
  height: 400px;
}
@media screen and (max-width: 920px) {
  #page-about #access .inner {
    flex-direction: column;
    padding: 24px 0;
  }
  #page-about #access .inner .text {
    width: 100%;
  }
  #page-about #access .inner iframe {
    width: 100%;
  }
}

@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#page-contact #top .inner .h2-flare :nth-child(1) {
  background: rgba(252, 243, 226, 0.7);
  width: 6em;
  height: 6em;
  top: -3em;
  transform: translateX(-6.5em);
}
#page-contact #top .inner .h2-flare :nth-child(1).hidden {
  transform: translateX(-6.5em) scale(0);
}
#page-contact #top .inner .h2-flare :nth-child(2) {
  width: 4em;
  height: 4em;
  background: rgba(234, 248, 223, 0.7);
  top: -4em;
  transform: translateX(-7em);
}
#page-contact #top .inner .h2-flare :nth-child(2).hidden {
  transform: translateX(-5em) scale(0);
}
#page-contact #top .inner .square {
  max-width: 640px;
  background: #fff;
  text-align: center;
  padding: 36px 0;
  margin-top: 128px;
}
#page-contact #top .inner .square a {
  color: #4F9124;
  display: flex;
  justify-content: center;
  font-size: 32px;
  align-items: center;
  font-weight: bold;
  margin-bottom: 16px;
}
#page-contact #top .inner .square a img {
  width: 32px;
  height: 32px;
}
#page-contact #top .inner .square span {
  display: block;
  font-size: 20px;
}
#page-contact #form p {
  text-align: center;
}
#page-contact #form p br {
  display: none;
}
#page-contact #form .inner form p {
  margin-bottom: 0;
}
#page-contact #form .inner form dl {
  border-top: 1px solid #645746;
  margin-bottom: 36px;
}
#page-contact #form .inner form dl div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #645746;
  padding: 36px 24px;
  gap: 20px;
}
#page-contact #form .inner form dl div dt {
  color: #4F9124;
  font-weight: bold;
  -moz-text-align-last: left;
       text-align-last: left;
  width: 172px;
}
#page-contact #form .inner form dl div dd {
  -moz-text-align-last: left;
       text-align-last: left;
  width: calc(100% - 200px);
}
#page-contact #form .inner form dl div dd input:not([type=radio]), #page-contact #form .inner form dl div dd textarea, #page-contact #form .inner form dl div dd select {
  border-radius: 8px;
  border: none;
  outline: 1px solid #645746;
  padding: 6px 8px;
  resize: none;
}
#page-contact #form .inner form dl div dd input:not([type=radio]):focus, #page-contact #form .inner form dl div dd textarea:focus, #page-contact #form .inner form dl div dd select:focus {
  outline: 2px solid #4F9124;
}
#page-contact #form .inner form dl div dd input:not([type=radio]), #page-contact #form .inner form dl div dd textarea {
  width: 100%;
}
#page-contact #form .inner form dl div dd.select .wpcf7-form-control-wrap {
  position: relative;
}
#page-contact #form .inner form dl div dd.select .wpcf7-form-control-wrap::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: 2px solid #645746;
  border-right: 2px solid #645746;
  transform: rotate(45deg);
  right: 12px;
  top: 0;
}
#page-contact #form .inner form dl div dd.select .wpcf7-form-control-wrap select {
  padding-right: 48px;
  color: #645746;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}
#page-contact #form .inner form dl div dd .wpcf7-radio {
  display: flex;
}
#page-contact #form .inner form dl div dd .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  width: 50%;
  display: block;
}
#page-contact #form .inner form dl div dd .wpcf7-radio .wpcf7-list-item label input {
  accent-color: #4F9124;
}
#page-contact #form .inner form .wpcf7-submit {
  display: block;
  margin: 0 auto;
  background: #4F9124;
  color: #fff;
  border: none;
  width: 136px;
  text-align: center;
  padding: 8px 0;
  border-radius: 24px;
  cursor: pointer;
}
#page-contact #form .inner form .wpcf7-submit:hover {
  color: rgba(255, 255, 255, 0.7);
}
#page-contact #form .inner form .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 720px) {
  #page-contact #form .inner form dl div {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    align-items: start;
  }
  #page-contact #form .inner form dl div dt, #page-contact #form .inner form dl div dd {
    width: 100%;
  }
  #page-contact #form .inner form dl div dt .wpcf7-radio, #page-contact #form .inner form dl div dd .wpcf7-radio {
    flex-direction: column;
  }
  #page-contact #form .inner form dl div dt .wpcf7-radio .wpcf7-list-item, #page-contact #form .inner form dl div dd .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}

@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#page-recruit .lower-keyvisual {
  background-image: url(../img/recruit-keyvisual.jpg);
  background-position-y: 0;
}
#page-recruit #top .inner {
  text-align: center;
}
#page-recruit #top .inner .h2-flare {
  margin-top: 1em;
}
#page-recruit #top .inner .h2-flare :nth-child(1) {
  background: rgba(228, 246, 252, 0.7);
  width: 6em;
  height: 6em;
  top: -3em;
  transform: translateX(1em);
}
#page-recruit #top .inner .h2-flare :nth-child(1).hidden {
  transform: translateX(1em) scale(0);
}
#page-recruit #top .inner .h2-flare :nth-child(2) {
  width: 4em;
  height: 4em;
  background: rgba(234, 248, 223, 0.7);
  top: -4em;
}
#page-recruit #top .inner .h2-flare :nth-child(2).hidden {
  transform: scale(0);
}
#page-recruit #top .inner .catchcopy {
  font-size: 24px;
  font-weight: bold;
}
#page-recruit #top .inner .catchcopy br {
  display: none;
}
#page-recruit #top .inner p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  #page-recruit #top .inner {
    text-align: left;
  }
  #page-recruit #top .inner .catchcopy br {
    display: block;
  }
}
#page-recruit #preparation .square {
  padding: 36px 0;
  max-width: 640px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}
#page-recruit #preparation .square h3 {
  font-size: 32px;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
}
#page-recruit #preparation .square h3 img {
  width: 36px;
}
#page-recruit #preparation .square p {
  margin-bottom: 0;
}
#page-recruit #recruit-item {
  display: none;
}
#page-recruit #recruit-item .inner dl {
  border-top: 1px solid #645746;
}
#page-recruit #recruit-item .inner dl div {
  display: flex;
  border-bottom: 1px solid #645746;
  padding: 36px 0;
}
#page-recruit #recruit-item .inner dl div dt {
  width: 160px;
  color: #4F9124;
  font-weight: bold;
}
#page-recruit #recruit-item .inner dl div dd {
  width: calc(100% - 160px);
}
@media screen and (max-width: 600px) {
  #page-recruit #recruit-item .inner dl {
    border-top: none;
  }
  #page-recruit #recruit-item .inner dl div {
    flex-direction: column;
    border-bottom: none;
    padding: 0;
    margin-bottom: 48px;
  }
  #page-recruit #recruit-item .inner dl div dt {
    width: 100%;
    border-bottom: 1px solid #645746;
    padding-bottom: 16px;
  }
  #page-recruit #recruit-item .inner dl div dd {
    width: 100%;
    padding-top: 16px;
  }
}

@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#page-welfare01 .lower-keyvisual {
  background-image: url(../img/welfare01-keyvisual.jpg);
  background-position-y: 50%;
}
#page-welfare01 #top .inner .h2-flare {
  margin-top: 1em;
}
#page-welfare01 #top .inner .h2-flare :nth-child(1) {
  background: rgba(234, 248, 223, 0.7);
  width: 6em;
  height: 6em;
  top: -4em;
}
#page-welfare01 #top .inner .h2-flare :nth-child(1).hidden {
  transform: scale(0);
}
#page-welfare01 #top .inner .h2-flare :nth-child(2) {
  width: 4em;
  height: 4em;
  background: rgba(252, 243, 226, 0.7);
  top: -1em;
  transform: translateX(3.5em);
}
#page-welfare01 #top .inner .h2-flare :nth-child(2).hidden {
  transform: translateX(3.5em) scale(0);
}
#page-welfare01 #aim {
  margin-bottom: 64px;
}
#page-welfare01 #aim .inner .content {
  display: flex;
  gap: 36px;
  align-items: center;
  margin-bottom: 48px;
}
#page-welfare01 #aim .inner .content img {
  width: 45%;
  height: auto;
}
#page-welfare01 #aim .inner .content .text {
  width: calc(100% - 36px);
}
#page-welfare01 #aim .inner .content .text .catchcopy {
  font-size: 20px;
  line-height: 2.5em;
  font-weight: bold;
}
#page-welfare01 #aim .inner .about {
  border-top: 1px solid #4F9124;
  border-bottom: 1px solid #4F9124;
  padding: 64px;
  text-align: center;
  margin-bottom: 48px;
}
#page-welfare01 #aim .inner .about p {
  margin-bottom: 0;
}
#page-welfare01 #aim .inner .support {
  text-align: center;
}
#page-welfare01 #aim .inner .support ol {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
#page-welfare01 #aim .inner .support ol li {
  width: calc((100% - 36px) / 2);
  background: #fff;
  border-radius: 24px;
  position: relative;
  padding: 24px;
  margin-top: 24px;
}
#page-welfare01 #aim .inner .support ol li img {
  width: 80%;
  margin: auto;
}
#page-welfare01 #aim .inner .support ol li p {
  text-align: left;
}
#page-welfare01 #aim .inner .support ol li span {
  position: absolute;
  font-size: 64px;
  color: #4F9124;
  left: 36px;
  top: -48px;
}
@media screen and (max-width: 720px) {
  #page-welfare01 #aim .inner {
    max-width: 480px;
    margin: 0 auto;
  }
  #page-welfare01 #aim .inner .content {
    flex-direction: column;
    gap: 12px;
  }
  #page-welfare01 #aim .inner .content img {
    width: 100%;
  }
  #page-welfare01 #aim .inner .content .text {
    width: 100%;
  }
  #page-welfare01 #aim .inner .content .text .catchcopy {
    text-align: center;
  }
  #page-welfare01 #aim .inner .about {
    padding: 48px 0;
  }
  #page-welfare01 #aim .inner .about p {
    text-align: left;
  }
  #page-welfare01 #aim .inner .support p {
    text-align: left;
  }
  #page-welfare01 #aim .inner .support ol {
    flex-direction: column;
  }
  #page-welfare01 #aim .inner .support ol li {
    width: 100%;
  }
}
#page-welfare01 .imgs {
  padding: 0 20px;
  margin-bottom: 84px;
}
#page-welfare01 .imgs .wide-inner {
  display: flex;
  gap: 24px;
}
#page-welfare01 .imgs .wide-inner img {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 720px) {
  #page-welfare01 .imgs .wide-inner {
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
  }
  #page-welfare01 .imgs .wide-inner img {
    width: 100%;
  }
}
#page-welfare01 #feature .inner {
  text-align: center;
}
#page-welfare01 #feature .inner .types {
  display: flex;
  gap: 36px;
}
#page-welfare01 #feature .inner .types .type {
  width: calc(50% - 18px);
  background: #EFF8EC;
  position: relative;
  border-radius: 24px;
  margin-top: 124px;
  padding: 36px;
}
#page-welfare01 #feature .inner .types .type > img {
  position: absolute;
  width: 184px;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
}
#page-welfare01 #feature .inner .types .type p {
  text-align: left;
}
#page-welfare01 #feature .inner .types .type .user {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page-welfare01 #feature .inner .types .type .user img {
  width: -moz-fit-content;
  width: fit-content;
}
#page-welfare01 #feature .inner .types .type dl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#page-welfare01 #feature .inner .types .type dl::before {
  content: "";
  height: calc(100% - 28px);
  border-left: 1px solid #E6C03E;
  position: absolute;
  left: 6.5px;
  top: 14px;
}
#page-welfare01 #feature .inner .types .type dl div {
  display: flex;
  align-items: center;
  gap: 20px;
}
#page-welfare01 #feature .inner .types .type dl div dt span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E6C03E;
}
#page-welfare01 #feature .inner .types .type dl div dd {
  display: flex;
  align-items: center;
  gap: 16px;
}
#page-welfare01 #feature .inner .types .type dl div dd time {
  font-style: normal;
}
#page-welfare01 #feature .inner .types .type dl div dd p {
  margin-bottom: 0;
}
#page-welfare01 #feature .inner .types .type dl div.empty dt {
  margin-top: 8px;
}
#page-welfare01 #feature .inner .types .type dl div.empty dt span {
  width: 7px;
  height: 7px;
  margin: 0 auto 8px;
  transform: translateX(3.5px);
}
#page-welfare01 #feature .inner .types .type dl div.margin-bottom {
  margin-bottom: 24px;
}
#page-welfare01 #feature .inner .types .type:nth-child(2) dl::before {
  border-left: 1px solid #3EB9E6;
}
#page-welfare01 #feature .inner .types .type:nth-child(2) dl div dt span {
  background: #3EB9E6;
}
@media screen and (max-width: 720px) {
  #page-welfare01 #feature .inner {
    max-width: 480px;
    margin: 0 auto;
  }
  #page-welfare01 #feature .inner p {
    text-align: left;
  }
  #page-welfare01 #feature .inner .types {
    flex-direction: column;
  }
  #page-welfare01 #feature .inner .types .type {
    width: 100%;
  }
}
#page-welfare01 #list {
  background: #EAF8DF;
  margin-bottom: 0;
  padding: 96px 20px;
}
#page-welfare01 #list h4 .border {
  transform: translateX(-20px);
  border-bottom: 2px solid #4F9124;
  width: 70vw;
  padding-top: 12px;
}
#page-welfare01 #list .square {
  display: flex;
  gap: 36px;
  padding: 36px;
  margin-bottom: 64px;
  align-items: center;
}
#page-welfare01 #list .square img {
  width: 45%;
  height: auto;
}
#page-welfare01 #list .square .text {
  width: calc(55% - 36px);
}
#page-welfare01 #list .square .text p {
  font-size: 14px;
}
#page-welfare01 #list .square .text > dl > div:not(:last-child) {
  margin-bottom: 12px;
}
#page-welfare01 #list .square .text > dl > div dt {
  min-width: 72px;
  color: #4F9124;
}
#page-welfare01 #list .square .text > dl > div dd {
  position: relative;
}
#page-welfare01 #list .square .text > dl > div dd .kome {
  position: absolute;
  font-size: 12px;
  top: -4px;
}
#page-welfare01 #list .square .text > dl > div.sum {
  font-size: 18px;
}
#page-welfare01 #list .square .text > dl > div.fee {
  flex-direction: column;
}
#page-welfare01 #list .square .text > dl > div.fee dl div {
  justify-content: space-between;
  padding: 8px;
  display: flex;
}
#page-welfare01 #list .square .text > dl > div.fee dl div:not(:last-child) {
  border-bottom: 1px solid #645746;
}
#page-welfare01 #list .square .text > dl > div.fee dl div dt {
  color: #645746;
}
#page-welfare01 #list .square .text p {
  margin-bottom: 0;
}
#page-welfare01 #list .select-type {
  margin-bottom: 120px;
}
#page-welfare01 #list .mansion-type h4 {
  width: 100%;
}
#page-welfare01 #list .mansion-type h4 .inner {
  text-align: right;
}
#page-welfare01 #list .mansion-type h4 .border {
  transform: translateX(20px);
  border-bottom: 2px solid #4F9124;
  width: 70vw;
  margin-left: auto;
  padding-top: 12px;
}
#page-welfare01 #list .mansion-type .inner p {
  text-align: right;
}
#page-welfare01 #list .mansion-type .square {
  flex-direction: row-reverse;
}
@media screen and (max-width: 720px) {
  #page-welfare01 #list h4 .border {
    width: calc(100vw - 20px);
  }
  #page-welfare01 #list .inner {
    max-width: 480px;
  }
  #page-welfare01 #list .square {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  #page-welfare01 #list .square img {
    width: 100%;
  }
  #page-welfare01 #list .square .text {
    width: 100%;
  }
  #page-welfare01 #list .mansion-type h4 .border {
    width: calc(100vw - 20px);
    margin-left: 0;
    transform: translateX(0);
  }
  #page-welfare01 #list .mansion-type .square {
    flex-direction: column;
  }
}

@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#archive #top .inner .h2-flare {
  margin-bottom: 4em;
}
#archive #top .inner .h2-flare :nth-child(1) {
  background: rgba(234, 248, 223, 0.7);
  width: 4em;
  height: 4em;
  top: -1.25em;
  transform: translateX(-4em);
  z-index: 1;
}
#archive #top .inner .h2-flare :nth-child(1).hidden {
  transform: translateX(-100%) scale(0);
}
#archive #top .inner .h2-flare :nth-child(2) {
  width: 5em;
  height: 5em;
  background: rgba(253, 247, 221, 0.7);
  top: -4em;
  transform: translateX(-6.5em);
  z-index: 0;
}
#archive #top .inner .h2-flare :nth-child(2).hidden {
  transform: translateX(-6.5em) scale(0);
}
#archive #top .inner .h2-flare .characters {
  z-index: 1.5;
}
#archive #top .inner .wp-pagenavi {
  display: flex;
  justify-content: center;
  font-size: 24px;
  align-items: center;
  gap: 24px;
}
#archive #top .inner .wp-pagenavi a,
#archive #top .inner .wp-pagenavi span {
  display: block;
  border: none;
  color: #645746;
  font-weight: bold;
  position: relative;
  width: 24px;
  height: 24px;
}
#archive #top .inner .wp-pagenavi a::after,
#archive #top .inner .wp-pagenavi span::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background: #FDF7DD;
  border-radius: 50%;
  left: -14px;
  top: -2px;
  z-index: -1;
  transform: scale(0);
  transition: transform 0.3s;
}
#archive #top .inner .wp-pagenavi a:hover::after {
  transform: none;
}

@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#single article {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 720px;
}
#single article .inner .news-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 36px;
}
#single article .inner .news-title h3 {
  margin-bottom: 24px;
}
#single article .inner .content {
  gap: 24px;
}
#single article .inner .content img {
  width: calc(100% - 40px);
  margin: 0 auto 36px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
}
#single article .inner .content .text a {
  text-decoration: underline;
}
#single .button-outer {
  margin-bottom: 120px;
}

@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
header {
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 2;
  background: #FDFDF4;
}
header .wide-inner {
  padding: 0 20px;
}
header .wide-inner h1 {
  position: fixed;
  top: 6px;
  left: 50vw;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  z-index: 1;
  transition: width 0.5s;
  color: #4F9124;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}
header .wide-inner h1 img {
  width: 110px;
  transition: width 0.5s;
  margin: 0 auto;
}
header .wide-inner h1 span {
  padding-top: 2px;
  display: block;
  font-size: 18px;
  transition: font-size 0.5s;
}
header .wide-inner .nav-outer {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  transition: transform 0.5s;
}
header .wide-inner .nav-outer nav {
  width: calc(50% - 72px);
  font-size: 16px;
}
header .wide-inner .nav-outer nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  gap: 32px;
}
header .wide-inner .nav-outer nav ul li a {
  color: #645746;
  position: relative;
}
header .wide-inner .nav-outer nav ul li a .circle {
  position: absolute;
  display: block;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(0);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: -1;
}
header .wide-inner .nav-outer nav ul li a .circle.orange {
  background: #F2ECDC;
  bottom: -8px;
  left: -16px;
}
header .wide-inner .nav-outer nav ul li a .circle.green {
  background: #D9EDC1;
  bottom: -8px;
  right: 0;
}
header .wide-inner .nav-outer nav ul li a .circle.yellow {
  background: #FDF7DD;
  right: -12px;
  bottom: -12px;
}
header .wide-inner .nav-outer nav ul li a .circle.blue {
  background: #E4F6FC;
  left: -12px;
  bottom: -8px;
}
header .wide-inner .nav-outer nav ul li a .circle.red {
  background: #F8E8DF;
  right: 0;
  bottom: -4px;
}
header .wide-inner .nav-outer nav ul li a:hover .circle {
  opacity: 1;
  transform: scale(1);
}
header .wide-inner .nav-outer nav ul .businesses {
  position: relative;
  display: block;
}
header .wide-inner .nav-outer nav ul .businesses > div > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #645746;
  border-right: 2px solid #645746;
  transform: translateY(-2px) rotate(45deg);
  margin-left: 8px;
  transition: transform 0.3s;
  z-index: 1;
}
header .wide-inner .nav-outer nav ul .businesses > div ul {
  opacity: 0;
  position: absolute;
  width: 150px;
  bottom: -2px;
  left: -4px;
  font-size: 14px;
  background: rgba(234, 248, 223, 0.7);
  border-top: 1px solid #645746;
  border-radius: 0 0 8px 8px;
  transform: translateY(100%);
}
header .wide-inner .nav-outer nav ul .businesses > div ul li {
  padding: 20px 0;
}
header .wide-inner .nav-outer nav ul .businesses:hover > div > span {
  transform: translateY(2px) rotate(45deg);
}
header .wide-inner .nav-outer nav ul .businesses:hover > div ul {
  opacity: 1;
  transition: opacity 1s;
}
header .wide-inner .nav-outer nav ul .dot {
  width: 5px;
  height: 5px;
  background: #4F9124;
  border-radius: 50%;
}
header .wide-inner .nav-outer nav ul .privacy {
  display: none;
}
header .wide-inner .hamburger {
  display: none;
}
@media screen and (max-width: 920px) {
  header .wide-inner {
    text-align: center;
  }
  header .wide-inner h1 {
    top: 8px;
  }
  header .wide-inner h1 img {
    width: 66px;
  }
  header .wide-inner h1 span {
    font-size: 10px;
  }
  header .wide-inner .nav-outer {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: calc(90dvh - 16px);
    background: #FDFDF4;
    display: block;
    padding-top: 100px;
  }
  header .wide-inner .nav-outer nav {
    width: 260px;
    margin: 0 auto;
  }
  header .wide-inner .nav-outer nav ul {
    margin: 0;
    display: block;
    text-align: left;
  }
  header .wide-inner .nav-outer nav ul li {
    margin-top: 32px;
  }
  header .wide-inner .nav-outer nav ul .dot {
    display: none;
  }
  header .wide-inner .nav-outer nav ul .businesses > div > span {
    display: none;
  }
  header .wide-inner .nav-outer nav ul .businesses > div ul {
    position: relative;
    width: auto;
    opacity: 1;
    display: block;
    background: none;
    border-top: none;
    padding-left: 32px;
    transform: none;
  }
  header .wide-inner .nav-outer nav ul .businesses > div ul li {
    padding: 0;
    margin-top: 24px;
  }
  header .wide-inner .hamburger {
    display: flex;
    width: 32px;
    height: 32px;
    position: fixed;
    cursor: pointer;
    flex-direction: column;
    font-size: 10px;
    z-index: 1;
    justify-content: space-between;
    top: 24px;
    right: 20px;
  }
  header .wide-inner .hamburger .bar {
    border-bottom: 2px solid #645746;
    transition: transform 0.5s;
  }
  header .wide-inner .hamburger .menu {
    transition: opacity 0.5s;
  }
  header .wide-inner .hamburger span {
    display: block;
    text-align: center;
  }
  header .wide-inner .hamburger.cross .menu {
    opacity: 0;
  }
  header .wide-inner .hamburger.cross :nth-child(1) {
    transform: translateY(16px) rotate(-45deg);
  }
  header .wide-inner .hamburger.cross :nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }
}
header .elipse {
  top: -250px;
  z-index: -2;
  transition: transform 0.5s;
  box-shadow: 0 46px 46px rgba(0, 0, 0, 0.1);
  background: #FDFDF4;
}
@media screen and (max-width: 920px) {
  header .elipse {
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
  }
}
header .elipse.hidden {
  box-shadow: none;
}

@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
main {
  position: relative;
  overflow: hidden;
}
main > .elipse {
  background: #4F9124;
  bottom: -354px;
}
main .scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  background: #4F9124;
  border-radius: 50%;
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: transform 0.75s;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  main .scroll-top {
    transform: scale(0.8);
  }
}
main .scroll-top span {
  display: block;
}
main .scroll-top .roof {
  margin: auto;
  width: 32px;
  height: 4px;
  position: relative;
}
main .scroll-top .roof::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 24px;
  left: -11px;
  transform: rotate(-40deg);
}
main .scroll-top .roof::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 24px;
  right: -11px;
  transform: rotate(40deg);
}
main .scroll-top .top {
  margin-top: 32px;
}
main .scroll-top.hidden {
  transform: translateY(100vh);
}

footer {
  color: #fff;
  background: #4F9124;
  padding: 0 20px;
  padding-bottom: 64px;
}
footer small {
  max-width: 880px;
  margin: 24px auto 0;
  display: block;
  text-align: right;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  flex-direction: row-reverse;
}
footer .inner .company h2 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 32px;
  color: #fff;
}
footer .inner .company address {
  font-style: normal;
}
footer .inner .company a {
  display: block;
}
footer .inner .nav-outer {
  display: flex;
  gap: 64px;
}
footer .inner .nav-outer nav ul li {
  margin-bottom: 16px;
}
footer .inner .nav-outer nav ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .inner .nav-outer nav ul .dot {
  display: none;
}
footer .inner .nav-outer nav ul ul {
  padding-left: 16px;
}
@media screen and (max-width: 720px) {
  footer .inner {
    display: block;
    padding-top: 24px;
  }
  footer .inner .company {
    border-top: 1px solid #fff;
    padding-top: 24px;
  }
  footer .inner .company h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  footer .inner .nav-outer {
    flex-direction: column;
    padding-bottom: 16px;
    gap: 0;
  }
  footer .inner .nav-outer nav ul {
    margin: 0;
  }
}

@keyframes light {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loading {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-family: "Zen Kaku Gothic New";
}
html::-webkit-scrollbar {
  display: none;
}

body {
  color: #645746;
  position: relative;
  padding-top: 72px;
  background: #FDFDF4;
}
body.overflow {
  overflow: hidden;
}
body.overflow main {
  pointer-events: none;
}
body.overflow footer {
  pointer-events: none;
}

section {
  padding: 0 20px;
  margin-bottom: 144px;
}

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

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

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

a {
  text-decoration: none;
}

h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 1em;
  color: #4F9124;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
  margin-bottom: 1em;
}

h5 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 16px;
}

h6 {
  font-weight: normal;
  font-size: 18px;
}

.h3-circle {
  display: flex;
  gap: 0.5em;
  align-items: center;
  margin-bottom: 1.5em;
}
.h3-circle span {
  display: block;
  width: 1em;
  height: 1em;
  background: #4F9124;
  border-radius: 50%;
}

p {
  line-height: 32px;
  margin-bottom: 24px;
}

.elipse {
  content: "";
  width: 200vw;
  height: 400px;
  position: absolute;
  left: -50vw;
  border-radius: 50%;
  z-index: 0.5;
}
@media screen and (max-width: 920px) {
  .elipse {
    width: 280vw;
    left: -90vw;
  }
}

.lights span {
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: -0.5;
  opacity: 1;
  transition: transform 5s, opacity 5s;
  aspect-ratio: 1/1;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform: scale(1);
  filter: blur(2px);
}
.lights span.hidden {
  transform: scale(0);
  opacity: 0;
}

#page-contact,
#archive {
  padding-top: 200px;
}
#page-contact .h2-flare,
#archive .h2-flare {
  margin-top: 1em;
}
@media screen and (max-width: 920px) {
  #page-contact,
  #archive {
    padding-top: 120px;
  }
}

#page-privacy,
#not-found,
#single {
  padding-top: 144px;
}
#page-privacy #top,
#not-found #top,
#single #top {
  min-height: calc(100dvh - 1208px);
}
@media screen and (max-width: 920px) {
  #page-privacy #top,
  #not-found #top,
  #single #top {
    min-height: calc(100dvh - 1127px);
  }
}
@media screen and (max-width: 720px) {
  #page-privacy #top,
  #not-found #top,
  #single #top {
    min-height: calc(100dvh - 1450.4px);
  }
}
@media screen and (max-width: 600px) {
  #page-privacy #top,
  #not-found #top,
  #single #top {
    min-height: calc(100dvh - 1422.4px);
  }
}
#page-privacy section:not(#contact),
#not-found section:not(#contact),
#single section:not(#contact) {
  margin-bottom: 96px;
}
@media screen and (max-width: 920px) {
  #page-privacy,
  #not-found,
  #single {
    padding-top: 64px;
  }
}

#page-privacy dl dt {
  font-size: 20px;
  margin-bottom: 12px;
}
#page-privacy dl dd {
  margin-bottom: 24px;
}
#page-privacy date {
  display: block;
  text-align: right;
}

#not-found p {
  text-align: center;
}

.button-outer {
  text-align: right;
}
.button-outer .button {
  position: relative;
  font-weight: bold;
  display: inline-block;
  color: #645746;
  height: 64px;
}
.button-outer .button .characters {
  position: absolute;
  display: block;
  z-index: 1;
  right: 48px;
  top: 22px;
  width: -moz-max-content;
  width: max-content;
}
.button-outer .button .circle {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  background: #79BA4E;
  border-radius: 50%;
}
.button-outer .button .circle::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid #645746;
  border-right: 2px solid #645746;
  top: 50%;
  left: 50%;
  transition: transform 0.5s;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.button-outer .button:hover .circle::after {
  transform: translate(calc(-50% + 6px), -50%) rotate(-45deg);
}
.button-outer.return {
  text-align: center;
}
.button-outer.return .button {
  transform: translateX(-50%);
}
.button-outer.return .button .circle::after {
  border-top: 2px solid #645746;
  border-left: 2px solid #645746;
  border-bottom: none;
  border-right: none;
  transition: transform 0.5s;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.button-outer.return .button .characters {
  left: 48px;
}
.button-outer.return .button:hover .circle::after {
  transform: translate(calc(-50% - 4px), -50%) rotate(-45deg);
}

.h2-flare {
  position: relative;
  height: 1em;
  margin-bottom: 2.5em;
}
.h2-flare .circle {
  display: block;
  position: absolute;
  border-radius: 50%;
  transition: transform 1s;
  left: 50%;
}
.h2-flare .characters {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}

.square {
  background: #FDFDF4;
  border-radius: 24px;
  margin: 0 auto;
}

.lower-keyvisual {
  width: 100%;
  aspect-ratio: 1560/680;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  max-height: 640px;
}
.lower-keyvisual .elipse {
  background: #FDFDF4;
  bottom: -354px;
}

.news-title h3 {
  margin-bottom: 0;
  text-align: left;
  font-size: 20px;
}
.news-title div {
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 36px;
}
.news-title div .category {
  display: inline-block;
  padding: 0 20px;
  border-radius: 16px;
  line-height: 32px;
  background: #EAF8DF;
  color: #4F9124;
  width: -moz-max-content;
  width: max-content;
}
.news-title div time {
  font-weight: bold;
  display: block;
  width: 5em;
}
@media screen and (max-width: 720px) {
  .news-title h3 {
    font-size: 18px;
  }
}

.news-ul {
  border-top: 1px solid #a0a0a0;
  margin-bottom: 48px;
}
.news-ul li {
  border-bottom: 1px solid #a0a0a0;
  padding: 24px 32px 24px 12px;
}
.news-ul li .news-title {
  color: #645746;
  display: flex;
  gap: 48px;
  align-items: center;
  position: relative;
}
.news-ul li .news-title h3 {
  padding-right: 16px;
}
.news-ul li .news-title .arrow {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: -8px;
  top: 50%;
  border-bottom: 2px solid #645746;
  border-right: 2px solid #645746;
  transition: transform 0.5s;
  transform: translateY(-50%) rotate(-45deg);
}
.news-ul li .news-title:hover h3 {
  text-decoration: underline;
}
.news-ul li .news-title:hover .arrow {
  transform: translateY(-50%) translateX(6px) rotate(-45deg);
}
@media screen and (max-width: 720px) {
  .news-ul {
    margin-bottom: 32px;
  }
  .news-ul li .news-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.links {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
  padding-top: 48px;
}
.links div {
  display: flex;
  gap: 64px;
}
.links a {
  display: inline-block;
  font-size: 20px;
  height: 2em;
  border-bottom: 2px solid #4F9124;
  box-sizing: border-box;
  cursor: pointer;
}
.links a:hover {
  border-bottom: 4px solid #4F9124;
}
@media screen and (max-width: 600px) {
  .links {
    padding-top: 36px;
    gap: 24px;
    max-width: 500px;
    margin: 0 auto;
  }
  .links div {
    gap: 24px;
  }
  .links a {
    font-size: 16px;
  }
}

.tags {
  display: flex;
  font-size: 14px;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.tags .tag {
  display: block;
  width: calc(50% - 3px);
  text-align: center;
  border-radius: 6px;
  border: 1px solid #4F9124;
}

#contact {
  background: #D9EDC1;
  padding-top: 100px;
  padding-bottom: 160px;
  margin-bottom: 0;
}
#contact .square {
  padding: 80px 24px;
}
#contact .square .h2-flare {
  margin-bottom: 2.5em;
}
#contact .square .h2-flare :nth-child(1) {
  background: rgba(252, 243, 226, 0.7);
  bottom: -16px;
  transform: translateX(-4em);
  width: 2.5em;
  height: 2.5em;
}
#contact .square .h2-flare :nth-child(1).hidden {
  transform: translateX(-4em) scale(0);
}
#contact .square .h2-flare :nth-child(2) {
  width: 1.5em;
  height: 1.5em;
  top: -1.25em;
  transform: translateX(-4.5em);
  z-index: 1;
  background: rgba(234, 248, 223, 0.7);
}
#contact .square .h2-flare :nth-child(2).hidden {
  transform: translateX(-4.5em) scale(0);
}
#contact .square .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
}
#contact .square .inner .tel {
  width: 50%;
  max-width: 320px;
  text-align: center;
}
#contact .square .inner .tel span {
  display: block;
  font-size: 18px;
}
#contact .square .inner .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
}
#contact .square .inner .tel a img {
  display: inline;
  width: 28px;
}
#contact .square .inner .mail {
  width: 50%;
  height: 56px;
  display: flex;
  border: 1px solid #645746;
  max-width: 360px;
  font-size: 18px;
  font-weight: bold;
  color: #645746;
  gap: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  transition: background-color 0.5s, color 0.5s;
}
#contact .square .inner .mail:hover {
  background-color: #645746;
  color: #fff;
}
#contact .square .inner .mail:hover svg .cls-1 {
  stroke: #fff;
}
#contact .square .inner .mail svg {
  width: 28px;
  height: -moz-fit-content;
  height: fit-content;
}
#contact .square .inner .mail svg .cls-1 {
  transition: stroke 0.5s;
}
@media screen and (max-width: 720px) {
  #contact .square .inner {
    flex-direction: column;
    gap: 48px;
  }
  #contact .square .inner .tel {
    width: auto;
  }
  #contact .square .inner .mail {
    width: 264px;
  }
}/*# sourceMappingURL=styles.css.map */