@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 160px;
  background: #fff;
  padding: 0;
  border-top: 6px solid var(--col--main-01);
}
#header .list__sns {
  width: fit-content;
  gap: 30px;
}
#header .list__sns > .item {
  width: fit-content;
}
#header .list__sns > .item > * {
  --size:50px;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 50px;
}
#header .item__logo {
  display: block;
  width: fit-content;
  width: 39vw;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
  gap: 40px;
  margin-right: 40px;
}
#nav .list-nav .item {
  width: fit-content;
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 90vw;
  background: url(/img/mv/mv__img_01.jpg) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 80vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 60vw;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: var(--font-size-45);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding: 3vw 2vw;
  border: 4px solid var(--col--main-02);
  background: #fff;
  min-width: 70%;
  width: fit-content;
  height: fit-content;
  border-radius: 2vw;
}

.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-reason {
  background: url(/img/sv/sv__reason.jpg) center center/cover no-repeat;
}

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

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

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

/* //////////////////////////////////////////////////////////////////////////////////////////////////

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-inline: auto;
  margin-bottom: var(--margin-40);
  width: 40vw;
  margin-bottom: 8vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
  padding-block: 10vw;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    width: 90%;
  }
}
#footer .list__sns {
  gap: 5vw;
  justify-content: center;
}
#footer .list__sns > .item > * {
  --size: 8vw;
}
#footer .block__left {
  position: relative;
  width: fit-content;
  margin-bottom: 10vw;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  width: 100%;
  display: flex;
  flex-direction: wrap;
  gap: 5vw;
  margin-inline: auto;
  width: fit-content;
}
#footer .list-nav .item {
  width: fit-content;
  font-size: var(--font-size-14);
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  color: var(--col--txt-01);
  width: calc((100% - 5vw) / 2);
  border-bottom: 1px solid var(--col--main-02);
  padding-bottom: 4vw;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer .ft__info {
  background: var(--col--main-01);
}
#footer .ft__info .inner {
  padding-block: 7vw;
  gap: 5vw;
  display: flex;
  flex-direction: column-reverse;
}
#footer .ft__info .list__subpages {
  margin-inline: auto;
  width: fit-content;
}
#footer .ft__info .list__subpages .item {
  font-size: var(--font-size-14);
}
#footer .ft__info .list__subpages .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 10px;
}
#footer .ft__info .list__subpages .item:last-child::after {
  display: none;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  white-space: nowrap;
  color: var(--col--txt-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 .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .inner {
  padding-bottom: 5vw;
}
#top__about .ttl03 {
  margin-bottom: var(--margin-40);
}
#top__about .ttl03 .ttl__ja {
  font-size: 7.4vw;
  line-height: 1.8;
}
#top__about .cont__about {
  width: 100%;
  position: relative;
}
#top__about .cont__about .item__img {
  position: relative;
  margin-bottom: 6vw;
  width: 45vw;
  left: 23vw;
}
#top__about .cont__about .item__text p {
  margin-bottom: 5vw;
}
#top__about .cont__about .item__text p .str-01 {
  font-size: var(--font-size-20);
  font-weight: 700;
  color: var(--col--acc-01);
}
#top__about .cont__about .item__text p br {
  display: none;
}

/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  position: relative;
  z-index: 0;
}
#top__worries::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__arrow_01_01.png) center center/contain no-repeat;
  width: 13vw;
  height: 20vw;
  left: 50%;
  translate: -50% 0;
  bottom: -11vw;
}
#top__worries .ttl03 {
  position: relative;
  z-index: 0;
  margin-inline: auto;
  margin-bottom: var(--margin-50);
}
#top__worries .ttl03 .ttl__ja {
  position: relative;
}
#top__worries .ttl03 .ttl__ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--pat--line-01-03);
  width: 100%;
  height: 25px;
  left: 0;
  bottom: 0;
}
#top__worries .ttl03 .ttl__ja .str-01 {
  font-size: var(--font-size-50);
  position: relative;
  letter-spacing: 0.15em;
}
#top__worries .ttl03 .ttl__ja .str-01::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__dot__01_01.png) center center/8vw 1.3vw repeat-x;
  width: 96%;
  height: 2vw;
  left: 3vw;
  top: -2vw;
}
#top__worries .cont__worries {
  position: relative;
}
#top__worries .cont__worries .list__worries {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  margin-bottom: var(--margin-55);
  position: relative;
}
#top__worries .cont__worries .list__worries > .item {
  padding: 5vw;
  border: 2px solid var(--col--main-01);
  border-radius: 1.5vw;
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
#top__worries .cont__worries .list__worries > .item .text {
  position: relative;
  padding-left: 5vw;
  font-size: var(--font-size-19);
  font-weight: 700;
  font-size: 4.2vw;
  line-height: 1.5;
}
#top__worries .cont__worries .list__worries > .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 3vw;
  left: -2vw;
  top: 2vw;
}
#top__worries .cont__worries .item__text {
  text-align: center;
  text-align: left;
}
#top__worries .cont__worries .item__text p {
  font-size: var(--font-size-26);
  font-weight: 700;
  line-height: 2;
  font-size: 4.5vw;
  letter-spacing: 0;
}
#top__worries .cont__worries .item__text p .str-01 {
  font-size: var(--font-size-26);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--col--acc-01);
  font-size: 4.6vw;
}
#top__worries .cont__worries .item__text p br {
  display: none;
}

/* top__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reason {
  background: var(--pat--line-01-02);
}
#top__reason .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-30);
}
#top__reason .ttl03 .ttl__ja {
  font-size: var(--font-size-50);
}
#top__reason .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-70);
  margin-bottom: 20vw;
  text-align: left;
  line-height: 2;
}
#top__reason .item__text_lead br {
  display: none;
}
#top__reason .cont__reason .list__reason {
  display: flex;
  gap: 24vw 5vw;
  margin-bottom: var(--margin-40);
  flex-wrap: wrap;
  justify-content: center;
}
#top__reason .cont__reason .list__reason > .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  align-items: center;
  z-index: 0;
  position: relative;
}
#top__reason .cont__reason .list__reason > .item .ttl04 {
  order: 2;
  text-align: center;
}
#top__reason .cont__reason .list__reason > .item .ttl04 .ttl__num {
  position: absolute;
  left: 16vw;
  top: -12vw;
  background: url(/img/top/top__reason__num_bg_01.png) center center/contain no-repeat;
  width: 16vw;
  height: 16vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: var(--font-size-32);
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-bottom: 1vw;
}
#top__reason .cont__reason .list__reason > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-28);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-family: var(--fot--Zen-Kaku-Goth);
  background: linear-gradient(0deg, #e8f5bb 40%, rgba(232, 245, 187, 0) 40%);
}
#top__reason .cont__reason .list__reason > .item .item__img {
  order: 1;
  margin-bottom: var(--margin-20);
  position: relative;
  width: 20vw;
  height: 20vw;
}
#top__reason .cont__reason .list__reason > .item .item__img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 45vw;
  height: 45vw;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__reason .cont__reason .list__reason > .item .item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  background: url(/img/top/top__service__bg_01.png) center bottom/200% auto no-repeat;
}
#top__service .inner {
  padding-bottom: 25vw;
}
#top__service .ttl03 {
  margin-inline: auto;
  position: relative;
  margin-bottom: var(--margin-30);
}
#top__service .ttl03::before {
  content: "";
  position: absolute;
  width: 45px;
  border-bottom: 5px solid var(--col--acc-01);
  left: -15px;
  bottom: 20px;
  translate: -100% 0;
  rotate: 50deg;
}
#top__service .ttl03::after {
  content: "";
  position: absolute;
  width: 45px;
  border-bottom: 5px solid var(--col--acc-01);
  right: -15px;
  bottom: 20px;
  translate: 100% 0;
  rotate: -50deg;
}
#top__service .ttl03 .ttl__ja {
  position: relative;
}
#top__service .ttl03 .ttl__ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--pat--line-01-04) repeat;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 25px;
}
#top__service .item__text_lead {
  margin-bottom: var(--margin-50);
  text-align: center;
  text-align: left;
}
#top__service .item__text_lead br {
  display: none;
}
#top__service .cont__service .list__service {
  gap: 15vw 5vw;
  margin-bottom: var(--margin-80);
}
#top__service .cont__service .list__service > .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
#top__service .cont__service .list__service > .item a {
  display: flex;
  flex-direction: column;
}
#top__service .cont__service .list__service > .item a .ttl04 {
  order: 2;
  padding-bottom: var(--margin-30);
  border-bottom: 3px solid var(--col--main-01);
  position: relative;
}
#top__service .cont__service .list__service > .item a .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  right: 0vw;
  top: 0vw;
}
#top__service .cont__service .list__service > .item a .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  letter-spacing: 0.06em;
}
#top__service .cont__service .list__service > .item a .item__img {
  order: 1;
  margin-bottom: var(--margin-30);
}
#top__service .cont__service .com__btn_01 {
  margin-inline: auto;
}

/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case {
  background: var(--pat--line-01-01);
}
#top__case .inner {
  position: relative;
}
#top__case .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-30);
}
#top__case .item__text_lead {
  margin-bottom: var(--margin-60);
}
#top__case .item__text_lead br {
  display: none;
}
#top__case .cont__post {
  gap: 8vw 7vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8vw;
}
#top__case .cont__post .block__post {

  width: calc((100% - 7vw) / 2);
}

#top__case .cont__post .block__post a{
  width: 100%;
  height: 100%;
    gap: 5vw;
}


#top__case .cont__post .block__post .ttl04 {
  order: 2;
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__case .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-22);
  font-weight: 700;
}
#top__case .cont__post .block__post .item__img {
  order: 1;
  width: 100%;
  height: 40vw;
  border-radius: 2vw;
}
.common__contact {
  background: url(/img/common/common__contact__bg_deco_01.png) left 5vw top/12vw no-repeat, url(/img/common/common__contact__bg_deco_02.png) right 5vw bottom -3vw/12vw no-repeat, var(--col--main-02);
  color: #fff;
}
.common__contact .inner {
  padding-block: 15vw;
}
.common__contact .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-20);
}
.common__contact .ttl03 .ttl__ja {
  font-size: var(--font-size-55);
}
.common__contact .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-40);
  text-align: left;
}
.common__contact .item__text_lead br {
  display: none;
}
.common__contact .cont__contact .list__contact {
  gap: 5vw;
  color: var(--col--txt-01);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.common__contact .cont__contact .list__contact > .item {
  background: #fff;
  width: calc((100% - 5vw) / 2);
  border-radius: 1.5vw;
  padding: 5vw;
  display: flex;
  align-items: center;
  width: 100%;
}
.common__contact .cont__contact .list__contact > .item .com__tel {
  margin-inline: auto;
  height: fit-content;
}
.common__contact .cont__contact .list__contact > .item .com__tel .item__num {
  font-size: var(--font-size-35);
  padding-left: 8vw;
}
.common__contact .cont__contact .list__contact > .item .com__btn_02 {
  border-radius: 50px;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info .ttl03 {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-60);
}
#top__info .cont__info {
  width: 100%;
  margin-left: auto;
  position: relative;
  margin-bottom: var(--margin-40);
}
#top__info .cont__info .item__table {
  margin-bottom: 8vw;
}
#top__info .cont__info .item__map {
  position: relative;
  width: 100%;
  height: 50vw;
  margin-bottom: 12vw;
}
#top__info .cont__info .item__map > * {
  border-radius: 5vw;
}
/* common__news top__news
========================================================================= */
.com__tag {
  gap: 5vw;
}
.com__tag .item {
  background: var(--col--acc-01);
  color: #fff;
  font-size: var(--font-size-13);
  border-radius: 5vw;
  padding: 1vw 3vw;
  font-weight: 500;
  width: fit-content;
  height: fit-content;
  font-size: 3.5vw;
}
.com__tag .item::before {
  content: "#";
  position: relative;
}

.com__latest {
  padding-bottom: var(--margin-50);
  border-bottom: 2px solid var(--col--border-01);
  margin-bottom: var(--margin-50);
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-25);
  font-size: var(--font-size-18);
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-right: var(--margin-10);
  margin-bottom: var(--margin-25);
  font-size: var(--font-size-20);
  font-size: 3.5vw;
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  justify-content: end;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 5vw;
}

#top__news {
  background: var(--pat--line-01-02);
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__news .ttl03 .ttl__ja {
  font-weight: 700;
  font-size: 8vw;
}
#top__news .com__btn_01 {
  position: relative;
}

/* reason
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* reason__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#reason__about .item__text_lead {
  text-align: center;
  text-align: left;
  margin-bottom: 12vw;
}
#reason__about .item__text_lead br {
  display: none;
}
#reason__about .cont__reason .list__reason {
  gap: 10vw;
}
#reason__about .cont__reason .list__reason > .item {
  width: calc((100% - 5vw) / 2);
  border-radius: 1.5vw;
  padding: 7vw;
  position: relative;
  background: var(--pat--line-01-02);
  width: 100%;
}
#reason__about .cont__reason .list__reason > .item .ttl04 {
  order: 2;
  margin-bottom: var(--margin-15);
  text-align: center;
}
#reason__about .cont__reason .list__reason > .item .ttl04 .ttl__num {
  background: url(/img/common/num_bg_01.png) center center/contain no-repeat;
  width: 17vw;
  height: 18vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  font-size: var(--font-size-30);
  color: #fff;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.04em;
  padding-bottom: 2vw;
  left: 50%;
  translate: -50% 0;
  top: -5vw;
}
#reason__about .cont__reason .list__reason > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-27);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  background: linear-gradient(0deg, #e8f5bb 40%, rgba(232, 245, 187, 0) 40%);
}
#reason__about .cont__reason .list__reason > .item .item__img {
  order: 1;
  margin-bottom: var(--margin-15);
  width: fit-content;
  height: fit-content;
  margin-inline: auto;
  margin-top: 5vw;
}
#reason__about .cont__reason .list__reason > .item .item__img img {
  width: 26vw;
  height: 27vw;
  object-fit: contain;
}
#reason__about .cont__reason .list__reason > .item .item__text {
  order: 3;
}
#reason__about .cont__reason .list__reason > .item .item__text p {
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Kaku-Goth);
}

/* reason__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#reason__subpages {
  background: #fbfbfb;
}
#reason__subpages .inner {
  padding-block: 5vw;
}
#reason__subpages .list__subpages {
  gap: 12vw;
  flex-direction: column;
}
#reason__subpages .list__subpages > .item {
  width: calc((100% - 5vw) / 2);
  background: #fff;
  width: 100%;
}
#reason__subpages .list__subpages > .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 5px solid var(--col--main-02);
  border-radius: 1.5vw;
  padding: 5vw;
  gap: 5vw;
  width: 100%;
  height: 100%;
  position: relative;
}
#reason__subpages .list__subpages > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  right: -1vw;
  bottom: -1vw;
}
#reason__subpages .list__subpages > .item a .ttl03 {
  margin-top: 2vw;
}
#reason__subpages .list__subpages > .item a .ttl03 .ttl__ja {
  font-size: var(--font-size-38);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 5.5vw;
}
#reason__subpages .list__subpages > .item a .item__img {
  width: fit-content;
  margin-inline: auto;
  width: 17vw;
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reason__subpages .list__subpages > .item a .item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* reason__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#reason__faq .cont__faq .list__faq {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#reason__faq .cont__faq .list__faq > .item {
  background: var(--pat--line-01-01);
  padding: 5vw;
}
#reason__faq .cont__faq .list__faq > .item dt,
#reason__faq .cont__faq .list__faq > .item dd {
  line-height: 1.8;
}
#reason__faq .cont__faq .list__faq > .item dt {
  color: var(--col--main-02);
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: var(--margin-25);
  border-bottom: 2px solid var(--col--border-01);
  margin-bottom: var(--margin-25);
  padding-left: 9vw;
}
#reason__faq .cont__faq .list__faq > .item dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 2vw;
}
#reason__faq .cont__faq .list__faq > .item dd {
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 9vw;
}
#reason__faq .cont__faq .list__faq > .item dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 2vw;
}

/* service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* service__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__about .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-80);
  text-align: left;
}
#service__about .item__text_lead p {
  margin-bottom: var(--margin-30);
}
#service__about .item__text_lead .str {
  font-size: var(--font-size-30);
  font-weight: 700;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  font-size: 5vw;
  text-align: center;
}
#service__about .item__text_lead .str::before {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 2px solid var(--col--acc-01);
  left: -15px;
  bottom: 24px;
  translate: -100% 0;
  rotate: 50deg;
}
#service__about .item__text_lead .str::after {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 2px solid var(--col--acc-01);
  right: -15px;
  bottom: 24px;
  translate: 100% 0;
  rotate: -50deg;
}
#service__about .item__text_lead .str .str-01 {
  display: inline;
  position: relative;
  background: var(--pat--line-01-04) repeat;
}
#service__about .cont__recommend {
  background: var(--pat--line-01-02);
  padding: 7vw 5vw;
  border-radius: 2vw;
  margin-bottom: var(--margin-80);
}
#service__about .cont__recommend .ttl04 {
  background: var(--col--main-02);
  padding: 3.5vw 2vw;
  text-align: center;
  border-radius: 1vw;
  margin-bottom: var(--margin-50);
  margin-bottom: 7vw;
}
#service__about .cont__recommend .ttl04 .ttl__ja {
  font-size: var(--font-size-34);
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
}
#service__about .cont__recommend .block {
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-80);
  border-top: 1px solid transparent;
  display: flex;
  flex-direction: column;
}
#service__about .cont__recommend .block:last-child {
  margin-bottom: 0;
}
#service__about .cont__recommend .block .ttl05 {
  padding-bottom: var(--margin-30);
  border-bottom: 3px solid var(--col--main-01);
  margin-bottom: var(--margin-30);
  height: fit-content;
  margin-top: var(--margin-40);
  order: 2;
}
#service__about .cont__recommend .block .ttl05 .ttl__ja {
  font-size: var(--font-size-27);
  font-weight: 700;
  letter-spacing: 0.07em;
}
#service__about .cont__recommend .block .item__img {
  position: relative;
  width: 100%;
  order: 1;
}
#service__about .cont__recommend .block .item__img img {
  width: 100%;
}
#service__about .cont__recommend .block .item__text {
  order: 3;
}
#service__about .cont__view {
  background: var(--pat--line-01-02);
  padding: 7vw 5vw;
  border-radius: 2vw;
  margin-bottom: var(--margin-80);
}
#service__about .cont__view .ttl04 {
  background: var(--col--main-02);
  padding: 3.5vw 2vw;
  text-align: center;
  border-radius: 1vw;
  margin-bottom: var(--margin-50);
  margin-bottom: 7vw;
}
#service__about .cont__view .ttl04 .ttl__ja {
  font-size: var(--font-size-34);
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
}
#service__about .cont__view .nav__view {
  margin-bottom: var(--margin-50);
}
#service__about .cont__view .nav__view .list__view {
  gap: 3.5vw;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#service__about .cont__view .nav__view .list__view .item {
  width: calc((100% - 40px) / 3);
  width: 100%;
  height: 13vw;
}
#service__about .cont__view .nav__view .list__view .item a {
  width: 100%;
  height: 100%;
  position: relative;
}
#service__about .cont__view .nav__view .list__view .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_02.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  right: 2vw;
  top: 50%;
  translate: 0 -50%;
}
#service__about .cont__view .block {
  padding: 5vw 4vw;
  background: #fff;
  margin-bottom: var(--margin-50);
  border-radius: 1vw;
}
#service__about .cont__view .block:last-child {
  margin-bottom: 0;
}
#service__about .cont__view .block .ttl05 {
  padding: 3vw 2vw;
  background: #ffeccb;
  text-align: center;
  border-radius: 8px;
  margin-bottom: var(--margin-20);
}
#service__about .cont__view .block .ttl05 .ttl__ja {
  font-weight: 700;
  font-size: var(--font-size-27);
  font-size: 5vw;
}
#service__about .cont__view .block .item__lead {
  margin-bottom: var(--margin-35);
}
#service__about .cont__view .block .item__lead p {
  line-height: 2;
}
#service__about .cont__view .block .group__example {
  width: 100%;
  margin-left: auto;
  position: relative;
  margin-bottom: var(--margin-60);
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#service__about .cont__view .block .group__example .ttl06 {
  border: 1px solid var(--col--acc-01);
  padding: 2vw 3vw;
  border-radius: 5px;
  margin-bottom: var(--margin-15);
  margin-right: auto;
  width: fit-content;
  width: 100%;
  order: 2;
  text-align: center;
}
#service__about .cont__view .block .group__example .ttl06 .ttl__ja {
  font-weight: 700;
  font-size: var(--font-size-22);
  color: var(--col--acc-01);
}
#service__about .cont__view .block .group__example .item__img {
  position: relative;
  order: 1;
  margin-bottom: 2.5vw;
}
#service__about .cont__view .block .group__example .list__example {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  order: 3;
}
#service__about .cont__view .block .group__info {
  margin-bottom: var(--margin-40);
}
#service__about .cont__view .block .group__info:last-child {
  margin-bottom: 0;
}
#service__about .cont__view .block .group__info .ttl06 {
  background: var(--col--acc-01);
  padding: 4vw;
  border-radius: 3vw 3vw 0 0;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}
#service__about .cont__view .block .group__info .ttl06 .ttl__ja {
  font-size: var(--font-size-22);
  color: #fff;
  font-weight: 700;
}
#service__about .cont__view .block .group__info .item__table {
  border-collapse: separate;
  border-radius: 0 0 3vw 3vw;
  border: 2px solid var(--col--acc-01);
  width: 100%;
}
#service__about .cont__view .block .group__info .item__table tr {
  width: 100%;
}
#service__about .cont__view .block .group__info .item__table tr th,
#service__about .cont__view .block .group__info .item__table tr td {
  display: block;
  font-size: var(--font-size-20);
  font-weight: 700;
  text-align: center;
  padding: 3vw;
  width: 100%;
}
#service__about .cont__view .block .group__info .item__table tr th {
  background: #ffeccb;
}
#service__about .cont__view .block .group__info .item__table tr td {
  background: #fff;
  border-bottom: 2px solid var(--col--acc-01);
}
#service__about .cont__view .block .group__info .item__table tr:last-of-type th,
#service__about .cont__view .block .group__info .item__table tr:last-of-type td {
  border-bottom: unset;
}
#service__about .cont__view .block .group__info .item__table tr:last-child td {
  border-radius: 0 0 3vw 3vw;
}

/* service__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__subpages {
  background: var(--pat--line-01-01);
}
#service__subpages .inner {
  padding-block: 15vw;
}
#service__subpages .list__subpages {
  gap: 12vw;
  flex-direction: column;
}
#service__subpages .list__subpages > .item {
  width: calc((100% - 5vw) / 2);
  background: #fff;
  width: 100%;
}
#service__subpages .list__subpages > .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 5px solid var(--col--main-02);
  border-radius: 1.5vw;
  padding: 5vw;
  gap: 5vw;
  width: 100%;
  height: 100%;
  position: relative;
}
#service__subpages .list__subpages > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  right: -1vw;
  bottom: -1vw;
}
#service__subpages .list__subpages > .item a .ttl03 {
  margin-top: 2vw;
}
#service__subpages .list__subpages > .item a .ttl03 .ttl__ja {
  font-size: var(--font-size-38);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 5.5vw;
}
#service__subpages .list__subpages > .item a .item__img {
  width: fit-content;
  margin-inline: auto;
  width: 17vw;
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#service__subpages .list__subpages > .item a .item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case ( index )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-50);
  text-align: start;
}
#case .item__text_lead br {
  display: none;
}
#case .cont__post .block__post {
  background: var(--pat--line-01-02);
  padding: 7vw 5vw;
  border-radius: 2vw;
  margin-bottom: var(--margin-80);
}
#case .cont__post .block__post .ttl04 {
  background: var(--col--main-02);
  padding: 3.5vw 2vw;
  text-align: center;
  border-radius: 1vw;
  margin-bottom: var(--margin-50);
  margin-bottom: 7vw;
}
#case .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-34);
  font-size: 5.5vw;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
#case .cont__post .block__post .item__area {
  width: 90%;
  position: relative;
  margin-left: auto;
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: var(--margin-10);
  margin-bottom: 0;
}
#case .cont__post .block__post .item__area::before {
  content: "";
  position: absolute;
  width: 5vw;
  height: 5vw;
  border-radius: 3px;
  background: var(--col--main-02);
  left: -8vw;
  top: 1.8vw;
}
#case .cont__post .block__post .list__compare {
  display: flex;
  justify-content: space-between;
  gap: 5vw;
  margin-bottom: var(--margin-60);
  position: relative;
  flex-direction: column;
}
#case .cont__post .block__post .list__compare > .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  flex-direction: column;
}
#case .cont__post .block__post .list__compare > .item dt {
  font-size: var(--font-size-30);
  font-weight: 700;
  margin-bottom: var(--margin-15);
}
#case .cont__post .block__post .list__compare > .item dd {
  width: 100%;
}
#case .cont__post .block__post .list__compare > .item dd .item__img {
  width: 100%;
  height: 300px;
  border-radius: 15px;
}
#case .cont__post .block__post .list__compare .item__before {
  position: relative;
}
#case .cont__post .block__post .list__compare .item__before::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 6vw;
  bottom: 0vw;
  right: 11vw;
  rotate: 90deg;
}
#case .cont__post .block__post .list__compare .item__before dt {
  color: var(--col--acc-01);
  font-size: 5vw;
}
#case .cont__post .block__post .list__compare .item__before dd .item__img {
  width: 55vw;
  height: 46vw;
}
#case .cont__post .block__post .list__compare .item__after dt {
  color: var(--col--main-02);
  font-size: 7vw;
}
#case .cont__post .block__post .list__compare .item__after dd .item__img {
  width: 70vw;
  height: 65vw;
}
#case .cont__post .block__post .list__info {
  margin-bottom: var(--margin-40);
}
#case .cont__post .block__post .list__info > div {
  display: flex;
  gap: 3vw;
  margin-bottom: var(--margin-50);
  flex-direction: column;
}
#case .cont__post .block__post .list__info > div:last-child {
  margin-bottom: 0;
}
#case .cont__post .block__post .list__info > div dt,
#case .cont__post .block__post .list__info > div dd {
  line-height: 1.7;
}
#case .cont__post .block__post .list__info > div dt {
  width: 30vw;
  width: 100%;
  border-radius: 4px;
  border-bottom: 2px solid var(--col--main-02);
  color: var(--col--main-02);
  text-align: center;
  padding-bottom: 2vw;
  height: fit-content;
  text-align: start;
  font-size: var(--font-size-18);
}
#case .cont__post .block__post .list__info > div dd {
  font-size: var(--font-size-20);
  flex: 1;
}
#case .cont__post .block__post .item__text p {
  font-size: var(--font-size-17);
}

/* case__in_post ( detail )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* case__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case__subpages {
  background: var(--pat--line-01-01);
}
#case__subpages .inner {
  padding-block: 15vw;
}
#case__subpages .list__subpages {
  gap: 12vw;
  flex-direction: column;
}
#case__subpages .list__subpages > .item {
  width: calc((100% - 5vw) / 2);
  background: #fff;
  width: 100%;
}
#case__subpages .list__subpages > .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 5px solid var(--col--main-02);
  border-radius: 1.5vw;
  padding: 5vw;
  gap: 5vw;
  width: 100%;
  height: 100%;
  position: relative;
}
#case__subpages .list__subpages > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  right: -1vw;
  bottom: -1vw;
}
#case__subpages .list__subpages > .item a .ttl03 {
  margin-top: 2vw;
}
#case__subpages .list__subpages > .item a .ttl03 .ttl__ja {
  font-size: var(--font-size-38);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 5.5vw;
}
#case__subpages .list__subpages > .item a .item__img {
  width: fit-content;
  margin-inline: auto;
  width: 17vw;
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#case__subpages .list__subpages > .item a .item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* info__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__greeting {
  position: relative;
  z-index: 0;
  background: url(/img/info/info__greeting__bg_deco_01.png) right 10vw top/10vw no-repeat, url(/img/info/info__greeting__bg_img_01.png) center bottom/150% no-repeat;
}
#info__greeting .inner {
  padding-bottom: 25vw;
}
#info__greeting .group__ttl03 {
  margin-bottom: var(--margin-60);
  margin-bottom: 6vw;
}
#info__greeting .group__ttl03 .ttl__lead {
  position: relative;
  margin-inline: auto;
  width: fit-content;
  font-size: var(--font-size-35);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#info__greeting .group__ttl03 .ttl__lead span {
  font-size: 5.7vw;
  padding: 1vw 5vw;
  display: inline;
  line-height: 2.5;
  box-decoration-break: clone;
  background: var(--pat--line-01-04);
}
#info__greeting .cont__about {
  width: 100%;
  position: relative;
}
#info__greeting .cont__about .item__img {
  position: relative;
  margin-bottom: 4vw;
}
/* info__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__company {
  background: var(--pat--line-01-02);
}
#info__company .cont__info .item__table {
  margin-bottom: var(--margin-50);
}
#info__company .cont__info .item__table tr th,
#info__company .cont__info .item__table tr td {
  padding-block: 5vw;
  grid: 4.6vw;
}
#info__company .cont__info .item__table tr th {
  text-align: start;
  padding-left: 5vw;
}
#info__company .cont__info .item__table tr td {
  padding-left: 5vw;
}
#info__company .cont__info .item__map {
  height: 70vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

共通下層ページ　( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
  z-index: 0;
}
.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);
  background: var(--col--acc-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  color: var(--col--acc-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);
    background: var(--col--acc-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);
    color: var(--col--acc-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  color: var(--col--acc-01);
  border-bottom: 1px solid var(--col--main-01);
  border-bottom: 1px solid var(--col--acc-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);
  color: var(--col--acc-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;
  }
}