@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-35);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin-right: auto;
    padding-left: 5vw;
  }
  #header .item-logo img {
    height: auto;
    width: 30vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  padding-right: var(--margin-35);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
  gap: 3vw;
  margin-bottom: var(--margin-15);
}
#header .com__tel {
  margin-bottom: 5px;
}
#header .com__tel dd .tel-num {
  border-bottom: 2px solid var(--col--main-02);
}
#header .wrap-teltime {
  width: fit-content;
}
#header .wrap-teltime .item-teltime {
  width: fit-content;
  font-size: var(--font-size-16);
  margin-bottom: var(--margin-10);
}
#header .wrap-teltime .item-teltime dt {
  color: var(--col--main-01);
  position: relative;
  margin-right: 1em;
  width: fit-content;
}
#header .wrap-teltime .item-teltime dt::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid var(--col--main-01);
  right: -0.5em;
}
#header .wrap-teltime .item-teltime dd {
  width: fit-content;
}
#header .btn-contact {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--col--acc-01);
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 5vw;
}
#nav .list-nav-item {
  width: fit-content;
}
#nav .list-nav-item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 100vw;
  background: url(/img/mv/mv__bg_deco_01.png) center bottom/100% no-repeat;
}
#mv .swiper-wrapper {
  width: 50vw;
  height: 50vw;
  position: absolute;
  border-radius: 2vw;
  right: 35vw;
  bottom: 45vw;
}
#mv .swiper-wrapper .swiper-slide {
  border-radius: 2vw;
}
#mv .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 2vw;
}
#mv .mv-catch {
  z-index: 2;
  position: absolute;
  top: 63%;
  left: 5vw;
  translate: 0 -50%;
  width: 50vw;
}
#mv .mv-catch .main {
  margin-bottom: 8vw;
}
#mv .mv-catch .sub {
  width: 71vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  background: url(/img/sv/sv__bg_img_01.png) center bottom/150% auto no-repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}
#sv .sv-img {
  position: absolute;
  width: 90%;
  height: 34vw;
  right: -15vw;
  top: 50%;
  translate: 0 -50%;
}
#sv .sv-img img {
  width: 100%;
}
#sv .sv-catch {
  position: absolute;
  left: -21vw;
  top: 50%;
  top: 64%;
  translate: 0 -50%;
  font-size: 5.7vw;
  font-weight: 700;
  color: var(--col--main-01);
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-25);
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .item-logo img {
  height: 13vw;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .item-address {
  line-height: 1.9;
  margin-bottom: 4vw;
  font-size: 3.4vw;
  text-align: center;
}
#footer .com__times {
  position: relative;
  margin-bottom: var(--margin-25);
  margin-bottom: 7vw;
}
#footer .com__times-item {
  font-size: var(--font-size-14);
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
}
#footer .com__times-item dt {
  color: var(--col--main-01);
  position: relative;
  text-align: start;
  margin-right: 1em;
  padding-bottom: 1.3vw;
  margin-bottom: 1.6vw;
  width: 100%;
  width: fit-content;
  border-bottom: 1px solid var(--col--main-01);
}
#footer .com__times-item dd {
  font-size: 3.3vw;
}
#footer .unit-tel {
  margin-bottom: var(--margin-35);
  width: fit-content;
  gap: 3vw;
  flex-direction: column;
  gap: 7vw;
}
#footer .unit-tel .com__tel dd .tel-num {
  border-bottom: 2px solid var(--col--main-02);
}
#footer .unit-tel .wrap-teltime {
  width: fit-content;
}
#footer .unit-tel .wrap-teltime .item-teltime {
  width: fit-content;
  font-size: var(--font-size-16);
  margin-bottom: var(--margin-10);
  font-size: 3.3vw;
}
#footer .unit-tel .wrap-teltime .item-teltime dt {
  color: var(--col--main-01);
  position: relative;
  margin-right: 1em;
  width: fit-content;
}
#footer .unit-tel .wrap-teltime .item-teltime dt::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid var(--col--main-01);
  right: -0.5em;
}
#footer .unit-tel .wrap-teltime .item-teltime dd {
  width: fit-content;
}
#footer .unit-tel .wrap-teltime .item-teltime dd .tel-attention {
  height: 3vw;
}
#footer .unit-tel .tel-attention {
  height: 2vw;
}
#footer .unit-contact {
  gap: 3vw;
  margin-bottom: 10vw;
}
#footer .unit-contact .btn-maintenance {
  width: 100%;
  padding: 3vw;
  border-radius: 2vw;
  background: #f4790b;
  position: relative;
}
#footer .unit-contact .btn-maintenance::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 2vw;
  height: 2vw;
  right: 2.5vw;
  top: 50%;
  translate: 0 -50%;
}
#footer .unit-contact .btn-maintenance span {
  display: inline-block;
  position: relative;
  font-size: var(--font-size-14);
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 19vw;
  padding-right: 5vw;
}
#footer .unit-contact .btn-maintenance span::before {
  content: "";
  position: absolute;
  background: url(/img/common/btn__maintenance__img_01.png) center center/contain no-repeat;
  width: 18vw;
  height: 17vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#footer .unit-contact .btn-contact {
  display: none;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--col--acc-01);
}
#footer .list-nav-item {
  width: fit-content;
}
#footer .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
}
@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);
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wrap-seciton-01 {
  position: relative;
  background: url(/img/top/top__cases__bg_img_02.png) center bottom/max(1680px, 100%) 789px no-repeat, var(--col--base-o);
}
.wrap-seciton-01::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__cases__bg_img_01.png) center center/contain no-repeat;
  width: 60vw;
  height: 60vw;
  left: -18vw;
  top: -18vw;
  mix-blend-mode: darken;
}

/* top__cases
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__cases .inner {
  padding-bottom: var(--margin-50);
}
#top__cases .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-35);
  position: relative;
  .ja{
    font-size: 5vw;
  }
}
#top__cases .list-case {
  padding: 5vw;
  width: 100%;
  border: 2px solid var(--col--main-01);
  border-radius: 2vw;
  gap: 3vw;
  margin-bottom: 4vw;
  position: relative;
}
#top__cases .list-case > .item .text {
  position: relative;
  font-size: var(--font-size-22);
  font-weight: 700;
  font-size: 3.8vw;
  letter-spacing: 0;
  padding-left: 6vw;
  line-height: 1.7;
}
#top__cases .list-case > .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 4.2vw;
  height: 4.2vw;
  left: 0;
  top: 1vw;
}
#top__cases .note {
  display: block;
  font-size: var(--font-size-14);
  text-align: center;
  font-size: 2.6vw;
}

/* top__diagnosis
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__diagnosis {
  position: relative;
  z-index: 0;
}
#top__diagnosis .inner {
  padding-top: var(--margin-50);
}
#top__diagnosis .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-10);
}
#top__diagnosis .ttl03 .en {
  margin-bottom: var(--margin-10);
}
#top__diagnosis .lead-title {
  color: var(--col--main-02);
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.6;
  font-size: 4.6vw;
  margin-bottom: 5vw;
  text-align: center;
  small{
    font-size: 3.6vw;
  }
}

.result_chart {
  background: #fff;
  padding: 5vw;
  border-radius: 2vw;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
}
.result_chart .result_title {
  margin-bottom: var(--margin-50);
}
.result_chart .result_title .result_title-icon {
  width: 100%;
  left: 0;
  height: fit-content;
  position: relative;
  background: #ffb737;
  padding: 5vw 5vw;
  border-radius: 2vw;
  position: relative;
  gap: 3vw;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
  margin-bottom: var(--margin-50);
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--col--txt-01);
}
.result_chart .result_title .result_title-icon::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__faq__a_02.png) center center/contain no-repeat;
  width: 27vw;
  height: 10vw;
  right: -2vw;
  bottom: 0;
}
.result_chart .result_title .main {
  display: block;
  width: 100%;
  text-align: center;
}
.result_chart .result_title .main .ja {
  line-height: 1.4;
  font-size: var(--font-size-22);
  font-size: 4.5vw;
  background: linear-gradient(180deg, rgba(255, 212, 136, 0) 55%, #ffd488 55%);
}
.result_chart .result_title .main .ja::before {
  display: none;
}
.result_chart .result_container {
  justify-content: center;
  gap: 5vw;
}
.result_chart .result_container .result_img {
  width: 100%;
  border-radius: 2vw;
  img{
    border-radius: 2vw;
  }
}
.result_chart .result_container .result_txtxbx {
  flex: 1;
}
.result_chart .result_container .result_txtxbx .result_txt p {
  line-height: 2;
  font-size: var(--font-size-16);
}
.result_chart .result_container .result_txtxbx .result_txt .ttl04 {
  position: relative;
  margin: var(--margin-25) 0 var(--margin-10);
  padding-left: var(--margin-35);
}
.result_chart .result_container .result_txtxbx .result_txt .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 3.8vw;
  height: 3.8vw;
  left: 0;
  top: 0;
}
.result_chart .result_container .result_txtxbx .result_txt .ttl04 .ja {
  font-size: var(--font-size-18);
  color: var(--col--main-01);
  font-weight: 700;
  letter-spacing: 0;
}
.com_chart {
  position: relative;
  background: #fff;
  padding: 5vw;
  border-radius: 2vw;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
}
.com_chart .chart_title {
  z-index: 0;
  background: #ffb737;
  padding: 5vw;
  border-radius: 2vw;
  position: relative;
  gap: 3vw;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
}
.com_chart .chart_title::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__faq__a_01.png) center center/contain no-repeat;
  width: 22vw;
  height: 14vw;
  right: 1vw;
  bottom: 0;
  z-index: -1;
}
.com_chart .chart_title .q-icon {
  font-family: var(--fot--Barlow);
  font-size: var(--font-size-50);
  color: #fff;
  font-weight: 700;
}
.com_chart .chart_title .title {
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0;
  flex: 1;
}
.com_chart .chart_btn_list {
  gap: 3vw;
  flex-direction: column;
}
.com_chart .chart_btn_list-item {
  background: unset;
  width: 100%;
}
.com_chart .com__btn_01 span {
  font-size: 3.4vw;
}

.more_btn {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--col--acc-01);
}
.more_btn::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 12px;
  height: 10px;
  left: 0;
  top: 8px;
  filter: var(--col--fil-black);
}
.com__btn_01.com__btn_green.chart_btn::before{
  left: .5vw;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/common/illust__human__a_03.png) right top 3vw/27vw no-repeat;
}
#top__about .inner {
  position: relative;
}
#top__about .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  text-align: center;
}
#top__about .ttl03 .ja {
  font-size: 4.8vw;
}
#top__about .ttl03 .ja small {
  font-size: 4vw;
}
#top__about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
  margin-left: -5vw;
}
#top__about .unit-text {
  width: 100%;
  margin-left: auto;
}
#top__about .unit-text .item-text {
  width: 100%;
  margin-bottom: var(--margin-60);
}
#top__about .unit-text .wrap-btn {
  width: 100%;
  gap: 3vw;
  flex-direction: column;
}
#top__about .unit-text .wrap-btn .com__btn_01 {
  width: 100%;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__cases__bg_img_03.png) center bottom/max(1680px, 100%) 889px no-repeat var(--col--base-o);
}
#top__feature .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-90);
}
#top__feature .list-feature {
  width: 100%;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__feature .list-feature > .item {
  position: relative;
  margin-bottom: var(--margin-60);
  margin-bottom: 16vw;
}
#top__feature .list-feature > .item:last-child {
  margin-bottom: 0;
}
#top__feature .list-feature > .item .ttl04 {
  align-items: center;
  gap: 3vw;
  margin-left: auto;
  margin-bottom: var(--margin-20);
  width: 65%;
  margin-bottom: 7vw;
  min-height: 15vw;
}
#top__feature .list-feature > .item .ttl04 .num {
  font-family: var(--fot--Barlow);
  font-size: var(--font-size-50);
  font-weight: 600;
  letter-spacing: 0;
  color: var(--col--main-02);
  font-size: 7vw;
  white-space: nowrap;
  margin-right: 1.5vw;
}
#top__feature .list-feature > .item .ttl04 .ja {
  position: relative;
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 4.3vw;
  background: linear-gradient(180deg, rgba(255, 212, 136, 0) 60%, #ffd488 60%);
}
#top__feature .list-feature > .item .item-img {
  position: absolute;
  width: 30vw;
  top: -9vw;
}
#top__feature .list-feature > .item .item-text {
  width: 100%;
}
#top__feature .list-feature > .item .item-text p {
  font-size: 3.8vw;
}
#top__feature .list-feature > .item .item-text p br {
  display: none;
}

/* top__plan
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__plan {
  background: url(/img/top/top__plan__bg_img_01.png) center center/cover no-repeat, var(--col--main-02);
}
#top__plan .wrap-link {
  position: relative;
  background: #fff;
  width: fit-content;
  padding: 5vw 5vw;
  border-radius: 4vw;
  margin-left: auto;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
  width: 100%;
}
#top__plan .wrap-link::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_02.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  right: -4vw;
  top: 50%;
  translate: 0 -50%;
}
#top__plan .wrap-link .ttl03 .en {
  font-size: var(--font-size-30);
  margin-bottom: 8px;
}
#top__plan .wrap-link .ttl03 .ja {
  font-size: var(--font-size-40);
}

/* top__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__faq {
  position: relative;
  z-index: 0;
  background: url(/img/common/illust__human__a_05.png) right bottom/80vw no-repeat, #fff;
}
#top__faq .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__faq .com__btn_01 {
  margin: 0 auto;
  margin-bottom: 12vw;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.unit-latest:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.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-weight: 500;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  color: #989898;
  font-weight: 500;
  width: fit-content;
  margin-right: var(--margin-20);
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-10);
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-14);
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.unit-latest .tag_list-item::before {
  content: "";
  position: absolute;
  width: 110%;
  bottom: -3px;
  left: 50%;
  translate: -50% 0;
  height: 9px;
  z-index: -1;
  background: #ffd488;
}
.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--main-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-14);
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.s-post-taglist .tag-name::before {
  content: "";
  position: absolute;
  width: 110%;
  bottom: -3px;
  left: 50%;
  translate: -50% 0;
  height: 9px;
  z-index: -1;
  background: #ffd488;
}

#top__news {
  background: linear-gradient(180deg, #fff1d9 0%, #ffe5b8 100%);
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 7vw;
}
#top__news .cont-latest {
  margin-bottom: 7vw;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#top__news .unit-latest:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#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-weight: 500;
  text-overflow: ellipsis;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  color: #989898;
  font-weight: 500;
  width: fit-content;
  margin-right: var(--margin-20);
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-10);
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-14);
  font-weight: 500;
  position: relative;
  z-index: 0;
}
#top__news .unit-latest .tag_list-item::before {
  content: "";
  position: absolute;
  width: 110%;
  bottom: -3px;
  left: 50%;
  translate: -50% 0;
  height: 9px;
  z-index: -1;
  background: #ffd488;
}
#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--main-01);
  right: -5px;
}
#top__news .com__btn_01 {
  position: relative;
  margin: 0 auto;
}

/* service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* service__consult
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__consult {

  position: relative;
}
#service__consult .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  margin-bottom: 21vw;
}
#service__consult .ttl03 .ja {
  font-size: 4.5vw;
}
#service__consult .ttl03 .ja small {
  display: inline-block;
  font-size: 4.2vw;
  margin-bottom: 2vw;
}
#service__consult .lead-text {
  text-align: left;
  margin-bottom: 8vw;
  position: relative;
}
#service__consult .lead-text p {
  font-size: 3.8vw;
}
#service__consult .lead-text br {
  display: none;
}
#service__consult .lead-text::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_06.png) center center/contain no-repeat;
  width: 27vw;
  height: 31vw;
  left: -5vw;
  top: -33vw;
}
#service__consult .lead-text::after {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_07.png) center center/contain no-repeat;
  width: 27vw;
  height: 31vw;
  right: -5vw;
  top: -33vw;
}
#service__consult .topic-type .list-type {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#service__consult .topic-type .list-type .item {
  background: #fff;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
  padding: 5vw;
  padding-top: 0;
  border-radius: 2vw;
}
#service__consult .topic-type .list-type .item .ttl04 {
  order: 2;
  margin-bottom: var(--margin-25);
}
#service__consult .topic-type .list-type .item .item-img {
  order: 1;
  margin-bottom: var(--margin-20);
  position: relative;
}
#service__consult .topic-type .list-type .item .item-text {
  text-align: left;
  order: 3;
}
#service__consult .topic-type .list-type .item .item-text br {
  display: none;
}
#service__consult .topic-type .list-type .item .item-text p {
  font-weight: 500;
}

/* service__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__about{
background: var(--bg_deco__shape__a_01), var(--col--base-o);
}
#service__about hgroup {

  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#service__about hgroup .lead-ttl {
  font-size: 4vw;
}
#service__about .list-about {
  padding: 5vw;
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  border: 2px solid var(--col--main-02);
  border-radius: 2vw;
}
#service__about .list-about .item .text {
  font-weight: 700;
  letter-spacing: 0;
  font-size: var(--font-size-22);
  position: relative;
  padding-left: 6vw;
  font-size: 4.2vw;
}
#service__about .list-about .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 3.8vw;
  height: 3.8vw;
  left: 0vw;
  top: 0vw;
}

/* service__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__works {
  background: var(--bg_deco__shape__a_02), var(--col--base-o);
}
#service__works .inner {
  position: relative;
}
#service__works .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-30);
}
#service__works .topic-works {
  position: relative;
}
#service__works .topic-works .ttl04 {
  width: 100%;
  background: #ffd488;
  border-radius: 2vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--margin-40);
  padding: 4vw 2vw;
}
#service__works .topic-works .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0;
  font-size: 4vw;
}
#service__works .topic-works .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#service__works .topic-works .list-works .item {
  margin-bottom: var(--margin-50);
  font-weight: 500;
}
#service__works .topic-works .list-works .item:last-child {
  margin-bottom: 0;
}
#service__works .topic-works .list-works .item .ttl05 {
  position: relative;
  padding-left: 7vw;
  margin-bottom: var(--margin-25);
}
#service__works .topic-works .list-works .item .ttl05::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0vw;
  top: 1vw;
}
#service__works .topic-works .list-works .item .ttl05 .ja {
  font-size: 4.2vw;
}
#service__works .topic-works .list-works .item .item-text {
  margin-left: var(--margin-30);
  line-height: 2;
}
#service__works .topic-works .list-works .item .unit-text {
  margin-bottom: var(--margin-10);
  margin-left: var(--margin-30);
  margin-top: var(--margin-15);
}
#service__works .topic-works .list-works .item .unit-text h6 {
  display: inline;
}
#service__works .topic-works .list-works .item .unit-text h6 .ja {
  font-size: var(--font-size-18);
  color: var(--col--txt-o);
  font-weight: 700;
}
#service__works .topic-works .list-works .item .unit-text p {
  display: inline;
  line-height: 2;
}

/* kenko
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* kenko__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#kenko__about {
  position: relative;
  background: var(--bg_deco__shape__a_01), var(--col--base-o);
}
#kenko__about::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__cases__bg_img_01.png) center center/contain no-repeat;
  width: 60vw;
  height: 60vw;
  left: -18vw;
  top: -18vw;
  mix-blend-mode: darken;
}
#kenko__about .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-30);
}
#kenko__about .lead-text {
  text-align: left;
  margin-bottom: var(--margin-60);
}
#kenko__about .lead-text br {
  display: none;
}
#kenko__about .lead-text p {
  font-weight: 500;
  font-size: 3.8vw;
}
#kenko__about .topic-importance {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#kenko__about .topic-importance .item-text {
  text-align: left;
  padding: 5vw;
  border: 2px solid var(--col--main-01);
  border-radius: 2vw;
}
#kenko__about .topic-importance .item-text br {
  display: none;
}
#kenko__about .topic-importance .item-text p {
  font-weight: 500;
}
#kenko__about .topic-importance .item-text .ttl04 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
/* kenko__ideal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#kenko__ideal .inner {
  padding-top: 10vw;
}
#kenko__ideal hgroup {
  margin-bottom: var(--margin-50);
}
#kenko__ideal hgroup .lead-ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 4vw;
}
#kenko__ideal hgroup .lead-ttl::before {
  display: none;
}
#kenko__ideal hgroup .lead-ttl::after {
  display: none;
}
#kenko__ideal .item-img {
  text-align: center;
  padding: 5vw;
  border-radius: 2vw;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
}
/* kenko__effect
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#kenko__effect {
  background: var(--bg_deco__shape__a_02), var(--col--base-o);
}
#kenko__effect hgroup {
  margin-bottom: var(--margin-50);
}
#kenko__effect hgroup .lead-ttl {
  text-align: center;
}
#kenko__effect .list-effect .item {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-70);
}
#kenko__effect .list-effect .item:last-child {
  margin-bottom: 0;
}
#kenko__effect .list-effect .item .ttl04 {
  display: flex;
  align-items: center;
  gap: 3vw;
  margin-bottom: var(--margin-10);
  width: 56%;
  margin-left: auto;
  top: 7vw;
  margin-bottom: 20vw;
  min-height: 15vw;
}
#kenko__effect .list-effect .item .ttl04 .num {
  font-size: var(--font-size-50);
  font-weight: 600;
  font-family: var(--fot--Barlow);
}
#kenko__effect .list-effect .item .ttl04 .ja {
  flex: 1;
  font-size: 4.2vw;
}
#kenko__effect .list-effect .item .ttl04 .ja span {
  line-height: 1.6;
  background: linear-gradient(180deg, rgba(255, 212, 136, 0) 50%, #ffd488 50%);
}
#kenko__effect .list-effect .item .ttl04 .ja::before {
  display: none;
}
#kenko__effect .list-effect .item .item-img {
  position: absolute;
  width: 100%;
  margin-bottom: 4vw;
  top: -4vw;
}
#kenko__effect .list-effect .item .item-img img {
  width: 35vw;
}
#kenko__effect .list-effect .item .item-text p {
  font-size: 3.8vw;
}
#kenko__effect .list-effect .item .item-text p br {
  display: none;
}
#kenko__effect .list-effect .item:nth-last-of-type(odd) {
  margin-right: 0;
}

/* plan
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* plan__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#plan__about {
  position: relative;
  background: var(--bg_deco__shape__a_01), var(--col--base-o);
}
#plan__about::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__cases__bg_img_01.png) center center/contain no-repeat;
  width: 60vw;
  height: 60vw;
  left: -18vw;
  top: -18vw;
  mix-blend-mode: darken;
}
#plan__about hgroup {
  margin-bottom: var(--margin-60);
}
#plan__about .topic-about {
  position: relative;
}
#plan__about .topic-about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#plan__about .topic-about .item-text {
  margin-left: auto;
  width: 100%;
}

/* plan__schedule
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#plan__schedule {
  background: url(/img/common/illust__human__a_03.png) right top 5vw/40vw no-repeat;
}
#plan__schedule .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#plan__schedule .ttl03 .ja {
  background: #fff;
}
#plan__schedule .swipe_mess {
  background: #fff;
  margin-bottom: 5vw;
}
#plan__schedule .wrap-schedule {
  padding: 5vw;
  background: #fff;
  border-radius: 2vw;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
  width: 100%;
  overflow-x: scroll;
}
#plan__schedule .wrap-schedule .item-table {
  width: 200%;
}
#plan__schedule .wrap-schedule .item-table tr:first-of-type th {
  color: var(--col--main-01);
  border-bottom: 2px solid var(--col--main-01);
  padding: 4vw 0;
}
#plan__schedule .wrap-schedule .item-table tr:first-of-type th:first-of-type {
  width: 35%;
}
#plan__schedule .wrap-schedule .item-table tr:first-of-type th:nth-of-type(2) {
  width: 35%;
}
#plan__schedule .wrap-schedule .item-table tr:not(:first-of-type) td {
  font-size: 3.7vw;
  padding: 4vw 0;
  line-height: 2.2;
  font-weight: 500;
  border-bottom: 1px solid var(--col--main-02);
}
#plan__schedule .wrap-schedule .item-table tr:last-of-type td {
  border-bottom: unset;
}

/* plan__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#plan__point {
  background: var(--bg_deco__shape__a_02), var(--col--base-o);
}
#plan__point .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#plan__point .wrap-point {
  width: 100%;
  border: 2px solid var(--col--main-01);
  border-radius: 2vw;
  padding: 5vw;
}
#plan__point .wrap-point .list-point {
  margin: 0 auto;
  width: fit-content;
  gap: 3vw;
}
#plan__point .wrap-point .list-point .item {
  display: flex;
  align-items: center;
  gap: 3vw;
  flex-direction: column;
  align-items: start;
}
#plan__point .wrap-point .list-point .item .ttl04 {
  position: relative;
  padding-left: 7vw;
}
#plan__point .wrap-point .list-point .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 3.8vw;
  height: 3.8vw;
  left: 0vw;
  top: 0vw;
}
#plan__point .wrap-point .list-point .item .ttl04 .ja {
  font-size: var(--font-size-22);
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0;
}
#plan__point .wrap-point .list-point .item .text {
  font-size: 3.4vw;
  line-height: 1.8;
}

/* faq
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#faq .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#faq .ttl03 .ja {
  display: inline-block;
  padding: .2vw;
  line-height: 1;
  background: #fff;
}
#faq .com__faq_01::before{
  width: 42vw;
        height: 32vw;
        left: -5vw;
        top: -34vw;
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__identity
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__identity {
  position: relative;
  background: var(--col--base-o);
}
#company__identity::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__cases__bg_img_01.png) center center/contain no-repeat;
  width: 60vw;
  height: 60vw;
  left: -18vw;
  top: -18vw;
  mix-blend-mode: darken;
}
#company__identity .inner {
  position: relative;
}
#company__identity .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#company__identity .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#company__identity .ttl04 {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
#company__identity .item-text {
  width: 100%;
  margin-left: auto;
}

/* company__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__greeting {
  background: url(/img/common/illust__human__a_03.png) right top 5vw/60vw no-repeat;
}
#company__greeting .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#company__greeting .ttl03 .ja {
  background: #fff;
}
#company__greeting .item-text {
  padding: 5vw;
  background: #fff;
  border-radius: 2vw;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
}
#company__greeting .item-text p {
  font-size: 3.6vw;
}
#company__greeting .item-text p br {
  display: none;
}
#company__greeting .item-text .name {
  font-weight: 700;
  color: var(--col--main-01);
  font-size: var(--font-size-18);
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: var(--bg_deco__shape__a_02), var(--col--base-o);
}
#company__info .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#company__info .wrap-info {
  padding: 5vw;
  background: #fff;
  border-radius: 2vw;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
}
#company__info .item-map {
  width: 100%;
  height: 50vw;
  min-height: 200px;
}
#company__info .item-map iframe {
  width: 100%;
  height: 100%;
}

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