@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.mv {
  background: url(../img/common/mb_bg@2x.png) center top/cover no-repeat;
  margin-bottom: 103px;
}

@media (max-width: 1024px) {
  .mv {
    background-position: 45% top;
    margin-bottom: 58px;
  }
}

.mv__inner {
  padding: 180px 0 108px;
  width: 1390px;
  max-width: calc(100% - 202px);
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1024px) {
  .mv__inner {
    padding: 113px 6% 67px;
    max-width: 100%;
  }
}

.mv .txt-wrap {
  max-width: none;
}

.mv .txt-wrap .ttl {
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 7px;
}

.mv .txt-wrap .ttl .small {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1px;
}

.mv .txt-wrap .ttl .middle {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
}

.mv .txt-wrap .ttl .large {
  display: block;
  font-weight: bold;
  font-size: 6.4rem;
}

.mv .txt-wrap .btn-arrow {
  width: 220px;
}

.mv .txt-wrap .btn-arrow + .btn-arrow {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .mv .txt-wrap {
    text-align: center;
    margin-bottom: 37px;
  }
  .mv .txt-wrap .ttl {
    margin-bottom: 20px;
  }
  .mv .txt-wrap .ttl .small {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
  .mv .txt-wrap .ttl .middle {
    font-size: 2.2rem;
  }
  .mv .txt-wrap .ttl .large {
    font-size: 4rem;
  }
  .mv .txt-wrap .btn-arrow {
    width: 300px;
  }
  .mv .txt-wrap .btn-arrow + .btn-arrow {
    margin: 12px auto 0;
  }
}

.mv .img-wrap {
  position: absolute;
  right: -98px;
  bottom: -109px;
  width: 64%;
}

.mv .img-wrap .campaign-wrap {
  position: absolute;
  right: 12px;
  top: -4px;
  -webkit-animation: up-down 2s ease-in-out infinite;
          animation: up-down 2s ease-in-out infinite;
}

@media (max-width: 1024px) {
  .mv .img-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    width: 103%;
  }
  .mv .img-wrap .campaign-wrap {
    width: 185px;
    bottom: auto;
    top: 45%;
    right: 0;
  }
}

.mv .mv__scroll {
  position: absolute;
  bottom: -25px;
  left: -77px;
  padding-bottom: 145px;
}

.mv .mv__scroll .txt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mv .mv__scroll .arrow {
  display: block;
  background: #000;
  border: solid 2px #000;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.mv .mv__scroll .arrow:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  left: 17px;
  top: 15px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.mv .mv__scroll .arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: -73px;
  left: 50%;
  height: 64px;
  width: 1px;
  background: #fff;
}

.mv .mv__scroll:hover .arrow {
  background: #fff;
}

.mv .mv__scroll:hover .arrow:after {
  border-color: #000;
}

.merit {
  margin-bottom: 25px;
}

.merit__txt {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 44px;
}

.merit__txt .gr {
  color: #00BFA5;
}

.merit__ttl {
  margin-bottom: 40px;
}

.merit__list {
  width: 1111px;
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .merit {
    margin-bottom: 44px;
  }
  .merit__txt {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .merit__ttl {
    margin-bottom: 36px;
  }
  .merit__list {
    display: block;
    max-width: 89%;
  }
}

.merit__item {
  width: 29%;
  position: relative;
  padding-bottom: 77px;
}

.merit__item .img-wrap {
  text-align: center;
  margin-bottom: 13px;
}

.merit__item .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00BFA5;
  line-height: 1.46;
  text-align: center;
  margin-bottom: 17px;
}

.merit__item .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.merit__item .btn-wrap .btn-arrow {
  width: 100%;
}

@media (max-width: 1024px) {
  .merit__item {
    width: 100%;
    padding-bottom: 0;
  }
  .merit__item + .merit__item {
    margin-top: 59px;
  }
  .merit__item .img-wrap {
    height: auto;
    margin-bottom: 9px;
  }
  .merit__item .ttl {
    font-size: 1.8rem;
    line-height: 1.56;
    margin-bottom: 10px;
  }
  .merit__item .txt {
    font-size: 1.4rem;
    line-height: 1.86;
    margin-bottom: 24px;
  }
  .merit__item .btn-wrap {
    text-align: center;
    position: static;
  }
  .merit__item .btn-wrap .btn-arrow {
    width: 90%;
  }
  .merit__item .btn-wrap .btn-arrow .txt {
    line-height: 1.75;
  }
}

.case {
  padding: 60px 0 70px;
  background: #E7F9F7;
  margin-bottom: 53px;
}

.case__ttl {
  margin-bottom: 57px;
}

@media (max-width: 1024px) {
  .case {
    padding: 35px 0 40px;
    margin-bottom: 32px;
  }
  .case__ttl {
    margin-bottom: 21px;
  }
}

.case__slider-wrap {
  overflow: hidden;
  position: relative;
}

.case__slider-wrap:before, .case__slider-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 10%;
}

.case__slider-wrap:before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#E7F9F7));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #E7F9F7 100%);
}

.case__slider-wrap:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#E7F9F7));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #E7F9F7 100%);
}

@media (max-width: 1024px) {
  .case__slider-wrap:before {
    display: none;
  }
}

.case__slider {
  width: 1190px;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 1024px) {
  .case__slider {
    max-width: 100%;
  }
}

.case__slider .slick-list {
  overflow: visible;
}

.case__slider_arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.case__slider_arrows .slick-prev,
.case__slider_arrows .slick-next {
  background: #00BFA5;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  z-index: 99;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  top: calc(50% - 13px);
}

.case__slider_arrows .slick-prev:before,
.case__slider_arrows .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 20px;
  border-top: solid 4px #fff;
  opacity: 1;
}

.case__slider_arrows .slick-prev:hover,
.case__slider_arrows .slick-next:hover {
  opacity: 0.8;
}

.case__slider_arrows .slick-prev.slick-disabled,
.case__slider_arrows .slick-next.slick-disabled {
  display: none !important;
}

@media (max-width: 1024px) {
  .case__slider_arrows .slick-prev,
  .case__slider_arrows .slick-next {
    width: 32px;
    height: 32px;
  }
  .case__slider_arrows .slick-prev:before,
  .case__slider_arrows .slick-next:before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}

.case__slider_arrows .slick-prev {
  left: 32px;
}

.case__slider_arrows .slick-prev:before {
  border-left: solid 4px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 22px;
}

@media (max-width: 1024px) {
  .case__slider_arrows .slick-prev {
    left: 16px;
  }
  .case__slider_arrows .slick-prev:before {
    left: 11px;
  }
}

.case__slider_arrows .slick-next {
  right: 32px;
}

.case__slider_arrows .slick-next:before {
  border-right: solid 4px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 22px;
}

@media (max-width: 1024px) {
  .case__slider_arrows .slick-next {
    right: 16px;
  }
  .case__slider_arrows .slick-next:before {
    right: 11px;
  }
}

.case__slide {
  padding: 10px 13px;
  margin: 0 15px;
}

@media (max-width: 1024px) {
  .case__slide {
    padding: 8px 10px;
    margin: 0 5px;
  }
}

.case__slide-link {
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 23px 6% 26px;
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.case__slide-link:before, .case__slide-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 28px;
}

.case__slide-link:before {
  background: url(../img/common/quote_left.svg) center center/contain no-repeat;
  left: -13px;
  top: -10px;
}

.case__slide-link:after {
  background: url(../img/common/quote_right.svg) center center/contain no-repeat;
  right: -13px;
  bottom: -10px;
}

.case__slide-link .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00BFA5;
  margin-bottom: 6px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.case__slide-link .txt {
  color: #444444;
}

.case__slide-link .txt-gy {
  color: #888888;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.case__slide-link:hover {
  -webkit-box-shadow: 0 10px 12px rgba(81, 177, 164, 0.15);
          box-shadow: 0 10px 12px rgba(81, 177, 164, 0.15);
}

.case__slide-link:hover .ttl {
  color: #FF4E4F;
}

@media (max-width: 1024px) {
  .case__slide-link {
    padding: 16px 9%;
  }
  .case__slide-link:before, .case__slide-link:after {
    width: 24px;
    height: 18px;
  }
  .case__slide-link:before {
    left: -10px;
    top: -8px;
  }
  .case__slide-link:after {
    right: -10px;
    bottom: -8px;
  }
  .case__slide-link .ttl {
    font-size: 1.8rem;
    margin-bottom: 3px;
  }
  .case__slide-link .txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

.recommend {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 112px;
}

.recommend:before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 3%;
  right: 0;
  z-index: -1;
  background: url(../img/top/recommend_bg.png) right center/contain no-repeat;
}

@media (max-width: 1024px) {
  .recommend {
    padding-bottom: 0;
    margin-bottom: 46px;
  }
  .recommend:before {
    left: 0;
    bottom: 27%;
    background: url(../img/top/recommend_bg_sp.png) right center/auto 100% no-repeat;
  }
}

.recommend__ttl {
  margin-bottom: 29px;
}

@media (max-width: 1024px) {
  .recommend__ttl {
    margin-bottom: 20px;
  }
}

.recommend__lead {
  text-align: center;
  margin-bottom: 83px;
}

@media (max-width: 1024px) {
  .recommend__lead {
    font-size: 1.4rem;
    line-height: calc(26 / 14);
    text-align: left;
    margin: 0 5% 42px;
  }
}

.recommend__list {
  width: 1085px;
  max-width: 90%;
  margin: 0 auto 90px;
}

@media (max-width: 1024px) {
  .recommend__list {
    margin-bottom: 21px;
  }
}

.recommend__item {
  position: relative;
}

.recommend__item .question {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(25 / 18);
  letter-spacing: 0;
  position: relative;
  margin-bottom: 39px;
}

.recommend__item .num {
  position: absolute;
  left: -24px;
  top: calc(50% - 40px);
}

.recommend__item .txt-wrap .ttl {
  color: #00BFA5;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(36 / 24);
  letter-spacing: 0;
  margin-bottom: 12px;
}

.recommend__item .txt-wrap .btn-wrap {
  margin-top: 28px;
}

.recommend__item .txt-wrap .btn-arrow {
  padding: 11px 22px;
}

.recommend__item .tag-list {
  margin: 10px -5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 540px;
}

.recommend__item .tag-list .tag {
  margin: 5px 5px;
}

.recommend__item .tag-list .tag__txt {
  display: block;
  background: #fff;
  border: solid 1px #D4D4D4;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 2px 7px;
}

@media (min-width: 1025px) {
  .recommend__item .img-wrap {
    position: absolute;
    top: 20px;
  }
  .recommend__item:nth-of-type(1), .recommend__item:nth-of-type(3) {
    padding-right: 30%;
  }
  .recommend__item:nth-of-type(1) .img-wrap, .recommend__item:nth-of-type(3) .img-wrap {
    right: 0;
  }
  .recommend__item:nth-of-type(2) {
    margin-top: 118px;
    padding-left: 34%;
  }
  .recommend__item:nth-of-type(2) .img-wrap {
    left: 0;
  }
  .recommend__item:nth-of-type(2) .txt-wrap .ttl {
    margin-bottom: 21px;
  }
  .recommend__item:nth-of-type(3) {
    margin-top: 100px;
  }
  .recommend__item:nth-of-type(3) .txt-wrap .ttl {
    margin-bottom: 21px;
  }
}

@media (max-width: 1024px) {
  .recommend__item:nth-of-type(n+2) {
    margin-top: 53px;
  }
  .recommend__item .question {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 36px;
  }
  .recommend__item .num {
    left: 50%;
    top: calc(50% - 26px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .recommend__item .num img {
    height: 52px;
  }
  .recommend__item .img-wrap {
    text-align: center;
    margin-bottom: 17px;
  }
  .recommend__item .txt-wrap .ttl {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
  .recommend__item .txt-wrap .txt {
    font-size: 1.4rem;
    line-height: calc(26 / 14);
  }
  .recommend__item .txt-wrap .btn-wrap {
    margin-top: 15px;
    text-align: center;
  }
  .recommend__item .txt-wrap .btn-arrow {
    width: 334px;
  }
  .recommend__item .tag-list {
    margin: 13px -5px 0;
    max-width: 100%;
  }
  .recommend__item .tag-list .tag {
    margin: 5px 5px;
  }
  .recommend__item .tag-list .tag__txt {
    font-size: 1.2rem;
    padding: 2px 6px;
  }
}

.recommend__security {
  text-align: center;
}

@media (max-width: 1024px) {
  .recommend__security {
    margin: 0 5%;
  }
}

.recommend__security .balloon {
  margin-bottom: 13px;
  display: block;
  font-size: 2.4rem;
  color: #FF4E4F;
  font-weight: bold;
  letter-spacing: .04em;
  position: relative;
}

.recommend__security .balloon:before, .recommend__security .balloon:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 30px;
  background: #FF4E4F;
  bottom: 0;
}

.recommend__security .balloon:before {
  left: calc(50% - 66px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.recommend__security .balloon:after {
  right: calc(50% - 66px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .recommend__security .balloon {
    margin-bottom: 26px;
  }
}

.recommend__security .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: calc(52 / 32);
  letter-spacing: 0;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .recommend__security .ttl {
    font-size: 2.2rem;
    line-height: calc(36 / 22);
    margin-bottom: 19px;
  }
}

.recommend__security .lawyer {
  width: 600px;
  max-width: 100%;
  display: inline-block;
/*   border: solid 1px #00BFA5; */
/*   background: #E7F9F7; */
  color: #00BFA5;
  font-weight: bold;
  padding: 26px 0;
	font-size: 2.0rem;
}

@media (max-width: 1024px) {
  .recommend__security .lawyer {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 28px 0;
  }
}

.recommend__security .btn-row {
  margin-top: 35px;
}

@media (max-width: 1024px) {
  .recommend__security .btn-row {
    margin-top: 29px;
  }
}

.recommend__security .btn-arrow {
  width: 350px;
}

.plan {
  margin-bottom: 63px;
}

.plan__ttl {
  margin-bottom: 62px;
}

.plan__btn-wrap {
  text-align: center;
  margin-top: 100px;
}

.plan__btn-wrap .btn-arrow {
  width: 800px;
  max-width: 90%;
}

@media (max-width: 1024px) {
  .plan {
    margin-bottom: 24px;
  }
  .plan__ttl {
    margin-bottom: 34px;
  }
  .plan__btn-wrap {
    margin-top: 50px;
  }
}

.banner {
  text-align: center;
  margin-bottom: 72px;
}

.banner__link {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.banner__link:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .banner {
    width: 90%;
    margin: 0 auto 52px;
  }
}
