@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 105px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-20);
}
#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;
}
#header .block__right {
  position: relative;
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: end;
}
#header .block__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: fit-content;
  align-items: end;
  justify-content: center;
}
#header .block__info_detail {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: var(--margin-10);
}
#header .block__info_detail .com__tel {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  margin-right: var(--margin-20);
}
#header .block__info_detail .com__tel dt {
  text-align: center;
  color: var(--col--main-01);
  font-weight: 500;
  background: url(/img/common/hd__tel_bg_01.png) center center/contain no-repeat;
  width: 141px;
  height: 57px;
  text-align: center;
  align-content: center;
  letter-spacing: 0.03em;
  font-size: var(--font-size-15);
  padding-right: 5px;
  line-height: 1.3;
}
#header .block__info_detail .com__tel dd {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 5px;
}
#header .block__info_detail .com__tel .item__num {
  font-size: var(--font-size-31);
}
#header .block__info_detail .com__tel .item__num small {
  font-size: var(--font-size-26);
  margin-right: 10px;
}
#header .block__info_detail .com__tel .item__attention {
  height: 11px;
}
#header .block__info_detail .com__times {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin-right: var(--margin-20);
}
#header .block__info_detail .com__times .item {
  gap: 10px;
}
#header .block__info_detail .com__times .item dt,
#header .block__info_detail .com__times .item dd {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: var(--font-size-16);
}
#header .block__info_detail .com__times .item dt {
  position: relative;
  padding-inline: 10px;
}
#header .block__info_detail .com__times .item dt::before {
  content: "";
  position: absolute;
  border-left: 1px solid var(--col--txt-01);
  height: 100%;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .block__info_detail .com__times .item dt::after {
  content: "";
  position: absolute;
  border-right: 1px solid var(--col--txt-01);
  height: 100%;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .btn__contact {
  height: 100%;
  width: 130px;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-17);
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid var(--col--main-01);
  transition: ease 0.2s;
  position: relative;
}
#header .btn__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_05_violet.png) center center/contain no-repeat;
  width: 17px;
  height: 17px;
  right: 0;
  bottom: 0;
}
#header .btn__contact span {
  position: relative;
  padding-top: 30px;
}
#header .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_white.png) center center/contain no-repeat;
  width: 26px;
  height: 19px;
  left: 50%;
  translate: -50% 0;
  top: 0;
  transition: ease 0.2s;
}
#header .btn__contact:hover {
  background: #fff;
  color: var(--col--main-01);
}
#header .btn__contact:hover span::before {
  background: url(/img/common/icon__mail_01_violet.png) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

html {
  scroll-padding-top: 100px;
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
}
#nav .list-nav .item {
  width: fit-content;
  padding-right: var(--margin-30);
  margin-right: var(--margin-30);
  border-right: 1px solid var(--col--main-02);
}
#nav .list-nav .item a {
  transition: ease 0.17s;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.1em;
}
#nav .list-nav .item a:hover {
  opacity: 0.8;
  color: var(--col--main-02);
}
#nav .list-nav .item:last-child {
  margin-right: 0;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 825px;
  background: url(/img/mv/mv__img.png) center center/cover no-repeat;
  margin-top: 100px;
}
#mv .mv-catch {
  position: absolute;
  left: 100px;
  top: 330px;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 100px;
}
#sv .sv-catch {
  z-index: 1;
  position: absolute;
  left: 100px;
  bottom: 70px;
  font-size: var(--font-size-52);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: var(--fot--Shippori-Mincho-B1);
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

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

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

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

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

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

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

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

.sv-price {
  background: url(/img/sv/sv__price.png) center center/cover no-repeat;
}

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

.sv-case {
  background: url(/img/sv/sv__case.png) 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-35);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
  padding-block: 80px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  height: 220px;
  gap: 30px 50px;
  margin-bottom: var(--margin-80);
}
#footer .list-nav .item {
  width: fit-content;
  font-size: var(--font-size-16);
  font-weight: 400;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 10px;
}
#footer .list-nav .item::before {
  content: "";
  position: absolute;
  border-left: 1px solid var(--col--main-01);
  height: 290%;
  left: 0;
  top: 0;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  opacity: 0.7;
  color: var(--col--main-02);
}
#footer .list-nav .item:last-child::before, #footer .list-nav .item:nth-of-type(5)::before {
  height: 170%;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: end;
  color: var(--col--main-02);
  font-size: 12px;
  letter-spacing: 0;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
#footer .list__contact {
  display: flex;
  justify-content: end;
  gap: 35px;
  align-items: center;
}
#footer .list__contact_item {
  align-items: center;
  margin-bottom: var(--margin-35);
}
#footer .list__contact_item .btn__official {
  position: relative;
}
#footer .list__contact_item .btn__official::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link_01_white.png) center center/contain no-repeat;
  width: 17px;
  height: 13px;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
}
#footer .list__contact_item .btn__official:hover::before {
  background: url(/img/common/icon__link_01_violet.png) center center/contain no-repeat;
}
#footer .list__contact_item .com__instagram {
  --size: 43px;
}
#footer .com__tel {
  margin-bottom: var(--margin-30);
}
#footer .com__tel dt {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  border-radius: 100px;
  border: 1px solid var(--col--main-01);
  text-align: center;
  padding: 5px 5px;
  margin-bottom: 5px;
}
#footer .com__tel dd {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#footer .com__tel .item__num {
  font-size: var(--font-size-38);
  margin-bottom: 6px;
}
#footer .com__tel .item__num small {
  margin-right: var(--margin-15);
  font-size: var(--font-size-32);
}
#footer .com__tel .item__attention {
  height: 12px;
}
#footer .com__times {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: var(--margin-20);
}
#footer .com__times .item {
  gap: 10px;
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
}
#footer .com__times .item dt {
  position: relative;
  width: fit-content;
  padding-inline: 10px;
}
#footer .com__times .item dt::before {
  content: "";
  position: absolute;
  border-left: 1px solid var(--col--txt-01);
  height: 100%;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .com__times .item dt::after {
  content: "";
  position: absolute;
  border-right: 1px solid var(--col--txt-01);
  height: 100%;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .item__address {
  font-size: var(--font-size-16);
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.pagetop {
  z-index: 5;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: ease 0.3s;
}
.pagetop:hover {
  opacity: 0.8;
  bottom: 23px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__concept {
  z-index: 0;
  position: relative;
  background: url(/img/common/sep__wave_01_pink_b.png) center bottom/100% auto no-repeat, #fff;
}
#top__concept .inner {
  padding-top: 140px;
  padding-bottom: 240px;
}
#top__concept .block__greeting {
  position: relative;
}
#top__concept .block__greeting .ttl03 {
  margin-bottom: var(--margin-40);
  position: relative;
}
#top__concept .block__greeting .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__concept__deco_text.png) center center/contain no-repeat;
  width: 515px;
  height: 116px;
  left: -100px;
  top: -60px;
}
#top__concept .block__greeting .ttl03 .ttl__en {
  position: relative;
}
#top__concept .block__greeting .item__img {
  position: absolute;
  right: -110px;
  top: 0px;
}
#top__concept .block__greeting .item__text {
  width: 520px;
}
#top__concept .block__greeting .item__text p {
  margin-bottom: var(--margin-70);
}
#top__concept .block__greeting .item__text p .str-01 {
  font-size: var(--font-size-19);
  font-weight: 500;
  color: var(--col--main-01);
  background: linear-gradient(0deg, #f9f1ff 50%, rgba(249, 241, 255, 0) 50%);
}

/* top__changes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__changes {
  background: url(/img/top/top__changes_bg_01.png) center bottom no-repeat var(--col--base-02);
}
#top__changes .inner {
  padding-block: 40px 460px;
}
#top__changes .ttl03 {
  align-items: center;
  margin-bottom: var(--margin-55);
}
#top__changes .block__feature .list__feature {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#top__changes .block__feature .list__feature_item {
  width: 360px;
  height: 290px;
  padding: 30px 25px;
  background: #fff;
  border-top: 2px solid var(--col--main-01);
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 20px 0px rgba(127, 102, 179, 0.3);
}
#top__changes .block__feature .list__feature_item .ttl04 {
  text-align: center;
  order: 2;
  margin-bottom: 10px;
}
#top__changes .block__feature .list__feature_item .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 600;
  letter-spacing: 0.07em;
  font-family: var(--fot--Shippori-Mincho-B1);
  color: var(--col--txt-02);
  line-height: 1.6;
}
#top__changes .block__feature .list__feature_item .item__img {
  margin-inline: auto;
  order: 1;
  margin-bottom: var(--margin-15);
}
#top__changes .block__feature .list__feature_item .item__img img {
  width: 82px;
  height: 65px;
  object-fit: contain;
}
#top__changes .block__feature .list__feature_item .item__text {
  order: 3;
}
#top__changes .block__feature .list__feature_item .item__text p {
  font-size: var(--font-size-15);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
#top__changes .block__feature .list__feature_null {
  width: 10px;
}

/* top__profile
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__profile {
  background: url(/img/common/sep__wave_01_pink_b.png) center bottom/100% auto no-repeat;
}
#top__profile .inner {
  padding-block: 130px 240px;
}
#top__profile .ttl03 {
  margin-bottom: var(--margin-30);
  gap: 15px;
  margin-left: 100px;
  position: relative;
}
#top__profile .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__profile__deco_text.png) center center/contain no-repeat;
  width: 378px;
  height: 91px;
  left: -100px;
  top: -60px;
}
#top__profile .block__owner {
  width: 900px;
  padding: 50px;
  margin-inline: auto;
  background: #fff;
  outline: 2px solid #ccc2e1;
  outline-offset: -10px;
  box-shadow: 0px 5px 20px 0px rgba(127, 102, 179, 0.4);
  position: relative;
}
#top__profile .block__owner .ttl04 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: var(--margin-30);
  position: relative;
  padding-left: 130px;
}
#top__profile .block__owner .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__profile__logo_01.png) center center/contain no-repeat;
  width: 105px;
  height: 70px;
  top: 0;
  left: 0;
}
#top__profile .block__owner .ttl04 .ttl__en {
  order: 2;
  font-size: var(--font-size-20);
  font-weight: 400;
  font-family: var(--fot--Marcellus);
  letter-spacing: 0.1em;
  color: var(--col--txt-02);
}
#top__profile .block__owner .ttl04 .ttl__ja {
  order: 1;
  font-size: var(--font-size-34);
  font-weight: 500;
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0.08em;
}
#top__profile .block__owner .item__img {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#top__profile .block__owner .item__text {
  margin-bottom: var(--margin-30);
}
#top__profile .block__owner .item__text p {
  font-size: var(--font-size-16);
}
#top__profile .block__owner .com__btn_01 {
  width: 330px;
}
/* top__features
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__features {
  background: var(--col--base-02);
}
#top__features .inner {
  padding-block: 45px;
}
#top__features .ttl03 {
  align-items: center;
  gap: 20px;
  margin-bottom: var(--margin-70);
}
#top__features .block__features .list__features {
  width: 100%;
  display: flex;
  gap: 80px 45px;
  flex-wrap: wrap;
}
#top__features .block__features .list__features_item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 90px) / 3);
}
#top__features .block__features .list__features_item .ttl04 {
  display: flex;
  flex-direction: column;
  position: relative;
}
#top__features .block__features .list__features_item .ttl04 .ttl__ja {
  order: 3;
  font-size: var(--font-size-24);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--col--main-01);
  font-family: var(--fot--Shippori-Mincho-B1);
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
  border-left: 4px solid var(--col--main-02);
  margin-bottom: var(--margin-10);
}
#top__features .block__features .list__features_item .ttl04 .ttl__img {
  width: 120%;
  order: 2;
  margin-left: -5%;
}
#top__features .block__features .list__features_item .ttl04 .ttl__num {
  position: absolute;
  order: 1;
  top: -20px;
  left: -10px;
}
#top__features .block__features .list__features_item .item__text p {
  font-size: var(--font-size-15);
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.7;
}

/* top__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__bnr {
  background: url(/img/common/sep__wave_01_pink_t.png) center top/100% auto no-repeat;
}
#top__bnr .inner {
  padding-block: 230px 60px;
}
#top__bnr a {
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#top__bnr a:hover {
  opacity: 0.6;
  top: -4px;
}

/* top__guide
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__guide {
  background: url(/img/common/sep__wave_01_pink_b.png) center bottom/100% auto no-repeat;
}
#top__guide .inner {
  width: 100%;
  padding-block: 115px 200px;
  position: relative;
  z-index: 0;
}
#top__guide .ttl03 {
  align-items: center;
  margin-inline: auto;
  gap: 30px;
  margin-bottom: var(--margin-60);
  position: relative;
}
#top__guide .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__guide__deco_text.png) center center/contain no-repeat;
  width: 1036px;
  height: 120px;
  left: 50%;
  translate: -50% 0;
  top: -60px;
}
#top__guide .block__guide {
  width: 100%;
}
#top__guide .block__guide .list__guide {
  padding-inline: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
#top__guide .block__guide .list__guide .list__guide_item {
  width: calc((100% - 30px) / 2);
  height: 420px;
  box-shadow: 0px 5px 20px 0px rgba(127, 102, 179, 0.3);
}
#top__guide .block__guide .list__guide .list__guide_item a {
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  overflow: hidden;
}
#top__guide .block__guide .list__guide .list__guide_item a::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--background);
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 1;
  transition: ease 0.45s;
}
#top__guide .block__guide .list__guide .list__guide_item a .ttl04 {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
  position: relative;
}
#top__guide .block__guide .list__guide .list__guide_item a .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_vliolet.png) center center/contain no-repeat;
  width: 66px;
  height: 66px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__guide .block__guide .list__guide .list__guide_item a .ttl04 .ttl__ja {
  font-size: var(--font-size-46);
  font-family: var(--fot--Shippori-Mincho-B1);
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 90%;
  line-height: 1.4;
}
#top__guide .block__guide .list__guide .list__guide_item a .ttl04 .ttl__en {
  font-size: var(--font-size-22);
  font-family: var(--fot--Marcellus);
  font-weight: 400;
  letter-spacing: 0.1em;
}
#top__guide .block__guide .list__guide .list__guide_item a:hover::before {
  scale: 1.03;
  opacity: 0.9;
}
#top__guide .block__guide .list__guide .list__guide_item:nth-of-type(1) {
  --background: url(/img/top/top__guide_01.png)center center / cover no-repeat;
}
#top__guide .block__guide .list__guide .list__guide_item:nth-of-type(2) {
  --background: url(/img/top/top__guide_02.png)center center / cover no-repeat;
}
#top__guide .block__guide .list__guide .list__guide_item:nth-of-type(3) {
  --background: url(/img/top/top__guide_03.png)center center / cover no-repeat;
}
#top__guide .block__guide .list__guide .list__guide_item:nth-of-type(4) {
  --background: url(/img/top/top__guide_04.png)center center / cover no-repeat;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__tag .item {
  font-size: var(--font-size-14);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0;
  color: var(--col--txt-02);
}

.com__latest {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(127, 102, 179, 0.15);
  margin-bottom: var(--margin-20);
  position: relative;
  transition: ease 0.2s;
  right: 0;
}
.com__latest:last-child {
  margin-bottom: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 83%;
  padding-right: var(--margin-20);
  margin-top: var(--margin-20);
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: var(--margin-15);
}
.com__latest .item__time {
  position: relative;
  order: 2;
  width: fit-content;
  margin-bottom: var(--margin-15);
  font-size: var(--font-size-16);
  letter-spacing: 0.15em;
  font-weight: 400;
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
  justify-content: end;
}
.com__latest .group__img {
  height: 130px;
  width: 170px;
  margin-right: 20px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 170px;
}
.com__latest:hover {
  color: var(--col--main-02);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 10px;
}

#top__news {
  background: var(--col--base-02);
}
#top__news .inner {
  position: relative;
  padding-block: 50px 120px;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 50px;
  gap: 25px;
}
#top__news .cont__latest {
  width: 790px;
  margin-left: auto;
}
#top__news .cont__latest .com__latest a .group__info {
  width: 76%;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 210px;
}
/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  position: relative;
  z-index: 0;
  padding-top: 70px;
}
.common__contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  background: var(--col--base-02);
  left: 50%;
  translate: -50% 0;
  top: 0;
}
.common__contact .inner {
  position: relative;
  padding-block: 120px;
}
.common__contact .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/common__contact_bg_01.png) center center/contain no-repeat;
  width: 1736px;
  height: 606px;
  left: 50%;
  translate: -50% 0;
  top: -13px;
}
.common__contact .block__contact .ttl03 {
  align-items: center;
  margin-inline: auto;
  gap: 20px;
  margin-bottom: var(--margin-40);
}
.common__contact .block__contact .ttl03 .ttl__ja {
  font-size: 50px;
  font-weight: 600;
  color: var(--col--txt-02);
  text-shadow: 0px 0px 12px rgb(255, 255, 255), 0px 0px 6px rgba(255, 255, 255, 0.5);
}
.common__contact .block__contact .ttl03 .ttl__en {
  font-size: var(--font-size-32);
  color: #fff;
}
.common__contact .block__contact .com__tel {
  margin-bottom: var(--margin-40);
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-bottom: 50px;
  gap: 10px;
}
.common__contact .block__contact .com__tel .item__num {
  order: 2;
  color: #fff;
  font-size: var(--font-size-48);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.common__contact .block__contact .com__tel .item__num small {
  font-size: var(--font-size-41);
  margin-right: var(--margin-10);
}
.common__contact .block__contact .com__tel .item__attention {
  order: 1;
}
.common__contact .block__contact .com__tel .item__text_note {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.common__contact .block__contact .com__times {
  gap: 80px;
  margin-inline: auto;
  width: fit-content;
}
.common__contact .block__contact .com__times .item {
  gap: 15px;
}
.common__contact .block__contact .com__times .item dt,
.common__contact .block__contact .com__times .item dd {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
.common__contact .block__contact .com__times .item dt {
  position: relative;
  padding-inline: 10px;
}
.common__contact .block__contact .com__times .item dt::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  border-left: 1px solid #fff;
}
.common__contact .block__contact .com__times .item dt::after {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  border-right: 1px solid #fff;
}
/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__works {
  background: url(/img/about/about__works__bg_01.png) center bottom no-repeat;
}
#about__works .inner {
  padding-block: 200px 420px;
}
#about__works .block__works {
  z-index: 0;
  position: relative;
  margin-bottom: 180px;
}
#about__works .block__works .ttl03 {
  margin-bottom: var(--margin-40);
  gap: 20px;
  position: relative;
}
#about__works .block__works .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/about/about__works__deco_text.png) center center/contain no-repeat;
  width: 376px;
  height: 90px;
  left: -100px;
  top: -60px;
}
#about__works .block__works .item__img {
  position: absolute;
  right: -70px;
  top: -100px;
}
#about__works .block__works .item__text {
  width: 535px;
}
#about__works .block__message {
  padding: 35px;
  width: 760px;
  margin-left: auto;
  background: var(--col--main-03);
  position: relative;
}
#about__works .block__message::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_03_violet.png) center center/contain no-repeat;
  width: 32px;
  height: 36px;
  translate: -100% 0;
  left: 2px;
  top: 160px;
}
#about__works .block__message .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-30);
}
#about__works .block__message .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0.15em;
  font-weight: 500;
  color: var(--col--main-01);
}
#about__works .block__message .item__img {
  position: absolute;
  left: -320px;
  top: 50px;
}
#about__works .block__message .item__img img {
  margin-bottom: var(--margin-15);
}
#about__works .block__message .item__img figcaption dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#about__works .block__message .item__img figcaption dl dt {
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
}
#about__works .block__message .item__img figcaption dl dd {
  font-size: var(--font-size-26);
  font-weight: 500;
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0.07em;
}
#about__works .block__message .item__text p {
  font-size: var(--font-size-16);
}
#about__works .block__message .item__text .str-01 {
  font-weight: 500;
  color: var(--col--main-01);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.7) 60%);
}

/* about__compare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__compare {
  background: var(--col--base-02);
}
#about__compare .ttl03 {
  align-items: center;
  margin-bottom: var(--margin-40);
}
#about__compare .item__table {
  background: #fff;
  width: 100%;
}
#about__compare .item__table thead {
  width: 100%;
}
#about__compare .item__table thead tr {
  width: 100%;
}
#about__compare .item__table thead tr th {
  background: #b7b7b7;
  font-size: var(--font-size-19);
  text-align: center;
  align-content: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-block: 10px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border-right: 1px solid #fff;
}
#about__compare .item__table thead tr th.this_sumire {
  font-size: var(--font-size-20);
  font-weight: 500;
  background: #7f66b3;
  border-inline: 7px solid var(--col--main-01);
  border-top: 7px solid var(--col--main-01);
}
#about__compare .item__table thead tr th.this_explain {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #b5a3d8;
}
#about__compare .item__table tbody tr th {
  width: 196px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  min-height: 70px;
  background: #b5a3d8;
  padding-block: 20px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
#about__compare .item__table tbody tr td {
  text-align: center;
  vertical-align: middle;
  font-size: var(--font-size-16);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  border-bottom: 1px solid var(--col--main-01);
  border-right: 1px solid var(--col--main-01);
  font-size: var(--font-size-15);
  padding-block: 3px;
}
#about__compare .item__table tbody tr td.this_sumire {
  border-inline: 7px solid var(--col--main-01);
}
#about__compare .item__table tbody tr td.this_review {
  vertical-align: top;
  padding-block: 0 3px;
}
#about__compare .item__table tbody tr td.this_review .review {
  display: block;
  width: 100%;
  text-align: center;
  padding-block: 5px;
  background: #fcf7ff;
  color: var(--col--main-01);
  margin-bottom: 5px;
  font-size: var(--font-size-22);
  font-weight: 700;
}
#about__compare .item__table tbody tr td.this_review .txt {
  padding-block: 3px 7px;
  display: block;
}
#about__compare .item__table tbody tr td.this_review.this_sumire .review {
  background: var(--col--main-03);
}
#about__compare .item__table tbody tr:last-of-type td.this_sumire {
  border-bottom: 7px solid var(--col--main-01);
}

/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature {
  background: url(/img/common/sep__wave_01_pink_b.png) center bottom no-repeat;
}
#about__feature .inner {
  position: relative;
  z-index: 0;
  padding-block: 150px 180px;
}
#about__feature .block__feature .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#about__feature .block__feature .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__deco_text.png) center center/contain no-repeat;
  width: 755px;
  height: 90px;
  left: -100px;
  top: -60px;
}
#about__feature .block__feature .list__feature {
  gap: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#about__feature .block__feature .list__feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 100px) / 3);
}
#about__feature .block__feature .list__feature_item .ttl04 {
  order: 2;
  margin-bottom: var(--margin-10);
}
#about__feature .block__feature .list__feature_item .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 500;
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0.1em;
  color: var(--col--main-01);
}
#about__feature .block__feature .list__feature_item .item__img {
  order: 1;
  margin-bottom: var(--margin-10);
}
#about__feature .block__feature .list__feature_item .item__text {
  order: 3;
}
#about__feature .block__feature .list__feature_item .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.6;
}
/* price
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* price__view
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__view {
  background: url(/img/common/sep__wave_01_pink_b.png) center bottom/100% auto no-repeat;
}
#price__view .inner {
  padding-bottom: 220px;
  position: relative;
  z-index: 0;
  padding-top: 150px;
}
#price__view .ttl03 {
  gap: 20px;
  margin-bottom: var(--margin-60);
  position: relative;
}
#price__view .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/price/price__view__deco_text.png) center center/contain no-repeat;
  width: 291px;
  height: 87px;
  left: -100px;
  top: -60px;
}
#price__view .item__text_note {
  position: absolute;
  right: 0;
  top: 230px;
  font-size: var(--font-size-15);
}
#price__view .cont__post {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#price__view .block__post {
  background: var(--col--base-02);
  padding: 25px;
}
#price__view .block__post hgroup {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  gap: 7px;
  display: flex;
  align-items: center;
}
#price__view .block__post .ttl04 {
  max-width: 600px;
}
#price__view .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0.15em;
  color: var(--col--main-01);
  line-height: 1.4;
}
#price__view .block__post .item__time {
  font-size: var(--font-size-16);
  font-weight: 500;
  width: fit-content;
  margin-left: auto;
  margin-right: var(--margin-20);
  color: var(--col--main-01);
  line-height: 1.2;
}
#price__view .block__post .item__price {
  font-size: var(--font-size-16);
  font-weight: 500;
  width: fit-content;
  color: var(--col--main-01);
  line-height: 1.2;
}
#price__view .block__post .item__text p {
  font-size: var(--font-size-16);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* price__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__flow {
  background: var(--col--base-02);
}
#price__flow .inner {
  padding-top: 30px;
  padding-bottom: 210px;
}
#price__flow .ttl03 {
  align-items: center;
  margin-bottom: 100px;
  gap: 20px;
}
#price__flow .block__flow_item {
  position: relative;
  width: 660px;
  margin-left: auto;
  margin-bottom: 160px;
}
#price__flow .block__flow_item:last-child {
  margin-bottom: 0;
}
#price__flow .block__flow_item .ttl04 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-15);
}
#price__flow .block__flow_item .ttl04 .ttl__num {
  font-size: var(--font-size-19);
  font-family: var(--fot--Marcellus);
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  border: 1px solid var(--col--main-01);
  border-radius: 30px;
  width: fit-content;
  padding: 5px 20px;
}
#price__flow .block__flow_item .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  font-family: var(--fot--Shippori-Mincho-B1);
  color: var(--col--main-01);
}
#price__flow .block__flow_item .item__img {
  position: absolute;
  left: -40px;
  top: -40px;
  translate: -100% 0;
}
#price__flow .block__flow_item .item__text p {
  font-size: var(--font-size-16);
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .inner {
  position: relative;
  z-index: 0;
  padding-top: 150px;
}
#case .ttl03 {
  margin-bottom: var(--margin-60);
  position: relative;
}
#case .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/case/case__deco_text.png) center center/contain no-repeat;
  width: 1109px;
  height: 90px;
  left: -100px;
  top: -60px;
}
#case .list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
  margin-bottom: var(--margin-60);
}
#case .list__tags_item {
  min-width: 250px;
  width: fit-content;
  height: 60px;
  border-radius: 50px;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-17);
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: ease 0.2s;
  border: 1px solid var(--col--main-01);
}
#case .list__tags_item a {
  width: 100%;
  height: 100%;
  padding-inline: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#case .list__tags_item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_01_white.png) center center/contain no-repeat;
  width: 13px;
  height: 10px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
#case .list__tags_item:hover {
  background: #fff;
  color: var(--col--main-01);
}
#case .list__tags_item:hover a::before {
  background: url(/img/common/icon__arr_01_violet.png) center center/contain no-repeat;
}
#case .cont__post {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
}
#case .block__post {
  position: relative;
  width: calc((100% - 100px) / 3);
  height: 440px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(127, 102, 179, 0.15);
  top: 0;
  transition: ease 0.2s;
}
#case .block__post a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
}
#case .block__post .ttl04 {
  order: 2;
  margin-inline: 10px;
  margin-bottom: 15px;
  border-left: 4px solid var(--col--main-02);
  padding-left: 10px;
  line-height: 1.3;
  overflow: hidden;
  max-height: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#case .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  color: var(--col--main-01);
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: var(--fot--Shippori-Mincho-B1);
}
#case .block__post .item__img {
  order: 1;
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: var(--margin-20);
}
#case .block__post .item__text {
  order: 3;
  position: relative;
  margin-bottom: var(--margin-50);
  margin-inline: 10px;
  overflow: hidden;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#case .block__post .item__text p {
  font-size: var(--font-size-15);
  line-height: 1.7;
}
#case .block__post .item__text p br {
  display: none;
}
#case .block__post .item__profile {
  border: 1px solid var(--col--main-01);
  background: #fff;
  border-radius: 30px;
  padding: 6px 10px;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  top: -12px;
  left: 0;
  z-index: 2;
  color: var(--col--main-01);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
}
#case .block__post .btn__detail {
  order: 4;
  background: var(--col--main-02);
  margin-left: auto;
  color: #fff;
  width: fit-content;
  border-radius: 30px 0 0 0;
  width: 185px;
  height: 40px;
  text-align: center;
  align-content: center;
  font-size: var(--font-size-15);
  font-weight: 400;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  right: 0;
}
#case .block__post .btn__detail span {
  position: relative;
  padding-right: var(--margin-20);
}
#case .block__post .btn__detail span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_01_white.png) center center/contain no-repeat;
  width: 13px;
  height: 11px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#case .block__post:hover {
  opacity: 0.7;
  top: -4px;
}

.case__in_post .block__case {
  display: flex;
  flex-direction: column;
}
.case__in_post .block__case .ttl03 {
  order: 2;
  position: relative;
  border-left: 4px solid var(--col--main-02);
  padding-left: 14px;
  margin-bottom: var(--margin-40);
}
.case__in_post .block__case .ttl03 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: var(--col--main-01);
  font-family: var(--fot--Shippori-Mincho-B1);
}
.case__in_post .block__case .item__img {
  order: 1;
  width: 665px;
  height: 490px;
  margin-inline: auto;
  margin-bottom: var(--margin-20);
}
.case__in_post .block__case .block__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: var(--margin-20);
  order: 3;
}
.case__in_post .block__case .block__tags .ttl04 {
  width: fit-content;
}
.case__in_post .block__case .block__tags .ttl04 .ttl__ja {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
}
.case__in_post .block__case .block__tags .list__tags {
  width: fit-content;
  gap: 12px;
}
.case__in_post .block__case .block__tags .list__tags .list__tags_item {
  width: fit-content;
  background: var(--col--main-01);
  border-radius: 40px;
  color: #fff;
  padding: 5px 14px;
  text-align: center;
  font-size: var(--font-size-14);
}
.case__in_post .block__case .item__profile {
  border: 1px solid var(--col--main-01);
  border-radius: 60px;
  padding: 8px 20px;
  background: #fff;
  width: fit-content;
  font-size: var(--font-size-15);
  margin-bottom: var(--margin-40);
  color: var(--col--main-01);
  line-height: 1.2;
  order: 4;
}
.case__in_post .block__case .block__info {
  margin-bottom: var(--margin-50);
}
.case__in_post .block__case .block__info:last-child {
  margin-bottom: 0;
}
.case__in_post .block__case .block__info .ttl04 {
  width: 100%;
  padding-bottom: var(--margin-15);
  margin-bottom: var(--margin-20);
  position: relative;
  padding-left: 15px;
}
.case__in_post .block__case .block__info .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/case/case__deco_line_01.png) center center/contain no-repeat;
  width: 67px;
  height: 45px;
  left: 0;
  bottom: -6px;
}
.case__in_post .block__case .block__info .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/case/case__deco_line_02.png) center center/contain no-repeat;
  width: 1004px;
  height: 1px;
  right: 0;
  bottom: 0;
}
.case__in_post .block__case .block__info .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  font-family: var(--fot--Shippori-Mincho-B1);
}
.case__in_post .block__case .block__info .item__text p {
  font-size: var(--font-size-16);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.case__in_post .block__case .block__info_reason {
  order: 5;
}
.case__in_post .block__case .block__info_condition {
  order: 6;
}
.case__in_post .block__case .block__info_details {
  order: 7;
}
.case__in_post .block__case .block__info_status {
  order: 8;
}
.case__in_post .block__case .com__btn_01 {
  order: 9;
  margin-top: var(--margin-80);
  margin-inline: auto;
  width: 320px;
}

/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* nav__guide
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#nav__guide .list__nav {
  width: 100%;
  padding-bottom: 25px;
  display: flex;
  border-bottom: 1px solid var(--col--main-02);
  justify-content: center;
}
#nav__guide .list__nav .list__nav_item {
  color: var(--col--main-01);
  font-size: var(--font-size-19);
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 33.3333333333%;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  transition: ease 0.2s;
}
#nav__guide .list__nav .list__nav_item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_04_violet.png) center center/contain no-repeat;
  width: 16px;
  height: 8px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  transition: ease 0.2s;
}
#nav__guide .list__nav .list__nav_item:hover {
  opacity: 0.6;
}
#nav__guide .list__nav .list__nav_item:hover::before {
  bottom: -3px;
}

/* guide__profile
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__profile {
  background: url(/img/common/sep__wave_01_pink_b.png) center bottom/100% auto no-repeat;
}
#guide__profile .inner {
  padding-top: 30px;
  padding-bottom: 270px;
  position: relative;
  z-index: 0;
}
#guide__profile .ttl03 {
  margin-bottom: var(--margin-40);
  position: relative;
}
#guide__profile .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/guide/guide__profile__deco_text.png) center center/contain no-repeat;
  width: 378px;
  height: 91px;
  left: -100px;
  top: -60px;
}
#guide__profile .block__profile {
  position: relative;
  margin-bottom: var(--margin-80);
}
#guide__profile .block__profile .ttl04 {
  gap: 25px;
  display: flex;
  align-items: end;
  margin-bottom: var(--margin-30);
}
#guide__profile .block__profile .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: var(--fot--Shippori-Mincho-B1);
}
#guide__profile .block__profile .ttl04 .ttl__en {
  font-size: var(--font-size-20);
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--fot--Marcellus);
  color: var(--col--main-01);
}
#guide__profile .block__profile .item__img {
  position: absolute;
  right: -30px;
  top: -160px;
}
#guide__profile .block__block__profile_detail {
  position: relative;
}
#guide__profile .block__block__profile_detail .ttl05 {
  padding-left: 20px;
  border-left: 3px solid var(--col--main-01);
  margin-bottom: var(--margin-15);
}
#guide__profile .block__block__profile_detail .ttl05 .ttl__ja {
  color: var(--col--main-01);
  font-size: var(--font-size-26);
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: var(--fot--Shippori-Mincho-B1);
}
#guide__profile .block__block__profile_detail .item__text {
  width: 520px;
}
#guide__profile .block__interview .ttl04 {
  padding-left: 20px;
  border-left: 3px solid var(--col--main-01);
  margin-bottom: var(--margin-40);
}
#guide__profile .block__interview .ttl04 .ttl__ja {
  color: var(--col--main-01);
  font-size: var(--font-size-26);
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: var(--fot--Shippori-Mincho-B1);
}
#guide__profile .block__interview_item {
  position: relative;
  width: 520px;
  margin-bottom: 100px;
}
#guide__profile .block__interview_item:last-child {
  margin-bottom: 0;
}
#guide__profile .block__interview_item .ttl05 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: var(--margin-20);
}
#guide__profile .block__interview_item .ttl05 .ttl__num {
  width: fit-content;
}
#guide__profile .block__interview_item .ttl05 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: var(--fot--Shippori-Mincho-B1);
  color: var(--col--main-01);
  flex: 1;
  line-height: 1.6;
}
#guide__profile .block__interview_item .item__img {
  position: absolute;
  top: 0;
}
#guide__profile .block__interview_item .item__text p {
  font-size: var(--font-size-16);
}
#guide__profile .block__interview_item:nth-of-type(odd) {
  margin-left: auto;
}
#guide__profile .block__interview_item:nth-of-type(odd) .item__img {
  left: -40px;
  translate: -100% 0;
}
#guide__profile .block__interview_item:nth-of-type(even) .item__img {
  right: -40px;
  translate: 100% 0;
}
/* guide__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__info {
  background: var(--col--base-02);
}
#guide__info .inner {
  padding-top: 50px;
}
#guide__info .ttl03 {
  align-items: center;
  gap: 20px;
  margin-bottom: var(--margin-50);
}
#guide__info .block__info {
  background: #fff;
  padding: 50px;
  outline: 1px solid var(--col--main-01);
  outline-offset: -10px;
}
#guide__info .block__info .item__table {
  width: 100%;
}
#guide__info .block__info .item__table tr {
  width: 100%;
}
#guide__info .block__info .item__table th,
#guide__info .block__info .item__table td {
  line-height: 1.7;
  padding-block: 20px;
  font-size: var(--font-size-16);
  border-bottom: 1px solid var(--col--main-01);
}
#guide__info .block__info .item__table th {
  width: 120px;
  padding-right: var(--margin-20);
  color: var(--col--main-01);
  font-weight: 600;
  vertical-align: middle;
}
#guide__info .block__info .item__table td {
  padding-inline: 20px;
}
#guide__info .block__info .item__table td .wrap__tel {
  display: flex;
  align-items: start;
  gap: 5px;
  flex-direction: column;
}
#guide__info .block__info .item__table tr:last-of-type th,
#guide__info .block__info .item__table tr:last-of-type td {
  border-bottom: 0;
  margin-bottom: 0;
}
#guide__info .item__map {
  height: 450px;
}

/* guide__parking
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__parking {
  background: url(/img/common/sep__wave_01_pink_b.png) center bottom/100% no-repeat;
}
#guide__parking .inner {
  padding-bottom: 230px;
  position: relative;
  z-index: 0;
}
#guide__parking .block__parking {
  min-height: 370px;
  position: relative;
}
#guide__parking .block__parking .ttl03 {
  gap: 10px;
  margin-bottom: var(--margin-40);
  padding-top: var(--margin-50);
  position: relative;
}
#guide__parking .block__parking .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/guide/guide__info__deco_text.png) center center/contain no-repeat;
  width: 439px;
  height: 120px;
  left: -100px;
  top: 0px;
}
#guide__parking .block__parking .item__img {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#guide__parking .block__parking .item__text p {
  font-size: var(--font-size-16);
}
#guide__parking .block__parking .item__text p .str-01 {
  color: var(--col--main-01);
  font-size: var(--font-size-18);
  background: linear-gradient(0deg, #f9f1ff 50%, rgba(249, 241, 255, 0) 50%);
}

#contact {
  position: relative;
  z-index: 0;
}
#contact .ttl01 {
  position: relative;
  gap: 20px;
}
#contact .ttl01::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/contact__deco_text.png) center center/contain no-repeat;
  width: 488px;
  height: 88px;
  top: -40px;
  left: 50%;
  translate: -50% 0;
}
#contact .item__text_lead {
  text-align: center;
  font-size: var(--font-size-18);
  margin-bottom: var(--margin-80);
}
#contact .item__text_lead .str-01 {
  font-size: var(--font-size-19);
  font-weight: 500;
  color: var(--col--main-01);
  background: linear-gradient(0deg, #f9f1ff 50%, rgba(249, 241, 255, 0) 50%);
}
#contact .block__contact_info {
  margin-bottom: var(--margin-80);
}
#contact .block__contact_info .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-01);
}
#contact .block__contact_info .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 600;
  color: var(--col--main-01);
  letter-spacing: 0.08em;
  font-family: var(--fot--Shippori-Mincho-B1);
}
#contact .block__contact_info .com__tel {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  margin-bottom: var(--margin-20);
}
#contact .block__contact_info .com__tel .item__num {
  order: 2;
  font-size: var(--font-size-48);
  font-weight: 400;
  letter-spacing: 0.1em;
}
#contact .block__contact_info .com__tel .item__num small {
  font-size: var(--font-size-41);
  margin-right: var(--margin-10);
}
#contact .block__contact_info .com__tel .item__attention {
  order: 1;
}
#contact .block__contact_info .com__times {
  gap: 80px;
  margin-inline: auto;
  width: fit-content;
}
#contact .block__contact_info .com__times .item {
  gap: 15px;
}
#contact .block__contact_info .com__times .item dt,
#contact .block__contact_info .com__times .item dd {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#contact .block__contact_info .com__times .item dt {
  position: relative;
  padding-inline: 10px;
}
#contact .block__contact_info .com__times .item dt::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  border-left: 1px solid var(--col--txt-01);
}
#contact .block__contact_info .com__times .item dt::after {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  border-right: 1px solid var(--col--txt-01);
}
#contact .block__contact_form .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-01);
}
#contact .block__contact_form .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 600;
  color: var(--col--main-01);
  letter-spacing: 0.08em;
  font-family: var(--fot--Shippori-Mincho-B1);
}
#contact .block__contact_form .item__text_lead {
  text-align: center;
  font-size: var(--font-size-18);
  margin-bottom: var(--margin-80);
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

共通下層ページ　( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
  }
}