@charset "UTF-8";
/* Theme Name: custom */
*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

mark {
  background-color: #ff0;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

canvas, time {
  display: inline-block;
}

[hidden] {
  display: none;
}

body {
  width: 100%;
  font-size: calc(.75em + .5vw);
  text-size-adjust: 100%;
  color: #000;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  margin: 0;
}

#wrapper {
  overflow-x: hidden;
}

#wrapperFixed {
  width: 100%;
}

.bgFixed {
  position: fixed;
  height: 100%;
}

#bgNav {
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.show {
  transition-delay: 0s !important;
  opacity: 1 !important;
  visibility: visible !important;
}

a, button {
  color: #000;
  transition: .4s;
}

a:hover, button:hover {
  opacity: .7;
  text-decoration: none;
}

.btn {
  text-align: center;
}

.btn a,
#submitBtn input {
  display: block;
  margin: auto;
  color: #fff;
  background-color: #cf3333;
  min-width: 175px;
  max-width: 240px;
  padding: 15px;
  border-radius: 30px;
  line-height: 1;
  font-size: 12px;
  text-decoration: none;
  background-image: url(img/btn-arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 6px auto;
}

.btn.orange a {
  background-color: #fe6f31;
}
.btn.blue a {
  background-color: #41b4d3;
}

p, table, ul, ol, dl, div {
  font-size: 12px;
}

#main .txtCaution {
  color: #cf3333 !important;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-top: 1px solid #7e849d;
  border-collapse: collapse;
}

th, td {
  border-top: none;
  border-bottom: 1px solid #7e849d;
  padding: 1rem;
}

th {
  background: #7e849d;
  min-width: 20%;
}

td {
  background: #fff;
  text-align: left;
}

.pc {
  display: none !important;
}

.frame {
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100%;
}

body:not(.home) #main .full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

#header,
#header .inner {
  height: 126px;
}

#header .logoNav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  background: #fff;
}

#header a {
  text-decoration: none;
}

#header .logo {
  text-align: center;
  padding-top: 20px;
}

#header .logo img {
  width: 208px;
}

#header .logo .txt,
#header .logo .txt a {
  color: #7e849d;
  margin: 0;
}

#header .logo .txt {
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 400px;
  margin: auto;
}

#header #subNav {
  display: none;
}

#header .payment {
  font-size: 10px;
  display: table;
  border: 1px solid #7e849d;
  color: #7e849d;
  margin: 6px auto 0;
  padding: 5px 7px;
  line-height: 1;
}

#header .payment dt, #header .payment dd {
  display: table-cell;
}

#header .payment dt {
  padding-right: 5px;
}

#header .nav .navBtn {
  display: block;
  width: 34px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 22px;
  z-index: 3;
}

#header .nav .navBtn i {
  display: block;
  height: 1px;
  background: #41b6d5;
  transform: rotate(0deg);
  transition: .4s;
}

#header .nav .navBtn i.top {
  transform: translateY(0);
}

#header .nav .navBtn i.bottom {
  transform: translateY(10px);
}

#header .nav .navBtn span {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #41b6d5;
  letter-spacing: 1px;
}

#header .nav .navBtn.open i.top {
  transform: translateY(0) rotate(-45deg);
}

#header .nav .navBtn.open i.bottom {
  transform: translateY(0) rotate(45deg);
}

#header .nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  padding-bottom: 100px;
  position: absolute;
  top: 126px;
  right: 0;
  transform: translate3d(100%, 0, 0);
  background: #fff;
  overflow-y: scroll;
  transition: .4s;
}

#header .nav .menu.openNav {
  transform: translate3d(0, 0, 0);
}

#header .nav .menu li {
  border-bottom: 1px solid #fff;
  background: #41b6d5;
}

#header .nav .menu li a {
  display: block;
  padding: 20px;
  color: #fff;
  background-image: url(img/btn-arrow.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 6px auto;
}

#header .nav .menu li .child {
  display: none;
  list-style: none;
  padding: 0;
  background: #fff;
}

#header .nav .menu li .child a {
  color: #41b6d5;
}

#header .nav .menu .tel, #header .nav .menu .contact {
  background: #fff;
}

#header .nav .menu .tel {
  color: #41b6d5;
  text-align: center;
  padding: 1rem;
  font-size: 12px;
  letter-spacing: 1px;
}

#header .nav .menu .tel a {
  color: #41b6d5;
  font-size: 24px;
  padding: 0;
}

#header .nav .menu .contact a {
  display: inline-block;
  margin: 0;
  padding: 15px;
}

#header .nav .menu .sp {
  border-bottom: none;
}

#mainVisual {
  text-align: center;
}
#mainVisual .btn {
  position: relative;
}
#mainVisual .btn a{
  width: 175px;
  position: absolute;
  right: 8px;
  bottom: 20px;
}

#main .titleSection, #main h2, #main .titlePost, #main h3, #main h4 {
  margin: 0 0 10px;
}

#main .titleSection, #main h2 {
  font-size: 22px;
}

#main .titleTop,
.single #main h2 {
  text-align: center;
  color: #41b6d5;
  background-image: url(img/bg-kite.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding-top: 36px;
}

#main .titleTop span {
  color: #6bbd2b;
}

#main .titlePost, #main h3, #main h4 {
  font-size: 16px;
}

#main p.txt {
  line-height: 1.7;
  margin: 0 0 16px;
}

#main .sectionTop {
  padding: 25px 0;
}

#main .boxBeforeAfter {
  text-align: center;
}

#main .boxBeforeAfter .arrow {
  width: 33px;
  margin: 15px auto;
}

#main #topAbout .txt {
  margin-bottom: 32px;
  text-align: left;
}

#main #topAbout .explanation .collect {
  border: 1px solid #41b6d5;
  color: #41b6d5;
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
  margin: 30px 0;
}
#main #topAbout .explanation .txt {
  text-align: left;
}

#main #topRandom .titleTop {
  margin-bottom: 26px;
}

#main .balloon ul,
#main .balloon {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main .balloon li {
  background: #fffa6e;
  position: relative;
  border-radius: 30px;
  padding: 16px 26px;
  margin-bottom: 22px;
  display: inline-block;
}

#main .balloon li::after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: auto;
  border: 18px solid transparent;
  border-top-color: #fffa6e;
  width: 0;
}

#main #topRandom .balloon li:nth-child(even) {
  float: right;
}

#main .balloon .txt {
  font-size: 14px;
  margin: 10px 0 16px;
}

#main #topRandom .contact {
  margin: 16px 0 39px;
  width: 88%;
  float: right;
  position: relative;
  background: #41b6d5;
  padding: 16px 16px 16px 50px;
}

#main #topRandom .contact .txt {
  color: #fff;
  margin-bottom: 12px;
}

#main #topRandom .contact .btn a {
  width: 175px;
  margin: auto;
}

#main #topRandom .contact .img {
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 88px;
  height: auto;
}

#main #topRandom .list {
  margin-top: 60px !important;
  text-align: left;
}

#main #topRandom .list li:last-child {
  margin-bottom: 0;
}

#main #topRandom .list li .txtShort {
  width: 50%;
}

#main #topRandom .list .gomi,
#main.service .boxService.gomi .detail {
  background-size: 192px auto;
}
#main #topRandom .list .gomi.lazyloaded,
#main.service .boxService.gomi .detail.lazyloaded {
  background-image: url(img/random-refuse.png);
}

#main #topRandom .list .artifacts,
#main.service .boxService.artifacts .detail {
  background-size: 168px auto;
}
#main #topRandom .list .artifacts.lazyloaded,
#main.service .boxService.artifacts .detail.lazyloaded {
  background-image: url(img/random-relics.png);
}

#main #topRandom .list .moving,
#main.service .boxService.moving .detail {
  background-size: 172px auto;
}
#main #topRandom .list .moving.lazyloaded,
#main.service .boxService.moving .detail.lazyloaded {
  background-image: url(img/random-moving.png);
}

#main #topRandom .list .purchase,
#main.service .boxService.purchase .detail {
  background-size: 166px auto;
}
#main #topRandom .list .purchase.lazyloaded,
#main.service .boxService.purchase .detail.lazyloaded {
  background-image: url(img/random-disused.png);
}

#main #topRandom .list .woman,
#main.service .boxService.woman .detail {
  background-size: 126px auto;
}
#main #topRandom .list .woman.lazyloaded,
#main.service .boxService.woman .detail.lazyloaded {
  background-image: url(img/random-woman.png);
}

#main #topPoint {
  padding-top: 0;
}

#main #topPoint .list .img {
  width: 102px;
  display: block;
  margin: auto;
}

#main #topPoint .list .listTxt {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fffa6e;
  padding: 25px;
  margin-bottom: 28px;
}

#main #topPoint .list li {
  margin-bottom: 16px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 45px auto;
  height: 45px;
}

#main #topPoint .list li .title {
  color: #f48503;
  margin: 0;
}

#main #topPoint .list li .txt {
  margin: 0;
}

#main #topPoint .list li:nth-child(1) {
  background-image: url(img/point-icon01.jpg);
}

#main #topPoint .list li:nth-child(2) {
  background-image: url(img/point-icon02.jpg);
}

#main #topPoint .list li:nth-child(3) {
  background-image: url(img/point-icon03.jpg);
}

#main #topPoint .list li:last-child {
  margin-bottom: 0;
}

#main #topPoint .contact .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

#main #topPoint .contact .box > div {
  width: 48%;
}

#main #topCampaign {
  background: #fffcb3;
}

#main #topCampaign .titleSection {
  padding: 40px 20px 10px;
}

#main #topCampaign .plan {
  padding: 0 30px 20px;
}

#main #topCampaign .plan .img {
  margin-bottom: 10px;
}

#main #topCampaign .contact {
  background: #d4f6ff;
  padding: 20px;
  text-align: center;
}

#main #topCampaign .contact .txt {
  color: #20a1c4;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 9px;
}

#main #topCampaign .contact .btn a {
  width: 213px;
  margin: auto;
  letter-spacing: 2px;
}

#main #topFlow {
  margin-bottom: 25px;
}

#main #topFlow .flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

#main #topFlow .flow li {
  background-color: #d7f7ff;
  padding: 10px;
  width: 46%;
  margin-bottom: 20px;
  position: relative;
}

#main #topFlow .flow li::before {
  content: '';
  position: absolute;
  left: -12%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8%;
  background-image: url(img/flow-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px auto;
}

#main #topFlow .flow li:first-child::before {
  content: none;
}

#main #topFlow .flow li .title {
  color: #6bbd2b;
  text-align: center;
  font-size: 15px;
  margin-bottom: 4px;
}

#main #topFlow .flow li .title img {
  margin-bottom: 6px;
}

#main #topFlow .flow li .txt {
  margin-bottom: 0;
  font-size: 10px;
}

#main #topFlow .flow li .tel {
  text-align: center;
  margin-bottom: 4px;
}

#main #topFlow .flow li .tel a {
  text-decoration: none;
}

#main #topFlow .flow li .btn a {
  width: 100%;
  min-width: 0;
  font-size: 10px;
  padding: 8px 0;
  background-position: right 10px center;
}

#main #topFlow .contact {
  background: #fffdd6;
  border-radius: 20px;
  padding: 27px 0 0;
  text-align: center;
  position: relative;
}

#main #topFlow .contact .txt {
  font-size: 11px;
}

#main #topFlow .contact .txt > span {
  margin-bottom: 5px;
  display: inline-block;
}

#main #topFlow .contact .txt span {
  font-size: 14px;
}

#main #topFlow .contact .txt .color {
  font-size: 17px;
  color: #f48503;
  font-weight: bold;
}

#main #topFlow .contact .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10%;
  width: 218px;
}

#main #topFlow .contact .img img {
  width: 118px;
}

#main .txt {
  color: #000;
}

#main .author {
  text-align: right;
  font-size: 12px;
  color: #999;
  padding: 0 0 1.1rem;
}

#main .publisher {
  display: none;
}

#footer .logo {
  background: #41b6d5;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

#footer .logo img {
  width: 208px;
}

#footer .logo .txt {
  margin: 0;
  font-size: 10px;
}

#footer .contact {
  background: #1d94b4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 8px;
}

#footer .contact a {
  text-decoration: none;
  color: #fff;
}

#footer .contact .tel {
  margin: 0;
  text-align: center;
}

#footer .contact .tel span {
  display: block;
  font-size: 10px;
}

#footer .contact .tel a {
  font-size: 21px;
  letter-spacing: 3px;
}

#footer .contact .btn {
  margin-left: 10px;
}

#footer .contact .btn a {
  border-radius: 0;
  display: inline-block;
  min-width: 0;
  background-image: none;
  line-height: 1.4;
  padding: 5px 12px 6px;
}

#footer .line {
  background: #6ace2d;
}
#footer .line a {
  display: block;
  width: 300px;
  margin: auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: url(img/icon-line.png), url(img/btn-arrow.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 37px auto, 6px auto;
  padding: 18px 0 22px 22px;
}

#footer .menu, #footer .child {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .menu a, #footer .child a {
  text-decoration: none;
  color: #41b6d5;
  font-size: 13px;
  display: block;
}

#footer .menu {
  width: 50%;
}

#footer .boxMenu {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

#footer .boxMenu li {
  position: relative;
  padding-left: 10px;
}

#footer .boxMenu li::after {
  position: absolute;
  left: 0;
  content: '';
}

#footer .boxMenu .menu > li {
  margin-bottom: 20px;
}

#footer .boxMenu .menu > li::after {
  top: 2px;
  width: 3px;
  height: 1.3em;
  background: #a8ed72;
}

#footer .boxMenu .child > li {
  margin-top: 10px;
}

#footer .boxMenu .child > li::after {
  top: 4px;
  border: 5px solid transparent;
  border-left-color: #a8ed72;
}

#footer #footerCopy {
  color: #7e849d;
  font-size: 10px;
  text-align: center;
  margin: 0 0 25px;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 1rem .5rem;
  font-size: 16px;
  width: 100%;
  border-radius: 10px;
  transition: .4s;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  background: #fff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

::-webkit-input-placeholder {
  color: #7e849d;
}

::-moz-placeholder {
  color: #7e849d;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #7e849d;
}

.wrapSelect {
  position: relative;
}

.wrapSelect::after {
  content: '▼';
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  line-height: 1;
  pointer-events: none;
  color: #7e849d;
}

select {
  text-indent: .01px;
  text-overflow: '';
  background: none;
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  vertical-align: middle;
  background: none;
  margin-right: .2rem;
  background: #f5f5f5;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background: #41b6d5;
  border-radius: 2px;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  background: #fff;
}

input[type="radio"],
input[type="radio"]:checked::before {
  border-radius: 50%;
}

textarea {
  resize: none;
}

select,
input[type="checkbox"],
input[type="radio"],
#submitBtn input {
  cursor: pointer;
}

#main .wpcf7-form p {
  margin: 2rem 0 0;
}

#main .wpcf7-form .title {
  display: block;
  margin-bottom: .4rem;
  padding-left: .1rem;
  font-size: 1.2rem;
}

#main .wpcf7-form .title .caution {
  display: inline-block;
  padding: .4rem .5rem;
  background: #6bbd2b;
  color: #fff;
  font-size: .8rem;
  border-radius: 5px;
  margin-left: .4rem;
  vertical-align: .2rem;
  line-height: 1;
}

#main .wpcf7-list-item {
  margin: 1rem 1rem 0 0;
}

#main .wpcf7-list-item label {
  font-size: 16px;
}

#main .wpcf7-list-item-label {
  pointer-events: none;
}

#main .wpcf7-not-valid-tip {
  color: #cf3333;
  font-weight: bold;
  margin: .2rem 0 0 .2rem;
}

#main .wpcf7-response-output {
  margin: 0 0 50px;
  padding: .5rem 0;
  text-align: center;
  font-weight: bold;
}

#main .wpcf7-validation-errors,
#main .wpcf7-mail-sent-ng {
  border: 2px solid #cf3333;
  color: #cf3333;
  margin-bottom: 1rem;
}

#main .wpcf7-mail-sent-ok {
  border: 2px solid #6bbd2b;
  color: #41b6d5;
}

#main .ajax-loader {
  display: block !important;
  width: 3rem !important;
  height: 3rem !important;
  margin: 1rem auto 0 !important;
  background: #41b6d5 !important;
  border-radius: 50%;
  animation: scaleout 1.0s infinite ease-in-out;
}

@keyframes scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#submitBtn input {
  border: none;
}

#submitBtn input:hover {
  opacity: .7;
}

#search-form > div {
  display: flex;
}

#search-submit {
  width: 23%;
  background: #000;
  color: #fff;
  border: none;
}

#search-submit:hover {
  opacity: .7;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.reCAPTCHA {
  margin: 30px 0;
  padding: 1em;
  background: #f5f5f5;
  color: #7e849d;
  font-size: .7rem;
  text-align: center;
}

.reCAPTCHA a {
  color: #41b6d5;
}

/* ブログ（北海道での不用品処分事情・お客様の声） */
.archive #main .intro .boxTxt p {
  margin-top: 0;
}
.archive #main .wrapPost .post,
#main .latestPost .wrapPost .post {
  border-top: 1px solid #5ac7da;
  padding: 10px 0;
}
.archive #main .wrapPost:last-child .post,
#main .latestPost .wrapPost:last-child .post {
  border-bottom: 1px solid #5ac7da;
}
.archive #main .wrapPost .date,
.archive #main .wrapPost .titlePost,
#main .latestPost .wrapPost .date,
#main .latestPost .wrapPost .titlePost {
  font-size: 13px;
}
.archive #main .wrapPost .date,
#main .latestPost .wrapPost .date {
  line-height: 1;
  color: #5ac7da;
}
.archive #main .wrapPost .titlePost,
#main .latestPost .wrapPost .titlePost {
  margin: 0;
  font-weight: normal;
}
.archive #main .wrapPost .titlePost a,
#main .latestPost .wrapPost .titlePost a {
  text-decoration: none;
}

#main .latestPost {
  margin-bottom: 40px;
}
#main .latestPost .wrapPost {
  text-align: left;
}
#main .latestPost .btn {
  margin-top: 20px;
}
#main .latestPost .btn a {
  background-color: #41b6d5;
  max-width: 240px;
}

.single #main .latestPost h2 {
  background: none;
}
.single #main .latestPost .wrapPost .meta {
  text-align: left;
}
.single #main .latestPost .wrapPost .date {
  margin-top: 0;
  margin-bottom: 0;
}

.single #main .voiceTitleFirst {
  margin-top: 0;
}
#main .voiceBeforeAfter .box {
  position: relative;
}
#main .voiceBeforeAfter .before {
  margin-bottom: 40px;
}
#main .voiceBeforeAfter .box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 7em;
  letter-spacing: 2px;
  line-height: 2;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#main .voiceBeforeAfter .before::before {
  content: 'Before';
  background: #7a7f95;
}
#main .voiceBeforeAfter .after::before {
  content: 'After';
  background: #db2324;
}

#main .voiceBeforeAfter .before::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 23px;
  height: 20px;
  background-image: url(img/about-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


#main .pagination {
  margin: 20px 0;
  display: flex;
}

#main .pagination .current, #main .pagination a {
  border: 1px solid #5ac7da;
  color: #5ac7da;
  text-decoration: none;
  background: #e1f8fc;
  text-align: center;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1;
}

#main .pagination .current, #main .pagination a:hover {
  color: #fff;
  background: #5ac7da;
  border-color: #5ac7da;
}

#main .pagination .long {
  width: 6rem;
}
.archive #main .btn {
  margin: 20px 0 50px;
}

.single #main .wrapPost .meta,
.single #main .wrapPost figure {
  text-align: center;
}
.single #main .wrapPost .date {
  color: #41b6d5;
  margin: 20px 0;
}
.single #main h2 {
  font-size: 20px;
  margin-top: 40px;
}
.single #main h3 {
  margin-top: 30px;
  color: #6bbd2b;
}
.single #main h4 {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px dotted #41b6d5;
  color: #41b6d5;
}

.single #main .wrapPost p {
  line-height: 2;
}
.single #main .wrapPost .btn {
  margin: 20px 0;
}
.single #main .wrapPost .btn a {
  max-width: 280px;
}

/* 下層ページ共通 */
body:not(.home) #main .titleTop {
  margin-bottom: 20px;
}

body:not(.home) #main .sectionTop {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.home) #main p.txt {
  line-height: 1.6;
}

#main .lastContents {
  margin-bottom: 50px !important;
}

#main .titleTwoKites {
  background-image: url(img/bg-kite.png), url(img/bg-kite.png);
  background-position: left 10px center, right 10px center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-color: #fff;
  border-radius: 40px;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px 30px;
  text-align: center;
}

body:not(.home) #main .mainInner {
  position: relative;
}

#main #breadCrumbWrap {
  position: absolute;
  top: 27vw;
  left: 0;
}

#main #breadCrumbWrap ol {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
}

#main #breadCrumbWrap li,
#main #breadCrumbWrap li a {
  display: inline-block;
  color: #7e849d;
  text-decoration: none;
}

#main .titlePage {
  font-size: 20px;
  color: #fff;
  background:linear-gradient(to right, #a8ed72, #54c4e2);
  height: 26vw;
  max-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.3;
}

#main #topRandom .frame,
#main.contact-us .frame,
#main.item-list .frame,
#main .itemListInfo .frame {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.home) #main .balloon li {
  width: 100%;
  padding: 8px 26px;
  text-align: center;
}
#main.birth .boxService .balloon li {
  padding-left: 18px;
  padding-right: 18px;
}

#main .boxContact,
#main .boxPurchase {
  margin-bottom: 50px;
}

#main .boxContact .boxImg,
#main .boxPurchase .boxImg {
  text-align: center;
  margin-bottom: 20px;
}

#main .intro {
  margin-bottom: 40px;
}

#main .intro .cols .boxImg {
  text-align: center;
  margin-bottom: 20px;
}

#main #topRandom .list,
#main.item-list .boxList .list {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main #topRandom .list li,
#main.item-list .boxList .list li {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  padding: 20px;
  background-repeat: no-repeat;
  background-position: right 12px bottom 16px;
  margin-bottom: 20px;
}

#main #topRandom .list li .title,
#main.item-list .boxList .list .title {
  color: #41b6d5;
  margin-bottom: 10px;
}

#main #topRandom .list li .more img,
#main.item-list .boxList .list li .more img {
  width: 53px;
  margin-left: 5px;
}

#main.service .boxService.moving,
#main.birth .boxService.moving,
#main.faq .boxFaq.moving {
  background: #e3ffdd;
}
#main.service .boxService.moving .titleTwoKites,
#main.birth .boxService.moving .titleTwoKites,
#main.faq .boxFaq.moving .title {
  color: #6cbb5b;
}

#main.service .boxService.gomi,
#main.faq .boxFaq.gomi {
  background: #e1f3ff;
}
#main.service .boxService.gomi .titleTwoKites,
#main.faq .boxFaq.gomi .title {
  color: #41b6d5;
}

#main.service .boxService.artifacts,
#main.faq .boxFaq.artifacts {
  background: #e9edff;
}
#main.service .boxService.artifacts .titleTwoKites,
#main.faq .boxFaq.artifacts .title {
  color: #5f71c1;
}

#main.service .boxService.woman {
  background: #ffe9e9;
}
#main.service .boxService.woman .titleTwoKites {
  color: #d86262;
}

#main.service .boxService.purchase,
#main.faq .boxFaq.purchase {
  background: #fff7e0;
}
#main.service .boxService.purchase .titleTwoKites,
#main.faq .boxFaq.purchase .title {
  color: #e5984d;
}

#main.faq .boxContact {
  margin: 40px 0;
}


/* サービス内容 */
#main.service .intro .boxImg {
  margin-bottom: 20px;
  text-align: center;
}

#main.service .intro .area {
  background: #54bdd9;
  color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

#main.service .intro .area h3 {
  text-align: center;
}

#main.service .intro .area p {
  margin: 0;
}

#main.service .boxService {
  margin-bottom: 10px;
  padding: 20px 0;
}
#main.birth .boxService,
#main.birth .boxService .detail {
  padding-top: 20px;
}

#main.service .boxService .detail {
  background-repeat: no-repeat;
  background-position: center top;
}

#main.service .boxService.moving .detail {
  padding-top: 150px;
}
#main.service .boxService.gomi .detail {
  padding-top: 176px;
}
#main.service .boxService.artifacts .detail {
  padding-top: 168px;
}
#main.service .boxService.woman .detail {
  padding-top: 196px;
}
#main.service .boxService.purchase .detail {
  padding-top: 130px;
}

#main.service .boxService .detail h3 {
  color: #c07115;
}
#main.birth .boxService .detail {
  text-align: center;
}


#main.service .boxService .more img{
  width: 53px;
  margin: 0 auto;
  display: block;;
}

/* サービス内容 下層共通 */
#main.purchase .boxContact .boxImg,
#main.price .boxContact .boxImg {
  margin-bottom: 0;
}

/* サービス内容 お引越し時の不要品回収 */
#main.moving .boxContact {
  padding-top: 50px;
}

/* サービス内容 ゴミ屋敷・汚部屋 */
#main.gomi .intro .cols .boxTxt img {
  display: block;
  margin: auto;
}

#main.gomi .boxRisk {
  margin-bottom: 50px;
}

#main.gomi .boxRisk h3 {
  color: #6bbd2b;
}

#main.gomi .boxBeforeAfter {
  margin-bottom: 40px;
}

/* サービス内容 不要品回収・買い取り */
#main.purchase .boxPurchase .boxImg {
  margin-bottom: 20px;
}

/* サービス内容 女性スタッフ派遣 */
#main.woman .intro .title {
  color: #6bbd2b;
}

#main.woman .images .col {
  text-align: center;
}

#main.woman .images img {
  margin-bottom: 20px;
}

#main.woman .voice {
  background: #ffe9e9;
  padding: 20px 0;
  margin-bottom: 50px;
}

#main.woman .voice h2 {
  background: #fff;
  padding: 10px;
  color: #d86262;
  font-size: 16px;
}

#main.woman .voice h2 span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

#main.woman .voice .txt {
  background-image: url(img/random-refuse.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 192px auto;
  padding-top: 180px;
}

/* 料金プラン */
#main.price .boxPurchase {
  background: #fffcb3;
  padding: 30px 0;
  text-align: center;
}

#main.price .boxPurchase .titleSection {
  display: inline-block;
  margin-bottom: 22px;
  padding: 0 62px;
  color: #fe6f31;
  font-size: 22px;
  background-image: url(img/price-purchase-title-bg-left.png), url(img/price-purchase-title-bg-right.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 49px auto, 49px auto;
}

#main.price .boxPurchase .list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#main.price .boxPurchase .list li {
  width: calc(50vmin - 26px);
  margin: 0 3px 10px;
  background: #fff;
}
#main.price .boxPurchase .list li.photo {
  background: none;
  display: flex;
  align-items: flex-end;
}

#main.price .boxPurchase .list li .boxTitle {
  border: 5px solid #41b6d5;
  background-color: #fff830;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(50vmin - 26px);
  position: relative;
  color: #41b6d5;
  font-weight: bold;
}
#main.price .boxPurchase .list li.truckHalf .boxTitle {
  background-image: url(img/price-purchase-truck-half.png);
  background-size: 70px auto;
}
#main.price .boxPurchase .list li.truck .boxTitle {
  background-image: url(img/price-purchase-truck.png);
  background-size: 70px auto;
}
#main.price .boxPurchase .list li.truck2t .boxTitle {
  background-image: url(img/price-purchase-truck-2t.png);
  background-size: 77px auto;
}
#main.price .boxPurchase .list li.truck2tAluminum .boxTitle {
  background-image: url(img/price-purchase-truck-2t-aluminum.png);
  background-size: 85px auto;
}
#main.price .boxPurchase .list li.truck3t .boxTitle {
  background-image: url(img/price-purchase-truck-3t.png);
  background-size: 106px auto;
}

#main.price .boxPurchase .list li .boxTitle .title {
  padding-top: 10px;
}

#main.price .boxPurchase .list li .boxTitle .label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 5px 0;
}
#main.price .boxPurchase .list li.campaign .boxTitle .label {
  background: #cf3333;
  color: #fff;
}

#main.price .boxPurchase .list li .boxTxt .price {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
}
#main.price .boxPurchase .list li.truckHalf .boxTxt .price {
  color: #6b6b6b;
}
#main.price .boxPurchase .list li.campaign .boxTxt .price {
  color: #cf3333;
}
#main.price .boxPurchase .list li .boxTxt .priceNot {
  color: #f48503;
  font-size: 16px;
}
#main.price .boxPurchase .list li .boxTxt .price .en {
  font-size: 14px;
  margin-left: 3px;
}
#main.price .boxPurchase .list li .boxTxt .price .tax {
  font-weight: normal;
  font-size: 10px;
}
#main.price .boxPurchase .list li .boxTxt .txt {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

/* 不用品回収の流れ */
#main.flow .intro .boxTxt .title {
  color: #6bbd2b;
}

#main.flow .boxFlow {
  margin-bottom: 40px;
}
#main.flow .boxFlow .list {
  margin: auto;
  padding: 0;
  list-style: none;
}
#main.flow .boxFlow .list li {
  background: #faf9e5;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
#main.flow .boxFlow .list li::after {
  background: #e3e3e3;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 20px;
  transform: skewX(45deg);
}
#main.flow .boxFlow .list li:nth-child(even)::after {
  transform: skewX(-45deg);
}
#main.flow .boxFlow .list li:last-child::after {
  content: none;
}
#main.flow .boxFlow .list li .title {
  color: #6bbd2b;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main.flow .boxFlow .list li .title .num {
  font-size: 44px;
  margin-bottom: 5px;
  line-height: 1;
}
#main.flow .boxFlow .list li .title .bg {
  font-size: 16px;
  background: #fffd6e;
  width: 80%;
  padding: 7px 20px 10px;
}
#main.flow .boxFlow .list li .boxImg {
  text-align: center;
  margin-bottom: 20px;
}
#main.flow .boxFlow .list li .boxTxt .txt {
  margin-bottom: 0;
}

/* よくあるご質問 */
#main.faq .intro .txt {
  text-align: center;
}

#main.faq .boxFaq {
  padding: 20px 0;
  margin-bottom: 10px;
}

#main.faq .boxFaq .title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

#main.faq .boxFaq dl {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  margin-bottom: 20px;
}
#main.faq .boxFaq dt,
#main.faq .boxFaq dd {
  background-position: 20px 20px;
  background-repeat: no-repeat;
  padding: 20px 20px 20px 50px;
}
#main.faq .boxFaq dt {
  background-image: url(img/faq-q.png);
  background-size: 17px auto;
  background-color: #fffcb3;
  color: #41870b;
  font-weight: bold;
  font-size: 16px;
}
#main.faq .boxFaq dd {
  background-image: url(img/faq-a.png);
  background-size: 19px auto;
  margin: 0;
}

/* 会社案内 */
#main.company .intro .title {
  text-align: center;
  color: #6bbd2b;
}

#main.company .summary table {
  margin-bottom: 50px;
}
#main.company .summary th,
#main.company .summary td {
  border: 2px solid #1d94b4;
  padding: 10px;
}
#main.company .summary th {
  background: #41b6d5;
  color: #fff;
  width: 7em;
  font-weight: normal;
}

/* 個人情報保護方針 */
#main.privacy-policy section {
  margin-bottom: 50px;
}
#main.privacy-policy h2 {
  font-size: 16px;
  color: #6bbd2b;
}
#main.privacy-policy p,
#main.privacy-policy ul {
  margin: 0 0 20px;
}
#main.privacy-policy ul {
  padding-left: 20px;
}

/* 個人情報保護方針 */
#main.contact-us .intro .txt {
  text-align: center;
}

/* 回収アイテム */
#main.item-list .boxList,
#main.item-list .boxExample {
  margin-bottom: 50px;
}
#main.item-list .boxList .list li:last-child {
  margin-bottom: 30px;
}
#main.item-list .boxList .list .kaden {
  background-image: url(img/item-list-kaden.png);
  background-size: 91px auto;
  background-position: right 35px bottom 16px;
}
#main.item-list .boxList .list .ogata {
  background-image: url(img/item-list-ogata.png);
  background-size: 103px auto;
  background-position: right 30px bottom 16px;
}
#main.item-list .boxList .list .bike {
  background-image: url(img/item-list-bike.png);
  background-size: 121px auto;
  background-position: right 20px bottom 16px;
}
#main.item-list .boxList .list .book {
  background-image: url(img/item-list-book.png);
  background-size: 87px auto;
  background-position: right 35px bottom 16px;
}
#main.item-list .boxList .list .instrument {
  background-image: url(img/item-list-instrument.png);
  background-size: 121px auto;
  background-position: right 15px bottom 16px;
}
#main.item-list .boxList .list .office {
  background-image: url(img/item-list-office.png);
  background-size: 115px auto;
  background-position: right 20px bottom 16px;
}
#main.item-list .boxList .list .event {
  background-image: url(img/item-list-event.png);
  background-size: 82px auto;
  background-position: right 40px bottom 16px;
}
#main.item-list .boxList .list .house {
  background-image: url(img/item-list-house.png);
  background-size: 88px auto;
  background-position: right 35px bottom 16px;
}

#main.item-list .boxExample .txtCaution {
  font-size: 14px;
}
#main.item-list .boxExample table,
#main .tableService {
  margin-bottom: 30px;
}
#main.item-list .boxExample th,
#main.item-list .boxExample td,
#main .tableService th,
#main .tableService td {
  border: 2px solid #41b6d5;
}
#main.item-list .boxExample th,
#main .tableService th {
  background: none;
  font-weight: normal;
  width: 9em;
}
#main .tableService td ul {
  padding-left: 20px;
}

/* 回収アイテム 下層共通 */
#main .itemListPurchase .txt,
#main .itemListContact .txt {
  margin-bottom: 30px;
}
#main .itemListContact .title {
  color: #6bbd2b;
}

#main .itemListInfo .titleTop {
  margin-bottom: 10px !important;
}
#main .itemListInfo .frame.schedule .boxImg,
#main .itemListInfo .frame.look .boxImg,
#main.bike .boxPurchase .img,
#main.house .boxPurchase .img {
  margin-bottom: 20px;
}
#main .itemListInfo,
#main .itemListInfo .frame {
  background-image: url(img/item-list-info-title-dots.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 5px 3px;
}
#main .itemListInfo {
  background-position: left bottom;
  margin-bottom: 50px;
}
#main .itemListInfo .frame {
  padding: 30px 0;
}
#main .itemListInfo .boxImg {
  text-align: center;
}
#main .itemListInfo .boxTxt .title {
  color: #6bbd2b;
}
#main .itemListInfo .boxTxt .txt {
  margin-bottom: 0;
}
#main .itemListInfo .frame.price .btn {
  margin-top: 20px;
}

#main.bike .boxPurchase .img,
#main.house .boxPurchase .img {
  text-align: center;
}

/* 回収アイテム 店舗・オフィスの不要品回収 */
#main.office .boxBeforeAfter {
  margin-bottom: 20px;
}

#fixedBottom {
  background: #fff;
  padding: 10px;
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}
#fixedBottom .btn a {
  background-color: #1dcd00;
  color: #fff;
  font-weight: bold;
}

#main .tableBlue {
  margin-bottom: 50px;
}
#main .tableBlue th,
#main .tableBlue td {
  border: 2px solid #1d94b4;
  padding: 10px;
}
#main .tableBlue th {
  background: #41b6d5;
  color: #fff;
  width: 7em;
  font-weight: normal;
}
#main .tableBlue td.center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main .tableBlue {
    margin-bottom: 100px;
  }
  #main .tableBlue th,
  #main .tableBlue td {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  p, table, ul, ol, dl, div {
    font-size: 16px;
  }
  .page:not(.home) #main,
  .archive #content,
  .single #content,
  .frame {
    max-width: 1000px;
    margin: auto;
  }
  body:not(.home) #content::after {
    content: '';
    display: block;
    clear: both;
  }
  #header,
  #header .inner {
    height: auto;
  }
  #header .logoNav {
    position: static;
  }
  #header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
  }
  #header .logo {
    padding-top: 0;
  }
  #header .logo img {
    width: auto;
  }
  #header .logo .txt {
    font-size: 12px;
  }
  #header #subNav {
    display: block;
  }
  #header #subNav .boxContact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header #subNav .tel {
    text-align: center;
    margin: 0;
  }
  #header #subNav .tel span, #header #subNav .tel a {
    color: #41b6d5;
  }
  #header #subNav .tel span {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
  }
  #header #subNav .tel a {
    letter-spacing: 3px;
    font-size: 32px;
    background-image: none;
    line-height: 1;
  }
  #header #subNav .contact {
    margin: 0 0 0 10px;
  }
  #header #subNav .contact a {
    width: 210px;
    font-size: 18px;
    border-radius: 0;
    background-image: none;
    padding-top: 12px;
  }
  #header #subNav .payment {
    font-size: 13px;
    padding: 6px 7px 8px;
  }
  #header .nav {
    background: #41b6d5;
  }
  #header .nav .navBtn {
    display: none;
  }
  #header .nav .menu {
    height: auto !important;
    max-width: 1000px;
    margin: auto;
    position: static;
    transform: none;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    overflow-y: auto;
    background: none;
  }
  #header .nav .menu li {
    flex-grow: 1;
    border-bottom: none;
    border-right: 1px solid #fff;
  }
  #header .nav .menu li:first-child {
    border-left: 1px solid #fff;
  }
  #header .nav .menu li a {
    padding: 0;
    background-image: none;
    text-align: center;
  }

  .btn a,
  #submitBtn input {
    max-width: none;
  }
  #mainVisual {
    background-image: url(img/slide-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainVisual .btn a {
    right: 4.5vw;
    bottom: 36px;
    width: 30vw;
    max-width: 350px;
    font-size: 19px;
    padding: 27px 0 29px;
    background-position: right 21px center;
    background-size: auto;
    border-radius: 40px;
  }
  #main .titleSection, #main h2, #main .titlePost, #main h3, #main h4 {
    margin: 0 0 28px;
  }
  #main .titleSection, #main h2 {
    font-size: 34px;
  }
  #main .titleTop,
  .single #main h2 {
    background-size: auto;
    padding-top: 60px;
  }
  #main p.txt {
    margin-bottom: 32px;
  }
  #main .sectionTop {
    padding: 45px 0;
  }
  #main .boxBeforeAfter {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .boxBeforeAfter .img {
    flex-basis: 469px;
    flex-shrink: 1;
  }
  #main .boxBeforeAfter .arrow {
    width: 46px;
    margin: 0;
    transform: rotate(-90deg);
  }
  #main #topAbout .txt {
    margin-bottom: 48px;
  }
  #main #topRandom {
    padding: 16px 0 60px;
  }
  #main #topRandom .titleTop {
    margin-bottom: 26px;
  }
  #main #topRandom .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
  }
  #main #topRandom .balloon {
    width: 450px;
  }
  #main .balloon li {
    border-radius: 40px;
    padding: 14px 32px 17px;
    margin-bottom: 27px;
  }
  #main .balloon li::after {
    content: '';
    bottom: -38px;
    border-width: 23px;
  }
  #main .balloon .txt {
    font-size: 18px;
    margin: 0;
  }
  #main #topRandom .contact {
    margin: 0;
    width: 457px;
    height: 261px;
    float: none;
    padding: 22px 24px 22px 70px;
  }
  #main #topRandom .contact .txt {
    font-size: 19px;
    margin-bottom: 24px;
  }
  #main #topRandom .contact .btn a {
    width: 280px;
    font-size: 19px;
    margin: auto;
    padding: 21px 0 24px;
    border-radius: 40px;
  }
  #main #topRandom .contact .img {
    left: -80px;
    width: 140px;
  }
  #main #topRandom .list li .txtShort {
    margin: 0;
  }
  #main #topRandom .list .gomi {
    width: 100%;
    background-position: right 560px bottom 16px;
    background-size: 259px auto;
  }
  #main #topRandom .list .gomi .boxTxt {
    flex-basis: 440px;
    flex-grow: 0;
  }
  #main #topRandom .list .artifacts {
    background-position: right 39px bottom 49px;
    background-size: 210px auto;
  }
  #main #topRandom .list .moving {
    background-position: right 39px bottom 35px;
    background-size: 260px auto;
  }
  #main #topRandom .list .purchase {
    background-position: right 42px bottom 32px;
    background-size: 237px auto;
  }
  #main #topRandom .list .woman {
    background-position: right 32px bottom 39px;
    background-size: 153px auto;
  }
  #main #topPoint .titleSection {
    margin-bottom: 50px;
  }
  #main #topPoint .list {
    position: relative;
    height: 450px;
    margin-bottom: 54px;
  }
  #main #topPoint .list .img {
    width: auto;
    position: absolute;
    left: 10px;
    bottom: 0;
  }
  #main #topPoint .list .listTxt {
    float: right;
    width: 610px;
    height: 100%;
    padding: 50px 0 50px 74px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #main #topPoint .list li {
    width: 100%;
    height: 91px;
    padding-left: 100px;
    background-position: left center;
    background-size: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #main #topPoint .list li .title {
    width: 100%;
    font-size: 28px;
    margin-bottom: -10px;
  }
  #main #topPoint .list li .txt {
    font-size: 20px;
  }
  #main #topPoint .contact {
    position: relative;
  }
  #main #topPoint .contact .box .boxImg {
    width: 434px;
  }
  #main #topPoint .contact .box .boxTxt {
    width: 566px;
    margin-top: -80px;
  }
  #main #topPoint .contact .box .boxTxt .txt {
    font-size: 20px;
  }
  #main #topPoint .contact .btn {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 426px;
  }
  #main #topPoint .contact .btn a {
    padding: 28px 0;
    font-size: 24px;
    border-radius: 40px;
    background-position: right 21px center;
    background-size: auto;
  }
  #main #topCampaign .titleSection, #main #topCampaign .plan {
    max-width: 1000px;
    margin: 0 auto;
  }
  #main #topCampaign .titleSection {
    text-align: center;
    padding-top: 64px;
    background-image: url(img/campaign-title-bg-left.png), url(img/campaign-title-bg-right.png);
    background-position: left 85px bottom, right 50px bottom;
    background-repeat: no-repeat;
    background-size: 62px auto, 120px auto;
  }
  #main #topCampaign .plan {
    display: flex;
    justify-content: space-between;
    padding: 0 0 37px;
  }
  #main #topCampaign .plan .img {
    margin-bottom: 0;
  }
  #main #topCampaign .contact {
    background: #d4f6ff;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main #topCampaign .contact .txt {
    font-size: 24px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 24px;
    width: 490px;
  }
  #main #topCampaign .contact .btn a {
    width: 426px;
    font-size: 24px;
    background-position: right 21px center;
    background-size: auto;
    padding: 28px 0;
    border-radius: 40px;
  }
  #main #topFlow {
    padding-top: 90px;
    margin-bottom: 75px;
  }
  #main #topFlow .titleSection {
    margin-bottom: 40px;
  }
  #main #topFlow .flow {
    flex-wrap: nowrap;
    margin-bottom: 38px;
  }
  #main #topFlow .flow li {
    padding: 17px;
    width: 220px;
    height: 298px;
    margin-bottom: 0;
  }
  #main #topFlow .flow li::before {
    left: -30px;
    width: 21px;
    background-size: 21px auto;
  }
  #main #topFlow .flow li .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #main #topFlow .flow li .title img {
    margin-bottom: 12px;
  }
  #main #topFlow .flow li .txt {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
  }
  #main #topFlow .flow li .tel {
    font-size: 19px;
    margin-bottom: 13px;
    letter-spacing: 2px;
  }
  #main #topFlow .flow li .btn a {
    font-size: 15px;
    padding: 12px 0;
    background-position: right 21px center;
    background-size: auto;
  }
  #main #topFlow .contact {
    border-radius: 40px;
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
  }
  #main #topFlow .contact .txt {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.9;
  }
  #main #topFlow .contact .txt span {
    font-size: 24px;
  }
  #main #topFlow .contact .txt .color {
    font-size: 30px;
  }
  #main #topFlow .contact .btn {
    position: static;
    width: 426px;
  }
  #main #topFlow .contact .btn a {
    font-size: 24px;
    padding: 28px 0;
    background-position: right 21px center;
    background-size: auto;
    border-radius: 40px;
  }
  #main #topFlow .contact .img img {
    width: auto;
  }
  #footer .logoContact {
    display: flex;
    align-items: center;
  }
  #footer .logoContact > div {
    width: 50%;
    height: 142px;
    padding: 0;
    position: relative;
  }
  #footer .logoContact > div::before {
    content: '';
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    z-index: 1;
  }
  #footer .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .logo::before {
    transform-origin: top right;
    right: -35px;
    background: #41b6d5;
  }
  #footer .logo img {
    width: auto;
  }
  #footer .logo .txt {
    font-size: 15px;
    padding-left: 55px;
    margin-top: -6px;
  }
  #footer .contact::before {
    transform-origin: bottom left;
    left: -35px;
    background: #1d94b4;
  }
  #footer .contact .tel span {
    font-size: 17px;
    letter-spacing: 1px;
  }
  #footer .contact .tel a {
    font-size: 42px;
    letter-spacing: 4px;
  }
  #footer .contact .btn {
    margin-left: 16px;
  }
  #footer .contact .btn a {
    font-size: 18px;
    letter-spacing: 4px;
    padding: 10px 17px;
  }
  #footer .menu a {
    font-size: 16px;
  }
  #footer .child a {
    font-size: 14px;
  }
  #footer .menu {
    width: auto;
  }
  #footer .boxMenu {
    padding: 32px 0;
    justify-content: space-around;
  }
  #footer .boxMenu li {
    padding-left: 13px;
  }
  #footer .boxMenu .menu > li::after {
    top: 5px;
    height: 1em;
  }
  #footer .boxMenu .child > li {
    margin-top: 14px;
  }
  #footer .boxMenu .child > li::after {
    top: 6px;
  }
  #footer #footerCopy {
    margin-top: 18px;
    font-size: 12px;
  }
  .cols {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }
  .cols.reverse {
    flex-direction: row-reverse;
  }
  .cols .col {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 20px;
  }

  /* ブログ（北海道での不用品処分事情・お客様の声） */
  .archive #main .wrapPost .post,
  #main .latestPost .wrapPost .post {
    padding: 15px 20px;
    display: flex;
  }
  .archive #main .wrapPost .date,
  .archive #main .wrapPost .titlePost,
  #main .latestPost .wrapPost .date,
  #main .latestPost .wrapPost .titlePost {
    font-size: 16px;
  }
  .archive #main .wrapPost .date,
  #main .latestPost .wrapPost .date {
    margin-right: 30px;
  }

  #main .latestPost {
    margin-bottom: 60px;
  }
  #main .latestPost .btn a {
    font-size: 14px;
  }

  #main .voiceBeforeAfter {
    display: flex;
    justify-content: space-between;
  }
  #main .voiceBeforeAfter .box {
    width: 46%;
    margin-bottom: 0;
  }
  #main .voiceBeforeAfter .before::after {
    left: auto;
    right: -14%;
    transform: translateX(0) rotate(-90deg);
    bottom: 41%;
    width: 46px;
    height: 41px;
  }

  #main .pagination {
    margin: 30px 0;
  }

  #main .pagination .current, #main .pagination a {
    padding: 10px 15px 13px;
    font-size: 16px;
  }

  .archive #main .btn {
    margin: 30px 0 100px;
  }

  .single #main .wrapPost .btn {
    margin: 40px 0;
  }
  .single #main .wrapPost .btn a {
    width: auto;
    max-width: 550px;
  }
  .single #main h2 {
    font-size: 34px;
    margin-top: 60px;
  }
  .single #main h3 {
    font-size: 24px;
    margin: 60px 0 10px;
  }
  .single #main h4 {
    font-size: 18px;
    margin: 30px 0 -10px;
  }


  /* 下層ページ共通 */
  body:not(.home) #main .titleTop {
    margin-bottom: 35px;
  }

  #main .lastContents {
    margin-bottom: 100px !important;
  }

  #main #breadCrumbWrap {
    position: absolute;
    top: 180px;
    left: 0;
  }

  #main #breadCrumbWrap ol {
    font-size: 14px;
  }

  #main .titlePage {
    font-size: 34px;
    margin-bottom: 50px;
  }

  #main .titleTwoKites {
    background-position: left 36px center, right 36px center;
    background-size: 37px auto;
    border-radius: 60px;
    font-size: 30px;
    margin-bottom: 30px;
    padding-left: 70px;
    padding-right: 70px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body:not(.home) #main .balloon {
    display: flex;
    justify-content: center;
  }

  body:not(.home) #main .balloon li {
    width: auto;
    height: 90px;
    margin: 0 15px;
    display: flex !important;
    align-items: center;
    border-radius: 60px;
  }

  body:not(.home) #main .btn a,
  #submitBtn input {
    width: 426px;
    padding: 28px 0;
    font-size: 24px;
    border-radius: 40px;
    background-position: right 21px center;
    background-size: auto;
  }

  #main .boxContact,
  #main .boxPurchase {
    margin-bottom: 100px;
  }

  #main .cols.boxTxtImg {
    align-items: center;
  }

  #main .cols.boxTxtImg.reverse .boxImg {
    text-align: right;
  }

  #main .cols.boxTxtImg .boxTxt {
    flex-basis: 690px;
    flex-grow: 0;
  }

  #main .intro .titleTop {
    margin-bottom: 40px;
  }

  #main #topRandom .list,
  #main.item-list .boxList .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #topRandom .list li,
  #main.item-list .boxList .list li {
    width: 480px;
    height: 456px;
    border-radius: 40px;
    padding: 27px;
    margin-bottom: 40px;
    position: relative;
  }
  #main #topRandom .list li .title,
  #main.item-list .boxList .list li .title {
    font-size: 27px;
    margin: 10px 0 20px;
  }
  #main #topRandom .list li .txt,
  #main.item-list .boxList .list li .txt {
    margin-bottom: 10px;
  }
  #main #topRandom .list li .more,
  #main.item-list .boxList .list li .more {
    position: absolute;
    left: 35px;
    bottom: 20px;
  }
  #main #topRandom .list li .more img,
  #main.item-list .boxList .list li .more img {
    width: 64px;
    margin-left: 0;
  }

  #main.faq .boxContact {
    margin: 70px 0 100px;
  }

  /* サービス内容 */
  #main.service .intro {
    margin-bottom: 60px;
  }

  #main.service .intro .cols {
    align-items: flex-end;
    justify-content: space-between;
  }

  #main.service .intro .boxImg,
  #main.service .intro .area {
    margin-bottom: 0;
  }

  #main.service .intro .boxTxt {
    flex-basis: 660px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  #main.service .intro .boxTxt .txt {
    margin-bottom: 24px;
  }

  #main.service .intro .area {
    padding-right: 15px;
  }

  #main.service .intro .area h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  #main.service .boxService {
    padding: 40px 0 10px;
  }
  #main.birth .boxService,
  #main.birth .boxService .detail {
    padding-top: 40px;
  }

  #main.service .boxService .frame {
    position: relative;
  }

  #main.service .boxService .detail {
    padding: 40px 390px 60px 0 !important;
  }

  #main.service .boxService.gomi .detail {
    background-size: 259px auto;
    background-position: right 100px center;
  }

  #main.service .boxService.artifacts .detail {
    background-size: 210px auto;
    background-position: right 113px center;
  }

  #main.service .boxService.moving .detail {
    background-size: 266px auto;
    background-position: right 106px center;
  }

  #main.service .boxService.purchase .detail {
    background-size: 237px auto;
    background-position: right 98px center;
  }

  #main.service .boxService.woman .detail {
    background-size: 153px auto;
    background-position: right 130px center;
  }

  #main.service .boxService .detail h3 {
    font-size: 24px;
  }

  #main.service .boxService .more {
    position: absolute;
    right: 0;
    bottom: 40px;
  }

  #main.service .boxService .more img {
    width: 64px;
  }

  /* サービス内容 下層共通 */
  #main.purchase .boxContact,
  #main.price .boxContact {
    margin-top: 40px;
  }

  /* サービス内容 お引越し時の不要品回収 */
  #main.moving .boxContact {
    padding-top: 100px;
  }

  #main.moving .boxContact .boxTxtImg {
    margin-bottom: 50px;
  }

  #main.moving .boxContact .boxTxt .balloon {
    justify-content: flex-start;
  }

  #main.moving .boxContact .boxTxt .balloon li {
    margin: 0 0 40px 0;
  }

  #main.moving .boxContact .boxTxt .txt {
    margin: 0;
  }

  #main.moving .boxPurchase .boxImg {
    text-align: center;
    margin-bottom: 80px;
  }

  /* サービス内容 遺品整理・生前整理 */
  #main.artifacts .boxPurchase .txt,
  #main.artifacts .boxContact .txt {
    text-align: center;
  }

  #main.artifacts .boxPurchase .txt {
    margin-bottom: 80px;
  }

  /* サービス内容 ゴミ屋敷・汚部屋 */
  #main.gomi .intro,
  #main.gomi .boxRisk {
    margin-bottom: 110px;
  }

  #main.gomi .intro .cols .boxTxt {
    flex-basis: 520px;
  }

  #main.gomi .boxRisk .balloon {
    margin-bottom: 45px;
  }

  #main.gomi .boxRisk h3 {
    font-size: 27px;
  }

  /* サービス内容 不要品回収・買い取り */
  #main.purchase .intro .boxImg {
    text-align: center;
  }

  #main.purchase .boxPurchase {
    margin-bottom: 100px;
  }

  #main.purchase .boxPurchase .balloon {
    justify-content: space-between;
    margin-bottom: 30px;
  }

  #main.purchase .boxPurchase .balloon li {
    margin: 0;
  }

  #main.purchase .boxPurchase .boxImg {
    text-align: center;
  }

  /* サービス内容 女性スタッフ派遣 */
  #main.woman .intro .balloon {
    margin-bottom: 40px;
  }

  #main.woman .intro .cols {
    align-items: flex-end;
  }

  #main.woman .intro .boxTxt {
    flex-basis: 800px;
    flex-grow: 0;
  }

  #main.woman .intro .boxTxt .title {
    font-size: 27px;
  }

  #main.woman .intro .boxImg,
  #main.woman .intro .boxTxt .txt {
    margin: 0;
  }

  #main.woman .images {
    margin-bottom: 40px;
  }

  #main.woman .images .cols {
    flex-wrap: wrap;
  }

  #main.woman .images .col {
    flex-basis: 480px;
  }

  #main.woman .images img {
    margin-bottom: 0;
  }

  #main.woman .voice {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 100px;
  }

  #main.woman .voice h2 {
    padding: 16px;
    font-size: 27px;
    overflow: hidden;
  }

  #main.woman .voice h2 span {
    float: right;
    margin: 6px 10px 0 0;
    font-size: 18px;
  }

  #main.woman .voice .txt {
    padding: 0;
    background: none;
  }

  #main.woman .voice .txtShort {
    background-image: url(img/random-refuse.png);
    background-repeat: no-repeat;
    background-position: right 20px top;
    background-size: 260px auto;
    padding: 0 34% 130px 0;
  }

  /* 料金プラン */
  #main.price .boxPurchase {
    padding: 60px 0 48px;
    margin: 120px 0 72px;
  }

  #main.price .boxPurchase .titleSection {
    margin-bottom: 40px;
    padding: 0 125px;
    font-size: 45px;
    background-size: 98px auto, 98px auto;
  }

  #main.price .boxPurchase .list {
    margin: 0 0 20px;
    justify-content: space-between;
  }

  #main.price .boxPurchase .list li {
    width: 285px;
    margin: 0 0 41px;
  }

  #main.price .boxPurchase .list li .boxTitle {
    border-width: 10px;
    height: 285px;
  }
  #main.price .boxPurchase .list li.truckHalf .boxTitle {
    background-size: 141px auto;
  }
  #main.price .boxPurchase .list li.truck .boxTitle {
    background-size: 141px auto;
  }
  #main.price .boxPurchase .list li.truck2t .boxTitle {
    background-size: 157px auto;
  }
  #main.price .boxPurchase .list li.truck2tAluminum .boxTitle {
    background-size: 170px auto;
  }
  #main.price .boxPurchase .list li.truck3t .boxTitle {
    background-size: 212px auto;
  }

  #main.price .boxPurchase .list li .boxTitle .title {
    padding-top: 26px;
    font-size: 24px;
  }

  #main.price .boxPurchase .list li .boxTitle .label {
    padding: 10px 0;
    font-size: 21px;
  }

  #main.price .boxPurchase .list li .boxTxt .price {
    font-size: 34px;
    margin: 16px 0 12px;
  }
  #main.price .boxPurchase .list li .boxTxt .priceNot {
    font-size: 28px;
  }
  #main.price .boxPurchase .list li .boxTxt .price .en {
    font-size: 24px;
  }
  #main.price .boxPurchase .list li .boxTxt .price .tax {
    font-size: 16px;
  }
  #main.price .boxPurchase .list li .boxTxt .txt {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  /* 不用品回収の流れ */
  #main.flow .intro .boxTxt .title {
    font-size: 27px;
    margin: 40px 0 10px;
  }

  #main.flow .boxFlow {
    margin-bottom: 100px;
  }
  #main.flow .boxFlow .frame {
    max-width: 1500px;
  }

  #main.flow .boxFlow .list {
    max-width: 643px;
  }

  #main.flow .boxFlow .list li {
    padding: 30px 30px 10px;
    margin-bottom: 40px;
  }
  #main.flow .boxFlow .list li::after {
    bottom: -40px;
    width: 60px;
    height: 40px;
  }
  #main.flow .boxFlow .list li .title {
    margin: 0 0 20px;
  }
  #main.flow .boxFlow .list li .title .num {
    font-size: 70px;
  }
  #main.flow .boxFlow .list li .title .bg {
    font-size: 27px;
  }
  #main.flow .boxFlow .list li .boxImg {
    margin-bottom: 0;
  }
  #main.flow .boxFlow .list li .boxTxt {
    flex-basis: 439px;
    flex-grow: 0;
  }

  #main.flow .boxFlow .list li:nth-child(1) .boxImg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #main.flow .boxFlow .list li:nth-child(4) .boxImg {
    margin-top: -70px;
  }
  #main.flow .boxFlow .list li:last-child {
    margin-bottom: 50px;
  }

  /* よくあるご質問 */
  #main.faq .intro {
    margin-bottom: 64px;
  }
  #main.faq .intro .txt {
    margin-bottom: 0;
  }

  #main.faq .boxFaq {
    padding: 40px 0;
  }

  #main.faq .boxFaq .title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  #main.faq .boxFaq dl {
    border-radius: 40px;
    margin: 0 auto 40px;
    max-width: 900px;
  }
  #main.faq .boxFaq dt,
  #main.faq .boxFaq dd {
    background-repeat: no-repeat;
    padding: 40px 40px 40px 100px;
  }
  #main.faq .boxFaq dt {
    background-position: 38px center;
    background-size: 36px auto;
    font-size: 20px;
  }
  #main.faq .boxFaq dd {
    background-position: 38px 42px;
    background-size: 38px auto;
  }

  /* 会社案内 */
  #main.company .intro {
    margin-bottom: 100px;
  }
  #main.company .intro .title {
    font-size: 27px;
  }
  #main.company .intro .txt {
    max-width: 800px;
    margin: 0 auto;
  }

  #main.company .summary table {
    margin-bottom: 100px;
  }
  #main.company .summary th,
  #main.company .summary td {
    padding: 20px 30px;
  }
  #main.company .summary th {
    width: 260px;
  }

  /* 個人情報保護方針 */
  #main.privacy-policy section {
    margin-bottom: 100px;
  }
  #main.privacy-policy h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  /* 回収アイテム */
  #main.item-list .boxList,
  #main.item-list .boxExample {
    margin-bottom: 100px;
  }
  #main.item-list .boxList .list li {
    background-size: auto !important;
    height: 390px;
  }
  #main.item-list .boxList .list li:last-child {
    margin-bottom: 55px;
  }
  #main.item-list .boxList .list .kaden {
    background-position: right 40px bottom 23px;
  }
  #main.item-list .boxList .list .ogata {
    background-position: right 37px bottom 27px;
  }
  #main.item-list .boxList .list .bike {
    background-position: right 28px bottom 39px;
  }
  #main.item-list .boxList .list .book {
    background-position: right 34px bottom 17px;
  }
  #main.item-list .boxList .list .instrument {
    background-position: right 31px bottom 34px;
  }
  #main.item-list .boxList .list .office {
    background-position: right 36px bottom 20px;
  }
  #main.item-list .boxList .list .event {
    background-position: right 48px bottom 22px;
  }
  #main.item-list .boxList .list .house {
    background-position: right 38px bottom 24px;
  }

  #main.item-list .boxExample .txt,
  #main.item-list .boxExample .txtCaution {
    text-align: center;
  }
  #main.item-list .boxExample .txt {
    margin-bottom: 20px;
  }
  #main.item-list .boxExample .txtCaution {
    margin-bottom: 50px;
    font-size: 18px;
  }
  #main.item-list .boxExample table,
  #main .tableService {
    margin-bottom: 70px;
  }
  #main.item-list .boxExample th {
    width: 170px;
    height: 150px;
    font-size: 20px;
  }
  #main .tableService th {
    width: 280px;
  }
  #main.item-list .boxExample td.img {
    width: 170px;
    text-align: center;
  }
  #main.item-list .boxExample td.txt {
    text-align: left;
  }

  /* 回収アイテム 下層共通 */
  #main .itemListPurchase .txt,
  #main .itemListContact .txt {
    margin-bottom: 20px;
  }
  #main .itemListContact .boxTxt .balloon,
  #main .itemListInfo .boxTxt .balloon {
    justify-content: flex-start;
  }
  #main .itemListContact .boxTxt .balloon li,
  #main .itemListInfo .boxTxt .balloon li {
    margin: 0 30px 50px 0;
  }

  #main .itemListInfo .frame.schedule .boxImg,
  #main .itemListInfo .frame.look .boxImg {
    margin-bottom: 0;
  }
  #main .itemListInfo,
  #main .itemListInfo .frame {
    background-size: auto;
  }
  #main .itemListInfo {
    margin-bottom: 100px;
  }
  #main .itemListInfo .frame {
    padding: 40px 0 20px;
  }
  #main .itemListInfo .frame.price .cols {
    align-items: flex-end;
  }
  #main .itemListContact .boxTxt .title,
  #main .itemListInfo .boxTxt .title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  #main .itemListInfo .frame.price .btn {
    margin: 30px 0 20px;
  }

  #main.bike .boxPurchase .img,
  #main.house .boxPurchase .img {
    margin-bottom: 60px;
  }
  #main.office .boxContact .balloon,
  #main.house .boxContact .balloon {
    margin-bottom: 40px;
  }

  /* 回収アイテム 店舗・オフィスの不要品回収 */
  #main.office .boxSolution {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  #main.office .boxSolution .boxImg {
    width: 290px;
    text-align: right;
    margin: 0 35px 0 0;
  }
  #main.office .boxSolution .boxTxt .txt {
    margin-bottom: 0;
  }
  #main.office .boxBeforeAfter {
    margin-bottom: 30px;
  }

  #fixedBottom .btn a {
    max-width: 350px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #header .logo {
    flex-basis: 34%;
  }
  #header .logo .txt {
    font-size: 12px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #header .box {
    padding: 10px;
  }
  #header .logo {
    flex-basis: 38%;
  }
  #header #subNav .tel span {
    font-size: 12px;
  }
  #header #subNav .tel a {
    font-size: 24px;
  }
  #header #subNav .contact a {
    width: auto;
    font-size: 15px;
  }
  #header #subNav .payment {
    width: 100%;
    font-size: 12px;
  }
  #header #subNav .payment dt {
    text-align: right;
  }
  #header #subNav .payment dd span {
    display: none;
  }
  #main #topRandom .contact {
    margin-bottom: 50px;
  }
  #main #topRandom .balloon li:nth-child(even) {
    float: none;
  }
  #main #topRandom .list .gomi {
    background-position: right 71% bottom 15px;
  }
  #main #topRandom .list li {
    width: 100%;
    height: 440px;
  }
  #main #topPoint .list .img {
    width: 230px;
  }
  #main #topPoint .list .listTxt {
    width: 560px;
  }
  #main #topCampaign .titleSection img {
    width: 67%;
  }
  #main #topCampaign .contact .txt {
    font-size: 18px;
  }
  #main #topFlow .flow li .txt {
    font-size: 15px;
  }
  #main #topFlow .flow li::before {
    left: -20px;
  }
  #main #topFlow .contact .txt,
  #main #topFlow .contact .txt span {
    font-size: 16px;
  }
  #main #topFlow .contact .txt .color {
    font-size: 28px;
  }
  #footer .contact {
    justify-content: flex-end;
  }
  #footer .logo img {
    width: 60%;
  }
  #footer .contact .tel a {
    font-size: 24px;
    letter-spacing: 2px;
  }
  #footer .contact .btn {
    margin: 0 3vw 0 10px;
  }
  #footer .logo .txt,
  #footer .contact .tel span,
  #footer .contact .btn a {
    font-size: 10px;
  }

  body:not(.home) #main .balloon li {
    font-size: 11px;
  }
  #main.service .intro .boxTxt {
    flex-basis: 440px;
  }
  #main .cols.boxTxtImg .boxTxt,
  #main.gomi .intro .cols .boxTxt {
    flex-basis: 0;
    flex-grow: 1;
  }
  #main .cols.boxTxtImg .boxImg {
    text-align: center;
  }
  #main.woman .voice {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main.price .boxPurchase .list {
    justify-content: space-around;
  }
  #main #topRandom .frame,
  #main.faq .boxFaq .frame,
  #main.contact-us .frame,
  #main.item-list .frame,
  #main .itemListInfo .frame {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #main.item-list .boxList .list li {
    width: 48%;
  }
}
@media screen and (min-width: 1040px) {
  .frame {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1100px) {
  #main.flow .boxFlow .frame {
    position: relative;
    background-image: url(img/flow-bg2.png);
    background-position: left 6% center;
    background-repeat: no-repeat;
  }
  #main.flow .boxFlow .frame::before,
  #main.flow .boxFlow .frame::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
  }
  #main.flow .boxFlow .frame::before {
    width: 384px;
    height: 526px;
    top: 0;
    background-image: url(img/flow-bg1.png);
  }
  #main.flow .boxFlow .frame::after {
    width: 368px;
    height: 503px;
    bottom: 186px;
    background-image: url(img/flow-bg3.png);
    z-index: -1;
  }
}

/* 2024追加 */
#footerNew {
  background-color: #ffff00;
}
#headerNew .contact,
#footerNew .contact,
#main #declareLp ul,
#main #planMainLp ul,
#main #plan1tLp ul,
#main .estimateLp .info .list,
#main .estimateLp .info .mailLine ul,
#main #pointLp .box ul,
#main #serviceLp ul,
#main #flowLp ol,
#main #flowLp .box .mailLine ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#headerNew .box,
#footerNew .box {
  height: 46px;
  margin: auto;
  padding: 0 8px;
}
#headerNew .box,
#headerNew .contact,
#footerNew .box,
#footerNew .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headerNew .contact,
#footerNew .contact {
  display: flex;
  justify-content: flex-end;
}
#headerNew .contact li,
#footerNew .contact li {
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  #headerNew .box,
  #footerNew .box {
    max-width: 1000px;
    height: 98px;
  }
  #headerNew .contact li,
  #footerNew .contact li {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1040px) {
  #headerNew .box,
  #footerNew .box {
    padding-left: 0;
    padding-right: 0;
  }
}

/* LP */
#main.lp {
  max-width: none !important;
}
#main #mvLp {
  background-color: #034bc8;
  text-align: center;
}

#main #declareLp {
  position: relative;
  z-index: 1;
  margin-top: -24px;
  padding-bottom: 30px;
}
#main #declareLp .box {
  background-color: #d5edfa;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px;
}
#main #declareLp h2 {
  text-align: center;
}
#main #declareLp li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main #declareLp {
    margin-top: -72px;
    padding-bottom: 60px;
  }
  #main #declareLp .box {
    border-radius: 40px;
    padding: 60px;
  }
  #main #declareLp ul {
    display: flex;
    justify-content: space-between;
  }
  #main #declareLp li {
    width: 32%;
  }
}

#main #planMainLp,
#main #plan1tLp {
  padding: 30px 0;
}
#main #planMainLp {
  background-color: #ffff99;
}
#main #plan1tLp {
  background-color: #d5edfa;
}
#main #planMainLp h2,
#main #plan1tLp h2 {
  text-align: center;
  margin-bottom: 20px;
}
#main #planMainLp .box,
#main #plan1tLp .box {
  background-color: #fff;
  border: 6px solid #3963e1;
  border-radius: 30px;
  padding: 20px;
}
#main #planMainLp .box li,
#main #plan1tLp .box li {
  margin-bottom: 20px;
  text-align: center;
}
#main #planMainLp p,
#main #plan1tLp p {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #main #planMainLp,
  #main #plan1tLp {
    padding: 80px 0;
  }
  #main #planMainLp h2,
  #main #plan1tLp h2 {
    margin-bottom: 40px;
  }
  #main #planMainLp .box,
  #main #plan1tLp .box {
    border-radius: 40px;
    padding: 60px 60px 20px;
  }
  #main #planMainLp .box ul {
    display: flex;
    justify-content: space-between;
  }
  #main #planMainLp .box li {
    width: 49%;
  }
  #main #planMainLp p,
  #main #plan1tLp p {
    font-size: 24px;
  }
}

#main .estimateLp .bgTtl {
  background-color: #3963e1;
  padding: 20px 0;
  position: relative;
}
#main .estimateLp .bgTtl::after {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 30px;
  background-image: url(img-new/estimate-ttl-bg.svg);
  background-size: contain;
}
#main .estimateLp .bgTtl h2 {
  margin: auto;
}
#main .estimateLp .bgInfo {
  background-image: url(img-new/info-bg.gif);
  background-position: left top;
  background-size: 11px auto;
  padding: 40px 0;
}
#main .estimateLp .info {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#main .estimateLp .info .inner {
  padding: 0 20px 20px;
}
#main .estimateLp .info .list li {
  margin-bottom: 20px;
}
#main .estimateLp .info .list h4 {
  text-align: center;
}
#main .estimateLp .info .list p {
  padding: 0 10px;
  font-size: 16px;
  line-height: 2;
}
#main .estimateLp .info .list p {
  margin-top: 0;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.8;
}
#main .estimateLp .info .speech {
  text-align: center;
  margin-bottom: 20px;
}
#main .estimateLp .info .mailLine {
  background-color: #eaf4f7;
  border-radius: 40px;
  padding: 20px;
  text-align: center;
}
#main .estimateLp .info .mailLine li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #main .estimateLp .bgTtl {
    padding: 40px 0;
  }
  #main .estimateLp .bgTtl::after {
    bottom: -59px;
    width: 100px;
    height: 60px;
  }
  #main .estimateLp .bgInfo {
    background-size: 23px auto;
    padding: 80px 0;
  }
  #main .estimateLp .info {
    border-radius: 40px;
  }
  #main .estimateLp .info h3 img {
    width: 100%;
  }
  #main .estimateLp .info .inner {
    padding: 20px 60px 60px;
  }
  #main .estimateLp .info .list {
    display: flex;
    justify-content: space-between;
  }
  #main .estimateLp .info .list li {
    width: 32%;
  }
  #main .estimateLp .info .list p {
    font-size: 19px;
    border-right: 2px dotted #d63c4b;
  }
  #main .estimateLp .info .list li:first-child p {
    border-left: 2px dotted #d63c4b;
  }
  #main .estimateLp .info .speech {
    margin-bottom: 40px;
  }
  #main .estimateLp .info .mailLine {
    padding: 60px;
  }
  #main .estimateLp .info .mailLine ul {
    display: flex;
    justify-content: space-between;
  }
  #main .estimateLp .info .mailLine li:first-child {
    margin-right: 2%;
  }
}

#main #troubleLp {
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  #main #troubleLp {
    padding: 60px 0;
  }
}

#main #pointLp {
  background-image: url(img-new/point-bg.gif);
  background-position: left top;
  background-size: 11px auto;
  padding: 40px 0;
}
#main #pointLp .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
#main #pointLp .box h2 {
  text-align: center;
}
#main #pointLp .box li {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #main #pointLp {
    background-size: 23px auto;
    padding: 60px 0;
  }
  #main #pointLp .box {
    border-radius: 40px;
    padding: 60px;
  }
  #main #pointLp .box ul {
    display: flex;
    justify-content: space-between;
  }
  #main #pointLp .box li {
    width: 32%;
  }
}

#main #serviceLp {
  background-color: #faf5df;
  padding: 40px 0;
}
#main #serviceLp h2 {
  text-align: center;
  margin-bottom: 0;
}
#main #serviceLp li {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
#main #serviceLp li .figure {
  display: block;
  margin: auto;
}
#main #serviceLp li h3 {
  margin: 20px 0;
  color: #72b5d3;
  font-size: 20px;
}
#main #serviceLp li p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #main #serviceLp {
    padding: 60px 0;
  }
  #main #serviceLp ul {
    display: flex;
    flex-wrap: wrap;
  }
  #main #serviceLp li {
    width: 48%;
    border-radius: 40px;
    margin-top: 40px;
    padding: 60px;
  }
  #main #serviceLp li:nth-child(even) {
    margin-right: 4%;
  }
  #main #serviceLp li:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #main #serviceLp li:nth-child(1) .txt {
    width: 48%;
    margin-right: 2%;
  }
  #main #serviceLp li h3 {
    font-size: 30px;
  }
  #main #serviceLp li p {
    font-size: 18px;
  }
}

#main #flowLp {
  background-color: #d5edfa;
  padding: 40px 0;
}
#main #flowLp h2 {
  text-align: center;
  margin-bottom: 20px;
}
#main #flowLp ol {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 10px;
}
#main #flowLp li h3 {
  margin: 0;
}
#main #flowLp li .box {
  padding-left: 20%;
  position: relative;
}
#main #flowLp li .box::before {
  content: '';
  position: absolute;
  left: calc(10% - 3px);
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #72b5d3;
}
#main #flowLp li:last-child .box::before {
  content: none;
}
#main #flowLp li .box .mailLine h3,
#main #flowLp li .box .mailLine li {
  margin-top: 20px;
}
#main #flowLp li .box .mailLine li:first-child {
  margin-right: 2%;
}
#main #flowLp li .box p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #main #flowLp {
    padding: 60px 0;
  }
  #main #flowLp ol {
    border-radius: 40px;
    padding: 60px;
  }
  #main #flowLp li .box .mailLine ul {
    display: flex;
    justify-content: space-between;
  }
  #main #flowLp li .box p {
    font-size: 24px;
  }
}

#main #beforeAfterLp {
  background-color: #bcd954;
  padding: 40px 0;
}
#main #beforeAfterLp h2 {
  text-align: center;
  margin-bottom: 0;
}
#main #beforeAfterLp .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main #beforeAfterLp {
    padding: 60px 0;
  }
  #main #beforeAfterLp .box {
    border-radius: 40px;
    padding: 60px;
  }
}
