/*----------------------------------
reset
----------------------------------*/
body {
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
}
body *,
body :after,
body :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
body :after,
body :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
body * {
  padding: 0;
  margin: 0;
}
body audio:not([controls]) {
  display: none;
  height: 0;
}
body hr {
  overflow: visible;
}
body article,
body aside,
body details,
body figcaption,
body figure,
body footer,
body header,
body main,
body menu,
body nav,
body section,
body summary {
  display: block;
}
body summary {
  display: list-item;
}
body small {
  font-size: 80%;
}
body [hidden],
body template {
  display: none;
}
body abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
body li,
body ol {
  list-style: none;
}
body a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}
body a:active,
body a:hover {
  outline-width: 0;
  text-decoration: none;
}
body code,
body kbd,
body pre,
body samp {
  font-family: monospace, monospace;
}
body b,
body strong {
  font-weight: bolder;
}
body dfn {
  font-style: italic;
}
body mark {
  color: #000;
}
body sub,
body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body sub {
  bottom: -0.25em;
}
body sup {
  top: -0.5em;
}
body [role=button],
body [type=button],
body [type=reset],
body [type=submit],
body button {
  cursor: pointer;
  background-color: transparent;
}
body [disabled] {
  cursor: default;
}
body [type=number] {
  width: auto;
}
body [type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}
body [type=search]::-webkit-search-cancel-button,
body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body textarea {
  overflow: auto;
  resize: vertical;
}
body button,
body input,
body optgroup,
body select,
body textarea {
  font: inherit;
}
body optgroup {
  font-weight: 700;
}
body button {
  overflow: visible;
}
body [type=button]::-moz-focus-inner,
body [type=reset]::-moz-focus-inner,
body [type=submit]::-moz-focus-inner,
body button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
body [type=button]::-moz-focus-inner,
body [type=reset]::-moz-focus-inner,
body [type=submit]::-moz-focus-inner,
body button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body [type=reset],
body [type=submit],
body button,
body html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
body button,
body select {
  text-transform: none;
}
body select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
body select::-ms-expand {
  display: none;
}
body select::-ms-value {
  color: currentColor;
}
body legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body [type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}
body img {
  border-style: none;
  image-rendering: auto;
}
body progress {
  vertical-align: baseline;
}
body svg:not(:root) {
  overflow: hidden;
}
body audio,
body canvas,
body progress,
body video {
  display: inline-block;
}
@media screen {
  body [hidden~=screen] {
    display: inherit;
  }
  body [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
body [aria-busy=true] {
  cursor: progress;
}
body [aria-controls] {
  cursor: pointer;
}
body [aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

/*----------------------------------
body
----------------------------------*/
body#mieruka {
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
body#mieruka * {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  color: #00a894;
}
@media (max-width: 599px) {
  body#mieruka * {
    font-size: max(16px, 4.2666666667vw);
  }
}
body#mieruka section {
  position: relative;
}
body#mieruka a,
body#mieruka button {
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  body#mieruka a:hover,
body#mieruka button:hover {
    opacity: 0.6;
  }
}
body#mieruka button {
  border: none;
}
body#mieruka img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
body#mieruka sup {
  font-size: 75%;
}
body#mieruka sub {
  font-size: 75%;
}

#mieruka {
  /* utility */
  /* modal */
  /* animation */
  /* main */
  /* pc-left */
  /* pc-right */
  /* main-content */
}
#mieruka .common__title {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  #mieruka .common__title {
    font-size: max(30px, 8vw);
    margin-bottom: 8vw;
  }
}
#mieruka .modal {
  background: rgba(46, 46, 46, 0.7);
  width: 100vw;
  height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  transition: 0.3s ease-in-out;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  padding: 40px 20px;
}
@media (max-width: 599px) {
  #mieruka .modal {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
#mieruka .modal.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}
#mieruka .modal .modal__close {
  position: fixed;
  z-index: 1;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 599px) {
  #mieruka .modal .modal__close {
    top: 10.6666666667vw;
    max-width: calc(100% - 10.6666666667vw);
  }
}
#mieruka .modal .modal__close .btn {
  position: absolute;
  top: -28px;
  right: -10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: url("/ja/column/mieruka/img/icon-close.svg") no-repeat center/contain;
}
@media (max-width: 599px) {
  #mieruka .modal .modal__close .btn {
    top: -7.4666666667vw;
    right: -2.6666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
#mieruka .modal .modal__cts {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 335px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 25px 140px;
}
@media (max-width: 599px) {
  #mieruka .modal .modal__cts {
    border-radius: 5.3333333333vw;
    max-width: 100%;
    padding: 6.6666666667vw 6.6666666667vw 37.3333333333vw;
  }
}
#mieruka .modal .modal__cts:after {
  content: "";
  background: url("/ja/column/mieruka/img/modal-bg.png") no-repeat center/cover;
  width: 336px;
  height: 119px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  #mieruka .modal .modal__cts:after {
    width: 89.6vw;
    height: 31.7333333333vw;
  }
}
#mieruka .modal .modal__cts h3 {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 599px) {
  #mieruka .modal .modal__cts h3 {
    padding: 2.6666666667vw 0;
  }
}
#mieruka .modal .modal__cts h3 span {
  width: calc(100% - 60px);
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3181818182;
}
@media (max-width: 599px) {
  #mieruka .modal .modal__cts h3 span {
    font-size: max(22px, 5.8666666667vw);
  }
}
#mieruka .modal .modal__cts h3 img {
  width: 60px;
}
@media (max-width: 599px) {
  #mieruka .modal .modal__cts h3 img {
    width: 16vw;
  }
}
#mieruka .modal .modal__cts p,
#mieruka .modal .modal__cts p * {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  color: #010101;
}
@media (max-width: 599px) {
  #mieruka .modal .modal__cts p,
#mieruka .modal .modal__cts p * {
    font-size: max(14px, 3.7333333333vw);
  }
}
#mieruka .modal .modal__cts p a,
#mieruka .modal .modal__cts p * a {
  border-bottom: solid 1px #00a894;
  padding-bottom: 2px;
}
#mieruka .modal .modal__cts video {
  width: 100%;
}
#mieruka .fadein {
  opacity: 0;
  transition: all ease-in 0.6s;
  transition-delay: 0.2s;
}
#mieruka .fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
#mieruka main .main__inner {
  max-width: 1600px;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  position: relative;
}
#mieruka .pc-left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 375px) / 2);
  height: 100%;
}
@media (max-height: 500px) {
  #mieruka .pc-left {
    display: none;
  }
}
@media (max-width: 1020px) {
  #mieruka .pc-left {
    display: none;
  }
}
#mieruka .pc-left .nav-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 322px;
  padding: 0 30px;
}
#mieruka .pc-left .nav-area .header .header__inner {
  height: 134px;
  display: flex;
  align-items: center;
}
#mieruka .pc-left .nav-area .header .header__inner .header__logo img {
  width: 200px;
}
#mieruka .pc-left .nav-area .nav-area__title {
  padding-top: min(5.69476082dvh, 50px);
}
#mieruka .pc-left .nav-area .nav-area__title a img {
  width: 262px;
}
#mieruka .pc-left .nav-area .nav {
  margin-top: min(11.3895216401dvh, 100px);
  margin-left: 45px;
}
#mieruka .pc-left .nav-area .nav a {
  font-size: 1.6rem;
  line-height: 1.75;
}
#mieruka .pc-left .nav-area .nav a * {
  font-size: 1.6rem;
  line-height: 1.75;
}
#mieruka .pc-left .nav-area .nav .nav__list li {
  padding: min(1.138952164dvh, 10px) 0;
  line-height: 1;
}
#mieruka .pc-left .nav-area .nav .nav__list li * {
  transition: all 0.2s ease-in-out;
}
#mieruka .pc-left .nav-area .nav .nav__list li a .index::before {
  margin-right: 5px;
}
#mieruka .pc-left .nav-area .nav .nav__list li a.is-active, #mieruka .pc-left .nav-area .nav .nav__list li a.is-active * {
  color: #126269;
  font-weight: bold;
}
#mieruka .pc-right {
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 375px) / 2);
  height: 100%;
}
@media (max-height: 500px) {
  #mieruka .pc-right {
    display: none;
  }
}
@media (max-width: 1020px) {
  #mieruka .pc-right {
    display: none;
  }
}
#mieruka .pc-right .character-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 410px;
  height: 410px;
}
#mieruka .pc-right .character-area .arton {
  position: absolute;
  top: 68px;
  left: 42px;
  width: 205px;
}
#mieruka .pc-right .character-area .sien {
  position: absolute;
  top: 118px;
  left: 148px;
  width: 205px;
}
#mieruka .main-content {
  max-width: 375px;
  width: 100%;
  margin: auto;
  background-color: #f0eeeb;
}
@media (max-width: 599px) {
  #mieruka .main-content {
    max-width: 100%;
  }
}
#mieruka .main-content .main-content__inner {
  scrollbar-width: none;
  width: 100%;
  max-width: min(100vw, 375px);
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  #mieruka .main-content .main-content__inner {
    max-width: 100%;
    padding-top: 60px;
  }
}
@media (min-width: 600px) {
  #mieruka .main-content {
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 600px) {
  #mieruka .main-content .header {
    display: none;
  }
}
@media (max-width: 599px) {
  #mieruka .main-content .header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #mieruka .main-content .header .header__inner {
    background: #f0eeeb;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  #mieruka .main-content .header .header__inner .header__logo img {
    display: block;
    width: 180px;
  }
}
#mieruka .mainvisual {
  position: relative;
}
@media (min-width: 600px) {
  #mieruka .mainvisual {
    padding-top: 110px;
  }
}
@media (max-width: 599px) {
  #mieruka .mainvisual {
    height: calc(100dvh - 60px);
    min-height: 177.8666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#mieruka .mainvisual .mainvisual__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mieruka .mainvisual .mainvisual__title img {
  width: 26px;
}
@media (max-width: 599px) {
  #mieruka .mainvisual .mainvisual__title img {
    width: 6.9333333333vw;
  }
}
#mieruka .mainvisual .mainvisual__img {
  margin-top: 10px;
}
@media (max-width: 599px) {
  #mieruka .mainvisual .mainvisual__img {
    margin-top: 2.6666666667vw;
  }
}
#mieruka .mainvisual .mainvisual__scroll {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  -webkit-animation: scroll 1.2s ease-in-out infinite;
          animation: scroll 1.2s ease-in-out infinite;
}
@media (max-width: 599px) {
  #mieruka .mainvisual .mainvisual__scroll {
    margin-top: 5.3333333333vw;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: 0;
  }
  50% {
    transform: translateY(-10px);
  }
  0% {
    transform: 0;
  }
}
@keyframes scroll {
  0% {
    transform: 0;
  }
  50% {
    transform: translateY(-10px);
  }
  0% {
    transform: 0;
  }
}
#mieruka .statement {
  height: 2400px;
}
#mieruka .statement .statement__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 35px 25px;
  height: 100dvh;
  min-height: 667px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  #mieruka .statement .statement__inner {
    padding: 10.6666666667vw 5.3333333333vw;
    min-height: 177.8666666667vw;
  }
}
#mieruka .statement .statement__inner .statement__text p,
#mieruka .statement .statement__inner .statement__text * {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
}
@media (max-width: 599px) {
  #mieruka .statement .statement__inner .statement__text p,
#mieruka .statement .statement__inner .statement__text * {
    font-size: max(16px, 4.2666666667vw);
  }
}
#mieruka .statement .statement__inner .statement__text p + p {
  margin-top: 40px;
}
@media (max-width: 599px) {
  #mieruka .statement .statement__inner .statement__text p + p {
    margin-top: 10.6666666667vw;
  }
}
#mieruka .gallery {
  height: 2400px;
}
#mieruka .gallery .gallery__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding: 100px 0;
  min-height: 667px;
}
@media (max-width: 599px) {
  #mieruka .gallery .gallery__inner {
    padding: 32vw 0 21.3333333333vw;
    min-height: 177.8666666667vw;
  }
}
#mieruka .gallery .gallery__inner > img {
  width: 100%;
}
#mieruka .gallery .gallery__inner .gallery__img {
  position: relative;
}
#mieruka .gallery .gallery__inner .gallery__img .thumb {
  position: absolute;
}
#mieruka .gallery .gallery__inner .gallery__img .thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("/ja/column/mieruka/img/icon-play.png") no-repeat center center/contain;
  pointer-events: none;
}
@media (max-width: 599px) {
  #mieruka .gallery .gallery__inner .gallery__img .thumb::after {
    width: 16vw;
    height: 16vw;
  }
}
#mieruka .gallery.gallery--01 .gallery__img .thumb {
  top: 85px;
  left: 97px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--01 .gallery__img .thumb {
    top: 22.6666666667vw;
    left: 25.8666666667vw;
  }
}
#mieruka .gallery.gallery--01 .gallery__img .thumb img {
  width: 174px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--01 .gallery__img .thumb img {
    width: 46.4vw;
  }
}
#mieruka .gallery.gallery--02 .gallery__img .thumb {
  top: 80px;
  left: 98px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--02 .gallery__img .thumb {
    top: 21.3333333333vw;
    left: 26.1333333333vw;
  }
}
#mieruka .gallery.gallery--02 .gallery__img .thumb img {
  width: 178px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--02 .gallery__img .thumb img {
    width: 47.4666666667vw;
  }
}
#mieruka .gallery.gallery--03 .gallery__img .thumb {
  top: 77px;
  left: 98px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--03 .gallery__img .thumb {
    top: 20.5333333333vw;
    left: 26.1333333333vw;
  }
}
#mieruka .gallery.gallery--03 .gallery__img .thumb img {
  width: 174px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--03 .gallery__img .thumb img {
    width: 46.4vw;
  }
}
#mieruka .gallery.gallery--04 .gallery__img .thumb {
  top: 74px;
  left: 98px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--04 .gallery__img .thumb {
    top: 19.7333333333vw;
    left: 26.1333333333vw;
  }
}
#mieruka .gallery.gallery--04 .gallery__img .thumb img {
  width: 178px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--04 .gallery__img .thumb img {
    width: 47.4666666667vw;
  }
}
#mieruka .gallery.gallery--05 .gallery__img .thumb {
  top: 83px;
  left: 99px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--05 .gallery__img .thumb {
    top: 22.1333333333vw;
    left: 26.4vw;
  }
}
#mieruka .gallery.gallery--05 .gallery__img .thumb img {
  width: 174px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--05 .gallery__img .thumb img {
    width: 46.4vw;
  }
}
#mieruka .gallery.gallery--comingsoon {
  height: auto;
}
#mieruka .gallery.gallery--comingsoon .gallery__inner {
  position: relative;
  top: inherit;
}
#mieruka .gallery.gallery--comingsoon .gallery__inner .gallery__img .thumb {
  top: 88px;
  left: 98px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--comingsoon .gallery__inner .gallery__img .thumb {
    top: 23.4666666667vw;
    left: 26.1333333333vw;
  }
}
#mieruka .gallery.gallery--comingsoon .gallery__inner .gallery__img .thumb img {
  width: 178px;
}
@media (max-width: 599px) {
  #mieruka .gallery.gallery--comingsoon .gallery__inner .gallery__img .thumb img {
    width: 47.4666666667vw;
  }
}
#mieruka .gallery.gallery--comingsoon .gallery__inner .gallery__img .thumb::after {
  content: none;
}
#mieruka .archive .archive__inner {
  padding: 60px 25px 0;
}
@media (max-width: 599px) {
  #mieruka .archive .archive__inner {
    padding: 16vw 6.6666666667vw 0;
  }
}
#mieruka .archive .archive__inner .archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
@media (max-width: 599px) {
  #mieruka .archive .archive__inner .archive__list {
    row-gap: 4vw;
  }
}
#mieruka .archive .archive__inner .archive__list li {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 599px) {
  #mieruka .archive .archive__inner .archive__list li {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
#mieruka .archive .archive__inner .archive__list li button .thumb {
  position: relative;
}
#mieruka .archive .archive__inner .archive__list li button .thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background: url("/ja/column/mieruka/img/icon-play.png") no-repeat center center/contain;
  pointer-events: none;
}
@media (max-width: 599px) {
  #mieruka .archive .archive__inner .archive__list li button .thumb::after {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
#mieruka .archive .archive__inner .archive__list li button h3 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 5px;
}
@media (max-width: 599px) {
  #mieruka .archive .archive__inner .archive__list li button h3 {
    font-size: max(16px, 4.2666666667vw);
    margin-top: 1.3333333333vw;
  }
}
#mieruka .supervisor .supervisor__inner {
  padding: 50px 25px 80px;
}
@media (max-width: 599px) {
  #mieruka .supervisor .supervisor__inner {
    padding: 13.3333333333vw 6.6666666667vw 21.3333333333vw;
  }
}
#mieruka .supervisor .supervisor__inner .supervisor__text {
  text-align: center;
  color: #010101;
  font-size: 1.4rem;
}
@media (max-width: 599px) {
  #mieruka .supervisor .supervisor__inner .supervisor__text {
    font-size: max(14px, 3.7333333333vw);
  }
}
#mieruka .supervisor .supervisor__inner .supervisor__text a {
  color: #010101;
  border-bottom: solid 1px #00a894;
  padding-bottom: 2px;
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 599px) {
  #mieruka .supervisor .supervisor__inner .supervisor__text a {
    font-size: max(14px, 3.7333333333vw);
  }
}
#mieruka .supervisor .supervisor__inner .supervisor__text a[target=_blank]::after {
  content: "";
  background: url("/ja/column/mieruka/img/icon-external-link.svg") no-repeat center/contain;
  width: 17px;
  height: 17px;
  position: absolute;
  right: -22px;
  bottom: 0;
}
@media (max-width: 599px) {
  #mieruka .supervisor .supervisor__inner .supervisor__text a[target=_blank]::after {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    right: -5.8666666667vw;
  }
}
#mieruka .supervisor + .others::before {
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  #mieruka .supervisor + .others::before {
    width: calc(100% - 13.3333333333vw);
  }
}
#mieruka .others .others__inner {
  padding: 80px 25px 50px;
}
@media (max-width: 599px) {
  #mieruka .others .others__inner {
    padding: 21.3333333333vw 6.6666666667vw 13.3333333333vw;
  }
}
#mieruka .others .others__inner .others__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
@media (max-width: 599px) {
  #mieruka .others .others__inner .others__list {
    row-gap: 4vw;
  }
}
#mieruka .others .others__inner .others__list li {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 599px) {
  #mieruka .others .others__inner .others__list li {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
#mieruka .others .others__inner .others__list li a h3 {
  margin-top: 5px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2857142857;
}
@media (max-width: 599px) {
  #mieruka .others .others__inner .others__list li a h3 {
    margin-top: 1.3333333333vw;
    font-size: max(14px, 3.7333333333vw);
  }
}
#mieruka .back-to-top .back-to-top__inner {
  padding: 0 25px 70px;
}
@media (max-width: 599px) {
  #mieruka .back-to-top .back-to-top__inner {
    padding: 0 6.6666666667vw 18.6666666667vw;
  }
}
#mieruka .back-to-top .back-to-top__inner a {
  display: flex;
  align-items: center;
  color: #010101;
  line-height: 1;
  font-weight: bold;
}
#mieruka .back-to-top .back-to-top__inner a::before {
  content: "";
  background: url("/ja/column/mieruka/img/icon-arrow-right.svg") no-repeat center/contain;
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 4px;
}
@media (max-width: 599px) {
  #mieruka .back-to-top .back-to-top__inner a::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin-right: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}
#mieruka .footer .footer__inner {
  padding: 30px 25px;
}
@media (max-width: 599px) {
  #mieruka .footer .footer__inner {
    padding: 8vw 6.6666666667vw;
  }
}
#mieruka .footer .footer__inner .footer__copy {
  text-align: center;
  font-size: 1.2rem;
  color: #010101;
}
@media (max-width: 599px) {
  #mieruka .footer .footer__inner .footer__copy {
    font-size: max(12px, 3.2vw);
  }
}
/*# sourceMappingURL=style.css.map */