@charset "utf-8"; /* default PC */
/* animation */
.animation {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: .5s;
}

.animation.active {
  opacity: 1;
  top: 0;
  transition: .5s;
}

/* common */
#contents h2.main {
  font-size: 80px;
  letter-spacing: 0;
  margin-bottom: 50px;
}

#contents h2.main .look-green {
  color: #61ae4e;
}

#contents h2.main .sub {
  display: block;
  font-size: 43%;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: 30px;
}

#contents h2.main .big {
  font-size: 125%;
}

#contents .link-arrow {
  position: relative;
}

#contents .link-arrow::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0;
  border-style: solid;
  border-left: 10px solid #6eb55d;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: 50px;
  bottom: 0;
  top: 0;
  transition: .3s;
  width: 0;
}

#contents .reason-area, #contents .loss-area {
  padding: 95px 0;
}

#contents .column-area, #contents .service-area, #contents .cta-area {
  padding: 90px 0;
}

#contents .flow-area, #contents .qa-area, #contents .cost-area {
  padding: 95px 0 110px;
}

#contents .voice-area, #contents .case-area {
  padding: 90px 0 100px;
}

#contents .greeting-area, #contents .worries-area {
  padding: 70px 0;
}

#contents h2.size-50 {
  font-size: 50px;
  letter-spacing: .1em;
  margin-bottom: 60px;
}

#contents a.tel-link {
  align-items: center;
  display: flex;
  font-size: 58px;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 0 15px;
}

#contents a.tel-link::before {
  background-image: url(../images/base/ico_tel_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 34px;
  margin-right: 5px;
  position: relative;
  width: 34px;
}

#contents .check-group {
  background: url(../images/home-new/bg_check_list.jpg) no-repeat center / cover;
  border-radius: 20px;
  border: 6px solid #b7d6a5;
  margin: 0 auto 30px;
  max-width: 1260px;
  padding: 50px 20px 30px;
  position: relative;
}

#contents .check-group .ttl {
  background: url(../images/home-new/bg_green_noise.jpg) no-repeat center / cover;
  border-radius: 25px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  max-width: 300px;
  padding: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}

#contents .check-group .check-list {
  display: grid;
  gap: 12px 40px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 960px;
}

#contents .check-group .check-list li {
  background-color: #fff;
  border-radius: 25px;
  color: #6f665e;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 15px 5px 73px;
  position: relative;
}

#contents .check-group .check-list li::before {
  background: url(../images/home-new/ico_check.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#contents h3.bg {
  background: url(../images/home-new/bg_green_noise.jpg) no-repeat center / cover;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 36px;
  margin: 0;
  padding: 41px 15px;
}

/* main-view */
#contents .main-view {
  background: url(../images/home-new/bg_main_view.jpg) no-repeat center / cover;
  padding-top: 170px;
}

.mobile-view #contents .main-view {
  padding-top: 280px;
}

#contents .main-view .inner {
  position: relative;
}

#contents .main-view .main-photo {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  text-align: center;
}

#contents .main-view .main-photo > img {
  object-fit: cover;
  object-position: top;
  max-height: 690px;
}

#contents .main-view .main-photo .img-txt {
  max-height: 125px;
  position: absolute;
  right: -130px;
  top: 5px;
  bottom: 0;
  margin: auto;
}

#contents .main-view .ico-txt {
  color: #61ae4e;
  gap: 30px;
  max-width: 1315px;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

#contents .main-view .ico-txt li {
  align-content: unset;
  align-items: center;
  background-color: #fff;
  border: 6px solid #ffc877;
  border-radius: 20px;
  font-size: 36px;
  padding: 14px 14px 14px 22px;
  width: calc((100% - 30px * 2) / 3);
}

#contents .main-view .ico-txt li p {
  line-height: 1.5em;
  letter-spacing: 0;
}

#contents .main-view .ico-txt li:first-child {
  font-size: 30px;
}

#contents .main-view .ico-txt li:first-child .quicksand {
  font-size: 160%;
  padding: 0 3px;
  position: relative;
  top: 2px;
}

#contents .main-view .ico-txt li::before {
  background: url(../images/home-new/main_ico_01.png) no-repeat center / contain;
  content: "";
  display: block;
  height: 78px;
  margin-right: 10px;
  width: 96px;
}

#contents .main-view .ico-txt li:nth-child(2)::before {
  background-image: url(../images/home-new/main_ico_02.png);
}

#contents .main-view .ico-txt li:nth-child(3)::before {
  background-image: url(../images/home-new/main_ico_03.png);
}

#contents .main-view .btn-area {
  background: url(../images/home-new/bg_repeat_green.png) repeat;
  padding: 100px 0 60px;
}

#contents .cta-area {
  background: url(../images/home-new/bg_cta_area.jpg) no-repeat center / cover;
  border-top: 6px solid #ffc877;
  border-bottom: 6px solid #ffc877;
}

#contents .cta-area .flex {
  position: relative;
}

#contents .cta-area .txt-2box.end {
  background-color: #fff;
  border-radius: 40px;
}

#contents .cta-area h2 {
  font-size: 40px;
}

#contents .cta-area .inner {
  max-width: 1640px;
}

#contents .cta-area .main-txt {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 40px;
  position: relative;
}

#contents .cta-area .zen.flex {
  position: relative;
}

#contents .cta-area .main-txt::before, #contents .cta-area .main-txt::after {
  background: url(../images/home-new/cta_img_01.png) no-repeat center / contain;
  content: "";
  display: block;
  height: 232px;
  width: 226px;
  position: absolute;
  left: 0;
  bottom: -45px;
}

#contents .cta-area .main-txt::after {
  background-image: url(../images/home-new/cta_img_02.png);
  height: 209px;
  width: 316px;
  left: unset;
  right: -90px;
  bottom: -35px;
}

#contents .cta-area .link-btn.contact {
  border-radius: 40px;
  padding: 57px 15px 57px 180px;
  position: relative;
  text-align: left;
}

#contents .cta-area .link-btn.contact::before {
  height: 50px;
  left: 90px;
  width: 50px;
}

#contents .cta-area .link-btn.contact .mark {
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  top: -17px;
}

#contents .cta-area .tel-box {
  display: grid;
  grid-template-columns: 30% 70%;
  height: 100%;
}

#contents .cta-area .tel-box .ttl {
  align-items: center;
  background: url(../images/home-new/bg_green_noise.jpg) no-repeat center / cover;
  border-radius: 40px 0 0 40px;
  color: #fff;
  display: flex;
  font-size: 28px;
  justify-content: center;
  line-height: 1.5em;
}

#contents .cta-area .num-item {
  background-color: #fff;
  border: 6px solid #6eb55d;
  border-left: none;
  border-radius: 0 40px 40px 0;
  padding: 45px 10px 45px 50px;
}

#contents .cta-area .num-item .sub-txt {
  background-color: #6eb55d;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 4px 17px;
}

#contents .cta-area .tel-box .look-brown {
  letter-spacing: 0;
}

#contents .cta-area .num-item .time {
  font-size: 167%;
  letter-spacing: .05em;
  margin: 0 10px;
  position: relative;
  top: 3px;
}

/* contents */
#contents .worries-area {
  background: url(../images/home-new/bg_worries.jpg) no-repeat center / cover;
}

#contents .worries-area .inner {
  padding: 75px 70px 25px;
}

#contents .worries-area .bg-txt {
  gap: 30px;
  padding-bottom: 40px;
  position: relative;
}

#contents .worries-area .bg-txt::before {
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-bottom: 0;
  border-style: solid;
  border-top: 24px solid #dedcdf;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  transition: .3s;
  width: 0;
}

#contents .worries-area .bg-txt li {
  align-items: center;
  background: url(../images/home-new/bg_yellow_noise.jpg) no-repeat center / cover;
  border-radius: 20px;
  display: flex;
  font-size: 24px;
  flex-wrap: wrap;
  gap: 20px;
  letter-spacing: 0;
  line-height: 1.7em;
  justify-content: center;
  padding: 14px 10px;
  width: calc((100% - 30px * 3) / 4);
}

#contents .worries-area .bg-txt li:first-child, #contents .worries-area .bg-txt li:nth-child(3) {
  gap: 10px;
}

#contents .worries-area .bg-txt li::after {
  background: url(../images/home-new/worries_img_01.png) no-repeat center / contain;
  content: "";
  display: block;
  height: 193px;
  width: 142px;
}

#contents .worries-area .bg-txt li:nth-child(2)::after {
  background-image: url(../images/home-new/worries_img_02.png);
  height: 176px;
  width: 117px;
}

#contents .worries-area .bg-txt li:nth-child(3)::after {
  background-image: url(../images/home-new/worries_img_03.png);
  height: 204px;
  width: 133px;
}

#contents .worries-area .bg-txt li:nth-child(4)::after {
  background-image: url(../images/home-new/worries_img_04.png);
  height: 179px;
  width: 126px;
}

#contents .worries-area .img-box {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 33% calc(67% - 20px);
  margin: 0 auto;
  max-width: 1420px;
}

#contents .worries-area .img-box .txt {
  color: #6eb55d;
  font-size: 44px;
  line-height: 1.4em;
  margin-bottom: 0;
}

#contents .worries-area .img-box .txt .br-1400 {
  display: none;
}

#contents .reason-area .flex {
  gap: 50px 0;
}

#contents .reason-area .photo {
  margin-bottom: 0;
}

#contents .reason-area img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

#contents .reason-area .num-txt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  line-height: 1.45em;
  margin-bottom: 20px;
}

#contents .reason-area .txt-box {
  font-weight: 500;
  padding: 30px 37px 40px;
}

#contents .reason-area .num-txt .num {
  align-items: center;
  background-color: #6eb55d;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 120%;
  height: 80px;
  justify-content: center;
  margin-right: 20px;
  padding: 14px 6px 15px;
  width: 80px;
}

#contents .reason-area .num-txt .sub-txt {
  font-size: 80%;
  margin-left: 5px;
}

#contents .loss-area {
  background: url(../images/home-new/bg_loss.jpg) no-repeat center / cover;
}

#contents .loss-area h2 {
  color: #446f88;
  margin: 0 auto;
  max-width: 1130px;
  padding-bottom: 50px;
}

#contents .loss-area h2::before {
  background: url(../images/home-new/loss_img_01.png) no-repeat center / contain;
  content: "";
  display: block;
  height: 221px;
  width: 242px;
  position: absolute;
  right: 0;
  bottom: -17px;
}

#contents .loss-area h2 .mark {
  position: relative;
  top: 5px;
}

#contents .loss-area h2 .space {
  letter-spacing: -0.18em;
  margin: 0 5px 0 -5px;
}

#contents .loss-area .inner {
  max-width: 1600px;
}

#contents .loss-area .bg-white {
  padding: 60px 50px 70px;
  position: relative;
}

#contents .loss-area .grid-box {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}

#contents .loss-area .grid-box .box-item:last-child p {
  font-weight: 500;
  margin-bottom: 25px;
}

#contents .loss-area .grid-box .box-item:last-child p:last-child {
  margin-bottom: 0;
}

#contents .loss-area .main-txt {
  color: #6eb55d;
  font-size: 43px;
  margin-bottom: 40px;
}

#contents .loss-area .ttl-box {
  border: 4px solid #ddeeda;
  border-top-width: 3px;
  border-radius: 20px;
}

#contents .loss-area .ttl-box .ttl {
  background: url(../images/home-new/bg_loss_ttl.png) no-repeat center / cover;
  border-radius: 16px 16px 0 0;
  font-size: 20px;
  line-height: 1.7em;
  margin-bottom: 0;
  padding-bottom: 3px;
}

#contents .loss-area .ttl-box .no-mb.txt-center {
  padding: 30px 20px;
}

#contents .loss-area .inner-box {
  max-width: 1380px;
  margin: 0 auto;
}

#contents .loss-area .bg-box {
  background: url(../images/home-new/bg_yellow_noise.jpg) no-repeat center / cover;
  border: 6px solid #ffd964;
  border-radius: 20px;
  padding: 40px 30px 0;
}

#contents .loss-area .bg-box .txt {
  font-size: 24px;
  gap: 55px;
}

#contents .loss-area .bg-box .txt::before {
  background: url(../images/home-new/loss_img_03.png) no-repeat center / contain;
  content: "";
  display: block;
  height: 239px;
  width: 208px;
}

#contents .loss-area .bg-box .txt .look-orange {
  display: block;
  font-size: 150%;
  line-height: 1.45em;
  margin: 5px 0;
}

#contents .loss-area .link-btn {
  border-radius: 80px;
  max-width: 1000px;
  padding: 51px 15px;
}

#contents .loss-area .link-btn::before {
  height: 60px;
  left: 120px;
  width: 60px;
}

#contents .loss-area .link-btn .mark {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: -17px;
}

#contents .service-area .inner {
  max-width: 1600px;
}

#contents .service-area img {
  border-radius: 20px;
}

#contents .service-area .inner-box {
  padding: 50px 90px 60px;
}

#contents .service-area .inner-box .main-txt {
  font-size: 26px;
  line-height: 1.65em;
  margin-bottom: 30px;
  padding-top: 20px;
}

#contents .service-area .inner-box .txt {
  font-weight: 500;
  margin-bottom: 25px;
}

#contents .service-area .inner-box .txt:last-child {
  margin-bottom: 0;
}

#contents .service-area .column-2 {
  gap: 50px 0;
  margin-top: 50px;
}

#contents .service-area .column-2 .txt-2box {
  display: flex;
  flex-direction: column;
}

#contents .service-area .column-2 .inner-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 65px 60px;
}

#contents .service-area .column-2 .inner-box .link-btn {
  margin: auto auto 0;
}

#contents .service-area .column-2 .main-txt {
  margin-bottom: 15px;
  padding-top: 10px;
}

#contents .service-area .column-2 .inner-box p:last-of-type {
  font-weight: 500;
  margin-bottom: 30px;
}

#contents .greeting-area {
  background: url(../images/home-new/bg_green_photo.jpg) no-repeat center / cover;
}

#contents .greeting-area .inner {
  border: 6px solid #6eb55d;
  max-width: 1540px;
  padding: 55px 90px 75px;
}

#contents .greeting-area .inner img {
  border-radius: 20px;
}

#contents .greeting-area .name {
  font-size: 32px;
  margin-left: 17px;
  padding-right: 8px;
}

#contents .greeting-area .img-2box-txt p {
  margin-bottom: 25px;
}

#contents .greeting-area .img-2box-txt p:last-of-type {
  margin-bottom: 0;
}

#contents .cost-area .main-box {
  margin: 0 auto 50px;
  max-width: 1160px;
}

#contents .cost-area .cost-txt {
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#contents .cost-area .cost-txt.other {
  margin-bottom: 0;
}

#contents .cost-area .cost-txt .ttl {
  border-radius: 20px;
  color: #fff;
  font-size: 28px;
  letter-spacing: .05em;
  max-width: 260px;
  padding: 24px 5px;
  position: relative;
  text-align: center;
  width: 100%;
}

#contents .cost-area .cost-txt .ttl.bg-orange::before {
  background: url(../images/home-new/cost_img_01.png) no-repeat center / contain;
  content: "";
  display: block;
  height: 95px;
  width: 82px;
  position: absolute;
  left: -60px;
  bottom: -30px;
  margin: auto 0;
}

#contents .cost-area .cost-txt .txt {
  font-size: 30px;
}

#contents .cost-area .cost-txt.other .txt {
  font-size: 24px;
}

#contents .cost-area .cost-txt .txt .big {
  font-size: 160%;
}

#contents .cost-area .cost-txt .txt .big .mark {
  font-size: 63%;
}

#contents .cost-area .box-item {
  border: 6px solid #dfd8cf;
  padding: 50px 60px 60px;
}

#contents .cost-area .box-item:last-child {
  grid-column: span 2;
  padding-bottom: 45px;
}

#contents .cost-area .box-item .check-list.no-bg {
  margin: 0 auto;
  max-width: 490px;
}

#contents .cost-area .box-item .check-list.no-bg li {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
}

#contents .cost-area .box-item .check-list.no-bg li:last-child {
  margin-bottom: 0;
}

#contents .cost-area .box-item .check-list.no-bg li::before {
  background: url(../images/home-new/ico_check.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
  top: 6px;
}

#contents .cost-area .grid-box {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}

#contents .cost-area .grid-box .list-oval li {
  align-items: center;
  background-color: #fff0b4;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: 18px;
  padding: 12px 30px 12px 50px;
}

#contents .cost-area .grid-box .list-oval li:last-child {
  margin-bottom: 0;
}

#contents .cost-area .grid-box .list-oval li .txt-01 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 210px);
}

#contents .cost-area .grid-box .list-oval li .txt-01, #contents .cost-area .grid-box .list-oval li .txt-02 {
  line-height: 1.4em;
}

#contents .cost-area .grid-box .list-oval li .txt-02 {
  letter-spacing: 0;
  width: 145px;
}

#contents .cost-area .grid-box .list-oval .num-txt {
  align-items: baseline;
  display: flex;
  font-size: 22px;
  letter-spacing: .05em;
  margin-left: 15px;
}

#contents .cost-area .grid-box .list-oval .num-txt .quicksand {
  font-size: 154%;
}

#contents .cost-area .box-item .pack-box {
  align-items: center;
  margin: 40px auto 55px;
  max-width: 1320px;
}

#contents .cost-area .box-item .pack-box .main-txt {
  font-size: 24px;
  line-height: 1.7em;
  margin-bottom: 20px;
}

#contents .cost-area .box-item .pack-box img {
  border-radius: 20px;
}

#contents .cost-area .box-item .pack-box .main-txt + p {
  font-weight: 500;
  letter-spacing: 0;
}

#contents .cost-area .box-item .price-box {
  align-items: center;
  background-color: #fff0b4;
  border-radius: 45px;
  font-size: 28px;
  font-weight: 500;
  margin: 0 auto;
  padding: 8px 80px;
  max-width: 900px;
}

#contents .cost-area .box-item .price-box .price {
  font-size: 38px;
}

#contents .cost-area .box-item .price-box .price .num {
  font-size: 158%;
  letter-spacing: 0;
}

#contents .cost-area .box-item .price-box p {
  margin-bottom: 0;
}

#contents .voice-area .voice-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

#contents .voice-area .voice-item .link-bnr {
  align-items: center;
  border-width: 4px;
  color: #4e433a;
  display: grid;
  font-weight: 500;
  gap: 20px;
  grid-template-columns: 165px calc(100% - 185px);
  height: 100%;
  padding: 45px 95px 55px 45px;
  position: relative;
}

#contents .voice-area .voice-item .link-bnr .txt-box .no-mb {
  letter-spacing: 0;
  line-height: 1.9em;
}

#contents .voice-area .voice-item .name {
  font-size: 24px;
  letter-spacing: .05em;
  margin-bottom: 15px;
}

#contents .voice-area .voice-item .name .en-txt {
  font-size: 150%;
  position: relative;
  top: 2px;
}

#contents .voice-area .voice-item .name .sub-txt {
  background-color: #ff7e00;
  border-radius: 20px;
  bottom: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 75%;
  letter-spacing: .05em;
  line-height: 1em;
  max-width: 170px;
  margin-left: 10px;
  padding: 11px;
  position: relative;
  text-align: center;
  width: 100%;
}

#contents .case-area {
  background: url(../images/home-new/bg_green_photo.jpg) no-repeat center / cover;
}

#contents .case-area .case-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

#contents .case-area .case-item .link-arrow::before {
  bottom: 20px;
  right: 0;
}

#contents .case-area .case-item .link-bnr {
  color: #4e433a;
  height: 100%;
  padding: 50px 50px 45px;
}

#contents .case-area .case-item .grid-box {
  align-items: center;
  border-bottom: 2px dotted #d8d1cc;
  display: grid;
  gap: 15px;
  grid-template-columns: 110px calc(100% - 125px);
  margin-bottom: 20px;
  padding-bottom: 25px;
  position: relative;
}

#contents .case-area .case-item .grid-box .txt-box {
  padding-right: 50px;
}

#contents .case-area .case-item .grid-box .ttl {
  color: #6f665e;
  font-size: 20px;
  margin-bottom: 10px;
}

#contents .case-area .case-item .grid-box .sub-ttl {
  background-color: #ff7e00;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 84%;
  letter-spacing: .05em;
  line-height: 1em;
  max-width: 130px;
  margin-right: 20px;
  padding: 8px;
  position: relative;
  text-align: center;
  width: 100%;
}

#contents .case-area .case-item .grid-box .main-txt {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.5em;
}

#contents .case-area .case-item .txt {
  font-weight: 500;
}

#contents .column-list {
  gap: 35px;
}

#contents .column-list .column-group {
  width: calc((100% - 35px * 3) / 4);
}

#contents .column-list .column-group .link-bnr {
  color: #4e433a;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  height: 100%;
}

#contents .column-list .column-group .link-bnr .day {
  color: #6f665e;
  margin: auto 0 15px;
  text-align: right;
}

#contents .column-list .column-group .link-bnr .ttl {
  margin-bottom: 30px;
}

#contents .column-list .column-group .link-bnr p {
  padding: 0 20px;
}

#contents .column-list .column-group .photo {
  height: 253px;
  margin-bottom: 10px;
}

#contents .column-list .column-group img {
  border-radius: 20px 20px 0 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#contents .link-area {
  padding: 80px 0;
}

#contents .link-area .link-btn {
  border-radius: 90px;
  font-size: 36px;
  letter-spacing: .1em;
  text-indent: -2em;
  padding: 76px 15px;
}

#contents .link-area .link-btn::before {
  background: url(../images/home-new/ico_works.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: 57px;
  width: 57px;
  position: absolute;
  left: 85px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#contents .link-area .end .link-btn::before {
  background-image: url(../images/home-new/ico_word.svg);
}

#contents .link-area .link-btn::after {
  height: 38px;
  right: 60px;
  width: 38px;
}

#contents .flow-area .flow-box {
  gap: 60px;
}

#contents .flow-area .flow-box .flow-item {
  padding-bottom: 40px;
  position: relative;
  width: calc((100% - 60px * 2) / 3);
}

#contents .flow-area .flow-box .flow-item::before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 0;
  border-style: solid;
  border-left: 16px solid #6eb55d;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: -40px;
  bottom: 0;
  top: 0;
  transition: .3s;
  width: 0;
}

#contents .flow-area .flow-box .flow-item:last-child::before {
  display: none;
}

#contents .flow-area .flow-box .flow-item .link-btn {
  border-radius: 40px;
  max-width: 90%;
  padding: 26px 10px;
}

#contents .flow-area .flow-box .flow-item .link-btn::after {
  right: 15px;
}

#contents .flow-area .flow-box .flow-item .photo {
  margin-bottom: 20px;
}

#contents .flow-area .flow-box .flow-item img {
  border-radius: 20px 20px 0 0;
}

#contents .flow-area .flow-box .flow-item .ttl {
  font-size: 30px;
  margin-bottom: 10px;
}

#contents .flow-area .flow-box .flow-item .txt {
  font-weight: 500;
  padding: 0 37px;
}

#contents .qa-area {
  background: url(../images/home-new/bg_green_photo.jpg) no-repeat center / cover;
}

#contents .qa-area .qa-list {
  margin: 0 auto;
  max-width: 1200px;
}

#contents .qa-area .qa-item {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}

#contents .qa-area .qa-item:last-child {
  margin-bottom: 0;
}

#contents .qa-area .qa-q {
  background: url(../images/home-new/bg_qa.jpg) no-repeat center / cover;
  border-radius: 20px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 0;
  padding: 20px 105px 20px 30px;
  position: relative;
  transition: .5s;
}

#contents .qa-area .qa-q::before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ff8909;
  bottom: 0;
  content: '';
  height: 1px;
  margin: auto;
  position: absolute;
  right: 70px;
  top: 1px;
  width: 0;
}

#contents .qa-area .qa-q.ttl-active::before {
  top: -2px;
  transform: rotate(-180deg);
}

#contents .qa-area .q-txt, #contents .qa-area .a-txt {
  font-size: 40px;
  line-height: 1em;
  position: relative;
  width: 45px;
}

#contents .qa-area .q-txt {
  color: #61ae4e;
}

#contents .qa-area .qa-q.ttl-active {
  border-radius: 20px 20px 0 0;
  transition: .5s;
}

#contents .qa-area .a-txt + .txt-box {
  font-weight: 500;
}

#contents .qa-area .txt-box {
  width: calc(100% - 45px);
}

#contents .qa-area .txt-box p:last-of-type {
  margin-bottom: 0;
}

#contents .qa-area .qa-a {
  display: none;
  padding: 25px 30px;
}

#contents .qa-area .qa-a .flex {
  align-items: flex-start;
}

#contents .contact-area {
  padding: 95px 0 140px;
}

#contents .contact-area a.tel-link {
  font-size: 68px;
  margin: 0;
}

#contents .contact-area .txt {
  font-weight: 500;
  margin: 0 auto;
  max-width: 1350px;
  padding-bottom: 40px;
  position: relative;
}

#contents .contact-area .txt br.br-1200 {
  display: none;
}

#contents .contact-area .txt::before, #contents .contact-area .txt::after {
  background-image: url(../images/home-new/contact_img_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 248px;
  width: 348px;
  position: absolute;
  left: 0;
  bottom: -50px;
}

#contents .contact-area .txt::after {
  background-image: url(../images/home-new/contact_img_02.png);
  left: unset;
  right: 0;
}

#contents .contact-area h2 {
  letter-spacing: 0;
  margin-bottom: 40px;
}

#contents .contact-area .tel-box {
  display: grid;
  grid-template-columns: 23% 77%;
  margin: 0 auto 50px;
  max-width: 1200px;
  position: relative;
}

#contents .contact-area .tel-box .ttl {
  align-items: center;
  background-image: url(../images/home-new/bg_green_noise.jpg);
  border-radius: 40px 0 0 40px;
  color: #fff;
  display: flex;
  font-size: 28px;
  justify-content: center;
  line-height: 1.5em;
}

#contents .contact-area .num-item {
  background-color: #fff;
  border: 6px solid #6eb55d;
  border-left: none;
  border-radius: 0 40px 40px 0;
  padding: 30px 10px 30px 50px;
}

#contents .contact-area .num-item .sub-box {
  color: #6f665e;
  margin-left: 40px;
}

#contents .contact-area .num-item .sub-txt {
  background-color: #6eb55d;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1em;
  max-width: fit-content;
  margin-bottom: 3px;
  padding: 4px 28px 6px;
}

#contents .contact-area .num-item .time {
  font-size: 156%;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

#contents .contact-area .bg-white {
  border: 8px solid #dfd8cf;
  border-radius: 40px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 45px;
}

#contents .contact-area form {
  margin: 0 auto;
  max-width: 930px;
}

#contents .contact-area .form-ttl {
  letter-spacing: 0;
  font-size: 50px;
  margin-bottom: 25px;
}

#contents .contact-area .wpcf7-checkbox {
  display: grid;
  font-weight: 500;
  font-size: 18px;
  font-feature-settings: "palt";
  gap: 3px 0;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
}

#contents .table-01 th p, #contents .table-01 td p {
  margin-bottom: 0;
}

#contents .table-01 th p {
  font-size: 20px;
}

#contents .contact-area .privacy-area {
  border: 2px solid #e0e0e0;
  font-size: 16px;
  height: 200px;
  overflow-y: scroll;
  margin: 10px auto 30px;
  padding: 25px 25px 5px;
}

#contents .privacy-area::-webkit-scrollbar {
  height: 5px;
  width: 0;
}

#contents .privacy-area::-webkit-scrollbar-track {
  background: #e0e0e0;
}

#contents .privacy-area::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}

#contents .privacy-area li p {
  margin-bottom: 3px;
}

#contents .contact-area .privacy-area h2 {
  color: #ff7e00;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .05em;
  margin-bottom: 25px;
}

#contents .contact-area .privacy-area h3 {
  font-size: 21px;
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 1800px) {
  #contents .reason-area .num-txt {
    font-size: 1.6vw;
  }

  #contents .cost-area .grid-box {
    grid-template-columns: 40%;
  }

  #contents .cta-area .num-item {
    padding: 45px 10px 45px 30px;
  }

  #contents .column-list .column-group .photo {
    height: calc(100vw / 7);
  }
}

@media screen and (max-width: 1700px) {
  #contents .worries-area .bg-txt li:nth-child(3)::after {
    height: 184px;
    width: 113px;
  }

  #contents .worries-area .bg-txt li:nth-child(4)::after {
    height: 159px;
    width: 106px;
  }

  #contents .worries-area .bg-txt li::after {
    height: 170px;
    width: 120px;
  }

  #contents .worries-area .bg-txt li:nth-child(2)::after {
    height: 156px;
    width: 97px;
  }

  #contents .worries-area .bg-txt li {
    font-size: 21px;
  }

  #contents .worries-area .img-box .txt {
    font-size: 38px;
  }

  #contents a.tel-link {
    font-size: 58px;
    margin-bottom: 10px;
  }

  #contents a.tel-link::before {
    height: 35px;
    margin-right: 5px;
    width: 35px;
  }

  #contents .cta-area .num-item {
    padding: 50px 10px 40px 20px;
  }

  #contents .cta-area .tel-box .ttl {
    font-size: 27px;
  }

  #contents .cta-area .tel-box {
    grid-template-columns: 31% 69%;
  }

  #contents .cta-area .num-item .time {
    font-size: 145%;
  }

  #contents .cta-area .num-item .sub-txt {
    font-size: 17px;
    padding: 1px 15px;
  }

  #contents .flow-area .flow-box .flow-item .txt {
    padding: 0 25px;
  }

  #contents .flow-area .flow-box .flow-item .link-btn::after {
    right: 5px;
  }

  #contents .flow-area .flow-box .flow-item::before {
    right: -30px;
  }

  #contents .flow-area .flow-box .flow-item {
    width: calc((100% - 40px * 2) / 3);
  }

  #contents .flow-area .flow-box {
    gap: 40px;
  }

  #contents .flow-area .flow-box .flow-item .link-btn {
    font-size: 19px;
    padding: 19px 10px;
  }
}

@media screen and (max-width: 1600px) {
  #contents .main-view {
    padding-top: 200px;
  }

  #contents .reason-area .num-txt {
    font-size: 25px;
  }

  #contents .reason-area .flex .txt-3box, #contents .reason-area .flex .txt-3box:nth-child(3n) {
    margin-right: 30px;
    width: calc(100% / 2 - 15px);
  }

  #contents .reason-area .flex .txt-3box:nth-child(2n) {
    margin-right: 0;
  }

  #contents .cta-area .link-btn.contact::before {
    left: 70px;
  }

  #contents .cta-area .link-btn.contact {
    padding: 57px 15px 57px 140px;
  }

  #contents a.tel-link {
    font-size: 52px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1500px) {
  #contents .worries-area .bg-txt li {
    flex-direction: column;
    line-height: 1.45em;
    text-align: center;
  }

  #contents .main-view .main-photo .img-txt {
    max-width: 250px;
    right: -40px;
  }

  #contents .loss-area .bg-box .txt {
    font-size: 22px;
    gap: 40px;
  }

  #contents .loss-area .bg-box .txt::before {
    height: 220px;
    width: 195px;
  }

  #contents .cost-area .box-item {
    padding: 50px 40px 60px;
  }

  #contents .cost-area .grid-box {
    gap: 30px;
  }

  #contents .voice-area .voice-item .link-bnr {
    grid-template-columns: 135px calc(100% - 155px);
    padding: 45px 85px 55px 35px;
  }

  #contents .voice-area .voice-box {
    gap: 35px;
  }

  #contents .case-area .case-item .grid-box .txt-box {
    padding-right: 40px;
  }

  #contents .case-area .case-item .link-bnr {
    padding: 50px 40px 45px;
    width: 100%;
  }

  #contents .contact-area .txt::before, #contents .contact-area .txt::after {
    bottom: -11vw;
    height: calc(100vw / 4.2);
    width: calc(100vw / 4.1);
  }

  #contents .contact-area .txt::before {
    left: -10px;
  }

  #contents .contact-area .txt::after {
    right: -10px;
  }
}

@media screen and (max-width: 1400px) {
  #contents .worries-area .bg-txt {
    padding-bottom: 50px;
  }

  #contents .worries-area .bg-txt::before {
    bottom: 3px;
  }

  #contents .worries-area .img-box .txt {
    font-size: 31px;
  }

  #contents .worries-area .img-box {
    gap: 30px;
    grid-template-columns: 38% calc(62% - 30px);
    max-width: 700px;
  }

  #contents .worries-area .img-box .txt .br-1400 {
    display: block;
  }

  #contents .main-view .ico-txt {
    gap: 15px;
    bottom: -61px;
  }

  #contents .main-view .ico-txt li::before {
    height: 62px;
    width: 76px;
  }

  #contents .main-view .ico-txt li {
    font-size: 30px;
    width: calc((100% - 15px * 2) / 3);
  }

  #contents .main-view .ico-txt li:first-child {
    font-size: 24px;
  }

  #contents .loss-area .bg-box {
    padding: 40px 30px;
  }

  #contents .loss-area .bg-box .txt .txt-group {
    width: 100%;
  }

  #contents .loss-area .bg-box .txt::before {
    display: none;
  }

  #contents .greeting-area .img-2box-txt p br {
    display: none;
  }

  #contents .greeting-area .inner {
    padding: 55px 50px 75px;
  }

  #contents .greeting-area .name {
    font-size: 26px;
  }

  #contents .cost-area .main-box {
    max-width: 760px;
  }

  #contents .cost-area .box-item .check-list.no-bg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  #contents .cost-area .box-item:last-child {
    grid-column: unset;
  }

  #contents .cost-area .grid-box {
    grid-template-columns: 100%;
  }

  #contents .voice-area .voice-item .name .sub-txt {
    max-width: 150px;
  }

  #contents .case-area .case-box {
    grid-template-columns: 100%;
  }

  #contents .cta-area .link-btn.contact {
    padding: 40px 15px 40px 140px;
  }

  #contents .cta-area .main-txt::before, #contents .cta-area .main-txt::after {
    display: none;
  }

  #contents .cta-area .flex {
    gap: 30px 0;
  }

  #contents .cta-area .txt-2box {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
  }

  #contents .column-list .column-group {
    width: calc((100% - 20px * 3) / 4);
  }

  #contents .column-list {
    gap: 20px;
  }

  #contents .link-area .link-btn::before {
    left: 60px;
    height: 50px;
    width: 50px;
  }

  #contents .link-area .link-btn {
    font-size: 32px;
    padding: 60px 15px;
  }

  #contents .flow-area .flow-box .flow-item img {
    width: 100%;
  }

  #contents .flow-area .flow-box .flow-item {
    width: calc((100% - 40px * 1) / 2);
  }

  #contents .cta-area .num-item, #contents .contact-area .num-item {
    padding: 30px 45px;
  }

  #contents .contact-area .form-ttl {
    font-size: 44px;
  }

  #contents .contact-area .tel-box .ttl {
    font-size: 27px;
  }

  #contents .contact-area .num-item .sub-box {
    margin-left: 0;
  }

  #contents .contact-area .num-item .time {
    font-size: 150%;
    margin: 0 10px;
  }

  #contents .contact-area .num-item .sub-txt {
    display: inline-block;
    line-height: 1.8em;
    margin: 0;
    padding: 2px 21px;
  }

  #contents .contact-area a.tel-link {
    font-size: 58px;
    margin-bottom: 10px;
  }

  #contents .contact-area .tel-box {
    grid-template-columns: 31% 69%;
    max-width: 800px;
  }

  #contents .contact-area .txt::before, #contents .contact-area .txt::after {
    bottom: -11vw;
    height: calc(100vw / 4.2);
    width: calc(100vw / 4.1);
  }

  #contents .contact-area .txt::before {
    left: -10px;
  }

  #contents .contact-area .txt::after {
    right: -10px;
  }
}

@media screen and (max-width: 1300px) {
  #contents .voice-area .voice-box {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #contents .main-view .main-photo > img {
    height: calc(100vw / 1.8);
  }

  #contents .main-view .main-photo .img-txt {
    right: -40px;
    top: -5vw;
    width: calc(100vw / 5);
  }

  #contents .greeting-area .inner .img-2box, #contents .greeting-area .inner .img-2box-txt {
    margin: 0;
    width: 100%;
  }

  #contents .greeting-area .inner .img-2box {
    margin-bottom: 40px;
  }

  #contents .contact-area .txt br.br-1200 {
    display: block;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .worries-area .img-box {
    max-width: 550px;
  }

  #contents .worries-area .img-box .txt {
    font-size: 23px;
  }

  #contents .worries-area .inner {
    padding: 75px 35px 25px;
  }

  #contents .worries-area .bg-txt li:nth-child(3)::after {
    height: 134px;
    width: 83px;
  }

  #contents .worries-area .bg-txt li:nth-child(4)::after {
    height: 115px;
    width: 78px;
  }

  #contents .worries-area .bg-txt li::after {
    height: 130px;
    width: 90px;
  }

  #contents .worries-area .bg-txt li:nth-child(2)::after {
    height: 120px;
    width: 74px;
  }

  #contents .worries-area .bg-txt li {
    font-size: 18px;
    width: calc((100% - 15px * 3) / 4);
  }

  #contents .worries-area .bg-txt {
    gap: 15px;
  }

  #contents .main-view .ico-txt {
    bottom: -51px;
  }

  #contents .main-view .ico-txt li::before {
    height: 50px;
    width: 60px;
  }

  #contents .main-view .ico-txt li p {
    font-size: 20px;
  }

  #contents .main-view .ico-txt li:first-child p {
    font-size: 18px;
  }

  #contents .reason-area .txt-box {
    padding: 30px 25px 40px;
  }

  #contents .reason-area .num-txt .num {
    font-size: 110%;
    height: 45px;
    margin-right: 5px;
    width: 45px;
  }

  #contents .reason-area .num-txt {
    font-size: 21px;
  }

  #contents .loss-area .bg-box .txt .look-orange {
    font-size: 130%;
  }

  #contents .loss-area .bg-box .txt .look-orange br {
    display: none;
  }

  #contents .loss-area .bg-box .txt {
    font-size: 18px;
  }

  #contents .loss-area .grid-box {
    grid-template-columns: 100%;
    gap: 30px;
  }

  #contents .loss-area .main-txt {
    font-size: 30px;
    line-height: 1.6em;
  }

  #contents .loss-area h2::before {
    height: 151px;
    width: 172px;
  }

  #contents h2.main {
    font-size: 50px;
  }

  #contents .service-area .inner-box, #contents .service-area .column-2 .inner-box {
    padding: 50px 30px 60px;
  }

  #contents h3.bg {
    font-size: 28px;
    padding: 27px 15px;
  }

  #contents .service-area .inner-box .main-txt {
    font-size: 20px;
  }

  #contents .service-area .inner-box .txt-2box {
    margin: 0;
    width: 100%;
  }

  #contents .service-area .inner-box .txt-2box:has(img) {
    text-align: center;
  }

  #contents .greeting-area .name {
    font-size: 23px;
  }

  #contents .cost-area .main-box {
    max-width: 640px;
  }

  #contents .cost-area .cost-txt .ttl.bg-orange::before {
    bottom: -18px;
    height: 65px;
    left: -30px;
    width: 60px;
  }

  #contents .cost-area .cost-txt .txt {
    font-size: 25px;
  }

  #contents .cost-area .cost-txt.other .txt {
    font-size: 21px;
  }

  #contents .cost-area .cost-txt .ttl {
    font-size: 22px;
    max-width: 200px;
    padding: 18px 5px;
  }

  #contents .cost-area .grid-box .list-oval .num-txt {
    font-size: 18px;
  }

  #contents .cost-area .box-item .check-list.no-bg li::before {
    height: 25px;
    width: 25px;
    top: 4px;
  }

  #contents .cost-area .box-item .check-list.no-bg li {
    font-size: 18px;
    padding-left: 35px;
  }

  #contents .cost-area .box-item .price-box {
    max-width: 650px;
    padding: 8px 60px;
  }

  #contents .cost-area .box-item .price-box .price {
    font-size: 28px;
  }

  #contents .cost-area .box-item .price-box p {
    font-size: 18px;
  }

  #contents .check-group .check-list li::before {
    height: 24px;
    left: 20px;
    width: 24px;
  }

  #contents .check-group .check-list li {
    font-size: 17px;
    padding: 5px 15px 5px 53px;
  }

  #contents .check-group .ttl {
    font-size: 20px;
  }

  #contents .cost-area .box-item .pack-box .main-txt {
    font-size: 20px;
  }

  #contents .cost-area .box-item .pack-box .txt-2box {
    margin: 0;
    width: 100%;
  }

  #contents .cost-area .box-item .pack-box .txt-2box:has(img) {
    margin-bottom: 30px;
    text-align: center;
  }

  #contents .voice-area .voice-item .link-bnr {
    padding: 35px 85px 40px 35px;
  }

  #contents .voice-area .voice-item .name {
    font-size: 20px;
  }

  #contents .case-area .case-item .grid-box .sub-ttl {
    max-width: 100px;
    margin-right: 13px;
  }

  #contents .case-area .case-item .grid-box .ttl {
    font-size: 17px;
  }

  #contents .case-area .case-item .grid-box .main-txt {
    font-size: 20px;
  }

  #contents .cta-area h2 {
    font-size: 32px;
    line-height: 1.4em;
  }

  #contents .cta-area .link-btn.contact .mark {
    font-size: 16px;
    margin-left: 5px;
  }

  #contents .cta-area .link-btn.contact::before, #contents .loss-area .link-btn::before {
    left: 70px;
    height: 42px;
    width: 42px;
  }

  #contents a.tel-link::before {
    height: 28px;
    margin-right: 5px;
    width: 28px;
  }

  #contents .link-area .link-btn::before {
    left: 60px;
    height: 40px;
    width: 40px;
  }

  #contents .link-area .link-btn {
    font-size: 26px;
    padding: 40px 15px;
  }

  #contents .flow-area .flow-box .flow-item .link-btn {
    font-size: 16px;
    padding: 15px 12px;
  }

  #contents .flow-area .flow-box .flow-item .ttl {
    font-size: 24px;
  }

  #contents h2.size-50 {
    font-size: 37px;
    margin-bottom: 40px;
  }

  #contents .contact-area .wpcf7-checkbox {
    font-size: 16px;
  }

  #contents .table-01 th p {
    font-size: 16px;
  }

  #contents .qa-area .qa-q::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff8909;
    right: 30px;
  }

  #contents .qa-area .qa-a {
    padding: 23px 20px;
  }

  #contents .qa-area .q-txt, #contents .qa-area .a-txt {
    font-size: 30px;
    width: 35px;
  }

  #contents .qa-area .txt-box {
    width: calc(100% - 35px);
  }

  #contents .qa-area .qa-q {
    font-size: 19px;
    line-height: 1.6em;
    padding: 18px 65px 18px 20px;
  }

  #contents .contact-area .privacy-area h3 {
    font-size: 19px;
  }

  #contents .contact-area .privacy-area h2 {
    font-size: 21px;
  }

  #contents .contact-area .form-ttl {
    font-size: 35px;
    line-height: 1.4em;
  }

  #contents a.tel-link, #contents .contact-area a.tel-link {
    font-size: 50px;
    margin-bottom: 10px;
  }

  #contents .cta-area .tel-box .ttl, #contents .contact-area .tel-box .ttl {
    font-size: 21px;
  }

  #contents .cta-area .txt-2box, #contents .contact-area .tel-box {
    max-width: 700px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .main-view .btn-area {
    padding: 130px 0 60px;
  }

  #contents .main-view .ico-txt {
    gap: 10px;
    bottom: -90px;
  }

  #contents .main-view .ico-txt li p {
    font-size: 18px;
  }

  #contents .main-view .ico-txt li:first-child p {
    font-size: 16px;
  }

  #contents .main-view .ico-txt li {
    border-width: 5px;
    flex-direction: column;
    padding: 13px;
    text-align: center;
    width: calc((100% - 10px * 2) / 3);
  }

  #contents .main-view .main-photo .img-txt {
    top: -6vw;
    right: -10px;
    width: calc(100vw / 6);
  }

  #contents .main-view, .mobile-view #contents .main-view {
    padding-top: 20px;
  }

  #contents .main-view .inner {
    width: 95%;
  }

  #contents .loss-area .inner-box .no-mb.txt-center {
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
  }

  #contents .loss-area .link-btn {
    padding: 41px 15px;
  }

  #contents .loss-area .bg-white {
    padding: 60px 30px 70px;
  }

  #contents .check-group .check-list {
    grid-template-columns: 100%;
  }

  #contents .cta-area .txt-center {
    text-align: left;
  }

  #contents .link-area .flex {
    gap: 30px 0;
    margin: 0 auto;
    max-width: 600px;
  }

  #contents .column-list .column-group .photo {
    height: calc(100vw / 4);
  }

  #contents .column-list .column-group {
    width: calc((100% - 20px * 1) / 2);
  }

  #contents .contact-area .bg-white {
    padding: 45px 30px;
  }

  #contents .contact-area .txt::before, #contents .contact-area .txt::after {
    bottom: -7vw;
  }

  .main-view {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #contents .worries-area .bg-txt::before {
    bottom: 9px;
  }

  #contents .worries-area .img-box {
    grid-template-columns: 100%;
    text-align: center;
  }

  #contents .worries-area .img-box p:has(img) {
    margin: 0 auto;
    max-width: 250px;
  }

  #contents .worries-area .bg-txt li {
    width: calc((100% - 15px * 1) / 2);
  }

  #contents .reason-area .txt-box {
    padding: 30px 15px 40px;
  }

  #contents .reason-area .flex {
    gap: 30px 0;
  }

  #contents .reason-area .flex .txt-3box, #contents .reason-area .flex .txt-3box:nth-child(3n), #contents .reason-area .flex .txt-3box:nth-child(2n) {
    margin: 0;
    width: 100%;
  }

  #contents .loss-area h2::before {
    display: none;
  }

  #contents .cost-area .main-box {
    max-width: 440px;
  }

  #contents .cost-area .cost-txt {
    align-items: flex-start;
    flex-direction: column;
  }

  #contents .cost-area .grid-box .list-oval li .txt-01 {
    margin-bottom: 20px;
    width: 100%;
  }

  #contents .cost-area .grid-box .list-oval li .txt-02 {
    width: 100%;
  }

  #contents .cost-area .box-item .check-list.no-bg {
    grid-template-columns: 100%;
  }

  #contents .voice-area .voice-item .link-bnr {
    grid-template-columns: 115px calc(100% - 135px);
    padding: 35px 75px 40px 30px;
  }

  #contents .flow-area .flow-box .flow-item .link-btn {
    max-width: calc(100% - 30px);
  }

  #contents .flow-area .flow-box .flow-item::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 13px solid #6eb55d;
    right: 0;
    left: 0;
    top: unset;
    bottom: -33px;
    transform: rotate(90deg);
  }

  #contents .flow-area .flow-box .flow-item {
    width: 100%;
  }

  #contents .contact-area .wpcf7-checkbox {
    grid-template-columns: 100%;
  }

  #contents a.tel-link, #contents .contact-area a.tel-link {
    font-size: 46px;
    margin-bottom: 9px;
  }

  #contents .cta-area .num-item, #contents .contact-area .num-item {
    padding: 30px 35px;
  }
}

@media screen and (max-width: 700px) {
  #contents .contact-area .txt::before, #contents .contact-area .txt::after {
    bottom: 0;
    position: relative;
    order: 2;
    height: 140px;
    width: 200px;
  }

  #contents .contact-area .txt {
    display: flex;
    gap: 25px 5px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 40px;
  }

  #contents .contact-area .txt br.br-1200 {
    display: none;
  }

  #contents a.tel-link, #contents .contact-area a.tel-link {
    font-size: 44px;
    margin-bottom: 9px;
  }

  #contents .cta-area .num-item, #contents .contact-area .num-item {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents .cta-area .link-btn.contact::before, #contents .loss-area .link-btn::before {
    left: 30px;
  }

  #contents .cta-area .link-btn.contact {
    padding: 40px 15px 40px 120px;
  }

  #contents a.tel-link {
    justify-content: center;
  }

  #contents .cta-area .tel-box .no-mb {
    text-align: center;
  }

  #contents .cta-area .tel-box .ttl br {
    display: none;
  }

  #contents .cta-area .tel-box {
    grid-template-columns: 100%;
  }

  #contents .contact-area .tel-box {
    grid-template-columns: 100%;
  }

  #contents .contact-area .tel-box .ttl br {
    display: none;
  }

  #contents .cta-area .num-item, #contents .contact-area .num-item {
    border-top: none;
    border-left: 6px solid #6eb55d;
    border-radius: 0 0 30px 30px;
    justify-content: center;
    padding: 25px 30px;
  }

  #contents .cta-area .tel-box .ttl, #contents .contact-area .tel-box .ttl {
    border-radius: 30px 30px 0 0;
    text-align: center;
    padding: 15px 5px;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .loss-area .link-btn {
    padding: 25px 15px;
  }

  #contents .loss-area .bg-box .txt .look-orange {
    font-size: 120%;
  }

  #contents .loss-area .bg-box .txt {
    font-size: 17px;
  }

  #contents .loss-area .bg-box {
    padding: 35px 15px;
  }

  #contents .contact-area {
    padding: 65px 0 90px;
  }

  #contents .link-area {
    padding: 50px 0;
  }

  #contents .reason-area, #contents .loss-area {
    padding: 65px 0;
  }

  #contents .column-area, #contents .service-area, #contents .cta-area {
    padding: 60px 0;
  }

  #contents .flow-area, #contents .qa-area, #contents .cost-area {
    padding: 65px 0 70px;
  }

  #contents .voice-area, #contents .case-area {
    padding: 60px 0 70px;
  }

  #contents .greeting-area, #contents .worries-area {
    padding: 60px 0;
  }

  #contents .worries-area .bg-txt li:nth-child(3)::after {
    height: 104px;
    width: 67px;
  }

  #contents .worries-area .bg-txt li:nth-child(4)::after {
    height: 95px;
    width: 64px;
  }

  #contents .worries-area .bg-txt li::after {
    height: 100px;
    width: 70px;
  }

  #contents .worries-area .bg-txt li:nth-child(2)::after {
    height: 87px;
    width: 58px;
  }

  #contents .worries-area .bg-txt li {
    font-size: 15px;
  }

  #contents .main-view .main-photo .img-txt {
    top: 3vw;
    right: -5px;
    width: calc(100vw / 5.5);
  }

  #contents .main-view .ico-txt li p {
    font-size: 15px;
  }

  #contents .main-view .ico-txt li:first-child p {
    font-size: 14px;
  }

  #contents .worries-area .bg-txt::before {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-style: solid;
    border-top: 21px solid #dedcdf;
    bottom: 10px;
  }

  #contents .worries-area .img-box {
    grid-template-columns: 100%;
    gap: 10px;
  }

  #contents .worries-area .img-box img {
    display: block;
    margin: 0 auto;
    width: 190px;
  }

  #contents .worries-area .img-box .txt {
    font-size: 20px;
  }

  #contents .worries-area .inner {
    padding: 45px 15px 40px;
  }

  #contents .main-view .ico-txt li::before {
    margin-right: 0;
    height: 40px;
    width: 50px;
  }

  #contents .main-view .ico-txt {
    bottom: -270px;
    gap: 10px;
  }

  #contents .main-view .btn-area {
    padding: 300px 0 50px;
  }

  #contents .main-view .ico-txt li {
    justify-content: center;
    padding: 10px;
    width: calc((100% - 30px * 1) / 2);
  }

  #contents .loss-area .link-btn .mark {
    font-size: 15px;
    margin-left: 0;
  }

  #contents .loss-area .bg-white {
    padding: 40px 15px 50px;
  }

  #contents .loss-area .grid-box .box-item p br {
    display: none;
  }

  #contents .loss-area .main-txt {
    font-size: 21px;
    text-align: left;
  }

  #contents .loss-area .main-txt br {
    display: none;
  }

  #contents h2.main .sub {
    margin-bottom: 15px;
  }

  #contents h2.main {
    font-size: 40px;
  }

  #contents .service-area .column-2 {
    gap: 30px 0;
    margin-top: 30px;
  }

  #contents .check-group .check-list li::before {
    height: 22px;
    left: 15px;
    width: 22px;
  }

  #contents .check-group .check-list li {
    font-size: 16px;
    padding: 5px 15px 5px 47px;
  }

  #contents .service-area .inner-box .main-txt {
    font-size: 19px;
  }

  #contents .service-area .inner-box .main-txt br {
    display: none;
  }

  #contents .service-area .inner-box, #contents .service-area .column-2 .inner-box {
    padding: 40px 15px 50px;
  }

  #contents h3.bg {
    font-size: 23px;
    padding: 18px 15px;
  }

  #contents .greeting-area .inner {
    padding: 40px 15px 50px;
  }

  #contents .cost-area .cost-txt.other .txt {
    font-size: 17px;
  }

  #contents .cost-area .cost-txt .txt {
    font-size: 21px;
  }

  #contents .cost-area .cost-txt .ttl.bg-orange::before {
    display: none;
  }

  #contents .cost-area .cost-txt .ttl {
    font-size: 17px;
    max-width: 160px;
    padding: 5px;
  }

  #contents .cost-area .box-item .price-box .price {
    font-size: 23px;
  }

  #contents .cost-area .box-item .price-box {
    border-radius: 20px;
    justify-content: center;
    padding: 8px 40px;
    text-align: center;
  }

  #contents .check-group {
    padding: 40px 15px 30px;
  }

  #contents .check-group .ttl {
    font-size: 18px;
    max-width: 190px;
    top: -23px;
  }

  #contents .cost-area .box-item .pack-box .main-txt {
    font-size: 19px;
  }

  #contents .cost-area .box-item .pack-box .main-txt br {
    display: none;
  }

  #contents .cost-area .grid-box .list-oval li .txt-01 {
    font-size: 14px;
  }

  #contents .cost-area .grid-box .list-oval .num-txt {
    font-size: 16px;
  }

  #contents .cost-area .grid-box .list-oval li {
    padding: 12px 20px;
  }

  #contents .cost-area .box-item {
    padding: 30px 15px 40px;
  }

  #contents .cost-area .box-item .check-list.no-bg li::before {
    height: 20px;
    width: 20px;
  }

  #contents .cost-area .box-item .check-list.no-bg li {
    font-size: 16px;
    padding-left: 28px;
  }

  #contents .voice-area .voice-box {
    gap: 30px;
  }

  #contents .voice-area .voice-item .name .sub-txt {
    max-width: 130px;
    padding: 8px;
  }

  #contents .link-arrow::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6eb55d;
    right: 20px;
  }

  #contents .voice-area .voice-item .link-bnr {
    grid-template-columns: 100%;
    padding: 35px 15px 40px;
  }

  #contents .voice-area .voice-item .link-bnr img {
    width: 90px;
  }

  #contents .case-area .case-item .grid-box .sub-ttl {
    max-width: 80px;
    margin-right: 10px;
  }

  #contents .case-area .case-item .grid-box .ttl {
    font-size: 16px;
  }

  #contents .case-area .case-item .grid-box .main-txt {
    font-size: 19px;
  }

  #contents .case-area .case-item .grid-box .txt-box {
    padding-right: 0;
  }

  #contents .case-area .case-item .link-bnr {
    padding: 35px 15px 40px;
  }

  #contents .case-area .case-item .grid-box {
    grid-template-columns: 100%;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  #contents .case-area .case-item .grid-box img {
    width: 90px;
  }

  #contents .case-area .case-box {
    gap: 30px;
  }

  #contents .cta-area .link-btn.contact .mark {
    font-size: 14px;
    margin-left: 3px;
    top: -13px;
  }

  #contents .cta-area .link-btn.contact {
    border-radius: 25px;
    padding: 30px 15px 30px 60px;
  }

  #contents .cta-area .link-btn.contact::before, #contents .loss-area .link-btn::before {
    left: 15px;
    height: 28px;
    width: 28px;
  }

  #contents .cta-area h2 {
    font-size: 25px;
  }

  #contents a.tel-link::before {
    height: 25px;
    width: 25px;
  }

  #contents .cta-area .tel-box .tel-link + .no-mb {
    font-size: 14px;
  }

  #contents .column-list .column-group .photo {
    height: calc(100vw / 3.2);
  }

  #contents .column-list .column-group .link-bnr p {
    padding: 0 15px;
  }

  #contents .column-list .column-group {
    width: calc((100% - 10px * 1) / 2);
  }

  #contents .column-list {
    gap: 30px 10px;
  }

  #contents .link-area .link-btn::after {
    height: 35px;
    right: 30px;
    width: 35px;
  }

  #contents .link-area .link-btn::before {
    left: 40px;
    height: 32px;
    width: 32px;
  }

  #contents .link-area .link-btn {
    font-size: 21px;
    padding: 30px 15px 30px 85px;
    text-align: left;
    text-indent: unset;
  }

  #contents .link-area .flex {
    gap: 20px 0;
  }

  #contents .flow-area .flow-box .flow-item .txt {
    padding: 0 15px;
  }

  #contents .flow-area .flow-box .flow-item .ttl {
    font-size: 21px;
  }

  #contents h2.size-50 {
    font-size: 27px;
  }

  #contents .contact-area .wpcf7-checkbox {
    font-size: 16px;
  }

  #contents .contact-area .bg-white {
    padding: 45px 15px;
  }

  #contents .qa-area .qa-q::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 15px;
  }

  #contents .qa-area .qa-a {
    padding: 23px 15px;
  }

  #contents .qa-area .qa-item {
    margin-bottom: 20px;
  }

  #contents .qa-area .q-txt, #contents .qa-area .a-txt {
    font-size: 25px;
    top: 1px;
    width: 27px;
  }

  #contents .qa-area .txt-box {
    width: calc(100% - 27px);
  }

  #contents .qa-area .qa-q {
    border-radius: 15px;
    font-size: 17px;
    line-height: 1.5em;
    padding: 18px 45px 18px 15px;
  }

  #contents .contact-area .privacy-area h3 {
    font-size: 18px;
  }

  #contents .contact-area .privacy-area h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #contents .contact-area .privacy-area {
    padding: 25px 30px 5px 15px;
  }

  #contents .contact-area .bg-border {
    padding: 30px 15px;
  }

  #contents .contact-area .form-ttl {
    font-size: 22px;
  }

  #contents .contact-area .num-item .sub-box {
    font-size: 14px;
  }

  #contents .contact-area .txt br.br-1200 {
    display: block;
  }

  #contents .cta-area .num-item .time, #contents .contact-area .num-item .time {
    font-size: 150%;
    top: 2px;
    margin: 0 5px;
  }

  #contents .cta-area .num-item .sub-txt, #contents .contact-area .num-item .sub-txt {
    font-size: 14px;
    padding: 0 15px;
  }

  #contents .cta-area .num-item, #contents .contact-area .num-item {
    padding: 25px 15px;
  }

  #contents a.tel-link, #contents .contact-area a.tel-link {
    font-size: 35px;
  }

  #contents .cta-area .tel-box .ttl, #contents .contact-area .tel-box .ttl {
    font-size: 19px;
  }

  #contents .contact-area .txt::before, #contents .contact-area .txt::after {
    height: 150px;
    width: 220px;
    left: 0;
    right: 0;
  }

  .main-view {
    margin-top: 65px;
  }
}

@media screen and (max-width: 505px) {
  #contents .contact-area .txt::before, #contents .contact-area .txt::after {
    height: 110px;
    width: 170px;
  }
}

@media screen and (max-width: 380px) {
  #contents .contact-area .txt::before, #contents .contact-area .txt::after {
    height: 100px;
    width: 150px;
  }
}
