@charset "UTF-8";
/* ----------------------------------*/
/* reset */
/* ----------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

* {
  box-sizing: border-box;
}

/* ----------------------------------*/
/* 共通部分のスタイル */
/* ----------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, address,
time, mark, audio, video {
  font-size: 16px;
  line-height: 2em;
  font-weight: normal;
  color: #1a1a1a;
  font-family: "Tahoma", "游ゴシック体", YuGothic, "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  font-style: normal;
  text-align: left;
  word-break: break-all;
  letter-spacing: 0;
  word-break: break-all;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: auto;
  background-color: #85BDE5;
}

body {
  width: 100%;
  background-color: #fff;
}

main {
  width: 100%;
  min-height: calc(100% - 75px - 87px);
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.12s ease;
}
a:hover {
  opacity: 0.7;
}

h1 {
  margin: 0;
}

h2 {
  line-height: 1em;
}

h3 {
  font-size: 20px;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

input, button {
  padding: 10px;
}

input {
  line-height: 1em;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #1a1a1a;
}

input::-ms-clear {
  visibility: hidden;
  width: 0%;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  padding: 0 13px;
  line-height: 27px;
  height: 26px;
  width: 100%;
  color: #1a1a1a;
}

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

input[type=checkbox] {
  width: 0;
  height: 0;
}

.select {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  height: 38px;
  z-index: 0;
  width: 100%;
  max-width: 408px;
}
.select::after {
  content: "";
  border: 7px solid transparent;
  position: absolute;
  z-index: -1;
  border-top: 7px solid #1a1a1a;
  top: calc(50% + 4px);
  right: 15px;
  transform: translateY(-50%);
}

textarea {
  border: 1px solid #909090;
  background-color: #fff;
  line-height: 1.35em;
  padding: 4px 10px 3px;
  color: #1a1a1a;
  min-height: 26px;
}

input[type=text],
input[type=email],
input[type=number] {
  height: 40px;
  width: 100%;
  max-width: 408px;
  padding-left: 15px;
  padding-right: 15px;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type=checkbox] {
  opacity: 0;
}

button {
  cursor: pointer;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
}

::placeholder,
:placeholder-shown {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
  padding-top: 5px;
}

:-ms-input-placeholder {
  letter-spacing: -0.045em;
  color: rgba(51, 51, 51, 0.5);
}

::selection {
  background-color: rgba(133, 189, 230, 0.5);
  color: #666;
}

::-moz-selection {
  background-color: rgba(133, 189, 230, 0.5);
  color: #666;
}

.break {
  display: inline-block;
}

.strong {
  font-weight: bold;
}

span.alignRight {
  display: block;
}

@media screen and (max-width: 1400px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  body {
    width: 100%;
  }

  input[type=text],
input[type=email],
input[type=number],
.select {
    max-width: none;
  }
}
/* --------------------------------- */
/* footer */
/* --------------------------------- */
footer {
  background-color: #85BDE5;
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 104px;
  padding: 36px 0 40px;
}

.footer__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.footer__left {
  width: 39%;
  margin-top: auto;
  margin-bottom: 32px;
}

.footer__right {
  width: 61%;
}

.footer__left__title,
.footer__left__address {
  color: #fff;
  font-weight: bold;
}

.footer__left__title {
  font-size: 22px;
  letter-spacing: 0.05em;
}

.footer__left__address {
  margin-top: 12px;
  letter-spacing: 0.05em;
  line-height: 2em;
  display: flex;
}

.footer__right__logo img {
  width: 132px;
  height: auto;
}

.footer__nav {
  margin-top: 24px;
}
.footer__nav a {
  font-family: tahoma, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.075em;
}
.footer__nav a ~ a {
  margin-left: 20px;
}

.copyright {
  font-family: tahoma, sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 896px) {
  footer {
    margin-top: 64px;
  }

  .footer__wrap {
    flex-wrap: wrap;
  }

  .footer__left {
    width: 100%;
  }

  .footer__right {
    width: 100%;
  }

  .footer__right__logo img {
    width: 80px;
  }

  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
  }
  .footer__nav a {
    width: 50%;
    font-size: 18px;
  }
  .footer__nav a ~ a {
    margin-left: 0;
  }

  .copyright {
    margin-top: 16px;
  }
}
/* ----------------------------------*/
/* コンテンツ最大幅のスタイル */
/* ----------------------------------*/
.contentWrap {
  width: 100%;
  max-width: 1440px;
  padding: 0 36px;
  margin: auto;
}

.contentWrap {
  width: 100%;
  max-width: 1440px;
  padding: 0 36px;
  margin: auto;
}

.topPage__lead2 {
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  width: 160px;
  margin: 2px 0 0 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fade__topPage__lead 1.5s 0.99s forwards ease-in-out;
  animation: fade__topPage__lead 1.5s 0.99s forwards ease-in-out;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 1.5px;
}

.topPage__since {
  display: flex;
  margin-left: 3px;
}

.topPage__lead {
  margin-left: 50px;
}

.topPage__since2 {
  margin: 54px 0 0 0;
}

@media screen and (max-width: 1400px) {
  .contentWrap {
    width: 100%;
  }

  .topPage__lead2 {
    letter-spacing: 1.5px;
    white-space: nowrap;
    /* width: 160px; */
    font-weight: bold;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-animation: fade__topPage__lead 1.5s 0.99s forwards ease-in-out;
    animation: fade__topPage__lead 1.5s 0.99s forwards ease-in-out;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .topPage__lead {
    margin-left: 50px;
  }

  .topPage__since {
    display: flex;
  }

  .topPage__since2 {
    min-width: 160px;
  }
}
@media screen and (max-width: 896px) {
  .contentWrap {
    width: 100%;
    padding: 0 20px;
  }
}
/* ----------------------------------*/
/*  ラジオボタンのスタイル */
/* ----------------------------------*/
.radiobox input[type=radio] {
  display: none;
}

.radiobox__check {
  border: 1px solid #1a1a1a;
  width: 16px;
  height: 16px;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: 0.1s ease-out;
  margin-right: 8px;
}
.radiobox__check::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: 0.2s ease;
}

input:checked + .radiobox__check {
  background-color: #85BDE5;
  border-color: #85BDE5;
}
input:checked + .radiobox__check::before {
  opacity: 1;
}

/* ----------------------------------*/
/* ボタンのスタイル */
/* ----------------------------------*/
.button {
  cursor: pointer;
  width: auto;
  display: inline-block;
  font-size: 16px;
  transition: 0.12s ease;
  user-select: none;
  font-weight: normal;
  position: relative;
  overflow: hidden;
}
.button span {
  font-size: 14px;
}
.button:hover {
  opacity: 0.75;
}
.button:active {
  transform: scale(0.95);
}

.button--primary {
  background-color: transparent;
  color: #E5859F;
  border: 2px solid #E5859F;
  font-size: 25px;
  width: 400px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.button--primary:hover {
  color: #fff;
}

.button::before,
.button::after {
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  top: 50%;
  background-color: #E5859F;
  opacity: 0;
  transition: 0.6s ease;
  z-index: -1;
}

.button::before {
  left: 0;
  transform: translateX(-60%) translateY(-50%) rotate(45deg);
}

.button::after {
  right: 0;
  transform: translateX(60%) translateY(-50%) rotate(45deg);
}

.button:hover::before, .button:hover::after {
  transform: translateX(0) translateY(-50%) rotate(45deg);
  opacity: 1;
}

@media screen and (max-width: 896px) {
  .button {
    width: 100%;
  }
}
/* ----------------------------------*/
/* リンクにアニメーションを付けるスタイル*/
/* ----------------------------------*/
a {
  position: relative;
}

a::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #85BDE5;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.45s ease-out;
  opacity: 0.1;
}

a:hover::after {
  transform: scaleX(1);
  transition: 0.6s ease transform;
  opacity: 1;
}

.topPage__blog__article__inner2 {
  position: relative;
}

.topPage__blog__article__inner2::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #85BDE5;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.45s ease-out;
  opacity: 0.1;
}

.topPage__blog__article__inner2:hover::after {
  transform: scaleX(1);
  transition: 0.6s ease transform;
  opacity: 1;
}

.topPage__blog__article__inner {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.dateda {
  min-width: 80px;
  display: inline-block;
}

.topPage__staff {
  padding: 100px 0;
  background-color: #F9F9F9;
}

.topPage__staff__wrap {
  max-width: 900px;
}

/* --------------------------------- */
/* ヘッダーのスタイル */
/* --------------------------------- */
.header__topPage {
  width: 100%;
  padding: 12px 0;
  background-color: #fff;
  position: fixed;
  top: calc(-100% - 30px);
  transition: 1.5s ease;
  z-index: 100;
}
.header__topPage .header__logo {
  width: 100px;
  height: 110px;
}
.header__topPage .header__logo::after {
  content: none;
}
.header__topPage .header__logo img {
  width: 100%;
  height: auto;
}
.header__topPage .header__wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header__topPage .header__nav {
  margin-top: auto;
  margin-bottom: 8px;
}
.header__topPage .header__nav a {
  font-family: tahoma, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #85BDE5;
}
.header__topPage .header__nav a:hover {
  color: #85BDE5;
}
.header__topPage .header__nav a ~ a {
  margin-left: 16px;
}

.header__topPag2 {
  max-width: 1200px;
  padding: 30px 0 20px 0;
  background-color: #fff;
  /* border-bottom: 1px solid #1a1a1a; */
  /* position: fixed; */
  /* top: calc(-100% - 30px); */
  transition: 1.5s ease;
  z-index: 100;
}

.header__topPag2 .header__nav2 {
  text-align: right;
  margin-top: auto;
  /* margin-bottom: 8px; */
}

.header__topPag2 .header__nav2 a {
  font-family: tahoma, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #85BDE5;
}

.header__topPag2 .header__nav2 a:hover {
  color: #85BDE5;
}

.header__topPag2 .header__nav2 a ~ a {
  margin-left: 16px;
}

.header--sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  flex-wrap: wrap;
  overflow: hidden;
}

.header--sp--topPage {
  top: calc(-110% - 40px);
  transition: 1.5s ease;
}

.header--sp__wrap {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
  backdrop-filter: saturate(180%) blur(20px);
  padding: 0 24px;
  height: 62px;
}
.header--sp__wrap .header--sp__logo {
  display: flex;
  width: 40px;
  height: auto;
}
.header--sp__wrap .header--sp__logo img {
  width: 100%;
  height: 100%;
}
.header--sp__wrap .header--sp__logo:after {
  content: none;
}

.header--sp__navButton {
  width: 32px;
  height: 32px;
  border: 1px solid #85BDE5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 14px;
}
.header--sp__navButton .header--sp__navButton__line {
  height: 2px;
  background-color: #85BDE5;
  width: 48%;
  position: absolute;
  top: 9px;
  left: 26%;
  transition: 0.3s ease;
}
.header--sp__navButton .header--sp__navButton__line ~ .header--sp__navButton__line {
  top: 14px;
}
.header--sp__navButton .header--sp__navButton__line ~ .header--sp__navButton__line ~ .header--sp__navButton__line {
  top: 19px;
}

.header--sp__trigger:checked ~ .header--sp__navButton .header--sp__navButton__line {
  transform: rotate(-45deg);
  left: 8px;
  top: 14px;
}
.header--sp__trigger:checked ~ .header--sp__navButton .header--sp__navButton__line ~ .header--sp__navButton__line {
  opacity: 0;
}
.header--sp__trigger:checked ~ .header--sp__navButton .header--sp__navButton__line ~ .header--sp__navButton__line ~ .header--sp__navButton__line {
  transform: rotate(45deg);
  opacity: 1;
}

.header--sp__nav {
  width: 100%;
  height: 0;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  background-image: linear-gradient(to bottom, rgba(133, 189, 230, 0.9) 0%, rgba(125, 185, 232, 0) 100%);
  backdrop-filter: saturate(180%) blur(10px);
  overflow: hidden;
  transition: 1.5s ease;
  opacity: 0;
}
.header--sp__nav a {
  width: 100%;
  height: 12vh;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: tahoma, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #85BDE5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  transition: 0.4s ease transform, 0.45s opacity;
  opacity: 0;
  transform: translateY(-200%);
}
.header--sp__nav a:after {
  content: none;
}

.header--sp__trigger:checked ~ .header--sp__nav {
  height: 100vh;
  opacity: 1;
}
.header--sp__trigger:checked ~ .header--sp__nav a {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s ease transform, 0.15s opacity, 0 0 background-color;
}
.header--sp__trigger:checked ~ .header--sp__nav a:nth-of-type(2) {
  transition-delay: 0.09s;
}
.header--sp__trigger:checked ~ .header--sp__nav a:nth-of-type(3) {
  transition-delay: 0.18s;
}
.header--sp__trigger:checked ~ .header--sp__nav a:nth-of-type(4) {
  transition-delay: 0.27s;
}
.header--sp__trigger:checked ~ .header--sp__nav a:nth-of-type(5) {
  transition-delay: 0.36s;
}
.header--sp__trigger:checked ~ .header--sp__nav a:nth-of-type(6) {
  transition-delay: 0.45s;
}
.header--sp__trigger:checked ~ .header--sp__nav a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.sanple {
  text-align: center;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
}

.topPage__about .instagram-rogo_field {
  padding: 0 0 0 0;
  margin: 0 0 0 16px;
  position: relative;
  width: 25px;
}

.topPage__about .instagram-rogo {
  position: absolute;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  top: 35px;
  right: 0;
}

.topPage__about .instagram-rogo img {
  width: 100%;
  height: 100%;
}

.header__topPag2__field {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
}

.header__topPage .contentWrap {
  display: flex;
  justify-content: flex-end;
}

.header__topPage .instagram-rogo_field {
  padding: 0 0 0 0;
  margin: 0 0 0 30px;
  position: relative;
}

.header__topPage .instagram-rogo {
  position: absolute;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  top: 70px;
  right: -16px;
}

.header__topPage .instagram-rogo img {
  width: 100%;
  height: 100%;
}

.header__topPage .header__nav {
  margin-left: auto;
}

.header--sp__wrap .contentWrap {
  display: flex;
  justify-content: flex-end;
}

.header--sp__wrap .instagram-rogo_field {
  padding: 0 0 0 0;
  margin: 0 0 0 30px;
  position: relative;
}

.header--sp__wrap .instagram-rogo {
  position: absolute;
  width: 33px;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  top: -15px;
  right: 50px;
}

.header--sp__wrap .instagram-rogo img {
  width: 100%;
  height: 100%;
}

.header--sp__wrap .header__nav {
  margin-left: auto;
}

@media screen and (max-width: 1220px) {
  .header__topPage .header__nav a {
    font-size: 20px;
  }

  .footer__nav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .header__topPage {
    display: none;
  }

  .header--sp {
    display: flex;
  }

  .header__wrap {
    padding: 12px 20px;
  }

  .topPage__since2 p {
    display: none;
  }

  .topPage__since2 {
    width: 0;
    height: 0;
    display: none;
  }

  .header__nav2 a {
    display: none;
  }

  .header__topPag2 {
    height: 0;
    padding: 0;
    margin: 0;
  }

  .topPage__since {
    display: flex;
    margin-left: 0px;
  }

  .header--sp__nav {
    width: 100%;
    height: 0;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    background-color: none;
    background-image: none;
    backdrop-filter: none;
    overflow: hidden;
    transition: 1.5s ease;
    opacity: 0;
  }
  .header--sp__nav a {
    width: 100%;
    height: 6vh;
    background-color: rgba(255, 255, 255, 0.9);
    font-family: tahoma, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #85BDE5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    backdrop-filter: saturate(180%) blur(10px);
    border-bottom: none;
    transition: 0.4s ease transform, 0.45s opacity;
    opacity: 0;
    transform: translateY(-200%);
  }
  .header--sp__nav a:after {
    content: none;
  }

  .header--sp__trigger:checked ~ .header--sp__nav a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #85BDE5;
  }
}
/* ----------------------------------*/
/* 内側共通スタイル */
/* ----------------------------------*/
.innerPage {
  padding-top: 56px;
}

.innerPage__hero {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage__hero img {
  width: 100%;
  height: auto;
}

.innerPage__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.innerPage__nav {
  width: calc(100% / 2.7 * 1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 700px;
  padding-top: 60px;
}

.innerPage__nav__logo {
  margin-bottom: 24px;
  display: flex;
  width: 100px;
  height: 110px;
}
.innerPage__nav__logo img {
  width: 100%;
  height: auto;
}
.innerPage__nav__logo::after {
  content: none;
}

.innerPage__nav__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.innerPage__nav__item ~ .innerPage__nav__item {
  margin-top: 32px;
}

.innerPage__nav__link {
  font-family: tahoma, sans-serif;
  font-size: 25px;
  letter-spacing: 0.075em;
  font-weight: bold;
  color: #1a1a1a;
  width: 200px;
}
.innerPage__nav__link:hover {
  color: #85BDE5;
}

.innerPage__nav__smallLink {
  margin-left: 48px;
  padding-left: 24px;
  color: #1a1a1a;
  display: none;
  align-items: center;
  font-size: 25px;
  position: relative;
  margin-top: 20px;
  width: 252px;
  transition: 0.3s ease transform, 0.09s ease border-color;
}
.innerPage__nav__smallLink::before, .innerPage__nav__smallLink::after {
  content: "";
  background-color: transparent;
}
.innerPage__nav__smallLink::before {
  width: 15px;
  height: 15px;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.innerPage__nav__smallLink::after {
  width: 8px;
  border-top: 1px solid #1a1a1a;
  position: absolute;
  left: 8px;
  top: calc(50% + 1px);
  opacity: 1;
  transform: none;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
}
.innerPage__nav__smallLink:hover {
  color: #85BDE5;
}
.innerPage__nav__smallLink:hover::before, .innerPage__nav__smallLink:hover::after {
  border-color: #85BDE5;
}
.innerPage__nav__smallLink:hover::after {
  top: calc(50% + 1px);
  transform: translate(-50%, -50%) rotate(0deg);
}

.innerPage__nav__smallLink--visited {
  color: #85BDE5;
}
.innerPage__nav__smallLink--visited::before, .innerPage__nav__smallLink--visited::after {
  border-color: #85BDE5;
}
.innerPage__nav__smallLink--visited::after {
  transform: translate(-50%, -50%) rotate(270deg);
}

.innerPage__nav__smallLink ~ .innerPage__nav__smallLink {
  margin-top: 12px;
}

.innerPage__nav__item--current .innerPage__nav__link {
  color: #85BDE5;
}
.innerPage__nav__item--current .innerPage__nav__smallLink {
  display: flex;
}

.instagram-rogo_field_nav .instagram-rogo_nav {
  width: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 35px 0 0 6px;
}
.instagram-rogo_field_nav .instagram-rogo_nav img {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.instagram-rogo_field_navs a::after {
  background: none;
  text-decoration: none;
}

.header--sp .instagram-rogo_field_nav {
  padding: 0 0 0 0;
  margin: 0 0 0 0px;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 14px;
  right: 71px;
}

.header--sp .instagram-rogo_nav {
  position: absolute;
  width: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.header--sp .instagram-rogo_nav img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 896px) {
  .innerPage {
    padding-top: 60px;
  }

  .innerPage__hero {
    height: 48vw;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .innerPage__hero img {
    height: 100%;
    width: auto;
  }

  .innerPage__nav {
    display: none;
  }
}
/* ----------------------------------*/
/* 内側共通のメインエリアスタイル */
/* ----------------------------------*/
.mainPane {
  width: calc(100% / 3 * 2);
  margin-top: 68px;
}

.mainPane__title {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
  margin-bottom: 40px;
}

.mainPane__title ~ .mainPane__title {
  margin-top: 80px;
}

.mainPane__unity ~ .mainPane__unity {
  margin-top: 80px;
}

.mainPane__unity__title ~ .mainPane__unity__title {
  margin-top: 32px;
}

.mainPane__unity__photo {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mainPane__unity__photo img {
  width: 100%;
}

.mainPane__unity__title + .mainPane__unity__photo {
  margin-top: 0;
}

.mainPane__staffBox {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
.mainPane__staffBox .mainPane__unity__photo {
  width: 42.75%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}
.mainPane__staffBox .mainPane__unity__photo img {
  width: 100%;
  height: auto;
}

.mainPane__staffBox ~ .mainPane__staffBox {
  margin-top: 40px;
}

.mainPane__staffBox__text {
  margin-top: auto;
  margin-bottom: 2px;
}

.mainPane__staff__history {
  display: flex;
  align-items: flex-start;
}
.mainPane__staff__history dt,
.mainPane__staff__history dd {
  line-height: 1.4em;
}
.mainPane__staff__history dt {
  width: 80px;
  position: relative;
}
.mainPane__staff__history dd {
  width: calc(100% - 80px);
  padding-left: 12px;
  box-sizing: border-box;
}

.mainPane__staff__history ~ .mainPane__staff__history {
  margin-top: 12px;
}

.mainPane__staff__history:first-of-type {
  margin-top: 12px;
}

.mainPane__staff__history:last-of-type {
  margin-bottom: 16px;
}

.mainPane__lineBox {
  border: 1px solid #1a1a1a;
  padding: 20px;
}

.mainPane__unity__list li {
  position: relative;
  padding-left: 16px;
}
.mainPane__unity__list li::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #1a1a1a;
  width: 3px;
  height: 3px;
  left: 4px;
  top: 1em;
}

.mainPane__lineBox ~ .mainPane__lineBox {
  margin-top: 24px;
}

.mainPane__lineBox + .mainPane__unity__note {
  margin-top: 24px;
}

.mainPane__unity__note {
  line-height: 2.5em;
}

.mainPane__link {
  color: #85BDE5;
  padding-bottom: 6px;
  border-bottom: 1px solid #85BDE5;
}
.mainPane__link:hover {
  border-color: rgba(133, 189, 230, 0.5);
}
.mainPane__link::after {
  content: none;
}

.mainPane__unity__definedList {
  display: flex;
}
.mainPane__unity__definedList dt {
  width: 100px;
  padding-right: 12px;
}
.mainPane__unity__definedList dd {
  width: calc(100% - 100px);
}

.mainPane__unity__definedList ~ .mainPane__unity__definedList {
  margin-top: 4px;
}

.mainPane__contactform {
  align-items: center;
  width: 100%;
}
.mainPane__contactform dt {
  width: 92px;
  padding-right: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.mainPane__contactform .alignRight {
  padding-right: 32px;
}
.mainPane__contactform textarea,
.mainPane__contactform input[type=text],
.mainPane__contactform input[type=number] {
  border: 1px solid #1a1a1a;
  width: 100%;
  max-width: 100%;
}
.mainPane__contactform textarea {
  min-height: 350px;
}
.mainPane__contactform .button {
  margin: 60px auto 0;
}

.mainPane__unity__text + .mainPane__contactform {
  margin-top: 28px;
}

.mainPane__contactform ~ .mainPane__contactform {
  margin-top: 21px;
}

.mainPane__contactform--multiLine {
  flex-wrap: wrap;
}
.mainPane__contactform--multiLine dt {
  width: 100%;
  text-align: left;
}
.mainPane__contactform--multiLine dd {
  width: 100%;
  display: flex;
  margin-top: 4px;
}

.mainPane__contactform__radio {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.mainPane__contactform__radio span {
  font-size: 20px;
  white-space: nowrap;
}

.mainPane__contactform--multiLine_select {
  min-height: 20px;
}

.topPage__instagram__title .topPage__photo {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 896px) {
  .mainPane {
    width: 100%;
    margin-top: 48px;
  }

  .mainPane__unity__definedList {
    flex-wrap: wrap;
  }
  .mainPane__unity__definedList dt {
    width: 100%;
  }
  .mainPane__unity__definedList dd {
    margin-left: 0;
  }

  .mainPane__title span {
    display: block;
    width: 100%;
    margin-top: 4px;
  }

  .mainPane__title ~ .mainPane__title {
    margin-top: 40px;
  }

  .mainPane__unity__definedList ~ .mainPane__unity__definedList {
    margin-top: 20px;
  }

  .mainPane__staffBox {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .mainPane__staffBox .mainPane__unity__photo {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .mainPane__contactform {
    flex-wrap: wrap;
  }
  .mainPane__contactform .alignRight {
    text-align: left;
  }
  .mainPane__contactform dt {
    width: 100%;
    line-height: 1.65em;
  }
  .mainPane__contactform dd {
    width: 100%;
  }

  .mainPane__unity__text + .mainPane__contactform {
    margin-top: 24px;
  }

  .mainPane__contactform ~ .mainPane__contactform {
    margin-top: 16px;
  }

  .mainPane__staff__history dd {
    padding-left: 8px;
  }

  .mainPane__contactform--multiLine dd {
    padding-left: 0;
    flex-wrap: wrap;
  }

  .mainPane__contactform__radio {
    width: 100%;
  }
}
.js-fadein {
  position: relative;
  top: -10px;
  opacity: 0;
  visibility: hidden;
  transition: 1s 0s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition-property: all;
  transition-property: top, opacity;
}
.js-fadein.is-fadein {
  visibility: visible;
  top: 0;
  opacity: 1;
}

.js-fadein-rightSlide {
  position: relative;
  transform: translateX(7.2vw);
  opacity: 0;
  visibility: hidden;
  transition: 3.3s 0s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition-property: all;
  transition-property: transform, opacity;
}
.js-fadein-rightSlide.is-fadein-rightSlide {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}

/* ----------------------------------*/
/* トップページのスタイル */
/* ----------------------------------*/
.topPage {
  overflow: hidden;
}

.topPage__instagram {
  width: 100%;
  overflow: hidden;
  max-width: 2000px;
  margin: 110px auto 0;
}
.topPage__instagram a {
  margin-right: 32px;
}

.topPage__instagram__title {
  width: 100%;
  max-width: 1440px;
  padding: 0 120px;
  margin: 0 auto 40px;
}

.topPage__instagram__photos {
  overflow: hidden;
  height: 280px;
}

.topPage__instagram__photo__wrap {
  width: 280px;
  margin-left: 36px;
}
.topPage__instagram__photo__wrap .topPage__instagram__photo {
  transition: 0.6s ease;
  overflow: hidden;
  cursor: pointer;
  filter: brightness(1);
}
.topPage__instagram__photo__wrap .topPage__instagram__photo img {
  width: 100%;
}
.topPage__instagram__photo__wrap .topPage__instagram__photo:hover {
  transform: scale(1.08);
  filter: brightness(1.55);
}

.instagram-media {
  border: 0;
  max-width: 280px;
  min-width: 280px;
  height: 334px;
  transform: translateY(-54px);
}

.topPage__about {
  padding: 0 120px;
}

.topPage__about__wrap {
  position: relative;
}

.topPage__about__logo {
  position: relative;
  z-index: 1;
  opacity: 0;
  top: 0px;
  animation: fade__topPage__logo 1.8s 0.99s forwards;
}
.topPage__about__logo img {
  width: 168px;
  height: 186px;
}

.topPage__lead {
  max-width: 960px;
  font-weight: bold;
  margin-top: 140px;
  margin-left: 200px;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: fade__topPage__lead 1.5s 0.99s forwards ease-in-out;
  background-color: rgba(255, 255, 255, 0.6);
}

.topPage__lead__image {
  max-width: 960px;
  height: 480px;
  position: absolute;
  top: 0px;
  left: 240px;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  animation: fade__topPage__image 1.8s forwards;
}
.topPage__lead__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fade__topPage__logo {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade__topPage__lead {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade__topPage__image {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.topPage__innerLink {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: space-between;
}
.topPage__innerLink::after {
  content: none;
}
.topPage__innerLink img {
  height: 100%;
  width: auto;
}
.topPage__innerLink .topPage__innerLink__arrow {
  height: 16px;
  width: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.topPage__innerLink .topPage__innerLink__triangle {
  margin-left: 16px;
}
.topPage__innerLink:hover .topPage__innerLink__arrow {
  animation: piston_arrow 0.51s ease-in infinite alternate;
}
.topPage__innerLink:hover .topPage__innerLink__triangle {
  animation: piston_triangle 0.51s ease-in infinite alternate;
}
.topPage__innerLink:hover img {
  transition: 0.3s ease;
  opacity: 0.4;
}

.topPage__innerLink .more {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

@keyframes piston_arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}
@keyframes piston_triangle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(16px);
  }
}
.topPage__about__link {
  display: flex;
  margin-top: 30px;
  margin-left: 200px;
  position: relative;
  z-index: 1;
  opacity: 0;
  width: 133px;
  animation: fade__topPage__lead 3.3s 1.5s forwards;
}

.topPage__blog {
  margin-top: 104px;
}

.topPage__blog__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.topPage__blog__link {
  position: relative;
  width: 168px;
  height: 22px;
}
.topPage__blog__link::before {
  content: "";
  height: 1px;
  width: 68px;
  bottom: 0;
  right: 2px;
  background-color: #1a1a1a;
  position: absolute;
}
.topPage__blog__link::after {
  content: none;
}
.topPage__blog__link:hover::before {
  animation: grow_line 0.51s ease-in infinite alternate;
  opacity: 0.7;
  transform-origin: left;
}

@keyframes grow_line {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1.23);
  }
}
.topPage__blog__artcleArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 44px 0 40px;
}

.topPage__blog__artcle {
  width: 45%;
  line-height: 1.5em;
  color: #1a1a1a;
}
.topPage__blog__artcle span {
  margin-right: 20px;
  line-height: 1.5em;
}

.topPage__blog__artcle:nth-of-type(2n) {
  margin-left: 10%;
}

.topPage__blog__artcle:nth-of-type(n + 3) {
  margin-top: 16px;
}

.topPage__class,
.topPage__curriculum {
  width: 100%;
  margin-top: 104px;
}

.topPage__class__wrap,
.topPage__curriculum__wrap {
  max-width: 1440px;
  padding-right: 120px;
  margin: auto;
  display: flex;
}

.topPage__curriculum__wrap {
  justify-content: flex-end;
}

.topPage__curriculum__wrap {
  padding-right: 0;
  padding-left: 120px;
}

.topPage__class__imageArea,
.topPage__curriculum__imageArea {
  width: 52.8%;
  height: 400px;
  overflow: hidden;
}
.topPage__class__imageArea img,
.topPage__curriculum__imageArea img {
  width: 100%;
  height: auto;
}

.topPage__class__textArea,
.topPage__curriculum__textArea {
  max-width: 580px;
  margin-left: 40px;
  padding-top: 40px;
}

.topPage__curriculum__textArea {
  margin-left: 0;
  margin-right: 40px;
}

.topPage__class__text {
  text-align: justify;
}
.topPage__class__text span {
  display: block;
  width: 100%;
  text-align: justify;
}

.topPage__class__title,
.topPage__curriculum__title {
  margin-bottom: 40px;
}

.topPage__class__link,
.topPage__curriculum__link {
  display: flex;
  width: 130px;
  height: 20px;
  margin-top: 40px;
  margin-left: 12px;
}

.topPage__staff {
  margin-top: 120px;
}

.topPage__staff .contentWrap {
  max-width: 1000px;
}

.topPage__staff__title {
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.topPage__staff__img {
  overflow: hidden;
  max-width: 260px;
  max-height: 260px;
  box-sizing: border-box;
  margin: 0 15px 0;
}
.topPage__staff__img img {
  width: 100%;
  height: auto;
  transition: 0.6s ease;
  filter: brightness(1);
}
.topPage__staff__img:hover {
  opacity: 0.9;
}
.topPage__staff__img:hover img {
  transform: scale(1.08);
  filter: brightness(1.2);
}

.topPage__staff__content {
  display: flex;
  justify-content: space-between;
}

.topPage__staff__name {
  text-align: center;
  font-size: 20px;
  margin-top: 12px;
}

.topPage__instagram__title,
.topPage__blog__title,
.topPage__class__title,
.topPage__curriculum__title,
.topPage__staff__title {
  height: 40px;
}
.topPage__instagram__title img,
.topPage__blog__title img,
.topPage__class__title img,
.topPage__curriculum__title img,
.topPage__staff__title img {
  height: 100%;
  width: auto;
}

.topPage__blog__title {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 896px) {
  .topPage {
    padding-top: 0;
  }

  .topPage__about {
    padding: 0 0;
  }

  .topPage__about__logo {
    padding-top: 20px;
    z-index: 2;
    top: 84px;
  }
  .topPage__about__logo img {
    display: block;
    margin: auto;
    width: 40%;
    max-width: 128px;
  }

  .topPage__lead__image {
    top: 0;
    left: 0;
    max-height: 62vw;
    overflow: hidden;
  }
  .topPage__lead__image img {
    width: 100vw;
    height: auto;
  }

  .topPage__lead {
    width: 100%;
    margin: -96px auto 0;
    padding: 164px 8vw 12px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: saturate(120%) blur(8px);
    text-align: justify;
  }

  .topPage__about__link {
    display: flex;
    margin-top: 30px;
    margin-left: 40px;
    position: relative;
    z-index: 1;
    opacity: 0;
    width: 133px;
    animation: fade__topPage__lead 3.3s 1.5s forwards;
  }

  .topPage__instagram {
    margin-top: 96px;
  }

  .topPage__instagram__photo,
.topPage__instagram__photo__wrap {
    height: 200px;
    width: 200px;
  }

  .topPage__instagram__photo__wrap {
    margin-left: 24px;
  }
  .topPage__instagram__photo__wrap .topPage__instagram__photo:hover {
    transform: none;
    filter: none;
  }

  .instagram-media {
    border: 0;
    max-width: 240px;
    min-width: 240px;
    height: 294px;
    transform: translateY(-54px);
  }

  .topPage__instagram__title {
    padding: 0 20px;
  }

  .topPage__blog {
    margin-top: 20px;
  }

  .topPage__blog__link {
    height: 16px;
    width: 120px;
  }
  .topPage__blog__link::before {
    width: 48px;
  }

  .topPage__blog__artcleArea {
    padding: 24px 0;
  }

  .topPage__blog__artcle {
    width: 100%;
  }
  .topPage__blog__artcle span {
    display: block;
  }

  .topPage__blog__artcle ~ .topPage__blog__artcle {
    margin-top: 16px;
  }

  .topPage__blog__artcle:nth-of-type(2n) {
    margin-left: 0;
  }

  .topPage__blog__artcle:nth-of-type(n + 3) {
    margin-top: 16px;
  }

  .topPage__blog__artcle:nth-of-type(n + 6) {
    display: none;
  }

  .topPage__class,
.topPage__curriculum {
    margin-top: 64px;
  }

  .topPage__class__wrap,
.topPage__curriculum__wrap {
    padding: 0 20px 0;
    position: relative;
    flex-wrap: wrap;
  }

  .topPage__class__imageArea,
.topPage__curriculum__imageArea {
    height: auto;
    margin-left: -20px;
    width: calc(100% + 20px);
    order: -1;
  }

  .topPage__curriculum__imageArea {
    margin-right: -20px;
    margin-left: 0;
  }

  .topPage__class__textArea,
.topPage__curriculum__textArea {
    margin-left: 0;
    margin-right: 0;
  }

  .topPage__staff {
    margin-top: 64px;
  }

  .topPage__staff__title {
    text-align: left;
  }

  .topPage__staff__content {
    flex-wrap: wrap;
  }

  .topPage__staff__person {
    width: 100%;
  }

  .topPage__staff__person ~ .topPage__staff__person {
    margin-top: 32px;
  }

  .topPage__staff__img {
    max-width: 100%;
    max-height: 100%;
    height: calc(100vw - 40px);
    margin: 0 0px 0;
  }

  .topPage__staff__name {
    margin-top: 8px;
    text-align: left;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 896px) and (min-width: 600px) {
  .topPage__lead {
    padding: 164px 8vw 40px;
    backdrop-filter: saturate(110%) blur(2px);
    margin: 10px auto 0;
  }

  .topPage__about__logo {
    padding-top: 20px;
    z-index: 2;
    top: 188px;
  }

  .topPage__about__link {
    margin-top: 56px;
  }
}
