@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 2.0512820513vw;
  }
}
@media (min-width: 780px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

/* Make images easier to work with */
img {
  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;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
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;
}

.about {
  background-color: #FFFDE5;
}

.about__inner {
  padding-top: 170px;
  padding-top: 10.625rem;
  padding-bottom: 98px;
  padding-bottom: 6.125rem;
  padding-right: 20%;
  padding-left: 20%;
}
@media screen and (max-width: 1380px) {
  .about__inner {
    padding-right: 1.25rem;
    padding-left: 11.1875rem;
  }
}
@media screen and (max-width: 990px) {
  .about__inner {
    padding-top: 6.25rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding-top: 0.25rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    padding-bottom: 0.625rem;
  }
}

.about__wrapper {
  position: relative;
  max-width: 1200px;
  max-width: 75rem;
}
@media screen and (max-width: 1380px) {
  .about__wrapper {
    max-width: 58.75rem;
  }
}
@media screen and (max-width: 990px) {
  .about__wrapper {
    max-width: none;
    max-width: initial;
    padding-bottom: 12rem;
  }
}

.about__title {
  font-size: clamp(32px, -40.827px + 9.4828vw, 54px);
  font-size: clamp(2rem, -2.5517rem + 9.4828vw, 3.375rem);
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .about__title {
    font-size: 1.5625rem;
    line-height: 1.4;
  }
}

.about__text {
  font-size: clamp(12px, -1.241px + 1.7241vw, 16px);
  font-size: clamp(0.75rem, -0.0776rem + 1.7241vw, 1rem);
  max-width: 400px;
  max-width: 25rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1380px) {
  .about__text {
    max-width: 22.125rem;
  }
}
@media screen and (max-width: 990px) {
  .about__text {
    max-width: 100%;
    font-size: 0.875rem;
    margin-top: 1rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
}

.about__img-top img,
.about__img-middle img,
.about__img-bottom img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .about__img-top img,
  .about__img-middle img,
  .about__img-bottom img {
    border-radius: 20px;
  }
}

.about__img-top {
  width: 272px;
  width: 17rem;
  aspect-ratio: 272/352;
  position: absolute;
  right: 7%;
  top: 10px;
  top: 0.625rem;
}
@media screen and (max-width: 990px) {
  .about__img-top {
    width: 8.75rem;
    top: auto;
    top: initial;
    left: 0;
    bottom: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .about__img-top {
    width: 7.125rem;
  }
}

.about__img-middle {
  width: 134px;
  width: 8.375rem;
  aspect-ratio: 134/135;
  position: absolute;
  right: 26%;
  top: 320px;
  top: 20rem;
}
@media screen and (max-width: 990px) {
  .about__img-middle {
    width: 6.25rem;
    top: auto;
    top: initial;
    bottom: 5.5rem;
    right: auto;
    right: initial;
    left: 15rem;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .about__img-middle {
    width: 5.625rem;
    left: 15.625rem;
    z-index: 10;
  }
}
@media screen and (max-width: 500px) {
  .about__img-middle {
    width: 5rem;
    left: auto;
    left: initial;
    right: 25%;
    z-index: 10;
  }
}

.about__img-bottom {
  width: 268px;
  width: 16.75rem;
  aspect-ratio: 268/177;
  position: absolute;
  right: 138px;
  right: 8.625rem;
  top: 470px;
  top: 29.375rem;
}
@media screen and (max-width: 990px) {
  .about__img-bottom {
    width: 18.75rem;
    top: auto;
    top: initial;
    bottom: 1.25rem;
    right: auto;
    right: initial;
    left: 22.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about__img-bottom {
    width: 7.5rem;
    aspect-ratio: 120/124;
    left: 21.25rem;
  }
}
@media screen and (max-width: 500px) {
  .about__img-bottom {
    width: 7.125rem;
    left: auto;
    left: initial;
    right: 2%;
  }
}

.about__door {
  width: 166px;
  width: 10.375rem;
  position: absolute;
  right: 4%;
  top: 282px;
  top: 17.625rem;
}
@media screen and (max-width: 990px) {
  .about__door {
    width: 5.875rem;
    top: auto;
    top: initial;
    bottom: 1.5rem;
    right: auto;
    right: initial;
    left: 8.75rem;
  }
}
@media screen and (max-width: 767px) {
  .about__door {
    left: 8.75rem;
  }
}
@media screen and (max-width: 500px) {
  .about__door {
    left: auto;
    left: initial;
    width: 5.625rem;
    right: 46%;
    z-index: 11;
  }
}

.blue-wrapper {
  background-color: #DEF1FB;
  padding-bottom: 76px;
  padding-bottom: 4.75rem;
}
@media screen and (max-width: 767px) {
  .blue-wrapper {
    padding-bottom: 3.375rem;
  }
}

.btn {
  color: #fff;
  padding: 15px 52px 17px 24px;
  padding: 0.9375rem 3.25rem 1.0625rem 1.5rem;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background-color: #F19EC2;
  border-radius: 0.375rem;
  -webkit-transition: backgroud-color 0.3s;
  transition: backgroud-color 0.3s;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.875rem;
    padding: 0.9375rem 3.0625rem 1rem 2rem;
    letter-spacing: 0.16em;
  }
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  right: 1.0625rem;
  background-color: #fff;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  right: 1.5rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #F09DC1;
  border-top: 0.125rem solid #F09DC1;
  border-right: 2px solid #F09DC1;
  border-right: 0.125rem solid #F09DC1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  background-color: #EB7AAB;
}

.btn--white {
  color: #EB6EA5;
  background-color: #fff;
  border: 1px solid #F09DC1;
}
@media screen and (max-width: 767px) {
  .btn--white {
    font-size: 0.6875rem;
    padding: 1.1875rem 2.625rem 1.375rem 1rem;
  }
}

.btn--white::before {
  background-color: #F09DC1;
}

.btn--white::after {
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.btn--white:hover {
  background-color: #F09DC1;
  color: #fff;
}

.btn--white:hover::before {
  background-color: #fff;
}

.btn--white:hover::after {
  border-top: 2px solid #F09DC1;
  border-top: 0.125rem solid #F09DC1;
  border-right: 2px solid #F09DC1;
  border-right: 0.125rem solid #F09DC1;
}

.button {
  background-color: #fff;
  color: #ED86B3;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.button--cheer {
  border-radius: 10px;
  padding: 6px 9px;
  padding: 0.375rem 0.5625rem;
  border: 1px solid #ED86B3;
}

.button:hover {
  background-color: #F09DC1;
  color: #fff;
}
.color--blue {
  color: #00AFEC;
}

.color--lightblue {
  color: #7DCCF3;
}

.color--pink {
  color: #ED86B3;
}

.contact {
  background-color: #FFFDE5;
}

.contact__inner {
  max-width: 800px;
  max-width: 50rem;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1230px;
}
@media screen and (max-width: 1380px) {
  .contact__inner {
    max-width: 830px;
  }
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding-top: 1.4375rem;
    padding-bottom: 2.4375rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 100%;
  }
}

.contact__content + .contact__content {
  margin-top: 94px;
  margin-top: 5.875rem;
  padding-top: 51px;
  padding-top: 3.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__content + .contact__content {
    margin-top: 1.375rem;
    padding-top: 1.5rem;
  }
}

.contact__content + .contact__content::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  height: 0.0625rem;
  background-color: #7DCCF3;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .contact__content:nth-child(3)::before {
    opacity: 0;
  }
}

.contact__title {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #7DCCF3;
  letter-spacing: 0.1em;
  padding-left: 8%;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 1.625rem;
    padding-left: 2%;
  }
}

.contact__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .contact__boxes {
    display: block;
    margin-top: 0.125rem;
  }
}

.contact__box {
  background-color: #fff;
  padding: 34px 20px 10px;
  padding: 2.125rem 1.25rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .contact__box {
    padding: 1.875rem 0.8125rem 1.25rem;
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .contact__box {
    width: 100%;
  }
}

.contact__box + .contact__box {
  margin-left: 6%;
}
@media screen and (max-width: 767px) {
  .contact__box + .contact__box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
  }
}

.contact__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__insta-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact__insta-link:hover {
    opacity: 1;
    opacity: initial;
  }
}

.contact__insta-link + .contact__insta-link {
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__insta-link + .contact__insta-link {
    margin-left: 0.75rem;
  }
}

.contact__insta-link img {
  aspect-ratio: 1/1;
  width: 180px;
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .contact__insta-link img {
    width: 8.75rem;
  }
}

.contact__sns-item {
  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;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.contact__sns-icon {
  width: 44px;
  width: 2.75rem;
}
@media screen and (max-width: 767px) {
  .contact__sns-icon {
    width: 2rem;
  }
}

.contact__sns-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-left: 6px;
  margin-left: 0.375rem;
  white-space: nowrap;
}

.contact__item {
  width: 63%;
  margin-inline: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .contact__item {
    padding-left: 2%;
    width: 100%;
  }
}

.contact__item + .contact__item {
  padding-top: 34px;
  padding-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .contact__item + .contact__item {
    padding-top: 1.625rem;
  }
}

.contact__subtitle {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #EB6EA5;
}
@media screen and (max-width: 767px) {
  .contact__subtitle {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}

.contact__text + .contact__text {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .contact__text + .contact__text {
    margin-top: 0.1875rem;
  }
}

.contact__btn {
  background-color: #F19EC2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px 5px 0px;
  padding: 0.3125rem 0.3125rem 0.3125rem 0rem;
  border-radius: 0.625rem;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 344px;
  max-width: 21.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1380px) {
  .contact__btn {
    padding: 0.3125rem 0.3125rem 0.3125rem 0rem;
  }
}
@media screen and (max-width: 990px) {
  .contact__btn {
    padding: 0.3125rem 0.625rem 0.3125rem 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__btn {
    padding: 0.25rem 0.75rem 0.25rem 1rem;
    width: 310px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .contact__btn {
    width: 260px;
  }
}

.contact__btn-img {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.contact__btn-link {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.284;
  letter-spacing: 0.05em;
  margin-left: 12px;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .contact__btn-link {
    font-size: 1.5rem;
  }
}

.contact__btn:hover {
  background-color: #EB7AAB;
}

.contact__fax {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-left: 20%;
}
@media screen and (max-width: 1380px) {
  .contact__fax {
    margin-left: 16%;
  }
}
@media screen and (max-width: 767px) {
  .contact__fax {
    margin-left: 5%;
    margin-top: 0.375rem;
    font-size: 0.8125rem;
  }
}

.contact__circle {
  background-color: #fff;
  width: 587px;
  width: 36.6875rem;
  height: 587px;
  height: 36.6875rem;
  border-radius: 50%;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contact__circle {
    width: 18.75rem;
    height: 18.75rem;
    border-radius: 0 0 50% 50%;
  }
}

.contact__circle-item {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact__cheer {
  color: #EB6EA5;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.28;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__cheer {
    font-size: 1.75rem;
    margin-bottom: 1.0625rem;
  }
}

.contact__cheer-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contact__cheer-text {
    line-height: 1.46;
    letter-spacing: 0.01em;
  }
}

.contact__cheer-text + .contact__cheer-text {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .contact__cheer-text + .contact__cheer-text {
    margin-top: 1.25rem;
  }
}

.contact__cheer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-top: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact__cheer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__cheer-link {
  border-radius: 50%;
  width: 109px;
  width: 6.8125rem;
  height: 109px;
  height: 6.8125rem;
  background-color: #F19EC2;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}

.contact__cheer-link:hover {
  background-color: #EB7AAB;
}

.contact__cheer-block {
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact__cheer-block--middle {
  top: 14%;
}

.contact__cheer-linktext {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

.contact__cheer-linktext::before {
  content: "";
  position: absolute;
  bottom: -20px;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  border-radius: 50%;
}

.contact__cheer-linktext::after {
  content: "";
  position: absolute;
  bottom: -18px;
  bottom: -1.125rem;
  left: 50%;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #F09DC1;
  border-top: 0.125rem solid #F09DC1;
  border-right: 2px solid #F09DC1;
  border-right: 0.125rem solid #F09DC1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.contact__cheer-link + .contact__cheer-link {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact__cheer-link + .contact__cheer-link {
    margin-left: 0;
    margin-top: 1.6875rem;
  }
}

.contact__circle-wrap {
  width: 587px;
  width: 36.6875rem;
  height: 587px;
  height: 36.6875rem;
  margin: auto;
  background-image: url(../images/common/white-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contact__circle-wrap {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: top center;
  }
}

.contact__circle-content {
  width: 450px;
  width: 28.125rem;
  margin-inline: auto;
  padding-top: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact__circle-content {
    width: 100%;
    padding: 3.5rem 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .contact__full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.footer__inner {
  background-color: #FFF9B4;
  padding: 20px 11%;
  padding: 1.25rem 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1380px) {
  .footer__inner {
    padding: 1.25rem 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    padding: 1rem 1.5rem;
  }
}

.footer__title,
.footer__address {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .footer__title,
  .footer__address {
    font-size: 0.75rem;
  }
}

.footer__contact {
  font-size: 12px;
  font-size: 0.75rem;
}

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 0.625rem;
  }
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0.625rem;
  }
}

.footer__logo {
  width: 59px;
  width: 3.6875rem;
  height: 54px;
  height: 3.375rem;
}

.footer__logo + .footer__logo {
  margin-left: 14px;
  margin-left: 0.875rem;
}

.header {
  height: 60px;
  height: 3.75rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .header {
    height: 2.875rem;
    padding-top: 0.25rem;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 84px;
  padding-right: 5.25rem;
  padding-left: 56px;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-right: 0.9375rem;
    padding-left: 1.125rem;
  }
}

.header__logo {
  width: 133px;
  width: 8.3125rem;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 5.25rem;
  }
}

@media screen and (max-width: 767px) {
  .header__pc-nav {
    display: none;
  }
}

.header__hamburger {
  position: relative;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
    background-color: #F09DC1;
    border-radius: 50%;
    margin-left: 0.875rem;
  }
}
@media screen and (max-width: 330px) and (-webkit-min-device-pixel-ratio: 0) {
  .header__hamburger ::i-block-chrome, .header__hamburger .header__hamburger {
    height: 1.875rem;
  }
}

.header__hamburger span {
  position: absolute;
  height: 1px;
  height: 0.0625rem;
  width: 60%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__hamburger span:nth-child(1) {
  top: 30%;
  right: 18%;
}

.header__hamburger span:nth-child(2) {
  top: 50%;
  right: 18%;
}
@media screen and (max-width: 330px) {
  .header__hamburger span:nth-child(2) {
    top: 49%;
  }
}

.header__hamburger span:nth-child(3) {
  top: 68%;
  right: 18%;
}
@media screen and (max-width: 330px) {
  .header__hamburger span:nth-child(3) {
    top: 69%;
  }
}

.header__hamburger.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.header__hamburger.is-active span:nth-child(2) {
  top: 50%;
  opacity: 0;
}

.header__hamburger.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.header__background--white {
  background-color: #fff;
}

.header--big {
  height: 94px;
  height: 5.875rem;
  background-color: transparent;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .header--big {
    height: 2.875rem;
  }
}

.header__sp-btns {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__sp-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
  }
}

.header__sp-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__sp-btn {
    font-size: 0.75rem;
    display: block;
    background-color: #fff;
    color: #ED86B3;
    border: 1px solid #ED86B3;
    border-radius: 3px;
    padding: 0.25rem 0.375rem;
  }
}

.info {
  background-color: #DEF1FB;
  margin-top: 78px;
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .info {
    margin: 0;
  }
}

.info__inner {
  background-color: #fff;
  padding-top: 84px;
  padding-top: 5.25rem;
  padding-right: 68px;
  padding-right: 4.25rem;
  padding-left: 68px;
  padding-left: 4.25rem;
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  max-width: 56.25rem;
}
@media screen and (max-width: 1380px) {
  .info__inner {
    max-width: 830px;
  }
}
@media screen and (max-width: 767px) {
  .info__inner {
    padding-top: 2.8125rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    max-width: 21.625rem;
  }
}

.info__content + .info__content {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 48px;
  padding-top: 3rem;
  border-top: 1px solid #7DCCF3;
}
@media screen and (max-width: 767px) {
  .info__content + .info__content {
    margin-top: 2.625rem;
    padding-top: 1.625rem;
  }
}

.info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .info__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info__head3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 620px;
  max-width: 38.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 1380px) {
  .info__head3 {
    padding-left: 1.25rem;
    padding-right: 3.75rem;
    max-width: none;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .info__head3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.info__center-title {
  color: #7DCCF3;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.0001em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .info__center-title {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.info__bottom-title {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.info__subtitle {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #7DCCF3;
}
@media screen and (max-width: 767px) {
  .info__subtitle {
    font-size: 1.3125rem;
  }
}

.info__subtitle2 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #7DCCF3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .info__subtitle2 {
    font-size: 1.3125rem;
  }
}

.info__kome {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 3.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .info__kome {
    line-height: 2.5;
  }
}

.info__subtitle-text {
  vertical-align: middle;
}

.info__bottom-subtitle {
  font-size: 31px;
  font-size: 1.9375rem;
  color: #7DCCF3;
}
@media screen and (max-width: 767px) {
  .info__bottom-subtitle {
    font-size: 1.25rem;
  }
}

.info__bottom-title {
  color: #7DCCF3;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.0001em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .info__bottom-title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}

.info__logo {
  width: 214px;
  width: 13.375rem;
  aspect-ratio: 214/138;
  margin-left: 86px;
  margin-left: 5.375rem;
}
@media screen and (max-width: 767px) {
  .info__logo {
    width: 9rem;
    aspect-ratio: 144/93;
    margin-right: 0;
    margin-top: 2.375rem;
    margin-inline: auto;
  }
}

.info__logo2 {
  width: 119px;
  width: 7.4375rem;
  aspect-ratio: 119/95;
  margin-left: 66px;
  margin-left: 4.125rem;
}
@media screen and (max-width: 1380px) {
  .info__logo2 {
    margin-right: 0;
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .info__logo2 {
    margin-inline: auto;
  }
}

.info__logo3 {
  width: 121px;
  width: 7.5625rem;
  aspect-ratio: 121/131;
  margin-left: 0;
}
@media screen and (max-width: 1380px) {
  .info__logo3 {
    width: 7.5625rem;
    aspect-ratio: 108/117;
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 990px) {
  .info__logo3 {
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .info__logo3 {
    margin-inline: auto;
    margin-top: 1.625rem;
  }
}

.info__container {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1380px) {
  .info__container {
    padding: 0 2.875rem;
    max-width: none;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .info__container {
    padding: 0;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .info__images-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .info__guide-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.info__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .info__text {
    margin-top: 1.25rem;
    line-height: 1.9;
  }
}

.info__text2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .info__text2 {
    margin-top: 1.25rem;
    line-height: 1.9;
  }
}

.info__youth-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 26px;
  margin-left: 1.625rem;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .info__youth-text {
    margin-left: 0;
    margin-top: 1.25rem;
    line-height: 1.9;
  }
}

.info__pdf {
  display: inline-block;
  width: 17px;
  width: 1.0625rem;
  height: 21px;
  height: 1.3125rem;
  vertical-align: middle;
}

.info__contact-text {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.info__images {
  display: grid;
  /* 画像の最小幅を指定 */
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  row-gap: 20px;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .info__images {
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
    row-gap: 0.875rem;
  }
}

.info__image {
  display: inline-block;
  border-radius: 10px;
}

.info__btn {
  text-align: center;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .info__btn {
    margin-top: 1.5rem;
  }
}

.info__guide-right {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 26px;
  margin-left: 1.625rem;
}

.info__guide-place {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #7DCCF3;
}
@media screen and (max-width: 767px) {
  .info__guide-place {
    margin-left: 0.625rem;
  }
}

.info__guide-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .info__guide-text {
    line-height: 1.6;
    margin-top: 0.625rem;
  }
}

.info__chirashi {
  width: 200px;
  width: 12.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .info__chirashi {
    width: 5.625rem;
  }
}

.info__chirashi2 {
  width: 219px;
  width: 13.6875rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .info__chirashi2 {
    width: 6.25rem;
  }
}

.info__atten {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .info__atten {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: 0.4375rem;
    display: inline-block;
  }
}

.info__chirashi1-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .info__chirashi1-link:hover {
    opacity: 1;
    opacity: initial;
  }
}

.inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1230px;
}
@media screen and (max-width: 1380px) {
  .inner {
    max-width: 830px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.layout-page-top {
  position: fixed;
  right: 15px;
  right: 0.9375rem;
  bottom: 15px;
  bottom: 0.9375rem;
  z-index: 99;
}

.map {
  background-color: #DEF1FB;
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 1.875rem;
  }
}

.map__inner {
  background-color: #FFFDE5;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-right: 68px;
  padding-right: 4.25rem;
  padding-left: 68px;
  padding-left: 4.25rem;
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
}
@media screen and (max-width: 767px) {
  .map__inner {
    padding-top: 1.375rem;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    padding-bottom: 2.375rem;
    max-width: 21.625rem;
  }
}

.map__container {
  background-image: url(../images/common/kyotomap.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  max-width: 440px;
  max-width: 27.5rem;
  width: 375px;
  width: 23.4375rem;
  height: 648px;
  height: 40.5rem;
  margin-right: 40%;
  margin-left: 26%;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .map__container {
    width: 19.375rem;
    height: 32.6875rem;
    max-width: 100%;
    margin: 0;
  }
}

.map__title {
  color: #7DCCF3;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1.3;
  letter-spacing: 0.0001em;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .map__title {
    font-size: 1.625rem;
    margin-bottom: 1.375rem;
  }
}

.map__text {
  padding-left: 28px;
  padding-left: 1.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .map__text {
    font-size: 0.875rem;
    line-height: 1.7;
    padding-left: 0;
  }
}

.map__text:nth-child(2) {
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .map__text:nth-child(2) {
    padding-left: 0;
  }
}

.map__btn {
  text-align: center;
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .map__btn {
    margin-bottom: 0.75rem;
  }
}

.map__item-link > img:hover,
.map__fuki-link > img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .map__item-link > img:hover,
  .map__fuki-link > img:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.map__item-link > img,
.map__fuki-link > img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 767px) {
  .map__item-link > img,
  .map__fuki-link > img {
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    -webkit-transition: initial;
    transition: initial;
  }
}

.map__item,
.map__item2,
.map__item3 {
  position: absolute;
}

.map__item {
  width: 90px;
  width: 5.625rem;
  height: 98px;
  height: 6.125rem;
  top: 218px;
  top: 13.625rem;
  right: 40px;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .map__item {
    width: 4.5625rem;
    height: 4.9375rem;
    top: 11.1875rem;
    right: 1.8125rem;
  }
}

.map__item2 {
  width: 134px;
  width: 8.375rem;
  height: 87px;
  height: 5.4375rem;
  top: 344px;
  top: 21.5rem;
  right: 184px;
  right: 11.5rem;
}
@media screen and (max-width: 767px) {
  .map__item2 {
    width: 6.125rem;
    height: 3.9375rem;
    top: 17.375rem;
    right: 9.8125rem;
  }
}

.map__item3 {
  width: 58px;
  width: 3.625rem;
  height: 46px;
  height: 2.875rem;
  top: 526px;
  top: 32.875rem;
  right: 120px;
  right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .map__item3 {
    width: 2.5rem;
    height: 2rem;
    top: 26.9375rem;
    right: 6.3125rem;
  }
}

.map__fuki,
.map__fuki2 {
  width: 142px;
  width: 8.875rem;
  height: 154px;
  height: 9.625rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .map__fuki,
  .map__fuki2 {
    width: 6.5625rem;
    height: 7.1875rem;
  }
}

.map__fuki3 {
  width: 168px;
  width: 10.5rem;
  height: 150px;
  height: 9.375rem;
  position: absolute;
  top: 502px;
  top: 31.375rem;
  right: -64px;
  right: -4rem;
}
@media screen and (max-width: 767px) {
  .map__fuki3 {
    width: 7.8125rem;
    height: 7rem;
    top: 27rem;
    right: -0.6875rem;
  }
}

.map__fuki {
  top: 86px;
  top: 5.375rem;
  right: -76px;
  right: -4.75rem;
}
@media screen and (max-width: 767px) {
  .map__fuki {
    top: 3.9375rem;
    right: -0.6875rem;
  }
}

.map__fuki2 {
  top: 214px;
  top: 13.375rem;
  right: 258px;
  right: 16.125rem;
}
@media screen and (max-width: 767px) {
  .map__fuki2 {
    top: 11.25rem;
    right: 12.875rem;
  }
}

.map__pin,
.map__pin2,
.map__pin3,
.map__pin4,
.map__pin5,
.map__pin6,
.map__pin7 {
  width: 21px;
  width: 1.3125rem;
  height: 24px;
  height: 1.5rem;
  position: absolute;
}

.map__pin {
  top: 290px;
  top: 18.125rem;
  left: 200px;
  left: 12.5rem;
}

.mv {
  background-color: #FFFDE5;
  padding-top: 36px;
  padding-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 2.875rem;
    padding-bottom: 5.625rem;
  }
}

.mv__inner {
  background-image: url(../images/common/mv.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 10%;
  aspect-ratio: 374/274;
  position: relative;
  width: 60%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .mv__inner {
    background-size: contain;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    aspect-ratio: 374/277;
  }
}

.mv__title {
  width: 547px;
  width: 34.1875rem;
  aspect-ratio: 233/108;
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1380px) {
  .mv__title {
    top: 29%;
  }
}
@media screen and (max-width: 990px) {
  .mv__title {
    width: 28.125rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__title {
    width: 19.375rem;
  }
}
@media screen and (max-width: 500px) {
  .mv__title {
    width: 16.25rem;
  }
}
@media screen and (max-width: 330px) {
  .mv__title {
    width: 14.5625rem;
  }
}

.mv__subtitle {
  width: 248px;
  width: 15.5rem;
  aspect-ratio: 248/154;
  position: absolute;
  bottom: 3%;
  left: 2%;
}
@media screen and (max-width: 1380px) {
  .mv__subtitle {
    bottom: 1%;
    left: 5%;
  }
}
@media screen and (max-width: 990px) {
  .mv__subtitle {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    width: 15rem;
    aspect-ratio: 251/31;
    bottom: -11%;
    left: 20%;
  }
}
@media screen and (max-width: 330px) {
  .mv__subtitle {
    width: 15.6875rem;
    aspect-ratio: 251/31;
    bottom: -13%;
    left: 17%;
  }
}

.page-container {
  position: relative;
}

.page-top {
  padding-top: 15px;
  padding-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #7DCCF3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-top {
    font-size: 0.8125rem;
  }
}

.page-top::before {
  content: "";
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  left: 50%;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  border-top: 3px solid #fff;
  border-top: 0.1875rem solid #fff;
  border-right: 3px solid #fff;
  border-right: 0.1875rem solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.pc-nav {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .pc-nav {
    display: none;
  }
}

.pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pc-nav__item,
.pc-nav__items a {
  height: inherit;
}

.pc-nav__item {
  position: relative;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.pc-nav__item a {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  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;
  letter-spacing: 0.1em;
  line-height: 2;
}

.pc-nav__link:hover {
  color: #F09DC1;
}
.pc-nav__item a::after:last-child {
  background-color: transparent;
  background-color: initial;
}

.pc-nav__item:last-child {
  padding-right: 0;
  height: 80%;
  display: grid;
  place-items: center;
}

.pc-nav__item:last-child.header--big-btn {
  height: 60%;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-size: cover;
  z-index: 100;
  -webkit-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease;
}

.sp-nav .is-active {
  display: block;
}

.sp-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: inherit;
}

.sp-nav__items {
  padding-top: 208px;
  padding-top: 13rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  height: 100vh;
  overflow: scroll;
}

.sp-nav__item {
  width: 100%;
  padding-top: 32px;
  padding-top: 2rem;
}

.sp-nav__item a {
  color: #231815;
  text-align: center;
  display: block;
}

.sp-nav__item:first-child {
  padding-top: 0;
}

.subtitle {
  color: #7DCCF3;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 1.3125rem;
  }
}

.title {
  color: #7DCCF3;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.0001em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}
/*# sourceMappingURL=styles.css.map */
