@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: 25px 30px;
}
.c-contact__list .contact__item-button {
  height: 57px;
  font-size: var(--font-size-18);
  letter-spacing: 0;
  text-align: center;
}
.c-contact__list .contact__item--summary .contact__item-button {
  width: 295px;
}
.c-contact__list .contact__item--summary .contact__item-button:hover {
  opacity: 1;
  background: var(--body-font-color);
  color: var(--color-white);
}

.contact__item-button {
  height: 57px;
  font-size: var(--font-size-18);
  letter-spacing: 0;
  text-align: center;
}
.contact__item-button.c-mail-button {
  width: 195px;
  padding-left: 20px;
}
.contact__item-button.c-mail-button::before {
  left: 25px;
}

.c-tel {
  line-height: 1.2;
}
.c-tel .tel__num {
  font-size: var(--font-size-30);
  letter-spacing: 0;
}
.c-tel .tel__num small {
  font-size: var(--font-size-20);
}
.c-tel .tel__text {
  display: block;
}

/*
# c-kodawari__section
------------------------*/
.c-kodawari__frame {
  padding: 50px 0;
}
.c-kodawari__frame .kodawari__list {
  gap: 15px 0;
}
.c-kodawari__frame .kodawari__list .kodawari__item {
  width: 360px;
}
.c-kodawari__frame .kodawari__list .kodawari__item-icon {
  text-align: center;
}
.c-kodawari__frame .kodawari__list .kodawari__item-title {
  font-size: var(--font-size-21);
  text-align: center;
  padding: 5px 0 15px;
  line-height: 1.5238095238;
}
.c-kodawari__frame .kodawari__list .kodawari__item-text {
  padding: 0 25px;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 180px;
  vertical-align: top;
}
.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-content p {
  margin-bottom: 30px;
}

.com-text.align-center {
  text-align: center;
}

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

/*
# 縦書き
------------------------*/
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/*
# com-button
------------------------*/
.com-button {
  height: 60px;
}
.com-button.bg-color-primary {
  position: relative;
}
.com-button.bg-color-primary::after {
  position: absolute;
  inset: 0 6% 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}

/*
# com-bg-design
------------------------*/
.com-bg-design {
  background: url(../img/common/com_deco.png) right top 65px/27.1875% no-repeat, url(../img/common/pattrn_bg.png) bottom center/100% 775px no-repeat;
}

.com-bg-frame {
  background: url(../img/top/kodawari-cont_frame.png) top center no-repeat, url(../img/top/kodawari-cont_frame.png) bottom center no-repeat, url(../img/top/kodawari_bg.png);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  font-size: var(--font-size-42);
  letter-spacing: 0;
  line-height: 1.1428571429;
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
}
.section-title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  inset: auto 0 0;
  margin: 0 auto;
  background: var(--primary-color);
}
.section-title.no-border {
  padding-bottom: 0;
}
.section-title.no-border::after {
  background: none;
}

.headline-title {
  border-bottom: 1px solid;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.sub-title {
  font-size: var(--font-size-28);
  line-height: 1.7142857143;
}

/*==========================================
header
===========================================*/
#header {
  padding: 10px 0.78125%;
}
#header .header__logo {
  line-height: 1;
}
#header .header__right {
  width: 625px;
  padding-bottom: 20px;
}
#header .header__nav {
  inset: 75px 0 auto auto;
  width: 350px;
  padding: 0 20px;
  z-index: 101;
  overflow: hidden;
  background: url(../img/common/nav_bg.png) center/cover no-repeat;
}
#header .header__nav-link {
  padding: 35px 5px;
  display: block;
  letter-spacing: 0.14em;
  font-size: var(--font-size-18);
  position: relative;
  z-index: 1;
}
#header .header__nav-link::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  inset: 0 0 auto;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(var(--color-white-rgb), 0.2) 0%, rgba(var(--color-white-rgb), 1) 100%);
}
#header .header__nav-link:hover {
  transform: translateY(-8px);
}
#header .header__nav-link.current {
  transform: translateY(-8px);
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(640px, 50.329vw, 840px);
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__catch {
  inset: 0;
  margin: auto;
  z-index: 100;
  filter: drop-shadow(1px 1px 1px var(--color-black));
}
#top-mv #mv__slider {
  height: clamp(640px, 50.329vw, 840px);
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.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;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 45px 0 30px;
}
#footer .footer__logo {
  display: block;
  width: 274px;
  margin: 0 auto 25px;
}
#footer .footer__left {
  width: 520px;
}
#footer .footer__right {
  width: 375px;
}
#footer .footer__nav-list {
  padding-left: 15px;
  border-left: 1px solid;
}
#footer .footer__nav-item {
  margin-bottom: 15px;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  font-size: var(--font-size-15);
  letter-spacing: 0;
  line-height: 1;
  display: block;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 45px;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-sv .sv__title {
  font-size: clamp(3.5rem, 2.604vw, 5rem);
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 2px rgba(var(--color-black-rgb), 0.5);
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  inset: auto 0 -65px;
  margin: 0 auto;
  background: var(--color-white);
}

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

#cost-sv {
  background: url(../../img/sv/sv_cost-bg.jpg) center/cover no-repeat;
}

#price-sv {
  background: url(../../img/sv/sv_price-bg.jpg) center/cover no-repeat;
}

#voice-sv {
  background: url(../../img/sv/sv_voice-bg.jpg) center/cover no-repeat;
}

#store-sv {
  background: url(../../img/sv/sv_store-bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 60px 0 115px;
  position: relative;
  background: url(../img/common/com_deco.png) right bottom 35px/27.1875% no-repeat;
}
#top-greeting .greeting__content {
  width: 490px;
  margin-left: auto;
  padding: 100px 70px 0 0;
  background: url(../img/common/com_frame.png) top right no-repeat;
}
#top-greeting .greeting__title {
  font-size: var(--font-size-46);
  line-height: 1.7391304348;
  margin-left: 35px;
}
#top-greeting .greeting__title span {
  display: block;
  margin-top: 110px;
}
#top-greeting .greeting__text {
  width: 220px;
  padding: 40px 40px 65px;
  background: url(../img/top/greeting-txt_bg.png) center/cover no-repeat;
  letter-spacing: 0;
  min-height: 800px;
}
#top-greeting .greeting__img {
  position: absolute;
  inset: 60px auto auto 2.0833%;
  width: 47.708%;
}

/*
# top-kodawari
------------------------*/
#top-kodawari {
  padding-bottom: 130px;
  background: url(../img/common/pattrn_bg.png) bottom center/100% 460px no-repeat;
}
#top-kodawari .kodawari__inbox {
  position: relative;
}
#top-kodawari .c-kodawari__frame {
  padding-bottom: 80px;
}
#top-kodawari .c-kodawari__frame .kodawari__list .kodawari__item {
  width: 315px;
}
#top-kodawari .kodawari__button {
  position: absolute;
  inset: auto 0 -20px;
  width: 370px;
  margin: 0 auto;
}

/*
# top-cost
------------------------*/
#top-cost .cost__inbox {
  width: 1200px;
  padding: 80px 0;
}
#top-cost .cost__wrap {
  padding: 60px 60px 35px;
}
#top-cost .cost__wrap-inner {
  position: relative;
}
#top-cost .cost__wrap .cost__content {
  width: 573px;
  min-height: 366px;
}
#top-cost .cost__wrap .cost__content-title {
  font-size: var(--font-size-32);
  margin-bottom: 10px;
}
#top-cost .cost__wrap .cost__graph {
  position: absolute;
  inset: auto 0 0 auto;
  width: 420px;
}
#top-cost .cost__wrap .cost__graph .graph__title {
  font-size: var(--font-size-20);
  text-align: center;
  border-top: 4px solid;
  margin-top: 15px;
}
#top-cost .cost__wrap .cost__graph .wrap {
  gap: 0 105px;
}
#top-cost .cost__wrap .cost__graph .cost__graph-part {
  width: 100px;
}
#top-cost .cost__wrap .cost__graph .cost__graph-part.bg-color-gray {
  height: 300px;
  position: relative;
  color: var(--color-black);
}
#top-cost .cost__wrap .cost__graph .cost__graph-part.bg-color-gray::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 73px;
  inset: 15px -95px auto auto;
  background: url(../img/top/graph_arr.svg) center/100% no-repeat;
}
#top-cost .cost__wrap .cost__graph .cost__graph-part.bg-color-primary {
  height: 210px;
}
#top-cost .cost__wrap .cost__graph .graph__part-text {
  text-align: center;
  line-height: 1.4;
}
#top-cost .cost__wrap .cost__graph .graph__part-text small {
  display: block;
  font-size: var(--font-size-14);
}

/*
# top-links
------------------------*/
.top-links {
  padding: 80px 0;
}
.top-links .links__list {
  gap: 30px 15px;
}
.top-links .links__list .links__item {
  width: 350px;
}
.top-links .links__list .links__item-button:hover {
  transform: translateY(-10px);
}
.top-links .links__list .links__item-text {
  inset: -10px 20px auto auto;
  z-index: 10;
  font-size: var(--font-size-28);
  width: 60px;
  padding: 20px 0;
  background: url(../img/common/nav_bg.png) center;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 75px 0;
  background: url(../img/top/news_bg.jpg) center;
}
#top-news .news__wrap {
  padding: 25px 40px;
  min-height: 340px;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__title {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-bottom: 0;
}
#top-news .news__post-list {
  width: 740px;
}
#top-news .news__post {
  border-bottom: 1px solid;
}
#top-news .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post-link {
  padding: 15px 0;
  letter-spacing: 0.08em;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-date {
  width: 100px;
}
#top-news .news__post-tags {
  width: calc(100% - 100px);
  row-gap: 5px;
}
#top-news .news__post-tags .news__post-tag {
  padding: 0 10px;
  position: relative;
}
#top-news .news__post-tags .news__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: var(--body-font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-news .news__button {
  width: 220px;
  position: absolute;
  inset: auto auto 50px 40px;
}

/*==========================================
about
===========================================*/
/*
# about-bingo
------------------------*/
#about-bingo .bingo__text {
  text-align: center;
}
#about-bingo .bingo__feature {
  width: 900px;
  margin: 50px auto 0;
  padding: 40px 75px;
}
#about-bingo .bingo__feature-title {
  font-size: var(--font-size-28);
}
#about-bingo .bingo__feature-list {
  width: 360px;
}
#about-bingo .bingo__feature-item {
  font-size: var(--font-size-20);
  padding-left: 20px;
}
#about-bingo .bingo__feature-item::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 10px;
  height: 11px;
  background: var(--primary-color);
  inset: 19px auto auto 0;
}

/*
# about-check
------------------------*/
#about-check .check__inbox {
  padding: 75px 0 70px;
  width: 1200px;
}
#about-check .check__content {
  padding: 35px 60px;
}
#about-check .check__title {
  margin-bottom: 20px;
}
#about-check .check__list {
  gap: 15px 40px;
}
#about-check .check__list .check__item {
  width: 240px;
}
#about-check .check__list .check__item-title {
  width: 155px;
  height: 179px;
  margin: 0 auto 20px;
  background: url(../img/about/check-item_frame.png) center/100% no-repeat;
  text-align: center;
  font-size: var(--font-size-25);
  line-height: 1.6;
}

/*==========================================
cost
===========================================*/
/*
# cost-advantage
------------------------*/
#cost-advantage .advantage__content {
  width: 610px;
}

/*
# cost-comparison
------------------------*/
#cost-comparison .comparison__content {
  position: relative;
  padding: 70px;
}
#cost-comparison .comparison__content::before, #cost-comparison .comparison__content::after {
  position: absolute;
  content: "";
  width: 247px;
  height: 257px;
  background: url(../img/common/com_frame.png) center/100% no-repeat;
  top: 30px;
}
#cost-comparison .comparison__content::before {
  right: 30px;
}
#cost-comparison .comparison__content::after {
  left: 30px;
  transform: scale(-1, 1);
}
#cost-comparison .comparison__part {
  width: 300px;
}
#cost-comparison .comparison__part .comparison__purchase-graph {
  width: 200px;
  padding: 10px;
  margin: 0 auto;
}
#cost-comparison .comparison__part .comparison__purchase-graph.bg-color-primary {
  height: 180px;
}
#cost-comparison .comparison__part .comparison__purchase-price {
  width: 160px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-size: var(--font-size-18);
  padding: 10px;
}
#cost-comparison .comparison__part .comparison__purchase-price em {
  font-size: var(--font-size-34);
  line-height: 1;
}
#cost-comparison .comparison__part .comparison__purchase-title {
  border-top: 4px solid;
  text-align: center;
  font-size: var(--font-size-20);
  padding-top: 10px;
  margin-top: 20px;
}
#cost-comparison .comparison__part .comperison__purchase-item {
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
#cost-comparison .comparison__part .comperison__purchase-item:last-child {
  margin-bottom: 0;
}
#cost-comparison .comparison__part .comperison__purchase-item-title {
  padding-right: 10px;
  margin-right: 2px;
  position: relative;
}
#cost-comparison .comparison__part .comperison__purchase-item-title::after {
  position: absolute;
  content: ":";
  font-size: var(--font-size-30);
  inset: 0 0 0 auto;
  margin: auto 0;
  line-height: 0.85;
}
#cost-comparison .comparison__part .comparison__purchase-total {
  font-size: var(--font-size-18);
  color: var(--body-font-color);
  height: 100%;
  top: 0;
}
#cost-comparison .comparison__part .comparison__purchase-total em {
  font-size: var(--font-size-46);
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
#cost-comparison .comparison__part:first-child {
  position: relative;
}
#cost-comparison .comparison__part:first-child::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 73px;
  inset: 15px -50px auto auto;
  background: url(../img/top/graph_arr.svg) center/100% no-repeat;
}
#cost-comparison .comparison__part:first-child .comparison__purchase-total {
  left: -150px;
}
#cost-comparison .comparison__part:last-child .comparison__purchase-total {
  right: -130px;
}

/*
# cost-burden
------------------------*/
#cost-burden .burden__inbox {
  padding: 85px 0;
}
#cost-burden .burden__text {
  margin-bottom: 40px;
}
#cost-burden .burden__table-wrap th,
#cost-burden .burden__table-wrap td {
  text-align: center;
  vertical-align: middle;
}
#cost-burden .burden__table-wrap thead th {
  padding: 15px;
  font-size: var(--font-size-18);
}
#cost-burden .burden__table-wrap thead th:not(:first-child) {
  width: 430px;
}
#cost-burden .burden__table-wrap thead th img {
  filter: brightness(4);
}
#cost-burden .burden__table-wrap tbody td {
  font-size: var(--font-size-17);
  padding: 0 20px;
}
#cost-burden .burden__table-wrap tbody td:first-child {
  display: block;
  width: 200px;
}
#cost-burden .burden__table-wrap tbody td:first-child span {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid var(--color-white);
}
#cost-burden .burden__table-wrap tbody td:not(:first-child) {
  border-collapse: collapse;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
#cost-burden .burden__table-wrap tbody td:last-child {
  font-size: var(--font-size-20);
  border-right: none;
}
#cost-burden .burden__table-wrap tbody tr:last-child td {
  border-bottom: none;
}
#cost-burden .burden__table-wrap tbody tr:last-child td span {
  border-bottom: none;
}

/*==========================================
price
===========================================*/
/*
# price-check
------------------------*/
#price-check .check__text {
  margin-bottom: 30px;
}
#price-check .check__calculation {
  padding: 50px 0;
  margin-bottom: 55px;
  gap: 15px 65px;
}
#price-check .check__calculation-item {
  width: 300px;
  text-align: center;
  position: relative;
}
#price-check .check__calculation-item::after {
  position: absolute;
  color: var(--primary-color);
}
#price-check .check__calculation-item.calculation__item--total {
  width: 255px;
  height: 295px;
  background: url(../img/price/calculation-plus_frame.png) center/100% no-repeat;
}
#price-check .check__calculation-item.calculation__item--total::after {
  content: "=";
  font-size: var(--font-size-40);
  inset: 0 -45px 0 auto;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#price-check .check__calculation-item.calculation__item--total .total__title {
  font-size: var(--font-size-24);
}
#price-check .check__calculation-item .calculation__title {
  font-size: var(--font-size-21);
}
#price-check .check__calculation-item.calculation__item--multiplied {
  height: 180px;
}
#price-check .check__calculation-item.calculation__item--multiplied::after {
  content: "×";
  font-size: var(--font-size-40);
  inset: 0 auto 0 -45px;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#price-check .plus__item-wrap .plus__item {
  height: 125px;
  margin-bottom: 45px;
  position: relative;
}
#price-check .plus__item-wrap .plus__item::after {
  content: "+";
  font-size: var(--font-size-30);
  inset: auto 0 -55px;
  margin: 0 auto;
}
#price-check .plus__item-wrap .plus__item:last-child {
  margin-bottom: 0;
}
#price-check .plus__item-wrap .plus__item:last-child::after {
  content: "";
}
#price-check .calculation__text {
  line-height: 1.6;
}
#price-check .check__estimate {
  margin-bottom: 40px;
}
#price-check .check__estimate .estimate__text {
  width: 585px;
  font-size: var(--font-size-20);
}
#price-check .check__bingo {
  width: 900px;
  margin: 0 auto;
  padding: 35px;
  text-align: center;
}
#price-check .check__bingo .bingo__title {
  margin-bottom: 15px;
}

/*
# price-archive
------------------------*/
#price-archive .price__post {
  padding: 35px 60px;
  margin-bottom: 30px;
}
#price-archive .price__post:last-child {
  margin-bottom: 0;
}
#price-archive .price__post-price {
  text-align: right;
  margin-bottom: 15px;
}

/*
# price-edge
------------------------*/
#price-edge .edge__text {
  text-align: center;
  margin-bottom: 30px;
}
#price-edge .edge__list {
  gap: 40px;
}

/*
# price-process
------------------------*/
#price-process .process__item {
  margin-bottom: 50px;
  position: relative;
}
#price-process .process__item:last-child {
  margin-bottom: 0;
}
#price-process .process__item-title {
  padding-left: 40px;
  font-weight: var(--font-weight-regular);
}
#price-process .process__item-title::before {
  position: absolute;
  color: var(--primary-color);
  line-height: 1.8;
  inset: 0 auto auto 0;
  font-size: var(--font-size-25);
}
#price-process .process__item-content {
  width: 560px;
  margin-left: auto;
  min-height: 300px;
}
#price-process .process__item-img {
  position: absolute;
  inset: 0 auto auto 0;
}
#price-process .process__item-tels .process__item-tel:last-child .tel__text {
  text-align: right;
}

/*==========================================
voice
===========================================*/
#voice-archive .voice__post {
  margin-bottom: 30px;
  padding: 35px 60px;
}
#voice-archive .voice__post:last-child {
  margin-bottom: 0;
}

/*==========================================
store
===========================================*/
/*
# store-contact
------------------------*/
#store-contact .contact__text {
  margin-bottom: 45px;
}
#store-contact .contact__list {
  padding: 55px 30px;
  gap: 30px;
}
#store-contact .contact__list .contact__item {
  width: 320px;
  text-align: center;
}
#store-contact .contact__list .contact__item-title {
  font-size: var(--font-size-21);
  margin-bottom: 5px;
}
#store-contact .contact__list .contact__item-button {
  width: 100%;
}
#store-contact .contact__list .contact__item-button.button--line {
  position: relative;
  padding-left: 35px;
}
#store-contact .contact__list .contact__item-button.button--line::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  inset: 0 auto 0 35px;
  margin: auto 0;
  background: url(../img/common/sns/LINE_logo.svg) left center/100% no-repeat;
  z-index: 1;
}

/*
# store-greeting
------------------------*/
#store-greeting .greeting__inner {
  position: relative;
}
#store-greeting .greeting__content {
  width: 600px;
  margin-left: auto;
  min-height: 308px;
}
#store-greeting .greeting__content .name {
  font-size: var(--font-size-28);
}

/*
# store-info
------------------------*/
#store-info .info__inbox {
  padding: 45px 65px;
  margin-bottom: 100px;
}

/*==========================================
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フレーム時)
  ===========================================*/