@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 15px 25px;
}
.c-contact__list .contact__button-official {
  height: 60px;
  align-items: center;
  justify-content: center;
  width: 200px;
}
.c-contact__list .contact__item-button {
  display: flex;
}
.c-contact__list .contact__item-button:hover {
  transform: scale(0.9);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  width: 180px;
  vertical-align: top;
}
.com-table tr th span {
  border-left: 4px solid var(--primary-color);
  padding-left: 10px;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 0 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}
.com-table tr td .tel__text img {
  width: auto;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 30px;
}

.com-text {
  line-height: 2.2;
}
.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 400px;
}

/*
# com-button
------------------------*/
.com-button {
  text-align: center;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-white);
  width: 300px;
  position: relative;
}
.com-button::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-items: center;
  inset: 0 3% 0 auto;
  font-size: var(--font-size-13);
}
.com-button.bg-color-accent::before {
  color: var(--accent-color);
}
.com-button.bg-color-primary::before {
  color: var(--primary-color);
}
.com-button.bg-color-white {
  color: var(--primary-color);
}
.com-button.bg-color-white::before {
  background-color: var(--primary-color);
  color: var(--color-white);
}
.com-button.bg-color-white:hover {
  color: var(--primary-color);
}
.com-button:hover {
  transform: scale(0.95);
  opacity: 1;
  color: var(--color-white);
}

/*
# .sky-blue__wave-parts
------------------------*/
.sky-blue__wave-parts {
  position: relative;
}
.sky-blue__wave-parts::before, .sky-blue__wave-parts::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 126px;
  left: 0;
  right: 0;
  background: url(../../img/common/com-bg_wave.png) 100% no-repeat;
}
.sky-blue__wave-parts::before {
  top: -126px;
  transform: rotate(180deg);
  background-position: bottom center;
}
.sky-blue__wave-parts::after {
  bottom: -126px;
  background-position: top center;
}

/*
# has-counter
------------------------*/
.has-counter .counter-item::before {
  width: 70px;
  height: 70px;
  inset: -8px auto auto 0;
  font-size: var(--font-size-42);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 65px;
}
.section-title.align-left {
  text-align: left;
}
.section-title span {
  display: block;
}
.section-title .title-en {
  font-size: var(--font-size-64);
  color: var(--primary-color);
  font-family: var(--josefin-sans);
  font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.section-title .title-ja {
  letter-spacing: 0.12em;
  font-size: var(--font-size-28);
  font-family: var(--kiwi-maru-medium);
}

.headline-title {
  font-size: var(--font-size-28);
  font-family: var(--kiwi-maru-medium);
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 15px;
  padding-bottom: 10px;
  letter-spacing: 0.12em;
}

.secondary-title {
  font-size: var(--font-size-24);
  font-family: var(--kiwi-maru-medium);
  background: var(--color-white);
  color: var(--primary-color);
  padding: 5px 15px;
  border-left: 5px solid;
  margin-bottom: 15px;
}

.third-title {
  font-size: var(--font-size-20);
  border-bottom: 1px solid var(--color-gray);
  font-family: var(--kiwi-maru-medium);
  margin-bottom: 15px;
  padding-bottom: 5px;
}

/*==========================================
header
===========================================*/
#header {
  padding: 30px 1.302%;
  position: relative;
  z-index: 1001;
}
#header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  inset: auto 0 -29px;
  background: url(../../img/common/hd-btm_wave.png) top center/100% no-repeat;
}
#header .header__logo {
  line-height: 1;
}
#header .header__nav {
  width: -moz-fit-content;
  width: fit-content;
}
#header .header__nav-list {
  gap: 10px 30px;
}
#header .header__nav-link {
  position: relative;
}
#header .header__nav-link::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 20px;
  background: var(--primary-color);
  inset: -25px 0 auto;
  margin: 0 auto;
  opacity: 0;
}
#header .header__nav-link:hover {
  color: var(--primary-color);
}
#header .header__nav-link:hover::before {
  opacity: 1;
}
#header .header__nav-link.current {
  color: var(--primary-color);
}
#header .header__nav-link.current::before {
  opacity: 1;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(573px, 44.7916vw, 860px);
  position: relative;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv #mv__slider {
  height: clamp(573px, 44.7916vw, 860px);
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/slide01_bg.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/slide02_bg.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/slide03_bg.jpg) center/cover no-repeat;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}
#top-mv .mv__catch {
  width: 66.666%;
  margin: 0 auto;
  position: absolute;
  inset: 7.5581% 0 auto;
  z-index: 100;
}
#top-mv .mv__catch img {
  width: 50.4629%;
  max-width: 545px;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 70px 0 80px;
  position: relative;
}
#footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  inset: -49px 0 auto;
  background: url(../../img/common/ft-top_wave.png) bottom center/100% no-repeat;
}
#footer .side__fixed-buttons {
  position: fixed;
  inset: auto 0 150px auto;
  width: clamp(235px, 16.66667%, 320px);
  z-index: 1001;
}
#footer .side__fixed-buttons .side__button {
  margin-bottom: 20px;
}
#footer .side__fixed-buttons .side__button:last-child {
  margin-bottom: 0;
}
#footer .side__fixed-buttons .side__button-link {
  height: clamp(55px, 4.166vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px 0 0 40px;
  text-align: center;
  padding: 0 2% 0 6%;
  font-size: clamp(1.2rem, 0.86vw, 1.7rem);
  position: relative;
  padding-left: 18%;
}
#footer .side__fixed-buttons .side__button-link::before {
  position: absolute;
  content: "";
  width: clamp(22px, 2.604vw, 50px);
  height: clamp(22px, 2.604vw, 50px);
  inset: 0 auto 0 5%;
  margin: auto 0;
  z-index: 1;
}
#footer .side__fixed-buttons .side__button-link span {
  font-size: clamp(1.45rem, 1.145vw, 2.2rem);
}
#footer .side__fixed-buttons .side__button-product .side__button-link::before {
  background: url(../../img/common/fixed-ec_ic.png) center/100% no-repeat;
}
#footer .side__fixed-buttons .side__button-chart .side__button-link {
  height: clamp(65px, 5.208vw, 100px);
  border-radius: 50px 0 0 50px;
}
#footer .side__fixed-buttons .side__button-chart .side__button-link::before {
  background: url(../../img/common/fixed-mail_ic.png) center/100% no-repeat;
}
#footer .side__fixed-buttons .side__button-chart .color-accent {
  display: block;
  font-size: clamp(1.1rem, 0.79vw, 1.6rem);
}
#footer .side__fixed-buttons .side__button-chart .color-white {
  display: block;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  width: 480px;
  padding-bottom: 55px;
}
#footer .footer__left .footer__logo {
  display: inline-block;
  margin-bottom: 35px;
}
#footer .footer__right {
  width: 510px;
}
#footer .footer__right .footer__nav {
  gap: 15px 45px;
  font-size: var(--font-size-14);
}
#footer .footer__right .footer__sub-list {
  -moz-column-count: 2;
       column-count: 2;
  width: 355px;
}
#footer .footer__right .footer__sub-list .footer__nav-item {
  width: 100%;
}
#footer .footer__right .footer__nav-link {
  color: var(--color-white);
  display: block;
  margin-bottom: 10px;
}

#copyright {
  word-break: normal;
  position: absolute;
  inset: auto auto 0 0;
}
#copyright small {
  font-size: var(--font-size-12);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 999;
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(../../img/sv/ec-base_sv.jpg) center/cover no-repeat;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 96px;
  inset: auto 0 0;
  background: url(../../img/sv/sv-btm_wave.png) bottom center/100% no-repeat;
}
.lower-sv .sv__title {
  width: 760px;
  margin: 0 auto;
  position: relative;
  padding: 2px 10px;
  font-size: var(--font-size-42);
  text-align: center;
  text-shadow: 1px 1px 1px var(--color-white);
  background: linear-gradient(to bottom, rgba(var(--primary-color-rgb), 0.2) 0%, rgba(var(--color-white-rgb), 0.8) 12%, rgba(215, 247, 253, 0.8) 100%);
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 81px;
  height: 77px;
  background: url(../../img/sv/sv-ttl_deco.png) center/100% no-repeat;
  inset: auto -24px -30px auto;
}
.lower-sv .sv__title span {
  position: relative;
  z-index: 10;
}

#tap-water-sv {
  background: url(../../img/sv/tap-water-sv_bg.jpg) center/cover no-repeat;
}

#well-water-sv {
  background: url(../../img/sv/well-water-sv_bg.jpg) center/cover no-repeat;
}

#guide-sv {
  background: url(../../img/sv/guide-sv_bg.jpg) center/cover no-repeat;
}

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

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

#bloglist-sv {
  background: url(../../img/sv/bloglist-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

#help_tradelaw-sv {
  background: url(../../img/sv/help_tradelaw-sv_bg.jpg) center/cover no-repeat;
}

#help_agreement-sv {
  background: url(../../img/sv/help_agreement-sv_bg.jpg) center/cover no-repeat;
}

#help_guide-sv {
  background: url(../../img/sv/help_guide-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 35px 0 85px;
  background: linear-gradient(to bottom, #33bde0 0%, #1b9df0 100%);
  position: relative;
  z-index: 100;
}
#top-greeting::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 96px;
  inset: -96px 0 auto;
  background: url(../../img/top/greeting-top_wave.png) bottom center/100% no-repeat;
}
#top-greeting .greeting__title {
  font-size: var(--font-size-44);
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
}

/*
# top-features
------------------------*/
#top-features {
  padding: 105px 0 240px;
  background: url(../../img/top/feature_bg.jpg) top center no-repeat, var(--color-white);
  position: relative;
  z-index: 101;
}
#top-features::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 96px;
  background: url(../../img/top/features-top_wave.png) bottom center/100% no-repeat;
  inset: -96px 0 auto;
}
#top-features .features__banner {
  width: 840px;
  height: 240px;
  display: block;
  margin: 0 auto 75px;
}
#top-features .features__banner:hover {
  transform: scale(0.98);
}
#top-features .features__title {
  text-align: center;
  margin-bottom: 100px;
  font-size: var(--font-size-64);
}
#top-features .features__list {
  padding: 50px 0 25px;
  background: rgba(var(--primary-color-rgb), 0.1);
}
#top-features .features__list .features__item {
  width: 250px;
  text-align: center;
}
#top-features .features__list .features__item-text {
  margin-top: 10px;
  font-size: var(--font-size-21);
  line-height: 1.6;
}

/*
# top-chart
------------------------*/
#top-chart .chart__title {
  text-align: center;
  margin-bottom: 70px;
}
#top-chart .chart__title span {
  display: block;
}
#top-chart .chart__title .color-blue-gradation {
  font-size: var(--font-size-52);
}
#top-chart .chart__title .bg-color-white {
  font-size: var(--font-size-32);
}
#top-chart .chart__buttons {
  gap: 40px;
  margin-top: 75px;
}
#top-chart .chart__buttons .chart__button {
  width: 520px;
}
#top-chart .chart__buttons .chart__button-link {
  height: 340px;
  display: block;
  padding: 35px 30px;
}
#top-chart .chart__buttons .chart__button-link:hover {
  opacity: 1;
  transform: scale(0.98);
}
#top-chart .chart__buttons .chart__button-tap .chart__button-link {
  background: url(../../img/top/chart-tap-btn_bg.jpg) center/100% no-repeat;
}
#top-chart .chart__buttons .chart__button-tap .chart__button-title {
  text-shadow: 1px -1px 8px var(--primary-color-dark), 1px -1px 8px var(--primary-color-dark), 1px -1px 8px var(--primary-color-dark), 1px -1px 8px var(--primary-color-dark), 1px -1px 8px var(--primary-color-dark);
}
#top-chart .chart__buttons .chart__button-well .chart__button-link {
  background: url(../../img/top/chart-well-btn_bg.jpg) center/100% no-repeat;
}
#top-chart .chart__buttons .chart__button-well .chart__button-title-markup {
  font-size: var(--font-size-24);
  padding: 3px 10px;
  position: relative;
}
#top-chart .chart__buttons .chart__button-well .chart__button-title-markup::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: var(--color-white) transparent transparent transparent;
  inset: auto 0 -8px;
  margin: 0 auto;
}
#top-chart .chart__buttons .chart__button-well .chart__button-title span {
  text-shadow: 1px -1px 8px var(--primary-color), 1px -1px 8px var(--primary-color), 1px -1px 8px var(--primary-color), 1px -1px 8px var(--primary-color), 1px -1px 8px var(--primary-color);
}
#top-chart .chart__buttons .chart__button-title {
  margin-bottom: 30px;
}
#top-chart .chart__buttons .chart__button-title span {
  font-size: var(--font-size-38);
  display: block;
}
#top-chart .chart__buttons .chart__button-more {
  width: 190px;
  padding: 8px 10px;
  text-align: center;
}

/*
# top-items
------------------------*/
#top-items {
  padding: 60px 0 55px;
  background: var(--primary-color-extralight);
  position: relative;
  z-index: 102;
}
#top-items::before, #top-items::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 126px;
  background: url(../../img/top/items-top_wave.png) 100% no-repeat;
  left: 0;
  right: 0;
}
#top-items::before {
  top: -126px;
  background-position: 0 50%;
}
#top-items::after {
  bottom: -126px;
  background-position: 0 50%;
  transform: rotate(180deg);
}
#top-items .items__title {
  text-align: center;
  width: 880px;
  margin: 0 auto 100px;
}
#top-items .items__title .title-main {
  display: block;
  font-size: var(--font-size-50);
}
#top-items .items__title .title-sub {
  display: block;
  font-size: var(--font-size-32);
}
#top-items .items__list {
  gap: 30px;
}
#top-items .items__list .items__box {
  width: 340px;
  height: 340px;
  display: flex;
  flex-direction: column;
}
#top-items .items__list .items__box-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 50%;
  position: relative;
  height: 100%;
}
#top-items .items__list .items__box-link:hover {
  transform: translateY(-10px);
}
#top-items .items__list .items__box-tap .items__box-link {
  background: url(../../img/top/items-tap_img.jpg) center/100% no-repeat;
}
#top-items .items__list .items__box-well .items__box-link {
  background: url(../../img/top/items-well_img.jpg) center/100% no-repeat;
}
#top-items .items__list .items__box-filter .items__box-link {
  background: url(../../img/top/items-filter_img.jpg) center/100% no-repeat;
}
#top-items .items__list .items__box:nth-child(odd) .items__box-title {
  text-shadow: 1px -1px 8px var(--primary-color-dark);
}
#top-items .items__list .items__box:nth-child(even) .items__box-title {
  text-shadow: 1px -1px 8px var(--primary-color);
}
#top-items .items__list .items__box-markup {
  position: absolute;
  inset: -15px auto auto 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: var(--font-size-26);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
}
#top-items .items__list .items__box-markup::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0px;
  border-color: transparent var(--accent-color) transparent transparent;
  inset: auto 11px 7px auto;
}
#top-items .items__list .items__box-markup small {
  font-size: var(--font-size-18);
}
#top-items .items__list .items__box-title {
  font-size: var(--font-size-38);
  line-height: 1.5;
  height: 85px;
  margin-bottom: 10px;
}
#top-items .items__list .items__box-title small {
  display: block;
  font-size: var(--font-size-17);
}
#top-items .items__list .items__box-button {
  width: 190px;
  text-align: center;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-20);
}
#top-items .items__button {
  margin: 50px auto 0;
}

/*
# top-links
------------------------*/
#top-links {
  padding: 230px 0 105px;
}
#top-links .links__card {
  margin-bottom: 85px;
}
#top-links .links__card:last-child {
  margin-bottom: 0;
}
#top-links .links__card-link {
  overflow: hidden;
  height: 400px;
  position: relative;
  padding: 70px 70px 70px 90px;
  display: block;
  box-shadow: -5px -5px 10px 0px var(--color-white), 5px 5px 10px 0px rgba(var(--primary-color-dark-rgb), 0.3);
}
#top-links .links__card-link:hover {
  transform: scale(0.98);
  box-shadow: 0px 0px 5px 0px var(--color-white), 1px 1px 5px 0px rgba(var(--primary-color-dark-rgb), 0.3);
}
#top-links .links__card-title {
  font-size: var(--font-size-34);
  margin-bottom: 5px;
}
#top-links .links__card-content {
  width: 555px;
}
#top-links .links__card-text strong {
  display: block;
  font-size: var(--font-size-21);
  letter-spacing: 0;
}
#top-links .links__card-img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-links .links__card-img img {
  border-radius: 50%;
}
#top-links .links__card:nth-child(odd) .links__card-content {
  margin-left: auto;
}
#top-links .links__card:nth-child(odd) .links__card-img {
  left: 0;
}
#top-links .links__card:nth-child(even) .links__card-img {
  right: 0;
}

/*
# top-news
------------------------*/
#top-news .news__inbox {
  position: relative;
}
#top-news .news__post-list {
  padding: 40px;
}
#top-news .news__post {
  width: 300px;
}
#top-news .news__post-thumb {
  height: 220px;
  margin-bottom: 10px;
}
#top-news .news__post-link {
  font-size: var(--font-size-16);
}
#top-news .news__post-link:hover .news__post-title {
  color: var(--primary-color);
}
#top-news .news__post-date {
  width: 75px;
}
#top-news .news__post-tags {
  width: calc(100% - 75px);
  padding-left: 5px;
  border-left: 1px solid;
  line-height: 1;
  gap: 5px;
}
#top-news .news__post-title {
  width: 100%;
  transition: all 0.3s;
  font-size: var(--font-size-16);
}
#top-news .news__button {
  position: absolute;
  inset: 15px 0 auto auto;
}

/*
# top-contact
------------------------*/
#top-contact {
  padding: 95px 0 170px;
}
#top-contact .contact__text {
  margin-bottom: 60px;
}
#top-contact .contact__list {
  gap: 45px 80px;
}
#top-contact .contact__item-link {
  width: 500px;
  height: 500px;
  padding: 115px 0 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: url(../../img/top/contact-water_bg.png) center/100% no-repeat;
}
#top-contact .contact__item-link:hover .contact__item-button {
  background: var(--accent-color);
  color: var(--color-white);
}
#top-contact .contact__item-title {
  font-size: var(--font-size-32);
  margin-bottom: 90px;
}
#top-contact .contact__item:has(.contact__item-text) .contact__item-title {
  margin-bottom: 20px;
}
#top-contact .contact__item-text {
  margin-bottom: 30px;
}
#top-contact .contact__item-button {
  width: 100%;
  border-width: 1px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#top-contact .contact__item-tel .tel__num {
  font-size: var(--font-size-32);
}
#top-contact .contact__item-tel .tel__num small {
  font-size: var(--font-size-20);
}

/*==========================================
tap-water
===========================================*/
/*
# tap-water-flow
------------------------*/
.steps__section .flow__list {
  gap: 70px 85px;
}
.steps__section .flow__list .flow__item {
  position: relative;
}
.steps__section .flow__list .flow__item::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 50px;
  inset: 80px -45px auto auto;
  background: url(../../img/tap-water/case_arr.png) center/100% no-repeat;
}
.steps__section .flow__list .flow__item:last-child::after {
  background: none;
}
.steps__section .flow__list .flow__item-text {
  width: 180px;
  font-size: var(--font-size-22);
  line-height: 1.4;
  margin-top: 10px;
}
.steps__section .flow__text {
  margin-top: 55px;
  font-size: var(--font-size-20);
}
.steps__section .flow__text a {
  text-decoration: underline;
}

/*
# tap-water-movie
------------------------*/
#tap-water-movie .movie__frame {
  text-align: center;
}

/*
# worry__section
------------------------*/
.worry__section .worry__list {
  gap: 30px;
  margin-bottom: 80px;
}
.worry__section .worry__item {
  width: 340px;
  height: 120px;
  font-size: var(--font-size-22);
  text-align: center;
  line-height: 1.6;
}
.worry__section .worry__item span {
  font-size: var(--font-size-26);
}
.worry__section .worry__text {
  font-size: var(--font-size-21);
  margin-bottom: 45px;
}
.worry__section .worry__figure-list {
  gap: 45px 60px;
  margin-bottom: 50px;
}
.worry__section .worry__figure {
  width: 320px;
  text-align: center;
}
.worry__section .worry__figure-link {
  display: block;
  position: relative;
}
.worry__section .worry__figure-caption {
  margin: 0 auto;
  font-size: var(--font-size-17);
}
.worry__section .worry__figure-caption:hover {
  transform: scale(1);
}
.worry__section .worry__sub-content .worry__sub-title {
  font-size: var(--font-size-32);
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 50px;
}
.worry__section .worry__sub-content .worry__sub-img {
  text-align: center;
  margin-bottom: 30px;
}
.worry__section .worry__target {
  background: url(../../img/tap-water/worry-guarantee_bg.png) top center/cover no-repeat, linear-gradient(to bottom, rgb(51, 189, 224) 0%, rgb(27, 157, 240) 100%);
  padding: 40px;
  margin-top: 100px;
}
.worry__section .worry__target-title {
  margin-bottom: 25px;
  font-size: var(--font-size-28);
  text-align: center;
}
.worry__section .worry__target-text {
  text-align: center;
}
.worry__section .worry__target-button {
  width: 420px;
  margin: 30px auto 0;
}

.worry__lineup-list {
  gap: 45px 22.5px;
  margin-top: 80px;
}
.worry__lineup-list .worry__lineup-item {
  width: 345px;
  text-align: center;
}
.worry__lineup-list .worry__lineup-img {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

#well-water-worry .worry__sub-content .worry__figure-list {
  margin: 55px 0;
}
#well-water-worry .worry__sub-content .worry__sub-text {
  margin-top: 50px;
  font-size: var(--font-size-20);
}
#well-water-worry .worry__sub-content .worry__sub-text a {
  text-decoration: underline;
}

/*
# picks__section
------------------------*/
.picks__section .picks__card {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--color-gray-light);
}
.picks__section .picks__card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.picks__section .picks__card-img {
  position: absolute;
  inset: 0 0 auto auto;
  width: 340px;
  height: 340px;
}
.picks__section .picks__card-content {
  width: 670px;
  min-height: 340px;
}
.picks__section .picks__card-title {
  font-size: var(--font-size-26);
  margin-bottom: 10px;
}
.picks__section .picks__card-price {
  font-size: var(--font-size-24);
}
.picks__section .picks__card-button {
  margin-top: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-17);
}
.picks__section .picks__card-button:hover {
  transform: scale(0.98);
}

/*
# risk__section
------------------------*/
.risk__section .risk__text {
  text-align: center;
  margin-bottom: 60px;
}
.risk__section .risk__list {
  gap: 40px;
  margin-bottom: 80px;
}
.risk__section .risk__list .risk__item {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 45px 15px;
}
.risk__section .risk__list .risk__item-title {
  font-size: var(--font-size-26);
  margin-bottom: 10px;
}
.risk__section .risk__content .risk__content-text {
  width: 565px;
}

/*
# benefits__section
------------------------*/
.benefits__section .benefits__title .title-en {
  font-size: var(--font-size-52);
}
.benefits__section .benefits__item {
  padding: 35px 40px 40px 40px;
  margin-bottom: 70px;
}
.benefits__section .benefits__item:last-child {
  margin-bottom: 0;
}
.benefits__section .benefits__item-content {
  width: 775px;
}

/*
# case__section
------------------------*/
.case__section .case__text {
  text-align: center;
  margin-bottom: 40px;
}
.case__section .case__button {
  width: 460px;
  margin: 0 auto;
}
.case__section .case__post {
  margin-top: 80px;
}
.case__section .case__post-tags {
  gap: 7px;
  margin-bottom: 5px;
}
.case__section .case__post-tags .case__tag {
  padding: 0 10px;
}
.case__section .case__post-bfaf {
  gap: 65px;
  margin-bottom: 125px;
}
.case__section .case__post-bfaf-img {
  width: 480px;
  position: relative;
}
.case__section .case__post-bfaf-img .case__post-img {
  width: 100%;
  height: 380px;
}
.case__section .case__post-bfaf-img .case__post-bfaf-caption {
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-light);
  padding: 0 15px;
  position: absolute;
  inset: auto auto 20px 0;
  z-index: 1;
}
.case__section .case__post-bfaf:has(.case__post-after) .case__post-before::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 50px;
  background: url(../../img/tap-water/case_arr.png) center/100% no-repeat;
  inset: 0 -46px 0 auto;
  margin: auto 0;
}
.case__section .case__post-gallery {
  overflow-x: scroll;
  white-space: nowrap;
  padding: 30px 30px 45px;
  margin-bottom: 40px;
}
.case__section .case__post-gallery .case__gallery-img {
  width: 480px;
  height: 380px;
  display: inline-block;
  margin-right: 20px;
}
.case__section .case__post-gallery .case__gallery-img:last-child {
  margin-right: 0;
}

/*==========================================
guide
===========================================*/
.flow__buttons {
  gap: 45px 60px;
  margin-top: 55px;
}
.flow__buttons .flow__button-link {
  width: 320px;
}
.flow__buttons .flow__button-link::before {
  transform: rotate(90deg);
}

/*
# flow__section
------------------------*/
.flow__section .flow__content {
  margin-bottom: 90px;
}
.flow__section .flow__text {
  text-align: center;
}
.flow__section .flow__list .flow__item {
  margin-bottom: 70px;
  padding-bottom: 100px;
  background: url(../../img/guide/flow_arr.png) bottom center no-repeat;
}
.flow__section .flow__list .flow__item:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.flow__section .flow__list .flow__item-content {
  width: 855px;
}
.flow__section .flow__list .flow__item-content .flow__item-text span {
  font-size: var(--font-size-20);
}
.flow__section .flow__list .flow__item-buttons {
  gap: 20px 37.5px;
}
.flow__section .flow__list .flow__item-buttons .flow__item-button {
  width: 260px;
}
.flow__section .flow__list .flow__item-buttons .flow__item-button .flow__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  height: 50px;
}
.flow__section .flow__list .flow__item-buttons .flow__item-button .flow__button:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}
.flow__section .flow__list .flow__item-address {
  width: 370px;
  padding: 15px 20px;
  position: relative;
}
.flow__section .flow__list .flow__item-address::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  inset: -15px auto auto -15px;
  background: url(../../img/guide/flow03-address_deco.png) center/100% no-repeat;
}
.flow__section .flow__list .flow__item-address .flow__address-title {
  font-size: var(--font-size-20);
  margin-bottom: 5px;
}

/*
# guide-faq
------------------------*/
#guide-faq .faq__item {
  margin-bottom: 80px;
  padding: 40px;
}
#guide-faq .faq__item:last-child {
  margin-bottom: 0;
}
#guide-faq .faq__item-title, #guide-faq .faq__item-content {
  position: relative;
  padding-left: 95px;
}
#guide-faq .faq__item-title::before, #guide-faq .faq__item-content::before {
  position: absolute;
  font-size: var(--font-size-44);
  font-family: var(--josefin-sans);
  font-weight: var(--font-weight-light);
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#guide-faq .faq__item-title {
  font-size: var(--font-size-24);
  padding: 15px 15px 15px 95px;
  margin-bottom: 20px;
}
#guide-faq .faq__item-title::before {
  content: "Q";
  width: 80px;
  height: 100%;
  inset: 0 auto 0 0;
  background: var(--primary-color);
  color: var(--color-white);
  border-radius: 15px 0 0 15px;
}
#guide-faq .faq__item-content::before {
  inset: 0 auto auto 0;
  content: "A";
  width: 72px;
  height: 70px;
  background: url(../../img/guide/faq-answer_deco.png) left bottom no-repeat;
  color: var(--primary-color);
}

/*==========================================
case
===========================================*/
/*
# case-archive
------------------------*/
#case-archive .case__content {
  text-align: center;
}
#case-archive .case__tag-list {
  margin: 70px 0 100px;
  gap: 15px 40px;
  padding: 35px 45px;
}
#case-archive .case__tag-list .case__tag {
  width: 300px;
}
#case-archive .case__tag-list .case__tag-link {
  border-width: 1px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#case-archive .case__tag-list .case__tag-link:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}
#case-archive .case__tag-list .case__tag.current .case__tag-link {
  background: var(--primary-color);
  color: var(--color-white);
}
#case-archive .case__list {
  gap: 70px 26.6666px;
}
#case-archive .case__list .case__card {
  width: 250px;
}
#case-archive .case__list .case__card-link {
  display: block;
}
#case-archive .case__list .case__card-img {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
#case-archive .case__list .case__card-tags {
  gap: 7px;
  margin-bottom: 5px;
}
#case-archive .case__list .case__card-tags .case__card-tag {
  padding: 0 10px;
}
#case-archive .case__list .case__card-title {
  font-size: var(--font-size-20);
}

/*==========================================
company
===========================================*/
/*
# company-concept
------------------------*/
#company-concept {
  padding-top: 350px;
  background: url(../../img/company/concept_bg.png) top center/cover no-repeat;
}
#company-concept .concept__content {
  text-align: center;
}

/*
# company-info
------------------------*/
#company-info .info__table {
  padding: 20px;
}

/*
# company-clients
------------------------*/
#company-clients .clients__list {
  padding: 40px;
  gap: 20px;
}
#company-clients .clients__list .clients__item {
  width: 320px;
  height: 120px;
  font-size: var(--font-size-20);
}

/*
# company-map
------------------------*/
#company-map .map__wrap {
  margin-bottom: 80px;
}
#company-map .map__wrap:last-child {
  margin-bottom: 0;
}
#company-map .map__wrap-title {
  text-align: center;
  font-size: var(--font-size-24);
  margin-bottom: 15px;
  padding: 5px 15px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 2% 0 2% 3%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/