html {
  overflow-y: scroll;
  box-sizing: border-box;
  text-size-adjust: 100%;
}

*,
::after,
::before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::after,
::before {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  outline-offset: -2px;
  appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  appearance: auto;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

select {
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentcolor;
}

legend {
  max-width: 100%;
  display: table;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  appearance: auto;
  font: inherit;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

body {
  min-height: 100dvh;
  line-height: 1.5;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active, :focus, :target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (width <= 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (width < 768px) {
  html {
    font-size: 2.5vw;
  }
}
body {
  margin: 0;
  background: #FEF4E4;
  color: #64433f;
  font-family: "M PLUS Rounded 1c", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.skip-link {
  padding: 0.75rem 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #e8398c;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transform: translateY(-120%);
}
.skip-link:focus {
  transform: translateY(0);
}

.l-container {
  width: min(100%, 108.6rem);
  margin: 0 auto;
}

.lp {
  overflow: hidden;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.float-cta {
  width: 5.4rem;
  padding: 2.6rem 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ff5a1f;
  border-radius: 2.7rem 0 0 0;
  background: #ff5a1f;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.float-cta:hover, .float-cta:focus-visible {
  background-color: #FFBEB3;
  color: #A42C00;
}
.float-cta span {
  margin-inline: auto;
  display: inline-block;
  white-space: nowrap;
  writing-mode: vertical-rl;
  line-height: 1;
  text-orientation: upright;
}

.hero {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__logo {
  width: 62rem;
  height: auto;
  position: absolute;
  top: 3.8rem;
  left: 5.6rem;
  z-index: 9;
}
.hero__inner {
  width: 100%;
  padding: 15.2rem 0 16.8rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
}
.hero__brand {
  width: 70.4rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.hero__brand-logo {
  width: 100%;
  transform: rotate(-3.68deg);
}
.hero__brand-session {
  width: 16rem;
  position: absolute;
  bottom: -8rem;
  left: 6rem;
}
.hero__brand-fukidashi {
  width: 26rem;
  position: absolute;
  right: -22rem;
  bottom: -8.5rem;
  transform: rotate(2deg);
}
.hero__photo {
  width: 50.6rem;
  position: absolute;
}
.hero__photo-couple01 {
  bottom: calc(50% + 1rem);
  left: calc(50% + 19.8rem);
}
.hero__photo-couple02 {
  top: calc(50% - 2rem);
  right: calc(50% + 19.8rem);
}

.news {
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
}
.news__title {
  width: 43.8rem;
  max-width: 100%;
  margin: 0 auto 1.8rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #db4385;
  color: #fff;
  text-indent: 1em;
  letter-spacing: 1em;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.5;
}
.news__list {
  width: min(100%, 86.6rem);
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  list-style: none;
}
.news__item {
  padding: 0.2rem 3rem;
  display: flex;
  gap: 0 6rem;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  color: #2f2c2c;
}
.news__meta {
  display: flex;
  gap: 0 6rem;
  align-items: center;
  flex: 0 0 auto;
}
.news__date {
  flex: 0 0 12.4rem;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
.news__badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  color: #dc4386;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.5;
}
.news__text {
  min-width: 0;
  margin: 0;
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}

.wrapper01 {
  padding-bottom: 3.8rem;
  position: relative;
  z-index: 2;
}
.wrapper01__bg {
  width: 192rem;
  height: 200rem;
  position: absolute;
  top: 0;
  left: calc(50% - 96rem);
  z-index: -1;
}
.wrapper01__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro {
  margin-bottom: 8rem;
  position: relative;
}
.intro .l-container {
  position: relative;
  z-index: 1;
}
.intro__heading {
  width: min(100%, 67rem);
  margin-bottom: 3.2rem;
}
.intro__text {
  max-width: 77.6rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
.intro__mc {
  width: min(100%, 49rem);
  margin: 1.2rem auto 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  color: #2f2c2c;
}
.intro__mc-main {
  min-width: 0;
  position: relative;
  z-index: 0;
  flex: 1;
}
.intro__mc-label {
  margin-right: -10rem;
  margin-bottom: 1rem;
  padding: 0.2rem 2.6rem;
  border-radius: 999px;
  background: #dc4386;
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.5;
}
.intro__mc-profile {
  padding-right: 1.4rem;
  display: grid;
  grid-template-areas: "role name" "org org";
  gap: 1.2rem;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: start;
}
.intro__mc-role {
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  grid-area: role;
}
.intro__mc-name {
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  grid-area: name;
}
.intro__mc-org {
  margin: 0;
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  grid-area: org;
}
.intro__mc-photo {
  width: 17.7rem;
  z-index: 1;
}
.intro__photo {
  width: 43.4rem;
  position: absolute;
  top: -2rem;
  left: calc(50% + 24rem);
  z-index: 1;
}

.support__heading {
  width: min(100%, 88rem);
  margin: 0 auto 3rem;
  display: block;
}

.requirements {
  width: min(100%, 71.2rem);
  margin: 4rem auto 0;
  padding: 0;
  color: #2f2c2c;
}

.wrapper02 {
  margin-top: 12vw;
  padding-bottom: 8rem;
  position: relative;
  z-index: 3;
  background-color: #DC4386;
}
.wrapper02__bg {
  width: 100%;
  aspect-ratio: 1280/178;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
.wrapper02__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events .l-container {
  width: min(100%, 128rem);
  position: relative;
  z-index: 1;
}
.events__heading {
  width: min(100%, 68rem);
  margin: 0 auto 9.8rem;
  display: block;
}
.events__list {
  display: flex;
  gap: 5.8rem;
  flex-direction: column;
}
.events__list .event-card:nth-child(odd) .event-card__photo {
  align-self: flex-end;
}
.events__list .event-card:nth-child(even) .event-card__photo {
  align-self: flex-start;
}

.event-card {
  display: flex;
  flex-direction: column;
}
.event-card-vol1 .event-card__photo {
  width: 128.8rem;
}
.event-card-vol2 .event-card__photo {
  width: 128rem;
}
.event-card-vol2 .event-card__action {
  margin-top: -4.8rem;
}
.event-card-vol3 .event-card__photo {
  width: 126rem;
}
.event-card-vol4 .event-card__photo {
  width: 128rem;
}
.event-card-vol5 .event-card__photo {
  width: 129rem;
}
.event-card__action {
  width: fit-content;
  min-width: 27.6rem;
  height: 6.8rem;
  margin: -3.4rem auto 0;
  padding: 0 0.75em 0.7rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.2rem solid #ffbeb3;
  border-radius: 7.7rem;
  background: #f40;
  box-shadow: 0.3rem 0.4rem 0 #fff, inset -0.4rem -0.7rem 0 #a62c00;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.06;
  transition: background-color 0.15s ease, border-color 0.15s ease, border-width 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}
.event-card__action:hover, .event-card__action:focus-visible {
  padding-top: 0.4rem;
  padding-bottom: 0;
  border-width: 0.6rem;
  border-color: #f40;
  background: #ffbeb3;
  box-shadow: 0.3rem 0.4rem 0 #fff, inset 0.3rem 0.4rem 0 #a62c00;
  color: #a42c00;
}
.event-card__action--closed {
  border-color: #d4d4d4;
  background: #808080;
  box-shadow: 0.3rem 0.4rem 0 #fff, inset -0.4rem -0.7rem 0 #565656;
  cursor: default;
  pointer-events: none;
}
.event-card__action--closed:hover, .event-card__action--closed:focus-visible {
  box-shadow: 0.3rem 0.4rem 0 #fff, inset -0.4rem -0.7rem 0 #565656;
  transform: none;
}

.notes {
  margin-top: 11.2rem;
  position: relative;
}
.notes__card {
  width: min(100%, 102.9rem);
  margin: 0 auto;
  padding: 5.8rem 8rem;
  border-radius: 4.9rem;
  background: #fff;
}
.notes__heading {
  width: min(100%, 88.8rem);
  margin: 0 auto 5rem;
  display: block;
}
.notes__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.notes__list > li {
  padding-left: 4.2rem;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.notes__list > li::before {
  content: "";
  width: 2.3rem;
  height: 2.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  background: url("../img/notes-bullet.svg") center/contain no-repeat;
}
.notes__list > li + li {
  margin-top: 2rem;
}
.notes__list > li a {
  color: inherit;
  text-decoration: underline;
}
.notes__examples-title {
  margin: 1.2rem 0 0.4rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.notes__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.notes__sublist li {
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.notes__sublist li::before {
  display: none;
}
.notes__privacy {
  display: inline;
}

.banner {
  margin-top: 8.8rem;
}
.banner__list {
  max-width: 62.5rem;
  margin-inline: auto;
  display: flex;
  gap: 3.6rem;
  flex-direction: column;
}

.footer {
  padding: 3.2rem 0 3.6rem;
  background: #fff;
  color: #2f2c2c;
  text-align: center;
}
.footer__inner {
  display: flex;
  gap: 2.1rem;
  align-items: center;
  flex-direction: column;
}
.footer__logos {
  width: min(100%, 61.9rem);
  height: auto;
}
.footer__head {
  display: flex;
  gap: 1.2rem 1.6rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__title {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.footer__label {
  width: 11.3rem;
  height: 3.2rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f2c2c;
  color: #fff;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 999px;
}
.footer__org {
  margin: 0;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.footer__credit {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}
.footer__credit-line {
  display: inline;
}
.footer__contact {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  flex-direction: column;
}
.footer__tel {
  margin: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1;
}
.footer__tel a {
  color: inherit;
  text-decoration: none;
}
.footer__tel-icon {
  width: 1.4rem;
  height: 2.2rem;
  flex-shrink: 0;
  transform: rotate(12.6deg);
}
.footer__hours {
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
}
.footer__mail {
  margin: 0;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.footer__mail a {
  color: inherit;
  text-decoration: none;
}
.footer__mail-icon {
  width: 2rem;
  height: 1.3rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  body {
    overflow: hidden;
  }
  .float-cta {
    width: calc(100% - 2.8rem);
    padding: 1rem 0.4rem;
    left: 1.4rem;
    border-radius: 2.7rem 2.7rem 0 0;
    letter-spacing: 0;
    font-size: 2.7rem;
  }
  .float-cta span {
    writing-mode: horizontal-tb;
  }
  .l-container {
    padding-inline: 1.4rem;
  }
  .hero {
    min-height: 0;
    padding: 27rem 0 40rem;
  }
  .hero__bg {
    width: 100%;
    height: auto;
    aspect-ratio: 400/1406;
  }
  .hero__logo {
    width: min(100%, 34.2rem);
    height: auto;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero__inner {
    padding: 0;
    display: block;
  }
  .hero__brand {
    width: min(100%, 34.4rem);
    margin-inline: auto;
    z-index: 1;
  }
  .hero__brand-session {
    width: 10.5rem;
    bottom: -4rem;
    left: -1rem;
  }
  .hero__brand-fukidashi {
    width: 16rem;
    right: -1.5rem;
    bottom: -11.5rem;
  }
  .hero__photo {
    width: min(100%, 25.5rem);
  }
  .hero__photo-couple01 {
    bottom: calc(50% + 9rem);
    left: calc(50% - 3.2rem);
  }
  .hero__photo-couple02 {
    top: calc(50% + 14rem);
    right: calc(50% - 3.2rem);
  }
  .news {
    margin-top: -4rem;
    position: relative;
    z-index: 3;
  }
  .news__title {
    width: 100%;
    height: 3.8rem;
    min-height: 0;
    margin-bottom: 1.8rem;
    font-size: 2.4rem;
  }
  .news__list {
    gap: 0.8rem;
  }
  .news__item {
    min-height: 6.9rem;
    padding: 0.9rem 1.2rem;
    gap: 0;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 1.6rem;
  }
  .news__meta {
    gap: 1.1rem;
  }
  .news__date, .news__badge, .news__text {
    font-size: 1.6rem;
    line-height: 1.492;
  }
  .news__date {
    flex: 0 0 auto;
    text-align: left;
  }
  .news__text {
    font-size: 1.8rem;
  }
  .wrapper01__bg {
    width: 100%;
    height: auto;
    aspect-ratio: 400/2508;
    left: 0;
  }
  .intro__heading {
    width: min(100%, 23.1rem);
    margin-bottom: 2.4rem;
  }
  .intro__photo {
    width: min(100%, 25.5rem);
    top: -12rem;
    left: calc(50% - 1rem);
    z-index: -1;
  }
  .intro__text {
    font-size: 1.8rem;
  }
  .intro__mc {
    width: min(100%, 36rem);
    min-height: 16.2rem;
    align-items: flex-start;
  }
  .intro__mc-main {
    padding-top: 2.4rem;
  }
  .intro__mc-label {
    width: 30.1rem;
    max-width: none;
    height: 3.3rem;
    margin: 0 -9.8rem 0.8rem 0;
    padding: 0 0 0 2.6rem;
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1.492;
  }
  .intro__mc-profile {
    padding-right: 0;
    padding-left: 1.1rem;
    display: flex;
    grid-template-areas: none;
    gap: 0;
    grid-template-columns: none;
    align-items: flex-start;
    flex-direction: column;
  }
  .intro__mc-role {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .intro__mc-name {
    font-size: 2.6rem;
    line-height: 1.492;
  }
  .intro__mc-org {
    margin-top: 0.4rem;
    margin-left: 2.8rem;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .intro__mc-photo {
    width: 15.7rem;
    height: 16.2rem;
    flex-shrink: 0;
    object-fit: cover;
  }
  .support__heading {
    width: min(100%, 40rem);
    margin-bottom: 2.6rem;
  }
  .wrapper02 {
    margin-top: 8rem;
    padding-bottom: 4.6rem;
  }
  .wrapper02__bg {
    aspect-ratio: 400/100;
  }
  .events .l-container {
    padding-inline: 0;
  }
  .events__heading {
    width: min(100%, 27rem);
    margin-bottom: 4.6rem;
  }
  .event-card__photo {
    max-width: 100%;
  }
  .notes {
    margin-top: 6.4rem;
  }
  .notes__card {
    width: min(100%, 37.2rem);
    padding: 3rem 2.2rem 4rem;
    border-radius: 3.6rem;
  }
  .notes__heading {
    width: min(100%, 32.8rem);
    margin: 0 auto 3.1rem;
  }
  .notes__list > li {
    padding-left: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .notes__list > li::before {
    width: 1.7rem;
    height: 1.8rem;
  }
  .notes__list > li + li {
    margin-top: 2.9rem;
  }
  .notes__examples-title {
    margin: 0.7rem 0 0.2rem;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .notes__sublist li {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .notes__privacy {
    margin-top: 0.7rem;
    display: block;
    font-size: 1rem;
    line-height: 1.4;
  }
  .requirements {
    width: min(100%, 33.8rem);
    margin-top: 3rem;
  }
  .event-card__photo {
    width: min(100%, 32rem);
    margin: 0 auto;
  }
  .event-card-vol5 .event-card__action {
    margin-top: -4.8rem;
  }
  .event-card__action {
    margin-top: -2rem;
  }
  .banner {
    margin-top: 4.6rem;
  }
  .footer {
    padding: 2.6rem 1.4rem 8rem;
  }
  .footer__inner {
    padding-inline: 0;
    gap: 2.2rem;
  }
  .footer__logos {
    width: min(100%, 35.3rem);
  }
  .footer__head {
    width: 100%;
    gap: 1.1rem;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footer__title {
    gap: 1.2rem;
    justify-content: flex-start;
  }
  .footer__label {
    width: 9.6rem;
    height: 2.7rem;
    flex-shrink: 0;
    font-size: 1.6rem;
  }
  .footer__org {
    white-space: nowrap;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .footer__credit {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.45;
  }
  .footer__credit-line {
    display: block;
  }
  .footer__contact {
    gap: 0.8rem;
  }
  .footer__tel {
    gap: 0.6rem;
    font-size: 3.2rem;
  }
  .footer__tel-icon {
    width: 1.9rem;
    height: 2.5rem;
  }
  .footer__hours {
    font-size: 1.6rem;
  }
  .footer__mail {
    gap: 0.7rem;
    font-size: 2.4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

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