@charset "UTF-8";
.main .detail .body .menu a .name::before, .main .detail .body .menu a .name::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .detail .body .menu a .name::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .detail .body .menu a .name::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .detail .body .data .panel .list dd dl::after {
  content: "";
  display: block;
  clear: both;
}

.main {
  padding: 2.8rem 0 2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main {
    padding: 2.4rem 0 1rem;
  }
}
.main:has(.index) {
  background: url(../imgs/img01.webp) calc(50% - 0.1rem) 1rem/16.12rem auto no-repeat;
}
.main .wrap {
  max-width: 12rem;
}
.main .index .title {
  width: 3.48rem;
  line-height: 1px;
}
@media screen and (max-width: 750px) {
  .main .index .title {
    width: 2.784rem;
  }
}
.main .index .menu {
  display: flex;
  justify-content: space-between;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .index .menu {
    flex-direction: column;
    gap: 0.3rem;
  }
}
.main .index .menu li {
  width: 3.5rem;
}
@media screen and (max-width: 750px) {
  .main .index .menu li {
    width: auto;
  }
}
.main .index .menu a {
  display: grid;
}
.main .index .menu a .bg {
  grid-area: 1/1;
  display: grid;
  height: 3.5rem;
  background: rgba(250, 248, 242, 0.9);
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 1px #faf8f2, 0.15rem 0.21rem 0.5rem rgba(0, 0, 0, 0.025);
}
@media screen and (max-width: 750px) {
  .main .index .menu a .bg {
    height: 2.4rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .index .menu a .bg {
    transition: 0.4s;
    transition-property: background-color, rotate;
  }
}
.main .index .menu a .bg .ico {
  grid-area: 1/1;
  align-self: flex-end;
  justify-self: flex-end;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.2rem;
  filter: drop-shadow(0.06rem 0.08rem 0.2rem rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 750px) {
  .main .index .menu a .bg .ico {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .index .menu a .bg .ico {
    transition: rotate 0.4s;
  }
}
.main .index .menu a .bg .ico--ext .cls-1 {
  fill: #5b5c57;
}
@media (prefers-reduced-motion: no-preference) {
  .main .index .menu a .bg .ico--ext .cls-1 {
    transition: fill 0.4s;
  }
}
.main .index .menu a .bg .ico--ext .cls-2 {
  fill: #faf8f2;
  fill-rule: evenodd;
}
@media (prefers-reduced-motion: no-preference) {
  .main .index .menu a .bg .ico--ext .cls-2 {
    transition: fill 0.4s;
  }
}
.main .index .menu a .bg .ico--ext .cls-3 {
  fill: none;
  stroke: #faf8f2;
  stroke-width: 1px;
}
@media (prefers-reduced-motion: no-preference) {
  .main .index .menu a .bg .ico--ext .cls-3 {
    stroke: fill 0.4s;
  }
}
.main .index .menu a .bg .ico--arw .cls-1 {
  fill: #5b5c57;
}
@media (prefers-reduced-motion: no-preference) {
  .main .index .menu a .bg .ico--arw .cls-1 {
    transition: fill 0.4s;
  }
}
.main .index .menu a .bg .ico--arw .cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}
@media (prefers-reduced-motion: no-preference) {
  .main .index .menu a .bg .ico--arw .cls-2 {
    transition: fill 0.4s;
  }
}
.main .index .menu a .text {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  height: 3.5rem;
  position: relative;
  color: #e83f24;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .main .index .menu a .text {
    height: 2.4rem;
    gap: 0.3rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .index .menu a .text {
    transition: color 0.4s;
  }
}
.main .index .menu a .text .ja {
  font-size: 0.26rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .index .menu a .text .ja {
    font-size: 0.28rem;
  }
}
.main .index .menu a .text .en {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .index .menu a .text .en {
    font-size: 0.24rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .index .menu a:hover .bg {
    background: #e83f24;
    rotate: 14deg;
  }
  .main .index .menu a:hover .bg .ico {
    rotate: -14deg;
  }
  .main .index .menu a:hover .bg .ico--ext .cls-1 {
    fill: #faf8f2;
  }
  .main .index .menu a:hover .bg .ico--ext .cls-2 {
    fill: #e83f24;
  }
  .main .index .menu a:hover .bg .ico--ext .cls-3 {
    stroke: #e83f24;
  }
  .main .index .menu a:hover .bg .ico--arw .cls-1 {
    fill: #faf8f2;
  }
  .main .index .menu a:hover .bg .ico--arw .cls-2 {
    fill: #e83f24;
  }
  .main .index .menu a:hover .text {
    color: #fff;
  }
}
.main .index .contact {
  margin: 0.8rem 0 0;
}
.main .index .contact .text {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .index .contact .text {
    font-size: 0.24rem;
  }
}
.main .index .contact .btn--contact {
  margin: 0.3rem auto 0;
}
.main .detail .prepend .title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.main .detail .prepend .title img {
  width: 3.48rem;
}
@media screen and (max-width: 750px) {
  .main .detail .prepend .title img {
    width: 2.784rem;
  }
}
.main .detail .prepend .title .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.16rem;
  color: #e83f24;
  letter-spacing: 0.04em;
  line-height: 1;
}
.main .detail .prepend .title .text .en {
  font-size: 0.2rem;
  font-weight: 400;
}
.main .detail .prepend .title .text .ja {
  font-size: 0.26rem;
  font-weight: 500;
}
.main .detail .body {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 2.4rem 1fr;
  align-items: flex-start;
  gap: 0.3rem;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .detail .body {
    display: block;
  }
}
.main .detail .body .menu {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  position: sticky;
  top: 1.6rem;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.1rem;
  box-shadow: inset 0 0 0 1px #fff, 0.15rem 0.21rem 0.5rem rgba(0, 0, 0, 0.025);
}
@media screen and (max-width: 750px) {
  .main .detail .body .menu {
    display: none;
  }
}
.main .detail .body .menu li:first-child a {
  border-radius: 0.1rem 0.1rem 0 0;
}
.main .detail .body .menu li:nth-child(n+2) {
  border-top: 1px solid rgba(240, 240, 240, 0.9);
}
.main .detail .body .menu li:last-child a {
  border-radius: 0 0 0.1rem 0.1rem;
}
.main .detail .body .menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.14rem;
  box-sizing: border-box;
  min-height: 1.1rem;
  padding: 0.2rem 0.3rem;
  position: relative;
  letter-spacing: 0.06em;
}
@media (prefers-reduced-motion: no-preference) {
  .main .detail .body .menu a {
    transition: 0.4s;
    transition-property: background-color, color;
  }
}
.main .detail .body .menu a .place {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  background: rgba(116, 117, 111, 0.15);
  border-radius: 1em;
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 2em;
}
@media (prefers-reduced-motion: no-preference) {
  .main .detail .body .menu a .place {
    transition: 0.4s;
    transition-property: background-color;
  }
}
.main .detail .body .menu a .name {
  font-size: 0.17rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5294117647;
}
.main .detail .body .menu a::after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.1rem;
  position: absolute;
  top: calc(50% - 0.05rem);
  left: 100%;
  background: transparent;
  -webkit-clip-path: polygon(0 0, 100% 0.04rem, 100% 0.07rem, 0 100%);
          clip-path: polygon(0 0, 100% 0.04rem, 100% 0.07rem, 0 100%);
}
@media (prefers-reduced-motion: no-preference) {
  .main .detail .body .menu a::after {
    transition: 0.4s;
    transition-property: background-color;
  }
}
.main .detail .body .menu a.procedure {
  min-height: 0.9rem;
}
.main .detail .body .menu a.active, .main .detail .body .menu a:hover {
  background-color: #e83f24;
  color: #fff;
}
.main .detail .body .menu a.active .place, .main .detail .body .menu a:hover .place {
  background: rgba(255, 255, 255, 0.15);
}
.main .detail .body .menu a.active::after, .main .detail .body .menu a:hover::after {
  background-color: #e83f24;
}
.main .detail .body .data {
  grid-row: 1/2;
  grid-column: 2/3;
}
.main .detail .body .data .panel {
  position: relative;
  padding: 0.6rem 0.7rem 0.7rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 1px #fff, 0.15rem 0.21rem 0.5rem rgba(0, 0, 0, 0.025);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .main .detail .body .data .panel {
    padding: 0.4rem;
  }
}
.main .detail .body .data .panel .anchor {
  position: absolute;
  top: -1.6rem;
  left: 0;
}
.main .detail .body .data .panel .place {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.14rem;
  background: rgba(116, 117, 111, 0.15);
  border-radius: 1em;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  .main .detail .body .data .panel .place {
    padding: 0 1em;
    font-size: 0.2rem;
  }
}
.main .detail .body .data .panel .name {
  padding: 0.2rem 0 0.3rem;
  background: linear-gradient(90deg, #e83f24 1rem, #f0f0f0 1rem) 0 100%/100% 1px no-repeat;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .detail .body .data .panel .name {
    padding: 0.3rem 0;
    font-size: 0.36rem;
  }
}
.main .detail .body .data .panel .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  margin: 0.5rem 0 0;
  font-size: 0.18rem;
  line-height: 0.35rem;
}
@media screen and (max-width: 750px) {
  .main .detail .body .data .panel .list {
    display: block;
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
}
.main .detail .body .data .panel .list dt {
  width: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .detail .body .data .panel .list dt {
    width: auto;
  }
}
.main .detail .body .data .panel .list dd {
  width: calc(100% - 1.5rem);
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .detail .body .data .panel .list dd {
    width: auto;
  }
  .main .detail .body .data .panel .list dd + dt {
    margin: 0.5rem 0 0;
  }
}
.main .detail .body .data .panel .list dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.main .detail .body .data .panel .list dd ul li::before {
  content: "・";
}
.main .detail .body .data .panel .list dd ul li div.note {
  padding-left: 1em;
}
.main .detail .body .data .panel .list dd dl dt {
  width: auto;
  float: left;
  clear: both;
  font-weight: 500;
  overflow: hidden;
}
.main .detail .body .data .panel .list dd dl dt::before {
  content: "【";
}
.main .detail .body .data .panel .list dd dl dt::after {
  content: "】";
}
.main .detail .body .data .panel .list dd dl dd {
  width: auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .detail .body .data .panel .list dd dl dd + dt {
    margin: 0;
  }
}
.main .detail .body .data .panel .list dd a {
  color: #e83f24;
  text-decoration: underline;
}
.main .detail .body .data .panel .list dd a.pdf::after {
  content: "";
  display: inline-block;
  width: 0.14rem;
  aspect-ratio: 14/17;
  background: url(../../assets/imgs/ico-pdf.png) 0 0/contain no-repeat;
  vertical-align: middle;
}
.main .detail .body .data .panel .list .note {
  font-size: 0.13rem;
}
@media screen and (max-width: 750px) {
  .main .detail .body .data .panel .list .note {
    font-size: 0.2rem;
  }
}
.main .detail .body .data .panel .list span.note {
  margin-left: 1em;
}
.main .detail .body .data .panel + .panel {
  margin: 0.8rem 0 0;
}
.main .detail .body .data .btn--back {
  margin: 0.8rem auto 0;
}/*# sourceMappingURL=unique.css.map */