.home .frontpage-information .content h2, .home .frontpage-greeing .content h2, .home .frontpage-treatment .content h2 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  color: #885a3c;
  font-weight: 500;
  font-size: 2.5rem;
  font-family: "kan415typos-std", sans-serif;
  line-height: 1;
  text-align: center;
}
.home .frontpage-information .content h2::before, .home .frontpage-greeing .content h2::before, .home .frontpage-treatment .content h2::before, .home .frontpage-information .content h2::after, .home .frontpage-greeing .content h2::after, .home .frontpage-treatment .content h2::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 200px;
  height: 62px;
  line-height: 1;
  background-image: url(../../images/ornament_rainbow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .home .frontpage-information .content h2::before, .home .frontpage-greeing .content h2::before, .home .frontpage-treatment .content h2::before, .home .frontpage-information .content h2::after, .home .frontpage-greeing .content h2::after, .home .frontpage-treatment .content h2::after {
    width: 100px;
  }
}
.home .frontpage-information .content h2::before, .home .frontpage-greeing .content h2::before, .home .frontpage-treatment .content h2::before {
  left: 0;
}
.home .frontpage-information .content h2::after, .home .frontpage-greeing .content h2::after, .home .frontpage-treatment .content h2::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .home .frontpage-information .content h2, .home .frontpage-greeing .content h2, .home .frontpage-treatment .content h2 {
    font-size: 1.7rem;
  }
}

.home .front-sidebar .title h2 {
  z-index: 1;
  margin: 0;
  color: #885a3c;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "kan415typos-std", sans-serif;
  line-height: 1;
}

.home .front-sidebar .schedule li a, .home .front-sidebar .download li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem;
  color: #07913b;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(224.4, 224.4, 224.4);
  transition: all 0.5s ease;
}
.home .front-sidebar .schedule li a:hover, .home .front-sidebar .download li a:hover {
  color: rgb(255, 255, 255);
  background-color: #07913b;
}
.home .front-sidebar .schedule li a::after, .home .front-sidebar .download li a::after {
  display: none;
  margin-left: 0.5rem;
  font-family: "ionicons";
  content: "\f28a";
}

.home .frontpage-card .content p a, .home .frontpage-information .content .button-area a, .home .frontpage-greeing .content .button-area a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: #07913b;
  border: 1px solid #07913b;
  transition: all 0.5s ease;
}
.home .frontpage-card .content p a:hover, .home .frontpage-information .content .button-area a:hover, .home .frontpage-greeing .content .button-area a:hover {
  color: #07913b;
  background-color: rgb(255, 255, 255);
}
.home .frontpage-card .content p a::after, .home .frontpage-information .content .button-area a::after, .home .frontpage-greeing .content .button-area a::after {
  display: none;
  margin-left: 0.5rem;
  font-family: "ionicons";
  content: "\f28a";
}

.home .front-sidebar table {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  background-color: rgb(255, 255, 255);
}
.home .front-sidebar table th,
.home .front-sidebar table td {
  padding: 0.3rem;
  text-align: center;
  border: 1px solid #07913b;
}
.home .front-sidebar table th {
  font-weight: 500;
}
.home .front-sidebar table thead {
  color: rgb(255, 255, 255);
  background-color: #07913b;
}
.home .front-sidebar table tbody tr th {
  background-color: rgba(0, 0, 0, 0.05);
}
.home .front-sidebar table tbody tr th span {
  display: block;
  font-size: 0.9rem;
}
.home .front-sidebar table caption {
  padding-bottom: 0;
  font-size: 0.9rem;
  text-align: left;
}
.home .front-sidebar table caption span {
  color: #e70012;
}

.home .visual {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url(../../images/visual_01.jpg);
  background-position: center;
  background-size: cover;
  user-select: none;
  pointer-events: none;
}
.home .visual .text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  font-family: "kan415typos-std", sans-serif;
  transform: translateY(-50%);
}
.home .visual .text .catch {
  margin: 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 2.5rem;
  text-shadow: 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255);
  opacity: 0;
}
.home .visual .text .catch .color {
  display: inline-block;
  color: #885a3c;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .home .visual .text .catch .color {
    font-size: 1.5rem;
  }
}
.home .visual .text .catch .indent {
  display: inline-block;
  text-indent: 5rem;
}
@media screen and (max-width: 767px) {
  .home .visual .text .catch .indent {
    font-size: 1.5rem;
    text-indent: 0;
  }
}
.home .visual .text .catch.fade {
  animation: 2s ease-out 1s slidein;
  animation-fill-mode: forwards;
}
@keyframes slidein {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .home .visual .text .catch {
    font-size: 1.5rem;
  }
}
.home .visual .text .everyday {
  width: fit-content;
  margin-top: 2rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #ff4040;
  padding-block: 0.8rem 1.3rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .home .visual .text {
    max-width: calc(100vw - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .home .visual {
    height: 300px;
    max-height: initial;
  }
}
.home .frontpage-feature {
  width: 100%;
}
.home .frontpage-feature .content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
.home .frontpage-feature .content ul li {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  padding: 0.5rem;
  overflow: hidden;
}
.home .frontpage-feature .content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease;
  content: "";
}
.home .frontpage-feature .content ul li a {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0.5rem;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
  background-color: #07913b;
}
.home .frontpage-feature .content ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .home .frontpage-feature .content ul li a::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home .frontpage-feature .content ul li a {
    height: 3rem;
    margin-top: 5rem;
    font-size: 0.7rem;
  }
}
.home .frontpage-feature .content ul li:hover::before {
  transform: scale(1.1, 1.1);
}
.home .frontpage-feature .content ul li:nth-of-type(1)::before {
  background-image: url(../../images/frontpage_feature_01.jpg);
}
.home .frontpage-feature .content ul li:nth-of-type(1) a {
  background-color: #0e66ad;
}
.home .frontpage-feature .content ul li:nth-of-type(2)::before {
  background-image: url(../../images/frontpage_feature_02.jpg);
}
.home .frontpage-feature .content ul li:nth-of-type(2) a {
  background-color: #ef6ea7;
}
.home .frontpage-feature .content ul li:nth-of-type(3)::before {
  background-image: url(../../images/frontpage_feature_03.jpg);
}
.home .frontpage-feature .content ul li:nth-of-type(3) a {
  background-color: #f39801;
}
.home .frontpage-feature .content ul li:nth-of-type(4)::before {
  background-image: url(../../images/frontpage_feature_04.jpg);
}
.home .frontpage-feature .content ul li:nth-of-type(4) a {
  background-color: #07913b;
}
@media screen and (max-width: 767px) {
  .home .frontpage-feature .content ul li {
    flex-basis: 50%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .home .frontpage-feature .content {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}
.home .frontpage-card {
  width: 100%;
  padding: 4rem 0;
  background-color: #fff;
}
.home .frontpage-card .content {
  max-width: 650px;
  margin: 0 auto;
}
.home .frontpage-card .content p {
  margin: 0;
  text-align: center;
}
.home .frontpage-card .content p.card-text {
  font-size: 1.4rem;
  font-family: "kan415typos-std", sans-serif;
}
.home .frontpage-card .content p.card-text + .card {
  margin-top: 1rem;
}
.home .frontpage-card .content p a {
  display: inline-block;
  font-size: 1.5rem;
}
.home .frontpage-card .content p a::after {
  display: inline-block;
}
.home .frontpage-card .content p + figure {
  margin-top: 0.5rem;
}
.home .frontpage-card .content .card {
  display: flex;
  align-items: center;
}
.home .frontpage-card .content .card img {
  display: block;
  width: 100%;
  height: auto;
}
.home .frontpage-card .content .card + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .home .frontpage-card .content {
    grid-template-columns: 1fr;
    max-width: calc(100vw - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .home .frontpage-card {
    padding: 2rem 0;
  }
}
.home .grid {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  gap: 0 1rem;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .grid {
    grid-template-columns: 1fr;
  }
}
.home .front-sidebar {
  grid-row: 1/span 3;
  grid-column: 2;
  padding-top: 4rem;
}
.home .front-sidebar .widget + .widget {
  margin-top: 2rem;
}
.home .front-sidebar .widget.time h2::before {
  margin-right: 0.5rem;
  font-family: "ionicons";
  content: "\f394";
}
.home .front-sidebar .widget.access h2::before {
  margin-right: 0.5rem;
  font-family: "ionicons";
  content: "\f325";
}
.home .front-sidebar .widget.access iframe {
  width: 100%;
}
.home .front-sidebar .widget.download h2::before {
  margin-right: 0.5rem;
  font-family: "ionicons";
  content: "\f2e1";
}
.home .front-sidebar .widget.link h2::before {
  margin-right: 0.5rem;
  font-family: "ionicons";
  content: "\f22e";
}
.home .front-sidebar .widget.information h3 {
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}
.home .front-sidebar .widget ul {
  padding-left: 1rem;
  font-size: 0.9rem;
}
.home .front-sidebar .widget ul li + li {
  margin-block-start: 0.5rem;
}
.home .front-sidebar .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .front-sidebar .title h2 {
  margin: 0;
  text-align: left;
}
.home .front-sidebar .title h2::before {
  margin-right: 0.5rem;
  font-family: "ionicons";
}
.home .front-sidebar .title .button-area a {
  display: block;
  color: #07913b;
  font-size: 0.8rem;
  text-decoration: none;
  transition: 0.3s;
}
.home .front-sidebar .title .button-area a:hover {
  opacity: 0.7;
}
.home .front-sidebar .title .button-area a::after {
  margin-left: 0.5rem;
  font-family: "ionicons";
  content: "\f283";
}
.home .front-sidebar .title + table {
  margin-top: 1rem;
}
.home .front-sidebar .title + p {
  margin-top: 1rem;
}
.home .front-sidebar .title + ul {
  margin-top: 1rem;
}
.home .front-sidebar .schedule {
  margin-bottom: 0;
  list-style: none;
}
.home .front-sidebar .schedule li a::after {
  display: block;
}
.home .front-sidebar .schedule li + li {
  margin-top: 1rem;
}
.home .front-sidebar .download {
  margin-bottom: 0;
  list-style: none;
}
.home .front-sidebar .download li a::after {
  display: block;
}
.home .front-sidebar .download li + li {
  margin-top: 0.5rem;
}
.home .front-sidebar .link {
  margin-bottom: 0;
  list-style: none;
}
.home .front-sidebar .link li a {
  display: block;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(224.4, 224.4, 224.4);
  transition: 0.3s;
}
.home .front-sidebar .link li a:hover {
  opacity: 0.7;
}
.home .front-sidebar .link li + li {
  margin-top: 1rem;
}
.home .front-sidebar table {
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
}
.home .front-sidebar table + ul {
  margin-top: 1rem;
}
.home .front-sidebar iframe {
  height: 300px;
  border: 0;
}
.home .front-sidebar p {
  margin-bottom: 0;
}
.home .front-sidebar p + iframe {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .home .front-sidebar {
    grid-row: auto;
    grid-column: auto;
    order: 4;
    max-width: calc(100vw - 2rem);
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.home .frontpage-information {
  width: 100%;
  padding: 4rem 0;
}
.home .frontpage-information .content {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.home .frontpage-information .content h2 + ul {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .home .frontpage-information .content h2 + ul {
    margin-top: 2rem;
  }
}
.home .frontpage-information .content ul.list {
  display: grid;
  grid-template-columns: 1fr;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 1rem;
  overflow: scroll;
  font-weight: 400;
  list-style: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(224.4, 224.4, 224.4);
}
.home .frontpage-information .content ul.list > li a {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 0 1rem;
  padding: 1rem 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s;
}
.home .frontpage-information .content ul.list > li a > .label .label {
  display: inline-flex;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
}
.home .frontpage-information .content ul.list > li a > .label .label.new {
  color: rgb(255, 255, 255);
  background-color: #07913b;
}
.home .frontpage-information .content ul.list > li a > .label .label.notification {
  color: rgb(255, 255, 255);
  background-color: #e70012;
}
@media screen and (max-width: 767px) {
  .home .frontpage-information .content ul.list > li a > .label {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .home .frontpage-information .content ul.list > li a .title {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.home .frontpage-information .content ul.list > li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .home .frontpage-information .content ul.list > li a {
    display: flex;
    flex-wrap: wrap;
  }
}
.home .frontpage-information .content ul.list > li + li {
  border-top: 1px solid rgb(224.4, 224.4, 224.4);
}
.home .frontpage-information .content ul.list + .button-area {
  margin-top: 2rem;
}
.home .frontpage-information .content .button-area {
  text-align: center;
}
.home .frontpage-information .content .button-area a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .home .frontpage-information .content {
    max-width: calc(100vw - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .home .frontpage-information {
    padding: 2rem 0;
  }
}
.home .frontpage-greeing {
  width: 100%;
  padding: 4rem 0;
}
.home .frontpage-greeing .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.home .frontpage-greeing .content > div {
  margin-top: 4rem;
  padding: 2rem 2rem 10rem 2rem;
  overflow: auto;
  background-color: rgb(250.4262295082, 246.3606557377, 197.5737704918);
  background-image: url(../../images/ornament_home.png);
  background-repeat: no-repeat;
  background-position: center calc(100% - 20px);
  background-size: 300px auto;
}
@media screen and (max-width: 767px) {
  .home .frontpage-greeing .content > div {
    margin-top: 2rem;
  }
}
.home .frontpage-greeing .content h2 + p {
  margin-top: 4rem;
}
.home .frontpage-greeing .content p {
  margin-bottom: 0;
}
.home .frontpage-greeing .content p + .button-area {
  margin-top: 2rem;
}
.home .frontpage-greeing .content figure {
  float: right;
  max-width: 30%;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 0.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home .frontpage-greeing .content figure {
    max-width: 100%;
    margin-left: 0;
  }
}
.home .frontpage-greeing .content .button-area {
  text-align: center;
}
.home .frontpage-greeing .content .button-area a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .home .frontpage-greeing .content {
    max-width: calc(100vw - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .home .frontpage-greeing {
    padding: 2rem 0;
  }
}
.home .frontpage-treatment {
  width: 100%;
  padding: 4rem 0;
}
.home .frontpage-treatment .content {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.home .frontpage-treatment .content h2 + ul {
  margin-top: 4rem;
}
.home .frontpage-treatment .content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 0;
  list-style: none;
}
.home .frontpage-treatment .content ul li {
  height: 200px;
  background-color: #885a3c;
  background-position: center;
  background-size: 100%;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.5s;
}
.home .frontpage-treatment .content ul li h3 {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin: 0;
}
.home .frontpage-treatment .content ul li h3 a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding: 0.5rem 1rem;
  color: rgb(255, 255, 255);
  font-weight: 300;
  text-decoration: none;
  background-color: rgba(7, 145, 59, 0.7);
}
.home .frontpage-treatment .content ul li h3 a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .home .frontpage-treatment .content ul li h3 a {
    font-size: 0.8rem;
  }
}
.home .frontpage-treatment .content ul li:hover {
  background-size: 110%;
}
@media screen and (max-width: 767px) {
  .home .frontpage-treatment .content ul li:hover {
    background-size: auto 100%;
  }
}
.home .frontpage-treatment .content ul li:nth-of-type(1) {
  background-image: url(../../images/frontpage_treatment_01.jpg);
}
.home .frontpage-treatment .content ul li:nth-of-type(2) {
  background-image: url(../../images/frontpage_treatment_02.jpg);
}
.home .frontpage-treatment .content ul li:nth-of-type(3) {
  background-image: url(../../images/frontpage_treatment_03.jpg);
}
.home .frontpage-treatment .content ul li:nth-of-type(4) {
  background-image: url(../../images/frontpage_treatment_04.jpg);
}
@media screen and (max-width: 767px) {
  .home .frontpage-treatment .content ul li {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) {
  .home .frontpage-treatment .content ul {
    grid-column: 1/span 3;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home .frontpage-treatment .content {
    max-width: calc(100vw - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .home .frontpage-treatment {
    padding: 2rem 0;
  }
}

/*# sourceMappingURL=style-frontpage.css.map */
