@charset "utf-8";

/* ===================================
service NEW
=================================== */
.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-box.flex-center {
  justify-content: center;
}
.flex-box.align-center {
  align-items: center;
}
.flex-box.flex-start {
  justify-content: flex-start;
}
.wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (min-width: 821px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .wrap {
    width: 90%;
    max-width: 90%;
    padding: 0 5%;
  }
  .pc {
    display: none;
  }
}

.service-sec {
  padding-top: 5rem;
}
.plan-block .plan-box {
  width: calc(65.82% - 5.25rem);
  border-radius: 1.5rem 0 0 1.5rem;
  background: #fff;
  padding: 7.1875rem 2.125rem 3.125rem 3.125rem;
  position: relative;
}
.plan-block {
  margin-bottom: 3.125rem;
}
.plan-block.campaign .plan-box {
  border-radius: 1.5rem 0 0 0;
}
.plan-block .plan-box .ribbon {
  position: absolute;
  top: 1.875rem;
  left: 0;
  background: #6a6a6a;
  color: #fff;
  padding: 0.625rem 3rem 0.625rem 1.25rem;
}
.plan-block .plan-box .ribbon.pink {
  background: #bc1645;
}
.plan-block .plan-box .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.plan-block .plan-box .ribbon:after {
  top: 0;
  right: 0;
  border-width: 1.375rem 1.375rem 1.375rem 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.plan-block .plan-box .ribbon p span.jp {
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
}
.plan-block .plan-box .ribbon p span.en {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0 0 0.625rem;
  vertical-align: middle;
}
.plan-block .plan-box .ribbon p::before {
  content: '';
  display: inline-block;
  background: url("../img/icon-star.svg") no-repeat center center;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.plan-block .plan-box .plan-title-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
}
.plan-block .plan-box .plan-title-box h4 {
  font-size: 1.875rem;
  font-weight: bold;
}
.plan-block .plan-box .plan-title-box .plan-sub-tit {
  font-size: 1rem;
  margin-left: 0.625rem;
}
.plan-block .plan-box .plan-price-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #cccccc;
}
.plan-block .plan-box .plan-price-box .price {
  font-size: 4.375rem;
  font-weight: bold;
  color: #bc1645;
  margin-bottom: 1rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.plan-block .plan-box .plan-price-box .price span.size-m {
  font-size: 2.5rem;
}
.plan-block .plan-box .plan-price-box .price span.size-s {
  font-size: 1.75rem;
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
.plan-block .plan-box .plan-price-box .plan-price-extxt {
  font-size: 1rem;
  color: #666666;
}
.plan-block .plan-box .plan-point-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.625rem;
}
.plan-block .plan-box .plan-point-box ul li {
  width: 50%;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.plan-block .plan-box .plan-point-box ul li::before {
  content: '';
  display: inline-block;
  background: url("../img/icon-check.svg") no-repeat center center;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.plan-block .plan-box .plan-point-box p {
  line-height: 1.75;
}
.plan-block .special-box {
  width: calc(34.18% - 3.75rem);
  border-radius: 0 1.5rem 1.5rem 0;
  background: #e5e5e5;
  padding: 6.25rem 1.875rem 1.875rem 1.875rem;
  position: relative;
}
.plan-block.campaign .special-box {
  border-radius: 0 1.5rem 0 0;
}
.plan-block .special-box .catch {
  position: absolute;
  top: -1rem;
  left: 0;
}
.plan-block .special-box .catch p {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 4.875rem;
  font-weight: 400;
  color: rgba(245,245,245,.6);
  letter-spacing: .075rem;
}
.plan-block.campaign .special-box .catch p {
  letter-spacing: -.05rem;
}
.plan-block.campaign .special-box .special-copy {
  display: flex;
  justify-content: center;
  margin-bottom: 3.125rem;
}
.plan-block.campaign .special-box .special-copy p {
  font-size: 1.375rem;
  line-height: 1.75;
  font-weight: bold;
}
.plan-block.campaign .special-box .special-copy p span {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 3.4375rem;
  color: #bc1645;
  font-weight: bold;
}
.plan-block.campaign .special-box .special-inner-box {
  background: rgba(245,245,245,.6);
  padding: 1.875rem 1.25rem;
}
.plan-block.campaign .special-box .special-inner-box.top-box {
  margin-bottom: .625rem;
}
.plan-block.campaign .special-box .special-inner-box.top-box p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75;
}
.plan-block.campaign .special-box .special-inner-box.top-box p span {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 4.375rem;
  color: #bc1645;
  font-weight: bold;
}
.plan-block.campaign .special-box .special-inner-box.bottom-box p {
  line-height: 1.625;
}
.plan-block.campaign .special-box .special-inner-box.bottom-box p.name {
  line-height: 1.625;
  font-size: 0.875rem;
  margin-top: .625rem;
}
.plan-block.campaign .special-box .special-inner-box .img-box {
  width: 21%;
}
.plan-block.campaign .special-box .special-inner-box .txt-box {
  width: 74%;
}
.plan-block.campaign .campaign-box {
  background: #bc1645;
  color: #fff;
  padding: 3.125rem;
  border-radius: 0 0 1.5rem 1.5rem;
}
.plan-block.campaign .campaign-box .campaign-date {
  border: 1px solid #fff;
}
.plan-block.campaign .campaign-box .campaign-date span {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.375rem;
  font-weight: bold;
  padding: .6rem 1rem .4rem;
  display: block;
}
.plan-block.campaign .campaign-box .campaign-txt {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 1rem;
}
.plan-block.campaign .campaign-box .campaign-sub-txt {
  font-size: 0.875rem;
  line-height: 1.57;
  padding-top: .5rem;
}
.plan-block .special-box .special-runup-copy p {
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.plan-block .special-box .special-runup-text p {
  font-size: .875rem;
  line-height: 1.65;
}
@media screen and (max-width: 820px) {
  .service-sec {
    padding: 2.5rem 0;
  }
  .plan-block .plan-box {
    width: 100%;
    padding: 5.1875rem 7.5% 2.125rem;
    border-radius: 1.5rem 1.5rem 0 0 !important;
  }
  .plan-block.campaign .plan-box {}
  .plan-block .plan-box .ribbon {
    top: 1.275rem;
  }
  .plan-block .plan-box .plan-title-box h4 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: .625rem;
    display: block;
    width: 100%;
  }
  .plan-block .plan-box .plan-title-box .plan-sub-tit {
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .plan-block .plan-box .plan-price-box {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .plan-block .plan-box .plan-price-box .price {
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    letter-spacing: 0;
  }
  .plan-block .plan-box .plan-price-box .price span.size-m {
    font-size: 1.5rem;
  }
  .plan-block .plan-box .plan-price-box .price span.size-s {
    font-size: 1rem;
  }
  .plan-block .plan-box .plan-price-box .plan-price-extxt {
    text-align: center;
    font-size: .875rem;
    display: block;
    width: 100%;
  }
  .plan-block .plan-box .plan-point-box ul {
    margin-bottom: .75rem;
  }
  .plan-block .plan-box .plan-point-box ul li {
    font-size: 1rem;
    margin-bottom: .75rem;
  }
  .plan-block .plan-box .plan-point-box ul li::before {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.15rem;
  }
  .plan-block .plan-box .plan-point-box p {
    font-size: .875rem;
  }
  .plan-block .special-box {
    width: 100%;
    border-radius: 0 !important;
    padding: 4.25rem 7.5% 1.875rem;
  }
  .plan-block .special-box .catch {
    left: auto;
    right: 0;
  }
  .plan-block.campaign .special-box .special-copy {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.125rem;
  }
  .plan-block.campaign .special-box .special-inner-box {
    background: rgba(245, 245, 245, .6);
    padding: 1rem;
  }
  .plan-block.campaign .campaign-box {
    padding: 2rem 7.5%;
  }
  .plan-block.campaign .campaign-box .campaign-date {
    margin-bottom: 1rem;
  }
  .plan-block.campaign .campaign-box .campaign-date span {
    font-size: 1rem;
    padding: .6rem .75rem .4rem;
  }
  .plan-block.campaign .campaign-box .campaign-txt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .plan-block.normal .plan-box .plan-point-box ul li:first-child {
    width: 100%;
  }
  .plan-block.normal {
    margin-bottom: 0;
  }
}

.simulation-sec {
  background: url("../img/simulation-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 9.375rem 0 6.25rem;
}
.simulation-sec .sim-block {
  background: #fff;
  border-radius: 1.5rem;
  padding: 3.75rem 3.125rem;
}
.simulation-sec .sim-block.sim-top-box {
  margin-bottom: 3.125rem;
}
.simulation-sec .sim-block .simulation-tit {
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 3.125rem;
}
.simulation-sec .sim-block .sim-top-flex {
  width: 89.177%;
  margin: 0 auto 3.125rem;
  position: relative;
}
.simulation-sec .sim-block .sim-top-left-box {
  border-radius: 0.75rem 0 0 0.75rem;
  background: #bc1645;
  width: 50%;
  position: relative;
  padding: 2.5rem 0;
}
.simulation-sec .sim-block .sim-top-vs-box {
  border-radius: 4.375rem;
  background: #fff;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.simulation-sec .sim-block .sim-top-vs-box p {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #bc1645;
}
.simulation-sec .sim-block .sim-top-right-box {
  border-radius: 0 0.75rem 0.75rem 0;
  background: #6a6a6a;
  width: 50%;
  position: relative;
  padding: 2.5rem 0;
}
.simulation-sec .sim-block .sim-top-tit {
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.875rem;
  color: #fff;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.simulation-sec .sim-block .sim-top-tit::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.simulation-sec .sim-block .sim-top-txt {
  text-align: center;
  color: #fff;
}
.simulation-sec .sim-block .sim-top-bottom-text {
  text-align: center;
  line-height: 2;
}
.simulation-sec .sim-block .sim-top-bottom-text span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #bc1645;
  display: inline-block;
  padding: 1.5rem 0 2.5rem;
  position: relative;
}
.simulation-sec .sim-block .sim-top-bottom-text span::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #bc1645;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}
.simulation-sec .sim-block .sim-top-bottom-text span.zero {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 .35rem;
}
.simulation-sec .sim-block .sim-top-bottom-text span.zero::after {
  content: none;
}
.simulation-sec .sim-block.sim-bottom-box .simulation-tit {
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.875rem;
  
}
.simulation-sec .sim-block.sim-bottom-box .simulation-tit .price {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #bc1545;
  padding: 0 .35rem;
}
.simulation-sec .sim-block.sim-bottom-box .simulation-tit .underline {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  display: inline-block;
  color: #bc1545;
  position: relative;
}
.simulation-sec .sim-block.sim-bottom-box .simulation-tit .underline::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #bc1645;
  position: absolute;
  bottom: -.35rem;
  left: 0;
  right: 0;
}
.simulation-sec .sim-block.sim-bottom-box .sim-table {
  margin-bottom: 3.125rem;
}
.simulation-sec .sim-block.sim-bottom-box .sim-bottom-text {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .simulation-sec {
    padding: 6.25rem 0 3.125rem;
  }
  .simulation-sec .sim-block {
    padding: 3.75rem 7.5%;
  }
  .simulation-sec .sim-block .simulation-tit {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
  }
  .simulation-sec .sim-block .sim-top-flex {
    width: 100%;
    margin: 0px auto 1.5rem;
  }
  .simulation-sec .sim-block .sim-top-left-box, .simulation-sec .sim-block .sim-top-right-box {
    padding: 1.875rem 0;
  }
  .simulation-sec .sim-block .sim-top-tit {
    font-size: 1.275rem;
    padding-bottom: .875rem;
    margin-bottom: .875rem;
  }
  .simulation-sec .sim-block .sim-top-txt {
    font-size: .875rem;
    line-height: 1.5;
  }
  .simulation-sec .sim-block .sim-top-vs-box {
    width: 2.875rem;
    height: 2.875rem;
  }
  .simulation-sec .sim-block .sim-top-vs-box p {
    font-size: 1.375rem;
  }
  .simulation-sec .sim-block .sim-top-bottom-text span {
    font-size: 1.25rem;
    letter-spacing: 0;
    padding: .75rem 0 1.25rem;
  }
  .simulation-sec .sim-block .sim-top-bottom-text span::after {
    bottom: .75rem;
  }
  .simulation-sec .sim-block .sim-top-bottom-text {
    font-size: .875rem;
    letter-spacing: 0;
  }
  .simulation-sec .sim-block.sim-bottom-box .simulation-tit {
    font-size: 1.175rem;
    letter-spacing: 0;
  }
  .simulation-sec .sim-block.sim-bottom-box .simulation-tit .price {
    font-size: 1.875rem;
    letter-spacing: 0;
  }
  .simulation-sec .sim-block.sim-bottom-box .simulation-tit .underline {
    font-size: 1.5rem;
    padding-top: .5rem;
    letter-spacing: 0;
  }
  .simulation-sec .sim-block.sim-bottom-box .sim-table {
    overflow-x: scroll;
    margin-bottom: 2rem;
  }
  .simulation-sec .sim-block.sim-bottom-box .sim-table .scroll {
    height: 20rem;
  }
  .simulation-sec .sim-block.sim-bottom-box .sim-table .scroll img {
    height: 100%;
    width: auto;
  }
  .simulation-sec .sim-block.sim-bottom-box .sim-bottom-text {
    text-align: left;
    font-size: .875rem;
  }
}

.campaign-sec {
  padding: 3.125rem 0 6.25rem;
  background: #f5f5f5;
}
.campaign-sec .section-title {
  text-align: center;
  position: relative;
  margin-bottom: 3.125rem;
}
.campaign-sec .section-title span.jp {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #bc1545;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 1;
  width: 100%;
}
.campaign-sec .section-title span.en {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 8.125rem;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  position: relative;
  z-index: 0;
  width: 100%;
}
.campaign-sec .campaign-box {
  width: 47.7%;
  border-radius: 1.5rem;
  border: 2px solid #bc1545;
  background: #fff;
  height: 26.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 3.125rem;
}
.campaign-sec .campaign-box .campaign-left-tit {
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.875rem;
  color: #bc1545;
  margin-bottom: 1rem;
}
.campaign-sec .campaign-box .campaign-left-txt {
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: 3.125rem;
  color: #bc1545;
  margin-bottom: 2.5rem;
}
.campaign-sec .campaign-box .campaign-txt {
  text-align: center;
  line-height: 2;
}
.campaign-sec .campaign-box .campaign-right-tit {
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #bc1545;
  line-height: 1.35;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}
.campaign-sec .campaign-box .campaign-right-extxt {
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: .875rem;
  color: #bc1545;
  margin-bottom: 1rem;
}
.campaign-sec .campaign-box .campaign-list {
  padding-top: 1.75rem;
}
.campaign-sec .campaign-box .campaign-list li {
  padding-left: 1.75rem;
  text-indent: -1.75rem;
  margin-bottom: 1rem;
  line-height: 1.35;
  margin-bottom: .625rem;
}
.campaign-sec .campaign-box .campaign-list li:last-child {
  margin-bottom: 0;
}
.campaign-sec .campaign-box .campaign-list li::before {
  content: '';
  display: inline-block;
  background: url("../img/icon-check.svg") no-repeat center center;
  background-size: 100%;
  width: 1.125rem;
  height: 1.125rem;
  margin: -.275rem 0.625rem 0 0;
  vertical-align: middle;
}
.campaign-sec .campaign-box .campaign-ribbon {
  display: inline-block;
  position: absolute;
  padding: .875rem 0;
  right: -4rem;
  top: 1.5rem;
  width: 15rem;
  text-align: center;
  font-weight: bold;
  background: #bc1545;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.campaign-sec .campaign-bottom-txt p {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .campaign-sec {
    padding: 3.125rem 0;
  }
  .campaign-sec .section-title span.jp {
    font-size: 2rem;
    line-height: 1.2;
    transform: translate(-50%, -35%);
  }
  .campaign-sec .section-title span.en {
    font-size: 5rem;
  }
  .campaign-sec .campaign-box {
    width: 100%;
    height: auto;
    margin-bottom: 3.125rem;
    padding: 3.75rem 5% 2.5rem;
  }
  .campaign-sec .campaign-box .campaign-left-tit {
    font-size: 1.5rem;
  }
  .campaign-sec .campaign-box .campaign-left-txt {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .campaign-sec .campaign-box .campaign-right-tit {
    font-size: 1.25rem;
  }
  .campaign-sec .campaign-box .campaign-ribbon {
    padding: .375rem 0;
    right: -5rem;
    font-size: .875rem;
  }
  .campaign-sec .campaign-bottom-txt p {
    text-align: left;
    font-size: .875rem;
  }
}

.catch-sec {
  padding: 12.5rem 0;
  position: relative;
}
.catch-sec .catch-title {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 4.75rem;
}
.catch-sec .catch-text-l {
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.875rem;
  margin-bottom: 4.75rem;
  line-height: 2;
}
.catch-sec .catch-text-l.border span {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: bold;
  color: #bc1545;
  position: relative;
  display: inline-block;
}
.catch-sec .catch-text-l.border span::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #bc1645;
  position: absolute;
  bottom: -.35rem;
  left: 0;
  right: 0;
}
.catch-sec .catch-text-m {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4.75rem;
  line-height: 2;
}
.catch-sec .catch-text-s {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}
.catch-sec .catch-img {
  position: absolute;
}
.catch-sec .catch-img.img01 {
  left: 0;
  top: 14.375rem;
  width: 20vw;
}
.catch-sec .catch-img.img02 {
  left: 0;
  top: 45rem;
  width: 13.75vw;
}
.catch-sec .catch-img.img03 {
  right: 0;
  top: 6.25rem;
  width: 13.75vw;
}
.catch-sec .catch-img.img04 {
  right: 0;
  top: 40.625rem;
  width: 20vw;
}
@media screen and (max-width: 820px) {
  .catch-sec {
    padding: 0;
  }
  .catch-sec .wrap {
    padding: 3.125rem 0;
  }
  .catch-sec .catch-title {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
    line-height: 1.75;
    line-height: 1.5;
  }
  .catch-sec .catch-text-l {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
    line-height: 1.5;
  }
  .catch-sec .catch-text-m {
    font-size: 1.375rem;
    margin-bottom: 1.75rem;
    line-height: 1.5;
  }
  .catch-sec .catch-text-s {
    font-size: 1rem;
    line-height: 1.5;
  }
  .catch-sec .catch-img.img01, .catch-sec .catch-img.img02, .catch-sec .catch-img.img03, .catch-sec .catch-img.img04 {
    display: none;
  }
  .catch-sec .catch-img.img-sp {
    width: 100%;
    position: relative;
  }
}

.cta-sec {
  background: url("../img/cta-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 6.25rem 0;
}
.cta-sec .cta-inner {
  background: #fff;
  border-radius: 1.5rem;
  padding: 6.25rem 0;
}
.cta-sec .cta-inner ul {
  margin-bottom: 2rem;
}
.cta-sec .cta-inner ul li {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0 .625rem;
}
.cta-sec .cta-inner ul li::before {
  content: '';
  display: inline-block;
  background: url("../img/icon-check.svg") no-repeat center center;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.cta-sec .cta {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.cta-sec .cta a {
  width: 100%;
  padding: 2.5rem 0;
  background: #bc1645;
  position: relative;
  color: #fff;
}
.cta-sec .cta a::after {
  content: '';
  display: block;
  width: 3.75rem;
  height: .61rem;
  background: url("../img/icon-arrow.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.cta-sec .cta .cta-main-txt {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}
.cta-sec .cta .cta-sub-txt {
  text-align: center;
  font-weight: bold;
  display: block;
}
.cta-sec .cta-line {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.cta-sec .cta-line a {
  padding: 1.25rem 0;
  background: #4cc764;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-sec .cta-line .cta-line-icon {
  display: inline-block;
  width: 2.625rem;
  margin-right: .625rem;
}
.cta-sec .cta-line .cta-line-txt {
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .cta-sec {
    padding: 3.125rem 0;
  }
  .cta-sec .cta-inner {
    width: 80%;
    padding: 3.125rem 5%;
  }
  .cta-sec .cta-inner ul {
    margin-bottom: .875rem;
  }
  .cta-sec .cta-inner ul li {
    margin: 0 .625rem .875rem;
  }
  .cta-sec .cta {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 1rem;
  }
  .cta-sec .cta a {
    padding: 1.5rem 0;
  }
  .cta-sec .cta a::after {
    width: 1.75rem;
    right: .5rem;
  }
  .cta-sec .cta .cta-main-txt {
    font-size: 1.15rem;
    margin-bottom: .875rem;
  }
  .cta-sec .cta .cta-sub-txt {
    font-size: .75rem;
  }
  .cta-sec .cta-line .cta-line-txt {
    font-size: 1rem;
  }
}