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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 70px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-20);
}
#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;
}
#header .block__right {
  position: relative;
  width: fit-content;
}
#header .com__tel {
  width: fit-content;
  margin-right: var(--margin-20);
}
#header .group__info {
  width: fit-content;
  margin-right: var(--margin-20);
  gap: 10px;
}
#header .group__info .com__times .item {
  font-size: var(--font-size-14);
}
#header .group__info .com__times .item dt, #header .group__info .com__times .item dd {
  font-size: 14px;
}
#header .group__info .item__attention {
  height: 11px;
}
#header .list__sns {
  width: fit-content;
  gap: 15px;
  margin-right: var(--margin-20);
  display: flex;
  align-items: center;
}
#header .list__sns a {
  --size: 30px;
}
#header .btn__contact {
  background: var(--col--main-01);
  width: 180px;
  height: 70px;
  transition: ease 0.2s;
}
#header .btn__contact span {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 30px;
  transition: ease 0.2s;
}
#header .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 18px;
  height: 14px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#header .btn__contact:hover {
  background: #fff;
}
#header .btn__contact:hover span {
  color: var(--col--acc-01);
}
#header .btn__contact:hover span::before {
  background: url(/img/common/icon__mail__01_02.png) center center/contain no-repeat;
}
@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;
  }
}

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

/* nav グローバルナビゲーション
========================================================================= */
#nav {
  width: 100%;
  height: 120px;
  align-content: center;
}
#nav .list-nav {
  width: 960px;
  margin-inline: auto;
  gap: 100px;
  height: 70px;
  justify-content: center;
  align-items: end;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
  transition: ease 0.2s;
}
#nav .list-nav .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__border_01_01.png) center center/contain no-repeat;
  width: 1px;
  height: 71px;
  right: -50px;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav .item .ja {
  font-size: var(--font-size-18);
  font-weight: 500;
  transition: ease 0.2s;
  letter-spacing: 0.05em;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: ease 0.2s;

    &.current{
    color: var(--col--acc-01);
  }
}
#nav .list-nav .item:hover {
  opacity: 0.7;
}
#nav .list-nav .item:hover a {
  gap: 8px;
}
#nav .list-nav .item:hover .ja {
  color: var(--col--acc-01);
}
#nav .list-nav .item:first-of-type::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__border_01_01.png) center center/contain no-repeat;
  width: 1px;
  height: 71px;
  left: -50px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  /* max-height: 960px; */
  aspect-ratio: 100 / 53;
  overflow: hidden;
}

#mv .mv-img {
  position: absolute;
  background: url(/img/mv/mv__img_01.png) center center/contain no-repeat;
  aspect-ratio: 77 / 43;
  top: 100px;
  width: calc(100vw - 500px);


  width: 80.208vw;
  left: 3.2vw;
}

#mv .mv-catch {
  position: absolute;
  bottom: 0px;
  right: -15vw;
  width: 41.4vw;
}

.wrpa__mv {
  background:
    url(/img/mv/mv__bg_02.png) right center/auto 100% no-repeat,
    url(/img/mv/mv__bg_01.png) center bottom/max(1920px, 100%) min(33vw, 640px) no-repeat;
  padding-bottom: 5px;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 420px;
  margin-top: 70px;
  z-index: 0;
  overflow: hidden;
}
#sv .sv-img {
  position: absolute;
  right: clamp(-450px, 50vw - 1060px, 0px);
  top: 0;
  width: 1280px;
  height: 420px;
  z-index: 0;
}
#sv .sv-catch {
  background: #fff;
  width: 600px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-40);
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--fot--Noto-Serif);
  position: relative;
  border: 1px solid var(--col--main-01);
  box-shadow: 0px 0px 10px 0px rgba(0, 91, 172, 0.3);
  position: absolute;
  top: 100px;
  left: -500px;
}
#sv .sv-catch::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(255, 255, 255, 0.8);
}
#sv .sv-catch::after {
  content: "";
  position: absolute;
  width: 666px;
  height: 275px;
  left: -30px;
  top: -30px;
  background: url(/img/sv/sv_catch__deco_01.png) left top no-repeat, url(/img/sv/sv_catch__deco_02.png) right bottom no-repeat;
}

.wrpa__sv {
  background: url(/img/sv/sv__bg_01.png) center bottom/max(1920px, 100%) auto no-repeat;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--base-02);
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-30);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer nav {
  height: 95px;
  width: 100%;
  background: var(--col--main-01);
  align-content: center;
}
#footer .com__tel {
  margin-left: auto;
  align-items: center;
  gap: 20px;
  margin-bottom: var(--margin-20);
}
#footer .com__tel .item__attention {
  height: 11px;
}
#footer .list-nav {
  width: 1080px;
  margin-inline: auto;
  justify-content: center;
  gap: 40px;
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
}
#footer .list-nav .item::before {
  content: "|";
  position: absolute;
  color: #6b92c4;
  right: -20px;
  top: 50%;
  translate: 0 -50%;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
#footer .list-nav .item a:hover {
  opacity: 0.5;
}
#footer .list-nav .item:first-of-type::after {
  content: "|";
  position: absolute;
  color: #6b92c4;
  left: -20px;
  top: 50%;
  translate: 0 -50%;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #989fa9;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
#footer .com__times {
  margin-bottom: var(--margin-20);
}
#footer .list__sns {
  display: flex;
  gap: 20px;
}
#footer .list__sns a {
  --size: 30px;
}
@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 .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

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

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

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__campaign
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__campaign .wrap__campaign {
  border: 2px solid var(--col--main-01);
  padding: 80px;
  padding-top: 75px;
  position: relative;
  background: linear-gradient(0deg, #f0f7fe 120px, white 120px);
}
#top__campaign .wrap__campaign::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human_01_01.png) center center/contain no-repeat;
  width: 185px;
  height: 239px;
  left: -30px;
  bottom: -20px;
  z-index: 2;
}
#top__campaign .wrap__campaign::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__campaign__deco_01.png) center center/contain no-repeat;
  width: 121px;
  height: 97px;
  right: 10px;
  bottom: 10px;
}
#top__campaign .wrap__campaign .ttl03 {
  background: url(/img/top/top__campaign__frame.png) center center/contain no-repeat;
  width: 930px;
  height: 73px;
  margin-inline: auto;
  text-align: center;
  font-weight: 300;
  align-content: center;
  padding-bottom: 22px;
  margin-bottom: var(--margin-40);
  margin-top: var(--margin-20);
}
#top__campaign .wrap__campaign .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__04_02.png) center center/contain no-repeat;
  width: 112px;
  height: 40px;
  left: 50%;
  translate: -50% 0;
  top: 40px;
}
#top__campaign .wrap__campaign .ttl03 .ttl__ja {
  font-size: var(--font-size-34);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.1em;
  color: #fefa40;
}
#top__campaign .wrap__campaign .ttl03 .ttl__en {
  position: absolute;
  left: -30px;
  top: -18px;
}
#top__campaign .wrap__campaign .item__img {
  width: 480px;
  height: 300px;
  position: absolute;
  left: 80px;
  top: 215px;
}
#top__campaign .wrap__campaign .item__data {
  width: 400px;
  margin-left: auto;
  margin-bottom: var(--margin-30);
  border-radius: 30px;
  border: 1px solid var(--col--acc-01);
  text-align: center;
  font-size: var(--font-size-21);
  color: var(--col--acc-01);
  position: relative;
  padding: 13px 10px;
  font-weight: 500;
}
#top__campaign .wrap__campaign .item__data::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin_01_01.png) center center/contain no-repeat;
  width: 36px;
  height: 38px;
  left: -10px;
  top: -5px;
}
#top__campaign .wrap__campaign .item__text {
  width: 400px;
  margin-left: auto;
  min-height: 225px;
}
#top__campaign .wrap__campaign .item__text p {
  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: 2;
}

/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  background: url(/img/top/top__greeting__bg_01.png) left top 90px no-repeat;
}
#top__greeting .ttl03 {
  margin-bottom: 140px;
}
#top__greeting .ttl03 .ttl__ja {
  position: relative;
  margin-top: -50px;
}
#top__greeting .cont__greeting {
  position: relative;
  width: 650px;
}
#top__greeting .cont__greeting .ttl04 {
  position: relative;
  margin-bottom: var(--margin-40);
}
#top__greeting .cont__greeting .ttl04::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__deco_01.png) center center/contain no-repeat;
  width: 99px;
  height: 108px;
  right: -25px;
  top: -10px;
}
#top__greeting .cont__greeting .ttl04 .ttl__ja {
  width: fit-content;
  display: block;
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-40);
  color: var(--col--main-01);
  font-weight: 500;
  letter-spacing: 0.1em;
}
#top__greeting .cont__greeting .ttl04 .ttl__ja::first-letter {
  color: var(--col--main-02);
}
#top__greeting .cont__greeting .list__images {
  position: absolute;
  width: 750px;
  height: 740px;
  right: -60px;
  top: -170px;
  translate: 100% 0;
}
#top__greeting .cont__greeting .list__images .item__img {
  position: absolute;
}
#top__greeting .cont__greeting .list__images .item__01 {
  right: 0;
  top: 0;
}
#top__greeting .cont__greeting .list__images .item__02 {
  left: 0;
  bottom: 0;
}
#top__greeting .cont__greeting .item__text {
  background: var(--col--base-02);
  padding: 60px 80px;
  position: relative;
}
#top__greeting .cont__greeting .item__text::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__deco_02.png) center center/contain no-repeat;
  width: 337px;
  height: 333px;
  right: -240px;
  bottom: -100px;
}
#top__greeting .cont__greeting .item__text::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__arrow_01.png) center center/contain no-repeat;
  width: 62px;
  height: 27px;
  bottom: 0;
  right: 100px;
  translate: 0 100%;
}

/* top__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__point {
  position: relative;
  z-index: 0;
  border-top: 1px solid var(--col--main-02);
}
#top__point::before {
  z-index: -2;
  content: "";
  position: absolute;
  background: url(/img/top/top__point__deco_01.png) center center/100% 100% no-repeat;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
}
#top__point::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__point__deco_02.png) center center/100% 100% no-repeat;
  width: 1003px;
  height: 100%;
  left: 0;
  top: 0;
}
#top__point .inner {
  padding-block: 120px;
}
#top__point .ttl03 {
  text-align: center;
  margin-bottom: 110px;
}
#top__point .ttl03 .ttl__ja {
  position: relative;
  margin-top: -50px;
  line-height: 1.3;
  font-size: var(--font-size-35);
}
#top__point .ttl03 .ttl__ja .str-01 {
  font-size: var(--font-size-45);
}
#top__point .ttl03 .ttl__ja .str-02 {
  font-size: 70px;
  color: var(--col--acc-01);
}
#top__point .ttl03 .ttl__en {
  color: #ffffff;
}
#top__point .list__point {
  display: flex;
  justify-content: center;
  gap: 60px;
}
#top__point .list__point > .item {
  width: calc((100% - 120px) / 3);
}
#top__point .list__point > .item .ttl04 {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, #0469c8 50%, #005fc4 50%);
  margin-bottom: var(--margin-20);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}
#top__point .list__point > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-25);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: var(--fot--Noto-Serif);
}
#top__point .list__point > .item .item__text p {
  line-height: 1.9;
  font-weight: 500;
  font-size: var(--font-size-16);
}

/* top__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reason {
  background: var(--pat--border-01-01);
}
#top__reason .ttl03 {
  margin-bottom: 110px;
}
#top__reason .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__tool_01_01.png) center center/contain no-repeat;
  width: 213px;
  height: 147px;
  left: -30px;
  bottom: -70px;
  translate: -100% 0;
}
#top__reason .ttl03 .ttl__ja {
  position: relative;
  margin-top: -60px;
}
#top__reason .ttl03 .ttl__ja .str-01 {
  font-size: 70px;
  color: var(--col--acc-01);
}
#top__reason .ttl03 .ttl__en {
  color: #fff;
}
#top__reason .list__reason {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  position: relative;
}
#top__reason .list__reason::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human_02_01.png) center center/contain no-repeat;
  width: 204px;
  height: 280px;
  right: -190px;
  bottom: -100px;
}
#top__reason .list__reason > .item {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
}
#top__reason .list__reason > .item .ttl04 {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: var(--margin-25);
}
#top__reason .list__reason > .item .ttl04 .ttl__num {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#top__reason .list__reason > .item .ttl04 .ttl__ja {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: var(--font-size-27);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Serif);
}
#top__reason .list__reason > .item .ttl04 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__01_01.png) center center/contain no-repeat;
  width: 24px;
  height: 41px;
  left: 0;
  bottom: -10px;
}
#top__reason .list__reason > .item .ttl04 .ttl__ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__01_02.png) center center/contain no-repeat;
  width: 24px;
  height: 41px;
  right: 0;
  bottom: -10px;
}
#top__reason .list__reason > .item .item__img {
  order: 2;
  width: 100%;
}
#top__reason .list__reason > .item .item__img img {
  width: 100%;
}
#top__reason .list__reason > .item .item__text {
  order: 3;
  width: 100%;
  background: #fff;
  padding: 12px 16px;
}
#top__reason .list__reason > .item .item__text p {
  line-height: 1.9;
}

/* top__recommend
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__recommend {
  background: url(/img/top/top__recommend__bg_02.png) center bottom/100% auto no-repeat, url(/img/top/top__recommend__bg_01.png) right 10px top 10px no-repeat;
}
#top__recommend .inner {
  padding-block: 120px;
}
#top__recommend .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-70);
}
#top__recommend .ttl03 .ttl__ja {
  position: relative;
}
#top__recommend .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__02_01.png) center center/contain no-repeat;
  width: 77px;
  height: 170px;
  left: 0;
  top: 50%;
  translate: -100% -50%;
}
#top__recommend .ttl03 .ttl__ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__02_02.png) center center/contain no-repeat;
  width: 77px;
  height: 170px;
  right: 0;
  top: 50%;
  translate: 100% -50%;
}
#top__recommend .ttl03 .ttl__ja .str-01 {
  color: var(--col--main-01);
}
#top__recommend .cont__recommend {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}
#top__recommend .cont__recommend::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/common/deco__human_03_01.png) center center/contain no-repeat;
  width: 194px;
  height: 227px;
  left: -110px;
  bottom: -120px;
  z-index: 1;
}
#top__recommend .cont__recommend .block__menu {
  position: relative;
  transition: ease 0.2s;
  right: 0;
}
#top__recommend .cont__recommend .block__menu a .btn__link {
  width: 100%;
  padding: 16px;
}
#top__recommend .cont__recommend .block__menu a .btn__link span {
  position: relative;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: var(--fot--Cormorant-Garamond);
}
#top__recommend .cont__recommend .block__menu a .btn__link.color__01 {
  background: var(--col--main-01);
}
#top__recommend .cont__recommend .block__menu a .btn__link.color__01 span {
  padding-left: 30px;
}
#top__recommend .cont__recommend .block__menu a .btn__link.color__01 span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__recommend .cont__recommend .block__menu a .btn__link.color__02 {
  background: var(--col--main-02);
}
#top__recommend .cont__recommend .block__menu a .btn__link.color__02 span {
  padding-left: 30px;
}
#top__recommend .cont__recommend .block__menu a .btn__link.color__02 span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_02.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__recommend .cont__recommend .block__menu:hover {
  opacity: 0.7;
  position: relative;
  right: -5px;
}

/* top__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__area {
  background: url(/img/common/pat__border_01_02.png);
  position: relative;
  z-index: 0;
}
#top__area .wrap__area {
  padding: 80px 0;
  position: relative;
  padding-top: 180px;
}
#top__area .wrap__area::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, white 1040px, #f0f7fe 1040px);
  width: clamp(1080px, 95vw, 1440px);
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__area .wrap__area .ttl03 {
  margin-left: auto;
  align-items: center;
  width: 580px;
  margin-bottom: 110px;
}
#top__area .wrap__area .ttl03 .ttl__ja {
  position: relative;
  margin-top: -40px;
}
#top__area .wrap__area .ttl03 .ttl__en {
  color: var(--col--main-04);
}
#top__area .wrap__area .item__img {
  position: absolute;
  left: 0;
  top: 80px;
}
#top__area .wrap__area .item__text {
  width: 580px;
  margin-left: auto;
  position: relative;
  margin-bottom: 280px;
}
#top__area .wrap__area .item__text::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__area__img_02.png) center center/contain no-repeat;
  width: 222px;
  height: 222px;
  right: -20px;
  bottom: -200px;
}
#top__area .wrap__area .item__text p {
  text-align: center;
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  line-height: 1.9;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
#top__area .wrap__area .item__text p::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__03_01.png) center center/contain no-repeat;
  width: 31px;
  height: 49px;
  left: -15px;
  bottom: 0;
  translate: -100% 0;
}
#top__area .wrap__area .item__text p::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__03_02.png) center center/contain no-repeat;
  width: 31px;
  height: 49px;
  right: -15px;
  bottom: 0;
  translate: 100% 0;
}
#top__area .wrap__area .item__text p .str-01 {
  color: var(--col--acc-01);
}
#top__area .wrap__area .item__text p .str-02 {
  display: inline-block;
  background: var(--col--main-01);
  color: #fff;
  padding: 3px;
  line-height: 1;
  margin-right: 5px;
}
#top__area .wrap__area .item__text small {
  display: block;
  margin-inline: auto;
  width: fit-content;
  font-size: 14px;
  color: #5a5a5a;
  text-align: center;
  line-height: 1.8;
}
#top__area .wrap__area .cont__contact {
  z-index: 0;
  width: 980px;
  margin-inline: auto;
  background: url(/img/top/top__contact__bg_01.png) center center/cover no-repeat;
  position: relative;
  padding: 100px 170px 80px;
  margin-bottom: var(--margin-20);
}
#top__area .wrap__area .cont__contact::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 40px;
}
#top__area .wrap__area .cont__contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1px solid #fff;
  background: rgba(0, 91, 172, 0.7);
}
#top__area .wrap__area .cont__contact .ttl04 {
  background: url(/img/common/deco_ttl__frame_01.png) center center/100% 100% no-repeat;
  width: 578px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: var(--margin-30);
}
#top__area .wrap__area .cont__contact .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__04_01.png) center center/contain no-repeat;
  width: 112px;
  height: 40px;
  top: -50px;
}
#top__area .wrap__area .cont__contact .ttl04 .ttl__ja {
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
}
#top__area .wrap__area .cont__contact .ttl04 .ttl__ja .str-01 {
  color: var(--col--acc-01);
}
#top__area .wrap__area .cont__contact .ttl04 .ttl__en {
  position: absolute;
  left: -100px;
  top: -50px;
}
#top__area .wrap__area .cont__contact .com__tel {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-40);
  position: relative;
}
#top__area .wrap__area .cont__contact .com__tel::after {
  content: "";
  position: absolute;
  background: url(/img/common/cont__contact__deco_01.png) center center/contain no-repeat;
  width: 72px;
  height: 72px;
  right: -100px;
  bottom: -20px;
}
#top__area .wrap__area .cont__contact .com__tel .item__attention {
  height: 12px;
}
#top__area .wrap__area .cont__contact .list__contact {
  display: flex;
  align-items: center;
  gap: 40px;
}
#top__area .wrap__area .cont__contact .list__contact > .item {
  width: 300px;
  height: 70px;
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__line {
  width: 100%;
  height: 100%;
  background: #bbdcf9;
  transition: ease 0.2s;
  border: 1px solid #bbdcf9;
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__line span {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 45px;
  transition: ease 0.2s;
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__line:hover {
  background: #fff;
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__contact {
  width: 100%;
  height: 100%;
  background: var(--col--acc-01);
  border: 1px solid var(--col--acc-01);
  transition: ease 0.2s;
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__contact span {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 30px;
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 22px;
  height: 18px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__contact:hover {
  background: #fff;
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__contact:hover span {
  color: var(--col--acc-01);
}
#top__area .wrap__area .cont__contact .list__contact > .item .btn__contact:hover span::before {
  background: url(/img/common/icon__mail__01_02.png) center center/contain no-repeat;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  border: 1px solid var(--col--main-02);
  border-radius: 30px;
  color: var(--col--main-02);
  padding: 2px 10px;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.com__latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dotted #3c82c1;
  margin-bottom: var(--margin-30);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
.com__latest:last-child {
  margin-bottom: 0;
  border-bottom: 1px dotted transparent;
}
.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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: var(--margin-15);
  color: var(--col--main-01);
  font-size: var(--font-size-16);
  margin-right: 10px;
}
.com__latest .list__tag {
  order: 2;
  width: 75%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.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: 10px;
}

#top__news {
  position: relative;
  z-index: 0;
  padding-block: 120px;
  background: url(/img/top/top__news__bg_01.png) left bottom no-repeat;
}
#top__news .inner {
  position: relative;
  padding-block: 80px;
  min-height: 400px;
  width: 1280px;
  padding: 100px;
  background: #f0f7fe;
}
#top__news .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__tool_02_01.png) center center/contain no-repeat;
  width: 154px;
  height: 150px;
  left: -20px;
  bottom: -60px;
}
#top__news .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: #f0f7fe;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  translate: 100% 0;
}
#top__news .ttl03 {
  position: absolute;
  left: 100px;
  top: 80px;
}
#top__news .ttl03::before {
  content: "";
  position: absolute;
  width: 60px;
  border-bottom: 1px solid var(--col--main-01);
  bottom: -30px;
}
#top__news .ttl03 .ttl__ja {
  position: relative;
  margin-top: -40px;
}
#top__news .ttl03 .ttl__en {
  color: #fff;
}
#top__news .cont__latest {
  width: 670px;
  margin-left: auto;
}
#top__news .btn__news {
  position: absolute;
  left: 100px;
  top: 290px;
  width: fit-content;
  transition: ease 0.2s;
}
#top__news .btn__news span {
  font-size: var(--font-size-20);
  font-family: var(--fot--Cormorant-Garamond);
  color: var(--col--acc-01);
  font-weight: 500;
  position: relative;
  padding-left: 35px;
  transition: ease 0.2s;
}
#top__news .btn__news span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_03.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__news .btn__news:hover {
  opacity: 0.7;
}
#top__news .btn__news:hover span::before {
  left: 5px;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature .cont__reason {
  background: var(--col--base-02);
  padding: 80px 60px;
  position: relative;
}
#about__feature .cont__reason::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__deco_01.png) center center/contain no-repeat;
  width: 174px;
  height: 184px;
  right: -60px;
  top: -60px;
}
#about__feature .cont__reason::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__deco_02.png) center center/contain no-repeat;
  width: 145px;
  height: 416px;
  left: -70px;
  bottom: -20px;
}
#about__feature .cont__reason .ttl04 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-60);
}
#about__feature .cont__reason .item__text {
  text-align: center;
}
/* about__recommend
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__recommend {
  background: var(--pat--border-01-01);
}
#about__recommend .cont__recommend {
  gap: 60px 40px;
  display: flex;
  flex-wrap: wrap;
}
#about__recommend .cont__recommend .block {
  background: #fff;
  border: 2px solid var(--col--main-01);
  width: calc((100% - 40px) / 2);
  padding-bottom: var(--margin-60);
  height: fit-content;
}
#about__recommend .cont__recommend .block .ttl04 {
  background: var(--col--main-01);
  text-align: center;
  padding: 20px;
  margin-bottom: var(--margin-60);
  width: 100%;
}
#about__recommend .cont__recommend .block .ttl04 .ttl__ja {
  font-size: var(--font-size-35);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
#about__recommend .cont__recommend .block .btn__price {
  width: 100%;
  height: 50px;
  background: var(--col--acc-01);
  border: 1px solid var(--col--acc-01);
  transition: ease 0.2s;
}
#about__recommend .cont__recommend .block .btn__price span {
  position: relative;
  color: #fff;
  transition: ease 0.2s;
}
#about__recommend .cont__recommend .block .btn__price span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_04.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#about__recommend .cont__recommend .block .btn__price:hover {
  background: #fff;
}
#about__recommend .cont__recommend .block .btn__price:hover span {
  position: relative;
  color: var(--col--acc-01);
}
#about__recommend .cont__recommend .block .btn__price:hover span::before {
  background: url(/img/common/icon__arrow__01_03.png) center center/contain no-repeat;
  left: -25px;
}
#about__recommend .cont__recommend .block__coating {
  width: 100%;
}
#about__recommend .cont__recommend .block__coating .ttl04 {
  width: 720px;
  height: 80px;
  align-content: center;
  margin-inline: auto;
  padding-block: 5px;
  position: relative;
}
#about__recommend .cont__recommend .block__coating .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__recommend__deco_02.png) center center/contain no-repeat;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  translate: -100% 0;
}
#about__recommend .cont__recommend .block__coating .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__recommend__deco_03.png) center center/contain no-repeat;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  translate: 100% 0;
}
#about__recommend .cont__recommend .block__coating .ttl04 .ttl__ja {
  position: relative;
  padding-left: 40px;
}
#about__recommend .cont__recommend .block__coating .ttl04 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__recommend__deco_04.png) center center/contain no-repeat;
  width: 33px;
  height: 37px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#about__recommend .cont__recommend .block__coating .item__text_lead {
  text-align: center;
  padding-bottom: var(--margin-60);
  border-bottom: 1px solid #bbdcf9;
  margin-bottom: var(--margin-60);
  margin-inline: 60px;
}
#about__recommend .cont__recommend .block__coating .item__text_lead p {
  font-size: var(--font-size-16);
  font-weight: 500;
}
#about__recommend .cont__recommend .block__coating .cont__method {
  position: relative;
  width: 330px;
  border-top: 1px solid transparent;
  min-height: 500px;
  margin-bottom: var(--margin-80);
  margin-inline: 60px;
}
#about__recommend .cont__recommend .block__coating .cont__method .ttl05 {
  background: var(--col--main-02);
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: var(--margin-15);
  margin-top: var(--margin-20);
}
#about__recommend .cont__recommend .block__coating .cont__method .ttl05 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-25);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--fot--Noto-Serif);
}
#about__recommend .cont__recommend .block__coating .cont__method .item__img {
  position: absolute;
  right: -30px;
  top: 0;
  width: max-content;
  translate: 100% 0;
}
#about__recommend .cont__recommend .block__coating .cont__method .item__img img {
  margin-bottom: var(--margin-20);
}
#about__recommend .cont__recommend .block__coating .cont__method .item__img figcaption {
  display: flex;
  flex-direction: column;
}
#about__recommend .cont__recommend .block__coating .cont__method .item__img figcaption small {
  line-height: 2;
  font-size: var(--font-size-14);
  display: block;
}
#about__recommend .cont__recommend .block__coating .cont__method .item__text p {
  line-height: 1.9;
}
#about__recommend .cont__recommend .block__coating .cont__flow {
  position: relative;
  margin-inline: 60px;
}
#about__recommend .cont__recommend .block__coating .cont__flow .ttl05 {
  border-block: 1px solid var(--col--main-01);
  padding-block: 20px;
  text-align: center;
  margin-bottom: var(--margin-60);
}
#about__recommend .cont__recommend .block__coating .cont__flow .ttl05 .ttl__ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--col--main-01);
}
#about__recommend .cont__recommend .block__coating .cont__flow .ttl05 .ttl__ja .str-01 {
  color: var(--col--acc-01);
}
#about__recommend .cont__recommend .block__coating .cont__flow .list__flow {
  display: flex;
  justify-content: center;
  gap: 60px;
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-bottom: var(--margin-40);
}
#about__recommend .cont__recommend .block__coating .cont__flow .list__flow > .item {
  width: calc((100% - 120px) / 3);
  display: flex;
  flex-direction: column;
  position: relative;
}
#about__recommend .cont__recommend .block__coating .cont__flow .list__flow > .item .ttl06 {
  order: 2;
  background: var(--col--main-01);
  min-height: 100px;
  width: 100%;
  text-align: center;
  align-content: center;
  margin-bottom: var(--margin-20);
}
#about__recommend .cont__recommend .block__coating .cont__flow .list__flow > .item .ttl06 .ttl__num {
  position: absolute;
  top: -25px;
  left: 50%;
  translate: -50% 0;
}
#about__recommend .cont__recommend .block__coating .cont__flow .list__flow > .item .ttl06 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4;
}
#about__recommend .cont__recommend .block__coating .cont__flow .list__flow > .item .item__img {
  order: 1;
  width: 100%;
}
#about__recommend .cont__recommend .block__coating .cont__flow .list__flow > .item .item__img img {
  width: 100%;
}
#about__recommend .cont__recommend .block__coating .cont__flow .list__flow > .item .item__text {
  order: 3;
  width: 100%;
}
#about__recommend .cont__recommend .block__coating .cont__flow .list__flow > .item .item__text p {
  line-height: 1.9;
}
#about__recommend .cont__recommend .block__coating .btn__price {
  margin-inline: auto;
  width: calc(100% - 60px);
}
#about__recommend .cont__recommend .block__air {
  position: relative;
}
#about__recommend .cont__recommend .block__air::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__recommend__deco_01.png) center center/contain no-repeat;
  width: 173px;
  height: 138px;
  left: -75px;
  bottom: -170px;
}
#about__recommend .cont__recommend .block__air .group__recommend .ttl05 {
  text-align: center;
  margin-bottom: var(--margin-20);
}
#about__recommend .cont__recommend .block__air .group__recommend .ttl05 .ttl__ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  color: var(--col--acc-01);
}
#about__recommend .cont__recommend .block__air .group__recommend p {
  text-align: center;
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: var(--margin-40);
}
#about__recommend .cont__recommend .block__air .item__img {
  margin-bottom: var(--margin-80);
  margin-inline: 20px;
}
#about__recommend .cont__recommend .block__air .list__feature {
  margin-inline: 20px;
}
#about__recommend .cont__recommend .block__air .list__feature > .item {
  margin-bottom: var(--margin-40);
}
#about__recommend .cont__recommend .block__air .list__feature > .item .ttl05 {
  background: var(--col--main-01);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 20px;
  margin-bottom: var(--margin-10);
}
#about__recommend .cont__recommend .block__air .list__feature > .item .ttl05 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.04em;
}
#about__recommend .cont__recommend .block__air .list__feature > .item .item__text {
  width: 100%;
}
#about__recommend .cont__recommend .block__air .list__feature > .item .item__text p {
  line-height: 1.9;
}
#about__recommend .cont__recommend .block__air .list__feature > .item .item__text small {
  font-size: var(--font-size-14);
  letter-spacing: 0.05em;
  font-weight: 500;
}
#about__recommend .cont__recommend .block__air .btn__price {
  width: calc(100% - 40px);
  margin-inline: auto;
}
#about__recommend .cont__recommend .block__water_works .group__recommend {
  margin-inline: 20px;
}
#about__recommend .cont__recommend .block__water_works .group__recommend .ttl05 {
  text-align: center;
  margin-bottom: var(--margin-25);
}
#about__recommend .cont__recommend .block__water_works .group__recommend .ttl05 .ttl__ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  color: var(--col--acc-01);
}
#about__recommend .cont__recommend .block__water_works .group__recommend .list__target {
  margin-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  margin-bottom: var(--margin-40);
}
#about__recommend .cont__recommend .block__water_works .group__recommend .list__target::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__border_02_01.png) center center/contain no-repeat;
  width: 4px;
  height: 29px;
  bottom: -10px;
  left: 50%;
  translate: -50% 100%;
}
#about__recommend .cont__recommend .block__water_works .group__recommend .list__target > .item {
  background: #71717c;
  width: 100%;
  border-radius: 70px;
  text-align: center;
  padding: 14px 20px;
}
#about__recommend .cont__recommend .block__water_works .group__recommend .list__target > .item .text {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-20);
  color: #fff;
  line-height: 1.7;
}
#about__recommend .cont__recommend .block__water_works .group__recommend .item__img_01 {
  text-align: center;
  margin-bottom: var(--margin-20);
  position: relative;
}
#about__recommend .cont__recommend .block__water_works .group__recommend .item__img_01::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__recommend__arrow_01.png) center center/contain no-repeat;
  width: 45px;
  height: 72px;
  left: 50%;
  translate: -50% 0;
  bottom: -55px;
}
#about__recommend .cont__recommend .block__water_works .group__recommend .item__solution {
  background: var(--col--base-02);
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: var(--margin-15);
}
#about__recommend .cont__recommend .block__water_works .group__recommend .item__solution p {
  letter-spacing: 0.05em;
  line-height: 2;
}
#about__recommend .cont__recommend .block__water_works .group__recommend .item__text_note {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: var(--margin-30);
}
#about__recommend .cont__recommend .block__water_works .group__recommend .item__text_note small {
  line-height: 2.2;
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
}
#about__recommend .cont__recommend .block__water_works .group__recommend .item__img_02 {
  margin-bottom: var(--margin-40);
}
#about__recommend .cont__recommend .block__water_works .btn__price {
  width: calc(100% - 40px);
  margin-inline: auto;
}
/* about__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__flow {
  background: url(/img/about/about__flow__bg_01.png) right 20px top 20px no-repeat, #fff;
}
#about__flow .ttl03 {
  margin-bottom: 140px;
}
#about__flow .cont__flow .list__flow {
  display: flex;
  gap: 20px;
  position: relative;
}
#about__flow .cont__flow .list__flow::before {
  content: "";
  position: absolute;
  height: 4px;
  background: #e2effd;
  width: 75%;
  top: -45px;
  left: 50%;
  translate: -50% 0;
}
#about__flow .cont__flow .list__flow > .item {
  width: calc((100% - 60px) / 4);
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
#about__flow .cont__flow .list__flow > .item .ttl04 {
  order: 2;
  background: var(--col--main-01);
  min-height: 110px;
  width: 100%;
  padding: 20px;
  text-align: center;
  align-content: center;
  margin-bottom: var(--margin-20);
}
#about__flow .cont__flow .list__flow > .item .ttl04 .ttl__num {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -70px;
}
#about__flow .cont__flow .list__flow > .item .ttl04 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.4;
}
#about__flow .cont__flow .list__flow > .item .item__img {
  order: 1;
}
#about__flow .cont__flow .list__flow > .item .item__text {
  order: 3;
}
#about__flow .cont__flow .list__flow > .item .item__text p {
  font-size: var(--font-size-16);
  line-height: 1.9;
  font-weight: 500;
}

/* info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* info__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__company{
  background: url(/img/info/info__company__bg_01.png) left top no-repeat;
}
#info__company .cont__info .item__table {
  margin-bottom: var(--margin-60);
}
#info__company .cont__info .list__images {
  display: flex;
  gap: 40px;
}
#info__company .cont__info .list__images .item__img {
  width: 480px;
  height: 300px;
}
#info__company .cont__info .list__images .item__map {
  width: 560px;
  height: 300px;
}

/* info__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__faq {
  background: var(--pat--border-01-01);
}
#info__faq .cont__post .block__post .unit__post {
  border: 1px solid var(--col--main-01);
  padding: 30px 60px;
  background: #fff;
  margin-bottom: var(--margin-20);
}
#info__faq .cont__post .block__post .unit__post:last-child {
  margin-bottom: 0;
}
#info__faq .cont__post .block__post .unit__post dt,
#info__faq .cont__post .block__post .unit__post dd {
  line-height: 2;
}
#info__faq .cont__post .block__post .unit__post dt {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-18);
  font-weight: 400;
}
#info__faq .cont__post .block__post .unit__post dt p {
  flex: 1;
}
#info__faq .cont__post .block__post .unit__post dt::before {
  content: "";
  position: relative;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  top: -5px;
}
#info__faq .cont__post .block__post .unit__post dd {
  background: var(--col--base-02);
  padding: 20px 40px;
  font-size: var(--font-size-16);
}

/* service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service .ttl03 {
  margin-top: 120px;
}
#service .nav__in_link {
  width: 1080px;
  margin-inline: auto;
  margin-bottom: 120px;
}
#service .nav__in_link .list__nav {
  --num: 5;
  --column-gap: 20px;
  --row-gap: 20px;
}
#service .nav__in_link .list__nav > .item {
  height: 80px;
}
#service .nav__in_link .list__nav > .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--col--main-02);
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
  position: relative;
  text-align: center;
  line-height: 1.4;

}
#service .nav__in_link .list__nav > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_02.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  translate: 0 -50%;
  right: 15px;
  rotate: 90deg;
  transition: ease 0.2s;
}
#service .nav__in_link .list__nav > .item a span {
  color: #fff;
}
#service .nav__in_link .list__nav > .item a:hover {
  background: var(--col--acc-01);
}
#service .nav__in_link .list__nav > .item a:hover::before {
  background: url(/img/common/icon__arrow__01_04.png) center center/contain no-repeat;
}

/* service__list
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__list {
  background: var(--pat--border-01-01);
}
#service__list .cont__post .block__post {
  position: relative;
  margin-bottom: 120px;
}
#service__list .cont__post .block__post .ttl04 {
  text-align: center;
  padding: 20px;
  background: var(--col--main-01);
  margin-bottom: var(--margin-20);
}
#service__list .cont__post .block__post .ttl04 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-35);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.1em;
}
#service__list .cont__post .block__post .group__post {
  border: 2px solid var(--col--main-01);
  background: #fff;
  padding: 40px 60px;
  margin-bottom: var(--margin-20);
}
#service__list .cont__post .block__post .group__post .ttl05 {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-20);
  text-align: center;
}
#service__list .cont__post .block__post .group__post .ttl05 .ttl__ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.1em;
  color: var(--col--main-01);
}
#service__list .cont__post .block__post .group__post .unit__body {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: var(--margin-20);
}
#service__list .cont__post .block__post .group__post .unit__body .item__img {
  width: 400px;
  height: 250px;
}
#service__list .cont__post .block__post .group__post .unit__body .item__text {
  flex: 1;
}
#service__list .cont__post .block__post .group__post dl .item {
  background: var(--col--base-02);
  padding: 10px;
  margin-bottom: 5px;
  display: flex;
  gap: 20px;
}
#service__list .cont__post .block__post .group__post dl .item:last-child {
  margin-bottom: 0;
}
#service__list .cont__post .block__post .group__post dl .item dt,
#service__list .cont__post .block__post .group__post dl .item dd {
  padding-block: 0px;
  line-height: 2;
}
#service__list .cont__post .block__post .group__post dl .item dt {
  width: 140px;
  color: #fff;
  background: var(--col--main-02);
  text-align: center;
  align-content: center;
}
#service__list .cont__post .block__post .group__post dl .item dd {
  flex: 1;
}

/* service__other
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__other .cont__about {
  gap: 40px;
  margin-bottom: var(--margin-80);
}
#service__other .cont__about .item__img {
  width: max-content;
}
#service__other .cont__about .item__text {
  flex: 1;
}
#service__other .cont__about .item__text p {
  line-height: 2;
  margin-bottom: 0;
}
#service__other .cont__about .item__text small {
  line-height: 2;
}
#service__other .cont__contact {
  z-index: 0;
  width: 980px;
  margin-inline: auto;
  background: url(/img/top/top__contact__bg_01.png) center center/cover no-repeat;
  position: relative;
  padding: 100px 170px 80px;
}
#service__other .cont__contact::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 40px;
}
#service__other .cont__contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1px solid #fff;
  background: rgba(0, 91, 172, 0.7);
}
#service__other .cont__contact .ttl04 {
  background: url(/img/common/deco_ttl__frame_01.png) center center/100% 100% no-repeat;
  width: 578px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: var(--margin-30);
}
#service__other .cont__contact .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine__04_01.png) center center/contain no-repeat;
  width: 112px;
  height: 40px;
  top: -50px;
}
#service__other .cont__contact .ttl04 .ttl__ja {
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
}
#service__other .cont__contact .ttl04 .ttl__ja .str-01 {
  color: var(--col--acc-01);
}
#service__other .cont__contact .ttl04 .ttl__en {
  position: absolute;
  left: -100px;
  top: -50px;
}
#service__other .cont__contact .com__tel {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-40);
  position: relative;
}
#service__other .cont__contact .com__tel::after {
  content: "";
  position: absolute;
  background: url(/img/common/cont__contact__deco_01.png) center center/contain no-repeat;
  width: 72px;
  height: 72px;
  right: -100px;
  bottom: -20px;
}
#service__other .cont__contact .com__tel .item__attention {
  height: 12px;
}
#service__other .cont__contact .list__contact {
  display: flex;
  align-items: center;
  gap: 40px;
}
#service__other .cont__contact .list__contact > .item {
  width: 300px;
  height: 70px;
}
#service__other .cont__contact .list__contact > .item .btn__line {
  width: 100%;
  height: 100%;
  background: #bbdcf9;
  transition: ease 0.2s;
  border: 1px solid #bbdcf9;
}
#service__other .cont__contact .list__contact > .item .btn__line span {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 45px;
  transition: ease 0.2s;
}
#service__other .cont__contact .list__contact > .item .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#service__other .cont__contact .list__contact > .item .btn__line:hover {
  background: #fff;
}
#service__other .cont__contact .list__contact > .item .btn__contact {
  width: 100%;
  height: 100%;
  background: var(--col--acc-01);
  border: 1px solid var(--col--acc-01);
  transition: ease 0.2s;
}
#service__other .cont__contact .list__contact > .item .btn__contact span {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 30px;
}
#service__other .cont__contact .list__contact > .item .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 22px;
  height: 18px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#service__other .cont__contact .list__contact > .item .btn__contact:hover {
  background: #fff;
}
#service__other .cont__contact .list__contact > .item .btn__contact:hover span {
  color: var(--col--acc-01);
}
#service__other .cont__contact .list__contact > .item .btn__contact:hover span::before {
  background: url(/img/common/icon__mail__01_02.png) center center/contain no-repeat;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .cont__post {
  --num: 2;
  --column-gap: 40px;
  --row-gap: 40px;
  margin-bottom: var(--margin-50);
}
#case .cont__post .block__post a {
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--col--main-01);
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#case .cont__post .block__post a .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-20);
  line-height: 1.6;
}
#case .cont__post .block__post a .ttl04 .ttl__ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.1em;
  color: var(--col--main-01);
}
#case .cont__post .block__post a .item__text {
  margin-bottom: var(--margin-30);
  overflow: hidden;
  height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#case .cont__post .block__post a .list__compare {
  position: relative;
  gap: 20px;
  display: flex;
  align-items: start;
  margin-inline: auto;
  width: fit-content;
}
#case .cont__post .block__post a .list__compare::before {
  content: "";
  position: absolute;
  background: url(/img/case/case__arrow_01_01.png) center center/contain no-repeat;
  width: 67px;
  height: 44px;
  bottom: 35px;
  left: 115px;
}
#case .cont__post .block__post a .list__compare .item {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
#case .cont__post .block__post a .list__compare .item dt {
  font-size: var(--font-size-20);
  font-family: var(--fot--Cormorant-Garamond);
  letter-spacing: 0.1em;
  font-weight: 600;
}
#case .cont__post .block__post a .list__compare .item dd .item__img {
  width: 100%;
  height: 100%;
}
#case .cont__post .block__post a .list__compare .item__before dt {
  color: var(--col--main-02);
}
#case .cont__post .block__post a .list__compare .item__before dd {
  width: 180px;
  height: 180px;
}
#case .cont__post .block__post a .list__compare .item__after dt {
  color: var(--col--acc-01);
}
#case .cont__post .block__post a .list__compare .item__after dd {
  width: 240px;
  height: 240px;
}
#case .cont__post .block__post a:hover .ttl04 {
  border-bottom: 1px solid var(--col--acc-01);
  transition: ease 0.2s;
}
#case .cont__post .block__post a:hover .ttl04 .ttl__ja {
  color: var(--col--acc-01);
  transition: ease 0.2s;
}
#case .cont__post .block__post a:hover {
  opacity: 0.6;
  top: -5px;
  border: 2px solid var(--col--acc-01);
}

/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post .cont__post {
  background: #fff;
  border: 2px solid var(--col--main-01);
  padding: 60px 80px;
}
.case__in_post .cont__post .block__post .ttl03 {
  text-align: center;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-20);
}
.case__in_post .cont__post .block__post .ttl03 .ttl__ja {
  font-size: var(--font-size-25);
  font-size: var(--font-size-32);
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.1em;
  color: var(--col--main-01);
}
.case__in_post .cont__post .block__post .item__text {
  margin-bottom: var(--margin-30);
}
.case__in_post .cont__post .block__post .list__compare {
  position: relative;
  gap: 40px;
  display: flex;
  align-items: start;
  margin-inline: auto;
  width: fit-content;
}
.case__in_post .cont__post .block__post .list__compare::before {
  content: "";
  position: absolute;
  background: url(/img/case/case__arrow_01_01.png) center center/contain no-repeat;
  width: 67px;
  height: 44px;
  bottom: 150px;
  left: 260px;
}
.case__in_post .cont__post .block__post .list__compare .item {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.case__in_post .cont__post .block__post .list__compare .item dt {
  font-size: var(--font-size-20);
  font-size: var(--font-size-26);
  font-family: var(--fot--Cormorant-Garamond);
  letter-spacing: 0.1em;
  font-weight: 600;
}
.case__in_post .cont__post .block__post .list__compare .item dd .item__img {
  width: 100%;
  height: 100%;
}
.case__in_post .cont__post .block__post .list__compare .item__before dt {
  color: var(--col--main-02);
}
.case__in_post .cont__post .block__post .list__compare .item__before dd {
  width: 320px;
  height: 320px;
}
.case__in_post .cont__post .block__post .list__compare .item__after dt {
  color: var(--col--acc-01);
}
.case__in_post .cont__post .block__post .list__compare .item__after dd {
  width: 500px;
  height: 500px;
}
.case__in_post .btn__back {
  background: var(--col--main-01);
  width: 100%;
  height: 50px;
  transition: ease 0.2s;
}
.case__in_post .btn__back span {
  position: relative;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: var(--fot--Cormorant-Garamond);
  padding-left: 30px;
  transition: ease 0.2s;
}
.case__in_post .btn__back span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.case__in_post .btn__back:hover {
  opacity: 0.8;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////

共通下層ページ　( 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;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}