@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#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-right: auto;
    padding-top: 4vw;
  }
  #header .item-logo img {
    height: 13vw;
  }
}
#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: 3vw;
  margin-bottom: 8px;
  margin-top: 35px;
}
#header .unit-contact .item {
  gap: 3vw;
}
#header .unit-contact .item dt {
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  border-radius: 1.5vw;
  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: 3vw;
}
#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: 3vw;
  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 1.5vw;
}
#header .cont-info {
  width: fit-content;
}

/* 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: 5vw;
  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;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 930px;
}
#mv .swiper-wrapper {
  width: 100%;
}
#mv .swiper-wrapper .swiper-slide {
  background: #fff;
}
#mv .swiper-wrapper .swiper-slide .mv__catch {
  position: absolute;
  z-index: 1;
  left: -4vw;
  width: 84vw;
  bottom: 7vw;
}
#mv .swiper-wrapper .swiper-slide .mv__img {
  position: absolute;
  top: 22vw;
  right: -15vw;
  width: 108vw;
}
#mv .swiper-wrapper .swiper-slide-01 .mv__catch {
  position: absolute;
}
#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: 29vw;
  height: 19vw;
  left: 5vw;
  bottom: 38vw;
}
#mv .swiper-wrapper .swiper-slide-02 .mv__catch {
  position: absolute;
}
#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: 31vw;
  height: 24vw;
  left: 5vw;
  bottom: 35vw;
}
#mv .swiper-wrapper .swiper-slide-03 .mv__catch {
  position: absolute;
}
#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: 29vw;
  height: 30vw;
  left: 0vw;
  bottom: 28vw;
}
#mv .swiper-wrapper .swiper-slide-04 .mv__catch {
  position: absolute;
}
#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: 32vw;
  height: 22vw;
  left: 5vw;
  bottom: 40vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 130vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--pt--texture--01-w);
}
#sv .sv-img {
  position: absolute;
  width: 78vw;
  height: 30vw;
  right: -7vw;
  bottom: 0vw;
}
#sv .sv-catch {
  position: absolute;
  background: url(/img/sv/sv__bg_01.png) center center/100% 100% no-repeat;
  width: 58vw;
  height: 22vw;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -25vw;
  bottom: 6vw;
  font-size: var(--font-size-40);
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0;
  font-size: 5vw;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
#sv .sv-catch::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 14vw;
  height: 11vw;
  right: -5vw;
  top: 4vw;
}
#sv .sv-catch::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 26vw;
  height: 24vw;
  left: -10vw;
  bottom: -4vw;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 58vw;
    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: 10vw;
}
@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 {
  gap: 5vw;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: var(--margin-30);
  align-items: center;
  width: 100%;
}
#footer .block-address .item {
  background: #fff;
  padding: 5vw;
  border-radius: 1.5vw;
  width: 100%;
}
#footer .block-address .item dt {
  background: red;
  border-radius: 1.5vw;
  text-align: center;
  padding: 5px;
  margin-bottom: var(--margin-20);
  line-height: 1.4;
}
#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: 6vw;
  height: 5vw;
  left: 15vw;
  top: 35%;
  translate: 0 -50%;
}
#footer .block-address .item dd .item-address {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-left: var(--margin-20);
  line-height: 1.5;
}
#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: 5vw;
  height: 5vw;
  left: -3vw;
  top: 1vw;
}
#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) center center/contain no-repeat;
}
#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) center center/contain no-repeat;
}
#footer .tel_attention {
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--margin-20);
  margin-bottom: 7vw;
}
#footer .com__times {
  gap: 3vw;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-30);
  margin-bottom: 7vw;
  flex-direction: column;
  justify-content: center;
}
#footer .com__times-item {
  margin: 0 auto;
}
#footer nav {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.5vw;
  padding: 5vw;
  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: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw 3vw;
}
#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/500% auto repeat-x;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
}
#top__greeting .inner {
  min-height: 100%;
  padding-top: var(--margin-50);
  padding-top: 15vw;
}
#top__greeting .ttl03 {
  margin-bottom: var(--margin-90);
}
#top__greeting .block-greeting {
  position: relative;
}
#top__greeting .block-greeting .item-img {
  position: relative;
  width: 100%;
  margin-left: -5vw;
  margin-bottom: 8vw;
}
#top__greeting .block-greeting .item-img::after {
  content: "";
  z-index: 1;
  position: absolute;
  background: url(/img/common/illust__human__a_01.png) center center/contain no-repeat;
  width: 58vw;
  height: 29vw;
  right: -10vw;
  bottom: -2vw;
}
#top__greeting .block-greeting .item-text {
  padding: 5vw;
  background: var(--col--base-01);
  border-radius: 1.5vw;
  width: 100%;
  margin-left: auto;
  position: relative;
}

/* 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: 15vw;
}
#top__concept .block-concept {
  background: url(/img/top/top__concept__bg_img_01.png) center center/cover no-repeat;
  padding: 5vw;
  border-radius: 1.5vw;
  position: relative;
  box-shadow: 0px 0px 3vw 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: 40vw;
  height: 23vw;
  left: -7vw;
  top: 4vw;
}
#top__concept .block-concept::after {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_01.png) center center/contain no-repeat;
  width: 33vw;
  height: 34vw;
  right: -12vw;
  top: 2vw;
}
#top__concept .block-concept .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__concept .block-concept .ttl03 .ja::before {
  display: none;
}
#top__concept .block-concept .ttl04 {
  z-index: 1;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  background: var(--col--main-01);
  padding: 3vw;
  margin-bottom: var(--margin-40);
  text-align: center;
}
#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: 5vw;
  height: 100%;
  left: 0vw;
  top: 0vw;
  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: 5vw;
  height: 100%;
  right: 0vw;
  top: 0vw;
  translate: 100% 0;
}
#top__concept .block-concept .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-25);
  font-weight: 700;
  line-height: 1.3;
  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: left;
}
#top__concept .block-concept .item-text br {
  display: none;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  background: url(/img/common/pattern__texture__01_w.jpg);
}
#top__feature .inner {
  position: relative;
}
#top__feature .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 10vw;
}
#top__feature .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_03.png) center center/contain no-repeat;
  width: 32vw;
  height: 39vw;
  left: -6vw;
  bottom: -4vw;
}
#top__feature .list-feature > .item {
  width: 100%;
  margin-right: auto;
  background: #aaa;
  border-radius: 2vw;
  padding: 5vw;
  padding-left: 0;
  padding-right: 5vw;
  margin-bottom: var(--margin-30);
  position: relative;
}
#top__feature .list-feature > .item:last-child {
  margin-bottom: 0;
}
#top__feature .list-feature > .item .ttl04 {
  border-radius: 1.5vw;
  width: 95%;
  margin: 0 auto;
  padding: 5vw;
  background: url(/img/common/pattern__stripe__01_w.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: 52vw;
  height: 6vw;
  left: 0vw;
  bottom: 0vw;
  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: 29vw;
  height: 16vw;
  right: -8vw;
  bottom: -2vw;
}
#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: 90%;
  margin: 0 auto;
  text-align: center;
}
#top__feature .list-feature > .item .item-text br {
  display: none;
}
#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: 15vw;
}
#top__service .ttl03 {
  margin-bottom: var(--margin-100);
}
#top__service .block-service {
  width: 100%;
  padding: 5vw;
  background: #fff;
  margin-bottom: 15vw;
  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: 0vw;
  top: 3vw;
  translate: 0 -100%;
  height: 10vw;
}
#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: 100%;
  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: calc((100% - 5vw) / 2);
  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: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#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);
}
#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: 5vw;
  height: 5vw;
  right: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#top__service .block-service:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__deco_02_a.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  left: 0vw;
  bottom: 0vw;
}
#top__service .block-service:nth-of-type(odd) .item-img {
  right: 0vw;
  top: 0vw;
  translate: 0% 0;
}
#top__service .block-service:nth-of-type(even) {
  margin-left: auto;
}
#top__service .block-service:nth-of-type(even)::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__feature__deco_02_b.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  right: 0vw;
  bottom: 0vw;
}
#top__service .block-service:nth-of-type(even) .item-img {
  left: 0vw;
  top: 0vw;
  translate: 0% 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-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-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__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: url(/img/common/pattern__texture__01_w.jpg);
}
#top__contact .inner {
  padding-top: 15vw;
}
#top__contact .item-lead {
  text-align: left;
  margin-bottom: var(--margin-40);
}
#top__contact .item-lead br {
  display: none;
}
#top__contact .block-contact {
  border: 2px solid var(--col--main-01);
  width: 100%;
  margin: 0 auto;
  padding: 5vw;
  border-radius: 1.5vw;
  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: 5vw;
  margin-bottom: var(--margin-20);
  flex-direction: column;
}
#top__contact .block-contact .unit-address .item {
  width: 100%;
}
#top__contact .block-contact .unit-address .item dt {
  text-align: center;
  width: 100%;
  padding: 7px;
  border-radius: 1.5vw;
  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-40);
}
#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: 5vw;
  height: 5vw;
  left: -1vw;
  top: 0.5vw;
}
#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: 5vw;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: 3vw;
  margin-bottom: var(--margin-30);
  flex-direction: column;
}
#top__contact .block-contact .com__times-item {
  margin: 0 auto;
  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: 3vw;
  flex-direction: column;
}
#top__contact .unit-btn .btn-line .icon {
  width: 5vw;
  height: 5vw;
  margin-right: var(--margin-15);
}
#top__contact .unit-btn .btn-mail .icon {
  margin-right: var(--margin-15);
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: url(/img/common/pattern__texture__01_w.jpg);
  border-top: 1px dashed var(--col--main-02);
}
#top__subpages .inner {
  width: 100%;
  padding: 20vw 0 30vw;
}
#top__subpages .list-subpages {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
}
#top__subpages .list-subpages > .item {
  width: calc((100% - 5vw) / 2);
}
#top__subpages .list-subpages > .item:nth-of-type(even) {
  margin-top: 20vw;
  margin-bottom: -20vw;
}
#top__subpages .list-subpages > .item:nth-of-type(odd) {
  margin-top: -15vw;
  margin-bottom: -20vw;
}

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

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

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

/* top__organization
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__organization {
  background: url(/img/common/pattern__texture__01_w.jpg);
}
#top__organization .list {
  gap: 15vw;
  justify-content: center;
  align-items: center;
}
#top__organization .list > .item {
  width: calc((100% - 40vw) / 2);
}
/* 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/500% auto repeat-x;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
}
#about__greeting .inner {
  padding-top: 15vw;
  padding-bottom: 5vw;
}
#about__greeting .block-greeting {
  position: relative;
}
#about__greeting .block-greeting .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#about__greeting .block-greeting .item-text .p-min {
  width: 100%;
}
#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: 15vw;
  padding-bottom: 15vw;
}
#about__staff .cont-post .block-post {
  position: relative;
  background: #fff;
  padding: 7vw 5vw;
  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: 10vw;
  height: 10vw;
  right: 5vw;
  top: -4vw;
}
#about__staff .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#about__staff .cont-post .block-post .ttl04 {
  position: relative;
  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: relative;
  width: 100%;
  height: 60vw;
  margin-bottom: 4vw;
  border-radius: 1.5vw;
}
#about__staff .cont-post .block-post .item-service {
  margin-bottom: var(--margin-30);
  width: 100%;
  margin-left: auto;
  border-radius: 1.5vw;
  background: var(--col--base-02);
  padding: 3vw;
  line-height: 1.3;
  flex-direction: column;
}
#about__staff .cont-post .block-post .item-service dt {
  color: var(--col--main-01);
  font-weight: 700;
  padding-bottom: 3vw;
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: 3vw;
  width: 100%;
  text-align: center;
}
#about__staff .cont-post .block-post .item-service dd {
  flex: 1;
  line-height: 1.6;
  font-weight: 500;
}
#about__staff .cont-post .block-post .item-text {
  width: 100%;
  margin-left: auto;
}
#about__staff .cont-post .block-post .item-text p {
  line-height: 2.1;
}


/* 25/11/21 追加分 */
#about__staff {
  .cont-post{
    margin-bottom: var(--margin-50);
    .item-img{
      width: 100%;
      height: 60vw;
    }
  }
}
/* 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: 25vw;
  height: 25vw;
  left: 0;
  top: 5vw;
}
#about__office .ttl03 {
  margin-bottom: var(--margin-60);
}
#about__office .ttl03 .ja::before {
  display: none;
}
#about__office .list-office {
  gap: 5vw;
  justify-content: center;
  flex-wrap: wrap;
}
#about__office .list-office > .item {
  position: relative;
  height: fit-content;
  width: calc((100% - 5vw) / 2);
}
#about__office .list-office > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__b_02.png) center center/contain no-repeat;
  width: 10vw;
  height: 15vw;
  right: 0;
  bottom: 0;
}
/* service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* service__common
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__service_intro {
  background: var(--pt--texture--01-w);
  min-height: 100%;
}
.common__service_intro .ttl03 {
  margin-bottom: 6vw;
}
.common__service_intro .block-intro {
  width: 100%;
  margin-left: auto;
  position: relative;
  border-top: 1px solid transparent;
}
.common__service_intro .block-intro .ttl04 {
  margin-top: var(--margin-50);
}
.common__service_intro .block-intro .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
.common__service_intro .block-intro .item-text {
  width: 100%;
  margin-left: auto;
}

/* service__homecare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__homecare {
  position: relative;
  position: relative;
}
#service__homecare::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/500% auto repeat-x;
  width: 100%;
  height: 10vw;
  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: 15vw;
}
.common__service_target .wrap-cont {
  background: var(--pt--stripe--02-w);
  padding: 5vw;
  padding-bottom: 10vw;
  border-radius: 1.5vw;
  position: relative;
  z-index: 0;
}
.common__service_target .wrap-cont::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_01.png) center center/contain no-repeat;
  width: 32vw;
  height: 32vw;
  right: -13vw;
  bottom: -12vw;
}
.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 .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: 5vw;
}
.common__service_care .topic-service .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-75);
}
.common__service_care .topic-service .block-service {
  background: #fff;
  padding: 5vw;
  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: 100%;
  height: 15vw;
  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: auto;
  gap: 5vw;
}
.common__service_care .topic-service .block-service .block-contents .ttl05 {
  background: var(--col--main-03);
  padding: 3vw 5vw;
  text-align: center;
  border-radius: 1.5vw;
  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: 100%;
}
.common__service_care .topic-service .block-service .block-contents:nth-of-type(2) {
  width: 100%;
}
.common__service_care .topic-service .block-service .block-contents:nth-of-type(3) {
  width: 100%;
}
.common__service_care .topic-price .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-75);
}
.common__service_care .topic-price .block-price {
  border-radius: 1.5vw;
  border: 2px solid var(--col--main-01);
  padding: 5vw;
  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;

    .ja{
      font-size: 5.5vw;
    }

    .sp-small{
      font-size: 4.2vw;
      margin-bottom: 4vw;
    }
  }

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

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

    .ttl04 {
      width: 85%;
      position: relative;
      margin: 0 auto;
      margin-bottom: var(--margin-40);
      .ja{
        line-height: 1.7;
      }

    }

    .ttl05 {}

    .item-img {}

    .item-text {}

  }

  .block-about-01 {
    .item-img {
      position: relative;
      width: 100%;
      margin-bottom: 4vw;
    }

    .ttl05 {
      width: 100%;
      margin-left: auto;
      background: #ffef86;
      padding: 3vw;
      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: 100%;
      margin-left: auto;
    }
  }

  .block-about-02 {
    padding: 4vw;
  }

  .block-about-03 {
    padding: 4vw;

    .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: 4vw;

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

        }
      }
    }
  }

}

#service__homecare_contents {

  .block-about {
    padding: 4vw;
    background: #fff;
    position: relative;
    margin-bottom: var(--margin-50);

    .ttl04{
      .ja{
        line-height: 1.6;
      }
    }


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

    .list{
      margin-bottom: var(--margin-20);
      .item{
        padding-left: 1em;
        position: relative;
        margin-bottom: 4vw;
        line-height: 1.6;
        &::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: 4vw 3vw;
        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: 5vw;
  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: 15vw;
}
#service__helper_contents .topic-service {
  z-index: 0;
  background: var(--pt--stripe--02-w);
  padding: 5vw;
  border-radius: 1.5vw;
  position: relative;
}
#service__helper_contents .topic-service::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_01.png) center center/contain no-repeat;
  width: 32vw;
  height: 32vw;
  right: -13vw;
  bottom: -12vw;
}
#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;
}
#guide__flow::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) center center/500% auto repeat-x;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
}
#guide__flow .inner {
  padding: 15vw 0 5vw;
}
#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: left;
  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: 85%;
  margin-left: auto;
  margin-bottom: var(--margin-25);
  position: relative;
}
#guide__flow .topic-flow .list-flow .item .ttl05 .num {
  position: absolute;
  left: -15vw;
  top: -2vw;
}
#guide__flow .topic-flow .list-flow .item .ttl05 .num img {
  height: 12vw;
}
#guide__flow .topic-flow .list-flow .item .ttl05 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  line-height: 1.8;
  color: var(--col--main-01);
  font-size: var(--font-size-20);
}
#guide__flow .topic-flow .list-flow .item .item-text {
  width: 85%;
  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: 15vw;
}
#guide__marufuku_system .ttl03 {
  text-align: center;
  margin-bottom: 5vw;
}
#guide__marufuku_system .ttl03 .ja {
  font-size: 6vw;
  line-height: 1.5;
}
#guide__marufuku_system .ttl03 .ja::before {
  left: 11vw;
  top: 4vw;
}
#guide__marufuku_system .ttl03 .ja::after {
  top: -2vw;
}
#guide__marufuku_system .ttl03 .ja small {
  font-size: 4vw;
}
#guide__marufuku_system .wrap-detail {
  background: #fff;
  padding: 7vw 5vw;
  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: 10vw;
  height: 10vw;
  right: 5vw;
  top: -4vw;
}
#guide__marufuku_system .wrap-detail .block-detail {
  margin-bottom: 8vw;
}
#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-20);
  position: relative;
  margin-left: var(--margin-60);
}
#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: 13vw;
  height: 12vw;
  left: -13vw;
  top: -1vw;
}
#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;
  line-height: 2.2;
  font-family: var(--fot--Zen-Maru-Goth);
  border-bottom: 1px solid var(--col--main-01);
  font-size: 5vw;
}
#guide__marufuku_system .wrap-detail .block-detail .ttl04 .ja small {
  font-size: 3vw;
}
#guide__marufuku_system .wrap-detail .block-detail .item-text br {
  display: none;
}
#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 .ttl04 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#guide__faq .cont-post .wrap-post {
  position: relative;
  background: #fff;
  padding: 5vw;
}
#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: 10vw;
  height: 10vw;
  right: 5vw;
  top: -4vw;
}
#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: 85%;
  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: 17vw;
  height: 12vw;
  translate: -100% 0;
  left: -1vw;
  top: -2vw;
}
#guide__faq .cont-post .block-post .a {
  width: 85%;
  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/500% auto repeat-x;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
}
#recruit__about .inner {
  padding-bottom: 10vw;
}
#recruit__about .item-text {
  text-align: left;
}
#recruit__about .item-text br {
  display: none;
}

/* 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: 15vw;
}
#recruit__faq .cont-post {
  background: #fff;
  padding: 5vw;
  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: 10vw;
  height: 10vw;
  right: 5vw;
  top: -4vw;
}
#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 {
  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: 85%;
  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: 16vw;
  height: 11vw;
  translate: -100% 0;
  left: -1vw;
  top: -2vw;
}
#recruit__faq .cont-post .block-post dd {
  width: 85%;
  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: 5vw;
  position: relative;
}
#recruit .wrap-table::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__clip__a_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  right: 5vw;
  top: -4vw;
}
#recruit .cont-post .ttl04 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.company__common .ttl03 {
  margin-bottom: var(--margin-75);
}
.company__common .ttl03 .ja {
  text-align: center;
  line-height: 1.5;
}
.company__common .ttl03 .ja::before {
  left: 11vw;
  top: 12vw;
}
.company__common .ttl03 .ja::after {
  top: 6vw;
}
.company__common .ttl03 .ja small {
  font-size: 4.6vw;
}
.company__common .wrap-table {
  background: #fff;
  padding: 5vw;
  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: 10vw;
  height: 10vw;
  right: 5vw;
  top: -4vw;
}
.company__common .item-map {
  margin-top: var(--margin-50);
  width: 100%;
  height: 60vw;
  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/500% auto repeat-x;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
}
#company__tsukuba .inner {
  padding-block: 10vw;
}
/* 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: 15vw 0;
}
#company__tamana .ttl03 {
  margin-bottom: 8vw;
}
/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  position: relative;
  background: var(--pt--texture--01-w);
}
#company__info .inner {
  position: relative;
  padding-top: 15vw;
}
#company__info .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_03.png) center center/contain no-repeat;
  width: 24vw;
  height: 25vw;
  left: 3vw;
  top: 9vw;
}
#company__info .ttl03 .ja::before {
  display: none;
}
#company__info .ttl03 .ja::after {
  right: -4vw;
  top: -1vw;
}
#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: 10vw;
}
#contact__about .ttl03 {
  margin-bottom: var(--margin-70);
  text-align: center;
  line-height: 1.5;
}
#contact__about .ttl03 .ja::before {
  top: 16vw;
}
#contact__about .ttl03 .ja::after {
  top: 1vw;
}
#contact__about .item-text {
  text-align: left;
  margin-bottom: var(--margin-40);
}
#contact__about .item-text br {
  display: none;
}
#contact__about .block-contact {
  border: 2px solid var(--col--main-01);
  width: 100%;
  margin: 0 auto;
  padding: 5vw;
  border-radius: 1.5vw;
  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: 24vw;
  height: 25vw;
  left: -9vw;
  bottom: -4vw;
}
#contact__about .block-contact::after {
  content: "";
  position: absolute;
  background: url(/img/common/illust__nature__a_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 24vw;
  right: -14vw;
  bottom: -2vw;
}
#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: 5vw;
  margin-bottom: var(--margin-20);
  flex-direction: column;
}
#contact__about .block-contact .unit-address .item {
  width: 100%;
}
#contact__about .block-contact .unit-address .item dt {
  text-align: center;
  width: 100%;
  padding: 7px;
  border-radius: 1.5vw;
  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-40);
}
#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: 5vw;
  height: 5vw;
  left: -1vw;
  top: 0.5vw;
}
#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: 5vw;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: 3vw;
  margin-bottom: var(--margin-30);
  flex-direction: column;
}
#contact__about .block-contact .com__times-item {
  margin: 0 auto;
  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_sp.css.map */