@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  background: #fff;
  padding: 0;
  position: fixed;
  z-index: 5;
  top: 0;
}
@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;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin-right: auto;
    padding-left: 2vw;
  }
  #header .item-logo img {
    height: auto;
    height: 13vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}
#header .block-info {
  height: 110px;
}
#header .unit-info {
  width: fit-content;
  margin-right: var(--margin-20);
}
#header .unit-info .com__tel {
  margin-bottom: 7px;
}
#header .unit-info .com__tel .tel-num {
  font-size: var(--font-size-35);
  padding-left: 52px;
}
#header .unit-info .com__tel .tel-num::before {
  width: 47px;
  height: 27px;
}
#header .unit-info .wrap-info {
  width: fit-content;
}
#header .unit-info .wrap-info .com__times {
  gap: 3vw;
  margin-right: var(--margin-55);
}
#header .unit-info .wrap-info .com__times-item dt,
#header .unit-info .wrap-info .com__times-item dd {
  font-size: 12px;
}
#header .unit-info .wrap-info .com__instagram {
  --size: 30px;
}
#header .btn-contact {
  background: var(--col--main-01);
  height: 100%;
  width: 170px;
}
#header .btn-contact span {
  position: relative;
  color: #fff;
  font-size: var(--font-size-16);
  padding-top: 30px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
}
#header .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 29px;
  height: 21px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  background: #404040;
}
#nav .list-nav {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  color: #fff;
  font-size: var(--font-size-15);
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
#mv .mv-catch {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 90vw;
}
#mv .swiper-wrapper {
  width: 100%;
}
#mv .swiper-wrapper .swiper-slide img {
  max-width: unset;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 70px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  text-align: center;
}
#sv .sv-catch img {
  height: 34vw;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

.sv-for_business {
  background: url(../img/sv/sv__for_business.jpg) center center/cover no-repeat;
}

.sv-for_families {
  background: url(../img/sv/sv__for_families.jpg) center center/cover no-repeat;
}

.sv-introduction {
  background: url(../img/sv/sv__introduction.jpg) center center/cover no-repeat;
}

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: #404040;
}
#footer .item-logo {
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-60);
  gap: 3vw;
  gap: 6vw;
  flex-direction: column;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .list-nav {
  flex-direction: column;
  gap: 3vw;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  color: #fff;
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer .com__tel {
  margin-bottom: var(--margin-10);
  margin-bottom: 6vw;
  position: relative;
}
#footer .com__tel .tel-num {
  font-size: 7vw;
}
#footer .com__tel::before{
  background: url(/img/common/txt__tel_mess_03.png)center center / contain no-repeat;
  content: "";
  position: absolute;
right: 2vw;
        top: -3vw;
        width: 26vw;
        height: 2vw;
}
#footer .com__times {
  margin-bottom: var(--margin-20);
  gap: 3vw;
  margin-bottom: 6vw;
}
#footer .com__times-item {
  margin: 0 auto;
  width: fit-content;
}
#footer .item-address {
  color: #fff;
  font-size: var(--font-size-14);
  margin-bottom: 10vw;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
  font-size: 2.6vw;
}
#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 {
  position: relative;
}
#top__greeting .inner {
  position: relative;
}
#top__greeting .ttl03 {
  margin-bottom: var(--margin-40);
}
#top__greeting .ttl04 {
  padding-block: 4vw;
  width: 100%;
  margin-bottom: var(--margin-40);
  background: url(/img/common/border_img__stripe__a_01.png) left top no-repeat, url(/img/common/border_img__stripe__a_01.png) left bottom no-repeat;
}
#top__greeting .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 4.8vw;
}
#top__greeting .ttl04 .ja .str-01 {
  color: var(--col--main-01);
}
#top__greeting .list-images {
  position: relative;
  width: 100%;
  height: 60vw;
  margin-bottom: 5vw;
}
#top__greeting .list-images .item {
  position: absolute;
  width: 40vw;
}
#top__greeting .list-images .item:nth-of-type(1) {
  width: 65vw;
  left: 0vw;
  top: 0vw;
}
#top__greeting .list-images .item:nth-of-type(2) {
  width: 45vw;
  right: 0vw;
  bottom: 0vw;
}
#top__greeting .item-text {
  width: 100%;
}
/* top__scene
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__scene {
  background: var(--col--base-02);
}
#top__scene .ttl03 {
  margin: 0 auto;
  align-items: center;
  width: fit-content;
  margin-bottom: var(--margin-70);
}
#top__scene .ttl03 .ja {
  font-size: 4.8vw;
}
#top__scene .wrap-case {
  gap: 5vw;
  gap: 15vw;
  flex-wrap: wrap;
}
#top__scene .block-case {
  width: 100%;
  background: #fff;
  padding: 5vw;
}
#top__scene .block-case .ttl04 {
  gap: 3vw;
  padding: 2vw 5vw;
  background: red;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-30);
  position: relative;
  margin-top: -10vw;
}
#top__scene .block-case .ttl04::before {
  --width: 4vw;
  --height: 2vw;
  --color: red;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2);
}
#top__scene .block-case .ttl04 .ja {
  font-size: var(--font-size-25);
  font-size: 4.6vw;
  font-weight: 700;
  letter-spacing: 0.012em;
  color: #fff;
}
#top__scene .block-case .item-img {
  margin-bottom: var(--margin-30);
}
#top__scene .block-case .list-case .item {
  margin-bottom: var(--margin-25);
  border-bottom: 1px dotted var(--col--txt-01);
  padding-bottom: var(--margin-25);
}
#top__scene .block-case .list-case .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#top__scene .block-case .list-case .item .text {
  padding-left: 5vw;
  position: relative;
}
#top__scene .block-case .list-case .item .text::before {
  font-size: var(--font-size-13);
  content: "●";
  color: red;
  position: absolute;
  left: 0;
  top: 2px;
}
#top__scene .block-personal .ttl04 {
  background: url(/img/common/pattern__stripe__01_r.png);
}
#top__scene .block-personal .ttl04::before {
  --color: #9c002e;
}
#top__scene .block-personal .list-case .item .text::before {
  color: #da0040;
}
#top__scene .block-business .ttl04 {
  background: url(/img/common/pattern__stripe__01_b.png);
}
#top__scene .block-business .ttl04::before {
  --color: #1b1b1b;
}
#top__scene .block-business .list-case .item .text::before {
  color: #494949;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature .ttl03 {
  margin: 0 auto;
  width: fit-content;
  align-items: center;
  margin-bottom: var(--margin-70);
  margin-bottom: 15vw;
}
#top__feature .list-feature {
  gap: 5vw;
  gap: 15vw;
}
#top__feature .list-feature .item {
  position: relative;
}
#top__feature .list-feature .item .ttl04 {
  width: 70%;
  margin-bottom: var(--margin-30);
  padding-top: var(--margin-40);
  margin-left: auto;
  position: relative;
  margin-bottom: 3vw;
  min-height: 25vw;
}
#top__feature .list-feature .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/border_img__stripe__a_02.png) center center/contain no-repeat;
  width: 100%;
  height: 3vw;
  top: 0vw;
  right: 0vw;
}
#top__feature .list-feature .item .ttl04 .num {
  position: absolute;
  left: -28vw;
  top: -2vw;
}
#top__feature .list-feature .item .ttl04 .num img {
  width: 26vw;
}
#top__feature .list-feature .item .ttl04 .ja {
  flex: 1;
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 4.8vw;
}
#top__feature .list-feature .item .item-text {
  width: 100%;
  margin-left: auto;
}
#top__feature .list-feature .item .item-text br {
  display: none;
}
#top__feature .list-feature .item .item-text p {
  letter-spacing: 0.06em;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  background: #f4f4f4;
}
#top__service .block-service {
  background: #fff;
  padding: 7vw 5vw;
  position: relative;
  padding-bottom: var(--margin-35);
}
#top__service .block-service .ttl03 {
  position: relative;
  margin-bottom: var(--margin-40);
}
#top__service .block-service .ttl03 .icon {
  position: absolute;
  left: 0;
  top: -2vw;
}
#top__service .block-service .ttl03 .icon img {
  width: 15vw;
}
#top__service .block-service .ttl03 .en {
  font-size: var(--font-size-25);
  font-family: var(--fot--Robot);
  font-weight: 700;
  opacity: 0.4;
  font-size: 3vw;
  padding-left: 17vw;
  margin-bottom: var(--margin-10);
}
#top__service .block-service .ttl03 .ja {
  font-size: var(--font-size-30);
  font-size: 4.6vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-left: 17vw;
}
#top__service .block-service .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__service .block-service .list-service {
  flex-wrap: wrap;
  gap: 0 5vw;
  position: relative;
}
#top__service .block-service .list-service .item {
  padding-bottom: var(--margin-25);
  border-bottom: 1px dashed var(--col--txt-01);
  margin-bottom: var(--margin-25);
  width: 100%;
}
#top__service .block-service .list-service .item .text {
  position: relative;
  padding-left: 5vw;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-size: 3.5vw;
}
#top__service .block-service .list-service .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 2vw;
  height: 2vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#top__service .block-business {
  padding-bottom: 0;
}

/* top__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__area .inner {
  position: relative;
}
#top__area .ttl03 {
  margin: 0 auto;
  align-items: center;
  width: fit-content;
  margin-bottom: var(--margin-60);
}
#top__area .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
  text-align: center;
}
#top__area .item-img img {
  width: 60vw;
}
#top__area .item-text p br {
  display: none;
}
#top__area .item-text p .str-01 {
  font-weight: 700;
  color: var(--col--main-01);
}
/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: url(/img/top/top__contact__bg_img_01.jpg) center center/cover no-repeat;
}
#top__contact .ttl03 {
  margin: 0 auto;
  width: fit-content;
  align-items: center;
  margin-bottom: var(--margin-50);
}
#top__contact .ttl03 .ja {
  color: #fff;
}
#top__contact .ttl03 .ja::before {
  background: url(/img/common/deco_ttl__shape__a_02.png);
}
#top__contact .lead-text {
  text-align: left;
  margin-bottom: var(--margin-50);
}
#top__contact .lead-text br {
  display: none;
}
#top__contact .lead-text p {
  color: #fff;
}
#top__contact .wrap-contact {
  background: rgba(0, 0, 0, 0.5);
  padding: 7vw 5vw;
}
#top__contact .block-contact {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#top__contact .unit-tel .com__tel {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#top__contact .unit-tel .com__tel::before{
  background: url(/img/common/txt__tel_mess_02.png)center center / contain no-repeat;
  content: "";
  position: absolute;
        right: 2vw;
        top: -3vw;
        width: 28vw;
        height: 2vw;
}
#top__contact .unit-tel .com__tel dd .tel-num {
  font-size: 8vw;
  padding-left: 17vw;
}
#top__contact .unit-tel .com__tel dd .tel-num::before {
  width: 20vw;
}
#top__contact .unit-tel .com__times {
  gap: 3vw;
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__contact .unit-tel .com__times .com__times-item {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: url(/img/common/pattern__stripe__01_w.png);
}
#top__subpages .list-subpages {
  width: 100%;
  position: relative;
  z-index: 0;
  gap: 5vw;
  flex-direction: column;
  align-items: center;
}
#top__subpages .list-subpages .item {
  width: calc((100% - 55px) / 2);
  width: 100%;
  background: #888;
  height: 50vw;
  z-index: 0;
}
#top__subpages .list-subpages .item a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5vw;
  position: relative;
}
#top__subpages .list-subpages .item a .ttl03 {
  position: relative;
  top: 50%;
  translate: 0 -50%;
}
#top__subpages .list-subpages .item a .ttl03 .en {
  margin-bottom: var(--margin-20);
}
#top__subpages .list-subpages .item a .ttl03 .ja {
  position: relative;
  padding-bottom: var(--margin-40);
  font-size: var(--font-size-30);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#top__subpages .list-subpages .item a .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/border_img__stripe__a_03.png) center center/contain no-repeat;
  width: 132px;
  height: 10px;
  left: 0;
  bottom: 0;
}
#top__subpages .list-subpages .item-company a {
  position: relative;
}
#top__subpages .list-subpages .item-company a::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/top/top__subpages__bg_img_01.jpg) center center/cover no-repeat;
  left: 0;
  top: 0;
}
#top__subpages .list-subpages .item-shop a {
  position: relative;
}
#top__subpages .list-subpages .item-shop a::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/top/top__subpages__bg_img_02.jpg) center center/cover no-repeat;
  left: 0;
  top: 0;
}

/* top__recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__recruit {
  background: url(/img/top/top__recruit__bg_img_01.jpg) right -65vw center/cover no-repeat;
}
#top__recruit .inner {
  width: 100%;
}
#top__recruit .wrap-recruit {
  padding: 0;
  margin: 0 auto;
  width: 95%;
}
#top__recruit .ttl03 {
  margin-bottom: var(--margin-40);
  align-items: center;
  justify-content: center;
  margin-bottom: 8vw;
}
#top__recruit .item-text {
  width: 60%;
  margin-bottom: var(--margin-35);
  margin-bottom: 8vw;
  background: rgba(255, 255, 255, 0.5);
}
#top__recruit .item-text p {
  font-size: 3.8vw;
  font-weight: 600;
}
#top__recruit .item-text p br {
  display: none;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-bottom: var(--margin-20);
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding: 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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-10);
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  font-family: var(--fot--Robot);
  font-weight: 700;
  margin-bottom: var(--margin-10);
  margin-right: var(--margin-15);
}
.unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  color: var(--col--main-01);
  font-size: 12px;
  font-weight: 700;
  height: fit-content;
}
.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: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  color: var(--col--main-01);
  font-size: 12px;
  font-weight: 700;
  height: fit-content;
}

#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  margin-bottom: var(--margin-50);
  align-items: center;
}
#top__news .ttl03 .ja {
  font-size: 5.2vw;
}
#top__news .cont-latest {
  width: 100%;
  margin-bottom: var(--margin-50);
  margin-left: auto;
}
#top__news .unit-latest {
  margin-bottom: var(--margin-20);
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding: 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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-10);
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  font-family: var(--fot--Robot);
  font-weight: 700;
  margin-bottom: var(--margin-10);
  margin-right: var(--margin-15);
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  color: var(--col--main-01);
  font-size: 12px;
  font-weight: 700;
  height: fit-content;
}
#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;
}
/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting .inner {
  position: relative;
}
#about__greeting .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#about__greeting .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
}
#about__greeting .item-text {
  width: 100%;
}
#about__greeting .item-text br {
  display: none;
}

/* about__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__flow {
  position: relative;
  z-index: 0;
  background: #f4f4f4;
}
#about__flow .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 5vw;
}
#about__flow .wrap-flow {
  gap: 5vw;
  flex-direction: column;
}
#about__flow .block-flow {
  background: #fff;
  width: 100%;
  padding: 5vw;
  height: fit-content;
}
#about__flow .block-flow .ttl04 {
  padding: 3vw 5vw;
  width: fit-content;
  margin: 0 auto;
  background: url(/img/common/pattern__stripe__01_r.png);
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-30);
  text-align: center;
}
#about__flow .block-flow .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  font-size: 4.6vw;
  color: #fff;
}
#about__flow .block-flow .list-flow .item {
  position: relative;
  border-top: 1px dotted var(--col--txt-01);
  padding-top: var(--margin-30);
  margin-bottom: var(--margin-30);
}
#about__flow .block-flow .list-flow .item::before {
  z-index: 2;
  --width: 5vw;
  --height: 3vw;
  --color: #9c002e;
  left: 50%;
  translate: -50% 0;
  bottom: -7vw;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color) transparent transparent transparent;
  border-width: var(--height) calc((var(--width)) / 2) 0px calc((var(--width)) / 2);
}
#about__flow .block-flow .list-flow .item:last-child::before {
  display: none;
}
#about__flow .block-flow .list-flow .item:last-child {
  margin-bottom: 0;
}
#about__flow .block-flow .list-flow .item .ttl05 {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-10);
  align-items: center;
  margin-left: 20vw;
}
#about__flow .block-flow .list-flow .item .ttl05 .icon {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#about__flow .block-flow .list-flow .item .ttl05 .icon img {
  width: 17vw;
}
#about__flow .block-flow .list-flow .item .ttl05 .num {
  font-weight: 700;
  font-family: var(--fot--Robot);
  color: var(--col--main-01);
  font-size: var(--font-size-25);
  top: 2px;
  position: relative;
}
#about__flow .block-flow .list-flow .item .ttl05 .ja {
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-25);
}
#about__flow .block-flow .list-flow .item .item-text {
  width: 79%;
  margin-left: auto;
  margin-left: 20vw;
}
#about__flow .block-flow .list-flow .item .item-text p {
  line-height: 1.8;
}

/* about__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__info .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#about__info .wrap-block {
  padding-block: 8vw;
  position: relative;
  background: url(/img/common/border_img__stripe__a_04.png) top center no-repeat, url(/img/common/border_img__stripe__a_04.png) bottom center no-repeat;
}
#about__info .item-img {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#about__info .item-text {
  text-align: center;
  text-align: left;
}
#about__info .item-text br {
  display: none;
}

/* about__sdgs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__sdgs {
  background: url(/img/about/about__sdgs__bg_img_01.jpg) center center/cover no-repeat;
}
#about__sdgs .wrap-block {
  padding: 8vw 5vw;
  background: rgba(0, 0, 0, 0.5);
}
#about__sdgs .wrap-block .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#about__sdgs .wrap-block .ttl03 .ja {
  color: #fff;
  font-size: 5vw;
}
#about__sdgs .wrap-block .item-text {
  text-align: center;
}
#about__sdgs .wrap-block .item-text p {
  color: #fff;
}

/* about__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__staff {
  background: url(/img/common/pattern__stripe__01_w.png);
}
#about__staff .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#about__staff .cont-post .block-post {
  background: #fff;
  padding: 5vw;
  margin-bottom: var(--margin-40);
}
#about__staff .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#about__staff .cont-post .block-post .ttl04 {
  position: relative;
  padding-bottom: var(--margin-50);
  margin-bottom: var(--margin-25);
  padding-left: 5vw;
}
#about__staff .cont-post .block-post .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/border_img__stripe__a_04.png) center center no-repeat;
  width: 100%;
  height: 5vw;
  bottom: 0vw;
  left: 0vw;
}
#about__staff .cont-post .block-post .ttl04::after {
  content: "●";
  font-size: var(--font-size-15);
  color: var(--col--main-01);
  position: absolute;
  left: 0vw;
  font-size: 3vw;
  top: 2vw;
}
#about__staff .cont-post .block-post .ttl04 .ja {
  position: relative;
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
#about__staff .cont-post .block-post .wrap-info {
  gap: 5vw;
  flex-direction: column;
}
#about__staff .cont-post .block-post .wrap-info .item-img {
  width: 100%;
  height: 50vw;
}
#about__staff .cont-post .block-post .wrap-info .block-info {
  flex: 1;
}
#about__staff .cont-post .block-post .wrap-info .block-info .item-class {
  width: fit-content;
  margin-bottom: var(--margin-25);
  align-items: start;
}
#about__staff .cont-post .block-post .wrap-info .block-info .item-class dt,
#about__staff .cont-post .block-post .wrap-info .block-info .item-class dd {
  width: fit-content;
}
#about__staff .cont-post .block-post .wrap-info .block-info .item-class dt {
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  margin-right: var(--margin-20);
}
#about__staff .cont-post .block-post .wrap-info .block-info .item-class dd {
  line-height: 1.6;
  flex: 1;
}
#about__staff .cont-post .block-post .wrap-info .block-info .item-text {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}
#about__staff .cont-post .block-post .wrap-info .block-info .item-text dt {
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  margin-bottom: var(--margin-20);
}
#about__staff .cont-post .block-post .wrap-info .block-info .item-text dd {
  padding: 5vw;
  background: #f4f4f4;
  line-height: 1.6;
}

/* for_families
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* for_families__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_families__bnr .ttl03 {
  margin: 0 auto;
  width: fit-content;
}
/* for_families__cleaning
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__service {
  background: url(/img/common/pattern__stripe__01_w.png);
}
.common__service .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
.common__service .block-service {
  background: #fff;
  padding: 5vw;
  position: relative;
  margin-bottom: var(--margin-40);
}
.common__service .block-service:last-child {
  margin-bottom: 0;
}
.common__service .block-service .ttl04 {
  background: url(/img/common/pattern__stripe__01_r.png);
  width: 100%;
  padding: 2.5vw 5vw;
  margin-bottom: var(--margin-30);
  text-align: left;
}
.common__service .block-service .ttl04 .ja {
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1.4;
  font-size: var(--font-size-25);
  color: #fff;
  font-size: 4.3vw;
}
.common__service .block-service .ttl04-100 {
  width: 100%;
}
.common__service .block-service .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
}
.common__service .block-service > .item-text {
  width: 100%;
  margin-bottom: var(--margin-35);
}
.common__service .block-service > .item-text br {
  display: none;
}
.common__service .block-service > .item-text p {
  font-size: 3.8vw;
}
.common__service .block-service > .item-text.item-text-100 {
  width: 100%;
  min-height: 0;
}
.common__service .block-service .ttl-price {
  background: var(--col--txt-01);
  padding: 1.2vw 3vw;
  width: fit-content;
  margin-bottom: var(--margin-25);
}
.common__service .block-service .ttl-price .ja {
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: var(--font-size-19);
  font-size: 3.6vw;
  color: #fff;
}
.common__service .block-service .ttl-price-sub {
  margin-block: 5vw;
  color: var(--col--main-01);
  font-weight: 700;
}
.common__service .block-service .ttl-option {
  width: fit-content;
  margin-bottom: var(--margin-30);
  margin-top: var(--margin-50);
}
.common__service .block-service .ttl-option .ja {
  font-weight: 700;
  color: var(--col--main-01);
  font-size: var(--font-size-17);
  font-size: 4.3vw;
}
.common__service .block-service .ttl-other {
  margin-bottom: var(--margin-30);
  position: relative;
  padding-left: 5vw;
}
.common__service .block-service .ttl-other::before {
  content: "●";
  font-size: 2.5vw;
  color: var(--col--main-01);
  position: absolute;
  left: 0vw;
  top: 2vw;
}
.common__service .block-service .ttl-other .ja {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: var(--font-size-20);
  line-height: 1.5;
}
.common__service .block-service .list-price .item {
  border-bottom: 1px dotted var(--col--txt-01);
  padding-bottom: var(--margin-25);
  margin-bottom: var(--margin-10);
  flex-direction: column;
  gap: 3vw;
}
.common__service .block-service .list-price .item:last-child {
  margin-bottom: 0;
}
.common__service .block-service .list-price .item dt,
.common__service .block-service .list-price .item dd {
  display: block;
  width: 100%;
  font-size: var(--font-size-17);
  font-size: 3.5vw;
}
.common__service .block-service .list-price .item dt {
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.8;

    .item-note{
    display: block;
    font-size: var(--font-size-14);
    font-size: 3vw;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2;
    margin: 2vw 0;
    small{
      display: block;
    }
  }
}
.common__service .block-service .list-price .item dd {
  font-weight: 400;
  font-size: 3.5vw;
  text-align: end;
}
.common__service .block-service .list-price .item:first-of-type {
  padding-top: var(--margin-25);
  border-top: 1px dotted var(--col--txt-01);
}
.common__service .block-service .block-menu {
  position: relative;
  margin-bottom: var(--margin-50);
  width: 100%;
  min-height: 240px;
}
.common__service .block-service .block-menu:last-child {
  margin-bottom: 0;
}
.common__service .block-service .block-menu .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
.common__service .block-service .block-menu > .item-text {
  margin-bottom: var(--margin-20);
}
.common__service .block-service .block-menu-100 {
  width: 100%;
  min-height: 0;
}
.common__service .block-service .wrap-ttl {
  gap: 2vw;
  flex-direction: column;
  align-items: start;
}
.common__service .block-service .wrap-ttl .ttl-price {
  margin-bottom: 0;
  line-height: 1.2;
}
.common__service .block-service .wrap-ttl .text {
  font-size: 3.5vw;
  line-height: 1.3;
}
.common__service .block-filter .block-menu {
  width: 100%;
  min-height: unset;
  margin-bottom: var(--margin-30);
}
.common__service .block-matt .ttl04 {
  width: 100%;
}
.common__service .block-matt > .item-text {
  width: 100%;
}
.common__service .block-other .ttl04 {
  width: 100%;
}
.common__service .block-other .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
.common__service .block-other .item-img:nth-of-type(2) {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
.common__service .block-other .item-img:nth-of-type(3) {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
.common__service .block-cleaning-02 .ttl04 {
  width: 100%;
}
.common__service .block-cleaning-02 > .item-text {
  width: 100%;
  min-height: unset;
  height: fit-content;
}
.common__service .block-cleaner .block-menu {
  width: 100%;
}
.common__service .block-cleaner .block-menu .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}

#for_families__cleaning .inner {
  padding-bottom: var(--margin-50);
}

#for_families__shop .inner {
  padding-top: var(--margin-50);
}

/* for_business__cleaning
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_business__cleaning .ttl04,
#for_business__shop .ttl04 {
  background: url(/img/common/pattern__stripe__01_b.png);
}
#for_business__cleaning .block-service .ttl-price,
#for_business__shop .block-service .ttl-price {
  background: var(--col--main-01);
}

#for_business__cleaning .inner {
  padding-bottom: var(--margin-50);
}

#for_business__shop .inner {
  padding-top: var(--margin-50);
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__about {
  background: url(/img/common/pattern__stripe__01_w.png);
}
#company__about .inner {
  padding-bottom: var(--margin-50);
}
#company__about .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#company__about .wrap-table {
  background: #fff;
  padding: 5vw;
}
/* company__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__access {
  position: relative;
  z-index: 0;
  background: url(/img/common/pattern__stripe__01_w.png);
}
#company__access::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 60vw;
  bottom: 0vw;
  left: 0vw;
  background: #fff;
  position: absolute;
}
#company__access .inner {
  padding-top: var(--margin-50);
  padding-bottom: var(--margin-50);
}
#company__access .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#company__access .item-map {
  width: 100%;
  height: 100vw;
}
#company__access .item-map iframe {
  width: 100%;
  height: 100%;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .inner {
  padding-top: var(--margin-50);
}
#company__info .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
/* introduction
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* introduction
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#introduction {
  background: url(/img/common/pattern__stripe__01_w.png);
}
#introduction .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#introduction .cont-post .block-post {
  margin-bottom: var(--margin-40);
  background: #fff;
  padding: 5vw;
  gap: 5vw;
  flex-direction: column-reverse;
}
#introduction .cont-post .block-post .unit-info {
  flex: 1;
  width: 100%;
}
#introduction .cont-post .block-post .unit-info .ttl04 {
  position: relative;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-10);
  padding-left: var(--margin-25);
  padding-left: 5.4vw;
  width: 100%;
}
#introduction .cont-post .block-post .unit-info .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/common/border_img__stripe__a_05.png) center center/216% auto repeat;
  width: 100%;
  height: 2.5vw;
  bottom: 0vw;
  left: 0vw;
}
#introduction .cont-post .block-post .unit-info .ttl04::before {
  content: "●";
  left: 0vw;
  top: 2vw;
  font-size: var(--font-size-15);
  color: var(--col--main-01);
  position: absolute;
  font-size: 3vw;
}
#introduction .cont-post .block-post .unit-info .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.4;
  font-size: 4.8vw;
  letter-spacing: 0.12em;
}
#introduction .cont-post .block-post .unit-info .item-text {
  line-height: 2;
}
#introduction .cont-post .block-post .unit-info .com__btn_01 {
  margin-top: var(--margin-30);
}
#introduction .cont-post .block-post .item-img {
  width: 100%;
  height: 45vw;
}
/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__about {
  background: #f4f4f4;
}
#recruit__about .inner {
  position: relative;
  padding-bottom: var(--margin-50);
}
#recruit__about .ttl03 {
  margin-bottom: var(--margin-50);
  width: 100%;
}
#recruit__about .ttl03 .ja .str-01 {
  color: var(--col--main-01);
}
#recruit__about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
}
#recruit__about .item-text {
  width: 100%;
}
#recruit__about .item-text br {
  display: none;
}

/* recruit__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__feature {
  background: #f4f4f4;
}
#recruit__feature .inner {
  padding-top: var(--margin-50);
}
#recruit__feature .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#recruit__feature .ttl03 .ja {
  font-size: 5vw;
}
#recruit__feature .ttl03 .ja .str-01 {
  font-size: var(--font-size-50);
  color: var(--col--main-01);
}
#recruit__feature .list-feature {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  justify-content: center;
}
#recruit__feature .list-feature .item {
  position: relative;
  background: url(/img/common/border_img__stripe__a_06.png) center top no-repeat, url(/img/common/border_img__stripe__a_06.png) center bottom no-repeat, #fff;
  padding: 7vw 4vw 7vw;
}
#recruit__feature .list-feature .item .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-10);
}
#recruit__feature .list-feature .item .item-text {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#recruit__feature .list-feature .item .item-text br {
  display: none;
}
#recruit__feature .list-feature .item .item-text p {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: var(--font-size-22);
  font-size: 3.7vw;
}

/* recruit__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__message .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-70);
}
#recruit__message .ttl03 .ja {
  font-size: 5vw;
}
#recruit__message .cont-post .block-post {
  background: url(/img/common/border_img__stripe__a_07.png) center bottom no-repeat;
  padding-block: 10vw;
}
#recruit__message .cont-post .block-post .ttl04 {
  margin-bottom: var(--margin-20);
}
#recruit__message .cont-post .block-post .ttl04 .ja {
  font-size: var(--font-size-25);
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#recruit__message .cont-post .block-post .item-text p {
  line-height: 1.9;
}
#recruit__message .cont-post .block-post:first-of-type {
  background: url(/img/common/border_img__stripe__a_07.png) center top no-repeat, url(/img/common/border_img__stripe__a_07.png) center bottom no-repeat;
}

/* recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit {
  background: url(/img/common/pattern__stripe__01_w.png);
}
#recruit .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#recruit .wrap-recruit .cont-post .block-post {
  margin-bottom: var(--margin-50);
}
#recruit .wrap-recruit .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#recruit .wrap-recruit .cont-post .block-post .ttl04 {
  width: 100%;
  text-align: center;
  background: var(--col--main-01);
  padding: 3vw 0;
  margin-bottom: var(--margin-30);
}
#recruit .wrap-recruit .cont-post .block-post .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-30);
  font-size: 4.8vw;
  color: #fff;
}
#for_business__bnr .inner,
#for_families__bnr .inner {
  width: 100%;
  padding-block: 10vw var(--margin-50);
}

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

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

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

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

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

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

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

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