@charset "utf-8";

@font-face {
  font-family: 'DIN-2014 Narrow-Bold';
  font-weight: bold;
  src: url('/function/promotion/common/font/DIN-2014_Narrow-Bold.otf') format('opentype');
}

body {
  font-family: Noto Sans JP, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.header-pc,
.bg-pc,
.cv-area {
  display: none;
}

header {
  width: 100%;
  max-width: 375px;
  margin: auto;
  padding: 9px 10px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}

header h1 img {
  width: 150px;
}

.l-section__inner {
  padding-right: 10px;
  padding-left: 10px;
}

#wrap {
  width: 100%;
  max-width: 375px;
  margin: auto;
  background: #fff;
}

.mv {
  background: url('/function/credebutcp/img/img_mv_bg.png')no-repeat;
  background-color: #FCFAF3;
  background-size: 100%;
  background-position: top center;
  padding-bottom: 20px;
}

.mv-img {
  width: 342px;
  padding-top: 36px;
  margin: auto;
  transform: translateX(4px);
}

.mv-btn {
  margin-top: 91px;
  display: block;
  margin-right: -4px;
}

.recommend {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(254, 214, 236, 0.5) calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(254, 214, 236, 0.5) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
  padding-bottom: 25px;

}

.recommend-head {
  padding-top: 45px;
  width: 340px;
  margin: auto;
}

.recommend-list__label {
  position: absolute;
  width: 115px;
  top: -34px;
  left: -19px;
}

.recommend-list {
  width: 325px;
  margin: 26px auto;
  margin-top: 56px;
  box-sizing: border-box;
}

.recommend-list li {
  background: rgba(255, 255, 255, 0.5);
}

.merit-list>li * {
  z-index: 2;
  position: relative;
}

.recommend-list li a {
  font-size: 26px;
  color: #EA5605;
  font-weight: bold;
  max-width: 100%;
  position: relative;
  display: block;
  padding: 26px 27px;
  border-radius: 15px;
  background: linear-gradient(-80deg, rgba(209, 254, 255, 0.3) 0%, rgba(206, 254, 206, 0.3) 37.44%, rgba(218, 255, 160, 0.3) 62.3%, rgba(231, 255, 185, 0.3) 100%);
  box-shadow: 4px 4px 0px rgba(51, 83, 151, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 106px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1.5;
}

.recommend-list li a:hover {
  text-decoration: none;
}

.recommend-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  border: 5px solid transparent;
  background: linear-gradient(-80deg, #40e2e8 0%, #4af24a 52.71%, #a6f230 79.8%, #a8ef20 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}


.recommend-list li a::after {
  position: absolute;
  content: "";
  background: url('/function/credebutcp/img/img_recommend_anc.png')no-repeat;
  width: 37px;
  height: 37px;
  background-size: 100%;
  bottom: -19px;
  left: 51%;
  transform: translateX(-50%);
}

.recommend-list li+li {
  margin-top: 43px;
}

.recommend-list li a span {
  font-size: 19px;
  font-weight: bold;
  display: block;
}

.merit {
  background: linear-gradient(#fff8ef 12%, #fda1c5 28.72%, #c791fc 49.75%, #81e3ff 100%);
  padding-bottom: 50px;
}

.merit-head {
  width: 249px;
  margin: auto;
  padding-top: 33px;
}

.merit-list {
  margin-top: 50px;
}

.merit-list>li {
  max-width: 100%;
  position: relative;
  display: block;
  padding: 55px 10px 29px;
  border-radius: 15px;
  box-sizing: border-box;

  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(254, 214, 236, 0.5) calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(254, 214, 236, 0.5) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
  background-color: #fff;
  text-align: center;
}

.merit-list>li * {
  z-index: 2;
  position: relative;
}

.merit-list>li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  border: 5px solid transparent;
  background: linear-gradient(-60deg, #40e2e8 0%, #4af24a 52.71%, #a6f230 79.8%, #a8ef20 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  z-index: 1;
}

.merit-list>li+li {
  margin-top: 45px;
}

.merit-list>li .merit-list__label {
  width: 233px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.merit-list__head span {
  font-size: 24px;
  font-weight: bold;
}

.merit-list__head .merit-list__subHead {
  display: block;
  font-size: 21px;
}

.merit-list__head {
  color: #EA5605;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.merit-list__img_01 {
  margin-top: 16px;
  width: 323px;
}

.merit-list__img_02 {
  margin-top: 17px;
  margin-bottom: 14px;
  width: 312px;
}

.merit-list__img_03 {
  width: 190px;
  margin-top: 16px;
}

.merit-list__img_04 {
  width: 307px;
  margin-top: 18px;
}

.merit-list__img_05 {
  width: 303px;
  margin-top: 24px;
}

.merit-list__img_06 {
  margin-top: 13px;
  width: 280px;
}

.merit-list__img_07 {
  margin-top: 16px;
  margin-bottom: 15px;
  width: 299px;
}

.merit-list__img_08 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 313px;
}

.merit-list__img_09 {
  margin-top: 17px;
  width: 235px;
  transform: translateX(14px);
}

.merit-list__img_10 {
  margin-top: 42px;
  width: 315px;
}

.merit-list__img_11 {
  margin-top: 39px;
  width: 298px;
}

.merit-list__img_12 {
  margin-top: 18px;
  margin-bottom: 5px;
  width: 323px;
}

.merit-list__img_13 {
  margin-top: 19px;
  width: 309px;
}

.merit-list__img_14 {
  margin-top: 16px;
  width: 193px;
}

.merit-list__text {
  padding: 0 10px;
  font-size: 15px;
  color: #335397;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}

.merit-list>li:nth-child(2) .merit-list__head {
  letter-spacing: -3px;
}

.merit-list>li:nth-child(2) .merit-list__head span {
  letter-spacing: 0;
}

.merit-list>li:nth-child(2) .merit-list__head span.fix {
  padding-left: 2px;
  padding-right: 2px;
}

.merit-list>li:nth-child(3) .merit-list__head {
  line-height: 1.2;
}

.merit-list>li:nth-child(3) .merit-list__head .merit-list__subHead {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin-top: 3px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.merit-list .c-list__container {
  margin-top: 5px;
  margin-left: 5px;
}

.c-list li {
  text-align: left;
}

.c-accordion .c-accordion__head {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff7105 0%, #ff0451 100%);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.merit-list .c-accordion__container {
  margin-top: 28px;
  padding: 0 5px;
}


.c-accordion__head::after,
.c-accordion__head::before {
  background-color: #fff;
  width: 10px;
}

.c-accordion .c-accordion__body {
  border-right: 2px solid #FF0551;
  border-bottom: 2px solid #FF0551;
  border-left: 2px solid #FF0551;
  background-color: #fff;
}

.c-accordion .c-accordion__head.is-open {
  border-radius: 4px 4px 0 0;
}

.merit-list>li:nth-child(4) .merit-list__head span {
  font-size: 21px;
}

.merit-list>li:nth-child(5) .c-accordion__container {
  margin-top: 18px;
}

.merit-iconList {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 5px;
}

.merit-iconList li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.merit-iconList li+li {
  margin-top: 18px;
}

.merit-iconList__icon {
  width: 60px;
  margin-right: 17px;
}

.merit-iconList__text {
  text-align: left;
}

.merit-iconList__text p {
  font-size: 22px;
  font-weight: bold;
  color: #EA5605;
}

.merit-iconList__text p span {
  font-size: 17px;
  color: #335397;
  display: block;
  margin-bottom: 8px;
}

.promotion {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(254, 214, 236, 0.5) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(254, 214, 236, 0.5) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: top center;
  padding: 70px 5px 76px;
}

.promotion-text_01 {
  width: 343px;
  padding-left: 8px;
}

.promotion-card {
  width: 287px;
  margin: 15px auto;
}

.promotion-text_02 {
  width: 356px;
  margin-top: 33px;
}

.promotion-img_01 {
  position: absolute;
  top: -82px;
  right: 10px;
  z-index: 2;
  width: 161px;
}

.promotion-img_02 {
  position: absolute;
  bottom: -157px;
  left: -11px;
  width: 173px;
}

.step {
  /* background: linear-gradient(#fff8ef 0%, #fda1c5 48.28%, #c791fc 100%); */
  background: linear-gradient(#fff8ef 30%, #fec3d5 68.28%, #e499dd 100%);
  padding-bottom: 41px;
}

.step-list {
  margin-top: 34px;
  padding: 0 15px;
}

.step-list li {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 4px 4px 0px rgba(51, 83, 151, 0.1);
  padding: 20px;
  padding-bottom: 30px;
}

.step-list li+li {
  margin-top: 34px;
}

.step-list li p {
  text-align: center;
  font-size: 24px;
  color: #EA5605;
  font-weight: bold;
  margin-top: 15px;
}

.step-head {
  position: relative;
  padding-top: 41px;
  width: 335px;
  margin: auto;
  transform: translateX(-3px);
}

.step-list__label {
  position: absolute;
  top: -36px;
  left: -22px;
  width: 130px;
}

.step-list__icon_01 {
  width: 190px;
  margin: 19px auto 0;
  display: block;
}

.step-list__icon_02 {
  width: 72px;
  margin: 19px auto 0;
  display: block;
}

.step-list__icon_03 {
  width: 135px;
  margin: 19px auto 0;
  display: block;
}

.cv {
  padding-top: 48px;
  padding-bottom: 42px;
}

.cv-head,
.faq-head {
  text-align: center;
}

.cv-head span,
.faq-head span {
  font-size: 30px;
  color: #335397;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.cv-head span::before,
.cv-head span::after,
.faq-head span::before,
.faq-head span::after {
  position: absolute;
  content: '';
  width: 34px;
  height: 2px;
  background-color: #335397;
}

.cv-head span::before,
.faq-head span::before {
  top: 23px;
  left: -41px;
  transform: rotate(68deg);
}

.cv-head span::after,
.faq-head span::after {
  top: 23px;
  right: -41px;
  transform: rotate(-68deg);
}

.cv-card {
  margin-top: 45px;
  width: 233px;
  transform: translateX(34px);
}

.cv-button:visited {
  color: #fff;
}

.cv-button {
  margin: 14px auto 0;
  padding: 20px 30px;
  border-radius: 50px;
  width: 275px;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 rgba(0, 0, 0, .15);
  position: relative;
  background: linear-gradient(-90deg, #e200ff 0%, #00d6e5 100%);

}

.cv-button::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  background-color: transparent;
  content: "";
}

.cv-button:hover {
  text-decoration: none;
  opacity: 0.7;
}

.cv .c-accordion__container {
  padding: 0 15px;
}

.c-accordion__head {
  text-align: center;
}

.faq-chat {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
}

.faq-chat.reverse {
  flex-direction: row-reverse;
}

.faq-icon {
  width: 60px;
  margin-top: 21px;
  flex-shrink: 0;
}

.faq-text p {
  font-size: 14px;
  color: #333333;
  margin-left: 10px;
}

.faq-chat.reverse .faq-text p {
  text-align: right;
  margin-right: 12px;
}

.faq-text__balloon {
  position: relative;
  display: inline-block;
  margin-left: 9px;
  padding: 14px 18px;
  border: 2px solid #335397;
  border-radius: 12px;
  background-color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #335397;
  margin-top: 9px;
  width: 225px;
  filter: drop-shadow(4px 4px 0px rgba(51, 83, 151, 0.2));

}

.faq-text__balloon::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  border-style: solid;
  border-width: 9px 10px 8px 0;
  border-color: transparent #335397 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, 4deg);
  transform-origin: right;
}

.faq-text__balloon::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
  transform: skew(0, 4deg);
  transform-origin: right;
}


.faq-chat.reverse .faq-text__balloon {
  margin-left: 0;
  margin-right: 12px;
}

.faq-chat.reverse .faq-text__balloon::before {
  left: auto;
  right: 0;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #335397;
  translate: 100% -50%;
  transform: skew(0, 4deg);
  transform-origin: left;
}

.faq-chat.reverse .faq-text__balloon::after {
  left: auto;
  right: 0;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  translate: 100% -50%;
  transform: skew(0, 4deg);
  transform-origin: left;
}

.faq {
  padding-top: 48px;
  background: linear-gradient(156deg, #fff8ef 10%, #ffefd9 18.72%, #ffd5d9 62.56%, #fdacb4 100%);
  padding-bottom: 38px;
}

.faq-chat+.faq-chat {
  margin-top: 21px;
}

.faq-text__balloon span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

.c-list[data-type=number]>li {
  font-size: 13px;
}

.campaignNumber {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: right;
  margin-top: 41px;
  margin-bottom: 18px;
  padding-right: 10px;
  line-height: 1.3;
}

address {
  margin-bottom: 10px;
  padding: 10px;
  border-top: 1px solid #f3f3f3;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
}

address .contact_name {
  font-weight: 700;
}

address .contact_tel {
  font-size: 23px;
  font-weight: bold;
}

.footer_bottom {
  padding: 25px 15px;
  font-size: 14px;
  background-color: #f3f3f3;
  color: #888;
  text-align: center;
  line-height: 1.5;
}

.stickyBanner {
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  transition: transform 0.5s cubic-bezier(0.21, 0.67, 0.35, 1);
  padding-top: 5px;
}

.stickyBanner__content {
  box-sizing: border-box;
  padding: 10px 10px 20px;
  background-color: rgba(255, 255, 255, 0.95);
}

.stickyBanner p span {
  font-size: 20px;
  font-weight: bold;
  color: #EA5605;
  padding-right: 5px;
}

.stickyBanner p {
  font-size: 15px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.stickyBanner .cv-button {
  background: linear-gradient(90deg, #ff7105 0%, #ff0451 100%);
}

.stickyBanner.sticky {
  position: sticky;
}

.stickyBanner.is-ready {
  transform: translateY(100%);
}

.stickyBanner.is-shown {
  transform: translateY(0);
}

.stickyBanner.shadow .stickyBanner__content {
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}


.c-table.table[data-radius="4"] {
  border: 2px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.c-table.table[data-radius="4"] th,
.c-table.table[data-radius="4"] td {
  border-top: none;
  border-bottom: 2px solid #ccc;
  border-left: none;
}

.c-table.table th[data-color="gray"],
.c-table.table td[data-color="gray"] {
  background-color: #ccc;
}

.c-table.table[data-col="2-1"] th:first-child,
.c-table.table[data-col="2-1"] td:first-child {
  width: 65%;
  border-right: 2px solid #ccc;
}

.c-table.table th[data-color="gray"]:first-child,
.c-table.table td[data-color="gray"]:first-child {
  border-right: 2px solid #fff;
}

.c-table.table tr:last-child td {
  border-bottom: none;
}

.c-table.table td:last-child {
  border-right: none;
}

.c-table.table .c-list[data-type=dot]>li {
  font-size: 12px;
}

.c-table__container {
  margin-top: 10px;
}

.merit-list .c-table.table .c-list__container {
  margin-left: 0;
}

.table th {
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
}

.table td {
  font-size: 12px;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}

.user__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
}

.user__fontDin {
  color: #EA5605;
  font-size: 30px;
  font-family: "DIN-2014 Narrow-Bold", DIN Alternate, sans-serif;
}

.user__lead {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding: 0 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.user__lead>span {
  font-weight: bold;
}

.c-accordion .c-accordion__body {
  text-align: left;
  line-height: 1.4;
}

.benefitsDetails__list li {
  display: table;
}

.benefitsDetails__list .benefitsDetails__listIcon {
  display: table-cell;
}

.benefitsDetails__list {
  margin-top: 15px;
  font-size: 14px;
}

.benefitsDetails__fontSmall li {
  font-size: 12px;
}

.crr__container {
  margin: 18px 6px 0;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.crr__text {
  text-align: left;
  max-height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.benefitsDetails__hdg {
  position: relative;
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  color: #eb5505;
  font-size: 16px;
  font-weight: 700;
}

.benefitsDetails__hdg:after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #e9561e;
  content: '';
}

.benefitsDetails__lead {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.crr__text sup {
  font-size: 10px;
  vertical-align: super;
}

.benefitsDetails__list .benefitsDetails__list {
  margin-top: 0;
}

.benefitsDetails__fontSmall li {
  color: #666;
  font-size: 12px;
}

.detail-table-scroll,
.detail-table-scroll-full {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.detail_table {
  width: 640px;
}

.detail_table td,
.detail_table th {
  border: 1px solid #e4e4e4;
}

.detail_table .noborder {
  border: none;
}

.detail_table thead th {
  padding: 0 5px 10px;
  font-size: 1.6rem;
  text-align: center;
}

.detail_table thead .standard,
.detail_table thead .gold {
  border: none;
}

.detail_table thead th>p {
  margin-bottom: 7px;
  font-weight: 700;
}

.detail_table thead .standard img {
  max-width: 183px;
}

.detail_table thead .gold img {
  max-width: 183px;
}

.detail_table tbody td,
.detail_table tbody th {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.3;
}

.detail_table tbody th {
  background-color: #f3f3f3;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}

.detail_table tbody td,
.detail_table tbody th {
  padding: 10px;
}

.detail_table tbody tr td {
  white-space: normal;
  text-align: justify;
}

.detail_table .notes_list .mark,
.detail_table .notes_list>li,
.detail_table tbody td {
  color: #666;
  font-size: 1.2rem;
}

.detail_table .description {
  margin: 10px 0;
  font-size: 1.3rem;
  line-height: 1.3em;
}


@media all and (max-width: 640px) {
  header {
    max-width: calc(375 / 375 * 100vw);
    padding: calc(9 / 375 * 100vw) calc(10 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) solid #cccccc;
  }

  header h1 img {
    width: calc(150 / 375 * 100vw);
  }

  .l-section__inner {
    padding-right: calc(10 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
  }

  #wrap {
    max-width: calc(375 / 375 * 100vw);
  }

  .mv {
    padding-bottom: calc(20 / 375 * 100vw);
  }

  .mv-img {
    width: calc(353 / 375 * 100vw);
    padding-top: calc(36 / 375 * 100vw);
    transform: translateX(calc(4 / 375 * 100vw));
  }

  .mv-btn {
    margin-top: calc(95 / 375 * 100vw);
    margin-right: calc(-4 / 375 * 100vw);
  }

  .recommend {
    background-size: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    padding-bottom: calc(25 / 375 * 100vw);
  }

  .recommend-head {
    padding-top: calc(45 / 375 * 100vw);
    width: calc(340 / 375 * 100vw);
  }

  .recommend-list__label {
    width: calc(115 / 375 * 100vw);
    top: calc(-34 / 375 * 100vw);
    left: calc(-19 / 375 * 100vw);
  }

  .recommend-list {
    width: calc(325 / 375 * 100vw);
    margin: calc(26 / 375 * 100vw) auto;
    margin-top: calc(56 / 375 * 100vw);
  }

  .recommend-list li a {
    font-size: calc(26 / 375 * 100vw);
    padding: calc(26 / 375 * 100vw) calc(27 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw);
    box-shadow: calc(4 / 375 * 100vw) calc(4 / 375 * 100vw) calc(0 / 375 * 100vw) rgba(51, 83, 151, 0.1);
    min-height: calc(106 / 375 * 100vw);
  }

  .recommend-list li a::before {
    border-radius: calc(15 / 375 * 100vw);
    border: calc(5 / 375 * 100vw) solid transparent;
  }


  .recommend-list li a::after {
    width: calc(37 / 375 * 100vw);
    height: calc(37 / 375 * 100vw);
    bottom: calc(-19 / 375 * 100vw);
  }

  .recommend-list li+li {
    margin-top: calc(43 / 375 * 100vw);
  }

  .recommend-list li a span {
    font-size: calc(19 / 375 * 100vw);
  }

  .merit {
    padding-bottom: calc(50 / 375 * 100vw);
  }

  .merit-head {
    width: calc(249 / 375 * 100vw);
    padding-top: calc(33 / 375 * 100vw);
  }

  .merit-list {
    margin-top: calc(50 / 375 * 100vw);
  }

  .merit-list>li {
    padding: calc(55 / 375 * 100vw) calc(10 / 375 * 100vw) calc(29 / 375 * 100vw);
    border-radius: calc(15 / 375 * 100vw);
    background-size: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }

  .merit-list>li::before {
    border-radius: calc(15 / 375 * 100vw);
    border: calc(5 / 375 * 100vw) solid transparent;
  }

  .merit-list>li+li {
    margin-top: calc(45 / 375 * 100vw);
  }

  .merit-list>li .merit-list__label {
    width: calc(233 / 375 * 100vw);
    top: calc(-30 / 375 * 100vw);
  }

  .merit-list__head span {
    font-size: calc(24 / 375 * 100vw);
  }

  .merit-list__head .merit-list__subHead {
    font-size: calc(21 / 375 * 100vw);
  }

  .merit-list__head {
    font-size: calc(30 / 375 * 100vw);
  }

  .merit-list__img_01 {
    margin-top: calc(16 / 375 * 100vw);
    width: calc(323 / 375 * 100vw);
  }

  .merit-list__img_02 {
    margin-top: calc(17 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
    width: calc(312 / 375 * 100vw);
  }

  .merit-list__img_03 {
    width: calc(190 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }

  .merit-list__img_04 {
    width: calc(307 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
  }

  .merit-list__img_05 {
    width: calc(303 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
  }

  .merit-list__img_06 {
    margin-top: calc(13 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }

  .merit-list__img_07 {
    margin-top: calc(16 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    width: calc(299 / 375 * 100vw);
  }

  .merit-list__img_08 {
    margin-top: calc(10 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    width: calc(313 / 375 * 100vw);
  }

  .merit-list__img_09 {
    margin-top: calc(17 / 375 * 100vw);
    width: calc(235 / 375 * 100vw);
    transform: translateX(calc(14 / 375 * 100vw));
  }

  .merit-list__img_10 {
    margin-top: calc(42 / 375 * 100vw);
    width: calc(315 / 375 * 100vw);
  }

  .merit-list__img_11 {
    margin-top: calc(39 / 375 * 100vw);
    width: calc(298 / 375 * 100vw);
  }

  .merit-list__img_12 {
    margin-top: calc(18 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    width: calc(323 / 375 * 100vw);
  }

  .merit-list__img_13 {
    margin-top: calc(19 / 375 * 100vw);
    width: calc(309 / 375 * 100vw);
  }

  .merit-list__img_14 {
    margin-top: calc(16 / 375 * 100vw);
    width: calc(193 / 375 * 100vw);
  }

  .merit-list__text {
    padding: 0 calc(10 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }

  .merit-list>li:nth-child(2) .merit-list__head {
    letter-spacing: calc(-3 / 375 * 100vw);
  }

  .merit-list>li:nth-child(2) .merit-list__head span {
    letter-spacing: 0;
  }

  .merit-list>li:nth-child(2) .merit-list__head span.fix {
    padding-left: calc(2 / 375 * 100vw);
    padding-right: calc(2 / 375 * 100vw);
  }

  .merit-list>li:nth-child(3) .merit-list__head .merit-list__subHead {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: -0.calc(5 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }

  .merit-list .c-list__container {
    margin-top: calc(5 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
  }

  .c-accordion .c-accordion__head {
    padding-top: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(3 / 375 * 100vw) calc(0 / 375 * 100vw) rgba(0, 0, 0, 0.2);
  }

  .merit-list .c-accordion__container {
    margin-top: calc(28 / 375 * 100vw);
    padding: 0 calc(5 / 375 * 100vw);
  }


  .c-accordion__head::after,
  .c-accordion__head::before {
    width: calc(10 / 375 * 100vw);
  }

  .c-accordion .c-accordion__body {
    border-right: calc(2 / 375 * 100vw) solid #FF0551;
    border-bottom: calc(2 / 375 * 100vw) solid #FF0551;
    border-left: calc(2 / 375 * 100vw) solid #FF0551;
  }

  .c-accordion .c-accordion__head.is-open {
    border-radius: calc(4 / 375 * 100vw) calc(4 / 375 * 100vw) 0 0;
  }

  .merit-list>li:nth-child(4) .merit-list__head span {
    font-size: calc(21 / 375 * 100vw);
  }

  .merit-list>li:nth-child(5) .c-accordion__container {
    margin-top: calc(18 / 375 * 100vw);
  }

  .merit-iconList {
    margin-top: calc(20 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }

  .merit-iconList li+li {
    margin-top: calc(18 / 375 * 100vw);
  }

  .merit-iconList__icon {
    width: calc(60 / 375 * 100vw);
    margin-right: calc(17 / 375 * 100vw);
  }

  .merit-iconList__text p {
    font-size: calc(22 / 375 * 100vw);
  }

  .merit-iconList__text p span {
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }

  .promotion {
    position: relative;
    background-size: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    padding: calc(70 / 375 * 100vw) calc(5 / 375 * 100vw) calc(76 / 375 * 100vw);
  }

  .promotion-text_01 {
    width: calc(343 / 375 * 100vw);
    padding-left: calc(8 / 375 * 100vw);
  }

  .promotion-card {
    width: calc(287 / 375 * 100vw);
    margin: calc(15 / 375 * 100vw) auto;
  }

  .promotion-text_02 {
    width: calc(356 / 375 * 100vw);
    margin-top: calc(33 / 375 * 100vw);
  }

  .promotion-img_01 {
    top: calc(-82 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(161 / 375 * 100vw);
  }

  .promotion-img_02 {
    bottom: calc(-157 / 375 * 100vw);
    left: calc(-11 / 375 * 100vw);
    width: calc(173 / 375 * 100vw);
  }

  .step {
    padding-bottom: calc(41 / 375 * 100vw);
  }

  .step-list {
    margin-top: calc(34 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }

  .step-list li {
    border-radius: calc(15 / 375 * 100vw);
    box-shadow: calc(4 / 375 * 100vw) calc(4 / 375 * 100vw) calc(0 / 375 * 100vw) rgba(51, 83, 151, 0.1);
    padding: calc(20 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }

  .step-list li+li {
    margin-top: calc(34 / 375 * 100vw);
  }

  .step-list li p {
    font-size: calc(24 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }

  .step-head {
    padding-top: calc(41 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
    transform: translateX(calc(-3 / 375 * 100vw));
  }

  .step-list__label {
    top: calc(-36 / 375 * 100vw);
    left: calc(-22 / 375 * 100vw);
    width: calc(130 / 375 * 100vw);
  }

  .step-list__icon_01 {
    width: calc(190 / 375 * 100vw);
    margin: calc(19 / 375 * 100vw) auto 0;
  }

  .step-list__icon_02 {
    width: calc(72 / 375 * 100vw);
    margin: calc(19 / 375 * 100vw) auto 0;
  }

  .step-list__icon_03 {
    width: calc(135 / 375 * 100vw);
    margin: calc(19 / 375 * 100vw) auto 0;
  }

  .cv {
    padding-top: calc(48 / 375 * 100vw);
    padding-bottom: calc(42 / 375 * 100vw);
  }

  .cv-head span,
  .faq-head span {
    font-size: calc(30 / 375 * 100vw);
  }

  .cv-head span::before,
  .cv-head span::after,
  .faq-head span::before,
  .faq-head span::after {
    width: calc(34 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
  }

  .cv-head span::before,
  .faq-head span::before {
    top: calc(23 / 375 * 100vw);
    left: calc(-41 / 375 * 100vw);
  }

  .cv-head span::after,
  .faq-head span::after {
    top: calc(23 / 375 * 100vw);
    right: calc(-41 / 375 * 100vw);
  }

  .cv-card {
    margin-top: calc(45 / 375 * 100vw);
    width: calc(233 / 375 * 100vw);
    transform: translateX(calc(34 / 375 * 100vw));
  }

  .cv-button {
    margin: calc(14 / 375 * 100vw) auto 0;
    padding: calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
    width: calc(275 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    box-shadow: 0 calc(5 / 375 * 100vw) 0 rgba(0, 0, 0, .15);
  }

  .cv-button::after {
    right: calc(20 / 375 * 100vw);
    width: calc(7 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
    margin-top: calc(-5 / 375 * 100vw);
    border-top: solid calc(2 / 375 * 100vw) #fff;
    border-right: solid calc(2 / 375 * 100vw) #fff;
  }

  .cv .c-accordion__container {
    padding: 0 calc(15 / 375 * 100vw);
  }

  .faq-chat {
    margin-top: calc(50 / 375 * 100vw);
  }

  .faq-icon {
    width: calc(60 / 375 * 100vw);
    margin-top: calc(21 / 375 * 100vw);
  }

  .faq-text p {
    font-size: calc(14 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
  }

  .faq-chat.reverse .faq-text p {
    margin-right: calc(12 / 375 * 100vw);
  }

  .faq-text__balloon {
    margin-left: calc(9 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw) calc(18 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #335397;
    border-radius: calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
    width: calc(225 / 375 * 100vw);
    filter: drop-shadow(calc(4 / 375 * 100vw) calc(4 / 375 * 100vw) calc(0 / 375 * 100vw) rgba(51, 83, 151, 0.2));
  }

  .faq-text__balloon::before {
    top: calc(26 / 375 * 100vw);
    border-width: calc(9 / 375 * 100vw) calc(10 / 375 * 100vw) calc(8 / 375 * 100vw) 0;
  }

  .faq-text__balloon::after {
    top: calc(26 / 375 * 100vw);
    border-width: calc(6 / 375 * 100vw) calc(7 / 375 * 100vw) calc(6 / 375 * 100vw) 0;
  }


  .faq-chat.reverse .faq-text__balloon {
    margin-left: 0;
    margin-right: calc(12 / 375 * 100vw);
  }

  .faq-chat.reverse .faq-text__balloon::before {
    border-width: calc(9 / 375 * 100vw) 0 calc(9 / 375 * 100vw) calc(10 / 375 * 100vw);
  }

  .faq-chat.reverse .faq-text__balloon::after {
    border-width: calc(6 / 375 * 100vw) 0 calc(6 / 375 * 100vw) calc(7 / 375 * 100vw);
  }

  .faq {
    padding-top: calc(48 / 375 * 100vw);
    padding-bottom: calc(38 / 375 * 100vw);
  }

  .faq-chat+.faq-chat {
    margin-top: calc(21 / 375 * 100vw);
  }

  .faq-text__balloon span {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }

  .c-list[data-type=number]>li {
    font-size: calc(13 / 375 * 100vw);
  }

  .campaignNumber {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(41 / 375 * 100vw);
    margin-bottom: calc(18 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }

  address {
    margin-bottom: calc(10 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    border-top: calc(1 / 375 * 100vw) solid #f3f3f3;
    font-size: calc(12 / 375 * 100vw);
  }

  address .contact_tel {
    font-size: calc(23 / 375 * 100vw);
  }

  .footer_bottom {
    padding: calc(25 / 375 * 100vw) calc(15 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }

  .stickyBanner {
    padding-top: calc(5 / 375 * 100vw);
  }

  .stickyBanner__content {
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  }

  .stickyBanner p span {
    font-size: calc(20 / 375 * 100vw);
    padding-right: calc(5 / 375 * 100vw);
  }

  .stickyBanner p {
    font-size: calc(15 / 375 * 100vw);
  }

  .stickyBanner.shadow .stickyBanner__content {
    box-shadow: calc(2 / 375 * 100vw) 0 calc(6 / 375 * 100vw) rgba(0, 0, 0, 0.3);
  }


  .c-table.table[data-radius="4"] {
    border: calc(2 / 375 * 100vw) solid #ccc;
    border-radius: calc(4 / 375 * 100vw);
    overflow: hidden;
  }

  .c-table.table[data-radius="4"] th,
  .c-table.table[data-radius="4"] td {
    border-top: none;
    border-bottom: calc(2 / 375 * 100vw) solid #ccc;
    border-left: none;
  }

  .c-table.table th[data-color="gray"],
  .c-table.table td[data-color="gray"] {
    background-color: #ccc;
  }

  .c-table.table[data-col="2-1"] th:first-child,
  .c-table.table[data-col="2-1"] td:first-child {
    width: 65%;
    border-right: calc(2 / 375 * 100vw) solid #ccc;
  }

  .c-table.table th[data-color="gray"]:first-child,
  .c-table.table td[data-color="gray"]:first-child {
    border-right: calc(2 / 375 * 100vw) solid #fff;
  }

  .c-table.table tr:last-child td {
    border-bottom: none;
  }

  .c-table.table td:last-child {
    border-right: none;
  }

  .c-table.table .c-list[data-type=dot]>li {
    font-size: calc(12 / 375 * 100vw);
  }

  .c-table__container {
    margin-top: calc(10 / 375 * 100vw);
  }

  .merit-list .c-table.table .c-list__container {
    margin-left: 0;
  }

  .table th {
    padding: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
    border-right: calc(1 / 375 * 100vw) solid #ccc;
    border-bottom: calc(1 / 375 * 100vw) solid #ccc;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    vertical-align: middle;
    font-size: calc(12 / 375 * 100vw);
  }

  .table td {
    font-size: calc(12 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    border-right: calc(1 / 375 * 100vw) solid #ccc;
    border-bottom: calc(1 / 375 * 100vw) solid #ccc;
    line-height: 1.6;
    text-align: left;
    vertical-align: middle;
  }

  .user__text {
    font-size: calc(14 / 375 * 100vw);
    font-weight: bold;
    line-height: 1.1;
  }

  .user__fontDin {
    color: #EA5605;
    font-size: calc(30 / 375 * 100vw);
    font-family: "DIN-2014 Narrow-Bold", DIN Alternate, sans-serif;
  }

  .user__lead {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    text-align: left;
    padding: 0 calc(5 / 375 * 100vw);
    font-weight: bold;
    margin-bottom: calc(10 / 375 * 100vw);
  }

  .user__lead>span {
    font-weight: bold;
  }

  .c-accordion .c-accordion__body {
    text-align: left;
    line-height: 1.4;
  }

  .benefitsDetails__list li {
    display: table;
  }

  .benefitsDetails__list .benefitsDetails__listIcon {
    display: table-cell;
  }

  .benefitsDetails__list {
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }

  .benefitsDetails__fontSmall li {
    font-size: calc(12 / 375 * 100vw);
  }

  .crr__container {
    margin: calc(18 / 375 * 100vw) calc(6 / 375 * 100vw) 0;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    padding: calc(15 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #ccc;
    border-radius: calc(4 / 375 * 100vw);
  }

  .crr__text {
    text-align: left;
    max-height: calc(180 / 375 * 100vw);
    overflow-y: scroll;
  }

  .benefitsDetails__hdg {
    position: relative;
    margin-top: calc(25 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) solid #e5e5e5;
    color: #eb5505;
    font-size: calc(16 / 375 * 100vw);
    font-weight: 700;
  }

  .benefitsDetails__hdg:after {
    display: block;
    position: absolute;
    bottom: calc(-1 / 375 * 100vw);
    left: 0;
    width: calc(70 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
    background: #e9561e;
    content: '';
  }

  .benefitsDetails__lead {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
  }

  .crr__text sup {
    font-size: calc(10 / 375 * 100vw);
    vertical-align: super;
  }

  .benefitsDetails__list .benefitsDetails__list {
    margin-top: 0;
  }

  .benefitsDetails__fontSmall li {
    color: #666;
    font-size: calc(12 / 375 * 100vw);
  }

  .detail-table-scroll,
  .detail-table-scroll-full {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .detail_table {
    width: calc(640 / 375 * 100vw);
  }

  .detail_table td,
  .detail_table th {
    border: calc(1 / 375 * 100vw) solid #e4e4e4;
  }

  .detail_table .noborder {
    border: none;
  }

  .detail_table thead th {
    padding: 0 calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    text-align: center;
  }

  .detail_table thead .standard,
  .detail_table thead .gold {
    border: none;
  }

  .detail_table thead th>p {
    margin-bottom: calc(7 / 375 * 100vw);
    font-weight: 700;
  }

  .detail_table thead .standard img {
    max-width: calc(183 / 375 * 100vw);
  }

  .detail_table thead .gold img {
    max-width: calc(183 / 375 * 100vw);
  }

  .detail_table tbody td,
  .detail_table tbody th {
    font-size: calc(14 / 375 * 100vw);
    text-align: left;
    line-height: 1.3;
  }

  .detail_table tbody th {
    background-color: #f3f3f3;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
  }

  .detail_table tbody td,
  .detail_table tbody th {
    padding: calc(10 / 375 * 100vw);
  }

  .detail_table tbody tr td {
    white-space: normal;
    text-align: justify;
  }

  .detail_table .notes_list .mark,
  .detail_table .notes_list>li,
  .detail_table tbody td {
    color: #666;
    font-size: calc(12 / 375 * 100vw);
  }

  .detail_table .description {
    margin: calc(10 / 375 * 100vw) 0;
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.3em;
  }

  .c-list[data-type=kome]>li {
    padding-left: 1.5em;
    font-size: calc(12 / 375 * 100vw);
  }

  .c-link {
    font-size: calc(14 / 375 * 100vw);
  }

  .c-link[data-icon=arrow]::before {
    top: calc(8 / 375 * 100vw);
    left: 0;
    width: calc(6 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}


@media all and (min-width: 641px) and (max-width: 959px) {
  .bg-pc {
    display: block;
    background: linear-gradient(#ff96a6 0%, #ffcefb 100%);
    min-height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 960px) {
  .stickyBanner {
    display: none;
  }

  .header-pc,
  .bg-pc,
  .cv-area {
    display: block;
  }

  .header-sp {
    display: none;
  }

  .header-pc {
    width: 100%;
    border-top: 3px solid #EB5205;
    background-color: #fff;
    z-index: 100;
  }

  .header-pc header {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 23px 20px;
    border-bottom: none;
    box-sizing: border-box;
  }

  .header-pc header h1 img {
    width: 190px;
  }

  .bg-pc {
    background: linear-gradient(#ff96a6 0%, #ffcefb 100%);
    min-height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #wrap {
    margin-top: 50px;
    margin-left: 0;
  }

  .container-pc {
    position: relative;
    width: 990px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .cv-area {
    top: 23vh;
    right: 50%;
    transform: translateX(104%);
    text-align: center;
    position: fixed;
  }

  .cv-area__text {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 1.7;
  }

  .cv-area__text span {
    background-color: #fff;
    font-size: 60px;
    font-weight: bold;
    color: #EA5605;
    padding: 0px 14px;
    margin-right: 10px;
  }

  .cv-area__img {
    width: 242px;
    margin-top: 20px;
  }

  .cv-area .cv-button {
    width: 500px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #ff7105 0%, #ff0451 100%);
    font-size: 22px;
    margin-top: 28px;
    padding: 28px 30px;
  }

  .cv-area .cv-button::after {
    width: 9px;
    height: 9px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
  }
}

@media all and (min-width: 960px) and (max-width: 1180px) {
  .cv-area {
    top: 23vh;
    right: 50%;
    transform: translateX(104%);
    text-align: center;
    position: fixed;
  }

  .cv-area__text {
    font-size: calc(40 / 1180 * 100vw);
    font-weight: bold;
    color: #333333;
    line-height: 1.7;
  }

  .cv-area__text span {
    background-color: #fff;
    font-size: calc(60 / 1180 * 100vw);
    font-weight: bold;
    color: #EA5605;
    padding: calc(0 / 1180 * 100vw) calc(14 / 1180 * 100vw);
    margin-right: calc(10 / 1180 * 100vw);
  }

  .cv-area__img {
    width: calc(242 / 1180 * 100vw);
    margin-top: calc(20 / 1180 * 100vw);
  }

  .cv-area .cv-button {
    width: calc(500 / 1180 * 100vw);
    box-sizing: border-box;
    background: linear-gradient(90deg, #ff7105 0%, #ff0451 100%);
    font-size: calc(22 / 1180 * 100vw);
    margin-top: calc(28 / 1180 * 100vw);
    padding: calc(28 / 1180 * 100vw) calc(30 / 1180 * 100vw);
  }

  .cv-area .cv-button::after {
    width: calc(9 / 1180 * 100vw);
    height: calc(9 / 1180 * 100vw);
    border-top: solid calc(4 / 1180 * 100vw) #fff;
    border-right: solid calc(4 / 1180 * 100vw) #fff;
  }
}
