@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 3.7914691943vw;
  }
}
@media (min-width: 422px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #193A40;
  background-color: #E6FAFB;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
ol {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-footer {
  padding-top: 0.75rem;
  padding-bottom: 0.9375rem;
  background-color: #fff;
  -webkit-box-shadow: 0 -0.25rem 0.5rem 0 rgba(195, 225, 225, .5);
          box-shadow: 0 -0.25rem 0.5rem 0 rgba(195, 225, 225, .5);
  border-radius: 0.5rem 0.5rem 0 0;
}

.l-footer p {
  font-family: Jost;
  font-weight: 400;
  font-size: 0.625rem;
  color: #009696;
  line-height: 1;
  letter-spacing: 0.03125rem;
  text-align: center;
}

.l-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 #D4F1F1;
          box-shadow: 0 0.25rem 0.5rem 0 #D4F1F1;
  border-radius: 0 0 0.5rem 0.5rem;
}

.l-header-inner {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}

.l-header-inner h1 {
  line-height: 1;
  text-align: center;
}

.l-header-inner h1 a {
  display: inline-block;
  width: 9.25rem;
}

.l-inner {
  max-width: calc(22.375rem + 32px);
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.l-main {
  padding-top: 1rem;
  height: calc(100vh - 6.1875rem);
}

.c-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.c-btn {
  text-align: center;
}

.c-btn a {
  display: inline-block;
  width: 10rem;
  font-weight: 500;
  font-size: 0.625rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  line-height: 1;
  letter-spacing: 0.03125rem;
  border-radius: 0.375rem;
}

.c-btn:nth-child(1) a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #009696;
  border: 0.0625rem solid #00C4C4;
}

.c-btn:nth-child(2) a {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  color: #fff;
  background: linear-gradient(83deg, #24B9F3 0%, #26F1BF 100%);
}

.c-link {
  margin-top: 0.5rem;
}

.c-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link a p {
  font-weight: 400;
  font-size: 0.625rem;
  color: #A3A3A3;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
}

.c-link a img {
  width: 1rem;
}

.p-content h2 {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-align: center;
}

.p-content-box {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
          box-shadow: 0 0 0.5rem 0 rgba(195, 225, 225, .8);
  border-radius: 0.5rem;
}

.p-content-box h3 {
  font-weight: 500;
  font-size: 0.875rem;
  color: #009696;
  letter-spacing: 0.04375rem;
  text-align: center;
}

.p-content-box p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  line-height: 1.05rem;
  letter-spacing: 0.0375rem;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
