/*# sourceMappingURL=style.css.map */ー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1080px;
  background: #fff;
  padding: 0;
  height: 130px;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
  margin-left: var(--margin-30);
}
#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;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .wrap-contact {
  width: fit-content;
  margin-bottom: var(--margin-10);
}
#header .unit-contact {
  width: fit-content;
  padding-right: var(--margin-20);
  border-right: 1px solid var(--col--border-g);
  margin-right: var(--margin-20);
  gap: 5px;
  margin-bottom: 8px;
  margin-top: 35px;
}
#header .unit-contact .item {
  gap: 5px;
}
#header .unit-contact .item dt {
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  width: 100px;
}
#header .unit-contact .item dd {
  position: relative;
  font-size: var(--font-size-25);
  flex: 1;
}
#header .unit-contact .item-tsukuba dt {
  background: var(--col--tsukuba-b-01);
}
#header .unit-contact .item-tsukuba dd {
  padding-left: var(--margin-25);
}
#header .unit-contact .item-tsukuba dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__01_a.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}
#header .unit-contact .item-tamana dt {
  background: var(--col--tamana-y-01);
}
#header .unit-contact .item-tamana dd {
  padding-left: var(--margin-25);
}
#header .unit-contact .item-tamana dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__01_b.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}
#header .tel_attention {
  height: 11px;
  margin-right: auto;
}
#header .com__times {
  width: fit-content;
  margin-right: var(--margin-20);
  gap: 10px;
}
#header .com__times-item {
  width: fit-content;
  font-size: var(--font-size-13);
}
#header .com__times-item dt {
  color: var(--col--main-01);
}
#header .unit-sns {
  gap: 15px;
  margin-right: var(--margin-20);
  width: fit-content;
}
#header .unit-sns a {
  --size: 30px ;
}
#header .btn-contact {
  width: 70px;
  height: 70px;
  background: var(--col--main-01);
  border-radius: 0 0 0 10px;
  border: 1px solid var(--col--main-01);
  transition: ease 0.3s;
}
#header .btn-contact span img {
  filter: var(--col--fil-white);
  transition: ease 0.3s;
}
#header .btn-contact:hover {
  background: #fff;
}
#header .btn-contact:hover span img {
  filter: var(--col--fil-main);
}
#header .cont-info {
  width: fit-content;
}

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

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  width: 100%;
  background: url(/img/common/pattern__stripe__02_o.png);
  padding: 15px 0;
}
#nav .list-nav {
  margin: 0 auto;
  width: 900px;
  gap: 60px;
  justify-content: center;
}
#nav .list-nav .item {
  position: relative;
  width: fit-content;
}
#nav .list-nav .item::before {
  content: "●";
  color: #fff;
  right: -35px;
  position: absolute;
}
#nav .list-nav .item:last-child::before {
  display: none;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
#nav .list-nav .item a:hover {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 930px;
  margin-top: 140px;
}
#mv .swiper-wrapper {
  width: 1920px;
}
#mv .swiper-wrapper .swiper-slide {
  background: var(--pt--texture--01-w);
}
#mv .swiper-wrapper .swiper-slide .mv__catch {
  position: absolute;
  z-index: 1;
  left: clamp(-50px, 50vw - 800px, 60px);
  top: 200px;
  width: clamp(688px, 60vw - 200px, 850px);
}
#mv .swiper-wrapper .swiper-slide .mv__img {
  position: absolute;
  right: clamp(-160px, 50vw - 800px, 50px);
  top: 0;
}
#mv .swiper-wrapper .swiper-slide-01 .mv__catch {
  position: relative;
}
#mv .swiper-wrapper .swiper-slide-01 .mv__catch::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__img_01__deco_01.png) center center/contain no-repeat;
  width: 378px;
  height: 254px;
  left: 50px;
  bottom: 20px;
  translate: 0 100%;
}
#mv .swiper-wrapper .swiper-slide-02 .mv__catch {
  position: relative;
}
#mv .swiper-wrapper .swiper-slide-02 .mv__catch::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__img_02__deco_01.png) center center/contain no-repeat;
  width: 326px;
  height: 293px;
  left: 260px;
  bottom: -160px;
}
#mv .swiper-wrapper .swiper-slide-03 .mv__catch {
  position: relative;
}
#mv .swiper-wrapper .swiper-slide-03 .mv__catch::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__img_03__deco_01.png) center center/contain no-repeat;
  width: 326px;
  height: 299px;
  left: -30px;
  bottom: -130px;
}
#mv .swiper-wrapper .swiper-slide-04 .mv__catch {
  position: relative;
}
#mv .swiper-wrapper .swiper-slide-04 .mv__catch::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__img_04__deco_01.png) center center/contain no-repeat;
  width: 403px;
  height: 320px;
  left: 250px;
  bottom: -210px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 440px;
  margin-top: 140px;
  background: var(--pt--texture--01-w);
}
#sv .sv-img {
  position: absolute;
  width: 1094px;
  height: 420px;
  right: 0;
  bottom: 0;
}
#sv .sv-catch {
  position: absolute;
  background: url(/img/sv/sv__bg_01.png) center center/contain no-repeat;
  width: 750px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: clamp(-550px, -50vw + 450px, -200px);
  top: 85px;
  font-size: var(--font-size-40);
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0;
  text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
}
#sv .sv-catch::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 174px;
  height: 189px;
  right: -10px;
  top: -20px;
}
#sv .sv-catch::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 326px;
  height: 299px;
  left: -120px;
  bottom: -75px;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: url(/img/common/pattern__stripe__02_o.png), var(--col--base-01);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  transition: ease 0.2s;
  margin-bottom: var(--margin-30);
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-block: 80px;
}
@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 .block-address {
  margin-bottom: var(--margin-30);
  gap: 20px;
}
#footer .block-address .item {
  background: #fff;
  padding: 20px 10px 25px;
  border-radius: 10px;
}
#footer .block-address .item dt {
  background: red;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  margin-bottom: var(--margin-20);
  line-height: 1.4;
  min-width: 300px;
}
#footer .block-address .item dd .tel-num {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
  padding-left: var(--margin-15);
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed red;
  margin-bottom: var(--margin-20);
}
#footer .block-address .item dd .tel-num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__01_a.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 35px;
  top: 35%;
  translate: 0 -50%;
}
#footer .block-address .item dd .item-address {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding-left: var(--margin-20);
  line-height: 1.6;
}
#footer .block-address .item dd .item-address::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin__01_a.png) center center/contain no-repeat;
  width: 14px;
  height: 20px;
  left: 0;
  top: 4px;
}
#footer .block-address .item-tsukuba dt {
  background: var(--col--tsukuba-b-01);
}
#footer .block-address .item-tsukuba dd .tel-num {
  border-bottom: 1px dashed var(--col--tsukuba-b-01);
}
#footer .block-address .item-tsukuba dd .tel-num::before {
  background: url(/img/common/icon__tel__01_a.png);
}
#footer .block-address .item-tsukuba dd .item-address {
  font-size: var(--font-size-14);
  line-height: 2.1;
}
#footer .block-address .item-tamana dt {
  background: var(--col--tamana-y-01);
}
#footer .block-address .item-tamana dd .tel-num {
  border-bottom: 1px dashed var(--col--tamana-y-01);
}
#footer .block-address .item-tamana dd .tel-num::before {
  background: url(/img/common/icon__tel__01_b.png);
}
#footer .block-address .item-tamana dd .item-address {
  font-size: var(--font-size-14);
  line-height: 2.1;
}
#footer .tel_attention {
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--margin-20);
}
#footer .com__times {
  gap: 40px;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-30);
  font-size: var(--font-size-14);
}
#footer nav {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: var(--margin-30);
  position: relative;
}
#footer nav::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__b_03.png) center center/contain no-repeat;
  width: 63px;
  height: 68px;
  left: -20px;
  bottom: -5px;
}
#footer nav::after {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__b_03_02.png) center center/contain no-repeat;
  width: 63px;
  height: 68px;
  right: -20px;
  bottom: -5px;
}
#footer .list-nav {
  margin: 0 auto;
  width: 710px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  font-size: var(--font-size-14);
  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-01);
}
#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
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  background: url(/img/common/pattern__texture__01_w.jpg);
  position: relative;
}
#top__greeting::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/100% auto repeat-x;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}
#top__greeting .inner {
  min-height: 800px;
  padding-bottom: 310px;
}
#top__greeting .ttl03 {
  margin-bottom: var(--margin-90);
}
#top__greeting .block-greeting {
  position: relative;
}
#top__greeting .block-greeting .item-img {
  position: absolute;
  left: -80px;
  top: -30px;
}
#top__greeting .block-greeting .item-text {
  padding: 50px;
  background: var(--col--base-01);
  border-radius: 10px;
  width: 550px;
  margin-left: auto;
  position: relative;
}
#top__greeting .block-greeting .item-text::after {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_01.png) center center/contain no-repeat;
  width: 514px;
  height: 278px;
  right: -60px;
  bottom: 40px;
  translate: 0 100%;
}
#top__greeting .block-greeting .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow__a_01.png) center center/contain no-repeat;
  width: 30px;
  height: 32px;
  left: 70px;
  bottom: 0;
  translate: 0 100%;
}

/* top__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__concept {
  background: var(--separate--wave--01-w-t), url(/img/top/top__concept__bg_img_01.jpg) center center/cover no-repeat;
}
#top__concept .inner {
  padding-top: 150px;
}
#top__concept .block-concept {
  background: url(/img/top/top__concept__bg_img_01.png) center center/cover no-repeat;
  padding: 80px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 0px 50px 0px rgba(253, 164, 80, 0.5);
}
#top__concept .block-concept::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_02.png) center center/contain no-repeat;
  width: 251px;
  height: 182px;
  left: 50px;
  bottom: 0;
}
#top__concept .block-concept::after {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_01.png) center center/contain no-repeat;
  width: 352px;
  height: 323px;
  right: -40px;
  bottom: 30px;
}
#top__concept .block-concept .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__concept .block-concept .ttl04 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  background: var(--col--main-01);
  padding: 14px 15px;
  margin-bottom: var(--margin-40);
}
#top__concept .block-concept .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__ribon__a_01.png) center center/100% 100% no-repeat;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  translate: -100% 0;
}
#top__concept .block-concept .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__ribon__a_02.png) center center/100% 100% no-repeat;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  translate: 100% 0;
}
#top__concept .block-concept .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-25);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
}
#top__concept .block-concept .ttl04 .ja .str-01 {
  color: var(--col--main-03);
}
#top__concept .block-concept .item-text {
  text-align: center;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  background: url(/img/common/pattern__texture__01_w.jpg);
}
#top__feature .inner {
  position: relative;
}
#top__feature .item-img {
  position: absolute;
  top: 280px;
  right: -330px;
}
#top__feature .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_03.png) center center/contain no-repeat;
  width: 254px;
  height: 366px;
  left: -40px;
  bottom: -100px;
}
#top__feature .list-feature > .item {
  width: 520px;
  margin-right: auto;
  background: #aaa;
  border-radius: 0 115px 115px 0;
  padding: 20px;
  padding-left: 0;
  padding-right: 100px;
  margin-bottom: var(--margin-20);
  position: relative;
}
#top__feature .list-feature > .item::before {
  content: "";
  position: absolute;
  width: calc(100dvw - (100dvw - 1080px) / 2);
  height: 100%;
  background: #aaa;
  left: 0;
  top: 0;
  translate: -100% 0;
}
#top__feature .list-feature > .item:last-child {
  margin-bottom: 0;
}
#top__feature .list-feature > .item .ttl04 {
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  background: url(/img/common/pattern__stripe__01_b.png);
  text-align: center;
  margin-bottom: var(--margin-30);
  position: relative;
}
#top__feature .list-feature > .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__ttl_deco_01_a.png) center center/contain no-repeat;
  width: 302px;
  height: 15px;
  left: 0;
  bottom: -10px;
  translate: 0 100%;
}
#top__feature .list-feature > .item .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__ttl_deco_02_a.png) center center/contain no-repeat;
  width: 135px;
  height: 80px;
  right: -35px;
  bottom: -12px;
}
#top__feature .list-feature > .item .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-25);
  font-weight: 700;
  color: red;
}
#top__feature .list-feature > .item .item-text {
  width: 420px;
  text-align: center;
}
#top__feature .list-feature > .item:nth-of-type(1) {
  background: #feebcb;
}
#top__feature .list-feature > .item:nth-of-type(1)::before {
  background: #feebcb;
}
#top__feature .list-feature > .item:nth-of-type(1) .ttl04 .ja {
  color: #fda450;
}
#top__feature .list-feature > .item:nth-of-type(2) {
  background: #dcf1f2;
}
#top__feature .list-feature > .item:nth-of-type(2)::before {
  background: #dcf1f2;
}
#top__feature .list-feature > .item:nth-of-type(2) .ttl04::before {
  background: url(/img/top/top__feature__ttl_deco_01_b.png) center center/contain no-repeat;
}
#top__feature .list-feature > .item:nth-of-type(2) .ttl04::after {
  background: url(/img/top/top__feature__ttl_deco_02_b.png) center center/contain no-repeat;
}
#top__feature .list-feature > .item:nth-of-type(2) .ttl04 .ja {
  color: #77c6e5;
}
#top__feature .list-feature > .item:nth-of-type(3) {
  background: #fff7c2;
}
#top__feature .list-feature > .item:nth-of-type(3)::before {
  background: #fff7c2;
}
#top__feature .list-feature > .item:nth-of-type(3) .ttl04 .ja {
  color: #fda450;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  background: var(--separate--wave--01-w-t), var(--separate--wave--01-w-b), url(/img/common/pattern__stripe__02_o.png);
}
#top__service .inner {
  padding-block: 150px 210px;
}
#top__service .ttl03 {
  margin-bottom: var(--margin-100);
}
#top__service .block-service {
  width: 640px;
  padding: 40px 80px;
  background: #fff;
  margin-bottom: 180px;
  position: relative;
  z-index: 0;
}
#top__service .block-service::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__deco_01_a.png) center center/100% 100% no-repeat;
  width: 100%;
  left: 0;
  top: 20px;
  translate: 0 -100%;
  height: 57px;
}
#top__service .block-service:last-child {
  margin-bottom: 0;
}
#top__service .block-service .ttl04 {
  background: url(/img/top/top__feature__deco_03_a.png) center center no-repeat #fff;
  width: 280px;
  height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--margin-30);
  position: relative;
}
#top__service .block-service .ttl04::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 480px;
  border-bottom: 2px dotted red;
}
#top__service .block-service .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--fot--Zen-Maru-Goth);
  padding-bottom: 5px;
}
#top__service .block-service .item-img {
  position: absolute;
  width: max-content;
}
#top__service .block-service .item-text {
  position: relative;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-30);
}
#top__service .block-service .item-text::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px dotted red;
  bottom: 0;
  left: 0;
}
#top__service .block-service .btn-service {
  display: block;
  width: fit-content;
  position: relative;
  margin-left: auto;
  padding-right: var(--margin-30);
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  transition: ease 0.2s;
}
#top__service .block-service .btn-service::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 20px;
  height: 13px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__service .block-service .btn-service:hover {
  opacity: 0.7;
}
#top__service .block-service .btn-service:hover::before {
  right: -5px;
}
#top__service .block-service:nth-of-type(odd) {
  position: relative;
}
#top__service .block-service:nth-of-type(odd)::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__deco_02_a.png) center center/contain no-repeat;
  width: 610px;
  height: 372px;
  left: -10px;
  bottom: -10px;
}
#top__service .block-service:nth-of-type(odd) .item-img {
  right: 40px;
  top: 20px;
  translate: 100% 0;
}
#top__service .block-service:nth-of-type(even) {
  margin-left: auto;
  position: relative;
}
#top__service .block-service:nth-of-type(even)::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__deco_02_b.png) center center/contain no-repeat;
  width: 610px;
  height: 342px;
  right: -10px;
  bottom: -10px;
}
#top__service .block-service:nth-of-type(even) .item-img {
  left: 40px;
  top: 10px;
  translate: -100% 0;
}
#top__service .block-homecare .ttl04 {
  background: url(/img/top/top__feature__deco_03_a.png) center center no-repeat #fff;
}
#top__service .block-homecare .ttl04::before {
  border-bottom: 2px dotted #fda450;
}
#top__service .block-homecare .item-text::before {
  border-bottom: 2px dotted #fda450;
}
#top__service .block-homecare .item-text::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_04.png) center center/contain no-repeat;
  width: 117px;
  height: 166px;
  left: -84px;
  bottom: -105px;
}
#top__service .block-homehelper .ttl04 {
  background: url(/img/top/top__feature__deco_03_b.png) center center no-repeat #fff;
}
#top__service .block-homehelper .ttl04::before {
  border-bottom: 2px dotted #7dc8e6;
}
#top__service .block-homehelper .item-text::before {
  border-bottom: 2px dotted #7dc8e6;
}
#top__service .block-homehelper .item-text::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_05.png) center center/contain no-repeat;
  width: 115px;
  height: 178px;
  right: -120px;
  bottom: -105px;
}
#top__service .block-planning .ttl04 {
  background: url(/img/top/top__feature__deco_03_c.png) center center no-repeat #fff;
}
#top__service .block-planning .ttl04::before {
  border-bottom: 2px dotted #ffd169;
}
#top__service .block-planning .item-text::before {
  border-bottom: 2px dotted #ffd169;
}
#top__service .block-planning .item-text::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_06.png) center center/contain no-repeat;
  width: 194px;
  height: 201px;
  left: -170px;
  bottom: -115px;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: url(/img/common/pattern__texture__01_w.jpg);
}
#top__contact .inner {
  padding-top: 100px;
}
#top__contact .item-lead {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#top__contact .block-contact {
  border: 2px solid var(--col--main-01);
  width: 960px;
  margin: 0 auto;
  padding: 40px 60px;
  border-radius: 10px;
  margin-bottom: var(--margin-40);
}
#top__contact .block-contact .ttl04 {
  padding-bottom: var(--margin-15);
  text-align: center;
  border-bottom: 1px dashed var(--col--main-01);
  margin-bottom: var(--margin-30);
}
#top__contact .block-contact .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Maru-Goth);
}
#top__contact .block-contact .unit-address {
  gap: 40px;
  margin-bottom: var(--margin-20);
}
#top__contact .block-contact .unit-address .item {
  width: 300px;
}
#top__contact .block-contact .unit-address .item dt {
  text-align: center;
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: var(--margin-15);
}
#top__contact .block-contact .unit-address .item .tel-num {
  display: block;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding-left: var(--margin-25);
}
#top__contact .block-contact .unit-address .item .tel-num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__01_a.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
}
#top__contact .block-contact .unit-address .item-tsukuba dt {
  background: var(--col--tsukuba-b-01);
}
#top__contact .block-contact .unit-address .item-tsukuba .tel-num::before {
  background: url(/img/common/icon__tel__01_a.png) center center/contain no-repeat;
}
#top__contact .block-contact .unit-address .item-tamana dt {
  background: var(--col--tamana-y-01);
}
#top__contact .block-contact .unit-address .item-tamana .tel-num::before {
  background: url(/img/common/icon__tel__01_b.png) center center/contain no-repeat;
}
#top__contact .block-contact .com__times {
  background: var(--col--base-02);
  padding: 10px 15px;
  width: 650px;
  margin: 0 auto;
  justify-content: center;
  gap: 60px;
  margin-bottom: var(--margin-30);
}
#top__contact .block-contact .com__times-item {
  width: fit-content;
}
#top__contact .block-contact .com__times-item dt,
#top__contact .block-contact .com__times-item dd {
  font-size: var(--font-size-16);
  font-weight: 500;
}
#top__contact .block-contact .com__times-item dt {
  width: fit-content;
  color: var(--col--main-01);
}
#top__contact .block-contact .com__times-item dd {
  width: fit-content;
}
#top__contact .block-contact .tel-attention {
  display: block;
  margin: 0 auto;
  width: fit-content;
  height: 12px;
}
#top__contact .unit-btn {
  gap: 60px;
}
#top__contact .unit-btn .btn-line .icon {
  width: 30px;
  height: 30px;
  margin-right: var(--margin-15);
}
#top__contact .unit-btn .btn-mail .icon {
  margin-right: var(--margin-15);
  filter: var(--col--fil-white);
}
#top__contact .unit-btn .btn-mail:hover .icon {
  filter: var(--col--fil-main);
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: url(/img/common/pattern__texture__01_w.jpg);
  position: relative;
}
#top__subpages::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/100% auto repeat-x;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}
#top__subpages .inner {
  width: 100%;
}
#top__subpages .list-subpages > .item {
  position: relative;
  top: 0;
  transition: ease 0.3s;
}
#top__subpages .list-subpages > .item:hover {
  top: -5px;
  opacity: 0.6;
}
#top__subpages .list-subpages > .item:nth-of-type(even) {
  margin-top: 120px;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-bottom: var(--margin-15);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 26px 60px;
  position: relative;
  border-radius: 10px;
}
.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: 1;
  width: 880px;
  margin-left: auto;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: var(--margin-10);
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  position: absolute;
  background: var(--col--main-01);
  color: #fff;
  border-radius: 0 15px 15px 0;
  left: 0;
  top: 20px;
  width: 120px;
  text-align: center;
  padding: 7px;
}
.unit-latest .tag_list {
  order: 2;
  width: 100%;
  justify-content: end;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--acc-b-01);
  color: #fff;
  border-radius: 5px;
  padding: 3px;
  font-size: 13px;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: var(--col--acc-b-01);
  color: #fff;
  border-radius: 5px;
  padding: 3px;
  font-size: 13px;
}

#top__news {
  background: var(--separate--wave--01-w-b), url(/img/common/pattern__stripe__02_y.png);
}
#top__news .inner {
  padding-bottom: 150px;
}
#top__news .item-border {
  width: 100%;
  border: 0;
  border-bottom: 1px dashed var(--col--main-01);
  margin-bottom: var(--margin-20);
}
#top__news .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__news .cont-latest {
  margin-bottom: var(--margin-40);
}
#top__news .unit-latest {
  margin-bottom: var(--margin-15);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 26px 60px;
  position: relative;
  border-radius: 10px;
}
#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: 1;
  width: 880px;
  margin-left: auto;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: var(--margin-10);
  text-overflow: ellipsis;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  position: absolute;
  background: var(--col--main-01);
  color: #fff;
  border-radius: 0 15px 15px 0;
  left: 0;
  top: 20px;
  width: 120px;
  text-align: center;
  padding: 7px;
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 100%;
  justify-content: end;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--acc-b-01);
  color: #fff;
  border-radius: 5px;
  padding: 3px;
  font-size: 13px;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}
#top__news .com__btn_01 {
  margin: 0 auto;
}

/* top__organization
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__organization {
  background: url(/img/common/pattern__texture__01_w.jpg);
}
#top__organization .list {
  gap: 140px;
}
#top__organization .list > .item {
  width: max-content;
}
/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting {
  background: var(--pt--texture--01-w);
  position: relative;
}
#about__greeting::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/100% auto repeat-x;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}
#about__greeting .inner {
  padding-bottom: 80px;
}
#about__greeting .block-greeting {
  position: relative;
}
#about__greeting .block-greeting .item-img {
  position: absolute;
  right: 0;
  top: -40px;
}
#about__greeting .block-greeting .item-text .p-min {
  width: 580px;
}
#about__greeting .block-greeting .item-text .p-min:nth-of-type(2) {
  margin-bottom: var(--margin-70);
}

/* about__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__staff {
  background: var(--separate--wave--01-w-t), var(--separate--wave--01-w-b), var(--pt--stripe--01-o);
}
#about__staff .inner {
  padding-top: 160px;
  padding-bottom: 140px;
}
#about__staff .cont-post .block-post {
  position: relative;
  background: #fff;
  padding: 50px 80px;
  margin-bottom: var(--margin-50);
  min-height: 350px;
}
#about__staff .cont-post .block-post::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__clip__a_01.png) center center/contain no-repeat;
  width: 37px;
  height: 57px;
  right: 40px;
  top: -20px;
}
#about__staff .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#about__staff .cont-post .block-post .ttl04 {
  position: relative;
  width: 650px;

  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-20);
}
#about__staff .cont-post .block-post .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 600;
  font-size: var(--font-size-26);
  color: var(--col--main-01);
}
#about__staff .cont-post .block-post .item-img {
  position: absolute;
  left: 80px;
  top: 50px;
  width: 210px;
  height: 250px;
  border-radius: 10px;
}
#about__staff .cont-post .block-post .item-service {
  margin-bottom: var(--margin-20);
  width: 650px;

    width: 100%;
  margin-left: auto;
  border-radius: 5px;
  background: var(--col--base-02);
  padding: 7px 12px;
  line-height: 1.3;
}
#about__staff .cont-post .block-post .item-service dt {
  color: var(--col--main-01);
  font-weight: 700;
  padding-right: var(--margin-20);
  border-right: 1px solid var(--col--main-01);
  margin-right: var(--margin-20);
}
#about__staff .cont-post .block-post .item-service dd {
  flex: 1;
  font-weight: 500;
}
#about__staff .cont-post .block-post .item-text {
  width: 650px;

    width: 100%;
  margin-left: auto;
}
#about__staff .cont-post .block-post .item-text p {
  line-height: 1.6;
}


/* 25/11/21 追加分 */
#about__staff {
  .cont-post{
    margin-bottom: var(--margin-50);
    .item-img{
      width: 100%;
      height: 480px;
    }
  }
}
/* 25/11/21 追加分 */




/* about__office
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__office {
  background: var(--pt--texture--01-w);
}
#about__office .inner {
  position: relative;
}
#about__office .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_03.png) center center/contain no-repeat;
  width: 212px;
  height: 176px;
  left: 0;
  top: 15px;
}
#about__office .ttl03 {
  margin-bottom: var(--margin-60);
}
#about__office .list-office {
  gap: 30px;
}
#about__office .list-office > .item {
  position: relative;
  height: fit-content;
}
#about__office .list-office > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__b_02.png) center center/contain no-repeat;
  width: 83px;
  height: 102px;
  right: 0;
  bottom: 0;
}
#about__office .list-office > .item:nth-of-type(2) {
  margin-top: var(--margin-70);
}

/* service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* service__common
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__service_intro {
  background: var(--pt--texture--01-w);
  min-height: 660px;
}
.common__service_intro .ttl03 {
  margin-bottom: var(--margin-80);
}
.common__service_intro .block-intro {
  width: 540px;
  margin-left: auto;
  position: relative;
  border-top: 1px solid transparent;
}
.common__service_intro .block-intro .ttl04 {
  margin-top: var(--margin-50);
  margin-bottom: var(--margin-40);
}
.common__service_intro .block-intro .item-img {
  position: absolute;
  left: -541px;
  top: 0;
}
.common__service_intro .block-intro .item-text {
  width: 540px;
  margin-left: auto;
}

/* service__homecare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__homecare {
  position: relative;
}
#service__homecare::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/100% auto repeat-x;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}
/* service__homecare_target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__service_target {
  background: var(--separate--wave--01-w-t), url(/img/common/bg_img__01_a.jpg) center center/cover no-repeat;
}
.common__service_target .inner {
  padding-top: 160px;
}
.common__service_target .wrap-cont {
  background: var(--pt--stripe--02-w);
  padding: 100px 140px;
  border-radius: 20px;
  position: relative;
}
.common__service_target .wrap-cont::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_01.png) center center/contain no-repeat;
  width: 352px;
  height: 323px;
  bottom: -60px;
  right: -140px;
}
.common__service_target .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-65);
}
.common__service_target .block-cont {
  position: relative;
  margin-bottom: var(--margin-50);
}
.common__service_target .block-cont:last-child {
  margin-bottom: 0;
}
.common__service_target .block-cont .ttl04 {
  width: 100%;
  padding: 12px;
  text-align: center;
  background: var(--col--main-01);
  margin-bottom: var(--margin-35);
}
.common__service_target .block-cont .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: var(--fot--Zen-Maru-Goth);
  color: #fff;
}
.common__service_target .block-cont .list-target {
  line-height: 2;
  margin-bottom: var(--margin-40);
  font-weight: 500;
}
.common__service_target .block-cont .list-target .item .sublist {
  position: relative;
  margin-left: var(--margin-35);
}
.common__service_target .block-cont .note small {
  display: block;
  line-height: 2;
}

/* service__homecare_contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__service_care {
  background: var(--pt--stripe--01-o);
}
.common__service_care .topic-service {
  margin-bottom: 120px;
}
.common__service_care .topic-service .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-75);
}
.common__service_care .topic-service .block-service {
  background: #fff;
  padding: 50px 80px;
  margin-bottom: var(--margin-50);
}
.common__service_care .topic-service .block-service:last-child {
  margin-bottom: 0;
}
.common__service_care .topic-service .block-service .ttl04 {
  background: url(/img/common/deco_ttl__frame__01_a.png) center center/contain no-repeat;
  width: 260px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--margin-35);
}
.common__service_care .topic-service .block-service .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-24);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.common__service_care .topic-service .block-service .item-lead {
  position: relative;
  margin-bottom: var(--margin-25);
}
.common__service_care .topic-service .block-service .list-feature .item {
  position: relative;
  padding-left: 1em;
  font-size: var(--font-size-16);
  line-height: 2;
}
.common__service_care .topic-service .block-service .list-feature .item::before {
  content: "・";
  color: var(--col--main-01);
  left: 0;
  top: 0;
  position: absolute;
}
.common__service_care .topic-service .block-service .wrap-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 340px;
  gap: 30px 50px;
}
.common__service_care .topic-service .block-service .block-contents .ttl05 {
  background: var(--col--main-03);
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: var(--margin-20);
}
.common__service_care .topic-service .block-service .block-contents .ttl05 .ja {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: var(--font-size-18);
}
.common__service_care .topic-service .block-service .block-contents:nth-of-type(1) {
  width: 300px;
}
.common__service_care .topic-service .block-service .block-contents:nth-of-type(2) {
  width: 300px;
}
.common__service_care .topic-service .block-service .block-contents:nth-of-type(3) {
  width: 570px;
}
.common__service_care .topic-price .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-75);
}
.common__service_care .topic-price .block-price {
  border-radius: 10px;
  border: 2px solid var(--col--main-01);
  padding: 60px 80px;
  background: #fff;
}




/* 25/11/21　追加分 */
#service__program {
  background: var(--pt--stripe--01-o);

  .inner{
    padding-top: 0;
  }

  .ttl03 {
    text-align: center;
    line-height: 1.7;
  }

  .block-about {
    padding: 60px;
    position: relative;
    background: #fff;
    margin-bottom: var(--margin-60);

    &:last-child {
      margin-bottom: 0;
    }

    &::before {
      content: "";
      position: absolute;
      background: url(/img/common/deco__clip__a_01.png)center center / contain no-repeat;
      width: 37px;
      height: 57px;
      right: 40px;
      top: -20px;

    }

    .ttl04 {
      width: fit-content;
      position: relative;
      margin: 0 auto;
      min-width: 740px;
      margin-bottom: var(--margin-40);

    }

    .ttl05 {}

    .item-img {}

    .item-text {}

  }

  .block-about-01 {
    .item-img {
      position: absolute;
      left: 80px;
      top: 150px;
    }

    .ttl05 {
      width: 490px;
      margin-left: auto;
      background: #ffef86;
      padding: 10px;
      text-align: center;
      margin-bottom: var(--margin-30);
      border-radius: 5px;

      .ja {
        font-weight: 500;
        letter-spacing: 0.05em;
        font-size: var(--font-size-18);

      }
    }

    .item-text {
      width: 490px;
      margin-left: auto;
    }
  }

  .block-about-02 {
    padding: 60px 140px;
  }

  .block-about-03 {
    padding: 60px 140px;

    .unit {
      margin-bottom: var(--margin-30);

      &:last-child {
        margin-bottom: 0;
      }

      .ttl05 {
        margin-bottom: var(--margin-10);

        .ja {
          font-size: var(--font-size-18);
          color: #fda450;
        }
      }

      .item-text {
        p {
          font-size: var(--font-size-16);
        }
      }
    }
  }

  .block-about-04 {
    padding: 60px 140px;

    .item-text {
      p {
        strong {
          display: block;
          font-size: var(--font-size-18);
          color: #fda450;

        }
      }
    }
  }

  .btn-prokura{
    margin: 0 auto;
  }

}

#service__homecare_contents {

  .block-about {
    padding: 60px 140px;
    background: #fff;
    position: relative;
    margin-bottom: var(--margin-50);

    &:last-child {
      margin-bottom: 0;
    }

    &::before {
      content: "";
      position: absolute;
      background: url(/img/common/deco__clip__a_01.png)center center / contain no-repeat;
      width: 37px;
      height: 57px;
      right: 40px;
      top: -20px;

    }

    .list{
      margin-bottom: var(--margin-20);
      .item{
        padding-left: 1em;
        position: relative;
        margin-bottom: 20px;
        &::before {
        content: "・";
        color: #fda450;
        left: 0;
        position: absolute;
        }
      }
    }

    .unit-about {
      margin-bottom: var(--margin-65);

      .lead-text{
        margin-bottom: var(--margin-30);
      }

      .ttl05 {
        width: 100%;
        margin-left: auto;
        background: #ffef86;
        padding: 10px;
        text-align: center;
        margin-bottom: var(--margin-30);
        border-radius: 5px;

        .ja {
          font-weight: 500;
          letter-spacing: 0.05em;
          font-size: var(--font-size-18);
        }
      }

      .group-about{
        position: relative;
        margin-bottom: var(--margin-30);
        &:last-child{
            margin-bottom: 0;
        }
        .ttl06{
          margin-bottom: var(--margin-20);
          .ja{
            color: #fda450;
            font-size: var(--font-size-18);
            font-weight: 500;
          }
        }
      }

    }

  }

}
/* 25/11/21　追加分 */






/* service__homehelp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__homehelp {
  position: relative;
}
#service__homehelp::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 6px;
  background: url(/img/common/border__double__01_a.png) left top/100% 6px repeat-x;
}
/* service__homehelp_target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* service__helper
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* service__helper_contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__helper_contents {
  background: var(--separate--wave--01-w-t), url(/img/common/bg_img__01_a.jpg) center center/cover no-repeat;
}
#service__helper_contents .inner {
  padding-top: 160px;
}
#service__helper_contents .topic-service {
  background: var(--pt--stripe--02-w);
  padding: 100px;
  border-radius: 20px;
  position: relative;
}
#service__helper_contents .topic-service::after {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_01.png) center center/contain no-repeat;
  width: 352px;
  height: 323px;
  right: -140px;
  bottom: -60px;
}
#service__helper_contents .topic-service .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-65);
}
#service__helper_contents .topic-service .list-service {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#service__helper_contents .topic-service .list-service .item {
  width: fit-content;
  position: relative;
  padding-left: 1em;
  font-size: var(--font-size-16);
  line-height: 2;
}
#service__helper_contents .topic-service .list-service .item::before {
  content: "・";
  color: var(--col--main-01);
  left: 0;
  top: 0;
  position: absolute;
}
/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__flow {
  position: relative;
  position: relative;
}
#guide__flow::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/100% auto repeat-x;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}
#guide__flow .inner {
  padding: 130px 0 120px;
}
#guide__flow .ttl03 {
  margin-bottom: var(--margin-90);
}
#guide__flow .topic-flow {
  position: relative;
  margin-bottom: var(--margin-100);
}
#guide__flow .topic-flow:last-child {
  margin-bottom: 0;
}
#guide__flow .topic-flow .ttl04 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#guide__flow .topic-flow .item-lead {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#guide__flow .topic-flow .list-flow .item {
  margin-bottom: var(--margin-50);
}
#guide__flow .topic-flow .list-flow .item .ttl05 {
  width: 1000px;
  margin-left: auto;
  margin-bottom: var(--margin-25);
  position: relative;
}
#guide__flow .topic-flow .list-flow .item .ttl05 .num {
  position: absolute;
  left: -80px;
  top: -16px;
}
#guide__flow .topic-flow .list-flow .item .ttl05 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  color: var(--col--main-01);
  font-size: var(--font-size-20);
}
#guide__flow .topic-flow .list-flow .item .item-text {
  width: 1000px;
  margin-left: auto;
}
#guide__flow .topic-flow .list-flow .item .item-text p {
  margin-bottom: 0;
}
#guide__flow .topic-flow .list-flow .item .item-text .note small {
  display: block;
  line-height: 2;
}
#guide__flow .topic-helper .ttl04::before {
  background: url(/img/common/deco_ttl__border__02_l.png) center center/contain no-repeat;
}
#guide__flow .topic-helper .ttl04::after {
  background: url(/img/common/deco_ttl__border__02_r.png) center center/contain no-repeat;
}
#guide__flow .topic-helper .ttl04 .ja {
  color: var(--col--acc-b-01);
}
#guide__flow .topic-helper .list-flow .item .ttl05 .ja {
  color: var(--col--acc-b-01);
}

/* guide__marufuku_system
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__marufuku_system {
  background: var(--separate--wave--01-w-t), var(--separate--wave--01-w-b), var(--pt--stripe--01-o);
}
#guide__marufuku_system .inner {
  padding-bottom: 170px;
}
#guide__marufuku_system .wrap-detail {
  background: #fff;
  padding: 50px 80px;
  margin-bottom: var(--margin-50);
  position: relative;
}
#guide__marufuku_system .wrap-detail::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__clip__a_01.png) center center/contain no-repeat;
  width: 37px;
  height: 57px;
  right: 40px;
  top: -20px;
}
#guide__marufuku_system .wrap-detail .block-detail {
  margin-bottom: var(--margin-40);
}
#guide__marufuku_system .wrap-detail .block-detail:last-child {
  margin-bottom: 0;
}
#guide__marufuku_system .wrap-detail .block-detail .ttl04 {
  position: relative;
  margin-bottom: var(--margin-30);
  position: relative;
  margin-left: var(--margin-40);
}
#guide__marufuku_system .wrap-detail .block-detail .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__b_04.png) center center/contain no-repeat;
  width: 46px;
  height: 56px;
  left: -50px;
  top: -10px;
}
#guide__marufuku_system .wrap-detail .block-detail .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  padding-bottom: 6px;
  font-family: var(--fot--Zen-Maru-Goth);
  border-bottom: 2px solid var(--col--main-01);
}
#guide__marufuku_system .com__btn_01 {
  margin: 0 auto;
}

/* guide__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__faq {
  background: var(--pt--texture--01-w);
}
#guide__faq .cont-post {
  position: relative;
  margin-bottom: var(--margin-50);
}
#guide__faq .cont-post:last-child {
  margin-bottom: 0;
}
#guide__faq .cont-post .ttl04 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#guide__faq .cont-post .wrap-post {
  position: relative;
  background: #fff;
  padding: 50px 80px;
}
#guide__faq .cont-post .wrap-post::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__clip__a_01.png) center center/contain no-repeat;
  width: 37px;
  height: 57px;
  right: 40px;
  top: -20px;
}
#guide__faq .cont-post .block-post {
  margin-bottom: var(--margin-60);
}
#guide__faq .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#guide__faq .cont-post .block-post .q {
  font-size: var(--font-size-20);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.05em;
  margin-bottom: var(--margin-20);
  width: 840px;
  margin-left: auto;
  line-height: 1.6;
  position: relative;
}
#guide__faq .cont-post .block-post .q::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  translate: -100% 0;
  left: -20px;
  top: -12px;
}
#guide__faq .cont-post .block-post .a {
  width: 840px;
  margin-left: auto;
  line-height: 2;
}

/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__about {
  background: var(--pt--texture--01-w);
  position: relative;
}
#recruit__about::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/100% auto repeat-x;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}
#recruit__about .inner {
  padding-bottom: 60px;
}
#recruit__about .item-text {
  text-align: center;
}

/* recruit__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__faq {
  background: var(--separate--wave--01-w-t), var(--separate--wave--01-w-b), var(--pt--stripe--01-o);
}
#recruit__faq .inner {
  padding-block: 180px;
}
#recruit__faq .cont-post {
  background: #fff;
  padding: 50px 80px;
  position: relative;
}
#recruit__faq .cont-post::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__clip__a_01.png) center center/contain no-repeat;
  width: 37px;
  height: 57px;
  right: 40px;
  top: -20px;
}
#recruit__faq .cont-post .block-post {
  margin-bottom: var(--margin-50);
}
#recruit__faq .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#recruit__faq .cont-post .block-post dt {
  width: 840px;
  margin-left: auto;
  margin-bottom: var(--margin-30);
  font-size: var(--font-size-20);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.05em;
  margin-bottom: var(--margin-15);
  width: 840px;
  margin-left: auto;
  line-height: 1.6;
  position: relative;
}
#recruit__faq .cont-post .block-post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  translate: -100% 0;
  left: -20px;
  top: -12px;
}
#recruit__faq .cont-post .block-post dd {
  width: 840px;
  line-height: 2;
  margin-left: auto;
}

/* recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit {
  background: var(--pt--texture--01-w);
}
#recruit .inner {
  padding-top: var(--margin-80);
}
#recruit .wrap-table {
  background: #fff;
  padding: 50px 80px;
  position: relative;
}
#recruit .wrap-table::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__clip__a_01.png) center center/contain no-repeat;
  width: 37px;
  height: 57px;
  right: 40px;
  top: -20px;
}
#recruit .cont-post .ttl04 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.company__common .ttl03 {
  margin-bottom: var(--margin-75);
}
.company__common .wrap-table {
  background: #fff;
  padding: 50px 80px;
  position: relative;
}
.company__common .wrap-table::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__clip__a_01.png) center center/contain no-repeat;
  width: 37px;
  height: 57px;
  right: 40px;
  top: -20px;
}
.company__common .item-map {
  margin-top: var(--margin-50);
  width: 100%;
  height: 380px;
  min-height: 200px;
}
.company__common .item-map iframe {
  width: 100%;
  height: 100%;
}

/* company__tsukuba
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__tsukuba {
  background: var(--pt--texture--01-w);
  position: relative;
}
#company__tsukuba::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/100% auto repeat-x;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}
/* company__tamana
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__tamana {
  background: var(--separate--wave--01-w-t), var(--separate--wave--01-w-b), var(--pt--stripe--01-o);
}
#company__tamana .inner {
  padding: 150px 0;
}
/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  position: relative;
  background: var(--pt--texture--01-w);
}
#company__info .inner {
  position: relative;
  padding-top: 140px;
}
#company__info .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_03.png) center center/contain no-repeat;
  width: 212px;
  height: 176px;
  left: -50px;
  top: 20px;
}
#contact__about {
  position: relative;
  background: var(--pt--texture--01-w);
  overflow: hidden;
}
#contact__about::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/100% auto repeat-x;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}
#contact__about .inner {
  padding-bottom: 80px;
}
#contact__about .ttl03 {
  margin-bottom: var(--margin-70);
}
#contact__about .item-text {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#contact__about .block-contact {
  border: 2px solid var(--col--main-01);
  width: 960px;
  margin: 0 auto;
  padding: 40px 60px;
  border-radius: 10px;
  margin-bottom: var(--margin-40);
  position: relative;
}
#contact__about .block-contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_07.png) center center/contain no-repeat;
  width: 132px;
  height: 194px;
  left: -20px;
  bottom: -20px;
}
#contact__about .block-contact::after {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_02.png) center center/contain no-repeat;
  width: 212px;
  height: 176px;
  right: -90px;
  bottom: -60px;
}
#contact__about .block-contact .ttl04 {
  padding-bottom: var(--margin-15);
  text-align: center;
  border-bottom: 1px dashed var(--col--main-01);
  margin-bottom: var(--margin-30);
}
#contact__about .block-contact .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Maru-Goth);
}
#contact__about .block-contact .unit-address {
  gap: 40px;
  margin-bottom: var(--margin-20);
}
#contact__about .block-contact .unit-address .item {
  width: 300px;
}
#contact__about .block-contact .unit-address .item dt {
  text-align: center;
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: var(--margin-15);
}
#contact__about .block-contact .unit-address .item .tel-num {
  display: block;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding-left: var(--margin-25);
}
#contact__about .block-contact .unit-address .item .tel-num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__01_a.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
}
#contact__about .block-contact .unit-address .item-tsukuba dt {
  background: var(--col--tsukuba-b-01);
}
#contact__about .block-contact .unit-address .item-tsukuba .tel-num::before {
  background: url(/img/common/icon__tel__01_a.png) center center/contain no-repeat;
}
#contact__about .block-contact .unit-address .item-tamana dt {
  background: var(--col--tamana-y-01);
}
#contact__about .block-contact .unit-address .item-tamana .tel-num::before {
  background: url(/img/common/icon__tel__01_b.png) center center/contain no-repeat;
}
#contact__about .block-contact .com__times {
  background: var(--col--base-02);
  padding: 10px 15px;
  width: 650px;
  margin: 0 auto;
  justify-content: center;
  gap: 60px;
  margin-bottom: var(--margin-30);
}
#contact__about .block-contact .com__times-item {
  width: fit-content;
}
#contact__about .block-contact .com__times-item dt,
#contact__about .block-contact .com__times-item dd {
  font-size: var(--font-size-16);
  font-weight: 500;
}
#contact__about .block-contact .com__times-item dt {
  width: fit-content;
  color: var(--col--main-01);
}
#contact__about .block-contact .com__times-item dd {
  width: fit-content;
}
#contact__about .block-contact .tel-attention {
  display: block;
  margin: 0 auto;
  width: fit-content;
  height: 12px;
}
#contact__about .btn-line {
  margin: 0 auto;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */