@charset "utf-8"; /* default PC */
/* animation */
.animation {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: .5s;
}

.animation.active {
  opacity: 1;
  top: 0;
  transition: .5s;
}

/* main-view */
.mobile-view #contents .main-view {
  margin-top: 230px;
}

#contents .main-view {
  background: url(../image/contents/home/main_view.jpg?202507) no-repeat center / cover;
  margin-top: 148px;
  padding-top: 55px;
}

#contents .main-view .main-ttl + .link-btn {
  border: 8px solid #a0d891;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 auto 40px;
  padding: 32px 15px;
  width: 990px;
}

#contents .main-view .main-ttl + .link-btn .sub-txt {
  display: block;
  font-size: 48%;
  letter-spacing: .1em;
  line-height: 1em;
  margin-bottom: 25px;
}

#contents .main-view .tel-box {
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 990px;
  padding: 40px 30px;
}

#contents .main-view .tel-box p {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 0;
}

#contents .main-view .tel {
  align-items: center;
  display: flex;
}

#contents .main-view .tel a {
  align-items: center;
  color: #53b03a;
  display: flex;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 8px 0 25px;
  padding: 0;
  position: relative;
  bottom: 1px;
  width: auto;
}

#contents .main-view .tel a::before {
  background-image: url(../image/base/ico_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 33px;
  margin-right: 7px;
  position: relative;
  top: 3px;
  width: 58px;
}

#contents .main-view .inner {
  max-width: 1500px;
}

#contents .main-view .main-ttl {
  font-size: 58px;
  font-weight: bold;
  letter-spacing: .1em;
}

#contents .main-view .main-ttl img {
  margin-right: 20px;
}

#contents .main-view .main-ttl .main {
  font-size: 151%;
  margin-left: 5px;
}

#contents .main-view .main-ttl + .link-btn::after {
  right: 40px;
}

#contents .main-view .main-ttl .bubble {
  border-bottom: 4px solid #4b4642;
  display: block;
  font-size: 66%;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 auto 35px;
  max-width: fit-content;
  padding: 10px 10px 18px;
  position: relative;
  text-align: center;
  mix-blend-mode: multiply;
}

#contents .main-view .main-ttl .bubble::before {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 100%;
  left: 51%;
  height: 16px;
  width: 50px;
}

#contents .main-view .main-ttl .bubble::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% + 11px);
  height: 50px;
  width: 15px;
  border-right: 4px solid #4b4642;
  rotate: -55deg;
}

/* contents */
#contents .link-btn {
  padding: 16px 15px;
  width: 400px;
}

#contents .link-bnr.pattern-blue {
  border: 6px solid #b8e6f3;
}

#contents .link-bnr.pattern-green {
  border: 6px solid #a0d891;
}

#contents .inner {
  max-width: 1750px;
}

#contents h2 {
  margin-bottom: 40px;
}

#contents .reason-area, #contents .kaitori-area, #contents .voice-area, #contents .blog-area {
  padding: 70px 0;
}

#contents .reason-area .reason-box {
  gap: 20px 10px;
  margin-bottom: 40px;
}

#contents .reason-area .reason-box .box-item {
  width: calc((100% - 10px * 2) / 3);
}

#contents .reason-area .main-txt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.6em;
  padding-left: 20px;
}

#contents .reason-area .main-txt .num {
  font-size: 230%;
  margin-right: 35px;
}

#contents .works-area, #contents .satei-area {
  padding: 70px 0 90px;
}

#contents .works-area .google-map {
  border: none;
  height: 1200px;
}

#contents .works-area .main-txt {
  font-size: 27px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  margin-bottom: 30px;
}

#contents .works-area .main-txt .area {
  font-size: 125%;
  margin-right: 4px;
}

#contents .voice-area .voice-box {
  justify-content: center;
  margin-bottom: 40px;
}

#contents .news-area {
  padding: 60px 0;
}

#contents .works-area .inner, #contents .news-area .inner {
  max-width: 1500px;
}

#contents .news-area .news-item {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 350px calc(100% - 410px);
}

#contents .news-area h2 {
  margin-bottom: 50px;
}

#contents .blog-area {
  background: url(../image/contents/home/news_bg.jpg) no-repeat center / cover;
  color: #fff;
}

#contents .blog-area h2 {
  color: #fff;
}

#contents .blog-box a {
  color: #fff;
}

#contents .blog-area .link-btn {
  border-color: #fff;
  color: #fff;
}

#contents .blog-area .link-btn:hover {
  background-color: #fff;
  color: #4b4642;
}

#contents .blog-area .link-btn::after {
  border-left-color: #fff;
}

#contents .blog-area .link-btn:hover::after {
  border-left-color: #4b4642;
}

#contents .news-area .link-btn.sp-btn {
  display: none;
}

#contents .satei-area .bnr-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 0 auto;
  max-width: 1215px;
}

#contents .satei-area .link-bnr {
  border-width: 8px;
  color: #fff;
  display: block;
  padding: 60px 55px;
  position: relative;
}

#contents .satei-area .bnr-box .bnr-ttl {
  align-items: center;
  display: flex;
  font-size: 49px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0;
  position: relative;
}

#contents .satei-area .bnr-box .bnr-ttl .sub-ttl {
  display: block;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1em;
  margin-bottom: 15px;
}

#contents .satei-area .bnr-item:nth-child(1) .bnr-ttl {
  justify-content: flex-end;
}

#contents .satei-area .bnr-item .link-bnr::before {
  background: url(../image/contents/home/bnr_purchase.png?202508) no-repeat center / contain;
  content: "";
  display: block;
  height: 344px;
  width: 308px;
  position: absolute;
  left: 25px;
  bottom: 0;
}

#contents .satei-area .bnr-item:nth-child(2) .link-bnr::before {
  background: url(../image/contents/home/bnr_sell.png?202508) no-repeat center / contain;
  height: 349px;
  width: 347px;
  left: unset;
  right: 0;
}

#contents .satei-area .bnr-box .bnr-ttl .en-txt {
  display: block;
  font-size: 52%;
  letter-spacing: .1em;
  line-height: 1em;
  margin-top: 25px;
  text-transform: uppercase;
}

#contents .satei-area .bnr-box .txt {
  display: block;
  margin-top: 55px;
}

#contents .bnr-area {
  padding: 80px 0;
}

#contents .bnr-area .bnr-box {
  gap: 10px;
  justify-content: center;
}

#contents .bnr-area .bnr-box .bnr-item {
  width: calc((100% - 10px * 2) / 3);
}

#contents .bnr-area .bnr-box .bnr-item .link-bnr {
  color: #fff;
  position: relative;
}

#contents .bnr-area .bnr-box .bnr-item .bnr-ttl {
  background-color: #333;
  font-size: 24px;
  letter-spacing: .1em;
  padding: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#contents .blog-box {
  justify-content: center;
  margin-bottom: 40px;
}

#contents .end-bnr {
  padding: 75px 0 80px;
}

#contents .end-bnr .bnr-box {
  gap: 16px;
}

#contents .end-bnr .bnr-box .bnr-item {
  width: calc((100% - 16px * 3) / 4);
}

#contents .end-bnr .bnr-box .link-bnr {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 12px 15px;
}

#contents .end-bnr .bnr-item:nth-child(odd) .link-bnr {
  padding: 24px 15px 0;
}

#contents .end-bnr .bnr-item:nth-child(odd) .bnr-ttl > span {
  position: relative;
  top: -12px;
}

#contents .end-bnr .bnr-item:nth-child(2) .link-bnr {
  justify-content: flex-start;
}

#contents .end-bnr .bnr-box .link-bnr .bnr-ttl {
  align-items: center;
  display: flex;
  font-size: 24px;
  gap: 30px;
  letter-spacing: .05em;
  line-height: 1.5em;
  margin: 0;
  position: relative;
}

#contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl, #contents .end-bnr .bnr-item:nth-child(3) .link-bnr .bnr-ttl {
  gap: 15px;
}

#contents .end-bnr .bnr-item .link-bnr .bnr-ttl::before {
  background: url(../image/contents/home/end_bnr_01.png?202507) no-repeat center / contain;
  content: "";
  display: block;
  height: 201px;
  width: 168px;
}

#contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl::before {
  background-image: url(../image/contents/home/end_bnr_02.png?202507);
  height: 168px;
  width: 205px;
}

#contents .end-bnr .bnr-item:nth-child(3) .link-bnr .bnr-ttl::before {
  background-image: url(../image/contents/home/end_bnr_03.png?202507);
  height: 202px;
  width: 163px;
}

#contents .end-bnr .bnr-item:nth-child(4) .link-bnr .bnr-ttl::before {
  background-image: url(../image/contents/home/end_bnr_04.png?202507);
  height: 157px;
  width: 143px;
}

#contents .end-bnr .bnr-box .link-bnr .bnr-ttl .en-txt {
  display: block;
  font-size: 67%;
  letter-spacing: .1em;
  line-height: 1em;
  margin-top: 25px;
  text-transform: uppercase;
}

@media screen and (max-width: 1700px) {
  #contents .end-bnr .bnr-box .link-bnr .bnr-ttl {
    gap: 20px;
  }

  #contents .end-bnr .bnr-item .link-bnr .bnr-ttl::before {
    height: calc(100vw / 9.2);
    width: calc(100vw / 11);
  }

  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl::before {
    height: calc(100vw / 11);
    width: calc(100vw / 9);
  }

  #contents .end-bnr .bnr-item:nth-child(3) .link-bnr .bnr-ttl::before {
    height: calc(100vw / 9.2);
    width: calc(100vw / 11);
  }

  #contents .end-bnr .bnr-item:nth-child(4) .link-bnr .bnr-ttl::before {
    height: calc(100vw / 12);
    width: calc(100vw / 12);
  }
}

@media screen and (max-width: 1600px) {
  #contents .end-bnr .bnr-box .link-bnr .bnr-ttl {
    font-size: 22px;
  }

  #contents .reason-area .main-txt .num {
    margin-right: 20px;
  }

  #contents .reason-area .main-txt {
    padding: 0;
  }

  #contents .end-bnr .bnr-box .link-bnr .bnr-ttl .en-txt {
    margin-top: 17px;
  }

  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl, #contents .end-bnr .bnr-item:nth-child(3) .link-bnr .bnr-ttl {
    gap: 10px;
  }
}

@media screen and (max-width: 1500px) {
  #contents .main-view .main-ttl + .link-btn {
    font-size: 47px;
  }

  #contents .main-view .main-ttl .bubble::after {
    left: calc(50% + 10px);
  }

  #contents .main-view .main-ttl .bubble {
    margin-bottom: 25px;
  }

  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl, #contents .end-bnr .bnr-item:nth-child(3) .link-bnr .bnr-ttl {
    gap: 3px;
  }

  #contents .end-bnr .bnr-box .link-bnr .bnr-ttl {
    gap: 13px;
  }

  #contents .reason-area .main-txt .num {
    font-size: 220%;
    margin-right: 15px;
  }

  #contents .reason-area .main-txt {
    font-size: 23px;
  }

  #contents .main-view .main-ttl {
    font-size: 50px;
  }
}

@media screen and (max-width: 1400px) {
  #contents .satei-area .bnr-item .link-bnr::before {
    height: calc(100vw / 4.1);
    width: calc(100vw / 4.6);
  }

  #contents .satei-area .bnr-item:nth-child(2) .link-bnr::before {
    height: calc(100vw / 4.05);
    width: calc(100vw / 4);
  }

  #contents .satei-area .bnr-box .bnr-ttl {
    font-size: 43px;
  }

  #contents .end-bnr .bnr-box .link-bnr .bnr-ttl {
    font-size: 20px;
  }

  #contents .end-bnr .bnr-box .link-bnr .bnr-ttl {
    gap: 10px;
  }

  #contents .end-bnr .bnr-box .link-bnr {
    padding: 12px 10px;
  }

  #contents .bnr-area .bnr-box .bnr-item .bnr-ttl {
    font-size: 22px;
  }

  #contents .reason-area .main-txt {
    font-size: 21px;
  }
}

@media screen and (max-width: 1300px) {
  #contents .main-view .tel-box p {
    font-size: 20px;
  }

  #contents .main-view .tel a {
    font-size: 36px;
    bottom: 2px;
    margin: 0 8px 0 18px;
  }

  #contents .main-view .tel a::before {
    height: 27px;
    top: 2px;
    width: 47px;
  }

  #contents .end-bnr .bnr-item:first-child .link-bnr .bnr-ttl {
    position: relative;
    right: 10px;
  }

  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl {
    position: relative;
    right: 34px;
  }

  #contents .end-bnr .bnr-box {
    margin: 0 auto;
    max-width: 850px;
  }

  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr {
    justify-content: center;
  }

  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl, #contents .end-bnr .bnr-item:nth-child(3) .link-bnr .bnr-ttl {
    gap: 15px;
  }

  #contents .end-bnr .bnr-box .link-bnr .bnr-ttl {
    gap: 20px;
  }

  #contents .end-bnr .bnr-box .bnr-item {
    width: calc((100% - 16px * 1) / 2);
  }

  #contents .reason-area .main-txt {
    font-size: 20px;
    letter-spacing: .05em;
  }

  #contents .reason-area .main-txt .num {
    font-size: 200%;
    margin-right: 10px;
  }

  #contents .main-view .main-ttl + .link-btn .sub-txt {
    margin-bottom: 20px;
  }

  #contents .main-view .main-ttl + .link-btn {
    font-size: 41px;
    margin-bottom: 30px;
    width: 700px;
  }

  #contents .main-view .tel-box {
    max-width: 700px;
    padding: 30px;
  }

  #contents .main-view .main-ttl img {
    margin-right: 15px;
    width: 440px;
  }

  #contents .main-view .main-ttl {
    font-size: 43px;
  }

  #contents .main-view {
    margin-top: 127px;
  }

  .mobile-view #contents .main-view {
    margin-top: 210px;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .works-area .main-txt {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #contents .main-view .tel a::before {
    width: 44px;
  }

  #contents .main-view .tel a {
    font-size: 34px;
  }

  #contents .main-view .tel-box p {
    font-size: 18px;
  }

  #contents .main-view .tel-box {
    margin-bottom: 30px;
    max-width: 650px;
  }

  #contents .satei-area .bnr-box .bnr-ttl .sub-ttl {
    font-size: 16px;
  }

  #contents .satei-area .bnr-item .link-bnr::before {
    left: 30px;
  }

  #contents .satei-area .bnr-box .bnr-ttl {
    font-size: 35px;
  }

  #contents .satei-area .link-bnr {
    padding: 48px 35px;
  }

  #contents .bnr-area .bnr-box .bnr-item .bnr-ttl {
    font-size: 19px;
  }

  #contents .bnr-area .bnr-box .bnr-item {
    width: calc((100% - 10px * 1) / 2);
  }

  #contents .news-area .link-btn.sp-btn {
    display: block;
  }

  #contents .news-area .link-btn.pc-btn {
    display: none;
  }

  #contents .news-area .news-item {
    gap: 0;
    grid-template-columns: 100%;
    margin-bottom: 40px;
  }

  #contents .reason-area .reason-box {
    margin-bottom: 30px;
  }

  #contents .reason-area .reason-box .box-item {
    width: calc((100% - 10px * 1) / 2);
  }

  #contents .free-box {
    max-width: 840px;
    margin: 0 auto;
  }

  .mobile-view #contents .main-view {
    margin-top: 200px;
  }

  #contents .main-view .main-ttl + .link-btn .sub-txt {
    font-size: 50%;
    margin-bottom: 15px;
  }

  #contents .main-view .main-ttl + .link-btn {
    font-size: 36px;
    width: 650px;
  }

  #contents .main-view .main-ttl .bubble::after {
    height: 43px;
    left: calc(50% + 7px);
    top: calc(100% - 1px);
  }

  #contents .main-view .main-ttl img {
    width: 380px;
  }

  #contents .main-view .main-ttl {
    font-size: 38px;
  }

  #contents .link-btn {
    padding: 11px;
    width: 320px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .works-area .main-txt {
    text-align: left;
  }
  #contents .main-view .main-ttl .main {
    font-size: 140%;
  }

  #contents .end-bnr .bnr-item .link-bnr .bnr-ttl::before {
    height: calc(100vw / 5.8);
    width: calc(100vw / 7);
  }

  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl::before {
    height: calc(100vw / 7);
    width: calc(100vw / 5);
  }

  #contents .end-bnr .bnr-item:nth-child(3) .link-bnr .bnr-ttl::before {
    height: calc(100vw / 5.8);
    width: calc(100vw / 7);
  }

  #contents .end-bnr .bnr-item:nth-child(4) .link-bnr .bnr-ttl::before {
    height: calc(100vw / 7.5);
    width: calc(100vw / 7.5);
  }

  #contents .satei-area .link-bnr {
    padding: 45px 65px;
  }

  #contents .satei-area .bnr-item:nth-child(2) .link-bnr::before {
    height: 220px;
    width: 223px;
  }

  #contents .satei-area .bnr-item .link-bnr::before {
    height: 212px;
    left: 50px;
    width: 190px;
  }

  #contents .satei-area .bnr-box .txt img {
    width: 85%;
  }

  #contents .satei-area .bnr-box .txt {
    margin-top: 35px;
  }

  #contents .satei-area .bnr-box .bnr-ttl .en-txt {
    margin-top: 20px;
  }

  #contents .satei-area .bnr-box .bnr-ttl {
    font-size: 30px;
  }

  #contents .satei-area .bnr-box {
    grid-template-columns: 100%;
    max-width: 550px;
  }

  #contents .mb-60 {
    margin-bottom: 50px;
  }

  #contents .works-area .google-map {
    height: 1100px;
  }

  #contents .main-view .main-ttl + .link-btn .sub-txt {
    font-size: 55%;
  }

  #contents .main-view .main-ttl + .link-btn {
    font-size: 30px;
    padding: 27px 15px;
    width: 650px;
  }

  #contents .main-view .main-ttl .bubble::after {
    height: 35px;
    left: calc(50% + 3px);
    top: 100%;
  }

  #contents .main-view .main-ttl img {
    margin-right: 12px;
    padding-bottom: 4px;
    width: 250px;
  }

  #contents .main-view .main-ttl {
    font-size: 31px;
  }

  #contents .main-view .main-ttl + .link-btn::after {
    right: 30px;
  }

  .mobile-view #contents .main-view, #contents .main-view {
    margin-top: 69px;
  }
}

@media screen and (max-width: 767px) {
  #contents .reason-area .main-txt .num {
    font-size: 180%;
  }

  #contents .reason-area .main-txt {
    font-size: 17px;
  }
}

@media screen and (max-width: 700px) {
  #contents .main-view .tel-box {
    display: block;
    padding: 17px 10px 20px;
    text-align: center;
  }

  #contents .main-view .tel-box .box-ttl {
    margin-bottom: 10px;
  }

  #contents .main-view .tel-box .tel {
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl {
    gap: 0;
    right: 26px;
  }

  #contents .end-bnr .bnr-box .link-bnr .bnr-ttl {
    font-size: 18px;
  }

  #contents .reason-area .main-txt {
    font-size: 19px;
  }

  #contents .reason-area .reason-box .box-item {
    width: 100%;
  }

  #contents .main-view .main-ttl .main {
    display: block;
    margin: 5px 0 0;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .works-area .main-txt .area {
    font-size: 115%;
  }

  #contents .works-area .main-txt {
    font-size: 19px;
  }
  #contents .main-view .tel-box .box-ttl {
    margin-bottom: 6px;
  }

  #contents .main-view .tel a::before {
    height: 21px;
    width: 35px;
  }

  #contents .main-view .tel a {
    font-size: 28px;
    margin: 0 5px 0 0;
  }

  #contents .main-view .tel-box p {
    font-size: 16px;
  }

  #contents .satei-area .bnr-box .bnr-ttl .sub-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #contents .works-area .google-map {
    height: 1200px;
  }

  #contents .end-bnr {
    padding: 60px 0 80px;
  }

  #contents .bnr-area {
    padding: 60px 0;
  }

  #contents .news-area {
    padding: 55px 0 65px;
  }

  #contents .works-area, #contents .satei-area {
    padding: 55px 0 70px;
  }

  #contents .reason-area, #contents .kaitori-area, #contents .voice-area, #contents .blog-area {
    padding: 55px 0 60px;
  }

  #contents .satei-area .bnr-item:nth-child(2) .link-bnr::before {
    height: 167px;
    width: 168px;
  }

  #contents .satei-area .bnr-item .link-bnr::before {
    height: 168px;
    left: 20px;
    width: 150px;
  }

  #contents .satei-area .bnr-box .txt {
    max-width: 170px;
    margin-top: 25px;
  }

  #contents .satei-area .bnr-item:first-child .txt {
    max-width: 160px;
  }

  #contents .satei-area .bnr-box .bnr-ttl .en-txt {
    margin-top: 15px;
  }

  #contents .satei-area .bnr-box .bnr-ttl {
    font-size: 23px;
  }

  #contents .satei-area .bnr-box .txt img {
    width: 100%;
  }

  #contents .satei-area .link-bnr {
    max-width: 380px;
    margin: 0 auto;
    padding: 35px 25px;
  }

  #contents .end-bnr .bnr-item:nth-child(odd) .bnr-ttl > span {
    top: -6px;
  }

  #contents .end-bnr .bnr-item:nth-child(odd) .link-bnr {
    padding: 10px 15px 0;
  }

  #contents .end-bnr .bnr-box .link-bnr {
    padding: 5px 10px;
  }

  #contents .end-bnr .bnr-item:nth-child(4) .link-bnr .bnr-ttl {
    left: 7px;
  }

  #contents .end-bnr .bnr-box .link-bnr .bnr-ttl .en-txt {
    margin-top: 10px;
  }

  #contents .end-bnr .bnr-item:first-child .link-bnr .bnr-ttl {
    gap: 20px;
    right: 0;
  }

  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl {
    gap: 18px;
    right: 0;
  }

  #contents .end-bnr .bnr-item .link-bnr .bnr-ttl::before {
    height: 84px;
    width: 70px;
  }

  #contents .end-bnr .bnr-item:nth-child(2) .link-bnr .bnr-ttl::before {
    height: 85px;
    width: 75px;
  }

  #contents .end-bnr .bnr-item:nth-child(3) .link-bnr .bnr-ttl::before {
    height: 85px;
    width: 71px;
  }

  #contents .end-bnr .bnr-item:nth-child(4) .link-bnr .bnr-ttl::before {
    height: 85px;
    width: 62px;
  }

  #contents .end-bnr .bnr-box .link-bnr, #contents .end-bnr .bnr-item:nth-child(odd) .link-bnr, #contents .end-bnr .bnr-item:nth-child(2) .link-bnr {
    justify-content: flex-start;
  }

  #contents .end-bnr .bnr-item:nth-child(odd) .bnr-ttl > span br {
    display: none;
  }

  #contents .end-bnr .bnr-box .bnr-item {
    width: 100%;
  }

  #contents .bnr-area .bnr-box .bnr-item .bnr-ttl {
    font-size: 18px;
  }

  #contents .bnr-area .bnr-box {
    gap: 30px 0;
  }

  #contents .bnr-area .bnr-box .bnr-item {
    width: 100%;
  }

  #contents .link-btn {
    width: 100%;
  }

  #contents .mb-60 {
    margin-bottom: 40px;
  }

  #contents .reason-area .main-txt {
    font-size: 18px;
  }

  #contents .main-view .main-ttl + .link-btn::after {
    right: 15px;
  }

  #contents .main-view .main-ttl + .link-btn .sub-txt {
    margin-bottom: 12px;
  }

  #contents .main-view .main-ttl + .link-btn {
    font-size: 25px;
    margin-bottom: 20px;
  }

  #contents .main-view .main-ttl .bubble::after {
    left: calc(46% + 2px);
    top: calc(100% + 1px);
  }

  #contents .main-view .main-ttl .bubble::before {
    left: 47%;
  }

  #contents .main-view .main-ttl img {
    width: 230px;
  }

  #contents .main-view .main-ttl {
    font-size: 28px;
  }

  .mobile-view #contents .main-view, #contents .main-view {
    margin-top: 65px;
  }
}
