@charset "UTF-8";
/* The new CSS reset - version 1.11.3 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 16px;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

@font-face {
  font-family: "Osaka";
  src: url("../fonts/osaka.otf") format("opentype");
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100vw;
    padding: 0 3%;
  }
}
@media (max-width: 900px) {
  .container {
    padding: 0 1.5%;
  }
}

.section-title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 60px 0;
  color: #00ccff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 3.1666666667vw;
    padding: 5vw 0 5vw 0;
  }
}
@media (max-width: 900px) {
  .section-title {
    font-size: 5.3333333333vw;
    padding: 5.5555555556vw 0 5.5555555556vw 0;
  }
}
.section-title::before {
  content: "";
  display: block;
  background-image: url(../images/feather-deco.png);
  background-size: 44px 36px;
  background-repeat: no-repeat;
  width: 44px;
  height: 36px;
}
@media (max-width: 1200px) {
  .section-title::before {
    width: 3.6666666667vw;
    height: 3vw;
    background-size: 3.6666666667vw 3vw;
  }
}
@media (max-width: 900px) {
  .section-title::before {
    width: 8.8888888889vw;
    height: 6.6666666667vw;
    background-size: 8.8888888889vw 6.6666666667vw;
  }
}
.section-title span {
  font-size: 17px;
}
@media (max-width: 1200px) {
  .section-title span {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 900px) {
  .section-title span {
    font-size: 2.6666666667vw;
  }
}

.moreBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .moreBtn {
    font-size: 2.0833333333vw;
    margin: 5vw auto;
    padding: 0.8333333333vw 1.6666666667vw;
    width: 41.5vw;
  }
}
@media (max-width: 900px) {
  .moreBtn {
    font-size: 2.7777777778vw;
    margin: 6.6666666667vw auto;
    padding: 1.1111111111vw 2.2222222222vw;
    width: 55.3333333333vw;
  }
}
.moreBtn {
  width: 498px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #0095db 0%, #00d2e4 100%);
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 3px 6px 10px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1200px) {
  .moreBtn {
    width: 41.5vw;
    border-radius: 4.1666666667vw;
    border: 0.1666666667vw solid #fff;
    box-shadow: 0.25vw 0.5vw 0.8333333333vw 0.1666666667vw rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 900px) {
  .moreBtn {
    width: 82.5555555556vw;
    border-radius: 5.5555555556vw;
    border: 0.2222222222vw solid #fff;
    box-shadow: 0.3333333333vw 0.6666666667vw 1.1111111111vw 0.2222222222vw rgba(0, 0, 0, 0.15);
  }
}
.moreBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.moreBtn:hover {
  box-shadow: 5px 10px 20px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #00a8e8 0%, #00e0f0 100%);
  border-color: rgba(255, 255, 255, 0.9);
}
.moreBtn:hover a::after {
  transform: translateX(8px);
}
.moreBtn:hover a {
  transform: translateX(-3px);
}
.moreBtn:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.moreBtn a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}
@media (max-width: 1200px) {
  .moreBtn a {
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 900px) {
  .moreBtn a {
    font-size: 4.1111111111vw;
  }
}
.moreBtn a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  background-image: url(../images/arrow-right.png);
  background-size: 103px 6px;
  background-repeat: no-repeat;
  width: 103px;
  height: 6px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1200px) {
  .moreBtn a::after {
    background-size: 8.5833333333vw 0.5vw;
    width: 8.5833333333vw;
    height: 0.5vw;
  }
}
@media (max-width: 900px) {
  .moreBtn a::after {
    background-size: 16.5555555556vw 0.6666666667vw;
    width: 16.5555555556vw;
    height: 0.6666666667vw;
  }
}
.moreBtn:active {
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}

.bg {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
}

.bg-sp {
  background-image: none;
}
@media (max-width: 900px) {
  .bg-sp {
    background-image: url(../images/bg-sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
  }
}

main {
  padding: 0 0 100px;
}
@media (max-width: 1200px) {
  main {
    padding: 0 0 8.3333333333vw 0;
  }
}
@media (max-width: 900px) {
  main {
    padding: 0 0 11.1111111111vw 0;
  }
}
main.top {
  padding: 0;
}

.rankicon {
  width: 44px;
  position: absolute;
  text-align: center;
  border-radius: 6px;
  z-index: 10;
  background-image: linear-gradient(45deg, #9e0000, #ff0000 50%, #9e0000);
}
@media (max-width: 1200px) {
  .rankicon {
    width: 3.6666666667vw;
    border-radius: 0.5vw;
  }
}
@media (max-width: 900px) {
  .rankicon {
    width: 7.7777777778vw;
    border-radius: 0.6666666667vw;
  }
}
.rankicon p {
  font-size: 19px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .rankicon p {
    font-size: 1.75vw;
  }
}
@media (max-width: 900px) {
  .rankicon p {
    font-size: 3.1111111111vw;
  }
}
.rankicon p span {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .rankicon p span {
    font-size: 2.5833333333vw;
  }
}
@media (max-width: 900px) {
  .rankicon p span {
    font-size: 4.4444444444vw;
  }
}

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

.pc {
  display: block;
}
@media (max-width: 900px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 900px) {
  .sp {
    display: block;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp.show-fadeUp {
  animation: kf-fade-up 1.2s ease-in-out forwards;
}

@keyframes kf-fade-up {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: kf-fade-in 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: kf-fade-in 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: kf-fade-in 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: kf-fade-in 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: kf-fade-in 0.8s ease forwards;
}

@keyframes kf-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-animate],
[data-fade] {
  opacity: 0;
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}

[data-animate=fade-up] {
  transform: translateY(18px);
}

[data-animate=fade-up].is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-animate=fade-in].is-inview,
[data-fade].is-inview {
  opacity: 1;
}

[data-animate=fade-left] {
  transform: translateX(-22px);
}

[data-animate=fade-left].is-inview {
  opacity: 1;
  transform: translateX(0);
}

[data-animate=fade-right] {
  transform: translateX(22px);
}

[data-animate=fade-right].is-inview {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .fadeUp,
  .fadeIn1,
  .fadeIn2,
  .fadeIn3,
  .fadeIn4,
  .fadeIn5,
  [data-animate],
  [data-fade] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
.header {
  background-color: #00ccff;
  color: #fff;
  padding: 20px 0;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 1200px) {
  .header {
    padding: 1.6666666667vw 0;
  }
}
@media (max-width: 900px) {
  .header {
    padding: 0 0 0;
    background-color: #fff;
    color: #00ccff;
  }
}
.header {
  position: sticky;
  top: 0;
}
@media (max-width: 900px) {
  .header {
    position: relative;
    z-index: 1000;
  }
}
.header .header__nav {
  background-color: #00ccff;
  color: #fff;
}
@media (max-width: 900px) {
  .header .header__nav {
    display: none;
  }
}
.header .header__nav .header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .header .header__nav .header__nav-list {
    font-size: 1.4166666667vw;
  }
}
.header .header__nav-sp-inner {
  display: block !important;
}
.header .header__nav-sp-toggle {
  cursor: pointer;
  position: fixed;
  top: 4%;
  right: 3%;
  z-index: 1002;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__nav-sp-toggle--scroll-reveal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.header .header__nav-sp-toggle--scroll-reveal.is-scroll-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .header__nav-sp-toggle img {
  width: 14.4444444444vw;
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: auto;
  display: block;
  cursor: pointer;
}
.header .header__nav-sp-toggle img:first-child {
  position: relative;
  transform: scale(1);
}
.header .header__nav-sp-toggle img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.9);
}
.header .header__nav-sp-toggle.is-open img:first-child {
  opacity: 0;
  transform: scale(0.9);
}
.header .header__nav-sp-toggle.is-open img:last-child {
  opacity: 1;
  transform: scale(1);
}
.header .header__nav-sp-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header .header__nav-sp-info-logo {
  width: 100%;
}
.header .header__nav-sp-info-logo img {
  width: 71.1111111111vw;
}
.header .header__nav-sp-info-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 4.6666666667vw;
  font-family: "Osaka", "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
  padding-top: 3.3333333333vw;
}
.header .header__nav-sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #00ccff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  padding-top: 22.2222222222vw;
}
@media (max-width: 440px) {
  .header .header__nav-sp-nav {
    padding-top: 13.6363636364vw;
  }
}
@media (max-width: 1200px) {
  .header .header__nav-sp-nav {
    display: none;
  }
}
.header .header__nav-sp-nav.is-open {
  transform: translateX(0);
}
.header .header__nav-sp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header__nav-sp-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.header .header__nav-sp-link {
  display: block;
  padding: 4.4444444444vw 6.6666666667vw;
  color: #00ccff;
  text-decoration: none;
  font-size: 4vw;
  transition: background-color 0.3s ease;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 440px) {
  .header .header__nav-sp-link {
    padding: 3.1818181818vw 6.8181818182vw;
    font-size: 4.0909090909vw;
    font-weight: bold;
  }
}
.header .header__nav-sp-link:hover, .header .header__nav-sp-link:active {
  background-color: rgba(0, 0, 0, 0.04);
}
.header .header__nav-sp-bar {
  background-color: #00ccff;
  color: #fff;
  padding: 0.5555555556vw 0;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 2.6666666667vw;
  font-family: "Osaka";
}

.therapist-wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1200px) {
  .therapist-wrap {
    max-width: 100vw;
  }
}
.therapist-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 1.6%;
}
@media (max-width: 1200px) {
  .therapist-list {
    gap: 2.5vw 1.6%;
  }
}
@media (max-width: 900px) {
  .therapist-list {
    gap: 6.6666666667vw 1.6%;
    justify-content: space-between;
  }
}
.therapist-list-item {
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 23.75%;
  font-size: 20px;
  position: relative;
}
@media (max-width: 1200px) {
  .therapist-list-item {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .therapist-list-item {
    max-width: 47.5%;
    font-size: 3.5555555556vw;
  }
}
@media (max-width: 440px) {
  .therapist-list-item {
    font-size: 3.1818181818vw;
  }
}
.therapist-list-image {
  position: relative;
  width: 100%;
  margin-top: 48px;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .therapist-list-image {
    margin-top: 4vw;
  }
}
@media (max-width: 900px) {
  .therapist-list-image {
    margin-top: 7.2222222222vw;
  }
}
.therapist-list-image .expand-link {
  display: block;
  line-height: 0;
  width: 100%;
}
.therapist-list-image.is-sold-out::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
.therapist-list-image img {
  display: block;
  width: 100%;
  border-radius: 15px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 1200px) {
  .therapist-list-image img {
    max-height: 33.3333333333vw;
  }
}
@media (max-width: 900px) {
  .therapist-list-image img {
    max-height: 63.3333333333vw;
    height: 100%;
    width: 100%;
  }
}
.therapist-list-name {
  margin-bottom: 4px;
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .therapist-list-name {
    margin-bottom: 0.3333333333vw;
    padding-top: 1.25vw;
  }
}
@media (max-width: 900px) {
  .therapist-list-name {
    font-weight: 700;
    padding-top: 1.6666666667vw;
  }
}
.therapist-list-name::after {
  content: "";
  display: block;
  width: 259px;
  height: 3px;
  background-image: url(../images/border-deco.png);
  background-size: 259px 3px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .therapist-list-name::after {
    width: 21.5833333333vw;
    height: 0.25vw;
    background-size: 21.5833333333vw 0.25vw;
  }
}
@media (max-width: 900px) {
  .therapist-list-name::after {
    width: 47.3333333333vw;
    height: 0.5555555556vw;
    background-size: 47.3333333333vw 0.5555555556vw;
  }
}
.therapist-list-worktime {
  background: #00ccff;
  color: #fff;
  padding: 3px 0;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .therapist-list-worktime {
    padding: 0.25vw 0;
  }
}
@media (max-width: 900px) {
  .therapist-list-worktime {
    padding: 0.5555555556vw 0;
    font-weight: 700;
  }
}
.therapist-list-option {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
@media (max-width: 1200px) {
  .therapist-list-option {
    padding: 0.4166666667vw 0;
    gap: 0.25vw;
  }
}
@media (max-width: 900px) {
  .therapist-list-option {
    padding: 0.5555555556vw 0;
    gap: 0.3333333333vw;
  }
}
.therapist-list-option::after {
  content: "";
  display: block;
  width: 259px;
  height: 3px;
  background-image: url(../images/border-deco.png);
  background-size: 259px 3px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1200px) {
  .therapist-list-option::after {
    background-size: 21.5833333333vw 0.25vw;
    width: 21.5833333333vw;
    height: 0.25vw;
  }
}
@media (max-width: 900px) {
  .therapist-list-option::after {
    background-size: 28.7777777778vw 0.3333333333vw;
    width: 28.7777777778vw;
    height: 0.3333333333vw;
  }
}
.therapist-list-realtime {
  color: #fff;
  background-color: #00ccff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 0;
  width: 100%;
  text-align: center;
  height: 38px;
}
@media (max-width: 1200px) {
  .therapist-list-realtime {
    height: 3.1666666667vw;
    padding: 0.25vw 0;
  }
}
@media (max-width: 900px) {
  .therapist-list-realtime {
    font-weight: 700;
    padding: 0.5555555556vw 0;
    height: 6.1111111111vw;
  }
}
.therapist-list .newDate {
  padding: 5px 0 5px 0;
  width: 125px;
  color: #fff;
  position: absolute;
  top: 380px;
  left: 0;
  z-index: 100;
  font-size: 14px;
  background-color: #006600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
@media (max-width: 1200px) {
  .therapist-list .newDate {
    padding: 0.4166666667vw 0 0.4166666667vw 0;
    top: 33.9166666667vw;
    font-size: 1.1666666667vw;
    width: 10.4166666667vw;
  }
}
@media (max-width: 900px) {
  .therapist-list .newDate {
    top: 60vw;
    top: 60vw;
    font-size: 2.2222222222vw;
    width: 17.7777777778vw;
  }
}
@media (max-width: 440px) {
  .therapist-list .newDate {
    justify-content: flex-start;
    padding-left: 1.1363636364vw;
    top: 57.2727272727vw;
    font-size: 2.9545454545vw;
    width: 25.9090909091vw;
  }
}
.therapist-list .newDate:before {
  content: "";
  background-image: url(../images/newdate-icon.png);
  background-size: 16px 20px;
  width: 16px;
  height: 20px;
}
@media (max-width: 1200px) {
  .therapist-list .newDate:before {
    background-size: 1.3333333333vw 1.6666666667vw;
    width: 1.3333333333vw;
    height: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .therapist-list .newDate:before {
    background-size: 1.7777777778vw 2.2222222222vw;
    width: 1.7777777778vw;
    height: 2.2222222222vw;
  }
}
@media (max-width: 440px) {
  .therapist-list .newDate:before {
    background-size: 2.7272727273vw 3.6363636364vw;
    width: 2.7272727273vw;
    height: 3.6363636364vw;
  }
}
.therapist-list .therapist-list-badges {
  position: absolute;
  right: 8px;
  bottom: 147px;
  z-index: 10;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1200px) {
  .therapist-list .therapist-list-badges {
    right: 0.6666666667vw;
    bottom: 12.25vw;
    gap: 0.4166666667vw;
  }
}
@media (max-width: 900px) {
  .therapist-list .therapist-list-badges {
    bottom: 23.8888888889vw;
    right: 1.6666666667vw;
    gap: 0.6666666667vw;
  }
}
@media (max-width: 440px) {
  .therapist-list .therapist-list-badges {
    bottom: 22.7272727273vw;
    right: 1.1363636364vw;
    gap: 1.1363636364vw;
  }
}
.therapist-list .therapist-list-badges .rankicon {
  width: 44px;
  position: absolute;
  text-align: center;
  border-radius: 6px;
  z-index: 10;
  background-image: linear-gradient(45deg, #9e0000, #ff0000 50%, #9e0000);
}
@media (max-width: 1200px) {
  .therapist-list .therapist-list-badges .rankicon {
    width: 3.6666666667vw;
    border-radius: 0.5vw;
  }
}
@media (max-width: 900px) {
  .therapist-list .therapist-list-badges .rankicon {
    width: 7.7777777778vw;
    border-radius: 0.6666666667vw;
  }
}
.therapist-list .therapist-list-badges .rankicon p {
  font-size: 19px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .therapist-list .therapist-list-badges .rankicon p {
    font-size: 1.75vw;
  }
}
@media (max-width: 900px) {
  .therapist-list .therapist-list-badges .rankicon p {
    font-size: 3.1111111111vw;
  }
}
.therapist-list .therapist-list-badges .rankicon p span {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .therapist-list .therapist-list-badges .rankicon p span {
    font-size: 2.5833333333vw;
  }
}
@media (max-width: 900px) {
  .therapist-list .therapist-list-badges .rankicon p span {
    font-size: 4.4444444444vw;
  }
}
.therapist-list .therapist-list-badges .rankicon {
  position: relative;
  inset: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 44px;
}
@media (max-width: 1200px) {
  .therapist-list .therapist-list-badges .rankicon {
    height: 3.6666666667vw;
  }
}
@media (max-width: 900px) {
  .therapist-list .therapist-list-badges .rankicon {
    width: 7.7777777778vw;
    height: 7.7777777778vw;
  }
}
.therapist-list .therapist-list-badges .rankicon p {
  line-height: 1;
}
.therapist-list .therapist-list-badges .bluesky-icon {
  position: relative;
  inset: auto;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 1200px) {
  .therapist-list .therapist-list-badges .bluesky-icon {
    width: 3.6666666667vw;
    height: 3.6666666667vw;
    border-radius: 0.5vw;
  }
}
@media (max-width: 900px) {
  .therapist-list .therapist-list-badges .bluesky-icon {
    width: 7.7777777778vw;
    height: 7.7777777778vw;
    border-radius: 0.6666666667vw;
  }
}
.therapist-list .therapist-list-badges .bluesky-icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.therapist-page {
  padding: 100px 0 100px 0;
}
@media (max-width: 1200px) {
  .therapist-page {
    padding: 8.3333333333vw 0 8.3333333333vw 0;
  }
}
@media (max-width: 900px) {
  .therapist-page {
    padding: 0 0 20vw 0;
  }
}
@media (max-width: 440px) {
  .therapist-page {
    padding: 0 0 22.7272727273vw 0;
  }
}
.therapist-page__wrap .therapist-list-item .therapist-list-badges {
  bottom: 63px;
}
@media (max-width: 1200px) {
  .therapist-page__wrap .therapist-list-item .therapist-list-badges {
    bottom: 5.3333333333vw;
  }
}
@media (max-width: 900px) {
  .therapist-page__wrap .therapist-list-item .therapist-list-badges {
    bottom: 10.8888888889vw;
  }
}
@media (max-width: 440px) {
  .therapist-page__wrap .therapist-list-item .therapist-list-badges {
    bottom: 9.5454545455vw;
  }
}
.therapist-page__wrap .newDate {
  top: 380px;
}
@media (max-width: 1200px) {
  .therapist-page__wrap .newDate {
    top: 29.8333333333vw;
  }
}
@media (max-width: 900px) {
  .therapist-page__wrap .newDate {
    top: 60vw;
  }
}

.footer {
  background-color: #00ccff;
  color: #fff;
  padding: 20px 0;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 1200px) {
  .footer {
    padding: 1.6666666667vw 0;
  }
}
@media (max-width: 900px) {
  .footer {
    padding: 0 0 0;
    background-color: #fff;
    color: #00ccff;
  }
}
@media (max-width: 900px) {
  .footer {
    padding: 0;
  }
}
.footer .footer__nav {
  background-color: #00ccff;
  color: #fff;
}
.footer .footer__nav .footer__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .footer .footer__nav .footer__nav-list {
    font-size: 1.4166666667vw;
  }
}
.footer .footer__copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 50px 0 10px;
}
.footer .footer__nav-sp .footer__nav-item-sp + .footer__nav-item-sp {
  border-left: 1px solid rgba(255, 255, 255, 0.6431372549);
}
.footer .footer__nav-item-sp {
  width: 33.3333333333%;
  text-align: center;
}
.footer .footer__nav-list-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(0, 204, 255, 0.6784313725);
  transform: translateZ(0);
  will-change: transform;
}
.footer .footer__nav-list-sp img {
  width: 8.8888888889vw;
  height: auto;
  padding: 1.6666666667vw 0;
}
.footer__payment {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
.footer__payment img {
  width: 512px;
  max-width: 40vw;
  height: auto;
  display: block;
}
@media (max-width: 900px) {
  .footer__payment {
    display: none;
  }
}

.top {
  position: relative;
  min-height: 1050px;
}
@media (max-width: 1900px) {
  .top {
    min-height: 50vw;
  }
}
@media (max-width: 1200px) {
  .top {
    min-height: 62.5vw;
  }
}
@media (max-width: 900px) {
  .top {
    min-height: 177.7777777778vw;
  }
}
.top__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  overflow: hidden;
}
.top__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  animation: top-hero-pull 10s ease-in-out infinite alternate;
}
@media (prefers-reduced-motion: reduce) {
  .top__image img {
    animation: none;
  }
}
@media (max-width: 1200px) {
  .top__image img {
    width: 100vw;
  }
}
@media (max-width: 900px) {
  .top__image img {
    width: 100%;
    height: 124.4444444444vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@keyframes top-hero-pull {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.top__content {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 794px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1900px) {
  .top__content {
    top: 36.8421052632vw;
  }
}
@media (max-width: 1200px) {
  .top__content {
    top: 40vw;
  }
}
@media (max-width: 900px) {
  .top__content {
    top: 127.7777777778vw;
    width: 100%;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media (max-width: 900px) {
  .top__content .top__logo {
    width: 80%;
    margin: 0 auto;
  }
}
.top__content .top__logo img {
  width: 399px;
}
@media (max-width: 1900px) {
  .top__content .top__logo img {
    width: 25.7894736842vw;
  }
}
@media (max-width: 1200px) {
  .top__content .top__logo img {
    width: 33.25vw;
  }
}
@media (max-width: 900px) {
  .top__content .top__logo img {
    width: 88.5555555556vw;
  }
}
.top__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #00ccff;
  gap: 18px;
}
@media (max-width: 1200px) {
  .top__content-inner {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .top__content-inner {
    gap: 1.1111111111vw;
  }
}
.top__content-inner .top__text {
  border-bottom: 1px solid #00ccff;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
}
@media (max-width: 1200px) {
  .top__content-inner .top__text {
    font-size: 2vw;
  }
}
@media (max-width: 900px) {
  .top__content-inner .top__text {
    font-size: 4.6666666667vw;
  }
}
.top__content-inner .top__time {
  font-size: 22px;
  font-family: "Osaka", "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 1200px) {
  .top__content-inner .top__time {
    font-size: 1.8333333333vw;
  }
}
.top__content-inner .top__time p:nth-child(1) {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 10px;
}
.top__content-inner .top__time p:nth-child(1) span {
  display: block;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .top__content-inner .top__time p:nth-child(1) span {
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
  .top__content-inner .top__time p:nth-child(1) span {
    font-size: 3.5555555556vw;
  }
}
@media (max-width: 1200px) {
  .top__content-inner .top__time p:nth-child(1) {
    font-size: 1.8333333333vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .top__content-inner .top__time p:nth-child(1) {
    font-size: 4.6666666667vw;
    padding-bottom: 0;
  }
}
.top__content-inner .top__time p:nth-child(2) {
  letter-spacing: 0.1em;
}
.top__content-inner .top__time p:nth-child(2) a {
  color: #00ccff;
  text-decoration: none;
  font-size: 29px;
}
@media (max-width: 1200px) {
  .top__content-inner .top__time p:nth-child(2) a {
    font-size: 2.4166666667vw;
  }
}
.top__content-inner .top__time p:nth-child(2) a span {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .top__content-inner .top__time p:nth-child(2) a span {
    font-size: 1.5vw;
  }
}
.top__content-inner .top__sns-list {
  display: flex;
  gap: 10px;
}
@media (max-width: 1200px) {
  .top__content-inner .top__sns-list {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .top__content-inner .top__sns-list {
    gap: 1.1111111111vw;
  }
  .top__content-inner .top__sns-list img {
    width: 8.8888888889vw;
  }
}
.top__content-inner .top__sns-list a:hover {
  opacity: 0.6;
}
.top__payment {
  display: none;
}
@media (max-width: 900px) {
  .top__payment {
    display: block;
    padding-top: 5.5555555556vw;
  }
}
.top__payment img {
  width: 512px;
}
@media (max-width: 1200px) {
  .top__payment img {
    width: 42.6666666667vw;
  }
}
@media (max-width: 900px) {
  .top__payment img {
    width: 56.8888888889vw;
  }
}
@media (max-width: 440px) {
  .top__payment img {
    width: 81.8181818182vw;
  }
}
.top__scroll-hint {
  position: absolute;
  bottom: -28px;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #5a5a5a;
  text-decoration: none;
  font-family: "Osaka", "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-indent: 0.28em;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  animation: top-scroll-hint-bob 2.2s ease-in-out infinite;
}
@media (max-width: 1900px) {
  .top__scroll-hint {
    bottom: -3.1578947368vw;
    gap: 0.3157894737vw;
    font-size: 0.8421052632vw;
  }
}
@media (max-width: 1200px) {
  .top__scroll-hint {
    bottom: -2.3333333333vw;
    gap: 0.5vw;
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 900px) {
  .top__scroll-hint {
    bottom: 11.1111111111vw;
    font-size: 3.8888888889vw;
  }
}
.top__scroll-hint:hover {
  opacity: 0.85;
}
@media (prefers-reduced-motion: reduce) {
  .top__scroll-hint {
    animation: none;
  }
  .top__scroll-hint-icons .fa-chevron-down {
    animation: none;
    opacity: 1;
  }
}
.top__scroll-hint-label {
  display: block;
}
.top__scroll-hint-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.35;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .top__scroll-hint-icons {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 900px) {
  .top__scroll-hint-icons {
    font-size: 3.3333333333vw;
  }
}
.top__scroll-hint-icons .fa-chevron-down {
  display: block;
  animation: top-scroll-hint-chevron 1.4s ease-in-out infinite;
}
.top__scroll-hint-icons .fa-chevron-down:nth-child(2) {
  animation-delay: 0.12s;
}
@keyframes top-scroll-hint-bob {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
@keyframes top-scroll-hint-chevron {
  0%, 100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(3px);
  }
}
.top__diary {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .top__diary {
    padding-top: 5vw;
    max-width: 100vw;
  }
}
@media (max-width: 900px) {
  .top__diary {
    padding-top: 4.4444444444vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .top__diary.container {
    padding-bottom: 8.8888888889vw;
  }
}
@media (max-width: 900px) {
  .top__diary .moreBtn {
    margin: 0;
  }
}
.top__diary .archive__post {
  width: 19%;
  gap: 10px 0;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .top__diary .archive__post {
    gap: 0.8333333333vw 0;
    font-size: 1.0833333333vw;
  }
}
@media (max-width: 900px) {
  .top__diary .archive__post {
    width: 38.8888888889vw;
    min-width: 38.8888888889vw;
    flex: 0 0 38.8888888889vw;
    gap: 1.1111111111vw 0;
    font-size: 2.6666666667vw;
    height: auto;
  }
  .top__diary .archive__post::after {
    display: none;
  }
}
.top__diary .archive__post-wrap {
  width: 100%;
  gap: 20px 0;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .top__diary .archive__post-wrap {
    gap: 1.6666666667vw 0;
    padding-bottom: 5.5555555556vw;
    margin-bottom: 5.5555555556vw;
  }
}
@media (max-width: 900px) {
  .top__diary .archive__post-wrap {
    width: 100%;
    gap: 0 2.7777777778vw;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-direction: row;
    border: none;
  }
}
.top__diary .archive__post-img {
  height: 300px;
}
@media (max-width: 1200px) {
  .top__diary .archive__post-img {
    height: 25vw;
  }
}
@media (max-width: 900px) {
  .top__diary .archive__post-img {
    height: 55.5555555556vw;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    max-width: 38.8888888889vw !important;
    width: 100% !important;
    max-height: 55.5555555556vw;
  }
}
.top__diary .archive__post-img-wrap {
  position: relative;
  width: 100%;
}
.top__diary .archive__post-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .top__diary .archive__post-img img {
    width: 25vw;
    height: 25vw;
  }
}
@media (max-width: 900px) {
  .top__diary .archive__post-img img {
    width: auto;
    max-width: 38.8888888889vw !important;
    height: 55.5555555556vw;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    max-height: 55.5555555556vw;
  }
}
.top__diary .archive__post-author {
  font-weight: bold;
}
@media (max-width: 900px) {
  .top__diary .archive__post-author {
    font-size: 3vw;
  }
}
.top__diary .archive__post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {
  .top__diary .archive__post-content {
    padding: 0.4166666667vw;
  }
}
@media (max-width: 900px) {
  .top__diary .archive__post-content {
    max-width: 38.8888888889vw;
  }
}
@media (max-width: 900px) {
  .top-more {
    margin: 0 auto;
  }
}
.top__swiper {
  padding: 60px 0 100px 0;
}
@media (max-width: 1200px) {
  .top__swiper {
    padding: 5vw 0 8.3333333333vw 0;
  }
}
@media (max-width: 900px) {
  .top__swiper {
    padding: 4.4444444444vw 0 11.1111111111vw 0;
  }
}
.top__swiper .swiper {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .top__swiper .swiper {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .top__swiper .swiper {
    padding-bottom: 6.8888888889vw;
  }
}
.top__swiper .swiper-slide img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .top__swiper .swiper-slide img {
    height: 50vw !important;
    width: 100% !important;
  }
}
.top__swiper .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background-color: #666666 !important;
  opacity: 1 !important;
  margin: 0 6px !important;
}
@media (max-width: 1200px) {
  .top__swiper .swiper-pagination-bullet {
    width: 1.6666666667vw !important;
    height: 1.6666666667vw !important;
    margin: 0 0.5vw !important;
  }
}
@media (max-width: 900px) {
  .top__swiper .swiper-pagination-bullet {
    width: 2.2222222222vw !important;
    height: 2.2222222222vw !important;
    margin: 0 0.8888888889vw !important;
  }
}
.top__swiper .swiper-pagination-bullet-active {
  background-color: #333333 !important;
}
@media (max-width: 900px) {
  .top__schedule.container {
    padding: 0;
    padding-bottom: 11.1111111111vw;
  }
  .top__schedule.container .top-therapist-wrap {
    padding: 0 3%;
  }
}
.top__schedule.container .therapist-list .newDate {
  top: 385px;
}
@media (max-width: 1200px) {
  .top__schedule.container .therapist-list .newDate {
    top: 29.25vw;
  }
}
@media (max-width: 900px) {
  .top__schedule.container .therapist-list .newDate {
    top: 58.1111111111vw;
  }
}
@media (max-width: 440px) {
  .top__schedule.container .therapist-list .newDate {
    top: 57.2727272727vw;
  }
}
.top__schedule.container .therapist-list-name::after {
  display: none;
}
.top__newface .therapist-list-image {
  margin-top: 0;
}
.top__newface .therapist-wrap .therapist-list .newDate {
  top: 330px;
}
@media (max-width: 1200px) {
  .top__newface .therapist-wrap .therapist-list .newDate {
    top: 24.5833333333vw;
  }
}
@media (max-width: 900px) {
  .top__newface .therapist-wrap .therapist-list .newDate {
    top: 51.6666666667vw;
  }
}
.top__terms {
  padding-bottom: 60px;
  font-size: 17px;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: "Yu Gothic", sans-serif;
}
@media (max-width: 1200px) {
  .top__terms {
    font-size: 1.4166666667vw;
    padding-bottom: 5vw;
  }
}
@media (max-width: 900px) {
  .top__terms {
    font-size: 2.7777777778vw;
    padding-bottom: 0;
    line-height: 1.8;
  }
}
.top__terms h3 {
  font-size: 28px;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .top__terms h3 {
    font-size: 2.3333333333vw;
    padding: 2.5vw 0;
  }
}
@media (max-width: 900px) {
  .top__terms h3 {
    padding: 1.6666666667vw 0;
    font-size: 3vw;
    border: 1px solid #00ccff;
  }
}
.top__terms-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1200px) {
  .top__terms-text {
    gap: 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .top__terms-text {
    gap: 5.5555555556vw;
    padding-top: 8.8888888889vw;
  }
}
.top__terms ul {
  padding: 50px 0 50px 50px;
}
@media (max-width: 1200px) {
  .top__terms ul {
    padding: 4.1666666667vw 0 4.1666666667vw 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .top__terms ul {
    padding: 5.5555555556vw 0 5.5555555556vw 5.5555555556vw;
  }
}
.top__terms ul li {
  list-style: disc;
}
.top__links-wrap {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 5px;
  width: 100%;
}
@media (max-width: 1200px) {
  .top__links-wrap {
    gap: 0.4166666667vw;
    padding-bottom: 5vw;
  }
}
@media (max-width: 900px) {
  .top__links-wrap {
    gap: 0.5555555556vw;
    padding-bottom: 6.6666666667vw;
  }
}
@media (max-width: 440px) {
  .top__links-wrap {
    padding-bottom: 18.1818181818vw;
  }
}
.top__column {
  text-align: center;
  padding: 0 0 2.6666666667vw;
}
@media (max-width: 440px) {
  .top__column {
    padding: 0 0 22.7272727273vw;
  }
}
.top__column-wrap {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
@media (max-width: 440px) {
  .top__column-wrap {
    font-size: 2.7272727273vw;
  }
}
.top__column-wrap a {
  display: inline-block;
  color: #888;
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: 0.04em;
}
.top__column-wrap a:hover {
  color: #666;
  opacity: 1;
}
.top__footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 100px 0 60px 0;
}
@media (max-width: 1200px) {
  .top__footer-logo {
    padding: 8.3333333333vw 0 5vw 0;
  }
}
@media (max-width: 900px) {
  .top__footer-logo {
    display: none;
  }
}
.top__footer-logo img {
  width: 477px;
}
@media (max-width: 1200px) {
  .top__footer-logo img {
    width: 39.75vw;
  }
}
.top__footer-logo p {
  padding: 10px 0;
  width: 477px;
  font-size: 23px;
  font-weight: bold;
  color: #00ccff;
  border-top: 1px solid #00ccff;
  border-bottom: 1px solid #00ccff;
  text-align: center;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
}
@media (max-width: 1200px) {
  .top__footer-logo p {
    width: 39.75vw;
    font-size: 1.9166666667vw;
    padding: 0.8333333333vw 0;
  }
}

.diary {
  font-size: 18px;
  padding: 84px 0 200px;
}
@media (max-width: 1200px) {
  .diary {
    font-size: 1.5vw;
    padding: 7vw 0 16.6666666667vw;
  }
}
@media (max-width: 900px) {
  .diary {
    padding-bottom: 15%;
    font-size: 3.1111111111vw;
  }
}
@media (max-width: 900px) {
  .diary h2::after {
    display: none;
  }
}
.diary a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.diary__wrap {
  width: 1200px;
  margin: 0 auto 40px;
  padding: 1%;
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .diary__wrap {
    width: 100vw;
    margin: 0 auto 3.3333333333vw;
    gap: 2.5vw;
  }
}
@media (max-width: 900px) {
  .diary__wrap {
    width: 100%;
    border: none;
    flex-direction: column-reverse;
    padding: 4%;
  }
}
.diary__img {
  width: 350px;
}
@media (max-width: 1200px) {
  .diary__img {
    width: 26.25vw;
  }
}
@media (max-width: 900px) {
  .diary__img {
    width: 100%;
    max-width: 38.8888888889vw;
  }
}
.diary .diary-swiper {
  padding: 0px 0 50px 0;
}
@media (max-width: 1200px) {
  .diary .diary-swiper {
    padding: 0 0.4166666667vw 4.1666666667vw 0.4166666667vw;
  }
}
@media (max-width: 900px) {
  .diary .diary-swiper {
    width: 100%;
    padding: 0;
  }
}
.diary .diary-swiper .swiper-pagination-bullet {
  background: #00ccff;
  opacity: 0.35;
}
.diary .diary-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 900px) {
  .diary .diary-swiper img {
    width: 100%;
  }
}
.diary__right {
  width: 100%;
}
.diary__info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #00ccff;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .diary__info {
    gap: 0.8333333333vw;
    padding-bottom: 0.4166666667vw;
  }
}
.diary__text {
  padding-top: 20px;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 1200px) {
  .diary__text {
    padding-top: 1.6666666667vw;
  }
}
.diary__archive {
  width: 1200px;
  margin: 20px auto 0;
  border: solid #00ccff 1px;
  padding: 0.5%;
  background-color: #00ccff;
  text-align: center;
}
@media (max-width: 1200px) {
  .diary__archive {
    width: 100vw;
    margin: 1.6666666667vw auto 0;
    padding: 0.0416666667vw;
  }
}
@media (max-width: 900px) {
  .diary__archive {
    width: 100%;
    padding: 2%;
  }
}
.diary__archive a {
  color: #fff;
  text-decoration: none;
  cursor: default;
  display: block;
}

.archive {
  font-size: 20px;
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  .archive {
    font-size: 1.6666666667vw;
    padding-bottom: 16.6666666667vw;
  }
}
.archive a {
  color: #000;
  text-decoration: none;
  cursor: default;
  display: block;
}
.archive__wrap {
  width: 1200px;
  margin: 0 auto;
  border: solid #00ccff 1px;
  padding: 1%;
}
@media (max-width: 1200px) {
  .archive__wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .archive__wrap {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.archive__wrap .pagination {
  margin: 40px 0 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .archive__wrap .pagination {
    margin: 3.3333333333vw 0 1.6666666667vw;
  }
}
.archive__wrap .pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 15px;
  color: #333;
  border-radius: 3px;
  box-shadow: 0 3px 3px #999;
  background: #fff;
}
@media (max-width: 1200px) {
  .archive__wrap .pagination .page-numbers {
    padding: 0.8333333333vw 1.25vw;
    font-size: 1.3333333333vw;
  }
}
.archive__wrap .pagination .current {
  padding: 10px 15px;
  background: #00ccff;
  color: #000;
}
@media (max-width: 1200px) {
  .archive__wrap .pagination .current {
    padding: 0.8333333333vw 1.25vw;
    font-size: 1.3333333333vw;
  }
}
.archive__wrap .pagination .prev,
.archive__wrap .pagination .next {
  background: transparent;
  box-shadow: none;
  color: #00ccff;
}
.archive__wrap .pagination .dots {
  background: transparent;
  box-shadow: none;
  color: #000;
}
.archive__wrap .pagination .nav-links {
  display: flex;
  justify-content: center;
}
.archive__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 22px;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .archive__inner {
    gap: 2.5vw 0.4166666667vw;
  }
}
@media (max-width: 900px) {
  .archive__inner {
    padding-top: 4.4444444444vw;
    gap: 4.4444444444vw 0;
    flex-direction: column;
  }
}
.archive__time {
  text-align: center;
}
.archive__post {
  color: #000;
}
.archive__post-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .archive__post-wrap {
    gap: 1.6666666667vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 900px) {
  .archive__post-wrap {
    border-bottom: 1px solid #00ccff;
  }
}
.archive__post {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 270px;
}
@media (max-width: 1200px) {
  .archive__post {
    gap: 0.8333333333vw;
    width: 22.5vw;
  }
}
@media (max-width: 900px) {
  .archive__post {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5.5555555556vw;
  }
  .archive__post::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #00ccff;
  }
}
.archive__post-img {
  height: 360px;
}
@media (max-width: 1200px) {
  .archive__post-img {
    height: 30vw;
  }
}
@media (max-width: 900px) {
  .archive__post-img {
    width: auto;
    min-height: 55.5555555556vw;
    max-height: 55.5555555556vw;
    height: 100%;
  }
}
.archive__post-img img {
  max-height: 360px;
}
@media (max-width: 1200px) {
  .archive__post-img img {
    max-height: 30vw;
  }
}
@media (max-width: 900px) {
  .archive__post-img img {
    width: 100%;
    max-height: 55.5555555556vw;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.archive__post-author {
  color: #000;
  font-size: 14px;
  padding-top: 5px;
}
@media (max-width: 1200px) {
  .archive__post-author {
    font-size: 1.1666666667vw;
    padding-top: 0.4166666667vw;
  }
}
@media (max-width: 900px) {
  .archive__post-author {
    font-size: 2.2222222222vw;
    padding-top: 0.5555555556vw;
  }
}
@media (max-width: 440px) {
  .archive__post-author {
    font-size: 2.9545454545vw;
  }
}
.archive__post-author a {
  color: #000;
  text-decoration: none;
}
.archive__post-content {
  line-height: 1.4;
  font-size: 0.8em;
  padding-bottom: 1em;
  color: #fff;
}
@media (max-width: 900px) {
  .archive__post-content {
    font-size: 2.7777777778vw;
    padding-bottom: 1.1111111111vw;
  }
}
@media (max-width: 440px) {
  .archive__post-content {
    width: 80%;
    margin: 0 auto;
    font-size: 3.4090909091vw;
    padding-bottom: 4.5454545455vw;
  }
}
.archive .diary__wrap .slider {
  padding: 0px 0 50px 0;
}
@media (max-width: 1200px) {
  .archive .diary__wrap .slider {
    padding: 0 0.4166666667vw 4.1666666667vw 0.4166666667vw;
  }
}
.archive .diary__wrap .slider .slick-dots li button:before {
  color: #00ccff;
  font-size: 14px;
}
@media (max-width: 900px) {
  .archive .diary__wrap .slider .slick-dots li button:before {
    font-size: 1.5555555556vw;
  }
}
@media (max-width: 1200px) {
  .archive .diary__wrap .slider .slick-dots li button:before {
    font-size: 1.1666666667vw;
  }
}
.archive .diary__wrap .slider .slick-dots > li:first-child:last-child {
  display: none;
}
.archive .diary__img {
  width: 350px;
}
@media (max-width: 1200px) {
  .archive .diary__img {
    width: 26.25vw;
  }
}
@media (max-width: 900px) {
  .archive .diary__img {
    width: 38.8888888889vw;
  }
}
.archive .diary__img img {
  width: 350px;
}
@media (max-width: 1200px) {
  .archive .diary__img img {
    width: 26.25vw;
  }
}
@media (max-width: 900px) {
  .archive .diary__img img {
    width: 38.8888888889vw;
  }
}
.archive .diary__text {
  line-height: 1.5;
}

@media (max-width: 440px) {
  .page-schedule-border {
    width: 100%;
  }
}
.page-schedule .date-tab {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px auto 40px auto;
  width: 95%;
}
@media (max-width: 1200px) {
  .page-schedule .date-tab {
    margin: 1.6666666667vw auto 3.3333333333vw auto;
  }
}
@media (max-width: 900px) {
  .page-schedule .date-tab {
    margin: 2.2222222222vw auto 4.4444444444vw auto;
    gap: 1.1111111111vw;
  }
}
@media (max-width: 440px) {
  .page-schedule .date-tab {
    margin: 0 auto;
    gap: 1.1363636364vw;
  }
}
.page-schedule .date-tab .selected {
  background-color: #1ab4ff;
  color: #fff;
}
.page-schedule .date-tab-item {
  position: relative;
  width: 14%;
  font-size: 20px;
  font-family: "Osaka", "Noto Sans JP", sans-serif;
  color: #1ab4ff;
  background-color: #fff;
  border: 1px solid #00ccff;
  text-align: center;
  width: 100px;
  padding: 28px 10px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.08em;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
@media (max-width: 1200px) {
  .page-schedule .date-tab-item {
    font-size: 1.6666666667vw;
    padding: 2.3333333333vw 0.8333333333vw;
    border-radius: 4.1666666667vw;
    width: 8.3333333333vw;
  }
}
@media (max-width: 900px) {
  .page-schedule .date-tab-item {
    font-size: 2.7777777778vw;
    padding: 2vw 0;
    border-radius: 5.5555555556vw;
    width: 11.7777777778vw;
  }
}
@media (max-width: 440px) {
  .page-schedule .date-tab-item {
    font-size: 3.1818181818vw;
    padding: 2.9545454545vw 0;
    width: 19.5454545455vw;
  }
}
.page-schedule .date-tab-item:hover {
  background-color: #1ab4ff;
  color: #fff;
}
.page-schedule .date-tab-item .date-tab-day {
  font-size: 24px;
}
@media (max-width: 900px) {
  .page-schedule .date-tab-item .date-tab-day {
    font-size: 3vw;
  }
}
.page-schedule .date-tab-week {
  display: block;
}
.page-schedule-title-day {
  margin-bottom: 40px;
  padding-bottom: 16px;
  font-size: 25px;
  text-align: center;
  font-family: "Osaka", "Noto Sans JP", sans-serif;
  color: #1ab4ff;
}
@media (max-width: 1200px) {
  .page-schedule-title-day {
    margin-bottom: 2.5vw;
    padding-bottom: 1.3333333333vw;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 900px) {
  .page-schedule-title-day {
    margin-bottom: 3.3333333333vw;
    padding-bottom: 1.7777777778vw;
    font-size: 3.4444444444vw;
  }
}

.page-schedule-therapists .box {
  display: none;
}

#day0:checked ~ .page-schedule-therapists .box:nth-of-type(1),
#day1:checked ~ .page-schedule-therapists .box:nth-of-type(2),
#day2:checked ~ .page-schedule-therapists .box:nth-of-type(3),
#day3:checked ~ .page-schedule-therapists .box:nth-of-type(4),
#day4:checked ~ .page-schedule-therapists .box:nth-of-type(5),
#day5:checked ~ .page-schedule-therapists .box:nth-of-type(6),
#day6:checked ~ .page-schedule-therapists .box:nth-of-type(7) {
  display: block;
}

.page-schedule .page-title {
  margin-bottom: 23px;
}

.page-schedule-therapists .therapist-list-wrap {
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .page-schedule .therapist-list-wrap:before {
    content: "";
    display: block;
    order: 1;
  }
  .page-schedule .therapist-list-wrap:after {
    content: "";
    display: block;
    width: 23%;
  }
}
@media (max-width: 440px) {
  .page-schedule .therapist-list-wrap {
    width: 88.8%;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .page-schedule .therapist-list {
    margin-bottom: 24px;
  }
}
@media (max-width: 900px) {
  .page-schedule .therapist-list {
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 440px) {
  .page-schedule .therapist-list {
    margin-bottom: 11.3636363636vw;
  }
}
.page-schedule .therapist-list .newDate {
  top: 377px;
}
@media (max-width: 1200px) {
  .page-schedule .therapist-list .newDate {
    top: 29.3333333333vw;
  }
}
@media (max-width: 900px) {
  .page-schedule .therapist-list .newDate {
    top: 58.1111111111vw;
  }
}
.page-schedule .therapist-list .therapist-list-name::after {
  display: none;
}

.newface__wrap {
  padding-top: 55px;
}
@media (max-width: 1200px) {
  .newface__wrap {
    padding-top: 4.5833333333vw;
  }
}
@media (max-width: 900px) {
  .newface__wrap {
    padding-top: 0;
    padding-bottom: 15.5555555556vw;
  }
}
.newface-page {
  padding: 100px 0 100px 0;
}
@media (max-width: 1200px) {
  .newface-page {
    padding: 8.3333333333vw 0 8.3333333333vw 0;
  }
}
@media (max-width: 900px) {
  .newface-page {
    padding: 0 0 11.1111111111vw 0;
  }
}
.newface-page .therapist-list-badges {
  bottom: 113px;
}
@media (max-width: 1200px) {
  .newface-page .therapist-list-badges {
    bottom: 9.4166666667vw;
  }
}
@media (max-width: 900px) {
  .newface-page .therapist-list-badges {
    bottom: 18.6666666667vw;
  }
}
@media (max-width: 440px) {
  .newface-page .therapist-list-badges {
    bottom: 9.5454545455vw;
  }
}
.newface-page .newDate {
  top: 380px;
}
@media (max-width: 1200px) {
  .newface-page .newDate {
    top: 29.8333333333vw;
  }
}
@media (max-width: 900px) {
  .newface-page .newDate {
    top: 60vw;
  }
}

.author {
  padding: 100px 0 100px 0;
}
@media (max-width: 1200px) {
  .author {
    padding: 8.3333333333vw 0 8.3333333333vw 0;
  }
}
@media (max-width: 900px) {
  .author {
    padding: 4.4444444444vw 0 20vw 0;
  }
}
.author-diary {
  padding-top: 50px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .author-diary {
    padding-top: 4.1666666667vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
  .author-diary {
    font-size: 2.6666666667vw;
  }
}
.author-diary a,
.author-diary a:visited {
  color: inherit;
  display: block;
}
.author-diary h4 {
  padding: 12px 0;
  color: #fff;
  font-size: 21px;
  background: #00ccff;
  text-align: center;
}
@media (max-width: 1200px) {
  .author-diary h4 {
    padding: 1vw 0;
    font-size: 1.75vw;
  }
}
@media (max-width: 900px) {
  .author-diary h4 {
    padding: 1.3333333333vw 0;
    font-size: 3.7777777778vw;
  }
}
.author-diary-inner {
  border-bottom: 1px solid #00ccff;
  padding-top: 6%;
}
.author-diary-inner:last-child {
  border: none;
}
.author-diary__text {
  padding-bottom: 6%;
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
}
@media (max-width: 900px) {
  .author-diary__text {
    font-size: 3.1111111111vw;
  }
}
.author-diary time {
  display: block;
  padding: 1% 0 3%;
  text-align: center;
}
@media (max-width: 900px) {
  .author-diary time {
    font-size: 3.3333333333vw;
  }
}
.author-diary-wrap {
  border: 1px solid #00ccff;
  padding: 2% 15%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 1038px;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #00ccff rgba(0, 204, 255, 0.15);
}
.author-diary-wrap::-webkit-scrollbar {
  width: 10px;
}
.author-diary-wrap::-webkit-scrollbar-track {
  background: rgba(0, 204, 255, 0.12);
  border-radius: 999px;
}
.author-diary-wrap::-webkit-scrollbar-thumb {
  background: #00ccff;
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.author-diary-wrap::-webkit-scrollbar-thumb:hover {
  background: #00b3e6;
  background-clip: padding-box;
}
@media (max-width: 1200px) {
  .author-diary-wrap {
    height: 86.5vw;
  }
}
@media (max-width: 900px) {
  .author-diary-wrap {
    height: 115.3333333333vw;
  }
}
.author-diary-wrap .author-diary-swiper {
  padding: 0 0 3% 0;
}
.author-diary-wrap .swiper-pagination-bullet {
  background: #00ccff;
  opacity: 0.35;
}
.author-diary-wrap .swiper-pagination-bullet-active {
  opacity: 1;
}
.author-diary__img {
  margin: 0 auto;
}
.author-diary__archive {
  width: 100%;
  background-color: #00ccff;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  margin: 30px 0 80px;
}
@media (max-width: 1200px) {
  .author-diary__archive {
    margin: 2.5vw 0 6.6666666667vw;
    padding: 0.8333333333vw 0;
    font-size: 2.8333333333vw;
  }
}
@media (max-width: 900px) {
  .author-diary__archive {
    margin: 3.3333333333vw 0 8.8888888889vw;
    padding: 1.1111111111vw 0;
    font-size: 3.7777777778vw;
  }
}
.author-description-wrap {
  margin-top: 30px;
  padding: 0 0 40px 0;
  max-height: 460px;
  border: 1px solid #00ccff;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .author-description-wrap {
    margin-top: 2.5vw;
    padding: 0 0 3.3333333333vw 0;
    max-height: 38.3333333333vw;
  }
}
@media (max-width: 900px) {
  .author-description-wrap {
    margin-top: 4.4444444444vw;
    padding: 0 0 4.4444444444vw 0;
    max-height: 51.1111111111vw;
  }
}
.author-description-wrap h4 {
  padding: 8px 0 8px 15px;
  margin-bottom: 24px;
  color: #fff;
  background: #00ccff;
  text-align: left;
  font-size: 21px;
}
@media (max-width: 1200px) {
  .author-description-wrap h4 {
    padding: 0.6666666667vw 0 0.6666666667vw 1.25vw;
    font-size: 1.75vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 900px) {
  .author-description-wrap h4 {
    padding: 0.8888888889vw 0 0.8888888889vw 1.6666666667vw;
    font-size: 3.7777777778vw;
    margin-bottom: 2.6666666667vw;
  }
}
.author-description {
  padding: 0 59px 0 40px;
  line-height: 1.65;
  font-size: 16px;
  overflow-y: auto;
  max-height: 333px;
  margin-right: 18px;
  text-align: justify;
}
@media (max-width: 1200px) {
  .author-description {
    padding: 0 4.9166666667vw 0 3.3333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 900px) {
  .author-description {
    padding: 0 6.5555555556vw 0 4.4444444444vw;
    font-size: 3.1111111111vw;
  }
}

.author .new:before {
  width: 210px;
  height: 205px;
}
@media (max-width: 1200px) {
  .author .new:before {
    width: 144px;
    height: 128px;
  }
}
@media (max-width: 900px) {
  .author .new:before {
    width: 23.3333333333vw;
    height: 22.7777777778vw;
  }
}

@media (max-width: 900px) {
  .author-contentwrap {
    width: 100%;
  }
}

.author-wrapper {
  border: solid 1px #00ccff;
  padding: 47px 41px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .author-wrapper {
    padding: 3.9166666667vw 3.4166666667vw;
    gap: 2.5vw;
  }
}
@media (max-width: 900px) {
  .author-wrapper {
    padding: 4.4444444444vw 0 0 0;
    border: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4.4444444444vw;
  }
}
.author-wrapper-left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1200px) {
  .author-wrapper-left {
    gap: 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .author-wrapper-left {
    gap: 5.5555555556vw;
    width: 100%;
    order: 1;
  }
  .author-wrapper-left .author-sp-profile {
    order: 2;
  }
  .author-wrapper-left .author-img-wrap {
    order: 1;
  }
  .author-wrapper-left .author-sp-comment {
    order: 3;
  }
  .author-wrapper-left .author-schedule {
    order: 4;
  }
}
.author-wrapper-right {
  width: 537px;
}
@media (max-width: 1200px) {
  .author-wrapper-right {
    width: 44.75vw;
  }
}
@media (max-width: 440px) {
  .author-wrapper-right {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .author-wrapper-right {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .author-wrapper-right .author-info-wrap.pc {
    order: 0;
  }
  .author-wrapper-right .author-diary {
    order: 1;
  }
}

.author-img-wrap {
  position: relative;
  width: 549px;
}
@media (max-width: 1200px) {
  .author-img-wrap {
    width: 45.75vw;
  }
}
@media (max-width: 900px) {
  .author-img-wrap {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    box-sizing: border-box;
  }
}
.author-img-wrap .author-newDate.newDate {
  position: absolute;
  left: 0;
  z-index: 100;
  padding: 5px 0;
  width: 160px;
  color: #fff;
  font-size: 20px;
  background-color: #006600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  top: 650px;
}
@media (max-width: 1200px) {
  .author-img-wrap .author-newDate.newDate {
    top: 54.1666666667vw;
    width: 14.1666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .author-img-wrap .author-newDate.newDate {
    top: 110vw;
    width: 26.6666666667vw;
    font-size: 3.2222222222vw;
  }
}
@media (max-width: 440px) {
  .author-img-wrap .author-newDate.newDate {
    top: 106.8181818182vw;
    width: 36.3636363636vw;
    font-size: 3.8636363636vw;
  }
}
.author-img-wrap .author-newDate.newDate::before {
  content: "";
  background-image: url(../images/newdate-icon.png);
  background-size: 20px 24px;
  width: 20px;
  height: 24px;
}
@media (max-width: 1200px) {
  .author-img-wrap .author-newDate.newDate::before {
    background-size: 1.6666666667vw 2vw;
    width: 1.6666666667vw;
    height: 2vw;
  }
}
@media (max-width: 900px) {
  .author-img-wrap .author-newDate.newDate::before {
    background-size: 2.2222222222vw 2.6666666667vw;
    width: 2.2222222222vw;
    height: 2.6666666667vw;
  }
}
@media (max-width: 440px) {
  .author-img-wrap .author-newDate.newDate::before {
    background-size: 3.6363636364vw 4.5454545455vw;
    width: 3.6363636364vw;
    height: 4.5454545455vw;
  }
}
.author-img-wrap .rankicon {
  width: 44px;
  position: absolute;
  text-align: center;
  border-radius: 6px;
  z-index: 10;
  background-image: linear-gradient(45deg, #9e0000, #ff0000 50%, #9e0000);
}
@media (max-width: 1200px) {
  .author-img-wrap .rankicon {
    width: 3.6666666667vw;
    border-radius: 0.5vw;
  }
}
@media (max-width: 900px) {
  .author-img-wrap .rankicon {
    width: 7.7777777778vw;
    border-radius: 0.6666666667vw;
  }
}
.author-img-wrap .rankicon p {
  font-size: 19px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .author-img-wrap .rankicon p {
    font-size: 1.75vw;
  }
}
@media (max-width: 900px) {
  .author-img-wrap .rankicon p {
    font-size: 3.1111111111vw;
  }
}
.author-img-wrap .rankicon p span {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .author-img-wrap .rankicon p span {
    font-size: 2.5833333333vw;
  }
}
@media (max-width: 900px) {
  .author-img-wrap .rankicon p span {
    font-size: 4.4444444444vw;
  }
}
.author-img-wrap .rankicon {
  width: 70px;
  height: 70px;
  right: 24px;
  bottom: 286px;
}
@media (max-width: 1200px) {
  .author-img-wrap .rankicon {
    width: 5.8333333333vw;
    height: 5.8333333333vw;
    right: 2vw;
    bottom: 23.8333333333vw;
  }
}
@media (max-width: 900px) {
  .author-img-wrap .rankicon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 2.6666666667vw;
    bottom: 16.1111111111vw;
    border-radius: 2.2222222222vw;
  }
}
.author-img-wrap .rankicon p {
  font-size: 28px;
}
@media (max-width: 1200px) {
  .author-img-wrap .rankicon p {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 900px) {
  .author-img-wrap .rankicon p {
    font-size: 6.1111111111vw;
  }
}
.author-img-wrap .rankicon p span {
  font-size: 44px;
}
@media (max-width: 1200px) {
  .author-img-wrap .rankicon p span {
    font-size: 3.6666666667vw;
  }
}
@media (max-width: 900px) {
  .author-img-wrap .rankicon p span {
    font-size: 8.2222222222vw;
  }
}

.author-thumbnail-wrap {
  display: flex;
}

.author-mainimg-swiper {
  width: 100%;
}
.author-mainimg-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-mainimg-swiper .author-mainimg-pagination {
  display: none;
}
@media (max-width: 900px) {
  .author-mainimg-swiper .author-mainimg-pagination {
    display: block;
    position: relative;
    margin-top: 5.5555555556vw;
  }
}
.author-mainimg-swiper .swiper-pagination-bullet {
  opacity: 0.35;
  border: 1px solid #00ccff;
  width: 4.2222222222vw;
  height: 4.2222222222vw;
}
.author-mainimg-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0099ff;
  border: none;
}

.author-thumb-swiper .swiper-slide {
  width: auto;
  cursor: pointer;
  opacity: 0.6;
}
.author-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

@media (max-width: 440px) {
  .author-info-wrap {
    width: 88.8%;
    margin: 0 auto;
  }
}

.author-title-sp {
  display: block;
  font-size: 21px;
  background: #00ccff;
  padding: 8px 0 8px 16px;
  margin-bottom: 32px;
  color: #fff;
}
@media (max-width: 1200px) {
  .author-title-sp {
    font-size: 1.75vw;
    padding: 0.6666666667vw 0 0.6666666667vw 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 900px) {
  .author-title-sp {
    display: none;
  }
}

.author-size-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .author-size-wrap {
    gap: 1.3333333333vw;
  }
}
.author-size-wrap .options-flex {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media (max-width: 1200px) {
  .author-size-wrap .options-flex {
    gap: 0.75vw;
  }
}
@media (max-width: 900px) {
  .author-size-wrap .options-flex {
    flex-direction: column-reverse;
    gap: 0.5555555556vw;
    position: relative;
    border: 1px solid #00ccff;
    width: 100%;
    padding: 0.8888888889vw 0;
  }
}
.author-size-wrap .options-flex .author-option-fee {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .author-size-wrap .options-flex .author-option-fee {
    font-size: 2vw;
  }
}
@media (max-width: 900px) {
  .author-size-wrap .options-flex .author-option-fee {
    font-size: 5vw;
  }
}
.author-size-wrap .options-flex .author-option-fee::after {
  width: 294px;
  height: 3px;
  background-size: 294px 3px;
}
@media (max-width: 1200px) {
  .author-size-wrap .options-flex .author-option-fee::after {
    width: 24.5vw;
    height: 0.25vw;
    background-size: 24.5vw 0.25vw;
  }
}
@media (max-width: 900px) {
  .author-size-wrap .options-flex .author-option-fee::after {
    display: none;
  }
}
@media (max-width: 900px) {
  .author-size-wrap .options-flex .author-twitter,
  .author-size-wrap .options-flex .author-bluesky {
    position: absolute;
    top: -14.4444444444vw;
  }
  .author-size-wrap .options-flex .author-twitter img,
  .author-size-wrap .options-flex .author-bluesky img {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
  }
  .author-size-wrap .options-flex .author-twitter {
    right: 14.4444444444vw;
  }
  .author-size-wrap .options-flex .author-bluesky {
    right: 0;
  }
}
.author-size-wrap .options img {
  width: 295px;
}
@media (max-width: 1200px) {
  .author-size-wrap .options img {
    width: 24.5833333333vw;
  }
}
@media (max-width: 900px) {
  .author-size-wrap .options img {
    width: 88.8888888889vw;
  }
}

.author-name-tall-wrap {
  font-size: 23px;
}
@media (max-width: 1200px) {
  .author-name-tall-wrap {
    font-size: 1.9166666667vw;
  }
}
@media (max-width: 900px) {
  .author-name-tall-wrap {
    font-size: 5.1111111111vw;
  }
}
.author-name-tall-wrap .flex {
  gap: 40px;
}
@media (max-width: 900px) {
  .author-name-tall-wrap .flex {
    flex-direction: column;
    gap: 0.5555555556vw;
  }
}

.author-schedule {
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .author-schedule {
    margin-bottom: 6vw;
  }
}
@media (max-width: 900px) {
  .author-schedule {
    margin-bottom: 8.8888888889vw;
  }
}

.author-schedule-title {
  color: #fff;
  background: #00ccff;
  padding: 8px 0;
  text-align: center;
  font-size: 21px;
}
@media (max-width: 1200px) {
  .author-schedule-title {
    padding: 12px 0;
    font-size: 1.75vw;
  }
}
@media (max-width: 900px) {
  .author-schedule-title {
    font-size: 3.2222222222vw;
  }
}

.attend-list-contentwrap {
  list-style: none;
}
@media (max-width: 1200px) {
  .attend-list-contentwrap {
    margin-bottom: 56px;
  }
}

.attend-list {
  display: flex;
  align-items: center;
  border-bottom: #00ccff solid 1px;
}

.cell-date {
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-size: 21px;
}
@media (max-width: 1200px) {
  .cell-date {
    padding: 1.1666666667vw;
    font-size: 1.75vw;
  }
}
@media (max-width: 900px) {
  .cell-date {
    font-size: 3.6666666667vw;
    padding: 1.8888888889vw 1.8888888889vw;
  }
}
.cell-date span {
  margin-left: 4px;
}
@media (max-width: 1200px) {
  .cell-date span {
    margin-left: 0.3333333333vw;
  }
}

.cell-hour {
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 19px;
}
@media (max-width: 1200px) {
  .cell-hour {
    padding-left: 1.25vw;
    font-size: 1.5833333333vw;
  }
}
@media (max-width: 900px) {
  .cell-hour {
    padding-left: 2.2222222222vw;
    font-size: 3.6666666667vw;
  }
}
.cell-hour .therapist-list-realtime {
  width: 269px;
  background-color: #00ccff;
  margin: 0 0 0 22px;
  color: #fff;
  height: unset;
  font-size: 17px;
  padding: 2px 7px;
  position: unset;
}
@media (max-width: 1200px) {
  .cell-hour .therapist-list-realtime {
    margin: 0 0 0 1.8333333333vw;
    width: 22.4166666667vw;
    font-size: 1.4166666667vw;
    padding: 0.1666666667vw 0.5833333333vw;
  }
}
@media (max-width: 900px) {
  .cell-hour .therapist-list-realtime {
    margin: 0 0 0 2.4444444444vw;
    font-size: 3.1111111111vw;
    padding: 0.2222222222vw 0.7777777778vw;
    width: 48.8888888889vw;
  }
}

@media (max-width: 440px) {
  .twitter-inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .twitter-link {
    font-size: 17px;
  }
}

.gototherapists-wrap {
  background: #3a393b;
  padding: 8px;
  width: 88.8%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .gototherapists-wrap {
    display: none;
  }
}

.author .gototherapists-wrap-sp {
  display: none;
}
@media (max-width: 900px) {
  .author .gototherapists-wrap-sp {
    display: block !important;
    order: 2;
  }
}
@media (max-width: 900px) {
  .author .gototherapists-wrap-sp .gototherapists-sp {
    display: block !important;
  }
}
.author .gototherapists-wrap-sp .gototherapists-sp a {
  color: #fff;
}

.gototherapists {
  font-size: 3.1111111111vw;
  text-align: center;
  padding: 1.1111111111vw 0;
  border: solid 1px #fff;
}
.gototherapists a {
  color: #fff;
}
@media (max-width: 1200px) {
  .gototherapists {
    display: none;
  }
}

@media (max-width: 900px) {
  .gototherapists-wrap-pc {
    display: none;
  }
}
.gototherapists-wrap-pc {
  background: #3a393b;
  padding: 8px;
  margin: 40px auto 0;
}

@media (max-width: 440px) {
  .gototherapists-pc {
    display: none;
  }
}
.gototherapists-pc {
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
  border: solid 1px #fff;
}
@media (max-width: 1200px) {
  .gototherapists-pc {
    font-size: 1.5vw;
    padding: 0.6666666667vw 0;
  }
}
.gototherapists-pc a {
  color: #fff;
}

.author-thumbnail {
  height: 244px;
}
@media (max-width: 1200px) {
  .author-thumbnail {
    height: 20.3333333333vw;
  }
}
@media (max-width: 900px) {
  .author-thumbnail {
    height: 39.7777777778vw;
    width: 33.3333333333%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.author-thumbnail img {
  height: 244px;
}
@media (max-width: 1200px) {
  .author-thumbnail img {
    height: 20.3333333333vw;
  }
}
@media (max-width: 900px) {
  .author-thumbnail img {
    height: 39.7777777778vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.author-img {
  height: 732px;
}
@media (max-width: 1200px) {
  .author-img {
    height: 61vw;
  }
}
@media (max-width: 900px) {
  .author-img {
    width: 100% !important;
    height: 131.6666666667vw !important;
  }
}
.author-img img {
  height: 732px;
}
@media (max-width: 1200px) {
  .author-img img {
    height: 61vw;
  }
}
.author-img img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .author-img img {
    width: 100% !important;
    height: 131.6666666667vw !important;
  }
}

.ranking-wrap {
  padding-top: 45px;
}
@media (max-width: 900px) {
  .ranking-wrap {
    padding-top: 0;
  }
}
.ranking-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 130px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .ranking-list-wrap {
    gap: 10.8333333333vw;
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-wrap {
    gap: 16.6666666667vw;
    padding-bottom: 16.6666666667vw;
  }
}
.ranking-list-wrap--low {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .ranking-list-wrap--low {
    gap: 0.8333333333vw;
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-wrap--low {
    display: flex;
    gap: 5.5555555556vw;
    margin-top: 5.5555555556vw;
  }
}
.ranking-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1200px) {
  .ranking-list-item {
    gap: 2.5vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item {
    flex-direction: column;
    align-items: stretch;
  }
}
.ranking-list-item.rankinlow {
  padding: 30px;
  justify-content: flex-start;
  gap: 20px;
  border: 1px solid #00ccff;
  width: 100%;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow {
    padding: 1.6666666667vw;
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow {
    flex-direction: row;
    justify-content: space-around;
    padding: 2.2222222222vw;
    gap: 2.2222222222vw;
  }
  .ranking-list-item.rankinlow .ranking-list-rankicon {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    bottom: 2.6666666667vw;
  }
  .ranking-list-item.rankinlow .ranking-list-rankicon p {
    font-size: 2.2222222222vw;
  }
  .ranking-list-item.rankinlow .ranking-list-rankicon p span {
    font-size: 3.3333333333vw;
  }
}
.ranking-list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1200px) {
  .ranking-list-top {
    gap: 0;
  }
}
@media (max-width: 900px) {
  .ranking-list-top {
    gap: 1.3020833333vw;
  }
  .ranking-list-item.rankinlow .ranking-list-top {
    gap: 0;
  }
}
.ranking-list-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .ranking-list-left {
    gap: 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-left {
    gap: 5.5555555556vw;
    min-width: 37.6666666667vw;
  }
}
.ranking-list-left-content {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1200px) {
  .ranking-list-left-content {
    font-size: 1.9166666667vw;
    gap: 0.5vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-left-content {
    font-size: 3.3333333333vw;
    gap: 0.6666666667vw;
  }
}
.ranking-list-item.rankinlow .ranking-list-left {
  gap: 50px;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow .ranking-list-left {
    gap: 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow .ranking-list-left {
    gap: 3.3333333333vw;
    width: 30vw;
  }
}
.ranking-list-center {
  flex-shrink: 0;
}
.ranking-list-item.rankinlow .ranking-list-center {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow .ranking-list-center {
    gap: 1.25vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow .ranking-list-center {
    gap: 1.6666666667vw;
  }
}
.ranking-list-right {
  flex: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .ranking-list-right {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-right {
    align-items: stretch;
    width: 100%;
  }
}
.ranking-list-item.rankinlow .ranking-list-right {
  align-items: flex-start;
}
.ranking-list-option {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .ranking-list-option {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-option {
    font-size: 3vw;
  }
}
.ranking-list-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ranking-list-bottom.rankinlow {
  flex-direction: column;
  justify-content: center;
}
.ranking-list-shift-badge {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  width: 100%;
  max-width: 284px;
  margin: 0 auto;
  padding: 2px 14px 8px;
  background: #00ccff;
  border-radius: 14px;
  box-sizing: border-box;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .ranking-list-shift-badge {
    gap: 0.6666666667vw;
    max-width: 23.6666666667vw;
    padding: 1vw 1.1666666667vw 1.1666666667vw;
    border-radius: 1.1666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-shift-badge {
    max-width: min(100%, 52.3333333333vw);
    gap: 0.8888888889vw;
    padding: 1.3333333333vw 1.5555555556vw 1.5555555556vw;
    border-radius: 1.5555555556vw;
    font-size: 3.4444444444vw;
  }
}
.ranking-list-shift-badge__head {
  margin: 0;
  color: #fff;
  text-align: center;
  line-height: 1.35;
}
.ranking-list-shift-badge__body {
  background: #fff;
  color: #00ccff;
  border-radius: 10px;
  padding: 0 12px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .ranking-list-shift-badge__body {
    border-radius: 0.8333333333vw;
    padding: 0.8333333333vw 1vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-shift-badge__body {
    border-radius: 1.1111111111vw;
    padding: 1.1111111111vw 1.3333333333vw;
  }
}
.ranking-list-shift-badge__body--undecided .ranking-list-shift-badge__time {
  color: #6a6a6a;
  font-weight: 500;
}
.ranking-list-shift-badge__workplace {
  display: block;
  font-size: 0.88em;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .ranking-list-shift-badge__workplace {
    margin-bottom: 0.3333333333vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-shift-badge__workplace {
    margin-bottom: 0.4444444444vw;
  }
}
.ranking-list-shift-badge__time {
  display: block;
}
.ranking-list-item.rankinlow .ranking-list-shift-badge {
  flex-shrink: 0;
  max-width: 260px;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow .ranking-list-shift-badge {
    max-width: 20vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow .ranking-list-shift-badge {
    max-width: 100%;
  }
}
.ranking-list-detail-link {
  border-bottom: solid 1px #000;
  text-decoration: none;
  color: #000;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  font-weight: bold;
  transition: all 0.3s ease;
}
.ranking-list-item.rankinlow .ranking-list-detail-link {
  font-size: 21px;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow .ranking-list-detail-link {
    font-size: 1.75vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow .ranking-list-detail-link {
    margin: 0 auto;
    font-size: 3vw;
  }
}
.ranking-list-detail-link:hover {
  opacity: 0.4;
}
.ranking-list-ranking {
  position: relative;
  margin: 0 auto;
}
.ranking-list-ranking img {
  width: 150px;
  display: block;
}
@media (max-width: 1200px) {
  .ranking-list-ranking img {
    width: 12.3333333333vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-ranking img {
    width: 22.3333333333vw;
  }
}
.ranking-list-item.rankinlow .ranking-list-ranking img {
  width: 148px;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow .ranking-list-ranking img {
    width: 12.3333333333vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow .ranking-list-ranking img {
    margin: 0 auto;
    width: 16.4444444444vw;
  }
}
.ranking-list-ranking p {
  text-align: center;
  position: absolute;
  top: 34px;
  left: 18px;
  margin: 0;
}
@media (max-width: 1200px) {
  .ranking-list-ranking p {
    top: 3.0833333333vw;
    left: 1.5833333333vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-ranking p {
    top: 8.1111111111vw;
    left: 7.4444444444vw;
  }
}
.ranking-list-item.rankinlow .ranking-list-ranking p {
  left: 32px;
  top: 50px;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow .ranking-list-ranking p {
    left: 2.6666666667vw;
    top: 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow .ranking-list-ranking p {
    left: 3.5555555556vw;
    top: 5.5555555556vw;
  }
}
.ranking-list-ranking p span {
  display: inline-block;
  padding: 0 40px;
  font-size: 140px;
  font-family: "Alex Brush", cursive;
  background: linear-gradient(90deg, #92d4f5 0%, #92d4f5 10%, #00e6ff 35%, #00ccf0 90%, #00ccf0 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 1200px) {
  .ranking-list-ranking p span {
    padding: 0 3.3333333333vw;
    font-size: 11.6666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-ranking p span {
    font-size: 15.5555555556vw;
  }
}
.ranking-list-item.rankinlow .ranking-list-ranking p span {
  font-size: 100px;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow .ranking-list-ranking p span {
    font-size: 8.3333333333vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow .ranking-list-ranking p span {
    font-size: 11.1111111111vw;
  }
}
.ranking-list-name {
  text-align: center;
  margin: 0;
}
.ranking-list-name::after {
  content: "";
  display: block;
  width: 230px;
  height: 3px;
  background-image: url(../images/border-deco.png);
  background-size: 230px 3px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .ranking-list-name::after {
    width: 19.1666666667vw;
    height: 0.25vw;
    background-size: 19.1666666667vw 0.25vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-name::after {
    width: 25.5555555556vw;
    height: 0.3333333333vw;
    background-size: 25.5555555556vw 0.3333333333vw;
  }
}
.ranking-list-item.rankinlow .ranking-list-name {
  font-size: 21px;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow .ranking-list-name {
    font-size: 1.75vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow .ranking-list-name {
    font-size: 3vw;
    margin-top: 2.2222222222vw;
  }
}
.ranking-list-name .age {
  font-size: inherit;
}
.ranking-list-img-wrap {
  position: relative;
}
.ranking-list-img-wrap img,
.ranking-list-img img {
  width: 330px;
  height: 440px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .ranking-list-img-wrap img,
  .ranking-list-img img {
    width: 27.5vw;
    height: 36.6666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-img-wrap img,
  .ranking-list-img img {
    width: 47.3333333333vw;
    height: 63.2222222222vw;
  }
}
.ranking-list-item.rankinlow .ranking-list-img-wrap img,
.ranking-list-item.rankinlow .ranking-list-img img {
  width: 261px;
  height: 398px;
}
@media (max-width: 1200px) {
  .ranking-list-item.rankinlow .ranking-list-img-wrap img,
  .ranking-list-item.rankinlow .ranking-list-img img {
    width: 21.75vw;
    height: 33.1666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-item.rankinlow .ranking-list-img-wrap img,
  .ranking-list-item.rankinlow .ranking-list-img img {
    width: 42.2222222222vw;
    height: 60.8888888889vw;
  }
}
.ranking-list-rankicon {
  width: 44px;
  position: absolute;
  text-align: center;
  border-radius: 6px;
  z-index: 10;
  background-image: linear-gradient(45deg, #9e0000, #ff0000 50%, #9e0000);
}
@media (max-width: 1200px) {
  .ranking-list-rankicon {
    width: 3.6666666667vw;
    border-radius: 0.5vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-rankicon {
    width: 7.7777777778vw;
    border-radius: 0.6666666667vw;
  }
}
.ranking-list-rankicon p {
  font-size: 19px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .ranking-list-rankicon p {
    font-size: 1.75vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-rankicon p {
    font-size: 3.1111111111vw;
  }
}
.ranking-list-rankicon p span {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .ranking-list-rankicon p span {
    font-size: 2.5833333333vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-rankicon p span {
    font-size: 4.4444444444vw;
  }
}
.ranking-list-rankicon {
  bottom: 16px;
  right: 20px;
}
@media (max-width: 1200px) {
  .ranking-list-rankicon {
    bottom: 1.3333333333vw;
    right: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-list-rankicon {
    bottom: 3.8888888889vw;
    right: 2.2222222222vw;
    width: 7.7777777778vw;
    height: 7.7777777778vw;
    border-radius: 0.6666666667vw;
  }
  .ranking-list-rankicon p {
    font-size: 3.1111111111vw;
  }
  .ranking-list-rankicon p span {
    font-size: 4.4444444444vw;
  }
}
.ranking-text {
  width: 528px;
  line-height: 1.8;
  text-align: left;
  border: solid 1px #00ccff;
  text-align: justify;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .ranking-text {
    width: 39.1666666667vw;
  }
}
@media (max-width: 900px) {
  .ranking-text {
    width: 100%;
  }
}
.ranking-text .title {
  background-color: #00ccff;
  color: #fff;
  padding: 0 0 0 16px;
  font-size: 22px;
  margin: 0;
}
@media (max-width: 1200px) {
  .ranking-text .title {
    font-size: 1.8333333333vw;
    padding: 0 0 0 1.3333333333vw;
  }
}
@media (max-width: 900px) {
  .ranking-text .title {
    font-size: 3.3333333333vw;
  }
}
.ranking-text p {
  margin: 21px 12px 21px 35px;
  padding-right: 24px;
  height: 355px;
  font-size: 18px;
  overflow: auto;
}
@media (max-width: 1200px) {
  .ranking-text p {
    margin: 1.75vw 1vw 1.75vw 2.9166666667vw;
    padding-right: 2vw;
    height: 29.5833333333vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
  .ranking-text p {
    font-size: 3vw;
    margin: 2.3333333333vw 1.3333333333vw 2.3333333333vw 3.8888888889vw;
    padding-right: 2.6666666667vw;
    height: 44.4444444444vw;
  }
}
.ranking-text a:visited,
.ranking-text a:link {
  color: inherit;
}

.system h3 {
  font-size: 22px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
}
@media (max-width: 1200px) {
  .system h3 {
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 900px) {
  .system h3 {
    font-size: 3vw;
  }
}
.system__heading {
  font-size: 27px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
}
@media (max-width: 1200px) {
  .system__heading {
    font-size: 2.25vw;
  }
}
@media (max-width: 900px) {
  .system__heading {
    font-size: 3vw;
  }
}
.system__course {
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  padding-bottom: 90px;
}
.system__course-title {
  font-size: 22px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  border: #00ccff solid 1px;
  padding: 20px;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media (max-width: 1200px) {
  .system__course-title {
    padding: 1.6666666667vw;
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 900px) {
  .system__course-title {
    padding: 2.2222222222vw;
    font-size: 3vw;
  }
}
.system__course-list {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1200px) {
  .system__course-list {
    padding-top: 0.8333333333vw;
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .system__course-list {
    padding-top: 2.2222222222vw;
    gap: 1.1111111111vw;
  }
}
.system__course-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media (max-width: 1200px) {
  .system__course-item {
    font-size: 1.6666666667vw;
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .system__course-item {
    font-size: 3.3333333333vw;
    gap: 1.1111111111vw;
    letter-spacing: 0.1rem;
  }
}
.system__course-length, .system__course-price {
  width: 50%;
  border: 1px solid #00ccff;
  padding: 18px 0 18px 37px;
}
@media (max-width: 1200px) {
  .system__course-length, .system__course-price {
    padding: 1.5vw 0 1.5vw 3.0833333333vw;
  }
}
@media (max-width: 900px) {
  .system__course-length, .system__course-price {
    padding: 2vw 0 2vw 4.1111111111vw;
  }
}
.system__course-length {
  background: #1e1e1e;
  color: #fff;
  text-align: left;
}
.system__note {
  font-size: 20px;
  text-align: center;
  display: block;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .system__note {
    font-size: 1.6666666667vw;
    padding-top: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .system__note {
    font-size: 3vw;
    padding-top: 2.2222222222vw;
  }
}

.system__section {
  padding-top: 90px;
}
@media (max-width: 1200px) {
  .system__section {
    padding-top: 7.5vw;
  }
}
@media (max-width: 900px) {
  .system__section {
    padding-top: 10vw;
  }
}
.system__section .system__section-title {
  border: #00ccff solid 1px;
  padding: 20px;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media (max-width: 1200px) {
  .system__section .system__section-title {
    padding: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .system__section .system__section-title {
    padding: 2.2222222222vw;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 1200px) {
  .system__section .system__section-title {
    padding: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .system__section .system__section-title {
    padding: 2.2222222222vw;
  }
}
.system__section .system__section-list {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1200px) {
  .system__section .system__section-list {
    padding-top: 0.8333333333vw;
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .system__section .system__section-list {
    padding-top: 1.1111111111vw;
    gap: 1.1111111111vw;
  }
}
.system__section .system__section-list .system__section-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media (max-width: 1200px) {
  .system__section .system__section-list .system__section-row {
    font-size: 1.6666666667vw;
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .system__section .system__section-list .system__section-row {
    font-size: 3.3333333333vw;
    gap: 1.1111111111vw;
    letter-spacing: 0.1rem;
  }
}
.system__section .system__section-list .system__section-row .system__section-label,
.system__section .system__section-list .system__section-row .system__section-value {
  width: 50%;
  border: 1px solid #00ccff;
  padding: 18px 0 18px 37px;
}
@media (max-width: 1200px) {
  .system__section .system__section-list .system__section-row .system__section-label,
  .system__section .system__section-list .system__section-row .system__section-value {
    padding: 1.5vw 0 1.5vw 3.0833333333vw;
  }
}
@media (max-width: 900px) {
  .system__section .system__section-list .system__section-row .system__section-label,
  .system__section .system__section-list .system__section-row .system__section-value {
    padding: 2vw 0 2vw 4.1111111111vw;
  }
}
.system__section .system__section-list .system__section-row .system__section-label {
  background: #1e1e1e;
  color: #fff;
  text-align: left;
}

.system__section--area .system__area-visual {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-visual {
    margin-top: 3.3333333333vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-visual {
    margin-top: 4.4444444444vw;
  }
}
.system__section--area .system__area-map {
  display: block;
  width: 800px;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-map {
    width: 66.6666666667vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-map {
    width: 88.8888888889vw;
  }
}
.system__section--area .system__area-map-key {
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 1;
  margin: 0;
  padding: 10px 12px 12px;
  max-width: min(52%, 280px);
  text-align: left;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-map-key {
    padding: 0.8333333333vw 1vw 1vw;
    max-width: min(52%, 23.3333333333vw);
    left: 12.5vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-map-key {
    padding: 0.8888888889vw 1.1111111111vw 1.1111111111vw;
    max-width: min(58%, 28.8888888889vw);
    left: 2.4444444444vw;
  }
}
.system__section--area .system__area-map-key-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-map-key-title {
    gap: 0.6666666667vw;
    margin-bottom: 0.6666666667vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-map-key-title {
    gap: 0.6666666667vw;
    margin-bottom: 0.6666666667vw;
    font-size: 2.7777777778vw;
  }
}
.system__section--area .system__area-map-key-title-mark {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-map-key-title-mark {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-map-key-title-mark {
    width: 1vw;
    height: 1vw;
  }
}
.system__section--area .system__area-map-key-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.system__section--area .system__area-map-key-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
  letter-spacing: 0.02em;
}
.system__section--area .system__area-map-key-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-map-key-item {
    gap: 0.5vw;
    margin-bottom: 0.5vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-map-key-item {
    gap: 0.5555555556vw;
    margin-bottom: 0.5555555556vw;
    font-size: 2.8888888889vw;
  }
}
.system__section--area .system__area-map-key-swatch {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-map-key-swatch {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-map-key-swatch {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
.system__section--area .system__area-map-key-item--tier1 .system__area-map-key-swatch {
  background: #ff6699;
}
.system__section--area .system__area-map-key-item--tier2 .system__area-map-key-swatch {
  background: #0099cc;
}
.system__section--area .system__area-map-key-item--tier3 .system__area-map-key-swatch {
  background: #33cc66;
}
.system__section--area .system__area-map-key-item--tier4 .system__area-map-key-swatch {
  background: #ff9966;
}
.system__section--area .system__area-map-key-item--tier5 .system__area-map-key-swatch {
  background: #9966cc;
}
.system__section--area .system__area-map-key-dots {
  flex: 1 1 auto;
  letter-spacing: -0.5em;
  opacity: 0.85;
}
.system__section--area .system__area-map-key-price {
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.system__section--area .system__area-lead {
  margin: 28px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-lead {
    margin-top: 2.3333333333vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-lead {
    margin-top: 3.1111111111vw;
    font-size: 3.3333333333vw;
  }
}
.system__section--area .system__area-legend {
  margin-top: 36px;
  text-align: center;
  font-family: "Osaka";
}
@media (max-width: 1200px) {
  .system__section--area .system__area-legend {
    margin-top: 3vw;
    padding: 3.3333333333vw 1.6666666667vw 3vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-legend {
    margin-top: 4vw;
    padding: 4.4444444444vw 1.7777777778vw 4vw;
  }
}
.system__section--area .system__area-group {
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-group {
    margin-bottom: 2.3333333333vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-group {
    margin-bottom: 3.1111111111vw;
  }
}
.system__section--area .system__area-group:last-of-type {
  margin-bottom: 0;
}
.system__section--area .system__area-group-title {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-group-title {
    margin-bottom: 0.8333333333vw;
    font-size: 1.5833333333vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-group-title {
    margin-bottom: 1.1111111111vw;
    font-size: 3.7777777778vw;
  }
}
.system__section--area .system__area-group-body {
  margin: 0;
  font-size: 19px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-group-body {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-group-body {
    font-size: 3.7777777778vw;
  }
}
.system__section--area .system__area-group-body + .system__section--area .system__area-group-body {
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-group-body + .system__section--area .system__area-group-body {
    margin-top: 0.6666666667vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-group-body + .system__section--area .system__area-group-body {
    margin-top: 0.8888888889vw;
  }
}
.system__section--area .system__area-group--min70 .system__area-group-title,
.system__section--area .system__area-group--min70 .system__area-group-body {
  color: #ff6699;
}
.system__section--area .system__area-group--min100 .system__area-group-title,
.system__section--area .system__area-group--min100 .system__area-group-body {
  color: #0099cc;
}
.system__section--area .system__area-group--min120 .system__area-group-title,
.system__section--area .system__area-group--min120 .system__area-group-body {
  color: #6fcf7a;
}
.system__section--area .system__area-group--min150 .system__area-group-title,
.system__section--area .system__area-group--min150 .system__area-group-body {
  color: #ffa04a;
}
.system__section--area .system__area-group--min180 .system__area-group-title,
.system__section--area .system__area-group--min180 .system__area-group-body {
  color: #c77dff;
}
.system__section--area .system__area-footnote {
  margin: 32px 0 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
  .system__section--area .system__area-footnote {
    margin-top: 2.6666666667vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 900px) {
  .system__section--area .system__area-footnote {
    margin-top: 3.5555555556vw;
    font-size: 3.3333333333vw;
  }
}

.system__about {
  padding-top: 90px;
}
@media (max-width: 1200px) {
  .system__about {
    padding-top: 7.5vw;
  }
}
@media (max-width: 900px) {
  .system__about {
    padding-top: 10vw;
  }
}
.system__about .system__section-title {
  border: #00ccff solid 1px;
  padding: 20px;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media (max-width: 1200px) {
  .system__about .system__section-title {
    padding: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .system__about .system__section-title {
    padding: 2.2222222222vw;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 900px) {
  .system__about .system__section-title {
    padding: 2.2222222222vw;
    font-size: 3vw;
  }
}
.system__about .system__about-list {
  padding-top: 40px;
  font-size: 18px;
  line-height: 1.8;
  padding-left: 13px;
}
@media (max-width: 1200px) {
  .system__about .system__about-list {
    padding-top: 3.3333333333vw;
    font-size: 1.5vw;
    padding-left: 1.0833333333vw;
  }
}
@media (max-width: 900px) {
  .system__about .system__about-list {
    padding-top: 4.4444444444vw;
    font-size: 2.7777777778vw;
    padding-left: 1.4444444444vw;
  }
}

.system__guideline {
  padding-top: 90px;
}
@media (max-width: 1200px) {
  .system__guideline {
    padding-top: 7.5vw;
  }
}
@media (max-width: 900px) {
  .system__guideline {
    padding-top: 10vw;
  }
}
.system__guideline .system__section-title--guideline {
  border: #00ccff solid 1px;
  padding: 20px;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media (max-width: 1200px) {
  .system__guideline .system__section-title--guideline {
    padding: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .system__guideline .system__section-title--guideline {
    padding: 2.2222222222vw;
    letter-spacing: 0.1rem;
  }
}
.system__guideline .system__guideline-text {
  font-size: 17px;
  line-height: 2;
  padding: 55px 0 0 15px;
  text-align: justify;
}
@media (max-width: 1200px) {
  .system__guideline .system__guideline-text {
    font-size: 1.4166666667vw;
    padding: 4.5833333333vw 0 0 1.25vw;
  }
}
@media (max-width: 900px) {
  .system__guideline .system__guideline-text {
    font-size: 2.7777777778vw;
    padding: 6.1111111111vw 0 0 1.6666666667vw;
  }
}
.system__guideline .system__guideline-text:nth-child(3) {
  padding-top: 30px;
}
@media (max-width: 900px) {
  .system__guideline .system__guideline-text:nth-child(3) {
    padding-top: 3.3333333333vw;
  }
}
.system__guideline .system__guideline-rule-list {
  padding: 27px 0 113px;
  list-style-type: square;
  font-size: 16px;
  line-height: 1.8;
  margin-left: 2.2em;
}
@media (max-width: 1200px) {
  .system__guideline .system__guideline-rule-list {
    padding: 2.25vw 0 9.4166666667vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 900px) {
  .system__guideline .system__guideline-rule-list {
    padding: 3vw 0 12.5555555556vw;
    font-size: 2.8888888889vw;
  }
}

.system__section--terms {
  padding-bottom: 113px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
}
@media (max-width: 1200px) {
  .system__section--terms {
    padding-bottom: 9.4166666667vw;
  }
}
@media (max-width: 900px) {
  .system__section--terms {
    padding-bottom: 12.5555555556vw;
  }
}
.system__section--terms h3 {
  border: #00ccff solid 1px;
  padding: 20px;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media (max-width: 1200px) {
  .system__section--terms h3 {
    padding: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .system__section--terms h3 {
    padding: 2.2222222222vw;
    letter-spacing: 0.1rem;
  }
}
.system__section--terms dl {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .system__section--terms dl {
    padding-top: 2.3333333333vw;
  }
}
@media (max-width: 900px) {
  .system__section--terms dl {
    padding-top: 3.1111111111vw;
  }
}
.system__section--terms dl > div {
  display: flex;
  border-bottom: 1px solid rgba(0, 204, 255, 0.55);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
  .system__section--terms dl > div {
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
  .system__section--terms dl > div {
    font-size: 2.8888888889vw;
  }
}
.system__section--terms dt,
.system__section--terms dd {
  padding: 18px 0;
}
@media (max-width: 1200px) {
  .system__section--terms dt,
  .system__section--terms dd {
    padding: 1.5vw 0;
  }
}
@media (max-width: 900px) {
  .system__section--terms dt,
  .system__section--terms dd {
    padding: 2vw 0;
  }
}
.system__section--terms dt {
  width: 28%;
  padding-left: 30px;
}
@media (max-width: 900px) {
  .system__section--terms dt {
    width: 35%;
    padding-left: 3.3333333333vw;
  }
}
.system__section--terms dd {
  width: 72%;
}
@media (max-width: 900px) {
  .system__section--terms dd {
    width: 65%;
  }
}
.system__section--terms .system__section-note {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
  .system__section--terms .system__section-note {
    margin-top: 1.5vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 900px) {
  .system__section--terms .system__section-note {
    margin-top: 2.4444444444vw;
    font-size: 2.6666666667vw;
    text-align: left;
  }
}

.access-info {
  padding: 30px 68px 48px 68px;
  font-size: 20px;
  text-align: justify;
}
@media (max-width: 1200px) {
  .access-info {
    padding: 2.5vw 5.6666666667vw 4vw 5.6666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .access-info {
    padding: 3.3333333333vw 7.5555555556vw 5.3333333333vw 7.5555555556vw;
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 440px) {
  .access-info {
    font-size: 4.5454545455vw;
  }
}
.access-info dt {
  display: block;
  padding-top: 44px;
}
@media (max-width: 1200px) {
  .access-info dt {
    padding-top: 3.6666666667vw;
  }
}
@media (max-width: 900px) {
  .access-info dt {
    padding-top: 4.8888888889vw;
  }
}
@media (max-width: 440px) {
  .access-info dt {
    padding-top: 10vw;
  }
}
.access-info dd {
  display: block;
}
@media (max-width: 440px) {
  .access-info dd {
    display: block;
  }
}
.access-info dd span {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .access-info dd span {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 900px) {
  .access-info dd span {
    font-size: 1.7777777778vw;
    display: block;
  }
}
@media (max-width: 440px) {
  .access-info dd span {
    font-size: 2.9545454545vw;
  }
}
.access-room-name {
  font-size: 24px;
  padding: 64px 68px 27px 68px;
}
@media (max-width: 1200px) {
  .access-room-name {
    font-size: 2vw;
    padding: 5.3333333333vw 5.6666666667vw 2.25vw 5.6666666667vw;
  }
}
@media (max-width: 900px) {
  .access-room-name {
    font-size: 2.6666666667vw;
    padding: 7.1111111111vw 7.5555555556vw 3vw 7.5555555556vw;
  }
}
@media (max-width: 440px) {
  .access-room-name {
    font-size: 4.5454545455vw;
  }
}
.access-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  margin: 0 80px 108px;
}
@media (max-width: 1200px) {
  .access-map {
    margin: 0 6.6666666667vw 9vw;
  }
}
.access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.recruit {
  color: #993366;
}
.recruit .section-title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 60px 0;
  color: #00ccff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .recruit .section-title {
    font-size: 3.1666666667vw;
    padding: 5vw 0 5vw 0;
  }
}
@media (max-width: 900px) {
  .recruit .section-title {
    font-size: 3.3333333333vw;
    padding: 5.5555555556vw 0 5.5555555556vw 0;
  }
}
.recruit .section-title::before {
  content: "";
  display: block;
  background-image: url(../images/feather-deco.png);
  background-size: 44px 36px;
  background-repeat: no-repeat;
  width: 44px;
  height: 36px;
}
@media (max-width: 1200px) {
  .recruit .section-title::before {
    width: 3.6666666667vw;
    height: 3vw;
    background-size: 3.6666666667vw 3vw;
  }
}
@media (max-width: 900px) {
  .recruit .section-title::before {
    width: 7.7777777778vw;
    height: 6.2222222222vw;
    background-size: 7.7777777778vw 6.2222222222vw;
  }
}
.recruit .section-title span {
  font-size: 17px;
}
@media (max-width: 1200px) {
  .recruit .section-title span {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 900px) {
  .recruit .section-title span {
    font-size: 2.2222222222vw;
  }
}
.recruit .section-title {
  color: #993366;
}
@media (max-width: 900px) {
  .recruit .section-title {
    font-size: 5.3333333333vw;
    padding: 5.5555555556vw 0 5.5555555556vw 0;
  }
}
.recruit .section-title::before {
  background-image: url(../images/recruit/feather-deco.png);
}
.recruit-subtitle {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 60px 0;
  color: #00ccff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .recruit-subtitle {
    font-size: 3.1666666667vw;
    padding: 5vw 0 5vw 0;
  }
}
@media (max-width: 900px) {
  .recruit-subtitle {
    font-size: 3.3333333333vw;
    padding: 5.5555555556vw 0 5.5555555556vw 0;
  }
}
.recruit-subtitle::before {
  content: "";
  display: block;
  background-image: url(../images/feather-deco.png);
  background-size: 44px 36px;
  background-repeat: no-repeat;
  width: 44px;
  height: 36px;
}
@media (max-width: 1200px) {
  .recruit-subtitle::before {
    width: 3.6666666667vw;
    height: 3vw;
    background-size: 3.6666666667vw 3vw;
  }
}
@media (max-width: 900px) {
  .recruit-subtitle::before {
    width: 7.7777777778vw;
    height: 6.2222222222vw;
    background-size: 7.7777777778vw 6.2222222222vw;
  }
}
.recruit-subtitle span {
  font-size: 17px;
}
@media (max-width: 1200px) {
  .recruit-subtitle span {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 900px) {
  .recruit-subtitle span {
    font-size: 2.2222222222vw;
  }
}
.recruit-subtitle {
  color: #993366;
  font-size: 28px;
}
@media (max-width: 1200px) {
  .recruit-subtitle {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit-subtitle {
    font-size: 5.2222222222vw;
  }
}
.recruit-subtitle::before {
  background-image: url(../images/recruit/feather-deco.png);
}
.recruit-bg {
  background-image: url(../images/recruit/recruit-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 946px;
  position: relative;
}
@media (max-width: 1200px) {
  .recruit-bg {
    height: 78.8333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit-bg {
    background-position: bottom left 35%;
    height: 104.6666666667vw;
  }
}
.recruit__top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 48px;
  left: 46%;
}
@media (max-width: 1200px) {
  .recruit__top {
    bottom: 4vw;
    left: 3.8333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__top {
    position: unset;
    padding-top: 32.5520833333vw;
    flex-wrap: nowrap;
  }
}
@media (max-width: 440px) {
  .recruit__top {
    padding-top: 25vw;
  }
}
.recruit__top-img {
  width: 433px;
}
@media (max-width: 1200px) {
  .recruit__top-img {
    width: 36.0833333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__top-img {
    width: 54.5555555556vw;
    margin-left: 44.8888888889vw;
  }
}
.recruit__top-img img {
  width: 433px;
}
@media (max-width: 1200px) {
  .recruit__top-img img {
    width: 36.0833333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__top-img img {
    width: 48.1111111111vw;
  }
}
.recruit__top-text {
  font-size: 24px;
  text-align: center;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
}
@media (max-width: 1200px) {
  .recruit__top-text {
    font-size: 2vw;
  }
}
@media (max-width: 900px) {
  .recruit__top-text {
    font-size: 4.4444444444vw;
    margin-left: 44.8888888889vw;
    padding-bottom: 5.5555555556vw;
  }
}
.recruit__top-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 475px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .recruit__top-list {
    gap: 1.6666666667vw;
    min-width: 39.5833333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__top-list {
    min-width: 93.7777777778vw;
    gap: 3.3333333333vw;
  }
}
.recruit__top-list-item {
  display: flex;
  align-items: stretch;
  border: 1px solid #993366;
  background-color: #fff;
  box-sizing: border-box;
  gap: 10px;
}
@media (max-width: 1200px) {
  .recruit__top-list-item {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__top-list-item {
    gap: 0;
    align-items: center;
  }
}
.recruit__point {
  position: relative;
  flex: 0 0 34%;
  max-width: 220px;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .recruit__point {
    max-width: 18.3333333333vw;
    min-width: 13.3333333333vw;
    padding: 2.1666666667vw 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__point {
    max-width: none;
    min-width: 0;
    padding: 5.8888888889vw 1.7777777778vw;
  }
}
.recruit__point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, #993366 0%, #993366 50%, transparent 50%);
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 1200px) {
  .recruit__point::before {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__point::before {
    width: 24.7777777778vw;
    height: 18.8888888889vw;
    background: linear-gradient(143deg, #993366 0%, #993366 50%, transparent 50%);
  }
}
.recruit__point__label-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 122px;
  padding: 7px 0;
  border-top: 3px double #993366;
  border-bottom: 3px double #993366;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .recruit__point__label-wrap {
    max-width: 10.1666666667vw;
    padding: 0.5833333333vw 0;
  }
}
@media (max-width: 900px) {
  .recruit__point__label-wrap {
    max-width: 24.1111111111vw;
    margin: 0 auto;
    padding: 1.1111111111vw 0;
  }
}
.recruit__point__label {
  display: block;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #993366;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .recruit__point__label {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__point__label {
    font-size: 6.1111111111vw;
  }
}
.recruit__point__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 900px) {
  .recruit__point__body {
    border-left: none;
    padding: 0;
    gap: 1.1111111111vw;
    align-items: center;
  }
}
.recruit__point__body-title {
  margin: 0;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.45;
  color: #993366;
}
@media (max-width: 1200px) {
  .recruit__point__body-title {
    font-size: 2.1666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__point__body-title {
    font-size: 5.1111111111vw;
  }
}
.recruit__point__body-desc {
  margin: 0;
  font-family: "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.65;
  color: #993366;
}
@media (max-width: 1200px) {
  .recruit__point__body-desc {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__point__body-desc {
    font-size: 3.3333333333vw;
    text-align: center;
    line-height: 1.2;
  }
}
.recruit__comfortable {
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
}
@media (max-width: 900px) {
  .recruit__comfortable {
    margin-top: 73.3333333333vw;
  }
}
.recruit__comfortable-text {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 1200px) {
  .recruit__comfortable-text {
    font-size: 2.3333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__comfortable-text {
    font-size: 5.2222222222vw;
  }
}
.recruit__comfortable-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0 50px;
}
@media (max-width: 1200px) {
  .recruit__comfortable-body {
    gap: 1.6666666667vw;
    padding: 3.3333333333vw 0 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__comfortable-body {
    gap: 4.4444444444vw;
    padding: 4.4444444444vw 0 8.8888888889vw;
  }
}
.recruit__comfortable-body-text {
  font-size: 21px;
  text-align: center;
  width: 413px;
  border: 1px solid #993366;
  padding: 20px 0;
  height: 103px;
}
@media (max-width: 1200px) {
  .recruit__comfortable-body-text {
    font-size: 1.75vw;
    width: 34.4166666667vw;
    height: 8.5833333333vw;
    padding: 1.6666666667vw 0;
  }
}
@media (max-width: 900px) {
  .recruit__comfortable-body-text {
    font-size: 4.7777777778vw;
    width: 100%;
    height: 23.8888888889vw;
    padding: 4.4444444444vw 0;
    line-height: 1.7;
  }
}
.recruit__reason-text {
  font-size: 28px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .recruit__reason-text {
    font-size: 2.3333333333vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-text {
    font-size: 5.2222222222vw;
    padding-bottom: 8.8888888889vw;
    line-height: 1.7;
  }
}
.recruit__reason-body {
  max-width: 856px;
  margin: 0 auto 60px;
  border: 1px solid #993366;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 1200px) {
  .recruit__reason-body {
    max-width: 71.3333333333vw;
    margin: 0 auto 5vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body {
    max-width: 100%;
    margin: 0 auto 5.5555555556vw;
  }
}
.recruit__reason-body-title {
  margin: 0;
  padding: 8px 20px;
  background-color: #993366;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 1200px) {
  .recruit__reason-body-title {
    padding: 0.6666666667vw 1.6666666667vw;
    font-size: 1.5833333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body-title {
    padding: 1.3333333333vw 1.7777777778vw;
    font-size: 3.5555555556vw;
  }
}
.recruit__reason-body-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 28px 40px;
  padding: 28px 24px 32px;
}
@media (max-width: 1200px) {
  .recruit__reason-body-content {
    gap: 2.3333333333vw 3.3333333333vw;
    padding: 2.3333333333vw 2vw 2.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body-content {
    flex-direction: column;
    align-items: stretch;
    padding: 3.5555555556vw 2vw 3.5555555556vw;
    gap: 2.4444444444vw;
  }
}
.recruit__reason-body-highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 20px;
}
@media (max-width: 1200px) {
  .recruit__reason-body-highlight {
    gap: 1.3333333333vw 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body-highlight {
    gap: 1.7777777778vw 2.2222222222vw;
  }
}
.recruit__reason-body-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 52px;
  background-color: #993366;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  border-radius: 999px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .recruit__reason-body-badge {
    padding: 0.6666666667vw 4.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body-badge {
    padding: 1.1111111111vw 3.1111111111vw;
    font-size: 4.8888888889vw;
  }
}
.recruit__reason-body-amount {
  margin: 0;
  color: #993366;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
@media (max-width: 1200px) {
  .recruit__reason-body-amount {
    font-size: 4.25vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body-amount {
    font-size: 7.6666666667vw;
  }
}
.recruit__reason-body-amount-num {
  font-variant-numeric: tabular-nums;
}
.recruit__reason-body-examples {
  min-width: 220px;
  flex: 0 1 auto;
}
@media (max-width: 1200px) {
  .recruit__reason-body-examples {
    min-width: 18.3333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body-examples {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.6666666667vw;
  }
}
.recruit__reason-body-examples-label {
  margin: 0 0 12px;
  color: #993366;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .recruit__reason-body-examples-label {
    margin: 0 0 1vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body-examples-label {
    font-size: 3.5555555556vw;
  }
}
.recruit__reason-body-examples-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1200px) {
  .recruit__reason-body-examples-list {
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body-examples-list {
    gap: 1.1111111111vw;
  }
}
.recruit__reason-body-examples-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  color: #993366;
  font-size: 19px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .recruit__reason-body-examples-list li {
    font-size: 1.5833333333vw;
    gap: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body-examples-list li {
    font-size: 4.1111111111vw;
  }
}
.recruit__reason-body-examples-time {
  flex: 0 0 auto;
  min-width: 4.5em;
}
.recruit__reason-body-examples-price {
  flex: 0 0 auto;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.recruit__reason-body--requirements .recruit__reason-body-title {
  font-weight: 400;
}
.recruit__reason-body--requirements .recruit__reason-body-content {
  display: block;
  padding: 26px 28px 32px;
  text-align: left;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .recruit__reason-body--requirements .recruit__reason-body-content {
    padding: 2.1666666667vw 2.3333333333vw 2.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body--requirements .recruit__reason-body-content {
    padding: 2.8888888889vw 2.4444444444vw 3.1111111111vw;
  }
}
.recruit__reason-body--requirements .recruit__reason-body-content-text {
  margin: 0;
  color: #993366;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .recruit__reason-body--requirements .recruit__reason-body-content-text {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body--requirements .recruit__reason-body-content-text {
    font-size: 3.1111111111vw;
    text-align: center;
    font-feature-settings: "palt";
    padding-bottom: 8.8888888889vw;
  }
}
.recruit__reason-body--requirements .recruit__reason-body-content-text--lead {
  font-weight: 700;
  margin-bottom: 1.1em;
}
@media (max-width: 900px) {
  .recruit__reason-body--requirements .recruit__reason-body-content-text--lead {
    font-size: 3.3333333333vw;
    text-align: center;
  }
}
.recruit__reason-body--qa .recruit__reason-body-title {
  font-weight: 400;
}
.recruit__reason-body--qa .recruit__reason-body-content {
  display: block;
  padding: 26px 28px 32px;
  text-align: left;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .recruit__reason-body--qa .recruit__reason-body-content {
    padding: 2.1666666667vw 2.3333333333vw 2.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body--qa .recruit__reason-body-content {
    padding: 2.4444444444vw 2vw 2.8888888889vw;
  }
}
.recruit__reason-body--qa .recruit__qa-list {
  padding: 40px 28px;
}
@media (max-width: 1200px) {
  .recruit__reason-body--qa .recruit__qa-list {
    padding: 3.3333333333vw 2.3333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body--qa .recruit__qa-list {
    padding: 4.4444444444vw 3.1111111111vw;
  }
}
.recruit__reason-body--qa .recruit__qa-item {
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .recruit__reason-body--qa .recruit__qa-item {
    margin: 0 0 2.5vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body--qa .recruit__qa-item {
    margin: 0 0 7.7777777778vw;
    font-feature-settings: "palt";
  }
}
.recruit__reason-body--qa .recruit__qa-item:last-child {
  margin-bottom: 0;
}
.recruit__reason-body--qa .recruit__qa-q {
  margin: 0 0 20px;
  color: #993366;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}
@media (max-width: 1200px) {
  .recruit__reason-body--qa .recruit__qa-q {
    font-size: 1.1666666667vw;
    margin: 0 0 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body--qa .recruit__qa-q {
    font-size: 3.3333333333vw;
    padding-left: 4.2222222222vw;
    text-indent: -4.2222222222vw;
  }
}
.recruit__reason-body--qa .recruit__qa-a {
  margin: 0;
  color: #993366;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  padding-left: 16px;
  text-indent: -14px;
}
@media (max-width: 1200px) {
  .recruit__reason-body--qa .recruit__qa-a {
    font-size: 1.0833333333vw;
    padding-left: 1.3333333333vw;
    text-indent: -1.1666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__reason-body--qa .recruit__qa-a {
    font-size: 2.8888888889vw;
    padding-left: 4.2222222222vw;
    text-indent: -3.1111111111vw;
    line-height: 1.5;
  }
}
.recruit__reason-body--qa .recruit__qa-mark {
  font-weight: 700;
}
.recruit-bg2 {
  background-image: url(../images/recruit/recruit-bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 939px;
  position: relative;
}
@media (max-width: 1200px) {
  .recruit-bg2 {
    height: 78.25vw;
  }
}
@media (max-width: 900px) {
  .recruit-bg2 {
    width: auto;
    height: 104.3333333333vw;
    background-position: center left 19%;
    margin-top: -10vw;
    z-index: -1;
    margin-bottom: 30vw;
  }
}
.recruit__middle {
  position: absolute;
  top: 30%;
  left: 55%;
  transform: translate(-50%, -50%);
  color: #00ccff;
}
@media (max-width: 900px) {
  .recruit__middle {
    top: 112%;
    left: 50%;
  }
}
.recruit__middle-title {
  font-size: 48px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #00ccff;
}
@media (max-width: 1200px) {
  .recruit__middle-title {
    font-size: 3.3333333333vw;
    padding: 0.8333333333vw 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__middle-title {
    font-size: 7.2222222222vw;
    width: 91.5555555556vw;
    background-color: #fff;
  }
}
.recruit__middle-text {
  font-family: "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
  text-align: center;
}
.recruit__middle-title + .recruit__middle-text {
  font-size: 28px;
  font-weight: 700;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .recruit__middle-title + .recruit__middle-text {
    font-size: 2.3333333333vw;
    padding-top: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__middle-title + .recruit__middle-text {
    font-size: 4.3333333333vw;
    padding-top: 2.2222222222vw;
  }
}
.recruit__middle-text + .recruit__middle-text {
  padding-top: 50px;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .recruit__middle-text + .recruit__middle-text {
    padding-top: 4.1666666667vw;
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__middle-text + .recruit__middle-text {
    font-size: 3.1111111111vw;
  }
}
.recruit__bottom {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .recruit__bottom {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom {
    padding-top: 11.1111111111vw;
    padding-bottom: 11.1111111111vw;
  }
}
.recruit__bottom-text {
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
  padding-top: 20px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
}
@media (max-width: 1200px) {
  .recruit__bottom-text {
    font-size: 2vw;
    padding-top: 1.6666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom-text {
    font-size: 3.3333333333vw;
    padding-top: 0;
    line-height: 1.5;
  }
}
.recruit__bottom-flow {
  max-width: 856px;
  margin: 60px auto 0;
  border: 1px solid #993366;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 1200px) {
  .recruit__bottom-flow {
    max-width: 71.3333333333vw;
    margin: 5vw auto 0;
  }
}
@media (max-width: 900px) {
  .recruit__bottom-flow {
    max-width: 100%;
    margin: 6.6666666667vw auto 0;
  }
}
.recruit__bottom-flow-title {
  margin: 0;
  padding: 12px 20px;
  background-color: #993366;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  font-family: "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 1200px) {
  .recruit__bottom-flow-title {
    padding: 1vw 1.6666666667vw;
    font-size: 1.5833333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom-flow-title {
    padding: 1.3333333333vw 1.7777777778vw;
    font-size: 3.5555555556vw;
  }
}
.recruit__bottom-flow-list {
  list-style: none;
  margin: 0;
  padding: 32px 28px 40px;
}
@media (max-width: 1200px) {
  .recruit__bottom-flow-list {
    padding: 2.6666666667vw 2.3333333333vw 3.3333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom-flow-list {
    padding: 8.8888888889vw 2.4444444444vw;
  }
}
.recruit__bottom-flow-step {
  margin: 0 0 60px;
  text-align: center;
}
@media (max-width: 1200px) {
  .recruit__bottom-flow-step {
    margin: 0 0 5vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom-flow-step {
    margin: 0 0 10vw;
  }
}
.recruit__bottom-flow-step:last-child {
  margin-bottom: 0;
}
.recruit__bottom-flow-heading {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 290px;
  gap: 14px;
  flex-wrap: wrap;
  font-family: "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
  color: #993366;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .recruit__bottom-flow-heading {
    gap: 1vw;
    margin: 0 0 1.5vw;
    font-size: 2.4166666667vw;
    padding-left: 24.1666666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom-flow-heading {
    font-size: 2.8888888889vw;
    gap: 1.1111111111vw;
    margin: 0 0 1.1111111111vw;
    padding-left: 37.7777777778vw;
  }
}
.recruit__bottom-flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #993366;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  font-family: "Osaka", "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
}
@media (max-width: 1200px) {
  .recruit__bottom-flow-num {
    width: 2.8333333333vw;
    height: 2.8333333333vw;
    font-size: 2.4166666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom-flow-num {
    width: 3.7777777778vw;
    height: 3.7777777778vw;
    font-size: 3.2222222222vw;
  }
}
.recruit__bottom-flow-desc {
  margin: 0 auto;
  color: #993366;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "小塚ゴシック", "小塚ゴシック Pr6N", "Kozuka Gothic", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 1200px) {
  .recruit__bottom-flow-desc {
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom-flow-desc {
    font-size: 3.2222222222vw;
  }
}
.recruit__bottom__btn {
  margin: 80px auto 0;
  background-color: #00cc00;
  border-radius: 80px;
  padding: 20px 40px;
  width: 408px;
}
@media (max-width: 1200px) {
  .recruit__bottom__btn {
    margin: 6.6666666667vw auto 0;
    width: 34vw;
    padding: 1.6666666667vw 3.3333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom__btn {
    margin: 8.8888888889vw auto 0;
    width: 72.3333333333vw;
    padding: 2.2222222222vw 4.4444444444vw;
  }
}
.recruit__bottom__btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 29px;
  color: #fff;
}
@media (max-width: 1200px) {
  .recruit__bottom__btn-link {
    font-size: 2.4166666667vw;
    gap: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom__btn-link {
    font-size: 5.1111111111vw;
    gap: 3.3333333333vw;
  }
}
.recruit__bottom__btn:hover {
  opacity: 0.5;
  cursor: pointer;
}
.recruit__bottom__btn img {
  width: 62px;
  height: 59px;
}
@media (max-width: 1200px) {
  .recruit__bottom__btn img {
    width: 5.1666666667vw;
    height: 4.9166666667vw;
  }
}
@media (max-width: 900px) {
  .recruit__bottom__btn img {
    width: 11vw;
    height: 10.4444444444vw;
  }
}

.column {
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  .column {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 900px) {
  .column {
    padding-bottom: 12%;
  }
}
@media (max-width: 440px) {
  .column {
    padding-bottom: 18%;
  }
}
.column-container {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .column-container {
    max-width: 80vw;
  }
}
@media (max-width: 900px) {
  .column-container {
    padding: 0 4%;
  }
}
@media (max-width: 440px) {
  .column-container {
    padding: 0 5%;
  }
}
@media (max-width: 440px) {
  .column .section-title {
    padding: 8.1818181818vw 0 6.3636363636vw;
    font-size: 7.2727272727vw;
  }
}

.column-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.column-list__item {
  border-bottom: 1px solid rgba(0, 204, 255, 0.35);
}
.column-list__item:first-child {
  border-top: 1px solid rgba(0, 204, 255, 0.35);
}
.column-list__link {
  display: grid;
  grid-template-columns: 88px 1fr 180px;
  gap: 28px;
  align-items: center;
  padding: 32px 8px;
  color: #000;
  text-decoration: none;
  transition: background-color 0.25s ease;
}
@media (max-width: 1200px) {
  .column-list__link {
    grid-template-columns: 7.3333333333vw 1fr 15vw;
    gap: 2.3333333333vw;
    padding: 2.6666666667vw 0.6666666667vw;
  }
}
@media (max-width: 900px) {
  .column-list__link {
    grid-template-columns: 64px 1fr;
    gap: 1.7777777778vw;
    padding: 2.6666666667vw 0;
  }
}
@media (max-width: 440px) {
  .column-list__link {
    grid-template-columns: 1fr;
    gap: 3.1818181818vw;
    padding: 5vw 0;
  }
}
.column-list__link:hover {
  background-color: rgba(0, 204, 255, 0.06);
}
.column-list__link:hover .column-list__more {
  letter-spacing: 0.12em;
}
.column-list__link:hover .column-list__thumb img {
  transform: scale(1.05);
}
.column-list__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: linear-gradient(90deg, #0095db 0%, #00d2e4 100%);
  color: #fff;
  border-radius: 4px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  line-height: 1.1;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .column-list__date {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
  }
}
@media (max-width: 900px) {
  .column-list__date {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 440px) {
  .column-list__date {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 1.3636363636vw 2.7272727273vw;
    gap: 1.8181818182vw;
  }
}
.column-list__date-day {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .column-list__date-day {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 900px) {
  .column-list__date-day {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .column-list__date-day {
    font-size: 4.0909090909vw;
  }
}
.column-list__date-month {
  font-size: 12px;
  margin-top: 4px;
}
@media (max-width: 1200px) {
  .column-list__date-month {
    font-size: 1vw;
  }
}
@media (max-width: 440px) {
  .column-list__date-month {
    margin-top: 0;
    font-size: 2.7272727273vw;
  }
}
.column-list__body {
  min-width: 0;
}
.column-list__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
@media (max-width: 440px) {
  .column-list__categories {
    margin-bottom: 1.8181818182vw;
  }
}
.column-list__category {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  color: #00ccff;
  border: 1px solid #00ccff;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .column-list__category {
    padding: 0.25vw 0.8333333333vw;
    font-size: 0.9166666667vw;
  }
}
@media (max-width: 440px) {
  .column-list__category {
    font-size: 2.5vw;
  }
}
.column-list__title {
  font-size: 22px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  color: #111;
  line-height: 1.5;
  margin-bottom: 10px;
  word-break: break-word;
}
@media (max-width: 1200px) {
  .column-list__title {
    font-size: 1.8333333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 900px) {
  .column-list__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media (max-width: 440px) {
  .column-list__title {
    font-size: 3.8636363636vw;
    line-height: 1.6;
  }
}
.column-list__excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .column-list__excerpt {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 900px) {
  .column-list__excerpt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 440px) {
  .column-list__excerpt {
    font-size: 3.1818181818vw;
    line-height: 1.75;
    margin-bottom: 2.2727272727vw;
  }
}
.column-list__more {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #00ccff;
  transition: letter-spacing 0.25s ease;
}
@media (max-width: 1200px) {
  .column-list__more {
    font-size: 1vw;
  }
}
@media (max-width: 440px) {
  .column-list__more {
    font-size: 2.7272727273vw;
  }
}
.column-list__thumb {
  width: 180px;
  height: 120px;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .column-list__thumb {
    width: 15vw;
    height: 10vw;
  }
}
@media (max-width: 900px) {
  .column-list__thumb {
    display: none;
  }
}
@media (max-width: 440px) {
  .column-list__thumb {
    display: block;
    width: 100%;
    height: 36.3636363636vw;
    order: 3;
  }
}
.column-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}
.column-list__empty {
  text-align: center;
  padding: 60px 0;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .column-list__empty {
    padding: 5vw 0;
    font-size: 1.5vw;
  }
}
@media (max-width: 440px) {
  .column-list__empty {
    padding: 9.0909090909vw 0;
    font-size: 3.4090909091vw;
  }
}
.column-list__pagination {
  margin: 48px 0 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .column-list__pagination {
    margin: 4vw 0 0;
  }
}
@media (max-width: 440px) {
  .column-list__pagination {
    margin: 7.2727272727vw 0 0;
  }
}
.column-list__pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 10px 15px;
  color: #333;
  border-radius: 3px;
  box-shadow: 0 3px 3px #999;
  background: #fff;
}
@media (max-width: 1200px) {
  .column-list__pagination .page-numbers {
    padding: 0.8333333333vw 1.25vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 440px) {
  .column-list__pagination .page-numbers {
    margin: 0 2px 1.8181818182vw;
    padding: 2.2727272727vw 2.7272727273vw;
    font-size: 3.1818181818vw;
  }
}
.column-list__pagination .current {
  background: #00ccff;
  color: #000;
}
.column-list__pagination .prev,
.column-list__pagination .next {
  background: transparent;
  box-shadow: none;
  color: #00ccff;
}
.column-list__pagination .dots {
  background: transparent;
  box-shadow: none;
  color: #000;
}

.column-category__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #666;
}
@media (max-width: 1200px) {
  .column-category__breadcrumb {
    font-size: 1.0833333333vw;
    margin-bottom: 0.6666666667vw;
  }
}
@media (max-width: 440px) {
  .column-category__breadcrumb {
    font-size: 2.7272727273vw;
    padding: 0 0.9090909091vw;
  }
}
.column-category__breadcrumb a {
  color: #00ccff;
  text-decoration: none;
}
.column-category__breadcrumb a:hover {
  text-decoration: underline;
}
.column-category__breadcrumb-sep {
  color: #aaa;
}
.column-category__desc {
  max-width: 720px;
  margin: -24px auto 32px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 1200px) {
  .column-category__desc {
    max-width: 60vw;
    margin: -2vw auto 2.6666666667vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 900px) {
  .column-category__desc {
    margin-top: -16px;
    margin-bottom: 24px;
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .column-category__desc {
    margin: -2.7272727273vw auto 5.4545454545vw;
    padding: 0 1.8181818182vw;
    font-size: 3.1818181818vw;
    text-align: left;
  }
}
.column-category__nav {
  margin-bottom: 36px;
}
@media (max-width: 1200px) {
  .column-category__nav {
    margin-bottom: 3vw;
  }
}
@media (max-width: 440px) {
  .column-category__nav {
    margin-bottom: 6.3636363636vw;
  }
}
.column-category__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 16px;
  background: rgba(0, 204, 255, 0.06);
  border: 1px solid rgba(0, 204, 255, 0.2);
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .column-category__nav-list {
    gap: 0.8333333333vw;
    padding: 1.3333333333vw;
  }
}
@media (max-width: 440px) {
  .column-category__nav-list {
    gap: 1.8181818182vw;
    padding: 3.1818181818vw;
  }
}
.column-category__nav-link {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  color: #00ccff;
  background: #fff;
  border: 1px solid rgba(0, 204, 255, 0.45);
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1200px) {
  .column-category__nav-link {
    padding: 0.6666666667vw 1.3333333333vw;
    font-size: 1.0833333333vw;
  }
}
@media (max-width: 440px) {
  .column-category__nav-link {
    padding: 1.8181818182vw 3.1818181818vw;
    font-size: 2.7272727273vw;
  }
}
.column-category__nav-link:hover {
  background: rgba(0, 204, 255, 0.12);
  opacity: 1;
}
.column-category__nav-link.is-current {
  color: #fff;
  background: linear-gradient(90deg, #0095db 0%, #00d2e4 100%);
  border-color: transparent;
  pointer-events: none;
}
.column-category__back {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .column-category__back {
    margin-top: 3.3333333333vw;
  }
}
@media (max-width: 440px) {
  .column-category__back {
    margin-top: 7.2727272727vw;
    padding: 0 0.9090909091vw;
  }
}
.column-category__back a {
  display: inline-block;
  padding: 14px 40px;
  color: #fff;
  background: linear-gradient(90deg, #0095db 0%, #00d2e4 100%);
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 3px 6px 10px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .column-category__back a {
    padding: 1.1666666667vw 3.3333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 440px) {
  .column-category__back a {
    display: block;
    width: 100%;
    padding: 3.6363636364vw 4.5454545455vw;
    font-size: 3.6363636364vw;
    box-sizing: border-box;
  }
}
@media (max-width: 440px) {
  .column-category .section-title {
    padding-top: 5.4545454545vw;
  }
}

.column-single {
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  .column-single {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 900px) {
  .column-single {
    padding-bottom: 12%;
  }
}
@media (max-width: 440px) {
  .column-single {
    padding-bottom: 18%;
  }
}
.column-single-container {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .column-single-container {
    max-width: 75vw;
  }
}
@media (max-width: 900px) {
  .column-single-container {
    padding: 0 4%;
  }
}
@media (max-width: 440px) {
  .column-single-container {
    padding: 0;
  }
}
@media (max-width: 440px) {
  .column-single .section-title {
    padding: 8.1818181818vw 5% 5.4545454545vw;
    font-size: 7.2727272727vw;
  }
}
.column-single__article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 204, 255, 0.35);
  border-radius: 6px;
  padding: 40px 48px;
}
@media (max-width: 1200px) {
  .column-single__article {
    padding: 3.3333333333vw 4vw;
  }
}
@media (max-width: 900px) {
  .column-single__article {
    padding: 28px 20px;
  }
}
@media (max-width: 440px) {
  .column-single__article {
    padding: 5.4545454545vw 4.0909090909vw 7.2727272727vw;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.column-single__header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 204, 255, 0.35);
}
@media (max-width: 1200px) {
  .column-single__header {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2vw;
  }
}
@media (max-width: 900px) {
  .column-single__header {
    margin-bottom: 24px;
    padding-bottom: 20px;
  }
}
@media (max-width: 440px) {
  .column-single__header {
    margin-bottom: 4.5454545455vw;
    padding-bottom: 4.0909090909vw;
  }
}
.column-single__title {
  font-size: 32px;
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  color: #111;
  line-height: 1.5;
  margin-bottom: 16px;
  word-break: break-word;
}
@media (max-width: 1200px) {
  .column-single__title {
    font-size: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media (max-width: 900px) {
  .column-single__title {
    font-size: 24px;
    line-height: 1.55;
    margin-bottom: 14px;
  }
}
@media (max-width: 440px) {
  .column-single__title {
    font-size: 5vw;
    line-height: 1.65;
    margin-bottom: 3.1818181818vw;
  }
}
.column-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 1200px) {
  .column-single__meta {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 900px) {
  .column-single__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
  }
}
@media (max-width: 440px) {
  .column-single__meta {
    gap: 2.2727272727vw;
    font-size: 2.9545454545vw;
  }
}
.column-single__time {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 440px) {
  .column-single__time {
    padding: 0.9090909091vw 2.2727272727vw;
    background: rgba(0, 204, 255, 0.1);
    border-radius: 4px;
    color: #333;
  }
}
.column-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.column-single__categories a {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  color: #00ccff;
  border: 1px solid #00ccff;
  border-radius: 20px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .column-single__categories a {
    font-size: 1vw;
  }
}
@media (max-width: 440px) {
  .column-single__categories a {
    font-size: 2.7272727273vw;
    padding: 0.9090909091vw 2.2727272727vw;
  }
}
.column-single__thumbnail {
  margin-bottom: 32px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .column-single__thumbnail {
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 900px) {
  .column-single__thumbnail {
    margin-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}
@media (max-width: 440px) {
  .column-single__thumbnail {
    margin: 0 -4.0909090909vw 4.5454545455vw;
  }
}
.column-single__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.column-single__content {
  font-size: 18px;
  line-height: 1.9;
  color: #222;
  overflow-wrap: anywhere;
}
@media (max-width: 1200px) {
  .column-single__content {
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
  .column-single__content {
    font-size: 16px;
    line-height: 2;
  }
}
@media (max-width: 440px) {
  .column-single__content {
    font-size: 3.6363636364vw;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
.column-single__content p {
  margin-bottom: 1.5em;
}
@media (max-width: 440px) {
  .column-single__content p {
    margin-bottom: 1.6em;
  }
}
.column-single__content h2 {
  font-size: 1.4em;
}
@media (max-width: 440px) {
  .column-single__content h2 {
    font-size: 4.5454545455vw;
    line-height: 1.55;
    margin: 1.8em 0 0.8em;
  }
}
.column-single__content h3 {
  font-size: 1.2em;
}
@media (max-width: 440px) {
  .column-single__content h3 {
    font-size: 4.0909090909vw;
    line-height: 1.55;
    margin: 1.6em 0 0.7em;
  }
}
.column-single__content h2,
.column-single__content h3,
.column-single__content h4 {
  font-family: "小塚明朝", "小塚明朝 Pr6N", "Noto Serif JP", serif;
  color: #00ccff;
  margin: 2em 0 1em;
  word-break: break-word;
}
.column-single__content img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 4px;
}
@media (max-width: 440px) {
  .column-single__content img {
    margin: 1.2em 0;
  }
}
.column-single__content ul,
.column-single__content ol {
  margin: 1em 0 1.5em 1.2em;
}
@media (max-width: 440px) {
  .column-single__content ul,
  .column-single__content ol {
    margin-left: 1em;
    padding-left: 0.4em;
  }
}
@media (max-width: 440px) {
  .column-single__content li {
    margin-bottom: 0.6em;
  }
}
.column-single__content a {
  color: #00ccff;
  text-decoration: underline;
  word-break: break-all;
}
.column-single__content blockquote {
  margin: 1.5em 0;
  padding: 1em 1.2em;
  border-left: 4px solid #00ccff;
  background: rgba(0, 204, 255, 0.06);
}
@media (max-width: 440px) {
  .column-single__content blockquote {
    padding: 3.1818181818vw;
    font-size: 3.4090909091vw;
  }
}
.column-single__content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5em 0;
  font-size: 0.9em;
}
.column-single__content iframe {
  max-width: 100%;
}
.column-single__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 48px 0 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 204, 255, 0.35);
  font-size: 14px;
}
@media (max-width: 1200px) {
  .column-single__navigation {
    margin: 4vw 0 2.6666666667vw;
    padding-top: 2vw;
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 900px) {
  .column-single__navigation {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 32px 0 24px;
  }
}
@media (max-width: 440px) {
  .column-single__navigation {
    gap: 2.7272727273vw;
    margin: 6.3636363636vw 0 5.4545454545vw;
    padding-top: 4.5454545455vw;
  }
}
.column-single__nav-prev, .column-single__nav-next {
  min-width: 0;
}
.column-single__nav-prev a, .column-single__nav-next a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  color: #00ccff;
  line-height: 1.5;
  text-decoration: none;
  background: rgba(0, 204, 255, 0.08);
  border: 1px solid rgba(0, 204, 255, 0.25);
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
@media (max-width: 440px) {
  .column-single__nav-prev a, .column-single__nav-next a {
    padding: 3.1818181818vw 3.6363636364vw;
    gap: 1.3636363636vw;
  }
}
.column-single__nav-prev a:hover, .column-single__nav-next a:hover {
  background: rgba(0, 204, 255, 0.14);
  text-decoration: none;
  opacity: 1;
}
.column-single__nav-next a {
  text-align: right;
}
@media (max-width: 900px) {
  .column-single__nav-next a {
    text-align: left;
  }
}
.column-single__nav-label {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #666;
}
@media (max-width: 440px) {
  .column-single__nav-label {
    font-size: 2.5vw;
  }
}
.column-single__nav-title {
  font-size: 14px;
  color: #00ccff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}
@media (max-width: 440px) {
  .column-single__nav-title {
    font-size: 3.1818181818vw;
    -webkit-line-clamp: 3;
  }
}
.column-single__nav-empty {
  display: block;
  padding: 14px 16px;
  color: #999;
  font-size: 13px;
  background: #f5f5f5;
  border-radius: 6px;
}
@media (max-width: 440px) {
  .column-single__nav-empty {
    padding: 3.1818181818vw 3.6363636364vw;
    font-size: 2.9545454545vw;
  }
}
.column-single__back {
  text-align: center;
}
@media (max-width: 440px) {
  .column-single__back {
    padding: 0 4.0909090909vw;
  }
}
.column-single__back a {
  display: inline-block;
  padding: 14px 40px;
  color: #fff;
  background: linear-gradient(90deg, #0095db 0%, #00d2e4 100%);
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 3px 6px 10px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .column-single__back a {
    padding: 1.1666666667vw 3.3333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 440px) {
  .column-single__back a {
    display: block;
    width: 100%;
    padding: 3.6363636364vw 4.5454545455vw;
    font-size: 3.6363636364vw;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=style.css.map */