@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.45;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

section {
  overflow-x: hidden;
}

.grade-text {
  display: inline-block;
  background: linear-gradient(90deg, #05B7E1, #7ED074);
  background: -webkit-linear-gradient(0deg, #05B7E1, #7ED074);
  -webkit-background-clip: text;
  color: transparent;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #232323;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 768px) and (max-width: 1730px) {
  html {
    font-size: 0.9248554913vw;
  }
}
@media (min-width: 1730px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

body {
  background-color: #F8F6F4;
}

main {
  padding-top: 7.125rem;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 6.25rem;
  }
}

.bg-color {
  background-color: #F8F6F4;
}

.white-text {
  color: #fff;
}

.gray-text {
  color: #ddd;
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 108.125rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

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

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

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

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

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.5rem 1.5rem 1.375rem;
  background-color: #F8F6F4;
}
@media screen and (min-width: 768px) {
  header {
    padding: 1.5rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  header {
    padding: 2.75rem 4.75rem 2.75rem 3.75rem;
  }
}

.header-logo {
  max-width: 14rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    max-width: 28.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-logo {
    max-width: 23.125rem;
  }
}

footer {
  padding: 4.5rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 4.875rem 0 3.25rem;
  }
}

.policy-page footer {
  padding: 5.125rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .policy-page footer {
    padding: 7.8125rem 0 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-top {
    justify-content: space-between;
  }
}

.footer-logo {
  max-width: 19.75rem;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    max-width: 23.125rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-top__nav {
    margin-top: 0.375rem;
  }
}

.footer-nav__items {
  gap: 5rem;
}

.footer-nav__item {
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav__item {
    font-size: 1.125rem;
  }
}

.footer-sns {
  width: 100%;
  margin-top: 2.375rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-sns {
    margin-top: 3.5rem;
  }
}

.footer-sns li {
  width: 2.25rem;
}

.footer-btm {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer-btm {
    margin-top: 1.625rem;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-btm__link li {
  color: #727272;
  font-size: 0.875rem;
  line-height: 2.5714285714;
}
@media screen and (min-width: 768px) {
  .footer-btm__link li {
    display: flex;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-btm__link li {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-btm__link li:nth-child(n+2)::before {
    content: "　｜　";
    display: block;
  }
}

footer .copyright {
  color: #727272;
  font-size: 0.75rem;
  line-height: 2.3333333333;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  footer .copyright {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.hamberger {
  padding: 0.3125rem;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  margin-left: auto;
  z-index: 500;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: #000;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 2.3125rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

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

@media screen and (min-width: 768px) {
  .header-nav__items {
    align-items: center;
    gap: 2.5rem;
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav__items {
    gap: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__item a {
    font-size: 1.125rem;
  }
}

.section-title {
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }
}

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