@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  width: 100%;
  min-width: 1080px;
  height: 160px;
  background: #fff;
  top: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  margin-left: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: 6vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  margin-right: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}
#header .block-info {
  width: fit-content;
}
#header .block-contact {
  width: fit-content;
  gap: 3vw;
  margin-bottom: 5px;
}
#header .block-contact .com__instagram,
#header .block-contact .com__facebook {
  --size: 30px;
}
#header .item-address {
  display: block;
  width: fit-content;
  color: #1111cc;
  font-size: var(--font-size-15);
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid #1111cc;
  position: relative;
  padding-left: 20px;
  margin-right: var(--margin-20);
  margin-top: var(--margin-10);
}
#header .item-address::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin__a_01.png) center center/contain no-repeat;
  width: 11px;
  height: 14px;
  left: 0;
  top: 0;
}
#header .com__tel {
  margin-top: var(--margin-10);
}
#header .com__btn_01 {
  width: 247px;
  height: 35px;
  font-size: var(--font-size-15);
}
#header .com__times {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  background: var(--col--main-04);
  padding: 13px 30px;
}
#nav .list-nav {
  width: fit-content;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
  margin-right: 1.6em;
}
#nav .list-nav .item:last-child::before {
  display: none;
}
#nav .list-nav .item::before {
  content: "/";
  position: absolute;
  right: -1em;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
#nav .list-nav .item a.current {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
#mv .mv-img {
  margin: 0 auto;
  width: calc(100% - 5vw);
  height: 100%;
  background: url(/img/mv/mv__img.png) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 70%;
  width: 95%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 94vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 45vw;
  margin-top: 70px;
}
#sv .sv-img {
  margin: 0 auto;
  height: 100%;
  position: relative;
  width: calc(100% - 4vw);
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  color: #fff;
  font-size: var(--font-size-50);
  font-size: 6vw;
  white-space: nowrap;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 4px rgba(0, 0, 0, 0.7), 0 0 12px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

.sv-notfound {
  background: url(../img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(../img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(../img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(../img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(../img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(../img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

.sv-about {
  background: url(../img/sv/sv__about.jpg) center center/cover no-repeat;
}

.sv-guide {
  background: url(../img/sv/sv__guide.jpg) center center/cover no-repeat;
}

.sv-schedule {
  background: url(../img/sv/sv__schedule.jpg) center center/cover no-repeat;
}

.sv-voice {
  background: url(../img/sv/sv__voice.jpg) center center/cover no-repeat;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
  padding: 12vw 0;
}
#footer::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__img_01.svg);
  width: 100%;
  height: 11px;
  top: 0;
  left: 0;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin: 0 auto;
}
#footer .item-logo img {
  height: 6vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 7vw 0;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer nav {
  display: none;
  width: fit-content;
  padding-block: 30px;
  border-block: 1px dashed #fff;
  margin-bottom: var(--margin-40);
  width: 100%;
}
#footer .list-nav {
  width: 100%;
  gap: 3vw;
}
#footer .list-nav .item {
  width: fit-content;
  color: #fff;
  position: relative;
}
#footer .list-nav .item::before {
  content: "/";
  right: -1em;
  position: absolute;
}
#footer .list-nav .item a {
  position: relative;
  font-size: 14px;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer .item-address {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: var(--margin-10);
  position: relative;
  width: fit-content;
  padding-left: var(--margin-20);
  margin-bottom: var(--margin-30);
  padding-left: 5vw;
  font-size: 3vw;
}
#footer .item-address::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin__a_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: 0;
  top: 0;
  filter: var(--col--fil-white);
}
#footer .com__times {
  width: fit-content;
  margin-bottom: var(--margin-30);
  flex-direction: column;
  gap: 3vw;
}
#footer .com__times dt,
#footer .com__times dd {
  font-size: 3.3vw;
}
#footer .com__tel {
  margin-bottom: var(--margin-20);
}
#footer .block-contact {
  width: fit-content;
  gap: 3vw;
  gap: 7vw;
}
#footer .block-contact .com__instagram,
#footer .block-contact .com__facebook {
  --size: 8vw;
}
#footer .block-contact .com__btn_01 {
  width: 62vw;
  height: 9.5vw;
  font-size: var(--font-size-15);
}
#footer .block-contact .com__btn_01::before {
  width: 10px;
  height: 100%;
}
#footer #copyright {
  font-size: var(--font-size-13);
  margin-top: 6vw;
  font-size: 2.6vw;
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__bnr .inner {
  gap: 10vw;
  flex-direction: column;
  width: 90%;
  padding-bottom: 0;
  margin-top: -3vw;
}
/* top__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__message {
  background: url(/img/top/top__message__bg_deco_01.png) center bottom no-repeat;
}
#top__message .inner {
  position: relative;
  z-index: 0;
  padding-bottom: 0;
}
#top__message .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_03.png) center center/contain no-repeat;
  width: 8vw;
  height: 10vw;
  right: -3vw;
  bottom: -4vw;
}
#top__message .ttl03 {
  width: fit-content;
  margin-left: auto;
  flex-direction: row-reverse;
  gap: 5vw;
}
#top__message .ttl03 .en {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-40);
  writing-mode: vertical-rl;
  color: var(--col--main-03);
  position: relative;
  margin-top: 0;
  font-size: 4.6vw;
}
#top__message .ttl03 .ja img {
  width: 14vw;
}
#top__message .item-img {
  position: absolute;
  width: 70%;
  z-index: 0;
  margin-bottom: 4vw;
  left: -2vw;
  top: 27vw;
}
#top__message .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  left: 0vw;
  bottom: 0vw;
}
#top__message .item-img::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_02.png) center center/contain no-repeat;
  height: 6vw;
  width: 6vw;
  right: -2vw;
  top: 1vw;
  translate: 100% 0;
}
#top__message .item-text {
  width: 100%;
  margin-top: 3vw;
}
#top__message .item-text p {
  font-size: 3.8vw;
}
#top__message .item-text .str-01 {
  background: var(--col--txt-01);
  color: #fff;
  font-weight: 800;
  font-size: var(--font-size-15);
}

/* top__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reason {
  background: url(/img/top/top__message__bg_deco_02.png) center top no-repeat;
}
#top__reason .inner {
  padding: 15vw 0 7vw;
}
#top__reason .ttl03 {
  gap: 3vw;
  gap: 5vw;
  position: relative;
  margin-bottom: var(--margin-65);
}
#top__reason .ttl03 .en {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-03);
  font-size: var(--font-size-40);
  font-size: 5vw;
}
#top__reason .ttl03 .ja {
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.1em;
  font-size: var(--font-size-45);
  font-size: 6vw;
}
#top__reason .ttl03 .ja small {
  color: var(--col--txt-01);
  font-size: var(--font-size-35);
  font-size: 4.8vw;
}
#top__reason .list-reason {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 9vw;
  margin-bottom: 10vw;
}
#top__reason .list-reason .item .ttl04 {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-bottom: var(--margin-25);
}
#top__reason .list-reason .item .ttl04 .num {
  display: flex;
  align-items: center;
  position: relative;
  gap: 3vw;
}
#top__reason .list-reason .item .ttl04 .num::after {
  content: "";
  position: relative;
  border-bottom: 1px solid var(--col--main-03);
  flex: 1;
}
#top__reason .list-reason .item .ttl04 .num img {
  height: 7vw;
}
#top__reason .list-reason .item .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: 1.5;
  color: var(--col--main-01);
}
#top__reason .list-reason .item .ttl04 .ja br {
  display: none;
}
#top__reason .list-reason .item .ttl04 .ja .str-01 {
  color: var(--col--main-03);
}
#top__reason .list-reason .item .item-img {
  margin-bottom: var(--margin-15);
}
#top__reason .list-reason .item .item-img img {
  width: 91%;
}
#top__reason .list-reason .item .item-text p {
  line-height: 2;
}
#top__reason .topic-movie .item-movie {
  position: relative;
  width: 100%;
  height: 60vw;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  background: #f0f0f0;
}
#top__reason .topic-movie .item-movie::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_04.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  left: 0vw;
  top: 0vw;
  translate: -100% 0;
}
#top__reason .topic-movie .item-movie::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_06.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  right: 0vw;
  bottom: 0vw;
  translate: 100% 0;
}
#top__reason .topic-movie .item-movie video {
  width: 100%;
  height: 100%;
}
#top__reason .topic-movie .item-text {
  text-align: left;
  position: relative;
}
#top__reason .topic-movie .item-text br {
  display: none;
}
#top__reason .topic-movie .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_05.png) center center/contain no-repeat;
  width: 15vw;
  height: 10vw;
  left: -8vw;
  bottom: -13vw;
}
#top__reason .topic-movie .item-text p {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  width: fit-content;
  color: #fff;
  font-size: var(--font-size-15);
  font-weight: 700;
  background: var(--col--txt-01);
  padding: 1vw 2vw;
  line-height: 2.6;
}

/* top__price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__price {
  background: url(/img/top/top__price__bg_deco_01.png) center bottom no-repeat;
  position: relative;
}
#top__price::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__b_01.png) center center/contain no-repeat;
  width: 46vw;
  height: 61vw;
  right: 0vw;
  top: 0vw;
}
#top__price .inner {
  padding-top: 7vw;
  padding-bottom: 5vw;
  position: relative;
}
#top__price .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_07.png) center center/contain no-repeat;
  width: 25vw;
  height: 15vw;
  right: 0vw;
  bottom: 0vw;
}
#top__price .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__price .ttl03 .en {
  font-size: var(--font-size-40);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
  color: var(--col--main-03);
  margin-bottom: var(--margin-20);
}
#top__price .ttl03 .ja {
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-45);
}
#top__price .lead-text {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-80);
}
#top__price .lead-text p {
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
#top__price .lead-text p .str-01 {
  color: var(--col--main-01);
  font-weight: 800;
}
#top__price .list-price {
  position: relative;
  z-index: 0;
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 10vw;
  margin-bottom: var(--margin-40);
}
#top__price .list-price .item {
  padding: 5vw;
  padding: 4vw;
}
#top__price .list-price .item .ttl04 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-10);
  margin-top: -10vw;
}
#top__price .list-price .item .ttl04 .ja img {
  height: 15vw;
}
#top__price .list-price .item .item-price {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed var(--col--main-02);
  margin-bottom: var(--margin-20);
  text-align: center;
}
#top__price .list-price .item .item-price img {
  margin: 0 auto;
  width: 42vw;
  margin-bottom: 1vw;
}
#top__price .list-price .item .item-note {
  text-align: center;
}
#top__price .list-price .item .item-note small {
  font-size: var(--font-size-15);
  letter-spacing: 0.12em;
  line-height: 2;
}
#top__price .list-price .item .item-table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
#top__price .list-price .item .item-table tr th,
#top__price .list-price .item .item-table tr td {
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 2vw 1vw;
}
#top__price .list-price .item .item-table tr th {
  background: #6b6b6b;
  color: #fff;
  width: 40vw;
  text-align: center;
  font-size: 3.5vw;
}
#top__price .list-price .item .item-table tr td {
  width: 60vw;
  padding-left: 4vw;
  font-size: 3.5vw;
  background: #fff;
}
#top__price .list-price .item:nth-of-type(1) {
  border: 1px solid var(--col--main-03);
  outline: 4px #fff solid;
  outline-offset: -5px;
  background: #eaf8ff;
}
#top__price .list-price .item:nth-of-type(2) {
  border: 1px solid var(--col--txt-01);
  outline: 4px #fff solid;
  outline-offset: -5px;
  background: #eeeeee;
}
#top__price .unit-note {
  border-block: 1px dashed #6b6b6b;
  padding-block: var(--margin-30);
  margin-bottom: var(--margin-50);
}
#top__price .unit-note .item-note {
  margin-bottom: var(--margin-20);
}
#top__price .unit-note .item-note:last-child {
  margin-bottom: 0;
}
#top__price .unit-note .item-note small {
  font-size: var(--font-size-18);
  font-size: 3.5vw;
  line-height: 2;
}
#top__price .unit-note .item-text {
  margin-bottom: var(--margin-20);
  font-size: 3.5vw;
  line-height: 2;
}
#top__price .unit-note .item-text:last-child {
  margin-bottom: 0;
}
#top__price .unit-note .item-text .str-01 {
  display: inline;
  padding: 2px 6px;
  color: var(--col--main-01);
  background: var(--col--main-04);
}
#top__price .block-tel {
  width: 100%;
  margin: 0 auto;
  padding-block: var(--margin-30);
  background-image: -moz-linear-gradient(0deg, rgb(0, 136, 232) 25%, rgb(2, 86, 201) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 136, 232) 25%, rgb(2, 86, 201) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 136, 232) 25%, rgb(2, 86, 201) 100%);
}
#top__price .block-tel .ttl04 {
  width: 100%;
  text-align: center;
  background: var(--col--main-01);
  margin-bottom: var(--margin-25);
  padding: 3vw;
}
#top__price .block-tel .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-30);
  color: #fff;
}
#top__price .block-tel .com__tel {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-10);
}
#top__price .block-tel .com__tel dd .tel-num {
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: var(--font-size-45);
}
#top__price .block-tel .com__btn_01 {
  width: 80%;
  margin: 0 auto;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  right: 0;
  transition: ease 0.2s;
  margin-bottom: var(--margin-20);
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
  border-left: 2px solid #6b6b6b;
  padding: 3vw;
  background: #fff;
  position: relative;
  transition: ease 0.2s;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-15);
  font-size: 3.4vw;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: var(--margin-15);
  font-size: var(--font-size-15);
  font-size: 3.4vw;
  margin-bottom: var(--margin-20);
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #6b6b6b;
  color: #fff;
  font-size: var(--font-size-13);
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 3px 6px;
  font-size: 3vw;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}

.s-post-taglist {
  gap: 5vw;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: #6b6b6b;
  color: #fff;
  font-size: var(--font-size-13);
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 3px 6px;
  font-size: 3vw;
}

#top__news {
  background: #e5efff;
}
#top__news .inner {
  position: relative;
  padding-top: 15vw;
  border-bottom: 1px dashed var(--col--main-03);
}
#top__news .unit-latest-img {
  position: relative;
  margin: 0 auto;
        width: 75%;
        height: 59vw;
  margin-bottom: 8vw;
}
#top__news .ttl03 {
  position: relative;
  align-items: center;
  margin-bottom: 8vw;
}
#top__news .cont-latest {
  width: 100%;
  margin-left: auto;
  margin-bottom: 8vw;
  position: relative;
}
#top__news .unit-latest {
  width: 100%;
  position: relative;
  margin-left: auto;
  position: relative;
  right: 0;
  transition: ease 0.2s;
  margin-bottom: var(--margin-20);
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  border-left: 2px solid #6b6b6b;
  padding: 3vw;
  background: #fff;
  position: relative;
  transition: ease 0.2s;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-15);
  font-size: 3.4vw;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: var(--margin-15);
  font-size: var(--font-size-15);
  font-size: 3.4vw;
  margin-bottom: var(--margin-20);
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #6b6b6b;
  color: #fff;
  font-size: var(--font-size-13);
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 3px 6px;
  font-size: 3vw;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
#top__news .com__btn_01 {
  margin: 0 auto;
}

#top__news {
  position: relative;
}
#top__news::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__b_02.png) center center/contain no-repeat;
  width: 31vw;
  height: 55vw;
  left: 0vw;
  top: -8vw;
}
#top__news .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 7vw;
}
#top__news .ttl03 .en {
  font-size: var(--font-size-40);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
  color: var(--col--main-03);
  margin-bottom: var(--margin-25);
}
#top__news .ttl03 .ja {
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-45);
}
#top__news .com__btn_01 {
  position: relative;
}
/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: var(--col--main-04);
  position: relative;
  z-index: 0;
}
#top__subpages::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__b_01.png) center center/contain no-repeat;
  width: 57vw;
  height: 78vw;
  right: 0vw;
  top: 0vw;
}
#top__subpages::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__b_02.png) center center/contain no-repeat;
  width: 42vw;
  height: 57vw;
  left: -5vw;
  bottom: 0vw;
}
#top__subpages .inner {
  padding-top: 8vw;
  padding-bottom: 0;
}
#top__subpages .list-subpage {
  gap: 5vw;
  flex-direction: column;
}
#top__subpages .list-subpage .item {
  background: url(/img/top/top__subpages__bg_01.png) center center/contain no-repeat;
  width: 86vw;
  height: 37vw;
  position: relative;
  right: 5vw;
}
#top__subpages .list-subpage .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__bg_02.png) center center/contain no-repeat;
  width: 64vw;
  height: 18vw;
  right: -5vw;
  bottom: -5vw;
}
#top__subpages .list-subpage .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#top__subpages .list-subpage .item a::before {
  content: "";
  position: absolute;
  width: 40px;
  border-bottom: 1px solid #fff;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__subpages .list-subpage .item .ttl03 {
  position: relative;
}
#top__subpages .list-subpage .item .ttl03 .ja {
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-20);
  color: #fff;
}
#top__subpages .list-subpage .item:nth-of-type(even) {
  top: 10vw;
  margin-left: 26vw;
}
#top__subpages .list-subpage .item:nth-of-type(even)::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__bg_02.png) center center/contain no-repeat;
  width: 64vw;
  height: 18vw;
  left: -5vw;
  top: -1vw;
}
#top__subpages .list-subpage .item:nth-of-type(3) {
  margin-top: 9vw;
}
#top__subpages .list-subpage .item:nth-of-type(3)::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__bg_02.png) center center/contain no-repeat;
  width: 64vw;
  height: 18vw;
  right: -12vw;
  top: -1vw;
}

/* top__images
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__images {
  width: 100%;
  background: url(/img/top/top__slide__bg_deco_01.png) center top no-repeat, #fff;
}
#top__images .inner {
  padding-top: 5vw;
  width: 90%;
}
#top__images .cont-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: 8vw;
}
#top__images .cont-post .item-img {
  height: 36vw;
}
#top__images .cont-post .item-img:nth-of-type(even) {
  top: 14vw;
}
#top__images .cont-post .item-img:nth-of-type(n+7) {
  display: none;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#about__nav {
  background: var(--col--base-01);
}
#about__nav .inner {
  gap: 3vw;
  padding-bottom: var(--margin-50);
}
#about__nav .com__btn_01 {
  width: 100%;
  font-size: var(--font-size-15);
  font-size: 3.2vw;
}
#about__nav .com__btn_01::before {
  --width: 8px;
  --height: 6px;
  --color: unset;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2);
}

/* about__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__info {
  background: var(--col--base-01);
}
#about__info .inner {
  padding-top: var(--margin-50);
}
#about__info .wrap-info {
  gap: 5vw;
  gap: 7vw;
  flex-direction: column;
}
#about__info .wrap-info .item-map {
  width: 100%;
  height: 50vw;
  min-height: 200px;
}
#about__info .wrap-info .item-map iframe {
  width: 100%;
  height: 100%;
}
#about__info .wrap-info .item-table tr th,
#about__info .wrap-info .item-table tr td {
  vertical-align: middle;
}
#about__info .wrap-info .item-table tr th {
  width: 40vw;
}
#about__info .wrap-info .item-table tr td {
  width: 60vw;
}
/* about__members
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__members .ttl03,
.about__in_post .ttl03 {
  margin: 0 auto;
  margin-bottom: 5vw;
}
#about__members .wrap-profile,
.about__in_post .wrap-profile {
  gap: 5vw;
  margin-bottom: 5vw;
  flex-direction: column;
}
#about__members .wrap-profile:last-child,
.about__in_post .wrap-profile:last-child {
  margin-bottom: 0;
}
#about__members .wrap-profile .item-img,
.about__in_post .wrap-profile .item-img {
  width: 100%;
  height: 100vw;
}
#about__members .wrap-profile .block-profile,
.about__in_post .wrap-profile .block-profile {
  width: 100%;
  margin-bottom: var(--margin-50);
}
#about__members .wrap-profile .block-profile .ttl04,
.about__in_post .wrap-profile .block-profile .ttl04 {
  padding: 10px;
  border-left: 2px solid var(--col--main-01);
  padding-left: 5vw;
  background: var(--col--base-01);
  margin-bottom: var(--margin-30);
}
#about__members .wrap-profile .block-profile .ttl04 .ja,
.about__in_post .wrap-profile .block-profile .ttl04 .ja {
  line-height: 1.5;
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
}
#about__members .wrap-profile .block-profile .item-table,
.about__in_post .wrap-profile .block-profile .item-table {
  margin-bottom: var(--margin-30);
}
#about__members .wrap-profile .block-profile .item-table tr th,
.about__in_post .wrap-profile .block-profile .item-table tr th {
  width: 30vw;
}
#about__members .wrap-profile .block-profile .block-comment,
.about__in_post .wrap-profile .block-profile .block-comment {
  margin-bottom: var(--margin-30);
}
#about__members .wrap-profile .block-profile .block-comment .ttl05,
.about__in_post .wrap-profile .block-profile .block-comment .ttl05 {
  padding-bottom: var(--margin-10);
  margin-bottom: var(--margin-10);
  border-bottom: 1px solid var(--col--main-01);
}
#about__members .wrap-profile .block-profile .block-comment .ttl05 .ja,
.about__in_post .wrap-profile .block-profile .block-comment .ttl05 .ja {
  line-height: 1.7;
  font-size: var(--font-size-18);
  font-size: 4.2vw;
  font-weight: 700;
  color: var(--col--main-01);
}
#about__members .wrap-profile .block-profile .block-comment .item-comment,
.about__in_post .wrap-profile .block-profile .block-comment .item-comment {
  font-size: 3.5vw;
  line-height: 2;
}
#about__members .wrap-profile .block-profile .com__btn_01,
.about__in_post .wrap-profile .block-profile .com__btn_01 {
  width: 200px;
  height: 50px;
  font-size: var(--font-size-15);
}
#about__members .block-info .wrap-block,
.about__in_post .block-info .wrap-block {
  display: flex;
  flex-direction: column-reverse;
  gap: 3vw;
}
#about__members .block-info .wrap-block .item-table,
.about__in_post .block-info .wrap-block .item-table {
  height: fit-content;
}
#about__members .block-info .wrap-block .item-table tr th, #about__members .block-info .wrap-block .item-table tr td,
.about__in_post .block-info .wrap-block .item-table tr th,
.about__in_post .block-info .wrap-block .item-table tr td {
  font-size: 3.4vw;
}
#about__members .block-info .wrap-block .item-table tr th,
.about__in_post .block-info .wrap-block .item-table tr th {
  width: 20vw;
}
#about__members .block-info .wrap-block .unit-imglist,
.about__in_post .block-info .wrap-block .unit-imglist {
  gap: 5vw;
  width: 100%;
  height: 100%;
}
#about__members .block-info .wrap-block .unit-imglist-item,
.about__in_post .block-info .wrap-block .unit-imglist-item {
  width: calc((100% - 5vw) / 2);
  height: 35vw;
}
#about__members .block-career,
.about__in_post .block-career {
  margin-bottom: var(--margin-50);
}
#about__members .block-tournament,
.about__in_post .block-tournament {
  margin-bottom: var(--margin-50);
}
#about__members .block-tournament .wrap-block .unit-imglist,
.about__in_post .block-tournament .wrap-block .unit-imglist {
  gap: 5vw;
  width: 100%;
  height: 100%;
}
#about__members .block-tournament .wrap-block .unit-imglist-item,
.about__in_post .block-tournament .wrap-block .unit-imglist-item {
  width: calc((100% - 5vw) / 2);
  height: 35vw;
}
#about__members .block-greeting .item-text,
.about__in_post .block-greeting .item-text {
  font-size: var(--font-size-15);
}
#about__members .back-btn,
.about__in_post .back-btn {
  position: relative;
  margin: 0 auto;
  margin-top: var(--margin-40);
}

/* about__mind
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__mind {
  z-index: 1;
  position: relative;
  background: url(/img/common/bg_deco__shape__a_01.png) bottom center no-repeat;
}
#about__mind .inner {
  position: relative;
  padding-top: 8vw;
}
#about__mind .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_03.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  right: 0;
  top: -5vw;
}
#about__mind .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_04.png) center center/contain no-repeat;
  width: 28vw;
  height: 25vw;
  left: -6vw;
  bottom: -3vw;
}
#about__mind .ttl03 {
  margin-bottom: 5vw;
}
#about__mind .ttl03 .str-01 {
  color: var(--col--main-02);
}
#about__mind .list-mind {
  flex-direction: column;
}
#about__mind .list-mind .item {
  margin-bottom: 4vw;
}
#about__mind .list-mind .item .text {
  position: relative;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: var(--fot--Shippori-Mincho);
  font-size: var(--font-size-24);
  padding-top: var(--margin-55);
  font-size: 4vw;
}
#about__mind .list-mind .item .text::before {
  content: "一、";
  font-size: var(--font-size-30);
  font-size: 5vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--col--main-02);
  position: absolute;
  top: 0vw;
  left: 0vw;
}

/* about__history
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__history {
  position: relative;
  background: url(/img/common/bg_deco__shape__a_02.png) top center no-repeat;
}
#about__history .inner {
  padding-top: 5vw;
}
#about__history .ttl03 {
  margin: 0 auto;
  margin-bottom: 8vw;
}
#about__history .block-history {
  gap: 3vw;
  gap: 8vw;
  flex-direction: column;
}
#about__history .block-history .item-img {
  margin: 0 auto;
  width: 45vw;
}
#about__history .block-history .item-text {
  width: 100%;
}
#about__history .block-history .item-text p {
  font-size: var(--font-size-15);
}

/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__intro {
  background: url(/img/common/deco__shape__b_03.png) left top/91vw no-repeat;
}
#guide__intro .wrap-intro {
  gap: 5vw;
  gap: 8vw;
  margin-bottom: var(--margin-60);
  flex-direction: column-reverse;
}
#guide__intro .wrap-intro .item-text {
  flex: 1;
}
#guide__intro .wrap-intro .item-text p {
  font-size: var(--font-size-15);
}
#guide__intro .topic-gallery .block-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#guide__intro .topic-gallery .block-post .unit-post {
  flex-direction: column-reverse;
  gap: 3vw;
}
#guide__intro .topic-gallery .block-post .unit-post .ttl05 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid var(--col--main-01);
}
#guide__intro .topic-gallery .block-post .unit-post .ttl05 .ja {
  font-size: var(--font-size-18);
  color: var(--col--main-01);
}
#guide__intro .topic-gallery .block-post .unit-post .item-img {
  width: 100%;
  height: 35vw;
}
/* guide__uniform
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__uniform {
  background: var(--col--base-01);
}
#guide__uniform .block-guide .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-15);
}
#guide__uniform .block-guide .ttl04 .ja {
  font-size: var(--font-size-18);
  color: var(--col--main-01);
}
#guide__uniform .block-uniform {
  position: relative;
  margin-bottom: 10vw;
}
#guide__uniform .block-uniform .ttl04 {
  width: 100%;
  margin-bottom: var(--margin-30);
}
#guide__uniform .block-uniform .list-images {
  width: 100%;
  position: relative;
  margin-bottom: 5vw;
  gap: 5vw;
  height: 58vw;
}
#guide__uniform .block-uniform .list-images .item:nth-of-type(1) {
  position: absolute;
  width: 50vw;
  left: 0vw;
  top: 0vw;
}
#guide__uniform .block-uniform .list-images .item:nth-of-type(2) {
  position: absolute;
  width: 63vw;
  right: 0vw;
  bottom: 0vw;
}
#guide__uniform .block-uniform .item-table {
  width: 100%;
}
#guide__uniform .block-item .swipe_mess {
  position: relative;
  margin-bottom: 4vw;
}
#guide__uniform .block-item .wrap-table {
  width: 100%;
  overflow-x: scroll;
}
#guide__uniform .block-item .wrap-table .item-table {
  width: 400%;
}
#guide__uniform .block-item .item-text {
  margin-bottom: var(--margin-30);
}
#guide__uniform .block-item .list-images {
  margin-bottom: var(--margin-30);
  --num: 3;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#guide__uniform .block-item .item-table {
  margin-bottom: var(--margin-20);
}
#guide__uniform .block-item .item-note small {
  display: block;
  line-height: 2.2;
  font-size: var(--font-size-15);
}

/* guide__colors
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__colors {
  background: url(/img/common/deco__shape__b_01.png) right bottom no-repeat;
}
#guide__colors .inner {
  position: relative;
}
#guide__colors .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_03.png) center center/contain no-repeat;
  width: 110px;
  height: 85px;
  left: -100px;
  top: 70px;
}
#guide__colors .swipe_mess {
  position: relative;
  margin-bottom: 4vw;
}
#guide__colors .wrap-table {
  width: 100%;
  overflow-x: scroll;
}
#guide__colors .wrap-table .item-table {
  width: 200%;
}
#guide__colors .item-table tr:first-of-type th:nth-of-type(1) {
  width: 16.6666666667%;
}
#guide__colors .item-table tr:first-of-type th:nth-of-type(2) {
  width: 16.6666666667%;
}
#guide__colors .item-table tr:first-of-type th:nth-of-type(3) {
  width: 33.3333333333%;
}
#guide__colors .item-table tr:first-of-type th:nth-of-type(4) {
  width: 33.3333333333%;
}
#guide__colors .item-table tr td {
  font-size: var(--font-size-15);
  padding-inline: 10px;
}
#guide__colors .item-table tr td.td_color {
  padding: 5px;
}
#guide__colors .item-table tr td.td_color p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  width: 100%;
  background: red;
  color: #fff;
}
#guide__colors .item-table tr td.td_color.color_black p {
  background: #252525;
}
#guide__colors .item-table tr td.td_color.color_brown p {
  background: #653d34;
}
#guide__colors .item-table tr td.td_color.color_purple p {
  background: #7a5785;
}
#guide__colors .item-table tr td.td_color.color_green p {
  background: #347549;
}
#guide__colors .item-table tr td.td_color.color_navy p {
  background: #2e3658;
}
#guide__colors .item-table tr td.td_color.color_yellow p {
  background: #e0cc1f;
}
#guide__colors .item-table tr td.td_color.color_aqua p {
  background: #5ecae1;
}
#guide__colors .item-table tr td.td_color.color_blue p {
  background: #0256c9;
}
#guide__colors .item-table tr td.td_color.color_red p {
  background: #c93b3b;
}
#guide__colors .item-table tr td.td_color.color_orange p {
  background: #df9a14;
}
#guide__colors .item-table tr td.td_color.color_white p {
  color: var(--col--txt-01);
  background: #fff;
}
#guide__colors .item-table tr td:nth-of-type(2) {
  text-align: left;
}
#guide__colors .item-table tr td:nth-of-type(3) {
  text-align: left;
}

.guide__in_post .block-post {
  padding: 5vw;
  border: 1px solid var(--col--main-01);
}
.guide__in_post .item-img {
  width: 100%;
  height: 70vw;
}
.guide__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
}

/* schedule
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* schedule__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#schedule__info {
  background: url(/img/common/deco__shape__b_04.png) right top/60vw no-repeat;
}
#schedule__info .item-calendar {
  width: 100%;
  height: 80vw;
  margin-bottom: var(--margin-30);
}
#schedule__info .item-calendar iframe {
  width: 100%;
  height: 100%;
}
#schedule__info .item-note {
  text-align: center;
}
#schedule__info .item-note small {
  font-size: 3.2vw;
}

/* schedule__class
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#schedule__class {
  background: var(--col--base-01);
}
#schedule__class .inner {
  position: relative;
}
#schedule__class .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__a_08.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  right: 0vw;
  bottom: 0vw;
}
#schedule__class .swipe_mess {
  margin-bottom: 6vw;
}
#schedule__class .wrap-table {
  width: 100%;
  margin-bottom: 5vw;
  overflow-x: scroll;
}
#schedule__class .item-table {
  width: 200%;
  margin-bottom: var(--margin-50);
}
#schedule__class .topic-guide .wrap-guide {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: var(--margin-30);
}
#schedule__class .topic-guide .wrap-guide .block-guide {
  background: #fff;
  padding: 5vw;
  border: 1px solid var(--col--main-01);
}
#schedule__class .topic-guide .wrap-guide .block-guide .ttl05 {
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-10);
}
#schedule__class .topic-guide .wrap-guide .block-guide .ttl05 .ja {
  line-height: 1.7;
  font-size: var(--font-size-18);
  color: var(--col--main-01);
}
#schedule__class .topic-guide .wrap-guide .block-guide .item-text p {
  font-size: var(--font-size-15);
}
#schedule__class .topic-guide .item-note small {
  line-height: 2;
  font-size: var(--font-size-15);
  font-size: 3.2vw;
}
#schedule__class .topic-guide .item-note small br {
  display: none;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#voice__nav {
  background: var(--col--base-01);
}
#voice__nav .inner {
  width: 90%;
  gap: 3vw;
  padding-bottom: var(--margin-50);
}
#voice__nav .com__btn_01 {
  width: 100%;
  font-size: var(--font-size-15);
}
#voice__nav .com__btn_01::before {
  --width: 8px;
  --height: 6px;
  --color: unset;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2);
}

/* voice__student
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice__student {
  background: var(--col--base-01);
}
#voice__student .inner {
  padding-top: var(--margin-50);
}
#voice__student .cont-post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#voice__student .cont-post .block-post {
  border: 1px solid var(--col--main-01);
  background: #fff;
  padding: 5vw;
}
#voice__student .cont-post .block-post .ttl04 {
  order: 2;
  margin-bottom: var(--margin-20);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#voice__student .cont-post .block-post .item-img {
  width: 100%;
  height: 55vw;
  order: 1;
  margin-bottom: var(--margin-30);
}
#voice__student .cont-post .block-post .item-table {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-40);
}
#voice__student .cont-post .block-post .item-table tr {
  width: 100%;
}
#voice__student .cont-post .block-post .item-table tr th,
#voice__student .cont-post .block-post .item-table tr td {
  display: block;
  line-height: 1.6;
  padding-block: 2vw;
  font-size: 3.4vw;
}
#voice__student .cont-post .block-post .item-table tr th {
  font-weight: 800;
  color: var(--col--main-01);
  padding-bottom: 0;
}
#voice__student .cont-post .block-post .item-table tr td {
  font-weight: 700;
  border-bottom: 1px solid var(--col--main-01);
}
#voice__student .cont-post .block-post .item-table tr td p {
  width: 78vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#voice__student .cont-post .block-post .btn-link {
  display: block;
  margin-left: auto;
  width: fit-content;
  order: 4;
}
#voice__student .cont-post .block-post .btn-link span {
  color: var(--col--main-03);
  font-size: var(--font-size-15);
  font-weight: 700;
  position: relative;
  padding-right: var(--margin-15);
  font-size: 3.6vw;
}
#voice__student .cont-post .block-post .btn-link span::before {
  --width: 2vw;
  --height: 1.5vw;
  --color: var(--col--main-02);
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--color);
  border-width: calc((var(--width)) / 2) 0px calc((var(--width)) / 2) var(--height);
}

.voice__in_poost {
  background: var(--col--base-01);
}
.voice__in_poost .inner {
  position: relative;
}
.voice__in_poost .ttl04 {
  margin-bottom: var(--margin-30);
  height: fit-content;
  margin-left: auto;
}
.voice__in_poost .ttl04 .ja {
  line-height: 1.4;
}
.voice__in_poost .block-post {
  gap: 3vw;
  flex-direction: column;
}
.voice__in_poost .item-img {
  width: 100%;
  height: 67vw;
  margin-bottom: var(--margin-20);
}
.voice__in_poost .unit-text {
  flex: 1;
}
.voice__in_poost .item-table {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-40);
}
.voice__in_poost .item-table tr {
  width: 100%;
}
.voice__in_poost .item-table tr th,
.voice__in_poost .item-table tr td {
  display: block;
  line-height: 1.6;
  padding-block: 2vw;
  font-size: 3.4vw;
}
.voice__in_poost .item-table tr th {
  font-weight: 800;
  color: var(--col--main-01);
  padding-bottom: 0;
}
.voice__in_poost .item-table tr td {
  font-weight: 700;
  border-bottom: 1px solid var(--col--main-01);
}
.voice__in_poost .item-table tr td p {
}
/* voice__parents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice__parents {
  background: url(/img/common/deco__shape__b_01.png) right bottom no-repeat;
}
#voice__parents .cont-post {
  gap: 3vw;
}
#voice__parents .cont-post .block-post {
  position: relative;
  border: 1px solid var(--col--main-01);
  outline: 3px solid #fff;
  outline-offset: -4px;
  padding: 5vw;
  background: var(--col--base-01);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#voice__parents .cont-post .block-post .ttl04 {
  order: 2;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-30);
  width: 100%;
  margin-left: auto;
}
#voice__parents .cont-post .block-post .ttl04 .ja {
  line-height: 1.4;
  color: var(--col--main-01);
  font-size: var(--font-size-22);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
}
#voice__parents .cont-post .block-post .item-img {
  order: 1;
  position: relative;
  width: 100%;
  height: 55vw;
  margin-bottom: 3.5vw;
}
#voice__parents .cont-post .block-post .item-text {
  order: 3;
  width: 100%;
  margin-left: auto;
  line-height: 1.8;
  font-size: 3.5vw;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style_sp.css.map */