/*
 * ごみ管理スマート用CSS
 * 添付デザインのヘッダー・フッターに近い見た目を、このレイアウト選択時だけ適用します。
 */
html {
  overflow-x: hidden;
}
body.kk-layout-gomi-smart {
  margin: 0;
  overflow-x: hidden;
  color: #1b1b1b;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: var(--default--);
  background: #fff;
  --gomi-smart-header-height: 110px;
  padding-top: var(--gomi-smart-header-height);
}
/* ごみ管理スマート用：アンカー位置調整 */
.kk-layout-gomi-smart [id] {
  scroll-margin-top: 120px;
}
.kk-layout-gomi-smart a {
  color: inherit;
}
a {
  text-decoration: none;
}
/* Header */
.kk-layout-gomi-smart .gomi-smart-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}
body.admin-bar.kk-layout-gomi-smart {
  padding-top: calc(var(--gomi-smart-header-height) + 32px);
}
body.admin-bar.kk-layout-gomi-smart .gomi-smart-header {
  top: 32px;
}
.kk-layout-gomi-smart .gomi-smart-header__inner {
  width: min(1360px, calc(100% - 40px));
  min-height: 70px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.kk-layout-gomi-smart .gomi-smart-brand {
  display: inline-flex;
  align-items: end;
  gap: 8px;
  min-width: 0;
  color: #0e4f81;
  text-decoration: none;
  white-space: nowrap;
}
.kk-layout-gomi-smart .gomi-smart-brand:hover {
  text-decoration: none;
}
.kk-layout-gomi-smart .gomi-smart-brand__name {
  display: block;
  width: 455px;
  height: 60px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../../images/gomi-smart/common/logo.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.kk-layout-gomi-smart .gomi-smart-brand__by {
  margin: 0 0 10px;
  color: #222;
  font-size: 18pt; /*kesanaide*/
  font-weight: 900;
  line-height: 1;
}
.kk-layout-gomi-smart .gomi-smart-brand__company {
  display: block;
  width: 135px;
  height: 36px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../../images/gomi-smart/common/logo-sub.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.kk-layout-gomi-smart .gomi-smart-nav-toggle, .kk-layout-gomi-smart .gomi-smart-nav-button {
  display: none;
}
.kk-layout-gomi-smart .gomi-smart-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kk-layout-gomi-smart .gomi-smart-nav__list li {
  margin: 0;
}
.kk-layout-gomi-smart .gomi-smart-nav__list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #111;
  font-size: var(--menu--);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .03em;
}
.kk-layout-gomi-smart .gomi-smart-nav__list a:hover {
  color: #0e4f81;
  text-decoration: none;
}
/* Optional page parts for later page templates */
.kk-layout-gomi-smart .gomi-smart-page-title {
  display: grid;
  place-items: center;
  min-height: 110px;
  color: #fff;
  background: linear-gradient(100deg, #125883 0%, #06314f 100%);
  text-align: center;
}
.kk-layout-gomi-smart .gomi-smart-page-title h1 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 800;
  letter-spacing: .05em;
}
/* Footer */
.kk-layout-gomi-smart .gomi-smart-footer {
  width: 100%;
  margin-top: 90px;
  color: #fff;
  background: linear-gradient(100deg, #145f8f 50%, #06314f 100%);
}
.kk-layout-gomi-smart .gomi-smart-footer__inner {
  width: min(1360px, calc(100% - 40px));
  min-height: 106px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.kk-layout-gomi-smart .gomi-smart-footer__buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.kk-layout-gomi-smart .gomi-smart-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 275px;
  min-height: 38px;
  padding: 8px 18px;
  font-size: var(--menu--);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 4px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.kk-layout-gomi-smart .gomi-smart-footer__button span {
  line-height: 0;
}
.gomi-smart-footer__button--order span {
  display: block;
  width: 46px;
  height: 38px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../../images/gomi-smart/common/f-bt1-kizon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.gomi-smart-footer__button--first span {
  display: block;
  width: 45px;
  height: 38px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../../images/gomi-smart/common/f-bt2-shinki.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.kk-layout-gomi-smart .gomi-smart-footer__button:hover {
  background: rgba(255, 255, 255, .12);
  text-decoration: none;
}
.kk-layout-gomi-smart .gomi-smart-footer__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kk-layout-gomi-smart .gomi-smart-footer__list li {
  display: inline-flex;
  align-items: center;
}
.kk-layout-gomi-smart .gomi-smart-footer__list li + li::before {
  content: "｜";
  margin: 0 10px;
  color: rgba(255, 255, 255, .75);
  font-weight: 700;
}
.kk-layout-gomi-smart .gomi-smart-footer__list a {
  font-size: var(--smallfont--);
  color: #fff;
  text-decoration: none;
  letter-spacing: .02em;
}
.kk-layout-gomi-smart .gomi-smart-footer__list a:hover {
  text-decoration: underline;
}
.kk-layout-gomi-smart .gomi-smart-footer__copy {
  margin: 0;
  padding: 0 20px 14px;
  color: rgba(255, 255, 255, .9);
  font-size: var(--copyright--);
  text-align: center;
}
@media (max-width: 1300px) {
  .kk-layout-gomi-smart .gomi-smart-brand {
    max-width: 500px;
  }
}
@media (max-width: 1115px) {
  .kk-layout-gomi-smart .gomi-smart-brand {
    max-width: 400px;
  }
}
@media (max-width: 1020px) {
  .kk-layout-gomi-smart .gomi-smart-brand {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 5px;
    row-gap: 2px;
    white-space: normal;
    max-width: 300px;
  }
  .kk-layout-gomi-smart .gomi-smart-brand__name {
    width: 100%;
    height: 45px;
    flex: 0 0 100%;
  }
  .kk-layout-gomi-smart .gomi-smart-brand__by {
    margin-left: auto;
    font-size: 10pt;
    flex: 0 0 auto;
  }
  .kk-layout-gomi-smart .gomi-smart-brand__company {
    width: 75px;
    height: 25px;
    flex: 0 0 auto;
  }
  .kk-layout-gomi-smart .gomi-smart-nav__list {
    gap: 10px;
  }
  .kk-layout-gomi-smart .gomi-smart-footer__inner {
    max-width: 570px;
    margin: 0 auto;
    padding: 28px 0 18px;
    display: grid;
    justify-items: center;
    text-align: center;
  }
}
@media (max-width: 900px) {
  body.kk-layout-gomi-smart {
    --gomi-smart-header-height: 100px;
  }
  .kk-layout-gomi-smart .gomi-smart-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .kk-layout-gomi-smart .gomi-smart-brand {
    row-gap: 0px;
  }
  .kk-layout-gomi-smart .gomi-smart-header__inner {
    min-height: 60px;
    margin: 10px auto;
  }
  .kk-layout-gomi-smart .gomi-smart-brand__name {}
  /* チェックボックス本体は画面上に出さない */
  .kk-layout-gomi-smart .gomi-smart-nav-toggle {
    display: block;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
  }
  /* ハンバーガーボタン */
  .kk-layout-gomi-smart .gomi-smart-nav-button {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    z-index: 1100;
    border-radius: 999px;
    background: #fff;
    transition: background-color .24s ease, box-shadow .24s ease;
  }	
  .kk-layout-gomi-smart .gomi-smart-nav-button:hover, .kk-layout-gomi-smart .gomi-smart-nav-button:focus-visible {
    background: #f4f8fb;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    outline: none;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-button span, .kk-layout-gomi-smart .gomi-smart-nav-button span::before, .kk-layout-gomi-smart .gomi-smart-nav-button span::after {
    display: block;
    width: 30px;
    height: 3px;
    background: #0e4f81;
    border-radius: 999px;
    position: relative;
    content: "";
    transition:
      transform .28s ease, opacity .22s ease, top .28s ease, background-color .24s ease;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-button span::before {
    position: absolute;
    top: -10px;
    left: 0;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-button span::after {
    position: absolute;
    top: 10px;
    left: 0;
  }
  /* 開いた時：ハンバーガーを×に変形 */
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked + .gomi-smart-nav-button span {
    background: transparent;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked + .gomi-smart-nav-button span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked + .gomi-smart-nav-button span::after {
    top: 0;
    transform: rotate(-45deg);
  }
/* メニュー外側をタップした時に閉じるための背景エリア */
.kk-layout-gomi-smart .gomi-smart-nav-overlay {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 850;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .28s ease,
    visibility 0s linear .28s;
}

/* メニューが開いた時だけ外側タップエリアを表示 */
.kk-layout-gomi-smart .gomi-smart-nav-toggle:checked ~ .gomi-smart-nav-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity .28s ease,
    visibility 0s;
}	
	
  /* スマホメニュー：右から左へスライドイン */
  .kk-layout-gomi-smart .gomi-smart-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(82vw, 380px);
    height: 100vh;
    height: 100dvh;
    padding: calc(var(--gomi-smart-header-height) + 12px) 24px 32px;
    background: #fff;
    z-index: 900;
    box-shadow: -18px 0 40px rgba(0, 0, 0, .14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(110%, 0, 0);
    transition:
      transform .36s cubic-bezier(.22, .72, .22, 1), opacity .28s ease, visibility 0s linear .36s;
    will-change: transform;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked ~ .gomi-smart-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition:
      transform .36s cubic-bezier(.22, .72, .22, 1), opacity .28s ease, visibility 0s;
  }
  .kk-layout-gomi-smart .gomi-smart-nav__list {
    display: grid;
    gap: 0;
    width: 100%;
    justify-content: normal;
    margin: 0;
    padding: 0;
  }
  .kk-layout-gomi-smart .gomi-smart-nav__list li {
    opacity: 0;
    transform: translateX(18px);
    transition:
      opacity .28s ease, transform .32s ease;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked ~ .gomi-smart-nav .gomi-smart-nav__list li {
    opacity: 1;
    transform: translateX(0);
    width: 100%;
    display: block;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked ~ .gomi-smart-nav .gomi-smart-nav__list li:nth-child(1) {
    transition-delay: .08s;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked ~ .gomi-smart-nav .gomi-smart-nav__list li:nth-child(2) {
    transition-delay: .12s;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked ~ .gomi-smart-nav .gomi-smart-nav__list li:nth-child(3) {
    transition-delay: .16s;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked ~ .gomi-smart-nav .gomi-smart-nav__list li:nth-child(4) {
    transition-delay: .20s;
  }
  .kk-layout-gomi-smart .gomi-smart-nav-toggle:checked ~ .gomi-smart-nav .gomi-smart-nav__list li:nth-child(5) {
    transition-delay: .24s;
  }
  .kk-layout-gomi-smart .gomi-smart-nav__list a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 4px;
    color: #111;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    font-weight: 800;
    text-decoration: none;
  }
  .kk-layout-gomi-smart .gomi-smart-nav__list a:hover {
    color: #0e4f81;
  }
  .kk-layout-gomi-smart .gomi-smart-footer__buttons, .kk-layout-gomi-smart .gomi-smart-footer__list {
    justify-content: center;
  }
}
@media (max-width: 782px) {
  body.admin-bar.kk-layout-gomi-smart {
    padding-top: calc(var(--gomi-smart-header-height) + 46px);
  }
  body.admin-bar.kk-layout-gomi-smart .gomi-smart-header {
    top: 46px;
  }
}
@media (max-width: 520px) {
  .kk-layout-gomi-smart .gomi-smart-header__inner, .kk-layout-gomi-smart .gomi-smart-footer__inner, .kk-layout-gomi-smart .entry {
    width: min(1360px, calc(100% - 28px));
  }
  .kk-layout-gomi-smart .gomi-smart-brand__mark {
    width: 32px;
    height: 24px;
    flex-basis: 32px;
  }
  .kk-layout-gomi-smart .gomi-smart-brand__name {
    width: min(300px, calc(100vw - 92px));
    height: 44px;
  }
  .kk-layout-gomi-smart .gomi-smart-footer__buttons {
    width: 100%;
    gap: 12px;
  }
  .kk-layout-gomi-smart .gomi-smart-footer__button {
    width: 85%;
    height: 40px;
  }
  .gomi-smart-footer__button--order span {
    width: 30px;
    height: 25px;
  }
  .gomi-smart-footer__button--first span {
    width: 30px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .kk-layout-gomi-smart .gomi-smart-brand__name {
    height: 35px;
  }
  .kk-layout-gomi-smart .gomi-smart-footer__list {
    display: block;
  }
  .kk-layout-gomi-smart .gomi-smart-footer__list li {
    display: block;
    align-items: center;
    font-size: 70%;
  }
  .kk-layout-gomi-smart .gomi-smart-footer__list li + li::before {
    display: none
  }
}
@media (prefers-reduced-motion: reduce) {
  .kk-layout-gomi-smart .gomi-smart-nav, .kk-layout-gomi-smart .gomi-smart-nav-button span, .kk-layout-gomi-smart .gomi-smart-nav-button span::before, .kk-layout-gomi-smart .gomi-smart-nav-button span::after {
    transition: none;
  }
}
/*********************************************************************************************************************
commoncommoncommoncommoncommoncommoncommoncommoncommoncommoncommoncommoncommon
************************************************************************************************************************/
.box-gray-mokuji {
  width: min(500px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 50px;
  border: 1px solid #cccccc;
  list-style: none;
}
.box-gray-mokuji li {
  position: relative;
  padding-left: 25px;
  line-height: 1.8;
  margin-left: 0px;
  font-size: 90%;
}
.box-gray-mokuji li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0L7 4L1 8Z' fill='%230e4f81'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 520px) {
  .box-gray-mokuji {
    padding: 20px;
    margin: 1em auto;
  }
}
/**submenu***************************************/
.submenu, .submenu4retu {
  max-width: 1360px;
  margin: 0 auto 3rem;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
}
.submenu li {
  width: calc((100% - 60px) / 3);
  min-height: 100px;
  margin: 0;
}
.submenu4retu li {
  width: calc((100% - 60px) / 4);
  min-height: 100px;
  margin: 0;
}
.submenu li a, .submenu4retu li a {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 95px;
  background-color: #fff;
  border: solid 3px #33973e;
  border-radius: 10px;
  font-weight: 700;
  line-height: 120%;
  /* テキストを上下中央 */
  display: flex;
  align-items: center;
  /* 左側に背景画像 */
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 60px auto;
  background-image: url("../../../../uploads/gomi-smart/common/arrow-bt1.png");
}
.submenu-purple li a {
  border: solid 3px #164a7c;
  background-image: url("../../../../uploads/gomi-smart/common/arrow-bt2.png");
}
@media (max-width: 950px) {
  .submenu, .submenu4retu {
    gap: 10px;
    width: 100%;
	justify-content: flex-start;
  }
  .submenu li a, .submenu4retu li a {
    padding: 10px 10px 10px 55px;
    background-position: 10px center;
    background-size: auto 40px;
  }
}
@media (max-width: 750px) {
  .submenu, .submenu4retu {
    gap: 10px;
    width: 100%;
  }
  .submenu li {
    width: calc((100% - 20px) / 3);
    min-height: 100px;
    margin: 0;
    font-size: 93%;
  }
  .submenu4retu li {
    width: calc((100% - 30px) / 4);
    min-height: 100px;
    margin: 0;
    font-size: 93%;
  }
  .submenu li a, .submenu4retu li a {
    box-sizing: border-box;
    width: 100%;
    min-height: 100px;
    padding: 55px 10px 10px;
    background-position: center 10px;
    background-size: auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .submenu li a, .submenu4retu li a {
    box-sizing: border-box;
    width: 100%;
    min-height: 100px;
    padding: 45px 5px 5px;
    border: solid 2px #33973e;
    background-position: center 10px;
    background-size: auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .submenu-purple li a {
  border: solid 2px #164a7c;
}	
}
/**3reti***************************************/
.reti3-yokonarabi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 3rem
}
.reti3-yokonarabi > div {}
.reti3-yokonarabi img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}
.reti3-yokonarabi p {
  margin: 0;
  font-size: var(--20font--);
  line-height: 130%;
}
@media (max-width: 750px) {
  .reti3-yokonarabi {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/**yohaku***************************************/
.white-dox {
  --white-dox-padding: 50px;
  width: min(1260px, calc(100% - 40px));
  margin: 0 auto 4rem;
  padding: var(--white-dox-padding);
  background-color: #fff;
  list-style: none;
  border-radius: 30px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .white-dox {
    --white-dox-padding: 5%;
    border-radius: 15px;
  }
}
@media (max-width: 520px) {
  .white-dox {
    border-radius: 10px;
  }
}
.gray-dox {
  --white-dox-padding: 50px;
  width: 100%;
  margin: 0 auto;
  padding: var(--white-dox-padding);
  list-style: none;
  border-radius: 30px;
  border: 3px solid #ccc;
}
@media (max-width: 750px) {
  .gray-dox {
    --white-dox-padding: 5%;
    border-radius: 15px;
  }
}
.white-dox-midahsi {
  padding-top: 0;
  overflow: hidden;
}
.white-dox-midahsi h2 {
  margin: 0 calc(-1 * var(--white-dox-padding)) 2rem;
  padding: 0.5em var(--white-dox-padding);
  background-color: black;
  color: #fff;
  text-align: center;
}

.ykhaba-all {
  /* 親要素の横幅制限を抜けて画面いっぱいにする */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/**ボタン***************************************/
/* CTA上の小テキスト */
.cta-lead {
  margin: 0 0 20px;
  text-align: center;
  font-size: var(--default--);
  font-weight: 900;
  line-height: 1.25;
}
/* オレンジCTAボタン */
.orange-cta-btn a {
  width: min(650px, calc(100% - 40px));
  min-height: 100px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ff6d0c;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: var(--30font--);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .08em;
  transition: opacity .25s ease, transform .25s ease;
}
/* 右矢印 */
.orange-cta-btn a::after {
  content: "";
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 24px;
  background-image: url("../../../../uploads/gomi-smart/common/bt-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* hover */
.orange-cta-btn a:hover {
  opacity: .86;
  transform: translateY(-2px);
}
/* スマホ */
@media (max-width: 750px) {
  .cta-lead {
    margin-bottom: 14px;
    font-size: 1rem;
  }
  .orange-cta-btn a {
    width: min(100%, 420px);
    min-height: 60px;
    padding: 0 56px 0 36px;
    font-size: 1.35rem;
  }
  .orange-cta-btn a::after {
    right: 28px;
  }
}
@media (max-width: 520px) {
  .orange-cta-btn a {
    width: min(100%, 420px);
    min-height: auto;
    padding: 10px 45px 10px 45px;
    font-size: 1.2rem;
  }
  .orange-cta-btn a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 18px;
  }
}
/* パープルCTAボタン */
.purple-cta-btn a {
  width: min(710px, calc(100% - 40px));
  min-height: 100px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #164a7c;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-size: var(--30font--);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .08em;
  transition: opacity .25s ease, transform .25s ease;
}
/* hover */
.purple-cta-btn a:hover {
  opacity: .86;
  transform: translateY(-2px);
}
@media (max-width: 750px) {
  .purple-cta-btn a {
    width: min(100%, 420px);
    min-height: auto;
    padding: 10px;
    font-size: 1.2rem;
    border-radius: 10px;
  }
}
/**CTA-ボタン***************************************/
.gomi-cta__buttons {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 30px 0;
  padding: 0;
}
.gomi-cta__buttons li {
  margin: 0;
  padding: 0;
}
.gomi-cta__buttons a {
  width: 400px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 9px;
  font-size: var(--30font--);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
.gomi-cta__buttons a:hover {
  opacity: 0.8;
}
/* 初めての方はこちら */
.gomi-cta__button--first a {
  color: #269342;
  background: #fff;
  border: 3px solid #58a86d;
}
/* 再注文の方 */
.gomi-cta__button--order a {
  color: #fff;
  background: #175384;
  border: 3px solid #175384;
}
/* アイコン共通 */
.gomi-cta__buttons a::before {
  content: "";
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* 書類アイコン */
.gomi-cta__button--first a::before {
  width: 55px;
  height: 46px;
  background-image: url("../../../../uploads/gomi-smart/common/bt-02.png");
}
/* チェックアイコン */
.gomi-cta__button--order a::before {
  width: 55px;
  height: 45px;
  background-image: url("../../../../uploads/gomi-smart/common/bt-01.png");
}
/* スマホ */
@media screen and (max-width: 750px) {
  .gomi-cta__buttons {
    flex-direction: column;
    gap: 18px;
  }
  .gomi-cta__buttons a {
    max-width: 350px;
    min-height: 70px;
    gap: 14px;
    font-size: 1.25rem;
  }
  .gomi-cta__button--first a::before {
    width: 43px;
    height: 36px;
  }
  .gomi-cta__button--order a::before {
    width: 43px;
    height: 35px;
  }
}
@media screen and (max-width: 520px) {
  .gomi-cta__buttons {
    flex-direction: column;
    gap: 18px;
  }
  .gomi-cta__buttons a {
    max-width: 300px;
    min-height: 70px;
    gap: 10px;
    font-size: 1.25rem;
  }
  .gomi-cta__button--first a::before {
    width: 35px;
    height: 28px;
  }
  .gomi-cta__button--order a::before {
    width: 35px;
    height: 28px;
  }
}
@media screen and (max-width: 450px) {
  .gomi-cta__buttons a {
    max-width: 260px;
    min-height: 70px;
    gap: 10px;
    font-size: 1.25rem;
  }
  .gomi-cta__button--first a::before {
    width: 25px;
    height: 28px;
  }
  .gomi-cta__button--order a::before {
    width: 25px;
    height: 28px;
  }
}