@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  /* --------------------------------- */
  /* --------------------------------- */
}
#header .inner {
  padding: 0;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: unset;
  }
}
#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 .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
  margin-left: var(--margin-40);
}
#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 {
    max-width: 55dvw;
    max-height: 55px;
  }
  #header .item-logo img {
    width: 37vw;
    height: auto;
  }
}
#header .cont-contact {
  margin-bottom: var(--margin-20);
  margin-top: -20px;
}
#header .cont-contact a {
  --width: 165px;
  --height: 60px;
}
#header .cont-info {
  gap: 20px;
}
#header .com--instagram {
  --size:40px;
  margin-right: var(--margin-30);
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  width: 100%;
  height: 70px;
}
#nav .list-nav {
  width: fit-content;
  width: 1080px;
  margin: 0 auto;
  height: 100%;
}
#nav .list-nav-item {
  width: 20%;
  border-right: 1px solid var(--col--main-01);
  text-align: center;
}
#nav .list-nav-item a {
  color: var(--col--main-02);
  transition: ease 0.17s;
  line-height: 1.6;
}
#nav .list-nav-item a:hover {
  color: var(--col--main-03);
}
#nav .list-nav-item:first-of-type {
  border-left: 1px solid var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 40vw;
  }
}
#sv .sv-img {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 5vw);
  height: 100%;
}
#sv .sv-catch {
  position: absolute;
  padding: 4vw 8vw;
  background: #fff;
  font-size: var(--font-size-32);
  color: var(--col--main-01);
  letter-spacing: 0.1em;
  left: -5vw;
  bottom: 5vw;
}

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

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

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

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

.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;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  /* --------------------------------- */
  /* --------------------------------- */
  /* --------------------------------- */
}
#footer .item-logo {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  transition: ease 0.2s;
  margin-bottom: var(--margin-40);
  margin-bottom: 6vw;
}
#footer .item-logo img {
  height: 15vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  align-items: center;
  flex-direction: column;
}
@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 {
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    width: 100%;
  }
}
#footer .list-nav {
  padding: 60px 0;
  border-bottom: 1px solid var(--col--main-01);
  border-top: 1px solid var(--col--main-01);
  gap: 40px 30px;
  height: 360px;
}
#footer .list-nav-item {
  width: fit-content;
  position: relative;
  padding-left: 20px;
}
#footer .list-nav-item::before {
  content: ">";
  color: var(--col--acc-01);
  position: absolute;
  left: 0;
}
#footer .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
  font-weight: 600;
  color: var(--col--main-02);
}
#footer .list-nav-item a:hover {
  color: var(--col--acc-01);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding: 4vw 0;
  color: #fff;
  background: var(--col--main-01);
  border-bottom: 3px solid var(--col--acc-01);
  font-size: 2.5vw;
}
#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;
  }
}
#footer .item-address {
  margin-bottom: var(--margin-50);
  line-height: 1.7;
  text-align: center;
  color: var(--col--main-03);
}
#footer .item-address br {
  display: none;
}
#footer .item-type {
  margin-bottom: var(--margin-20);
  gap: 2vw;
  flex-direction: column;
  width: 100%;
  margin-bottom: var(--margin-50);
}
#footer .item-type dt {
  background: #f4eccb;
  text-align: center;
  padding: 2vw 2vw;
  width: 100%;
  color: var(--col--acc-01);
}
#footer .com--tel {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#footer .com--times {
  align-items: center;
}
#footer .com--times-item {
  text-align: center;
}
#footer .table__type_01 {
  table-layout: fixed;
  margin-bottom: var(--margin-40);
}
#footer .table__type_01 tr th,
#footer .table__type_01 tr td {
  font-size: 3vw;
  padding: 3vw 2vw;
  border: 1px solid var(--col--main-02);
}
#footer .table__type_01 tr.ttl th {
  background: var(--col--main-02);
  padding: 4vw 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-right: 1px solid #fff;
}
#footer .table__type_01 tr.info th {
  font-weight: 500;
  font-size: var(--font-size-14);
  text-align: center;
  color: var(--col--main-02);
  background: var(--col--base-01);
  width: 40%;
}
#footer .table__type_01 tr.info td {
  font-size: var(--font-size-16);
  font-weight: 700;
  text-align: center;
}

.fixed_btn {
  display: none;
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top--worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--worries {
  background: url(/img/common/bg__img_02.png) center left/contain no-repeat, var(--col--base-01);
  position: relative;
}
#top--worries .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  position: relative;
  padding-bottom: 12vw;
}
#top--worries .ttl03::before {
  content: "";
  position: absolute;
  height: 5vw;
  width: 1px;
  background: var(--col--main-01);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#top--worries .ttl03 .ja .str-01 {
  color: var(--col--main-02);
}
#top--worries .topic-worries {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 0;
}
#top--worries .topic-worries .block-worries {
  z-index: 0;
  padding: 5vw 0;
  background: #fff;
  border: 1px solid var(--col--main-02);
  position: relative;
  margin-bottom: 5vw;
}
#top--worries .topic-worries .block-worries:last-child {
  margin-bottom: 0;
}
#top--worries .topic-worries .block-worries::before {
  z-index: -1;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #f8f8f8;
}
#top--worries .topic-worries .block-worries .ttl04 {
  background: var(--col--main-01);
  padding: 3vw 2vw;
  width: calc(100% - 5vw);
  margin-bottom: var(--margin-25);
  text-align: center;
}
#top--worries .topic-worries .block-worries .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 400;
  color: #fff;
}
#top--worries .topic-worries .block-worries .ttl04 .ja .str-01 {
  font-weight: 700;
  color: var(--col--acc-01);
}
#top--worries .topic-worries .block-worries .list-worries {
  padding: 0 4vw;
}
#top--worries .topic-worries .block-worries .list-worries-item {
  margin-bottom: var(--margin-20);
}
#top--worries .topic-worries .block-worries .list-worries-item:last-child {
  margin-bottom: 0;
}
#top--worries .topic-worries .block-worries .list-worries-item .text {
  position: relative;
  padding-left: 7vw;
  font-size: var(--font-size-18);
  line-height: 1.6;
}
#top--worries .topic-worries .block-worries .list-worries-item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 4.8vw;
  height: 4.8vw;
  left: 0;
  top: 1vw;
}

/* top--about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--about {
  position: relative;
}
#top--about .ttl03 {
  margin-bottom: var(--margin-50);
  position: relative;
}
#top--about .ttl03 .en {
  position: relative;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-03);
}
#top--about .ttl03 .en::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-03);
  bottom: -1px;
  left: -50vw;
  width: 50vw;
}
#top--about .ttl03 .ja {
  color: var(--col--main-01);
  font-weight: 400;
  position: relative;
}
#top--about .ttl03 .ja .str-01 {
  color: var(--col--main-03);
}
/* top--orthodontics
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--orthodontics {
  background: url(/img/top/top__orthodontics__bg_img.png) left top/50vw no-repeat, var(--col--main-01);
}
#top--orthodontics .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
  position: relative;
}
#top--orthodontics .ttl03::before {
  content: "";
  position: absolute;
  height: 5vw;
  width: 1px;
  background: var(--col--main-03);
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}
#top--orthodontics .ttl03 .en {
  margin-bottom: var(--margin-20);
  margin-bottom: 4vw;
}
#top--orthodontics .ttl03 .en img {
  height: 8vw;
}
#top--orthodontics .ttl03 .ja {
  color: #fff;
  font-size: var(--font-size-30);
  padding-bottom: var(--margin-25);
}
#top--orthodontics .topic-about {
  position: relative;
  background: #fff;
  width: fit-content;
  padding: 5vw;
  margin-left: auto;
  margin-bottom: var(--margin-40);
  margin-top: -5vw;
}
#top--orthodontics .topic-about .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-35);
}
#top--orthodontics .topic-about .ttl04 br {
  display: none;
}
#top--orthodontics .topic-about .ttl04 .ja {
  font-size: var(--font-size-45);
  font-weight: 900;
  letter-spacing: 0.04em;
  font-style: italic;
  color: var(--col--main-02);
  letter-spacing: 0.1em;
}
#top--orthodontics .topic-about .ttl04 .ja .str-01 {
  color: var(--col--acc-01);
}
#top--orthodontics .topic-about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top--orthodontics .topic-about .item-text {
  text-align: left;
}
#top--orthodontics .topic-about .item-text br {
  display: none;
}
#top--orthodontics .topic-about .item-text p {
  font-size: var(--font-size-15);
  font-weight: 700;
}
#top--orthodontics .topic-about .item-text .str-01 {
  display: inline-block;
  line-height: 1.1;
  font-size: var(--font-size-18);
  color: var(--col--main-03);
  background: var(--col--base-01);
}
#top--orthodontics .com__btn_01 {
}
/* top--implant
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--implant {
  background: url(/img/common/bg__img_01.png) center center/cover no-repeat;
}
#top--implant .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-30);
}
#top--implant .ttl03::before {
  background: var(--col--main-02);
  height: 4vw;
}
#top--implant .ttl03 .en {
  margin-bottom: var(--margin-20);
}
#top--implant .ttl03 .ja {
  font-size: var(--font-size-22);
  color: var(--col--main-02);
}
#top--implant .item-text {
  text-align: left;
  margin-bottom: var(--margin-40);
}
#top--implant .item-text br {
  display: none;
}
#top--implant .com__btn_01 {
  margin: 0 auto;
}
/* top--snore
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--snore .inner {
  position: relative;
  min-height: 400px;
  z-index: 0;
}
#top--snore .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  left: 0;
  top: 0;
  background: #eff6ff;
}
#top--snore .inner::after {
  z-index: -1;
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  left: -50vw;
  top: 0;
  background: #eff6ff;
}
#top--snore .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
  margin-bottom: 9vw;
}
#top--snore .ttl03 .ja {
  font-size: var(--font-size-24);
  color: var(--col--main-02);
}
#top--snore .ttl03 .ja .str-01 {
  color: var(--col--main-03);
}
#top--snore .item-text {
  width: 100%;
  margin-bottom: 7vw;
}
#top--snore .item-text br {
  display: none;
}
#top--snore .com__btn_01 {
  position: relative;
}
/* top--feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--feature .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top--feature .ttl03::before {
  display: none;
  height: 2w;
}
#top--feature .ttl03 .en {
  margin-bottom: var(--margin-10);
  font-size: 9vw;
  margin-bottom: 4vw;
}
#top--feature .ttl03 .ja {
  font-size: var(--font-size-22);
  color: var(--col--main-02);
}
#top--feature .ttl03 .ja .str-01 {
  color: var(--col--main-03);
}
#top--feature .list-feature {
  --num: 3;
  --column-gap: 5vw;
  --row-gap: 10vw;
}
#top--feature .list-feature-item {
  background: var(--col--main-01);
  padding: 5vw;
  border-bottom: 5px solid var(--col--acc-01);
}
#top--feature .list-feature-item .ttl04 {
  position: relative;
  margin-bottom: var(--margin-10);
  padding-bottom: var(--margin-10);
}
#top--feature .list-feature-item .ttl04 .num {
  position: absolute;
  left: 0px;
  top: -11vw;
}
#top--feature .list-feature-item .ttl04 .num img {
  width: 14vw;
}
#top--feature .list-feature-item .ttl04 .icon {
  display: block;
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-25);
}
#top--feature .list-feature-item .ttl04 .ja {
  text-align: center;
  display: block;
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid #fff;
  font-size: var(--font-size-24);
  font-weight: 400;
  color: #fff;
}
#top--feature .list-feature-item .ttl04 .ja::first-letter {
  color: var(--col--acc-01);
}
#top--feature .list-feature-item .item-text {
  text-align: left;
}
#top--feature .list-feature-item .item-text br {
  display: none;
}
#top--feature .list-feature-item .item-text p {
  color: #fff;
}

/* top--reservation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--reservation {
  background: url(/img/common/bg__img_02_b.png) right 0 top/auto 100% no-repeat, var(--col--base-01);
}
#top--reservation .topic-reservation {
  position: relative;
  background: var(--col--main-03);
  padding: 10vw 5vw;
  position: relative;
  z-index: 0;
}
#top--reservation .topic-reservation .ttl03 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
#top--reservation .topic-reservation .ttl03 .en {
  padding: 0 5vw;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #fff;
  margin-bottom: var(--margin-20);
  width: 100%;
}
#top--reservation .topic-reservation .ttl03 .en img {
  height: 8vw;
}
#top--reservation .topic-reservation .ttl03 .ja {
  font-weight: 400;
  font-size: var(--font-size-30);
  color: #fff;
  width: 100%;
}
#top--reservation .topic-reservation .item-text {
  margin-top: var(--margin-40);
  margin-bottom: 5vw;
}
#top--reservation .topic-reservation .item-text br {
  display: none;
}
#top--reservation .topic-reservation .item-text p {
  color: #fff;
}
#top--reservation .topic-reservation .item-text .str-01 {
  font-size: var(--font-size-18);
  color: #fff;
  background: #1e487f;
}
#top--reservation .topic-reservation .item-text small {
  display: block;
}
/* top--news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid var(--col--acc-01);
  margin-bottom: var(--margin-35);
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.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: 70%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 3.6vw;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  font-size: 3.6vw;
  width: fit-content;
  margin-right: var(--margin-20);
}
.unit-latest .item-time::before {
  content: "/";
  position: absolute;
  right: -1em;
}
.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;
  color: var(--col--acc-01);
  background: #f4eccb;
  padding: 1vw 1vw;
  font-size: var(--font-size-15);
  font-weight: 500;
  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;
  color: var(--col--acc-01);
  background: #f4eccb;
  padding: 1vw 1vw;
  font-size: var(--font-size-15);
  font-weight: 500;
  font-size: 3vw;
}

#top--news .inner {
  position: relative;
  min-height: 370px;
}
#top--news .ttl03 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 10vw;
}
#top--news .ttl03 .en img {
  height: 10vw;
}
#top--news .cont-latest {
  margin-bottom: 10vw;
}
#top--news .unit-latest {
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid var(--col--acc-01);
  margin-bottom: var(--margin-35);
  width: 100%;
  margin-left: auto;
  margin-bottom: 5vw;
}
#top--news .unit-latest a {
  width: 100%;
  height: 100%;
}
#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: 70%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 3.6vw;
  text-overflow: ellipsis;
}
#top--news .unit-latest .item-time {
  position: relative;
  order: 2;
  font-size: 3.6vw;
  width: fit-content;
  margin-right: var(--margin-20);
}
#top--news .unit-latest .item-time::before {
  content: "/";
  position: absolute;
  right: -1em;
}
#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;
  color: var(--col--acc-01);
  background: #f4eccb;
  padding: 1vw 1vw;
  font-size: var(--font-size-15);
  font-weight: 500;
  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 {
  position: relative;
}

.wrap-over-01 {
  z-index: 0;
  position: relative;
}
.wrap-over-01::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__recruit__bg_02.png) center center/contain no-repeat;
  width: 100%;
  height: 5vw;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* top--access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--access .top--separate-img {
  width: 100%;
}
#top--access .top--separate-img img {
  width: 100%;
}
#top--access .inner {
  padding-bottom: 6vw;
}
#top--access .ttl03 {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#top--access .ttl03 .ja {
  position: relative;
  padding-bottom: 5vw;
}
#top--access .ttl03 .ja::before {
  content: "";
  position: absolute;
  height: 4vw;
  width: 1px;
  background: var(--col--main-03);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#top--access .wrap-company {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#top--access .wrap-company .block-company .com__table_01 {
  width: 100%;
}
#top--access .wrap-company .block-company .com__table_01.item-table {
  width: 100%;
}
#top--access .wrap-company .block-company .com__table_01.item-table tr {
  width: 100%;
}
#top--access .wrap-company .block-access .list-access {
  margin-bottom: var(--margin-40);
}
#top--access .wrap-company .block-access .list-access-item {
  margin-bottom: var(--margin-20);
  line-height: 1.7;
}
#top--access .wrap-company .block-access .list-access-item:last-child {
  margin-bottom: 0;
}
#top--access .wrap-company .block-access .item-map {
  width: 100%;
  height: 345px;
  min-height: 200px;
}
#top--access .wrap-company .block-access .item-map iframe {
  width: 100%;
  height: 100%;
}
/* top--recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top--recruit {
  position: relative;
  z-index: 0;
}
#top--recruit::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__recruit__bg_01.png) center center/cover no-repeat;
  width: 90vw;
  height: 90vw;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#top--recruit .inner {
  padding-top: 5vw;
}
#top--recruit .wrap-recruit {
  background: var(--col--main-03);
  border: 1px solid var(--col--main-02);
  outline: 4px solid var(--col--base-01);
  outline-offset: -5px;
  padding: 8vw 6vw;
  width: 100%;
  margin: 0 auto;
}
#top--recruit .wrap-recruit .ttl03 {
  margin: 0 auto;
  width: fit-content;
  width: 100%;
  margin-bottom: var(--margin-20);
}
#top--recruit .wrap-recruit .ttl03 .en {
  margin: 0 auto;
  width: fit-content;
  color: #fff;
  margin-bottom: 4vw;
}
#top--recruit .wrap-recruit .ttl03 .en::first-letter {
  color: #fff;
}
#top--recruit .wrap-recruit .ttl03 .ja {
  text-align: center;
  font-size: var(--font-size-22);
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#top--recruit .wrap-recruit .ttl03 .ja::before {
  flex: 1;
  content: "";
  border-bottom: 1px solid #fff;
  position: relative;
}
#top--recruit .wrap-recruit .ttl03 .ja::after {
  flex: 1;
  content: "";
  border-bottom: 1px solid #fff;
  position: relative;
}
#top--recruit .wrap-recruit .item-text {
  text-align: left;
  margin-bottom: var(--margin-20);
}
#top--recruit .wrap-recruit .item-text br {
  display: none;
}
#top--recruit .wrap-recruit .item-text p {
  color: #fff;
}
/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about-greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about--greeting {
  background: url(/img/about/about__greeting__bg_shape_01.png) right top/auto 100% no-repeat, #eff6ff;
}
#about--greeting .topic-about .item-text {
  text-align: left;
}
#about--greeting .topic-about .item-text br {
  display: none;
}
/* about-orthodontics
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about--orthodontics {
  background: url(/img/about/about__orthodontics__bg_shape_01.png) left bottom/50vw no-repeat;
}
#about--orthodontics .topic-about {
  position: relative;
  margin-bottom: var(--margin-60);
}
#about--orthodontics .topic-about .ttl04 {
  width: 100%;
}
#about--orthodontics .topic-about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#about--orthodontics .topic-about .item-text {
  width: 100%;
}
#about--orthodontics .topic-care .wrap-category {
  gap: 3vw;
}
#about--orthodontics .topic-care .wrap-category .block-category {
  width: 100%;
  padding: 5vw;
  background: var(--col--main-01);
  border-bottom: 4px solid var(--col--acc-01);
}
#about--orthodontics .topic-care .wrap-category .block-category .ttl05 {
  width: 100%;
  padding: 3vw 2vw;
  background: #fff;
  margin-bottom: var(--margin-35);
  border-left: 3px solid var(--col--acc-01);
}
#about--orthodontics .topic-care .wrap-category .block-category .ttl05 .ja {
  font-size: var(--font-size-22);
  color: var(--col--main-02);
}
#about--orthodontics .topic-care .wrap-category .block-category .item-text p {
  color: #fff;
}
#about--orthodontics .topic-care .wrap-category .block-category .list {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 15px;
}
#about--orthodontics .topic-care .wrap-category .block-category .list-item {
  font-size: var(--font-size-18);
  color: #fff;
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid #fff;
  margin-bottom: var(--margin-10);
  font-size: 3.5vw;
}
#about--orthodontics .topic-care .wrap-category .block-category:not(:first-of-type) {
  width: calc((100% - 40px) / 2);
  width: 100%;
}

/* about-implant
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about--implant {
  background: var(--col--base-01);
}
#about--implant .topic-about {
  z-index: 0;
  position: relative;
  margin-bottom: var(--margin-90);
}
#about--implant .topic-about .ttl04 {
  width: 100%;
  margin-left: auto;
}
#about--implant .topic-about .item-img {
  z-index: 0;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 4vw;
}
#about--implant .topic-about .item-text {
  width: 100%;
  margin-left: auto;
}
/* orthodontics
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* orthodontics--feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#orthodontics--feature {
  background: url(/img/orthodontics/orthodontics__feature__bg_img_01.png) right bottom/70vw no-repeat, var(--col--base-01);
}
#orthodontics--feature .topic-feature {
  background: #fff;
  padding: 5vw;
  border: 1px solid var(--col--main-02);
}
/* orthodontics--category
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#orthodontics--category {
  background: url(/img/orthodontics/orthodontics__category__bg_img_01.jpg) center center/cover no-repeat;
}
#orthodontics--category .list-category {
  --num: 2;
  --column-gap: 40px;
  --row-gap: 40px;
  flex-wrap: wrap;
}
#orthodontics--category .list-category-item {
  background: var(--col--main-03);
  padding: 5vw;
}
#orthodontics--category .list-category-item .ttl04 {
  width: 100%;
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid #fff;
  margin-bottom: var(--margin-25);
}
#orthodontics--category .list-category-item .ttl04 .ja {
  font-weight: 400;
  font-size: var(--font-size-28);
  color: #fff;
}
#orthodontics--category .list-category-item .item-img {
  margin-bottom: var(--margin-20);
}
#orthodontics--category .list-category-item .item-text p {
  color: #fff;
}

/* orthodontics--example
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#orthodontics--example {
  position: relative;
  z-index: 0;
}
#orthodontics--example::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 40vw);
  bottom: 0;
  left: 0;
  background: var(--pat--stripe_01_b);
}
#orthodontics--example .inner .topic-sample .block-sample {
  gap: 5vw;
  position: relative;
  flex-direction: column;
  gap: 1vw;
  margin-bottom: 10vw;
}
#orthodontics--example .inner .topic-sample .block-sample .unit-sample {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: var(--margin-20);
  position: relative;
  flex-direction: column;
}
#orthodontics--example .inner .topic-sample .block-sample .unit-sample dt {
  width: fit-content;
  padding: 1vw 3vw;
  color: #fff;
  font-size: var(--font-size-22);
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: var(--margin-15);
}
#orthodontics--example .inner .topic-sample .block-sample .unit-sample dt::before {
  --width: 9px;
  --height: 8px;
  --color: var(--col--main-02);
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  content: "";
  position: absolute;
  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);
}
#orthodontics--example .inner .topic-sample .block-sample .unit-sample.unit-before dt {
  background: var(--col--main-02);
}
#orthodontics--example .inner .topic-sample .block-sample .unit-sample.unit-after dt {
  background: var(--col--main-03);
}
#orthodontics--example .inner .topic-sample .block-sample .unit-sample.unit-after dt::before {
  --color: var(--col--main-03);
}

/* orthodontics--flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* orthodontics--price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#orthodontics--price {
  background: url(/img/orthodontics/orthodontics__price__bg_shape_01.png) right bottom/auto 100% no-repeat, var(--col--base-01);
}
/* implant
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* implant-about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#implant--about {
  position: relative;
  z-index: 0;
  background: url(/img/implant/implant__about__bg_shape_01.png) left bottom no-repeat, var(--col--base-01);
}
#implant--about .topic-about {
  position: relative;
  background: var(--col--main-03);
  padding: 5vw;
  width: fit-content;
}
#implant--about .topic-about .item-img {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 4vw;
}
#implant--about .topic-about .list-feature {
  width: 100%;
}
#implant--about .topic-about .list-feature-item {
  font-size: var(--font-size-18);
  line-height: 1.7;
  color: #fff;
  font-weight: 400;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #fff;
  margin-bottom: var(--margin-20);
}
#implant--about .topic-about .list-feature-item:last-child {
  margin-bottom: 0;
}

/* implant-merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#implant--merit {
  background: url(/img/implant/implant__merit__bg_img_01.jpg) center center/cover no-repeat;
}
#implant--merit .inner .wrap-compare {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#implant--merit .inner .wrap-compare .block-compare {
  background: #fff;
}
#implant--merit .inner .wrap-compare .block-compare .ttl04 {
  width: calc(100% - 3vw);
  padding: 3vw 5vw;
  text-align: center;
  margin-top: var(--margin-30);
  margin-bottom: var(--margin-10);
  margin-bottom: 1vw;
}
#implant--merit .inner .wrap-compare .block-compare .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 600;
  color: #fff;
}
#implant--merit .inner .wrap-compare .block-compare .list-compare {
  padding: 20px;
}
#implant--merit .inner .wrap-compare .block-merit .ttl04 {
  background: var(--col--main-03);
}
#implant--merit .inner .wrap-compare .block-demerit .ttl04 {
  background: var(--col--main-02);
}

/* implant-maintenance
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#implant--maintenance .inner .ttl03 .ja {
  font-size: 5.5vw;
}
#implant--maintenance .inner .lead-text {
  text-align: left;
  margin-bottom: var(--margin-50);
}
#implant--maintenance .inner .lead-text br {
  display: none;
}
#implant--maintenance .inner .topic-maintenance {
  padding: 8vw 5vw;
  background: #f8f8f8;
}
#implant--maintenance .inner .topic-maintenance .ttl04 {
  padding-bottom: 5vw;
}
#implant--maintenance .inner .topic-maintenance .ttl04 .ja {
  font-size: 5vw;
}
#implant--maintenance .inner .topic-maintenance .list-item {
  font-size: var(--font-size-18);
  margin-bottom: var(--margin-15);
  font-size: 4vw;
  line-height: 1.5;
  margin-bottom: 5vw;
}
#implant--maintenance .inner .topic-maintenance .list-item:last-child {
  margin-bottom: 0;
}

/* implant-flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#implant--flow {
  background: var(--pat--stripe_01_b);
}
/* implant-price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* for_worry
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* for_worry--about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_worry--about {
  background: url(/img/for_worry/for_worry__about__bg_shape_01.png) right bottom no-repeat, var(--col--base-01);
}
#for_worry--about .topic-worry {
  padding: 5vw;
  background: #fff;
  border: 1px solid var(--col--main-02);
  position: relative;
}
#for_worry--about .topic-worry .item-img {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 4vw;
}
/* for_worry--care
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_worry--care {
  background: url(/img/for_worry/for_worry__care__bg_img_01.png) right bottom/70vw no-repeat;
}
#for_worry--care .topic-about {
  position: relative;
}
#for_worry--care .topic-about .item-img {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 4vw;
}
#for_worry--care .topic-about .item-img::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50vw;
  bottom: -5vw;
  background: var(--pat--stripe_01_b2);
}
#for_worry--care .topic-about .item-text {
  width: 100%;
  margin-left: auto;
  top: 30px;
  position: relative;
}
/* for_worry--flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_worry--flow {
  position: relative;
  z-index: 0;
  background: var(--col--base-01);
}
#for_worry--flow .topic-flow {
  width: 100%;
  overflow-x: scroll;
}
#for_worry--flow .topic-flow .list-flow {
  width: 150%;
}
#for_worry--flow .topic-flow .list-flow-item:first-of-type {
  width: 100%;
  margin-bottom: var(--margin-30);
  padding: 5vw;
  background: #fff;
}
#for_worry--flow .topic-flow .list-flow-item:first-of-type .ttl04 {
  padding-bottom: var(--margin-15);
  margin-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-01);
}
#for_worry--flow .topic-flow .list-flow-item:first-of-type .ttl04 .num {
  position: relative;
  margin-right: var(--margin-20);
}
#for_worry--flow .topic-flow .list-flow-item:first-of-type .ttl04 .num img {
  height: 6vw;
}
#for_worry--flow .topic-flow .list-flow-item:first-of-type .ttl04 .ja {
  font-size: var(--font-size-24);
  line-height: 1.5;
  color: var(--col--main-01);
}
#for_worry--flow .topic-flow .list-flow-item:first-of-type .item-text p {
  color: var(--col--txt-01);
}
#for_worry--flow .topic-flow .list-flow-item:first-of-type:last-child {
  margin-bottom: 0;
}
#for_worry--flow .topic-flow .list-flow-trunk {
  gap: 5vw;
}
#for_worry--flow .topic-flow .list-flow-branch {
  position: relative;
}
#for_worry--flow .topic-flow .list-flow-branch::before {
  content: "";
  position: absolute;
  width: 2vw;
  z-index: -1;
  height: 100%;
  left: 50%;
  translate: -50% 0;
  top: -5vw;
  background: var(--col--acc-01);
}
#for_worry--flow .topic-flow .list-flow-branch-item {
  padding: 5vw;
  width: 100%;
  min-height: 170px;
  margin-bottom: var(--margin-30);
}
#for_worry--flow .topic-flow .list-flow-branch-item .ttl04 {
  padding-bottom: var(--margin-15);
  margin-bottom: var(--margin-20);
  border-bottom: 1px solid #fff;
}
#for_worry--flow .topic-flow .list-flow-branch-item .ttl04 .num {
  position: relative;
  margin-right: var(--margin-20);
}
#for_worry--flow .topic-flow .list-flow-branch-item .ttl04 .num img {
  height: 4vw;
}
#for_worry--flow .topic-flow .list-flow-branch-item .ttl04 .ja {
  line-height: 1.5;
  font-size: var(--font-size-24);
  font-size: 4.6vw;
  color: #fff;
}
#for_worry--flow .topic-flow .list-flow-branch-item .item-text p {
  color: #fff;
}
#for_worry--flow .topic-flow .list-flow-branch-item:last-child {
  margin-bottom: 0;
}
#for_worry--flow .topic-flow .list-flow-branch:nth-of-type(1) .list-flow-branch-item {
  background: var(--col--main-03);
}
#for_worry--flow .topic-flow .list-flow-branch:nth-of-type(2) .list-flow-branch-item {
  background: var(--col--main-02);
}

/* for_worry--price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_worry--price {
  background: url(/img/for_worry/for_worry__price__bg_img_01.jpg) center center/cover no-repeat;
}
#for_worry--price .topic-about .item-text {
  text-align: left;
}
#for_worry--price .topic-about .item-text br {
  display: none;
}
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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 */