@charset "UTF-8";
@media screen and (hover: hover) and (pointer: fine) {
  .main .pageLead .sNav li {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .main .pageLead .sNav li {
      transition-property: filter;
    }
  }
  .main .pageLead .sNav li:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .main .pageLead .sNav li:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

@media screen and (max-width: 640px) {
  .main img[src$=".svg"] {
    width: 100%;
  }
}
body.second .main .prepend .pageTitle {
  padding: 1.56rem 0 0;
}
@media screen and (max-width: 640px) {
  body.second .main .prepend .pageTitle {
    padding: 1.6rem 0 0;
  }
}
body.second .main .prepend .pageTitle img {
  width: 2.89rem;
}
@media screen and (max-width: 640px) {
  body.second .main .prepend .pageTitle img {
    width: 3.12rem;
  }
}
.main .pageLead {
  padding: 0.5rem 0 0;
  position: relative;
  background: #eff9fb;
}
.main .pageLead .catch {
  line-height: 1.2941176471;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.34rem;
  font-weight: 600;
  text-align: center;
}
.main .pageLead .catch::before, .main .pageLead .catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .pageLead .catch::before {
  margin-bottom: -0.1470588235em;
}
.main .pageLead .catch::after {
  margin-top: -0.1470588235em;
}
@media screen and (max-width: 640px) {
  .main .pageLead .catch {
    line-height: 1.2083333333;
    font-size: 0.44rem;
  }
  .main .pageLead .catch::before, .main .pageLead .catch::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .pageLead .catch::before {
    margin-bottom: -0.1041666667em;
  }
  .main .pageLead .catch::after {
    margin-top: -0.1041666667em;
  }
}
.main .pageLead .sNav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem 0.4rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .pageLead .sNav {
    display: block;
  }
}
.main .pageLead .sNav li {
  width: 4.8rem;
  background: #0075ac url(../imgs/arw01.svg) calc(100% - 0.28rem) 50%/0.15rem auto no-repeat;
}
@media screen and (max-width: 640px) {
  .main .pageLead .sNav li {
    width: auto;
    margin: 0.2rem 0 0;
  }
}
.main .pageLead .sNav a {
  display: flex;
  align-items: center;
  height: 1rem;
  padding: 0 0 0 0.94rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.2083333333;
  font-weight: 700;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .main .pageLead .sNav a {
    height: 1.12rem;
    padding: 0 0 0 1.06rem;
    font-size: 0.27rem;
    line-height: 1.2222222222;
  }
}
.main .pageLead .sNav .item--01 a {
  background: url(../imgs/ico01.svg) 0.21rem 0.25rem/0.5rem auto no-repeat;
}
@media screen and (max-width: 640px) {
  .main .pageLead .sNav .item--01 a {
    background-position: 0.24rem 0.28rem;
    background-size: 0.56rem auto;
  }
}
.main .pageLead .sNav .item--02 a {
  background: url(../imgs/ico02.svg) 0.24rem 0.32rem/0.52rem auto no-repeat;
}
@media screen and (max-width: 640px) {
  .main .pageLead .sNav .item--02 a {
    background-position: 0.27rem 0.35rem;
    background-size: 0.59rem auto;
  }
}
.main .pageLead .sNav .item--03 a {
  background: url(../imgs/ico03.svg) 0.29rem 0.25rem/0.44rem auto no-repeat;
}
@media screen and (max-width: 640px) {
  .main .pageLead .sNav .item--03 a {
    background-position: 0.29rem 0.35rem;
    background-size: 0.5rem auto;
  }
}
.main .pageLead .sNav .item--04 a {
  background: url(../imgs/ico04.svg) 0.25rem 0.3rem/0.5rem auto no-repeat;
}
@media screen and (max-width: 640px) {
  .main .pageLead .sNav .item--04 a {
    background-position: 0.28rem 0.33rem;
    background-size: 0.56rem auto;
  }
}
.main .section {
  padding: 0.5rem 0;
  position: relative;
}
.main .section .lead .ttl {
  margin: 0 auto;
}
.main .section .lead .image {
  margin: 0.3rem 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .main .section .lead .image {
    margin: 0.2rem 0 0;
  }
}
.main .section .lead P {
  line-height: 1.3333333333;
  padding: 0.2rem 0 0;
  font-size: 0.24rem;
  font-weight: 500;
}
.main .section .lead P::before, .main .section .lead P::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .section .lead P::before {
  margin-bottom: -0.1666666667em;
}
.main .section .lead P::after {
  margin-top: -0.1666666667em;
}
@media screen and (max-width: 640px) {
  .main .section .lead P {
    line-height: 1.25;
    font-size: 0.36rem;
  }
  .main .section .lead P::before, .main .section .lead P::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .section .lead P::before {
    margin-bottom: -0.125em;
  }
  .main .section .lead P::after {
    margin-top: -0.125em;
  }
}
.main .section .note {
  line-height: 1.4;
  padding: 0.2rem 0 0;
  font-size: 0.1rem;
  font-weight: 500;
}
.main .section .note::before, .main .section .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .section .note::before {
  margin-bottom: -0.2em;
}
.main .section .note::after {
  margin-top: -0.2em;
}
@media screen and (max-width: 640px) {
  .main .section .note {
    line-height: 1.25;
    padding: 0.3rem 0 0;
    font-size: 0.2rem;
  }
  .main .section .note::before, .main .section .note::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .section .note::before {
    margin-bottom: -0.125em;
  }
  .main .section .note::after {
    margin-top: -0.125em;
  }
}
.main .section--01 {
  background: #eff9fb;
}
.main .section--01 .lead .ttl {
  width: 3.66rem;
}
@media screen and (max-width: 640px) {
  .main .section--01 .lead .ttl {
    width: 5.16rem;
  }
}
.main .section--01 .list {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .section--01 .list {
    display: block;
  }
}
.main .section--01 .list .item {
  width: 4.8rem;
}
@media screen and (max-width: 640px) {
  .main .section--01 .list .item {
    width: auto;
    margin: 0.5rem 0 0;
  }
}
.main .section--01 .list .item .image {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
.main .section--01 .list .item .image figure {
  width: calc(50% - 0.1rem);
}
.main .section--01 .list .item .image figure:first-child {
  width: 100%;
}
.main .section--01 .list .item .text {
  margin: 0.2rem 0 0;
}
.main .section--01 .list .item .text .name {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .main .section--01 .list .item .text .name {
    font-size: 0.36rem;
  }
}
.main .section--01 .list .item .text p {
  line-height: 1.4444444444;
  padding: 0.12rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
}
.main .section--01 .list .item .text p::before, .main .section--01 .list .item .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .section--01 .list .item .text p::before {
  margin-bottom: -0.2222222222em;
}
.main .section--01 .list .item .text p::after {
  margin-top: -0.2222222222em;
}
@media screen and (max-width: 640px) {
  .main .section--01 .list .item .text p {
    line-height: 1.3125;
    padding: 0.2rem 0 0;
    font-size: 0.28rem;
  }
  .main .section--01 .list .item .text p::before, .main .section--01 .list .item .text p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .section--01 .list .item .text p::before {
    margin-bottom: -0.15625em;
  }
  .main .section--01 .list .item .text p::after {
    margin-top: -0.15625em;
  }
}
.main .section--02 .lead .ttl {
  width: 4.09rem;
}
@media screen and (max-width: 640px) {
  .main .section--02 .lead .ttl {
    width: 5.55rem;
  }
}
.main .section--02 .block {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .section--02 .block {
    display: block;
  }
}
.main .section--02 .block .map {
  width: 4.8rem;
}
@media screen and (max-width: 640px) {
  .main .section--02 .block .map {
    width: auto;
  }
}
.main .section--02 .block .list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 4.8rem;
}
@media screen and (max-width: 640px) {
  .main .section--02 .block .list {
    width: auto;
    margin: 0.5rem 0 0;
    gap: 0.2rem;
  }
}
.main .section--02 .block .list .item {
  width: 2.3rem;
}
@media screen and (max-width: 640px) {
  .main .section--02 .block .list .item {
    width: calc(50% - 0.1rem);
  }
}
.main .section--02 .block .list .item .text {
  margin: 0.15rem 0 0;
  line-height: 1;
}
.main .section--02 .block .list .item .text .name {
  font-size: 0.24rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .main .section--02 .block .list .item .text .name {
    font-size: 0.28rem;
  }
}
.main .section--02 .block .list .item .text .name.chotai {
  transform-origin: left;
  transform: scale(0.9, 1);
}
@media screen and (max-width: 640px) {
  .main .section--02 .block .list .item .text .name.chotai {
    transform: scale(0.85, 1);
  }
}
.main .section--02 .block .list .item .text .time {
  margin: 0.1rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .main .section--02 .block .list .item .text .time {
    font-size: 0.28rem;
  }
}
.main .section--02 .column {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .section--02 .column {
    display: block;
  }
}
.main .section--02 .column .text {
  width: 4.8rem;
  padding: 0.35rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .section--02 .column .text {
    width: auto;
    padding: 0;
  }
}
.main .section--02 .column .text .catch {
  line-height: 1.4166666667;
  font-size: 0.24rem;
  font-weight: 700;
}
.main .section--02 .column .text .catch::before, .main .section--02 .column .text .catch::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .section--02 .column .text .catch::before {
  margin-bottom: -0.2083333333em;
}
.main .section--02 .column .text .catch::after {
  margin-top: -0.2083333333em;
}
@media screen and (max-width: 640px) {
  .main .section--02 .column .text .catch {
    line-height: 1.25;
    font-size: 0.36rem;
  }
  .main .section--02 .column .text .catch::before, .main .section--02 .column .text .catch::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .section--02 .column .text .catch::before {
    margin-bottom: -0.125em;
  }
  .main .section--02 .column .text .catch::after {
    margin-top: -0.125em;
  }
}
.main .section--02 .column .text p {
  line-height: 1.5555555556;
  padding: 0.2rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
}
.main .section--02 .column .text p::before, .main .section--02 .column .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .section--02 .column .text p::before {
  margin-bottom: -0.2777777778em;
}
.main .section--02 .column .text p::after {
  margin-top: -0.2777777778em;
}
@media screen and (max-width: 640px) {
  .main .section--02 .column .text p {
    line-height: 1.3125;
    font-size: 0.28rem;
  }
  .main .section--02 .column .text p::before, .main .section--02 .column .text p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .section--02 .column .text p::before {
    margin-bottom: -0.15625em;
  }
  .main .section--02 .column .text p::after {
    margin-top: -0.15625em;
  }
}
.main .section--02 .column .image {
  width: 4.8rem;
}
@media screen and (max-width: 640px) {
  .main .section--02 .column .image {
    width: auto;
    margin: 0.2rem 0 0;
  }
}
.main .section--03 {
  background: #eff9fb;
}
.main .section--03 .lead .ttl {
  width: 3.79rem;
}
@media screen and (max-width: 640px) {
  .main .section--03 .lead .ttl {
    width: 3.39rem;
  }
}
.main .section--03 .list {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .section--03 .list {
    display: block;
  }
}
.main .section--03 .list .item {
  width: 3.2rem;
}
@media screen and (max-width: 640px) {
  .main .section--03 .list .item {
    width: auto;
    margin: 0.5rem 0 0;
  }
}
.main .section--03 .list .item .text {
  margin: 0.14rem 0 0;
}
.main .section--03 .list .item .text .name {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .main .section--03 .list .item .text .name {
    font-size: 0.36rem;
  }
}
.main .section--03 .list .item .text p {
  line-height: 1.4444444444;
  padding: 0.12rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
}
.main .section--03 .list .item .text p::before, .main .section--03 .list .item .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .section--03 .list .item .text p::before {
  margin-bottom: -0.2222222222em;
}
.main .section--03 .list .item .text p::after {
  margin-top: -0.2222222222em;
}
@media screen and (max-width: 640px) {
  .main .section--03 .list .item .text p {
    line-height: 1.3125;
    padding: 0.2rem 0 0;
    font-size: 0.28rem;
  }
  .main .section--03 .list .item .text p::before, .main .section--03 .list .item .text p::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .section--03 .list .item .text p::before {
    margin-bottom: -0.15625em;
  }
  .main .section--03 .list .item .text p::after {
    margin-top: -0.15625em;
  }
}
.main .section--04 .lead .ttl {
  width: 3.46rem;
}
@media screen and (max-width: 640px) {
  .main .section--04 .lead .ttl {
    width: 4.89rem;
  }
}
.main .section--04 .block {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .section--04 .block {
    display: block;
    margin: 0.3rem 0 0;
  }
}
.main .section--04 .block .map {
  width: 5.8rem;
}
@media screen and (max-width: 640px) {
  .main .section--04 .block .map {
    width: auto;
  }
}
.main .section--04 .block .list {
  width: 4rem;
}
@media screen and (max-width: 640px) {
  .main .section--04 .block .list {
    width: auto;
    margin: 0.3rem 0 0;
  }
}
.main .section--04 .block .list dt {
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.25rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main .section--04 .block .list dt {
    font-size: 0.26rem;
    line-height: 0.35rem;
  }
}
.main .section--04 .block .list dt.ttl--01 {
  background: #cf69a2;
}
.main .section--04 .block .list dt.ttl--02 {
  background: #89af00;
}
.main .section--04 .block .list dt.ttl--03 {
  background: #db9f00;
}
.main .section--04 .block .list dt.ttl--04 {
  background: #5aa9d0;
}
.main .section--04 .block .list dt + dd {
  margin: 0.05rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .section--04 .block .list dt + dd {
    margin: 0.08rem 0 0;
  }
}
.main .section--04 .block .list dd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
  padding: 0.05rem 0 0.03rem;
  font-size: 0.14rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .main .section--04 .block .list dd {
    padding: 0.02rem 0 0;
    font-size: 0.26rem;
    line-height: 1.3846153846;
  }
}
.main .section--04 .block .list dd + dt {
  margin: 0.14rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .section--04 .block .list dd + dt {
    margin: 0.2rem 0 0;
  }
}
/*# sourceMappingURL=unique.css.map */