@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 110px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
}
@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-right: auto;
    padding-left: 2vw;
  }
  #header .item-logo img {
    height: 14vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}
#header .cont-info address {
  width: fit-content;
  gap: 3vw;
  margin-bottom: var(--margin-20);
}
#header .cont-info address .unit-sns {
  width: fit-content;
  gap: 3vw;
}
#header .cont-info address .unit-contact {
  width: fit-content;
  gap: 3vw;
}
#header .cont-info address .unit-contact a {
  width: 190px;
  height: 34px;
  font-size: var(--font-size-14);
}
#header .cont-info address .item-translate {
  width: fit-content;
}
/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 3vw;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  font-weight: 500;
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 810px;
  background: url(/img/mv/mv__img_01.jpg) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 90vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 70px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: var(--font-size-35);
  font-family: var(--fot--Shippori-Mincho);
  font-weight: 500;
  letter-spacing: 0.12em;
  font-size: 6vw;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.4), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 2px white;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 40vw;
    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-recruit {
  background: url(/img/sv/sv__recruit.jpg) center center/cover no-repeat;
}

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-30);
  margin-bottom: var(--margin-70);
}
#footer .item-logo img {
  height: 15vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-block: 15vw;
}
@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 .list-nav {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 3vw;
  align-content: end;
  margin-bottom: var(--margin-40);
  height: 160px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  font-size: var(--font-size-14);
  position: relative;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer .unit-sns {
  gap: 5vw;
  gap: 8vw;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-70);
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  font-size: 3vw;
  line-height: 1.7;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  z-index: 0;
  position: relative;
}
#top__about .inner {
  position: relative;
  z-index: 0;
  padding-bottom: var(--margin-70);
  padding-top: 15vw;
}
#top__about .inner .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__about .inner .ttl03 img {
  height: 12vw;
}
#top__about .inner .list-images {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 115vw;
  margin-bottom: 5vw;
}
#top__about .inner .list-images .item {
  position: absolute;
}
#top__about .inner .list-images .item:nth-of-type(1) {
  z-index: 1;
  width: 40vw;
  left: 0vw;
  top: 0vw;
}
#top__about .inner .list-images .item:nth-of-type(2) {
  width: 40vw;
  left: 0vw;
  top: 50vw;
}
#top__about .inner .list-images .item:nth-of-type(3) {
  width: 60vw;
  right: 0vw;
  top: 10vw;
}
#top__about .inner .list-images .item:nth-of-type(4) {
  width: 40vw;
  right: 0vw;
  top: 70vw;
}
#top__about .inner .item-text {
  text-align: left;
  margin-bottom: var(--margin-50);
}
#top__about .inner .item-text br {
  display: none;
}
#top__about .inner .item-text p {
  margin-bottom: var(--margin-40);
  line-height: 2.4;
}
#top__about .inner .item-text p .str-01 {
  font-weight: 700;
  color: var(--col--main-01);
}
#top__about .inner .btn-bnr {
  width: 100%;
  position: relative;
  height: 50vw;
  margin: 0 auto;
  border: 1px solid var(--col--txt-01);
  outline: 4px solid #fff;
  outline-offset: -5px;
  background: url(/img/top/top__about__bg_img_01.png) center center/cover no-repeat;
}
#top__about .inner .btn-bnr .ja {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20vw;
  background: #fff;
  border-radius: 1.5vw;
  font-size: var(--font-size-32);
  font-family: var(--fot--Shippori-Mincho);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-shadow: 2px 0px 0px rgb(208, 208, 208);
  position: relative;
}
#top__about .inner .btn-bnr .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3.5vw;
  right: 4vw;
  top: 50%;
  translate: -50% -50%;
}

#top__about .item-img{
  margin-bottom: 13vw;
}

/* top__shop
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__shop .inner {
  width: 100%;
  padding-top: var(--margin-70);
  padding-bottom: var(--margin-50);
}
#top__shop .inner .wrap-block {
  width: 100%;
  margin-left: auto;
  flex-direction: column-reverse;
}
#top__shop .inner .wrap-block .block-text {
  background: var(--col--main-01);
  padding: 12vw 5vw;
  width: 100%;
  position: relative;
}
#top__shop .inner .wrap-block .block-text .ttl03 {
  margin-bottom: var(--margin-50);
  align-items: center;
}
#top__shop .inner .wrap-block .block-text .ttl03 .en {
  margin-bottom: var(--margin-20);
}
#top__shop .inner .wrap-block .block-text .item-text {
  margin-bottom: var(--margin-60);
}
#top__shop .inner .wrap-block .block-text .item-text br {
  display: none;
}
#top__shop .inner .wrap-block .block-text .item-text p {
  color: #fff;
}
#top__shop .inner .wrap-block .block-text .com__btn_01 {
  margin-left: auto;
}
#top__shop .inner .wrap-block .item-img {
  flex: 1;
}
#top__shop .inner .wrap-block .item-img img {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* top__reserve
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reserve .inner {
  width: 100%;
  padding-top: var(--margin-50);
  padding-bottom: var(--margin-70);
}
#top__reserve .inner .wrap-block {
  width: 100%;
  margin-left: auto;
  flex-direction: column-reverse;
}
#top__reserve .inner .wrap-block .block-text {
  background: var(--col--main-01);
  padding: 12vw 5vw;
  width: 100%;
  position: relative;
}
#top__reserve .inner .wrap-block .block-text .ttl03 {
  margin-bottom: var(--margin-50);
  align-items: center;
}
#top__reserve .inner .wrap-block .block-text .ttl03 .en {
  margin-bottom: var(--margin-20);
}
#top__reserve .inner .wrap-block .block-text .item-text {
  margin-bottom: var(--margin-60);
}
#top__reserve .inner .wrap-block .block-text .item-text br {
  display: none;
}
#top__reserve .inner .wrap-block .block-text .item-text p {
  line-height: 2;
  color: #fff;
}
#top__reserve .inner .wrap-block .block-text .com__btn_01 {
  margin-left: auto;
}
#top__reserve .inner .wrap-block .item-img {
  flex: 1;
}
#top__reserve .inner .wrap-block .item-img img {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* top__app
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__app .inner {
  padding-top: var(--margin-70);
  padding-bottom: var(--margin-70);
}
#top__app .inner .block-app {
  width: 100%;
  padding: 5vw;
  background: gray;
  border: 2px solid var(--col--main-01);
  outline: 2px solid #fff;
  outline-offset: -4px;
  margin: 0 auto;
  position: relative;
  background: url(/img/top/top__app__bg_img_01.jpg) center center/cover no-repeat;
  padding-top: 68vw;
}
#top__app .inner .block-app .ttl03 {
  position: absolute;
  width: 100%;
  margin-right: auto;
  text-align: center;
  margin-bottom: var(--margin-35);
  left: -18vw;
  top: 27vw;
}
#top__app .inner .block-app .ttl03 img {
  height: 22vw;
}
#top__app .inner .block-app .item-img {
  position: absolute;
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-bottom: 4vw;
  top: -4vw;
  right: 0vw;
}
#top__app .inner .block-app .item-img img {
  height: 80vw;
  max-width: unset;
}
#top__app .inner .block-app .list-info {
  width: 100%;
  margin-right: auto;
  padding-block: 7vw;
  border-block: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: var(--margin-30);
}
#top__app .inner .block-app .list-info .item {
  font-size: var(--font-size-20);
  color: #fff;
  margin-bottom: var(--margin-30);
  font-family: var(--fot--Shippori-Mincho);
  gap: 3vw;
  line-height: 2;
}
#top__app .inner .block-app .list-info .item .num {
  position: relative;
  height: 5vw;
  top: -3vw;
}
#top__app .inner .block-app .list-info .item .ja {
  flex: 1;
}
#top__app .inner .block-app .list-info .item:last-child {
  margin-bottom: 0;
}
#top__app .inner .block-app .list-store {
  width: 100%;
  margin-right: auto;
  gap: 3vw;
  margin-bottom: var(--margin-30);
  flex-direction: column;
  gap: 6vw;
  align-items: center;
}
#top__app .inner .block-app .item-note {
  width: 100%;
  margin-right: auto;
  text-align: center;
  margin-bottom: var(--margin-30);
  line-height: 2;
}
#top__app .inner .block-app .item-note small {
  color: #fff;
}
#top__app .inner .block-app .com__btn_02 {
  position: relative;
  margin: 0 auto;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  margin-bottom: var(--margin-30);
}
.unit-latest a {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  border-left: 1px solid var(--col--txt-01);
  padding: 5vw;
}
.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: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: 1em;
  margin-bottom: 4vw;
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: 4vw;
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  font-size: var(--font-size-14);
  font-weight: 500;
}
.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: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  font-size: var(--font-size-14);
  font-weight: 500;
}

#top__news {
  position: relative;
}
#top__news .inner {
  padding-top: var(--margin-70);
  padding-bottom: 5vw;
}
#top__news .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__news .cont-latest {
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__news .unit-latest {
  position: relative;
  margin-bottom: var(--margin-30);
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  border-left: 1px solid var(--col--txt-01);
  padding: 5vw;
}
#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: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-right: 1em;
  margin-bottom: 4vw;
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: 4vw;
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  font-size: var(--font-size-14);
  font-weight: 500;
}
#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_02 {
  margin: 0 auto;
}

/* top__recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__recruit {
  background: url(/img/top/top__recruit__bg_img_01.jpg) center center/cover no-repeat;
}
#top__recruit .inner .ttl03 {
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__recruit .inner .ttl03 .ja {
  line-height: 1.6;
  color: #fff;
}
#top__recruit .inner .ttl03 img {
  height: 21vw;
}
#top__recruit .inner .item-text {
  margin-bottom: var(--margin-50);
}
#top__recruit .inner .item-text .ttl04 {
  margin: 0 auto;
  width: fit-content;
  text-align: left;
  padding-block: 5vw;
  border-block: 1px solid #fff;
  margin-bottom: var(--margin-40);
}
#top__recruit .inner .item-text .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-26);
  font-size: 5vw;
  font-family: var(--fot--Shippori-Mincho);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 4.6vw;
}
#top__recruit .inner .item-text .ttl04 .ja br {
  display: none;
}
#top__recruit .inner .item-text .ttl04 img {
  height: 12vw;
}
#top__recruit .inner .item-text p {
  text-align: left;
  color: #fff;
}
#top__recruit .inner .item-text p br {
  display: none;
}
#top__recruit .inner .com__btn_02 {
  margin: 0 auto;
}
/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.about__common .item-text {
  font-size: var(--font-size-16);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.12em;
}
/* about__section_01
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__section_01 .inner {
  padding-bottom: var(--margin-25);
}
#about__section_01 .item-movie {
  margin: 0 auto;
  width: 100%;
  height: 85vw;
}
#about__section_01 .item-movie iframe {
  width: 100%;
  height: 100%;
}

/* about__section_02
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__section_02 .inner {
  padding-top: var(--margin-25);
  padding-bottom: var(--margin-40);
}
#about__section_02 .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--margin-45);
  margin-bottom: var(--margin-60);
}
#about__section_02 .ttl03::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-01);
  width: 8vw;
  left: 50%;
  translate: -50% 100%;
  bottom: 0vw;
}
#about__section_02 .ttl03 .ja {
  font-size: var(--font-size-26);
  font-weight: 500;
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.12em;
  position: relative;
}
#about__section_02 .item-text {
  text-align: left;
}
#about__section_02 .item-text p {
  font-size: 3.6vw;
}
#about__section_02 .item-text br {
  display: none;
}

/* about__section_03
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__section_03 .inner {
  padding-top: var(--margin-60);
  padding-bottom: var(--margin-25);
}
#about__section_03 .list {
  position: relative;
  padding-bottom: var(--margin-20);
}
#about__section_03 .list::before {
  content: "";
  position: absolute;
  border-right: 1px solid var(--col--txt-01);
  height: 100%;
  right: 3vw;
}
#about__section_03 .list::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_a.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: 1vw;
  bottom: -1vw;
}
#about__section_03 .list .item {
  position: relative;
  width: 85%;
  margin-bottom: var(--margin-60);
}
#about__section_03 .list .item .item-img {
  width: 100%;
  height: 48vw;
  margin-bottom: var(--margin-20);
}
#about__section_03 .list .item::before{
        content: "";
        position: absolute;
        width: 4vw;
        border-bottom: 1px solid #333;
        right: -10vw;
        top: 25vw;
}
/* about__section_04
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__section_04 .inner {
  padding-top: var(--margin-25);
}
#about__section_04 .com__btn_02 {
  margin: 0 auto;
}

/* about__section_05
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__section_05 .inner {
  padding-bottom: var(--margin-25);
}
#about__section_05 .list .item {
  position: relative;
  margin-bottom: var(--margin-80);
  flex-direction: column;
}
#about__section_05 .list .item .ttl03 {
  width: 100%;
  margin-top: var(--margin-40);
  border-bottom: 1px solid var(--col--main-01);
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-30);
}
#about__section_05 .list .item .ttl03 .ja {
  font-family: var(--fot--Shippori-Mincho);
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.12em;
}
#about__section_05 .list .item .item-img {
  position: relative;
  width: 100%;
  height: 50vw;
  margin-bottom: 4vw;
}
#about__section_05 .list .item .item-text {
  width: 100%;
}
#about__section_05 .list .item:nth-of-type(even) .ttl03 {
  margin-left: auto;
}
#about__section_05 .list .item:nth-of-type(even) .item-text {
  margin-left: auto;
}
#about__section_05 .list .item:nth-of-type(even) .item-img {
  left: 0;
  top: 0;
}
#about__section_05 .list .item:nth-of-type(odd) .item-img {
  right: 0;
  top: 0;
}

/* about__section_06
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__section_06 .inner {
  padding-top: var(--margin-25);
  padding-bottom: var(--margin-50);
}
#about__section_06 .ttl03 {
  text-align: center;
  width: fit-content;
  line-height: 2;
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-30);
}
#about__section_06 .ttl03::before {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 1px solid var(--col--main-01);
  left: 4vw;
  translate: -100% 0;
  bottom: 4vw;
  rotate: 65deg;
}
#about__section_06 .ttl03::after {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 1px solid var(--col--main-01);
  right: 4vw;
  translate: 100% 0;
  bottom: 4vw;
  rotate: -65deg;
}
#about__section_06 .ttl03 .ja {
  font-size: var(--font-size-16);
  font-weight: 700;
  font-size: 3.8vw;
}
#about__section_06 .ttl03 .ja .str-01 {
  color: var(--col--main-01);
}
#about__section_06 .com__btn_02 {
  margin: 0 auto;
}

/* about__section_07
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__section_07 .inner {
  padding-top: var(--margin-85);
}
#about__section_07 .item-text {
  text-align: left;
  margin-bottom: var(--margin-50);
}
#about__section_07 .item-text br {
  display: none;
}
#about__section_07 .com__btn_02 {
  margin: 0 auto;
}

/* store
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* store
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#store .cont-post {
  gap: 3vw;
  gap: 14vw;
  flex-direction: column;
}
#store .cont-post .block-post .ttl03 {
  order: 3;
}
#store .cont-post .block-post .ttl03 .ja {
  font-size: var(--font-size-17);
  font-weight: 700;
  line-height: 1.7;
}
#store .cont-post .block-post .item-img {
  width: 100%;
  height: 50vw;
  margin-bottom: var(--margin-20);
  order: 1;
}
#store .cont-post .block-post .item-text {
  margin-bottom: var(--margin-15);
  background: var(--col--main-01);
  padding: 3vw;
  order: 2;
  line-height: 1.6;
  font-size: 3.6vw;
  color: #fff;
}

/* store
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.store__common .item-text {
  font-size: var(--font-size-16);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.12em;
}
/* store__section_01
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#store__section_01 .inner {
  padding-bottom: var(--margin-85);
}
#store__section_01 .item-img {
  width: 100%;
  height: 55vw;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#store__section_01 .item-movie {
  width: 100%;
  height: 75vw;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#store__section_01 .item-movie iframe {
  width: 100%;
  height: 100%;
}
#store__section_01 .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--margin-50);
  margin-bottom: var(--margin-60);
}
#store__section_01 .ttl03::before {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 1px solid var(--col--main-01);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#store__section_01 .ttl03 .ja {
  font-size: var(--font-size-26);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: var(--fot--Shippori-Mincho);
}
#store__section_01 .item-text {
  text-align: left;
}
#store__section_01 .item-text br {
  display: none;
}
#store__section_01 .com__btn_02 {
  margin: 0 auto;
  margin-top: var(--margin-40);
}

/* store__section_02
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#store__section_02 .inner {
  padding-top: var(--margin-85);
  padding-bottom: 5vw;
}
#store__section_02 .list .item {
  position: relative;
  margin-bottom: var(--margin-60);
  margin-bottom: 15vw;
}
#store__section_02 .list .item:last-child {
  margin-bottom: 0;
}
#store__section_02 .list .item .ttl03 {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-30);
  width: 100%;
}
#store__section_02 .list .item .ttl03 .ja {
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: var(--fot--Shippori-Mincho);
}
#store__section_02 .list .item .item-text {
  width: 100%;
  margin-bottom: var(--margin-30);
}
#store__section_02 .list .item .item-img {
  position: relative;
  width: 100%;
  height: 55vw;
  margin-bottom: 4vw;
}
#store__section_02 .list .item .item-btn {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.12em;
  width: fit-content;
}
#store__section_02 .list .item .item-btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_02.png) center center/contain no-repeat;
  width: 2vw;
  height: 2vw;
  right: -4vw;
  top: 50%;
  translate: 100% -50%;
}
/* store__section_03
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#store__section_03 {
  background: #f3f3f3;
}
#store__section_03 .wrap-cont {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 6vw;
}
/* store__section_04_05
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#store__section_04_05 .inner {
  padding-block: 15vw;
}
#store__section_04_05 .list-sns {
  display: flex;
  justify-content: center;
  gap: 3vw;
  gap: 7vw;
}
#store__section_04_05 .list-sns .item .item-img {
  width: 17vw;
  height: 17vw;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
}
#store__section_04_05 .list-sns .item .item-img img {
  width: max-content;
  height: max-content;
  min-height: 0;
  min-width: 0;
  width: 9vw;
}
#store__section_04_05 .list-other-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  gap: 5vw;
  flex-direction: column;
  margin: 0 auto;
    margin-top: var(--margin-60);
  width: 100%;
}
#store__section_04_05 .list-other-btn .item {
  width: 100%;
}

/* store__section_06
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#store__section_06 {
  background: #f3f3f3;
}
#store__section_06 .list {
  gap: 3vw;
  display: flex;
  flex-direction: column;
}
#store__section_06 .list .item {
  background: #515151;
  width: calc((100% - 5vw) / 2);
  position: relative;
  width: 100%;
}
#store__section_06 .list .item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__b_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: 1vw;
  bottom: 1vw;
}
#store__section_06 .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5vw;
  color: #fff;
  font-weight: 700;
  line-height: 2;
}

/* store__section_07
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#store__section_07 .inner {
  padding-top: 15vw;
  padding-bottom: var(--margin-85);
}
#store__section_07 .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-60);
}
#store__section_07 .ttl03::before {
  content: "";
  position: absolute;
  width: 8vw;
  border-bottom: 1px solid var(--col--main-01);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#store__section_07 .ttl03 .ja {
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
  font-family: var(--fot--Shippori-Mincho);
}
#store__section_07 .list {
  gap: 3vw 3vw;
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
}
#store__section_07 .list .item {
  width: calc((100% - 5vw) / 2);
  height: 35vw;
}
#store__section_07 .list .item .item-img {
  width: 100%;
  height: 100%;
}
/* store__section_08
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#store__section_08 .inner {
  padding-top: var(--margin-85);
}
#store__section_08 .item-map {
  width: 100%;
  height: 60vw;
  min-height: 200px;
  margin-bottom: var(--margin-50);
}
#store__section_08 .item-map iframe {
  width: 100%;
  height: 100%;
}
#store__section_08 .wrap-btn {
  width: fit-content;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  gap: 3vw;
  gap: 6vw;
  flex-direction: column;
  width: 100%;
}
#store__section_08 .wrap-btn .com__btn_02 {
  width: 100%;
}

/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu .cont-post {
  gap: 3vw;
  gap: 7vw;
}
#menu .cont-post .block-post {
  background: #515151;
  position: relative;
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
#menu .cont-post .block-post::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__b_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: 1vw;
  bottom: 1vw;
}
#menu .cont-post .block-post a {
  display: block;
  padding: 5vw;
  width: 100%;
  height: 100%;
}
#menu .cont-post .block-post a p {
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
}

/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* menu__section_01
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__section_01 .item-text {
  font-size: var(--font-size-16);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#menu__section_01 .inner {
  padding-top: 15vw;
}
#menu__section_01 .ttl03 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-50);
}
#menu__section_01 .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__border__01_a.png) center center/contain no-repeat;
  width: 8vw;
  height: 1px;
  left: -5vw;
  top: 50%;
  translate: -100% -50%;
}
#menu__section_01 .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__border__01_b.png) center center/contain no-repeat;
  width: 8vw;
  height: 1px;
  right: -5vw;
  top: 50%;
  translate: 100% -50%;
}
#menu__section_01 .ttl03 .ja {
  font-weight: 500;
  font-family: var(--fot--Shippori-Mincho);
  font-size: var(--font-size-35);
  letter-spacing: 0.12em;
}
#menu__section_01 .list-in_btn {
  gap: 3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: var(--margin-50);
  margin-bottom: 15vw;
  gap: 4vw;
  width: 100%;
  flex-direction: column;
}
#menu__section_01 .list-in_btn .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  height: 12.5vw;
  background: #515151;
  border: 1px solid #515151;
  transition: ease 0.2s;
}
#menu__section_01 .list-in_btn .item a {
  width: 100%;
  height: 100%;
}
#menu__section_01 .list-in_btn .item span {
  color: #fff;
  font-size: var(--font-size-14);
  font-weight: 700;
}
#menu__section_01 .list-in_btn .item:hover {
  background: #fff;
}
#menu__section_01 .list-in_btn .item:hover span {
  color: var(--col--txt-01);
}
#menu__section_01 .topic-intro {
  margin-bottom: 15vw;
}
#menu__section_01 .topic-intro .ttl04 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--margin-50);
  margin-bottom: var(--margin-60);
}
#menu__section_01 .topic-intro .ttl04::before {
  content: "";
  position: absolute;
  width: 8vw;
  border-bottom: 1px solid var(--col--main-01);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#menu__section_01 .topic-intro .ttl04 .ja {
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: var(--fot--Shippori-Mincho);
}
#menu__section_01 .topic-intro .item-text {
  text-align: left;
}
#menu__section_01 .topic-intro .item-text br {
  display: none;
}
#menu__section_01 .topic-special {
  margin-bottom: 15vw;
}
#menu__section_01 .topic-special .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-40);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-50);
}
#menu__section_01 .topic-special .ttl04 .ja {
  display: inline-block;
  letter-spacing: 0.12em;
  font-size: var(--font-size-26);
  font-family: var(--fot--Shippori-Mincho);
  font-weight: 500;
  font-size: 5vw;
}
#menu__section_01 .topic-special .ttl04 .ja::first-letter {
  color: var(--col--main-01);
}
#menu__section_01 .topic-special .list .item {
  position: relative;
  margin-bottom: var(--margin-50);
  margin-bottom: 12vw;
}
#menu__section_01 .topic-special .list .item:last-child {
  margin-bottom: 0;
}
#menu__section_01 .topic-special .list .item .ttl05 {
  width: 100%;
  background: #9c3b36;
  margin-bottom: var(--margin-30);
  position: relative;
  padding: 5vw 3vw;
}
#menu__section_01 .topic-special .list .item .ttl05::before{
--width: 6vw;
        --height: 4vw;
        --color: #9c3b36;
        content: "";
        position: absolute;
        translate: 100% 100%;
        width: 0;
        height: 0;
        left: 3vw;
        bottom: 1vw;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2) ;
}
#menu__section_01 .topic-special .list .item .ttl05 .ja {
  font-size: var(--font-size-20);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.6;
  font-family: var(--fot--Shippori-Mincho);
}
#menu__section_01 .topic-special .list .item .item-text {
  width: 100%;
  margin-bottom: var(--margin-25);
}
#menu__section_01 .topic-special .list .item .item-img {
  position: relative;
  width: 100%;
  height: 55vw;
  margin-bottom: 4vw;
}
#menu__section_01 .topic-special .list .item .item-price {
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.12em;
  width: 100%;
  font-size: 3.5vw;
  text-align: end;
  line-height: 1.7;
}
#menu__section_01 .common__sec03 {
  margin-bottom: 8vw;
  background: #f3f3f3;
  padding: 8vw 5vw;
}
#menu__section_01 .common__sec03:last-child {
  margin-bottom: 0;
}
#menu__section_01 .common__sec03 .ttl04 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-30);
}
#menu__section_01 .common__sec03 .ttl04::before {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 1px solid var(--col--main-01);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#menu__section_01 .common__sec03 .ttl04 .ja {
  line-height: 1.6;
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: var(--fot--Shippori-Mincho);
}
#menu__section_01 .common__sec03 > .item-text {
  margin-bottom: var(--margin-50);
}
#menu__section_01 .common__sec03 .ttl05 {
  text-align: left;
  padding-bottom: var(--margin-40);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-60);
}
#menu__section_01 .common__sec03 .ttl05 .ja {
  display: inline-block;
  letter-spacing: 0.12em;
  font-size: var(--font-size-26);
  font-family: var(--fot--Shippori-Mincho);
  font-weight: 500;
  line-height: 1.7;
}
#menu__section_01 .common__sec03 .ttl05 .ja::first-letter {
  color: var(--col--main-01);
}
#menu__section_01 .common__sec03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3vw;
  gap: 10vw;
  flex-direction: column;
}
#menu__section_01 .common__sec03 .list .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  gap: 3vw;
  gap: 4vw;
  align-items: start;
}
#menu__section_01 .common__sec03 .list .item .item-img {
  width: 80px;
  height: 80px;
}
#menu__section_01 .common__sec03 .list .item .wrap-text {
  order: 2;
  gap: 3vw;
  gap: 2vw;
  flex: 1;
  flex-direction: column;
}
#menu__section_01 .common__sec03 .list .item .wrap-text .wrap-info {
  flex: 1;
  width: 100%;
  gap: 3vw;
  gap: 1vw;
  flex-direction: column;
}
#menu__section_01 .common__sec03 .list .item .wrap-text .wrap-info .ttl06 {
  order: 2;
  flex: 1;
}
#menu__section_01 .common__sec03 .list .item .wrap-text .wrap-info .ttl06 .ja {
  font-size: var(--font-size-14);
  letter-spacing: normal;
  line-height: 1.8;
}
#menu__section_01 .common__sec03 .list .item .wrap-text .wrap-info .item-price {
  order: 3;
  width: 35%;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: var(--font-size-13);
  text-align: end;
}
#menu__section_01 .common__sec03 .list .item .wrap-text .item-text {
  font-size: var(--font-size-13);
}

/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__greeting {
  background: url(/img/recruit/recruit__greeting__bg_img_01.jpg) center center/cover no-repeat;
  border: 4vw solid #fff;
  margin-top: var(--margin-40);
  margin-top: 5vw;
}
#recruit__greeting .inner {
  padding-block: 7vw;
}
#recruit__greeting .item-text {
  padding: 3vw;
}
#recruit__greeting .item-text p {
  color: #fff;
}

/* recruit__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__about .block-intro {
  width: 100%;
  margin-bottom: 10vw;
}
#recruit__about .block-intro .ttl-wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
  /* height: 45vw; */
  margin-bottom: var(--margin-40);
  /* margin-left: -5vw;
  margin-bottom: 3vw; */
}
#recruit__about .block-intro .ttl-wrap .ttl03 {
  position: relative;
  z-index: 1;
  background: #fff;
  width: fit-content;
  margin: 0 auto;
  padding-block: 10px;
  border-block: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-30);
}
#recruit__about .block-intro .ttl-wrap .ttl03 .ja {
  font-size: var(--font-size-35);
  font-weight: 500;
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.12em;
  font-size: 5.5vw;
}
#recruit__about .block-intro .ttl-wrap .ttl03 .ja .str-01 {
  color: var(--col--main-01);
}
#recruit__about .block-intro .ttl-wrap .item-img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#recruit__about .block-intro .ttl-wrap .item-img img {
  width: 100%;
  max-width: unset;
}
#recruit__about .topic-feature {
  margin-bottom: 15vw;
}
#recruit__about .topic-feature .list-feature {
  gap: 5vw;
  gap: 12vw;
  flex-direction: column;
}
#recruit__about .topic-feature .list-feature .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
#recruit__about .topic-feature .list-feature .item .ttl05 {
  order: 2;
  text-align: center;
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-15);
}
#recruit__about .topic-feature .list-feature .item .ttl05 .ja {
  font-weight: 700;
  font-size: var(--font-size-17);
  color: var(--col--main-01);
  line-height: 1.8;
}
#recruit__about .topic-feature .list-feature .item .item-img {
  order: 1;
  margin-bottom: var(--margin-15);
}
#recruit__about .topic-feature .list-feature .item .item-text {
  order: 3;
}
#recruit__about .topic-recruit .cont-post .block-post {
  margin-bottom: var(--margin-50);
}
#recruit__about .topic-recruit .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#recruit__about .topic-recruit .cont-post .block-post .ttl05 {
  border-left: 1px solid var(--col--txt-01);
  padding-left: var(--margin-20);
  margin-bottom: var(--margin-20);
}
#recruit__about .topic-recruit .cont-post .block-post .ttl05 .ja {
  font-weight: 600;
  font-family: var(--fot--Shippori-Mincho);
  letter-spacing: 0.12em;
  font-size: var(--font-size-22);
}
#recruit__about .topic-recruit .cont-post .block-post .item-table {
  border-collapse: separate;
  border-spacing: 2vw 5vw;
  width: 100%;
}
#recruit__about .topic-recruit .cont-post .block-post .item-table tr {
  width: 100%;
}
#recruit__about .topic-recruit .cont-post .block-post .item-table tr th,
#recruit__about .topic-recruit .cont-post .block-post .item-table tr td {
  display: block;
  width: 100%;
  padding: 3vw;
  font-size: 3.6vw;
  text-align: center;
}
#recruit__about .topic-recruit .cont-post .block-post .item-table tr th {
  background: #515151;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
#recruit__about .topic-recruit .cont-post .block-post .item-table tr td {
  background: #f3f3f3;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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: var(--font-size-14);
  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 */