@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

:root {
  font-family: "Noto Sans JP", sans-serif;
  --primary-color: #4094DE;
  --text-color: #333333;
  color: var(--text-color);
  font-size: 100%;
  line-height: 1.875;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #E7F6FF;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スキップリンク（キーボード操作向け） */
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  background: #000;
  color: #fff;
  padding: 12px 16px;
  z-index: 1000;
  text-decoration: none;
  font-size: 14px;
}

/* Tab フォーカス時のみ表示 */
.skip-link:focus {
  transform: translateY(0);
}

/* キーボード操作のときだけフォーカスを見せる */
:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

/* マウス操作で付くフォーカス表示は抑える（対応ブラウザでは効く） */
:focus:not(:focus-visible) {
  outline: none;
}

/* print */
@media print {
  body {
    background: #fff;
    color: #000;
  }
  a,
  a:visited {
    color: #000;
    text-decoration: underline;
  }
  a::after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  nav,
  .no-print {
    display: none;
  }
}
/* FAQ */
.c-faq__item {
  border-radius: 3px;
  overflow: hidden;
  padding: 20px 20px 0;
}

.c-faq__title {
  position: relative;
  background-color: #76B9F3;
  padding: 7px 15px;
}

.c-faq__trigger {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  background: transparent;
  border: none;
  padding-right: 20px;
  text-align: left;
  cursor: pointer;
}

.c-faq__title::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  display: block;
  transition: all 0.3s ease;
}

.c-faq__title.is-open::before {
  transform: translateY(-50%) rotate(135deg);
}

.c-faq__title-q {
  font-size: calc(28 / 16 * 1rem);
}

.c-faq__title-text {
  width: 100%;
  font-size: calc(22 / 16 * 1rem);
}

.c-faq__content {
  display: block;
}

.js .c-faq__content {
  transition: height 0.5s ease;
  height: 0;
  overflow: hidden;
  padding-left: 20px;
}

.c-faq__inner {
  display: flex;
  gap: 15px;
  padding-left: 17px;
  padding-right: 15px;
  background: #fff;
  padding-bottom: 15px;
  border-radius: 0 0 3px 3px;
}

/* .c-faq__content.is-open{
  transition: all 0.5s ease;
} */
.c-faq__content-a {
  font-size: calc(28 / 16 * 1rem);
  line-height: 1;
  margin-top: 18px;
}

.c-faq__content-block {
  width: 100%;
  margin-top: 20px;
  font-size: calc(15 / 16 * 1rem);
}

@media screen and (min-width: 768px) {
  .c-faq__item {
    padding: 30px;
  }
  .c-faq__title::before,
  .c-faq__title::after {
    width: 20px;
  }
}
/* .sp */
.sp {
  display: inline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/* .pc */
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline;
  }
}
/* .l-inner */
.l-inner {
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
}

/* .c-list */
.c-list li {
  padding-left: 1em;
  position: relative;
  font-size: calc(16 / 16 * 1rem);
}
.c-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

/* .c-block-list */
.c-block-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-block-list > li {
  border-radius: 20px;
  border: solid 3px var(--primary-color);
  padding: 2em;
}

@media screen and (min-width: 768px) {
  .c-block-list {
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
  }
  .c-block-list > li {
    width: 533px;
    max-width: calc(50% - 20px);
  }
}
/* .js-fadeIn */
.js-fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.js-fadeIn.is-visible {
  opacity: 1;
}

header {
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.header__logo {
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
}

.header__nav-list {
  display: none;
  align-items: center;
  gap: 30px;
  font-size: calc(18 / 16 * 1rem);
}

@media screen and (min-width: 768px) {
  .header__nav-list {
    display: flex;
  }
  header {
    padding: 0 40px;
  }
}
.l-mv {
  padding: 60px 0 30px;
  position: relative;
  background: linear-gradient(135deg, #88C8FF 0%, #ACD4EB 100%);
}

.p-mv__title {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  margin: 1em 0 1.5em;
  font-style: italic;
}

.p-mv__subtitle {
  font-weight: bold;
  line-height: 1.6;
  font-weight: 600;
  font-size: calc(32 / 16 * 1rem);
  margin-bottom: 0.8em;
}

.p-mv__text {
  font-size: calc(16 / 16 * 1rem);
  width: 100%;
  max-width: 100%;
}

.p-mv__img {
  margin: 20px auto;
  width: 340px;
  max-width: 80%;
}

.c-line-link {
  font-weight: 600;
  font-size: calc(17 / 16 * 1rem);
  padding: 1em 1.5em;
  border-radius: 9999px;
  color: #fff;
  background-color: #06C755;
  border: 3px solid #fff;
  display: block;
}

.p-mv__btn {
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 400px) {
  .c-line-link {
    font-size: calc(20 / 16 * 1rem);
  }
}
@media screen and (min-width: 768px) {
  .l-mv {
    padding: 150px 0 200px;
  }
  .p-mv__subtitle {
    font-size: calc(48 / 16 * 1rem);
  }
  .p-mv__text {
    font-size: calc(21 / 16 * 1rem);
    margin-bottom: 2em;
    width: 730px;
    max-width: 100%;
  }
  .p-mv__img {
    position: absolute;
    width: 33%;
    max-width: 550px;
    right: 0;
    top: 79%;
    transform: translateY(-48%);
  }
  .c-line-link {
    font-size: calc(24 / 16 * 1rem);
    padding: 0.5em 1.5em;
  }
  .p-mv__btn {
    margin: 20px auto 0 0;
  }
  .p-mv__subtitle {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-mv__subtitle {
    font-size: 3rem;
  }
  .p-mv__img {
    top: 50%;
  }
}
.l-about {
  padding: 100px 0;
}

.c-title {
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
  font-size: calc(24 / 16 * 1rem);
  text-align: center;
}

.c-flex-content {
  display: flex;
  flex-direction: column;
}

.c-flex-content__cotent-title {
  font-weight: 600;
  font-size: calc(20 / 16 * 1rem);
  color: var(--primary-color);
}

.c-flex-content__text {
  font-size: calc(16 / 16 * 1rem);
  margin-bottom: 20px;
}

.c-flex-content__img {
  margin: 20px auto 0;
  width: 80%;
}
.c-flex-content__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-flex-content {
    display: flex;
    flex-direction: row;
    gap: 6%;
  }
  .c-flex-content__cotent {
    width: 57%;
  }
  .c-flex-content__img {
    width: 37%;
  }
  .c-title {
    font-size: 4.5vw;
  }
  .c-flex-content__cotent-title {
    font-size: calc(28 / 16 * 1rem);
  }
  .c-row-reverse {
    flex-direction: row-reverse !important;
  }
  .c-flex-content {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .c-title {
    font-size: calc(48 / 16 * 1rem);
  }
}
.l-system {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
}
.l-system::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 48vw solid transparent;
  border-right: 48vw solid transparent;
  border-top: 50px solid #fff;
  display: block;
}

.c-s-column-reverse {
  flex-direction: column-reverse;
}

.c-block-list__title {
  font-size: calc(20 / 16 * 1rem);
  color: var(--primary-color);
}

@media screen and (min-width: 768px) {
  .l-system::after {
    bottom: -100px;
    border-top: 100px solid rgb(255, 255, 255);
  }
  .c-block-list__title {
    font-size: calc(32 / 16 * 1rem);
  }
}
.l-feature {
  padding: 100px 0 60px;
  background-color: #C6E9FD;
}

.p-feature__subtitle {
  text-align: center;
  font-weight: 600;
  font-size: calc(24 / 16 * 1rem);
  margin-bottom: 1em;
  color: var(--primary-color);
  line-height: 1.5;
}

.p-feature__title {
  text-align: center;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  margin-bottom: 1em;
}

.p-feature__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-feature__list li {
  display: flex;
  gap: 22px;
  align-items: center;
}

.p-feature__list-img {
  width: 78px;
}

.p-feature__list-content {
  width: calc(100% - 100px);
}

.p-feature__list-title {
  font-size: calc(20 / 16 * 1rem);
  margin-bottom: 0.5em;
  font-weight: 600;
}

.p-feature__text {
  font-size: calc(16 / 16 * 1rem);
}

@media screen and (min-width: 768px) {
  .l-feature {
    padding: 160px 0 100px;
  }
  .p-feature__title {
    font-size: calc(32 / 16 * 1rem);
    margin-bottom: 2em;
  }
  .p-feature__list-img {
    width: 180px;
  }
  .p-feature__list-content {
    width: calc(100% - 210px);
  }
  .p-feature__list li {
    gap: 30px;
  }
  .p-feature__list-title {
    font-size: calc(28 / 16 * 1rem);
  }
  .p-feature__subtitle {
    margin-bottom: 1.7em;
  }
  .p-feature__title {
    margin-bottom: 2em;
  }
}
.l-cta {
  background-color: #88C8FF;
  padding: 60px 0;
}

.p-cta__text {
  font-size: calc(17 / 16 * 1rem);
  font-weight: 600;
  text-align: center;
}

.p-cta__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 400px) {
  .p-cta__text {
    font-size: calc(20 / 16 * 1rem);
  }
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 100px 0;
  }
  .p-cta__text {
    font-size: calc(28 / 16 * 1rem);
  }
  .p-cta__btn .c-line-link {
    font-size: calc(32 / 16 * 1rem);
  }
}
.l-detail {
  padding: 60px 0;
}

.p-detail__text {
  font-weight: 600;
}
.p-detail__text .u-black-text, .p-detail__text .u-cyan-text {
  text-align: center;
  display: block;
  font-size: calc(20 / 16 * 1rem);
  margin-bottom: 1.2em;
}

.p-detail__under-text-in {
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 600;
  font-size: calc(22 / 16 * 1rem);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}

.p-detail__map-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-detail__pref-title {
  font-weight: bold;
  font-size: calc(16 / 16 * 1rem);
}

.p-detail__pref-text {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.8;
}

.p-detail__map-caution {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.6;
}

.p-detail__map-content {
  border-radius: 20px;
  background: #fff;
  padding: 30px 25px;
  width: 1066px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (min-width: 400px) {
  .p-detail__under-text-in {
    font-size: calc(24 / 16 * 1rem);
  }
}
@media screen and (min-width: 768px) {
  .p-detail__text .u-black-text, .p-detail__text .u-cyan-text {
    font-size: 2.6vw;
  }
  .p-detail__under-text-in {
    font-size: 3.7vw;
    margin: 0;
  }
  .p-detail__under-text {
    display: flex;
    justify-content: center;
  }
  .p-detail__map-content {
    display: flex;
    flex-direction: row;
    gap: 8%;
    align-items: flex-end;
  }
  .p-detail__map {
    width: 60%;
  }
  .p-detail__pref {
    width: 32%;
  }
  .l-detail {
    padding: 100px 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-detail__text .u-black-text, .p-detail__text .u-cyan-text {
    font-size: calc(32 / 16 * 1rem);
  }
  .p-detail__under-text-in {
    font-size: calc(48 / 16 * 1rem);
    margin: 0;
  }
  .p-detail__map-content {
    padding: 45px;
  }
}
.p-profile__name-add {
  display: block;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  margin-bottom: 10px;
}

.p-profile__name-main {
  font-weight: 600;
  font-size: calc(28 / 16 * 1rem);
  margin-bottom: 10px;
  display: block;
}

.c-flex-content__text {
  font-size: calc(18 / 16 * 1rem);
  margin-bottom: 20px;
}

.c-flex-content--small {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-flex-content--small .c-flex-content__text {
  width: 100%;
}
.c-flex-content--small .c-book {
  width: 280px;
  display: flex;
  padding: 12px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-flex-content--small .c-book img {
  width: 30%;
  height: auto;
}
.c-flex-content--small .c-book .c-book__content {
  width: 70%;
  padding-left: 15px;
}
.c-flex-content--small .c-book .c-book__title {
  font-weight: bold;
}
.c-flex-content--small .c-book .c-book__name {
  font-size: calc(14 / 16 * 1rem);
  margin-bottom: 10px;
}
.c-flex-content--small .c-book .c-book__link {
  font-size: calc(14 / 16 * 1rem);
  color: var(--text-color);
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .l-profile {
    padding: 100px 0 0;
  }
  .l-profile .c-title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .l-profile {
    padding: 100px 0 0;
  }
  .l-profile .c-title {
    font-size: calc(45 / 16 * 1rem);
  }
  .c-flex-content--small .c-book {
    width: calc(50% - 10px);
  }
  .c-flex-content--small .c-flex-content__text {
    width: calc(50% - 10px);
  }
}
.l-faq {
  background-color: #acd4eb;
  padding: 60px 0;
}

.p-faq__title {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.l-cta__intr {
  padding: 100px 0 200px;
}

.l-cta__intr__text {
  text-align: center;
  font-weight: 600;
  font-size: calc(17 / 16 * 1rem);
}

.p-cta__btn--last {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-cta__btn--last .c-line-link {
  font-size: calc(17 / 16 * 1rem);
}

.l-cta__content {
  padding: 40px 0;
  background-color: #88c8ff;
}

.l-inner-s {
  width: 875px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 400px) {
  .p-cta__btn--last .c-line-link {
    font-size: calc(20 / 16 * 1rem);
  }
  .l-cta__intr__text {
    font-size: calc(20 / 16 * 1rem);
  }
}
@media screen and (min-width: 768px) {
  .l-faq {
    padding: 100px 0;
  }
  .p-faq__title {
    font-size: calc(32 / 16 * 1rem);
    margin-bottom: 50px;
  }
  .l-cta__intr {
    padding: 0 0 100px;
  }
  .l-cta__intr__text {
    font-size: calc(32 / 16 * 1rem);
  }
  .p-cta__btn--last .c-line-link {
    font-size: calc(48 / 16 * 1rem);
    padding: 0.5em 1.5em;
  }
  .l-cta__content {
    padding: 100px 0;
  }
  .c-faq__item {
    padding: 0 0 40px;
  }
  .c-faq__title::before {
    right: 25px;
    width: 15px;
    height: 15px;
  }
  .c-faq__trigger {
    padding-right: 30px;
  }
}
footer {
  padding: 30px 0;
  display: flex;
  flex-direction: column-reverse;
  background: linear-gradient(-90deg, #DCF2FF 0%, #ACD4EB 100%);
}

.footer__copy {
  text-align: center;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 500;
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer__nav-list li a {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  footer {
    position: relative;
  }
  .footer__copy {
    font-size: calc(24 / 16 * 1rem);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}/*# sourceMappingURL=style.css.map */