@charset "UTF-8";
html {
  scroll-padding-top: 150px;
}

/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  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: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#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: 30px;
  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);
  border: 2px solid var(--col--acc-01);
  transition: ease 0.2s;
  top: 0;
  position: relative;
}
#header .btn-contact img {
  transition: ease 0.2s;
}
#header .btn-contact:hover {
  top: -3px;
  background: #fff;
}
#header .btn-contact:hover img {
  filter: var(--col--acc-fil);
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 50px;
}
#nav .list-nav-item {
  width: fit-content;
}
#nav .list-nav-item a {
  position: relative;
  transition: ease 0.17s;
  transition: ease 0.2s;
}
#nav .list-nav-item a::before {
  content: "";
  position: absolute;
  width: 0%;
  left: 50%;
  translate: -50% 0;
  height: 2px;
  background: var(--col--main-02);
  bottom: -5px;
  transition: ease 0.2s;
  opacity: 0.6;
}
#nav .list-nav-item a:hover {
  opacity: 0.5;
}
#nav .list-nav-item a:hover::before {
  width: 40%;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 840px;
  background: url(/img/mv/mv__bg_deco_01.png) center bottom/max(1680px, 100%) no-repeat;
}
#mv .swiper-wrapper {
  width: 1050px;
  height: 740px;
  position: absolute;
  right: 50px;
  bottom: 0;
  border-radius: 24px;
}
#mv .swiper-wrapper .swiper-slide {
  border-radius: 24px;
}
#mv .swiper-wrapper .swiper-slide img {
  border-radius: 24px;
}
#mv .mv-catch {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 100px;
  translate: 0 -50%;
}
#mv .mv-catch .main {
  margin-bottom: 60px;
}
@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/max(1680px, 100%) no-repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}
#sv .sv-img {
  position: absolute;
  width: 1050px;
  height: 400px;
  right: clamp(-200px, 60vw - 990px, 60px);
  top: 59%;
  translate: 0 -50%;
}
#sv .sv-catch {
  position: absolute;
  display: block;
  width: fit-content;
  min-width: 680px;
  left: clamp(-100px, -65vw + 1200px, 250px);
  top: 50%;
  translate: -100% -50%;
  font-size: 68px;
  font-weight: 700;
  color: var(--col--main-01);
}
@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;
}
@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.7;
  margin-bottom: 7px;
}
#footer .com__times {
  position: relative;
  margin-bottom: var(--margin-25);
}
#footer .com__times-item {
  font-size: var(--font-size-14);
  position: relative;
}
#footer .com__times-item dt {
  color: var(--col--main-01);
  position: relative;
  margin-right: 1em;
}
#footer .com__times-item dt::before {
  content: "|";
  position: absolute;
  right: -0.6em;
}
#footer .unit-tel {
  margin-bottom: var(--margin-35);
  width: fit-content;
  gap: 20px;
}
#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);
}
#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-contact {
  gap: 20px;
}
#footer .unit-contact .btn-maintenance {
  width: 400px;
  height: 70px;
  border-radius: 35px;
  background: #f4790b;
  position: relative;
  transition: ease 0.2s;
}
#footer .unit-contact .btn-maintenance::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 12px;
  height: 10px;
  right: 15px;
  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: 80px;
}
#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: 90px;
  height: 90px;
  left: -20px;
  top: 50%;
  translate: 0 -50%;
}
#footer .unit-contact .btn-maintenance:hover {
  opacity: 0.7;
}
#footer .unit-contact .btn-contact {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--col--acc-01);
  border: 2px solid var(--col--acc-01);
  transition: ease 0.2s;
  top: 0;
  position: relative;
}
#footer .unit-contact .btn-contact img {
  transition: ease 0.2s;
}
#footer .unit-contact .btn-contact:hover {
  top: -3px;
  background: #fff;
}
#footer .unit-contact .btn-contact:hover img {
  filter: var(--col--acc-fil);
}
#footer .list-nav {
  gap: 40px 80px;
  height: 240px;
  margin-bottom: 90px;
}
#footer .list-nav-item {
  width: fit-content;
}
#footer .list-nav-item a {
  position: relative;
  transition: ease 0.15s;
}
#footer .list-nav-item a:hover {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #aaa;
}
#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;
  }
}

.fixed_btn {
  z-index: 5;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: ease 0.3s;
}
.fixed_btn:hover {
  bottom: 25px;
  opacity: 0.6;
}

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

/* 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: 593px;
  height: 396px;
  left: 0;
  top: 0;
  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);
}
#top__cases .list-case {
  position: relative;
  padding: 70px 130px;
  width: 100%;
  border: 2px solid var(--col--main-01);
  border-radius: 24px;
  margin-bottom: var(--margin-20);
  gap: 25px;
}
#top__cases .list-case::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_01.png) center center/contain no-repeat;
  width: 385px;
  height: 218px;
  right: -100px;
  bottom: -13px;
}
#top__cases .list-case > .item .text {
  position: relative;
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 35px;
}
#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: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
#top__cases .note {
  display: block;
  font-size: var(--font-size-14);
  text-align: center;
}

/* top__diagnosis
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#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;
  text-align: center;
  line-height: 1.4;
  small{
    font-size: var(--font-size-22);
  }
}

.result_chart {
  background: #fff;
  padding: 70px;
  border-radius: 24px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
  position: relative;
}
.result_chart::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_02.png) center center/contain no-repeat;
  width: 73px;
  height: 183px;
  left: -10px;
  bottom: -30px;
}
.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: 30px 20px;
  border-radius: 40px;
  position: relative;
  gap: 10px;
  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: 180px;
  height: 72px;
  right: 5px;
  bottom: 0;
}
.result_chart .result_title .main {
  display: block;
  width: 100%;
  text-align: center;
}
.result_chart .result_title .main span {
  line-height: 1.4;
  font-size: var(--font-size-22);
}
.result_chart .result_container {
  justify-content: center;
  gap: 50px;
}
.result_chart .result_container .result_img {
  width: max-content;
  border-radius: 10px;
  box-shadow: 0px 0px 14px #ddd;
  img{
      border-radius: 10px;
  }
}
.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: 24px;
  height: 24px;
  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;
}
.result_chart .com__btn_01 {
  margin: 50px auto;
}

#chart {
  padding: 50px 0 10px !important;
}

.com_chart {
  background: #fff;
  padding: 70px;
  border-radius: 24px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
  position: relative;
}
.com_chart::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_02.png) center center/contain no-repeat;
  width: 73px;
  height: 183px;
  left: -10px;
  bottom: -30px;
}
.com_chart .chart_title {
  z-index: 0;
  background: #ffb737;
  padding: 12px 15px;
  border-radius: 40px;
  position: relative;
  gap: 10px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
}
.com_chart .chart_title::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/illust__faq__a_01.png) center center/contain no-repeat;
  width: 121px;
  height: 72px;
  right: 5px;
  bottom: 0;
}
.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);
  flex: 1;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.com_chart .chart_btn_list {
  gap: 100px;
}
.com_chart .chart_btn_list-item {
  background: unset;
  width: fit-content;
}
.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: 6px;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  min-height: 970px;
  background: url(/img/common/illust__human__a_03.png) right top 100px 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 {
  background: #fff;
}
#top__about .item-img {
  position: absolute;
  left: -430px;
  top: 310px;
}
#top__about .unit-text {
  width: 720px;
  margin-left: auto;
  background: #fff;
}
#top__about .unit-text .item-text {
  width: 100%;
  margin-bottom: var(--margin-60);
}
#top__about .unit-text .wrap-btn {
  width: 100%;
  gap: 30px;
}
#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: 845px;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__feature .list-feature > .item {
  position: relative;
  margin-bottom: var(--margin-80);
}
#top__feature .list-feature > .item:last-child {
  margin-bottom: 0;
}
#top__feature .list-feature > .item .ttl04 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: var(--margin-20);
  width: 620px;
}
#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);
}
#top__feature .list-feature > .item .ttl04 .ja {
  position: relative;
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0;
}
#top__feature .list-feature > .item .ttl04 .ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: #ffd488;
  width: 100%;
  height: 18px;
  bottom: -10px;
  left: 0;
}
#top__feature .list-feature > .item .item-img {
  top: -15px;
}
#top__feature .list-feature > .item .item-text {
  width: 620px;
  padding-left: 65px;
}
#top__feature .list-feature > .item .item-text p {
  font-size: var(--font-size-15);
}
#top__feature .list-feature > .item:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#top__feature .list-feature > .item:nth-of-type(even) .item-text {
  margin-right: auto;
}
#top__feature .list-feature > .item:nth-of-type(even) .item-img {
  position: absolute;
  right: 0;
}
#top__feature .list-feature > .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#top__feature .list-feature > .item:nth-of-type(odd) .item-text {
  margin-left: auto;
}
#top__feature .list-feature > .item:nth-of-type(odd) .item-img {
  position: absolute;
  left: 0;
}

/* top__plan
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__plan {
  background: url(/img/top/top__plan__bg_img_01.png) center center/auto 100% no-repeat, var(--col--main-02);
}
#top__plan .wrap-link {
  position: relative;
  background: #fff;
  width: fit-content;
  padding: 35px 150px;
  border-radius: 100px;
  margin-left: auto;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
  transition: ease 0.3s;
  opacity: 1;
}
#top__plan .wrap-link::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_02.png) center center/contain no-repeat;
  width: 80px;
  height: 80px;
  right: -30px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.3s;
}
#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__plan .wrap-link:hover {
  opacity: 0.8;
}
#top__plan .wrap-link:hover::before {
  right: -35px;
}

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

/* 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: 12px;
}
.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%);
  min-height: 500px;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: absolute;
  top: 100px;
  left: 40px;
}
#top__news .cont-latest {
  background: #fff;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
  padding: 40px 60px;
  border-radius: 24px;
  width: 760px;
  margin-left: auto;
}
#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: 12px;
}
#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: absolute;
  --width: 240px;
  left: 0;
  top: 240px;
  margin: 0 auto;
}

/* service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* service__consult
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__consult {
  position: relative;
}
#service__consult .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#service__consult .lead-text {
  text-align: center;
  margin-bottom: 190px;
  position: relative;
}
#service__consult .lead-text::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_06.png) center center/contain no-repeat;
  width: 148px;
  height: 287px;
  left: -100px;
  bottom: -80px;
}
#service__consult .lead-text::after {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_07.png) center center/contain no-repeat;
  width: 127px;
  height: 217px;
  right: -100px;
  bottom: -80px;
}
#service__consult .topic-type .list-type {
  --num: 3;
  --column-gap: 50px;
  --row-gap: 50px;
}
#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: 50px 20px;
  padding-top: 0;
  border-radius: 24px;
}
#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);
  margin-top: -100px;
}
#service__consult .topic-type .list-type .item .item-text {
  text-align: center;
  order: 3;
}
#service__consult .topic-type .list-type .item .item-text p {
  font-weight: 500;
}

/* service__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__about {
  position: relative;
    background: var(--col--base-o);
}
#service__about::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__cases__bg_img_01.png) center center/contain no-repeat;
  width: 593px;
  height: 396px;
  left: 0;
  top: 0;
  mix-blend-mode: darken;
}
#service__about hgroup {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#service__about .list-about {
  padding: 70px 110px;
  --num: 2;
  --column-gap: 70px;
  --row-gap: 30px;
  border: 2px solid var(--col--main-02);
  border-radius: 24px;
}
#service__about .list-about .item .text {
  font-weight: 700;
  letter-spacing: 0;
  font-size: var(--font-size-22);
  position: relative;
  padding-left: 40px;
}
#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: 24px;
  height: 24px;
  left: 0;
  top: 0;
}

/* 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: 550px;
  height: 80px;
  background: #ffd488;
  border-radius: 40px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--margin-60);
}
#service__works .topic-works .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0;
}
#service__works .topic-works .item-img {
  position: absolute;
  right: 0;
  top: 130px;
}
#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: 35px;
  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: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
#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: 593px;
  height: 396px;
  left: 0;
  top: 0;
  mix-blend-mode: darken;
}
#kenko__about .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#kenko__about .lead-text {
  text-align: center;
  margin-bottom: var(--margin-60);
}
#kenko__about .lead-text p {
  font-weight: 500;
}
#kenko__about .topic-importance {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 0;
}
#kenko__about .topic-importance .item-text {
  text-align: center;
  padding: 65px 20px;
  border: 2px solid var(--col--main-01);
  border-radius: 24px;
}
#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 {
  background: url(/img/common/illust__human__a_03.png) right top 100px no-repeat;
}
#kenko__ideal hgroup {
  margin-bottom: var(--margin-50);
}
#kenko__ideal hgroup .lead-ttl {
  text-align: center;
  line-height: 1.6;
}
#kenko__ideal hgroup .lead-ttl::before {
  display: none;
}
#kenko__ideal hgroup .lead-ttl::after {
  display: none;
}
#kenko__ideal .item-img {
  text-align: center;
  padding: 50px;
  border-radius: 24px;
  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 .list-effect .item {
  position: relative;
  width: 745px;
  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: 20px;
  margin-bottom: var(--margin-10);
}
#kenko__effect .list-effect .item .ttl04 .num {
  font-size: var(--font-size-50);
  color: var(--col--main-02);
  font-weight: 600;
  font-family: var(--fot--Barlow);
}
#kenko__effect .list-effect .item .item-img {
  position: absolute;
  left: -230px;
  top: 0;
}
#kenko__effect .list-effect .item .item-text {
  margin-left: 50px;
}
#kenko__effect .list-effect .item:nth-last-of-type(odd) {
  margin-right: -80px;
}

/* 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: 593px;
  height: 396px;
  left: 0;
  top: 0;
  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: absolute;
  left: 30px;
  top: 0;
}
#plan__about .topic-about .item-text {
  margin-left: auto;
  width: 420px;
}

/* plan__schedule
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#plan__schedule {
  background: url(/img/common/illust__human__a_03.png) right top 100px no-repeat;
}
#plan__schedule .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#plan__schedule .wrap-schedule {
  padding: 50px 70px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
}
#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: 20px 0;
}
#plan__schedule .wrap-schedule .item-table tr:first-of-type th:first-of-type {
  width: 230px;
}
#plan__schedule .wrap-schedule .item-table tr:first-of-type th:nth-of-type(2) {
  width: 230px;
}
#plan__schedule .wrap-schedule .item-table tr:not(:first-of-type) td {
  padding: 20px 0;
  line-height: 1.5;
  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: 24px;
  padding: 70px 100px;
}
#plan__point .wrap-point .list-point {
  margin: 0 auto;
  width: fit-content;
  gap: 30px;
}
#plan__point .wrap-point .list-point .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
#plan__point .wrap-point .list-point .item .ttl04 {
  position: relative;
  padding-left: 35px;
}
#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: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
#plan__point .wrap-point .list-point .item .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0;
}
/* faq
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#faq .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
/* 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: 593px;
  height: 396px;
  left: 0;
  top: 0;
  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: absolute;
  left: 50px;
  top: 260px;
}
#company__identity .ttl04 {
  width: 550px;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
#company__identity .item-text {
  width: 550px;
  margin-left: auto;
}

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

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: url(/img/common/bg__deco_02.png) center bottom/cover no-repeat, var(--col--base-o);
}
#company__info .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#company__info .wrap-info {
  padding: 50px 70px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(31, 31, 31, 0.1);
}
#company__info .item-map {
  width: 100%;
  height: 400px;
  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.css.map */